@charset "UTF-8";

.absoluteCover {
  right: 0;
  bottom: 0;
}

.transition {
  -webkit-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}

.makeBold {
  font-weight: 700;
}

.fullwidth {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}

.letterSpace {
  letter-spacing: .2rem;
}

.textShadow {
  text-shadow: 0 3px 12px rgba(0,0,0,.8);
}

.boxShadow {
  box-shadow: 0 2px 13px 0 rgba(0,0,0,.2);
}

.boxShadowHover {
  box-shadow: 0 3px 7px -2px rgba(0,0,0,.5);
}

.objectHover {
  box-shadow: 0 2px 13px 0 rgba(0,0,0,.2);
}

@media (min-width:768px) {
  .objectHover:active,
  .objectHover:focus,
  .objectHover:hover {
    box-shadow: 0 3px 7px -2px rgba(0,0,0,.5);
  }
}

.imageStyles {
  border-radius: 5px;
  box-shadow: 0 2px 3px 1px #eaeaea;
}

.absoluteCover {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  min-width: 100%;
}

.bkgCover {
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.contentContainMax {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width:1200px) {
  .contentContainMax {
    max-width: 2400px;
  }
}

.contentContainLarge {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width:1200px) {
  .contentContainLarge {
    max-width: 2000px;
  }
}

.contentContain {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width:1200px) {
  .contentContain {
    max-width: 1400px;
  }
}

.contentContainSmall {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width:1200px) {
  .contentContainSmall {
    max-width: 1200px;
  }
}

.paddings {
  padding: 120px;
}

@media (max-width:1199px) {
  .paddings {
    padding: 96px;
  }
}

@media (max-width:991px) {
  .paddings {
    padding: 76.8px;
  }
}

@media (max-width:767px) {
  .paddings {
    padding: 61.44px;
    padding-left: 25px;
    padding-right: 25px;
  }
}

.paddingsHorz {
  padding-left: 120px;
  padding-right: 120px;
}

@media (max-width:1199px) {
  .paddingsHorz {
    padding-left: 96px;
    padding-right: 96px;
  }
}

@media (max-width:991px) {
  .paddingsHorz {
    padding-left: 76.8px;
    padding-right: 76.8px;
  }
}

@media (max-width:767px) {
  .paddingsHorz {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.paddingsVert {
  padding-top: 120px;
  padding-bottom: 120px;
}

@media (max-width:1199px) {
  .paddingsVert {
    padding-top: 96px;
    padding-bottom: 96px;
  }
}

@media (max-width:991px) {
  .paddingsVert {
    padding-top: 76.8px;
    padding-bottom: 76.8px;
  }
}

@media (max-width:767px) {
  .paddingsVert {
    padding-top: 61.44px;
    padding-bottom: 61.44px;
  }
}

.margins {
  margin: 120px;
}

@media (max-width:1199px) {
  .margins {
    margin: 96px;
  }
}

@media (max-width:991px) {
  .margins {
    margin: 76.8px;
  }
}

@media (max-width:767px) {
  .margins {
    margin: 61.44px;
    margin-left: 25px;
    margin-right: 25px;
  }
}

.marginsHorz {
  margin-left: 120px;
  margin-right: 120px;
}

@media (max-width:1199px) {
  .marginsHorz {
    margin-left: 96px;
    margin-right: 96px;
  }
}

@media (max-width:991px) {
  .marginsHorz {
    margin-left: 76.8px;
    margin-right: 76.8px;
  }
}

@media (max-width:767px) {
  .marginsHorz {
    margin-left: 25px;
    margin-right: 25px;
  }
}

.marginsVert {
  margin-left: 120px;
  margin-right: 120px;
}

@media (max-width:1199px) {
  .marginsVert {
    margin-left: 96px;
    margin-right: 96px;
  }
}

@media (max-width:991px) {
  .marginsVert {
    margin-left: 76.8px;
    margin-right: 76.8px;
  }
}

@media (max-width:767px) {
  .marginsVert {
    margin-left: 25px;
    margin-right: 25px;
  }
}

.gform_button {
  position: relative;
  height: auto;
  padding: 20px;
  line-height: 1.1;
  border-radius: 2px;
  display: inline-block;
  width: auto;
  letter-spacing: inherit;
  font-size: 18px;
  margin: 10px 0;
  white-space: normal;
  -webkit-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}

.gform_button,
.gform_button:active,
.gform_button:focus,
.gform_button:hover {
  border: none;
  text-decoration: none;
}

.btn-content,
.buttonStyles,
.inpage-btn {
  position: relative;
  height: auto;
  padding: 20px;
  line-height: 1.1;
  border-radius: 2px;
  border: none;
  text-decoration: none;
  display: inline-block;
  width: auto;
  letter-spacing: inherit;
  font-size: 18px;
  margin: 10px 0;
  white-space: normal;
  -webkit-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}

.btn-content:active,
.btn-content:focus,
.btn-content:hover,
.buttonStyles:active,
.buttonStyles:focus,
.buttonStyles:hover,
.inpage-btn:active,
.inpage-btn:focus,
.inpage-btn:hover {
  border: none;
  text-decoration: none;
}

.inlineBlock {
  display: inline-block;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media (max-width:991px) {
  html {
    font-size: 10px!important;
  }
}

* {
  min-height: 0;
  min-width: 0;
}

body {
  font-weight: 400;
}

#siteWrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width:1200px) {
  #siteWrap {
    max-width: 2400px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2em;
  max-width: 100%;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}

h1 {
  font-size: 30px;
}

h2,
h3 {
  font-size: 25px;
}

@media (max-width:1199px) {
  h3 {
    font-size: -webkit-calc(18px + .85vw);
    font-size: calc(18px + .85vw);
  }
}

h4 {
  font-size: 25px;
}

@media (max-width:1199px) {
  h4 {
    font-size: -webkit-calc(16px + .85vw);
    font-size: calc(16px + .85vw);
  }
}

h5 {
  font-size: 22px;
}

@media (max-width:1199px) {
  h5 {
    font-size: 21px;
  }
}

@media (max-width:767px) {
  h5 {
    font-size: 18px;
  }
}

h6 {
  font-size: 20px;
}

@media (max-width:767px) {
  h6 {
    font-size: 18px;
  }
}

main {
  font-size: 1.6rem;
  line-height: 2.1;
}

@media (max-width:991px) {
  main {
    font-size: 16px;
  }
}

main h1:first-child,
main h2:first-child,
main h3:first-child,
main h4:first-child,
main h5:first-child,
main h6:first-child {
  margin-top: 0;
  margin-bottom: 50px;
}

@media (max-width:991px) {
  main h1:first-child,
  main h2:first-child,
  main h3:first-child,
  main h4:first-child,
  main h5:first-child,
  main h6:first-child {
    margin-bottom: 40px;
  }
}

main p {
  margin-top: 0;
  margin-bottom: 30px;
}

@media (max-width:991px) {
  main p {
    margin-bottom: 25px;
  }
}

main blockquote {
  font-size: 2rem;
  line-height: 1.5em;
  font-style: italic;
  border-left: 5px solid #eaeaea;
}

main ol:not(.carousel-indicators),
main ul {
  margin-top: 0;
  margin-bottom: 30px;
  padding-left: 25px;
}

@media (max-width:991px) {
  main ol:not(.carousel-indicators),
  main ul {
    margin-bottom: 25px;
  }
}

main ol:not(.carousel-indicators):first-child,
main ul:first-child {
  margin-top: 0;
}

main ol:not(.carousel-indicators):last-child,
main ul:last-child {
  margin-bottom: 0;
}

main ol:not(.carousel-indicators) li,
main ul li {
  line-height: 1.3em;
  margin-bottom: 1.5rem;
}

main ol:not(.carousel-indicators) li li,
main ul li li {
  margin-top: 1.5rem;
}

main ol:not(.carousel-indicators) ol,
main ol:not(.carousel-indicators) ul,
main ul ol,
main ul ul {
  margin: 0;
}

main figcaption {
  font-style: italic;
  line-height: 1.2em;
  font-size: 85%;
}

main .headSeo+.headMain {
  margin-top: 0;
}

main h1.headSeo,
main h3.headSeo,
main h4.headSeo {
  margin: 0;
}

main h1.headMain,
main h3.headMain,
main h4.headMain {
  margin-top: 0;
  margin-bottom: 50px;
}

@media (max-width:991px) {
  main h1.headMain,
  main h3.headMain,
  main h4.headMain {
    margin-bottom: 40px;
  }
}

a {
  text-decoration: underline;
}

a.active.wp-caption,
a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover,
a.wp-caption:focus,
a.wp-caption:hover {
  border-color: #333;
}

a.anchor-link {
  display: block;
  position: relative;
  top: -100px;
  visibility: hidden;
}

.hr,
hr {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border: none;
}

@media (min-width:1200px) {
  .hr,
  hr {
    max-width: 1400px;
  }
}

.hr:after,
hr:after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background-color: #eaeaea;
}

.gform_wrapper .gform_body li {
  margin-bottom: 10px;
}

input,
select,
textarea {
  background-color: #eaeaea;
  border: none!important;
  border-radius: 2px!important;
  box-shadow: none;
}

.gform_wrapper .gform_body input:not(.search-submit):not([type=checkbox]),
.gform_wrapper .gform_body select {
  background-color: #eaeaea;
  border: none!important;
  border-radius: 2px!important;
  line-height: 50px;
  height: 50px;
  box-shadow: none;
}

.gform_body .ginput_container>input+.form-control-feedback {
  height: 50px;
}

.gform_body .ginput_container>input+.form-control-feedback:before {
  line-height: 50px;
}

.gform_body .ginput_container>textarea {
  height: 150px;
  background-color: #eaeaea;
  border: none!important;
  border-radius: 2px!important;
  box-shadow: none;
}

.gf_left_half,
.ginput_complex.has_first_name.has_last_name span:first-child,
.ginput_left {
  padding-right: 5px;
}

.gf_right_half,
.ginput_complex.has_first_name.has_last_name span:last-child,
.ginput_right {
  padding-left: 5px;
}

.category-select:after,
.ginput_container_select:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
  height: 7.5px;
  width: 15px;
  background-image: url(../images/downArrow.png);
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  pointer-events: none;
}

.category-select select,
.ginput_container_select select {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.category-select select::-ms-expand,
.ginput_container_select select::-ms-expand {
  display: none;
}

.gfield_checkbox>li:not(#foo) input[type=checkbox],
.gfield_checkbox>li:not(#foo) input[type=radio] {
  opacity: 0;
  float: left;
  width: 0;
  display: none;
}

.gfield_checkbox>li:not(#foo) input[type=checkbox]+label,
.gfield_checkbox>li:not(#foo) input[type=radio]+label {
  margin: 0;
  clear: none;
  padding: 5px 0 4px 40px;
  cursor: pointer;
  background: url(../images/off.png) 0 no-repeat;
  background-size: 27px 27px;
  line-height: 1;
}

.gfield_checkbox>li:not(#foo) input[type=radio]:checked+label {
  background-image: url(../images/radio.png);
}

.gfield_checkbox>li:not(#foo) input[type=checkbox]:checked+label {
  background-image: url(../images/check.png);
}

.gfield_checkbox label {
  font-size: 16px!important;
}

@media (max-width:767px) {
  li.gf_left_half,
  li.gf_middle_right_quad,
  li.gf_right_half,
  li.gf_right_quad {
    width: 100%;
    padding: 0!important;
  }
}

.whiteText,
.whiteText a,
.whiteText h1,
.whiteText h2,
.whiteText h3,
.whiteText h4,
.whiteText h5,
.whiteText h6 {
  color: #fff!important;
}

@media (max-width:991px) {
  #mobileOverlay,
  #siteFooter,
  #siteHeader,
  .pgMiddle {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    -webkit-transition: -webkit-transform .75s ease-in-out;
    transition: -webkit-transform .75s ease-in-out;
    transition: transform .75s ease-in-out;
    transition: transform .75s ease-in-out,-webkit-transform .75s ease-in-out;
    position: relative;
    z-index: 1;
  }
}

body {
  position: relative;
}

.mobileOpen #mobileOverlay {
  display: block;
}

.mobileOpen #mobileOverlay,
.mobileOpen #siteFooter,
.mobileOpen #siteHeader,
.mobileOpen .pgMiddle {
  -webkit-transform: translate(-70%);
  -ms-transform: translate(-70%);
  transform: translate(-70%);
}

.mobileOpen #mobileOverlay {
  pointer-events: auto;
}

.admin-bar #mobileNav {
  top: 32px;
}

#mobileOverlay {
  height: 100%;
  width: 100%;
  box-shadow: 0 0 10px rgba(0,0,0,.2);
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  -webkit-transition: -webkit-transform .75s ease-in-out;
  transition: -webkit-transform .75s ease-in-out;
  transition: transform .75s ease-in-out;
  transition: transform .75s ease-in-out,-webkit-transform .75s ease-in-out;
  pointer-events: none;
}

#mobileNav,
#mobileOverlay {
  position: fixed;
  top: 0;
  right: 0;
}

#mobileNav {
  display: block;
  width: 70%;
  bottom: 0;
  padding: 0;
  overflow: auto!important;
}

#mobileNav ul {
  width: 100%;
  list-style: none;
}

#mobileNav ul,
#mobileNav ul li {
  float: none;
  display: block;
  padding: 0;
  margin: 0;
}

#mobileNav ul li a {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 1.1em;
  padding: 15px 50px 15px 20px;
  color: #fff;
  background: none;
  border-bottom: 1px solid rgba(0,0,0,.2);
}

#mobileNav ul li.menu-item-has-children>a {
  background: transparent;
  -webkit-transition: background .35s ease-in-out;
  transition: background .35s ease-in-out;
}

#mobileNav ul li.menu-item-has-children>a:before {
  content: "";
  position: absolute;
  display: block;
  top: -webkit-calc(50% - 12px);
  top: calc(50% - 12px);
  right: 15px;
  width: 17px;
  height: 17px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  -webkit-transform: translate(0) rotate(45deg);
  -ms-transform: translate(0) rotate(45deg);
  transform: translate(0) rotate(45deg);
  -webkit-transition: -webkit-transform .35s ease-in-out;
  transition: -webkit-transform .35s ease-in-out;
  transition: transform .35s ease-in-out;
  transition: transform .35s ease-in-out,-webkit-transform .35s ease-in-out;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

#mobileNav ul li.menu-item-has-children>a.open {
  background: rgba(0,0,0,.2);
}

#mobileNav ul li.menu-item-has-children>a.open:before {
  -webkit-transform: translateY(7px) rotate(-135deg);
  -ms-transform: translateY(7px) rotate(-135deg);
  transform: translateY(7px) rotate(-135deg);
}

#mobileNav .sub-menu {
  background: rgba(0,0,0,.2);
  display: none;
}

#mobileNav .sub-menu li a {
  padding-left: 40px;
  text-decoration: none;
}

.pgMiddle {
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.pgMiddle>.wrap>.content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.pgMiddle>.wrap>.content.sidebar_bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.pgMiddle>.wrap>.content>* {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  max-width: 100%;
}

@media (max-width:991px) {
  main.main {
    display: block;
    width: 100%;
  }

  #sidebar {
    display: none!important;
  }
}

main.main {
  position: relative;
  padding: 0;
  max-width: 100%;
  z-index: 0;
}

main.main>* {
  position: relative;
  z-index: 1;
}

main.main .contentWrap {
  position: relative;
  border: none;
}

main.main .contentWrap #pageContent {
  padding-top: 120px;
  padding-bottom: 120px;
  padding-bottom: 0;
}

@media (max-width:1199px) {
  main.main .contentWrap #pageContent {
    padding-top: 96px;
    padding-bottom: 96px;
  }
}

@media (max-width:991px) {
  main.main .contentWrap #pageContent {
    padding-top: 76.8px;
    padding-bottom: 76.8px;
  }
}

@media (max-width:767px) {
  main.main .contentWrap #pageContent {
    padding-top: 61.44px;
    padding-bottom: 61.44px;
  }
}

@media (max-width:1199px) {
  main.main .contentWrap #pageContent {
    padding-bottom: 48px;
  }
}

@media (max-width:991px) {
  main.main .contentWrap #pageContent {
    padding-bottom: 38.4px;
  }
}

@media (max-width:767px) {
  main.main .contentWrap #pageContent {
    padding-bottom: 30.72px;
  }
}

main.main .contentWrap #pageContent>* {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 120px;
  padding-right: 120px;
}

@media (min-width:1200px) {
  main.main .contentWrap #pageContent>* {
    max-width: 1400px;
  }
}

@media (max-width:1199px) {
  main.main .contentWrap #pageContent>* {
    padding-left: 96px;
    padding-right: 96px;
  }
}

@media (max-width:991px) {
  main.main .contentWrap #pageContent>* {
    padding-left: 76.8px;
    padding-right: 76.8px;
  }
}

@media (max-width:767px) {
  main.main .contentWrap #pageContent>* {
    padding-left: 25px;
    padding-right: 25px;
  }
}

main.main .contentWrap #pageContent>:last-child {
  margin-bottom: 0!important;
}

main.main .contentWrap #pageHeader {
  background-color: #fff;
}

main.main .contentWrap #pageHeader .headMain {
  margin-top: 0;
  margin-bottom: 50px;
}

@media (max-width:991px) {
  main.main .contentWrap #pageHeader .headMain {
    margin-bottom: 40px;
  }
}

@media (max-width:991px) {
  main.main .contentWrap {
    width: 100%;
  }
}

main.main #modules>.m_Posts,
main.main #modules>.mCarousel,
main.main #modules>.mDiv,
main.main #modules>.mFaq,
main.main #modules>.mGate,
main.main #modules>.mSingle,
main.main #modules>.mTab,
main.main #modules>.row,
main.main #modules>:not(.row):not(.startBkgWrap)>article {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 120px;
  padding-right: 120px;
}

@media (min-width:1200px) {
  main.main #modules>.m_Posts,
  main.main #modules>.mCarousel,
  main.main #modules>.mDiv,
  main.main #modules>.mFaq,
  main.main #modules>.mGate,
  main.main #modules>.mSingle,
  main.main #modules>.mTab,
  main.main #modules>.row,
  main.main #modules>:not(.row):not(.startBkgWrap)>article {
    max-width: 1400px;
  }
}

@media (max-width:1199px) {
  main.main #modules>.m_Posts,
  main.main #modules>.mCarousel,
  main.main #modules>.mDiv,
  main.main #modules>.mFaq,
  main.main #modules>.mGate,
  main.main #modules>.mSingle,
  main.main #modules>.mTab,
  main.main #modules>.row,
  main.main #modules>:not(.row):not(.startBkgWrap)>article {
    padding-left: 96px;
    padding-right: 96px;
  }
}

@media (max-width:991px) {
  main.main #modules>.m_Posts,
  main.main #modules>.mCarousel,
  main.main #modules>.mDiv,
  main.main #modules>.mFaq,
  main.main #modules>.mGate,
  main.main #modules>.mSingle,
  main.main #modules>.mTab,
  main.main #modules>.row,
  main.main #modules>:not(.row):not(.startBkgWrap)>article {
    padding-left: 76.8px;
    padding-right: 76.8px;
  }
}

@media (max-width:767px) {
  main.main #modules>.m_Posts,
  main.main #modules>.mCarousel,
  main.main #modules>.mDiv,
  main.main #modules>.mFaq,
  main.main #modules>.mGate,
  main.main #modules>.mSingle,
  main.main #modules>.mTab,
  main.main #modules>.row,
  main.main #modules>:not(.row):not(.startBkgWrap)>article {
    padding-left: 25px;
    padding-right: 25px;
  }
}

main.main .wrappedModules>* {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 120px;
  padding-right: 120px;
}

@media (min-width:1200px) {
  main.main .wrappedModules>* {
    max-width: 1400px;
  }
}

@media (max-width:1199px) {
  main.main .wrappedModules>* {
    padding-left: 96px;
    padding-right: 96px;
  }
}

@media (max-width:991px) {
  main.main .wrappedModules>* {
    padding-left: 76.8px;
    padding-right: 76.8px;
  }
}

@media (max-width:767px) {
  main.main .wrappedModules>* {
    padding-left: 25px;
    padding-right: 25px;
  }
}

main.main #modules>.mHead {
  margin: 60px auto 20px;
}

@media (max-width:1599px) {
  main.main #modules>.mHead {
    margin: 48px auto 16px;
  }
}

@media (max-width:1199px) {
  main.main #modules>.mHead {
    margin: 48px auto 16px;
  }
}

@media (max-width:991px) {
  main.main #modules>.mHead {
    margin: 38.4px auto 20px;
  }
}

@media (max-width:767px) {
  main.main #modules>.mHead {
    margin: 30.72px auto 40px;
  }
}

@media (max-width:479px) {
  main.main #modules>.mHead {
    margin: 40px auto;
  }
}

main.main #modules>.mHead>* {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 120px;
  padding-right: 120px;
}

@media (min-width:1200px) {
  main.main #modules>.mHead>* {
    max-width: 1400px;
  }
}

@media (max-width:1199px) {
  main.main #modules>.mHead>* {
    padding-left: 96px;
    padding-right: 96px;
  }
}

@media (max-width:991px) {
  main.main #modules>.mHead>* {
    padding-left: 76.8px;
    padding-right: 76.8px;
  }
}

@media (max-width:767px) {
  main.main #modules>.mHead>* {
    padding-left: 25px;
    padding-right: 25px;
  }
}

main.main #modules>.mHead+div {
  margin-top: 0;
}

body:not(.sidebar-primary) .contentWrap {
  margin: auto;
}

@media (max-width:1199px) {
  body:not(.sidebar-primary) .contentWrap {
    border: none!important;
  }
}

body.error404 main.main #pageContent,
body.search main.main #pageContent {
  padding-top: 120px;
  padding-bottom: 120px;
}

@media (max-width:1199px) {
  body.error404 main.main #pageContent,
  body.search main.main #pageContent {
    padding-top: 96px;
    padding-bottom: 96px;
  }
}

@media (max-width:991px) {
  body.error404 main.main #pageContent,
  body.search main.main #pageContent {
    padding-top: 76.8px;
    padding-bottom: 76.8px;
  }
}

@media (max-width:767px) {
  body.error404 main.main #pageContent,
  body.search main.main #pageContent {
    padding-top: 61.44px;
    padding-bottom: 61.44px;
  }
}

body.error404 main.main .contentWrap,
body.search main.main .contentWrap {
  background-color: #fff;
  padding: 0;
}

body.error404 main.main input.search-field::-webkit-input-placeholder,
body.search main.main input.search-field::-webkit-input-placeholder {
  color: #000!important;
  font-size: 15px!important;
  text-transform: uppercase;
  background-color: #eaeaea;
  border: none;
}

body.error404 main.main input.search-field::-moz-placeholder,
body.search main.main input.search-field::-moz-placeholder {
  color: #000!important;
  font-size: 15px!important;
  text-transform: uppercase;
  background-color: #eaeaea;
  border: none;
}

body.error404 main.main input.search-field:-ms-input-placeholder,
body.search main.main input.search-field:-ms-input-placeholder {
  color: #000!important;
  font-size: 15px!important;
  text-transform: uppercase;
  background-color: #eaeaea;
  border: none;
}

body.error404 main.main input.search-field:-moz-placeholder,
body.search main.main input.search-field:-moz-placeholder {
  color: #000!important;
  font-size: 15px!important;
  text-transform: uppercase;
  background-color: #eaeaea;
  border: none;
}

body.error404 main.main .search-form input,
body.search main.main .search-form input {
  -webkit-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  background-color: #eaeaea;
}

body.error404 main.main .search-form input:active,
body.error404 main.main .search-form input:focus,
body.error404 main.main .search-form input:hover,
body.search main.main .search-form input:active,
body.search main.main .search-form input:focus,
body.search main.main .search-form input:hover {
  background-color: #535353;
  color: #fff;
}

#resize {
  padding: 0;
  z-index: 100;
  top: 250px;
}

#resize #fontDefault {
  padding: 10px 10px 5px;
  color: #fff;
}

#resize .resizer {
  font-size: 30px;
  height: 40px;
  line-height: 40px;
}

.data-modalcta .modalcta-text>* {
  padding: 2px 15px!important;
}

.data-modalcta .modalcta-text h3 {
  color: #fff;
}

.data-modalcta .btn-content {
  float: right;
  margin-right: 0;
  width: auto;
}

@media (max-width:767px) {
  .mfp-wrap .mfp-content .mfp-iframe-scaler {
    overflow: auto!important;
    padding-top: 60%;
  }
}

@media (max-width:479px) {
  .mfp-wrap .mfp-content .mfp-iframe-scaler {
    padding-top: 100%;
  }

  .data-modalcta {
    position: fixed;
    top: auto;
    bottom: 0;
  }
}

.mfp-content:after {
  content: "";
  display: table;
  clear: both;
}

.iconBreak {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  margin: 20px auto;
  background-image: url(../images/icon.png);
  background-size: contain;
  background-repeat: no-repeat;
}

#breadcrumbs {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: .04rem;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 50px;
}

@media (max-width:991px) {
  #breadcrumbs {
    margin-bottom: 40px;
  }
}

@media (max-width:479px) {
  #breadcrumbs {
    display: none;
  }
}

#breadcrumbs a {
  line-height: 1.3;
  font-size: 14px;
  text-decoration: underline;
}

#breadcrumbs .breadcrumb_last {
  line-height: 1.3;
  color: #3d3d3d;
  display: inline-block;
}

main .maptool {
  padding-top: 0;
}

@media (min-width:1200px) {
  main .maptool .place-category {
    width: 25%!important;
  }
}

main .maptool h4.place-name {
  letter-spacing: 0;
}

main .maptool input[type=checkbox] {
  height: 20px;
  line-height: 30px;
  background-color: transparent;
}

main .maptool label {
  line-height: 1;
  line-height: 20px!important;
}

main .maptool ul.places {
  top: 100%;
  border-top: 3px solid hsla(0,0%,60%,.5);
  padding-top: 15px!important;
  background-color: #cdcdcc;
  box-shadow: 0 1px 2px rgba(0,0,0,.4);
}

.wph-modal .hustle-modal,
.wph-preview-modal .hustle-modal {
  width: auto!important;
  max-width: 350px!important;
  margin-bottom: -20px!important;
  box-shadow: 0 10px 12px 0 rgba(0,0,0,.6)!important;
}

.wph-modal .hustle-modal .hustle-modal-body,
.wph-preview-modal .hustle-modal .hustle-modal-body {
  border-top: 10px solid!important;
  display: block!important;
}

.wph-modal .hustle-modal-close,
.wph-preview-modal .hustle-modal-close {
  padding: 15px!important;
  margin-bottom: 0!important;
  width: 30px!important;
  right: 0!important;
  position: absolute!important;
  bottom: 100%!important;
  text-align: center!important;
}

.wph-modal .hustle-modal-close .hustle-icon,
.wph-preview-modal .hustle-modal-close .hustle-icon {
  position: relative!important;
  right: 5px!important;
}

.wph-modal .hustle-modal-close .hustle-icon path,
.wph-preview-modal .hustle-modal-close .hustle-icon path {
  fill: #fff!important;
}

.wph-modal .hustle-modal-body,
.wph-preview-modal .hustle-modal-body {
  background: #fff!important;
  overflow: visible!important;
}

.wph-modal .hustle-modal .hustle-modal-image,
.wph-preview-modal .hustle-modal .hustle-modal-image {
  background-color: #fff!important;
}

.wph-modal .hustle-modal-title,
.wph-preview-modal .hustle-modal-title {
  font-family: Montserrat,sans-serif!important;
  font-weight: 400!important;
  letter-spacing: .1rem!important;
  text-transform: uppercase!important;
  font-size: 24px!important;
  line-height: 1.2!important;
  margin-top: 30px;
}

.wph-modal .hustle-modal-subtitle,
.wph-preview-modal .hustle-modal-subtitle {
  color: #000!important;
}

.wph-modal .hustle-modal-content,
.wph-preview-modal .hustle-modal-content {
  max-height: -webkit-calc(100vh - 100px)!important;
  max-height: calc(100vh - 100px)!important;
  padding: 10px 15px!important;
  overflow: visible!important;
  border-bottom: none!important;
  padding-bottom: 0!important;
}

.wph-modal .hustle-modal-content header,
.wph-preview-modal .hustle-modal-content header {
  border-bottom: none!important;
}

.wph-modal .hustle-modal-message,
.wph-preview-modal .hustle-modal-message {
  font-family: Montserrat,sans-serif!important;
  font-weight: 500!important;
  line-height: 1.8!important;
  color: #000!important;
  overflow: visible!important;
  display: block!important;
}

.wph-modal .hustle-modal-footer,
.wph-preview-modal .hustle-modal-footer {
  margin-top: 30px!important;
  display: block!important;
  margin-bottom: 90px!important;
}

.wph-modal .hustle-modal-cta,
.wph-preview-modal .hustle-modal-cta {
  font-family: Montserrat,sans-serif!important;
  font-weight: 400!important;
  letter-spacing: .1rem!important;
  text-transform: uppercase!important;
  font-size: 18px!important;
  padding: 15px 20px!important;
  width: 100%!important;
  color: #fff!important;
  line-height: 1.1;
  opacity: .9;
}

.wph-modal .hustle-modal-cta:active,
.wph-modal .hustle-modal-cta:focus,
.wph-modal .hustle-modal-cta:hover,
.wph-preview-modal .hustle-modal-cta:active,
.wph-preview-modal .hustle-modal-cta:focus,
.wph-preview-modal .hustle-modal-cta:hover {
  opacity: 1;
}

#BDHRJobListings #commondivjobalert input[type=button] {
  margin-left: 10px!important;
  -webkit-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}

.categorySection .jobSection .jobLinkContainer {
  width: 80%!important;
}

nav.navigation.posts-navigation {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px 60px;
}

@media (min-width:1200px) {
  nav.navigation.posts-navigation {
    max-width: 1200px;
  }
}

#share-wrap {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  z-index: 9;
}

#share-wrap,
#share-wrap #socialLinks {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

#share-wrap #socialLinks {
  padding: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#share-wrap #socialLinks>* {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

#share-wrap #socialLinks>:not(span) {
  border: none;
  padding: 0;
  display: block;
  background: none;
  letter-spacing: 1px;
  text-decoration: none;
  height: 50px;
  width: 50px;
  text-align: center;
  margin-right: 5px;
}

#share-wrap #socialLinks>:not(span) .textSocial {
  opacity: 0;
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  display: inline-block;
  width: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  text-indent: -999999999999px;
}

#share-wrap #socialLinks .ss-text {
  color: #fff;
  height: 40px;
  line-height: 40px;
  font-size: 17px;
  padding: 0 10px;
  float: left;
  pointer-events: none;
}

#share-wrap #socialLinks .textIcon {
  height: 50px;
  width: 50px;
  margin-bottom: 10px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
}

#share-wrap #socialLinks .icon-facebook {
  background-image: url(../images/share-face.png);
}

#share-wrap #socialLinks .icon-twitter {
  background-image: url(../images/share-twit.png);
}

#share-wrap #socialLinks .icon-email {
  background-image: url(../images/share-email.png);
}

#emailAFriendForm {
  margin-top: 30px;
  padding: 20px 10px;
  display: block;
  display: none;
  position: static;
  z-index: 99;
  background-color: #fff;
  max-width: 100%;
}

#emailAFriendForm h3 {
  font-size: 20px;
}

#emailAFriendForm .gform_description {
  display: block;
  font-size: 1.6rem;
  margin-bottom: 30px;
}

#headerMain nav ul.nav>.menu-item>.sub-menu,
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #eaeaea;
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  background-clip: padding-box;
  -webkit-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
}

@media (max-width:991px) {
  #headerMain>nav {
    display: none;
  }
}

#siteHeader {
  margin-bottom: 0;
  border: none;
}

#siteHeader a {
  text-decoration: none;
}

#siteHeader {
  z-index: 2;
  overflow: visible;
  padding: 0 10px;
}

#headerMain,
#siteHeader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#headerMain {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: -webkit-calc(100% - 80px);
  -ms-flex-preferred-size: calc(100% - 80px);
  flex-basis: calc(100% - 80px);
  max-width: -webkit-calc(100% - 80px);
  max-width: calc(100% - 80px);
  min-height: 1px;
}

@media (max-width:991px) {
  #headerMain {
    padding-top: 0;
  }
}

#headerMain>* {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

#headerMain nav {
  min-height: 1px;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  padding: 0 10px;
}

#headerMain nav>div {
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width:1199px) {
  #headerMain nav>div {
    display: none;
  }
}

#headerMain nav ul.nav {
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

#headerMain nav ul.nav li {
  position: relative;
}

#headerMain nav ul.nav>.menu-item {
  float: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

@media (min-width:1200px) {
  #headerMain nav ul.nav>.menu-item {
    max-width: 150px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

#headerMain nav ul.nav>.menu-item a {
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  background-color: transparent;
}

#headerMain nav ul.nav>.menu-item.btn-content {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

@media (min-width:768px) {
  #headerMain nav ul.nav>.menu-item:active a,
  #headerMain nav ul.nav>.menu-item:focus a,
  #headerMain nav ul.nav>.menu-item:hover a {
    background-color: transparent;
  }
}

#headerMain nav ul.nav>.menu-item>.sub-menu {
  display: block;
  opacity: 0;
  -webkit-transition: all .35s ease-in-out;
  left: 50%;
  -webkit-transform: translate(-50%) scaleY(0);
  -ms-transform: translate(-50%) scaleY(0);
  transform: translate(-50%) scaleY(0);
  -webkit-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
  top: 100%;
  transition: all .35s ease-in-out;
  border: none;
  border-radius: 0;
  margin-top: 0;
  text-align: left;
  box-shadow: 0 10px 10px -8px rgba(0,0,0,.3),inset 0 7px 9px -7px rgba(0,0,0,.4);
  position: absolute;
  z-index: 0;
  padding: 0;
  width: auto;
  text-align: center;
}

#headerMain nav ul.nav>.menu-item>.sub-menu .menu-item a {
  width: 100%;
  text-align: center;
  white-space: nowrap;
  padding: 10px 20px;
  display: inline-block;
}

@media (min-width:768px) {
  #headerMain nav ul.nav>.menu-item>.sub-menu .menu-item:active>a,
  #headerMain nav ul.nav>.menu-item>.sub-menu .menu-item:focus>a,
  #headerMain nav ul.nav>.menu-item>.sub-menu .menu-item:hover>a {
    text-decoration: none;
  }
}

#headerMain nav ul.nav>.menu-item {
  position: relative;
  padding: 20px;
}

@media (max-width:1599px) {
  #headerMain nav ul.nav>.menu-item {
    padding: 20px 10px;
  }
}

#headerMain nav ul.nav>.menu-item>a {
  position: static;
  line-height: 1.1;
  padding: 5px;
}

#headerMain nav ul.nav>.menu-item.more>a {
  pointer-events: none;
  padding: 5px;
  white-space: nowrap;
}

#headerMain nav ul.nav>.menu-item.more>a:after {
  content: "";
  display: inline-block;
  margin-left: 5px;
  background-image: url(../images/icon-hamberger.png);
  background-size: 100%;
  background-position: 50%;
  width: 40px;
  height: 13px;
  background-repeat: no-repeat;
}

#headerMain nav ul.nav>.current-menu-ancestor>a,
#headerMain nav ul.nav>.current_page_item>a {
  border-bottom: 3px solid;
}

#headerMain nav ul.nav>.menu-item-has-children {
  position: relative;
}

#headerMain nav ul.nav>.menu-item-has-children:active .sub-menu,
#headerMain nav ul.nav>.menu-item-has-children:focus .sub-menu,
#headerMain nav ul.nav>.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  -webkit-transform: translate(-50%) scale(1);
  -ms-transform: translate(-50%) scale(1);
  transform: translate(-50%) scale(1);
}

#headLogo {
  max-width: 225px;
  float: none;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width:1600px) {
  #headLogo {
    max-width: 325px;
  }
}

#headLogo a {
  display: block;
  height: 100px;
}

@media (min-width:1600px) {
  #headLogo a {
    height: 140px;
  }
}

#headLogo a img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  max-height: 100%;
  max-width: 100%;
}

@media (max-width:479px) {
  #headLogo a {
    max-width: 190px;
    margin: auto;
  }
}

@media (max-width:991px) {
  #headLogo {
    padding: 5px 0;
  }
}

#headerUtility {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 0;
}

#headerUtility>* {
  margin: 2.5px 0!important;
}

@media (max-width:1199px) {
  #headerUtility {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  #headerUtility>* {
    margin: 2.5px!important;
  }
}

#mobileNavBtn {
  -webkit-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  position: relative;
  padding: 5px;
  margin: 0;
  right: 0;
  min-width: 40px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  background-color: #eaeaea;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: none;
  border-radius: 0;
  height: 40px;
}

#mobileNavBtn span.text {
  display: block;
  font-size: 12px;
  margin: 0;
  line-height: 1;
  letter-spacing: .07em;
}

#mobileNavBtn span.icon-bar {
  width: 100%;
  height: 2px;
  display: block;
  margin-top: 2px;
  background-color: #3d3d3d;
}

@media (max-width:1199px) {
  #mainNav {
    position: relative;
  }

  #mobileNavBtn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width:479px) {
  #mainNav {
    position: absolute;
    width: 30%;
    right: 0;
    top: 35px;
    height: 150px;
  }

  #mainNav #mobileNavBtn {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
    min-width: 100%;
    width: auto;
    height: auto;
    margin: 0;
  }
}

#mobileNav {
  -webkit-transition: -webkit-transform .75s ease-in-out;
  transition: -webkit-transform .75s ease-in-out;
  transition: transform .75s ease-in-out;
  transition: transform .75s ease-in-out,-webkit-transform .75s ease-in-out;
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  z-index: 999;
  padding-bottom: 75px;
}

#mobileNav a {
  color: #fff!important;
  border-bottom: 1px solid rgba(0,0,0,.2)!important;
}

body:not(.mobileOpen) #mobileNav {
  -webkit-transition: -webkit-transform .75s ease-in-out;
  transition: -webkit-transform .75s ease-in-out;
  transition: transform .75s ease-in-out;
  transition: transform .75s ease-in-out,-webkit-transform .75s ease-in-out;
  -webkit-transform: scale(1) translate(100%);
  -ms-transform: scale(1) translate(100%);
  transform: scale(1) translate(100%);
  display: block;
}

@media (max-width:1199px) {
  #actionBlock,
  #siteFooter,
  #siteHeader,
  .pgMiddle {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    -webkit-transition: -webkit-transform .75s ease-in-out;
    transition: -webkit-transform .75s ease-in-out;
    transition: transform .75s ease-in-out;
    transition: transform .75s ease-in-out,-webkit-transform .75s ease-in-out;
    position: relative;
  }
}

.mobileOpen {
  pointer-events: none;
  overflow: hidden;
}

.mobileOpen #actionBlock,
.mobileOpen #siteFooter,
.mobileOpen #siteHeader,
.mobileOpen .pgMiddle {
  -webkit-transition: -webkit-transform .75s ease-in-out;
  transition: -webkit-transform .75s ease-in-out;
  transition: transform .75s ease-in-out;
  transition: transform .75s ease-in-out,-webkit-transform .75s ease-in-out;
  -webkit-transform: translate(-70%);
  -ms-transform: translate(-70%);
  transform: translate(-70%);
}

.mobileOpen #mobileNav {
  -webkit-transform: scale(1) translate(0);
  -ms-transform: scale(1) translate(0);
  transform: scale(1) translate(0);
  pointer-events: auto;
}

.mobileOpen #mobileOverlay {
  -webkit-transition: -webkit-transform .75s ease-in-out;
  transition: -webkit-transform .75s ease-in-out;
  transition: transform .75s ease-in-out;
  transition: transform .75s ease-in-out,-webkit-transform .75s ease-in-out;
  background-color: rgba(0,0,0,.5);
  z-index: 999;
}

#topBar {
  border-radius: 0;
  border: none;
  height: auto;
  min-height: 40px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

#topBar>div {
  float: none;
}

@media (max-width:1199px) {
  #topBar {
    min-height: 35px;
    height: 35px;
  }
}

@media (max-width:991px) {
  #topBar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    position: relative;
    z-index: 9;
  }
}

#phoneDir {
  position: static;
}

#phoneDir a.btn {
  -webkit-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  line-height: 40px;
  padding: 0;
  border: none;
  border-radius: 200px;
  background-color: #eaeaea;
  font-size: 18px;
  display: block;
  margin-bottom: 0;
  color: #000;
  height: 40px;
  width: 40px;
}

#phoneDir a.btn:after {
  content: "";
  background-image: url(../images/icon-phone.png);
  background-size: 20px 20px;
  background-position: 50%;
  background-repeat: no-repeat;
  height: 40px;
  width: 40px;
  display: block;
}

#phoneDir a.btn:active,
#phoneDir a.btn:focus,
#phoneDir a.btn:hover {
  background-color: #ddd;
}

#headerMain nav #phoneDir ul.nav>.menu-item>.sub-menu,
#phoneDir #headerMain nav ul.nav>.menu-item>.sub-menu,
#phoneDir .dropdown-menu {
  -webkit-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  -webkit-transform: translate(0) scaleY(0);
  -ms-transform: translate(0) scaleY(0);
  transform: translate(0) scaleY(0);
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  display: block;
  margin-top: 0;
  margin-left: 0;
  border: none;
  border-radius: 0;
  padding: 0;
  background-color: #eaeaea;
  left: auto;
  right: 0;
  top: 100%;
  box-shadow: 0 10px 10px -6px rgba(0,0,0,.6);
}

#headerMain nav #phoneDir ul.nav>.menu-item>.sub-menu li a,
#phoneDir #headerMain nav ul.nav>.menu-item>.sub-menu li a,
#phoneDir .dropdown-menu li a {
  color: #000;
  font-size: 18px;
  line-height: 1.1;
  padding: 10px;
}

@media (max-width:767px) {
  #headerMain nav #phoneDir ul.nav>.menu-item>.sub-menu li a,
  #phoneDir #headerMain nav ul.nav>.menu-item>.sub-menu li a,
  #phoneDir .dropdown-menu li a {
    white-space: normal;
  }
}

#headerMain nav #phoneDir ul.nav>.menu-item>.sub-menu li a span,
#phoneDir #headerMain nav ul.nav>.menu-item>.sub-menu li a span,
#phoneDir .dropdown-menu li a span {
  margin-right: 15px;
}

@media (max-width:767px) {
  #headerMain nav #phoneDir ul.nav>.menu-item>.sub-menu li a span,
  #phoneDir #headerMain nav ul.nav>.menu-item>.sub-menu li a span,
  #phoneDir .dropdown-menu li a span {
    white-space: nowrap;
    display: inline-block;
  }
}

#headerMain nav #phoneDir ul.nav>.menu-item>.sub-menu li:active a,
#headerMain nav #phoneDir ul.nav>.menu-item>.sub-menu li:focus a,
#headerMain nav #phoneDir ul.nav>.menu-item>.sub-menu li:hover a,
#phoneDir #headerMain nav ul.nav>.menu-item>.sub-menu li:active a,
#phoneDir #headerMain nav ul.nav>.menu-item>.sub-menu li:focus a,
#phoneDir #headerMain nav ul.nav>.menu-item>.sub-menu li:hover a,
#phoneDir .dropdown-menu li:active a,
#phoneDir .dropdown-menu li:focus a,
#phoneDir .dropdown-menu li:hover a {
  background-color: #eaeaea;
}

@media (max-width:767px) {
  #headerMain nav #phoneDir ul.nav>.menu-item>.sub-menu,
  #phoneDir #headerMain nav ul.nav>.menu-item>.sub-menu,
  #phoneDir .dropdown-menu {
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top;
    width: 100vw;
    left: 50%;
    -webkit-transform: translate(-50%) scaleY(0);
    -ms-transform: translate(-50%) scaleY(0);
    transform: translate(-50%) scaleY(0);
  }
}

#phoneDir .dropdown-backdrop {
  height: 100vh;
}

@media (min-width:768px) {
  #headerMain nav #phoneDir:active ul.nav>.menu-item>.sub-menu,
  #headerMain nav #phoneDir:focus ul.nav>.menu-item>.sub-menu,
  #headerMain nav #phoneDir:hover ul.nav>.menu-item>.sub-menu,
  #phoneDir:active #headerMain nav ul.nav>.menu-item>.sub-menu,
  #phoneDir:active .dropdown-menu,
  #phoneDir:focus #headerMain nav ul.nav>.menu-item>.sub-menu,
  #phoneDir:focus .dropdown-menu,
  #phoneDir:hover #headerMain nav ul.nav>.menu-item>.sub-menu,
  #phoneDir:hover .dropdown-menu {
    -webkit-transform: translate(0) scale(1);
    -ms-transform: translate(0) scale(1);
    transform: translate(0) scale(1);
  }
}

#headerMain nav #phoneDir.open ul.nav>.menu-item>.sub-menu,
#phoneDir.open #headerMain nav ul.nav>.menu-item>.sub-menu,
#phoneDir.open .dropdown-menu {
  -webkit-transform: translate(0) scale(1);
  -ms-transform: translate(0) scale(1);
  transform: translate(0) scale(1);
}

@media (max-width:767px) {
  #phoneDir.open {
    position: static;
  }

  #headerMain nav #phoneDir.open ul.nav>.menu-item>.sub-menu,
  #phoneDir.open #headerMain nav ul.nav>.menu-item>.sub-menu,
  #phoneDir.open .dropdown-menu {
    width: 100vw;
    left: 50%;
    -webkit-transform: translate(-50%) scale(1);
    -ms-transform: translate(-50%) scale(1);
    transform: translate(-50%) scale(1);
  }
}

#topBar>div:not(.dropdown) {
  position: relative;
  display: inline;
  margin: 0;
  padding: 0;
  float: right;
  z-index: 0;
}

#topBar>div:not(.dropdown) ul.navbar-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0!important;
  padding: 0;
  list-style: none;
}

#topBar>div:not(.dropdown) .menu-item {
  -webkit-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  padding: 0;
}

#topBar>div:not(.dropdown) .menu-item a {
  background-color: transparent;
  -webkit-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  padding: 0 15px;
  line-height: 40px;
  border-left: 1px solid;
  font-size: 18px;
}

@media (max-width:1199px) {
  #topBar>div:not(.dropdown) .menu-item a {
    line-height: 35px;
    font-size: 16px;
  }
}

#topBar>div:not(.dropdown) .menu-item a:active,
#topBar>div:not(.dropdown) .menu-item a:focus,
#topBar>div:not(.dropdown) .menu-item a:hover {
  background-color: transparent;
}

#topBar>div:not(.dropdown) .menu-item .sub-menu {
  background-color: #eaeaea;
  -webkit-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  padding-left: 0;
  position: absolute;
  top: 100%;
  list-style: none;
  border: none;
  border-top: 1px solid;
  z-index: 9;
  left: 50%;
  -webkit-transform: scaleY(0) translate(-50%);
  -ms-transform: scaleY(0) translate(-50%);
  transform: scaleY(0) translate(-50%);
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  width: auto;
  min-width: 110%;
  box-shadow: 0 2px 13px 0 rgba(0,0,0,.2);
}

#topBar>div:not(.dropdown) .menu-item .sub-menu .menu-item,
#topBar>div:not(.dropdown) .menu-item .sub-menu .menu-item a {
  -webkit-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  width: 100%;
}

#topBar>div:not(.dropdown) .menu-item .sub-menu .menu-item a {
  padding: 15px;
  line-height: 1;
  display: block;
  white-space: nowrap;
}

#topBar>div:not(.dropdown) .menu-item .sub-menu .menu-item a:active,
#topBar>div:not(.dropdown) .menu-item .sub-menu .menu-item a:focus,
#topBar>div:not(.dropdown) .menu-item .sub-menu .menu-item a:hover {
  text-decoration: none;
}

#topBar>div:not(.dropdown) .menu-item:active>a,
#topBar>div:not(.dropdown) .menu-item:focus>a,
#topBar>div:not(.dropdown) .menu-item:hover>a {
  background-color: #eaeaea;
}

#topBar>div:not(.dropdown) .menu-item:active .sub-menu,
#topBar>div:not(.dropdown) .menu-item:focus .sub-menu,
#topBar>div:not(.dropdown) .menu-item:hover .sub-menu {
  -webkit-transform: scale(1) translate(-50%);
  -ms-transform: scale(1) translate(-50%);
  transform: scale(1) translate(-50%);
}

#topBar>div:not(.dropdown) .current-menu-ancestor>a,
#topBar>div:not(.dropdown) .current_page_item>a {
  background-color: #eaeaea;
  text-decoration: none;
}

@media (max-width:991px) {
  #topBar>div:not(.dropdown) {
    display: none;
  }
}

#anchorSearch {
  position: relative;
}

@media (max-width:991px) {
  #anchorSearch {
    display: none;
  }
}

#anchorSearch #searchform {
  position: absolute;
  margin: 0;
  padding: 0;
  display: block;
  height: 40px;
}

#anchorSearch #searchform.open+#searchToggle span.glyphicon-search:before {
  content: "\e014";
  font-weight: 300;
}

#anchorSearch #searchform .form-group {
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  position: absolute;
  left: auto;
  top: -1px;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  right: -20px;
}

#anchorSearch #searchform .form-group #s {
  -webkit-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  height: 40px;
  border: 1px solid;
  border-radius: 5px 0 0 5px!important;
  width: 250px;
  box-shadow: none;
  outline: none;
}

#anchorSearch #searchform .form-group #s:active,
#anchorSearch #searchform .form-group #s:focus,
#anchorSearch #searchform .form-group #s:hover {
  box-shadow: none;
  outline: none;
  background-color: #eaeaea;
}

#anchorSearch #searchform.open .form-group {
  position: absolute;
  right: -20px;
  left: auto;
  top: 0;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

#anchorSearch #searchToggle {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 17px;
  border-radius: 200px;
  background-color: #eaeaea;
  padding: 0;
  text-align: center;
  z-index: 9;
}

#anchorSearch #searchToggle:active,
#anchorSearch #searchToggle:focus,
#anchorSearch #searchToggle:hover {
  outline: none;
}

@media (max-width:1199px) {
  #anchorSearch #searchToggle {
    display: none;
  }
}

#anchorSearch #searchToggle span {
  top: -1px;
  line-height: 40px;
  width: 40px;
  height: 40px;
}

@media (max-width:1199px) {
  #anchorSearch #searchToggle span {
    width: 40px;
  }
}

input#s::-webkit-input-placeholder {
  color: #000!important;
  font-size: 15px!important;
  text-transform: uppercase;
  background-color: #eaeaea;
  border: none;
}

input#s::-moz-placeholder {
  color: #000!important;
  font-size: 15px!important;
  text-transform: uppercase;
  background-color: #eaeaea;
  border: none;
}

input#s:-ms-input-placeholder {
  color: #000!important;
  font-size: 15px!important;
  text-transform: uppercase;
  background-color: #eaeaea;
  border: none;
}

input#s:-moz-placeholder {
  color: #000!important;
  font-size: 15px!important;
  text-transform: uppercase;
  background-color: #eaeaea;
  border: none;
}

#subNav {
  position: absolute;
  background-color: hsla(0,0%,100%,.7);
  bottom: 0;
  display: block;
  width: 100%;
}

#subNav a {
  text-decoration: none;
}

#subNav nav.widget {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width:1200px) {
  #subNav nav.widget {
    max-width: 2000px;
  }
}

#subNav ul.menu {
  list-style: none;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -ms-flex-direction: row;
  flex-direction: row;
  text-transform: uppercase;
  margin-bottom: 0;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

#subNav ul.menu,
#subNav ul.menu .menu-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#subNav ul.menu .menu-item {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #dbdddf;
  border-right: 1px solid #535353;
  font-size: 16px;
}

@media (min-width:992px) and (max-width:1199px) {
  #subNav ul.menu .menu-item {
    font-size: 15px;
  }
}

#subNav ul.menu .menu-item a {
  padding: 30px 15px;
  line-height: 1;
  display: block;
}

#subNav ul.menu .menu-item a:active,
#subNav ul.menu .menu-item a:focus,
#subNav ul.menu .menu-item a:hover {
  text-decoration: none;
}

#subNav ul.menu .menu-item .sub-menu {
  display: none;
}

#subNav ul.menu .current_page_item {
  background-color: #fff;
}

#subNav ul.menu .menu-item:first-of-type.current_page_item a,
#subNav ul.menu .menu-item:first-of-type a {
  color: #000!important;
}

#subNav ul.menu .menu-item:first-of-type {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: left;
  background-color: transparent;
  font-size: 24px;
  letter-spacing: .2rem;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

#subNav ul.menu .menu-item:first-of-type a:after {
  content: "»";
  margin-left: 20px;
  display: inline-block;
}

@media (min-width:992px) and (max-width:1199px) {
  #subNav ul.menu .menu-item:first-of-type {
    font-size: 20px;
  }
}

@media (max-width:1199px) {
  #subNav {
    display: none;
  }
}

#pgHeader {
  overflow: hidden;
  position: relative;
}

#pgHeader img.heroImg {
  position: relative;
  width: 100%;
  height: auto;
}

#pgHeader #pgHeadlines {
  position: absolute;
  top: auto;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  padding: 20px 10px;
  text-align: center;
  color: #fff;
}

#pgHeader #pgHeadlines h1,
#pgHeader #pgHeadlines h3 {
  color: #fff;
}

#pgHeader #pgHeadlines>* {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width:1200px) {
  #pgHeader #pgHeadlines>* {
    max-width: 1400px;
  }
}

#pgHeader #pgHeadlines .headSeo {
  margin-bottom: 5px;
  line-height: 1;
  font-weight: 400;
  font-size: 1.8rem;
}

@media (max-width:1199px) {
  #pgHeader #pgHeadlines .headSeo {
    font-size: 1.6rem;
  }
}

@media (max-width:479px) {
  #pgHeader #pgHeadlines .headSeo {
    font-size: 14px;
  }
}

#pgHeader #pgHeadlines .headMain {
  line-height: 1.1;
  margin: 0 auto;
  font-size: 40px;
}

@media (max-width:1199px) {
  #pgHeader #pgHeadlines .headMain {
    font-size: -webkit-calc(22px + .85vw);
    font-size: calc(22px + .85vw);
  }
}

.anchorArrowLink {
  position: relative;
  display: block;
  height: 50px;
  width: 50px;
  margin: auto;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  -webkit-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: translate(0) scale(1);
  -ms-transform: translate(0) scale(1);
  transform: translate(0) scale(1);
  box-shadow: 0 2px 13px 0 rgba(0,0,0,.2);
}

@media (min-width:768px) {
  .anchorArrowLink:active,
  .anchorArrowLink:focus,
  .anchorArrowLink:hover {
    box-shadow: 0 3px 7px -2px rgba(0,0,0,.5);
  }
}

.anchorArrowLink:after {
  -webkit-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  content: "‹";
  position: absolute;
  width: 50px;
  height: 50px;
  line-height: 40px;
  -webkit-transform: rotate(-90deg) scale(1);
  -ms-transform: rotate(-90deg) scale(1);
  transform: rotate(-90deg) scale(1);
  border-radius: 50%;
  font-size: 40px;
  text-align: center;
  color: #fff;
  left: 0;
  top: 0;
  text-indent: -5px;
}

@media (min-width:768px) {
  .anchorArrowLink:active,
  .anchorArrowLink:focus,
  .anchorArrowLink:hover {
    -webkit-transform: translateY(5px) scale(1.01);
    -ms-transform: translateY(5px) scale(1.01);
    transform: translateY(5px) scale(1.01);
  }
}

body.sitemap ul li {
  list-style: none;
}

.theContent p:last-of-type {
  margin-bottom: 0;
}

.posts-content {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin: auto;
}

@media (min-width:1200px) {
  .posts-content {
    max-width: 1400px;
  }
}

.posts-content #postPage {
  position: relative;
  display: block;
  float: none;
  margin-bottom: 5rem;
}

.posts-content #postPage:after {
  content: "";
  display: table;
  clear: both;
}

.posts-content header {
  margin-bottom: 3rem;
}

@media (max-width:767px) {
  .posts-content header>* {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.posts-content header .cat-wrap {
  display: block;
  position: relative;
  width: 100%;
  height: 60px;
  padding: 10px 0;
  float: none;
  margin-bottom: 50px;
  clear: right;
}

.posts-content header .cat-wrap .cat-drop {
  position: relative;
  margin: 0 auto;
  display: block;
  vertical-align: middle;
  width: 280px;
  max-width: 100%;
}

.posts-content header .cat-wrap .cat-drop #cat {
  -webkit-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  font-weight: 400;
  background: none;
  background-color: #fff;
  border-radius: 5px;
  font-size: 14px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  display: block;
  border: none;
  padding-left: 5px;
}

.posts-content .posts-wrap {
  position: relative;
}

.posts-content .posts-wrap:after {
  content: "";
  display: table;
  clear: both;
}

article.hentry,
article.page,
article.post {
  position: relative;
  margin-bottom: 5.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

article.hentry:after,
article.page:after,
article.post:after {
  content: "";
  display: table;
  clear: both;
}

article.hentry>div,
article.page>div,
article.post>div {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

article.hentry h3.entry-title,
article.page h3.entry-title,
article.post h3.entry-title {
  margin-bottom: 0;
}

article.hentry h3.entry-title a,
article.hentry h3.entry-title a:active,
article.hentry h3.entry-title a:focus,
article.hentry h3.entry-title a:hover,
article.page h3.entry-title a,
article.page h3.entry-title a:active,
article.page h3.entry-title a:focus,
article.page h3.entry-title a:hover,
article.post h3.entry-title a,
article.post h3.entry-title a:active,
article.post h3.entry-title a:focus,
article.post h3.entry-title a:hover {
  text-decoration: none;
}

article.hentry .postpageImg-wrap,
article.page .postpageImg-wrap,
article.post .postpageImg-wrap {
  position: relative;
  -webkit-flex-basis: 30%;
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 30px;
}

article.hentry .postpageImg-wrap a,
article.page .postpageImg-wrap a,
article.post .postpageImg-wrap a {
  height: 100%;
  min-height: 200px;
  position: relative;
  width: 100%;
  display: block;
  background-position: 50%;
  background-size: cover;
}

@media (max-width:767px) {
  article.hentry .postpageImg-wrap,
  article.page .postpageImg-wrap,
  article.post .postpageImg-wrap {
    display: none;
  }
}

article.hentry .entry-author,
article.hentry .entry-cat,
article.hentry .entry-date,
article.page .entry-author,
article.page .entry-cat,
article.page .entry-date,
article.post .entry-author,
article.post .entry-cat,
article.post .entry-date {
  line-height: 1.5;
  display: block;
}

article.hentry .entry-summary p,
article.page .entry-summary p,
article.post .entry-summary p {
  margin-top: 0;
}

article.hentry .entry-summary .btn,
article.page .entry-summary .btn,
article.post .entry-summary .btn {
  -webkit-transition: all .35s ease-in-out;
  position: relative;
  height: auto;
  padding: 20px;
  line-height: 1.1;
  border-radius: 2px;
  border: none;
  text-decoration: none;
  display: inline-block;
  width: auto;
  letter-spacing: inherit;
  font-size: 18px;
  margin: 10px 0;
  white-space: normal;
  transition: all .35s ease-in-out;
  margin: 0;
}

article.hentry .entry-summary .btn:active,
article.hentry .entry-summary .btn:focus,
article.hentry .entry-summary .btn:hover,
article.page .entry-summary .btn:active,
article.page .entry-summary .btn:focus,
article.page .entry-summary .btn:hover,
article.post .entry-summary .btn:active,
article.post .entry-summary .btn:focus,
article.post .entry-summary .btn:hover {
  border: none;
  text-decoration: none;
}

@media (max-width:767px) {
  article.hentry .entry-summary,
  article.hentry header,
  article.page .entry-summary,
  article.page header,
  article.post .entry-summary,
  article.post header {
    padding: 0;
  }
}

article.post .postpageImg-wrap a {
  background-position: top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

body.search article.hentry .postpageImg-wrap,
body.search article.page .postpageImg-wrap,
body.search article.post .postpageImg-wrap {
  display: none;
}

.single-post .pgMiddle main.main {
  background-color: #fff;
}

.single-post .pgMiddle .singlePostWrap {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 120px;
  padding-bottom: 0!important;
}

@media (min-width:1200px) {
  .single-post .pgMiddle .singlePostWrap {
    max-width: 1400px;
  }
}

@media (max-width:1199px) {
  .single-post .pgMiddle .singlePostWrap {
    padding: 96px;
  }
}

@media (max-width:991px) {
  .single-post .pgMiddle .singlePostWrap {
    padding: 76.8px;
  }
}

@media (max-width:767px) {
  .single-post .pgMiddle .singlePostWrap {
    padding: 61.44px;
    padding-left: 25px;
    padding-right: 25px;
  }
}

.single-post .pgMiddle .singlePostWrap article {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width:991px) {
  .single-post .pgMiddle .singlePostWrap article {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.single-post .pgMiddle .singlePostWrap article>* {
  padding: 0;
}

.single-post .pgMiddle .singlePostWrap #singleFeatureImage {
  -webkit-flex-basis: 40%;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  margin-right: 1.2rem;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media (max-width:991px) {
  .single-post .pgMiddle .singlePostWrap #singleFeatureImage {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 5.5rem;
  }
}

.single-post .pgMiddle .singlePostWrap .featuredImgWrap {
  padding-right: 30px;
}

@media (max-width:991px) {
  .single-post .pgMiddle .singlePostWrap .featuredImgWrap {
    padding-right: 0;
  }
}

.single-post .pgMiddle .singlePostWrap .featuredImgWrap img.featuredImg {
  margin: 0;
}

.single-post .pgMiddle .singlePostWrap #singlePostContent .headMain {
  margin-bottom: 5px;
}

.single-post .pgMiddle .singlePostWrap #singlePostContent .entry-author,
.single-post .pgMiddle .singlePostWrap #singlePostContent .entry-date {
  line-height: 1;
  font-size: 18px;
  display: block;
  margin-top: 0;
  margin-bottom: 30px;
}

@media (max-width:991px) {
  .single-post .pgMiddle .singlePostWrap #singlePostContent .entry-author,
  .single-post .pgMiddle .singlePostWrap #singlePostContent .entry-date {
    margin-bottom: 25px;
  }
}

.single-post .pgMiddle .singlePostWrap #singlePostContent .entry-summary {
  display: block!important;
}

.single-post .pgMiddle .singlePostWrap .featuredImgWrap img.featuredImg {
  position: relative;
}

.entry-summary a.btn {
  border-radius: 0;
  margin-top: 15px;
}

.entry-summary p {
  margin-top: 20px;
}

article:not(.type-post) .entry-author,
article:not(.type-post) .entry-date {
  display: none;
}

.posts-content {
  padding: 120px;
}

@media (max-width:1199px) {
  .posts-content {
    padding: 96px;
  }
}

@media (max-width:991px) {
  .posts-content {
    padding: 76.8px;
  }
}

@media (max-width:767px) {
  .posts-content {
    padding: 61.44px;
    padding-left: 25px;
    padding-right: 25px;
  }
}

.posts-content #postPage {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width:1200px) {
  .posts-content #postPage {
    max-width: 1400px;
  }
}

form[action*="iframe=true"]:before {
  content: "";
  pointer-events: none;
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
  height: -webkit-calc(100% - 20px);
  height: calc(100% - 20px);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  border: 1px solid #9d835e;
}

form[action*="iframe=true"] .ginput_container input,
form[action*="iframe=true"] .ginput_container select,
form[action*="iframe=true"] .ginput_container textarea {
  background-color: #eaeaea;
}

form[action*="iframe=true"] .gform_button {
  display: inline-block;
  text-align: center;
  margin-bottom: 50px;
}

.mfp-close.tabbed-close {
  display: inline-block;
  width: auto;
  padding-left: 5px;
  color: #eaeaea;
  font-size: 14px;
}

#eventWrapper .theContent {
  margin-bottom: 5rem;
}

#eventWrapper .tribe-events-loop>div:not(#noEventsForm) {
  border-radius: 0;
  border: none;
}

#eventWrapper .tribe-events-loop>div~div {
  margin-top: 35px;
}

#eventWrapper a.url {
  border-radius: 0;
  border: none;
}

#eventWrapper article.type-tribe_events {
  border: none!important;
  border-radius: 0;
}

#eventWrapper article.type-tribe_events time {
  padding: 20px 5px;
  font-size: 40px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width:767px) {
  #eventWrapper article.type-tribe_events time {
    font-size: 2rem;
  }
}

#eventWrapper article.type-tribe_events time span {
  -webkit-transition: none;
  transition: none;
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 0;
}

#eventWrapper article.type-tribe_events .eListMain {
  background-color: #eaeaea;
  border: none;
  min-height: 200px;
}

#eventWrapper article.type-tribe_events .eListMain .events_venue {
  margin: 0;
  font-size: 1.4rem;
}

#eventWrapper article.type-tribe_events .eListMain .catWrap,
#eventWrapper article.type-tribe_events .eListMain .catWrap a {
  margin: 0;
}

#eventWrapper article.type-tribe_events .eListMain .description {
  font-size: 1.6rem;
}

#eventWrapper article.type-tribe_events .eListMain .eLearnMore {
  -webkit-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  border-left: none;
}

#eventWrapper article.type-tribe_events .eventMore {
  -webkit-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  padding: 0 20px;
  line-height: 1.2;
}

@media (max-width:767px) {
  #eventWrapper article.type-tribe_events .eventMore {
    padding: 10px 5px;
  }
}

#eventWrapper .tribe-events-loop>div {
  position: relative;
}

.single-tribe_events main.main .singleEventWrap {
  border: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: transparent;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width:1200px) {
  .single-tribe_events main.main .singleEventWrap {
    max-width: 1400px;
  }
}

.single-tribe_events main.main .singleEventWrap #seContent {
  -webkit-flex-basis: 65%;
  -ms-flex-preferred-size: 65%;
  flex-basis: 65%;
  max-width: -webkit-calc(65% - 1px);
  max-width: calc(65% - 1px);
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-color: #fff;
  padding: 120px;
}

@media (max-width:1199px) {
  .single-tribe_events main.main .singleEventWrap #seContent {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: -webkit-calc(50% - 1px);
    max-width: calc(50% - 1px);
  }
}

@media (max-width:991px) {
  .single-tribe_events main.main .singleEventWrap #seContent {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

@media (max-width:1199px) {
  .single-tribe_events main.main .singleEventWrap #seContent {
    padding: 96px;
  }
}

@media (max-width:991px) {
  .single-tribe_events main.main .singleEventWrap #seContent {
    padding: 76.8px;
  }
}

@media (max-width:767px) {
  .single-tribe_events main.main .singleEventWrap #seContent {
    padding: 61.44px;
    padding-left: 25px;
    padding-right: 25px;
  }
}

.single-tribe_events main.main .singleEventWrap #seContent #eventsBack {
  margin-top: 0;
  margin-bottom: 20px;
}

.single-tribe_events main.main .singleEventWrap #seContent #eventsBack a {
  font-size: 14px;
}

.single-tribe_events main.main .singleEventWrap #seContent time {
  font-size: 18px;
  font-weight: 400;
}

.single-tribe_events main.main .singleEventWrap #seContent h1 {
  font-size: 2.4rem;
  line-height: 1.5;
}

.single-tribe_events main.main .singleEventWrap #seContent #eInfo {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.6rem!important;
}

.single-tribe_events main.main .singleEventWrap #seContent #eInfo h3 {
  font-size: 23px;
}

.single-tribe_events main.main .singleEventWrap #seContent #eInfo>:not(.tribe-events-after-html) {
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
  padding: 0 10px;
}

@media (max-width:1199px) {
  .single-tribe_events main.main .singleEventWrap #seContent #eInfo>:not(.tribe-events-after-html) {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

@media (max-width:991px) {
  .single-tribe_events main.main .singleEventWrap #seContent {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: -webkit-calc(50% - 1px);
    max-width: calc(50% - 1px);
  }
}

@media (max-width:767px) {
  .single-tribe_events main.main .singleEventWrap #seContent {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

.single-tribe_events main.main .singleEventWrap #seSide {
  -webkit-flex-basis: 35%;
  -ms-flex-preferred-size: 35%;
  flex-basis: 35%;
  max-width: 35%;
  padding: 65px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
}

@media (max-width:1199px) {
  .single-tribe_events main.main .singleEventWrap #seSide {
    padding: 52px;
  }
}

@media (max-width:991px) {
  .single-tribe_events main.main .singleEventWrap #seSide {
    padding: 41.6px;
  }
}

@media (max-width:767px) {
  .single-tribe_events main.main .singleEventWrap #seSide {
    padding: 33.28px;
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media (max-width:1199px) {
  .single-tribe_events main.main .singleEventWrap #seSide {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}

@media (max-width:991px) {
  .single-tribe_events main.main .singleEventWrap #seSide {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

.single-tribe_events main.main .singleEventWrap #seSide a,
.single-tribe_events main.main .singleEventWrap #seSide h1,
.single-tribe_events main.main .singleEventWrap #seSide h2,
.single-tribe_events main.main .singleEventWrap #seSide h3,
.single-tribe_events main.main .singleEventWrap #seSide h4,
.single-tribe_events main.main .singleEventWrap #seSide h5,
.single-tribe_events main.main .singleEventWrap #seSide h6 {
  text-align: center;
  display: block;
}

@media (max-width:991px) {
  .single-tribe_events main.main .singleEventWrap #seSide {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}

@media (max-width:767px) {
  .single-tribe_events main.main .singleEventWrap #seSide {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

.single-tribe_events main.main #seSide {
  border-left: none;
}

.single-tribe_events .tribe-events-venue-map {
  margin: 0 auto 30px;
}

#eventWrapper {
  padding: 120px;
}

@media (max-width:1199px) {
  #eventWrapper {
    padding: 96px;
  }
}

@media (max-width:991px) {
  #eventWrapper {
    padding: 76.8px;
  }
}

@media (max-width:767px) {
  #eventWrapper {
    padding: 61.44px;
    padding-left: 25px;
    padding-right: 25px;
  }
}

#eventWrapper article.type-tribe_events .eListMain h3 {
  margin-bottom: 0;
  font-size: 2rem;
}

#eventWrapper article.type-tribe_events .eventMore {
  top: 0;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.8rem;
}

#eventWrapper article.type-tribe_events .eventMore span:before {
  content: "\e109";
}

#eventWrapper article#noEvents .neIcon {
  color: #fff;
}

@media (max-width:479px) {
  #eventWrapper article#noEvents .neIcon {
    top: 5px;
    left: 50%;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media (max-width:479px) {
  #eventWrapper article#noEvents .eListMain {
    margin: 22% 0 0;
    width: 100%;
  }
}

.single-tribe_events main.main .singleEventWrap #seSide {
  position: relative!important;
  background-color: transparent;
}

.content.sidebar_left main.main {
  max-width: 100%;
  display: block;
  padding: 0;
}

.content.sidebar_left #sidebar {
  -webkit-flex-basis: 30%;
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  max-width: 30%;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -moz-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

@media (min-width:992px) and (max-width:1199px) {
  .content.sidebar_left #sidebar {
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;
  }
}

.content.sidebar_bottom main.main {
  width: 100%;
  max-width: 100%;
  display: block;
  padding: 0;
}

.content.sidebar_bottom #sidebar {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  display: block;
  width: 100%;
  margin: 0 auto;
}

#sidebar .widget_nav_menu {
  padding: 60px;
}

@media (max-width:1199px) {
  #sidebar .widget_nav_menu {
    padding: 48px;
  }
}

@media (max-width:991px) {
  #sidebar .widget_nav_menu {
    padding: 38.4px;
  }
}

@media (max-width:767px) {
  #sidebar .widget_nav_menu {
    padding: 30.72px;
    padding-left: 25px;
    padding-right: 25px;
  }
}

#sidebar .widget_nav_menu ul {
  padding-left: 0;
}

#sidebar .widget_nav_menu li {
  list-style: none;
}

#sidebar .widget_nav_menu a {
  line-height: 1.05;
  padding: 10px 0;
  font-size: 28px;
  display: inline-block;
}

@media (max-width:991px) {
  #sidebar .widget_nav_menu {
    display: none;
  }
}

#sidebar .gform_widget {
  padding: 120px;
}

@media (max-width:1199px) {
  #sidebar .gform_widget {
    padding: 96px;
  }
}

@media (max-width:991px) {
  #sidebar .gform_widget {
    padding: 76.8px;
  }
}

@media (max-width:767px) {
  #sidebar .gform_widget {
    padding: 61.44px;
    padding-left: 25px;
    padding-right: 25px;
  }
}

#cta {
  -webkit-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  position: relative;
  width: 100%;
  margin: 120px auto;
}

@media (min-width:1200px) {
  #cta {
    max-width: 1200px;
  }
}

@media (max-width:1199px) {
  #cta {
    margin-top: 96px;
    margin-bottom: 96px;
  }
}

@media (max-width:991px) {
  #cta {
    margin-top: 76.8px;
    margin-bottom: 76.8px;
  }
}

@media (max-width:767px) {
  #cta {
    margin-top: 61.44px;
    margin-bottom: 61.44px;
  }
}

#cta .widget a,
#modules .widget a {
  max-width: 100%;
  padding: 60px;
}

@media (max-width:1199px) {
  #cta .widget a,
  #modules .widget a {
    padding: 48px;
  }
}

@media (max-width:991px) {
  #cta .widget a,
  #modules .widget a {
    padding: 38.4px;
  }
}

@media (max-width:767px) {
  #cta .widget a,
  #modules .widget a {
    padding: 30.72px;
    padding-left: 25px;
    padding-right: 25px;
  }
}

#cta .widget a:before,
#modules .widget a:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: -webkit-calc(100% - 10px);
  width: calc(100% - 10px);
  height: -webkit-calc(100% - 10px);
  height: calc(100% - 10px);
  border: 2px solid #000;
}

#cta .widget a>.flex,
#modules .widget a>.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

#cta .ctaImg,
#modules .ctaImg {
  display: none;
}

#cta .ctaContent,
#modules .ctaContent {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

#cta .ctaContent h4,
#modules .ctaContent h4 {
  position: relative;
  font-size: 24px;
  text-transform: none;
  padding-bottom: 50px;
}

@media (max-width:1199px) {
  #cta .ctaContent h4,
  #modules .ctaContent h4 {
    font-size: -webkit-calc(18px + .85vw);
    font-size: calc(18px + .85vw);
  }
}

#cta .ctaContent h4:before,
#modules .ctaContent h4:before {
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: all .35s ease-in-out;
  content: "";
  height: 36px;
  width: 36px;
  background-image: url(../images/icon-arrow-dark.png);
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all .35s ease-in-out;
  display: block;
  left: 50%;
  position: absolute;
  bottom: 0;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}

#cta .ctaContent p,
#cta .ctaContent span.btn,
#modules .ctaContent p,
#modules .ctaContent span.btn {
  display: none;
}

#cta a,
#modules a {
  z-index: 1;
  text-decoration: none;
}

#h_featureBlock {
  display: block;
  padding: 15px 60px;
}

@media (max-width:767px) {
  #h_featureBlock {
    display: none;
  }
}

#h_featureBlock #closeBlock {
  color: #fff;
  background-color: rgba(0,0,0,.4);
  border: none;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50px;
  opacity: .6;
  position: absolute;
  top: 15px;
  right: 15px;
  display: block;
  box-shadow: 0 2px 13px 0 rgba(0,0,0,.2);
  font-size: 14px;
  padding: 0;
}

@media (min-width:768px) {
  #h_featureBlock #closeBlock:active,
  #h_featureBlock #closeBlock:focus,
  #h_featureBlock #closeBlock:hover {
    box-shadow: 0 3px 7px -2px rgba(0,0,0,.5);
  }
}

@media (max-width:767px) {
  #h_featureBlock #closeBlock {
    top: 0;
    left: 5px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

#h_featureBlock #h_fb_content {
  line-height: 1.1;
}

#h_featureBlock #h_fb_content>:last-child {
  margin-bottom: 0!important;
}

.ginput_container select,
.ginput_container select option,
.ginput_container select option.gf_placeholder {
  color: #000!important;
  text-transform: none;
  font-size: 16px!important;
  border: none!important;
}

::-webkit-input-placeholder {
  color: #000!important;
  text-transform: none;
  font-size: 16px!important;
  border: none!important;
}

::-moz-placeholder {
  color: #000!important;
  text-transform: none;
  font-size: 16px!important;
  border: none!important;
}

:-ms-input-placeholder {
  color: #000!important;
  text-transform: none;
  font-size: 16px!important;
  border: none!important;
}

:-moz-placeholder {
  color: #000!important;
  text-transform: none;
  font-size: 16px!important;
  border: none!important;
}

#qForm {
  position: relative;
  max-width: 100%;
  padding: 0;
  margin: 0;
}

@media (max-width:991px) {
  #qForm {
    padding-bottom: 10px;
  }
}

@media (max-width:479px) {
  #qForm {
    background-color: #fff;
  }
}

#qForm:before {
  content: "";
  position: absolute;
  height: 50%;
  top: 0;
  left: 0;
  pointer-events: none;
}

#qForm:before,
#qForm>div {
  width: 100%;
  background-color: #fff;
}

#qForm>div {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 2px 13px 0 rgba(0,0,0,.2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width:1200px) {
  #qForm>div {
    max-width: 1400px;
  }
}

@media (max-width:991px) {
  #qForm>div {
    max-width: -webkit-calc(100% - 20px);
    max-width: calc(100% - 20px);
    margin: 0 auto;
  }
}

@media (max-width:479px) {
  #qForm>div {
    max-width: 100%;
    margin: 0;
  }
}

#qFormImage {
  position: relative;
  -webkit-flex-basis: 45%;
  -ms-flex-preferred-size: 45%;
  flex-basis: 45%;
  max-width: 45%;
  background-size: cover;
  background-position: 50%;
}

#qFormImage .imgDesc {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #fff;
  padding: 5px 15px;
  color: #000;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1.4;
}

@media (max-width:991px) {
  #qFormImage {
    display: none;
  }
}

#qFormWrap {
  -webkit-flex-basis: 55%;
  -ms-flex-preferred-size: 55%;
  flex-basis: 55%;
  max-width: 55%;
  position: relative;
  display: block;
  height: auto;
  z-index: 9;
  padding: 120px;
}

@media (max-width:1199px) {
  #qFormWrap {
    padding: 96px;
  }
}

@media (max-width:991px) {
  #qFormWrap {
    padding: 76.8px;
  }
}

@media (max-width:767px) {
  #qFormWrap {
    padding: 61.44px;
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media (max-width:991px) {
  #qFormWrap {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

#qFormWrap:before {
  content: "";
  pointer-events: none;
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
  height: -webkit-calc(100% - 20px);
  height: calc(100% - 20px);
  top: 10px;
  left: 10px;
  position: absolute;
  display: block;
  border: 2px solid #000;
}

#qFormWrap #qForm-text {
  text-align: center;
  margin-bottom: 40px;
}

#qFormWrap #qForm-text h3,
#qFormWrap #qForm-text h4 {
  margin-bottom: 40px;
}

#qFormWrap .qfFooterText {
  position: relative;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 14px;
}

#qFormWrap .qfFooterText,
.gform_wrapper .gform_footer {
  display: block;
  text-align: center;
}

.gform_wrapper .gform_footer input.gform_button {
  color: #fff;
  text-transform: uppercase;
  border: none;
  border-radius: 3px!important;
  display: inline-block;
  width: auto;
  margin: auto;
  padding: 15px 50px;
  font-size: 20px;
  height: auto;
  line-height: 1.2;
}

#qForm.tabbed {
  position: fixed;
  width: 100%;
  bottom: 0;
  right: 0;
  height: auto;
  z-index: 99999;
  padding: 0;
  margin: 0;
}

#qForm.tabbed #qFormButton {
  position: absolute;
  bottom: 100%;
  border: none;
  border-radius: 3px 3px 0 0;
  padding: 10px 30px 10px 20px;
  right: 20px;
  margin: 0 20px 0 0;
  color: #fff;
  font-size: 20px;
  box-shadow: 0 -4px 5px rgba(0,0,0,.4);
  z-index: 9999;
  font-weight: 400;
}

#qForm.tabbed #qFormButton:after {
  -webkit-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  content: "\e259";
  margin-left: 15px;
  font-size: 15px;
  font-weight: 400;
  display: inline-block;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

#qForm.tabbed #qFormWrap {
  color: #fff;
  position: relative;
  display: block;
  display: none;
  height: auto;
  max-height: -webkit-calc(100vh - 60px)!important;
  max-height: calc(100vh - 60px)!important;
  z-index: 999;
  overflow-y: scroll;
  width: 70%!important;
  max-width: 900px;
  padding: 120px;
  right: 0;
  float: right;
  margin-right: -15px;
  box-shadow: 0 -2px 5px rgba(0,0,0,.4);
}

@media (max-width:1199px) {
  #qForm.tabbed #qFormWrap {
    padding: 96px;
  }
}

@media (max-width:991px) {
  #qForm.tabbed #qFormWrap {
    padding: 76.8px;
  }
}

@media (max-width:767px) {
  #qForm.tabbed #qFormWrap {
    padding: 61.44px;
    padding-left: 25px;
    padding-right: 25px;
  }
}

#qForm.tabbed #qFormWrap h3,
#qForm.tabbed #qFormWrap h4 {
  margin-bottom: 15px;
  margin-top: 5px;
}

#qForm.tabbed #qFormWrap a.privacyPolicy {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  color: #eaeaea;
  margin-top: 50px;
  margin-bottom: 50px;
}

#qForm.tabbed #qFormWrap input.gform_button {
  color: #fff;
  border: none;
  display: block;
  width: 100%;
  text-align: center;
}

@media (max-width:991px) {
  #qForm.tabbed {
    width: 100%;
    bottom: auto;
    height: auto!important;
    min-height: 0;
    z-index: 0;
    padding: 0;
    margin: 0;
    overflow: hidden;
  }

  #qForm.tabbed,
  #qForm.tabbed #qFormWrap {
    position: relative;
    right: auto;
    max-height: 100%!important;
  }

  #qForm.tabbed #qFormWrap {
    color: #fff;
    display: block!important;
    width: 100%!important;
    max-width: 100%;
    overflow-y: auto!important;
    float: none;
    margin-right: 0;
    box-shadow: none;
  }

  #qForm.tabbed #qFormButton {
    display: none;
  }
}

#qForm.form-open #qFormButton:after {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

#siteFooter a {
  text-decoration: none;
}

#siteFooter a:active,
#siteFooter a:focus,
#siteFooter a:hover {
  text-decoration: underline;
}

#footerInfo {
  position: relative;
  text-align: center;
  padding: 70px;
  padding-top: 0!important;
  padding-bottom: 40px!important;
}

@media (max-width:1199px) {
  #footerInfo {
    padding: 56px;
  }
}

@media (max-width:991px) {
  #footerInfo {
    padding: 44.8px;
  }
}

@media (max-width:767px) {
  #footerInfo {
    padding: 35.84px;
    padding-left: 25px;
    padding-right: 25px;
  }
}

#footerInfo:before {
  content: "";
  background-color: #eaeaea;
  width: 100%;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  z-index: 0;
}

@media (max-width:479px) {
  #footerInfo:before {
    display: none;
  }
}

#footerInfo>* {
  position: relative;
}

#footerInfo #footerLogo {
  max-width: 360px;
  padding: 30px;
  margin: auto;
  margin-bottom: 20px;
}

#footerInfo #footerLogo img {
  width: 100%;
  max-width: 300px;
}

@media (max-width:1199px) {
  #footerInfo #footerLogo img {
    max-width: 100%;
  }
}

#footerInfo #footerAddress {
  position: relative;
  display: inline-block;
  margin: auto;
  background-color: #fff;
  padding: 40px;
  padding-bottom: 0!important;
}

@media (max-width:1199px) {
  #footerInfo #footerAddress {
    padding: 32px;
  }
}

@media (max-width:991px) {
  #footerInfo #footerAddress {
    padding: 25.6px;
  }
}

@media (max-width:767px) {
  #footerInfo #footerAddress {
    padding: 20.48px;
    padding-left: 25px;
    padding-right: 25px;
  }
}

#footerInfo #footerAddress a {
  color: #000;
  display: inline;
}

#footerInfo #footerAddress .glyphicon {
  margin-right: 10px;
  font-size: 16px;
  display: inline-block;
}

@media (max-width:991px) {
  #footerInfo #footerAddress {
    margin-top: 30px;
    text-align: center;
  }
}

#footerMenu {
  border-left: 1px solid #eaeaea;
  -webkit-flex-basis: 70%;
  -ms-flex-preferred-size: 70%;
  flex-basis: 70%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 120px;
}

@media (max-width:1199px) {
  #footerMenu {
    padding: 96px;
  }
}

@media (max-width:991px) {
  #footerMenu {
    padding: 76.8px;
  }
}

@media (max-width:767px) {
  #footerMenu {
    padding: 61.44px;
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media (max-width:1199px) {
  #footerMenu {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
  }
}

#footerMenu h3 {
  text-align: center;
}

#footerMenu>div {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width:1200px) {
  #footerMenu>div {
    max-width: 1200px;
  }
}

#footerMenu>div ul.nav.navbar-nav {
  width: 100%;
  display: block;
  text-align: center;
  float: none;
}

#footerMenu>div ul.nav.navbar-nav>li {
  float: none;
  display: inline-block;
}

#footerMenu>div ul.nav.navbar-nav>li>a {
  display: inline;
  padding: 5px 10px;
  line-height: 1.5;
  border-radius: 0;
}

#footerMenu>div ul.nav.navbar-nav>li>a:active,
#footerMenu>div ul.nav.navbar-nav>li>a:focus,
#footerMenu>div ul.nav.navbar-nav>li>a:hover {
  background-color: transparent;
}

@media (max-width:991px) {
  #footerMenu {
    display: none!important;
  }
}

#subFooter {
  text-transform: uppercase;
  position: relative;
  border-radius: 0;
  border: none;
  margin-bottom: 0;
}

#subFooter>div {
  padding: 10px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#subFooter>div>* {
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

@media (max-width:991px) {
  #subFooter>div {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #subFooter>div>* {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

#subFooter .copyright {
  display: block;
  margin-top: 10px;
  font-size: 12px;
  text-align: right;
  line-height: 1.2;
}

#subFooter .copyright a {
  margin: 0 0 0 25px;
  text-decoration: underline;
  white-space: nowrap;
}

@media (max-width:991px) {
  #subFooter .copyright {
    text-align: center;
  }
}

#manditories {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media (max-width:991px) {
  #manditories {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin: auto;
  }
}

#manditories>a img,
#manditories>img {
  margin: 5px 10px;
  max-height: 40px;
  max-width: 350px;
}

#social {
  margin-top: 50px;
}

#social a,
#social img {
  max-height: 90px;
  margin: 0 5px;
}

#social a:hover,
#social img:hover {
  text-decoration: none;
}

@media (max-width:991px) {
  #social {
    margin: 40px;
    text-align: center;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

#backToTop {
  top: auto;
  position: fixed;
  bottom: 10px;
  left: 10px;
  width: 30px;
  height: 30px;
  background-color: hsla(0,0%,100%,.7);
  border-radius: 50%;
  display: block;
  text-decoration: none!important;
  z-index: 10;
  box-shadow: 0 2px 13px 0 rgba(0,0,0,.2);
  opacity: .6;
}

@media (min-width:768px) {
  #backToTop:active,
  #backToTop:focus,
  #backToTop:hover {
    box-shadow: 0 3px 7px -2px rgba(0,0,0,.5);
  }
}

#backToTop:before {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: block;
  font-size: 15px;
  left: 0;
  position: absolute;
}

#languages {
  background-color: #eaeaea;
  font-family: Arial,sans-serif;
  font-size: 12px;
  padding: 10px;
  text-align: center;
}

#languages p {
  margin-bottom: 0;
}

body.admin-bar:not(.home) .headroom--not-top #siteHeader {
  top: 32px;
}

body.admin-bar:not(.home) .headroom--not-top .pgMiddle {
  margin-top: 127px!important;
}

body:not(.home) .headroom #headerMain {
  position: relative;
}

@media (max-width:991px) {
  body:not(.home) .headroom #headLogo {
    padding: 10px;
  }
}

body:not(.home) .headroom--not-top #headerUtility {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

body:not(.home) .headroom--not-top #headerUtility>* {
  margin: 2.5px!important;
}

body:not(.home) .headroom--not-top #siteHeader {
  position: fixed!important;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 2px 13px 0 rgba(0,0,0,.2);
  -webkit-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  z-index: 999;
}

body:not(.home) .headroom--not-top .pgMiddle {
  margin-top: 60px!important;
}

@media (max-width:1199px) {
  body:not(.home) .headroom--not-top #mobileNavBtn {
    display: block;
  }
}

@media (max-width:1199px) {
  body:not(.home) .headroom--not-top #anchorSearch {
    display: none;
  }
}

body:not(.home) .headroom--not-top #headerMain {
  padding: 5px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width:992px) {
  body:not(.home) .headroom--not-top #headerMain {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  body:not(.home) .headroom--not-top #headerMain #headLogo {
    margin-left: 0;
  }
}

body:not(.home) .headroom--not-top #headerMain nav .nav {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

body:not(.home) .headroom--not-top #headerMain nav .nav>.menu-item {
  padding: 20px 10px;
}

body:not(.home) .headroom--not-top #headerMain nav .nav>.menu-item a {
  font-size: 14px;
}

body:not(.home) .headroom--not-top #headerMain nav .nav>.menu-item a.more:after {
  height: 11px;
}

body:not(.home) .headroom--not-top #headerMain nav .nav>.menu-item .sub-menu {
  top: -webkit-calc(100% + 5px);
  top: calc(100% + 5px);
}

body:not(.home) .headroom--not-top #headerMain nav .nav>.menu-item.more:after {
  height: 10px;
}

@media (max-width:1199px) {
  body:not(.home) .headroom--not-top #headerMain nav {
    display: none;
  }
}

body:not(.home) .headroom--not-top #headLogo {
  -webkit-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  padding: 0;
}

body:not(.home) .headroom--not-top #headLogo a {
  -webkit-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  height: 75px;
}

@media (max-width:1199px) {
  body:not(.home) .headroom--not-top #headLogo {
    max-width: 180px;
  }
}

main.main .widget_cta_widget {
  margin-bottom: 25px;
}

main.main .widget_cta_widget .ctaImg {
  -webkit-flex-basis: 35%;
  -ms-flex-preferred-size: 35%;
  flex-basis: 35%;
  min-height: 1px;
}

@media (max-width:767px) {
  main.main .widget_cta_widget .ctaImg {
    display: none;
  }
}

main.main .widget_cta_widget .ctaContent {
  -webkit-flex-basis: 65%;
  -ms-flex-preferred-size: 65%;
  flex-basis: 65%;
  padding: 35px;
}

@media (max-width:991px) {
  main.main .widget_cta_widget .ctaContent {
    padding: 25px;
  }
}

@media (max-width:767px) {
  main.main .widget_cta_widget .ctaContent {
    padding: 25px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.content-widget.widget_nav_menu li {
  list-style: none;
}

main.main #modules h3,
main.main #modules h4 {
  margin-top: 0;
  margin-bottom: 50px;
}

@media (max-width:991px) {
  main.main #modules h3,
  main.main #modules h4 {
    margin-bottom: 40px;
  }
}

main.main #modules:after {
  content: "";
  display: table;
  clear: both;
}

main.main #modules>* {
  margin-top: 120px;
  margin-bottom: 120px;
}

@media (max-width:1199px) {
  main.main #modules>* {
    margin-top: 96px;
    margin-bottom: 96px;
  }
}

@media (max-width:991px) {
  main.main #modules>* {
    margin-top: 76.8px;
    margin-bottom: 76.8px;
  }
}

@media (max-width:767px) {
  main.main #modules>* {
    margin-top: 61.44px;
    margin-bottom: 61.44px;
  }
}

main.main #modules>:after {
  content: "";
  display: table;
  clear: both;
}

main.main #modules>:first-of-type.startBkgWrap {
  margin-top: 0;
}

main.main #modules>:first-of-type.mDoube.flip,
main.main #modules>:first-of-type:not(.startBkgWrap):not(.mDouble) {
  padding-top: 0;
}

main.main #modules>:last-of-type:not(.startBkgWrap) {
  padding-bottom: 0;
}

main.main #modules>:last-of-type.startBkgWrap {
  margin-bottom: 0;
}

main.main #modules .mHead {
  margin-top: 0;
  margin-bottom: 50px;
}

@media (max-width:991px) {
  main.main #modules .mHead {
    margin-bottom: 40px;
  }
}

main.main #modules .mHead>* {
  margin: 60px auto 20px;
}

@media (max-width:1599px) {
  main.main #modules .mHead>* {
    margin: 48px auto 16px;
  }
}

@media (max-width:1199px) {
  main.main #modules .mHead>* {
    margin: 48px auto 16px;
  }
}

@media (max-width:991px) {
  main.main #modules .mHead>* {
    margin: 38.4px auto 20px;
  }
}

@media (max-width:767px) {
  main.main #modules .mHead>* {
    margin: 30.72px auto 40px;
  }
}

@media (max-width:479px) {
  main.main #modules .mHead>* {
    margin: 40px auto;
  }
}

main.main #modules .mTriple>div>p:last-of-type {
  margin-bottom: 0;
}

.startBkgWrap {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  margin: 0!important;
}

.startBkgWrap:first-of-type {
  padding-top: 0!important;
  padding-bottom: 0!important;
}

.startBkgWrap.notCustom {
  background-color: #fff;
}

@media (max-width:1199px) {
  .startBkgWrap {
    padding-top: 96px;
    padding-bottom: 96px;
  }
}

@media (max-width:991px) {
  .startBkgWrap {
    padding-top: 76.8px;
    padding-bottom: 76.8px;
  }
}

@media (max-width:767px) {
  .startBkgWrap {
    padding-top: 61.44px;
    padding-bottom: 61.44px;
  }
}

.startBkgWrap[data-parallax] {
  overflow: hidden;
}

.startBkgWrap.modGroupNopadding {
  padding-top: 0!important;
  padding-bottom: 0!important;
}

.startBkgWrap.modGroupXSmall {
  padding-top: 20px!important;
  padding-bottom: 20px!important;
}

.startBkgWrap.modGroupSmall {
  padding-top: 60px!important;
  padding-bottom: 60px!important;
}

@media (max-width:767px) {
  .startBkgWrap.modGroupSmall {
    padding-top: 25px!important;
    padding-bottom: 25px!important;
  }
}

.startBkgWrap.modGroupLarge {
  padding-top: 150px;
  padding-bottom: 150px;
}

@media (max-width:1199px) {
  .startBkgWrap.modGroupLarge {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

@media (max-width:991px) {
  .startBkgWrap.modGroupLarge {
    padding-top: 96px;
    padding-bottom: 96px;
  }
}

@media (max-width:767px) {
  .startBkgWrap.modGroupLarge {
    padding-top: 76.8px;
    padding-bottom: 76.8px;
  }
}

@media (max-width:991px) {
  .startBkgWrap.modGroupLarge {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.startBkgWrap.modGroupXlarge {
  padding-top: 210px;
  padding-bottom: 210px;
}

@media (max-width:1199px) {
  .startBkgWrap.modGroupXlarge {
    padding-top: 168px;
    padding-bottom: 168px;
  }
}

@media (max-width:991px) {
  .startBkgWrap.modGroupXlarge {
    padding-top: 134.4px;
    padding-bottom: 134.4px;
  }
}

@media (max-width:767px) {
  .startBkgWrap.modGroupXlarge {
    padding-top: 107.52px;
    padding-bottom: 107.52px;
  }
}

.startBkgWrap.modGroupMega {
  padding-top: 30%!important;
  padding-bottom: 30%!important;
}

.startBkgWrap .wrappedModules>div {
  margin-top: 60px;
  margin-bottom: 60px;
}

@media (max-width:1199px) {
  .startBkgWrap .wrappedModules>div {
    margin-top: 48px;
    margin-bottom: 48px;
  }
}

@media (max-width:991px) {
  .startBkgWrap .wrappedModules>div {
    margin-top: 38.4px;
    margin-bottom: 38.4px;
  }
}

@media (max-width:767px) {
  .startBkgWrap .wrappedModules>div {
    margin-top: 30.72px;
    margin-bottom: 30.72px;
  }
}

.startBkgWrap .wrappedModules>div:first-of-type {
  margin-top: 0;
}

.startBkgWrap .wrappedModules>div:first-of-type.mDouble:not(.flip):not(.standard) {
  margin-top: 30px!important;
}

.startBkgWrap .wrappedModules>div:last-of-type {
  margin-bottom: 0;
}

.startBkgWrap .wrappedModules>div:last-of-type.mDouble:not(.flip):not(.standard) {
  margin-bottom: 30px!important;
}

.startBkgWrap .wrappedModules .mDouble .flip {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.startBkgWrap .mWrapCovers {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  min-width: 100%;
}

.startBkgWrap .mWrapImg {
  z-index: 0;
}

.startBkgWrap>:not(.mWrapColor):not(.mWrapImg) {
  position: relative;
  z-index: 1;
}

.startBkgWrap:last-of-type.notCustom {
  padding-bottom: 0!important;
}

.startBkgWrap.textWhite .wrappedModules>div:not(.m_Posts):not(.mIBox):not(.mFaq):not(.mGal):not(.mGate),
.startBkgWrap.textWhite .wrappedModules>div:not(.m_Posts):not(.mIBox):not(.mFaq):not(.mGal):not(.mGate) .headMain,
.startBkgWrap.textWhite .wrappedModules>div:not(.m_Posts):not(.mIBox):not(.mFaq):not(.mGal):not(.mGate) .staffHead h4,
.startBkgWrap.textWhite .wrappedModules>div:not(.m_Posts):not(.mIBox):not(.mFaq):not(.mGal):not(.mGate) a:not(.inpage-btn):not(.btn-content),
.startBkgWrap.textWhite .wrappedModules>div:not(.m_Posts):not(.mIBox):not(.mFaq):not(.mGal):not(.mGate) h1,
.startBkgWrap.textWhite .wrappedModules>div:not(.m_Posts):not(.mIBox):not(.mFaq):not(.mGal):not(.mGate) h2,
.startBkgWrap.textWhite .wrappedModules>div:not(.m_Posts):not(.mIBox):not(.mFaq):not(.mGal):not(.mGate) h3,
.startBkgWrap.textWhite .wrappedModules>div:not(.m_Posts):not(.mIBox):not(.mFaq):not(.mGal):not(.mGate) h4,
.startBkgWrap.textWhite .wrappedModules>div:not(.m_Posts):not(.mIBox):not(.mFaq):not(.mGal):not(.mGate) h5,
.startBkgWrap.textWhite .wrappedModules>div:not(.m_Posts):not(.mIBox):not(.mFaq):not(.mGal):not(.mGate) h6 {
  color: #fff!important;
}

.startBkgWrap.textWhite .wrappedModules>div:not(.m_Posts):not(.mIBox):not(.mFaq):not(.mGal):not(.mGate) .headSeo,
.startBkgWrap.textWhite .wrappedModules>div:not(.m_Posts):not(.mIBox):not(.mFaq):not(.mGal):not(.mGate) .recentPost h6,
.startBkgWrap.textWhite .wrappedModules>div:not(.m_Posts):not(.mIBox):not(.mFaq):not(.mGal):not(.mGate) .staffBody blockquote footer,
.startBkgWrap.textWhite .wrappedModules>div:not(.m_Posts):not(.mIBox):not(.mFaq):not(.mGal):not(.mGate) .staffHead h6 {
  color: #eaeaea;
}

.startBkgWrap.textWhite .wrappedModules>.mIBox>.download,
.startBkgWrap.textWhite .wrappedModules>.mIBox>.download .btn-content,
.startBkgWrap.textWhite .wrappedModules>.mIBox>.download .headMain,
.startBkgWrap.textWhite .wrappedModules>.mIBox>.download .inpage-btn,
.startBkgWrap.textWhite .wrappedModules>.mIBox>.download .staffHead h4,
.startBkgWrap.textWhite .wrappedModules>.mIBox>.download a,
.startBkgWrap.textWhite .wrappedModules>.mIBox>.download h1,
.startBkgWrap.textWhite .wrappedModules>.mIBox>.download h2,
.startBkgWrap.textWhite .wrappedModules>.mIBox>.download h3,
.startBkgWrap.textWhite .wrappedModules>.mIBox>.download h4,
.startBkgWrap.textWhite .wrappedModules>.mIBox>.download h5,
.startBkgWrap.textWhite .wrappedModules>.mIBox>.download h6,
.startBkgWrap.textWhite .wrappedModules>div.m_Posts.noEvents,
.startBkgWrap.textWhite .wrappedModules>div.m_Posts.noEvents .btn-content,
.startBkgWrap.textWhite .wrappedModules>div.m_Posts.noEvents .headMain,
.startBkgWrap.textWhite .wrappedModules>div.m_Posts.noEvents .inpage-btn,
.startBkgWrap.textWhite .wrappedModules>div.m_Posts.noEvents .staffHead h4,
.startBkgWrap.textWhite .wrappedModules>div.m_Posts.noEvents a,
.startBkgWrap.textWhite .wrappedModules>div.m_Posts.noEvents h1,
.startBkgWrap.textWhite .wrappedModules>div.m_Posts.noEvents h2,
.startBkgWrap.textWhite .wrappedModules>div.m_Posts.noEvents h3,
.startBkgWrap.textWhite .wrappedModules>div.m_Posts.noEvents h4,
.startBkgWrap.textWhite .wrappedModules>div.m_Posts.noEvents h5,
.startBkgWrap.textWhite .wrappedModules>div.m_Posts.noEvents h6 {
  color: #fff!important;
}

.startBkgWrap.textWhite .wrappedModules>.mIBox>.download .headSeo,
.startBkgWrap.textWhite .wrappedModules>.mIBox>.download .recentPost h6,
.startBkgWrap.textWhite .wrappedModules>.mIBox>.download .staffBody blockquote footer,
.startBkgWrap.textWhite .wrappedModules>.mIBox>.download .staffHead h6,
.startBkgWrap.textWhite .wrappedModules>div.m_Posts.noEvents .headSeo,
.startBkgWrap.textWhite .wrappedModules>div.m_Posts.noEvents .recentPost h6,
.startBkgWrap.textWhite .wrappedModules>div.m_Posts.noEvents .staffBody blockquote footer,
.startBkgWrap.textWhite .wrappedModules>div.m_Posts.noEvents .staffHead h6 {
  color: #eaeaea;
}

.mCarousel {
  position: relative;
  width: 100%;
  display: block;
}

.mCarousel h3 {
  top: -webkit-calc(25px + 5rem);
  top: calc(25px + 5rem);
  left: 0;
  position: absolute;
  z-index: 2;
  width: 100%;
  text-align: center;
  color: #fff;
  text-shadow: 0 3px 12px rgba(0,0,0,.8);
}

.mCarousel .owl-nav {
  width: 100%;
  pointer-events: none;
}

.mCarousel .owl-nav,
.mCarousel .owl-nav>* {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.mCarousel .owl-nav>* {
  width: 30px;
  height: 100px;
  pointer-events: auto;
  cursor: pointer;
  text-indent: -5000px;
}

.mCarousel .owl-nav>:after {
  content: "";
  width: 25px;
  height: 25px;
  border-top: 2px solid;
  border-left: 2px solid;
  display: block;
  top: 50%;
  position: absolute;
}

.mCarousel .owl-nav .owl-prev {
  right: 100%;
}

.mCarousel .owl-nav .owl-prev:after {
  -webkit-transform: translate(5px,-50%) rotate(-45deg);
  -ms-transform: translate(5px,-50%) rotate(-45deg);
  transform: translate(5px,-50%) rotate(-45deg);
}

@media (max-width:1199px) {
  .mCarousel .owl-nav .owl-prev {
    right: 100%;
  }
}

.mCarousel .owl-nav .owl-next {
  left: 100%;
}

.mCarousel .owl-nav .owl-next:after {
  -webkit-transform: translateY(-50%) rotate(-225deg);
  -ms-transform: translateY(-50%) rotate(-225deg);
  transform: translateY(-50%) rotate(-225deg);
}

@media (max-width:1199px) {
  .mCarousel .owl-nav .owl-next {
    left: 100%;
  }
}

.mCarousel .owl-carousel-module {
  position: relative;
  display: block;
}

.mCarousel .owl-stage-outer {
  max-width: 100%;
  position: relative;
  width: 100%;
}

.mCarousel .owl-item {
  width: 100%;
  position: relative;
  max-width: 100%!important;
  -webkit-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}

.mCarousel .owl-item .m_car_wrap {
  padding: 35% 0;
  height: 0;
  overflow: hidden;
}

.mCarousel .owl-item .m_car_wrap .m_car_count {
  position: absolute;
  bottom: 25px;
  width: 100%;
  text-align: center;
  z-index: 1;
  color: #fff;
  text-shadow: 0 3px 12px rgba(0,0,0,.8);
}

.mCarousel .owl-item .m_car_wrap .m_car_img,
.mCarousel .owl-item .m_car_wrap a {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  min-width: 100%;
}

.mCarousel .owl-item .m_car_wrap .m_car_img {
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

#modules>div.startBkgWrap .mCarousel h3 {
  top: 25px;
}

.tab-content {
  display: none;
  visibility: hidden;
}

.tab-content.current {
  display: inherit;
  visibility: visible;
}

main.main #modules .mTab {
  margin-top: 5rem;
  position: relative;
}

main.main #modules .mTab h3 {
  position: relative;
  text-align: center;
  z-index: 9;
  margin-bottom: 10px;
}

main.main #modules .mTab .mTab_container {
  position: relative;
}

main.main #modules .mTab .mTab_container .m_tab {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

main.main #modules .mTab .mTab_container .m_tab .tabImage {
  -webkit-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  min-width: 100%;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
}

main.main #modules .mTab .mTab_container .m_tab.embed-container embed,
main.main #modules .mTab .mTab_container .m_tab.embed-container iframe,
main.main #modules .mTab .mTab_container .m_tab.embed-container object {
  -webkit-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  position: absolute!important;
  opacity: 0;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}

main.main #modules .mTab .mTab_container .m_tab .tabIntructions {
  position: absolute;
  bottom: -webkit-calc(100% - 15px);
  bottom: calc(100% - 15px);
  left: 50%;
  -webkit-transform: translate(-50%,100%);
  -ms-transform: translate(-50%,100%);
  transform: translate(-50%,100%);
  color: #fff;
  display: block;
  z-index: 9;
  text-shadow: 0 3px 12px rgba(0,0,0,.8);
  text-align: center;
}

@media (max-width:767px) {
  main.main #modules .mTab .mTab_container .m_tab .tabIntructions {
    bottom: -webkit-calc(100% - 5px);
    bottom: calc(100% - 5px);
  }
}

main.main #modules .mTab .mTab_container .m_tab.current.embed-container embed,
main.main #modules .mTab .mTab_container .m_tab.current.embed-container iframe,
main.main #modules .mTab .mTab_container .m_tab.current.embed-container object,
main.main #modules .mTab .mTab_container .m_tab.current .tabImage {
  opacity: 1;
}

main.main #modules .mTab .mTab_container .m_tab .vTourMapWrap {
  z-index: 2;
  position: absolute;
  bottom: 10%;
  left: 5%;
  width: 25%;
}

main.main #modules .mTab .mTab_container .m_tab .vTourMapWrap>div {
  position: relative;
}

main.main #modules .mTab .mTab_container .m_tab .vTourMapWrap>div img {
  width: 100%;
}

main.main #modules .mTab .mTab_container .m_tab .vTourMapWrap>div .mapMarker {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 0;
  padding: 15% 0 0;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

main.main #modules .mTab .tabButtonWrap {
  margin-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width:767px) {
  main.main #modules .mTab .tabButtonWrap {
    margin-top: 5px;
  }
}

main.main #modules .mTab .tabButtonWrap .m_tabButton {
  margin: 0 5px 5px;
}

@media (max-width:767px) {
  main.main #modules .mTab .tabButtonWrap .m_tabButton {
    font-size: 16px;
    margin: 0 2.5px 5px;
    padding: 10px;
  }
}

#h_callouts .noEvents,
#modules .m_Posts .noEvents {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width:1200px) {
  #h_callouts .noEvents,
  #modules .m_Posts .noEvents {
    max-width: 1200px;
  }
}

#h_callouts>div,
#modules .m_Posts>div {
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#h_callouts>div,
#h_callouts>div .recentPost,
#modules .m_Posts>div,
#modules .m_Posts>div .recentPost {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
}

#h_callouts>div .recentPost,
#modules .m_Posts>div .recentPost {
  position: relative;
  -webkit-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  background-color: #fff;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-flex-basis: -webkit-calc(33% - 30px);
  -ms-flex-preferred-size: calc(33% - 30px);
  flex-basis: calc(33% - 30px);
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  margin: 15px;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  box-shadow: 0 2px 13px 0 rgba(0,0,0,.2);
}

@media (min-width:768px) {
  #h_callouts>div .recentPost:active,
  #h_callouts>div .recentPost:focus,
  #h_callouts>div .recentPost:hover,
  #modules .m_Posts>div .recentPost:active,
  #modules .m_Posts>div .recentPost:focus,
  #modules .m_Posts>div .recentPost:hover {
    box-shadow: 0 3px 7px -2px rgba(0,0,0,.5);
  }
}

#h_callouts>div .recentPost a,
#h_callouts>div .recentPost a:active,
#h_callouts>div .recentPost a:focus,
#h_callouts>div .recentPost a:hover,
#modules .m_Posts>div .recentPost a,
#modules .m_Posts>div .recentPost a:active,
#modules .m_Posts>div .recentPost a:focus,
#modules .m_Posts>div .recentPost a:hover {
  text-decoration: none;
}

@media (max-width:991px) {
  #h_callouts>div .recentPost,
  #modules .m_Posts>div .recentPost {
    margin: 7.5px;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: -webkit-calc(50% - 15px);
    max-width: calc(50% - 15px);
  }
}

@media (max-width:767px) {
  #h_callouts>div .recentPost,
  #modules .m_Posts>div .recentPost {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin: 0 0 20px;
  }
}

#h_callouts>div .recentPost>*,
#modules .m_Posts>div .recentPost>* {
  max-width: 100%;
}

#h_callouts>div .recentPost header>:last-child,
#modules .m_Posts>div .recentPost header>:last-child {
  margin-bottom: 0;
}

#h_callouts>div .recentPost .postImage,
#modules .m_Posts>div .recentPost .postImage {
  width: 100%;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

#h_callouts>div .recentPost .postImage:after,
#modules .m_Posts>div .recentPost .postImage:after {
  content: "";
  padding: 35% 0;
  display: block;
  float: left;
}

#h_callouts>div .recentPost .postContent,
#modules .m_Posts>div .recentPost .postContent {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 30px 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#h_callouts>div .recentPost .postContent>*,
#modules .m_Posts>div .recentPost .postContent>* {
  display: block;
}

#h_callouts>div .recentPost .postContent .catWrap,
#modules .m_Posts>div .recentPost .postContent .catWrap {
  line-height: 1;
  margin: 0 3px;
}

#h_callouts>div .recentPost .postContent .catWrap a,
#modules .m_Posts>div .recentPost .postContent .catWrap a {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1.05;
  margin: 0 3px;
}

#h_callouts>div .recentPost .postContent .catWrap a:active,
#h_callouts>div .recentPost .postContent .catWrap a:focus,
#h_callouts>div .recentPost .postContent .catWrap a:hover,
#modules .m_Posts>div .recentPost .postContent .catWrap a:active,
#modules .m_Posts>div .recentPost .postContent .catWrap a:focus,
#modules .m_Posts>div .recentPost .postContent .catWrap a:hover {
  text-decoration: underline;
}

#h_callouts>div .recentPost .postContent h3,
#h_callouts>div .recentPost .postContent h4,
#modules .m_Posts>div .recentPost .postContent h3,
#modules .m_Posts>div .recentPost .postContent h4 {
  font-size: 16px;
  margin: 15px 0 5px;
}

#h_callouts>div .recentPost .postContent h3 a,
#h_callouts>div .recentPost .postContent h4 a,
#modules .m_Posts>div .recentPost .postContent h3 a,
#modules .m_Posts>div .recentPost .postContent h4 a {
  line-height: 1.5em;
  font-size: 16px;
  letter-spacing: 1px;
}

#h_callouts>div .recentPost .postContent .excerpt,
#modules .m_Posts>div .recentPost .postContent .excerpt {
  display: none;
}

#h_callouts>div .recentPost .postLink,
#modules .m_Posts>div .recentPost .postLink {
  width: 100%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  display: block;
}

#h_callouts>div .recentPost .postLink a,
#modules .m_Posts>div .recentPost .postLink a {
  display: block;
  width: -webkit-calc(100% - 10px);
  width: calc(100% - 10px);
  box-shadow: none!important;
  margin: 0 5px 5px;
}

#h_callouts>div .recentPost.recentPost_page,
#modules .m_Posts>div .recentPost.recentPost_page {
  min-height: 200px;
}

#h_callouts>div .recentPost.recentPost_page:before,
#modules .m_Posts>div .recentPost.recentPost_page:before {
  content: "";
  pointer-events: none;
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  min-width: 100%;
  opacity: .5;
  z-index: 1;
}

#h_callouts>div .recentPost.recentPost_page .postImage,
#modules .m_Posts>div .recentPost.recentPost_page .postImage {
  padding: 0;
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  min-width: 100%;
  overflow: hidden;
}

#h_callouts>div .recentPost.recentPost_page h4,
#modules .m_Posts>div .recentPost.recentPost_page h4 {
  position: relative;
  z-index: 2;
}

#h_callouts>div .recentPost.recentPost_page h4 a,
#modules .m_Posts>div .recentPost.recentPost_page h4 a {
  color: #fff;
}

#h_callouts>div .recentPost.recentPost_page .postLink,
#modules .m_Posts>div .recentPost.recentPost_page .postLink {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  min-width: 100%;
}

#h_callouts>div .recentPost.recentPost_page .postLink a,
#modules .m_Posts>div .recentPost.recentPost_page .postLink a {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  min-width: 100%;
  background-color: transparent;
  margin: 0;
}

#h_callouts>div .recentPost.recentPost_tribe_events .excerpt,
#modules .m_Posts>div .recentPost.recentPost_tribe_events .excerpt {
  display: block;
  font-size: 16px;
}

#h_callouts>div .recentPost.recentPost_tribe_events h6,
#modules .m_Posts>div .recentPost.recentPost_tribe_events h6 {
  font-size: 12px;
  line-height: 1;
  margin: 3px 0 15px;
}

main.main #modules .mDiv {
  position: relative;
}

main.main #modules .mDiv:after {
  content: "";
  display: table;
  clear: both;
  display: none!important;
}

main.main #modules .mDiv.divIcon,
main.main #modules .mDiv.divText {
  position: relative;
  display: block;
  overflow: hidden;
  text-align: center;
  border: none;
}

main.main #modules .mDiv.divIcon>:not(a),
main.main #modules .mDiv.divText>:not(a) {
  display: inline-block;
  position: relative;
}

main.main #modules .mDiv.divIcon>:not(a):after,
main.main #modules .mDiv.divIcon>:not(a):before,
main.main #modules .mDiv.divText>:not(a):after,
main.main #modules .mDiv.divText>:not(a):before {
  content: "";
  position: absolute;
  display: block;
  height: 1px;
  width: 2000px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #eaeaea;
}

main.main #modules .mDiv.divIcon>:not(a):before,
main.main #modules .mDiv.divText>:not(a):before {
  right: -webkit-calc(100% + 30px);
  right: calc(100% + 30px);
  border-radius: 0 50% 50% 0;
}

main.main #modules .mDiv.divIcon>:not(a):after,
main.main #modules .mDiv.divText>:not(a):after {
  left: -webkit-calc(100% + 30px);
  left: calc(100% + 30px);
  border-radius: 50% 0 0 50%;
}

main.main #modules .mDiv.divIcon>div {
  display: inline-block;
  width: auto;
}

main.main #modules .mDiv.divIcon>div>img {
  max-height: 50px;
}

main.main #modules .mDiv.divBar {
  width: 100%!important;
  border-bottom: none;
  border-top: 1px solid;
}

main.main #modules .mDiv.divSpacer {
  border: none;
}

main.main #modules .mDiv.divSpacer.modGroupXSmall {
  padding-top: 20px!important;
}

main.main #modules .mDiv.divSpacer.modGroupSmall {
  padding: 60px 0 0;
}

@media (max-width:1599px) {
  main.main #modules .mDiv.divSpacer.modGroupSmall {
    padding: 48px 0 0;
  }
}

@media (max-width:1199px) {
  main.main #modules .mDiv.divSpacer.modGroupSmall {
    padding: 48px 0 0;
  }
}

@media (max-width:991px) {
  main.main #modules .mDiv.divSpacer.modGroupSmall {
    padding: 38.4px 0 0;
  }
}

@media (max-width:767px) {
  main.main #modules .mDiv.divSpacer.modGroupSmall {
    padding: 30.72px 0 0;
  }
}

@media (max-width:479px) {
  main.main #modules .mDiv.divSpacer.modGroupSmall {
    padding: 40px 0 0;
  }
}

main.main #modules .mDiv.divSpacer.modGroupDefault {
  padding: 120px 0 0;
}

@media (max-width:1599px) {
  main.main #modules .mDiv.divSpacer.modGroupDefault {
    padding: 96px 0 0;
  }
}

@media (max-width:1199px) {
  main.main #modules .mDiv.divSpacer.modGroupDefault {
    padding: 96px 0 0;
  }
}

@media (max-width:991px) {
  main.main #modules .mDiv.divSpacer.modGroupDefault {
    padding: 76.8px 0 0;
  }
}

@media (max-width:767px) {
  main.main #modules .mDiv.divSpacer.modGroupDefault {
    padding: 61.44px 0 0;
  }
}

@media (max-width:479px) {
  main.main #modules .mDiv.divSpacer.modGroupDefault {
    padding: 40px 0 0;
  }
}

main.main #modules .mDiv.divSpacer.modGroupLarge {
  padding: 150px 0 0;
}

@media (max-width:1599px) {
  main.main #modules .mDiv.divSpacer.modGroupLarge {
    padding: 120px 0 0;
  }
}

@media (max-width:1199px) {
  main.main #modules .mDiv.divSpacer.modGroupLarge {
    padding: 120px 0 0;
  }
}

@media (max-width:991px) {
  main.main #modules .mDiv.divSpacer.modGroupLarge {
    padding: 96px 0 0;
  }
}

@media (max-width:767px) {
  main.main #modules .mDiv.divSpacer.modGroupLarge {
    padding: 76.8px 0 0;
  }
}

@media (max-width:479px) {
  main.main #modules .mDiv.divSpacer.modGroupLarge {
    padding: 40px 0 0;
  }
}

main.main #modules .mDiv.divSpacer.modGroupXlarge {
  padding: 210px 0 0;
}

@media (max-width:1599px) {
  main.main #modules .mDiv.divSpacer.modGroupXlarge {
    padding: 168px 0 0;
  }
}

@media (max-width:1199px) {
  main.main #modules .mDiv.divSpacer.modGroupXlarge {
    padding: 168px 0 0;
  }
}

@media (max-width:991px) {
  main.main #modules .mDiv.divSpacer.modGroupXlarge {
    padding: 134.4px 0 0;
  }
}

@media (max-width:767px) {
  main.main #modules .mDiv.divSpacer.modGroupXlarge {
    padding: 107.52px 0 0;
  }
}

@media (max-width:479px) {
  main.main #modules .mDiv.divSpacer.modGroupXlarge {
    padding: 40px 0 0;
  }
}

main.main #modules .mDiv h3,
main.main #modules .mDiv h4,
main.main #modules .mDiv h5,
main.main #modules .mDiv h6 {
  position: relative;
  display: inline-block;
  width: auto;
  margin-bottom: 0;
}

main.main #modules .mDiv>a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  min-width: 100%;
  display: block;
}

@media (max-width:767px) {
  #modules .mDouble {
    display: block;
    text-align: center;
  }

  #modules .mDouble ul {
    text-align: left;
  }
}

#modules .mDouble .content+div p:last-of-type,
#modules .mDouble .content p:last-of-type {
  margin-bottom: 0;
}

#modules .mDouble .content+div h3.headSeo,
#modules .mDouble .content h3.headSeo {
  margin-bottom: 5px;
}

#modules .mDouble .content+div h3+p,
#modules .mDouble .content+div h4+p,
#modules .mDouble .content h3+p,
#modules .mDouble .content h4+p {
  margin-top: 2rem;
}

#modules .mDouble figure {
  padding: 0;
  overflow: visible;
}

#modules .mDouble figure figcaption {
  margin-top: 5px;
  padding: 5px;
}

#modules .mDouble figure.video {
  text-align: center;
}

#modules .mDouble figure.video>div {
  background-color: #fff;
}

@media (max-width:767px) {
  #modules .mDouble {
    margin: 0;
  }
}

#modules .mDouble .cardArrow {
  display: none;
}

#modules .mDouble .cardArrow:before {
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: all .35s ease-in-out;
  content: "";
  height: 36px;
  width: 36px;
  background-image: url(../images/icon-arrow-dark.png);
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all .35s ease-in-out;
  display: block;
  position: absolute;
  top: auto;
  right: 30px;
  bottom: 30px;
}

@media (max-width:991px) {
  #modules .mDouble .cardArrow:before {
    right: 15px;
    bottom: 15px;
  }
}

#modules .mDouble:not(.flip):not(.standard) {
  position: relative;
  margin-top: 85px;
  margin-bottom: 85px;
}

@media (max-width:1199px) {
  #modules .mDouble:not(.flip):not(.standard) {
    margin-top: 68px;
    margin-bottom: 68px;
  }
}

@media (max-width:991px) {
  #modules .mDouble:not(.flip):not(.standard) {
    margin-top: 54.4px;
    margin-bottom: 54.4px;
  }
}

@media (max-width:767px) {
  #modules .mDouble:not(.flip):not(.standard) {
    margin-top: 43.52px;
    margin-bottom: 43.52px;
  }
}

@media (max-width:991px) {
  #modules .mDouble:not(.flip):not(.standard) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

#modules .mDouble:not(.flip):not(.standard) .cardArrow {
  display: block;
}

#modules .mDouble:not(.flip):not(.standard) .content {
  position: relative;
  color: #fff;
  text-align: left;
  font-size: 1.6rem;
  z-index: 1;
  padding: 100px;
  width: -webkit-calc(50% + 30px);
  width: calc(50% + 30px);
  -webkit-transform: translateY(-25px);
  -ms-transform: translateY(-25px);
  transform: translateY(-25px);
}

@media (max-width:1199px) {
  #modules .mDouble:not(.flip):not(.standard) .content {
    padding: 80px;
  }
}

@media (max-width:991px) {
  #modules .mDouble:not(.flip):not(.standard) .content {
    padding: 64px;
  }
}

@media (max-width:767px) {
  #modules .mDouble:not(.flip):not(.standard) .content {
    padding: 51.2px;
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media (max-width:991px) {
  #modules .mDouble:not(.flip):not(.standard) .content {
    right: 0;
    position: relative;
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
}

#modules .mDouble:not(.flip):not(.standard) .content a:not(.btn-content) {
  text-decoration: underline;
  color: #eaeaea;
}

#modules .mDouble:not(.flip):not(.standard) .content a:not(.btn-content):active,
#modules .mDouble:not(.flip):not(.standard) .content a:not(.btn-content):focus,
#modules .mDouble:not(.flip):not(.standard) .content a:not(.btn-content):hover {
  color: #fff;
}

#modules .mDouble:not(.flip):not(.standard) .content .headMain,
#modules .mDouble:not(.flip):not(.standard) .content .headSeo,
#modules .mDouble:not(.flip):not(.standard) .content h1,
#modules .mDouble:not(.flip):not(.standard) .content h2,
#modules .mDouble:not(.flip):not(.standard) .content h3,
#modules .mDouble:not(.flip):not(.standard) .content h4,
#modules .mDouble:not(.flip):not(.standard) .content h5,
#modules .mDouble:not(.flip):not(.standard) .content h6 {
  color: #fff;
  margin-bottom: 0;
}

#modules .mDouble:not(.flip):not(.standard) .content:before {
  content: "";
  display: block;
  height: -webkit-calc(100% - 20px);
  height: calc(100% - 20px);
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
  border: 2px solid #000;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  pointer-events: none;
}

@media (max-width:767px) {
  #modules .mDouble:not(.flip):not(.standard) .content:before {
    height: -webkit-calc(100% - 10px);
    height: calc(100% - 10px);
    width: -webkit-calc(100% - 10px);
    width: calc(100% - 10px);
  }
}

#modules .mDouble:not(.flip):not(.standard) figcaption {
  display: none;
}

#modules .mDouble:not(.flip):not(.standard) img {
  box-shadow: none;
  background-color: transparent;
}

#modules .mDouble:not(.flip):not(.standard)>:not(.content) {
  width: -webkit-calc(50% - 120px);
  width: calc(50% - 120px);
  left: -webkit-calc(50% - 20px);
  left: calc(50% - 20px);
  top: 0;
  right: auto;
  -webkit-transform: translateY(25px);
  -ms-transform: translateY(25px);
  transform: translateY(25px);
  bottom: 0;
  position: absolute;
}

@media (max-width:991px) {
  #modules .mDouble:not(.flip):not(.standard)>:not(.content) {
    left: 0;
    position: relative;
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    height: 50vw;
  }
}

@media (max-width:479px) {
  #modules .mDouble:not(.flip):not(.standard)>:not(.content) {
    height: 70vw;
  }
}

#modules .mDouble:not(.flip):not(.standard)>.image {
  padding: 0;
  overflow: hidden;
  max-height: 100%;
}

@media (max-width:991px) {
  #modules .mDouble:not(.flip):not(.standard)>.image {
    height: 50vw;
  }
}

@media (max-width:479px) {
  #modules .mDouble:not(.flip):not(.standard)>.image {
    height: 70vw;
  }
}

#modules .mDouble:not(.flip):not(.standard)>.image figure,
#modules .mDouble:not(.flip):not(.standard)>.image figure>div {
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  max-height: 100%;
}

#modules .mDouble:not(.flip):not(.standard)>.image figure {
  position: relative;
}

#modules .mDouble:not(.flip):not(.standard)>.image figure a:after {
  top: auto;
  right: 10px;
  bottom: 10px;
}

@media (max-width:991px) {
  #modules .mDouble:not(.flip):not(.standard)>.image figure a:after {
    top: 10px;
    bottom: auto;
  }
}

#modules .mDouble:not(.flip):not(.standard)>.image figure:not([class]) {
  position: relative;
}

#modules .mDouble:not(.flip):not(.standard)>.image img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  min-width: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  height: 100%;
  width: auto;
  min-height: 100%;
  display: block;
  max-width: none;
}

#modules .mDouble:not(.flip):not(.standard) figure.slider {
  overflow: hidden;
  max-height: 100%;
  padding-right: 0;
}

#modules .mDouble:not(.flip):not(.standard) figure.slider>div {
  display: block;
  height: 100%;
  max-height: 100%;
  width: 100%;
}

#modules .mDouble:not(.flip):not(.standard) figure.slider>div .carousel-inner,
#modules .mDouble:not(.flip):not(.standard) figure.slider>div .item {
  height: 100%;
  max-height: 100%;
  overflow: hidden;
}

#modules .mDouble:not(.flip):not(.standard) figure.slider>div .carousel-inner img,
#modules .mDouble:not(.flip):not(.standard) figure.slider>div .item img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

@media (max-width:767px) {
  #modules .mDouble:not(.flip):not(.standard) {
    padding-top: 30px!important;
    padding-bottom: 30px!important;
  }
}

@media (max-width:767px) {
  #modules .mDouble.standard>div {
    margin-bottom: 30px;
  }
}

main.main #modules .mFaq .panel {
  -webkit-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  box-shadow: 0 2px 13px 0 rgba(0,0,0,.2);
  border: none;
  border-radius: 0;
}

@media (min-width:768px) {
  main.main #modules .mFaq .panel:active,
  main.main #modules .mFaq .panel:focus,
  main.main #modules .mFaq .panel:hover {
    box-shadow: 0 3px 7px -2px rgba(0,0,0,.5);
  }
}

main.main #modules .mFaq .panel .panel-heading h4.panel-title {
  margin-bottom: 0;
  -webkit-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  position: relative;
}

main.main #modules .mFaq .panel .panel-heading h4.panel-title a {
  font-size: 18px;
  position: relative;
  margin-bottom: 0;
}

main.main #modules .mFaq .panel .panel-heading h4.panel-title a:before {
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: all .35s ease-in-out;
  content: "";
  height: 36px;
  width: 36px;
  background-image: url(../images/icon-arrow-dark.png);
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all .35s ease-in-out;
  display: block;
  border: none;
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}

main.main #modules .mFaq .panel .panel-heading h4.panel-title a:after {
  display: none;
}

main.main #modules .mFaq .panel .panel-heading h4.panel-title a.collapsed {
  box-shadow: 0 0 0 0 transparent;
}

main.main #modules .mFaq .panel .panel-heading h4.panel-title a.collapsed:before {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

main.main #modules .mFaq .panel .panel-body {
  background-color: hsla(0,0%,100%,.9);
  border: 1px solid #535353;
  border-top: none;
}

main.main #modules .mFaq .panel .panel-body>p:last-of-type {
  margin-bottom: 0;
}

@media (max-width:767px) {
  main.main #modules .mFaq .panel .panel-heading .panel-title a,
  main.main #modules .mFaq .panel .panel-heading .panel-title a.collapsed {
    font-size: 1.8rem;
    padding: 20px 50px 20px 20px;
  }
}

main.main #modules .mGate section {
  -webkit-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  position: relative;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  overflow: visible;
}

main.main #modules .mGate section>div {
  box-shadow: 0 2px 13px 0 rgba(0,0,0,.2);
  -webkit-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  background-color: hsla(0,0%,100%,.9);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px solid #535353;
  max-width: 100%;
}

@media (min-width:768px) {
  main.main #modules .mGate section>div:active,
  main.main #modules .mGate section>div:focus,
  main.main #modules .mGate section>div:hover {
    box-shadow: 0 3px 7px -2px rgba(0,0,0,.5);
  }
}

@media (min-width:768px) {
  main.main #modules .mGate section>div>* {
    min-height: 200px;
  }
}

main.main #modules .mGate section .gateImg {
  width: auto;
  position: relative;
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  top: auto;
  left: auto;
  right: auto;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

main.main #modules .mGate section .content {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  position: relative;
  top: auto;
  left: auto;
  width: auto;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 40px;
}

main.main #modules .mGate section .content>* {
  max-width: 100%;
}

main.main #modules .mGate section .content>:last-child {
  margin-bottom: 0;
}

main.main #modules .mGate section .content h4 {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 5px;
}

@media (max-width:1199px) {
  main.main #modules .mGate section .content h4 {
    font-size: -webkit-calc(2rem + .85vw);
    font-size: calc(2rem + .85vw);
  }
}

main.main #modules .mGate section .gateImg+.content {
  left: auto;
  width: auto;
  border-left: 0;
  border-right: 0;
  -webkit-flex-basis: 75%;
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
}

main.main #modules .mGate section .viewMore {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-transform: uppercase;
  position: relative;
  -webkit-flex-basis: 150px;
  -ms-flex-preferred-size: 150px;
  flex-basis: 150px;
  height: auto;
  top: auto;
  right: auto;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  font-size: 16px;
}

main.main #modules .mGate section .viewMore span {
  -webkit-transform: translateY(-45px);
  -ms-transform: translateY(-45px);
  transform: translateY(-45px);
  line-height: 1.3;
}

main.main #modules .mGate section .viewMore span:before {
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: all .35s ease-in-out;
  content: "";
  height: 36px;
  width: 36px;
  background-image: url(../images/icon-arrow-dark.png);
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all .35s ease-in-out;
  display: block;
  position: absolute;
  top: -webkit-calc(100% + 15px);
  top: calc(100% + 15px);
  right: 50%;
  -webkit-transform: translate(50%,-50%) rotate(0);
  -ms-transform: translate(50%,-50%) rotate(0);
  transform: translate(50%,-50%) rotate(0);
}

main.main #modules .mGate section .viewMore span:after {
  opacity: 1;
  position: absolute;
  top: -webkit-calc(100% + 15px);
  top: calc(100% + 15px);
  right: 50%;
  -webkit-transform: translate(50%,-50%) rotate(0deg);
  -ms-transform: translate(50%,-50%) rotate(0deg);
  transform: translate(50%,-50%) rotate(0deg);
  text-align: center;
}

@media (max-width:991px) {
  main.main #modules .mGate section>div {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }

  main.main #modules .mGate section>div:before {
    display: none;
  }

  main.main #modules .mGate section .gateImg {
    max-width: 25%;
  }

  main.main #modules .mGate section .gateImg+.content {
    max-width: 75%;
  }

  main.main #modules .mGate section .viewMore {
    width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: none;
    left: 0;
    margin-bottom: 0;
    border-radius: 0;
    min-height: 40px;
    padding: 15px 20px;
  }

  main.main #modules .mGate section .viewMore span {
    position: relative;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    padding: 0;
    text-align: left;
  }

  main.main #modules .mGate section .viewMore span:after,
  main.main #modules .mGate section .viewMore span:before {
    right: 20px;
    top: 50%;
    text-align: center;
  }
}

@media (max-width:479px) {
  main.main #modules .mGate section .gateImg {
    padding: 80% 0 0;
  }
}

.primary-white .mGate .viewMore span {
  color: inherit;
}

.gallery-popup:after,
.hsCard .popup-video:after,
.type_floorplans:after,
.type_img-pop:after,
.type_page:after,
.type_video:after,
figure.video .popup-video:after {
  -webkit-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  content: "\e072";
  font-family: Glyphicons Halflings;
  position: absolute;
  top: 15px;
  right: 15px;
  height: 60px;
  width: 60px;
  border: 3px solid #fff;
  background-color: rgba(0,0,0,.5);
  line-height: 53px;
  text-align: center;
  color: #fff;
  font-size: 30px;
  border-radius: 50%;
  opacity: .4;
}

@media (min-width:992px) {
  .gallery-popup:hover:after,
  .hsCard .popup-video:hover:after,
  .type_floorplans:hover:after,
  .type_img-pop:hover:after,
  .type_page:hover:after,
  .type_video:hover:after,
  figure.video .popup-video:hover:after {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    opacity: .8;
  }
}

@media (max-width:991px) {
  .gallery-popup:after,
  .hsCard .popup-video:after,
  .type_floorplans:after,
  .type_img-pop:after,
  .type_page:after,
  .type_video:after,
  figure.video .popup-video:after {
    height: 50px;
    width: 50px;
    line-height: 46px;
    font-size: 22px;
  }
}

.type_video:after,
figure.video .popup-video:after {
  content: "\e072";
  text-indent: 3px;
}

.gallery-popup:after {
  content: "\e060";
}

.popup-video.type_floorplans:after,
.type_img-pop:after {
  content: "\e140";
}

.type_floorplans:after {
  content: "\e164";
}

.type_page:after {
  content: "\e144";
}

main.main #modules .mGal,
main.main #modules .mIBox {
  overflow: visible;
}

main.main #modules .mGal>div h5,
main.main #modules .mIBox>div h5 {
  margin-bottom: 0;
}

main.main #modules .mGal>div .mGalCnt,
main.main #modules .mIBox>div .mGalCnt {
  border-radius: 0;
  border: none;
  height: 100%;
  -webkit-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  padding-top: 0;
  overflow: visible;
}

main.main #modules .mGal>div .mGalCnt h5,
main.main #modules .mIBox>div .mGalCnt h5 {
  background-color: transparent;
  border-top: none;
  padding: 20px 5px;
  height: auto;
  font-size: 18px;
  letter-spacing: normal;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  vertical-align: middle;
}

main.main #modules .mGal>div .mGalCnt h5 span,
main.main #modules .mIBox>div .mGalCnt h5 span {
  top: auto;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

main.main #modules .mGal>div .mGalCnt>span,
main.main #modules .mIBox>div .mGalCnt>span {
  top: 0;
  left: 0;
  position: relative;
  width: 100%;
  background-color: #fff;
}

main.main #modules .mGal>div .mGalCnt>span .iBox-hover,
main.main #modules .mIBox>div .mGalCnt>span .iBox-hover {
  -webkit-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  min-width: 100%;
  pointer-events: none;
  opacity: 0;
  z-index: 0;
}

main.main #modules .mGal>div .mGalCnt a,
main.main #modules .mIBox>div .mGalCnt a {
  border-radius: 0;
}

main.main #modules .mGal>div:only-child,
main.main #modules .mIBox>div:only-child {
  width: 100%;
  max-width: 800px;
}

main.main #modules .mGal>div:not(.download) .mGalCnt,
main.main #modules .mIBox>div:not(.download) .mGalCnt {
  border: 1px solid #535353;
}

main.main #modules .mGal>div:not(.download):active .iBox-hover,
main.main #modules .mGal>div:not(.download):focus .iBox-hover,
main.main #modules .mGal>div:not(.download):hover .iBox-hover,
main.main #modules .mIBox>div:not(.download):active .iBox-hover,
main.main #modules .mIBox>div:not(.download):focus .iBox-hover,
main.main #modules .mIBox>div:not(.download):hover .iBox-hover {
  opacity: .5!important;
}

main.main #modules .mGal .download .type_title_floorplans h5,
main.main #modules .mIBox .download .type_title_floorplans h5 {
  border-top: none;
}

main.main #modules .mGal .download .type_title_floorplans h5 span,
main.main #modules .mIBox .download .type_title_floorplans h5 span {
  top: auto;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

main.main #modules .mGal .download .mGalCnt,
main.main #modules .mIBox .download .mGalCnt {
  background-color: transparent;
  box-shadow: none!important;
}

main.main #modules .mGal .download .mGalCnt>span,
main.main #modules .mIBox .download .mGalCnt>span {
  -webkit-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  box-shadow: 0 2px 13px 0 rgba(0,0,0,.2);
}

main.main #modules .mGal .download .mGalCnt>span:active,
main.main #modules .mGal .download .mGalCnt>span:focus,
main.main #modules .mGal .download .mGalCnt>span:hover,
main.main #modules .mIBox .download .mGalCnt>span:active,
main.main #modules .mIBox .download .mGalCnt>span:focus,
main.main #modules .mIBox .download .mGalCnt>span:hover {
  box-shadow: 0 3px 7px -2px rgba(0,0,0,.5);
  -webkit-transform: translate(0)!important;
  -ms-transform: translate(0)!important;
  transform: translate(0)!important;
}

main.main #modules .mGal .download span>a,
main.main #modules .mIBox .download span>a {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  min-width: 100%;
  z-index: 9;
}

main.main #modules .mGal .download span:active .iBox-hover,
main.main #modules .mGal .download span:focus .iBox-hover,
main.main #modules .mGal .download span:hover .iBox-hover,
main.main #modules .mIBox .download span:active .iBox-hover,
main.main #modules .mIBox .download span:focus .iBox-hover,
main.main #modules .mIBox .download span:hover .iBox-hover {
  opacity: .5;
}

main.main #modules .mGal .download a,
main.main #modules .mIBox .download a {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  text-decoration: none;
}

main.main #modules .mGal .download a h5,
main.main #modules .mIBox .download a h5 {
  margin-bottom: 0;
  font-size: 18px;
  padding: 10px 5px 5px;
  height: auto;
  background: none;
}

main.main #modules .mGal .download a:after,
main.main #modules .mIBox .download a:after {
  display: none;
}

main.main #modules .mGal .download a.popup-video_download h5,
main.main #modules .mIBox .download a.popup-video_download h5 {
  margin-bottom: 0;
  font-size: 14px;
  padding: 0 5px 5px;
}

@media (min-width:768px) {
  main.main #modules .mGal .download a:active,
  main.main #modules .mGal .download a:focus,
  main.main #modules .mGal .download a:hover,
  main.main #modules .mIBox .download a:active,
  main.main #modules .mIBox .download a:focus,
  main.main #modules .mIBox .download a:hover {
    text-decoration: none;
  }
}

#modules .mStaff>article {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: none!important;
}

@media (max-width:767px) {
  #modules .mStaff>article {
    display: block;
  }

  #modules .mStaff>article .staffImg {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
    margin-right: 0;
    padding-right: 0;
    display: block;
  }

  #modules .mStaff>article .staffImg img {
    height: auto;
    width: 100%;
  }

  #modules .mStaff>article .staffBody {
    width: 100%;
  }
}

#modules .mStaff .staffImg {
  -webkit-flex-basis: 30%;
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  max-width: 30%;
}

#modules .mStaff .staffImg>img {
  float: right;
}

@media (max-width:767px) {
  #modules .mStaff .staffImg {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

#modules .mStaff .staffImg+.staffBody {
  -webkit-flex-basis: 70%;
  -ms-flex-preferred-size: 70%;
  flex-basis: 70%;
  max-width: 70%;
}

@media (max-width:767px) {
  #modules .mStaff .staffImg+.staffBody {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

#modules .mStaff .staffBody {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

#modules .mStaff .staffBody,
#modules .mStaff .staffBody blockquote {
  font-size: 1.6rem;
  font-weight: 400;
}

#modules .mStaff .staffBody blockquote cite {
  font-style: normal;
}

#modules .mStaff .staffHead h4 {
  font-size: 16px;
  margin-bottom: 0;
}

#modules .mStaff .staffHead h6 {
  margin-bottom: 0;
  font-size: 14px;
}

@media (min-width:992px) and (max-width:1199px) {
  #modules .mStaff .staffImg {
    margin-right: 15px;
  }
}

#modules .mSingle p:last-of-type {
  margin-bottom: 0;
}

#modules .mSingle:after {
  content: "";
  display: table;
  clear: both;
}

#modules .mSingle.maxLarge>*,
#modules .mSingle.maxMedium>*,
#modules .mSingle.maxSmall>* {
  margin: auto;
}

#modules .maxLarge>* {
  width: 80%!important;
  max-width: 800px!important;
}

#modules .maxMedium>* {
  width: 65%!important;
  max-width: 650px!important;
}

#modules .maxSmall>* {
  width: 50%!important;
  max-width: 500px!important;
}

@media (max-width:767px) {
  #modules .maxLarge>* {
    width: 95%!important;
  }

  #modules .maxMedium>* {
    width: 90%!important;
  }

  #modules .maxSmall>* {
    width: 85%!important;
  }
}

@media (max-width:767px) {
  #modules .maxLarge>* {
    width: 98%!important;
  }

  #modules .maxMedium>* {
    width: 95%!important;
  }

  #modules .maxSmall>* {
    width: 92%!important;
  }
}

#modules .mCTA {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width:991px) {
  #modules .mCTA {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

#modules .mCTA .m_cta_outer {
  position: relative;
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
  overflow: hidden;
}

@media (max-width:991px) {
  #modules .mCTA .m_cta_outer {
    -webkit-flex-basis: 40%!important;
    -ms-flex-preferred-size: 40%!important;
    flex-basis: 40%!important;
  }
}

@media (max-width:767px) {
  #modules .mCTA .m_cta_outer {
    -webkit-flex-basis: 100%!important;
    -ms-flex-preferred-size: 100%!important;
    flex-basis: 100%!important;
    margin-left: 0!important;
    margin-right: 0!important;
  }
}

#modules .mCTA .m_cta_outer .m_cta_image_wrap {
  -webkit-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  overflow: hidden;
  position: relative;
  max-height: 400px;
}

@media (max-width:767px) {
  #modules .mCTA .m_cta_outer .m_cta_image_wrap {
    max-height: 250px;
  }
}

#modules .mCTA .m_cta_outer .m_cta_image_wrap:before {
  content: "";
  padding: 50% 0;
  float: left;
}

#modules .mCTA .m_cta_outer .m_cta_image_wrap .m_cta_image {
  -webkit-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  opacity: .9;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  width: -webkit-calc(100% + 2px);
  width: calc(100% + 2px);
  height: -webkit-calc(100% + 2px);
  height: calc(100% + 2px);
}

#modules .mCTA .m_cta_outer h4 {
  margin: 10px 0;
}

@media (min-width:768px) {
  #modules .mCTA .m_cta_outer:active .m_cta_image,
  #modules .mCTA .m_cta_outer:focus .m_cta_image,
  #modules .mCTA .m_cta_outer:hover .m_cta_image {
    opacity: .7;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
}

#modules .mCTA.m_cta_title_over .m_cta_outer .m_cta_image {
  -webkit-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  opacity: .7;
}

#modules .mCTA.m_cta_title_over .m_cta_outer h4 {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  color: #fff;
  text-shadow: 0 3px 4px rgba(0,0,0,.5);
  margin: 0;
  width: 100%;
  padding: 5px 10px;
}

@media (min-width:768px) {
  #modules .mCTA.m_cta_title_over .m_cta_outer:active .m_cta_image,
  #modules .mCTA.m_cta_title_over .m_cta_outer:focus .m_cta_image,
  #modules .mCTA.m_cta_title_over .m_cta_outer:hover .m_cta_image {
    opacity: .5;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
}

@media (min-width:992px) {
  #modules .mCTA.m_cta_space .m_cta_outer:first-of-type {
    margin-left: 0!important;
  }

  #modules .mCTA.m_cta_space .m_cta_outer:last-of-type {
    margin-right: 0!important;
  }
}

@media (max-width:991px) {
  #modules .mCTA.m_cta_space .m_cta_outer {
    margin: 25px!important;
  }
}

@media (max-width:767px) {
  #modules .mCTA.m_cta_space .m_cta_outer {
    margin: 25px 0!important;
  }
}

@media (max-width:479px) {
  #modules .mCTA.m_cta_space .m_cta_outer {
    margin: 10px 0!important;
  }

  #modules .mCTA.m_cta_space .m_cta_outer:first-of-type {
    margin-top: 20px!important;
  }
}

#modules .mCTA.m_cta_fill {
  padding: 0!important;
  max-width: 100%!important;
}

@media (max-width:991px) {
  #modules .mCTA.m_cta_fill.m_cta_title_under h4 {
    margin-bottom: 30px;
  }
}

#modules .mFloors .mFloorsContainer {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (min-width:1200px) {
  #modules .mFloors .mFloorsContainer {
    max-width: 1400px;
  }
}

#modules .mFloors .mFloorsContainer .mFloor {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 15px;
  max-width: 600px;
  text-align: center;
}

#modules .mFloors .mFloorsContainer .mFloor.col-4 {
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
}

@media (min-width:768px) and (max-width:1199px) {
  #modules .mFloors .mFloorsContainer .mFloor.col-4 {
    -webkit-flex-basis: 33.3%;
    -ms-flex-preferred-size: 33.3%;
    flex-basis: 33.3%;
  }
}

#modules .mFloors .mFloorsContainer .mFloor.col-3 {
  -webkit-flex-basis: 33.3%;
  -ms-flex-preferred-size: 33.3%;
  flex-basis: 33.3%;
}

#modules .mFloors .mFloorsContainer .mFloor.col-2 {
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

#modules .mFloors .mFloorsContainer .mFloor.col-1 {
  -webkit-flex-basis: 60%;
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
}

@media (max-width:991px) {
  #modules .mFloors .mFloorsContainer .mFloor {
    -webkit-flex-basis: 50%!important;
    -ms-flex-preferred-size: 50%!important;
    flex-basis: 50%!important;
  }
}

@media (max-width:767px) {
  #modules .mFloors .mFloorsContainer .mFloor {
    -webkit-flex-basis: 100%!important;
    -ms-flex-preferred-size: 100%!important;
    flex-basis: 100%!important;
  }
}

#modules .mFloors .mFloorsContainer .mFloor:first-of-type:last-of-type {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

#modules .mFloors .mFloorsContainer .mFloor>:not(h5) {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  display: block;
  margin: 0;
}

#modules .mFloors .mFloorsContainer .mFloor>h5,
#modules .mFloors .mFloorsContainer .mFloor>h6 {
  margin: 0 0 10px!important;
}

#modules .mFloors .mFloorsContainer .mFloor .mFloorCover {
  padding: 35% 0;
  position: relative;
  border: 1px solid #000;
  border-bottom: unset;
}

#modules .mFloors .mFloorsContainer .mFloor .mFloorCover .iBox-hover {
  -webkit-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  min-width: 100%;
  pointer-events: none;
  opacity: 0;
  z-index: 0;
}

#modules .mFloors .mFloorsContainer .mFloor>a {
  position: relative;
  -webkit-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  text-align: center;
  line-height: 1.05;
  padding: 15px 5px;
}

#modules .mFloors .mFloorsContainer .mFloor>a.type_floorplans:after {
  display: none!important;
}

#modules .mFloors .mFloorsContainer .mFloor>a h5 {
  position: relative;
  margin: 0;
  line-height: 1.05;
}

#modules .mFloors .mFloorsContainer .mFloor>a.mFloorLink h6 {
  margin-bottom: 0!important;
  text-transform: none;
  font-weight: 400;
}

#modules .mFloors .mFloorsContainer .mFloor>a.download h5:after {
  content: "\e025";
  font-family: Glyphicons Halflings!important;
  margin-left: 5px;
  display: inline-block;
  font-size: 14px;
}

#modules .mFloors .mFloorsContainer .mFloor>a:before {
  -webkit-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  min-width: 100%;
  background-color: transparent;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}

#modules .mFloors .mFloorsContainer .mFloor>a:last-of-type {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #000!important;
}

#modules .mFloors .mFloorsContainer .mFloor>a:active,
#modules .mFloors .mFloorsContainer .mFloor>a:focus,
#modules .mFloors .mFloorsContainer .mFloor>a:hover {
  text-decoration: none;
}

#modules .mFloors .mFloorsContainer .mFloor>a:active:before,
#modules .mFloors .mFloorsContainer .mFloor>a:focus:before,
#modules .mFloors .mFloorsContainer .mFloor>a:hover:before {
  background-color: hsla(0,0%,100%,.5);
}

#modules .mFloors .mFloorsContainer .mFloor:active .iBox-hover,
#modules .mFloors .mFloorsContainer .mFloor:focus .iBox-hover,
#modules .mFloors .mFloorsContainer .mFloor:hover .iBox-hover {
  opacity: .5;
}

@media (max-width:1599px) {
  .sidebar-primary .sidebar_left #modules .mFloors .mFloorsContainer .mFloor.col-3,
  .sidebar-primary .sidebar_left #modules .mFloors .mFloorsContainer .mFloor.col-4,
  .sidebar-primary .sidebar_right #modules .mFloors .mFloorsContainer .mFloor.col-3,
  .sidebar-primary .sidebar_right #modules .mFloors .mFloorsContainer .mFloor.col-4 {
    -webkit-flex-basis: 33.3%;
    -ms-flex-preferred-size: 33.3%;
    flex-basis: 33.3%;
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .sidebar-primary .sidebar_left #modules .mFloors .mFloorsContainer .mFloor.col-3,
  .sidebar-primary .sidebar_left #modules .mFloors .mFloorsContainer .mFloor.col-4,
  .sidebar-primary .sidebar_right #modules .mFloors .mFloorsContainer .mFloor.col-3,
  .sidebar-primary .sidebar_right #modules .mFloors .mFloorsContainer .mFloor.col-4 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}

.mfp-image-holder figcaption {
  display: none;
}

#modules .m_imgFeat_group {
  max-width: 100%;
  padding: 0!important;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#modules .m_imgFeat_group,
#modules .m_imgFeat_group .m_imgFeat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

#modules .m_imgFeat_group .m_imgFeat {
  position: relative;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

#modules .m_imgFeat_group .m_imgFeat.noImage {
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

#modules .m_imgFeat_group .m_imgFeat.noImage .m_imgFeatText {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width:1200px) {
  #modules .m_imgFeat_group .m_imgFeat.noImage .m_imgFeatText {
    max-width: 1400px;
  }
}

@media (max-width:767px) {
  #modules .m_imgFeat_group .m_imgFeat.noImage {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

#modules .m_imgFeat_group .m_imgFeat.imgLeft .m_imgFeatText {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

#modules .m_imgFeat_group .m_imgFeat>* {
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

#modules .m_imgFeat_group .m_imgFeat h3 {
  margin-bottom: 20px;
}

#modules .m_imgFeat_group .m_imgFeat .m_imgFeatText {
  z-index: 2;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (min-width:1200px) {
  #modules .m_imgFeat_group .m_imgFeat .m_imgFeatText {
    max-width: 1250px;
  }
}

@media (max-width:1599px) {
  #modules .m_imgFeat_group .m_imgFeat .m_imgFeatText {
    padding: 48px;
  }
}

@media (max-width:1199px) {
  #modules .m_imgFeat_group .m_imgFeat .m_imgFeatText {
    padding: 48px;
  }
}

@media (max-width:991px) {
  #modules .m_imgFeat_group .m_imgFeat .m_imgFeatText {
    padding: 38.4px;
  }
}

@media (max-width:767px) {
  #modules .m_imgFeat_group .m_imgFeat .m_imgFeatText {
    padding: 30.72px 25px;
  }
}

@media (max-width:479px) {
  #modules .m_imgFeat_group .m_imgFeat .m_imgFeatText {
    padding: 40px 20px;
  }
}

#modules .m_imgFeat_group .m_imgFeat .m_imgFeatText>* {
  max-width: 100%;
}

#modules .m_imgFeat_group .m_imgFeat .m_imgFeatText p:last-of-type {
  margin-bottom: 0;
}

#modules .m_imgFeat_group .m_imgFeat .m_imgFeatText .btnWrap a {
  text-align: left;
}

#modules .m_imgFeat_group .m_imgFeat .m_imgFeatText.textCenter {
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#modules .m_imgFeat_group .m_imgFeat .m_imgFeatText.textCenter .btnWrap a {
  text-align: center;
}

#modules .m_imgFeat_group .m_imgFeat .m_imgFeatText .textWrap+.btnWrap {
  margin-top: 30px;
}

@media (min-width:768px) and (max-width:991px) {
  #modules .m_imgFeat_group .m_imgFeat .m_imgFeatText {
    -webkit-flex-basis: 65%;
    -ms-flex-preferred-size: 65%;
    flex-basis: 65%;
  }
}

@media (max-width:767px) {
  #modules .m_imgFeat_group .m_imgFeat .m_imgFeatImg {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
    min-width: 100%;
    opacity: .3;
  }
}

#modules .m_imgFeat_group .m_imgFeat a {
  z-index: 3;
}

#modules .startBkgWrap .wrappedModules .mList.contentContain {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width:1200px) {
  #modules .startBkgWrap .wrappedModules .mList.contentContain {
    max-width: 1400px;
  }
}

#modules .startBkgWrap .wrappedModules .mList.contentContainSmall {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width:1200px) {
  #modules .startBkgWrap .wrappedModules .mList.contentContainSmall {
    max-width: 1200px;
  }
}

#modules .startBkgWrap .wrappedModules .mList.contentContainXSmall {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width:1200px) {
  #modules .startBkgWrap .wrappedModules .mList.contentContainXSmall {
    max-width: 900px;
  }
}

#modules .startBkgWrap .wrappedModules .mList .width-wrapper ul {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#modules .startBkgWrap .wrappedModules .mList .width-wrapper ul .m_list_col {
  padding-left: 20px;
  padding-right: 20px;
}

#modules .startBkgWrap .wrappedModules .mList .width-wrapper ul .m_list_col li {
  line-height: 1.5;
  margin: 0;
  padding: 7.5px 0;
}

@media (max-width:991px) {
  #modules .startBkgWrap .wrappedModules .mList .width-wrapper ul .m_list_col {
    -webkit-flex-basis: 100%!important;
    -ms-flex-preferred-size: 100%!important;
    flex-basis: 100%!important;
  }
}

#modules .startBkgWrap .wrappedModules .mHead+.mList {
  margin: 20px auto 60px;
}

#modules .startBkgWrap .wrappedModules .mHead+.mList .width-wrapper ul {
  margin-top: 0!important;
}

#modules .startBkgWrap .wrappedModules .mHead {
  margin: 60px auto 20px;
}

@media (max-width:1599px) {
  #modules .startBkgWrap .wrappedModules .mHead {
    margin: 48px auto 16px;
  }
}

@media (max-width:1199px) {
  #modules .startBkgWrap .wrappedModules .mHead {
    margin: 48px auto 16px;
  }
}

@media (max-width:991px) {
  #modules .startBkgWrap .wrappedModules .mHead {
    margin: 38.4px auto 20px;
  }
}

@media (max-width:767px) {
  #modules .startBkgWrap .wrappedModules .mHead {
    margin: 30.72px auto 40px;
  }
}

@media (max-width:479px) {
  #modules .startBkgWrap .wrappedModules .mHead {
    margin: 40px auto;
  }
}

a.backToIntro {
  position: absolute;
  top: 10px;
  right: 40px;
  color: #000;
  padding: 5px 30px 5px 5px;
  text-transform: uppercase;
  font-size: 14px;
  text-decoration: none;
}

a.backToIntro:before {
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: all .35s ease-in-out;
  content: "";
  height: 36px;
  width: 36px;
  background-image: url(../images/icon-arrow-dark.png);
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all .35s ease-in-out;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
  width: 25px;
  height: 25px;
}

a.backToIntro:active,
a.backToIntro:focus,
a.backToIntro:hover {
  text-decoration: none;
}

@media (max-width:991px) {
  a.backToIntro {
    display: none;
  }
}

#h_intro {
  border-top: 10px solid;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-top: 0!important;
}

@media (max-width:1199px) {
  #h_intro {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

@media (max-width:991px) {
  #h_intro {
    padding-top: 38.4px;
    padding-bottom: 38.4px;
  }
}

@media (max-width:767px) {
  #h_intro {
    padding-top: 30.72px;
    padding-bottom: 30.72px;
  }
}

#h_intro .introWrap {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-top: 20px;
  padding: 80px;
  background-color: #fff;
  margin-top: -80px;
}

@media (min-width:1200px) {
  #h_intro .introWrap {
    max-width: 1060px;
  }
}

@media (max-width:1199px) {
  #h_intro .introWrap {
    padding: 64px;
  }
}

@media (max-width:991px) {
  #h_intro .introWrap {
    padding: 51.2px;
  }
}

@media (max-width:767px) {
  #h_intro .introWrap {
    padding: 40.96px;
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media (max-width:1199px) {
  #h_intro .introWrap {
    max-width: -webkit-calc(100% - 160px);
    max-width: calc(100% - 160px);
  }
}

@media (max-width:991px) {
  #h_intro .introWrap {
    max-width: -webkit-calc(100% - 120px);
    max-width: calc(100% - 120px);
    margin-top: -60px;
  }
}

@media (max-width:767px) {
  #h_intro .introWrap {
    margin-top: 0;
    max-width: 100%;
  }
}

#h_intro .introWrap h1.headSeo {
  margin-bottom: 35px;
}

@media (max-width:767px) {
  #h_intro .introWrap h1.headSeo {
    margin-bottom: 30px;
  }
}

#h_intro .introWrap .icon {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  margin: 35px auto;
  height: 30px;
  width: 70px;
}

#h_intro .introWrap>h3 {
  text-transform: none;
  margin-bottom: 40px;
}

@media (max-width:767px) {
  #h_intro .introWrap>h3 {
    margin-bottom: 35px;
  }
}

#h_intro .introWrap a.btn-content {
  margin: 5px;
  -webkit-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  padding-left: 50px;
  padding-right: 50px;
  min-width: 47%;
}

@media (max-width:1199px) {
  #h_intro .introWrap a.btn-content {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width:991px) {
  #h_intro .introWrap a.btn-content {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width:767px) {
  #h_intro .introWrap a.btn-content {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media (min-width:768px) {
  #h_intro .introWrap a.btn-content:active,
  #h_intro .introWrap a.btn-content:focus,
  #h_intro .introWrap a.btn-content:hover {
    box-shadow: 0 3px 7px -2px rgba(0,0,0,.5);
  }
}

@media (max-width:991px) {
  #h_intro .introWrap a.btn-content {
    min-width: 70%;
    margin: 5px auto;
  }
}

@media (max-width:767px) {
  #h_intro .introWrap a.btn-content {
    min-width: 85%;
  }
}

@media (max-width:479px) {
  #h_intro .introWrap a.btn-content {
    min-width: 100%;
  }
}

#h_il {
  position: relative;
  padding: 30px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width:992px) {
  #h_il {
    padding: 20px 0;
    min-height: 100vh;
  }
}

#h_il .ilImage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 45%;
  background-size: cover;
  background-position: 50%;
}

@media (max-width:1199px) {
  #h_il .ilImage {
    width: 35%;
  }
}

@media (max-width:991px) {
  #h_il .ilImage {
    display: none;
  }
}

#h_il .ilContentWrap {
  position: relative;
  padding: 100px;
  max-width: 65%;
  border-top: 2px solid;
  border-right: 2px solid;
  border-bottom: 2px solid;
}

@media (max-width:1199px) {
  #h_il .ilContentWrap {
    padding: 80px;
  }
}

@media (max-width:991px) {
  #h_il .ilContentWrap {
    padding: 64px;
  }
}

@media (max-width:767px) {
  #h_il .ilContentWrap {
    padding: 51.2px;
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media (max-width:1199px) {
  #h_il .ilContentWrap {
    max-width: 70%;
  }
}

@media (max-width:991px) {
  #h_il .ilContentWrap {
    max-width: 100%;
    border: none;
  }
}

#h_il .ilContentWrap>* {
  max-width: 70%;
}

@media (max-width:1599px) {
  #h_il .ilContentWrap>* {
    max-width: 85%;
  }
}

@media (max-width:1199px) {
  #h_il .ilContentWrap>* {
    max-width: 95%;
  }
}

@media (max-width:991px) {
  #h_il .ilContentWrap>* {
    max-width: 100%;
  }
}

#h_il .ilContentWrap div:not(.linkWrap) {
  font-size: 1.6rem;
}

#h_il .ilContentWrap .linkWrap {
  max-width: 75%;
}

@media (max-width:767px) {
  #h_il .ilContentWrap .linkWrap {
    max-width: 90%;
  }
}

@media (max-width:479px) {
  #h_il .ilContentWrap .linkWrap {
    max-width: 100%;
  }
}

#h_il .ilContentWrap .linkWrap .ilLinks {
  position: relative;
  display: block;
  margin-bottom: 15px;
  font-size: 18px;
  padding: 15px 60px 15px 30px;
  text-decoration: none!important;
}

#h_il .ilContentWrap .linkWrap .ilLinks:not(.download) {
  color: #000;
}

#h_il .ilContentWrap .linkWrap .ilLinks:before {
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: all .35s ease-in-out;
  content: "";
  height: 36px;
  width: 36px;
  background-image: url(../images/icon-arrow-dark.png);
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all .35s ease-in-out;
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#h_il .ilContentWrap .linkWrap .ilLinks.download:before {
  background-image: url(../images/icon-arrow-white.png);
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

@media (min-width:768px) {
  #h_il .ilContentWrap .linkWrap .ilLinks:active,
  #h_il .ilContentWrap .linkWrap .ilLinks:focus,
  #h_il .ilContentWrap .linkWrap .ilLinks:hover {
    text-decoration: none;
    box-shadow: 0 3px 7px -2px rgba(0,0,0,.5);
  }

  #h_il .ilContentWrap .linkWrap .ilLinks:active.download,
  #h_il .ilContentWrap .linkWrap .ilLinks:focus.download,
  #h_il .ilContentWrap .linkWrap .ilLinks:hover.download {
    color: #000;
  }
}

#h_hs {
  position: relative;
  padding: 120px;
}

@media (max-width:1199px) {
  #h_hs {
    padding: 96px;
  }
}

@media (max-width:991px) {
  #h_hs {
    padding: 76.8px;
  }
}

@media (max-width:767px) {
  #h_hs {
    padding: 61.44px;
    padding-left: 25px;
    padding-right: 25px;
  }
}

#h_hs #hs_overylay {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  min-width: 100%;
  box-shadow: inset 0 25px 25px -5px rgba(0,0,0,.6);
}

#h_hs #hs_intro {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

@media (min-width:1200px) {
  #h_hs #hs_intro {
    max-width: 1000px;
  }
}

#h_hs #hs_intro p {
  margin-bottom: 0;
}

#h_hs #hs_cards {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 120px;
  padding-bottom: 120px;
  padding-bottom: 0!important;
}

@media (max-width:1199px) {
  #h_hs #hs_cards {
    padding-top: 96px;
    padding-bottom: 96px;
  }
}

@media (max-width:991px) {
  #h_hs #hs_cards {
    padding-top: 76.8px;
    padding-bottom: 76.8px;
  }
}

@media (max-width:767px) {
  #h_hs #hs_cards {
    padding-top: 61.44px;
    padding-bottom: 61.44px;
  }
}

#h_hs #hs_cards .hsCard {
  -webkit-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  min-height: 19vw;
  position: relative;
  margin: 5px;
  -webkit-flex-basis: -webkit-calc(25% - 10px);
  -ms-flex-preferred-size: calc(25% - 10px);
  flex-basis: calc(25% - 10px);
  max-width: -webkit-calc(33.3% - 10px);
  max-width: calc(33.3% - 10px);
  min-width: 250px;
  padding: 30px 30px 75px;
  box-shadow: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

#h_hs #hs_cards .hsCard>* {
  max-width: 100%;
  float: left;
}

#h_hs #hs_cards .hsCard:after {
  -webkit-transition: opacity .35s ease-in-out;
  transition: opacity .35s ease-in-out;
  content: "";
  position: absolute;
  pointer-events: none;
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
  height: -webkit-calc(100% - 20px);
  height: calc(100% - 20px);
  border: 1px solid;
  top: 10px;
  left: 10px;
  opacity: 0;
}

@media (max-width:1599px) {
  #h_hs #hs_cards .hsCard {
    -webkit-flex-basis: -webkit-calc(33.33% - 10px);
    -ms-flex-preferred-size: calc(33.33% - 10px);
    flex-basis: calc(33.33% - 10px);
    max-width: -webkit-calc(33.33% - 10px);
    max-width: calc(33.33% - 10px);
    min-height: 30vw;
  }
}

@media (max-width:1199px) {
  #h_hs #hs_cards .hsCard {
    -webkit-flex-basis: -webkit-calc(50% - 10px);
    -ms-flex-preferred-size: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
    max-width: -webkit-calc(50% - 10px);
    max-width: calc(50% - 10px);
    min-height: 45vw;
  }
}

@media (max-width:767px) {
  #h_hs #hs_cards .hsCard {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    min-height: 35vw;
  }
}

#h_hs #hs_cards .hsCard a {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  min-width: 100%;
}

#h_hs #hs_cards .hsCard .cardIcon {
  width: 60px;
  height: 80px;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  background-image: url(../images/icon-download.png);
  margin-bottom: 15px;
}

#h_hs #hs_cards .hsCard .cardTitle {
  margin-bottom: 10px;
}

@media (min-width:1200px) and (max-width:1599px) {
  #h_hs #hs_cards .hsCard .cardTitle {
    letter-spacing: normal;
    font-size: 23px;
  }
}

@media (min-width:992px) and (max-width:1199px) {
  #h_hs #hs_cards .hsCard .cardTitle {
    font-size: 20px;
  }
}

#h_hs #hs_cards .hsCard .cardArrow {
  position: absolute;
  bottom: 25px;
}

#h_hs #hs_cards .hsCard .cardArrow:before {
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: all .35s ease-in-out;
  content: "";
  height: 36px;
  width: 36px;
  background-image: url(../images/icon-arrow-dark.png);
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all .35s ease-in-out;
  display: block;
}

@media (min-width:768px) {
  #h_hs #hs_cards .hsCard:active:not(#hsTitleCard):not(.image),
  #h_hs #hs_cards .hsCard:focus:not(#hsTitleCard):not(.image),
  #h_hs #hs_cards .hsCard:hover:not(#hsTitleCard):not(.image) {
    box-shadow: 0 3px 7px -2px rgba(0,0,0,.5);
  }

  #h_hs #hs_cards .hsCard:active:not(#hsTitleCard):not(.image):after,
  #h_hs #hs_cards .hsCard:focus:not(#hsTitleCard):not(.image):after,
  #h_hs #hs_cards .hsCard:hover:not(#hsTitleCard):not(.image):after {
    opacity: 1;
  }
}

#h_hs #hs_cards .hsCard.discover,
#h_hs #hs_cards .hsCard.download {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width:767px) {
  #h_hs #hs_cards .hsCard.discover .cardIcon,
  #h_hs #hs_cards .hsCard.download .cardIcon {
    display: none;
  }
}

#h_hs #hs_cards .hsCard.discover .cardType,
#h_hs #hs_cards .hsCard.download .cardType {
  text-transform: uppercase;
  font-size: 16px;
}

#h_hs #hs_cards .hsCard.discover .cardTitle,
#h_hs #hs_cards .hsCard.download .cardTitle {
  margin-top: 10px;
  text-transform: none;
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 2;
}

#h_hs #hs_cards .hsCard.discover .cardArrow:before,
#h_hs #hs_cards .hsCard.download .cardArrow:before {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}

#h_hs #hs_cards .hsCard.download .cardArrow:before {
  -webkit-transform: translate(0) rotate(90deg);
  -ms-transform: translate(0) rotate(90deg);
  transform: translate(0) rotate(90deg);
}

#h_hs #hs_cards .hsCard.discover .cardIcon {
  background-image: url(../images/icon-plus.png);
}

#h_hs #hs_cards .hsCard.image:before,
#h_hs #hs_cards .hsCard.popup:before {
  content: "";
  display: block;
  float: left;
  padding: 45% 0;
}

#h_hs #hs_cards .hsCard.image .cardImage,
#h_hs #hs_cards .hsCard.popup .cardImage {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  min-width: 100%;
  background-size: cover;
  background-position: 50%;
}

#h_hs #hs_cards .hsCard#hsTitleCard {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px;
}

#h_hs #hs_cards .hsCard#hsTitleCard .cardTitle {
  font-size: 2rem;
  margin-top: 20px;
}

#h_hs #hs_cards .hsCard#hsTitleCard .cardIcon {
  height: 60px;
  background-image: url(../images/icon-arrow.png);
  margin-bottom: 0;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

@media (max-width:767px) {
  #h_hs #hs_cards .hsCard#hsTitleCard .cardIcon {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

#h_cta .ctaWrap {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-bottom: 120px;
  text-align: center;
}

@media (min-width:1200px) {
  #h_cta .ctaWrap {
    max-width: 1400px;
  }
}

@media (max-width:1199px) {
  #h_cta .ctaWrap {
    padding-top: 96px;
    padding-bottom: 96px;
  }
}

@media (max-width:991px) {
  #h_cta .ctaWrap {
    padding-top: 76.8px;
    padding-bottom: 76.8px;
  }
}

@media (max-width:767px) {
  #h_cta .ctaWrap {
    padding-top: 61.44px;
    padding-bottom: 61.44px;
  }
}

#h_cta .ctaWrap .ctaLinksWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 70px;
  padding-right: 70px;
}

@media (max-width:1199px) {
  #h_cta .ctaWrap .ctaLinksWrap {
    padding-left: 56px;
    padding-right: 56px;
  }
}

@media (max-width:991px) {
  #h_cta .ctaWrap .ctaLinksWrap {
    padding-left: 44.8px;
    padding-right: 44.8px;
  }
}

@media (max-width:767px) {
  #h_cta .ctaWrap .ctaLinksWrap {
    padding-left: 25px;
    padding-right: 25px;
  }
}

#h_cta .ctaWrap .ctaLinksWrap .hcta {
  position: relative;
  -webkit-flex-basis: -webkit-calc(33% - 10px);
  -ms-flex-preferred-size: calc(33% - 10px);
  flex-basis: calc(33% - 10px);
  max-width: -webkit-calc(33% - 10px);
  max-width: calc(33% - 10px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#h_cta .ctaWrap .ctaLinksWrap .hcta .ctaImg {
  -webkit-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  position: relative;
  margin: 5px;
  width: 70%;
  background-size: cover;
}

#h_cta .ctaWrap .ctaLinksWrap .hcta .ctaImg:before {
  content: "";
  display: block;
  float: left;
  padding: 50% 0;
}

#h_cta .ctaWrap .ctaLinksWrap .hcta .ctaImg:after {
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  -webkit-transform: translate(-50%,-50%) scale(1);
  -ms-transform: translate(-50%,-50%) scale(1);
  transform: translate(-50%,-50%) scale(1);
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: -webkit-calc(100% + 4px);
  width: calc(100% + 4px);
  height: -webkit-calc(100% + 4px);
  height: calc(100% + 4px);
  background-image: url(../images/frame.png);
  background-size: 100% 100%;
  background-position: 50%;
}

#h_cta .ctaWrap .ctaLinksWrap .hcta h4 {
  -webkit-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  margin-top: 20px;
  font-size: 16px;
  -webkit-transform: translateY(0) scale(1);
  -ms-transform: translateY(0) scale(1);
  transform: translateY(0) scale(1);
  padding: 0 20px;
}

#h_cta .ctaWrap .ctaLinksWrap .hcta a {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  min-width: 100%;
}

@media (min-width:768px) {
  #h_cta .ctaWrap .ctaLinksWrap .hcta:active .ctaImg:after,
  #h_cta .ctaWrap .ctaLinksWrap .hcta:focus .ctaImg:after,
  #h_cta .ctaWrap .ctaLinksWrap .hcta:hover .ctaImg:after {
    -webkit-transform: translate(-50%,-50%) scale(1.11);
    -ms-transform: translate(-50%,-50%) scale(1.11);
    transform: translate(-50%,-50%) scale(1.11);
  }

  #h_cta .ctaWrap .ctaLinksWrap .hcta:active h4,
  #h_cta .ctaWrap .ctaLinksWrap .hcta:focus h4,
  #h_cta .ctaWrap .ctaLinksWrap .hcta:hover h4 {
    -webkit-transform: translateY(12px) scale(1.08);
    -ms-transform: translateY(12px) scale(1.08);
    transform: translateY(12px) scale(1.08);
  }
}

@media (max-width:991px) {
  #h_cta .ctaWrap .ctaLinksWrap .hcta .ctaImg {
    width: 85%;
  }
}

@media (max-width:767px) {
  #h_cta .ctaWrap .ctaLinksWrap .hcta {
    -webkit-flex-basis: -webkit-calc(50% - 10px);
    -ms-flex-preferred-size: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
    max-width: -webkit-calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
}

@media (max-width:479px) {
  #h_cta .ctaWrap .ctaLinksWrap .hcta {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  #h_cta .ctaWrap .ctaLinksWrap .hcta>* {
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    text-align: left;
  }

  #h_cta .ctaWrap .ctaLinksWrap .hcta .ctaImg {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100px;
    margin-right: 15px;
  }
}

#microHeaderMain {
  background-color: transparent;
}

@media (max-width:767px) {
  #microHeaderMain {
    position: relative;
    z-index: 1;
    display: block;
  }
}

#microHeaderMain #microHeadWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 25px;
}

@media (max-width:767px) {
  #microHeaderMain #microHeadWrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding: 5% 3%;
  }
}

#microHeaderMain #microHeadWrap #headLogo {
  -webkit-flex-basis: 30%;
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  display: block;
  padding: 10px;
  height: auto;
  width: auto;
  min-height: 20px;
}

@media (max-width:767px) {
  #microHeaderMain #microHeadWrap #headLogo {
    text-align: center;
  }
}

#microHeaderMain #microHeadWrap #headLogo a {
  position: relative;
  padding: 0;
  height: 150px;
  display: inline-block;
}

#microHeaderMain #microHeadWrap #headLogo a>img {
  display: block;
  position: relative;
  top: auto;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  height: auto;
}

@media (max-width:1199px) {
  #microHeaderMain #microHeadWrap #headLogo a {
    height: auto;
    max-width: 100%;
    min-height: 20px;
  }
}

@media (max-width:767px) {
  #microHeaderMain #microHeadWrap #headLogo {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  #microHeaderMain #microHeadWrap #headLogo a {
    height: auto;
    max-width: 300px;
    margin: auto;
  }
}

#microHeaderMain #microHeadWrap #microHeaderContent {
  text-align: right;
  color: #fff;
  padding: 15px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-basis: 70%;
  -ms-flex-preferred-size: 70%;
  flex-basis: 70%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#microHeaderMain.above+img.heroImg {
  position: relative!important;
  width: 100%!important;
  height: auto;
}

@media (max-width:767px) {
  #microHeaderMain.above+img.heroImg {
    width: auto!important;
    height: 28vh;
    max-width: none;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}

#microHeaderMain:not(.above) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

@media (max-width:767px) {
  #microHeaderMain:not(.above) {
    position: relative;
  }
}

#microHeaderMain.overMid {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width:767px) {
  #microHeaderMain.overMid {
    top: auto;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }
}

#microHeaderMain.overBottom {
  top: auto;
  bottom: 0;
}

#microHeaderMain.logoOnly #microHeadWrap {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#microHeaderMain.logoOnly #microHeadWrap #headLogo {
  text-align: center;
}

#microHeaderMain.logoOnly #microHeadWrap #microHeaderContent {
  display: none;
}

#microHeaderMain.logoCenter #microHeadWrap {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#microHeaderMain.logoCenter #microHeadWrap #headLogo,
#microHeaderMain.logoCenter #microHeadWrap #microHeaderContent {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  text-align: center;
}

#microHeaderMain.logoRight #microHeadWrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

#microHeaderMain.logoRight #microHeadWrap #headLogo {
  text-align: right;
}

#microHeaderMain.logoRight #microHeadWrap #microHeaderContent {
  text-align: left;
}

.page-template-landing #siteWrap.microSite #pgHeadlines {
  padding: 120px;
}

@media (max-width:1199px) {
  .page-template-landing #siteWrap.microSite #pgHeadlines {
    padding: 96px;
  }
}

@media (max-width:991px) {
  .page-template-landing #siteWrap.microSite #pgHeadlines {
    padding: 76.8px;
  }
}

@media (max-width:767px) {
  .page-template-landing #siteWrap.microSite #pgHeadlines {
    padding: 61.44px;
    padding-left: 25px;
    padding-right: 25px;
  }
}

.page-template-landing #siteWrap:not(.microSite) #pgHeadlines {
  display: none;
}

.page-template-landing #siteWrap:not(.microSite) #microHeaderMain #headLogo {
  position: relative;
}

.page-template-landing #siteWrap:not(.microSite) #microHeaderMain #headLogo>img {
  position: relative;
  display: block;
  padding: 0;
  -webkit-align-self: left;
  -ms-flex-item-align: left;
  -ms-grid-row-align: left;
  align-self: left;
}

@media (max-width:767px) {
  .page-template-landing #siteWrap:not(.microSite) #microHeaderMain #headLogo>img {
    object-fit: contain;
    width: 100%;
  }
}

.page-template-landing #siteWrap:not(.microSite) #microHeaderMain.logoOnly #headLogo>img {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.page-template-landing #siteWrap:not(.microSite) #microHeaderMain.logoRight #headLogo>img {
  -webkit-align-self: right;
  -ms-flex-item-align: right;
  -ms-grid-row-align: right;
  align-self: right;
}

@media (max-width:767px) {
  .page-template-landing #siteWrap:not(.microSite) #microHeaderMain.above #microHeadWrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .page-template-landing #siteWrap:not(.microSite) #microHeaderMain.above #microHeadWrap>* {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: center;
  }

  .page-template-landing #siteWrap:not(.microSite) #microHeaderMain.above #microHeadWrap>*,
  .page-template-landing #siteWrap:not(.microSite) #microHeaderMain.above #microHeadWrap>*>img {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .page-template-landing #siteWrap:not(.microSite) #microHeaderMain.above #microHeadWrap #headLogo {
    -webkit-flex-basis: 80%;
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
    max-width: none;
  }
}

.page-template-landing #siteWrap:not(.microSite) #footerInfo {
  display: none;
}

.microSite h3,
.microSite h4,
.page-template-landing h3,
.page-template-landing h4 {
  font-size: 2.5rem;
}

@media (max-width:1199px) {
  .microSite h3,
  .microSite h4,
  .page-template-landing h3,
  .page-template-landing h4 {
    font-size: -webkit-calc(1.8rem + .85vw);
    font-size: calc(1.8rem + .85vw);
  }
}

.microSite.contained,
.microSite .contained,
.page-template-landing.contained,
.page-template-landing .contained {
  overflow: hidden;
}

.microSite.contained>.contentContain,
.microSite .contained>.contentContain,
.page-template-landing.contained>.contentContain,
.page-template-landing .contained>.contentContain {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 15px rgba(0,0,0,.7);
}

@media (min-width:1200px) {
  .microSite.contained>.contentContain,
  .microSite .contained>.contentContain,
  .page-template-landing.contained>.contentContain,
  .page-template-landing .contained>.contentContain {
    max-width: 1400px;
  }
}

.microSite.contained .pgMiddle,
.microSite .contained .pgMiddle,
.page-template-landing.contained .pgMiddle,
.page-template-landing .contained .pgMiddle {
  background-color: #fff;
}

.microSite.contained .pgMiddle #pgHeadlines .headMain,
.microSite .contained .pgMiddle #pgHeadlines .headMain,
.page-template-landing.contained .pgMiddle #pgHeadlines .headMain,
.page-template-landing .contained .pgMiddle #pgHeadlines .headMain {
  font-size: 4.5rem;
}

@media (max-width:1199px) {
  .microSite.contained .pgMiddle #pgHeadlines .headMain,
  .microSite .contained .pgMiddle #pgHeadlines .headMain,
  .page-template-landing.contained .pgMiddle #pgHeadlines .headMain,
  .page-template-landing .contained .pgMiddle #pgHeadlines .headMain {
    font-size: -webkit-calc(2.2rem + .85vw);
    font-size: calc(2.2rem + .85vw);
  }
}

@media (max-width:767px) {
  .microSite #pgHeader,
  .page-template-landing #pgHeader {
    position: relative;
  }

  .microSite #pgHeader #microHeaderMain,
  .page-template-landing #pgHeader #microHeaderMain {
    position: relative!important;
  }

  .microSite #pgHeader #microHeaderMain:not(.above)+img.heroImg,
  .page-template-landing #pgHeader #microHeaderMain:not(.above)+img.heroImg {
    position: absolute!important;
    height: 100%;
    min-width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    display: inline;
  }
}

.microSite #footerInfo,
.page-template-landing #footerInfo {
  text-align: center;
}

.microSite #footerInfo>*,
.page-template-landing #footerInfo>* {
  float: none;
  margin-left: auto;
  margin-right: auto;
}