@charset "UTF-8";
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1d5181+0,1e5281+38,1d5381+41,1a5380+41,1c5580+43,1b5680+45,18567f+45,185780+47,185a7d+48,165a7d+52,165d7d+52,13607c+63,11617a+63,10647c+72,0f6479+72,0f6479+100 */
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0f6479+0,0f6479+28,10647c+28,11617a+37,13607c+37,165d7d+48,165a7d+48,185a7d+52,185780+53,18567f+55,1b5680+55,1c5580+57,1a5380+59,1d5381+59,1e5281+62,1d5181+100 */
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
body {
  font-family: "Roboto", sans-serif;
  background-color: white;
}

.breadcrumbs {
  width: 90%;
  padding: 1em 0;
  margin-bottom: calc(100px - 1em);
}
.breadcrumbs span {
  font-weight: 300;
  color: rgb(29, 81, 129);
}
.breadcrumbs span a {
  color: rgb(34, 34, 34);
}
@media screen and (max-width: 1280px) {
  .breadcrumbs {
    padding-left: 6%;
  }
}

h1 {
  font-size: 55px;
  font-weight: 500;
  letter-spacing: -0.004em;
  color: white;
  text-transform: uppercase;
}
h1.fancy-heading {
  text-align: center;
}
h1.fancy-heading .main-head {
  display: inline-block;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-top: 20px;
  padding-right: 1em;
  padding-bottom: 18px;
  padding-left: 1em;
  background-color: rgb(34, 34, 34);
}
@media screen and (max-width: 1260px) {
  h1.fancy-heading .main-head {
    font-size: 0.9em;
  }
}
h1.fancy-heading .sub-head {
  display: none;
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 48px;
  }
}

.home h1 .main-head {
  line-height: 1.05em;
}

h2 {
  font-size: 45px;
  font-weight: 500;
  line-height: 1.35em;
  letter-spacing: -0.004em;
  color: white;
  text-transform: uppercase;
  background-color: rgb(34, 34, 34);
}
h2.fancy-heading {
  margin-bottom: 100px;
  background-color: transparent;
  text-align: center;
}
h2.fancy-heading .main-head {
  display: inline-block;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-top: 20px;
  padding-right: 1em;
  padding-bottom: 18px;
  padding-left: 1em;
  background-color: rgb(34, 34, 34);
  color: white;
}
h2.fancy-heading .sub-head {
  display: none;
}
@media screen and (max-width: 840px) {
  h2.fancy-heading {
    width: auto;
    margin-right: auto;
    margin-left: auto;
  }
}

.post-template-default h2 {
  background-color: transparent;
  font-size: 26px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: -0.004em;
  text-transform: uppercase;
  color: rgb(29, 81, 129);
}

h3 {
  font-size: 45px;
  font-weight: 500;
  line-height: 1.35em;
  letter-spacing: -0.004em;
  text-transform: uppercase;
}
h3.fancy-heading {
  text-align: center;
  margin-bottom: 127px;
}
h3.fancy-heading .main-head {
  display: inline-block;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-top: 20px;
  padding-right: 1em;
  padding-bottom: 18px;
  padding-left: 1em;
  color: white;
  background-color: rgb(34, 34, 34);
}
h3.fancy-heading .sub-head {
  display: none;
}

h4 {
  font-size: 31px;
  font-weight: 500;
  line-height: 43px;
  letter-spacing: -0.004em;
  text-transform: uppercase;
}

h5 {
  font-size: 26px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: -0.004em;
  text-transform: uppercase;
  color: rgb(29, 81, 129);
}

@media screen and (max-width: 1260px) {
  h2.fancy-heading, h3.fancy-heading, h4.fancy-heading {
    margin-bottom: 60px;
  }
  h2.fancy-heading .main-head, h3.fancy-heading .main-head, h4.fancy-heading .main-head {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 640px) {
  h2.fancy-heading, h3.fancy-heading, h4.fancy-heading {
    margin-bottom: 60px;
  }
  h2.fancy-heading .main-head, h3.fancy-heading .main-head, h4.fancy-heading .main-head {
    font-size: 0.75em;
  }
}
@media screen and (max-width: 440px) {
  h2.fancy-heading, h3.fancy-heading, h4.fancy-heading {
    margin-bottom: 30px;
  }
  h2.fancy-heading .main-head, h3.fancy-heading .main-head, h4.fancy-heading .main-head {
    font-size: 0.7em;
    line-height: 1.35em;
  }
}
@media screen and (max-width: 1360px) {
  .bigGradientBGBox h2.fancy-heading, .bigGradientBGBox h3.fancy-heading, .bigGradientBGBox h4.fancy-heading,
  .bigGreyBGBox h2.fancy-heading,
  .bigGreyBGBox h3.fancy-heading,
  .bigGreyBGBox h4.fancy-heading,
  .bigGraphicBGBox h2.fancy-heading,
  .bigGraphicBGBox h3.fancy-heading,
  .bigGraphicBGBox h4.fancy-heading {
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .bigGradientBGBox .cta h2.fancy-heading, .bigGradientBGBox .cta h3.fancy-heading, .bigGradientBGBox .cta h4.fancy-heading,
  .bigGradientBGBox .ctaUSP h2.fancy-heading,
  .bigGradientBGBox .ctaUSP h3.fancy-heading,
  .bigGradientBGBox .ctaUSP h4.fancy-heading,
  .bigGradientBGBox .ctaReason h2.fancy-heading,
  .bigGradientBGBox .ctaReason h3.fancy-heading,
  .bigGradientBGBox .ctaReason h4.fancy-heading,
  .bigGradientBGBox .ctaUses h2.fancy-heading,
  .bigGradientBGBox .ctaUses h3.fancy-heading,
  .bigGradientBGBox .ctaUses h4.fancy-heading,
  .bigGreyBGBox .cta h2.fancy-heading,
  .bigGreyBGBox .cta h3.fancy-heading,
  .bigGreyBGBox .cta h4.fancy-heading,
  .bigGreyBGBox .ctaUSP h2.fancy-heading,
  .bigGreyBGBox .ctaUSP h3.fancy-heading,
  .bigGreyBGBox .ctaUSP h4.fancy-heading,
  .bigGreyBGBox .ctaReason h2.fancy-heading,
  .bigGreyBGBox .ctaReason h3.fancy-heading,
  .bigGreyBGBox .ctaReason h4.fancy-heading,
  .bigGreyBGBox .ctaUses h2.fancy-heading,
  .bigGreyBGBox .ctaUses h3.fancy-heading,
  .bigGreyBGBox .ctaUses h4.fancy-heading,
  .bigGraphicBGBox .cta h2.fancy-heading,
  .bigGraphicBGBox .cta h3.fancy-heading,
  .bigGraphicBGBox .cta h4.fancy-heading,
  .bigGraphicBGBox .ctaUSP h2.fancy-heading,
  .bigGraphicBGBox .ctaUSP h3.fancy-heading,
  .bigGraphicBGBox .ctaUSP h4.fancy-heading,
  .bigGraphicBGBox .ctaReason h2.fancy-heading,
  .bigGraphicBGBox .ctaReason h3.fancy-heading,
  .bigGraphicBGBox .ctaReason h4.fancy-heading,
  .bigGraphicBGBox .ctaUses h2.fancy-heading,
  .bigGraphicBGBox .ctaUses h3.fancy-heading,
  .bigGraphicBGBox .ctaUses h4.fancy-heading {
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .ctaUses {
    max-width: 96%;
    margin-right: auto;
    margin-left: auto;
  }
  .ctaUses .cta_block {
    margin-bottom: 15px;
  }
}
li,
.wpforms-container label.wpforms-field-label,
p {
  font-size: 17px;
  color: rgb(34, 34, 34);
  font-weight: 300;
  letter-spacing: -0.03em;
  line-height: 29px;
}
li a,
.wpforms-container label.wpforms-field-label a,
p a {
  color: rgb(29, 81, 129) !important;
}

ul {
  list-style-type: "· ";
}

table {
  font-family: "Roboto", sans-serif;
  border: solid 1px rgba(135, 135, 135, 0.1);
}
table tr {
  border-bottom: solid 1px rgb(135, 135, 135);
}
table tr:nth-child(even) {
  background-color: rgba(135, 135, 135, 0.1);
}
table tr:nth-child(1) td {
  font-weight: 400;
}
table tr:nth-child(1) td p {
  text-transform: uppercase;
  font-weight: 400;
}
table td {
  padding: 0.5em 0.75em;
}

.introBlock .tb_text_wrap {
  padding-top: 40px;
  padding-bottom: 60px;
}
.introBlock .tb_text_wrap p {
  color: rgb(34, 34, 34);
  font-size: 22px;
  line-height: 37px;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .introBlock .tb_text_wrap p {
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
}

.post-title a:focus,
.post-title a:hover,
a:focus,
a:hover {
  color: rgb(51, 120, 183);
}

a.inTextButton.shortcode.button {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0) !important;
  border: 2px solid white;
  border-radius: 4px;
  color: white;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

button[type=submit].wpforms-submit {
  background: linear-gradient(to right, rgb(29, 81, 129) 0%, rgb(30, 82, 129) 38%, rgb(29, 83, 129) 41%, rgb(26, 83, 128) 41%, rgb(28, 85, 128) 43%, rgb(27, 86, 128) 45%, rgb(24, 86, 127) 45%, rgb(24, 87, 128) 47%, rgb(24, 90, 125) 48%, rgb(22, 90, 125) 52%, rgb(22, 93, 125) 52%, rgb(19, 96, 124) 63%, rgb(17, 97, 122) 63%, rgb(16, 100, 124) 72%, rgb(15, 100, 121) 72%, rgb(15, 100, 121) 100%);
  color: white;
  text-transform: uppercase;
  border: solid 1px rgba(0, 0, 0, 0.05);
  font-weight: 500;
}
button[type=submit].wpforms-submit:focus, button[type=submit].wpforms-submit:hover {
  background: rgb(241, 241, 241);
  border: solid 1px rgba(0, 0, 0, 0.05);
  color: rgb(29, 81, 129);
}

#content {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: -50px !important;
}

.home #body {
  transform: translateY(-141px);
}
.home #headerwrap {
  background-color: transparent;
}
.home #header {
  background-color: transparent;
}
.home #header span,
.home #header a {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 47px;
  letter-spacing: -0.04em;
  color: white !important;
  text-transform: uppercase;
}
.home #header .ubermenu-submenu .ubermenu-target span {
  color: rgb(29, 81, 129) !important;
}

.no-home #header {
  padding-bottom: 0;
}
.no-home #header li span {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 47px;
  letter-spacing: -0.04em;
  color: rgb(34, 34, 34);
  text-transform: uppercase;
}
.no-home #header li span:hover {
  color: rgb(51, 120, 183);
  cursor: pointer;
}
.no-home #header li.current-menu-item a {
  color: rgb(51, 120, 183);
}
.no-home #header ul.sub-menu li a {
  line-height: 1.3em;
  font-size: 17px;
}
.no-home #site-logo {
  transform: translateX(10%);
}
.no-home #main-nav-wrap {
  transform: translateY(10px);
}

.no-home.fixed-header-on #main-nav-wrap {
  transform: translateY(0);
}

#headerwrap #mobile-menu.sidemenu li a {
  color: rgb(34, 34, 34) !important;
}
#headerwrap #mobile-menu.sidemenu li.current-menu-item a, #headerwrap #mobile-menu.sidemenu li:hover a {
  color: rgb(51, 120, 183) !important;
}

.home #headerwrap #mobile-menu.sidemenu li a {
  color: white !important;
}
.home #headerwrap #mobile-menu.sidemenu .sub-menu {
  border-radius: 0 !important;
}
.home #headerwrap #mobile-menu.sidemenu .sub-menu li a {
  line-height: 1.3em;
  font-size: 17px;
  color: rgb(29, 81, 129) !important;
}
.home #headerwrap #mobile-menu.sidemenu .sub-menu li:hover a {
  color: rgb(135, 135, 135) !important;
}

#header .sidemenu-on nav.ubermenu.ubermenu-main .ubermenu-nav li {
  display: block;
  width: 100%;
}
#header .sidemenu-on nav.ubermenu.ubermenu-main .ubermenu-nav li span {
  color: rgb(29, 81, 129) !important;
  font-size: 12pt;
  line-height: 1.3em;
}
#header .sidemenu-on nav.ubermenu.ubermenu-main .ubermenu-nav li span a {
  color: rgb(29, 81, 129) !important;
  font-size: 1em;
}

.home #main-nav .has-mega-column.has-mega .sub-menu .sub-menu {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0);
}
.home #main-nav .has-mega-column.has-mega .sub-menu .sub-menu li a {
  opacity: 1;
}

.home #headerwrap #mobile-menu.sidemenu .has-mega-column.has-mega .sub-menu li:hover a {
  color: rgb(29, 81, 129) !important;
}
.home #headerwrap #mobile-menu.sidemenu .has-mega-column.has-mega .sub-menu .sub-menu li:hover a {
  color: rgb(135, 135, 135) !important;
}

.no-home #headerwrap #main-nav .has-mega-column.has-mega .sub-menu {
  border-radius: 0;
}
.no-home #headerwrap #main-nav .has-mega-column.has-mega .sub-menu li:hover a {
  color: rgb(29, 81, 129) !important;
}
.no-home #headerwrap #main-nav .has-mega-column.has-mega .sub-menu .sub-menu {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0);
}
.no-home #headerwrap #main-nav .has-mega-column.has-mega .sub-menu .sub-menu li:hover a {
  color: rgb(135, 135, 135) !important;
}

.transparent-header #header #menu-icon-close {
  color: rgb(29, 81, 129) !important;
}

#menu-icon .menu-icon-inner {
  width: 30px;
  height: 20px;
}

#headerwrap .header-icons {
  font-size: 22px;
  transform: translateY(1px) !important;
  transform: translateX(-10px);
}

.fixed-header-on #headerwrap .header-icons {
  font-size: 22px;
  transform: translateY(-21px) !important;
  transform: translateX(-10px);
}
.fixed-header-on #headerwrap .header-icons #menu-icon {
  color: white;
}

.no-home.fixed-header-on #headerwrap .header-icons {
  font-size: 22px;
  transform: translateY(-21px) !important;
  transform: translateX(-10px);
}
.no-home.fixed-header-on #headerwrap .header-icons #menu-icon {
  color: rgb(29, 81, 129);
}

.home .header-icons #menu-icon {
  color: white;
}

.shortcode.singleButton,
.tf_popup.singleButton {
  padding: 0.75em 1.25em !important;
  background-color: transparent;
  border: 2px solid white;
  border-radius: 4px;
  color: white;
  text-transform: uppercase;
  transition: all 0.5s;
}
.shortcode.singleButton:focus, .shortcode.singleButton:hover,
.tf_popup.singleButton:focus,
.tf_popup.singleButton:hover {
  background-color: white;
  color: rgb(29, 81, 129);
}

#majorBanner {
  background-position: 50% 109.6px;
  background-size: cover;
  padding-top: 300px;
  padding-bottom: 212px;
  margin-bottom: 0;
}
@media screen and (min-width: 440px) {
  #majorBanner {
    margin-bottom: calc(-196px + 2em);
    transform: translateY(-109.6px);
  }
}
#majorBanner img {
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
}
#majorBanner p {
  width: 685px;
  max-width: 80%;
  margin-top: 1em;
  margin-right: auto;
  margin-bottom: 1em;
  margin-left: auto;
  color: white;
  font-size: 32px;
  font-weight: 300;
  letter-spacing: -0.04em;
  line-height: 49px;
}
#majorBanner a.builder_button {
  background-color: transparent;
  border: 2px solid white;
  border-radius: 4px;
  z-index: 99999;
  color: white;
}
#majorBanner a.builder_button:focus, #majorBanner a.builder_button:hover {
  background-color: white;
  color: rgb(29, 81, 129);
}
@media screen and (max-width: 840px) {
  #majorBanner {
    padding-top: 250px;
    padding-bottom: 142px;
  }
  #majorBanner img {
    max-width: 60%;
  }
  #majorBanner p {
    font-size: 26px;
    line-height: 37px;
  }
}
@media screen and (max-width: 440px) {
  #majorBanner img {
    max-width: 78%;
  }
}

.bigGraphicBGBox h2.fancy-heading {
  margin-bottom: 40px;
  background-color: transparent;
  text-align: center;
}
@media screen and (min-width: 840px) {
  .bigGraphicBGBox h2.fancy-heading {
    margin-bottom: 80px;
  }
}
.bigGraphicBGBox h2.fancy-heading .main-head {
  display: inline-block;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-top: 20px;
  padding-right: 1em;
  padding-bottom: 18px;
  padding-left: 1em;
  background-color: rgb(34, 34, 34);
  color: white !important;
}
.bigGraphicBGBox h2.fancy-heading .sub-head {
  display: none;
}

.cta {
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .cta {
    max-width: 96%;
    margin-right: auto;
    margin-left: auto;
  }
}
.cta .cta_block {
  padding-bottom: 130px;
  position: relative;
  background-color: white;
}
@media screen and (max-width: 770px) {
  .cta .cta_block {
    padding-bottom: 190px !important;
  }
}
.cta .cta_block h3.fancy-heading .main-head {
  font-size: 42px;
}
@media screen and (max-width: 840px) {
  .cta .cta_block h3.fancy-heading .main-head {
    font-size: 32px;
  }
}
.cta .tb_text_wrap a.shortcode,
.cta .tb_text_wrap a.tf_popup {
  padding: 0.625em 1.25em;
  background: linear-gradient(to right, rgb(29, 81, 129) 0%, rgb(30, 82, 129) 38%, rgb(29, 83, 129) 41%, rgb(26, 83, 128) 41%, rgb(28, 85, 128) 43%, rgb(27, 86, 128) 45%, rgb(24, 86, 127) 45%, rgb(24, 87, 128) 47%, rgb(24, 90, 125) 48%, rgb(22, 90, 125) 52%, rgb(22, 93, 125) 52%, rgb(19, 96, 124) 63%, rgb(17, 97, 122) 63%, rgb(16, 100, 124) 72%, rgb(15, 100, 121) 72%, rgb(15, 100, 121) 100%);
  color: white;
  border: solid 1px rgba(0, 0, 0, 0.05);
  text-transform: uppercase;
}
.cta .tb_text_wrap a.shortcode:focus, .cta .tb_text_wrap a.shortcode:hover,
.cta .tb_text_wrap a.tf_popup:focus,
.cta .tb_text_wrap a.tf_popup:hover {
  background: rgb(241, 241, 241);
  border: solid 1px rgba(0, 0, 0, 0.05);
  color: rgb(29, 81, 129);
}
@media screen and (max-width: 1280px) {
  .cta .fancy-heading {
    margin-bottom: 30px;
  }
}
.cta .fancy-heading .main-head {
  background-color: transparent;
}
.cta h3 {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 60px;
  background: linear-gradient(to right, rgb(29, 81, 129) 0%, rgb(30, 82, 129) 38%, rgb(29, 83, 129) 41%, rgb(26, 83, 128) 41%, rgb(28, 85, 128) 43%, rgb(27, 86, 128) 45%, rgb(24, 86, 127) 45%, rgb(24, 87, 128) 47%, rgb(24, 90, 125) 48%, rgb(22, 90, 125) 52%, rgb(22, 93, 125) 52%, rgb(19, 96, 124) 63%, rgb(17, 97, 122) 63%, rgb(16, 100, 124) 72%, rgb(15, 100, 121) 72%, rgb(15, 100, 121) 100%);
}
.cta h3 .main-head a {
  color: white;
}
.cta h3 .sub-head {
  display: none;
}
.cta p {
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
  font-size: 17px;
  line-height: 28px;
}
.cta .multiButton {
  padding-right: 5%;
  padding-left: 5%;
  margin-bottom: 40px;
  position: absolute !important;
  right: 10%;
  bottom: 0;
  left: 10%;
}
.cta .multiButton .module-buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cta .multiButton .module-buttons .module-buttons-item {
  flex: 0 0 10%;
  margin-left: 0;
  background-color: transparent;
}
@media screen and (min-width: 440px) {
  .cta .multiButton .module-buttons .module-buttons-item {
    flex: 0 0 50%;
  }
}
.cta .multiButton .module-buttons .module-buttons-item a {
  display: block;
  background-color: rgb(233, 233, 233);
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  margin-right: 9px;
  margin-bottom: 10px;
  border: none;
  text-align: left;
  line-height: 28px;
  position: relative;
}
.cta .multiButton .module-buttons .module-buttons-item a::after {
  position: absolute;
  top: 28%;
  right: 5%;
  transform: translateX(0);
  transition: all 0.3s ease-in-out;
  content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAOCAYAAAASVl2WAAAAY0lEQVQYlWOQlZW9Ki8v78iAC8jIyPyXlZX9ISsrG45TART/k5OTK8Cn4D/UtN7///8z4lQAVbRMW1ubDacCKN6roqLCh0/BfxkZmWMUKcBtBV5H4vMm7oDCG9SysrKX8EUWAOo5XhD7gFOVAAAAAElFTkSuQmCC");
}
.cta .multiButton .module-buttons .module-buttons-item a span {
  font-size: 22px;
  font-weight: 300;
  line-height: 47px;
  letter-spacing: -0.04em;
}
.cta .multiButton .module-buttons .module-buttons-item a:hover::after {
  transform: translateX(6px);
}
@media screen and (max-width: 600px) {
  .cta .multiButton .module-buttons {
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-evenly;
  }
  .cta .multiButton .module-buttons .module-buttons-item a {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .cta .multiButton .module-buttons {
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-evenly;
  }
  .cta .multiButton .module-buttons .module-buttons-item a {
    margin-right: 0;
    margin-left: 0;
  }
}

.contactRow {
  padding-top: 104px;
  padding-bottom: 60px;
}
.contactRow h3, .contactRow p {
  color: white;
}
.contactRow h3 a, .contactRow p a {
  color: white;
}
.contactRow h3 {
  font-size: 45px;
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 47px;
}
.contactRow p {
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
  font-size: 32px;
  font-weight: 300;
  letter-spacing: -0.04em;
  line-height: 48px;
}
.contactRow.pageFoot {
  padding-bottom: 125px;
}
@media screen and (min-width: 480px) {
  .contactRow.pageFoot {
    padding-bottom: 150px;
  }
}
.contactRow.pageFoot .contactCol {
  padding: 8% 8% 8% 8%;
}
@media screen and (min-width: 480px) {
  .contactRow.pageFoot .contactCol {
    padding: 5% 5% 5% 5%;
  }
}
.contactRow.pageFoot .tb_text_wrap p {
  max-width: unset;
  font-size: 20px;
  font-weight: 300;
  line-height: 32px;
  color: rgb(34, 34, 34);
}
.contactRow.pageFoot .tb_text_wrap ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.contactRow.pageFoot .tb_text_wrap ul li {
  font-size: 20px;
  font-weight: 300;
  line-height: 32px;
  color: rgb(34, 34, 34);
}
.contactRow.pageFoot .tb_text_wrap ul li em {
  font-style: normal;
  color: rgb(29, 81, 129);
}

@media screen and (max-width: 960px) {
  .contactRow .subrow_inner .sub_column {
    margin-bottom: 30px !important;
  }
}
.bigGraphicBGBox {
  padding-top: 40px;
  padding-bottom: 20px;
}
@media screen and (min-width: 840px) {
  .bigGraphicBGBox {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 840px) {
  .bigGraphicBGBox.dark .ctaUSP_container {
    width: 60%;
    margin-right: auto;
    margin-left: auto;
  }
  .bigGraphicBGBox.dark .ctaUSP_container .ctaUSP {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  .bigGraphicBGBox.dark .ctaUSP_container {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
}
.bigGraphicBGBox.dark .ctaUSP_container .ctaUSP {
  padding-top: 43px;
  text-align: center;
  background-color: white;
}
.bigGraphicBGBox.dark .ctaUSP_container .ctaUSP .uspHeadline {
  padding: 10% 15%;
}
.bigGraphicBGBox.dark .ctaUSP_container .ctaUSP .uspHeadline h3 {
  color: rgb(29, 81, 129);
  font-size: 31px;
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 41px;
  text-transform: uppercase;
}
.bigGraphicBGBox.dark .ctaUSP_container .ctaUSP .uspCopy {
  background: linear-gradient(to right, rgb(29, 81, 129) 0%, rgb(30, 82, 129) 38%, rgb(29, 83, 129) 41%, rgb(26, 83, 128) 41%, rgb(28, 85, 128) 43%, rgb(27, 86, 128) 45%, rgb(24, 86, 127) 45%, rgb(24, 87, 128) 47%, rgb(24, 90, 125) 48%, rgb(22, 90, 125) 52%, rgb(22, 93, 125) 52%, rgb(19, 96, 124) 63%, rgb(17, 97, 122) 63%, rgb(16, 100, 124) 72%, rgb(15, 100, 121) 72%, rgb(15, 100, 121) 100%);
}
.bigGraphicBGBox.dark .ctaUSP_container .ctaUSP .uspCopy p {
  padding: 10%;
  color: white;
}
.bigGraphicBGBox.dark.slider {
  padding-top: 40px;
  padding-bottom: 20px;
}
.bigGraphicBGBox.dark.slider .fancy-heading {
  margin-bottom: 0;
}
@media screen and (min-width: 840px) {
  .bigGraphicBGBox.dark.slider {
    padding-top: 100px;
    padding-bottom: 80px;
  }
  .bigGraphicBGBox.dark.slider .fancy-heading {
    margin-bottom: 40px;
  }
}
.bigGraphicBGBox.dark.slider .ctaUSP_container {
  width: 96%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 1024px) {
  .bigGraphicBGBox.dark.slider .ctaUSP_container {
    width: 100%;
  }
}
.bigGraphicBGBox.dark.slider .ctaUSP_container .ctaUSP {
  padding-top: 43px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0);
}
.bigGraphicBGBox.dark.slider .ctaUSP_container .ctaUSP h3 {
  padding: 2% 15%;
  color: rgb(29, 81, 129);
  font-size: 31px;
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 41px;
  text-transform: uppercase;
}
@media screen and (max-width: 440px) {
  .bigGraphicBGBox.dark.slider .ctaUSP_container .ctaUSP h3 {
    font-size: 26px;
  }
}
.bigGraphicBGBox.dark.slider .ctaUSP_container .ctaUSP p {
  background: linear-gradient(to right, rgb(29, 81, 129) 0%, rgb(30, 82, 129) 38%, rgb(29, 83, 129) 41%, rgb(26, 83, 128) 41%, rgb(28, 85, 128) 43%, rgb(27, 86, 128) 45%, rgb(24, 86, 127) 45%, rgb(24, 87, 128) 47%, rgb(24, 90, 125) 48%, rgb(22, 90, 125) 52%, rgb(22, 93, 125) 52%, rgb(19, 96, 124) 63%, rgb(17, 97, 122) 63%, rgb(16, 100, 124) 72%, rgb(15, 100, 121) 72%, rgb(15, 100, 121) 100%);
  padding: 10%;
  padding-bottom: 30px;
  margin-bottom: 0;
  color: white;
}
.bigGraphicBGBox.dark.slider .ctaUSP_container .ctaUSP .slide-content.tb_text_wrap {
  padding-top: 60px;
  padding-right: 0;
  padding-left: 0;
  margin-right: 4%;
  margin-left: 4%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 565px;
  background-color: white;
}
@media screen and (min-width: 768px) {
  .bigGraphicBGBox.dark.slider .ctaUSP_container .ctaUSP .slide-content.tb_text_wrap {
    min-height: 580px;
  }
}
.bigGraphicBGBox.dark.slider .ctaUSP_container .ctaUSP .slide-content.tb_text_wrap p:first-child {
  padding-top: 0;
  padding-bottom: 0;
  background-color: white !important;
  background: none;
}
.bigGraphicBGBox.light {
  background-color: white;
}

.fandbCol {
  background-color: white;
}
.fandbCol * {
  box-sizing: border-box;
}
.fandbCol h2.fancy-heading, .fandbCol h3.fancy-heading {
  min-width: 100%;
  max-width: unset;
  margin-bottom: 0;
}
.fandbCol h2.fancy-heading .main-head, .fandbCol h3.fancy-heading .main-head {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}
.fandbCol .tb_text_wrap {
  background-color: rgb(238, 238, 238);
}
.fandbCol .tb_text_wrap dl {
  padding-top: 5%;
  border-right: solid 6px rgb(219, 219, 219);
  border-left: solid 6px rgb(219, 219, 219);
}
.fandbCol .tb_text_wrap dt, .fandbCol .tb_text_wrap dd {
  padding-right: 10%;
  padding-left: 10%;
}
.fandbCol .tb_text_wrap dt {
  color: rgb(29, 81, 129);
  font-size: 26px;
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 40px;
  text-transform: uppercase;
}
.fandbCol .tb_text_wrap dd {
  color: rgb(34, 34, 34);
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: solid 1px rgb(219, 219, 219);
}
.fandbCol .tb_text_wrap dl dd:last-of-type {
  margin-bottom: 0;
  border-bottom: none;
}
.fandbCol .ctaPopUpLaunch,
.fandbCol .module-buttons {
  background: linear-gradient(to right, rgb(29, 81, 129) 0%, rgb(30, 82, 129) 38%, rgb(29, 83, 129) 41%, rgb(26, 83, 128) 41%, rgb(28, 85, 128) 43%, rgb(27, 86, 128) 45%, rgb(24, 86, 127) 45%, rgb(24, 87, 128) 47%, rgb(24, 90, 125) 48%, rgb(22, 90, 125) 52%, rgb(22, 93, 125) 52%, rgb(19, 96, 124) 63%, rgb(17, 97, 122) 63%, rgb(16, 100, 124) 72%, rgb(15, 100, 121) 72%, rgb(15, 100, 121) 100%);
  padding-top: 5%;
  padding-right: 10%;
  padding-bottom: 5%;
  padding-left: 10%;
  border-right: none !important;
  border-left: none !important;
}
.fandbCol .ctaPopUpLaunch .tb_text_wrap,
.fandbCol .module-buttons .tb_text_wrap {
  background-color: rgba(255, 255, 255, 0);
  text-align: center;
}
.fandbCol .ctaPopUpLaunch a.downloadPopup, .fandbCol .ctaPopUpLaunch a.builder_button,
.fandbCol .module-buttons a.downloadPopup,
.fandbCol .module-buttons a.builder_button {
  border: solid 2px white;
  border-radius: 4px;
  background-color: transparent;
  color: white;
}
.fandbCol .ctaPopUpLaunch a.downloadPopup span, .fandbCol .ctaPopUpLaunch a.builder_button span,
.fandbCol .module-buttons a.downloadPopup span,
.fandbCol .module-buttons a.builder_button span {
  color: white;
}

.bigGreyBGBox {
  padding-top: 127px;
  padding-bottom: 136px;
  background-color: rgb(238, 238, 238);
}
@media screen and (max-width: 480px) {
  .bigGreyBGBox {
    padding-top: 60px;
  }
}
.bigGreyBGBox h2.fancy-heading {
  margin-bottom: 30px;
  background-color: transparent;
  text-align: center;
}
@media screen and (min-width: 440px) {
  .bigGreyBGBox h2.fancy-heading {
    margin-bottom: 127px;
  }
}
.bigGreyBGBox h2.fancy-heading .main-head {
  display: inline-block;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-top: 20px;
  padding-right: 1em;
  padding-bottom: 18px;
  padding-left: 1em;
  background-color: rgb(34, 34, 34);
}
.bigGreyBGBox h2.fancy-heading .sub-head {
  display: none;
}
.bigGreyBGBox article.post {
  background-color: white;
}
.bigGreyBGBox article.post figure.post-image {
  margin-top: 1em;
  margin-right: 1em;
  margin-bottom: 1em;
  margin-left: 1em;
}
@media screen and (max-width: 440px) {
  .bigGreyBGBox article.post figure.post-image {
    margin-bottom: 3em;
  }
}
.bigGreyBGBox article.post .post-date.entry-date,
.bigGreyBGBox article.post .post-title.entry-title {
  font-size: 20px;
  font-weight: 300;
  letter-spacing: -0.04em;
  line-height: 27px;
  color: rgb(34, 34, 34);
  background-color: transparent;
}
.bigGreyBGBox article.post .post-date.entry-date {
  margin-top: 0.5em;
  font-size: 17px;
  color: rgb(51, 120, 183);
}
.bigGreyBGBox article.post .post-title.entry-title {
  font-weight: 400;
}
.bigGreyBGBox .newsList .post-content,
.bigGreyBGBox .eventsList .post-content {
  padding: 0.5em;
}
.bigGreyBGBox .eventsList article.post {
  background-color: rgb(34, 34, 34);
  background-color: white;
}
.bigGreyBGBox .eventsList article.post h2.post-title.entry-title a {
  color: white;
}
.bigGreyBGBox .eventsList article.mec-event-article {
  margin-bottom: 1em;
  padding-bottom: 18px;
  background-color: white;
}
.bigGreyBGBox .eventsList article.mec-event-article h4.mec-event-title {
  font-family: "Roboto", sans-serif;
  color: white;
}
.bigGreyBGBox .eventsList article.mec-event-article h4.mec-event-title a {
  font-family: "Roboto", sans-serif;
  color: white;
}
.bigGreyBGBox .eventsList article.mec-event-article .mec-detail-button {
  font-family: "Roboto", sans-serif;
  letter-spacing: unset;
  font-weight: 400;
}
.bigGreyBGBox .eventsList article.mec-event-article .mec-topsec {
  border-collapse: collapse !important;
}
.bigGreyBGBox .eventsList article.mec-event-article .mec-topsec * {
  border: solid 0 white !important;
}
.bigGreyBGBox .eventsList article.mec-event-article .mec-event-footer {
  background-color: inherit;
  border-top: solid 0 white;
}
@media screen and (max-width: 840px) {
  .bigGreyBGBox .eventsList {
    margin-top: 60px;
  }
}

.bigGradientBGBox {
  padding-top: 127px;
  padding-bottom: 136px;
  background: linear-gradient(315deg, rgb(15, 100, 121) 0%, rgb(15, 100, 121) 28%, rgb(16, 100, 124) 28%, rgb(17, 97, 122) 37%, rgb(19, 96, 124) 37%, rgb(22, 93, 125) 48%, rgb(22, 90, 125) 48%, rgb(24, 90, 125) 52%, rgb(24, 87, 128) 53%, rgb(24, 86, 127) 55%, rgb(27, 86, 128) 55%, rgb(28, 85, 128) 57%, rgb(26, 83, 128) 59%, rgb(29, 83, 129) 59%, rgb(30, 82, 129) 62%, rgb(29, 81, 129) 100%);
}
@media screen and (max-width: 960px) {
  .bigGradientBGBox {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 960px) {
  .bigGradientBGBox.slider {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .bigGradientBGBox.slider .prodIllustration {
    max-width: 80px;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
}
.bigGradientBGBox h2.fancy-heading {
  margin-bottom: 0;
  background-color: transparent;
  text-align: center;
  color: white;
}
.bigGradientBGBox h2.fancy-heading .main-head {
  display: inline-block;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-top: 20px;
  padding-right: 1em;
  padding-bottom: 18px;
  padding-left: 1em;
  color: white;
  background-color: transparent;
}
.bigGradientBGBox h2.fancy-heading .sub-head {
  display: none;
}
.bigGradientBGBox .whiteHeader {
  padding-bottom: 3%;
}
.bigGradientBGBox .whiteHeader p {
  color: white;
}
.bigGradientBGBox .whiteHeader a.builder_button {
  background-color: transparent;
  border: 2px solid white;
  border-radius: 4px;
  text-transform: uppercase;
}
.bigGradientBGBox .whiteHeader a.builder_button span {
  color: white;
}
.bigGradientBGBox .whiteHeader a.builder_button:focus, .bigGradientBGBox .whiteHeader a.builder_button:hover {
  background-color: white;
}
.bigGradientBGBox .whiteHeader a.builder_button:focus span, .bigGradientBGBox .whiteHeader a.builder_button:hover span {
  color: rgb(29, 81, 129);
}

.ctaReason {
  padding-bottom: 10%;
  background-color: white;
}
.ctaReason h3 {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  background-color: rgb(34, 34, 34);
  color: white;
  font-size: 29px;
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 47px;
}
.ctaReason h3, .ctaReason p {
  padding-right: 10%;
  padding-left: 10%;
}
.ctaReason p {
  padding-top: 5%;
}

.reasonsSlider .tf_swiper-wrapper {
  display: flex;
  align-items: stretch;
}
.reasonsSlider .tf_swiper-wrapper div.tf_swiper-slide {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.reasonsSlider .tf_swiper-wrapper div.tf_swiper-slide .slide-inner-wrap {
  height: 100%;
  background-color: white;
}
.reasonsSlider .tf_swiper-wrapper div.tf_swiper-slide .slide-content {
  padding-right: 0;
  padding-left: 0;
}
.reasonsSlider .tf_swiper-wrapper div.tf_swiper-slide .slide-content.tb_text_wrap {
  padding-bottom: 10%;
}
.reasonsSlider .tf_swiper-wrapper div.tf_swiper-slide .slide-content.tb_text_wrap h3 {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  margin-bottom: 0.25em;
  background-color: rgb(34, 34, 34);
  color: white;
  font-size: 29px;
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 47px;
}
.reasonsSlider .tf_swiper-wrapper div.tf_swiper-slide .slide-content.tb_text_wrap h3, .reasonsSlider .tf_swiper-wrapper div.tf_swiper-slide .slide-content.tb_text_wrap p {
  padding-right: 10%;
  padding-left: 10%;
}
.reasonsSlider .tf_swiper-wrapper div.tf_swiper-slide .slide-content.tb_text_wrap p {
  padding-top: 1%;
  text-align: left;
}

.plainHeader {
  background: linear-gradient(135deg, rgb(15, 100, 121) 0%, rgb(15, 100, 121) 28%, rgb(16, 100, 124) 28%, rgb(17, 97, 122) 37%, rgb(19, 96, 124) 37%, rgb(22, 93, 125) 48%, rgb(22, 90, 125) 48%, rgb(24, 90, 125) 52%, rgb(24, 87, 128) 53%, rgb(24, 86, 127) 55%, rgb(27, 86, 128) 55%, rgb(28, 85, 128) 57%, rgb(26, 83, 128) 59%, rgb(29, 83, 129) 59%, rgb(30, 82, 129) 62%, rgb(29, 81, 129) 100%);
}
.plainHeader h1 {
  color: white;
}

#landingHero .gradientBlock {
  background: linear-gradient(135deg, rgb(15, 100, 121) 0%, rgb(15, 100, 121) 28%, rgb(16, 100, 124) 28%, rgb(17, 97, 122) 37%, rgb(19, 96, 124) 37%, rgb(22, 93, 125) 48%, rgb(22, 90, 125) 48%, rgb(24, 90, 125) 52%, rgb(24, 87, 128) 53%, rgb(24, 86, 127) 55%, rgb(27, 86, 128) 55%, rgb(28, 85, 128) 57%, rgb(26, 83, 128) 59%, rgb(29, 83, 129) 59%, rgb(30, 82, 129) 62%, rgb(29, 81, 129) 100%);
}
#landingHero .gradientBlock .tb_text_wrap {
  max-width: 80%;
  margin-right: auto;
  margin-left: 8%;
  padding-top: 10px;
}
@media screen and (min-width: 840px) {
  #landingHero .gradientBlock .tb_text_wrap {
    max-width: 80%;
    padding-top: 30px;
    margin-left: 8%;
  }
}
#landingHero .gradientBlock .tb_text_wrap h1 {
  color: white;
}
@media screen and (max-width: 1024px) {
  #landingHero .gradientBlock .tb_text_wrap h1 {
    font-size: 48px;
  }
}
@media screen and (max-width: 640px) {
  #landingHero .gradientBlock .tb_text_wrap h1 {
    font-size: 36px;
    line-height: 1.3em;
  }
}
#landingHero .gradientBlock .tb_text_wrap p {
  font-size: 26px;
  font-weight: 300;
  letter-spacing: -0.04em;
  line-height: 38px;
  color: white;
}
@media screen and (max-width: 1024px) {
  #landingHero .gradientBlock .tb_text_wrap p {
    font-size: 23px;
    line-height: 34px;
  }
}
#landingHero .gradientBlock .tb_text_wrap a.button {
  color: white;
  background-color: transparent;
  border: 2px solid white;
  border-radius: 4px;
  text-transform: uppercase;
  text-align: center;
}
#landingHero .gradientBlock .module.module-buttons {
  padding-bottom: 46px;
  max-width: 80%;
  margin-right: auto;
  margin-left: 8%;
}
@media screen and (min-width: 840px) {
  #landingHero .gradientBlock .module.module-buttons {
    max-width: 90%;
    padding-top: 10px;
    padding-bottom: 100px;
    margin-left: 8%;
  }
}
#landingHero.product .gradientBlock {
  min-height: 380px;
}
@media screen and (max-width: 440px) {
  #landingHero.product .gradientBlock {
    min-height: unset;
  }
}
#landingHero.product .gradientBlock .module-image {
  font-size: 50px;
  padding-top: 1em;
  margin-left: 9%;
  margin-bottom: 46px;
}
@media screen and (max-width: 1260px) {
  #landingHero.product .gradientBlock .module-image {
    padding-left: 2%;
  }
}
#landingHero.product .gradientBlock .tb_text_wrap {
  padding-top: 0;
  padding-bottom: 20px;
}
@media screen and (max-width: 1260px) {
  #landingHero.product .gradientBlock .tb_text_wrap {
    padding-left: 4%;
  }
}
@media screen and (max-width: 1260px) {
  #landingHero.product .gradientBlock .module.module-buttons {
    padding-left: 2%;
    text-align: center;
  }
}
#landingHero.product .prodIlliustration {
  transform: translateY(10px);
}
#landingHero a.builder_button {
  background-color: transparent;
  border: 2px solid white;
  border-radius: 4px;
  z-index: 99999;
}
#landingHero a.builder_button span {
  color: white;
}
#landingHero a.builder_button:focus, #landingHero a.builder_button:hover {
  background-color: white;
}
#landingHero a.builder_button:focus span, #landingHero a.builder_button:hover span {
  color: rgb(29, 81, 129);
}

@media screen and (orientation: landscape) {
  .iphone #landingHero .module.module-buttons,
  .android #landingHero .module.module-buttons {
    padding-top: 46px;
    padding-bottom: 46px;
    max-width: 80%;
    margin-right: auto;
    margin-left: 10%;
  }
  .iphone #landingHero h1,
  .android #landingHero h1 {
    font-size: 48px;
  }
}

.deeperIntro {
  margin-bottom: 60px;
}
.deeperIntro h4 {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 400;
  text-transform: none;
  letter-spacing: -0.04em;
  color: rgb(29, 81, 129);
}
.deeperIntro p {
  font-size: 22px;
  font-weight: 300;
  letter-spacing: -0.04em;
  line-height: 37px;
}
.deeperIntro p strong {
  color: rgb(29, 81, 129);
  font-size: 31px;
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 47px;
  text-transform: uppercase;
}
@media screen and (min-width: 440px) {
  .deeperIntro p strong {
    font-size: 40.5px;
  }
}
@media screen and (min-width: 1025px) {
  .deeperIntro p strong {
    font-size: 45px;
    line-height: 58px;
  }
}
.deeperIntro p:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 1280px) {
  .deeperIntro {
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
}

.fiftyfifty .contentBlock {
  padding-top: 5vh;
  padding-bottom: 5vh;
}
@media screen and (min-width: 840px) {
  .fiftyfifty .contentBlock {
    padding-top: 15vh;
    padding-bottom: 15vh;
  }
}
.fiftyfifty .contentBlock.right {
  padding-right: 6%;
  padding-left: 6%;
}
@media screen and (min-width: 840px) {
  .fiftyfifty .contentBlock.right {
    padding-right: 13.5%;
    padding-left: 13.5%;
  }
}
@media screen and (min-width: 1024px) {
  .fiftyfifty .contentBlock.right {
    padding-right: 6%;
    padding-left: 13.5%;
  }
}
.fiftyfifty .contentBlock.left {
  padding-right: 6%;
  padding-left: 6%;
}
@media screen and (min-width: 840px) {
  .fiftyfifty .contentBlock.left {
    padding-right: 13.5%;
    padding-left: 13.5%;
  }
}
@media screen and (min-width: 1024px) {
  .fiftyfifty .contentBlock.left {
    padding-right: 13.5%;
    padding-left: 6%;
  }
}
.fiftyfifty .contentBlock ul {
  padding-left: 0;
  margin-left: 0.5em;
}
.fiftyfifty .contentBlock h2.fancy-heading {
  margin-bottom: 60px;
  background-color: transparent;
  text-align: left;
}
.fiftyfifty .contentBlock h2.fancy-heading .main-head {
  display: inline-block;
  margin-right: auto !important;
  margin-left: 0 !important;
  padding-top: 20px;
  padding-right: 1em;
  padding-bottom: 18px;
  padding-left: 1em;
  background-color: rgb(34, 34, 34);
  line-height: 1.1em;
}
@media screen and (min-width: 960px) {
  .fiftyfifty .contentBlock h2.fancy-heading {
    text-align: center;
  }
  .fiftyfifty .contentBlock h2.fancy-heading .main-head {
    margin-right: auto !important;
    margin-left: auto !important;
    line-height: 1.35em;
  }
}
@media screen and (min-width: 1024px) {
  .fiftyfifty .contentBlock h2.fancy-heading {
    text-align: left;
  }
  .fiftyfifty .contentBlock h2.fancy-heading .main-head {
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
.fiftyfifty .contentBlock h2.fancy-heading .sub-head {
  display: none;
}

.ctaUses .tb-column-inner {
  background-color: white;
  padding-bottom: 60px;
}
.ctaUses .tb-column-inner .tb_text_wrap,
.ctaUses .tb-column-inner .singleButton {
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
@media screen and (min-width: 480px) {
  .ctaUses .tb-column-inner .tb_text_wrap,
  .ctaUses .tb-column-inner .singleButton {
    max-width: 70%;
  }
}
.ctaUses h3.fancy-heading {
  margin-bottom: 30px;
}
.ctaUses h3.fancy-heading .main-head {
  display: block;
  padding-top: 10px;
  padding-right: 0;
  padding-bottom: 10px;
  padding-left: 0;
  text-align: center;
  background: linear-gradient(to right, rgb(29, 81, 129) 0%, rgb(30, 82, 129) 38%, rgb(29, 83, 129) 41%, rgb(26, 83, 128) 41%, rgb(28, 85, 128) 43%, rgb(27, 86, 128) 45%, rgb(24, 86, 127) 45%, rgb(24, 87, 128) 47%, rgb(24, 90, 125) 48%, rgb(22, 90, 125) 52%, rgb(22, 93, 125) 52%, rgb(19, 96, 124) 63%, rgb(17, 97, 122) 63%, rgb(16, 100, 124) 72%, rgb(15, 100, 121) 72%, rgb(15, 100, 121) 100%);
}
.ctaUses h3.fancy-heading .main-head a {
  color: white;
  font-size: 29px;
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 39px;
}
@media screen and (max-width: 1000px) {
  .ctaUses h3.fancy-heading .main-head a {
    max-width: 80%;
    margin-top: 0.3em;
    margin-right: auto;
    margin-left: auto;
  }
}

.usesSlider .themify_builder_slider {
  padding-top: 10px;
  padding-bottom: 30px;
}
.usesSlider .themify_builder_slider .slide-inner-wrap {
  background-color: white;
}
.usesSlider .themify_builder_slider .slide-inner-wrap .slide-content {
  padding-right: 0;
  padding-left: 0;
}
.usesSlider .themify_builder_slider .slide-inner-wrap .slide-content h3 {
  padding-top: 10px;
  padding-bottom: 10px;
  background: linear-gradient(to right, rgb(29, 81, 129) 0%, rgb(30, 82, 129) 38%, rgb(29, 83, 129) 41%, rgb(26, 83, 128) 41%, rgb(28, 85, 128) 43%, rgb(27, 86, 128) 45%, rgb(24, 86, 127) 45%, rgb(24, 87, 128) 47%, rgb(24, 90, 125) 48%, rgb(22, 90, 125) 52%, rgb(22, 93, 125) 52%, rgb(19, 96, 124) 63%, rgb(17, 97, 122) 63%, rgb(16, 100, 124) 72%, rgb(15, 100, 121) 72%, rgb(15, 100, 121) 100%);
  color: white;
  font-family: "Roboto", sans-serif;
  font-size: 29px;
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 39px;
  text-transform: uppercase;
}
.usesSlider .themify_builder_slider .slide-inner-wrap .slide-content p {
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}
.usesSlider .themify_builder_slider .slide-inner-wrap .slide-content p:first-of-type {
  width: 100%;
  margin-bottom: 0;
}
.usesSlider .themify_builder_slider .slide-inner-wrap .slide-content p:first-of-type img {
  margin-bottom: 0;
  width: 100%;
}
.usesSlider .themify_builder_slider .slide-inner-wrap .slide-content a.shortcode.button.singleButton {
  max-width: 90%;
  min-height: 1.25em;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  text-align: center;
  text-transform: uppercase;
  background: linear-gradient(to right, rgb(29, 81, 129) 0%, rgb(30, 82, 129) 38%, rgb(29, 83, 129) 41%, rgb(26, 83, 128) 41%, rgb(28, 85, 128) 43%, rgb(27, 86, 128) 45%, rgb(24, 86, 127) 45%, rgb(24, 87, 128) 47%, rgb(24, 90, 125) 48%, rgb(22, 90, 125) 52%, rgb(22, 93, 125) 52%, rgb(19, 96, 124) 63%, rgb(17, 97, 122) 63%, rgb(16, 100, 124) 72%, rgb(15, 100, 121) 72%, rgb(15, 100, 121) 100%);
  color: white !important;
  border: none;
  border-radius: 4px;
}
@media screen and (min-width: 480px) {
  .usesSlider .themify_builder_slider .slide-inner-wrap .slide-content a.shortcode.button.singleButton {
    max-width: 70%;
  }
}
.usesSlider .themify_builder_slider .slide-inner-wrap figure {
  margin-bottom: 0;
}
.usesSlider .themify_builder_slider .slide-inner-wrap .tb_text_wrap {
  margin-bottom: 1em;
}
.usesSlider .themify_builder_slider .slide-inner-wrap .tb_text_wrap p {
  margin-bottom: 1em;
  padding-right: 2%;
  padding-left: 2%;
  width: 96% !important;
}
.usesSlider .themify_builder_slider .tf_swiper-slide {
  display: flex;
  flex-direction: column;
}
.usesSlider .themify_builder_slider .tf_swiper-slide .slide-inner-wrap {
  box-sizing: border-box;
  flex-grow: 2;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.usesSlider .themify_builder_slider .tf_swiper-slide .slide-inner-wrap .tb_text_wrap {
  -moz-box-sizing: border-box;
  max-width: 100%;
  min-height: 225px;
}
.usesSlider.imageOnly .themify_builder_slider .slide-inner-wrap {
  padding-bottom: 0;
}
.usesSlider.imageOnly .themify_builder_slider .slide-inner-wrap .slide-content.tb_text_wrap {
  min-height: unset;
}
.usesSlider.imageOnly .themify_builder_slider .slide-inner-wrap .slide-content.tb_text_wrap p {
  margin-bottom: 0;
  padding-right: 0;
  padding-left: 0;
  width: 100% !important;
}

.vidBlock {
  padding-top: 47px;
  padding-bottom: 47px;
}
.vidBlock .tb_text_wrap {
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 960px) {
  .vidBlock .tb_text_wrap {
    max-width: 90%;
    margin-right: auto;
    margin-left: 0;
  }
}
.vidBlock .tb_text_wrap h2, .vidBlock .tb_text_wrap h3, .vidBlock .tb_text_wrap p {
  color: white;
}
.vidBlock .tb_text_wrap h2, .vidBlock .tb_text_wrap h3 {
  font-size: 45px;
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 61px;
}
@media screen and (max-width: 1025px) {
  .vidBlock .tb_text_wrap h2, .vidBlock .tb_text_wrap h3 {
    font-size: 40.5px;
    line-height: 54px;
  }
}
@media screen and (max-width: 480px) {
  .vidBlock .tb_text_wrap h2, .vidBlock .tb_text_wrap h3 {
    font-size: 33px;
    line-height: 45px;
  }
}
.vidBlock .tb_text_wrap p {
  font-size: 26px;
  font-weight: 300;
  line-height: 39px;
}
.vidBlock .module.module-buttons {
  width: 90%;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: 5%;
  text-align: left;
}
.vidBlock .module.module-buttons a {
  color: white;
}
.vidBlock .module.module-buttons a span {
  color: white;
}
@media screen and (min-width: 960px) {
  .vidBlock .module.module-buttons {
    width: 100%;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
  }
}
.vidBlock .module.module-video {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 960px) {
  .vidBlock .module.module-video {
    width: 100%;
    margin-top: 10px;
  }
}

.productRow h2, .productRow h3 {
  display: inline-block;
  padding: 0.5em 0.75em;
  margin-bottom: 46px;
}
@media screen and (max-width: 540px) {
  .productRow h2, .productRow h3 {
    font-size: 31px;
    text-align: center;
  }
}
.productRow p {
  max-width: 96%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 440px) {
  .productRow p {
    max-width: 90%;
    margin-right: auto;
    margin-left: 0;
  }
}

#footerwrap {
  background-color: rgb(34, 34, 34) !important;
}
#footerwrap .section-col {
  max-width: 100%;
  width: 93%;
}
#footerwrap h4, #footerwrap em, #footerwrap a, #footerwrap label {
  color: rgb(135, 135, 135);
}
#footerwrap ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#footerwrap ul li {
  color: white;
  font-size: 16px;
  font-weight: 300;
  line-height: 42px;
  list-style: none;
}
#footerwrap ul li em {
  font-style: normal;
}
#footerwrap ul li em svg {
  color: white !important;
}
#footerwrap h4 {
  text-transform: uppercase;
  color: rgb(135, 135, 135);
  font-family: Roboto;
  font-size: 31px;
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 40px;
}
#footerwrap .footer-widgets .col3-1:last-of-type .widget_media_image {
  display: inline-block;
  vertical-align: middle;
  padding-right: 20px;
}

.subfoot {
  padding: 30px 0;
  text-align: center;
  background: linear-gradient(135deg, rgb(15, 100, 121) 0%, rgb(15, 100, 121) 28%, rgb(16, 100, 124) 28%, rgb(17, 97, 122) 37%, rgb(19, 96, 124) 37%, rgb(22, 93, 125) 48%, rgb(22, 90, 125) 48%, rgb(24, 90, 125) 52%, rgb(24, 87, 128) 53%, rgb(24, 86, 127) 55%, rgb(27, 86, 128) 55%, rgb(28, 85, 128) 57%, rgb(26, 83, 128) 59%, rgb(29, 83, 129) 59%, rgb(30, 82, 129) 62%, rgb(29, 81, 129) 100%);
}
@media screen and (max-width: 540px) {
  .subfoot {
    padding-right: 4%;
    padding-left: 4%;
  }
}
.subfoot p, .subfoot a {
  color: white;
}
.subfoot p {
  margin-bottom: 0.5em;
  line-height: 1.5em;
}
.subfoot p a {
  color: white !important;
}
@media screen and (max-width: 540px) {
  .subfoot p {
    margin-bottom: 1.5em;
    text-align: left;
  }
}

.page .su-tooltip {
  display: block;
  width: 1em;
  background: linear-gradient(135deg, rgb(15, 100, 121) 0%, rgb(15, 100, 121) 28%, rgb(16, 100, 124) 28%, rgb(17, 97, 122) 37%, rgb(19, 96, 124) 37%, rgb(22, 93, 125) 48%, rgb(22, 90, 125) 48%, rgb(24, 90, 125) 52%, rgb(24, 87, 128) 53%, rgb(24, 86, 127) 55%, rgb(27, 86, 128) 55%, rgb(28, 85, 128) 57%, rgb(26, 83, 128) 59%, rgb(29, 83, 129) 59%, rgb(30, 82, 129) 62%, rgb(29, 81, 129) 100%);
  color: white;
  text-align: center;
  margin-left: 1em;
  padding: 2px 7px;
  margin-right: 10%;
  margin-left: auto;
  border-radius: 100%;
  cursor: pointer;
}
.page .qtip-default {
  background-color: rgba(255, 255, 255, 0.95) !important;
  scroll-padding-top: 1%;
  padding-left: 1%;
  padding-right: 1%;
  padding-bottom: 1%;
  border-color: rgb(29, 81, 129) !important;
  border-style: solid !important;
  border-top: 2px;
  border-right: 2px;
  border-bottom: 2px;
  border-left: 2px;
}
.page .qtip-default .qtip-titlebar {
  background-color: rgba(255, 255, 255, 0);
}
.page .qtip-default .qtip-titlebar .qtip-close {
  background-color: rgba(255, 255, 255, 0);
  border: none;
}
.page .qtip-default .qtip-titlebar .qtip-close .ui-icon {
  color: rgb(29, 81, 129);
  font-size: 24px;
}
.page .qtip-default .qtip-titlebar .qtip-title {
  padding: 1em 0;
  color: rgb(29, 81, 129);
  font-family: "Roboto", sans-serif !important;
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: -0.04em;
}
.page .qtip-default .qtip-content {
  font-size: 17px;
  font-family: "Roboto", sans-serif !important;
  font-weight: 300;
  line-height: 29px;
  color: rgb(34, 34, 34);
}
.page .qtip-default .qtip-content a {
  display: block;
  max-width: 90%;
  margin-top: 30px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-right: 0;
  padding: 0.5em 0.75em;
  background: linear-gradient(135deg, rgb(15, 100, 121) 0%, rgb(15, 100, 121) 28%, rgb(16, 100, 124) 28%, rgb(17, 97, 122) 37%, rgb(19, 96, 124) 37%, rgb(22, 93, 125) 48%, rgb(22, 90, 125) 48%, rgb(24, 90, 125) 52%, rgb(24, 87, 128) 53%, rgb(24, 86, 127) 55%, rgb(27, 86, 128) 55%, rgb(28, 85, 128) 57%, rgb(26, 83, 128) 59%, rgb(29, 83, 129) 59%, rgb(30, 82, 129) 62%, rgb(29, 81, 129) 100%);
  color: white;
  text-align: center;
  text-transform: uppercase;
  transition: all 1s ease;
}
.page .qtip-default .qtip-content a:focus, .page .qtip-default .qtip-content a:hover {
  background: linear-gradient(315deg, rgb(15, 100, 121) 0%, rgb(15, 100, 121) 28%, rgb(16, 100, 124) 28%, rgb(17, 97, 122) 37%, rgb(19, 96, 124) 37%, rgb(22, 93, 125) 48%, rgb(22, 90, 125) 48%, rgb(24, 90, 125) 52%, rgb(24, 87, 128) 53%, rgb(24, 86, 127) 55%, rgb(27, 86, 128) 55%, rgb(28, 85, 128) 57%, rgb(26, 83, 128) 59%, rgb(29, 83, 129) 59%, rgb(30, 82, 129) 62%, rgb(29, 81, 129) 100%);
  text-decoration: none;
}
@media screen and (min-width: 440px) {
  .page .qtip-default .qtip-content a {
    max-width: 45%;
  }
}

.mfp-wrap .mfp-inline-holder .mfp-content {
  background-color: transparent !important;
}

.fakeTip {
  background-color: rgba(255, 255, 255, 0.95);
  border: solid 4px rgb(29, 81, 129);
  margin: 5%;
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3);
}
.fakeTip .tb_text_wrap {
  margin: 4%;
}
.fakeTip .tb_text_wrap h3 {
  color: rgb(29, 81, 129);
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: -0.04em;
}
.fakeTip .tb_text_wrap p {
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  color: rgb(34, 34, 34);
}
.fakeTip .tb_text_wrap .shortcode.button.singleButton {
  display: block;
  max-width: 90%;
  margin-top: 30px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-right: 0;
  padding: 0.5em 0.75em;
  background: linear-gradient(135deg, rgb(15, 100, 121) 0%, rgb(15, 100, 121) 28%, rgb(16, 100, 124) 28%, rgb(17, 97, 122) 37%, rgb(19, 96, 124) 37%, rgb(22, 93, 125) 48%, rgb(22, 90, 125) 48%, rgb(24, 90, 125) 52%, rgb(24, 87, 128) 53%, rgb(24, 86, 127) 55%, rgb(27, 86, 128) 55%, rgb(28, 85, 128) 57%, rgb(26, 83, 128) 59%, rgb(29, 83, 129) 59%, rgb(30, 82, 129) 62%, rgb(29, 81, 129) 100%);
  color: white;
  text-align: center;
  text-transform: uppercase;
  border: none;
  border-radius: 4px;
  transition: all 1s ease;
}
.fakeTip .tb_text_wrap .shortcode.button.singleButton:focus, .fakeTip .tb_text_wrap .shortcode.button.singleButton:hover {
  background: linear-gradient(315deg, rgb(15, 100, 121) 0%, rgb(15, 100, 121) 28%, rgb(16, 100, 124) 28%, rgb(17, 97, 122) 37%, rgb(19, 96, 124) 37%, rgb(22, 93, 125) 48%, rgb(22, 90, 125) 48%, rgb(24, 90, 125) 52%, rgb(24, 87, 128) 53%, rgb(24, 86, 127) 55%, rgb(27, 86, 128) 55%, rgb(28, 85, 128) 57%, rgb(26, 83, 128) 59%, rgb(29, 83, 129) 59%, rgb(30, 82, 129) 62%, rgb(29, 81, 129) 100%);
  text-decoration: none;
}
@media screen and (min-width: 440px) {
  .fakeTip .tb_text_wrap .shortcode.button.singleButton {
    max-width: 45%;
  }
}
.fakeTip::after {
  position: absolute;
  left: 75%;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid rgba(255, 255, 255, 0.95);
}

.tb_text_wrap a.tooltipLaunch {
  display: block;
  width: 1em;
  background: linear-gradient(135deg, rgb(15, 100, 121) 0%, rgb(15, 100, 121) 28%, rgb(16, 100, 124) 28%, rgb(17, 97, 122) 37%, rgb(19, 96, 124) 37%, rgb(22, 93, 125) 48%, rgb(22, 90, 125) 48%, rgb(24, 90, 125) 52%, rgb(24, 87, 128) 53%, rgb(24, 86, 127) 55%, rgb(27, 86, 128) 55%, rgb(28, 85, 128) 57%, rgb(26, 83, 128) 59%, rgb(29, 83, 129) 59%, rgb(30, 82, 129) 62%, rgb(29, 81, 129) 100%);
  color: white;
  text-align: center;
  margin-left: 1em;
  padding: 6px 7px;
  margin-right: 10%;
  margin-left: auto;
  border-radius: 100%;
  cursor: pointer;
  border: none;
  line-height: 1em;
  box-shadow: none;
}

.themify-popup.style-slide-out,
.popFrame {
  height: 100vh !important;
}

.singleButton a {
  border-radius: 4px !important;
}

.widget_nav_menu.widget-shortcode .menu li a {
  color: rgb(29, 81, 129);
}

.single.single-post article {
  padding-left: 2%;
}

.footer-left-col .section-col {
  margin-left: 0;
  width: 100%;
  margin: 0 auto;
}
.footer-left-col .section-col .col3-1 {
  width: 100%;
  padding-top: 30px;
  margin-top: 30px;
  margin-right: 0;
  margin-left: 0;
  border-top: solid 1px rgb(135, 135, 135);
}
.footer-left-col .section-col .col3-1.first {
  border-top: 0;
  margin-top: 0;
}
.footer-left-col .section-col .footer-widgets {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media screen and (max-width: 1280px) {
  .footer-left-col .section-col {
    padding-left: 3%;
  }
}
@media screen and (min-width: 940px) {
  .footer-left-col .section-col {
    margin-left: 0;
    width: 100%;
  }
  .footer-left-col .section-col .col3-1 {
    width: 33%;
    padding-top: 0;
    padding-left: 3%;
    margin-top: 0;
    margin-left: 3%;
    border-left: solid 1px rgb(135, 135, 135);
    border-top: none;
  }
  .footer-left-col .section-col .col3-1.first {
    padding-left: 0;
    margin-left: 0;
    border-left: none;
  }
  .footer-left-col .section-col .footer-widgets {
    display: flex;
    flex-direction: row;
    align-content: stretch;
  }
}
.plainProductRow .module.module-fancy-heading {
  text-align: left;
}
.plainProductRow .module.module-fancy-heading h2.fancy-heading, .plainProductRow .module.module-fancy-heading h3.fancy-heading {
  text-align: left;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: 0;
}
.plainProductRow .module.module-fancy-heading h2.fancy-heading .main-head, .plainProductRow .module.module-fancy-heading h3.fancy-heading .main-head {
  font-size: 40.5px;
}
.plainProductRow .tb_text_wrap p {
  padding: 0 2em;
}

.home.fixed-header-on .transparent-header #headerwrap.fixed-header {
  background-color: rgba(0, 0, 0, 0) !important;
}

@media screen and (max-width: 1280px) {
  .prodIlliustration {
    display: none;
  }
}
#footerwrap #footer,
.bigGraphicBGBox .cta,
.post-nav,
.related-posts,
.productRow,
.contactRow .module_subrow,
.bigGradientBGBox .module_subrow,
.newsRow,
.ctaUSP_container {
  padding-right: 2%;
  padding-left: 2%;
  margin-bottom: 60px;
  max-width: 100%;
}

#glossary_accordion .module-menu-container {
  padding-right: 2%;
  padding-left: 2%;
  margin-bottom: 60px;
  max-width: 100%;
}
#glossary_accordion .ui.nav {
  border-radius: 0;
}
#glossary_accordion .ui.nav li a {
  color: white !important;
}
#glossary_accordion .ui.nav li a:hover {
  color: rgb(29, 81, 129) !important;
}

@media screen and (max-width: 480px) {
  .ctaUSP_container {
    margin-bottom: 0;
  }
  .bigGraphicBGBox.dark.slider .carousel-nav-wrap {
    height: 0;
    padding: 0;
  }
}
@media screen and (max-width: 480px) {
  .contactRow,
  .bigGradientBGBox {
    padding-bottom: 60px;
  }
  .contactRow .module_subrow,
  .bigGradientBGBox .module_subrow {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .newsRow {
    max-width: 80%;
  }
  .newsRow article {
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .newsRow {
    max-width: 96%;
  }
  .newsRow article {
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) {
  #landingHero * {
    padding-right: 0;
    padding-left: 0;
  }
}
.cta .module-text {
  box-sizing: border-box;
}
.cta .module-text.multiButton .tb_text_wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cta .module-text.multiButton .tb_text_wrap a.tf_popup.multiPop {
  flex: 0 0 85%;
  background: none !important;
  background-color: rgb(233, 233, 233) !important;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  margin-top: 0;
  margin-right: 2%;
  margin-bottom: 2%;
  border: none;
  text-align: left;
  line-height: 28px;
  position: relative;
  font-size: 22px;
  font-weight: 300;
  line-height: 47px;
  letter-spacing: -0.04em;
  border-radius: 0;
  color: rgb(29, 81, 129);
  text-transform: none;
}
.cta .module-text.multiButton .tb_text_wrap a.tf_popup.multiPop::after {
  position: absolute;
  top: 3px;
  right: 5%;
  transform: translateX(0);
  transition: all 0.3s ease-in-out;
  content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAOCAYAAAASVl2WAAAAY0lEQVQYlWOQlZW9Ki8v78iAC8jIyPyXlZX9ISsrG45TART/k5OTK8Cn4D/UtN7///8z4lQAVbRMW1ubDacCKN6roqLCh0/BfxkZmWMUKcBtBV5H4vMm7oDCG9SysrKX8EUWAOo5XhD7gFOVAAAAAElFTkSuQmCC");
}
.cta .module-text.multiButton .tb_text_wrap a.tf_popup.multiPop:focus::after, .cta .module-text.multiButton .tb_text_wrap a.tf_popup.multiPop:hover::after {
  transform: translateX(6px);
}

.themify-popup button.themify-popup-close {
  left: 10%;
  right: unset;
}
.themify-popup .tb_text_wrap h2, .themify-popup .tb_text_wrap h3 {
  background-color: transparent;
  color: rgb(29, 81, 129);
}
.themify-popup .tb_text_wrap button.themify-popup-close {
  width: auto;
  left: 0;
  padding: 0.25em 0.5em;
  margin-top: 30px;
  text-indent: 0;
  text-transform: none;
  letter-spacing: unset;
  outline: solid 1px rgb(51, 120, 183);
}
.themify-popup .tb_text_wrap button.themify-popup-close:focus, .themify-popup .tb_text_wrap button.themify-popup-close:hover {
  transform: none;
}
.themify-popup .tb_text_wrap button.themify-popup-close::after, .themify-popup .tb_text_wrap button.themify-popup-close::before {
  display: none;
}

.fandbCol {
  border-right: solid 6px rgb(219, 219, 219);
  border-left: solid 6px rgb(219, 219, 219);
  background-color: rgb(238, 238, 238);
}
.fandbCol .module-fancy-heading {
  background-color: rgb(34, 34, 34);
}
.fandbCol .module-image {
  background-color: rgb(238, 238, 238);
}
.fandbCol .module-text dl {
  border-right: none;
  border-left: none;
}
.fandbCol .module-buttons {
  margin-top: auto;
  margin-bottom: 0;
}

.themify_builder_row.module_row:last-of-type {
  margin-bottom: 50px;
}

.tableSlide .tb_text_wrap {
  max-width: 100%;
  overflow-x: scroll;
}
.tableSlide .tb_text_wrap table {
  cursor: pointer;
}

.fixed-header #headerwrap {
  box-shadow: 0 0 0 white;
}

body.themify-popup-style-classic .mfp-wrap .mfp-inline-holder .mfp-content {
  max-width: 710px !important;
  width: 90% !important;
  background-color: transparent !important;
  padding-top: 3%;
}
body.themify-popup-style-classic .mfp-wrap .mfp-inline-holder .mfp-content .shpringForm {
  background-color: white;
}
body.themify-popup-style-classic .mfp-wrap .mfp-inline-holder .mfp-content .shpringForm h2.fancy-heading, body.themify-popup-style-classic .mfp-wrap .mfp-inline-holder .mfp-content .shpringForm h3.fancy-heading {
  background: linear-gradient(135deg, rgb(15, 100, 121) 0%, rgb(15, 100, 121) 28%, rgb(16, 100, 124) 28%, rgb(17, 97, 122) 37%, rgb(19, 96, 124) 37%, rgb(22, 93, 125) 48%, rgb(22, 90, 125) 48%, rgb(24, 90, 125) 52%, rgb(24, 87, 128) 53%, rgb(24, 86, 127) 55%, rgb(27, 86, 128) 55%, rgb(28, 85, 128) 57%, rgb(26, 83, 128) 59%, rgb(29, 83, 129) 59%, rgb(30, 82, 129) 62%, rgb(29, 81, 129) 100%);
}
body.themify-popup-style-classic .mfp-wrap .mfp-inline-holder .mfp-content .shpringForm h2.fancy-heading .main-head, body.themify-popup-style-classic .mfp-wrap .mfp-inline-holder .mfp-content .shpringForm h3.fancy-heading .main-head {
  background-color: transparent;
  color: white;
}
body.themify-popup-style-classic .mfp-wrap .mfp-inline-holder .mfp-content .shpringForm .module-text,
body.themify-popup-style-classic .mfp-wrap .mfp-inline-holder .mfp-content .shpringForm .module-plain-text {
  padding: 4%;
}
body.themify-popup-style-classic .mfp-wrap .mfp-inline-holder .mfp-content .shpringForm .module-text {
  padding-bottom: 2%;
}
body.themify-popup-style-classic .mfp-wrap .mfp-inline-holder .mfp-content .shpringForm .module-plain-text {
  padding-top: 2%;
}
body.themify-popup-style-classic .themify_builder_content {
  background-color: white;
}

iframe.popFrame {
  background-color: white;
}

.page .post-content h2.post-title.entry-title {
  background-color: transparent;
}
.page .post-content h2.post-title.entry-title a {
  color: rgb(34, 34, 34) !important;
}

div[id^=themify-popup].style-slide-out {
  overflow-y: scroll;
  width: 600px;
  max-width: 90%;
  padding-right: 6%;
  padding-left: 6%;
}
div[id^=themify-popup].style-slide-out h3 {
  color: rgb(29, 81, 129);
  font-size: 26px;
  line-height: 40px;
  letter-spacing: -0.04em;
}
div[id^=themify-popup].style-slide-out p {
  margin-bottom: 2em;
}
div[id^=themify-popup].style-slide-out button.themify-popup-close {
  position: absolute;
  top: 2.5% !important;
  left: 5% !important;
}
div[id^=themify-popup].style-slide-out .tb_text_wrap button.themify-popup-close {
  display: none;
}

.tb_text_wrap a.tf_popup.inlineButton {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  display: inline;
  background-color: transparent;
  background: none;
  box-shadow: none;
  border: none;
  line-height: inherit;
  color: inherit !important;
  text-decoration: underline !important;
}
.tb_text_wrap a.tf_popup.inlineButton:focus, .tb_text_wrap a.tf_popup.inlineButton:hover {
  background: none;
  background-color: transparent;
}

.themify-popup.style-classic .themify_builder_content {
  padding: 6%;
}

div[id^=themify-popup].themify-popup.style-slide-out.center-right {
  min-width: 90% !important;
  overflow-y: scroll;
}
div[id^=themify-popup].themify-popup.style-slide-out.center-right article.portfolio-post {
  margin-bottom: 0;
}
div[id^=themify-popup].themify-popup.style-slide-out.center-right article.portfolio-post p {
  margin-bottom: 0.5;
}
div[id^=themify-popup] .post-filter {
  margin-top: 5%;
}

@media screen and (min-width: 960px) {
  div[id^=themify-popup].themify-popup.style-slide-out.center-right {
    min-width: 50% !important;
  }
}
div[id^=news] h3 a {
  color: rgb(29, 81, 129) !important;
}

.home .ubermenu.ubermenu-main {
  text-align: center;
}
.home .ubermenu.ubermenu-main .ubermenu-nav {
  margin-right: auto;
  margin-left: auto;
}
.home .ubermenu.ubermenu-main .ubermenu-nav .ubermenu-submenu .ubermenu-target-title {
  color: rgb(29, 81, 129);
}
.home .ubermenu.ubermenu-main .ubermenu-nav .ubermenu-submenu .ubermenu-submenu .ubermenu-target-title {
  font-size: 0.875em;
}

body:not(.home) #main-nav-wrap {
  width: 100%;
}
body:not(.home) #main-nav-wrap .ubermenu-main {
  width: 100%;
  text-align: right;
}
body:not(.home) #main-nav-wrap .ubermenu-main .ubermenu-nav {
  width: auto;
  display: inline-block;
  margin-right: 0;
  margin-left: auto;
}
body:not(.home) #main-nav-wrap .ubermenu-main .ubermenu-nav .ubermenu-submenu .ubermenu-submenu .ubermenu-item span {
  font-size: 0.875em;
}
body:not(.home) #main-nav-wrap .ubermenu-main .ubermenu-nav .ubermenu-submenu .ubermenu-submenu .ubermenu-item:focus span, body:not(.home) #main-nav-wrap .ubermenu-main .ubermenu-nav .ubermenu-submenu .ubermenu-submenu .ubermenu-item:hover span {
  color: rgb(135, 135, 135);
}

.usesSlider .slide-inner-wrap .slide-content.tb_text_wrap p:first-of-type {
  padding-right: 0;
  padding-left: 0;
  width: 100% !important;
}

.social-link-item a svg {
  color: rgb(29, 81, 129);
}

article {
  width: 80%;
  margin-bottom: 2em;
}
article.portfolio-post h2 {
  color: rgb(29, 81, 129);
}
article.portfolio-post .module.module-text[id] {
  scroll-snap-margin-top: 150px;
  scroll-margin-top: 150px;
}

[id^=news-posts] article {
  border-bottom: solid 0 rgba(255, 255, 255, 0);
}

div[id^=glossary] .module.module-box[id] {
  scroll-snap-margin-top: 250px;
  scroll-margin-top: 250px;
}

.post-filter .cat-item.active a {
  background-color: white;
  border: solid 2px rgb(29, 81, 129);
}

.fixwidthImage {
  max-width: 109px;
}

.archive.category article {
  text-align: left;
}
.archive.category article .post-date-wrap.post-date-inline .post-date {
  text-align: left;
}
.archive.category article h2 {
  background-color: transparent;
}
.archive.category article h2 a {
  color: rgb(29, 81, 129);
}

input[type=checkbox] {
  border-radius: 0 !important;
  padding: 0 !important;
}

a.tf_popup.inline-glossary {
  display: inline !important;
  padding: 0;
  border: none;
  box-shadow: none;
  background-color: transparent;
  font-size: inherit;
  line-height: inherit;
  text-shadow: none;
  margin: 0;
  vertical-align: baseline;
}
a.tf_popup.inline-glossary::after {
  display: inline-block;
  content: "DEF";
  font-size: 0.5em;
  transform: translateY(-1.25em);
}

.themify-popup article[id^=portfolio] {
  padding-top: 30px;
  width: 100% !important;
}
.themify-popup article[id^=portfolio] .post-date-wrap,
.themify-popup article[id^=portfolio] .post-meta {
  display: none;
}

.search.search-results h2.post-title.entry-title {
  background-color: rgba(255, 255, 255, 0) !important;
  font-size: 24px !important;
}
.search.search-results h2.post-title.entry-title a {
  color: rgb(34, 34, 34);
  font-size: 1em !important;
}
.search.search-results h2.post-title.entry-title a:hover {
  color: rgb(238, 238, 238) !important;
}

#footer #searchform input {
  color: white;
}
#footer #searchform input::placeholder {
  color: white;
}
#footer #searchform .icon-search svg {
  color: white;
}

div[data-anchor=search] .widget.widget_search #s {
  color: white;
  font-size: 28px;
}
div[data-anchor=search] .widget.widget_search #s::placeholder {
  color: white;
}

.module-box .module-box-content .tb_text_wrap h2 {
  background-color: rgba(255, 255, 255, 0);
}

.singleButton a.builder_button,
.doubleButton a.builder_button,
.multiButton a.builder_button {
  display: inline-block;
  background: linear-gradient(to right, rgb(29, 81, 129) 0%, rgb(30, 82, 129) 38%, rgb(29, 83, 129) 41%, rgb(26, 83, 128) 41%, rgb(28, 85, 128) 43%, rgb(27, 86, 128) 45%, rgb(24, 86, 127) 45%, rgb(24, 87, 128) 47%, rgb(24, 90, 125) 48%, rgb(22, 90, 125) 52%, rgb(22, 93, 125) 52%, rgb(19, 96, 124) 63%, rgb(17, 97, 122) 63%, rgb(16, 100, 124) 72%, rgb(15, 100, 121) 72%, rgb(15, 100, 121) 100%) !important;
  color: white !important;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.3em;
  border-radius: 6px;
  outline: solid 1px white;
  transition: all 0.5s;
}
.singleButton a.builder_button:focus, .singleButton a.builder_button:hover,
.doubleButton a.builder_button:focus,
.doubleButton a.builder_button:hover,
.multiButton a.builder_button:focus,
.multiButton a.builder_button:hover {
  background: none;
  outline: solid 1px rgb(29, 81, 129);
  outline-offset: 4px;
  background-color: white;
  color: rgb(29, 81, 129);
  border-radius: 8px;
}

a.mec-booking-button, a.shortcode.singleButton, a.tf_popup.singleButton {
  display: inline-block;
  background: linear-gradient(to right, rgb(29, 81, 129) 0%, rgb(30, 82, 129) 38%, rgb(29, 83, 129) 41%, rgb(26, 83, 128) 41%, rgb(28, 85, 128) 43%, rgb(27, 86, 128) 45%, rgb(24, 86, 127) 45%, rgb(24, 87, 128) 47%, rgb(24, 90, 125) 48%, rgb(22, 90, 125) 52%, rgb(22, 93, 125) 52%, rgb(19, 96, 124) 63%, rgb(17, 97, 122) 63%, rgb(16, 100, 124) 72%, rgb(15, 100, 121) 72%, rgb(15, 100, 121) 100%) !important;
  color: white !important;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.3em;
  border-radius: 8px !important;
  outline: solid 1px white;
  transition: all 0.5s !important;
}
a.mec-booking-button:focus, a.mec-booking-button:hover, a.shortcode.singleButton:focus, a.shortcode.singleButton:hover, a.tf_popup.singleButton:focus, a.tf_popup.singleButton:hover {
  background: none;
  outline: solid 1px rgb(29, 81, 129);
  outline-offset: 4px;
  background-color: white;
  color: rgb(29, 81, 129);
  border-radius: 8px;
}
a.tf_popup.singleButton {
  max-width: 60%;
}

button.wpforms-submit {
  display: inline-block;
  background: linear-gradient(to right, rgb(29, 81, 129) 0%, rgb(30, 82, 129) 38%, rgb(29, 83, 129) 41%, rgb(26, 83, 128) 41%, rgb(28, 85, 128) 43%, rgb(27, 86, 128) 45%, rgb(24, 86, 127) 45%, rgb(24, 87, 128) 47%, rgb(24, 90, 125) 48%, rgb(22, 90, 125) 52%, rgb(22, 93, 125) 52%, rgb(19, 96, 124) 63%, rgb(17, 97, 122) 63%, rgb(16, 100, 124) 72%, rgb(15, 100, 121) 72%, rgb(15, 100, 121) 100%) !important;
  color: white !important;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.3em;
  border-radius: 8px;
  outline: solid 1px white;
  transition: all 0.5s !important;
}
button.wpforms-submit:focus, button.wpforms-submit:hover {
  background: none;
  outline: solid 1px rgb(29, 81, 129);
  outline-offset: 4px;
  background-color: white;
  color: rgb(29, 81, 129);
  border-radius: 8px;
}

.singleButton {
  margin-bottom: 1em;
}

.doubleButton * {
  box-sizing: border-box;
}
.doubleButton .module-buttons-item {
  margin-bottom: 1em;
}

.pum-container button.pum-close {
  background-color: rgb(0, 123, 114) !important;
}
.pum-container .pum-content h2 {
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  color: white;
}
.pum-container .pum-content h2,
.pum-container .pum-content p {
  padding-right: 2%;
  padding-left: 2%;
}

.module-fancy-heading h1.fancy-heading .main-head {
  color: white;
}

.home .mec-skin-list-events-container {
  padding-top: 0;
  padding-bottom: 8px;
}
.home .mec-wrap article.mec-event-article {
  padding: 14px 16px 14px 16px;
  margin-bottom: 14px;
  width: 100%;
}
.home .mec-wrap article.mec-event-article .mec-event-footer,
.home .mec-wrap article.mec-event-article .mec-topsec {
  padding: 0;
  margin: 0;
}
.home .mec-wrap article.mec-event-article .mec-topsec {
  display: grid;
  grid-template-rows: auto auto auto;
  grid-template-areas: "picture" "dateplace" "eventname";
}
@media screen and (min-width: 540px) {
  .home .mec-wrap article.mec-event-article .mec-topsec {
    grid-template-columns: 130px auto;
    grid-template-rows: 1fr 3fr;
    grid-template-areas: "picture dateplace" "picture eventname";
  }
}
.home .mec-wrap article.mec-event-article .mec-topsec .mec-event-image-wrap {
  grid-area: picture;
  width: 100%;
  padding-right: 0;
}
.home .mec-wrap article.mec-event-article .mec-topsec .mec-event-image-wrap .mec-event-image a img {
  object-fit: cover;
  width: 130px !important;
  height: 130px !important;
  border-radius: 8px;
}
@media screen and (max-width: 539px) {
  .home .mec-wrap article.mec-event-article .mec-topsec .mec-event-image-wrap .mec-event-image a img {
    width: 100%;
    height: auto;
    border-radius: 20px;
  }
}
.home .mec-wrap article.mec-event-article .mec-topsec .mec-event-content-wrap {
  grid-area: eventname;
  align-self: start;
  width: 100%;
}
@media screen and (max-width: 539px) {
  .home .mec-wrap article.mec-event-article .mec-topsec .mec-event-content-wrap {
    padding-left: 15px;
  }
}
.home .mec-wrap article.mec-event-article .mec-topsec .mec-event-content-wrap .mec-event-content {
  margin: 0;
  padding: 0;
}
.home .mec-wrap article.mec-event-article .mec-topsec .mec-event-content-wrap .mec-event-content h3.mec-event-title {
  font-size: 20px;
  font-weight: 300;
  letter-spacing: -0.04em;
  line-height: 27px;
  color: rgb(34, 34, 34);
  text-transform: capitalize;
}
.home .mec-wrap article.mec-event-article .mec-topsec .mec-event-content-wrap .mec-event-description {
  display: none;
  font-size: 12px;
  margin-bottom: 10px;
}
.home .mec-wrap article.mec-event-article .mec-topsec .mec-event-meta-wrap {
  grid-area: dateplace;
  align-self: center;
  width: 100%;
  padding: 0 15px 0 15px;
}
.home .mec-wrap article.mec-event-article .mec-topsec .mec-event-meta-wrap .mec-date-details .mec-start-date-label,
.home .mec-wrap article.mec-event-article .mec-topsec .mec-event-meta-wrap .mec-venue-details span {
  font-size: 17px !important;
  font-weight: 300 !important;
  line-height: 1em;
  letter-spacing: -0.04em !important;
  color: rgb(51, 120, 183) !important;
}
.home .mec-wrap article.mec-event-article .mec-topsec .mec-event-meta-wrap .mec-date-details {
  display: inline-block;
  margin-bottom: 0;
}
.home .mec-wrap article.mec-event-article .mec-topsec .mec-event-meta-wrap .mec-date-details .mec-event-d svg {
  display: none;
}
.home .mec-wrap article.mec-event-article .mec-topsec .mec-event-meta-wrap .mec-venue-details {
  display: inline-block;
  margin-bottom: 0;
}
.home .mec-wrap article.mec-event-article .mec-topsec .mec-event-meta-wrap .mec-venue-details svg {
  display: none;
}
.home .mec-wrap article.mec-event-article .mec-topsec .mec-event-meta-wrap .mec-time-details {
  display: none;
}
.home .mec-wrap article.mec-event-article .mec-topsec .mec-event-meta-wrap .mec-event-address {
  display: none;
}
.home .mec-wrap article.mec-event-article .mec-event-footer {
  display: none;
  min-height: unset;
  text-align: right;
}
.home .mec-wrap article.mec-event-article .mec-event-footer .mec-booking-button {
  position: static;
  margin-right: 0;
  margin-left: auto;
}

/*# sourceMappingURL=spectra-style.css.map */
