html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  font-family: "Source Sans Pro", sans-serif;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

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

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background-color: #004e98;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  color: #f57e20;
}

a:visited {
  color: initial;
}

sup {
  font-size: 50%;
}

strong {
  font-weight: bold;
}

::selection {
  background: rgba(245, 126, 32, 0.5);
  /* Safari */
}

::-moz-selection {
  background: rgba(245, 126, 32, 0.5);
  /* Firefox */
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

h2 {
  font-size: 20px;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

p {
  font-size: 1em;
  line-height: 1.433;
  -webkit-font-smoothing: antialiased;
}
@media (min-width: 900px) {
  p {
    font-size: 1.1em;
  }
}

@media (min-width: 900px) {
  .noDisplayDesktop {
    display: none !important;
  }
}

/* Prevent global fill override */
svg {
  fill: initial;
}

/* Reapply only to the menu icon */
svg.mapifypro-svg-icon {
  fill: #9ca2a7 !important;
}

/*---------------------------------------------------------------------------------------------
*
*  Primary Elements
*
*---------------------------------------------------------------------------------------------*/
body {
  background-color: white;
}

/* Header 
********************************************************************************************************/
.site-header {
  padding: 0;
  margin: 0;
  display: none;
  background-color: white;
}

.brandedAnnouncement {
  background-color: #004e98;
  font-size: 1.3em;
  padding: 26px 6% 26px 28px;
  color: white;
  font-weight: 300;
  display: none;
  text-align: left;
  box-shadow: inset -8px 0 11px -5px rgba(0, 0, 0, 0.55);
}
@media (min-width: 900px) {
  .brandedAnnouncement {
    display: block;
    font-size: 1.5em;
    text-align: center;
    padding: 20px 3%;
  }
}
.brandedAnnouncement a {
  font-weight: 400;
  color: #F3BC12;
}
.brandedAnnouncement.mobileAnnouncement {
  display: block;
}
@media (min-width: 900px) {
  .brandedAnnouncement.mobileAnnouncement {
    display: none;
  }
}

.emergencyBanner {
  background-color: #f57e20;
  color: white;
  text-align: center;
  padding: 10px 35px;
  font-weight: 700;
  background-size: contain;
}
.emergencyBanner a {
  color: white;
  text-decoration: underline;
}
.emergencyBanner + .interiorSectionNavAcquisitions.sticky {
  min-height: 40px;
  bottom: -40px;
}

#preheaderMain {
  display: none;
  padding: 30px;
  border-bottom: 1px solid #d7d6d7;
}
@media (min-width: 900px) {
  #preheaderMain {
    display: block;
  }
}
#preheaderMain .preheaderLogo {
  max-width: 220px;
  position: relative;
  top: 10px;
}
@media (min-width: 1100px) {
  #preheaderMain .preheaderLogo {
    max-width: 280px;
    top: 0;
  }
}

.preheaderMainContainer {
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
}

.switcherDesktop {
  display: none;
}
@media (min-width: 900px) {
  .switcherDesktop {
    display: block;
  }
}

.wpml-ls-legacy-list-horizontal {
  padding: 35px 25px 0px 19px;
}
@media (min-width: 900px) {
  .wpml-ls-legacy-list-horizontal {
    text-align: right;
    font-size: 0.85em;
    position: absolute;
    right: 0;
    top: 0;
    padding: 7px;
  }
}
.wpml-ls-legacy-list-horizontal ul li {
  border-right: 1px solid #cfd1d1;
}
.wpml-ls-legacy-list-horizontal ul li:last-child {
  border: none;
}
.wpml-ls-legacy-list-horizontal ul li a {
  color: #f57e20;
}
.wpml-ls-legacy-list-horizontal .wpml-ls-current-language a {
  color: #111111;
}

#headerMain {
  position: absolute;
  width: 100%;
  display: none;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
@media (min-width: 900px) {
  #headerMain {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 9999;
    background-color: #F4F4F4;
  }
}
@media (min-width: 900px) {
  #headerMain.sticky {
    position: fixed;
    top: 0;
    -webkit-box-shadow: 0 0 5px rgba(15, 15, 15, 0.25);
    -moz-box-shadow: 0 0 5px rgba(15, 15, 15, 0.25);
    box-shadow: 0 0 5px rgba(15, 15, 15, 0.25);
  }
}

.headerContainer {
  position: relative;
  margin: 0 auto;
  height: 70px;
  background-color: #F4F4F4;
  z-index: 9;
  -webkit-backface-visibility: hidden;
  border-bottom: 1px solid rgb(226.8103448276, 226.8103448276, 228.6896551724);
}

.headerContainerWrapper {
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
  height: 70px;
}

.sticky .headerContainer:after {
  background: none;
  display: none;
}

.logoContainer {
  clear: both;
  margin: 0px auto;
  padding: 13px 15px 0 25px;
  text-align: center;
  width: 200px;
  transition: width 0.2s ease;
  position: relative;
  z-index: 9;
  -webkit-backface-visibility: hidden;
}
@media (min-width: 900px) {
  .logoContainer {
    width: 300px;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    margin: 0;
  }
}
.logoContainer a {
  display: block;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 900px) {
  .logoContainer a {
    max-width: none;
  }
}
.logoContainer.sticky a {
  -webkit-backface-visibility: hidden;
}
@media (min-width: 900px) {
  .logoContainer.sticky a {
    top: 20px;
    left: 25px;
  }
}
.logoContainer img {
  width: 200px;
}
@media (min-width: 900px) {
  .logoContainer img {
    width: 250px;
    position: relative;
    top: 25px;
  }
}
@media (min-width: 1025px) {
  .logoContainer img {
    width: 265px;
    top: 22px;
  }
}
@media (min-width: 1100px) {
  .logoContainer img {
    width: 285px;
    top: 18px;
    left: 12px;
  }
}
@media (min-width: 1300px) {
  .logoContainer img {
    left: 0;
  }
}
.logoContainer.sticky img {
  -webkit-backface-visibility: hidden;
}
@media (min-width: 1025px) {
  .logoContainer.sticky img {
    width: 265px;
    top: 22px;
  }
}
@media (min-width: 1100px) {
  .logoContainer.sticky img {
    width: 285px;
    top: 18px;
    left: 12px;
  }
}
@media (min-width: 1300px) {
  .logoContainer.sticky img {
    left: 0;
  }
}

@media (min-width: 900px) {
  .headerContainer.sticky .logoContainer a {
    bottom: 16px;
  }
}

.logoContainerDesktop {
  padding: 0;
  -webkit-backface-visibility: hidden;
  position: absolute;
  top: -106px;
  opacity: 0;
  left: 0;
}
.logoContainerDesktop a {
  display: inline-block;
  padding-right: 25px;
  position: relative;
  z-index: 9999;
}
.logoContainerDesktop img {
  width: 156px;
}

@media (min-width: 1300px) {
  .sticky .logoContainerDesktop {
    display: inline-block;
    top: 16px;
    opacity: 1;
    transition: top 0.2s ease;
  }
}

.sticky .logoContainerDesktop img {
  -webkit-backface-visibility: hidden;
}

.navContainer {
  position: absolute;
  z-index: 999;
  -webkit-backface-visibility: hidden;
  text-align: center;
  right: 0;
  left: 0;
  margin: 0 auto;
  transition: all 0.5s ease;
}
.navContainer ul li {
  list-style: none;
  display: inline;
}
.navContainer ul li a {
  padding: 27px 10px 23px;
  margin: 0;
  margin-right: -2px;
  text-decoration: none;
  zoom: 1; /* IE7 */
  color: #111111;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 17px;
  font-size: 0.9em;
  display: inline-block;
  position: relative;
}
@media (min-width: 1025px) {
  .navContainer ul li a {
    font-size: 1em;
  }
}
@media (min-width: 1100px) {
  .navContainer ul li a {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.navContainer ul li a.current:after {
  content: "";
  display: block;
  height: 4px;
  border: none;
  background-color: #f57e20;
  position: absolute;
  bottom: -2px;
  left: 10px;
  right: 10px;
}
@media (min-width: 1100px) {
  .navContainer ul li a.current:after {
    left: 20px;
    right: 20px;
    bottom: 0;
  }
}
.navContainer ul li div.subMenu {
  display: none;
}
.navContainer .contactBTN {
  font-size: 1em;
  font-size: 0.9em;
  font-weight: 600;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  color: #f57e20;
  font-weight: 900;
  font-family: "Source Sans Pro", sans-serif;
  font-style: italic;
  font-size: 1em;
  border: 1px solid rgba(64, 64, 65, 0.35);
  border-top: none;
  border-bottom: none;
  padding: 5px 18px;
  top: 7px;
  margin-right: 18px;
  margin-left: 15px;
}
@media (min-width: 1100px) {
  .navContainer .contactBTN {
    font-size: 1.3em;
    padding: 5px 28px;
  }
}

.page-id-14064 .contactBTN {
  opacity: 0;
}
.page-id-14064 .contactBTN:hover {
  cursor: default;
}

.page-id-14064 #menu-item-6478,
.page-id-14064 #menu-item-6121,
.page-id-14064 .sidebarButtonContainer {
  display: none;
}

@media (min-width: 900px) {
  .navContainer nav {
    height: 71px;
  }
}

@media (min-width: 1300px) {
  .sticky .navContainer {
    right: -200px;
    transition: all 0.5s ease;
  }
}

.mega-sub-menu {
  top: 71px !important;
}
.mega-sub-menu ul.mega-sub-menu {
  top: inherit !important;
}

.secondaryNav {
  display: none;
  -webkit-backface-visibility: hidden;
}
@media (min-width: 900px) {
  .secondaryNav {
    display: block;
    position: absolute;
    right: -5px;
    bottom: 25px;
  }
}
.secondaryNav li {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.secondaryNav li a {
  color: #111111;
  font-weight: 700;
  font-family: "Source Sans Pro", sans-serif;
  border-right: 1px solid rgb(218.8965517241, 218.8965517241, 221.3034482759);
  padding: 3px 17px 3px 15px;
  margin: 0;
  font-size: 14px;
}
.secondaryNav li:last-child a {
  border: none;
}

.mobileHeaderButtons {
  position: absolute;
  right: 0;
  width: 75%;
  text-align: right;
  z-index: 1;
}
.mobileHeaderButtons .mobileHeaderButton {
  position: relative;
  right: 58px;
  top: 14px;
  text-transform: uppercase;
  color: #f57e20;
  font-weight: 900;
  font-family: "Source Sans Pro", sans-serif;
  font-style: italic;
  font-size: 1.2em;
  display: none;
  border-right: 1px solid rgba(64, 64, 65, 0.35);
  padding: 3px 15px;
}
@media (min-width: 620px) {
  .mobileHeaderButtons .mobileHeaderButton {
    display: inline-block;
  }
}
@media (min-width: 770px) {
  .mobileHeaderButtons .mobileHeaderButton {
    padding: 3px 25px;
    margin-right: 10px;
  }
}
.mobileHeaderButtons .mobileSearchBTN {
  top: 12px;
  right: 21px;
}

#headerLinks {
  display: inline-block;
  position: absolute;
  right: 35px;
  top: -35px;
  width: 100%;
  -webkit-backface-visibility: hidden;
}
@media (min-width: 900px) {
  #headerLinks {
    position: absolute;
    text-align: right;
    right: 23px;
    z-index: 9999;
  }
}
@media (min-width: 1400px) {
  #headerLinks {
    right: 0;
  }
}
#headerLinks.headerLinksMobile {
  display: none;
}
@media (min-width: 620px) {
  #headerLinks.headerLinksMobile {
    display: block;
  }
}
#headerLinks ul.sf-menu {
  padding-right: 100px;
}
@media (min-width: 900px) {
  #headerLinks ul.sf-menu {
    padding-right: 72px;
    position: relative;
    top: 1px;
  }
}
#headerLinks ul.sf-menu li {
  display: inline-block;
}
#headerLinks ul.sf-menu li li {
  display: block;
}
#headerLinks ul.sf-menu li a {
  padding: 10px 10px 7px;
  display: block;
  font-weight: 400;
  font-size: 0.8em;
  color: #111111;
  border: none;
}

#preheaderLinks {
  position: absolute;
  top: 15px;
  right: 0;
  text-align: right;
}
#preheaderLinks .menu-pre-header-menu-desktop-container {
  display: inline-block;
}
#preheaderLinks ul li {
  border-right: 1px solid #d7d6d7;
}
#preheaderLinks ul li:last-child {
  border: none;
}
#preheaderLinks ul li a {
  font-weight: 600;
  color: #111111;
  display: inline-block;
  padding: 5px 20px;
  font-size: 1.1em;
}
#preheaderLinks a.headerBTN {
  color: white;
  font-weight: 700;
  padding: 3px 10px;
  display: inline-block;
  position: relative;
  top: 0;
  font-size: 1em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f6a63b+0,f37f30+62 */
  background: #f6a63b; /* Old browsers */
  background: -moz-linear-gradient(-45deg, #f6a63b 0%, #f37f30 62%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #f6a63b 0%, #f37f30 62%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #f6a63b 0%, #f37f30 62%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f6a63b", endColorstr="#f37f30",GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
@media (min-width: 900px) {
  #preheaderLinks a.headerBTN {
    font-size: 1.2em;
  }
}
#preheaderLinks a.headerBTN {
  font-size: 1.1em;
  text-transform: uppercase;
  font-style: italic;
  padding: 10px 20px;
  margin-left: 12px;
  font-weight: 900;
}

.headerLinksContainer {
  max-width: 1300px;
  margin: 0px auto;
  position: relative;
}

.sticky #headerLinks {
  -webkit-backface-visibility: hidden;
}
@media (min-width: 900px) {
  .sticky #headerLinks {
    display: none;
  }
}

#headerLinks .socialLinks li {
  display: inline-block;
  position: relative;
  margin: 0 1px;
}
#headerLinks .socialLinks li img {
  width: 23px;
  height: 23px;
}

.mobileNav {
  text-align: left;
  width: 110px;
  color: #f57e20;
  display: block;
  font-size: 18px;
  padding: 28px 10px 8px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  position: absolute;
  left: 8px;
  top: -4px;
  z-index: 1;
}
@media (min-width: 1025px) {
  .mobileNav {
    display: none;
  }
}
.mobileNav .menuText {
  position: relative;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  color: rgba(17, 17, 17, 0.8);
  top: -6px;
  font-size: 0.9em;
  letter-spacing: 1px;
  padding-left: 5px;
}
.mobileNav:hover, .mobileNav.activeToggle {
  cursor: pointer;
}
.mobileNav .hamburgerContainer {
  width: 26px;
  position: relative;
  text-align: center;
  margin: 0;
  display: inline-block;
}
.mobileNav .hamburgerContainer .hamburgerPatty {
  height: 2px;
  background-color: rgba(17, 17, 17, 0.5);
  display: block;
  margin: 0 auto 4px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.bottomArrow {
  display: none;
}

.mmenu {
  width: 100%;
  padding: 35px 25px 30px;
  z-index: 999;
  position: relative;
  margin-bottom: 22px;
  -webkit-backface-visibility: hidden;
}
.mmenu:after {
  content: "";
  display: table;
  clear: both;
}
.mmenu:after {
  content: "";
  display: block;
  width: 100%;
  margin: 0px auto;
  position: absolute;
  bottom: 0;
  height: 1px;
  background-color: rgba(64, 64, 65, 0.15);
  left: 0;
  right: 0;
}
.mmenu.lastMenu {
  text-align: center;
  width: 100%;
  margin: 0 auto 15px;
  position: relative;
  left: -5px;
}
.mmenu.lastMenu li a {
  padding: 10px 25px;
}
.mmenu.lastMenu li:first-child a {
  color: white;
  font-weight: 700;
  padding: 3px 10px;
  display: inline-block;
  position: relative;
  top: 0;
  font-size: 1em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f6a63b+0,f37f30+62 */
  background: #f6a63b; /* Old browsers */
  background: -moz-linear-gradient(-45deg, #f6a63b 0%, #f37f30 62%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #f6a63b 0%, #f37f30 62%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #f6a63b 0%, #f37f30 62%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f6a63b", endColorstr="#f37f30",GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
@media (min-width: 900px) {
  .mmenu.lastMenu li:first-child a {
    font-size: 1.2em;
  }
}
.mmenu.lastMenu li:first-child a {
  color: white;
  text-align: center;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 900;
  font-size: 1.1em;
  text-transform: uppercase;
  font-style: italic;
  display: inline-block;
  padding: 10px 20px;
  margin-bottom: 15px;
}
@media (min-width: 620px) {
  .mmenu.lastMenu li:first-child a {
    font-size: 1.3em;
    padding: 10px 10%;
  }
}
.mmenu.lastMenu:after {
  display: none;
}
@media (min-width: 1025px) {
  .mmenu.expanded {
    display: none !important;
  }
}
.mmenu li.parent {
  position: relative;
}
.mmenu li.parent:before {
  content: "";
  position: absolute;
  top: 20px;
  right: 0px;
  margin-top: -3px;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-left-color: #f57e20;
}
.mmenu li.parent:after {
  content: "";
  position: absolute;
  top: 20px;
  right: 2px;
  margin-top: -3px;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-left-color: #f0f0f1;
}
.mmenu li.expandedParent:before {
  border-left-color: transparent;
  border-top-color: #f57e20;
  top: 22px;
}
.mmenu li.expandedParent:after {
  border-left-color: transparent;
  border-top-color: #f0f0f1;
  top: 20px;
  right: 0px;
}
.mmenu li a {
  color: #111111;
  font-size: 1.15em;
  padding: 10px 25px 10px 5px;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 10px;
  font-weight: 600;
  text-decoration: none;
  margin-bottom: 1px;
  -webkit-transform: inherit;
  -webkit-font-smoothing: antialiased;
}
@media (min-width: 900px) {
  .mmenu li a {
    padding: 12px 25px;
  }
}
.mmenu li ul.subNav {
  display: none;
  background-color: transparent;
  padding: 10px 0;
  margin-bottom: 20px;
}
.mmenu li ul.subNav.expandedNav {
  display: block;
  -webkit-transform: inherit;
}
.mmenu li ul li.parent:after {
  right: 10px;
  top: 15px;
}
.mmenu li ul li.parent:before {
  right: 10px;
  top: 15px;
  display: none;
}
.mmenu li ul li a {
  font-size: 15px;
  width: 100%;
  padding-left: 10%;
  padding-right: 28px;
  font-weight: 400;
  color: rgba(17, 17, 17, 0.65);
  padding-left: 25px;
  -webkit-font-smoothing: antialiased;
}
@media (min-width: 900px) {
  .mmenu li ul li a {
    padding-left: 45px;
  }
}
.mmenu li ul li ul {
  border: none !important;
}
.mmenu li ul li ul li a {
  font-size: 13px;
  width: 100%;
  padding-left: 15%;
}
@media (min-width: 620px) {
  .mmenu li ul li ul li a {
    padding-left: 50px;
  }
}
@media (min-width: 900px) {
  .mmenu li ul li ul li a {
    padding-left: 65px;
  }
}

.interiorSectionNavItems.mmenu li a {
  font-weight: 400;
}
.interiorSectionNavItems.mmenu li.parent:after {
  border-left-color: white;
}
.interiorSectionNavItems.mmenu li.expandedParent:before {
  border-top-color: #f57e20;
}
.interiorSectionNavItems.mmenu li.expandedParent:after {
  border-left-color: transparent;
  border-top-color: white;
}

ul.mobileSubNav {
  width: 100%;
  padding: 15px 25px 32px;
  z-index: 999;
  position: relative;
  margin-bottom: 10px;
}
ul.mobileSubNav:after {
  content: "";
  display: table;
  clear: both;
}
ul.mobileSubNav:after {
  content: "";
  display: block;
  width: 100%;
  margin: 0px auto;
  position: absolute;
  bottom: 0;
  height: 1px;
  background-color: rgba(64, 64, 65, 0.15);
  left: 0;
  right: 0;
}
ul.mobileSubNav li a {
  color: #111111;
  display: block;
  font-size: 1em;
  font-weight: 600;
  padding: 10px 25px 10px 5px;
}

/*---------------------------------------------------------------------------------------------
*
*  @Mega Menu
*
*---------------------------------------------------------------------------------------------*/
#mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-megamenu > ul.mega-sub-menu,
#mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-flyout ul.mega-sub-menu {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f4f5f5+0,ffffff+100 */
  background: #f4f5f5; /* Old browsers */
  background: -moz-linear-gradient(top, #f4f5f5 0%, #ffffff 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f4f5f5 0%, #ffffff 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f4f5f5 0%, #ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.5), inset 0 2px 5px -4px rgba(0, 0, 0, 0.55);
  padding: 25px 5%;
}

#mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
  background: transparent;
}

#mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item > a.mega-menu-link {
  padding: 0 6px;
  line-height: 71px;
}
@media (min-width: 1025px) {
  #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item > a.mega-menu-link {
    padding: 0 13px;
  }
}
@media (min-width: 1100px) {
  #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item > a.mega-menu-link {
    padding: 0 15px;
  }
}

#mega-menu-wrap-main_menu #mega-menu-main_menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
  margin-left: 1px;
}

#mega-menu-wrap-main_menu #mega-menu-main_menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
  padding: 3px 15px 3px 0;
}

#mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
  text-transform: inherit;
  font-weight: 400;
  font-size: 1.1em;
  line-height: 1.32;
  margin-bottom: 8px;
}
#mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover {
  color: black;
  font-weight: 400;
}

#mega-menu-946-0 a,
#mega-menu-954-0 a {
  color: #f57e20 !important;
  font-weight: 600 !important;
  font-size: 1.4em !important;
}

li#mega-menu-946-1,
li#mega-menu-954-1 {
  position: relative;
  padding-top: 25px !important;
}

#mega-menu-wrap-main_menu #mega-menu-main_menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-12 {
  padding-right: 32px;
}

#mega-menu-wrap-main_menu #mega-menu-main_menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-12:nth-child(odd) ul {
  position: relative;
}

#mega-menu-wrap-main_menu #mega-menu-main_menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-12:first-child ul:after {
  display: none;
}

.mega-bottomBorder {
  position: relative;
  margin-bottom: 45px;
}
.mega-bottomBorder:after {
  content: "";
  height: 1px;
  display: block !important;
  background-color: rgba(64, 64, 65, 0.2);
  position: absolute;
  bottom: 4px;
  left: 0;
  right: 37px;
}

#mega-menu-item-954 > ul,
#mega-menu-item-946 > ul {
  background: transparent url("../images/truck-fade.png") no-repeat right top !important;
  background: #f4f5f5; /* Old browsers */
  background: -moz-linear-gradient(top, #f4f5f5 0%, #ffffff 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f4f5f5 0%, #ffffff 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f4f5f5 0%, #ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background-image: url("../images/truck-fade.png"), linear-gradient(to bottom, #f4f5f5 0%, #ffffff 100%) !important;
  background-size: contain !important;
  padding-top: 43px !important;
  padding-bottom: 43px !important;
}

#mega-menu-item-946 > ul {
  background-image: url("../images/oil-fade.png"), linear-gradient(to bottom, #f4f5f5 0%, #ffffff 100%) !important;
}

#mega-menu-wrap-main_menu #mega-menu-main_menu li#mega-menu-item-954 .mega-equipmentFleet {
  position: relative;
  top: -35px;
}

#mega-menu-wrap-main_menu #mega-menu-main_menu li#mega-menu-item-954 .mega-equipmentFleet a.mega-menu-link {
  font-size: 2em !important;
  display: inline-block;
  background: transparent url("/images/arrow-gradient.svg") no-repeat right 8px;
  background-size: 22px 22px;
  padding-right: 35px;
}

.mega-equipmentFleet .textwidget {
  padding-right: 13%;
}

.mega-menuDividedColumn .widget_custom_html {
  padding-top: 10px !important;
  display: block;
  opacity: 0 !important;
}
.mega-menuDividedColumn .widget_custom_html + li a {
  color: #f57e20 !important;
  font-weight: 600 !important;
  font-size: 1.4em !important;
  position: relative;
  padding-bottom: 15px !important;
}
.mega-menuDividedColumn .widget_custom_html + li a:after {
  content: "";
  height: 1px;
  display: block !important;
  background-color: rgba(64, 64, 65, 0.2);
  position: absolute;
  bottom: 4px;
  left: 0;
  right: 37px;
}

.mega-column-w-header ul li:first-child a,
#mega-menu-item-custom_html-3 + li a,
#mega-menu-item-custom_html-5 + li a {
  font-weight: 700 !important;
}

.textwidget.custom-html-widget .columnDivider {
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(64, 64, 65, 0.2);
  position: relative;
  top: 8px;
  margin: 10px 0;
}

.page-id-106 #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link {
  color: #222;
}

#mega-menu-wrap-main_menu {
  display: inline-block;
}

#mega-menu-wrap-main_menu #mega-menu-main_menu {
  text-align: center;
}

/*---------------------------------------------------------------------------------------------
*
*  @/Mega Menu
*
*---------------------------------------------------------------------------------------------*/
.sb-slidebar .sidebarButtonContainer {
  position: relative;
}
.sb-slidebar .sidebarButtonContainer:after {
  content: "";
  display: block;
  width: 100%;
  margin: 0px auto;
  position: absolute;
  bottom: 0;
  height: 1px;
  background-color: rgba(64, 64, 65, 0.15);
  left: 0;
  right: 0;
}

.sb-slidebar a.sidebarButton {
  margin-left: 29px;
  padding: 0 0 22px;
  margin-bottom: 15px;
  position: relative;
  text-transform: uppercase;
  color: #f57e20;
  font-weight: 900;
  font-family: "Source Sans Pro", sans-serif;
  font-style: italic;
  font-size: 1.2em;
  display: block;
}

.sb-slidebar .socialLinks {
  padding-left: 30px;
}
.sb-slidebar .socialLinks li {
  display: inline-block;
  margin-right: 4px;
  width: 33px;
}

.secondaryMobileNav li a {
  font-weight: 400;
  font-size: 15px;
  color: rgb(248.2832618026, 168.3540772532, 105.2167381974);
}

.mainNav {
  display: none;
  -webkit-backface-visibility: hidden;
}
@media (min-width: 900px) {
  .mainNav {
    display: block !important;
  }
}

.interiorSectionNav {
  background-color: white;
  -webkit-backface-visibility: hidden;
}
@media (min-width: 900px) {
  .interiorSectionNav {
    position: absolute;
    top: 31px;
    width: 100%;
    z-index: 1;
    transition: all 0.2s ease;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  }
}
.interiorSectionNav h4 {
  font-weight: 600;
  font-size: 1.1em;
  padding: 6px 5%;
  box-shadow: 0px 0px 0px 0px transparent;
  position: relative;
  -webkit-backface-visibility: hidden;
}
@media (min-width: 900px) {
  .interiorSectionNav h4 {
    padding-left: 0;
  }
}
.interiorSectionNav h4:hover {
  cursor: pointer;
}
@media (min-width: 900px) {
  .interiorSectionNav h4:hover {
    cursor: default;
  }
}
.interiorSectionNav h4:before, .interiorSectionNav h4:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-color: #525456;
  position: absolute;
  right: 38px;
  top: 8px;
  z-index: 9999;
  transform: rotate(45deg);
  -webkit-backface-visibility: hidden;
}
@media (min-width: 900px) {
  .interiorSectionNav h4:before, .interiorSectionNav h4:after {
    display: none;
  }
}
.interiorSectionNav h4:after {
  background-color: white;
  top: 6px;
}
.interiorSectionNav h4.expanded {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.25);
  -webkit-backface-visibility: hidden;
}
.interiorSectionNav h4.expanded:before, .interiorSectionNav h4.expanded:after {
  -webkit-backface-visibility: hidden;
}
.interiorSectionNav h4.expanded:before {
  top: 14px;
}
.interiorSectionNav h4.expanded:after {
  top: 16px;
}

.interiorSectionNav.sticky {
  -webkit-backface-visibility: hidden;
}
@media (min-width: 900px) {
  .interiorSectionNav.sticky {
    top: 70px;
    transition: all 0.5s ease;
  }
}

.search .interiorSectionNav,
.search-results .interiorSectionNav,
.blog .interiorSectionNav,
.single-post .interiorSectionNav,
.archive .interiorSectionNav {
  display: none;
}

.interiorSectionNavMobile {
  border-top: 1px solid #f0f0f1;
  z-index: 99999999;
  position: relative;
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.25);
}
.interiorSectionNavMobile .interiorSectionNavContainer:hover {
  cursor: pointer;
}

.interiorSectionNavContainer {
  position: relative;
  max-width: 1300px;
  margin: 0 auto;
  width: 90%;
  -webkit-backface-visibility: hidden;
}
@media (min-width: 900px) {
  .interiorSectionNavContainer {
    width: 94%;
  }
}
.interiorSectionNavContainer ul {
  display: none;
  padding: 15px 0 10px;
}
@media (min-width: 900px) {
  .interiorSectionNavContainer ul {
    display: block;
    position: absolute;
    right: 0;
    top: 4px;
    padding: 0;
  }
}
.interiorSectionNavContainer ul li {
  margin-bottom: 12px;
  margin: 0 15px;
  list-style: none;
}
@media (min-width: 900px) {
  .interiorSectionNavContainer ul li {
    display: inline-block;
    margin-bottom: 0;
  }
}
.interiorSectionNavContainer ul li.current a {
  border-bottom: 3px solid #f57e20;
}
.interiorSectionNavContainer ul li.current a:hover {
  cursor: default;
}
.interiorSectionNavContainer ul li a {
  color: #111111;
  display: block;
  border-bottom: 1px solid #f0f0f1;
  padding: 10px 0;
}
@media (min-width: 900px) {
  .interiorSectionNavContainer ul li a {
    display: block;
    padding: 4px 2px 5px;
    font-size: 0.95em;
    border: none;
  }
}
.interiorSectionNavContainer ul li:last-child a {
  border: none;
}
.interiorSectionNavContainer ul li.current:last-child a {
  border-bottom: 3px solid #f57e20;
}
.interiorSectionNavContainer ul ul {
  right: auto;
}
.interiorSectionNavContainer ul ul li a {
  padding-left: 10px;
}

.acquisitions-template-default .interiorSectionNav,
.page-template-reliability-services .interiorSectionNav {
  display: none;
}

.interiorSectionNavAcquisitions {
  display: none;
}

.acquisitions-template-acquisitions-landing-page .interiorSectionNav,
.acquisitions-template-acquisitions-landing-page .interiorSectionNavDesktop {
  display: none;
}

.acquisitions-template-acquisitions-landing-page .interiorSectionNavMobile.interiorSectionNavAcquisitions,
.page-template-reliability-services .interiorSectionNavMobile.interiorSectionNavAcquisitions {
  display: block;
}

.acquisitions-template-acquisitions-landing-page .interiorSectionNavAcquisitions,
.page-template-reliability-services .interiorSectionNavAcquisitions {
  display: block;
  min-height: 40px;
}
.acquisitions-template-acquisitions-landing-page .interiorSectionNavAcquisitions ul ul li,
.page-template-reliability-services .interiorSectionNavAcquisitions ul ul li {
  display: block;
  margin: 0;
}

.acquisitions-template-default .contentArea {
  padding-top: 55px;
}

.acquisitions-template .contentArea.interiorContentArea,
.page-template-reliability-services .contentArea.interiorContentArea {
  padding-top: 0;
  z-index: 1;
}

.acquisitions-template-default .contentArea.withHeader {
  padding-top: 0;
}
@media (min-width: 900px) {
  .acquisitions-template-default .contentArea.withHeader .contentAreaContainer {
    padding-top: 10px;
  }
}

.wysiwyg h1.acquisitionHeader,
.wysiwyg h2.acquisitionHeader {
  font-size: 3.4em;
  font-weight: 300;
}

.acquisitionDate {
  position: relative;
  font-style: italic;
  top: -8px;
  margin-bottom: 25px;
}
@media (min-width: 900px) {
  .acquisitionDate {
    left: 2px;
  }
}

.viewAllBTNcontainer {
  display: none;
}

.acquisitions-template-default .viewAllBTNcontainer {
  display: block;
  width: 100%;
  background: transparent url("../images/contentBkg-top.jpg") repeat-x center 62px;
  background-size: 1000px 148px;
  border: none;
  position: relative;
  height: 300px;
}
.acquisitions-template-default .viewAllBTNcontainer:after {
  display: none;
}
.acquisitions-template-default .viewAllBTNcontainer div {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  width: 90%;
}
.acquisitions-template-default .viewAllBTNcontainer a {
  z-index: 999;
  margin: 0 auto;
  position: relative;
  font-size: 1.5em;
  top: 3px;
}
@media (min-width: 900px) {
  .acquisitions-template-default .viewAllBTNcontainer a {
    position: absolute;
    left: 0;
    top: 0;
  }
}

.acqLogo-mobile {
  text-align: center;
  margin-bottom: 60px;
}
@media (min-width: 900px) {
  .acqLogo-mobile {
    display: none;
  }
}
.acqLogo-mobile img {
  width: 100%;
  max-width: 300px;
}

.acqLogo-desktop {
  display: none;
}
@media (min-width: 900px) {
  .acqLogo-desktop {
    display: block;
    margin-bottom: 60px;
  }
}
.acqLogo-desktop img {
  width: 100%;
  max-width: 275px;
}

.acquisitionPage-content {
  display: flex;
  flex-direction: column-reverse;
  padding: 0;
}
@media (min-width: 900px) {
  .acquisitionPage-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}
.acquisitionPage-content .acquistionSidebarColumn {
  text-align: center;
}
@media (min-width: 900px) {
  .acquisitionPage-content .acquistionSidebarColumn {
    order: 2;
    width: 40%;
    padding-left: 5%;
    padding: 0 0 0 5%;
  }
}
.acquisitionPage-content .acquisitionMainContent {
  padding: 0;
}
@media (min-width: 900px) {
  .acquisitionPage-content .acquisitionMainContent {
    order: 1;
    width: 60%;
  }
}

.page-id-108 .acquistionSidebarColumn,
.page-id-10171 .acquistionSidebarColumn {
  text-align: center;
  padding: 60px 0;
}
@media (min-width: 900px) {
  .page-id-108 .acquistionSidebarColumn,
  .page-id-10171 .acquistionSidebarColumn {
    order: 2;
    width: 65%;
    padding-left: 5%;
    padding: 0 0 0 5%;
  }
}
.page-id-108 .acquisitionMainContent,
.page-id-10171 .acquisitionMainContent {
  padding: 0;
}
@media (min-width: 900px) {
  .page-id-108 .acquisitionMainContent,
  .page-id-10171 .acquisitionMainContent {
    order: 1;
    width: 35%;
    padding-top: 45px;
    padding-bottom: 35px;
  }
}
.page-id-108 .acquisitionMainContent img,
.page-id-10171 .acquisitionMainContent img {
  margin-bottom: 35px;
}
.page-id-108 .acquisitionMainContent h3,
.page-id-10171 .acquisitionMainContent h3 {
  color: #004e98;
  font-weight: 400;
}

.fullWidthBodyCallout {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
}
.fullWidthBodyCallout.acquistionCallout {
  height: 250px;
}
@media (min-width: 900px) {
  .fullWidthBodyCallout.acquistionCallout {
    height: 400px;
  }
}

#featuredAcquisitions {
  text-align: center;
  padding: 45px 0;
}
@media (min-width: 900px) {
  #featuredAcquisitions {
    padding-top: 75px;
  }
}
#featuredAcquisitions header {
  position: relative;
  text-align: center;
  padding-bottom: 30px;
}
#featuredAcquisitions header:after {
  content: "";
  width: 100%;
  max-width: 1060px;
  height: 1px;
  background-color: rgba(64, 64, 65, 0.25);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  text-align: center;
}
#featuredAcquisitions h3 {
  font-size: 1.8em;
  color: #111111;
  margin-bottom: 15px;
}
#featuredAcquisitions p {
  line-height: 1.533;
  max-width: 670px;
  margin: 0 auto 35px;
}

#featuredAcquisitions .featuredAcquisitionsList ul li:nth-child(n+2) {
  background: transparent url("../images/contentBkg-top.jpg") repeat-x center top;
  background-size: 1000px 148px;
}
#featuredAcquisitions .featuredAcquisitionsList .featuredAcquisitionsListContentContainer {
  max-width: 1000px;
  margin: 0 auto;
  padding: 55px 30px;
}
@media (min-width: 770px) {
  #featuredAcquisitions .featuredAcquisitionsList .featuredAcquisitionsListContentContainer {
    text-align: left;
    display: flex;
    justify-content: space-between;
    padding: 55px 5%;
  }
}
@media (min-width: 900px) {
  #featuredAcquisitions .featuredAcquisitionsList .featuredAcquisitionsListContentContainer {
    padding: 105px 0 45px;
  }
}
#featuredAcquisitions .featuredAcquisitionsList h2 {
  font-size: 2em;
  margin-bottom: 8px;
}
@media (min-width: 770px) {
  #featuredAcquisitions .featuredAcquisitionsList h2 {
    font-size: 2.2em;
    line-height: 1;
  }
}
#featuredAcquisitions .featuredAcquisitionsList p {
  max-width: none;
}
#featuredAcquisitions .featuredAcquisitionsList a {
  color: #f57e20;
}
#featuredAcquisitions .featuredAcquisitionsList .acquiredDate {
  margin-bottom: 25px;
}
@media (min-width: 770px) {
  #featuredAcquisitions .featuredAcquisitionsList .featuredAcquisitionsListContent {
    width: 35%;
  }
}
#featuredAcquisitions .featuredAcquisitionsList .quote {
  background: transparent url("/images/quoteMarks.svg") no-repeat center top;
  padding-top: 50px;
  background-size: 50px;
  position: relative;
}
@media (min-width: 770px) {
  #featuredAcquisitions .featuredAcquisitionsList .quote {
    width: 65%;
    padding-left: 10%;
    padding-top: 15px;
    background-position: 50px 0;
  }
}
#featuredAcquisitions .featuredAcquisitionsList .quote p {
  color: #004e98;
  font-size: 1.6em;
  line-height: 1.244;
  margin-bottom: 15px;
  font-weight: 300;
}
.quote.interiorPageQuote {
  background: transparent url("/images/quoteMarks.svg") no-repeat left top;
  background-position: 0 25px;
  padding: 40px 5%;
  padding-top: 50px;
  background-size: 50px;
  position: relative;
}
@media (min-width: 770px) {
  .quote.interiorPageQuote {
    padding-top: 15px;
    background-position: 0 0;
    margin-top: 40px;
  }
}
.quote.interiorPageQuote p {
  color: #004e98;
  font-size: 1.6em;
  line-height: 1.244;
  margin-bottom: 15px;
  font-weight: 300;
}
.micrositeNav {
  display: none;
  text-align: center;
  padding: 0;
  background-color: white;
  position: relative;
  border-bottom: 1px solid rgb(205.7068965517, 205.7068965517, 208.9931034483);
}
@media (min-width: 900px) {
  .micrositeNav {
    display: block;
  }
}
.micrositeNav:after {
  content: "";
  width: 100%;
  height: 150px;
  background: white url("../images/contentBkg-top.jpg") repeat-x center top;
  background-size: 1000px 148px;
  display: block;
  position: absolute;
  top: 65px;
  z-index: 0;
}
@media (min-width: 1150px) {
  .micrositeNav:after {
    top: 67px;
  }
}

.single-products-solutions .micrositeNav {
  display: none;
}

.micrositeContent.noHeroTitle,
.micrositeNav.noHeroTitle {
  margin-top: 104px;
  z-index: 999;
}
.micrositeContent.noHeroTitle.emergencyActive,
.micrositeNav.noHeroTitle.emergencyActive {
  margin-top: 142px;
}

.contentArea.micrositeContent {
  position: relative;
  z-index: 9;
  background-color: transparent;
}

.fullWidthBackground {
  height: 250px;
  width: 100%;
  background-size: cover;
  background-position: center center;
  padding-top: 100px;
  display: block;
  position: relative;
}
@media (min-width: 770px) {
  .fullWidthBackground {
    height: 350px;
  }
}
@media (min-width: 900px) {
  .fullWidthBackground {
    height: 450px;
  }
}

.SubSectionNav {
  display: none;
}
@media (min-width: 900px) {
  .SubSectionNav {
    display: block;
    margin-bottom: 70px;
  }
}
.SubSectionNav.SubSectionNavMobile {
  display: block;
}
@media (min-width: 900px) {
  .SubSectionNav.SubSectionNavMobile {
    display: none;
  }
}

.SubSectionNavContainer {
  max-width: 1100px;
  margin: 0 auto;
  width: 90%;
}
.SubSectionNavContainer h4 {
  display: inline-block;
  font-size: 2em;
  font-weight: 600;
  padding-right: 28px;
  color: #404041;
}
@media (min-width: 1100px) {
  .SubSectionNavContainer h4 {
    font-size: 2.1em;
  }
}
.SubSectionNavContainer ul {
  display: inline-block;
  position: relative;
  top: 0;
}
.SubSectionNavContainer ul li {
  display: inline-block;
  position: relative;
}
.SubSectionNavContainer ul li:after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  top: 11px;
  bottom: 11px;
  background-color: rgb(226.8103448276, 226.8103448276, 228.6896551724);
}
.SubSectionNavContainer ul li.current-menu-parent > a {
  color: #f57e20;
}
.SubSectionNavContainer ul li a {
  padding: 20px 15px;
  font-size: 1.1em;
  display: inline-block;
  color: #f57e20;
}
@media (min-width: 1150px) {
  .SubSectionNavContainer ul li a {
    font-size: 1.25em;
    padding: 20px 25px;
  }
}
.SubSectionNavContainer ul li a:hover {
  color: #111111;
}
.SubSectionNavContainer ul li:last-child:after {
  display: none;
}
.SubSectionNavContainer ul li.current a, .SubSectionNavContainer ul li.current-menu-item a {
  color: #111111;
  position: relative;
}
.SubSectionNavContainer ul li.current a:hover {
  cursor: default;
  color: #111111;
}
.SubSectionNavContainer ul li ul li {
  display: block;
}
.SubSectionNavContainer ul li ul li:after {
  display: none;
}
.SubSectionNavContainer ul li ul li a {
  display: block;
  border: none;
  color: #111111;
}
.SubSectionNavContainer ul li ul li a:hover {
  color: #111111;
}

.searchBar {
  display: none;
  width: 100%;
  background-color: #f0f0f1;
  text-align: center;
  color: white;
  padding: 10px;
}
.searchBar:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 900px) {
  .searchBar {
    padding: 0;
  }
}
.searchBar input[type=search] {
  border-radius: 0;
  -webkit-appearance: none;
  border: 1px solid transparent;
  width: 60%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 8px 0 8px 8px;
  margin: 0;
  margin-right: -6px;
  transition: all 0.2s ease;
}
@media (min-width: 500px) {
  .searchBar input[type=search] {
    width: 70%;
  }
}
.searchBar input[type=search]:focus {
  outline: none;
  border: 1px solid #961015;
}
.searchBar input[type=submit] {
  border: none;
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 9px 20px 9px 18px;
  /* Fallback for sad browsers */
  background-color: transparent;
  /* Mozilla Firefox */
  background-image: -moz-linear-gradient(transparent, transparent);
  /* Opera */
  background-image: -o-linear-gradient(transparent, transparent);
  /* WebKit (Chrome 11+) */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(1, transparent));
  /* WebKit (Safari 5.1+, Chrome 10+) */
  background-image: -webkit-linear-gradient(transparent, transparent);
  /* IE10 */
  background-image: -ms-linear-gradient(transparent, transparent);
  /* W3C */
  background-image: linear-gradient(transparent, transparent);
  background-color: #961015;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.searchBar input[type=submit]:hover {
  background-color: #880f13;
  cursor: pointer;
}
.searchBar.searchActive {
  display: block;
  position: absolute;
  width: 100%;
  top: 50px;
  z-index: 999;
  right: 0;
  -webkit-box-shadow: 0 0 5px rgba(15, 15, 15, 0.5);
  -moz-box-shadow: 0 0 5px rgba(15, 15, 15, 0.5);
  box-shadow: 0 0 5px rgba(15, 15, 15, 0.5);
}
@media (min-width: 500px) {
  .searchBar.searchActive {
    width: 400px;
  }
}
@media (min-width: 900px) {
  .searchBar.searchActive {
    top: 47px;
    right: 10px;
  }
}

@media (min-width: 900px) {
  .searchContainer_mobile {
    display: none;
  }
}

.searchContainer_full {
  display: none;
}
@media (min-width: 900px) {
  .searchContainer_full {
    display: block;
  }
}

#searchOverlay {
  background-color: rgba(255, 255, 255, 0.955);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99999;
  display: none;
  transition: all 0.2s ease;
  overflow: auto;
  overflow-y: scroll;
  width: 100%;
  height: 90vh;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 770px) {
  #searchOverlay {
    height: 70vh;
  }
}
#searchOverlay.searchActive {
  display: flex;
}
#searchOverlay h2 {
  font-size: 3em;
  font-weight: 300;
  color: #404041;
  margin-bottom: 5px;
}
#searchOverlay a.searchCloseBTN {
  display: block;
  position: absolute;
  right: 20px;
  top: 18px;
  width: 55px;
  height: 55px;
  text-align: center;
}
#searchOverlay a.searchCloseBTN img {
  width: 30px;
}

.popularSearchList {
  border-top: 1px solid rgba(64, 64, 65, 0.25);
  padding-top: 25px;
}
@media (min-width: 900px) {
  .popularSearchList {
    text-align: left;
  }
}
.popularSearchList h4 {
  color: #0f0f0f;
  margin-bottom: 20px;
  font-size: 1.25em;
}
.popularSearchList ul li {
  display: block;
}
@media (min-width: 900px) {
  .popularSearchList ul li {
    display: inline-block;
    padding-right: 25px;
  }
}
.popularSearchList ul li a {
  color: #f57e20;
  margin-bottom: 7px;
  display: block;
}

.searchBar {
  width: 100%;
  margin: 0 auto;
  background-color: transparent;
  text-align: center;
  color: white;
  display: block;
}
.searchBar .searchOuterContainer {
  width: 80%;
  margin: 0 auto;
  max-width: 800px;
}
@media (min-width: 900px) {
  .searchBar label {
    width: 79%;
    display: inline-block;
    margin: 0;
  }
}
.searchBar label span {
  display: none;
}
.searchBar input[type=text], .searchBar input[type=search] {
  border-radius: 0;
  -webkit-appearance: none;
  border: 2px solid white;
  font-family: "Source Sans Pro", sans-serif;
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 8px 0 8px 15px;
  margin: 0;
  margin-right: 0px;
  font-size: 20px;
  height: 60px;
  outline: none;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dbdbdb+0,ffffff+79 */
  background: rgb(219, 219, 219); /* Old browsers */
  background: -moz-linear-gradient(top, rgb(219, 219, 219) 0%, rgb(255, 255, 255) 79%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(219, 219, 219)), color-stop(79%, rgb(255, 255, 255))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgb(219, 219, 219) 0%, rgb(255, 255, 255) 79%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgb(219, 219, 219) 0%, rgb(255, 255, 255) 79%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgb(219, 219, 219) 0%, rgb(255, 255, 255) 79%); /* IE10+ */
  background: linear-gradient(to bottom, rgb(219, 219, 219) 0%, rgb(255, 255, 255) 79%); /* W3C */
  transition: all 0.2s ease;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}
@media (min-width: 770px) {
  .searchBar input[type=text], .searchBar input[type=search] {
    font-size: 25px;
  }
}
.searchBar input[type=text]::-webkit-input-placeholder, .searchBar input[type=search]::-webkit-input-placeholder {
  color: transparent;
}
.searchBar input[type=text]:-moz-placeholder, .searchBar input[type=search]:-moz-placeholder { /* Firefox 18- */
  color: transparent;
}
.searchBar input[type=text]::-moz-placeholder, .searchBar input[type=search]::-moz-placeholder { /* Firefox 19+ */
  color: transparent;
}
.searchBar input[type=text]:-ms-input-placeholder, .searchBar input[type=search]:-ms-input-placeholder {
  color: transparent;
}
.searchBar input[type=text]:focus, .searchBar input[type=search]:focus {
  outline: none;
  background-color: white;
  border: 2px solid #f57e20;
}
.searchBar input[type=submit], .searchBar button[type=submit] {
  border: none;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0;
  position: relative;
  width: 55%;
  color: white;
  height: 50px;
  /* Fallback for sad browsers */
  background-color: transparent;
  /* Mozilla Firefox */
  background-image: -moz-linear-gradient(transparent, transparent);
  /* Opera */
  background-image: -o-linear-gradient(transparent, transparent);
  /* WebKit (Chrome 11+) */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(1, transparent));
  /* WebKit (Safari 5.1+, Chrome 10+) */
  background-image: -webkit-linear-gradient(transparent, transparent);
  /* IE10 */
  background-image: -ms-linear-gradient(transparent, transparent);
  /* W3C */
  background-image: linear-gradient(transparent, transparent);
  background-color: #f57e20;
  transition: all 0.2s ease;
  top: 0;
  left: 0;
  margin-top: 10px;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}
@media (min-width: 620px) {
  .searchBar input[type=submit], .searchBar button[type=submit] {
    width: 26%;
    left: 5px;
    top: 0;
  }
}
@media (min-width: 900px) {
  .searchBar input[type=submit], .searchBar button[type=submit] {
    width: 20%;
    display: inline-block;
    margin: 0;
    height: 60px;
    position: relative;
    top: 1px;
  }
}
.searchBar input[type=submit]:hover, .searchBar button[type=submit]:hover {
  background-color: rgb(240.7060085837, 112.2575107296, 10.7939914163);
  cursor: pointer;
}
.searchBar .searchContainer {
  width: 100%;
  margin: 0 auto 25px;
}
@media (min-width: 900px) {
  .searchBar .searchContainer {
    text-align: left;
  }
}
.searchBar.searchActive {
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  z-index: 9999999;
  right: 0;
}
@media (min-width: 620px) {
  .searchBar.searchActive {
    top: 0;
    right: 45px;
    max-width: 550px;
  }
}
@media (min-width: 900px) {
  .searchBar.searchActive {
    z-index: 99999;
    right: 0;
    top: 46px;
  }
}
@media (min-width: 1025px) {
  .searchBar.searchActive {
    top: 48px;
  }
}

svg.icon.icon-search {
  display: none;
}

.mobileSearchBTN {
  display: block;
  position: absolute;
  right: 8px;
  top: 3px;
  text-align: center;
  width: 28px;
  height: 28px;
  color: white;
  font-size: 18px;
  transition: right 0.2s ease;
  padding: 5px;
}
.mobileSearchBTN img {
  margin: 0 auto 3px;
  max-width: 28px;
  display: block;
}
.mobileSearchBTN span {
  display: none;
}

.desktopSearchBTN {
  display: none;
}
@media (min-width: 900px) {
  .desktopSearchBTN {
    display: inline-block;
    right: 0;
    top: 8px;
  }
}
.desktopSearchBTN span {
  display: none;
  margin-right: 8px;
  font-weight: 400;
  font-size: 0.8em;
  color: #111111;
  border: none;
}
.desktopSearchBTN img {
  width: 20px;
  height: 20px;
  position: relative;
  top: 10px;
}
@media (min-width: 1100px) {
  .desktopSearchBTN img {
    width: 25px;
    height: 25px;
  }
}
@media (min-width: 1025px) {
  .desktopSearchBTN {
    z-index: 9999;
  }
}
@media (min-width: 900px) {
  .searchContainer_mobile {
    display: none;
  }
}

.searchContainer_full {
  display: none;
}
@media (min-width: 900px) {
  .searchContainer_full {
    display: block;
  }
}

/*---------------------------------------------------------------------------------------------
*
*  Slide Menu
*
*---------------------------------------------------------------------------------------------*/
.sb-slidebar {
  padding: 14px;
  color: #fff;
  position: relative;
  background-color: #f0f0f1;
}
.sb-slidebar .clientLogin {
  background-color: #f57e20;
  position: relative;
  left: 30px;
  height: 35px;
  display: block;
  width: 150px;
  position: relative;
  -webkit-box-shadow: 2px 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 2px 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.5);
}
.sb-slidebar .clientLogin img {
  width: 35px;
  padding: 5px;
  position: relative;
  top: 1px;
  left: 2px;
}
.sb-slidebar .clientLogin span {
  background-color: white;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  bottom: 0;
  left: 38px;
  padding-top: 8px;
}

html.sb-active #sb-site, .sb-toggle-left, .sb-toggle-right, .sb-open-left, .sb-open-right, .sb-close {
  cursor: pointer;
}

/* Fixed position examples */
#sb-site.top-padding {
  padding-top: 50px;
}

#fixed-top {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}
@media (min-width: 900px) {
  #fixed-top {
    display: none;
  }
}

#mobileHeaderContainer {
  position: relative;
  border-bottom: 1px solid white;
  background-color: white;
  height: 60px;
  z-index: 9;
}
#mobileHeaderContainer:after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  box-shadow: inset 0 -3px 5px -3px rgba(0, 0, 0, 0.23);
}
#mobileHeaderContainer.sticky {
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.35);
  transition: box-shadow 0.2s ease;
}
#mobileHeaderContainer.sticky .mobileSearchBTN {
  transition: right 0.2s ease;
}

#fixed-top span.sb-toggle-left {
  float: left;
  color: white;
  padding: 10px;
}

#fixed-top span.sb-toggle-right {
  float: right;
  color: white;
  padding: 10px;
}

.preheaderLinks ul li {
  display: inline;
}
@media (min-width: 450px) {
  .preheaderLinks ul li {
    float: left;
  }
}
.preheaderLinks ul li a {
  display: inline-block;
  margin: 0 5px;
}
.preheaderLinks ul li:first-child {
  position: relative;
}
.preheaderLinks ul li:nth-child(2) {
  position: relative;
}
.preheaderLinks ul li .mobileSearchBTN {
  position: relative;
  top: -10px;
  padding: 22px 18px 12px 18px;
}
@media (min-width: 450px) {
  .preheaderLinks ul li .mobileSearchBTN {
    padding: 15px 15px 10px;
  }
}
@media (min-width: 620px) {
  .preheaderLinks ul li .mobileSearchBTN {
    padding-bottom: 8px;
  }
}
@media (min-width: 900px) {
  .preheaderLinks ul li .mobileSearchBTN {
    padding: 15px 27px 8px;
  }
}
.preheaderLinks ul li .mobileSearchBTN img {
  width: 22px;
}
@media (min-width: 450px) {
  .preheaderLinks ul li .mobileSearchBTN img {
    width: 20px;
  }
}

.preheaderLinks-desktop {
  display: none;
}
@media (min-width: 900px) {
  .preheaderLinks-desktop {
    display: block;
  }
}

/*---------------------------------------------------------------------------------------------
*
*  Homepage
*
*---------------------------------------------------------------------------------------------*/
#homeHeroContainer {
  margin-top: 60px;
  position: relative;
  background-size: cover;
  background-position: center bottom;
  height: 75vh;
  overflow: hidden;
  margin-bottom: 35px;
}
@media (min-width: 900px) {
  #homeHeroContainer {
    background-position: center center;
    height: 100vh;
    margin-bottom: -235px;
    margin-top: 0;
  }
}
@media (min-width: 1100px) {
  #homeHeroContainer {
    margin-bottom: -265px;
  }
}
@media (min-width: 900px) {
  #homeHeroContainer.withVideo {
    background: none !important;
  }
}

.homeHeadlineContainer {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 70vh;
}
@media (min-width: 770px) {
  .homeHeadlineContainer {
    margin-top: 0;
    margin: 0 auto;
  }
}
@media (min-width: 900px) {
  .homeHeadlineContainer {
    height: 100vh;
    max-width: 1200px;
    width: 90%;
    background-color: transparent;
  }
}
@media (min-width: 900px) {
  .interiorHeroContainer .homeHeadlineContainer {
    height: 415px;
    min-height: 415px;
  }
}

.videoOverlay, videoUnder {
  width: 100%;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: none;
  background: linear-gradient(to bottom, #003983 0%, #001b68 100%);
  opacity: 0.8;
}
@media (min-width: 900px) {
  .videoOverlay, videoUnder {
    display: block;
  }
}

.videoUnder {
  z-index: 0;
  opacity: 1;
}

/*
.vimeo-wrapper {
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
  // z-index: -1;
   pointer-events: none;
   overflow: hidden;
   display: none;

   @include breakpoint(tablet-lrg2) {
   	display: block;
   } // tablet-lrg2

   &.vimeo-interior {
	   position: absolute;
   }

} //.vimeo-wrapper

.vimeo-wrapper iframe {
   width: 100vw;
   height: 56.25vw; 
   min-height: 100vh;
   min-width: 177.77vh; 
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);   
   background-color: transparent;
	object-fit: cover;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: 1;
	z-index: 1;
} // .vimeo-wrapper iframe
*/
.home .vimeo-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}

.vimeo-wrapper {
  z-index: 0;
}

.vimeo-wrapper iframe {
  width: 100vw;
  height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.vimeo-interior iframe {
  -webkit-filter: none;
  filter: none;
}

.vimeo-interior.overlayGrad iframe {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

video {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
  transition: 1s opacity;
  background-color: black;
  object-fit: cover;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.2;
}
@media (min-width: 900px) {
  video {
    display: block;
  }
}

h1:not(.site-title):before,
h2:before {
  display: none;
}

.homeHeadline {
  text-align: center;
  color: #0f0f0f;
  padding: 50px 30px 50px;
  position: relative;
  width: 500px;
  margin: 0 auto;
}
@media (min-width: 770px) {
  .homeHeadline {
    z-index: 99;
    color: white;
    padding: 30px 0 0;
  }
}
@media (min-width: 900px) {
  .homeHeadline {
    width: 700px;
    text-align: left;
    margin-left: 0;
  }
}
.homeHeadline h1 {
  font-size: 2.2em;
  -webkit-font-smoothing: antialiased;
  font-family: "Source Sans Pro", sans-serif;
  margin: 0 auto 13px;
  text-align: center;
  color: white;
  font-weight: 300;
  position: relative;
}
@media (min-width: 900px) {
  .homeHeadline h1 {
    font-size: 50px;
    text-align: left;
    margin-left: 0;
  }
}
@media (min-width: 1100px) {
  .homeHeadline h1 {
    font-size: 60px;
    letter-spacing: 1px;
  }
}
.homeHeadline p {
  font-size: 1.2em;
  font-family: "Source Sans Pro", sans-serif;
  line-height: 1.322;
  font-weight: 700;
  max-width: 600px;
  margin: 0 auto 18px;
  color: white;
}
@media (min-width: 900px) {
  .homeHeadline p {
    font-size: 20px;
    margin-left: 0;
    text-align: left;
  }
}
@media (min-width: 1100px) {
  .homeHeadline p {
    font-size: 23px;
  }
}
.homeHeadline a.cta {
  font-size: 1.3em;
  padding: 6px 22px;
}

#homeBuckets {
  position: relative;
  z-index: 9;
  width: 85%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 900px) {
  #homeBuckets {
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
    width: 90%;
  }
}
@media (min-width: 900px) {
  #homeBuckets .homeBucketContainer {
    display: flex;
    justify-content: space-between;
  }
}
#homeBuckets .homeBucket {
  background-color: #f57e20;
  background-size: cover;
  background-position: center top;
}
@media (min-width: 900px) {
  #homeBuckets .homeBucket {
    width: 33.333333333%;
    height: 400px;
  }
}
#homeBuckets .homeBucket:nth-child(2) {
  background-color: #004e98;
}
#homeBuckets .homeBucket:nth-child(3) {
  background-color: #404041;
}
#homeBuckets .homeBucket a:hover h3:after {
  right: -10px;
  transition: right 0.2s ease;
}
#homeBuckets .homeBucketInfo {
  color: white;
  padding: 40px 35px;
}
@media (min-width: 620px) {
  #homeBuckets .homeBucketInfo {
    text-align: center;
  }
}
@media (min-width: 900px) {
  #homeBuckets .homeBucketInfo {
    text-align: left;
    padding-top: 30px;
  }
}
#homeBuckets .homeBucketInfo h3 {
  font-weight: 700;
  font-size: 1.68em;
  position: relative;
  padding-right: 35px;
  display: inline-block;
}
@media (min-width: 900px) {
  #homeBuckets .homeBucketInfo h3 {
    margin-bottom: 5px;
  }
}
#homeBuckets .homeBucketInfo h3:after {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background: transparent url("/images/yellowArrow.svg") no-repeat 0 0;
  position: absolute;
  right: 0;
  top: 7px;
  transition: right 0.5s ease;
}
#homeBuckets .homeBucketInfo p {
  display: none;
}
@media (min-width: 1150px) {
  #homeBuckets .homeBucketInfo p {
    display: block;
    font-size: 0.95em;
  }
}

.contentArea {
  background-color: white;
}
.contentArea.interiorContentArea {
  padding-top: 180px;
}
@media (min-width: 900px) {
  .contentArea.interiorContentArea {
    padding-top: 150px;
    padding-bottom: 0;
  }
}
.contentArea.noBranding {
  padding-top: 60px;
}
@media (min-width: 900px) {
  .contentArea.noBranding {
    padding-top: 150px;
  }
}

.home .contentArea {
  padding-bottom: 5px;
}

.contentDivider {
  height: 150px;
  background: transparent url("../images/contentBkg-bottom.jpg") repeat-x center bottom;
  background-size: 1500px 222px;
  margin-top: -50px;
}
.contentDivider.rotateDivider {
  transform: rotate(180deg);
  margin-top: 0;
}

.contentAreaContainer {
  max-width: 1000px;
  margin: 0 auto;
  width: 90%;
  padding-top: 60px;
}
@media (min-width: 900px) {
  .contentAreaContainer {
    padding-bottom: 35px;
    margin-top: 45px;
  }
}
.contentAreaContainer.noPadding {
  padding: 0;
}
.contentAreaContainer.basicContentModule {
  padding-top: 0;
  margin-top: 0;
}
.contentAreaContainer h2 {
  font-size: 2em;
  font-weight: 300;
  color: #111111;
  margin-bottom: 1em;
}
@media (min-width: 900px) {
  .contentAreaContainer h2 {
    font-size: 3em;
  }
}
@media (min-width: 1100px) {
  .contentAreaContainer h2 {
    font-size: 3.2em;
  }
}
.contentAreaContainer h2.acquisitionHeader {
  margin-bottom: 15px;
}
.contentAreaContainer h4 {
  font-size: 1.35em;
  color: #004e98;
}
@media (min-width: 900px) {
  .contentAreaContainer h4 {
    font-size: 1.5em;
    margin-bottom: 0.31em;
  }
}
.contentAreaContainer p {
  font-size: 1.05em;
  line-height: 1.733;
  margin-bottom: 1.75em;
}

.iconBullets {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 65px;
}

.iconBullets ul:after {
  content: "";
  display: table;
  clear: both;
}
.iconBullets ul {
  margin: 0 auto;
  max-width: 1100px;
}
@media (min-width: 770px) {
  .iconBullets ul li {
    width: 47%;
    margin: 5px 1.5%;
    display: block;
    float: left;
  }
}
.iconBullets ul li a {
  display: block;
}
.iconBullets ul li a, .iconBullets ul li div {
  background-color: #f0f0f1;
  display: block;
  color: #111111;
  font-size: 1.1em;
  margin-bottom: 8px;
  padding: 15px 15px 18px 75px;
  position: relative;
  -webkit-box-shadow: 2px 2px 2px rgba(64, 64, 65, 0.35);
  -moz-box-shadow: 2px 2px 2px rgba(64, 64, 65, 0.35);
  box-shadow: 2px 2px 2px rgba(64, 64, 65, 0.35);
  min-height: 80px;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.iconBullets ul li img {
  position: absolute;
  left: 17px;
  top: 18px;
  max-width: 45px;
  max-height: 45px;
}

/*---------------------------------------------------------------------------------------------
*
*  @Gravity Forms
*
*---------------------------------------------------------------------------------------------*/
.salesInquiry_wrapper {
  position: relative;
  text-align: left;
}

.leadGeneration {
  padding: 45px 0 65px;
}
@media (min-width: 900px) {
  .leadGeneration.mobileLeadGeneration {
    display: none;
  }
}

.salesInquiryDesktop .leadGenerationContainer,
.mobileLeadGeneration .leadGenerationContainer,
.leadGenerationContainer.leadGenerationContentArea,
.single-acquisitions .acquistionSidebarColumn .leadGenerationContentArea,
.acquisitions-template-acquisitions-landing-page .leadGenerationContentArea.micrositeForm {
  background-color: #f0f0f1;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e9eaeb+1,fcfcfd+100 */
  background: #e9eaeb; /* Old browsers */
  background: -moz-linear-gradient(top, #e9eaeb 1%, #fcfcfd 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #e9eaeb 1%, #fcfcfd 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #e9eaeb 1%, #fcfcfd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  padding: 20px;
  position: relative;
  width: 100%;
  max-width: 338px;
  margin: 0 auto;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
}
@media (min-width: 900px) {
  .salesInquiryDesktop .leadGenerationContainer,
  .mobileLeadGeneration .leadGenerationContainer,
  .leadGenerationContainer.leadGenerationContentArea,
  .single-acquisitions .acquistionSidebarColumn .leadGenerationContentArea,
  .acquisitions-template-acquisitions-landing-page .leadGenerationContentArea.micrositeForm {
    padding-bottom: 35px;
  }
}
.salesInquiryDesktop .leadGenerationContainer:after,
.mobileLeadGeneration .leadGenerationContainer:after,
.leadGenerationContainer.leadGenerationContentArea:after,
.single-acquisitions .acquistionSidebarColumn .leadGenerationContentArea:after,
.acquisitions-template-acquisitions-landing-page .leadGenerationContentArea.micrositeForm:after {
  content: "";
  position: absolute;
  width: 62px;
  height: 65px;
  right: 25px;
  top: -15px;
  background: transparent url("/images/questionMark.svg") no-repeat 0 0;
  background-size: 62px 65px;
}
.salesInquiryDesktop .leadGenerationContainer h3,
.mobileLeadGeneration .leadGenerationContainer h3,
.leadGenerationContainer.leadGenerationContentArea h3,
.single-acquisitions .acquistionSidebarColumn .leadGenerationContentArea h3,
.acquisitions-template-acquisitions-landing-page .leadGenerationContentArea.micrositeForm h3 {
  color: #004e98;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 0.51em;
}
.salesInquiryDesktop .leadGenerationContainer p,
.mobileLeadGeneration .leadGenerationContainer p,
.leadGenerationContainer.leadGenerationContentArea p,
.single-acquisitions .acquistionSidebarColumn .leadGenerationContentArea p,
.acquisitions-template-acquisitions-landing-page .leadGenerationContentArea.micrositeForm p {
  color: #111111;
  line-height: 1.444;
  font-size: 0.9em;
  margin-bottom: 10px;
}
@media (min-width: 900px) {
  .salesInquiryDesktop .leadGenerationContainer p,
  .mobileLeadGeneration .leadGenerationContainer p,
  .leadGenerationContainer.leadGenerationContentArea p,
  .single-acquisitions .acquistionSidebarColumn .leadGenerationContentArea p,
  .acquisitions-template-acquisitions-landing-page .leadGenerationContentArea.micrositeForm p {
    font-size: 0.85em;
    padding-right: 30px;
    margin-bottom: 17px;
  }
}
.salesInquiryDesktop .leadGenerationContainer form:after,
.mobileLeadGeneration .leadGenerationContainer form:after,
.leadGenerationContainer.leadGenerationContentArea form:after,
.single-acquisitions .acquistionSidebarColumn .leadGenerationContentArea form:after,
.acquisitions-template-acquisitions-landing-page .leadGenerationContentArea.micrositeForm form:after {
  content: "";
  display: table;
  clear: both;
}
.salesInquiryDesktop .leadGenerationContainer .snap,
.mobileLeadGeneration .leadGenerationContainer .snap,
.leadGenerationContainer.leadGenerationContentArea .snap,
.single-acquisitions .acquistionSidebarColumn .leadGenerationContentArea .snap,
.acquisitions-template-acquisitions-landing-page .leadGenerationContentArea.micrositeForm .snap {
  top: -10000000px !important;
}
.salesInquiryDesktop .leadGenerationContainer span,
.mobileLeadGeneration .leadGenerationContainer span,
.leadGenerationContainer.leadGenerationContentArea span,
.single-acquisitions .acquistionSidebarColumn .leadGenerationContentArea span,
.acquisitions-template-acquisitions-landing-page .leadGenerationContentArea.micrositeForm span {
  color: #404041;
}

.wysiwyg .leadGenerationContentArea .gform_wrapper form.acquisitionsForm,
.primaryContactForm .gform_wrapper form.primaryContact {
  background-color: #f0f0f1;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e9eaeb+1,fcfcfd+100 */
  background: #e9eaeb; /* Old browsers */
  background: -moz-linear-gradient(top, #e9eaeb 1%, #fcfcfd 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #e9eaeb 1%, #fcfcfd 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #e9eaeb 1%, #fcfcfd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  padding: 20px 40px 50px;
  position: relative;
  width: 100%;
  margin: 0 auto -150px;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
  text-align: center;
}
.wysiwyg .leadGenerationContentArea .gform_wrapper form.acquisitionsForm input[type=submit],
.primaryContactForm .gform_wrapper form.primaryContact input[type=submit] {
  margin: 19px auto 0;
  text-align: center;
  border-radius: 10px;
  padding: 15px 37px;
  font-size: 1.3em;
}

.primaryContactForm .gform_wrapper form.primaryContact {
  max-width: 750px;
  background-color: transparent;
  box-shadow: none;
  background: none;
  margin: 0 auto;
}
.primaryContactForm .gform_wrapper form.primaryContact ul li {
  text-align: left;
  margin-bottom: 40px;
}
.primaryContactForm .gform_wrapper form.primaryContact .chosen-results li {
  margin-bottom: 5px;
}
.primaryContactForm .gform_wrapper form.primaryContact .gform_heading {
  padding-bottom: 15px;
}
.primaryContactForm .gform_wrapper form.primaryContact h3 {
  font-size: 2.4em;
  font-weight: 400;
  color: #111111;
}
.primaryContactForm .gform_wrapper form.primaryContact .gform_description {
  color: #111111;
}
.primaryContactForm .gform_wrapper form.primaryContact label {
  font-size: 1.2em;
  color: #111111;
}
.primaryContactForm .gform_wrapper form.primaryContact .field_sublabel_below label {
  font-size: 1.2em;
}
.primaryContactForm .gform_wrapper form.primaryContact #field_3_7.field_sublabel_below span label {
  margin-bottom: 20px;
}

.gform_wrapper.salesInquiry_wrapper {
  margin-bottom: 0 !important;
}
.gform_wrapper.salesInquiry_wrapper .gform_footer {
  margin: 0;
  padding: 0;
}

.wysiwyg .gform_wrapper.salesInquiry_wrapper input[type=submit].gform_button,
.gform_wrapper.salesInquiry_wrapper .salesInquiry input[type=submit].gform_button {
  padding: 8px 15px;
  margin-top: 21px;
  border-radius: 3px;
}
@media (min-width: 770px) {
  .wysiwyg .gform_wrapper.salesInquiry_wrapper input[type=submit].gform_button,
  .gform_wrapper.salesInquiry_wrapper .salesInquiry input[type=submit].gform_button {
    position: relative;
    left: -3px;
    padding: 15px;
    width: 45%;
    margin: 0;
    padding: 10px 0;
  }
}

.wysiwyg .leadGeneration .gform_wrapper form input[type=text], .wysiwyg .leadGeneration .gform_wrapper form input[type=email], .wysiwyg .leadGeneration .gform_wrapper form input[type=tel], .wysiwyg .leadGeneration .gform_wrapper form textarea,
.mobileLeadGeneration .gform_wrapper form.salesInquiry input[type=text],
.mobileLeadGeneration .gform_wrapper form.salesInquiry input[type=email],
.mobileLeadGeneration .gform_wrapper form.salesInquiry input[type=tel],
.mobileLeadGeneration .gform_wrapper form.salesInquiry textarea,
.wysiwyg .leadGenerationContentArea .gform_wrapper form input[type=text],
.wysiwyg .leadGenerationContentArea .gform_wrapper form input[type=email],
.wysiwyg .leadGenerationContentArea .gform_wrapper form input[type=tel],
.wysiwyg .leadGenerationContentArea .gform_wrapper form textarea,
.primaryContactForm .gform_wrapper form.primaryContact input[type=text],
.primaryContactForm .gform_wrapper form.primaryContact input[type=email],
.primaryContactForm .gform_wrapper form.primaryContact input[type=tel],
.primaryContactForm .gform_wrapper form.primaryContact textarea,
.gform_wrapper input[type=text],
.gform_wrapper input[type=email],
.gform_wrapper input[type=tel],
.gform_wrapper textarea {
  border: none;
  outline: none;
  padding: 3px 10px;
  box-shadow: 0 0 0 1px #6c6c6d, 0px 0px 0 5px #e2e3e4;
}
.wysiwyg .leadGeneration .gform_wrapper form input[type=text]:focus, .wysiwyg .leadGeneration .gform_wrapper form input[type=email]:focus, .wysiwyg .leadGeneration .gform_wrapper form input[type=tel]:focus, .wysiwyg .leadGeneration .gform_wrapper form textarea:focus,
.mobileLeadGeneration .gform_wrapper form.salesInquiry input[type=text]:focus,
.mobileLeadGeneration .gform_wrapper form.salesInquiry input[type=email]:focus,
.mobileLeadGeneration .gform_wrapper form.salesInquiry input[type=tel]:focus,
.mobileLeadGeneration .gform_wrapper form.salesInquiry textarea:focus,
.wysiwyg .leadGenerationContentArea .gform_wrapper form input[type=text]:focus,
.wysiwyg .leadGenerationContentArea .gform_wrapper form input[type=email]:focus,
.wysiwyg .leadGenerationContentArea .gform_wrapper form input[type=tel]:focus,
.wysiwyg .leadGenerationContentArea .gform_wrapper form textarea:focus,
.primaryContactForm .gform_wrapper form.primaryContact input[type=text]:focus,
.primaryContactForm .gform_wrapper form.primaryContact input[type=email]:focus,
.primaryContactForm .gform_wrapper form.primaryContact input[type=tel]:focus,
.primaryContactForm .gform_wrapper form.primaryContact textarea:focus,
.gform_wrapper input[type=text]:focus,
.gform_wrapper input[type=email]:focus,
.gform_wrapper input[type=tel]:focus,
.gform_wrapper textarea:focus {
  box-shadow: 0 0 0 1px #f57e20, 0px 0px 10px rgba(64, 64, 65, 0.35);
}
.wysiwyg .leadGeneration .gform_wrapper form input[type=text], .wysiwyg .leadGeneration .gform_wrapper form input[type=email], .wysiwyg .leadGeneration .gform_wrapper form input[type=submit], .wysiwyg .leadGeneration .gform_wrapper form input[type=tel],
.mobileLeadGeneration .gform_wrapper form.salesInquiry input[type=text],
.mobileLeadGeneration .gform_wrapper form.salesInquiry input[type=email],
.mobileLeadGeneration .gform_wrapper form.salesInquiry input[type=submit],
.mobileLeadGeneration .gform_wrapper form.salesInquiry input[type=tel],
.wysiwyg .leadGenerationContentArea .gform_wrapper form input[type=text],
.wysiwyg .leadGenerationContentArea .gform_wrapper form input[type=email],
.wysiwyg .leadGenerationContentArea .gform_wrapper form input[type=submit],
.wysiwyg .leadGenerationContentArea .gform_wrapper form input[type=tel],
.primaryContactForm .gform_wrapper form.primaryContact input[type=text],
.primaryContactForm .gform_wrapper form.primaryContact input[type=email],
.primaryContactForm .gform_wrapper form.primaryContact input[type=submit],
.primaryContactForm .gform_wrapper form.primaryContact input[type=tel],
.gform_wrapper input[type=text],
.gform_wrapper input[type=email],
.gform_wrapper input[type=submit],
.gform_wrapper input[type=tel] {
  margin-bottom: 8px;
  border-radius: 0;
  font-family: "Source Sans Pro", sans-serif;
}
@media (min-width: 500px) {
  .wysiwyg .leadGeneration .gform_wrapper form input[type=text].halfinput, .wysiwyg .leadGeneration .gform_wrapper form input[type=email].halfinput, .wysiwyg .leadGeneration .gform_wrapper form input[type=submit].halfinput, .wysiwyg .leadGeneration .gform_wrapper form input[type=tel].halfinput,
  .mobileLeadGeneration .gform_wrapper form.salesInquiry input[type=text].halfinput,
  .mobileLeadGeneration .gform_wrapper form.salesInquiry input[type=email].halfinput,
  .mobileLeadGeneration .gform_wrapper form.salesInquiry input[type=submit].halfinput,
  .mobileLeadGeneration .gform_wrapper form.salesInquiry input[type=tel].halfinput,
  .wysiwyg .leadGenerationContentArea .gform_wrapper form input[type=text].halfinput,
  .wysiwyg .leadGenerationContentArea .gform_wrapper form input[type=email].halfinput,
  .wysiwyg .leadGenerationContentArea .gform_wrapper form input[type=submit].halfinput,
  .wysiwyg .leadGenerationContentArea .gform_wrapper form input[type=tel].halfinput,
  .primaryContactForm .gform_wrapper form.primaryContact input[type=text].halfinput,
  .primaryContactForm .gform_wrapper form.primaryContact input[type=email].halfinput,
  .primaryContactForm .gform_wrapper form.primaryContact input[type=submit].halfinput,
  .primaryContactForm .gform_wrapper form.primaryContact input[type=tel].halfinput,
  .gform_wrapper input[type=text].halfinput,
  .gform_wrapper input[type=email].halfinput,
  .gform_wrapper input[type=submit].halfinput,
  .gform_wrapper input[type=tel].halfinput {
    margin-right: 2%;
  }
}
.wysiwyg .leadGeneration .gform_wrapper form input[type=text].halfinputLast, .wysiwyg .leadGeneration .gform_wrapper form input[type=email].halfinputLast, .wysiwyg .leadGeneration .gform_wrapper form input[type=submit].halfinputLast, .wysiwyg .leadGeneration .gform_wrapper form input[type=tel].halfinputLast,
.mobileLeadGeneration .gform_wrapper form.salesInquiry input[type=text].halfinputLast,
.mobileLeadGeneration .gform_wrapper form.salesInquiry input[type=email].halfinputLast,
.mobileLeadGeneration .gform_wrapper form.salesInquiry input[type=submit].halfinputLast,
.mobileLeadGeneration .gform_wrapper form.salesInquiry input[type=tel].halfinputLast,
.wysiwyg .leadGenerationContentArea .gform_wrapper form input[type=text].halfinputLast,
.wysiwyg .leadGenerationContentArea .gform_wrapper form input[type=email].halfinputLast,
.wysiwyg .leadGenerationContentArea .gform_wrapper form input[type=submit].halfinputLast,
.wysiwyg .leadGenerationContentArea .gform_wrapper form input[type=tel].halfinputLast,
.primaryContactForm .gform_wrapper form.primaryContact input[type=text].halfinputLast,
.primaryContactForm .gform_wrapper form.primaryContact input[type=email].halfinputLast,
.primaryContactForm .gform_wrapper form.primaryContact input[type=submit].halfinputLast,
.primaryContactForm .gform_wrapper form.primaryContact input[type=tel].halfinputLast,
.gform_wrapper input[type=text].halfinputLast,
.gform_wrapper input[type=email].halfinputLast,
.gform_wrapper input[type=submit].halfinputLast,
.gform_wrapper input[type=tel].halfinputLast {
  margin-right: 0;
}
.wysiwyg .leadGeneration .gform_wrapper form input[type=submit],
.mobileLeadGeneration .gform_wrapper form.salesInquiry input[type=submit],
.wysiwyg .leadGenerationContentArea .gform_wrapper form input[type=submit],
.primaryContactForm .gform_wrapper form.primaryContact input[type=submit],
.gform_wrapper input[type=submit] {
  background: #f6a63b; /* Old browsers */
  background: -moz-linear-gradient(-45deg, #f6a63b 0%, #f37f30 62%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #f6a63b 0%, #f37f30 62%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #f6a63b 0%, #f37f30 62%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.wysiwyg .leadGeneration .gform_wrapper form ul li,
.mobileLeadGeneration .gform_wrapper form.salesInquiry ul li,
.wysiwyg .leadGenerationContentArea .gform_wrapper form ul li,
.primaryContactForm .gform_wrapper form.primaryContact ul li,
.gform_wrapper ul li {
  width: 100%;
  margin-bottom: 0;
}
.wysiwyg .leadGeneration .gform_wrapper form ul li:before,
.mobileLeadGeneration .gform_wrapper form.salesInquiry ul li:before,
.wysiwyg .leadGenerationContentArea .gform_wrapper form ul li:before,
.primaryContactForm .gform_wrapper form.primaryContact ul li:before,
.gform_wrapper ul li:before {
  display: none;
}

.gform_wrapper ul li#field_2_8,
.gform_wrapper ul li#field_7_8 {
  margin-bottom: 15px;
}
@media (min-width: 900px) {
  .gform_wrapper ul li#field_2_8,
  .gform_wrapper ul li#field_7_8 {
    margin-bottom: 15px;
  }
}
.gform_wrapper ul li#field_2_8 input[type=checkbox],
.gform_wrapper ul li#field_7_8 input[type=checkbox] {
  margin-right: 8px;
}
.gform_wrapper ul li#field_2_8 label,
.gform_wrapper ul li#field_7_8 label {
  position: relative;
  top: 1px;
}

.gform_wrapper ul li#field_2_11 .gfield_description,
.gform_wrapper ul li#field_7_11 .gfield_description {
  margin-bottom: 0;
}
@media (min-width: 900px) {
  .gform_wrapper ul li#field_2_11 .gfield_description,
  .gform_wrapper ul li#field_7_11 .gfield_description {
    margin-bottom: 0;
  }
}
.gform_wrapper ul li#field_2_11 input[type=text],
.gform_wrapper ul li#field_7_11 input[type=text] {
  margin-bottom: 31px;
}

.home .gform_wrapper ul li#field_2_8,
.home .gform_wrapper ul li#field_7_8 {
  margin-bottom: 30px;
}
@media (min-width: 900px) {
  .home .gform_wrapper ul li#field_2_8,
  .home .gform_wrapper ul li#field_7_8 {
    margin-bottom: 21px;
  }
}

.home .gform_wrapper ul li#field_2_11 .gfield_description,
.home .gform_wrapper ul li#field_7_11 .gfield_description {
  margin-bottom: 0;
}
@media (min-width: 900px) {
  .home .gform_wrapper ul li#field_2_11 .gfield_description,
  .home .gform_wrapper ul li#field_7_11 .gfield_description {
    margin-bottom: 15px;
  }
}
.home .gform_wrapper ul li#field_2_11 input[type=text],
.home .gform_wrapper ul li#field_7_11 input[type=text] {
  margin-bottom: 31px;
}

.wysiwyg .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.wysiwyg .gform_wrapper .salesInquiry input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  padding: 3px 10px;
  margin-bottom: 4px;
  margin-top: 0;
}

body .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label,
body .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
  margin: 0;
  margin-bottom: 7px;
}

.leadGenerationContainer.desktopLeadGen.interiorPageLeadGen .gform_wrapper ul li.gfield {
  margin-top: 16px;
}

.leadGeneration .leadGenerationContainer.leadGenerationPageBuilder {
  max-width: 338px;
  display: block;
}

.leadGenerationContainer.leadGenerationContentArea {
  display: none;
}
@media (min-width: 900px) {
  .leadGenerationContainer.leadGenerationContentArea {
    display: block;
    float: right;
    margin-left: 35px;
    margin-bottom: 35px;
  }
}
@media (min-width: 900px) {
  .leadGenerationContainer.leadGenerationContentArea.soloLeadForm {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}

.leadGenerationContainer .gform_wrapper ul li.gfield {
  margin-top: 0;
  margin-bottom: 0;
}
.leadGenerationContainer .gform_wrapper .top_label .gfield_label,
.leadGenerationContainer .gform_wrapper legend.gfield_label {
  color: #404041;
  font-weight: 600;
  margin-bottom: 8px;
}
.leadGenerationContainer .gform_wrapper .top_label div.ginput_container {
  margin-top: 0;
}

.home .leadGenerationContainer.desktopLeadGen .gform_wrapper ul li.gfield {
  margin-top: 16px;
  margin-bottom: 0;
}

@media (min-width: 900px) {
  .acquisitions-template-acquisitions-landing-page .leadGenerationContentArea.micrositeForm {
    float: right;
    margin-bottom: 40px;
  }
}

.gform_wrapper select {
  display: block;
  font-size: 16px;
  font-family: sans-serif;
  font-weight: 400;
  color: #444;
  line-height: 1.3;
  padding: 0.2em 1.4em 0.2em 0.8em;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  border: 1px solid #aaa;
  box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23004e98%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"), linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 0.65em auto, 100%;
}

.gform_wrapper select::-ms-expand {
  display: none;
}

.gform_wrapper select:hover {
  border-color: #888;
}

.gform_wrapper select:focus {
  border-color: #aaa;
  box-shadow: 0 0 1px 3px rgba(59, 153, 252, 0.7);
  box-shadow: 0 0 0 3px -moz-mac-focusring;
  color: #222;
  outline: none;
}

.gform_wrapper select option {
  font-weight: normal;
}

/*---------------------------------------------------------------------------------------------
*
*  /Gravity Forms
*
*---------------------------------------------------------------------------------------------*/
.twoColumnCallouts {
  background: transparent url("../images/contentBkg-top.jpg") repeat-x center top;
  background-size: 1500px 222px;
  padding: 108px 20px 25px;
}
@media (min-width: 620px) {
  .twoColumnCallouts {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.twoColumnCalloutsContainer {
  max-width: 1100px;
  margin: 0 auto;
}
@media (min-width: 620px) {
  .twoColumnCalloutsContainer {
    display: flex;
  }
}

@media (min-width: 620px) {
  .twoColumnCallout {
    display: inline-block;
    width: 50%;
    justify-content: space-around;
    padding: 0 10px;
  }
}
@media (min-width: 900px) {
  .twoColumnCallout {
    padding: 0 2%;
  }
}

.imageContainer {
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: center center;
  margin-bottom: -45px;
}
@media (min-width: 900px) {
  .imageContainer {
    height: 415px;
    margin-bottom: -95px;
  }
}

.calloutContentContainer {
  background-color: #f0f0f1;
  width: 85%;
  max-width: 415px;
  margin: 0 auto 55px;
  padding: 20px 30px 25px;
  -webkit-box-shadow: 2px 2px 2px rgba(64, 64, 65, 0.35);
  -moz-box-shadow: 2px 2px 2px rgba(64, 64, 65, 0.35);
  box-shadow: 2px 2px 2px rgba(64, 64, 65, 0.35);
}
@media (min-width: 900px) {
  .calloutContentContainer {
    padding: 30px 39px 35px;
  }
}
.calloutContentContainer h3 {
  font-size: 1.5em;
  margin-bottom: 5px;
  display: inline-block;
  position: relative;
  color: #111111;
}
@media (min-width: 900px) {
  .calloutContentContainer h3 {
    font-size: 2em;
  }
}
.calloutContentContainer p {
  font-size: 0.85em;
  font-weight: 300;
  color: #111111;
}
@media (min-width: 900px) {
  .calloutContentContainer p {
    font-size: 1.15em;
    line-height: 1.644;
  }
}
.calloutContentContainer a:hover h3 {
  color: #f57e20;
}

a .calloutContentContainer h3 {
  padding-right: 35px;
}
a .calloutContentContainer h3:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: transparent url("/images/arrow-gradient.svg") no-repeat 0 0;
  background-size: 20px 20px;
  position: absolute;
  top: 8px;
  right: 1px;
  transition: right 0.5s ease;
}
@media (min-width: 900px) {
  a .calloutContentContainer h3:after {
    top: 12px;
    margin-bottom: 9px;
  }
}

a:hover .calloutContentContainer h3 {
  color: #f57e20;
}
a:hover .calloutContentContainer h3:after {
  right: -4px;
  transition: right 0.2s ease;
}

a.relaDyneButton,
.wysiwyg div.relaDyneBTN a,
.wysiwyg div.relaDyneBTN button {
  color: white;
  font-weight: 700;
  padding: 3px 10px;
  display: inline-block;
  position: relative;
  top: 0;
  font-size: 1em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f6a63b+0,f37f30+62 */
  background: #f6a63b; /* Old browsers */
  background: -moz-linear-gradient(-45deg, #f6a63b 0%, #f37f30 62%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #f6a63b 0%, #f37f30 62%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #f6a63b 0%, #f37f30 62%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f6a63b", endColorstr="#f37f30",GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  transition: all 0.2s ease;
}
@media (min-width: 900px) {
  a.relaDyneButton,
  .wysiwyg div.relaDyneBTN a,
  .wysiwyg div.relaDyneBTN button {
    font-size: 1.2em;
  }
}

.wysiwyg div.relaDyneBTN a,
.wysiwyg div.relaDyneBTN button {
  padding: 10px 23px;
  font-family: "Source Sans Pro", sans-serif;
}

a.cta-button-reversed {
  background-color: #f57e20;
  color: white;
  font-weight: 700;
  padding: 13px 50px 13px 20px;
  display: inline-block;
  position: relative;
  top: 0;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  font-size: 1em;
  transition: all 0.2s ease;
}
@media (min-width: 900px) {
  a.cta-button-reversed {
    font-size: 1.2em;
  }
}
a.cta-button-reversed:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  right: 15px;
  top: 13px;
  background: white url("../images/link-arrow-right-blue.svg") no-repeat center center;
  background-size: 13px 13px;
}

.fullwidthColumn {
  text-align: center;
  background: #004e98 url("../images/bkg-temp.jpg") repeat center center;
  background-size: 500px 500px;
  padding: 60px 20px;
  color: white;
  position: relative;
}
@media (min-width: 900px) {
  .fullwidthColumn {
    padding: 80px 20px;
  }
}
@media (min-width: 900px) {
  .fullwidthColumn:after {
    content: "";
    display: block;
    border: 1px solid #F3BC12;
    position: absolute;
    left: 17px;
    right: 17px;
    top: -10px;
    bottom: -10px;
  }
}
@media (min-width: 1100px) {
  .fullwidthColumn:after {
    display: none;
  }
}
.fullwidthColumn .sectionIcon {
  width: 90px;
  margin-bottom: 15px;
}
.fullwidthColumn h2 {
  color: #f57e20;
  font-size: 2em;
  margin-bottom: 15px;
}
.fullwidthColumn h2 strong {
  color: white;
}
@media (min-width: 900px) {
  .fullwidthColumn h2 {
    font-size: 3em;
    -webkit-font-smoothing: antialiased;
  }
}
@media (min-width: 1100px) {
  .fullwidthColumn h2 {
    font-size: 3.5em;
  }
}
.fullwidthColumn p {
  margin-bottom: 15px;
  max-width: 550px;
  margin: 0 auto 28px;
  -webkit-font-smoothing: antialiased;
}

.two-column-content {
  text-align: center;
  margin: 30px auto 0;
  width: 90%;
}
@media (min-width: 770px) {
  .two-column-content {
    padding: 20px;
    margin-top: 61px;
  }
}
@media (min-width: 900px) {
  .two-column-content {
    padding: 20px 0 60px;
  }
}
.two-column-content .two-column-content-container {
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 900px) {
  .two-column-content .two-column-content-container {
    display: flex;
  }
}
.two-column-content .two-column-content-container div:first-child {
  margin-bottom: 25px;
}
@media (min-width: 900px) {
  .two-column-content .two-column-content-container div:first-child {
    width: 50%;
  }
}
.two-column-content .two-column-content-container div:last-child {
  width: 85%;
  margin: 0 auto;
}
@media (min-width: 900px) {
  .two-column-content .two-column-content-container div:last-child {
    text-align: left;
    width: 50%;
  }
}
@media (min-width: 900px) {
  .two-column-content .two-column-content-container img.columnImage {
    padding-left: 5%;
  }
}
@media (min-width: 900px) {
  .two-column-content .two-column-content-container img.imageLeft {
    padding-right: 4%;
  }
}
@media (min-width: 900px) {
  .two-column-content .two-column-content-container img.imageRight {
    padding-left: 4%;
  }
}
@media (min-width: 900px) {
  .two-column-content .two-column-content-container div.calloutTextContainer {
    padding-left: 35px;
    padding-right: 35px;
  }
}
.two-column-content h3 {
  text-transform: uppercase;
  font-weight: 700;
  color: #0f0f0f;
  font-size: 1.6em;
  margin-bottom: 20px;
}
.two-column-content p {
  margin-bottom: 20px;
}

.two-column-content-full {
  padding: 0;
  max-width: 100%;
  margin: 0;
  width: 100%;
}
.two-column-content-full .two-column-content-container {
  max-width: 100%;
}
.two-column-content-full .two-column-content-container div:first-child {
  margin-bottom: 0;
  min-height: 250px;
}
@media (min-width: 770px) {
  .two-column-content-full .two-column-content-container div:first-child {
    width: 50%;
  }
}
.two-column-content-full .two-column-content-container div:last-child {
  width: 85%;
}
@media (min-width: 770px) {
  .two-column-content-full .two-column-content-container div:last-child {
    width: 50%;
  }
}

.wysiwyg.content-full {
  padding: 55px 0;
}

@media (min-width: 770px) {
  .wysiwyg.leftText {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 900px) {
  .wysiwyg.leftText {
    padding-left: 6%;
    padding-right: 30px;
  }
}
@media (min-width: 1100px) {
  .wysiwyg.leftText {
    padding-left: 10%;
    padding-right: 55px;
  }
}

@media (min-width: 770px) {
  .wysiwyg.rightText {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 900px) {
  .wysiwyg.rightText {
    padding-right: 6%;
    padding-left: 30px;
  }
}
@media (min-width: 1100px) {
  .wysiwyg.rightText {
    padding-right: 10%;
    padding-left: 55px;
  }
}

/*---------------------------------------------------------------------------------------------
*
*  @Search Results
*
*---------------------------------------------------------------------------------------------*/
.search.search-results article {
  border-bottom: 1px solid rgba(17, 17, 17, 0.15);
  width: 100%;
  padding: 5%;
  margin-bottom: 0;
}
.search.search-results article:last-of-type {
  border-bottom: none;
}

.search article.entry .entry-header {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
}

.search article.entry .entry-title {
  color: #111111;
  font-size: 2.5em;
  font-weight: 300;
  margin-bottom: 15px;
}
.search article.entry .entry-title a {
  position: relative;
  display: inline-block;
  /*
  		&:after {
  			content: "";
  			position: absolute;
  			display: block;
  			left: 0;
  			right: 0;
  			bottom: 2px;
  			width: 100%;
  			height: 1px;
  			//background-color: $color-accent;	
  		} // hover
  */
}

.search article.entry .entry-title:before {
  display: none;
}

.search article.entry .entry-content {
  margin: 0 auto;
  max-width: 1000px;
  line-height: 1.644;
  padding: 0;
}
.search article.entry .entry-content p {
  line-height: 1.644;
}

.search article.entry .entry-content > *,
.search article.entry .entry-summary > * {
  margin: 0 auto;
  max-width: 1000px;
}

.search article.entry .post-thumbnail {
  width: 100%;
  margin: 0;
}

.image-filters-enabled .entry .post-thumbnail .post-thumbnail-inner {
  filter: none;
  margin-bottom: 15px;
}

.image-filters-enabled .entry .post-thumbnail:after {
  display: none;
}

@media (min-width: 900px) {
  .search article.entry .search-grid {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    max-width: 1000px;
    margin: 0 auto;
  }
}
@media (min-width: 900px) {
  .search article.entry .search-grid .post-thumbnail {
    width: 30%;
  }
}
@media (min-width: 900px) {
  .search article.entry .search-grid .search-excerpts {
    width: 60%;
  }
}

.search .navigation.pagination {
  text-align: center;
  padding: 40px 0 80px;
}
.search .navigation.pagination .nav-links {
  display: block;
  margin: 0;
}
.search .navigation.pagination .nav-links span {
  color: #111111;
}
.search .navigation.pagination .nav-links a {
  color: #f57e20;
}
.search .navigation.pagination .nav-links svg {
  position: relative;
  top: 3px;
}
.search .navigation.pagination .nav-links .prev span,
.search .navigation.pagination .nav-links .next span {
  color: #f57e20;
}

/*
.entry .entry-content > *, 
.entry .entry-summary > * {
	max-width: 80%;
	margin: 32px auto;

	@include breakpoint(tablet-lrg2) {
		max-width: 1000px;
	} // tablet-lrg2

}
*/
.no-results.not-found {
  padding-bottom: 80px;
  width: 80%;
  margin: 0 auto;
}
.no-results.not-found p {
  margin-bottom: 15px;
  font-family: "Source Sans Pro", sans-serif;
  line-height: 1.444;
  color: #111111;
}
.no-results.not-found input.search-field {
  font-family: "Source Sans Pro", sans-serif;
}

.archive .no-results.not-found {
  margin-top: 150px;
}

/*---------------------------------------------------------------------------------------------
*
*  @404 page
*
*---------------------------------------------------------------------------------------------*/
.error404 .error-404 input[type=submit],
.error404 .error-404 button[type=submit] {
  width: auto;
}

.error-404.not-found {
  padding-bottom: 80px;
  width: 80%;
  margin: 0 auto;
  padding-top: 140px;
}
@media (min-width: 900px) {
  .error-404.not-found {
    padding-top: 250px;
  }
}
.error-404.not-found p {
  margin-bottom: 15px;
  font-family: "Source Sans Pro", sans-serif;
  line-height: 1.444;
  color: #111111;
}
.error-404.not-found input.search-field {
  font-family: "Source Sans Pro", sans-serif;
}
.error-404.not-found .page-header,
.error-404.not-found .page-content {
  margin: 0 auto;
  padding-bottom: 25px;
}
.error-404.not-found header .page-title {
  margin: 0 auto 20px;
  padding-bottom: 15px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
  font-size: 3em;
}

.page-content {
  margin: 0 32px auto;
}
@media (min-width: 900px) {
  .page-content {
    max-width: 1000px;
  }
}
.page-content.noTitleContent {
  margin-top: 60px;
}
@media (min-width: 900px) {
  .page-content.noTitleContent {
    margin-top: 105px;
  }
}
.page-content.wysiwyg {
  margin: 0 auto;
}
.page-content .search-form input[type=submit] {
  color: white;
  font-weight: 700;
  padding: 3px 10px;
  display: inline-block;
  position: relative;
  top: 0;
  font-size: 1em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f6a63b+0,f37f30+62 */
  background: #f6a63b; /* Old browsers */
  background: -moz-linear-gradient(-45deg, #f6a63b 0%, #f37f30 62%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #f6a63b 0%, #f37f30 62%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #f6a63b 0%, #f37f30 62%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f6a63b", endColorstr="#f37f30",GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
@media (min-width: 900px) {
  .page-content .search-form input[type=submit] {
    font-size: 1.2em;
  }
}
.page-content .search-form input[type=submit] {
  padding: 15px 40px;
}

.caseStudySlider {
  padding-top: 85px;
  text-align: center;
  margin-bottom: 85px;
}
.caseStudySlider .cta-white {
  clear: both;
  margin: 0 auto;
}

.caseStudySlides {
  margin-bottom: 60px;
}

.caseStudySlides .owl-stage {
  display: flex;
}

.caseStudySlide {
  background-color: #004e98;
  color: white;
}

.caseStudySlide a {
  display: block;
  color: white;
}

.owl-item {
  text-align: center;
}

.propertyInfo {
  padding: 23px 25px;
  position: relative;
}
.propertyInfo h4 {
  font-weight: 900;
  margin-bottom: 10px;
  font-size: 1.3em;
}
.propertyInfo div.location {
  font-size: 0.8em;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.propertyInfo div.propertyExcerpt {
  font-size: 0.85em;
  line-height: 1.533;
}
.propertyInfo .circleArrowRight {
  width: 50px;
  height: 50px;
  display: block;
  padding: 16px;
  border: 2px solid white;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  clear: both;
  margin: 30px auto;
}
.propertyInfo .circleArrowRight img {
  max-width: 100%;
  position: relative;
  top: -5px;
  left: 2px;
}

.propertyFeaturedImage {
  height: 250px;
  background-size: cover;
  background-position: center center;
}

.sliderTextContainer {
  text-align: center;
  width: 85%;
  margin: 0 auto;
}
@media (min-width: 900px) {
  .sliderTextContainer {
    position: absolute;
    bottom: 40px;
    left: 4%;
    text-align: left;
    width: 60%;
  }
}
.sliderTextContainer h1 {
  font-family: "Source Sans Pro", sans-serif;
  color: #004e98;
  font-size: 35px;
  margin-bottom: 20px;
}
@media (min-width: 900px) {
  .sliderTextContainer h1 {
    font-size: 30px;
    margin-bottom: 10px;
  }
}
.sliderTextContainer p {
  color: #111111;
  font-size: 20px;
  font-family: "Source Sans Pro", sans-serif;
  line-height: 1.444;
  margin-bottom: 30px;
}
@media (min-width: 900px) {
  .sliderTextContainer p {
    font-size: 15px;
    margin-bottom: 20px;
  }
}

.customBTN {
  color: white;
  background-color: #f57e20;
  font-family: "Source Sans Pro", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 5px 15px;
  font-size: 20px;
  font-weight: 600;
}
@media (min-width: 900px) {
  .customBTN {
    font-size: 15px;
    padding: 3px 10px;
  }
}

#homepageCallout {
  text-align: center;
  position: relative;
  background-color: #004e98;
  padding-bottom: 20px;
  margin: 0 auto 55px;
}
@media (min-width: 900px) {
  #homepageCallout {
    padding: 0;
  }
}

@media (min-width: 900px) {
  .calloutContainer {
    display: flex;
  }
}

@media (min-width: 900px) {
  .serviceContainer:nth-child(odd) .calloutContainer {
    flex-direction: row-reverse;
  }
}

.calloutImage {
  height: 200px;
}
@media (min-width: 620px) {
  .calloutImage {
    height: 280px;
  }
}
@media (min-width: 900px) {
  .calloutImage {
    width: 60%;
    height: 450px;
    margin-bottom: 0;
  }
}

@media (min-width: 900px) {
  .serviceContainer .calloutImage {
    width: 50%;
  }
}

.serviceContainer {
  padding-bottom: 45px;
}
@media (min-width: 900px) {
  .serviceContainer {
    padding-bottom: 0;
  }
}

.serviceContainer .calloutImage {
  height: 300px;
}
@media (min-width: 620px) {
  .serviceContainer .calloutImage {
    height: 300px;
  }
}
@media (min-width: 900px) {
  .serviceContainer .calloutImage {
    height: 450px;
  }
}

@media (min-width: 900px) {
  .serviceContainer .calloutContentContainer {
    width: 50%;
  }
}

.serviceContainer .calloutContent {
  top: 0px;
  border: 1px solid rgba(240, 240, 241, 0.75);
  padding: 30px 25px 25px;
  position: relative;
  max-width: 550px;
}
@media (min-width: 900px) {
  .serviceContainer .calloutContent {
    right: 0;
    left: auto;
    border-right: none;
    position: absolute;
    top: auto;
    bottom: auto;
  }
}
.serviceContainer .calloutContent:before {
  content: "";
  width: 100%;
  height: 10px;
  position: absolute;
  top: -11px;
  background-color: rgba(245, 126, 32, 0.85);
  left: 0;
}
@media (min-width: 900px) {
  .serviceContainer .calloutContent:before {
    top: 0;
    left: auto;
    right: -12px;
    width: 12px;
    height: 100%;
  }
}
.serviceContainer .calloutContent h3 {
  color: #f57e20;
}
.serviceContainer .calloutContent p {
  color: #111111;
  font-size: 15px;
  line-height: 1.633;
}
.serviceContainer:nth-child(2) {
  background-color: #f0f0f1;
}
.serviceContainer:nth-child(2) .calloutContent {
  border: 1px solid white;
  border-top: none;
}
@media (min-width: 900px) {
  .serviceContainer:nth-child(2) .calloutContent {
    border: 1px solid white;
    border-left: none;
    left: 0;
    right: auto;
  }
}
.serviceContainer:nth-child(2) .calloutContent:before {
  background-color: rgba(245, 126, 32, 0.75);
  top: -10px;
}
@media (min-width: 900px) {
  .serviceContainer:nth-child(2) .calloutContent:before {
    top: 0px;
    left: -12px;
    height: 100%;
  }
}
.serviceContainer:nth-child(3) .calloutContent:before {
  background-color: rgba(0, 78, 152, 0.85);
}

.chromeBorder {
  padding: 18px 35px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d5d4d4+0,828282+7,f3f4f5+19,48555d+45,a3a9ad+55,8c94a1+88,f3f4f5+100 */
  background: #d5d4d4; /* Old browsers */
  background: -moz-linear-gradient(-45deg, #d5d4d4 0%, #828282 7%, #f3f4f5 19%, #48555d 45%, #a3a9ad 55%, #8c94a1 88%, #f3f4f5 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #d5d4d4 0%, #828282 7%, #f3f4f5 19%, #48555d 45%, #a3a9ad 55%, #8c94a1 88%, #f3f4f5 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #d5d4d4 0%, #828282 7%, #f3f4f5 19%, #48555d 45%, #a3a9ad 55%, #8c94a1 88%, #f3f4f5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#d5d4d4", endColorstr="#f3f4f5",GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  display: inline-block;
  font-size: 22px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 3px;
}
.chromeBorder span {
  display: block;
}

.blueBTN {
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}
.blueBTN span {
  background-color: #f57e20;
  color: white;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 18px 35px;
  -webkit-box-shadow: inset 1px 1px 3px 0 rgba(0, 0, 0, 0.6);
  -moz-box-shadow: inset 1px 1px 3px 0 rgba(0, 0, 0, 0.6);
  box-shadow: inset 1px 1px 3px 0 rgba(0, 0, 0, 0.6);
}

.redBTN {
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}
.redBTN span {
  background-color: #be090e;
  color: white;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 18px 35px;
  -webkit-box-shadow: inset 1px 1px 3px 0 rgba(0, 0, 0, 0.6);
  -moz-box-shadow: inset 1px 1px 3px 0 rgba(0, 0, 0, 0.6);
  box-shadow: inset 1px 1px 3px 0 rgba(0, 0, 0, 0.6);
}

#productSlider {
  display: none;
  padding: 60px 0;
  text-align: center;
}
#productSlider h2 {
  font-size: 40px;
  margin-bottom: 20px;
  font-weight: 300;
  color: #0f0f0f;
}
@media (min-width: 900px) {
  #productSlider {
    display: block;
  }
}
#productSlider.productSliderInterior {
  display: block;
}

#productSliderContainer {
  max-width: 1100px;
  margin: 0 auto;
  width: 90%;
  position: relative;
}
#productSliderContainer:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 140px;
  z-index: -1;
  background: #e4e5e6; /* Old browsers */
  background: -moz-linear-gradient(top, #e4e5e6 0%, #f8f8f8 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #e4e5e6 0%, #f8f8f8 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #e4e5e6 0%, #f8f8f8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border-bottom: 2px solid rgba(15, 15, 15, 0.2);
}
@media (min-width: 500px) {
  #productSliderContainer:after {
    height: 130px;
  }
}
@media (min-width: 900px) {
  #productSliderContainer:after {
    height: 150px;
  }
}
#productSliderContainer h4 {
  color: #004e98;
  font-weight: 700;
  font-size: 17px;
  padding: 0 20px;
}

#productSlides, #productSlidesInterior {
  position: relative;
  width: 70%;
  margin: 0 auto;
}
@media (min-width: 620px) {
  #productSlides, #productSlidesInterior {
    width: 80%;
  }
}

#productSliderContainer .owl-wrapper-outer {
  padding-bottom: 25px;
}
@media (min-width: 900px) {
  #productSliderContainer .owl-wrapper-outer {
    padding-bottom: 40px;
  }
}

.owl-theme .owl-controls .owl-buttons div.owl-prev {
  left: -40px;
  filter: none !important;
  text-indent: -10000px;
  width: 28px;
  height: 56px;
  background: transparent url("../images/arrow-left-gray.svg") no-repeat 0 0;
  background-size: 28px 56px;
  opacity: 1;
}
@media (min-width: 620px) {
  .owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: -60px;
  }
}
@media (min-width: 900px) {
  .owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: -80px;
  }
}

.owl-theme .owl-controls .owl-buttons div.owl-next {
  right: -40px;
  filter: none !important;
  text-indent: -10000px;
  width: 28px;
  height: 56px;
  background: transparent url("../images/arrow-left-gray.svg") no-repeat 0 0;
  background-size: 28px 56px;
  opacity: 1;
  transform: rotate(180deg);
}
@media (min-width: 620px) {
  .owl-theme .owl-controls .owl-buttons div.owl-next {
    right: -60px;
  }
}
@media (min-width: 900px) {
  .owl-theme .owl-controls .owl-buttons div.owl-next {
    right: -80px;
  }
}

#productSlider.productSliderInterior {
  padding-top: 40px;
}

/*---------------------------------------------------------------------------------------------
*
*  @Interior Template
*
*---------------------------------------------------------------------------------------------*/
.interiorHeroContainer {
  margin-top: 60px;
}
@media (min-width: 620px) {
  .interiorHeroContainer {
    margin-top: 70px;
  }
}

.interiorHeadlineContainer {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  min-height: 25vh;
  background-color: #004e98;
  background: #004e98 url("../images/") no-repeat 0 0;
}
@media (min-width: 770px) {
  .interiorHeadlineContainer {
    width: 100%;
    margin-top: 0;
    margin: 0 auto;
  }
}
@media (min-width: 900px) {
  .interiorHeadlineContainer {
    min-height: 400px;
  }
}

.defaultHeader {
  padding-top: 120px;
  text-align: center;
  width: 85%;
  margin: 0 auto;
}
@media (min-width: 900px) {
  .defaultHeader {
    padding-top: 180px;
  }
}
.defaultHeader h1 {
  font-size: 1.5em;
  color: #004e98;
}
@media (min-width: 900px) {
  .defaultHeader h1 {
    font-size: 1.8em;
  }
}

.interiorTitle {
  padding: 40px 0 0;
  text-align: center;
  padding-top: 0;
}
@media (min-width: 900px) {
  .interiorTitle {
    text-align: left;
  }
}
.interiorTitle h2 {
  margin-top: 50px;
}

.home .interiorTitle {
  padding-top: 0;
}
@media (min-width: 900px) {
  .home .interiorTitle {
    padding-top: 5px;
  }
}

.interiorHeroHeader {
  margin-top: 60px;
}
@media (min-width: 900px) {
  .interiorHeroHeader {
    margin-top: 70px;
    overflow: hidden;
    position: relative;
  }
}
.interiorHeroHeader.videoHeader {
  height: 70vh;
}

.interiorHeroHeader + .contentArea .contentAreaContainer,
.page-id-108 .contentAreaContainer {
  padding-top: 0;
}

.interiorTitleContainer {
  max-width: 1100px;
  margin: 0 auto 15px;
  width: 95%;
  position: relative;
}
.interiorTitleContainer:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 900px) {
  .interiorTitleContainer {
    border-bottom: 1px solid rgb(226.8103448276, 226.8103448276, 228.6896551724);
    margin-bottom: 0;
  }
}
.interiorTitleContainer h1 {
  text-align: center;
  font-size: 2.25em;
  -webkit-font-smoothing: antialiased;
  font-weight: 300;
}
@media (min-width: 900px) {
  .interiorTitleContainer h1 {
    text-align: left;
    font-size: 3em;
    width: 70%;
    float: left;
  }
}

.sectionLogo {
  width: 100%;
  text-align: center;
  margin-bottom: 36px;
}
@media (min-width: 900px) {
  .sectionLogo {
    width: 200px;
    float: right;
    margin-bottom: 0;
    height: 200px;
    line-height: 200px;
    position: absolute;
    right: 0;
    bottom: 0;
  }
}

.sectionLogo img {
  width: 286px;
  margin: 0 auto;
  max-width: 100%;
}
@media (min-width: 900px) {
  .sectionLogo img {
    vertical-align: middle;
  }
}

.sectionLogo.noBranding img {
  width: 100%;
}

.sectionImage {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 300px;
  background-size: cover;
  background-position: center center;
  margin-bottom: -20px;
  padding-top: 33px;
}
@media (min-width: 900px) {
  .sectionImage {
    display: none;
  }
}
.sectionImage h4 {
  font-size: 4.5em;
  color: white;
  font-weight: 300;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
  text-align: center;
  line-height: 1;
}

.detailLists {
  width: 90%;
  margin: 0 auto;
  max-width: 1100px;
  padding-top: 45px;
}

.detailListContainer {
  margin: 0 auto 65px;
  border-bottom: 1px solid rgb(213.6206896552, 213.6206896552, 216.3793103448);
  padding-bottom: 55px;
}
.detailListContainer:last-child {
  border: none;
  margin-bottom: 0;
}
.detailListContainer h3 {
  font-size: 1.8em;
  margin-bottom: 10px;
}
@media (min-width: 900px) {
  .detailListContainer .detailColumnContainer {
    display: flex;
  }
}
.detailListContainer ul {
  padding: 0 5%;
}
.detailListContainer ul li {
  color: #f57e20;
  list-style: disc;
  list-style-position: outside;
  font-size: 0.15em;
  padding-top: 13px;
  vertical-align: top;
}
.detailListContainer ul li span {
  font-size: 7em;
  display: block;
  line-height: 1.667;
  color: #111111;
  position: relative;
  top: 3px;
  padding-top: 3px;
}

.downloadArea {
  background-color: #f0f0f1;
  padding: 40px 30px;
  text-align: center;
  max-width: 1100px;
  margin: 0 auto;
  margin-bottom: -45px;
}
@media (min-width: 900px) {
  .downloadArea {
    background-color: transparent;
    padding-top: 15px;
    padding: 15px 0;
    margin-bottom: 0;
  }
}

.downloadAreaContainer:last-child ul {
  border: none;
}

.downloadAreaContainer h4 {
  text-align: center;
  font-size: 1.85em;
  -webkit-font-smoothing: antialiased;
  font-weight: 300;
  margin-bottom: 15px;
}
@media (min-width: 900px) {
  .downloadAreaContainer h4 {
    font-size: 2.5em;
    margin-bottom: 30px;
  }
}

.downloadAreaContainer ul {
  background-color: white;
  border-bottom: 3px solid rgba(64, 64, 65, 0.35);
  margin-bottom: 30px;
  max-width: 400px;
  margin: 0 auto 30px;
}
@media (min-width: 900px) {
  .downloadAreaContainer ul {
    background-color: transparent;
    width: 100%;
    max-width: 100%;
    border-width: 1px;
    display: flex;
    border-color: rgb(226.8103448276, 226.8103448276, 228.6896551724);
    flex-wrap: wrap;
  }
}
.downloadAreaContainer ul li {
  text-align: left;
  border-bottom: 1px solid #f0f0f1;
}
.downloadAreaContainer ul li:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 900px) {
  .downloadAreaContainer ul li {
    border: none;
    clear: none;
    text-align: center;
    width: 20%;
    justify-content: space-between;
    flex-grow: 1;
    min-height: 220px;
  }
}
.downloadAreaContainer ul li a {
  padding: 15px 20px;
  display: block;
}
.downloadAreaContainer ul li a:after {
  content: "";
  display: table;
  clear: both;
}
.downloadAreaContainer ul li a .thumbContainer {
  width: 20%;
  float: left;
}
@media (min-width: 900px) {
  .downloadAreaContainer ul li a .thumbContainer {
    float: none;
    width: 100%;
    color: #404041;
  }
}
.downloadAreaContainer ul li a:hover {
  background-color: rgba(240, 240, 241, 0.5);
}
@media (min-width: 900px) {
  .downloadAreaContainer ul li a:hover {
    background-color: transparent;
    color: #f57e20;
  }
}
.downloadAreaContainer ul li a img {
  max-width: 40px;
}
@media (min-width: 900px) {
  .downloadAreaContainer ul li a img {
    max-width: 100%;
    max-height: 100px;
  }
}
.downloadAreaContainer ul li a img.imageThumb {
  -webkit-box-shadow: 0 1px 5px rgba(17, 17, 17, 0.35);
  -moz-box-shadow: 0 1px 5px rgba(17, 17, 17, 0.35);
  box-shadow: 0 1px 5px rgba(17, 17, 17, 0.35);
}
.downloadAreaContainer ul li a div.documentTitle {
  width: 75%;
  float: left;
  font-weight: 600;
  padding-top: 10px;
}
@media (min-width: 900px) {
  .downloadAreaContainer ul li a div.documentTitle {
    float: none;
    width: 100%;
    font-size: 1.25em;
  }
}

.fullWidthCallout {
  padding: 60px 0;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: #004e98;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: inset 0px 11px 8px -10px rgba(0, 0, 0, 0.35), inset 0px -11px 8px -10px rgba(0, 0, 0, 0.35);
}
@media (min-width: 900px) {
  .fullWidthCallout {
    padding: 120px;
  }
}
.fullWidthCallout.lightMode {
  background: none;
  box-shadow: none;
  position: relative;
  padding: 30px 0;
}
@media (min-width: 620px) {
  .fullWidthCallout.lightMode {
    padding: 40px 0;
  }
}
@media (min-width: 770px) {
  .fullWidthCallout.lightMode {
    padding: 75px 0 60px;
  }
}
.fullWidthCallout.lightMode:after {
  content: "";
  display: block;
  position: absolute;
  width: 90%;
  height: 1px;
  background-color: rgba(17, 17, 17, 0.15);
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 900px;
}
.fullWidthCallout.overlayGrad {
  position: relative;
  margin-bottom: 100px;
  overflow: hidden;
}
@media (min-width: 770px) {
  .fullWidthCallout.overlayGrad {
    margin-bottom: 0px;
  }
}
.fullWidthCallout.overlayGrad:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 85vh;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.8;
  z-index: 1;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#194c93+0,1c347c+100 */
  background: #194c93; /* Old browsers */
  background: -moz-linear-gradient(top, #194c93 0%, #1c347c 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #194c93 0%, #1c347c 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #194c93 0%, #1c347c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#194c93", endColorstr="#1c347c",GradientType=0 ); /* IE6-9 */
}

.withSubNav .fullWidthCallout {
  padding-top: 92px;
}
@media (min-width: 900px) {
  .withSubNav .fullWidthCallout {
    padding: 120px;
  }
}

.centerCallout {
  text-align: center;
  color: white;
  width: 80%;
  max-width: 770px;
  position: relative;
  z-index: 9;
}
.centerCallout img {
  max-width: 200px;
  margin-bottom: 15px;
}
.centerCallout h1, .centerCallout h2 {
  font-size: 2.6em;
  margin-bottom: 15px;
  font-weight: 300;
}
@media (min-width: 900px) {
  .centerCallout h1, .centerCallout h2 {
    font-size: 3.1em;
  }
}
@media (min-width: 1100px) {
  .centerCallout h1, .centerCallout h2 {
    font-size: 3.4em;
  }
}
.centerCallout p {
  margin-bottom: 25px;
  font-size: 1.1em;
}
@media (min-width: 770px) {
  .centerCallout .heroButtons {
    display: flex;
    max-width: 700px;
    text-align: center;
    margin: 0 auto;
    justify-content: center;
    padding-top: 15px;
  }
}
.centerCallout a {
  color: white;
  font-weight: 700;
  padding: 3px 10px;
  display: inline-block;
  position: relative;
  top: 0;
  font-size: 1em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f6a63b+0,f37f30+62 */
  background: #f6a63b; /* Old browsers */
  background: -moz-linear-gradient(-45deg, #f6a63b 0%, #f37f30 62%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #f6a63b 0%, #f37f30 62%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #f6a63b 0%, #f37f30 62%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f6a63b", endColorstr="#f37f30",GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
@media (min-width: 900px) {
  .centerCallout a {
    font-size: 1.2em;
  }
}
.centerCallout a {
  padding: 12px 25px 15px;
  display: block;
  margin: 0 auto 15px;
  font-size: 1.2em;
  width: 80%;
  max-width: 300px;
}
@media (min-width: 770px) {
  .centerCallout a {
    display: inline-block;
    border-radius: 7px;
    width: auto;
    margin: 0 10px;
    font-size: 1.4em;
    font-weight: 600;
    max-width: none;
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}

.lightMode .centerCallout h2 {
  color: #111111;
}
.lightMode .centerCallout p {
  color: #111111;
}

.videoEmbed {
  padding: 55px;
  max-width: 1200px;
  margin: 0 auto;
}
.videoEmbed.videoFullWidth {
  max-width: none;
  padding: 0;
}

.contentContainer {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  padding: 33px 30px;
  color: #111111;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.44;
}
@media (min-width: 900px) {
  .contentContainer {
    padding: 45px;
    line-height: 1.555;
  }
}

.interiorContent {
  display: flex;
  flex-wrap: wrap;
  max-width: 1100px;
  margin: 0 auto 65px;
  width: 90%;
}
@media (min-width: 900px) {
  .interiorContent {
    width: 90%;
    padding: 0;
    justify-content: space-between;
  }
}
.interiorContent .contentColumn {
  width: 90%;
  order: 2;
  margin: 0 auto;
}
@media (min-width: 900px) {
  .interiorContent .contentColumn {
    width: 60%;
    order: 1;
  }
}
.interiorContent .sidebarColumn {
  width: 90%;
  order: 1;
  margin: 0 auto;
}
@media (min-width: 900px) {
  .interiorContent .sidebarColumn {
    width: 40%;
    order: 2;
    padding-left: 10%;
  }
}
.interiorContent .sidebarColumn .sectionLogo {
  display: block;
  position: relative;
  width: 100%;
  float: none;
  height: auto;
  line-height: 0;
  margin-bottom: 90px;
}
.interiorContent .sidebarColumn.noBranding {
  display: none;
}
@media (min-width: 900px) {
  .interiorContent .sidebarColumn.noBranding {
    display: block;
  }
}
.interiorContent .salesInquiryDesktop {
  display: none;
}
@media (min-width: 900px) {
  .interiorContent .salesInquiryDesktop {
    display: block;
  }
}

.mainContent {
  padding: 5%;
  padding-bottom: 0;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
@media (min-width: 900px) {
  .mainContent {
    text-align: center;
    max-width: 767px;
    padding: 50px 4%;
  }
}
@media (min-width: 1150px) {
  .mainContent {
    padding: 50px 0;
  }
}
@media (min-width: 1200px) {
  .mainContent {
    max-width: 875px;
  }
}
.mainContent.contentPage {
  text-align: left;
}
.mainContent .wysiwyg p {
  color: #111111;
}
@media (min-width: 900px) {
  .mainContent .wysiwyg p {
    font-size: 1.2em;
  }
}
.mainContent strong {
  font-weight: 700;
  color: #F3BC12;
}

@media (min-width: 900px) {
  .noSidebar .mainContent {
    padding-left: 0;
    width: 100%;
  }
}

.noSidebar .sidebar {
  display: none;
}

.breadcrumbs {
  font-family: "Open Sans", sans-serif;
  font-size: 11px;
  color: #58585a;
  margin-bottom: 15px;
}
@media (min-width: 620px) {
  .breadcrumbs {
    margin-bottom: 35px;
  }
}
.breadcrumbs a, .breadcrumbs span {
  padding: 0 10px;
}
.breadcrumbs a:first-child {
  padding-left: 0;
}

.pageContent {
  max-width: 1100px;
  margin: 0 auto;
}

.interiorPageLinks {
  text-align: center;
}
.interiorPageLinks:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 900px) {
  .interiorPageLinks {
    margin-bottom: 20px;
  }
}
.interiorPageLinks img {
  max-width: 110px;
}
.interiorPageLinks h3 {
  color: white;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}
.interiorPageLinks p {
  color: white;
  font-size: 17px;
  margin-bottom: 20px;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
}
.interiorPageLinks > div {
  height: 440px;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (min-width: 900px) {
  .interiorPageLinks > div {
    width: 50%;
    float: left;
  }
}
.interiorPageLinks > div:first-child {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#faa61a+0,f77600+100 */
  background: #faa61a; /* Old browsers */
  background: -moz-linear-gradient(left, #faa61a 0%, #f77600 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #faa61a 0%, #f77600 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #faa61a 0%, #f77600 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#faa61a", endColorstr="#f77600",GradientType=1 ); /* IE6-9 */
  padding-bottom: 10px;
}
.interiorPageLinks > div:last-child {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d8242f+69,b71f28+100 */
  background: #d8242f; /* Old browsers */
  background: -moz-linear-gradient(top, #d8242f 69%, #b71f28 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #d8242f 69%, #b71f28 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #d8242f 69%, #b71f28 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#d8242f", endColorstr="#b71f28",GradientType=0 ); /* IE6-9 */
  padding-bottom: 15px;
}
.interiorPageLinks > div:last-child img {
  max-width: 170px;
}
.interiorPageLinks .interiorLinkContainer {
  width: 80%;
  max-width: 434px;
  margin: 0 auto;
}

/*---------------------------------------------------------------------------------------------
*
*  @wysiwyg
*
*---------------------------------------------------------------------------------------------*/
.wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6 {
  font-family: "Source Sans Pro", sans-serif;
  line-height: 1;
  color: #111111;
  font-weight: 300;
  margin-bottom: 15px;
  -webkit-font-smoothing: antialiased;
  clear: none;
}

.wysiwyg {
  clear: both;
}
.wysiwyg:after {
  content: "";
  display: table;
  clear: both;
}
.wysiwyg h1 {
  font-size: 40px;
  font-family: "Source Sans Pro", sans-serif;
  line-height: 1;
  margin-bottom: 15px;
  font-weight: 300;
  color: #111111;
}
@media (min-width: 900px) {
  .wysiwyg h1 {
    font-size: 3em;
  }
}
.wysiwyg h1.pageTitle, .wysiwyg h1.entry-title {
  margin-bottom: 20px;
  color: rgb(45.6, 45.6, 45.6);
  font-size: 36px;
  font-weight: 300;
  font-family: "Source Sans Pro", sans-serif;
  text-align: center;
  text-transform: initial;
  letter-spacing: 0;
}
@media (min-width: 900px) {
  .wysiwyg h1.pageTitle, .wysiwyg h1.entry-title {
    text-align: left;
  }
}
.wysiwyg h2 {
  font-size: 2em;
  line-height: 1.3;
  font-weight: 400;
  padding-top: 15px;
}
.wysiwyg h3 {
  font-size: 2em;
  line-height: 1.433;
  margin-bottom: 15px;
  font-weight: 300;
}
.wysiwyg h4 {
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.533;
  margin-bottom: 15px;
}
.wysiwyg h5 {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.333;
  margin-bottom: 6px;
}
.wysiwyg h6 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.333;
  margin-bottom: 6px;
}
.wysiwyg .strong h1, .wysiwyg .strong h2, .wysiwyg .strong h3, .wysiwyg .strong h4, .wysiwyg .strong h5, .wysiwyg .strong h6 {
  font-weight: 700;
}
.wysiwyg h1.strong, .wysiwyg h2.strong, .wysiwyg h3.strong, .wysiwyg h4.strong, .wysiwyg h5.strong, .wysiwyg h6.strong {
  font-weight: 700;
}
.wysiwyg .italics {
  font-style: italic;
}
.wysiwyg p, .wysiwyg ol, .wysiwyg ul, .wysiwyg blockquote {
  font-family: "Source Sans Pro", sans-serif;
  margin-bottom: 20px;
  line-height: 1.533;
  font-size: 16px;
  color: #111111;
}
.wysiwyg blockquote {
  width: 85%;
  margin: 20px auto 15px;
  padding-left: 15px;
  border-left: 2px solid rgba(0, 78, 152, 0.3);
  font-style: italic;
  font-family: "Source Sans Pro", helvetica, arial, sans-serif;
  font-size: 20px;
}
.wysiwyg img {
  height: auto !important;
}
.wysiwyg img.body-image {
  float: right;
}
.wysiwyg img.alignright {
  float: right;
  margin-bottom: 15px;
}
.wysiwyg ol, .wysiwyg ul {
  padding-left: 15px;
  margin: 20px 0 20px 35px;
}
.wysiwyg ol {
  list-style-type: decimal;
}
.wysiwyg ul {
  list-style-type: disc;
}
.wysiwyg ul.indentedList {
  margin-left: 40px;
}
.wysiwyg ul.indentedList p {
  margin-left: 0 !important;
}
.wysiwyg ul li {
  list-style: none;
  margin-bottom: 8px;
  position: relative;
  text-align: left;
}
.wysiwyg ul li:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #111111;
  left: -18px;
  top: 10px;
}
.wysiwyg a {
  color: #f57e20;
}
.wysiwyg a:hover {
  color: rgb(226.0626609442, 105.4283261803, 10.1373390558);
  text-decoration: underline;
}
.wysiwyg em {
  font-style: italic;
}
.wysiwyg hr {
  height: 1px;
  background-color: rgba(17, 17, 17, 0.15);
  margin: 20px 0;
}
.wysiwyg blockquote, .wysiwyg .rightQuote, .wysiwyg .leftQuote {
  width: 100%;
  margin: 0 auto 20px;
  background-color: white;
  border: 5px solid #e5e6e7 !important;
  text-align: center;
  padding: 30px !important;
  position: relative;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-style: italic;
  color: #004e98;
  /*
  		&:after {
  			content: "";
  			position: absolute;
  			left: 0;
  			right: 0;
  			text-align: center;
  			margin: 0 auto;
  			top: -12px;
  			width: 55px;
  			height: 27px;
  			background: white url("../images/quote-blue.svg") no-repeat center center;
  			background-size: 33px 27px;
  		} // after
  */
}
@media (min-width: 900px) {
  .wysiwyg blockquote, .wysiwyg .rightQuote, .wysiwyg .leftQuote {
    padding: 45px 4.5% 35px;
    font-size: 18px;
  }
}
.wysiwyg blockquote p, .wysiwyg .rightQuote p, .wysiwyg .leftQuote p {
  font-family: "Source Sans Pro", sans-serif !important;
  font-style: italic;
  color: #004e98;
  margin-bottom: 0;
}
@media (min-width: 900px) {
  .wysiwyg blockquote p, .wysiwyg .rightQuote p, .wysiwyg .leftQuote p {
    font-size: 20px;
  }
}
.wysiwyg blockquote .quoteAttribute, .wysiwyg .rightQuote .quoteAttribute, .wysiwyg .leftQuote .quoteAttribute {
  color: #0f0f0f;
  font-size: 17px;
  font-style: normal;
  line-height: 1.333;
  font-family: "Source Sans Pro", sans-serif;
  padding-top: 16px;
}
.wysiwyg .rightQuote, .wysiwyg .leftQuote {
  text-align: left;
}
@media (min-width: 500px) {
  .wysiwyg .rightQuote, .wysiwyg .leftQuote {
    width: 45%;
  }
}
@media (min-width: 500px) {
  .wysiwyg .leftQuote {
    float: left;
    margin: 0 20px 20px 0;
  }
}
@media (min-width: 500px) {
  .wysiwyg .rightQuote {
    float: right;
    margin: 0 0 20px 20px;
  }
}
.wysiwyg table th, .wysiwyg table td {
  padding: 10px 15px;
  font-family: "Source Sans Pro", sans-serif;
  line-height: 1.433;
  font-size: 14px;
  color: #111111;
}
.wysiwyg table th {
  border: 1px solid #cccccc;
}
.wysiwyg table td {
  border: 1px solid #e9e9e9;
}
@media (min-width: 900px) {
  .noSidebar .wysiwyg,
  .noSidebar .breadcrumbs {
    padding-left: 30px;
  }
}

img.alignright {
  width: 100%;
}
@media (min-width: 620px) {
  img.alignright {
    width: 400px;
    margin-left: 25px;
    margin-bottom: 15px;
  }
}
@media (min-width: 900px) {
  img.alignright {
    width: 325px;
  }
}
@media (min-width: 1100px) {
  img.alignright {
    width: 400px;
  }
}

.wysiwyg.narrow {
  max-width: 650px;
  margin: 0 auto;
}

.wysiwyg ul.slides,
.wysiwyg ul.flex-direction-nav,
.wysiwyg ol.flex-control-nav {
  padding: 0;
  margin: 0 auto;
}

.wysiwyg ul.slides li:before,
.wysiwyg ul.flex-direction-nav li:before,
.wysiwyg ol.flex-control-nav li:before {
  display: none;
}

#post-12029 .wysiwyg ol ol {
  list-style-type: lower-alpha;
}
#post-12029 .wysiwyg ol ol ol {
  list-style-type: lower-roman;
}

/*---------------------------------------------------------------------------------------------
*
*  /WYSIWYG
*
*---------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------
*
*  @WP Bakery Styles
*
*---------------------------------------------------------------------------------------------*/
.wysiwyg .vc_grid-filter li {
  list-style: none;
  background: none;
  background-color: transparent;
  margin-bottom: 0;
}
.wysiwyg .vc_grid-filter li:before {
  display: none;
}
.wysiwyg .vc_grid-filter li.vc_grid-filter-item span {
  font-size: 1.25em;
  background: none;
}
.wysiwyg .vc_grid-filter li.vc_grid-filter-item.vc_active {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f5f5f5+0,dcdbdb+100 */
  background: #f5f5f5; /* Old browsers */
  background: -moz-linear-gradient(top, #f5f5f5 0%, #dcdbdb 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f5f5f5 0%, #dcdbdb 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f5f5f5 0%, #dcdbdb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f5f5f5", endColorstr="#dcdbdb",GradientType=0 ); /* IE6-9 */
}

.wysiwyg .vc_grid-filter.vc_grid-filter-center {
  width: 85%;
  max-width: 600px;
  border-bottom: 1px solid rgb(226.8103448276, 226.8103448276, 228.6896551724);
  margin: 45px auto 28px;
}

.wysiwyg .vc_grid-filter.vc_grid-filter-size-md .vc_grid-filter-item {
  padding: 10px 17px 12px;
  margin-bottom: 0;
}

.wysiwyg .vc_grid-filter.vc_grid-filter-default > .vc_grid-filter-item {
  border-radius: 0;
  background-color: transparent;
}

.wysiwyg .vc_grid-filter.vc_grid-filter-color-grey > .vc_grid-filter-item:hover {
  background-color: #f0f0f1;
}
.wysiwyg .vc_grid-filter.vc_grid-filter-color-grey > .vc_grid-filter-item:hover span {
  color: #004e98;
}

.wysiwyg .serviceGrid .vc-gitem-zone-height-mode-auto:before {
  padding-top: 77%;
  background: #004e98; /* Old browsers */
  background: -moz-linear-gradient(top, #004e98 0%, #163781 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #004e98 0%, #163781 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #004e98 0%, #163781 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#004e98", endColorstr="#163781",GradientType=0 ); /* IE6-9 */
  opacity: 0.9;
  transition: opacity 0.2s ease;
  border-radius: 10px;
}

.wysiwyg .serviceGrid .vc-gitem-zone-height-mode-auto:hover:before {
  opacity: 0.75;
  border-radius: 10px;
  background: none;
  background-color: #002064;
  background-blend-mode: multiply;
}

.wysiwyg .serviceGrid .vc_gitem-post-data h3 {
  color: white;
  text-shadow: 1px 1px 10px black;
}

.wysiwyg .serviceGrid .vc_gitem-zone {
  border-radius: 10px;
  box-shadow: 0 7px 10px rgba(0, 0, 0, 0.35);
  position: relative;
  top: 0;
  transition: all 0.2s ease;
}
.wysiwyg .serviceGrid .vc_gitem-zone:hover {
  top: -4px;
  transition: all 0.2s ease;
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.15);
}

.wysiwyg ul.vc_tta-tabs-list {
  list-style: none !important;
}
.wysiwyg ul.vc_tta-tabs-list li:before {
  display: none !important;
}

.wysiwyg .vc_tta-panels {
  padding: 36px 28px;
}

/* The container must be positioned relative: */
.vc_grid-container .vc_grid-filter-select .vc_grid-styled-select {
  position: relative;
}

.vc_grid-container .vc_grid-filter-select .vc_grid-styled-select select {
  display: none; /*hide original SELECT element: */
}

.select-selected {
  background-color: gray;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f5f5f5+0,dcdbdb+100 */
  background: #f5f5f5; /* Old browsers */
  background: -moz-linear-gradient(top, #f5f5f5 0%, #dcdbdb 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f5f5f5 0%, #dcdbdb 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f5f5f5 0%, #dcdbdb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f5f5f5", endColorstr="#dcdbdb",GradientType=0 ); /* IE6-9 */
  border-radius: 5px;
  box-shadow: 1px 1px 1px color(srgb 0.369 0.369 0.369 / 0.418);
}

.select-selected:before {
  position: absolute;
  content: "";
  top: 5px;
  bottom: 5px;
  width: 1px;
  right: 40px;
  background-color: color(srgb 0.737 0.737 0.737);
}

/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  content: "";
  top: 18px;
  right: 15px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #0f0f0f transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #0f0f0f transparent;
  top: 12px;
}

.vc_responsive .vc_grid-filter-select {
  max-width: 80%;
  margin: 20px auto 25px;
}

/* style the items (options), including the selected item: */
.select-items div,
.select-selected {
  padding: 10px 16px;
  cursor: pointer;
  font-size: 1.5em;
}

/* Style items (options): */
.select-items {
  position: absolute;
  background-color: #f0f0f1;
  top: 105%;
  left: 5px;
  right: 5px;
  z-index: 99;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover,
.same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

article .reladyneLinkList .wpb_column {
  margin-bottom: 45px;
}
article .reladyneLinkList h2 {
  background-color: transparent !important;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 1px;
  font-size: 1.6em;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+43,efefef+100 */
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 43%, #efefef 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 43%, #efefef 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 43%, #efefef 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border-bottom: 1px solid #cfd1d2;
  padding-bottom: 15px !important;
}
article .reladyneLinkList .wpb_text_column {
  border: none !important;
  border-top: 1px solid #e5e6e7 !important;
}
article .reladyneLinkList .wpb_text_column h4 a {
  letter-spacing: 0px;
  display: block;
  padding: 11px 0;
  line-height: 1.1;
  font-size: 0.9em;
}
article .reladyneLinkList .wpb_text_column h4 a:hover {
  color: #111111;
  text-decoration: none;
}
article .reladyneLinkList .wpb_text_column:list-of-type {
  border: none !important;
}
article .reladyneLinkList h2 + div.wpb_text_column {
  border: none !important;
}

/*---------------------------------------------------------------------------------------------
*
*  /WP Bakery Styles
*
*---------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------
*
*  @Page Modules
*
*---------------------------------------------------------------------------------------------*/
.site-content {
  overflow: visible;
}

.site-content .productContainer {
  text-align: center;
  border-bottom: 2px solid #f0f0f1;
  padding-bottom: 30px;
  max-width: 1100px;
  margin: 0 auto;
  margin-bottom: 55px;
}
.site-content .productContainer:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 900px) {
  .site-content .productContainer {
    text-align: left;
    padding-top: 30px;
  }
}
.site-content .productContainer:last-child {
  border: none;
}

.site-content .productImageContainer {
  text-align: center;
}
@media (min-width: 900px) {
  .site-content .productImageContainer {
    width: 30%;
    float: left;
  }
}
.site-content .productImageContainer img {
  max-width: 300px;
  margin: 0 auto;
  text-align: center;
}

.wysiwyg.productDescriptionContainer {
  clear: none;
  text-align: left;
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 900px) {
  .wysiwyg.productDescriptionContainer {
    width: 65%;
    float: right;
    padding-right: 10%;
  }
}
@media (min-width: 1150px) {
  .wysiwyg.productDescriptionContainer {
    padding-right: 0;
  }
}
.wysiwyg.productDescriptionContainer h2 {
  font-weight: 300;
  color: #004e98;
}
.wysiwyg.productDescriptionContainer ul li {
  text-align: left;
}

.accordionButton {
  border-bottom: 1px solid #c2c2c2;
  cursor: pointer;
  font-family: arial, helvetica, verdana, sans-serif;
  font-size: 16px;
  margin-bottom: 4px;
  padding: 13px 25px;
  background-color: #F1F1F2;
  line-height: 20px;
  width: 100%;
  margin: 0 auto 5px;
  margin-left: 0;
}

.accordionContent {
  width: 90%;
  margin: 0 auto 8px;
  margin-left: 0;
  padding-left: 15px;
}

.faq_content .on {
  background: #CCCCCC;
}

.faq_content .over {
  background: #CCCCCC;
}

.faq-section {
  margin-bottom: 30px;
}

/*---------------------------------------------------------------------------------------------
*
*  /Page Modules
*
*---------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------
*
*  @Leadership
*
*---------------------------------------------------------------------------------------------*/
.leadershipContainer {
  max-width: 1100px;
  margin: 0 auto;
  width: 90%;
}
@media (min-width: 770px) {
  .leadershipContainer img {
    padding-right: 15px;
    position: relative;
    top: 15px;
  }
}
@media (min-width: 1150px) {
  .leadershipContainer img {
    padding: 0;
  }
}

.page-id-133 .strong h4 {
  font-size: 1.8em;
}

.leadershipList h3 {
  margin-bottom: 0;
}

/*---------------------------------------------------------------------------------------------
*
*  /Leadership
*
*---------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------
*
*  @Search
*
*---------------------------------------------------------------------------------------------*/
.search-results .wysiwyg {
  padding: 0;
}
.search-results article {
  width: 90%;
  margin: 0 auto 55px;
  padding-bottom: 55px;
  border-bottom: 3px solid rgba(64, 64, 65, 0.5);
}
@media (min-width: 900px) {
  .search-results article {
    text-align: left;
  }
}
.search-results article h2.entry-title {
  width: 100%;
}

/*---------------------------------------------------------------------------------------------
*
*  /Search
*
*---------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------
*
*  @Contact Page
*
*---------------------------------------------------------------------------------------------*/
.contactBuckets {
  padding-top: 35px;
  padding-bottom: 45px;
  max-width: 1100px;
  margin: 0 auto;
  width: 95%;
}
.contactBuckets ul {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contactBuckets ul li {
  width: 50%;
  padding: 25px 15px;
  margin: 0;
  position: relative;
  display: block;
  list-style-type: none;
  display: inline-block;
}
@media (min-width: 770px) {
  .contactBuckets ul li {
    width: 25%;
  }
}
@media (min-width: 900px) {
  .contactBuckets ul li {
    padding: 10px 15px;
  }
}
.contactBuckets ul li:nth-child(1) {
  border-bottom: 1px solid rgba(64, 64, 65, 0.35);
  border-right: 1px solid rgba(64, 64, 65, 0.35);
}
@media (min-width: 770px) {
  .contactBuckets ul li:nth-child(1) {
    border-bottom: none;
  }
}
.contactBuckets ul li:nth-child(2) {
  border-bottom: 1px solid rgba(64, 64, 65, 0.35);
}
@media (min-width: 770px) {
  .contactBuckets ul li:nth-child(2) {
    border-bottom: none;
    border-right: 1px solid rgba(64, 64, 65, 0.35);
  }
}
.contactBuckets ul li:nth-child(3) {
  border-right: 1px solid rgba(64, 64, 65, 0.35);
}
.contactBuckets .iconContainer {
  width: 60px;
  height: 60px;
  text-align: center;
  margin: 0 auto 15px;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.contactBuckets img {
  max-width: 60px;
  max-height: 60px;
  text-align: center;
  margin: 0 auto;
}
.contactBuckets div {
  padding-top: 10px;
}
.contactBuckets h3 {
  color: #004e98;
  font-weight: 600;
  font-size: 1.4em;
}
@media (min-width: 900px) {
  .contactBuckets h3 {
    font-size: 1.55em;
    line-height: 1.5222;
  }
}
@media (min-width: 900px) {
  .contactBuckets span {
    font-size: 1.2em;
  }
}
.contactBuckets li:nth-child(2) span,
.contactBuckets .liveIndicator {
  padding-left: 20px;
  position: relative;
  display: inline-block;
  padding-left: 0 !important;
}
.contactBuckets li:nth-child(2) span:before,
.contactBuckets .liveIndicator:before {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  background-color: #A8C65A;
  position: absolute;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  left: 0;
  top: 5px;
  animation: pulse 5s infinite;
  display: none !important;
}
@media (min-width: 900px) {
  .contactBuckets li:nth-child(2) span:before,
  .contactBuckets .liveIndicator:before {
    top: 7px;
  }
}

@keyframes pulse {
  0% {
    background-color: #A8C65A;
  }
  50% {
    background-color: #b0ee10;
  }
  100% {
    background-color: #A8C65A;
  }
}
.contactSection {
  text-align: center;
  padding-top: 65px;
  background: transparent url("../images/contentBkg-top.jpg") repeat-x 0 0;
  background-size: 1000px 148px;
}
.contactSection .contactSectionContainer {
  position: relative;
}
@media (min-width: 1025px) {
  .contactSection .contactSectionContainer {
    display: flex;
    justify-content: space-around;
  }
}
.contactSection .contactSectionContainer:after {
  content: "";
  display: block;
  height: 4px;
  width: 80%;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(64, 64, 65, 0.15);
  max-width: 1100px;
  display: none;
}
@media (min-width: 1025px) {
  .contactSection .contactSectionContainer:after {
    display: block;
  }
}
.contactSection h4 {
  font-weight: 700;
  font-size: 1.5em;
  margin-bottom: 20px;
  color: #111111;
}
.contactSection .contactInfo {
  line-height: 1.5333;
  font-size: 1.1em;
  padding-bottom: 55px;
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 1025px) {
  .contactSection .contactInfo {
    text-align: left;
    width: 30%;
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 0;
  }
}
@media (min-width: 1150px) {
  .contactSection .contactInfo {
    width: 50%;
    background: transparent url("../images/reladyne-icon-lrg.svg") no-repeat -170px center;
    background-size: 450px 450px;
  }
}
@media (min-width: 1150px) {
  .contactSection .contactInfo > div {
    position: relative;
    left: 50px;
  }
}
.contactSection .address {
  margin-bottom: 20px;
}
.contactSection .contactInfo ul li a {
  font-size: 1.55em;
}
.contactSection .contactInfo ul li span {
  font-size: 1em;
  text-transform: uppercase;
  display: inline-block;
  padding-left: 10px;
  font-weight: 600;
  position: relative;
  top: -1px;
}
@media (min-width: 1025px) {
  .contactSection .contactLink {
    width: 60%;
    padding: 15px;
  }
}
@media (min-width: 1150px) {
  .contactSection .contactLink {
    width: 50%;
    padding-right: 55px;
  }
}
.contactSection .contactLink a {
  display: block;
  -webkit-box-shadow: 0 8px 8px rgba(64, 64, 65, 0.35);
  -moz-box-shadow: 0 8px 8px rgba(64, 64, 65, 0.35);
  box-shadow: 0 8px 8px rgba(64, 64, 65, 0.35);
  max-width: 500px;
  margin: 0 auto 65px;
}
@media (min-width: 1150px) {
  .contactSection .contactLink a {
    max-width: 600px;
  }
}
.contactSection .contactLinkContent {
  text-align: left;
  padding: 25px 10% 35px;
  position: relative;
}
@media (min-width: 1100px) {
  .contactSection .contactLinkContent {
    padding: 25px 130px 35px 6%;
  }
}
.contactSection .contactLinkContent:after {
  content: "";
  display: none;
  position: absolute;
  right: 35px;
  top: 42px;
  width: 35px;
  height: 68px;
  background: transparent url("/images/rightArrow.svg") no-repeat center center;
  background-size: 35px 68px;
}
@media (min-width: 1100px) {
  .contactSection .contactLinkContent:after {
    display: block;
  }
}
.contactSection h3 {
  font-size: 2em;
  font-weight: 300;
  margin-bottom: 8px;
}
.contactSection p {
  color: #111111;
}
.contactSection .contactLinkImage {
  background-color: transparent;
  height: 250px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 770px) {
  .contactSection .contactLinkImage {
    height: 300px;
  }
}

.primaryContactForm {
  margin-bottom: 45px;
  padding-top: 65px;
}

/*---------------------------------------------------------------------------------------------
*
*  @Custom Post Types
*
*---------------------------------------------------------------------------------------------*/
.products-solutions .wysiwyg,
.reliability-services .wysiwyg {
  padding-top: 20px;
  max-width: 1100px;
  margin: 0 auto;
  width: 90%;
}
@media (min-width: 900px) {
  .products-solutions .wysiwyg,
  .reliability-services .wysiwyg {
    width: 95%;
  }
}
.products-solutions .wysiwyg.contentColumn,
.reliability-services .wysiwyg.contentColumn {
  width: 90%;
  order: 2;
  margin: 0 auto;
}
@media (min-width: 900px) {
  .products-solutions .wysiwyg.contentColumn,
  .reliability-services .wysiwyg.contentColumn {
    width: 60%;
    order: 1;
  }
}

/*---------------------------------------------------------------------------------------------
*
*  @404
*
*---------------------------------------------------------------------------------------------*/
.error-404 {
  max-width: 700px;
  margin: 0 auto;
  padding-top: 45px;
  width: 88%;
}
.error-404 input[type=text], .error-404 input[type=search] {
  border-radius: 0;
  -webkit-appearance: none;
  border: 2px solid white;
  font-family: "Source Sans Pro", sans-serif;
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 8px 0 8px 15px;
  margin: 0;
  margin-right: 0px;
  font-size: 20px;
  height: 60px;
  outline: none;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dbdbdb+0,ffffff+79 */
  background: rgb(219, 219, 219); /* Old browsers */
  background: -moz-linear-gradient(top, rgb(219, 219, 219) 0%, rgb(255, 255, 255) 79%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(219, 219, 219)), color-stop(79%, rgb(255, 255, 255))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgb(219, 219, 219) 0%, rgb(255, 255, 255) 79%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgb(219, 219, 219) 0%, rgb(255, 255, 255) 79%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgb(219, 219, 219) 0%, rgb(255, 255, 255) 79%); /* IE10+ */
  background: linear-gradient(to bottom, rgb(219, 219, 219) 0%, rgb(255, 255, 255) 79%); /* W3C */
  transition: all 0.2s ease;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}
@media (min-width: 770px) {
  .error-404 input[type=text], .error-404 input[type=search] {
    font-size: 25px;
  }
}
.error-404 input[type=text]:focus, .error-404 input[type=search]:focus {
  outline: none;
  background-color: white;
  border: 2px solid #f57e20;
}
.error-404 input[type=submit], .error-404 button[type=submit] {
  border: none;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0;
  position: relative;
  width: 55%;
  color: white;
  height: 50px;
  /* Fallback for sad browsers */
  background-color: transparent;
  /* Mozilla Firefox */
  background-image: -moz-linear-gradient(transparent, transparent);
  /* Opera */
  background-image: -o-linear-gradient(transparent, transparent);
  /* WebKit (Chrome 11+) */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(1, transparent));
  /* WebKit (Safari 5.1+, Chrome 10+) */
  background-image: -webkit-linear-gradient(transparent, transparent);
  /* IE10 */
  background-image: -ms-linear-gradient(transparent, transparent);
  /* W3C */
  background-image: linear-gradient(transparent, transparent);
  background-color: #a4a6a9;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  transition: all 0.2s ease;
  font-size: 18px;
  top: 0;
  left: 0;
  margin-top: 10px;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}
@media (min-width: 620px) {
  .error-404 input[type=submit], .error-404 button[type=submit] {
    width: 26%;
    left: 5px;
    top: 0;
  }
}
.error-404 input[type=submit]:hover, .error-404 button[type=submit]:hover {
  background-color: #f57e20;
  cursor: pointer;
}

/*---------------------------------------------------------------------------------------------
*
*  /404
*
*---------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------
*
*  @Acquisitions Section
*
*---------------------------------------------------------------------------------------------*/
.gridList {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  padding-top: 45px;
  text-align: center;
  padding-bottom: 105px;
}
.gridList ul {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.gridList li {
  width: 45%;
  padding: 25px;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (min-width: 620px) {
  .gridList li {
    width: 32%;
  }
}
@media (min-width: 900px) {
  .gridList li {
    width: 23%;
  }
}

.viewMoreLink {
  text-align: center;
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding-top: 35px;
  padding-bottom: 100px;
}
.viewMoreLink:after {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  background-color: rgba(17, 17, 17, 0.15);
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 0px;
  max-width: 1100px;
}
.viewMoreLink a {
  color: white;
  font-weight: 700;
  padding: 3px 10px;
  display: inline-block;
  position: relative;
  top: 0;
  font-size: 1em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f6a63b+0,f37f30+62 */
  background: #f6a63b; /* Old browsers */
  background: -moz-linear-gradient(-45deg, #f6a63b 0%, #f37f30 62%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #f6a63b 0%, #f37f30 62%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #f6a63b 0%, #f37f30 62%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f6a63b", endColorstr="#f37f30",GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  padding: 8px 20px;
  font-weight: 600;
  font-size: 1.21em;
  border-radius: 8px;
}
@media (min-width: 900px) {
  .viewMoreLink a {
    font-size: 1.2em;
  }
}
@media (min-width: 900px) {
  .viewMoreLink a {
    font-size: 1.3em;
    padding: 11px 38px;
  }
}

/*---------------------------------------------------------------------------------------------
*
*  @SDS Page
*
*---------------------------------------------------------------------------------------------*/
.relaDyneBTN.totalSDS_BTN_container {
  text-align: center;
  position: relative !important;
}

.relaDyneBTN.totalSDS-BTN {
  margin: 0 auto;
}
@media (min-width: 900px) {
  .relaDyneBTN.totalSDS-BTN {
    position: absolute !important;
    right: 0;
    top: -192px !important;
  }
}

#sdsLinks {
  padding: 0 25px;
  text-align: center;
  margin-bottom: 85px;
  background-color: red;
  padding-bottom: 120px;
  background: transparent url("../images/contentBkg-bottom.jpg") no-repeat center bottom;
}
#sdsLinks h2 {
  text-align: center;
  font-size: 1.9em;
  margin-bottom: 25px;
}
#sdsLinks p {
  text-align: center;
  width: 90%;
  margin: 0 auto 18px;
  max-width: 800px;
}
@media (min-width: 900px) {
  #sdsLinks ul {
    display: flex;
    justify-content: space-around;
    width: 93%;
    margin: 0 auto 29px;
    flex-wrap: wrap;
    max-width: 800px;
  }
}
@media (min-width: 900px) {
  #sdsLinks ul li {
    width: 45%;
  }
}
#sdsLinks ul li a {
  position: relative;
  display: block;
  margin-bottom: 25px;
  margin: 0 auto 25px;
  -webkit-box-shadow: 0 4px 9px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 4px 9px rgba(0, 0, 0, 0.35);
  box-shadow: 0 4px 9px rgba(0, 0, 0, 0.35);
  border-radius: 15px;
  padding: 25px;
  min-height: 279px;
  max-width: 408px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #fcfcfc; /* Old browsers */
  background: -moz-linear-gradient(top, #fcfcfc 1%, #e9eaeb 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #fcfcfc 1%, #e9eaeb 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fcfcfc 1%, #e9eaeb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
#sdsLinks ul li a img {
  margin: 0 auto;
  text-align: center;
  display: block;
  max-width: 276px;
}
#sdsLinks ul li a span {
  opacity: 0;
  display: block;
  height: 1px;
  position: absolute;
  z-index: 0;
}
#sdsLinks .relaDyneBTN {
  color: white;
  font-weight: 700;
  padding: 3px 10px;
  display: inline-block;
  position: relative;
  top: 0;
  font-size: 1em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f6a63b+0,f37f30+62 */
  background: #f6a63b; /* Old browsers */
  background: -moz-linear-gradient(-45deg, #f6a63b 0%, #f37f30 62%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #f6a63b 0%, #f37f30 62%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #f6a63b 0%, #f37f30 62%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f6a63b", endColorstr="#f37f30",GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  text-align: center;
  padding: 12px 35px;
  font-size: 1.35em;
  border-radius: 8px;
}
@media (min-width: 900px) {
  #sdsLinks .relaDyneBTN {
    font-size: 1.2em;
  }
}

.sdsLinkSecondary {
  padding: 0 25px;
  text-align: center;
  margin-bottom: 45px;
}
.sdsLinkSecondary h3 {
  text-align: center;
  font-size: 1.9em;
  margin-bottom: 25px;
}
.sdsLinkSecondary p {
  text-align: center;
  width: 90%;
  margin: 0 auto 18px;
  max-width: 800px;
}
@media (min-width: 900px) {
  .sdsLinkSecondary ul {
    display: flex;
    justify-content: space-between;
    width: 93%;
    margin: 0 auto;
    flex-wrap: wrap;
    max-width: 1000px;
  }
}
.sdsLinkSecondary ul li {
  margin-bottom: 20px;
  margin: 0px auto 20px;
  padding: 20px;
  max-width: 350px;
  display: block;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media (min-width: 900px) {
  .sdsLinkSecondary ul li {
    width: 19%;
    max-width: auto;
    display: block;
    padding: 24px;
  }
}
.sdsLinkSecondary ul li a {
  position: relative;
  display: block;
}
.sdsLinkSecondary ul li a img {
  margin: 0 auto;
  text-align: center;
  display: block;
}
.sdsLinkSecondary ul li a span {
  opacity: 0;
  display: block;
  height: 1px;
  position: absolute;
  z-index: 0;
}
.sdsLinkSecondary .relaDyneBTN {
  color: white;
  font-weight: 700;
  padding: 3px 10px;
  display: inline-block;
  position: relative;
  top: 0;
  font-size: 1em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f6a63b+0,f37f30+62 */
  background: #f6a63b; /* Old browsers */
  background: -moz-linear-gradient(-45deg, #f6a63b 0%, #f37f30 62%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #f6a63b 0%, #f37f30 62%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #f6a63b 0%, #f37f30 62%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f6a63b", endColorstr="#f37f30",GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  text-align: center;
  padding: 12px 35px;
  font-size: 1.35em;
  border-radius: 8px;
}
@media (min-width: 900px) {
  .sdsLinkSecondary .relaDyneBTN {
    font-size: 1.2em;
  }
}

.dataTables_wrapper .dataTables_filter input {
  font-family: "Source Sans Pro", sans-serif;
}

/*---------------------------------------------------------------------------------------------
*
*  /SDS 
*
*---------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------
*
*  @News List
*
*---------------------------------------------------------------------------------------------*/
@media (min-width: 900px) {
  #main.postListContainer article:first-child {
    width: 90%;
  }
}
@media (min-width: 900px) {
  #main.postListContainer article:first-child figure, #main.postListContainer article:first-child section.postListContentContainer {
    width: 48%;
  }
}
@media (min-width: 900px) {
  #main.postListContainer article:first-child section.postListContentContainer {
    padding-top: 100px;
    width: 49%;
  }
}
@media (min-width: 900px) {
  #main.postListContainer article:first-child h2 {
    font-size: 3em;
  }
}

#main.postListContainer {
  max-width: 1500px;
  margin: 0 auto;
}
#main.postListContainer article {
  width: 87%;
  margin: 0 auto 50px;
}
@media (min-width: 620px) {
  #main.postListContainer article {
    margin: 0 auto 75px;
    padding-bottom: 55px;
    border-bottom: 3px solid #f0f0f1;
  }
}
@media (min-width: 900px) {
  #main.postListContainer article {
    width: 85%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom-width: 1px;
    border-bottom-color: rgb(213.6206896552, 213.6206896552, 216.3793103448);
    padding-bottom: 35px;
    margin-bottom: 50px;
  }
}
@media (min-width: 900px) {
  #main.postListContainer article figure {
    width: 30%;
  }
}
@media (min-width: 900px) {
  #main.postListContainer article section.postListContentContainer {
    width: 66%;
    padding-right: 50px;
  }
}
#main.postListContainer article:last-of-type {
  border: none;
}

@media (min-width: 900px) {
  .paged #main.postListContainer article:first-child {
    width: 87%;
  }
}
@media (min-width: 900px) {
  .paged #main.postListContainer article:first-child figure, .paged #main.postListContainer article:first-child section.postListContentContainer {
    width: 30%;
  }
}
@media (min-width: 900px) {
  .paged #main.postListContainer article:first-child section.postListContentContainer {
    padding-top: 50px;
    width: 66%;
  }
}
@media (min-width: 900px) {
  .paged #main.postListContainer article:first-child h2 {
    font-size: 2.5em;
  }
}

.postListHeroTitle {
  margin-bottom: -60px;
}
.postListHeroTitle .centerCallout {
  position: relative;
  top: -20px;
}
@media (min-width: 900px) {
  .postListHeroTitle .centerCallout {
    top: -15px;
  }
}

.paged .postListHeroTitle {
  margin-bottom: 35px;
  padding: 85px;
}

.blog .post-thumbnail,
.archive .post-thumbnail {
  margin: 0;
}
.blog .entry-content,
.archive .entry-content {
  margin: 0;
  max-width: 100%;
  padding: 0;
}
.blog .entry-content p,
.archive .entry-content p {
  max-width: 100%;
}

.postListContent h2.entry-title {
  font-weight: 900;
  font-size: 2.5em;
  color: #404041;
  margin-bottom: 0px;
}
.postListContent h2.entry-title:before {
  display: none;
}
.postListContent .entry-content p {
  margin: 16px 0;
}

.postListContent .entryMeta,
.wysiwyg .entryMeta {
  color: rgb(147.6724137931, 147.6724137931, 154.8275862069);
  margin-bottom: 10px;
}
.postListContent .entryMeta a,
.wysiwyg .entryMeta a {
  color: rgb(96.7931034483, 96.7931034483, 103.7068965517);
  text-decoration: none;
}
.postListContent .entryMeta a:hover,
.wysiwyg .entryMeta a:hover {
  color: #f57e20;
  text-decoration: underline;
}
.postListContent .entryMeta span a,
.wysiwyg .entryMeta span a {
  display: inline-block;
  padding: 5px 10px;
  margin: 3px 1px;
  background-color: #f0f0f1;
  color: rgb(96.7931034483, 96.7931034483, 103.7068965517);
  text-decoration: none;
  border-radius: 2px;
}
.postListContent .entryMeta span a:hover,
.wysiwyg .entryMeta span a:hover {
  background-color: #f57e20;
  color: white;
  text-decoration: none;
}

.postsListNav,
.single-post .postNavigation {
  text-align: center;
  font-size: 3em;
  margin-bottom: 70px;
}
@media (min-width: 900px) {
  .postsListNav,
  .single-post .postNavigation {
    margin-bottom: 100px;
  }
}
.postsListNav a,
.single-post .postNavigation a {
  font-weight: 300;
  padding: 10px 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-decoration: none;
  margin: 0 10px;
}
@media (min-width: 900px) {
  .postsListNav a,
  .single-post .postNavigation a {
    margin: 0 30px;
    font-size: 1.3em;
    padding: 10px 45px 14px;
  }
}
.postsListNav a:visited,
.single-post .postNavigation a:visited {
  color: #f57e20;
}
.postsListNav a:hover,
.single-post .postNavigation a:hover {
  background-color: #f0f0f1;
  color: #f57e20;
}

.single-post .postNavigation {
  padding-top: 30px;
}

.contentArea.interiorContentArea.postContentArea {
  padding-top: 0;
  background-color: transparent;
  max-width: 800px;
  margin: 0 auto;
}
.contentArea.interiorContentArea.postContentArea .postFeaturedImage {
  width: 80%;
  margin: 0 auto;
}
@media (min-width: 900px) {
  .contentArea.interiorContentArea.postContentArea .postFeaturedImage {
    width: 100%;
  }
}
.contentArea.interiorContentArea.postContentArea .post-thumbnail img {
  width: 100%;
}

.single-post .interiorHeroHeader {
  margin-bottom: -50px;
}
@media (min-width: 900px) {
  .single-post .interiorHeroHeader {
    margin-bottom: -90px;
  }
}

.single-post .centerCallout {
  position: relative;
  top: -20px;
}
@media (min-width: 900px) {
  .single-post .centerCallout {
    top: -35px;
  }
}
@media (min-width: 900px) {
  .single-post .centerCallout h2 {
    font-size: 4em;
  }
}

.single-post .interiorContentArea {
  background: transparent url("../images/contentBkg-top.jpg") no-repeat center 35px;
  padding-top: 120px;
}

h1.postPageTitle {
  text-align: center;
  font-size: 3em;
  font-weight: 300;
  max-width: 800px;
  margin-bottom: 75px;
  padding: 0 15px;
  margin: 0 auto 75px;
}
@media (min-width: 770px) {
  h1.postPageTitle {
    padding-top: 50px;
    margin-bottom: 35px;
  }
}
@media (min-width: 900px) {
  h1.postPageTitle {
    font-size: 3.5em;
  }
}

.single-post article.type-post {
  max-width: 80%;
  margin: 0 auto;
  padding: 0;
}
@media (min-width: 900px) {
  .single-post article.type-post {
    width: 100%;
    max-width: none;
    max-width: 800px;
  }
}
.single-post article.type-post .entry-content {
  margin: 0;
  max-width: none;
  width: 100%;
  padding: 0;
}
.single-post article.type-post .entry-content > * {
  max-width: none;
}

.postFeaturedImage {
  width: 90%;
  margin: 0 auto;
  max-width: 800px;
}
.postFeaturedImage img {
  width: 100%;
}

#newsContainer {
  padding: 45px 0 0;
  max-width: 1300px;
  margin: 0 auto;
  text-align: center;
  margin: 0 auto;
}
@media (min-width: 900px) {
  #newsContainer {
    padding: 65px 0 0 30px;
    margin-bottom: 100px;
  }
}
#newsContainer h2 {
  font-size: 2.1em;
  font-weight: 300;
  margin-bottom: 30px;
}
@media (min-width: 900px) {
  #newsContainer h2 {
    text-align: left;
    font-size: 3em;
  }
}

@media (min-width: 900px) {
  .newsModuleContainer {
    display: flex;
  }
}

.featuredNews,
.newsSidebar {
  text-align: left;
}
.featuredNews li,
.newsSidebar li {
  list-style: none;
}
.featuredNews a,
.newsSidebar a {
  color: #4a4a4a;
}
.featuredNews a:visited,
.newsSidebar a:visited {
  color: #4a4a4a;
}

@media (min-width: 620px) {
  .featuredNews {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 94%;
    margin: 0 auto;
  }
}
@media (min-width: 900px) {
  .featuredNews {
    width: 68%;
    margin-left: 0;
  }
}
.featuredNews li {
  width: 90%;
  margin: 0 auto 45px;
}
@media (min-width: 620px) {
  .featuredNews li {
    width: 45%;
  }
}
@media (min-width: 900px) {
  .featuredNews li {
    width: 46%;
    margin-left: 0;
    margin-top: 45px;
  }
}
.featuredNews li:last-child {
  display: none;
}
@media (min-width: 620px) {
  .featuredNews li:last-child {
    display: list-item;
  }
}
.featuredNews .featuredImageBkgContainer {
  width: 100%;
  height: 200px;
  margin-bottom: 15px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
}
.featuredNews h3 {
  font-weight: 700;
  font-size: 2em;
  margin-bottom: 15px;
  line-height: 1.2333;
  color: #4a4a4a;
}
.featuredNews p {
  display: none;
  margin-bottom: 15px;
  color: #4a4a4a;
}
@media (min-width: 900px) {
  .featuredNews p {
    display: block;
  }
}
.featuredNews .entryMeta {
  position: relative;
  left: -3px;
}
.featuredNews .entryMeta a {
  color: #f57e20;
  background-color: #f0f0f1;
  display: inline-block;
  text-align: center;
  padding: 6px 20px 8px;
  margin: 0 2px 8px;
  border-radius: 4px;
  box-shadow: 1px 1px 1px rgba(64, 64, 65, 0.25);
  font-size: 1em;
}
@media (min-width: 770px) {
  .featuredNews .entryMeta a {
    padding: 2px 10px 4px;
    margin: 0 2px 4px;
    border-radius: 2px;
    box-shadow: 1px 1px 1px rgba(64, 64, 65, 0.25);
    font-size: 0.84em;
  }
}
.featuredNews .entryMeta a:first-child {
  display: none;
}
.featuredNews .entryMeta a:hover {
  background-color: rgba(240, 240, 241, 0.5);
}

.newsSidebar {
  display: none;
  width: 30%;
  background-color: #f0f0f1;
  padding: 55px 5% 3% 3%;
  margin-top: 45px;
}
@media (min-width: 900px) {
  .newsSidebar {
    display: block;
  }
}
.newsSidebar li {
  margin-bottom: 45px;
}
.newsSidebar h3 {
  font-weight: 600;
  font-size: 1.3em;
  margin-bottom: 15px;
  line-height: 1.3s333;
}
.newsSidebar .entryMeta {
  position: relative;
  left: -3px;
}
.newsSidebar .entryMeta a {
  color: #f57e20;
  background-color: rgba(255, 255, 255, 0.5);
  display: inline-block;
  text-align: center;
  padding: 6px 20px 8px;
  margin: 0 2px 8px;
  border-radius: 4px;
  box-shadow: 1px 1px 1px rgba(64, 64, 65, 0.25);
  font-size: 1em;
}
@media (min-width: 770px) {
  .newsSidebar .entryMeta a {
    padding: 2px 10px 4px;
    margin: 0 2px 4px;
    border-radius: 2px;
    box-shadow: 1px 1px 1px rgba(64, 64, 65, 0.25);
    font-size: 0.84em;
  }
}
.newsSidebar .entryMeta a:first-child {
  display: none;
}
.newsSidebar .entryMeta a:hover {
  background-color: white;
}

/*---------------------------------------------------------------------------------------------
*
*  /NewList
*
*---------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------
*
*  @Specific Page Overrides
*
*---------------------------------------------------------------------------------------------*/
.postid-3740 .contentArea.interiorContentArea {
  padding-top: 105px;
  text-align: center;
}
@media (min-width: 900px) {
  .postid-3740 .contentArea.interiorContentArea {
    padding-top: 150px;
  }
}
.postid-3740 .contentArea.interiorContentArea .SubSectionNavContainer h4 {
  padding: 0;
}
.postid-3740 .contentArea.interiorContentArea .SubSectionNav {
  margin-bottom: 33px;
}

.postid-251 .sectionImage h4,
.postid-236 .sectionImage h4 {
  color: #004e98;
  text-shadow: none;
}

.postid-3740 .sectionImage {
  display: none;
}

.wp-block-image.homeMap {
  width: 95%;
  text-align: center;
  margin: 0 auto 45px;
  overflow: auto;
}
@media (min-width: 900px) {
  .wp-block-image.homeMap {
    width: 55%;
    float: left;
  }
}
@media (min-width: 1100px) {
  .wp-block-image.homeMap {
    width: 62%;
  }
}
.wp-block-image.homeMap figure {
  margin: 0 auto;
}

/*---------------------------------------------------------------------------------------------
*
*  /Specific Page Overrides
*
*---------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------
*
*  @Customer Portal
*
*---------------------------------------------------------------------------------------------*/
#portalContainer {
  position: relative;
  max-width: 1200px;
  margin: 43px auto 100px;
}
@media (min-width: 900px) {
  #portalContainer {
    margin-bottom: 100px;
    margin-top: 45px;
  }
}

@media (min-width: 900px) {
  .headerImage {
    position: absolute;
    width: 50%;
    right: 0;
    top: -20px;
    z-index: 9;
    max-width: 550px;
  }
}
.headerImage:before {
  display: none;
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: -15px;
  top: -5px;
  width: 0;
  height: 0;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  border-top: 17px solid white;
  transform: rotate(135deg);
}
@media (min-width: 900px) {
  .headerImage:before {
    display: block;
    z-index: 999;
  }
}
.headerImage.headerImageDynamic {
  height: 350px;
  background-size: cover;
  background-position: center center;
}
@media (min-width: 620px) {
  .headerImage.headerImageDynamic {
    height: 450px;
  }
}
@media (min-width: 900px) {
  .headerImage.headerImageDynamic {
    height: 75%;
  }
}

.portalContentContainer {
  background: rgb(232, 233, 234);
  background: linear-gradient(0deg, rgb(232, 233, 234) 0%, rgb(255, 255, 255) 100%);
  text-align: center;
}
@media (min-width: 900px) {
  .portalContentContainer {
    background: rgb(232, 233, 234);
    background: linear-gradient(270deg, rgb(232, 233, 234) 0%, rgb(255, 255, 255) 100%);
    display: block;
    min-height: 400px;
    position: relative;
    width: 100%;
    box-shadow: inset 0 8px 8px -8px rgba(0, 0, 0, 0.5);
  }
}
@media (min-width: 1025px) {
  .portalContentContainer {
    min-height: 450px;
    box-shadow: inset 0 4px 8px -4px rgba(0, 0, 0, 0.5);
  }
}
@media (min-width: 900px) {
  .portalContentContainer:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    bottom: 0;
    background-image: url("/images/diagonal-detail.png");
    background-size: contain;
    background-position: center top;
    background-repeat: repeat-x;
  }
}
@media (min-width: 900px) {
  .portalContentContainer:after {
    content: "";
    display: block;
    position: absolute;
    right: -50px;
    top: 0;
    width: 1200px;
    bottom: -83px;
    background-image: url("/images/bottom-detail.png");
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
  }
}
@media (min-width: 1025px) {
  .portalContentContainer:after {
    right: 0;
  }
}
.portalContent {
  width: 80%;
  margin: 0 auto;
  max-width: 470px;
  z-index: 99;
  text-align: left;
}
@media (min-width: 900px) {
  .portalContent {
    max-width: 420px;
    margin-left: 40px;
    padding-bottom: 30px;
    padding-top: 20px;
  }
}
@media (min-width: 1025px) {
  .portalContent {
    max-width: 450px;
  }
}
.portalContent h2 {
  font-weight: 700;
  font-style: italic;
  color: #004e98;
  font-size: 40px;
  line-height: 1;
  padding-top: 30px;
  position: relative;
  display: block;
  margin-bottom: 15px;
}
@media (min-width: 900px) {
  .portalContent h2 {
    text-indent: -100000px;
    background: transparent url("/images/headline-primary.png") no-repeat left center;
    background-size: contain;
    left: -40px;
    width: 134%;
    height: 130px;
    z-index: 99;
  }
}
@media (min-width: 1025px) {
  .portalContent h2 {
    height: 150px;
    width: 140%;
  }
}
.portalContent h2:before {
  content: "";
  display: block;
  background-color: #f57e20;
  height: 6px;
  width: 80px;
  position: absolute;
  left: 0;
  top: -21px;
}
@media (min-width: 620px) {
  .portalContent h2:before {
    top: -20px;
  }
}
@media (min-width: 900px) {
  .portalContent h2:before {
    display: none;
  }
}
.portalContent p {
  margin-bottom: 25px;
}
@media (min-width: 900px) {
  .portalContent p {
    font-size: 1em;
  }
}
@media (min-width: 1025px) {
  .portalContent p {
    font-size: 1.1em;
  }
}
.portalContent p a {
  font-weight: 700;
  text-decoration: underline;
}
.portalContent ul {
  padding-left: 15px;
  margin-bottom: -5px;
}
.portalContent ul li {
  position: relative;
  font-weight: 700;
  text-transform: uppercase;
  color: #004e98;
  font-size: 20px;
  letter-spacing: 0;
  margin-bottom: 15px;
}
@media (min-width: 1025px) {
  .portalContent ul li {
    font-size: 25px;
  }
}
.portalContent ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: -15px;
  top: 8px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #f57e20;
  background-color: transparent;
  border-radius: none;
}
@media (min-width: 1025px) {
  .portalContent ul li:before {
    top: 12px;
  }
}

@media (min-width: 900px) {
  html[lang=es-ES] .portalContent h2 {
    background-image: url("/images/headline-primary-es.png");
  }
}

.portalBTN {
  min-width: 300px;
  margin: 0 auto;
  position: relative;
  top: 33px;
  display: inline-block;
  text-align: center;
}
@media (min-width: 900px) {
  .portalBTN {
    position: absolute;
    right: 40px;
    top: auto;
    bottom: 16px;
    min-width: 350px;
    z-index: 99;
  }
}
@media (min-width: 1025px) {
  .portalBTN {
    min-width: 400px;
    right: 40px;
  }
}
.portalBTN a {
  text-align: center;
  display: block;
  border: 1px solid #004e98;
  color: #f57e20;
  background-color: white;
  box-shadow: 1px 2px 6px color(srgb 0 0 0 / 0.49);
  position: relative;
  font-weight: 700;
  font-style: italic;
  padding: 15px 66px 15px 25px;
  font-size: 25px;
  border-radius: 40px;
}
@media (min-width: 900px) {
  .portalBTN a {
    font-size: 35px;
    padding: 15px 70px 15px 25px;
  }
}
.portalBTN a span {
  color: #004e98;
}
.portalBTN a:hover {
  color: #f57e20;
  background: linear-gradient(0, rgb(232, 233, 234) 0%, rgb(255, 255, 255) 100%);
}
.portalBTN a:before {
  content: "";
  display: block;
  height: 40px;
  width: 40px;
  background-color: #f57e20;
  position: absolute;
  right: 12px;
  top: 12px;
  border-radius: 50%;
}
@media (min-width: 900px) {
  .portalBTN a:before {
    right: 17px;
    top: 17px;
  }
}
.portalBTN a:after {
  content: "";
  display: block;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 9px solid white;
  position: absolute;
  right: 26px;
  top: 23px;
}
@media (min-width: 900px) {
  .portalBTN a:after {
    right: 31px;
    top: 28px;
  }
}

#portalContainer.portalContainer-alt .headerImage {
  margin: 0 auto 35px auto;
  width: 95%;
  top: 0;
}
@media (min-width: 900px) {
  #portalContainer.portalContainer-alt .headerImage {
    width: 50%;
    z-index: 999;
    top: 26px;
  }
}
@media (min-width: 1100px) {
  #portalContainer.portalContainer-alt .headerImage {
    max-width: 665px;
  }
}
@media (min-width: 1150px) {
  #portalContainer.portalContainer-alt .headerImage {
    max-width: 670px;
  }
}
@media (min-width: 1200px) {
  #portalContainer.portalContainer-alt .headerImage {
    width: 60%;
    max-width: 680px;
    top: 10px;
  }
}
#portalContainer.portalContainer-alt .headerImage:before {
  display: none;
}
@media (min-width: 900px) {
  #portalContainer.portalContainer-alt .portalContentContainer {
    min-height: 450px;
  }
}
@media (min-width: 1150px) {
  #portalContainer.portalContainer-alt .portalContentContainer {
    min-height: 500px;
  }
}
.postid-6696 .sectionImage {
  display: none;
}

#post-6696 {
  padding-top: 45px;
}

.portal-row-single,
.portal-row-single-v2 {
  background: rgb(232, 233, 234);
  background: linear-gradient(180deg, rgb(232, 233, 234) 0%, rgb(255, 255, 255) 100%);
  width: 100%;
  margin: -28px auto 30px !important;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.25);
  padding: 0 25px 20px;
}
.portal-row-single h2,
.portal-row-single-v2 h2 {
  color: #004e98;
  padding-top: 30px;
  position: relative;
}
@media (min-width: 768px) {
  .portal-row-single h2,
  .portal-row-single-v2 h2 {
    padding-top: 0;
  }
}
.portal-row-single h2:before,
.portal-row-single-v2 h2:before {
  content: "";
  display: block;
  height: 4px;
  width: 45px;
  background-color: #f57e20;
  left: 0;
  top: -10px;
}

.portal-row-single-v2 {
  margin: 28px auto 30px !important;
}

@media (min-width: 768px) {
  .portal-row-full.vc_custom_1695756233606,
  .portal-row-full.vc_custom_1701988107310,
  .portal-row-full-reverse.vc_custom_1701988767382,
  .portal-row-full-reverse.vc_custom_1701993205798 {
    background: #f2f3f3 url("/images/customer-order.png") no-repeat -200px center !important;
    background-position: -200px center !important;
    background-size: cover;
    padding-bottom: 45px;
  }
}
@media (min-width: 1025px) {
  .portal-row-full.vc_custom_1695756233606,
  .portal-row-full.vc_custom_1701988107310,
  .portal-row-full-reverse.vc_custom_1701988767382,
  .portal-row-full-reverse.vc_custom_1701993205798 {
    background-position: 0 center !important;
  }
}
.portal-row-full.vc_custom_1695756233606 .vc_separator.vc_sep_color_grey .vc_sep_line,
.portal-row-full.vc_custom_1701988107310 .vc_separator.vc_sep_color_grey .vc_sep_line,
.portal-row-full-reverse.vc_custom_1701988767382 .vc_separator.vc_sep_color_grey .vc_sep_line,
.portal-row-full-reverse.vc_custom_1701993205798 .vc_separator.vc_sep_color_grey .vc_sep_line {
  border-color: #BCBEC0;
  border-width: 1px;
}
.portal-row-full.vc_custom_1695756233606 h2,
.portal-row-full.vc_custom_1701988107310 h2,
.portal-row-full-reverse.vc_custom_1701988767382 h2,
.portal-row-full-reverse.vc_custom_1701993205798 h2 {
  color: #004e98;
  position: relative;
}
@media (min-width: 768px) {
  .portal-row-full.vc_custom_1695756233606 .mobileImage img,
  .portal-row-full.vc_custom_1701988107310 .mobileImage img,
  .portal-row-full-reverse.vc_custom_1701988767382 .mobileImage img,
  .portal-row-full-reverse.vc_custom_1701993205798 .mobileImage img {
    display: none;
  }
}
.portal-row-full.vc_custom_1695756233606 img.alignright,
.portal-row-full.vc_custom_1701988107310 img.alignright,
.portal-row-full-reverse.vc_custom_1701988767382 img.alignright,
.portal-row-full-reverse.vc_custom_1701993205798 img.alignright {
  width: 30%;
  float: right;
  max-width: 113px;
}
@media (min-width: 900px) {
  .portal-row-full.vc_custom_1695756233606 .wpb_column:last-child,
  .portal-row-full.vc_custom_1701988107310 .wpb_column:last-child,
  .portal-row-full-reverse.vc_custom_1701988767382 .wpb_column:last-child,
  .portal-row-full-reverse.vc_custom_1701993205798 .wpb_column:last-child {
    max-width: 420px;
  }
}

.wysiwyg .portal-row-full-reverse.vc_custom_1701988767382,
.wysiwyg .portal-row-full-reverse.vc_custom_1701993205798 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 45px;
}
@media (min-width: 768px) {
  .wysiwyg .portal-row-full-reverse.vc_custom_1701988767382,
  .wysiwyg .portal-row-full-reverse.vc_custom_1701993205798 {
    background: #f8f8f8 url("/images/payment-phone-desktop.jpg") no-repeat right center !important;
    background-position: right center !important;
    background-size: contain !important;
    padding-bottom: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5% 0;
  }
}
@media (min-width: 1025px) {
  .wysiwyg .portal-row-full-reverse.vc_custom_1701988767382,
  .wysiwyg .portal-row-full-reverse.vc_custom_1701993205798 {
    min-height: 394px;
  }
}
@media (min-width: 1300px) {
  .wysiwyg .portal-row-full-reverse.vc_custom_1701988767382,
  .wysiwyg .portal-row-full-reverse.vc_custom_1701993205798 {
    min-height: 565px;
  }
}
.wysiwyg .portal-row-full-reverse.vc_custom_1701988767382 div,
.wysiwyg .portal-row-full-reverse.vc_custom_1701993205798 div {
  width: 100%;
}
.wysiwyg .portal-row-full-reverse.vc_custom_1701988767382 div.mobileText,
.wysiwyg .portal-row-full-reverse.vc_custom_1701993205798 div.mobileText {
  order: 2;
}
@media (min-width: 768px) {
  .wysiwyg .portal-row-full-reverse.vc_custom_1701988767382 div.mobileText,
  .wysiwyg .portal-row-full-reverse.vc_custom_1701993205798 div.mobileText {
    width: 66%;
    position: relative;
    overflow: visible;
    left: -100px;
  }
}
@media (min-width: 1100px) {
  .wysiwyg .portal-row-full-reverse.vc_custom_1701988767382 div.mobileText,
  .wysiwyg .portal-row-full-reverse.vc_custom_1701993205798 div.mobileText {
    left: -45px;
  }
}
@media (min-width: 1400px) {
  .wysiwyg .portal-row-full-reverse.vc_custom_1701988767382 div.mobileText,
  .wysiwyg .portal-row-full-reverse.vc_custom_1701993205798 div.mobileText {
    left: 0;
  }
}
.wysiwyg .portal-row-full-reverse.vc_custom_1701988767382 div.mobileText div.vc_column-inner,
.wysiwyg .portal-row-full-reverse.vc_custom_1701993205798 div.mobileText div.vc_column-inner {
  padding-top: 0;
}
@media (min-width: 768px) {
  .wysiwyg .portal-row-full-reverse.vc_custom_1701988767382 div.mobileText div.vc_column-inner,
  .wysiwyg .portal-row-full-reverse.vc_custom_1701993205798 div.mobileText div.vc_column-inner {
    width: 100%;
    padding-bottom: 0;
    max-width: 372px;
  }
}
.wysiwyg .portal-row-full-reverse.vc_custom_1701988767382 div:nth-child(2),
.wysiwyg .portal-row-full-reverse.vc_custom_1701993205798 div:nth-child(2) {
  order: 1;
}
@media (min-width: 768px) {
  .wysiwyg .portal-row-full-reverse.vc_custom_1701988767382 div:nth-child(2),
  .wysiwyg .portal-row-full-reverse.vc_custom_1701993205798 div:nth-child(2) {
    display: none;
  }
}
.wysiwyg .portal-row-full-reverse.vc_custom_1701988767382 h2 span,
.wysiwyg .portal-row-full-reverse.vc_custom_1701993205798 h2 span {
  color: #f57e20;
}
.wysiwyg .portal-row-full-reverse.vc_custom_1701988767382 ul,
.wysiwyg .portal-row-full-reverse.vc_custom_1701993205798 ul {
  padding-left: 0;
}
.wysiwyg .portal-row-full-reverse.vc_custom_1701988767382 ul li,
.wysiwyg .portal-row-full-reverse.vc_custom_1701993205798 ul li {
  position: relative;
  list-style: none;
}
.wysiwyg .portal-row-full-reverse.vc_custom_1701988767382 ul li:before,
.wysiwyg .portal-row-full-reverse.vc_custom_1701993205798 ul li:before {
  background-color: transparent;
  background-image: url("https://reladyne.com/images/check.png");
  background-size: 100%;
  left: -24px;
  top: 6px;
  border-radius: 0;
  width: 15px;
  height: 13px;
}

.portal-2col {
  padding-top: 60px;
}
.portal-2col .wpb_column {
  background: rgb(232, 233, 234);
  background: linear-gradient(180deg, rgb(232, 233, 234) 0%, rgb(255, 255, 255) 100%);
  width: 90%;
  margin: 0 auto 30px !important;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.25);
  padding: 0 25px 20px;
}
@media (min-width: 1025px) {
  .portal-2col .wpb_column {
    width: 45%;
    position: relative;
  }
}
.portal-2col .wpb_column .wpb_single_image {
  margin-top: -60px;
  max-width: 257px;
}
@media (min-width: 900px) {
  .portal-2col .wpb_column .wpb_single_image {
    margin: 0;
    position: absolute;
    bottom: -50px;
    right: 60px;
    max-width: 200px;
  }
}
@media (min-width: 1025px) {
  .portal-2col .wpb_column .wpb_single_image {
    max-width: 257px;
    right: -60px;
  }
}
.portal-2col .wpb_column ul {
  padding-left: 0;
}
@media (min-width: 900px) {
  .portal-2col .wpb_column:first-child .wpb_text_column {
    padding-right: 40%;
  }
}
.portal-2col h2 {
  color: #004e98;
  padding-top: 0px;
  position: relative;
}
.portal-2col h2:before {
  content: "";
  display: block;
  height: 4px;
  width: 45px;
  background-color: #f57e20;
  left: 0;
  top: -10px;
}

/*---------------------------------------------------------------------------------------------
*
*  /Customer Portal
*
*---------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------
*
*  @Categories, Archives, Author Pages
*
*---------------------------------------------------------------------------------------------*/
.archiveCenterCallout .page-description {
  display: block;
}

/*---------------------------------------------------------------------------------------------
*
*  /Categories, Archives, Author Pages
*
*---------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------
*
*  @Careers Section
*
*---------------------------------------------------------------------------------------------*/
.interiorSectionNavCareers {
  display: none;
}

.page-template-page_careers .interiorSectionNavCareers,
.page-id-13018 .interiorSectionNavCareers,
.page-id-13107 .interiorSectionNavCareers {
  display: block;
}
.page-template-page_careers .fullWidthCallout.overlayGrad,
.page-id-13018 .fullWidthCallout.overlayGrad,
.page-id-13107 .fullWidthCallout.overlayGrad {
  margin-bottom: 0;
}
@media (min-width: 900px) {
  .page-template-page_careers .fullWidthCallout.overlayGrad,
  .page-id-13018 .fullWidthCallout.overlayGrad,
  .page-id-13107 .fullWidthCallout.overlayGrad {
    margin-bottom: -45px;
  }
}
.page-template-page_careers .fullWidthCallout.overlayGrad:after,
.page-id-13018 .fullWidthCallout.overlayGrad:after,
.page-id-13107 .fullWidthCallout.overlayGrad:after {
  height: auto;
}
.page-template-page_careers .vimeo-wrapper,
.page-id-13018 .vimeo-wrapper,
.page-id-13107 .vimeo-wrapper {
  display: none;
}
@media (min-width: 900px) {
  .page-template-page_careers .vimeo-wrapper,
  .page-id-13018 .vimeo-wrapper,
  .page-id-13107 .vimeo-wrapper {
    display: block;
  }
}
.page-template-page_careers .entry-header,
.page-template-page_careers .contactBuckets,
.page-id-13018 .entry-header,
.page-id-13018 .contactBuckets,
.page-id-13107 .entry-header,
.page-id-13107 .contactBuckets {
  display: none;
}
.page-template-page_careers .centerCallout h1,
.page-id-13018 .centerCallout h1,
.page-id-13107 .centerCallout h1 {
  font-weight: 900;
  font-size: 65px;
  line-height: 1;
  margin-bottom: 30px;
}
.page-template-page_careers .centerCallout h1 span,
.page-id-13018 .centerCallout h1 span,
.page-id-13107 .centerCallout h1 span {
  color: #f58900;
}
.page-template-page_careers .heroButtons a,
.page-id-13018 .heroButtons a,
.page-id-13107 .heroButtons a {
  background-color: white;
  color: #004e98;
  background-image: none;
  border-radius: 35px;
  font-weight: 900;
  font-style: italic;
  padding-right: 55px;
  position: relative;
  font-size: 22px;
}
.page-template-page_careers .heroButtons a:after,
.page-id-13018 .heroButtons a:after,
.page-id-13107 .heroButtons a:after {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  position: absolute;
  right: 15px;
  top: 10px;
  background: transparent url("/images/arrow-right.png") no-repeat center center;
  background-size: contain;
}
.page-template-page_careers .contentAreaContainer,
.page-id-13018 .contentAreaContainer,
.page-id-13107 .contentAreaContainer {
  padding-bottom: 0;
}
.page-template-page_careers .vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner, .page-template-page_careers .vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner,
.page-id-13018 .vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner,
.page-id-13018 .vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner,
.page-id-13107 .vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner,
.page-id-13107 .vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner {
  padding-top: 0;
}
.page-template-page_careers .interiorHeroHeader.videoHeader,
.page-id-13018 .interiorHeroHeader.videoHeader,
.page-id-13107 .interiorHeroHeader.videoHeader {
  height: 78vh;
}

.page-id-13107 .contactBuckets,
.page-template-page_careers .contactBuckets {
  display: none;
}
.page-id-13107 .contentAreaContainer,
.page-template-page_careers .contentAreaContainer {
  margin-top: 10px;
  width: 100%;
}
.page-id-13107 .menu-careers-container ul#menu-careers li a,
.page-template-page_careers .menu-careers-container ul#menu-careers li a {
  color: white;
}
.page-id-13107 .vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner, .page-id-13107 .vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner,
.page-template-page_careers .vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner,
.page-template-page_careers .vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner {
  padding: 0;
}

.page-id-13018 .contentAreaContainer {
  margin-top: 45px;
  width: 100%;
}

.careerSubNav .vc_column-inner,
.careerSubNav .vc_wp_custommenu,
.careerSubNav .vc_wp_custommenu .widget {
  padding: 5px !important;
  margin: 0 !important;
}

.careerSubNavWithHero,
.careerSubNavContainer {
  display: none;
}
@media (min-width: 900px) {
  .careerSubNavWithHero,
  .careerSubNavContainer {
    display: block;
  }
}
.careerSubNavWithHero ul#menu-careers,
.careerSubNavWithHero ul#menu-careers-2,
.careerSubNavWithHero ul#menu-careers-3,
.careerSubNavWithHero ul#menu-careers-4,
.careerSubNavContainer ul#menu-careers,
.careerSubNavContainer ul#menu-careers-2,
.careerSubNavContainer ul#menu-careers-3,
.careerSubNavContainer ul#menu-careers-4 {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.careerSubNavWithHero ul#menu-careers li,
.careerSubNavWithHero ul#menu-careers-2 li,
.careerSubNavWithHero ul#menu-careers-3 li,
.careerSubNavWithHero ul#menu-careers-4 li,
.careerSubNavContainer ul#menu-careers li,
.careerSubNavContainer ul#menu-careers-2 li,
.careerSubNavContainer ul#menu-careers-3 li,
.careerSubNavContainer ul#menu-careers-4 li {
  list-style: none;
  display: inline-block;
}
.careerSubNavWithHero ul#menu-careers li:before,
.careerSubNavWithHero ul#menu-careers-2 li:before,
.careerSubNavWithHero ul#menu-careers-3 li:before,
.careerSubNavWithHero ul#menu-careers-4 li:before,
.careerSubNavContainer ul#menu-careers li:before,
.careerSubNavContainer ul#menu-careers-2 li:before,
.careerSubNavContainer ul#menu-careers-3 li:before,
.careerSubNavContainer ul#menu-careers-4 li:before {
  display: none;
}
.careerSubNavWithHero ul#menu-careers li a,
.careerSubNavWithHero ul#menu-careers-2 li a,
.careerSubNavWithHero ul#menu-careers-3 li a,
.careerSubNavWithHero ul#menu-careers-4 li a,
.careerSubNavContainer ul#menu-careers li a,
.careerSubNavContainer ul#menu-careers-2 li a,
.careerSubNavContainer ul#menu-careers-3 li a,
.careerSubNavContainer ul#menu-careers-4 li a {
  display: block;
  padding: 26px;
  font-size: 24px;
  color: #404041;
  font-weight: 700;
}
.careerSubNavWithHero ul#menu-careers li li,
.careerSubNavWithHero ul#menu-careers-2 li li,
.careerSubNavWithHero ul#menu-careers-3 li li,
.careerSubNavWithHero ul#menu-careers-4 li li,
.careerSubNavContainer ul#menu-careers li li,
.careerSubNavContainer ul#menu-careers-2 li li,
.careerSubNavContainer ul#menu-careers-3 li li,
.careerSubNavContainer ul#menu-careers-4 li li {
  display: list-item;
}
.careerSubNavWithHero ul#menu-careers li li a,
.careerSubNavWithHero ul#menu-careers-2 li li a,
.careerSubNavWithHero ul#menu-careers-3 li li a,
.careerSubNavWithHero ul#menu-careers-4 li li a,
.careerSubNavContainer ul#menu-careers li li a,
.careerSubNavContainer ul#menu-careers-2 li li a,
.careerSubNavContainer ul#menu-careers-3 li li a,
.careerSubNavContainer ul#menu-careers-4 li li a {
  color: #404041;
  font-size: 20px;
  padding: 18px;
}
.careerSubNavWithHero li a.sf-with-ul,
.careerSubNavContainer li a.sf-with-ul {
  position: relative;
}
.careerSubNavWithHero li a.sf-with-ul::after,
.careerSubNavContainer li a.sf-with-ul::after {
  content: "";
  display: block;
  width: 9px;
  height: 17px;
  position: absolute;
  right: 3px;
  top: 39px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 10px solid #f57e20;
}

.careerSubNavContainer {
  background: #1e4488;
  margin-top: 70px;
  margin-bottom: -70px;
}
.careerSubNavContainer ul#menu-careers li a,
.careerSubNavContainer ul#menu-careers-2 li a,
.careerSubNavContainer ul#menu-careers-3 li a,
.careerSubNavContainer ul#menu-careers-4 li a {
  color: white;
}

.careerSubNavWithHero {
  background: #e6e6e6;
  margin-top: 0;
  margin-bottom: -45px;
}
@media (min-width: 900px) {
  .careerSubNavWithHero {
    margin-top: 45px;
  }
}
.careerSubNavWithHero ul#menu-careers li a,
.careerSubNavWithHero ul#menu-careers-2 li a,
.careerSubNavWithHero ul#menu-careers-3 li a,
.careerSubNavWithHero ul#menu-careers-4 li a {
  color: #404041;
}

.stickyImageColumn {
  position: relative;
  padding: 0;
  margin: 0;
}
.stickyImageColumn .columnImage {
  width: 100%;
}
@media (min-width: 1025px) {
  .stickyImageColumn .columnImage {
    width: 50%;
  }
}

.stickyImage {
  display: none;
}
@media (min-width: 1025px) {
  .stickyImage {
    max-width: 515px;
    display: block;
  }
}

.stickyImageMobile {
  display: block;
}
@media (min-width: 1025px) {
  .stickyImageMobile {
    display: none;
  }
}

@media (min-width: 1025px) {
  .stickyImage.sticky {
    position: fixed;
    top: 69px;
    left: auto;
  }
}

.careerInteriorSubNav .vc_column-inner {
  padding: 5px !important;
}
.careerInteriorSubNav .vc_column-inner .vc_wp_custommenu {
  padding: 0 !important;
}

.careerDetailsContentColumn.vc_column_container {
  width: 85%;
  margin: 0 auto;
  float: none;
}
@media (min-width: 1025px) {
  .careerDetailsContentColumn.vc_column_container {
    width: 50%;
    float: left;
    padding-left: 25px;
    padding-top: 45px;
  }
}
.careerDetailsContentColumn.vc_column_container h1 {
  font-weight: 900;
  font-size: 56px;
  color: #004e98;
  font-style: italic;
  text-align: center;
}
@media (min-width: 1025px) {
  .careerDetailsContentColumn.vc_column_container h1 {
    text-align: left;
  }
}
.careerDetailsContentColumn.vc_column_container h2 {
  font-weight: 700;
  color: #004e98;
}
.careerDetailsContentColumn.vc_column_container p strong {
  font-weight: 700;
}
.careerDetailsContentColumn.vc_column_container .vc_do_toggle {
  box-shadow: 1px 4px 6px rgba(0, 0, 0, 0.2);
  position: relative;
  padding: 15px 15px 15px 25px;
  margin-bottom: 14px;
}
.careerDetailsContentColumn.vc_column_container .vc_do_toggle:before {
  content: "";
  display: block;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  position: absolute;
  background: linear-gradient(180deg, rgb(236, 237, 237) 0%, rgb(255, 255, 255) 100%);
}
.careerDetailsContentColumn.vc_column_container .vc_do_toggle .vc_toggle_title h4 {
  font-weight: 700;
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 0;
  margin-bottom: 0;
  color: #004e98;
}
.careerDetailsContentColumn.vc_column_container .vc_do_toggle .vc_toggle_title h4:after {
  content: "";
  display: block;
  width: 26px;
  height: 20px;
  position: absolute;
  right: 1px;
  top: 6px;
  background: transparent url("/images/icon-closeArrow.png") no-repeat center center;
  background-size: contain;
  transform: rotate(0);
  transition: 0.2s all;
}
.careerDetailsContentColumn.vc_column_container .vc_do_toggle.vc_toggle_active h4:after {
  transform: rotate(180deg);
  transition: 0.2s all;
}
.careerDetailsContentColumn.vc_column_container .openPositionsButton {
  padding: 35px 0;
  margin: 0 auto 45px;
  width: 100%;
  text-align: center;
}
@media (min-width: 1025px) {
  .careerDetailsContentColumn.vc_column_container .openPositionsButton {
    background-color: #e6e6e6;
    padding: 20px 20px 20px 40px;
    border-radius: 50px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    width: auto;
    margin-left: -40px;
  }
}
.careerDetailsContentColumn.vc_column_container .openPositionsButton button, .careerDetailsContentColumn.vc_column_container .openPositionsButton a {
  background-color: white;
  font-family: "Source Sans Pro", sans-serif;
  letter-spacing: 0;
  color: #004e98;
  background-image: none;
  border-radius: 35px;
  font-weight: 900;
  font-style: italic;
  padding: 10px 55px 10px 20px;
  position: relative;
  font-size: 20px;
  display: inline-block;
  border: 2px solid #004e98;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.167);
}
.careerDetailsContentColumn.vc_column_container .openPositionsButton button:hover, .careerDetailsContentColumn.vc_column_container .openPositionsButton a:hover {
  background-color: white;
}
@media (min-width: 1025px) {
  .careerDetailsContentColumn.vc_column_container .openPositionsButton button, .careerDetailsContentColumn.vc_column_container .openPositionsButton a {
    font-size: 25px;
  }
}
.careerDetailsContentColumn.vc_column_container .openPositionsButton button:after, .careerDetailsContentColumn.vc_column_container .openPositionsButton a:after {
  content: "";
  display: block;
  width: 26px;
  height: 28px;
  position: absolute;
  right: 10px;
  top: 9px;
  background: transparent url("/images/arrow-right.png") no-repeat center center;
  background-size: contain;
}
@media (min-width: 900px) {
  .careerDetailsContentColumn.vc_column_container .openPositionsButton button:after, .careerDetailsContentColumn.vc_column_container .openPositionsButton a:after {
    top: 13px;
  }
}
.careerDetailsContentColumn.vc_column_container .careerButton {
  padding: 35px 0;
  margin: 0 auto 45px;
  width: 100%;
  text-align: center;
}
.careerDetailsContentColumn.vc_column_container .careerButton button, .careerDetailsContentColumn.vc_column_container .careerButton a {
  background-color: white;
  font-family: "Source Sans Pro", sans-serif;
  letter-spacing: 0;
  color: #004e98;
  background-image: none;
  border-radius: 35px;
  font-weight: 900;
  font-style: italic;
  padding: 10px 55px 10px 20px;
  position: relative;
  font-size: 20px;
  display: inline-block;
  border: 2px solid #004e98;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.167);
}
.careerDetailsContentColumn.vc_column_container .careerButton button:hover, .careerDetailsContentColumn.vc_column_container .careerButton a:hover {
  background-color: white;
}
@media (min-width: 1025px) {
  .careerDetailsContentColumn.vc_column_container .careerButton button, .careerDetailsContentColumn.vc_column_container .careerButton a {
    font-size: 25px;
  }
}
.careerDetailsContentColumn.vc_column_container .careerButton button:after, .careerDetailsContentColumn.vc_column_container .careerButton a:after {
  content: "";
  display: block;
  width: 26px;
  height: 28px;
  position: absolute;
  right: 10px;
  top: 9px;
  background: transparent url("/images/arrow-right.png") no-repeat center center;
  background-size: contain;
}
@media (min-width: 900px) {
  .careerDetailsContentColumn.vc_column_container .careerButton button:after, .careerDetailsContentColumn.vc_column_container .careerButton a:after {
    top: 13px;
  }
}

.careerContent .wpb_text_column {
  width: 90%;
  padding: 10% 5% 100px;
  margin: 0 auto;
}
@media (min-width: 900px) {
  .careerContent .wpb_text_column {
    max-width: 570px;
  }
}
.careerContent h2 {
  font-weight: 900;
  font-style: italic;
  color: #004e98;
  font-size: 2.75em;
  line-height: 1;
  padding-top: 0;
}
.careerContent .relaDyneBTN {
  clear: both;
}

.careerIntro {
  margin: 0 auto;
  padding: 0 7.5% 0;
}
@media (min-width: 900px) {
  .careerIntro {
    padding: 0 5%;
  }
}
@media (min-width: 1100px) {
  .careerIntro {
    padding: 0;
  }
}
.careerIntro .vc_col-sm-4,
.careerIntro .vc_col-sm-8 {
  width: 100%;
}
@media (min-width: 900px) {
  .careerIntro .vc_col-sm-4 {
    width: 40%;
  }
}
@media (min-width: 900px) {
  .careerIntro .vc_col-sm-8 {
    width: 60%;
  }
}
@media (min-width: 900px) {
  .careerIntro .vc_col-sm-8 img {
    position: relative;
    top: 50px;
  }
}

.careerIntro h2 {
  font-weight: 900;
  font-style: italic;
  color: #004e98;
  font-size: 2.75em;
  line-height: 1;
}

.vc_row.careerRowCallout {
  padding: 65px 5%;
  background-color: #004e98;
}
.vc_row.careerRowCallout h2 {
  font-weight: 900;
  font-style: italic;
  color: white;
  font-size: 2.75em;
  line-height: 1;
}
.vc_row.careerRowCallout p {
  color: white;
  max-width: 450px;
  margin: 0 auto;
}
.vc_row.careerRowCallout .vc_btn3.vc_btn3-color-white.vc_btn3-style-flat {
  background-color: white;
  font-family: "Source Sans Pro", sans-serif;
  letter-spacing: 0;
  color: #004e98;
  background-image: none;
  border-radius: 35px;
  font-weight: 900;
  font-style: italic;
  padding-right: 55px;
  position: relative;
  font-size: 22px;
}
.vc_row.careerRowCallout .vc_btn3.vc_btn3-color-white.vc_btn3-style-flat:after {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  position: absolute;
  right: 10px;
  top: 10px;
  background: transparent url("/images/arrow-right.png") no-repeat center center;
  background-size: contain;
}
.vc_row.careerRowCallout.careerRowCalloutInterior h2 {
  font-style: normal;
}
.vc_row.careerRowCallout.careerRowCalloutInterior h2 em {
  color: #f57e20;
  font-style: normal;
}
.vc_row.careerRowCallout.careerRowCalloutInterior p strong {
  font-weight: 900;
  color: #f57e20;
}

.vc_row.careersRow {
  min-height: 500px;
}
@media (min-width: 900px) {
  .vc_row.careersRow .wpb_text_column {
    float: left;
  }
}
.vc_row.careersRow.careerLeftContent > div:first-child {
  order: 2;
}
@media (min-width: 770px) {
  .vc_row.careersRow.careerLeftContent > div:first-child {
    order: 1;
  }
}
.vc_row.careersRow.careerLeftContent > div:last-child {
  min-height: 300px;
}
@media (min-width: 770px) {
  .vc_row.careersRow.careerLeftContent > div:last-child {
    order: 2;
  }
}
@media (min-width: 900px) {
  .vc_row.careersRow.careerLeftContent .wpb_text_column {
    float: right;
  }
}
.vc_row.careersRow:not(.careerLeftContent) > div:first-child {
  min-height: 300px;
  order: 1;
}
@media (min-width: 620px) {
  .vc_row.careersRow:not(.careerLeftContent) > div:first-child {
    order: 1;
  }
}
.vc_row.careersRow:not(.careerLeftContent) > div:last-child {
  order: 2;
}
@media (min-width: 620px) {
  .vc_row.careersRow:not(.careerLeftContent) > div:last-child {
    order: 1;
  }
}

#careersFooter {
  text-align: center;
  background: lightgray;
  padding: 45px 5% 145px;
  background: rgb(236, 237, 237);
  background: linear-gradient(180deg, rgb(236, 237, 237) 0%, rgb(255, 255, 255) 100%);
  position: relative;
  z-index: 1;
}
#careersFooter .careersFooterContainer {
  max-width: 1000px;
  margin: 0 auto;
}
#careersFooter .careerFooterSocialLinks {
  margin-bottom: 135px;
}
#careersFooter .careerFooterSocialLinks h3 {
  font-weight: 900;
  font-size: 35px;
  color: #004e98;
  display: inline;
  margin-right: 0;
}
@media (min-width: 900px) {
  #careersFooter .careerFooterSocialLinks h3 {
    margin-right: 15px;
  }
}
#careersFooter .careerFooterSocialLinks h3 span {
  color: #f57e20;
}
#careersFooter .careerFooterSocialLinks ul {
  display: block;
  position: relative;
  top: 15px;
}
@media (min-width: 900px) {
  #careersFooter .careerFooterSocialLinks ul {
    display: inline;
  }
}
#careersFooter .careerFooterSocialLinks ul li {
  display: inline-block;
}
#careersFooter .careerFooterSocialLinks ul li a {
  display: inline-block;
  margin: 0 4px;
}
#careersFooter .careerFooterSocialLinks ul li a img {
  opacity: 1;
  max-width: 100%;
  padding: 0;
  margin: 0;
  width: 50px;
}
#careersFooter .testimonialContainer {
  position: relative;
  background: rgb(236, 237, 237);
  background: linear-gradient(0deg, rgb(236, 237, 237) 0%, rgb(255, 255, 255) 100%);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.167);
  padding: 0 5% 0;
}
#careersFooter .testimonial img {
  border-radius: 100px;
  max-width: 150px;
  margin-top: -50px;
  margin-bottom: 25px;
}
#careersFooter .searchLink {
  background-color: white;
  font-family: "Source Sans Pro", sans-serif;
  letter-spacing: 0;
  color: #004e98;
  background-image: none;
  border-radius: 35px;
  font-weight: 900;
  font-style: italic;
  padding: 10px 55px 10px 20px;
  position: relative;
  font-size: 28px;
  display: inline-block;
  border: 2px solid #004e98;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.167);
  top: 30px;
}
#careersFooter .searchLink:after {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  position: absolute;
  right: 10px;
  top: 11px;
  background: transparent url("/images/arrow-right.png") no-repeat center center;
  background-size: contain;
}
#careersFooter .testimonialText {
  padding-bottom: 55px;
  border-bottom: 1px solid rgba(64, 64, 65, 0.15);
  margin-bottom: 15px;
}
#careersFooter .testimonialText h4 {
  font-weight: 900;
  font-style: italic;
  color: #004e98;
  font-size: 2.75em;
  line-height: 1;
  margin-bottom: 15px;
}
#careersFooter .testimonialText .attribute {
  font-weight: 700;
}
#careersFooter .testimonialText .attribute span {
  display: block;
  font-weight: 400;
}

/*---------------------------------------------------------------------------------------------
*
*  @PreFooter
*
*---------------------------------------------------------------------------------------------*/
.site-footer {
  display: none;
}

.prefooter {
  background-color: #004e98;
  text-align: center;
  background: #faa61a url("../images/newsletterBkg.jpg") repeat-x left top;
  background-size: 1000px 148px;
  padding: 30px 30px 45px 30px;
  position: relative;
}
.prefooter:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 900px) {
  .prefooter {
    padding-bottom: 150px;
    padding-top: 50px;
  }
}
.prefooter .prefooterContainer {
  background-color: white;
  color: black;
  width: 85%;
  margin: 0 auto;
  padding-bottom: 65px;
  padding: 33px 25px 55px;
  max-width: 1000px;
}
.prefooter h3 {
  font-size: 2em;
  line-height: 1.233;
  margin-bottom: 10px;
  font-weight: 300;
  position: relative;
  padding-top: 20px;
}
@media (min-width: 900px) {
  .prefooter h3 {
    font-size: 2.3em;
  }
}
.prefooter h3.newsletterIcon {
  padding-top: 35px;
}
.prefooter h3.newsletterIcon:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 50px;
  position: absolute;
  top: 10px;
  height: 50px;
  left: -10px;
  right: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center top;
}
.prefooter p {
  color: white;
  width: 80%;
  margin: 0 auto 15px;
}
.prefooter .hbspt-form {
  max-width: 500px;
  margin: 0 auto;
}
@media (min-width: 900px) {
  .prefooter .hbspt-form {
    max-width: 800px;
    padding-top: 0;
  }
}
.prefooter .hs_firstname,
.prefooter .hs_email,
.prefooter .hs_company {
  margin-bottom: 15px;
}
@media (min-width: 900px) {
  .prefooter .hs_firstname,
  .prefooter .hs_email,
  .prefooter .hs_company {
    width: 32%;
    float: left;
    margin: 0 0.5% 20px;
  }
}
.prefooter .hs-submit {
  clear: both;
}
.prefooter .hs_error_rollup {
  text-align: center;
}
.prefooter .hs_error_rollup label {
  text-align: center;
  clear: both;
  margin-bottom: 15px;
  font-weight: 700;
}
.prefooter .hs_recaptcha {
  text-align: center;
  margin: 0 auto 25px;
}
.prefooter .grecaptcha-badge {
  margin: 0 auto;
}
@media (min-width: 900px) {
  .prefooter .grecaptcha-badge {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
  }
}
.prefooter input[type=submit] {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0f68b5+0,095096+100 */
  background: #0f68b5; /* Old browsers */
  background: -moz-linear-gradient(-45deg, #0f68b5 0%, #095096 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #0f68b5 0%, #095096 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #0f68b5 0%, #095096 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border-radius: 0;
}
.prefooter input[type=text], .prefooter input[type=email] {
  width: 100%;
  -webkit-appearance: none;
  border: none;
  min-height: 40px !important;
}
.prefooter label {
  text-align: left;
  display: block;
  margin-bottom: 4px;
}
.prefooter label.hs-error-msg {
  color: rgb(178.5, 0, 0);
}

/*---------------------------------------------------------------------------------------------
*
*  /PreFooter
*
*---------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------
*
*  @Footer
*
*---------------------------------------------------------------------------------------------*/
.edit-link {
  display: none;
}

.entry .entry-footer {
  display: none;
}

footer#primaryFooter {
  padding-top: 61px;
  background: #303030 url("../images/footer-bkg.jpg") repeat-x 0 0;
  position: relative;
  z-index: 0;
}

.footerContainer {
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 900px) {
  .footerContainer {
    padding: 0 35px;
  }
}

.footerLogo {
  width: 80%;
  margin: 0px auto 15px;
  display: block;
  max-width: 200px;
  position: relative;
  opacity: 0.75;
}
@media (min-width: 900px) {
  .footerLogo {
    max-width: 210px;
    opacity: 1;
  }
}
.footerLogo img {
  max-width: 350px;
  margin-bottom: 20px;
}
@media (min-width: 900px) {
  .footerLogo img {
    margin-bottom: 10px;
  }
}

.footerContent {
  text-align: center;
  clear: both;
  padding-bottom: 25px;
}
.footerContent:after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 900px) {
  .companyInfoContainer {
    width: 30%;
    float: right;
    clear: none;
  }
}
.companyInfoContainer a.relaDyneButton {
  padding: 11px 25px;
  font-size: 1.1em;
}

.footerContact {
  margin-bottom: 31px;
  line-height: 1.444;
}
.footerContact h5 {
  color: white;
  opacity: 0.35;
  margin-bottom: 5px;
  font-size: 0.9em;
}

.footerAddress {
  text-align: center;
  color: white;
  line-height: 1.333;
}
@media (min-width: 900px) {
  .footerAddress {
    margin-bottom: 10px;
  }
}

.footerAddress a {
  color: #f57e20;
}
.footerAddress a:hover {
  color: white;
}
@media (min-width: 900px) {
  .footerAddress a {
    font-size: 1.4em;
  }
}

.socialLinks {
  margin-top: 55px;
  margin-bottom: 40px;
}
.socialLinks li {
  text-align: center;
  display: inline;
}
.socialLinks li a {
  width: 35px;
  margin: 0 10px;
  display: inline-block;
}
.socialLinks li a img {
  max-width: 25px;
  max-height: 25px;
  opacity: 0.25;
}
.socialLinks li a:hover img {
  opacity: 0.75;
}

.footerNav,
.logoSlider,
#footerCompanyListContainer {
  display: none;
}
@media (min-width: 900px) {
  .footerNav,
  .logoSlider,
  #footerCompanyListContainer {
    display: block;
  }
}

.footerLogoSlider.owl-carousel.owl-drag .owl-item {
  height: 100px;
  display: block;
}
.footerLogoSlider.owl-carousel.owl-drag .owl-item li {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100px;
}
.footerLogoSlider.owl-carousel.owl-drag .owl-item a {
  display: block;
  height: 100px;
  width: 100%;
}
.footerLogoSlider.owl-carousel.owl-drag .owl-item img {
  max-height: 100px;
  text-align: center;
  margin: 0 auto;
  width: auto;
}

.footerNav {
  width: 65%;
  float: left;
  position: relative;
  z-index: 1;
}
.footerNav ul {
  float: left;
  width: 20%;
  margin-right: 5%;
  text-align: left;
  color: white;
}
.footerNav ul li a {
  color: white;
  opacity: 0.65;
  font-size: 0.9em;
  padding: 5px 0;
  display: block;
}
.footerNav ul li:first-child a {
  font-weight: 700;
  color: white;
  opacity: 1;
  font-size: 1em;
  margin-bottom: 8px;
}
.footerNav ul.lastColumn li a {
  font-size: 1em;
  opacity: 1;
  font-weight: 700;
  margin-bottom: 8px;
}
.footerNav ul.lastColumn li:last-child {
  display: inline-block;
  padding-bottom: 0;
}
.footerNav ul.lastColumn li:last-child a {
  font-size: 0.85em;
  font-weight: 600;
  padding: 8px 15px 10px;
  position: relative;
  top: 15px;
  color: white;
  display: inline-block;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: -moz-linear-gradient(-45deg, #f6a63b 0%, #f37f30 62%);
  background: -webkit-linear-gradient(-45deg, #f6a63b 0%, #f37f30 62%);
  background: linear-gradient(135deg, #f6a63b 0%, #f37f30 62%);
}
@media (min-width: 1025px) {
  .footerNav ul.lastColumn li:last-child a {
    font-size: 1em;
  }
}

#menu-primary-footer-menu {
  width: 65%;
  float: left;
  position: relative;
  z-index: 1;
  display: none;
}
@media (min-width: 900px) {
  #menu-primary-footer-menu {
    display: block;
  }
}
#menu-primary-footer-menu > li {
  text-align: left;
  width: 20%;
  float: right;
  text-align: left;
  clear: right;
}
#menu-primary-footer-menu > li.menu-item-has-children {
  float: left;
  width: 23%;
  margin-right: 3%;
  text-align: left;
  color: white;
  display: block;
  clear: none;
}
#menu-primary-footer-menu > li a {
  color: white;
  opacity: 0.65;
  font-size: 0.9em;
  padding: 5px 0;
  display: block;
}
#menu-primary-footer-menu > li:last-child a {
  font-size: 0.85em;
  opacity: 1;
  font-weight: 600;
  padding: 8px 15px 10px;
  position: relative;
  top: 15px;
  color: white;
  display: inline-block;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f6a63b+0,f37f30+62 */
  background: #f6a63b; /* Old browsers */
  background: -moz-linear-gradient(-45deg, #f6a63b 0%, #f37f30 62%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #f6a63b 0%, #f37f30 62%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #f6a63b 0%, #f37f30 62%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
@media (min-width: 1025px) {
  #menu-primary-footer-menu > li:last-child a {
    font-size: 1em;
  }
}
#menu-primary-footer-menu > li a {
  font-weight: 700;
  color: white;
  opacity: 1;
  font-size: 1em;
  margin-bottom: 8px;
}
#menu-primary-footer-menu > li ul {
  padding-left: 0;
  font-weight: 400;
}
#menu-primary-footer-menu > li ul li {
  list-style: none;
}
#menu-primary-footer-menu > li ul li a {
  color: white;
  opacity: 0.65;
  font-size: 0.9em;
  padding: 5px 0;
  display: block;
  font-weight: 400;
}
#menu-primary-footer-menu.lastColumn li a {
  font-size: 1em;
  opacity: 1;
  font-weight: 700;
  margin-bottom: 8px;
}
#menu-primary-footer-menu.lastColumn li:last-child {
  display: inline-block;
  padding-bottom: 0;
}
#menu-primary-footer-menu.lastColumn li:last-child a {
  font-size: 0.85em;
  font-weight: 600;
  padding: 8px 15px 10px;
  position: relative;
  top: 15px;
  color: white;
  display: inline-block;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f6a63b+0,f37f30+62 */
  background: #f6a63b; /* Old browsers */
  background: -moz-linear-gradient(-45deg, #f6a63b 0%, #f37f30 62%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #f6a63b 0%, #f37f30 62%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #f6a63b 0%, #f37f30 62%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
@media (min-width: 1025px) {
  #menu-primary-footer-menu.lastColumn li:last-child a {
    font-size: 1em;
  }
}

.logoSlider {
  position: relative;
  clear: both;
  padding-top: 35px;
  padding-bottom: 55px;
}
.logoSlider:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 90%;
  margin: 0 auto;
  height: 1px;
  background-color: black;
  opacity: 0.35;
}

#footerCompanyListContainer {
  background-color: #242424;
  padding: 45px 0 45px;
}
#footerCompanyListContainer:after {
  content: "";
  display: table;
  clear: both;
}

#footerCompanyList {
  width: 75%;
  margin: 0 auto;
  max-width: 1000px;
}
#footerCompanyList ul {
  width: 25%;
  float: left;
  padding-right: 35px;
}
#footerCompanyList li {
  line-height: 1.133;
  margin-bottom: 10px;
  padding-right: 45px;
}
#footerCompanyList li a {
  color: white;
  opacity: 0.65;
  font-size: 0.75em;
  line-height: 1.133;
}
#footerCompanyList li a:hover {
  opacity: 1;
}

#subFooter {
  text-align: center;
  padding-bottom: 25px;
  background-color: #202020;
  padding-top: 15px;
}
@media (min-width: 900px) {
  #subFooter {
    clear: both;
  }
}

#copyright {
  font-size: 0.7em;
  text-align: center;
  line-height: 1.944;
  color: rgba(240, 240, 241, 0.5);
  width: 95%;
  margin: 0 auto;
}
@media (min-width: 900px) {
  #copyright {
    display: inline;
    padding-right: 15px;
  }
}

.footerLinks {
  text-align: center;
  padding-bottom: 5px;
}
@media (min-width: 900px) {
  .footerLinks {
    display: inline-block;
  }
}
.footerLinks li {
  display: inline-block;
}
.footerLinks a {
  font-size: 0.7em;
  padding: 0 10px;
  color: white;
}

/*---------------------------------------------------------------------------------------------
*
*  /Footer
*
*---------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------
*
*  @Locations Map
*
*---------------------------------------------------------------------------------------------*/
.page-id-12472 .contentAreaContainer,
.page-id-12473 .contentAreaContainer {
  padding-top: 0;
  margin-top: 0;
}
.page-id-12472 .interiorHeroHeader.videoHeader iframe,
.page-id-12473 .interiorHeroHeader.videoHeader iframe {
  min-height: 70vh;
}
.page-id-12472 .contactBuckets,
.page-id-12473 .contactBuckets {
  display: none;
}

.locationMap {
  padding-top: 72px;
}
@media (min-width: 900px) {
  .locationMap {
    padding-top: 65px;
  }
}

.wpgmza-marker-listing-category-filter .wpgmza_cat_checkbox_holder {
  height: auto;
  padding: 0;
}

.wysiwyg .wpgmza-pagination ul,
.wysiwyg .wpgmza-pagination ul li,
.wysiwyg .wpgmza_cat_checkbox_holder ul,
.wysiwyg .wpgmza_cat_checkbox_holder ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.wysiwyg .wpgmza-pagination ul:before,
.wysiwyg .wpgmza-pagination ul li:before,
.wysiwyg .wpgmza_cat_checkbox_holder ul:before,
.wysiwyg .wpgmza_cat_checkbox_holder ul li:before {
  display: none;
}

.wysiwyg .wpgmza-pagination ul li {
  display: none;
}
.wysiwyg .wpgmza-pagination ul li a {
  font-size: 30px;
  min-width: 40px;
  height: 54px;
}
@media (min-width: 900px) {
  .wysiwyg .wpgmza-pagination ul li a {
    height: 38px;
  }
}
.wysiwyg .wpgmza-pagination ul li:first-child, .wysiwyg .wpgmza-pagination ul li:last-child {
  display: initial;
}

.locationMap {
  position: relative;
}

.page-id-12472 .page-content .locationMap {
  display: flex;
  flex-direction: column;
}

.wysiwyg .wpgmza-marker-listing-category-filter {
  order: 1;
}
.wysiwyg .wpgmza-marker-listing-category-filter > span {
  display: none;
}
.wysiwyg .wpgmza-marker-listing-category-filter ul {
  text-align: left;
  border-bottom: 1px solid #d7d6d7;
  margin-bottom: 0;
  padding-bottom: 10px;
  width: 85%;
  margin: 0 auto;
}
@media (min-width: 900px) {
  .wysiwyg .wpgmza-marker-listing-category-filter ul {
    text-align: center;
    padding-bottom: 0;
    width: 100%;
  }
}
.wysiwyg .wpgmza-marker-listing-category-filter ul li {
  font-size: 17px;
  display: inline-block;
  margin: 0 20px 15px;
}
@media (min-width: 900px) {
  .wysiwyg .wpgmza-marker-listing-category-filter ul li {
    margin: 0 12px 20px;
    background-color: #f0f0f1;
    font-size: 16px;
    padding: 5px 19px 8px 17px;
    margin: 0 1px 21px;
  }
}
@media (min-width: 1150px) {
  .wysiwyg .wpgmza-marker-listing-category-filter ul li {
    font-size: 18px;
  }
}

.wysiwyg .wpgmza-filter-widgets {
  order: 5;
  text-align: center;
  margin-bottom: 65px;
}
@media (min-width: 900px) {
  .wysiwyg .wpgmza-filter-widgets:before {
    content: "Branch Code";
    display: block;
    width: 100%;
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    text-align: center;
    font-weight: 700;
  }
}
@media (min-width: 900px) {
  .wysiwyg .wpgmza-filter-widgets {
    position: absolute;
    top: 703px;
    right: 20px;
    width: 25%;
    padding-top: 45px;
    margin-bottom: 0;
  }
}
@media (min-width: 900px) {
  .wysiwyg .wpgmza-filter-widgets input {
    margin-bottom: 15px;
  }
}
.wysiwyg .wpgmza-filter-widgets button {
  background-color: #f57e20;
  position: relative;
  top: 2px;
}

.wpgmza-store-locator {
  order: 3;
  text-align: center;
  border-bottom: 1px solid #d7d6d7;
  padding-bottom: 25px;
  margin-bottom: 0;
  position: relative;
}
@media (min-width: 900px) {
  .wpgmza-store-locator {
    border: none;
    width: 64%;
    margin: 0 5% 25px;
    float: right;
  }
}
.wpgmza-store-locator .wpgmza-form-field {
  margin-bottom: 22px;
}
@media (min-width: 900px) {
  .wpgmza-store-locator .wpgmza-form-field {
    display: flex;
  }
}
.wpgmza-store-locator .wpgmza-form-field label {
  width: 20%;
  display: inline-block;
  font-weight: 700;
  text-align: right;
  margin-right: 2%;
  margin-bottom: 15px;
}
@media (min-width: 900px) {
  .wpgmza-store-locator .wpgmza-form-field label {
    width: 20%;
  }
}
@media (min-width: 900px) {
  .wpgmza-store-locator .wpgmza-form-field label[data-name=addressLabel] {
    padding-top: 12px;
  }
}
.wpgmza-store-locator .wpgmza-form-field input,
.wpgmza-store-locator .wpgmza-form-field select {
  width: 63%;
  display: inline-block;
  text-align: left;
  font-family: "Source Sans Pro", sans-serif;
}
@media (min-width: 900px) {
  .wpgmza-store-locator .wpgmza-form-field input,
  .wpgmza-store-locator .wpgmza-form-field select {
    width: 77%;
  }
}
@media (min-width: 900px) {
  .wpgmza-store-locator .wpgmza-form-field select {
    width: 24%;
  }
}
.wpgmza-store-locator div.wpgmza-search,
.wpgmza-store-locator div.wpgmza-reset {
  display: inline-block;
  margin: 0 1%;
  font-family: "Source Sans Pro", sans-serif;
  border-radius: 0;
}
@media (min-width: 900px) {
  .wpgmza-store-locator div.wpgmza-search,
  .wpgmza-store-locator div.wpgmza-reset {
    position: absolute;
    right: 0;
    bottom: 55px;
  }
}
@media (min-width: 900px) {
  .wpgmza-store-locator div.wpgmza-search {
    right: 80px;
  }
}
.wpgmza-store-locator input.wpgmza-search {
  background-color: #f57e20;
}
.wpgmza-store-locator input.wpgmza-reset {
  background-color: #404041;
}

.wpgmza_marker_list_class {
  order: 5;
  padding-top: 45px;
  font-size: 1.5em;
  margin-bottom: 0;
  background: rgb(237, 237, 237);
  background: linear-gradient(0deg, rgb(237, 237, 237) 0%, rgb(255, 255, 255) 14%, rgb(255, 255, 255) 82%, rgb(237, 237, 237) 100%);
}
.wpgmza_marker_list_class .wpgmza-grid-row {
  flex-basis: 100%;
}
@media (min-width: 770px) {
  .wpgmza_marker_list_class .wpgmza-grid-row {
    flex-basis: 50%;
  }
}
.wpgmza_marker_list_class .wpgmza-grid-item {
  background: #f4f4f5;
  border: 1px solid #bbbdbf;
  box-shadow: 3px 3px 5px rgba(64, 64, 65, 0.5);
}
.wpgmza_marker_list_class .wpgmza-grid-footer {
  background: #f4f4f5;
  border: none;
}
.wpgmza_marker_list_class .wpgmza-grid-footer a {
  background: #f57e20;
  color: white;
  display: inline-block;
  padding: 0px 11px;
  position: relative;
  right: -10px;
}

.gm-style .gm-style-iw-c {
  border: 4px solid #d7d6d7;
  box-shadow: 3px 5px 8px 1px rgba(0, 0, 0, 0.55);
}

.gm-style .gm-style-iw-tc::after {
  background-color: #d7d6d7;
}

.wpgmza-pagination {
  order: 6;
}

.wpgmza_map {
  order: 2;
  margin-bottom: 35px;
}

.wpgmza-basic-listing-image-holder img {
  border: none !important;
}

.wpgmza_map img:not(button > img) {
  max-width: 140px;
}

.wysiwyg .wpgmaps_blist_row {
  padding: 19px 29px;
}
@media (min-width: 900px) {
  .wysiwyg .wpgmaps_blist_row {
    padding: 8px 16px;
  }
}

@media screen and (min-width: 900px) {
  .wpgmza_map {
    width: 70% !important;
    float: right;
  }
  .wpgmza_marker_list_class {
    position: relative;
    width: 30% !important;
    display: inline-block;
    height: 65vh;
    overflow: scroll !important;
    padding: 0;
    border-bottom: 1px solid #d7d6d7;
    padding-top: 20px;
    padding-bottom: 45px;
    margin-bottom: 0;
  }
  .wpgmza_marker_list_class .wpgmaps_blist_row:last-of-type {
    border-bottom: none;
  }
  .wpgmza-pagination {
    width: 30%;
  }
}
.wpgmza-basic-list-item.wpgmza_div_title {
  font-size: 19px;
  font-weight: 700;
}

.wysiwyg .wpgmza-basic-list-item.wpgmza_div_address {
  padding-left: 23px;
  font-size: 15px;
  clear: both;
}

/* Override conflicting theme rules */
.wpgmza-pagination li:first-child {
  margin-top: 0 !important;
}

.wpgmza-pagination ul {
  margin: 0 !important;
}

.wpgmza-infowindow p {
  margin-bottom: 5px;
}
.wpgmza-infowindow .wpgmza_infowindow_description p a[href^="tel:"] {
  font-weight: 700;
  text-decoration: none;
  font-size: 1.1em;
}
.wpgmza-infowindow .wpgmza_infowindow_description p a:hover {
  text-decoration: underline;
}
.wpgmza-infowindow .wpgmza_infowindow_description p a:focus {
  outline: none;
}

.gm-style .gm-style-iw-d {
  padding: 6px 17px;
}

.gm-ui-hover-effect {
  top: -2px !important;
  right: -2px !important;
}

.wpgmza_infowindow_link {
  min-height: 20px;
}

.wpgmza_infowindow_link a {
  background-color: #d7d6d7;
  color: #404041;
  display: inline-block;
  padding: 3px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.75em;
  font-weight: 400;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0 10px;
}
.wpgmza_infowindow_link a:hover {
  text-decoration: none;
  background-color: rgb(202.4074074074, 201.0925925926, 202.4074074074);
  color: #404041;
}
