/*font-family: 'Muli', sans-serif;
font-family: 'Cormorant', serif;*/
/* Typography */


body {
  background: #fff;
  color: #59666d;
  font-family: 'Muli', sans-serif;
  font-weight: 300;
}
p {
  line-height: 1.6rem;
  padding-bottom: 2em;
}

ul {
  line-height: 1.6rem;
  padding-bottom: 2em;
}
a, a:link, a:visited { 
  color: #F99C39;
}
a:hover, a:active { 
  color: #50738a;;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: #263944;                                         
  margin-bottom: 15px;
  margin-top: 0;
  font-weight: 600;
  line-height: 1;
}
h1, .h1 {font-size: 3.5rem;}
h2, .h2 {font-size: 1.875rem;font-weight: 300}
h3, .h3 {font-size: 1.2rem;}
h4, .h4 {font-size: 1.1rem;}
h5, .h5 {font-size: 1rem;}
h6, .h6 {font-size: 0.9rem;}
h1.headline, .h1.headline {
  font-size: 3.8rem; 
  letter-spacing: -2.5px;
}
h2.headline, .h2.headline {
  font-size: 3rem; 
  letter-spacing: -2px; 
}
h3.headline, .h3.headline {
  font-size: 2.6rem;
  letter-spacing: -2px;
}
h4.headline, .h4.headline {
  font-size: 2.4rem;
  letter-spacing: -1.5px; 
}
h5.headline, .h5.headline {
  font-size: 2.2rem;
  letter-spacing: -1.4px; 
}
h6.headline, .h6.headline {
  font-size: 2rem;
  letter-spacing: -1.3px;
}
h1.serif, .h1.serif, h2.serif, .h2.serif {font-weight:400;font-family: 'Cormorant', serif;}

b, strong, .text-strong {font-weight: 600;}

blockquote::before {
  color: #e0e0e0;
  content: "“";
  display: block;
  float: left;
  font-family: georgia;
  font-size: 80px;
  height: 30px;
  left: -40px;
  position: relative;
  top: -20px;
  width: 0;
}
blockquote {
  border: 0;
  font-size: 1rem;
  padding: 0 0 0 40px;
}

/* Tables */
table {
  background:none repeat scroll 0 0 #fff;
  border:0;
  font-size: 0.85rem;
  line-height: 1.6rem;
}
table tr td, table tr th {padding:10px;}
table tfoot, table thead {
  background:none repeat scroll 0 0 #f5f5f5;
  border-top:1px solid #f0f0f0;
  border-bottom:1px solid #f0f0f0;
}
table tr:nth-of-type(2n) {
  background:none repeat scroll 0 0 #f5f5f5;
  border-top:1px solid #f0f0f0;
  border-bottom:1px solid #f0f0f0;
}
th {border-right:1px solid #fff;}
td {border-right:1px solid #fff;}

/* Breaks */
hr.break {
  border: 0;
  border-top: 1px solid #e5e5e5; 
  display: block;
  margin: 40px 0;
}
hr.break:after {
  clear:both;
  content:".";
  display:block;
  height:0;
  line-height:0;
  visibility:hidden;
}
hr.break.break-dashed {
  border-top: 1px dashed #e5e5e5;
}
hr.break.break-dotted {
  border-top: 1px dotted #e5e5e5;
}
hr.break.break-double {
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  height: 8px;
}
hr.break.break-dashed-double {
  border-bottom: 1px dashed #e5e5e5;
  border-top: 1px dashed #e5e5e5;
  height: 8px;
}
hr.break.break-dotted-double {
  border-bottom: 1px dotted #e5e5e5;
  border-top: 1px dotted #e5e5e5;
  height: 8px;
}

/* Small Breaks */
hr.break-small {
  background: #e5e5e5;
  border: 0;
  display: block;
  height: 2px;
  margin: 20px 0 35px;
  width: 60px;
}
hr.break-small.break-center {
  margin: 20px auto 35px;
}


/*Color Overrides*/
.text-white {color: #fff}
.text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6, .text-white .h1, .text-white .h2, .text-white .h3, .text-white .h4, .text-white .h5, .text-white .h6 {color: #fff}
.text-dark {color: #263944}
.text-dark h1, .text-dark h2, .text-dark h3, .text-dark h4, .text-dark h5, .text-dark h6, .text-dark .h1, .text-dark .h2, .text-dark .h3, .text-dark .h4, .text-dark .h5, .text-dark .h6 {color: #263944}


/* Buttons */
.button, a.button, a.button:link, a.button:visited {
  color: #F99C39;
  font-weight: 600;
  display: inline-block;
  padding: 0.625rem 1.25rem 0.625rem 0rem;
  text-align: center;
  transition: all 0.20s linear 0s !important;
  -o-transition: all 0.20s linear 0s !important;
  -ms-transition: all 0.20s linear 0s !important;
  -moz-transition: all 0.20s linear 0s !important;
  -webkit-transition: all 0.20s linear 0s !important;
}

.button:hover, a.button:hover, a.button:link:hover, a.button:visited:hover {
  color: #50738a;
}

/* Containers */
.section  { 
  padding: 6rem 0rem;
}
.section-small-padding  { 
  padding: 2.5rem 0rem;
}
.section-top-padding  { 
  padding: 6rem 0rem 0  0rem;
}
.section-top-small-padding  { 
  padding: 2.5rem  0rem 0  0rem;
}
.section-side-padding  { 
  padding: 6rem 1rem;
}
.section-full-padding  { 
  padding: 6rem 6rem;
}
.float-left {
  float: left;
}

.padding {
  padding: 1.25rem!important;
}
.padding-2x {
  padding: 2.5rem!important;
}
.padding-3x {
  padding: 80px!important;
}
.full-width:after {
  clear:both;
  content:".";
  display:block;
  height:0;
  line-height:0;
  visibility:hidden;
}
.position-fixed  { 
  position: fixed;
  top: 0;
  width: 100%;
}
.center {
  display: block!important;
}
.border-radius  { 
  border-radius: 3px;
}
.content-bottom {
  bottom: 0;
  position: absolute;
}

/* Typography */
.text-uppercase {
  text-transform: uppercase;
  line-height: 1;
}
.text-line-height-1 {
  line-height: 1;
}

/*------------------------------------------------------------------
[ Header and Top Navigation ]
-------------------------------------------------------------------*/
.mainnav {
  width: 100%;
  z-index: 3;
  background-color: rgba(77,115,138,.9);
  height: 110px;
}
.mainnav ul {
  margin: 0;
  padding: 0;
  /*  width: 60%;*/
  list-style: none;
  overflow: hidden;
  display:block;
  position: absolute;
  top: 40px;
}
.mainnav li {
  float: left;
  font-weight: 600;
}
.mainnav li a {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  padding: 0.2rem .5rem;
  margin: 0 10px 0px 10px;
}
.mainnav li a:hover {color: #F99C39}
.mainnav .logo {
  display: inline-block;
  padding: 15px 0;
  clear: none;
  float: right;
  text-align: right;
  opacity: 1;
  transition: opacity 0.20s linear 0s;
  -o-transition: opacity 0.20s linear 0s;
  -ms-transition: opacity 0.20s linear 0s;
  -moz-transition: opacity 0.20s linear 0s;
  -webkit-transition: opacity 0.20s linear 0s;
}
.mainnav .logo:hover {
  opacity: .5;
}
.mainnav .logo img {
  height: 80px;
  display: inline-block;
  vertical-align: top;
}

.mainnav .logo.logo-light {display: inline-block}
.mainnav .logo.logo-dark {display: none}

/* menu */
.mainnav .menu {
  clear: both;
  transition: max-height .2s ease-out;
}

/* menu icon */
#mobileTriggerWrap {
  position: absolute;
  top: 0;
  right: 10px;
  display: none;
}
#mobileTrigger {
  width: 35px;
  height: 40px;
  position: relative;
  margin: 20px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  cursor: pointer;
}

#mobileTrigger span{
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #ffffff;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
section.interior-hero .mainnav #mobileTrigger span{
  background: #263944;
}

/* Burger */

#mobileTrigger span:nth-child(1){
  top: 0px;
}
#mobileTrigger span:nth-child(2),#mobileTrigger span:nth-child(3) {
  top: 8px;
}
#mobileTrigger span:nth-child(4){
  top: 16px;
}
#mobileTrigger.open span:nth-child(1) {
  top: 10px;
  width: 0%;
  left: 50%;
}
#mobileTrigger.open span:nth-child(2){
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#mobileTrigger.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#mobileTrigger.open span:nth-child(4){
  top: 14px;
  width: 0%;
  left: 50%;
}

/*------------------------------------------------------------------
[Footer ]
-------------------------------------------------------------------*/

.footer-contact-wrapper{color: #263944;font-size: 1.125em}

.footer-contact-wrapper a, .footer-contact-wrapper a:link, .footer-contact-wrapper a:visited { 
  color: #263944;
}
.footer-contact-wrapper a:hover, .footer-contact-wrapper a:active { 
  color: #F99C39;
}
.footer-legal {
  color: #59666d;
  padding: 20px 0;
  background-color: #fff;
}

a.footer-contact{
  border: none;
  color: white;
  display: inline-block;
  padding: 0.6rem 1rem;
  text-align: center;
  transition: all 0.20s linear 0s !important;
  -o-transition: all 0.20s linear 0s !important;
  -ms-transition: all 0.20s linear 0s !important;
  -moz-transition: all 0.20s linear 0s !important;
  -webkit-transition: all 0.20s linear 0s !important;
  background-color: #50738a;
  font-size: 1.2em;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  letter-spacing: .05em;
  min-width: 49%;
  -webkit-border-radius:0; 
  border-radius:0;
  -webkit-appearance: none;
  margin-bottom: 50px;
}

a.footer-contact:hover{
  box-shadow: 0 0 100px 100px rgba(0, 0, 0, 0.25) inset;
  cursor: pointer;
}


/*------------------------------------------------------------------
[ Home Page Hero & (Top Nav Variations) ]
-------------------------------------------------------------------*/

section.home-hero {
  position: relative;
  height:100%;
  height: 100vh;
}

section.home-hero .mainnav {
  position: absolute;
  bottom: 0;
}

section.home-hero .mainnav.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

/*------------------------------------------------------------------
[ Interior Page Hero (and Top Nav Variations) ]
-------------------------------------------------------------------*/

section.interior-hero {
  position: relative;
  height:100%;
  height: 100vh;
}

section.interior-hero .mainnav {
  position: fixed;
  top: 0;
  background-color: rgba(255, 255, 255, 0.9);
}

section.interior-hero .mainnav .logo.logo-light {display: none}
section.interior-hero .mainnav .logo.logo-dark {display: inline-block}


section.interior-hero .mainnav li a {color: #263944;}
section.interior-hero .mainnav li a:hover {color: #F99C39}
section.interior-hero .mainnav li.current-menu-item a {
  color: #F99C39;
  border-bottom: 1px solid #F99C39;
}

/*------------------------------------------------------------------
[ Interior Page Hero with NO Background (Top Nav Variations) ]
-------------------------------------------------------------------*/

section.interior-hero.no-background {
  position: relative;
  height:auto;
}



/*------------------------------------------------------------------
[ Hero Block + Video]
-------------------------------------------------------------------*/
.hero-block {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-videobg {
  position: relative;
  width: 100%; /* Set video container element width here */
  height: 100%; /* Set video container element height here */
  overflow: hidden;
  background: #ffffff;
  background-image: url(../img/loading-orange-v2.gif);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

/* horizontally center the video */
.hero-videobg-width {
  position: absolute;
  width: 100%; /* Change width value to cover more area*/
  height: 100%;
  left: -9999px;
  right: -9999px;
  margin: auto;
}

/* set video aspect ratio and vertically center */
.hero-videobg-aspect {
  position: absolute;
  width: 100%;
  height: 0;
  top: -9999px;
  bottom: -9999px;
  margin: auto;
  padding-bottom: 60.25%; /* 16:9 ratio */
  overflow: hidden;
  
}

.hero-videobg-make-height {
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
}

.hero-videobg-hide-controls {
  box-sizing: content-box;
  position: relative;
  height: 100%;
  width: 100%;
  /* Vimeo timeline and play button are ~55px high */
  padding: 55px 97.7777px; /* 16:9 ratio */
  top: -55px; 
  left: -97.7777px; /* 16:9 ratio */
}


.hero-videobg iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 0 none;
}

/*------------------------------------------------------------------
[ Hero CTA Text]
-------------------------------------------------------------------*/
.hero-cta-outer{display: table; height: 100%; width: 80%; position: absolute; z-index: 2; top: 0; margin: 0 auto;left: 10%;right: 10%;} 
.hero-cta-inner{display: table-row;height: 100%;}
.hero-cta-inner-left, .hero-cta-inner-right, .hero-cta-inner-center{display: table-cell;vertical-align: middle;height: 100%;width: 60%;}
.hero-cta-inner-left img, .hero-cta-inner-right img, .hero-cta-inner-center img{margin: 0 auto}
.hero-cta-inner-left a, .hero-cta-inner-right a, .hero-cta-inner-center a{display: inline-block;}

.hero-cta-inner h1 {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}  
.hero-cta-inner p {
  font-size: 1.75em;
  font-family: 'Cormorant', serif;
  line-height: 32px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

.text-dark .hero-cta-inner h1, .text-dark .hero-cta-inner p {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0);
}  


/*------------------------------------------------------------------
[ Hero Down Arrow]
-------------------------------------------------------------------*/
/*
.scroll-down-arrow {
  position: absolute;
  width: 100%;
  pointer-events: none;
  height: 20px;
  position: absolute;
  bottom: 140px;
  left: 0;
  font-size: 2em;
  width: 100%;
  text-align: center;
  z-index: 5;
}
section.interior-hero .scroll-down-arrow {bottom: 40px;}

.scroll-down-arrow a {
  display: block;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: -18px;
  padding: 8px 0 0;
  width: 33px;
  height: 35px;
  opacity: 1;
  pointer-events: auto;
  color: rgba(255,255,255,.5);
}

.scroll-down-arrow a:hover {
 color: rgba(255,255,255,1);
}

.scroll-down-arrow .icon {
  display: block;
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: initial;
  animation-timing-function: initial;
  -webkit-animation-delay: initial;
  animation-delay: initial;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: initial;
  animation-direction: initial;
  -webkit-animation-fill-mode: initial;
  animation-fill-mode: initial;
  -webkit-animation-play-state: initial;
  animation-play-state: initial;
  transition: opacity 0.27s ease;
  }*/


  .scroll-down-arrow {
    position: absolute;
    width: 100%;
    bottom: 5%;
    pointer-events: none;
    height: 20px;
    position: absolute;
    bottom: 5em;
    left: 0;
    font-size: 2em;
    width: 100%;
    text-align: center;
    z-index: 5;

  }

  section.interior-hero .scroll-down-arrow {bottom: 40px;}

  .scroll-down-arrow a {
    display: block;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: -18px;
    padding: 8px 0 0;
    width: 33px;
    height: 35px;
    opacity: 1;
    pointer-events: auto;
    color: #fff;
    text-shadow: 0px 1px 6px rgba(0, 0, 0, 0.4);
  }

  .scroll-down-arrow a:hover {
    color: #F99C39;
  }

  .scroll-down-arrow .icon {
    display: block;
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: initial;
    animation-timing-function: initial;
    -webkit-animation-delay: initial;
    animation-delay: initial;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: initial;
    animation-direction: initial;
    -webkit-animation-fill-mode: initial;
    animation-fill-mode: initial;
    -webkit-animation-play-state: initial;
    animation-play-state: initial;
    transition: opacity 0.27s ease;
  }


  @-webkit-keyframes pulse{
    0%{
      -webkit-transform:translate(0,-7px);
      transform:translate(0,-7px)
    }
    50%{
      -webkit-transform:translate(0,8px);
      transform:translate(0,8px)
    }
    100%{
      -webkit-transform:translate(0, -7px);
      transform:translate(0, -7px)
    }
  }
  @keyframes pulse{
    0%{
      -webkit-transform:translate(0,-7px);
      transform:translate(0,-7px)
    }
    50%{
      -webkit-transform:translate(0,8px);
      transform:translate(0,8px)
    }
    100%{
      -webkit-transform:translate(0,-7px);
      transform:translate(0,-7px)
    }
  }

/*------------------------------------------------------------------
[ Backgrounds ]
-------------------------------------------------------------------*/
.bg-gray {background-color: #f2f2f2}

/*------------------------------------------------------------------
[ Borders ]
-------------------------------------------------------------------*/
.thick-borders-all {border: 50px solid #fff}
.thick-borders-side {border-left: 50px solid #fff;border-right: 50px solid #fff}
.thick-borders-top {border-top: 50px solid #fff}
.thick-borders-bottom {border-bottom: 50px solid #fff}
/*------------------------------------------------------------------
[ Widget: Full Width Text ]
-------------------------------------------------------------------*/
.full-width-text p {font-size: 1.125em;padding-bottom: 2em;}

/*------------------------------------------------------------------
[ Widget: AHB Grid Items ]
-------------------------------------------------------------------*/
.grid-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  clear: both;
  margin: 0;
  zoom: 1;
  font-size: 0;
  zoom: 1;
  border-bottom: 20px solid #fff;
}
.grid-group:before, .grid-group:after {
  content: "";
  display: table;
}
.grid-group.reversed {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.grid-group .grid-group-col {
  margin-left: 0;
  width: 50%;
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  margin: 0;
}
.grid-group .grid-group-col .small-block {
  padding-bottom: 56.255%;    
  background-position: center center;    
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.grid-group .grid-group-col .large-block {
  padding-bottom: 112.51%;    
  background-position: center center;   
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.grid-item-overlay {
  display: block;
  overflow: hidden;
  margin: 0;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.grid-item-overlay *,
.grid-item-overlay *:before,
.grid-item-overlay *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
}

.grid-item-overlay:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-color: rgba(0,0,0,.6);
  background-blend-mode: multiply;
  opacity: 0;
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
/*    -o-transform: scale(0.1);
  -ms-transform: scale(0.1);
  -moz-transform: scale(0.1);
  -webkit-transform: scale(0.1);
  transform: scale(0.1);*/
  transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
}

.grid-item-overlay img {
  max-width: 100%;
  vertical-align: top;
}

.grid-item-overlay figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  padding: 0 30px;
}


.grid-item-overlay h2  {
  text-transform: uppercase;
  font-size: 28px;
  font-family: 'Muli', sans-serif;
  color: #fff;
  font-weight: 300;
  margin-bottom: 5px;
}
.grid-item-overlay h3  {
  /* text-transform: uppercase; */
  font-size: 46px;
  font-family: 'Cormorant', serif;
  color: #fff;
  font-weight: 400;
}
.grid-item-overlay p  {
  color: #fff;
  max-width: 80%;
}
.grid-item-overlay a  {
  position: absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  z-index: 1;
  /*  display: none;*/
}

.grid-item-overlay:hover:before,
.grid-item-overlay.hover:before {
  opacity: 1;
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.grid-item-overlay:hover figcaption,
.grid-item-overlay.hover figcaption {
  -o-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  opacity: 1;
}


/*Borders for grid inners*/
.grid-group .grid-group-col .small-block:nth-child(1) .grid-item-overlay {
  border-bottom: 10px solid #fff;
  border-left: 10px solid #fff;
}
.grid-group .grid-group-col .small-block:nth-child(2) .grid-item-overlay {
  border-top: 10px solid #fff;
  border-left: 10px solid #fff;
}
.grid-group .grid-group-col .large-block .grid-item-overlay {
  border-right: 10px solid #fff;
}

.grid-group.reversed .grid-group-col .small-block:nth-child(1) .grid-item-overlay {
  border-bottom: 10px solid #fff;
  border-right: 10px solid #fff;
  border-left: none;
}
.grid-group.reversed .grid-group-col .small-block:nth-child(2) .grid-item-overlay {
  border-top: 10px solid #fff;
  border-left: none;
  border-right: 10px solid #fff;
}
.grid-group.reversed .grid-group-col .large-block .grid-item-overlay {
  border-left: 10px solid #fff;
  border-right: none;
}

/*------------------------------------------------------------------
[ Widget: AHB Grid Variations for Case Studies ]
-------------------------------------------------------------------*/
.casestudies-grid .grid-item-overlay a  {
  display: block;
}
.casestudies-grid .grid-item-overlay h2  {
  font-size: 16px;
  margin-bottom: 5px;
}
.faux-cs-button {
  background-color: #f99c39;
  color: #fff;
  font-weight: 600;
  padding: 10px 30px;
}

/*------------------------------------------------------------------
[ Widget: Client Logos ]
-------------------------------------------------------------------*/
.client-logo-wrap {text-align: center;}
.client-logo-wrap article {display: inline-block;height: 100px;width: 16%;}
.client-logo-wrap article img {height: 100px;margin: 0 auto;}

/*------------------------------------------------------------------
[ Widget: Awards ]
-------------------------------------------------------------------*/
.awards-wrap {}
.award-item {text-align: center;}
.award-item img {margin-bottom: 20px;}
.award-item h2 {font-size:1.5em}
.award-item p {}

/*------------------------------------------------------------------
[ Widget: Team Grid ]
-------------------------------------------------------------------*/
.team-member{position: relative;text-align: center;}
.team-member a {position: absolute;left: 0;right: 0;top: 0;bottom: 0;width: 100%;height: 100%;}
.team-overlay {
  display: block;margin: 0;text-align: center;position: relative;margin-bottom: 40px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.team-overlay img {max-width: 100%;vertical-align: top;}

.team-overlay figcaption {position: absolute;opacity:0;top: 0;bottom: 0;left: 0;right: 0;align-items: center;display: flex;flex-direction: column;justify-content: center;padding: 0 30px;}
.team-overlay figcaption h2 {font-size: 2em;color: #fff}
.team-overlay figcaption h3 {color: #fff;font-size: 1.6em;margin-top: 10px;font-weight: 100;}
.team-overlay *,
.team-overlay *:before,
.team-overlay *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
}
.team-overlay:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-color: rgba(0,0,0,.4);
  background-blend-mode: multiply;
  opacity: 0;
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
}
.team-overlay h2  {
  text-transform: uppercase;
  font-size: 28px;
  font-family: 'Muli', sans-serif;
  color: #fff;
  font-weight: 300;
  margin-bottom: 5px;
}
.team-member:hover .team-overlay:before,
.team-overlay.hover:before {
  opacity: 1;
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.team-member:hover .team-overlay img {opacity: .001;}
.team-member:hover figcaption,
.team-overlay.hover figcaption {
  -o-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  opacity: 1;
}

.bio-grid-text {
  padding-bottom: 3em;
  opacity: 1;
  transition: opacity 0.20s linear 0s !important;
  -o-transition: opacity 0.20s linear 0s !important;
  -ms-transition: opacity 0.20s linear 0s !important;
  -moz-transition: opacity 0.20s linear 0s !important;
  -webkit-transition: opacity 0.20s linear 0s !important;

}
.team-member:hover .bio-grid-text {opacity: .5}
.bio-grid-text h2 {margin-bottom: 5px;font-size: 36px;}
.bio-grid-text h3 {}



/*------------------------------------------------------------------
[ Widget: Blog Grid ]
-------------------------------------------------------------------*/
.blog-item{position: relative;text-align: center;}
.blog-item a {position: absolute;left: 0;right: 0;top: 0;bottom: 0;width: 100%;height: 100%;}
.blog-overlay {
  display: block;margin: 0;text-align: center;position: relative;margin-bottom: 40px;
}
.blog-overlay img {max-width: 100%;vertical-align: top;}

.blog-overlay figcaption {position: absolute;opacity:0;top: 0;bottom: 0;left: 0;right: 0;align-items: center;display: flex;flex-direction: column;justify-content: center;padding: 0 30px;}
.blog-overlay figcaption h2 {font-size: 30px;color: #fff}
.blog-overlay *,
.blog-overlay *:before,
.blog-overlay *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
}
.blog-overlay:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-color: rgba(0,0,0,.6);
  background-blend-mode: multiply;
  opacity: 0;
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
}
.blog-overlay h2  {
  text-transform: uppercase;
  font-size: 28px;
  font-family: 'Muli', sans-serif;
  color: #fff;
  font-weight: 300;
  margin-bottom: 5px;
}
.blog-item:hover .blog-overlay:before,
.blog-overlay.hover:before {
  opacity: 1;
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.blog-item:hover figcaption,
.blog-overlay.hover figcaption {
  -o-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  opacity: 1;
}
.blog-grid-text {
  padding: 0 .5em;
  padding-bottom: 3em;
  text-align: left;
  opacity: 1;

  transition: opacity 0.20s linear 0s !important;
  -o-transition: opacity 0.20s linear 0s !important;
  -ms-transition: opacity 0.20s linear 0s !important;
  -moz-transition: opacity 0.20s linear 0s !important;
  -webkit-transition: opacity 0.20s linear 0s !important;
}

.blog-item:hover .blog-grid-text {opacity: .5}
.blog-grid-text .date {padding: 0 10px 15px 10px;}
.blog-grid-text h2 {padding: 0 10px;}
.blog-grid-text p {padding: 0 10px;}

.centered-title-blog {text-align: center;margin-bottom: 60px;}
.centered-title-blog h2 {font-size: 2.875em;background-image: url('../img/1x1_b8c7d0.png');background-repeat: repeat-x;background-position: 50% 50%;margin-bottom: 8px;}
.centered-title-blog h2 span {
  font-family: 'Cormorant', serif;
  background-color: #fff;
  padding: 0 100px;
}
.centered-title-blog .small {color:#f99c39;text-transform: uppercase;font-weight: 700;}


/*------------------------------------------------------------------
[ Blog Post Single ]
-------------------------------------------------------------------*/


.post-wrapper .post-social {
  text-align: center;
  padding: 2em 0 1em 0;
}
.addthis-label {
  display: inline-block;
  height: 33px;
  line-height: 33px;
  vertical-align: top;
  font-size: .75em;
  padding-right: 8px;
}
.addthis_inline_share_toolbox {
 display: inline-block;
 vertical-align: top; 
}

.at-icon-wrapper.at-share-btn {
  border-radius: 50% !important;
  padding: 4px !important;
}


.post-wrapper {}
.post-wrapper .post-image {}
.post-navs{margin-bottom: 70px;}
.post-navs:after {
  clear:both;
  content:".";
  display:block;
  height:0;
  line-height:0;
  visibility:hidden;
}
.post-navs a.button {padding-left: 0;padding-right: 0;}
.post-navs .post-nav-return {float: left;}
.post-navs .post-nav-next {float: right;}

.post-wrapper .post-content .post-date {margin-bottom: 30px;font-size: 1.1em;color: #59666d;}
.post-wrapper .post-content .post-title {margin-bottom: 25px;}
.post-wrapper .post-content .post-body {}
.post-wrapper .post-content .post-body p {}


/*------------------------------------------------------------------
[ Widget: Our Work ]
-------------------------------------------------------------------*/


ul.filterMenu {text-align:center;margin-bottom: 1.5em;}
ul.filterMenu li {display:inline-block}

ul.filterMenu li .button, ul.filterMenu li a.button, ul.filterMenu li a.button:link, ul.filterMenu li a.button:visited {
  min-width: 0;
  font-size: .9375em;
  padding: 0.2rem .5rem;
  margin: 0 5px 6px 5px;
  color: #263944;
  text-transform: uppercase;
}

ul.filterMenu li .button.current, ul.filterMenu li a.button.current, ul.filterMenu li a.button.current:link, ul.filterMenu li a.button.current:visited {
  color: #f99c39;
  border-bottom: 1px solid #f99c39;
}

.grid-item-container {
  display: block;
  text-align: center;
}

.grid-item-container:focus, .grid-item-container a:focus {outline:0;}

.grid-item-container .grid-item {
  float: none;
  display: inline-block;
  margin-bottom: 20px;
  padding: 0 10px;
}


/*Sizing for 3-columns*/
@media (min-width: 980px) {
  .grid-item-container .grid-item {
    width: 33.3333333333%;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .grid-item-container .grid-item {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .grid-item-container .grid-item {
   width: 50%;
 }
}
@media (max-width: 480px) {
  .grid-item-container .grid-item {
    width: 100%;
  }
}

/*Mods for 4-columns*/
@media (min-width: 1100px) {
  .grid-item-container.four-col .grid-item {
    width: calc(25%);
  }
}
@media (min-width: 980px) and (max-width: 1099px) {
  .grid-item-container.four-col .grid-item {
    width: calc(25%);
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .grid-item-container.four-col .grid-item {
    width: calc(33%);
  }
}

@media (max-width: 767px) {
  .grid-item-container.four-col .grid-item {
   width: calc(50%);
 }
}
@media (max-width: 480px) {
  .grid-item-container.four-col .grid-item {
    width: 100%;
  }
}


.work-item{position: relative;text-align: center;}
.work-item a {position: absolute;left: 0;right: 0;top: 0;bottom: 0;width: 100%;height: 100%;}
.work-overlay {display: block;margin: 0;text-align: center;position: relative;}
.work-overlay img {max-width: 100%;vertical-align: top;}

.work-overlay figcaption {position: absolute;opacity:0;top: 0;bottom: 0;left: 0;right: 0;align-items: center;display: flex;flex-direction: column;justify-content: center;padding: 0 30px;}
.work-overlay figcaption h2 {font-size: 2.5em;color: #fff}
.work-overlay figcaption p {color: #fff}
.work-overlay *,
.work-overlay *:before,
.work-overlay *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
}
.work-overlay:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-color: rgba(0,0,0,.6);
  background-blend-mode: multiply;
  opacity: 0;
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
}
.work-item:hover .work-overlay:before,
.work-overlay.hover:before {
  opacity: 1;
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.work-item:hover figcaption,
.work-overlay.hover figcaption {
  -o-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  opacity: 1;
}

/*------------------------------------------------------------------
[ Case Study Detail ]
-------------------------------------------------------------------*/

.case-study-detail {}
.case-study-detail .study-images{}
.case-study-detail .study-images img{margin-bottom: 20px;}
.case-study-detail .study-text{
  padding-left: 4%;
  padding-right: 15%;
  padding-top: 2em;
}
.case-study-detail .study-text article {margin-bottom: 4em;}
.case-study-detail .study-text article h2 {
  color: #f99c39;
  font-family: 'Cormorant', serif;
  font-weight: 400;
  font-size: 2.875em;
}
.case-study-detail .study-text article p {}
.case-study-detail .study-text article p:last-child {padding-bottom: 0}

.case-study-detail .study-text article ul {
  list-style-type: none;
}

.case-study-detail .study-text article ul li {
  text-indent: -10px;
  padding-left: 10px;
  line-height: 1.25em;
}

.case-study-detail .study-text article ul li:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e806';
  margin: 0 9px 10px -15px;
  color: #f99c39;
}

/*------------------------------------------------------------------
[ Fluid Video Embed ]
-------------------------------------------------------------------*/


.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*------------------------------------------------------------------
[ Social Icons ]
-------------------------------------------------------------------*/


.pSocialIcons  {padding: 0;}

.pSocialIcons li {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
  margin-right: 10px;
}
.pSocialIcons li:last-child {margin-right: 0} 

.pSocialIcons li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #263944;
  transition: all 0.20s linear 0s !important;
  -o-transition: all 0.20s linear 0s !important;
  -ms-transition: all 0.20s linear 0s !important;
  -moz-transition: all 0.20s linear 0s !important;
  -webkit-transition: all 0.20s linear 0s !important;
  -o-transition-delay: 0s !important;
  -ms-transition-delay: 0s !important;
  -moz-transition-delay: 0s !important;
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
}
.pSocialIcons i {font-size: 36px;width: 100%;text-align: center;}

.pSocialIcons a:hover {
  color: #4d738a
}

/*------------------------------------------------------------------
[ Modal Windows ]
-------------------------------------------------------------------*/

.modalWindow {
  position: fixed;
  bottom: -60%;
  height: 60%;
  width: 100%;
  background:#fff;
  transition: bottom 0.5s ease;
  -o-transition: bottom 0.5s ease;
  -ms-transition: bottom 0.5s ease;
  -moz-transition: bottom 0.5s ease;
  -webkit-transition: bottom 0.5s ease;
  overflow: auto;
  z-index: 2001;
}


.modalWindow .section {padding: 0rem 0rem 3rem 0rem}

.modalWindow.active {
  position: fixed;
  bottom: 0;
}

#modalBg {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0,0,0,.5);
  z-index: 2000;
  display: none;
}
#modalBg.active {display: block;}

.modalCloseOuter {position: relative;height: 60px;}
.modalClose {
  height: 25px;
  width: 25px;
  top: 30px;
  right: 30px;
  position: absolute;
  box-sizing: border-box;
  line-height: 50px;
  display: block;
  padding: 0;
  margin: 0;
}
.modalClose:before,
.modalClose:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  content: '';
  position: absolute;
  top: 50%;
  left: 0%;
  margin-top: 0px;
  margin-left: 0px;
  display: block;
  height: 2px;
  width: 25px;
  background-color: #263944;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.modalClose:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modalClose:hover:after{
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #f99c39;
}
.modalClose:hover:before{
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #f99c39;
}
#bio-container {text-align: center;}
#bio-container .h2 {
  font-family: 'Cormorant', serif;
  font-weight: 400;
  margin-bottom: 5px;
  font-size: 3em;
  margin-top: 30px;
}
#bio-container .bio-title {
  margin-bottom: 40px;
  color: #f99c39;
  font-size: 1.375em;
  font-weight: 600;
}

#bio-container .bio-nickname {font-weight: 600;}
#bio-container .bio-nickname-exp {}
#bio-container .bio-review {
  margin-top: 3em;
  font-style: italic;
  padding-left: 3em;
  background-image: url(../img/quote-left.png);
  background-repeat: no-repeat;
  background-position: 0% 0%;
  padding-top: 4px;
  text-align: left;
}
#bio-container .bio-review p {
  padding-right: 3em;
}
#bio-container .bio-review p:last-child {
  background-image: url(../img/quote-right.png);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  padding-bottom: 0;
}
#bio-container .bio-review-src {
  font-weight: 600;
  text-align: left;
  padding-left: 3em;
  padding-top: 2em;
  padding-bottom: 3em;
}

/*------------------------------------------------------------------
[ Contact Form ]
-------------------------------------------------------------------*/

.stylized-form {
  padding: 0;
}
.stylized-form li {
  padding: 0;
  display: block;
  list-style: none;
  margin: 10px 0 0 0;
}
.stylized-form label{
  margin:0 0 3px 0;
  padding:0px;
  display:block;
  font-weight: bold;
}
.stylized-form input[type=text], 
.stylized-form input[type=date],
.stylized-form input[type=datetime],
.stylized-form input[type=number],
.stylized-form input[type=search],
.stylized-form input[type=time],
.stylized-form input[type=url],
.stylized-form input[type=tel],
.stylized-form input[type=email],
textarea, 
select{
  font-family: 'Lato', sans-serif;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border:1px solid #BEBEBE;
  padding: 15px 10px;
  margin:0px;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;  
  font-size: 1em;
}
.stylized-form input[type=text]:focus, 
.stylized-form input[type=date]:focus,
.stylized-form input[type=datetime]:focus,
.stylized-form input[type=number]:focus,
.stylized-form input[type=search]:focus,
.stylized-form input[type=time]:focus,
.stylized-form input[type=url]:focus,
.stylized-form input[type=tel]:focus,
.stylized-form input[type=email]:focus,
.stylized-form textarea:focus, 
.stylized-form select:focus{
  -moz-box-shadow: 0 0 8px #026cb7;
  -webkit-box-shadow: 0 0 8px #026cb7;
  box-shadow: 0 0 8px #026cb7;
  border: 1px solid #026cb7;
}
.stylized-form .field-divided{
  width: 49%;
}

.stylized-form .field-long{
  width: 100%;
}
.stylized-form .field-select{
  width: 100%;
}
.stylized-form .field-textarea{
  height: 100px;
}

.stylized-form input[type=submit], .stylized-form input[type=button]{
  border: none;
  color: white;
  display: inline-block;
  padding: 0.6rem 1rem;
  text-align: center;
  transition: all 0.20s linear 0s !important;
  -o-transition: all 0.20s linear 0s !important;
  -ms-transition: all 0.20s linear 0s !important;
  -moz-transition: all 0.20s linear 0s !important;
  -webkit-transition: all 0.20s linear 0s !important;
  background-color: #50738a;
  font-size: 1.2em;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  letter-spacing: .05em;
  min-width: 49%;
  -webkit-border-radius:0; 
  border-radius:0;
  -webkit-appearance: none;
}


.stylized-form input[type=submit]:hover, .stylized-form input[type=button]:hover{
  box-shadow: 0 0 100px 100px rgba(0, 0, 0, 0.25) inset;
  cursor: pointer;
}


.stylized-form .required{
  color:red;
}

.stylized-form .radio-row {
  padding: 0;
  line-height: 20px;
}
.stylized-form span {
  display: inline;
}
.stylized-form .radio-row label {
  display: inline;
  font-weight: inherit;
  padding-right: 10px;
}

.stylized-form .nf-error input[type=text], .stylized-form .nf-error input[type=date], .stylized-form .nf-error input[type=datetime], .stylized-form .nf-error input[type=number], .stylized-form .nf-error input[type=search], .stylized-form .nf-error input[type=time], .stylized-form .nf-error input[type=url], .stylized-form .nf-error input[type=tel], .stylized-form .nf-error input[type=email], .stylized-form .nf-error textarea  {
  border: 1px solid #e80000;
}

.stylized-form .nf-form-fields-required {display: none;}

.stylized-form .nf-response-msg {
  display: none;
  background-color: #f3f3f0;
  padding: 25px;
  font-size: .875em;
}

.stylized-form .nf-field-container {
  margin-bottom: 15px;
}

/*------------------------------------------------------------------
[ Contact Page ]
-------------------------------------------------------------------*/

.contact-info-wrapper{color: #263944;font-size: 1.125em}

.contact-info-wrapper a, .contact-info-wrapper a:link, .contact-info-wrapper a:visited { 
  color: #263944;
}
.contact-info-wrapper a:hover, .contact-info-wrapper a:active { 
  color: #F99C39;
}

.contact-address-info {
  font-size: 1.25em;
  padding-bottom: 3em;
}

.infoWindowTitle {
  display: block;
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 5px;
}

.infoWindowAddress {
  display: block;
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
}
.infoWindowAddress a {
  text-decoration: underline;
  margin-top: 6px;
  display: block;
  font-size: .875em;
}

.contact-map-wrap .h4{
  text-transform: uppercase;
  color: #256cb3;
  display: inline-block;
  border-bottom: 1px solid #bdc0c1;
  font-size: 1.25em;
  padding-bottom: 8px;
}
