@charset "UTF-8";


.top-bar-section .dropdown li.title {
  color: rgba(255, 255, 255, 0.5);
  padding-top: 10px;
  padding-left: 15px;
  font-size: 0.8em;
}

.top-bar-section .divider, .top-bar-section [role="separator"] {
  border-top: solid 1px #484848;
}

/* ------------------------------------- MISC ------------------------------------- */
body {
  padding: 0;
  margin: 0;
  font-weight: 400;
  line-height: 1.5;
  color: #0a0a0a;
  background: #fefefe;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1,h2,h3,h4,h5,h6 {
  font-weight:normal;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}

.bx-wrapper .bx-viewport {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    left: 0;
    background: transparent;
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}
      .bx-wrapper {
          position: relative;
          margin: 0;
          padding: 0;
      }
      .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
          position: absolute;
          bottom: 10px;
          width: 100%;
      }
      .bx-wrapper img {
          max-width: 100%;
          width:100%;
          display: block;
      }
      .bx-wrapper ul {
        margin:0;
      }

.button {
    display: inline-block;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    -webkit-appearance: none;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 0.8em 1em;
    margin: 0 0 1rem 0;
    font-size: 0.9rem;
    background-color: #2199e8;
    color: #fefefe;
    width: 60%;
}

.ghostButton {
    background-color: transparent;
    border: 1px solid #fff;
    padding: 10px 30px;
    text-transform: uppercase;
    color: #fff;
    font-family: "Lato", sans-serif;
    font-size: .68em;
    font-weight: 600;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display:inline-block;
    opacity: 1;
}
      .ghostButton:hover {
        opacity:0.5;
        color:#fff;
      }

.ghostButton.lightAcc {
    background-color: transparent;
    border: 1px solid #fff;
    padding: 10px 30px;
    text-transform: uppercase;
    color: #fff;
    font-family: "Lato", sans-serif;
    font-size: .68em;
    font-weight: 600;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display:inline-block;
    opacity: 1;
}
      .ghostButton.lightAcc:hover {
        opacity:0.5;
        color:#fff;
      }


.ghostButton.darkAcc {
    background-color: transparent;
    border: 1px solid #363636;
    padding: 10px 30px;
    text-transform: uppercase;
    color: #363636;
    font-family: "Lato", sans-serif;
    font-size: .68em;
    font-weight: 600;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display:inline-block;
    opacity: 1;
}
      .ghostButton.darkAcc:hover {
        opacity:0.5;
        color:#363636;
      }

.darkButton {
    background-color: transparent;
    border: 1px solid #363636;
    padding: 10px 30px;
    text-transform: uppercase;
    color: #363636;
    font-family: "Lato", sans-serif;
    font-size: .68em;
    font-weight: 600;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display:inline-block;
    opacity: 1;
}
      .darkButton:hover {
        opacity:0.5;
        color:#363636;
      }




.copyList .column:last-child:not(:first-child),
.copyList .columns:last-child:not(:first-child) {
    float: left;
}
.copyList .medium-6 {
  width:49%;
}

/*.bannerIcon {
    text-align: center;
    max-width: 100% !important;
}*/
.bannerIcon {
    text-align: center;
    position: relative;
    margin: auto;
    left: 0;
    right: 0;
    /*bottom: 0; */
    top: 10%;
}
.videoWrap .bannerIcon {
  display: block !important;
}
.bx-wrapper img.bannerIcon {
    text-align: center;
    max-width: 100% !important;
    width: auto;
    margin: 0 auto;
    padding-bottom: 20px;
}

/* ------------------------------------- OFF CANVAS ------------------------------------- */
.off-canvas-wrapper {
  background: #2c3840;
}
      #offCanvas {
        font-size: 0.8125rem;
        font-weight: bold;
        background: #2c3840;
        padding-top: 3.5%;
      }
      .off-canvas-list {
        list-style-type: none;
      }
      .off-canvas-list a {
        color:#e1e1e1;
        line-height: 2.4;
      }
      .off-canvas-list label {
        color:#fff;
        text-transform: uppercase;
        font-weight:bold;
      }
      .close-button {
        position: absolute;
        color: #fff;
        right: 1rem;
        top: 0.5rem;
        font-size: 4em;
        line-height: 1;
        cursor: pointer;
      }
      .js-off-canvas-exit {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.8);
        cursor: pointer;
        transition: background 0.5s ease;
      }


/* ------------------------------------- VIDEO BACKGROUND ------------------------------------- */
.heroSectionVideo {
 position: relative;
 background: rgba(0,0,0,0.8);
 //height: 100vh;
}

.ytplayer-container {
 position: absolute;
 top: 0;
 z-index: 0;
}


/* ------------------------------------- NAVIGATION ------------------------------------- */
.sticky-container {
    position: absolute;
    top: 0;
    z-index: 9999;
    width: 100%;
}
.sticky.is-stuck.is-at-top {
  background-color: rgba(0, 0, 0, 0.4);
}
[data-sticky] {
  width: 100%;
}
.sticky.is-stuck {
    //position: fixed;
    //z-index: 9999;
}
.title-bar {
  /*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjY1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg1JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 85%, rgba(0,0,0,0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.65)), color-stop(85%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0)));
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 85%,rgba(0,0,0,0) 100%);
  background: -o-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 85%,rgba(0,0,0,0) 100%);
  background: -ms-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 85%,rgba(0,0,0,0) 100%);
  background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 85%,rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );*/
}
.title-bar {
  background:#1e73be;
  padding: 0;
  transition: padding .25s ease;
}
.title-bar-left {
    width:15%; 
}
.title-bar-right {
    width:85%; 
}
.title-bar-title {
    position: absolute;
    transform: translateY(-50%);
    top: 45%;
    left: 1rem;
}
.sticky.is-stuck.is-at-top.title-bar {
  padding: 0;
  transition: padding .25s ease;
}

nav.menuFull {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
ul.menu.submenu.is-dropdown-submenu.first-sub.vertical {
    border: 0;
}
.title-bar .menu > li > a {
    display: block;
    padding: 1.5rem 1rem;
    line-height: 1;
}
.sticky.is-stuck.is-at-top.title-bar .menu > li > a {
  padding: 1rem 1rem;
  transition: padding .25s ease;
  line-height: 1;
}
.title-bar.sticky.is-at-top.is-stuck img {
    max-width: 60%;
    transition: all .5s ease-in-out;
}
ul.menu.submenu > li > a {
    display: block;
    padding: 0.7rem 1rem;
    line-height: 1;
    border-bottom: 1px solid #323232;
    color: #ffffff;
    text-transform: capitalize;
}
.menu-icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    width: 20px;
    height: 16px;
    margin: 1.5rem 0;
}

@media screen and (max-width: 1024px) {
/*.show-for-large {
    display: none !important;
}*/
}
.hide-me {
  display:none;
}
.show-me {
}
nav.menuFull.hide-me {
  display:none;
}



/* ------------------------------------- LAYOUT ------------------------------------- */
/*.pageBannerWrap {
  background-size:cover;
  height:468px;
  position: relative;
  overflow: hidden;
}*/
      .pageBanner .bannerTitle {
        text-align: center;
        width: 75%;
        margin: auto;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        display: block;
        height: 120px;
        position: absolute;
        z-index: 100;
        color: #fff;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
      }
      .pageBanner .bannerTitle p {
   
      }      

.headerWrap {
  background-image:url(../img/heroBg.jpg);
  background-repeat:no-repeat;
  background-size:cover;
  position:relative;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.75);
}
      .heroSection {
        background-color: rgba(0, 0, 0, 0);
        color:#fff;
        position:relative;
      }
      /*.heroSection .heroCaption {
        width:30%;
        margin:0 auto;
        text-align: center;
      }*/
      /*.heroCaption{
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          height: 280px;
          width:30%;
          margin: auto;
          text-align:center;
          color:#fff;
          z-index:10;
          text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
      }*/
      .heroCaption {
        height: 100px;
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          width:50%;
          margin: auto;
          text-align:center;
          color:#fff;
          z-index:10;
          text-shadow: 1px 1px 4px rgba(0, 0, 0, 1.0);
      }      
      .heroCaption .captionTitle {
        text-transform: normal;
        margin-top: 0;
        margin-bottom: 0.5rem;
        line-height: 1.4;
        font-size: 3rem;
      }

.sliderWrap {
    position: relative;
    //height:480px;
}

.slogan {
  text-align: center;
  //margin-bottom:2.8rem;
  line-height: 2.618;
  margin:0;
  padding:0;
}
      /*.slogan:after {
        content:"";
        width:200px;
        height:1px;
        border-bottom:2px solid;
        border-color: inherit;
        display:block;
        margin:0 auto;
      }*/
.sloganAlt {
  text-align: center;
}
.page-content {
  margin: 4rem 0 0;
}


/* ------------------------------------- QUOTE BOX ------------------------------------- */
.quoteBox {
  padding:4em 0;
  text-align: center;
  background-size: cover;
  color:#fff;
  display:block;
}


/* ------------------------------------- CONTENT BOX ------------------------------------- */
.contentBox {
  padding:4em 0;
}
.contentBox.cbAlternate {
  padding:3em 0;
}
.contentBox a {
    border-bottom: 2px solid #fff;
    color: #4e9ede;
}


/* ------------------------------------- CONTENT LIST ------------------------------------- */
.copyList {
  padding:4em 0;
}
      .copyList .slogan {
        margin-bottom:1em;
      }
      .copyListing:before {
          content: "6";
          font-family: entypo;
          font-size: 32px;
          position: absolute;
          left:0;
          color: inherit;
      }
      .copyListing {
          padding-left: 38px;
          position: relative;
      }


/* ------------------------------------- TABS ------------------------------------- */
.tabBox .tabs {
  margin: 0;
  padding:20px 0 0;
  list-style-type: none;
  background: #fefefe;
  border: 0 solid #e6e6e6;
}
      .tabs-title {
        display: inline-block;
        float: none;
        text-transform: uppercase;
        font-weight: bold;
        border-bottom: 2px solid #c5c5c5;
        margin: 0 10px 22px;
      }
      .tabs-title.is-active {
        border-bottom: 2px solid #525252;
      }
      .tabs-title > a {
        display: inline;
        padding: .5rem 0;
        line-height: 1;
        font-size: 0.98em;
        color: #1d92cf;
      }
      .tabs-title > a:hover, .tabs-title > a:focus, .tabs-title > a[aria-selected="true"] {
        background: none;
      }
      .tabs-content {
        background: #a8a8a8;
        transition: all 0.5s ease;
        border: 0 solid #e6e6e6;
        border-top: 0;
        padding: 3em 0;
        min-height: 450px;
      }
      .tabs-content .tabs-panel .linkIcon i{
        display: block;
        position: absolute;
        top: 45%;
        left: 50%;
        margin: -21px 0 0 -21px;
        border: 2px solid rgba(0, 0, 0, 0);
        background: rgba(0, 0, 0, 0.45);
        border-radius: 50%;
        overflow: hidden;
        z-index: 5000;
        color: #F7F7F7;
        padding: 23px;
        font-size: 1.4rem;
      }
      .vtabBox .tabs-content {
        background: #a8a8a8;
        transition: all 0.5s ease;
        border: 0 solid #e6e6e6;
        border-top: 0;
        padding: 0;
        //height: 450px;
        overflow:hidden;
        position:relative;
        min-height: auto;
      }
      .vtabBox .tabs-panel {
        padding: 0;
        position:relative;
      }      
      .vtabBox .tabs-panel .aggregateLink {
        position: absolute;
        display: block;
        top: 0;
        z-index: 1;
        background: rgba(255,255,255,0.8);
        width: 35%;
        margin-top: 2%;
        padding: 1rem;
      }
      .vtabBox {
        padding: 4rem 0;
        background: pink;
      }
      .vtabBox h3 {
        padding: 0 10px;
        border-bottom: 1px solid #212121;
        padding-bottom: 1rem;
      }
      .vtabBox .tabs-panel img {
        width:100%;
        height:auto;
      }
      .vtabBox .tabs {
        margin: 0;
        list-style-type: none;
        border: 0;
      }
      .vtabBox .tabs-title > a {
          line-height: 1.2;
      }
      .vtabBox .tabs-title {
          text-transform: capitalize;
          border-bottom: 0 solid #c5c5c5;
          padding: 5px 10px;
          margin:0;   
      }
      .vtabBox ul {
        background: transparent;
      }
      .vtabBox .tabs.vertical > li {
          border-top: 0 solid;
      }
      .vtabBox .tabs.vertical > li:last-child {
          border-bottom: 0 solid;
      }
      .innerStory {
        background-color: #c5c5c5;
        padding:1rem 1.8rem;
      }

/* ---------------------------------------------------------- SUB MENU ---------------------------------------------------------- */
section.subMenu {
    padding: 1rem 0;
}
      section.subMenu ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        display: block;
        text-align: center;
      }

      section.subMenu ul li {
        display: inline-block;
        text-align: center;
        margin: 0 1rem;
        text-transform: uppercase;
      }


/* ---------------------------------------------------------- SPLIT SECTION ---------------------------------------------------------- */
section.splitGridWrap {
  display: block;
  overflow: hidden;
}
.splitGrid {
  display:block;
  width: 100%;
  background: #f7f7f7;
  clear:both;
  overflow: hidden;
  position:relative;
}
.splitGrid:nth-child(odd) {
  background: #c5c5c5;
}
      .splitGrid:nth-child(odd) .splitDescription {
        float: right;
        width:50%;
      }
      .splitDescription, .resplitDescription, .resplitImg, .splitImg {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -webkit-box-align: center;
        align-items: center;
      }
      .splitGrid:nth-child(odd) .splitImg {
        float: right;
        width: 50%;
      }
      .splitImg {
        float: left;
        width: 50%;
      }  
      .splitImg .cover {
        width:100%;
        height:auto;
      }        
      .videoEmbed {
        width:100%;
      }   
      /*.splitImg img {
        width: 100%;
        height: 100%;
        object-fit: contain;
      }*/
      .splitDescriptionInner {
        display:block;
      }
      .splitDescriptionInner h2 {
        font-weight:600;
      }
      .splitDescriptionInner .bxslider {
        font-weight:300;
        padding:0;
      }
      .splitDescriptionInner .bx-wrapper {
          padding: 2rem 0 0;
      }
      .splitDescriptionInner .bxslider p:first-child {
        font-size:20px;
      }
      .splitDescriptionInner p:first-child {
        font-size:20px;
        font-weight:300;
      }
      .splitDescriptionInner .bxslider {
        font-weight:600;
      }
            .gridInnerWrap {
                position: absolute;
                top: 0;
                bottom: 0;
                right: 0;
                left: 0;
            }
            .gridInnerWrap:after {
                padding-top: 56.25%;
                display: block;
                content: '';
            }      

      .pageExcerpt {
        position:relative;
        overflow:hidden;
        padding:0 1rem;
      }

      .splitDescription .pageExcerpt {
        position:relative;
        overflow:hidden;
        padding:0 3.85rem;
      }


/* ------------------------------------- SPLIT GRID TWO ------------------------------------- */

section.resplitGridWrap {
  overflow: hidden;
}
      .resplitGrid {
        float: left;
        width: 100%;
        background: #fff;
        clear:both;
        overflow: hidden;
        display: table-cell;
        vertical-align: middle;
        padding:1rem;
      }
      .resplitGrid:nth-child(odd) {
        float: right;
        background: #edf2f4;
        width:100%;
      }      
      .resplitDescriptionInner {
        display:block;
      }
      .resplitDescriptionInner h2 {
        font-weight:600;
      }
      .resplitDescriptionInner .bxslider p:first-child {
        font-size:20px;
      }
      .resplitDescriptionInner p:first-child {
        font-size:20px;
        font-weight:300;
      }
      .resplitGrid:nth-child(odd) .resplitDescription {
        float: right;
        width:50%;
      }
      .resplitDescription {
        float: left;
        padding: 0 3rem;
        box-sizing: border-box;
        width: 50%;
        position:relative;
      }      
      .resplitGrid:nth-child(odd) .resplitImg {
        float: right;
        width: 50%;
        padding: 2rem 4rem;
      }
      .resplitImg {
        float: left;
        width: 50%;
      }
      .resplitImg img {
        /*width: 100%;
        height: auto;
        height: 112.5%;
        object-fit: cover;*/
      }


/* ------------------------------------- CARDS ------------------------------------- */
.siteCards{
  box-sizing: content-box;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px;
  background-color: #c5c5c5;
  max-width: 100%;
  overflow: hidden;
  padding-bottom: 1rem;
  padding-top: 3rem;
}
      .siteCards .singleCard {
        float: left;
        display: block;
        /*margin-right: 2.35765%*/;
        margin-right: 1.55%;
        width: 31.76157%;
        box-shadow: 0 .0625em .3em rgba(0,0,0,.15),0 .0625em .3em rgba(0,0,0,.25);
        -webkit-transition: box-shadow .3s ease-in-out;
        -moz-transition: box-shadow .3s ease-in-out;
        transition: box-shadow .3s ease-in-out;
        background-color: #fff;
        box-shadow: none;
        margin-left: 0;
        text-align: center;
        margin-bottom: 2rem;
      }
      .siteCards .singleCard:last-child {
        margin-right:0;
      }
      .siteCards .singleCard:hover {
          box-shadow: none;
      }
      .imgCard {
        background-position: center center;
        background-size: cover;
        box-sizing: border-box;
        cursor: pointer;
        height: 0;
        padding-top: 56.25%;
        position: relative;
      }
      .cardContent {
        display: block;
        background: #fff;
        box-sizing: border-box;
        padding: 2em 2em 2.5em;
      }
      .urlCard {
        width: 100%;
      }


/* ------------------------------------- SITE FORM ------------------------------------- */
section.siteForm {
    padding: 4rem 0;
    position:relative;
    display:block;
    background-repeat: no-repeat;
    background-position: 50% 0;
}
.siteFormContent {
    //padding: 4rem 3rem 0;
}


/* ------------------------------------- FAQS ------------------------------------- */
.faqWrap {
    padding: 3rem 0;
}
      .accordion-title::before {
        content: '+';
        position: absolute;
        right: 1rem;
        top: 50%;
        margin-top: -1rem;
        font-size: 2rem;
      }
      .accordion-title {
        display: block;
        padding: 1.25rem 1rem;
        line-height: 1;
        font-size: 0.75rem;
        color: #2199e8;
        position: relative;
        border: 0 solid #e6e6e6;
        border-top: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6;
        border-bottom: 0;
      }
      .accordion-content {
        padding: 1rem;
        display: none;
        border: 0 solid #e6e6e6;
        border-top: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6;
        border-bottom: 0;
        background-color: #fefefe;
        color: #0a0a0a;
      }
.faqBody {
    overflow: hidden;
}

/* ------------------------------------- MASONRY ------------------------------------- */
/*.contentGriditem {
  width: 50%;
  padding-right:5px;
  padding-bottom:5px;
  box-sizing: border-box;
}
.contentGriditem img {
  min-width:100%;
  height:auto;
}
.gridSizer {
  width:50%;
}
.gridSizer,
.contentGriditem { width: 50%; }
.contentGriditem2 { width: 25%; }*/


/* ------------------------------------- GRID ------------------------------------- */
  .grid {
    background: #DDD;
  }
  .grid:after {
    content: '';
    display: block;
    clear: both;
  }


/* ------------------------------------- GRID ELEMENTS ------------------------------------- */
  /* 5 columns, percentage width */
  * { box-sizing: border-box; }
  .gridItem,
  .gridSizer {
    width: 20%;
  }
  .gridItem {
    float: left;
    height: 200px;
    border: 0 solid;
    border-color: rgba(255, 255, 255, 1);
    background-position: 50% 0;
    background-repeat: none;
  }
  .gridItem-widthdouble { width: 40%; }
  .gridItem-heightdouble { height: 400px; }



.previewGrid .hover .icon {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    font-size: 20px;
}
.previewGrid .hover {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    background-color: rgba(0, 0, 0, 0.7);
    transition: all .3s;
    opacity: 0;
    display: table;
    width: 100%;
    height: 100%;
}
.previewGrid .gridItem:hover .hover {
  opacity: 1;
}



/* ------------------------------------- AFFILIATES ------------------------------------- */
.affiliateBox {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 4em 0;
}
      .affiliateWrap {
        position:relative;
        text-align: center;
        padding:0;
        margin:0 auto;
      }
      .affiliate {
        display:inline-block;
        margin: 10px 0 30px;
        vertical-align: top;
      }
      .affiliate img {
        max-width:100%;
        margin: 10px auto 20px;
        text-align: center;
      }
      .affiliate a p {
          width: 225px;
          margin: 0 auto;
          text-align: center;
          line-height: 1;
          display: block;
      }      


/* ------------------------------------- MAP ------------------------------------- */
#map-canvas {
    height: 100%;
    min-height: 420px;
    margin: 0 auto;
    padding: 0;
    border-top:1px solid:#c5c5c5;
    border-bottom:1px solid:#c5c5c5;
}

/* ------------------------------------- QUOTES ------------------------------------- */
.quoteCaption {
    padding: 2em 0;
}
      .quoteCaption p {
        margin:0 auto 0.85em;;
        max-width:600px;
      }
      .quoteCaption span p {
        margin:0 auto;
        font-weight:bold;
        max-width:600px;
        text-transform: capitalize;
      }
      .quoteCaption span small {
        font-weight:normal;
        text-transform: capitalize;
      }
      .quoteBox .bx-wrapper .bx-controls-direction a {
        position: absolute;
        top: 50%;
        margin-top: -60px;
        outline: 0;
        width: 32px;
        height: 32px;
        text-indent: -9999px;
        z-index: 500;
      }
.bx-wrapper .bx-prev {
    left: 10%;
    background: url(images/controls.png) no-repeat 0 -32px;
}
.bx-wrapper .bx-next {
    right: 10%;
    background: url(images/controls.png) no-repeat -43px -32px;
}


/* ------------------------------------- CONTACT ------------------------------------- */
.contactWrap {
  padding: 0;
}



/* ------------------------------------- FOOTER ------------------------------------- */
.footerTop {
  background: #404446;
  padding: 40px 0;
  color: #fff;
  font-size: 0.75rem;
  line-height: 18px;
}
      .footerTop .title {
        display:block;
        font-weight:bold;
        text-transform: uppercase;
      }


      .identitySocial p {
        margin:20px 0 0;
      }
      .identitySocial a {
        margin-right:0.85em;
      }
      .identitySocial i {
        font-size:1.4em;
      }
      .downBtn {
        position: absolute;
        z-index: 10;
        bottom: 2.5%;
        display: inline-block;
        width: 100%;
        text-align: center;
        color:#fff;
      }
      .downBtn i {
        font-size:2.4em;
        cursor: pointer;
      }
      #signupForm {
          margin-top: 1rem;
      }


.footerBottom {
    background: #2c3840;
    padding: 16px 0 0;
    color: #666;
}
      .footerBottom .fb_right {
        text-align:right;
      }


/* ------------------------------------- TILEBOX ------------------------------------- */
.tileBox {
    //height: 100vh;
    overflow: hidden;
}


/* ------------------------------------- RESTAURANT MENU ------------------------------------- */
.restaurantWrap {
  padding: 4rem 0;
  box-sizing: border-box;
  background-position: 50% 0;
  background-repeat: no-repeat;
}

.lb-data .lb-caption { display:block !important; }
table thead, table tbody, table tfoot {
    border: 0 solid #f1f1f1;
    background-color: rgba(255,255,255,0.25);
}
table tbody tr:nth-child(even) {
    background-color: rgba(255,255,255,0.5);
}


/* ------------------------------------- STAFF ------------------------------------- */
.staffWrap {
    overflow: hidden;
    //padding: 3rem 0 0;
    padding: 0;
}
.staffWrap ul { 
  list-style: none; 
  margin:0; 
  padding:0; 
  display:block; 
  text-align:center;
  width: 100%;
}
.staffWrap li { 
  position:relative;
  display:block; 
  width:33.33%; 
  float:left;
}
.staffWrap li:hover .staffOverlay {
    display:block;
    background-color:black;
    opacity:0.95;
}
.staffImg img {
 width:100%;
 height:auto;
}
.staffOverlay{
  width:100%;
  height:100%;
  display:none;
  position:absolute;
  top:0px;
  left:0px;
}
.staffOverlay div {
    position:relative;
    display:inline-block;
}
.staffContent {
    background-color:#fff;
    width:100%;
    height:100%;
}
.staffOverlay .staffInfo {
  display:inline-block;
  height:100vh;
  vertical-align: middle;
  width:100%;
  padding: 3rem 3rem 0;
  text-align: center;
  box-sizing: border-box;
}
.staffOverlay .staffInfo p:first-child {
  padding-bottom:0;
  margin-bottom:0;
  font-weight:bold;
  font-size: 1.618rem;
}
.staffInfo a i {
  font-size: 1.8em;
  padding:0 10px;
}

/* ------------------------------------- PRICING TABLE ------------------------------------- */
.priceWrap {
  padding:3rem 0;
}
.priceWrap span {
  display:block;
}
.priceWrap .priceHeader {
  background:orange;
  border:0;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;  
  padding: 2rem;
  font-weight: bold;
}
.priceWrap .priceContent {
  border-left: 1px solid #c5c5c5;
  border-right: 1px solid #c5c5c5;
  border-bottom: 1px solid #c5c5c5;
  padding:2em 1em;
  min-height: 300px;
  margin:0 0 4rem 0;
  background:#fff;
}
.priceWrap ul {
  margin:0;
  padding:0;
  list-style-type: none;
}
.priceWrap ul li {
  border-bottom: 1px dashed #c5c5c5;
  padding: 0.35rem 0;
}
span.priceTitle {
    font-size: 1.5em;
}
span.priceCost {
    font-size: 2.25em;
}
span.priceCost small {
    text-transform: uppercase;
    font-size: 45%;
}


/* ------------------------------------- POST ------------------------------------- */
section.postBox {
    display: block;
    overflow: hidden;
}

.postBox .postItem .postBackground .potrait {
/*width:100%*/;
  max-width:none;
  height:100%;
}

.postBox .postItem .title a {
    color:#fff;
}

.postBox .postItem {
  position: relative;
  padding: 60px 35px;
  background: #F7F7F7;
  text-align: left;
  border-top: 10px solid #e9e9e9;
  border-bottom: 1px solid rgba(0,0,0,.15)
}

.postBox .postItem:nth-child(2n+2) {
  border-right: 0
}

.postBox .postItem .date {
  display: inline-block;
  background: #212121;
  font-size: 16px;
  color: #FFF;
  text-transform: uppercase;
  line-height: 22px;
  padding: 3px 10px 2px
}

.postBox .postItem .title {
    margin-top: 30px;
    transition: color .5s
}
.postBox .postItem:hover .title a {
    color: #333
}

.postBox .postItem .readMore {
    color: #FFF;
    border-bottom: 3px solid #525252;
    background-color: transparent;
    border: 1px solid #fff;
    padding: 10px 30px;
    text-transform: uppercase;
    color: #fff;
    font-family: "Lato", sans-serif;
    font-size: .68em;
    font-weight: 600;
    display:inline-block;
    opacity: 1;
    transition: color .5s;
    bottom: 16%;
    z-index: 10;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0)
}
.buttonWrap {
  display:block;
  margin: 20px 0;
}
.readMoreAlt {
    color: #FFF;
    border-bottom: 3px solid #525252;
    background-color: transparent;
    border: 1px solid #fff;
    padding: 10px 30px;
    text-transform: uppercase;
    color: #fff;
    font-size: .68em;
    font-weight: 600;
    opacity: 1;
    transition: color .5s;
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0)
}
.postBox .postItem .postBackground {
    opacity: 1;
    transition: opacity .5s;
    z-index: 2;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden
}
.postBox .postItem .postBackground .landscape {
    height: 100%;
    max-width: none
}
.postBox .postItem .postBackground::before {
    content: '';
    z-index: 5;
    background: rgba(0,0,0,.4);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}
/*.postBox .postItem .postBackground::after {
    content: '';
    z-index: 5;
    background: rgba(0,0,0,.2);
    position: absolute;
    top: 25px;
    right: 25px;
    bottom: 25px;
    left: 25px
}*/
.postBox .postItem .postContent {
    position: relative;
    z-index: 10;
    color: #fff;
    text-align: center;
}

.align_left {
  float:left;
  padding: 5px 30px 20px 0;
}
.align_right {
  float:right;
  padding: 5px 0 30px 20px;
}

/* Prevent FOUC see app.js*/
.heroSection {
  display:none;
}

.bx-wrapper img {
  display:block;
}
a.telLinkNav {
    background: pink;
}
.telLinkNav:hover {
  opacity: 1;
}
.telLinkNav:before {
  content:"\f095";
  font-family: "FontAwesome";    
  margin-right:10px;  
}   


/* ------------------------------------- PAGINATION ------------------------------------- */
.relatedPages {
    margin: 2rem 0;
    padding: 0;
    list-style-type: none;
    overflow: hidden;
    font-size:0.8em;
}
      .relatedPages li {
          width:50%;
          display:block;
          float:left;
          opacity:0.8;
      }
      .relatedPages li:nth-of-type(2) {
          text-align: right;
      }
      .pagination {
          margin-left: 0;
          margin-bottom: 0;
          margin-top: 0.5rem;
      }
      .MarkupPagerNav {
          text-align: center;
      }      

