@charset "UTF-8";
/*********************************************
:: SASS Setup
   Load your helper files
   Set them up inside variables
********************************************/
/*********************************************

:: Table of Contents
   1. Breakpoints
   2. Typography
   3. Font Management
   4. Buttons

:: Note -
   If you can't find something in here...
   a) open up the relevant .scss partial.
   b) At the top of the partial there maybe
   some partial specific variables.

********************************************/
/*******************************************
// 1. Breakpoints
/*

    Mappy breakpoints: https://github.com/zellwk/mappy-breakpoints
    Usage:
    @include mappy-bp(small){
        stuff
    }

*/
/*******************************************
// 2. Typography
/*

    Typi: https://github.com/zellwk/typi
    Usage:
    @include typi($h1-map)
    .element{
    @include typi(whatever-map-youve-defined)
  }

*/
/*******************************************
// 3. Font Management
/*

    Usage:
    .element{
    font-family: $font-family-1;
    font-weight: $font-light;
  }

*/
/*******************************************
// 4. Colours
/*

    Usage:
    .element{
    color: $color-brand-1;
  }

*/
/*******************************************
// 5. Buttons
/*

    Usage:
    .button{
     background: $button-background-color;
     color: $button-text-color;
  }

*/
/*******************************************
// 6. Form
/*

    Usage:
    .input{
     background: $form-field-background-color;
     color: $form-field-text-color;
  }

*/
/*********************************************
:: Core
   Base Elements
   eg. typography, fonts, forms, buttons etc.
********************************************/
/*********************************************
:: Normalize                        
********************************************/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic,300italic,300);
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background-color: transparent; }

a:active, a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: none;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0; }

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto; }

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: 700; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

h1, h2, legend, h3, h4, h5, h6, ol, ul, blockquote, p, li, dt, dl, dd {
  margin: 0px;
  padding: 0px; }

.button, button, button[type="submit"], input[type="submit"], input[type="button"], input[type="reset"] {
  outline: none;
  background: none;
  border: none;
  cursor: pointer;
  width: auto;
  padding: 0px;
  margin: 0px; }

legend, fieldset {
  margin: 0px;
  padding: 0px;
  border: none; }

figure {
  margin: 0px; }

*, *:before, *:after {
  box-sizing: border-box; }

/*******************************************/

::selection {
  background: #E40000;
  color: white; }

img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  display: inline-block; }

/*********************************************
:: Icon Fonts                    
********************************************/
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?l1en53");
  src: url("../fonts/icomoon.eot?#iefixl1en53") format("embedded-opentype"), url("../fonts/icomoon.ttf?l1en53") format("truetype"), url("../fonts/icomoon.woff?l1en53") format("woff"), url("../fonts/icomoon.svg?l1en53#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-ico-search:before {
  content: "\e910"; }

.icon-angle-double-down:before {
  content: "\e911"; }

.icon-angle-double-left:before {
  content: "\e912"; }

.icon-angle-double-right:before {
  content: "\e913"; }

.icon-angle-double-up:before {
  content: "\e914"; }

.icon-angle-down:before {
  content: "\e915"; }

.icon-angle-left:before {
  content: "\e916"; }

.icon-angle-right:before {
  content: "\e917"; }

.icon-angle-up:before {
  content: "\e918"; }

.icon-arrow-circle-down:before {
  content: "\e919"; }

.icon-arrow-circle-left:before {
  content: "\e91a"; }

.icon-arrow-circle-o-down:before {
  content: "\e91b"; }

.icon-arrow-circle-o-left:before {
  content: "\e91c"; }

.icon-arrow-circle-o-right:before {
  content: "\e91d"; }

.icon-arrow-circle-o-up:before {
  content: "\e91e"; }

.icon-arrow-circle-right:before {
  content: "\e91f"; }

.icon-arrow-circle-up:before {
  content: "\e920"; }

.icon-bars:before {
  content: "\e921"; }

.icon-calendar:before {
  content: "\e922"; }

.icon-check:before {
  content: "\e923"; }

.icon-chevron-circle-down:before {
  content: "\e924"; }

.icon-chevron-circle-left:before {
  content: "\e925"; }

.icon-chevron-circle-right:before {
  content: "\e926"; }

.icon-chevron-circle-up:before {
  content: "\e927"; }

.icon-chevron-down:before {
  content: "\e928"; }

.icon-chevron-left:before {
  content: "\e929"; }

.icon-chevron-right:before {
  content: "\e92a"; }

.icon-chevron-up:before {
  content: "\e92b"; }

.icon-envelope-o:before {
  content: "\e92c"; }

.icon-facebook-square:before {
  content: "\e92d"; }

.icon-facebook:before {
  content: "\e92e"; }

.icon-file:before {
  content: "\e92f"; }

.icon-google-plus-square:before {
  content: "\e930"; }

.icon-google-plus:before {
  content: "\e931"; }

.icon-info-circle:before {
  content: "\e932"; }

.icon-instagram:before {
  content: "\e933"; }

.icon-linkedin-square:before {
  content: "\e934"; }

.icon-linkedin:before {
  content: "\e935"; }

.icon-map-marker:before {
  content: "\e936"; }

.icon-minus-circle:before {
  content: "\e937"; }

.icon-phone:before {
  content: "\e938"; }

.icon-pinterest-square:before {
  content: "\e939"; }

.icon-pinterest:before {
  content: "\e93a"; }

.icon-play:before {
  content: "\e93b"; }

.icon-plus-circle:before {
  content: "\e93c"; }

.icon-question-circle:before {
  content: "\e93d"; }

.icon-search-plus:before {
  content: "\e93e"; }

.icon-search:before {
  content: "\e93f"; }

.icon-shopping-cart:before {
  content: "\e940"; }

.icon-sort:before {
  content: "\e941"; }

.icon-tags:before {
  content: "\e942"; }

.icon-times:before {
  content: "\e943"; }

.icon-tumblr-square:before {
  content: "\e944"; }

.icon-tumblr:before {
  content: "\e945"; }

.icon-twitter-square:before {
  content: "\e946"; }

.icon-twitter:before {
  content: "\e947"; }

.icon-user:before {
  content: "\e948"; }

.icon-vimeo-square:before {
  content: "\e949"; }

.icon-youtube-play:before {
  content: "\e94a"; }

.icon-youtube-square:before {
  content: "\e94b"; }

.icon-youtube:before {
  content: "\e94c"; }

.icon-minus:before {
  content: "\e90d"; }

.icon-plus:before {
  content: "\e90e"; }

.icon-lnr-car:before {
  content: "\e902"; }

.icon-lnr-bubble:before {
  content: "\e903"; }

.icon-lnr-select:before {
  content: "\e90f"; }

.icon-lnr-sync:before {
  content: "\e904"; }

.icon-lnr-star-full:before {
  content: "\e905"; }

.icon-lnr-mail:before {
  content: "\e906"; }

.icon-lnr-phone:before {
  content: "\e907"; }

.icon-lnr-printer:before {
  content: "\e908"; }

.icon-lnr-users:before {
  content: "\e909"; }

.icon-star-outlined:before {
  content: "\e90a"; }

.icon-empty-star-half:before {
  content: "\e901"; }

.icon-pin:before {
  content: "\e955"; }

.icon-close:before {
  content: "\e90c"; }

.icon-lnr-bubble2:before {
  content: "\e90b"; }

.icon-lnr-car2:before {
  content: "\e94d"; }

.icon-lnr-select2:before {
  content: "\e94e"; }

.icon-lnr-sync2:before {
  content: "\e94f"; }

.icon-lnr-star-full2:before {
  content: "\e950"; }

.icon-mail:before {
  content: "\e951"; }

.icon-phone2:before {
  content: "\e952"; }

.icon-printer:before {
  content: "\e953"; }

.icon-lnr-star:before {
  content: "\e956"; }

.icon-lnr-users2:before {
  content: "\e954"; }

.icon-right-arrow:before {
  content: "\e60a"; }

.icon-edit:before {
  content: "\e601"; }

.icon-facebook2:before {
  content: "\e602"; }

.icon-instagram2:before {
  content: "\e603"; }

.icon-logout:before {
  content: "\e604"; }

.icon-magnifier:before {
  content: "\e605"; }

.icon-twitter2:before {
  content: "\e607"; }

.icon-user2:before {
  content: "\e608"; }

.icon-file129:before {
  content: "\e900"; }

.icon-ico-bed:before {
  content: "\e957"; }

.icon-ico-bath:before {
  content: "\e958"; }

.icon-ico-call:before {
  content: "\e959"; }

.icon-ico-car:before {
  content: "\e95a"; }

.icon-ico-chair:before {
  content: "\e95b"; }

.icon-ico-chev-down:before {
  content: "\e95c"; }

.icon-ico-dollar:before {
  content: "\e95d"; }

.icon-ico-location:before {
  content: "\e95e"; }

.icon-ico-mail:before {
  content: "\e95f"; }

.icon-ico-map:before {
  content: "\e960"; }

.icon-ico-picture:before {
  content: "\e961"; }

.icon-ico-pool:before {
  content: "\e962"; }

.icon-ico-search2:before {
  content: "\e963"; }

/*********************************************
:: Typography
********************************************/
/*******************************************/
html {
  font-family: source-sans-pro, "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 87.5%;
  line-height: 1.5; }

h1, h2, legend, h3, h4, h5, h6, p {
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 24px;
  font-family: proxima-nova, source-sans-pro, "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
  @media all and (min-width: 64em) {
    h1, h2, legend, h3, h4, h5, h6, p {
      margin: 0 0 24px 0; } }

h1 {
  display: block;
  text-align: left;
  color: #005B7D;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 20px; }
  @media all and (min-width: 64em) {
    h1 {
      font-size: 36px;
      line-height: 47px; } }

h2, legend {
  font-size: 20px;
  line-height: 25px; }
  @media all and (min-width: 64em) {
    h2, legend {
      font-size: 25px; } }

h3 {
  font-size: 18px; }
  @media all and (min-width: 64em) {
    h3 {
      font-size: 22px; } }

h4 {
  font-size: 18px; }
  @media all and (min-width: 64em) {
    h4 {
      font-size: 20px; } }

h5 {
  font-size: 16px; }
  @media all and (min-width: 64em) {
    h5 {
      font-size: 18px; } }

h6 {
  font-size: 16px; }
  @media all and (min-width: 64em) {
    h6 {
      font-size: 18px; } }

.special-title {
  width: 100%;
  display: inline-block;
  position: relative;
  margin-bottom: 60px;
  text-align: center; }
  .special-title:before {
    content: '';
    width: 100%;
    height: 1px;
    background: #005B7D;
    position: absolute;
    top: 49%;
    left: 0px;
    z-index: -1; }
  .special-title h3 {
    width: auto;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: 1px;
    text-align: center;
    background: white;
    color: #005B7D;
    background: white;
    padding: 10px 30px;
    margin: 0 auto;
    border: 1px solid #005B7D;
    z-index: 2; }

p, li, td, th, a, mark, time, dl, blockquote, label, address {
  font-size: 14px;
  line-height: 19px;
  color: #3a3a3a; }
  @media all and (min-width: 64em) {
    p, li, td, th, a, mark, time, dl, blockquote, label, address {
      font-size: 16px;
      line-height: 24px; } }
  p a, p li, p p, p mark, p cite, p time, li a, li li, li p, li mark, li cite, li time, td a, td li, td p, td mark, td cite, td time, th a, th li, th p, th mark, th cite, th time, a a, a li, a p, a mark, a cite, a time, mark a, mark li, mark p, mark mark, mark cite, mark time, time a, time li, time p, time mark, time cite, time time, dl a, dl li, dl p, dl mark, dl cite, dl time, blockquote a, blockquote li, blockquote p, blockquote mark, blockquote cite, blockquote time, label a, label li, label p, label mark, label cite, label time, address a, address li, address p, address mark, address cite, address time {
    font-size: 1em; }

a {
  color: #3a3a3a;
  font-weight: 400;
  text-decoration: none;
  margin: 0px;
  transition: all .5s ease-in-out; }
  a:hover, a:focus, a:active {
    color: #1b1b1b; }

small {
  font-size: 0.938em;
  line-height: 1.7;
  font-size: 70%; }

strong, b {
  font-weight: 700; }

em, i {
  font-style: italic; }

hr {
  width: 100%;
  background: #ccc;
  height: 1px;
  border: none;
  outline: none;
  margin-bottom: 15px;
  display: block; }

/*******************************************/
dt {
  font-weight: 700; }
  dt:after {
    content: ':'; }

dt:after {
  content: ": "; }

ul, ol {
  margin-left: 20px; }

ul li {
  position: relative;
  text-indent: 0px; }

ol li {
  list-style-type: decimal; }

/*******************************************/
code, pre, samp, kbd, var {
  background: #2D747E;
  color: white;
  padding: 1px 5px 1px 5px;
  white-space: pre-wrap;
  margin: 0px; }

pre {
  padding: 10px; }

/*******************************************/
blockquote {
  float: left; }

blockquote p {
  display: block;
  padding: 24px 0% 24px 0%;
  margin-bottom: 0px;
  color: #005B7D;
  text-align: left;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px; }
  @media all and (min-width: 64em) {
    blockquote p {
      font-size: 36px;
      line-height: 50px;
      padding: 40px 0% 30px 0%; } }

.leadcopy {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 17px; }
  @media all and (min-width: 64em) {
    .leadcopy {
      font-size: 19px;
      line-height: 26px; } }

.leadcopy-blue {
  font-size: 18px;
  line-height: 28px;
  color: #005B7D;
  margin-bottom: 60px; }
  @media all and (min-width: 64em) {
    .leadcopy-blue {
      font-size: 26px;
      letter-spacing: 0.39px;
      line-height: 36px; } }

.wysiwyg {
  text-align: left; }

.wf-loading h1,
.wf-loading h2,
.wf-loading legend,
.wf-loading p,
.wf-loading a {
  visibility: hidden; }

.quarter-col {
  float: left;
  width: 100%; }
  @media all and (min-width: 64em) {
    .quarter-col {
      width: 25%; } }
  @media all and (min-width: 64em) {
    .quarter-col.padded:nth-child(1) {
      padding: 0 1% 0 0; } }
  @media all and (min-width: 64em) {
    .quarter-col.padded:nth-child(2), .quarter-col.padded:nth-child(3) {
      padding: 0 1%; } }
  @media all and (min-width: 64em) {
    .quarter-col.padded:nth-child(4) {
      padding: 0 0 0 1%; } }

.third-col {
  float: left;
  width: 100%; }
  @media all and (min-width: 64em) {
    .third-col {
      width: calc(100% / 3); } }
  @media all and (min-width: 64em) {
    .third-col.padded:nth-child(1) {
      padding: 0 1% 0 0; } }
  @media all and (min-width: 64em) {
    .third-col.padded:nth-child(2) {
      padding: 0 1%; } }
  @media all and (min-width: 64em) {
    .third-col.padded:nth-child(3) {
      padding: 0 0 0 1%; } }

.half-col {
  float: left;
  width: 100%; }
  @media all and (min-width: 64em) {
    .half-col {
      width: 50%; } }
  @media all and (min-width: 64em) {
    .half-col.padded {
      width: 48%; } }
  .half-col.padded:nth-child(2) {
    float: right; }

.covered-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.contained-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }

.clear {
  clear: both; }

/*********************************************
:: Buttons                             
********************************************/
/*******************************************/
.button-disabled,
.button[disabled],
button[disabled],
button[type="submit"][disabled],
input[type="submit"][disabled],
input[type="button"][disabled],
input[type="reset"][disabled] {
  opacity: 0.5;
  color: white;
  cursor: default; }

button {
  outline: none; }

/*******************************************/
.button {
  display: inline-block;
  text-decoration: none;
  height: auto;
  font-family: proxima-nova, source-sans-pro, "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 30px;
  transition: all .4s ease-in-out;
  background: transparent;
  color: #3a3a3a;
  padding: 6px 12px; }
  .button:hover, .button:focus, .button:active {
    color: #3a3a3a; }

/*******************************************/
.button-small {
  font-size: 0.6em;
  line-height: 1; }
  @media all and (min-width: 1024px) {
    .button-small {
      font-size: 0.8em;
      line-height: 1; } }

/*******************************************/
.button-large {
  font-size: 1em;
  line-height: 1;
  padding: 15px 55px 15px 55px; }
  @media all and (min-width: 1024px) {
    .button-large {
      font-size: 1.2em;
      line-height: 1; } }

/*******************************************/
.button-icon span {
  font-size: 0.8em; }

.button-icon .icon-pos-left {
  margin-right: 10px; }

.button-icon .icon-pos-right {
  margin-left: 10px; }

/*******************************************/
.button-text {
  background: none;
  padding: 0px;
  border-radius: 0%;
  color: #3a3a3a; }
  @media all and (min-width: 48em) {
    .button-text:hover, .button-text:focus, .button-text:active {
      background: none;
      color: #1b1b1b; } }

/*******************************************/
.button-white {
  background: #fff;
  color: #FFFFFF; }
  @media all and (min-width: 48em) {
    .button-white:hover, .button-white:focus, .button-white:active {
      background: #FFFFFF;
      color: #fff; } }

/*******************************************/
.button-transparent {
  background: transparent;
  border: 1px solid white;
  color: white; }
  @media all and (min-width: 48em) {
    .button-transparent:hover, .button-transparent:focus, .button-transparent:active {
      background: #3a3a3a;
      border-color: #3a3a3a;
      color: #fff; } }

/*******************************************/
.button-underline {
  font-family: proxima-nova, source-sans-pro, "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #005B7D;
  padding-bottom: 15px;
  margin-bottom: 15px;
  text-align: center;
  position: relative;
  display: inline-block; }
  .button-underline:after {
    content: '';
    position: absolute;
    margin: auto;
    bottom: 0px;
    left: 0;
    right: 0;
    width: 138px;
    height: 5px;
    background: #005B7D; }

/*********************************************
:: Tables                    
********************************************/
table {
  width: 100%;
  margin-bottom: 15px; }
  table td, table th {
    padding: 15px 10px 15px 10px;
    text-align: left;
    font-weight: 400;
    color: #212121; }
  table th {
    font-weight: 700;
    background: #7c7c7c; }
  table thead {
    width: 100%;
    background: #7c7c7c; }
    table thead td, table thead th {
      padding: 5px 10px 5px 10px; }
  table tfoot {
    border-bottom: 1px solid #212121;
    border-top: 1px solid #212121; }
    table tfoot td {
      padding: 15px 10px 15px 10px; }

/*******************************************/
.compact-table {
  width: auto; }
  .compact-table td, .compact-table th {
    padding: 5px 10px 5px 10px;
    text-align: left;
    font-size: 0.8em;
    line-height: 1.2;
    font-weight: 400;
    color: #212121;
    background: none;
    border: 1px solid #ccc; }
  .compact-table thead {
    width: auto;
    background: none; }

/*******************************************/
.table-container {
  width: 100%;
  overflow-y: auto;
  _overflow: auto;
  margin: 0 0 1em; }

/*********************************************
:: Layout
********************************************/
* {
  -webkit-tap-highlight-color: transparent; }

/*******************************************/
.main {
  display: block;
  min-height: calc(100vh - 100px);
  padding-top: 260px;
  overflow: hidden; }
  @media all and (max-width: 63.9375em) {
    .main {
      min-height: calc(100vh - 100px);
      padding-top: 80px; } }

.main.page-home {
  border-top: none; }

/*******************************************/
.sidebar {
  float: left;
  width: 100%;
  padding: 20px 15px 20px 15px; }
  @media all and (min-width: 64em) {
    .sidebar {
      padding: 45px 0px 45px 0px; } }

/*******************************************/
.content-full-width {
  position: relative;
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 20px;
  clear: both; }

/*******************************************/
.content-max-width {
  width: 100%;
  padding: 0 6%;
  position: relative;
  clear: both; }
  @media all and (min-width: 64em) {
    .content-max-width {
      max-width: 940px;
      margin: 0 auto;
      padding: 0px; } }
  .content-max-width:after {
    content: '';
    display: block;
    clear: both; }

.content-map-width {
  width: 100%;
  padding: 0 6%;
  position: relative;
  clear: both; }
  @media all and (min-width: 64em) {
    .content-map-width {
      max-width: 1647px;
      margin: 0 auto;
      padding: 0px; } }
  .content-map-width:after {
    content: '';
    display: block;
    clear: both; }

.clear-after:after {
  content: '';
  display: block;
  clear: both; }

/*******************************************/
.content-slider-width {
  padding: 0 0%;
  position: relative;
  clear: both; }
  @media all and (min-width: 64em) {
    .content-slider-width {
      max-width: 940px;
      padding: 0px;
      margin: 0 auto; } }
  @media all and (min-width: 72.5em) {
    .content-slider-width {
      max-width: 940px;
      margin: 0 auto; } }

/*******************************************/
@media all and (min-width: 64em) {
  .narrow-content-max-width {
    max-width: 940px;
    margin: 0 auto;
    clear: both; } }

@media all and (min-width: 72.5em) {
  .narrow-content-max-width {
    max-width: 940px;
    margin: 0 auto; } }

.mob {
  display: inline-block !important; }
  @media all and (min-width: 64em) {
    .mob {
      display: none !important; } }

.desktop {
  display: none !important; }
  @media all and (min-width: 64em) {
    .desktop {
      display: inline-block !important; } }

.flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: start;
  align-items: flex-start; }

/*********************************************
:: Forms
********************************************/
form {
  float: left;
  width: 100%;
  background: white; }

legend {
  margin-bottom: 15px; }

label {
  font-size: 0.938em;
  line-height: 1.7;
  font-weight: 700;
  color: #3a3a3a; }

/*******************************************/
.field-disabled,
input[disabled],
textarea[disabled],
select[disabled],
input[readonly],
textarea[readonly],
select[readonly] {
  opacity: 0.5;
  cursor: default; }

/*******************************************/
input, textarea, select {
  outline: none;
  border: none;
  width: 100%;
  display: inline-block;
  float: left;
  transition: all .5s ease-in-out;
  background: #f1f1f2;
  border-radius: 0px;
  border: 1px solid #f1f1f2;
  padding: 6px 8px 6px 8px;
  height: 30px;
  font-size: 0.938em;
  line-height: 1.7; }
  input:hover, input:focus, textarea:hover, textarea:focus, select:hover, select:focus {
    transition: all .5s ease-in;
    background: #f1f1f1;
    border: 1px solid #005B7D; }

.secondary {
  background: #f1f1f1;
  border: 1px solid #005B7D; }

/*******************************************/
*:-ms-input-placeholder {
  font-family: proxima-nova, source-sans-pro, "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.96px;
  line-height: 15px;
  color: #a7a9ab;
  letter-spacing: 1px; }
*::placeholder {
  font-family: proxima-nova, source-sans-pro, "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.96px;
  line-height: 15px;
  color: #a7a9ab;
  letter-spacing: 1px; }

textarea, select[multiple] {
  height: 108px; }

input[type=checkbox], input[type=radio] {
  height: auto; }

/*******************************************/
.form-field .custom-checkbox-radio {
  float: left;
  width: auto;
  margin-right: 0px;
  margin-bottom: 0px;
  font-weight: 400;
  line-height: 1.4;
  cursor: pointer;
  padding: 0px 0px 5px 0px; }
  .form-field .custom-checkbox-radio input {
    padding: 0;
    width: 15px;
    height: 15px;
    vertical-align: top;
    display: inline-block;
    margin-right: 5px;
    margin-top: 3px;
    cursor: pointer;
    background: none;
    border: none; }

.form-field .custom-checkbox-radio.field-disabled {
  cursor: default; }
  .form-field .custom-checkbox-radio.field-disabled input {
    cursor: default;
    opacity: 1; }

/*******************************************/
.form-field {
  float: left;
  width: 100%;
  padding: 0 0 15px 0; }
  .form-field > label {
    float: left;
    width: 100%;
    margin-bottom: 3px; }

/*******************************************/
.button-field {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  padding: 0 0 15px 0;
  text-align: center; }
  .button-field .form-note {
    float: none;
    font-size: 14px;
    color: black;
    margin-top: 11px; }
    @media all and (min-width: 64em) {
      .button-field .form-note {
        margin-bottom: 0px;
        width: auto;
        float: left; } }
  .button-field button, .button-field input[type="submit"], .button-field input[type="reset"] {
    display: block;
    width: 108px;
    height: 38px;
    margin: auto;
    background: #005B7D;
    color: white;
    border-radius: 0px;
    text-align: center;
    float: none;
    font-family: proxima-nova, source-sans-pro, "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 13px;
    font-weight: 600;
    transition: all .4s ease-in-out; }
    @media all and (min-width: 64em) {
      .button-field button, .button-field input[type="submit"], .button-field input[type="reset"] {
        margin-left: 10px;
        float: right; } }
    .button-field button:hover, .button-field button:focus, .button-field button:active, .button-field input[type="submit"]:hover, .button-field input[type="submit"]:focus, .button-field input[type="submit"]:active, .button-field input[type="reset"]:hover, .button-field input[type="reset"]:focus, .button-field input[type="reset"]:active {
      background: #3a3a3a; }

/*******************************************/
.form-fields-stack.two-column {
  *zoom: 1; }
.form-fields-stack.two-column:before{
  content: '';
  display: table; }
.form-fields-stack.two-column:after{
  content: '';
  display: table;
  clear: both; }
  .form-fields-stack.two-column .form-field {
    width: 100%; }
    @media all and (min-width: 64em) {
      .form-fields-stack.two-column .form-field {
        width: calc(99.99% * 1/2 - (10px - 10px * 1/2)); }
      .form-fields-stack.two-column .form-field:nth-child(1n){
    float: left;
    margin-right: 10px;
    clear: none; }
      .form-fields-stack.two-column .form-field:last-child{
    margin-right: 0; }
      .form-fields-stack.two-column .form-field:nth-child(2n){
    margin-right: 0;
    float: right; }
      .form-fields-stack.two-column .form-field:nth-child(2n + 1){
    clear: left; } }

/*******************************************/
.form-fields-stack.three-column {
  *zoom: 1; }
.form-fields-stack.three-column:before{
  content: '';
  display: table; }
.form-fields-stack.three-column:after{
  content: '';
  display: table;
  clear: both; }
  .form-fields-stack.three-column .form-field {
    width: 100%; }
    @media all and (min-width: 64em) {
      .form-fields-stack.three-column .form-field {
        width: calc(99.99% * 1/3 - (10px - 10px * 1/3)); }
      .form-fields-stack.three-column .form-field:nth-child(1n){
    float: left;
    margin-right: 10px;
    clear: none; }
      .form-fields-stack.three-column .form-field:last-child{
    margin-right: 0; }
      .form-fields-stack.three-column .form-field:nth-child(3n){
    margin-right: 0;
    float: right; }
      .form-fields-stack.three-column .form-field:nth-child(3n + 1){
    clear: left; } }

/*******************************************/
.form-field.error input,
.form-field.error textarea,
.form-field.error select,
.form-field.error .SumoSelect > .CaptionCont {
  border-color: #E40000; }

.form-field.valid input,
.form-field.valid textarea,
.form-field.valid select,
.form-field.valid .SumoSelect > .CaptionCont {
  color: #000;
  border-color: #fff; }

label.error, label.error-SumoSelect-label, .php-error li {
  color: #E40000 !important;
  margin-top: 10px;
  font-weight: 700;
  margin-bottom: 0; }

.form-note {
  display: inline-block;
  margin-bottom: 20px;
  line-height: 1;
  font-weight: 400; }

/*********************************************
:: Print                        
********************************************/
@media print {
  /*******************************************/
  header,
  footer,
  .breadcrumbs-module,
  .small-screen-menu-panel,
  .lightbox-popup,
  .tabs-module .buttons,
  .share-module,
  .onclick-lazyload-google-map,
  .lightbox-inline-trigger,
  .slideshow {
    display: none !important; }
  .tabs-module .tab-content {
    display: block !important; }
  .gallery-module, img {
    border-bottom: none !important;
    max-width: 400px;
    max-height: 400px; }
  /*******************************************/ }

/*********************************************
:: Common
   Common Components
   eg. header, footer, main menu etc.
********************************************/
/*********************************************
  :: Site Header
********************************************/
.site-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  height: 80px; }
  @media all and (min-width: 64em) {
    .site-header {
      height: 260px;
      padding: 40px 0px 0px 0px; } }
  .site-header .content-max-width {
    max-width: 100%;
    height: 100%;
    position: relative;
    padding: 0 20px;
    margin: 0 auto; }
  .site-header .content-full-width {
    max-width: 1340px; }
  .site-header .justify-between {
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .site-header .logo.mob {
    width: 120px;
    height: 56px;
    position: absolute;
    top: 10px;
    background-image: url("/images/logo.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }
  .site-header .top-area {
    display: none; }
    @media all and (min-width: 64em) {
      .site-header .top-area {
        width: 100%;
        display: inline-block;
        clear: right;
        margin: 10px 0 30px 0;
        min-height: 113px; } }
    .site-header .top-area h3 {
      margin-bottom: 6px;
      font-family: proxima-nova, source-sans-pro, "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      font-size: 15px;
      font-weight: normal;
      letter-spacing: 0.9px;
      line-height: 17px;
      text-transform: uppercase;
      color: #3A3A3A; }
      .site-header .top-area h3 strong {
        margin-right: 2px; }
    .site-header .top-area .logo {
      width: 50%;
      height: 56px;
      float: left;
      margin-left: 13%;
      background-image: url("/images/logo.svg");
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat; }
      @media all and (min-width: 64em) {
        .site-header .top-area .logo {
          position: absolute;
          top: 20px;
          left: calc(50% + 1px);
          transform: translateX(-50%);
          margin: 0;
          height: 140px;
          width: 289px;
          margin-top: -30px; } }
    .site-header .top-area .reach-us, .site-header .top-area .reach-us-email {
      float: left;
      margin: 38px 0 0;
      width: 25%; }
      .site-header .top-area .reach-us .inner, .site-header .top-area .reach-us-email .inner {
        float: left;
        line-height: 1; }
      .site-header .top-area .reach-us .icon-call-us, .site-header .top-area .reach-us-email .icon-call-us {
        display: block;
        float: left;
        width: 43px;
        height: 43px;
        margin: 0 11px 0 0;
        background-image: url(/images/phone.png);
        background-repeat: no-repeat;
        background-size: 43px 43px; }
      .site-header .top-area .reach-us .icon-email-us, .site-header .top-area .reach-us-email .icon-email-us {
        display: block;
        float: left;
        width: 41px;
        height: 41px;
        margin: 1px 16px 0 0;
        background-image: url(/images/email.png);
        background-repeat: no-repeat;
        background-size: 41px 41px; }
      .site-header .top-area .reach-us .link, .site-header .top-area .reach-us-email .link {
        font-family: proxima-nova, source-sans-pro, "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
        font-size: 20px;
        font-weight: 600;
        letter-spacing: 1px;
        line-height: 20px;
        color: #005B7D;
        transition: all .4s ease-in-out; }
    .site-header .top-area .reach-us-email {
      padding-right: 39px;
      margin: 22px 0;
      margin-right: 40px;
      border-right: 1px solid #bababa; }
    .site-header .top-area .reach-us:hover .link {
      color: #3a3a3a; }
    .site-header .top-area .finance {
      display: block;
      float: right;
      margin-left: 75px;
      margin-right: 1px; }
      .site-header .top-area .finance h4 {
        font-family: proxima-nova, source-sans-pro, "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
        font-size: 10.85px;
        font-weight: bold;
        letter-spacing: 0.9px;
        line-height: 13px;
        text-transform: uppercase;
        margin: 0;
        color: #3A3A3A; }
      .site-header .top-area .finance h5 {
        font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
        font-size: 45.98px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 53px;
        color: #005B7D;
        margin-bottom: 0px; }
        .site-header .top-area .finance h5 sub {
          font-size: 18.39px;
          font-weight: bold;
          letter-spacing: 0;
          line-height: 21px;
          bottom: 1px;
          margin-left: 3px; }
      .site-header .top-area .finance p {
        margin: 0;
        font-family: source-sans-pro, "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
        font-size: 11.95px;
        letter-spacing: 0;
        line-height: 15px;
        color: #7C7C7C; }
  .site-header .nav-container {
    background-color: #F9F9F9;
    height: 80px; }
    @media all and (min-width: 64em) {
      .site-header .nav-container {
        height: auto; } }
  .site-header nav {
    display: none; }
    @media all and (min-width: 64em) {
      .site-header nav {
        display: inline-block;
        width: 100%;
        float: left; } }
    .site-header nav ul {
      margin: 17px 0 0px 0;
      font-size: 0px;
      padding-bottom: 19px; }
      @media all and (min-width: 64em) {
        .site-header nav ul {
          text-align: center; } }
      .site-header nav ul li {
        display: inline-block;
        margin-right: 51px;
        list-style-type: none;
        word-wrap: normal;
        text-align: center;
        vertical-align: middle; }
        .site-header nav ul li:nth-last-of-type {
          margin-right: 0px; }
        .site-header nav ul li a {
          font-size: 12.5px;
          font-weight: 500;
          letter-spacing: 0.9px;
          line-height: 16px;
          font-family: proxima-nova, source-sans-pro, "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
          color: #58585B;
          border-bottom: 1px solid transparent;
          transition: all .4s ease-in-out; }
        .site-header nav ul li a.selected {
          color: #005B7D; }
        .site-header nav ul li.dropdown {
          position: relative; }
          .site-header nav ul li.dropdown .dropdown-content {
            position: absolute;
            width: 180px;
            display: none;
            margin: 0px; }
            .site-header nav ul li.dropdown .dropdown-content li {
              display: block;
              max-width: none;
              width: 100%;
              padding-bottom: 0px;
              padding-top: 5px; }
              .site-header nav ul li.dropdown .dropdown-content li a {
                display: block;
                color: white;
                background-color: #999999;
                text-align: left;
                padding: 8px 5px 8px 15px; }
          .site-header nav ul li.dropdown:hover .dropdown-content {
            display: block; }
      .site-header nav ul li:last-of-type {
        margin-right: 0px; }
      .site-header nav ul li a:hover {
        color: #005B7D;
        border-color: #005B7D; }
  .site-header .contact-mob {
    width: auto;
    position: absolute;
    top: 25px;
    right: 60px; }
    .site-header .contact-mob .icon-call-us, .site-header .contact-mob .icon-email-us {
      display: block;
      float: right;
      width: 30px;
      height: 30px;
      background: url(/images/phone.png) no-repeat center;
      background-size: cover;
      margin-right: 10px; }
    .site-header .contact-mob .icon-email-us {
      background: url(/images/email.png) no-repeat center;
      background-size: cover; }

.chinese {
  position: absolute;
  top: 46px;
  display: none;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1.25px;
  line-height: 18px; }
  @media all and (min-width: 64em) {
    .chinese {
      z-index: 999999999;
      display: block; } }

.translate-container {
  width: 173px !important;
  height: 27px !important;
  position: absolute;
  top: 20px;
  right: 20px; }
  @media all and (min-width: 64em) {
    .translate-container {
      z-index: 999999999; } }
  .translate-container .translate {
    display: none;
    z-index: 99;
    transition: all .3s linear;
    width: 173px !important;
    height: 27px !important;
    padding: 0 10px 0 5px !important;
    font-family: source-sans-pro, "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif !important;
    background-color: #fff;
    color: #a7a9ab;
    font-size: 12px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 25px !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    border: 1px solid #a7a9ab !important;
    border-radius: 0px;
    cursor: pointer;
    zoom: 1;
    transition: all .3s linear;
    -webkit-appearance: none;
    appearance: none; }
    @media all and (min-width: 64em) {
      .translate-container .translate {
        display: inline-block !important;
        top: 34px;
        right: 0px; } }
  .translate-container:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    width: 0 !important;
    height: 0 !important;
    margin-top: -1px;
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    border-top: 4px solid #a7a9ab !important;
    border-right: 4px solid transparent !important;
    border-left: 4px solid transparent !important;
    transition: all .3s linear;
    z-index: 999; }

.open-menu .translate {
  display: inline-block; }

.open-menu .translate-container {
  z-index: 999999999; }

/*********************************************
  :: Site Footer
********************************************/
.site-footer {
  width: 100%;
  display: inline-block;
  position: relative;
  background: white; }
  .site-footer .footer-content {
    width: 100%;
    float: left;
    font-size: 0px; }
    .site-footer .footer-content .content-max-width {
      max-width: 1300px;
      border-top: 1px solid #BABABA;
      padding: 40px 20px; }
      @media all and (min-width: 64em) {
        .site-footer .footer-content .content-max-width {
          padding: 51px 0 0; } }
    .site-footer .footer-content .chinese {
      position: absolute;
      right: 0;
      top: 51px; }
    @media all and (min-width: 64em) {
      .site-footer .footer-content .flex {
        gap: 129px; } }
    .site-footer .footer-content h4 {
      font-size: 16px;
      letter-spacing: 1.33px;
      text-transform: uppercase;
      color: #58585b;
      padding-bottom: 13px;
      margin-bottom: 15px;
      border-bottom: 2px solid #bababa; }
      @media all and (min-width: 64em) {
        .site-footer .footer-content h4 {
          padding-bottom: 17px;
          margin-bottom: 20px; } }
    .site-footer .footer-content p {
      width: 201px;
      margin: 0 0 22px;
      color: #3A3A3A;
      font-family: source-sans-pro, "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      font-size: 14px;
      letter-spacing: 0;
      line-height: 22px; }
      .site-footer .footer-content p:last-of-type {
        margin: 0; }
      .site-footer .footer-content p strong {
        font-weight: 600;
        min-width: 25px;
        display: inline-block; }
    .site-footer .footer-content a:hover {
      color: #005B7D; }
    .site-footer .footer-content .col1, .site-footer .footer-content .col2, .site-footer .footer-content .col3 {
      display: inline-block;
      vertical-align: top;
      padding-right: 56px; }
    .site-footer .footer-content .col1 {
      width: 50%; }
    .site-footer .footer-content .col2 {
      width: 100%;
      padding-right: 0px; }
      @media all and (min-width: 64em) {
        .site-footer .footer-content .col2 {
          width: 25%;
          padding-right: 56px; } }
      .site-footer .footer-content .col2 .half-mob {
        width: 50%;
        display: inline-block;
        vertical-align: top;
        padding-right: 10px; }
        @media all and (min-width: 64em) {
          .site-footer .footer-content .col2 .half-mob {
            width: 100%;
            padding-right: 0px; } }
    .site-footer .footer-content .col3 {
      width: 25%;
      padding-right: 0px; }
      .site-footer .footer-content .col3 ul {
        margin-left: 0px; }
        .site-footer .footer-content .col3 ul li {
          list-style-type: none; }
  .site-footer .footer-legal {
    width: 100%;
    display: inline-block;
    background: #3a3a3a;
    padding: 16px 0 15px;
    text-align: left; }
    @media all and (min-width: 64em) {
      .site-footer .footer-legal {
        margin: 49px 0 0; } }
    .site-footer .footer-legal .content-max-width {
      max-width: 1300px; }
  .site-footer .copyright {
    margin: 0;
    display: inline-block;
    width: 100%;
    font-family: source-sans-pro, "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 12.5px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 15px;
    text-align: left;
    color: white; }
    .site-footer .copyright a {
      color: white;
      font-size: 12.5px;
      line-height: 15px; }

/*********************************************
  :: Main Menu Toggle
********************************************/
button.small-screen-main-menu-trigger {
  width: 20px;
  padding: 0px;
  background: white;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  border-radius: 0px;
  display: inline-block;
  margin-top: 0;
  z-index: 999; }
  @media all and (min-width: 64em) {
    button.small-screen-main-menu-trigger {
      display: none; } }
  button.small-screen-main-menu-trigger span {
    width: 20px;
    height: 2px;
    background: black;
    margin-bottom: 4px;
    display: block;
    transform: rotate(0deg);
    transition: all .5s ease-in-out;
    opacity: 1; }
  button.small-screen-main-menu-trigger span:last-of-type {
    margin-bottom: 0px; }

.open-menu .small-screen-main-menu-trigger {
  background: #005B7D;
  position: fixed;
  right: 85%;
  transform: translateY(0%);
  margin: 0px;
  top: auto;
  left: auto;
  height: 56px;
  width: 56px;
  text-align: center;
  padding-left: 15px;
  z-index: 99999;
  padding: 0px; }
  @media all and (min-width: 25.75em) {
    .open-menu .small-screen-main-menu-trigger {
      right: 350px; } }
  .open-menu .small-screen-main-menu-trigger span {
    margin: 0px;
    background: white;
    width: 27px;
    margin-left: 16px; }
  .open-menu .small-screen-main-menu-trigger span:last-of-type {
    opacity: 0; }
  .open-menu .small-screen-main-menu-trigger span:first-of-type {
    transform: rotate(-45deg); }
  .open-menu .small-screen-main-menu-trigger span:nth-of-type(2) {
    transform: rotate(45deg);
    margin-top: -2px; }

/*********************************************
  :: Main Menu
********************************************/
.small-screen-main-menu {
  width: 85%;
  max-width: 350px;
  background: white;
  position: fixed;
  top: 0px;
  right: -85%;
  height: 100%;
  padding-top: 90px;
  text-align: left;
  z-index: 99999;
  overflow-y: auto;
  transition: all 0.4s cubic-bezier(0.63, 0.01, 0, 1.03); }
  @media all and (min-width: 64em) {
    .small-screen-main-menu {
      display: none; } }
  .small-screen-main-menu a {
    cursor: pointer; }
  .small-screen-main-menu ul {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px; }
  .small-screen-main-menu li {
    width: 100%;
    float: left;
    list-style-type: none;
    margin-bottom: 0px; }
    .small-screen-main-menu li:before {
      display: none; }
    .small-screen-main-menu li a {
      font-family: proxima-nova, source-sans-pro, "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      font-size: 14px;
      font-weight: 600;
      line-height: 18px;
      color: #7c7c7c;
      text-transform: uppercase;
      border-bottom: 1px solid #CCC;
      padding: 13px 20px 13px 0px;
      margin: 0px 0px 0px 25px;
      display: block;
      transition: all 0.4s cubic-bezier(0.63, 0.01, 0, 1.03); }
      .small-screen-main-menu li a:active {
        transition: all 0s;
        opacity: 0.6; }
      .small-screen-main-menu li a.selected {
        color: #005B7D; }
  .small-screen-main-menu .active a {
    color: #212121; }

.open-menu .small-screen-main-menu {
  right: 0px; }

/*********************************************
  :: Sub Main Menu (styling .parent)
********************************************/
.small-screen-main-menu .parent {
  position: relative; }
  .small-screen-main-menu .parent .icon {
    font-size: 14px;
    color: #3a3a3a;
    position: absolute;
    right: 20px;
    top: 14px;
    transition: all 0.4s cubic-bezier(0.63, 0.01, 0, 1.03);
    transform: rotate(0deg); }

.small-screen-main-menu .parent ul li:last-of-type a {
  border-bottom: none; }

.parent div {
  display: none; }

.parent ul {
  background: #3a3a3a; }

.parent ul li a {
  color: white !important; }

/* Acive state for sub-menu parent */
.small-screen-main-menu .open-sub-menu ul {
  height: auto;
  padding: 20px 0px 20px 0px; }

.small-screen-main-menu .open-sub-menu .icon {
  transform: rotate(180deg); }

/*********************************************
:: Modules
********************************************/
/*********************************************
:: SignUp Module
********************************************/
.signup-module {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 30px;
  display: inline-block;
  text-align: center;
  background: white;
  border-top: 1px solid #CCCCCC; }
  @media all and (min-width: 64em) {
    .signup-module {
      padding-bottom: 0px; } }
  @media all and (min-width: 64em) {
    .signup-module .content-max-width {
      width: 80%;
      max-width: 660px; } }
  .signup-module .content-max-width .success, .signup-module .content-max-width .error {
    width: 100%;
    text-align: center; }
  .signup-module .content-max-width .success {
    color: green; }
  .signup-module .content-max-width .error {
    color: red;
    font-size: 14px;
    padding: 10px; }
  .signup-module p {
    font-size: 14px;
    font-weight: 300;
    color: #3a3a3a;
    padding: 17px 0;
    margin: 0px; }
    @media all and (min-width: 64em) {
      .signup-module p {
        width: 50%;
        float: left;
        font-size: 18px;
        padding: 41px 0; } }
  .signup-module form {
    width: 100%;
    max-width: 487px;
    margin: 0 auto;
    display: inline-block;
    float: none;
    border-top: none !important; }
    @media all and (min-width: 64em) {
      .signup-module form {
        width: 50%;
        float: left;
        padding: 35px 0; } }
    .signup-module form input {
      width: 70%;
      height: 42px;
      border: 1px solid #CCCCCC;
      border-radius: 6px 0 0 6px;
      float: left; }
    .signup-module form button {
      width: 30%;
      height: 42px;
      float: right;
      padding: 10px;
      background: #005B7D;
      color: #3a3a3a;
      vertical-align: middle;
      border-radius: 0 6px 6px 0;
      font-size: 18px;
      font-family: proxima-nova, source-sans-pro, "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
      .signup-module form button:hover {
        background: #3a3a3a;
        color: white; }
      .signup-module form button .icon-search {
        vertical-align: middle; }

/*********************************************
:: Title Module
********************************************/
.title-module {
  width: 100%;
  display: inline-block;
  position: relative;
  text-align: center;
  margin: 20px 0 20px 0; }
  @media all and (min-width: 64em) {
    .title-module {
      margin: 80px auto 78px auto; } }
  .title-module:before {
    content: '';
    width: 106px;
    height: 1px;
    background: #58585b;
    margin: auto;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0; }
    @media all and (min-width: 64em) {
      .title-module:before {
        width: 160px; } }
  .title-module h1 {
    width: auto;
    display: inline-block;
    color: #3a3a3a;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1.8px;
    line-height: 22px;
    text-align: center;
    margin: 0 0 26px 0;
    text-transform: uppercase; }
    @media all and (min-width: 64em) {
      .title-module h1 {
        font-size: 30px;
        letter-spacing: 3px;
        line-height: 36px; } }

/*********************************************
:: Pagination Module                    
********************************************/
.pagination-module {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
  display: inline-block;
  text-align: center;
  background: whitesmoke; }
  @media all and (min-width: 64em) {
    .pagination-module {
      background: white; } }
  .pagination-module ul {
    width: auto;
    display: inline-block;
    height: 34px;
    padding: 0;
    margin: 6px;
    text-align: center;
    background: #005B7D;
    border-radius: 17px; }
    @media all and (min-width: 64em) {
      .pagination-module ul {
        margin: 0px; } }
    .pagination-module ul li {
      width: 28px;
      height: 28px;
      display: inline-block;
      margin: 3px; }
      .pagination-module ul li a {
        line-height: 28px;
        text-align: center;
        color: #3a3a3a;
        font-family: proxima-nova, source-sans-pro, "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
        font-size: 1.25em; }
      .pagination-module ul li span {
        color: #3a3a3a;
        vertical-align: sub;
        font-size: 26px; }
      .pagination-module ul li.active {
        background: #3a3a3a;
        border-radius: 50%; }
        .pagination-module ul li.active a {
          color: white; }

/*********************************************
:: Hero Module
********************************************/
.hero-container {
  width: 100%;
  max-width: 1300px;
  display: block;
  position: relative;
  margin: 0 auto;
  text-align: center; }
  .hero-container.banner {
    max-width: 100%; }
    .hero-container.banner .hero-slideshow {
      max-width: 100%; }
  .hero-container .before-wrap, .hero-container .after-wrap {
    width: 504px;
    height: 506px;
    position: absolute;
    top: 0px;
    left: -514px;
    z-index: 1; }
  .hero-container .after-wrap {
    left: auto;
    right: -514px; }
  @media all and (min-width: 64em) {
    .hero-container .before, .hero-container .after {
      width: 504px;
      height: 506px;
      display: inline-block;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover; } }
  .hero-container .hero-slideshow {
    max-width: 1356px;
    max-height: 506px;
    margin: 0 auto;
    position: relative; }
  .hero-container .slide {
    width: 100%;
    position: relative;
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 185px; }
    @media all and (min-width: 37.5em) {
      .hero-container .slide {
        min-height: 300px; } }
    @media all and (min-width: 48em) {
      .hero-container .slide {
        min-height: 450px; } }
    @media all and (min-width: 64em) {
      .hero-container .slide {
        min-height: 506px; } }

/*********************************************
:: Tiles Module
********************************************/
.tiles-container {
  width: 100%;
  max-height: 506px;
  display: inline-block;
  position: relative;
  overflow: hidden; }
  .tiles-container.banner .hero-area {
    max-width: calc(100% + 12px);
    margin: 0 -6px; }
  .tiles-container.with-sides .hero-area .tile:nth-of-type(-n+4) {
    border-top: none; }
  .tiles-container .hero-area {
    max-width: 1312px;
    max-height: 506px;
    margin: 0 auto;
    position: relative; }
    .tiles-container .hero-area .before-wrap, .tiles-container .hero-area .after-wrap {
      width: 504px;
      height: 506px;
      position: absolute;
      top: 0px;
      left: -508px;
      z-index: 1; }
    .tiles-container .hero-area .after-wrap {
      left: auto;
      right: -508px; }
    @media all and (min-width: 64em) {
      .tiles-container .hero-area .before, .tiles-container .hero-area .after {
        width: 504px;
        height: 506px;
        display: inline-block;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover; } }
  .tiles-container .tile {
    width: 33.33%;
    float: left;
    position: relative;
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    border: 2px solid white;
    min-height: 90px; }
    @media all and (min-width: 37.5em) {
      .tiles-container .tile {
        min-height: 130px; } }
    @media all and (min-width: 48em) {
      .tiles-container .tile {
        min-height: 200px;
        border: 6px solid white;
        border-top: 12px solid white;
        border-bottom: none; } }
    @media all and (min-width: 64em) {
      .tiles-container .tile {
        min-height: 247px; } }
  .tiles-container .tile:nth-of-type(-n+3) {
    border-top: none; }

/*********************************************
:: Business Module                    
********************************************/
.business-module {
  width: 100%;
  display: inline-block;
  text-align: center; }
  @media all and (min-width: 64em) {
    .business-module {
      margin-top: 0px;
      text-align: left; } }
  .business-module .business-slideshow, .business-module .business {
    padding: 0px; }
  .business-module .owl-item .slide, .business-module .slide {
    width: 80%;
    display: inline-block;
    vertical-align: bottom;
    margin: 0 auto 15px auto; }
    @media all and (min-width: 64em) {
      .business-module .owl-item .slide, .business-module .slide {
        width: 100%;
        margin: 0 0px 50px 0; } }
    .business-module .owl-item .slide img, .business-module .slide img {
      width: 130px;
      margin: 0 auto 25px auto; }
      @media all and (min-width: 64em) {
        .business-module .owl-item .slide img, .business-module .slide img {
          width: 175px;
          margin: 0 67px 20px 0; } }
    .business-module .owl-item .slide .content, .business-module .slide .content {
      width: 100%;
      display: inline-block; }
      @media all and (min-width: 64em) {
        .business-module .owl-item .slide .content, .business-module .slide .content {
          width: calc(100% - 246px);
          vertical-align: bottom;
          margin: 0 0px 0 0; } }

/*********************************************
:: Projects Module
********************************************/
.projects-module {
  width: calc(100% + 20px);
  display: inline-block;
  position: relative;
  text-align: center;
  margin: 0 -10px 20px; }
  @media all and (min-width: 48em) {
    .projects-module {
      margin: 50px auto 47px auto; } }
  .projects-module article {
    width: 100%;
    min-height: 235px;
    float: left;
    margin: 0 10px 15px; }
    @media all and (min-width: 37.5em) {
      .projects-module article {
        width: calc(100%/2 - 20px); } }
    @media all and (min-width: 64em) {
      .projects-module article {
        width: calc(100%/4 - 20px); } }
    .projects-module article img {
      width: 310px;
      max-width: 310px;
      margin: 0 auto 10px auto;
      opacity: 1;
      transition: all .4s ease-in-out; }
      @media (max-width: 1100px) {
        .projects-module article img {
          width: 100%; } }
    .projects-module article p {
      font-size: 14px;
      font-weight: 400;
      letter-spacing: 1px;
      line-height: 17px;
      color: #3a3a3a;
      margin-bottom: 3px; }
    .projects-module article p.details {
      font-family: source-sans-pro, "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      font-size: 14px;
      letter-spacing: 0;
      line-height: 18px;
      font-style: italic; }
      .projects-module article p.details span {
        font-style: normal;
        font-weight: 600; }
  .projects-module article:hover img {
    opacity: 0.8; }

/*********************************************
:: Lists Module                    
********************************************/
.lists-module {
  width: 100%;
  display: inline-block;
  position: relative;
  text-align: left;
  margin: 0 0 20px 0; }
  @media all and (min-width: 48em) {
    .lists-module {
      margin: 50px auto 47px auto; } }
  .lists-module .projects {
    width: 100%;
    float: left;
    margin: 0 0 15px 0; }
    @media all and (min-width: 48em) {
      .lists-module .projects {
        width: 50%;
        padding-right: 15px; } }
    .lists-module .projects p {
      font-size: 15px;
      font-weight: 700;
      line-height: 18px;
      color: #58585b; }
      .lists-module .projects p span {
        display: inline-block;
        float: right; }
        @media all and (min-width: 48em) {
          .lists-module .projects p span {
            display: none; } }
    .lists-module .projects ul {
      display: none; }
      @media all and (min-width: 48em) {
        .lists-module .projects ul {
          display: inline-block !important; } }
      .lists-module .projects ul li {
        width: 100%;
        display: inline-block;
        font-size: 16px;
        font-weight: 300;
        line-height: 20px;
        color: #7c7c7c;
        list-style-type: none;
        padding: 8px 0;
        border-bottom: 1px solid #d1d2d4; }
      .lists-module .projects ul li:hover {
        background: #f9f9f9; }
  @media all and (min-width: 48em) {
    .lists-module .projects:last-of-type {
      padding: 0 0 0 15px; } }

/*********************************************
:: Views
********************************************/
/*********************************************
:: Home Page
********************************************/
.page-home .lead-copy {
  font-size: 22px;
  line-height: 25px;
  color: red; }
  @media all and (min-width: 64em) {
    .page-home .lead-copy {
      font-size: 42px;
      line-height: 47px; } }

.page-home .content-full-width.flex {
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center; }

.page-home .intro-container {
  width: 100%;
  display: inline-block;
  padding: 30px 0 0; }
  @media all and (min-width: 64em) {
    .page-home .intro-container {
      padding: 70px 0 0; } }
  .page-home .intro-container .intro-section {
    width: 600px;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media (max-width: 1100px) {
      .page-home .intro-container .intro-section {
        width: 50%; } }
    @media (max-width: 768px) {
      .page-home .intro-container .intro-section {
        width: 100%;
        margin: 0 0 50px; } }
    @media (max-width: 1100px) {
      .page-home .intro-container .intro-section .slide {
        width: calc(50% - 5px); } }
    @media (max-width: 500px) {
      .page-home .intro-container .intro-section .slide {
        width: 100%; } }
    .page-home .intro-container .intro-section .slide a {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      margin: 0 0 10px;
      width: 295px;
      min-height: 250px;
      padding: 34px 31px 30px 30px;
      background: #3A3A3A; }
      @media (max-width: 1100px) {
        .page-home .intro-container .intro-section .slide a {
          width: 100%; } }
      .page-home .intro-container .intro-section .slide a:hover {
        background-color: #005B7D; }
    .page-home .intro-container .intro-section .slide h3 {
      margin-top: auto; }
  .page-home .intro-container .text {
    width: 600px;
    margin-top: -11px; }
    @media (max-width: 1100px) {
      .page-home .intro-container .text {
        width: 45%; } }
    @media (max-width: 768px) {
      .page-home .intro-container .text {
        width: 100%; } }
    .page-home .intro-container .text h1 {
      margin: 0 0 42px; }
    .page-home .intro-container .text .wysiwyg {
      margin: 0; }
      .page-home .intro-container .text .wysiwyg > *:last-child {
        margin: 0; }
      .page-home .intro-container .text .wysiwyg p {
        margin: 0 0 28px;
        color: #3A3A3A;
        font-family: source-sans-pro, "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
        font-weight: 400;
        font-size: 20px;
        letter-spacing: 0;
        line-height: 28px; }
        .page-home .intro-container .text .wysiwyg p a {
          color: #005B7D; }
  .page-home .intro-container .intro-slideshow {
    margin-bottom: 20px; }
    @media all and (min-width: 64em) {
      .page-home .intro-container .intro-slideshow {
        margin-bottom: 47px; } }
    .page-home .intro-container .intro-slideshow .owl-nav div {
      position: absolute;
      top: 35%; }
  .page-home .intro-container .owl-item {
    position: relative;
    top: 0px;
    transition: all .3s linear; }
  .page-home .intro-container .slide a {
    width: 100%;
    height: 100%;
    display: inline-block; }
  .page-home .intro-container .slide h2, .page-home .intro-container .slide legend {
    font-size: 20px;
    letter-spacing: 0.3px;
    line-height: 26px;
    font-weight: 300;
    color: white; }
    .page-home .intro-container .slide h2 strong, .page-home .intro-container .slide legend strong {
      font-weight: 500;
      color: white; }
  .page-home .intro-container .slide h3 {
    margin-bottom: 0;
    font-family: proxima-nova, source-sans-pro, "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 11px !important;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 13px;
    color: white;
    text-transform: uppercase; }
    .page-home .intro-container .slide h3 strong {
      font-weight: 400; }
  .page-home .intro-container .owl-item:hover {
    top: -20px; }
  @media all and (min-width: 64em) {
    .page-home .intro-container h1 {
      font-size: 40px;
      letter-spacing: 0.6px;
      line-height: 50px;
      margin-bottom: 45px;
      font-weight: 400; } }
  .page-home .intro-container .two-col {
    width: 100%;
    float: left;
    padding: 40px 0;
    margin-top: 40px;
    border-top: 1px solid #bababa; }
    @media all and (min-width: 48em) {
      .page-home .intro-container .two-col {
        margin-top: 60px;
        padding: 72px 0 50px;
        column-count: 2;
        column-gap: 100px; } }
    .page-home .intro-container .two-col p {
      margin-bottom: 19px;
      font-family: source-sans-pro, "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      font-size: 16px;
      letter-spacing: 0;
      line-height: 24px;
      break-inside: avoid; }
      @media all and (min-width: 48em) {
        .page-home .intro-container .two-col p {
          display: inline-block; } }
    .page-home .intro-container .two-col p:first-of-type, .page-home .intro-container .two-col p strong {
      font-size: 16px;
      font-weight: 700;
      line-height: 24px;
      line-height: 24px;
      font-family: proxima-nova, source-sans-pro, "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
      @media all and (min-width: 64em) {
        .page-home .intro-container .two-col p:first-of-type, .page-home .intro-container .two-col p strong {
          font-size: 16px;
          font-weight: bold;
          letter-spacing: 1.2px;
          line-height: 24px; } }
    .page-home .intro-container .two-col p strong {
      display: inline-block;
      margin-top: 30px; }
    .page-home .intro-container .two-col p:first-of-type strong, .page-home .intro-container .two-col p:last-of-type strong {
      margin-top: 0; }
    .page-home .intro-container .two-col em {
      position: relative;
      display: inline-block;
      max-width: 380px;
      padding-top: 31px;
      margin-top: 30px;
      font-family: proxima-nova, source-sans-pro, "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      font-size: 18px;
      font-style: italic;
      font-weight: 300;
      letter-spacing: 0.2px;
      line-height: 26px;
      color: #3A3A3A; }
      .page-home .intro-container .two-col em:before {
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        height: 4px;
        width: 100px;
        background-color: #D8D8D8; }
  .page-home .intro-container blockquote p {
    display: block;
    padding: 0 0 70px;
    color: #005B7D;
    text-align: left;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px; }
    @media all and (min-width: 64em) {
      .page-home .intro-container blockquote p {
        font-size: 26px;
        letter-spacing: 0.39px;
        line-height: 36px; } }

.page-home .business-module {
  margin: 50px 0 0; }
  @media all and (min-width: 64em) {
    .page-home .business-module {
      margin-top: 61px;
      margin-bottom: 70px; } }
  .page-home .business-module .content-max-width {
    max-width: 1220px; }
    @media all and (min-width: 64em) {
      .page-home .business-module .content-max-width .desktop {
        width: 100%;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: stretch;
        align-items: stretch; } }
  .page-home .business-module .owl-item .slide, .page-home .business-module .slide {
    margin: 0 auto 15px auto; }
    @media all and (min-width: 64em) {
      .page-home .business-module .owl-item .slide, .page-home .business-module .slide {
        width: 320px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0;
        -ms-flex-align: center;
        align-items: center; }
        .page-home .business-module .owl-item .slide:nth-child(2), .page-home .business-module .slide:nth-child(2) {
          margin-left: 10px; }
        .page-home .business-module .owl-item .slide img, .page-home .business-module .slide img {
          width: 143px;
          margin: 0 auto 38px; }
        .page-home .business-module .owl-item .slide .content, .page-home .business-module .slide .content {
          text-align: center; }
          .page-home .business-module .owl-item .slide .content p, .page-home .business-module .slide .content p {
            margin: 0 0 29px;
            font-family: source-sans-pro, "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
            font-size: 14px;
            letter-spacing: 0;
            line-height: 22px;
            text-align: center;
            color: #3A3A3A; }
            .page-home .business-module .owl-item .slide .content p a, .page-home .business-module .slide .content p a {
              color: #005B7D; } }
    @media all and (min-width: 64em) {
      .page-home .business-module .owl-item .slide .content, .page-home .business-module .slide .content {
        width: 100%; } }
    .page-home .business-module .owl-item .slide a, .page-home .business-module .slide a {
      height: 46px;
      width: 177px;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin: 0 0 30px 0;
      font-family: proxima-nova, source-sans-pro, "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      font-size: 12.5px;
      font-weight: bold;
      letter-spacing: 0.8px;
      line-height: 16px;
      color: #005B7D;
      border: 1px solid #005B7D;
      border-radius: 3px; }
      @media all and (min-width: 64em) {
        .page-home .business-module .owl-item .slide a, .page-home .business-module .slide a {
          margin: auto 0 0; } }
      .page-home .business-module .owl-item .slide a:hover, .page-home .business-module .slide a:hover {
        background: #005B7D;
        color: white; }

.banner {
  max-width: 2000px;
  margin: 0 auto; }
  .banner img {
    width: 100%; }

/*******************************************/
/*********************************************
:: About Page
********************************************/
.page-about .hero-container .hero-slideshow:before, .page-about .hero-container .hero-slideshow:after {
  background: url(/images/hero-before2.jpg) no-repeat center; }

.page-about .intro-container {
  width: 100%;
  display: inline-block;
  position: relative;
  overflow: hidden; }

.page-about .content-max-width {
  max-width: 1300px; }

.page-about .new {
  margin-top: 80px; }
  .page-about .new .title-module {
    margin-top: 0; }
  .page-about .new .staff-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: stretch;
    align-items: stretch; }
    .page-about .new .staff-container article {
      width: 100%;
      margin-bottom: 60px; }
      @media all and (min-width: 28.125em) {
        .page-about .new .staff-container article {
          width: calc(100%/3 - 53.33px);
          margin-bottom: 80px; } }
      .page-about .new .staff-container article .image {
        width: 100%;
        margin-bottom: 40px; }
        .page-about .new .staff-container article .image img {
          max-width: 291px;
          width: 100%; }
      .page-about .new .staff-container article .details h3 {
        margin-bottom: 5px;
        font-size: 24px;
        font-weight: bold;
        letter-spacing: 1px;
        line-height: 24px; }
      .page-about .new .staff-container article .details span {
        display: block;
        margin-bottom: 5px;
        font-size: 12.5px;
        letter-spacing: 0;
        line-height: 18px;
        color: #005B7D; }
      .page-about .new .staff-container article .details .tel-email {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 30px; }
        .page-about .new .staff-container article .details .tel-email .email {
          margin-bottom: 5px; }
          @media all and (min-width: 37.5em) {
            .page-about .new .staff-container article .details .tel-email .email {
              margin: 0; } }
        .page-about .new .staff-container article .details .tel-email .email, .page-about .new .staff-container article .details .tel-email .tel {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
          align-items: center;
          margin-right: 13px; }
          .page-about .new .staff-container article .details .tel-email .email img, .page-about .new .staff-container article .details .tel-email .tel img {
            height: 26px;
            width: 26px;
            margin-right: 6px; }
          .page-about .new .staff-container article .details .tel-email .email span, .page-about .new .staff-container article .details .tel-email .tel span {
            color: #3A3A3A;
            font-size: 12.5px;
            letter-spacing: 0;
            line-height: 18px; }
      .page-about .new .staff-container article .details .content :last-child {
        margin: 0; }
      .page-about .new .staff-container article .details .content p {
        font-family: source-sans-pro, "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
        font-size: 14px;
        letter-spacing: 0;
        line-height: 21px; }

/*******************************************/
/*********************************************
:: Template Page
********************************************/
@media all and (min-width: 48em) {
  .page-template {
    padding-bottom: 150px; } }

.page-template.private-lending {
  padding-bottom: 140px; }
  .page-template.private-lending .projects-module {
    margin: 80px -10px -67px; }
    .page-template.private-lending .projects-module .special-title {
      margin-bottom: 52px; }

.page-template.residential {
  padding-bottom: 140px; }
  .page-template.residential .projects-module {
    margin: 60px -10px -67px; }
    .page-template.residential .projects-module .special-title {
      margin-bottom: 52px; }

.page-template.apartment {
  padding-bottom: 140px; }
  .page-template.apartment .projects-module {
    margin: 51px -10px -67px; }
    .page-template.apartment .projects-module .special-title {
      margin-bottom: 52px; }

.page-template.joint-ventures {
  padding-bottom: 100px; }
  .page-template.joint-ventures .intro-container .two-col p.leadcopy {
    font-family: source-sans-pro, "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    color: #3A3A3A;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    opacity: .8; }

.page-template .banner img {
  max-width: 100%;
  width: 100%; }

.page-template .content-max-width {
  max-width: 1340px;
  padding: 0 20px; }

.page-template .intro-container {
  width: 100%;
  display: inline-block; }
  .page-template .intro-container .two-col {
    width: 100%;
    float: left;
    padding: 0; }
    @media all and (min-width: 48em) {
      .page-template .intro-container .two-col {
        column-count: 2;
        column-gap: 28px; } }
    @media all and (min-width: 64em) {
      .page-template .intro-container .two-col {
        column-count: 2;
        column-gap: 100px; } }
    .page-template .intro-container .two-col p {
      display: inline-block;
      margin: 0 0 19px;
      break-inside: avoid;
      color: #3A3A3A;
      font-family: source-sans-pro, "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      font-size: 16px;
      letter-spacing: 0;
      line-height: 24px; }
      .page-template .intro-container .two-col p strong {
        display: inline-block;
        font-family: proxima-nova, source-sans-pro, "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
        font-size: 16px;
        font-weight: bold;
        letter-spacing: 1.2px;
        line-height: 24px;
        margin-top: 31px; }
    .page-template .intro-container .two-col p:first-of-type strong {
      margin-top: 0; }
    .page-template .intro-container .two-col .leadcopy {
      font-weight: 400; }
  .page-template .intro-container .contact-area {
    width: 100%;
    float: left;
    margin: 20px 0;
    padding: 20px 0;
    border-top: 1px solid #bababa; }
    @media all and (min-width: 48em) {
      .page-template .intro-container .contact-area {
        margin: 50px 0;
        padding: 50px 0; } }
    .page-template .intro-container .contact-area h3 {
      font-size: 20px;
      font-style: normal;
      font-weight: 600;
      line-height: 1.4;
      letter-spacing: 1px;
      color: #58585b;
      text-transform: uppercase;
      vertical-align: middle;
      margin: 0 0 20px; }
    .page-template .intro-container .contact-area .ico-call-us {
      display: block;
      float: left;
      width: 41px;
      height: 41px;
      margin: 1px 16px 0 0;
      background-image: url(/images/sprite.png);
      background-position: -1px -121px;
      background-repeat: no-repeat;
      background-size: 58px 508px; }
    .page-template .intro-container .contact-area .ico-email-us {
      display: block;
      float: left;
      width: 41px;
      height: 41px;
      margin: 1px 16px 0 0;
      background-image: url(/images/sprite.png);
      background-position: -1px -331px;
      background-repeat: no-repeat;
      background-size: 58px 508px; }
    .page-template .intro-container .contact-area a {
      font-size: 20px;
      font-style: normal;
      font-weight: 600;
      line-height: 1.4;
      letter-spacing: 1px;
      text-transform: uppercase;
      vertical-align: middle;
      display: inline-block;
      vertical-align: middle;
      color: #3a3a3a; }
      .page-template .intro-container .contact-area a:hover {
        color: #005B7D; }
  .page-template .intro-container a {
    color: #005B7D; }

@media all and (min-width: 64em) {
  .page-template .business-module {
    margin-top: 43px; } }

.page-template .business-module a {
  color: #005B7D; }

.page-template .business-module a.button {
  height: 46px;
  width: 177px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0 30px 0;
  font-family: proxima-nova, source-sans-pro, "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 12.5px;
  font-weight: bold;
  letter-spacing: 0.8px;
  line-height: 16px;
  color: #005B7D;
  border: 1px solid #005B7D;
  border-radius: 3px; }
  @media all and (min-width: 64em) {
    .page-template .business-module a.button {
      margin: auto 0 0; } }
  .page-template .business-module a.button:hover {
    background: #005B7D;
    color: white; }

@media all and (min-width: 64em) {
  .page-template .business-module .business.desktop {
    width: 100%;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 90px; }
    .page-template .business-module .business.desktop owl-item .slide, .page-template .business-module .business.desktop .slide {
      margin: 0 auto 15px auto; } }
    @media all and (min-width: 64em) and (min-width: 64em) {
      .page-template .business-module .business.desktop owl-item .slide, .page-template .business-module .business.desktop .slide {
        width: 320px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0;
        -ms-flex-align: center;
        align-items: center; }
        .page-template .business-module .business.desktop owl-item .slide:nth-child(2), .page-template .business-module .business.desktop .slide:nth-child(2) {
          margin-left: 10px; }
        .page-template .business-module .business.desktop owl-item .slide img, .page-template .business-module .business.desktop .slide img {
          width: 143px;
          margin: 0 auto 38px; }
        .page-template .business-module .business.desktop owl-item .slide .content, .page-template .business-module .business.desktop .slide .content {
          text-align: center; }
          .page-template .business-module .business.desktop owl-item .slide .content p, .page-template .business-module .business.desktop .slide .content p {
            margin: 0 0 29px;
            font-family: source-sans-pro, "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
            font-size: 14px;
            letter-spacing: 0;
            line-height: 22px;
            text-align: center;
            color: #3A3A3A; }
            .page-template .business-module .business.desktop owl-item .slide .content p a, .page-template .business-module .business.desktop .slide .content p a {
              color: #005B7D; } }
    @media all and (min-width: 64em) and (min-width: 64em) {
      .page-template .business-module .business.desktop owl-item .slide .content, .page-template .business-module .business.desktop .slide .content {
        width: 100%; } }

.page-template blockquote p {
  font-style: normal;
  font-size: 26px;
  letter-spacing: 0.39px;
  line-height: 36px; }

.page-template .projects-module .special-title {
  margin-bottom: 54px; }

@media all and (min-width: 48em) {
  .page-template .projects-module {
    margin: 50px -10px -67px; } }

/*******************************************/
/*********************************************
:: Projects Page                   
********************************************/
.page-projects .business-module {
  margin-top: 45px; }
  .page-projects .business-module .slide {
    margin: 0 auto 15px auto; }
    @media all and (min-width: 64em) {
      .page-projects .business-module .slide {
        margin: 0 0px 80px 0; } }
    .page-projects .business-module .slide img {
      vertical-align: middle; }
      @media all and (min-width: 64em) {
        .page-projects .business-module .slide img {
          margin-left: 110px; } }
    .page-projects .business-module .slide .content {
      display: none; }
    .page-projects .business-module .slide a {
      width: auto;
      margin: 0 auto;
      display: inline-block;
      vertical-align: middle;
      margin: 0 0 30px 0;
      padding: 15px 13px;
      font-size: 14px;
      font-weight: 700;
      text-align: center;
      text-transform: uppercase;
      color: #005B7D;
      border: 1px solid #005B7D; }
      @media all and (min-width: 64em) {
        .page-projects .business-module .slide a {
          font-size: 16px;
          line-height: 30px; } }
      .page-projects .business-module .slide a:hover {
        background: #005B7D;
        color: white; }

/*******************************************/
/*********************************************
:: Contact Page
********************************************/
.page-contact .map-area {
  width: 100%;
  float: left;
  position: relative;
  display: inline-block; }
  .page-contact .map-area h3 {
    border: none; }
  .page-contact .map-area .map {
    width: 100%;
    float: left;
    height: 300px;
    margin: auto; }
    @media all and (min-width: 64em) {
      .page-contact .map-area .map {
        height: 500px; } }
  .page-contact .map-area .scroll {
    width: 141px;
    margin: auto;
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    z-index: 1; }
  .page-contact .map-area #content {
    padding: 15px 10px 15px 20px; }
    .page-contact .map-area #content h2, .page-contact .map-area #content legend {
      margin-bottom: 8px;
      font-size: 21px;
      font-weight: 600;
      text-align: center;
      color: #005B7D; }
    .page-contact .map-area #content p {
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 1.5;
      text-align: center; }

.page-contact .content-max-width {
  max-width: 1340px;
  padding: 0 20px; }

.page-contact .contact-container {
  width: 100%;
  display: inline-block; }
  .page-contact .contact-container blockquote p {
    padding: 60px 0;
    font-size: 26px;
    letter-spacing: 0.39px;
    line-height: 36px; }
    @media all and (min-width: 64em) {
      .page-contact .contact-container blockquote p {
        padding: 79px 0 78px; } }
  .page-contact .contact-container .col1 {
    width: 100%;
    float: left;
    margin-bottom: 35px; }
    @media all and (min-width: 64em) {
      .page-contact .contact-container .col1 {
        width: 100%;
        max-width: 420px; } }
    @media (max-width: 1024px) {
      .page-contact .contact-container .col1 {
        width: 35%; } }
    @media (max-width: 768px) {
      .page-contact .contact-container .col1 {
        width: 100%; } }
    .page-contact .contact-container .col1 p {
      position: relative;
      padding-left: 35px;
      font-size: 18px;
      font-weight: 500;
      line-height: 28px;
      color: #58585b;
      margin-bottom: 13px; }
      .page-contact .contact-container .col1 p a {
        font-weight: 500; }
      .page-contact .contact-container .col1 p span {
        position: absolute;
        top: 3px;
        left: 0px;
        color: #005B7D; }
    .page-contact .contact-container .col1 .contact-phone {
      margin-bottom: 0px; }
  .page-contact .contact-container .col2 {
    width: 100%;
    float: left;
    padding: 20px 0% 0 0%; }
    @media all and (min-width: 64em) {
      .page-contact .contact-container .col2 {
        width: 640px;
        float: right;
        padding: 0;
        margin-top: 3px; } }
    @media (max-width: 1024px) {
      .page-contact .contact-container .col2 {
        width: 60%; } }
    @media (max-width: 768px) {
      .page-contact .contact-container .col2 {
        width: 100%; } }

.page-contact .direct-container {
  width: 100%;
  display: inline-block; }
  @media all and (min-width: 48em) {
    .page-contact .direct-container {
      margin-bottom: 54px;
      margin-top: 43px; } }
  .page-contact .direct-container .special-title {
    margin-bottom: 67px; }
    .page-contact .direct-container .special-title:before {
      background: #005B7D; }
    .page-contact .direct-container .special-title h3 {
      color: #005B7D;
      border: 1px solid #005B7D; }
  .page-contact .direct-container article {
    width: 50%;
    float: left;
    margin-bottom: 50px; }
    @media all and (min-width: 48em) {
      .page-contact .direct-container article {
        width: 17%;
        padding-right: 10px; } }
    @media (max-width: 768px) {
      .page-contact .direct-container article {
        width: 25%;
        padding-right: 10px; } }
    @media (max-width: 600px) {
      .page-contact .direct-container article {
        width: 50%;
        padding-right: 10px; } }
  .page-contact .direct-container p, .page-contact .direct-container a {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 0px;
    color: #3a3a3a; }
    @media all and (min-width: 21.875em) {
      .page-contact .direct-container p, .page-contact .direct-container a {
        font-size: 14px;
        line-height: 18px; } }
  .page-contact .direct-container .staff-name {
    font-weight: 700;
    letter-spacing: 0.93px;
    color: #005B7D;
    text-transform: uppercase;
    margin-bottom: 0px; }
    @media all and (min-width: 48em) {
      .page-contact .direct-container .staff-name {
        font-size: 16px;
        font-weight: 700;
        letter-spacing: 1.07px;
        line-height: 19px; } }
  .page-contact .direct-container .staff-role {
    font-style: italic;
    color: #7c7c7c;
    margin-bottom: 13px; }
    @media all and (min-width: 48em) {
      .page-contact .direct-container .staff-role {
        font-size: 16px;
        line-height: 20px; } }
  .page-contact .direct-container .staff-email {
    margin-right: 5px; }
    @media all and (min-width: 48em) {
      .page-contact .direct-container .staff-email {
        margin-top: 0px; } }

/*******************************************/
/*********************************************
:: JS Plugins
********************************************/
.SumoSelect p {
  margin: 0; }

.SlectBox {
  width: 200px;
  padding: 5px 8px; }

/*this is applied on that hidden select. DO NOT USE display:none; or visiblity:hidden; and Do not override any of these properties. */
.SelectClass {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0; }

.SumoSelect > .optWrapper > .options > li label,
.SumoSelect > .CaptionCont {
  -ms-user-select: none;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none; }

.SumoSelect {
  display: inline-block;
  position: relative;
  outline: none; }

.SumoSelect:focus > .CaptionCont,
.SumoSelect:hover > .CaptionCont {
  box-shadow: 0px 0px 2px #7799D0;
  border-color: #7799D0; }

.SumoSelect > .CaptionCont {
  position: relative;
  border: 1px solid #A4A4A4;
  min-height: 14px;
  background-color: #fff;
  border-radius: 2px;
  margin: 0px; }

.SumoSelect > .CaptionCont > span {
  display: block;
  padding-right: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default; }

/*placeholder style*/
.SumoSelect > .CaptionCont > span.placeholder {
  color: #ccc;
  font-style: italic; }

.SumoSelect > .CaptionCont > label {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 30px; }

.SumoSelect > .CaptionCont > label > i {
  background-position: center center;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  top: -2px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  background-repeat: no-repeat;
  opacity: 0.8; }

.SumoSelect > .optWrapper {
  top: 30px;
  width: 100%;
  position: absolute;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 200ms ease-out, top 200ms ease-out, visibility 200ms ease-out;
  -webkit-transition: opacity 200ms ease-out, top 200ms ease-out, visibility 200ms ease-out;
  -moz-transition: opacity 200ms ease-out, top 200ms ease-out, visibility 200ms ease-out;
  -ms-transition: opacity 200ms ease-out, top 200ms ease-out, visibility 200ms ease-out;
  -o-transition: opacity 200ms ease-out, top 200ms ease-out, visibility 200ms ease-out;
  box-sizing: border-box;
  z-index: -100;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.11);
  border-radius: 3px;
  overflow: hidden; }

.SumoSelect > .optWrapper.open {
  top: 35px;
  visibility: visible;
  opacity: 1;
  z-index: 1000; }

.SumoSelect > .optWrapper > .options {
  list-style: none;
  display: block;
  padding: 0px;
  margin: 0px;
  overflow: auto;
  border-radius: 2px;
  /*Set the height of pop up here (only for desktop mode)*/
  max-height: 250px;
  /*height*/ }

.SumoSelect > .optWrapper.isFloating > .options {
  max-height: 100%;
  box-shadow: 0px 0px 100px #595959; }

.SumoSelect > .optWrapper > .options > li {
  padding: 6px 6px;
  border-bottom: 1px solid #F3F3F3;
  position: relative; }

.SumoSelect > .optWrapper > .options > li:first-child {
  border-radius: 2px 2px 0px 0px; }

.SumoSelect > .optWrapper > .options > li:last-child {
  border-bottom: none;
  border-radius: 0px 0px 2px 2px; }

.SumoSelect > .optWrapper > .options > li:hover {
  background-color: #E4E4E4; }

.SumoSelect > .optWrapper > .options > li.sel {
  background-color: #a1c0e4; }

.SumoSelect > .optWrapper > .options > li label {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  cursor: pointer; }

.SumoSelect > .optWrapper > .options > li span {
  display: none; }

/*Floating styles*/
.SumoSelect > .optWrapper.isFloating {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  width: 90%;
  bottom: 0px;
  margin: auto;
  max-height: 90%; }

/*Hover*/
/*.SumoSelect:hover > .CaptionCont > label { background-color: #F1F1F1; }*/
/*disabled state*/
.SumoSelect > .optWrapper > .options > li.disabled {
  background-color: inherit;
  pointer-events: none; }

.SumoSelect > .optWrapper > .options > li.disabled * {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  /* IE 5-7 */
  filter: alpha(opacity=50);
  /* Netscape */
  -moz-opacity: 0.5;
  /* Safari 1.x */
  -khtml-opacity: 0.5;
  /* Good browsers */
  opacity: 0.5; }

/*styling for multiple select*/
.SumoSelect > .optWrapper.multiple > .options > li {
  padding-left: 35px;
  cursor: pointer; }

.SumoSelect > .optWrapper.multiple > .options > li span,
.SumoSelect .select-all > span {
  position: absolute;
  display: block;
  width: 30px;
  top: 0px;
  bottom: 0px;
  margin-left: -35px; }

.SumoSelect > .optWrapper.multiple > .options > li span i,
.SumoSelect .select-all > span i {
  position: absolute;
  margin: auto;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 14px;
  height: 14px;
  border: 1px solid #AEAEAE;
  border-radius: 2px;
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.15);
  background-color: #fff; }

.SumoSelect > .optWrapper > .MultiControls {
  display: none;
  border-top: 1px solid #ddd;
  background-color: #fff;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.13);
  border-radius: 0px 0px 3px 3px; }

.SumoSelect > .optWrapper.multiple.isFloating > .MultiControls {
  display: block;
  margin-top: 5px;
  position: absolute;
  bottom: 0px;
  width: 100%; }

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls {
  display: block; }

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p {
  padding: 6px; }

.SumoSelect > .optWrapper.multiple > .MultiControls > p {
  display: inline-block;
  cursor: pointer;
  padding: 12px;
  width: 50%;
  box-sizing: border-box;
  text-align: center; }

.SumoSelect > .optWrapper.multiple > .MultiControls > p:hover {
  background-color: #f1f1f1; }

.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnOk {
  border-right: 1px solid #DBDBDB;
  border-radius: 0px 0px 0px 3px; }

.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnCancel {
  border-radius: 0px 0px 3px 0px; }

/*styling for select on popup mode*/
.SumoSelect > .optWrapper.isFloating > .options > li {
  padding: 12px 6px; }

/*styling for only multiple select on popup mode*/
.SumoSelect > .optWrapper.multiple.isFloating > .options > li {
  padding-left: 35px; }

.SumoSelect > .optWrapper.multiple.isFloating {
  padding-bottom: 43px; }

/*selected state
    .SumoSelect > .optWrapper.multiple > .options > li.selected span i:after,
    .SumoSelect .select-all.selected > span i:after{content: '';position: absolute;width: 11px;height: 11px;top: 2px;left: 2px;background-color: rgb(17, 169, 17);border-radius: 2px;box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);}
    */
.SumoSelect > .optWrapper.multiple > .options > li.selected span i,
.SumoSelect .select-all.selected > span i,
.SumoSelect .select-all.partial > span i {
  background-color: #11a911;
  box-shadow: none;
  border-color: transparent;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-position: center center; }

/*disabled state*/
.SumoSelect.disabled {
  opacity: 0.7;
  cursor: not-allowed; }

.SumoSelect.disabled > .CaptionCont {
  border-color: #ccc;
  box-shadow: none; }

/**Select all button**/
.SumoSelect .select-all {
  border-radius: 3px 3px 0px 0px;
  position: relative;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  padding: 8px 0px 3px 35px;
  height: 20px; }

.SumoSelect .select-all > span i {
  cursor: pointer; }

.SumoSelect .select-all.partial > span i {
  background-color: #ccc; }

/*styling for optgroups*/
.SumoSelect > .optWrapper > .options > li.optGroup {
  padding-left: 5px;
  text-decoration: underline; }

/* ==========================================================================
   $BASE-PICKER
   ========================================================================== */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
.picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #000000;
  position: absolute;
  z-index: 10000;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/**
 * The picker input element.
 */
.picker__input {
  cursor: default; }

/**
 * When the picker is opened, the input element is “activated”.
 */
.picker__input.picker__input--active {
  border-color: #0089ec; }

/**
 * The holder is the only “scrollable” top-level container element.
 */
.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

/*!
 * Classic picker styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
.picker {
  width: 100%; }

/**
 * The holder is the base of the picker.
 */
.picker__holder {
  position: absolute;
  background: #ffffff;
  border: 1px solid #aaaaaa;
  border-top-width: 0;
  border-bottom-width: 0;
  border-radius: 0 0 5px 5px;
  box-sizing: border-box;
  min-width: 176px;
  max-width: 466px;
  max-height: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  transform: translateY(-1em) perspective(600px) rotateX(10deg);
  transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s; }

/**
 * The frame and wrap work together to ensure that
 * clicks within the picker don’t reach the holder.
 */
.picker__frame {
  padding: 1px; }

.picker__wrap {
  margin: -1px; }

/**
 * When the picker opens...
 */
.picker--opened .picker__holder {
  max-height: 25em;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  border-top-width: 1px;
  border-bottom-width: 1px;
  transform: translateY(0) perspective(600px) rotateX(0);
  transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s;
  box-shadow: 0 6px 18px 1px rgba(0, 0, 0, 0.12); }

/* ==========================================================================
   $BASE-DATE-PICKER
   ========================================================================== */
/**
 * The picker box.
 */
.picker__box {
  padding: 0 1em; }

/**
 * The header containing the month and year stuff.
 */
.picker__header {
  text-align: center;
  position: relative;
  margin-top: .75em; }

/**
 * The month and year labels.
 */
.picker__month,
.picker__year {
  font-weight: 500;
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em; }

.picker__year {
  color: #999999;
  font-size: .8em;
  font-style: italic; }

/**
 * The month and year selectors.
 */
.picker__select--month,
.picker__select--year {
  border: 1px solid #b7b7b7;
  height: 2em;
  padding: .5em;
  margin-left: .25em;
  margin-right: .25em; }

@media (min-width: 24.5em) {
  .picker__select--month,
  .picker__select--year {
    margin-top: -0.5em; } }

.picker__select--month {
  width: 35%; }

.picker__select--year {
  width: 22.5%; }

.picker__select--month:focus,
.picker__select--year:focus {
  border-color: #0089ec; }

/**
 * The month navigation buttons.
 */
.picker__nav--prev,
.picker__nav--next {
  position: absolute;
  padding: .5em 1.25em;
  width: 1em;
  height: 1em;
  box-sizing: content-box;
  top: -0.25em; }

@media (min-width: 24.5em) {
  .picker__nav--prev,
  .picker__nav--next {
    top: -0.33em; } }

.picker__nav--prev {
  left: -1em;
  padding-right: 1.25em; }

@media (min-width: 24.5em) {
  .picker__nav--prev {
    padding-right: 1.5em; } }

.picker__nav--next {
  right: -1em;
  padding-left: 1.25em; }

@media (min-width: 24.5em) {
  .picker__nav--next {
    padding-left: 1.5em; } }

.picker__nav--prev:before,
.picker__nav--next:before {
  content: " ";
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  border-right: 0.75em solid #000000;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto; }

.picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid #000000; }

.picker__nav--prev:hover,
.picker__nav--next:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb; }

.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
  cursor: default;
  background: none;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5; }

/**
 * The calendar table of dates
 */
.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-top: .75em;
  margin-bottom: .5em; }

@media (min-height: 33.875em) {
  .picker__table {
    margin-bottom: .75em; } }

.picker__table td {
  margin: 0;
  padding: 0; }

/**
 * The weekday labels
 */
.picker__weekday {
  width: 14.285714286%;
  font-size: .75em;
  padding-bottom: .25em;
  color: #999999;
  font-weight: 500;
  /* Increase the spacing a tad */ }

@media (min-height: 33.875em) {
  .picker__weekday {
    padding-bottom: .5em; } }

/**
 * The days on the calendar
 */
.picker__day {
  padding: .3125em 0;
  font-weight: 200;
  border: 1px solid transparent; }

.picker__day--today {
  position: relative; }

.picker__day--today:before {
  content: " ";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: 0.5em solid #0059bc;
  border-left: .5em solid transparent; }

.picker__day--disabled:before {
  border-top-color: #aaaaaa; }

.picker__day--outfocus {
  color: #dddddd; }

.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb; }

.picker__day--highlighted {
  border-color: #0089ec; }

.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb; }

.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  background: #0089ec;
  color: #ffffff; }

.picker__day--disabled,
.picker__day--disabled:hover,
.picker--focused .picker__day--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default; }

.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
  background: #bbbbbb; }

/**
 * The footer containing the "today", "clear", and "close" buttons.
 */
.picker__footer {
  text-align: center; }

.picker__button--today,
.picker__button--clear,
.picker__button--close {
  border: 1px solid #ffffff;
  background: #ffffff;
  font-size: .8em;
  padding: .66em 0;
  font-weight: bold;
  width: 33%;
  display: inline-block;
  vertical-align: bottom; }

.picker__button--today:hover,
.picker__button--clear:hover,
.picker__button--close:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
  border-bottom-color: #b1dcfb; }

.picker__button--today:focus,
.picker__button--clear:focus,
.picker__button--close:focus {
  background: #b1dcfb;
  border-color: #0089ec;
  outline: none; }

.picker__button--today:before,
.picker__button--clear:before,
.picker__button--close:before {
  position: relative;
  display: inline-block;
  height: 0; }

.picker__button--today:before,
.picker__button--clear:before {
  content: " ";
  margin-right: .45em; }

.picker__button--today:before {
  top: -0.05em;
  width: 0;
  border-top: 0.66em solid #0059bc;
  border-left: .66em solid transparent; }

.picker__button--clear:before {
  top: -0.25em;
  width: .66em;
  border-top: 3px solid #ee2200; }

.picker__button--close:before {
  content: "\D7";
  top: -0.1em;
  vertical-align: top;
  font-size: 1.1em;
  margin-right: .35em;
  color: #777777; }

.picker__button--today[disabled],
.picker__button--today[disabled]:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default; }

.picker__button--today[disabled]:before {
  border-top-color: #aaaaaa; }

/* ==========================================================================
   $CLASSIC-DATE-PICKER
   ========================================================================== */
.youtube-container {
  display: block;
  width: 100%; }

.youtube-player {
  display: block;
  width: 100%;
  /* assuming that the video has a 16:9 ratio */
  overflow: hidden;
  position: relative;
  height: 100%;
  cursor: hand;
  cursor: pointer;
  height: 180px; }
  @media all and (min-width: 37.5em) {
    .youtube-player {
      height: 250px; } }
  @media all and (min-width: 48em) {
    .youtube-player {
      height: 300px; } }
  @media all and (min-width: 64em) {
    .youtube-player {
      height: 350px; } }
  @media all and (min-width: 72.5em) {
    .youtube-player {
      height: 550px; } }

img.youtube-thumb {
  bottom: 0;
  left: 0;
  max-width: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  height: auto;
  vertical-align: top;
  display: inline-block;
  margin-top: -0.5px; }

.youtube-bg {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center; }

div.play-button {
  display: inline-block;
  position: absolute;
  top: 53%;
  left: 52%;
  transform: translateX(-50%) translateY(-50%); }
  div.play-button:after {
    content: '';
    display: inline-block;
    border-style: solid;
    border-width: 30px 0 30px 50px;
    border-color: transparent transparent transparent white; }

#youtube-iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75); }
  .mfp-arrow-left {
    transform-origin: 0; }
  .mfp-arrow-right {
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

/* Transitions */
.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.owl-carousel .fadeIn {
  animation-name: fadeIn; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* 
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel .owl-refresh .owl-item {
  display: none; }

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d; }

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -ms-user-select: auto;
  user-select: auto; }

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/* 
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img {
  transform-style: preserve-3d; }

/* 
 *  Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: scale 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  transition: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1; }

/*********************************************
:: JS Plugins Overrides
********************************************/
/*********************************************
:: SumoSelect Plugin Styles Override                    
********************************************/
.SumoSelect {
  width: 100%;
  vertical-align: top;
  height: 41px; }
  .SumoSelect .CaptionCont {
    width: 100%;
    height: 41px;
    position: absolute;
    top: 0px;
    border: 1px solid #979797;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.7);
    color: #3a3a3a !important;
    padding: 6px 10px 6px 10px;
    transition: all .5s ease-in-out;
    font-size: 0.938em;
    line-height: 1.7; }
    .SumoSelect .CaptionCont span {
      font-size: 16px;
      font-weight: 300;
      color: #212121;
      text-align: left; }
  .SumoSelect .CaptionCont label i {
    width: auto;
    height: auto;
    opacity: 1;
    font-style: normal;
    text-align: center; }
    .SumoSelect .CaptionCont label i:before {
      content: "\e915";
      font-family: "icomoon";
      display: inline-block;
      width: 100%;
      margin: auto;
      font-size: 20px;
      vertical-align: top;
      line-height: 41px;
      color: #3a3a3a; }
  .SumoSelect ul.options li label {
    margin-bottom: 0px; }

.SumoSelect:focus .CaptionCont, .SumoSelect:hover .CaptionCont {
  border-color: #000621;
  box-shadow: none; }

.error-SumoSelect > .CaptionCont {
  border: 1px solid #E40000; }

.error-SumoSelect:focus > .CaptionCont,
.error-SumoSelect:hover > .CaptionCont {
  border-color: #E40000; }

.error-SumoSelect select:hover,
.error-SumoSelect select:focus {
  border-color: #E40000; }

.SumoSelect > label.error {
  display: block !important; }

/*********************************************
:: Pickadate.js Plugin Styles Override                    
********************************************/
.calendar-fields-container {
  width: 100%;
  max-width: 500px;
  position: relative; }
  .calendar-fields-container > button {
    position: absolute;
    top: 14px;
    right: 15px;
    font-size: 1.3em;
    line-height: 1.3;
    color: #3a3a3a; }

.picker {
  max-width: 320px;
  display: none; }
  .picker td, .picker th {
    padding: 0px;
    text-align: inherit;
    border: none; }

.picker__holder {
  overflow-y: initial; }

.picker--opened {
  display: block !important; }

.picker__footer {
  display: none; }

.picker select {
  display: inline-block;
  height: auto;
  width: auto;
  font-size: 16px;
  line-height: 1.2;
  padding: 0px;
  border: none !important;
  margin: 0px !important; }

/*********************************************
  :: Lightbox Custom Styles (for: Magnific Popup)
********************************************/
/* Overiding Plugin Styles */
button.mfp-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1100;
  width: 38px;
  height: 38px;
  font-family: source-sans-pro, "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 26px;
  font-weight: 300;
  line-height: 38px;
  border-radius: 50%;
  background: #005B7D;
  color: white !important;
  text-align: center;
  opacity: 0;
  transition: all 0.4s ease-in-out; }

.mfp-bg {
  z-index: 999999; }

.mfp-wrap {
  z-index: 9999999; }

.mfp-container {
  max-width: 940px;
  right: 0px;
  margin: auto;
  border-radius: 4px; }

/* Default Fade-zoom animation */
.mfp-zoom-in .lightbox-popup {
  /* start state */
  opacity: 0;
  transform: scale(0.9);
  transition: all 0.4s ease-in-out; }

.mfp-zoom-in.mfp-ready .lightbox-popup,
.mfp-zoom-in.mfp-ready .mfp-close {
  /* animate in */
  opacity: 1;
  transform: scale(1); }

.mfp-zoom-in.mfp-removing .lightbox-popup,
.mfp-zoom-in.mfp-removing .mfp-close {
  /* animate out */
  opacity: 0;
  transform: scale(0.9); }

.mfp-zoom-in.mfp-bg {
  /* Dark overlay, start state */
  opacity: 0;
  transition: all 0.3s ease-out;
  background: rgba(0, 0, 0, 0.69); }

.mfp-zoom-in.mfp-ready.mfp-bg {
  /* animate in */
  opacity: 1; }

.mfp-zoom-in.mfp-removing.mfp-bg {
  /* animate out */
  opacity: 0; }

.lightbox-popup {
  max-width: 940px;
  display: inline-block;
  background: white;
  margin: 0 auto;
  padding: 70px 8%; }
  .lightbox-popup .col1 {
    width: 100%;
    float: left; }
    @media all and (min-width: 64em) {
      .lightbox-popup .col1 {
        width: 33.33%; } }
  .lightbox-popup .col2 {
    width: 100%;
    float: left;
    padding: 0 0 0 30px;
    text-align: left; }
    @media all and (min-width: 64em) {
      .lightbox-popup .col2 {
        width: 66.66%; } }
    .lightbox-popup .col2 .contacts {
      display: inline-block;
      margin-right: 20px;
      font-size: 13px;
      font-weight: 400;
      line-height: 18px;
      color: #3a3a3a; }
    .lightbox-popup .col2 h3 {
      display: block;
      font-family: source-sans-pro, "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      font-size: 24px;
      font-weight: 700;
      letter-spacing: 3.83px;
      color: #3a3a3a;
      margin-bottom: 5px; }
    .lightbox-popup .col2 span {
      display: block;
      font-size: 13px;
      font-weight: 400;
      line-height: 18px;
      color: #005B7D;
      margin-bottom: 20px; }
    .lightbox-popup .col2 a {
      margin-bottom: 20px; }
      .lightbox-popup .col2 a img {
        vertical-align: middle;
        margin-right: 5px; }
  .lightbox-popup .popup-content {
    width: 100%;
    float: left;
    background: white;
    border-top: 1px solid #3a3a3a;
    padding-top: 20px; }
    .lightbox-popup .popup-content p {
      text-align: left; }
    .lightbox-popup .popup-content .error {
      color: red; }
    .lightbox-popup .popup-content .success {
      color: green; }

/*********************************************
  :: Owl Carousel Custom Styles (for: Owl Carousel v2)                        
********************************************/
.owl-dots {
  width: 100%;
  height: 15px;
  text-align: center;
  margin-bottom: 20px; }

.owl-dot {
  display: inline-block;
  margin: 0 3px;
  width: 12px;
  height: 12px;
  background: #979797;
  border: 1px solid #979797;
  border-radius: 50%; }
  .owl-dot.active {
    background: white;
    border: 1px solid #3a3a3a; }

.owl-nav {
  width: 100%;
  display: inline-block; }

.owl-nav div {
  background: transparent;
  font-size: 0px;
  position: absolute;
  top: 15%; }
  .owl-nav div:before {
    font-family: "icomoon";
    font-size: 35px;
    font-weight: 200;
    line-height: 35px;
    color: #3a3a3a; }

.owl-prev {
  float: left;
  left: -10px; }
  .owl-prev:before {
    content: "\e916"; }

.owl-next {
  float: right;
  right: -10px; }
  .owl-next:before {
    content: "\e917"; }
