@import url('https://fonts.googleapis.com/css?family=Raleway');
/* Purplex SCSS */
body {
  -webkit-font-smoothing: antialiased;
  font: 15px 'Raleway', sans-serif !important;
  margin: 0;
  padding: 0;
  overflow-x: hidden !important;
  position: relative;
  background: #111;
  text-rendering: optimizeSpeed;
}
p, ol, ul, li, a {
  text-transform: none;
  margin: 0;
  line-height: 1.5;
}
a, a:hover, a:active {
  text-decoration: none;
}
img {
  border: none !important;
}
.clear {
  clear: both;
}
.clear-inner:after {
  display: block;
  content: ' ';
  clear: both;
}
div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.widthCon {
  padding: 1em 2em;
}
@media (max-width: 1424px) {
  .widthCon {
    padding-top: 3.4em;
  }
}
@media (max-width: 980px) {
  .widthCon {
    padding-top: 1em;
  }
}
#pageCon, #siteCon {
  display: block;
  width: 100%;
  overflow: hidden;
}
#pageCon {
  min-height: 500px;
  background: #fff;
  -webkit-transition: margin 120ms ease-out;
  -moz-transition: margin 120ms ease-out;
  -ms-transition: margin 120ms ease-out;
  transition: margin 120ms ease-out;
}
#pageCon.btnAct {
  margin-left: -240px;
  opacity: 0.35;
}
.page-id-18 #pageCon {
  display: none;
}
.left {
  float: left;
}
.right {
  float: right;
}
header.data-direct .TopBar {
  background: #2a3136;
  color: #fff;
}
header.data-direct .TopBar p {
  width: 40%;
  display: inline-block;
  padding: 0.5em 2em;
  display: none;
  box-sizing: border-box;
}
@media (min-width: 1425px) {
  header.data-direct .TopBar p {
    display: inline-block;
  }
}
header.data-direct .TopBar .top-bar-menu {
  display: none;
  float: right;
  width: 100%;
}
@media (min-width: 980px) {
  header.data-direct .TopBar .top-bar-menu {
    display: block;
  }
}
@media (min-width: 1425px) {
  header.data-direct .TopBar .top-bar-menu {
    width: auto;
  }
}
header.data-direct .TopBar .top-bar-menu ul {
  list-style: none;
  width: 100%;
  margin-bottom: 3em;
}
header.data-direct .TopBar .top-bar-menu ul li {
  float: right;
  padding: 0.5em 2em;
  background-color: #666;
  border-right: #242b31 solid 1px;
  box-sizing: border-box;
  width: 50%;
  transition: background-color 0.5s ease;
  display: none;
}
@media (min-width: 689px) {
  header.data-direct .TopBar .top-bar-menu ul li {
    width: 33.33%;
    display: block;
    text-align: center;
  }
}
@media (min-width: 1142px) {
  header.data-direct .TopBar .top-bar-menu ul li {
    width: 33.33%;
    display: block;
    text-align: center;
  }
}
@media (min-width: 1425px) {
  header.data-direct .TopBar .top-bar-menu ul li {
    width: auto;
    display: block;
  }
}
header.data-direct .TopBar .top-bar-menu ul li:hover {
  background-color: #0f3e58;
}
header.data-direct .TopBar .top-bar-menu ul li a {
  color: #fff;
}
header.data-direct .TopBar .top-bar-menu ul .menu-item-3912 {
  background-color: #242b31;
  display: block;
}
header.data-direct .menuMobile {
  width: 0px;
  overflow: hidden;
  display: block;
  position: absolute;
  background: #fff;
  right: 0;
  padding: 1em 0 0;
  top: 100%;
  -webkit-transition: 180ms ease-out;
  -moz-transition: 180ms ease-out;
  -ms-transition: 180ms ease-out;
  transition: 180ms ease-out;
  overflow: scroll;
  height: auto;
}
header.data-direct .menuMobile .sub-menu {
  display: block !important;
}
@media (min-width: 400px) {
  header.data-direct .menuMobile {
    height: 104vh;
  }
}
header.data-direct .menuMobile.btnAct {
  width: 240px;
  top: 100%;
}
@media (min-width: 560px) {
  header.data-direct .menuMobile.btnAct {
    width: 260px;
  }
}
@media (min-width: 720px) {
  header.data-direct .menuMobile.btnAct {
    width: 280px;
  }
}
header.data-direct .menuMobile .menu-primary-menu-container {
  display: block;
  z-index: 3;
  min-width: 150px;
  min-height: 480px;
  position: relative;
  padding-bottom: 12em;
}
@media (min-width: 400px) {
  header.data-direct .menuMobile .menu-primary-menu-container {
    padding-bottom: 8em;
  }
}
@media (min-width: 480px) {
  header.data-direct .menuMobile .menu-primary-menu-container {
    min-height: 94vh;
    padding-bottom: 4em;
  }
}
@media (orientation: landscape) and (max-width: 580px) {
  header.data-direct .menuMobile .menu-primary-menu-container {
    padding-bottom: 14em;
  }
}
header.data-direct .menuMobile .menu-primary-menu-container ul.menu {
  list-style: none !important;
  display: block;
  margin-top: 5px;
}
header.data-direct .menuMobile .menu-primary-menu-container ul.menu li.menu-item {
  display: block;
  position: relative;
}
header.data-direct .menuMobile .menu-primary-menu-container ul.menu li.menu-item a {
  display: block;
  text-align: center;
  color: #242a2f;
  font: 18px 'Raleway', sans-serif;
  letter-spacing: 1px;
  padding: 16px 1em;
}
@media (min-width: 560px) {
  header.data-direct .menuMobile .menu-primary-menu-container ul.menu li.menu-item a {
    padding: 1.5em 1em;
  }
}
header.data-direct .menuMobile .menu-primary-menu-container ul.menu li.menu-item a:hover {
  color: #1f6994;
}
header.data-direct .menuMobile .menu-primary-menu-container ul.menu li.menu-item.mobMenCta {
  display: inline-block;
  width: 30%;
  float: left;
  text-align: center;
}
header.data-direct .menuMobile .menu-primary-menu-container ul.menu li.menu-item.mobMenCta.mobMenCtaPad {
  margin-left: 5%;
}
header.data-direct .menuMobile .menu-primary-menu-container ul.menu li.menu-item.mobMenCta a {
  padding-top: 2em;
  text-decoration: none !important;
}
@media (min-width: 560px) {
  header.data-direct .menuMobile .menu-primary-menu-container ul.menu li.menu-item.mobMenCta a {
    padding-top: 2.4em;
  }
}
header.data-direct .menuMobile .menu-primary-menu-container ul.menu li.menu-item.mobMenCta a i {
  font-size: 20px;
}
header.data-direct .menuMobile .menu-primary-menu-container ul.menu li.menu-item.mobMenCta a:hover i {
  color: #1f6994;
}
header.data-direct .menuMobile .menu-primary-menu-container ul.menu ul.sub-menu {
  display: none;
}
textarea, input.text, input[type="text"], input[type="button"], input[type="submit"], .input-checkbox {
  -webkit-appearance: none;
  border-radius: 0;
}
button.primary {
  background-color: #1a5d83;
  color: #fff;
}
button.primary:hover {
  background-color: #0f3e58;
}
button.secondary {
  background-color: #fff;
  color: #1a5d83;
}
button.secondary:hover {
  background-color: #e3e8e3;
}
.main {
  display: table;
  margin: 0;
  background: #fff;
  position: relative;
  z-index: 3;
  clear: both;
  overflow: hidden;
}
.main p {
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 1em;
}
@media (min-width: 720px) {
  .main p {
    font-size: 18px;
  }
}
.main .one-third {
  transition: 400ms ease-out 100ms;
  width: 100%;
  padding: 1em;
}
@media (min-width: 720px) {
  .main .one-third {
    padding: 0 3em;
    width: 25%;
    display: table-cell;
  }
}
.main .one-third .entry-content {
  width: 100%;
}
.main .two-thirds {
  transition: 400ms ease-out 100ms;
  width: 100%;
}
@media (min-width: 720px) {
  .main .two-thirds {
    width: 75%;
    display: table-cell;
  }
}
#DMA-badge {
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  right: 45px;
  left: 45px;
  padding: 20px;
  bottom: 4%;
  max-width: 100%;
  text-align: center;
  z-index: 100;
}
@media (min-width: 720px) {
  #DMA-badge {
    max-width: 280px;
    right: 25px;
    left: auto;
  }
}
#DMA-badge h4 {
  font-size: 18px;
}
#DMA-badge img {
  max-width: 100px;
  height: auto;
  margin-bottom: 0.3em;
}
#DMA-badge .left {
  width: 60%;
  margin-bottom: 100px;
  opacity: 0;
}
#DMA-badge .right {
  width: 30%;
}
.CTA {
  text-align: center;
  color: #fff;
  padding: 3em;
  display: table;
  width: 100%;
}
.CTA a {
  color: #fff;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
}
.CTA a button {
  width: 100%;
  max-width: 100%;
  float: left;
  border-radius: 0;
  margin-top: 1em;
  font-weight: bold;
}
.CTA.enquire {
  background: linear-gradient(rgba(19, 60, 82, 0.65), rgba(26, 93, 131, 0.65)), url('images/bg/good-reputation.jpg');
  background-position: 40% 20%;
}
.widget_nav_menu h3 {
  margin: 0.7em 0em;
}
.widget_nav_menu ul {
  line-height: 1.5;
  margin-left: 0px;
  text-align: left;
}
.widget_nav_menu ul li {
  padding-left: 0;
  margin-bottom: 0.5em;
  font-size: 18px;
  list-style: none;
}
.widget_nav_menu ul li a {
  background: #1a5d83;
  padding: 20px 20px 20px 20px;
  display: block;
  color: #fff;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
}
.widget_nav_menu ul li a:hover {
  padding: 20px 20px 20px 20px;
  display: block;
  color: #fff;
  text-decoration: none;
  background: #0f3e58;
}
.singular.page .entry-content h3, .page .entry-content h3, .singular.page .entry-summary h3, .page .entry-summary h3 {
  font-size: 20px;
  line-height: 1.5;
}
.singular.page .hentry, .page .hentry {
  padding: 0;
  margin: 0;
}
.singular.page .hentry .entry-content, .page .hentry .entry-content, .singular.page .hentry .entry-summary, .page .hentry .entry-summary {
  width: 100%;
  padding: 1em;
}
@media (min-width: 720px) {
  .singular.page .hentry .entry-content, .page .hentry .entry-content, .singular.page .hentry .entry-summary, .page .hentry .entry-summary {
    padding: 0 3em;
  }
}
.singular.page .hentry .malcolm li, .page .hentry .malcolm li {
  text-align: center;
  font-size: 15px;
  margin: 10px 0px;
}
.singular.page .hentry h1, .page .hentry h1 {
  color: #fff;
  width: auto !important;
}
.singular.page .hentry h1, .page .hentry h1, .singular.page .hentry h2, .page .hentry h2 {
  font-size: 22px;
  color: #242a2f;
  letter-spacing: 1px;
  width: 100%;
}
.singular.page .hentry h3, .page .hentry h3 {
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: none;
  line-height: 2;
  color: #1a5d83;
}
@media (min-width: 720px) {
  .singular.page .hentry h3, .page .hentry h3 {
    font-size: 20px;
  }
}
.singular.page .hentry .entry-content, .page .hentry .entry-content {
  padding-top: 3em;
}
.singular.page .hentry .entry-content p a, .page .hentry .entry-content p a {
  color: #1f6994;
}
.singular.page .hentry ul, .page .hentry ul {
  list-style: none;
}
.singular.page .hentry li, .page .hentry li {
  text-align: left;
  font-size: 15px;
}
@media (min-width: 720px) {
  .singular.page .hentry li, .page .hentry li {
    font-size: 18px;
  }
}
.two-thirds h2, .two-thirds h3 {
  background-color: #f0f0f0;
  padding: 20px;
  margin-bottom: 10px;
  width: auto !important;
}
.two-thirds p, .two-thirds li {
  padding-left: 15px;
}
.two-thirds img {
  margin-bottom: 0px;
}
.evidence {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
header.data-direct {
  width: 100%;
  background: #fff;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.07);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  -webkit-backface-visibility: hidden;
  -webkit-transition: top 100ms ease-in-out;
  -moz-transition: top 100ms ease-in-out;
  -ms-transition: top 100ms ease-in-out;
  transition: top 100ms ease-in-out;
}
header.data-direct .left {
  float: left;
  display: inline-block;
  width: 25%;
  padding-top: 25px;
}
@media (min-width: 400px) {
  header.data-direct .left {
    width: 30%;
  }
}
@media (min-width: 560px) {
  header.data-direct .left {
    display: none;
  }
}
header.data-direct .left a {
  font-weight: 600;
  width: auto;
  margin: 5px 0px 4px 2px;
  font-size: 29px;
  float: left;
  display: inline-block;
}
@media (min-width: 400px) {
  header.data-direct .left a {
    font-size: 34px;
    margin: 5px 0px 4px 6px;
  }
}
header.data-direct .left a i {
  color: #1f6994;
  display: block;
  text-align: left;
}
header.data-direct .left a:last-child {
  font-size: 21px !important;
  margin-top: 9px;
  margin-left: 10px;
}
@media (min-width: 400px) {
  header.data-direct .left a:last-child {
    font-size: 25px !important;
    margin-top: 11px;
    margin-left: 14px;
  }
}
header.data-direct .left a:hover, header.data-direct .left a:active {
  text-decoration: none !important;
}
header.data-direct .left a:hover i, header.data-direct .left a:active i {
  color: #fff;
}
header.data-direct .middle {
  display: inline-block;
  float: left;
  margin: auto;
  width: 50%;
}
@media (min-width: 560px) {
  header.data-direct .middle {
    width: 150px;
    float: left;
  }
}
@media (min-width: 1024px) {
  header.data-direct .middle {
    width: 200px;
  }
}
header.data-direct .middle img {
  height: auto;
  display: block;
  width: 120px;
}
@media (min-width: 560px) {
  header.data-direct .middle img {
    width: 140px;
    height: auto;
  }
}
@media (min-width: 1024px) {
  header.data-direct .middle img {
    width: 190px;
    height: auto;
  }
}
header.data-direct .middle img.scroll {
  display: none;
}
@media (orientation: landscape) and (max-width: 320px) {
  header.data-direct .middle img {
    width: 120px !important;
    height: 26px !important;
  }
}
header.data-direct .right {
  float: right;
  display: inline-block;
  width: 40%;
}
@media (min-width: 1070px) {
  header.data-direct .right {
    width: 80%;
  }
}
header.data-direct .right .topRight {
  display: none;
}
@media (min-width: 560px) {
  header.data-direct .right .topRight {
    display: block;
  }
}
@media (min-width: 720px) {
  header.data-direct .right .topRight {
    padding-bottom: 3px;
  }
}
@media (min-width: 1024px) {
  header.data-direct .right .topRight {
    padding-bottom: 13px;
  }
}
header.data-direct .right .topRight a.phoneCta {
  color: #1f6994;
  text-align: right;
  font-weight: 200;
  font-size: 17px;
  float: right;
  display: inline-block;
  padding-bottom: 3px;
  margin-left: 18px;
  text-transform: uppercase;
}
@media (min-width: 720px) {
  header.data-direct .right .topRight a.phoneCta {
    font-size: 22px;
    margin-left: 20px;
  }
}
header.data-direct .right .topRight a.phoneCta:nth-child(2) {
  margin-left: 0;
}
header.data-direct .right .topRight a.phoneCta:hover {
  text-decoration: none !important;
}
header.data-direct .right .topRight a.phoneCta:hover i {
  color: #1f6994 !important;
}
header.data-direct .right .topRight a.phoneCta i {
  color: #fff;
  padding-right: 7px;
  font-size: 18px;
  padding-bottom: 1px;
  -webkit-transition: 200ms ease-out;
  -moz-transition: 200ms ease-out;
  -ms-transition: 200ms ease-out;
  transition: 200ms ease-out;
}
@media (min-width: 720px) {
  header.data-direct .right .topRight a.phoneCta i {
    font-size: 23px;
  }
}
header.data-direct .right h3 {
  display: none;
}
@media (min-width: 560px) {
  header.data-direct .right h3 {
    display: inline-block;
    float: left;
    width: auto;
    text-align: left;
    color: #1f6994;
    font-style: italic;
    font-size: 13px;
    margin-top: 20px;
  }
}
@media (min-width: 720px) {
  header.data-direct .right h3 {
    font-size: 16px;
    font-weight: 400;
    margin-top: 30px;
  }
}
@media (min-width: 980px) {
  header.data-direct .right h3 {
    display: none;
  }
}
header.data-direct .right a#mobileBtn {
  display: block;
  float: right;
  width: 40px;
  position: relative;
  height: 40px;
  margin-top: -2px;
  cursor: pointer;
}
@media (min-width: 720px) {
  header.data-direct .right a#mobileBtn {
    margin-top: 4px;
    margin-right: 4px;
  }
}
@media (min-width: 1253px) {
  header.data-direct .right a#mobileBtn {
    display: none;
  }
}
@media (orientation: landscape) and (max-width: 320px) {
  header.data-direct .right a#mobileBtn {
    height: 30px;
    margin-top: -7px;
  }
}
header.data-direct .right a#mobileBtn .x-x {
  background: #1f6994;
  position: absolute;
  height: 2px;
  width: 30px;
  left: 3px;
  -webkit-transition: 220ms ease-out;
  -moz-transition: 220ms ease-out;
  -ms-transition: 220ms ease-out;
  transition: 220ms ease-out;
}
@media (min-width: 560px) {
  header.data-direct .right a#mobileBtn .x-x {
    width: 34px;
    height: 3px;
    left: 0;
  }
}
header.data-direct .right a#mobileBtn .x-1 {
  top: 12px;
}
@media (min-width: 560px) {
  header.data-direct .right a#mobileBtn .x-1 {
    top: 10px;
  }
}
header.data-direct .right a#mobileBtn .x-2 {
  top: 20px;
}
@media (min-width: 560px) {
  header.data-direct .right a#mobileBtn .x-2 {
    top: 19px;
  }
}
header.data-direct .right a#mobileBtn .x-3 {
  top: 28px;
}
header.data-direct .right a#mobileBtn.btnAct .x-x {
  width: 34px;
}
@media (min-width: 560px) {
  header.data-direct .right a#mobileBtn.btnAct .x-x {
    width: 37px;
  }
}
header.data-direct .right a#mobileBtn.btnAct .x-1 {
  top: 20px;
  left: 2px;
  -webkit-transform: rotateZ(225deg);
  -moz-transform: rotateZ(225deg);
  -ms-transform: rotateZ(225deg);
  transform: rotateZ(225deg);
}
@media (min-width: 560px) {
  header.data-direct .right a#mobileBtn.btnAct .x-1 {
    left: 0px;
    top: 18px;
  }
}
header.data-direct .right a#mobileBtn.btnAct .x-2 {
  opacity: 0;
  width: 0;
  left: 15px;
  top: 20px;
}
header.data-direct .right a#mobileBtn.btnAct .x-3 {
  top: 20px;
  left: 2px;
  -webkit-transform: rotateZ(-225deg);
  -moz-transform: rotateZ(-225deg);
  -ms-transform: rotateZ(-225deg);
  transform: rotateZ(-225deg);
}
@media (min-width: 560px) {
  header.data-direct .right a#mobileBtn.btnAct .x-3 {
    left: 0px;
    top: 18px;
  }
}
button {
  transition: background-color 0.5s ease;
  border-radius: 100px;
  color: #fff;
  background: #0f3e58;
  width: 100%;
  padding: 10px 5px;
  max-width: 165px;
  border: none;
  font-size: 13px;
  cursor: pointer;
  font: 'Raleway', sans-serif;
}
button:hover {
  background: #000;
}
nav {
  display: none;
}
@media (min-width: 1253px) {
  nav {
    display: block;
  }
}
nav .mobMenCta {
  display: none;
}
nav .menu-primary-menu-container ul.menu, nav .menu-primary-menu-builders-container ul.menu, nav .menu-primary-menu-construction-container ul.menu {
  list-style: none;
  float: right;
}
@media (max-width: 1320px) and (min-width: 980px) {
  nav .menu-primary-menu-container ul.menu, nav .menu-primary-menu-builders-container ul.menu, nav .menu-primary-menu-construction-container ul.menu {
    margin-top: 5px;
  }
}
nav .menu-primary-menu-container ul.menu .sub-menu, nav .menu-primary-menu-builders-container ul.menu .sub-menu, nav .menu-primary-menu-construction-container ul.menu .sub-menu {
  display: none;
  position: absolute;
}
nav .menu-primary-menu-container ul.menu .sub-menu li, nav .menu-primary-menu-builders-container ul.menu .sub-menu li, nav .menu-primary-menu-construction-container ul.menu .sub-menu li {
  float: none;
  width: 200px;
  left: -68px;
  list-style: none;
  background: #fff;
}
nav .menu-primary-menu-container ul.menu .sub-menu li a, nav .menu-primary-menu-builders-container ul.menu .sub-menu li a, nav .menu-primary-menu-construction-container ul.menu .sub-menu li a {
  background: transparent !important;
  color: #242a2f !important;
  font-weight: 100 !important;
}
nav .menu-primary-menu-container ul.menu .sub-menu li a:hover, nav .menu-primary-menu-builders-container ul.menu .sub-menu li a:hover, nav .menu-primary-menu-construction-container ul.menu .sub-menu li a:hover {
  color: #1f6994 !important;
}
nav .menu-primary-menu-container ul.menu li.menu-item, nav .menu-primary-menu-builders-container ul.menu li.menu-item, nav .menu-primary-menu-construction-container ul.menu li.menu-item {
  float: left;
  position: relative;
}
nav .menu-primary-menu-container ul.menu li.menu-item:hover ul, nav .menu-primary-menu-builders-container ul.menu li.menu-item:hover ul, nav .menu-primary-menu-construction-container ul.menu li.menu-item:hover ul {
  display: block !important;
}
nav .menu-primary-menu-container ul.menu li.menu-item a, nav .menu-primary-menu-builders-container ul.menu li.menu-item a, nav .menu-primary-menu-construction-container ul.menu li.menu-item a {
  color: #242a2f;
  text-align: center;
  display: block;
  text-decoration: none !important;
  padding: 22px 12px;
  line-height: 0;
  vertical-align: middle;
}
nav .menu-primary-menu-container ul.menu li.menu-item a:hover, nav .menu-primary-menu-builders-container ul.menu li.menu-item a:hover, nav .menu-primary-menu-construction-container ul.menu li.menu-item a:hover, nav .menu-primary-menu-container ul.menu li.menu-item a :active, nav .menu-primary-menu-builders-container ul.menu li.menu-item a :active, nav .menu-primary-menu-construction-container ul.menu li.menu-item a :active {
  text-decoration: none !important;
}
@media (min-width: 980px) {
  nav .menu-primary-menu-container ul.menu li.menu-item a span, nav .menu-primary-menu-builders-container ul.menu li.menu-item a span, nav .menu-primary-menu-construction-container ul.menu li.menu-item a span {
    display: none;
  }
}
@media (min-width: 1180px) {
  nav .menu-primary-menu-container ul.menu li.menu-item a span, nav .menu-primary-menu-builders-container ul.menu li.menu-item a span, nav .menu-primary-menu-construction-container ul.menu li.menu-item a span {
    display: initial;
  }
}
@media (min-width: 1200px) {
  nav .menu-primary-menu-container ul.menu li.menu-item a, nav .menu-primary-menu-builders-container ul.menu li.menu-item a, nav .menu-primary-menu-construction-container ul.menu li.menu-item a {
    padding: 25px 12px;
  }
}
@media (min-width: 1400px) {
  nav .menu-primary-menu-container ul.menu li.menu-item a, nav .menu-primary-menu-builders-container ul.menu li.menu-item a, nav .menu-primary-menu-construction-container ul.menu li.menu-item a {
    padding: 25px 12px;
  }
}
nav .menu-primary-menu-container ul.menu li.menu-item ul.sub-menu, nav .menu-primary-menu-builders-container ul.menu li.menu-item ul.sub-menu, nav .menu-primary-menu-construction-container ul.menu li.menu-item ul.sub-menu {
  display: none;
}
nav .menu-primary-menu-container ul.menu li.menu-item:hover a, nav .menu-primary-menu-builders-container ul.menu li.menu-item:hover a, nav .menu-primary-menu-construction-container ul.menu li.menu-item:hover a {
  color: #1f6994;
}
.no-banner {
  padding: 8% 0%;
}
.no-banner h1 {
  background-color: #1f6994;
  padding: 20px;
  font-size: 26px !important;
  color: #fff !important;
}
@media (min-width: 720px) {
  .no-banner h1 {
    font-size: 38px;
  }
}
.full {
  display: block;
  margin: 0;
  background: #fff;
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  clear: both;
  overflow: hidden;
}
.full.fullSocial {
  background: transparent;
}
.full.sBanner {
  background: #fff;
  z-index: 3;
  overflow: visible;
}
.full.sBanner.zFix {
  z-index: 2;
}
@media (max-width: 560px) {
  .full.sBanner {
    max-height: 520px !important;
  }
}
.full.sBanner .career-collage {
  width: 100%;
  height: auto;
}
@media (min-width: 640px) {
  .full.cBanner {
    height: 53vh;
  }
}
.spacer {
  background: #242a2f;
  padding-bottom: 45px;
}
@media (min-width: 1024px) {
  .spacer {
    padding-bottom: 54px;
  }
}
@media (orientation: landscape) and (max-width: 320px) {
  .spacer {
    padding-bottom: 34px;
  }
}
.direct-pricelist {
  background: #1a5d83;
  text-align: center;
  padding-bottom: 4em;
}
.direct-pricelist .btn {
  background-color: #1fa67a;
}
.direct-pricelist .btn:hover {
  background-color: #1c8563;
}
.blue_ribbon {
  background: #1a5d83;
  padding: 10px;
  text-align: center;
}
.blue_ribbon p {
  color: #fff;
  margin: 1em;
}
.blue_ribbon button {
  display: block;
  background-color: #fff;
  color: #000;
  width: 100%;
  margin-top: 20px;
  max-width: 100%;
  padding: 1em 0.5em;
}
.blue_ribbon button:hover {
  background: #dfdfdf;
}
@media (min-width: 845px) {
  .blue_ribbon button {
    margin-top: 0px;
    display: inline-block;
    max-width: 150px;
    margin-left: 10px;
  }
}
.chevSpan {
  position: absolute;
  padding-bottom: 2px;
  margin-top: -1px;
  background: #fff;
  z-index: 200;
}
.banner {
  height: 560px;
  min-height: 380px;
  background: #444;
  z-index: 1;
  max-height: 840px;
}
@media (min-width: 400px) {
  .banner {
    height: 160vh;
  }
}
@media (min-width: 720px) {
  .banner {
    height: 83vh;
  }
}
.banner.side {
  min-height: 260px;
  height: 260px;
}
@media (min-width: 400px) {
  .banner.side {
    height: 30vh;
  }
}
@media (min-width: 720px) {
  .banner.side {
    height: 33vh;
  }
}
@media (min-width: 1024px) {
}
.banner .paraBanner {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 45px;
  height: 100%;
}
@media (min-width: 720px) {
  .banner .paraBanner {
    padding-top: 56px;
  }
}
@media (min-width: 720px) {
  .banner .paraBanner {
    padding-top: 56px;
  }
}
@media (min-width: 980px) {
  .banner .paraBanner {
    padding-top: 53px;
  }
}
.banner .paraBanner img {
  min-width: 980px;
  min-height: 100%;
  height: auto;
  position: relative;
}
@media (min-width: 400px) {
  .banner .paraBanner img {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.banner .float {
  position: absolute;
  z-index: 100;
}
.banner .bannerMob {
  height: auto;
  min-height: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  min-width: 100%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (min-width: 321px) {
  .banner .bannerMob {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.banner .introFloat {
  position: absolute;
  width: 100%;
  margin: auto;
  padding: 0 2em;
  left: 0;
  top: 45%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (min-width: 560px) {
  .banner .introFloat {
    padding: 0 3em;
    padding-left: 0;
  }
}
@media (max-width: 400px) {
  .banner .introFloat {
    padding: 0;
  }
}
.banner .introFloat .bannerText {
  width: 100%;
  position: relative;
  max-width: 800px;
  display: block;
  opacity: 1;
  background: rgba(255, 255, 255, 0.8);
  padding: 1em;
}
@media (min-width: 720px) {
  .banner .introFloat .bannerText {
    padding: 40px;
  }
}
.banner .introFloat .bannerText .bannerSlide {
  width: 100%;
  height: auto;
  display: block;
  padding: 0 1em;
  text-align: left;
  margin-top: 200px;
  opacity: 0;
}
.banner .introFloat .bannerText .bannerSlide h1 {
  color: #000;
  font: 22px 'Raleway', sans-serif;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (min-width: 400px) {
  .banner .introFloat .bannerText .bannerSlide h1 {
    font-size: 24px;
  }
}
@media (min-width: 1024px) {
  .banner .introFloat .bannerText .bannerSlide h1 {
    font-size: 32px;
  }
}
@media (min-width: 1320px) {
  .banner .introFloat .bannerText .bannerSlide h1 {
    font-size: 38px;
  }
}
.banner .introFloat .bannerText .bannerSlide h2 {
  display: block;
  font-size: 20px;
  color: #3a73b9 !important;
  letter-spacing: 1px;
  font-weight: 500;
  text-transform: inherit;
  margin-top: 10px;
}
@media (min-width: 1024px) {
  .banner .introFloat .bannerText .bannerSlide h2 {
    font-size: 20px;
  }
}
@media (min-width: 1320px) {
  .banner .introFloat .bannerText .bannerSlide h2 {
    font-size: 22px;
  }
}
.banner .introFloat .bannerText .bannerSlide h2 a:hover {
  text-decoration: none;
  color: #1a5d83;
}
.banner .introFloat .bannerText .bannerSlide .cma-banner {
  position: relative;
  width: 520px;
  margin: auto;
}
@media (orientation: landscape) and (max-width: 600px) {
  .banner .introFloat .bannerText .bannerSlide .cma-banner {
    display: none !important;
  }
}
.banner .introFloat .bannerText .bannerSlide .cma-banner img {
  display: block;
  position: absolute;
  width: 40px;
  height: auto;
  top: -2.3em;
}
.banner .introFloat .bannerText .bannerSlide .cma-banner img.con-1 {
  left: -15px;
}
.banner .introFloat .bannerText .bannerSlide .cma-banner img.con-2 {
  right: -15px;
}
.banner .introFloat .bannerText .bannerSlide .cma-banner h3, .banner .introFloat .bannerText .bannerSlide .cma-banner h4 {
  color: #fff;
}
.banner .introFloat .bannerText .bannerSlide .cma-banner h3 {
  font-size: 24px;
  text-transform: uppercase;
  margin-top: 2em;
  font-weight: 600;
}
.banner .introFloat .bannerText .bannerSlide .cma-banner h4 {
  font-size: 18px;
}
@media (max-width: 840px) {
  .banner .introFloat .bannerText .bannerSlide .cma-banner {
    width: 480px;
  }
  .banner .introFloat .bannerText .bannerSlide .cma-banner img {
    top: -2.45em;
  }
  .banner .introFloat .bannerText .bannerSlide .cma-banner img.con-1 {
    left: 0px;
  }
  .banner .introFloat .bannerText .bannerSlide .cma-banner img.con-2 {
    right: 0px;
  }
  .banner .introFloat .bannerText .bannerSlide .cma-banner h3 {
    font-size: 20px;
  }
  .banner .introFloat .bannerText .bannerSlide .cma-banner h4 {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .banner .introFloat .bannerText .bannerSlide .cma-banner {
    width: 390px;
  }
  .banner .introFloat .bannerText .bannerSlide .cma-banner img {
    top: -2.7em;
  }
  .banner .introFloat .bannerText .bannerSlide .cma-banner img.con-1 {
    left: -10px;
  }
  .banner .introFloat .bannerText .bannerSlide .cma-banner img.con-2 {
    right: -10px;
  }
  .banner .introFloat .bannerText .bannerSlide .cma-banner h3 {
    font-size: 17px;
  }
  .banner .introFloat .bannerText .bannerSlide .cma-banner h4 {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .banner .introFloat .bannerText .bannerSlide .cma-banner {
    width: 320px;
  }
  .banner .introFloat .bannerText .bannerSlide .cma-banner img {
    width: 30px;
    top: -1.8em;
  }
  .banner .introFloat .bannerText .bannerSlide .cma-banner h3 {
    font-size: 14px;
    margin-top: 4em;
  }
  .banner .introFloat .bannerText .bannerSlide .cma-banner h4 {
    font-size: 13px;
  }
}
@media (max-width: 400px) {
  .banner .introFloat .bannerText .bannerSlide .cma-banner {
    width: 260px;
  }
  .banner .introFloat .bannerText .bannerSlide .cma-banner img {
    width: 20px;
    top: -1.2em;
  }
  .banner .introFloat .bannerText .bannerSlide .cma-banner h3 {
    font-size: 11px;
    margin-top: 4em;
  }
  .banner .introFloat .bannerText .bannerSlide .cma-banner h4 {
    font-size: 10px;
  }
}
.banner .socFloat {
  padding: 1.4em 1em 0;
  float: right;
  right: 0px;
  top: 0;
}
.banner .socFloat img {
  display: none;
}
@media (max-width: 460px) {
  .banner .socFloat {
    float: none;
    width: 100%;
  }
}
.banner .socFloat a {
  margin-left: 0.8em;
  text-decoration: none !important;
  display: inline-block;
}
@media (max-width: 460px) {
  .banner .socFloat a {
    float: left;
    margin: auto;
    width: 20%;
    text-align: center;
  }
}
.banner .socFloat a i {
  color: #fff;
  margin-right: 4px;
  text-shadow: 1px 1px 2px #222;
  display: block;
}
.banner .socFloat a:hover, .banner .socFloat a :active {
  text-decoration: none !important;
}
.banner .socFloat a:hover i, .banner .socFloat a :active i {
  color: #1f6994;
}
.bottom-modules h1, .bottom-modules h2, .bottom-modules h3, .bottom-modules h4, .bottom-modules p {
  color: #000;
}
.bottom-modules h1:hover, .bottom-modules h2:hover, .bottom-modules h3:hover, .bottom-modules h4:hover, .bottom-modules p:hover {
  color: #1f6994;
}
.bottom-modules p {
  color: #000;
  padding-bottom: 2em !important;
}
.casing .socFloat {
  padding: 1.4em 1em 0;
  float: right;
  top: 0px;
  right: 0px;
}
.casing .socFloat img {
  display: none;
}
@media (max-width: 460px) {
  .casing .socFloat {
    float: none;
    width: 100%;
  }
}
.casing .socFloat a {
  margin-left: 0.8em;
  text-decoration: none !important;
  display: inline-block;
}
@media (max-width: 460px) {
  .casing .socFloat a {
    float: left;
    margin: auto;
    width: 20%;
    text-align: center;
  }
}
.casing .socFloat a i {
  color: #fff;
  margin-right: 4px;
  text-shadow: 1px 1px 2px #222;
  display: block;
}
.casing .socFloat a:hover, .casing .socFloat a :active {
  text-decoration: none !important;
}
.casing .socFloat a:hover i, .casing .socFloat a :active i {
  color: #1f6994;
}
.mTxt {
  z-index: 500;
}
.mTxt h5 {
  font: 12vw 'Raleway', sans-serif;
  font-weight: 700;
}
@media (min-width: 400px) {
  .mTxt h5 {
    font-size: 11vw;
  }
}
@media (min-width: 1024px) {
  .mTxt h5 {
    font-size: 8vw;
  }
}
.mTxt .catDrop {
  margin-top: 1em;
  font: 22px 'Raleway', sans-serif;
}
.mTxt .catDrop .catClick {
  cursor: pointer;
}
.mTxt .catDrop .catClick span {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #fff;
  display: inline-block;
  margin-left: 5px;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}
.mTxt .catMen {
  display: block;
  font: 20px 'Raleway', sans-serif;
  line-height: 2.2em;
  color: #fff;
  position: absolute;
  width: 100%;
  display: none;
}
.mTxt .catMen ul {
  list-style: none;
}
.mTxt .catMen ul li {
  display: block;
  opacity: 0;
  color: #fff;
  margin: auto;
  width: 300px;
  -webkit-transition: 320ms ease-out;
  -moz-transition: 320ms ease-out;
  -ms-transition: 320ms ease-out;
  transition: 320ms ease-out;
}
.mTxt .catMen ul li a {
  display: block;
  color: #fff;
  text-align: center;
  -webkit-transition: 120ms ease-out;
  -moz-transition: 120ms ease-out;
  -ms-transition: 120ms ease-out;
  transition: 120ms ease-out;
}
.mTxt .catMen ul li a:hover {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
.mTxt .catMen.disa {
  display: block;
}
.mTxt .catMen.disa ul li {
  opacity: 1;
  margin-top: 1em;
}
body.singular .casing {
  min-height: 480px;
  height: auto;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  padding-top: 16%;
}
@media (min-width: 400px) {
  body.singular .casing {
    height: 560px;
  }
}
@media (min-width: 560px) {
  body.singular .casing {
    height: 640px;
  }
}
@media (min-width: 1024px) {
  body.singular .casing {
    height: 94vh;
    min-height: 620px;
    padding-top: 0%;
  }
}
body.singular .casing h5 {
  font: 10vw 'Raleway', sans-serif;
  font-weight: 700;
  color: #fff !important;
  position: absolute;
  top: 0;
  right: 0px;
  z-index: 5;
  margin-top: 150px;
  opacity: 0;
}
@media (min-width: 720px) {
  body.singular .casing h5 {
    top: auto;
    bottom: 0px;
    margin-top: 0;
    margin-bottom: -150px;
  }
}
body.singular .casing h5 span {
  font-size: 8vw;
  vertical-align: text-top;
}
body.singular .casing .caseImg img {
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
}
@media (min-width: 421px) {
  body.singular .casing .caseImg img {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media (min-width: 720px) {
  body.singular .casing.caseFix .caseImg img {
    position: fixed;
  }
}
@media (max-width: 420px) {
  body.singular .casing.casingB .caseImg img {
    left: -33.33%;
  }
}
body.singular .casing .mainImg img {
  position: fixed;
  z-index: 3;
}
body.singular .casing article.hentry, body.singular .casing article {
  z-index: 5;
  display: block;
  position: relative;
  top: 0;
  color: #fff;
  text-shadow: 1px 1px 1px #242a2f;
  text-align: left;
  max-width: 630px;
  opacity: 0;
  margin-bottom: 100px;
  padding: 3em 2em 1em;
  padding: 1em 1em 2em;
}
@media (min-width: 560px) {
  body.singular .casing article.hentry, body.singular .casing article {
    padding: 2em;
  }
}
@media (min-width: 720px) {
  body.singular .casing article.hentry, body.singular .casing article {
    padding: 3em 2em 1em;
    position: relative;
    top: 0;
    margin-top: 150px;
  }
}
@media (min-width: 1024px) {
  body.singular .casing article.hentry, body.singular .casing article {
    padding: 4em 3.3em 1em;
  }
}
body.singular .casing article.hentry h1, body.singular .casing article h1, body.singular .casing article.hentry h2, body.singular .casing article h2 {
  color: #fff;
  font: 26px 'Raleway', sans-serif;
  margin-bottom: 0.4em;
  font-weight: 700;
}
@media (min-width: 720px) {
  body.singular .casing article.hentry h1, body.singular .casing article h1, body.singular .casing article.hentry h2, body.singular .casing article h2 {
    font-size: 30px;
  }
}
@media (min-width: 1024px) {
  body.singular .casing article.hentry h1, body.singular .casing article h1, body.singular .casing article.hentry h2, body.singular .casing article h2 {
    font-size: 40px;
  }
}
body.singular .casing article.hentry p, body.singular .casing article p {
  font-size: 16px;
}
@media (min-width: 560px) {
  body.singular .casing article.hentry p, body.singular .casing article p {
    font-size: 18px;
  }
}
@media (min-width: 720px) {
  body.singular .casing article.hentry p, body.singular .casing article p {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  body.singular .casing article.hentry p, body.singular .casing article p {
    font-size: 22px;
  }
}
body.singular .casing article.hentry p a, body.singular .casing article p a {
  text-decoration: underline;
  color: #fff;
}
body.singular .casing article.hentry p a:hover, body.singular .casing article p a:hover {
  color: #1f6994;
}
body.singular .casing article.hentry p span, body.singular .casing article p span {
  display: block;
  font-style: italic;
  margin-top: 1em;
}
body.singular .casing article.hentry p span.upper, body.singular .casing article p span.upper {
  font: 40px 'Raleway', sans-serif;
  margin: 0px;
  font-weight: 700;
  display: inline-block;
  line-height: 1;
  padding-right: 0.1em;
  vertical-align: top;
  float: left;
}
@media (min-width: 560px) {
  body.singular .casing article.hentry p span.upper, body.singular .casing article p span.upper {
    font-size: 44px;
  }
}
@media (min-width: 720px) {
  body.singular .casing article.hentry p span.upper, body.singular .casing article p span.upper {
    font-size: 48px;
  }
}
@media (min-width: 1024px) {
  body.singular .casing article.hentry p span.upper, body.singular .casing article p span.upper {
    font-size: 52px;
  }
}
body.singular .casing article.hentry p strong, body.singular .casing article p strong {
  display: block;
  margin-top: 0.6em;
}
.roundBtn {
  display: inline-block;
  width: auto;
  max-width: 90%;
  margin: 15px auto;
  border-radius: 30px;
  color: #fff !important;
  overflow: hidden;
  text-transform: uppercase;
  background: #1f6994;
  padding: 1em 2em;
  font-weight: 100;
  text-shadow: none;
  box-shadow: 1px 2px 1px rgba(33, 33, 33, 0.3);
  -webkit-transition: 350ms ease-in;
  -moz-transition: 350ms ease-in;
  -ms-transition: 350ms ease-in;
  transition: 350ms ease-in;
}
.roundBtn:hover {
  background: #fff;
  color: #242a2f !important;
  text-decoration: none;
  border: none !important;
}
.roundBtn:active, .roundBtn:focus {
  text-decoration: none;
}
.roundBtn.roundBtnWhite {
  background: none !important;
  padding: 0.5em 3em;
  text-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  font-size: 18px;
}
.roundBtn.roundBtnWhite:hover {
  background: #1f6994 !important;
  color: #fff;
  border: 2px solid #1f6994;
}
.roundBtn.roundBtnH {
  font-size: 16px !important;
}
.roundBtn.roundBtnPaper {
  background: #1f6994 !important;
}
.roundBtn.roundBtnPaper:hover {
  background: #242a2f !important;
}
.roundBtn i {
  padding-right: 8px;
}
.bannerSlide .roundBtn {
  border: 2px solid #fff;
  background: transparent !important;
  color: #fff;
  text-decoration: none;
}
.bannerSlide .roundBtn:hover {
  background: #fff !important;
  color: #242a2f;
  text-shadow: none;
  border: 2px solid #fff !important;
}
span.roundBtn {
  background: #1f6994 !important;
  font-size: 14px !important;
  text-shadow: none !important;
  border: none !important;
  box-shadow: none !important;
  color: #fff;
  padding: 0.6em 2em;
}
span.roundBtn:hover {
  color: #fff;
}
.serviceHero {
  display: block;
  width: 100%;
  padding: 1em;
  box-sizing: border-box;
  -webkit-transition: opacity 150ms ease-in;
  -moz-transition: opacity 150ms ease-in;
  -ms-transition: opacity 150ms ease-in;
  transition: opacity 150ms ease-in;
}
@media (min-width: 720px) {
  .serviceHero {
    display: inline-block;
    float: left;
    width: 50%;
    min-height: 430px;
  }
}
@media (min-width: 800px) {
  .serviceHero {
    display: inline-block;
    float: left;
    width: 50%;
    min-height: 420px;
  }
}
@media (min-width: 980px) {
  .serviceHero {
    padding: 1em 2em 0.5em;
  }
}
@media (min-width: 1024px) {
  .serviceHero {
    padding: 1em 1em 0;
    width: 30.33%;
    min-height: 495px;
    margin: 0 1.5%;
  }
}
@media (min-width: 1160px) {
  .serviceHero {
    padding: 1em;
    width: 29.33%;
    margin: 0 2%;
    min-height: 480px;
  }
}
@media (min-width: 1320px) {
  .serviceHero {
    min-height: 450px;
    width: 27.33%;
    margin: 0 3%;
  }
}
@media (max-width: 400px) {
  .serviceHero {
    padding-top: 0;
  }
}
.serviceHero h2 {
  color: #242a2f;
  font-weight: 600;
  font: 24px 'Raleway', sans-serif;
  text-transform: capitalize;
  margin-bottom: 0.5em;
}
.serviceHero h2:active, .serviceHero h2:hover, .serviceHero h2:focus {
  text-decoration: none;
}
.serviceHero p {
  display: block;
  color: #242a2f;
  text-align: justify;
  line-height: 1.6em;
}
.serviceHero p:active, .serviceHero p:hover, .serviceHero p:focus {
  text-decoration: none;
}
.serviceHero p span {
  font-weight: 800;
  display: block;
  line-height: 2em;
}
.serviceHero svg {
  display: block;
  margin: auto;
  width: 200px;
  height: 200px;
}
.serviceHero:hover {
  opacity: 0.9;
}
.serviceHero:hover p, .serviceHero:hover h2 {
  color: #1f6994 !important;
}
.serviceHero:hover svg line, .serviceHero:hover svg path, .serviceHero:hover svg circle {
  stroke: #1f6994 !important;
}
.serviceHero svg line, .serviceHero svg path, .serviceHero svg circle {
  -webkit-transition: stroke 40ms ease-in;
  -moz-transition: stroke 40ms ease-in;
  -ms-transition: stroke 40ms ease-in;
  transition: stroke 40ms ease-in;
}
.serviceHero:active, .serviceHero:hover, .serviceHero:focus {
  text-decoration: none;
}
.page .topTen {
  display: block;
  padding: 1em;
  width: 100%;
  margin: 1em auto 4em;
  max-width: 1024px;
  position: relative;
}
.page .topTen .topTenInfo {
  position: relative;
  z-index: 8;
}
.page .topTen .topTenInfo h3 {
  font: 26px 'Raleway', sans-serif;
  font-weight: 700;
  line-height: 1.6em;
  margin-bottom: 0.6em;
}
@media (min-width: 720px) {
  .page .topTen .topTenInfo h3 {
    font-size: 32px;
  }
}
.page .topTen .topTenInfo span {
  height: 80px;
  width: 80px;
  text-align: center !important;
  display: block;
  background: #242a2f;
  font: 40px 'Raleway', sans-serif;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 1em;
  color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10px;
  line-height: 1.8em;
}
@media (min-width: 720px) {
  .page .topTen .topTenInfo span {
    display: inline-block;
    margin-bottom: 0.5em;
    width: 110px;
    height: 110px;
    font-size: 50px;
    line-height: 1.9em;
  }
}
.page .topTen .topTenInfo p {
  text-align: left !important;
  font-size: 20px;
}
@media (min-width: 720px) {
  .page .topTen .topTenInfo p {
    font-size: 24px;
  }
}
.page .topTen .topTenImg {
  display: block;
  position: absolute;
  top: 1em;
  right: 1em;
  width: 250px;
  height: 250px;
  margin-top: 50%;
}
@media (min-width: 720px) {
  .page .topTen .topTenImg {
    bottom: 1em;
    width: 330px;
    height: 330px;
    right: 10%;
  }
}
@media (min-width: 1024px) {
  .page .topTen .topTenImg {
    width: 440px;
    height: 440px;
  }
}
.page .topTen .topTenImg img {
  position: relative;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  opacity: 0.6;
  top: -100%;
}
.relSer {
  display: block;
}
.relSer .serviceHero {
  border-top: 1px solid #ddd;
  display: block !important;
  margin: 3em auto 0 !important;
  width: 100% !important;
  min-height: 0 !important;
}
@media (min-width: 640px) {
  .relSer .serviceHero .svCon {
    display: inline-block;
    float: left;
    width: 45%;
    margin-right: 5%;
  }
  .relSer .serviceHero h2 {
    display: inline-block;
    margin-top: 1em;
  }
}
@media (min-width: 980px) {
  .relSer .serviceHero {
    padding-bottom: 0;
  }
  .relSer .serviceHero .svCon {
    width: 30%;
  }
}
.ptA, .ptB, .ptC, .ltA, .ltB, .ltC {
  opacity: 0;
}
.fullNews {
  z-index: 5;
  background: transparent;
  margin-bottom: 2em;
  -webkit-transition: 300ms ease-in;
  -moz-transition: 300ms ease-in;
  -ms-transition: 300ms ease-in;
  transition: 300ms ease-in;
}
.fullNews.disa {
  margin-top: 500px;
  opacity: 0;
  height: 0;
}
.blog .full.sBanner, .category .full.sBanner {
  overflow: visible;
  min-height: 100px;
  height: 160px;
}
@media (min-width: 480px) {
  .blog .full.sBanner, .category .full.sBanner {
    height: 200px;
  }
}
@media (orientation: landscape) and (max-width: 600px) {
  .blog .full.sBanner, .category .full.sBanner {
    height: 120px;
  }
}
@media (min-width: 720px) {
  .blog .full.sBanner, .category .full.sBanner {
    max-height: 500px;
    height: 40vh;
  }
}
.counterCon {
  display: block;
  width: 100%;
}
.counterCon .counterSeg {
  display: block;
  width: 100%;
  position: relative;
  padding: 1.5em 0 1em;
}
@media (min-width: 720px) {
  .counterCon .counterSeg {
    width: 33.33%;
    display: inline-block;
    float: left;
    padding: 2em 0 2em;
  }
}
.counterCon .counterSeg .jellyfish-counter .jcw-odometer-div .jcw-digit-container .jcw-digit, .counterCon .counterSeg .jellyfish-counter .jcw-odometer-div .jcw-digit-container .jcw-tenth {
  font-family: 'Raleway', sans-serif !important;
  font-size: 4em !important;
  line-height: 0;
  color: #1f6994;
}
.counterCon .counterSeg.fix #odometer_digit_1b {
  margin-top: 0px;
}
.counterCon .counterSeg p {
  display: block;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  font-size: 24px;
  margin: auto;
  max-width: 200px;
}
.sectorBlurb {
  display: block;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 1.6em 0 2em;
  text-shadow: 1px 1px 1px #242a2f;
}
@media (min-width: 720px) {
  .sectorBlurb {
    padding: 2em 0 2.4em;
  }
}
.sectorBlurb h2, .sectorBlurb p {
  text-align: center;
}
.sectorBlurb h2 {
  text-transform: capitalize;
  color: #fff;
  padding-bottom: 1em;
  letter-spacing: 1px;
  font: 22px 'Raleway', sans-serif;
  font-weight: 700;
}
@media (min-width: 720px) {
  .sectorBlurb h2 {
    font-size: 26px;
  }
}
@media (min-width: 1160px) {
  .sectorBlurb h2 {
    font-size: 32px;
  }
}
.sectorBlurb p {
  font-size: 17px;
  padding: 1em 0;
  color: #fff;
}
@media (min-width: 720px) {
  .sectorBlurb p {
    font-size: 19px;
  }
}
@media (min-width: 1160px) {
  .sectorBlurb p {
    font-size: 22px;
  }
}
article {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 720px) {
  .page-id-3908 .fullHome, .page-id-3906 .fullHome, .home .fullHome, .home .singular.page .fullHome {
    min-height: 680px;
    height: 33vh;
    padding: 0;
  }
  .page-id-3908 .fullHome.fullSmall, .page-id-3906 .fullHome.fullSmall, .home .fullHome.fullSmall, .home .singular.page .fullHome.fullSmall {
    height: 200px;
  }
}
@media (min-width: 845px) {
  .page-id-3908 .fullHome, .page-id-3906 .fullHome, .home .fullHome, .home .singular.page .fullHome {
    min-height: 550px;
  }
}
.page-template-pricelists .full {
  background-color: #fff;
}
.page-template-pricelists .price-table {
  background-color: #1a5d83;
  text-align: center;
}
.page-template-pricelists .price-table .how-it-works {
  color: #fff;
  padding: 2em;
  background-color: #0f3e58;
}
@media (min-width: 720px) {
  .page-template-pricelists .price-table .how-it-works {
    padding: 2em 6em;
  }
}
.page-template-pricelists .price-table .how-it-works h3 {
  font-size: 20px;
}
.page-template-pricelists .price-table .how-it-works p {
  margin-bottom: 0 !important;
}
.page-template-pricelists .price-table .socCon .socSeg h4, .page-template-pricelists .price-table .socCon .socSeg h5, .page-template-pricelists .price-table .socCon .socSeg ul li {
  color: #000;
}
.page-template-pricelists .price-table .socCon .socSeg .cost, .page-template-pricelists .price-table .socCon .socSeg p {
  color: #1a5d83;
}
.page-template-pricelists .footCon {
  background-color: #e9eee9;
}
.fulldefault {
  margin-top: 150px;
}
@media (min-width: 720px) {
  .page .fullHome.fullSmall, .singular.page .fullHome.fullSmall, .fullHome.fullSmall {
    min-height: 200px;
  }
}
@media (min-width: 720px) {
  .page .fullHome, .singular.page .fullHome, .fullHome {
    padding: 0;
  }
  .page .fullHome.fullSmall, .singular.page .fullHome.fullSmall, .fullHome.fullSmall {
    height: 200px;
  }
}
.page .fullHome.fullSide, .singular.page .fullHome.fullSide, .fullHome.fullSide {
  position: relative;
  z-index: 3;
}
@media (min-width: 720px) {
  .page .fullHome.fullSide, .singular.page .fullHome.fullSide, .fullHome.fullSide {
    height: auto;
  }
  .page .fullHome.fullSide article, .singular.page .fullHome.fullSide article, .fullHome.fullSide article {
    padding-bottom: 1em;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.page .fullHome .hentry, .singular.page .fullHome .hentry, .fullHome .hentry {
  width: 100%;
  display: block;
  margin: 0px auto;
  padding: 1em 0;
}
@media (min-width: 420px) {
  .page .fullHome .hentry, .singular.page .fullHome .hentry, .fullHome .hentry {
    padding: 2em 0 1em;
  }
}
@media (min-width: 720px) {
  .page .fullHome .hentry, .singular.page .fullHome .hentry, .fullHome .hentry {
    position: relative;
    padding: 2em 0;
    top: 35%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.page .fullHome h4, .singular.page .fullHome h4, .fullHome h4, .page .fullHome h2, .singular.page .fullHome h2, .fullHome h2, .page .fullHome p, .singular.page .fullHome p, .fullHome p {
  line-height: 1.5;
}
.page .fullHome h4, .singular.page .fullHome h4, .fullHome h4, .page .fullHome h2, .singular.page .fullHome h2, .fullHome h2, .page .fullHome h3.subTitle, .singular.page .fullHome h3.subTitle, .fullHome h3.subTitle {
  letter-spacing: 1px;
  font: 26px 'Raleway', sans-serif;
  font-weight: 700 !important;
}
@media (min-width: 420px) {
  .page .fullHome h4, .singular.page .fullHome h4, .fullHome h4, .page .fullHome h2, .singular.page .fullHome h2, .fullHome h2, .page .fullHome h3.subTitle, .singular.page .fullHome h3.subTitle, .fullHome h3.subTitle {
    font-size: 19px;
    padding-top: 10px;
  }
}
@media (min-width: 720px) {
  .page .fullHome h4, .singular.page .fullHome h4, .fullHome h4, .page .fullHome h2, .singular.page .fullHome h2, .fullHome h2, .page .fullHome h3.subTitle, .singular.page .fullHome h3.subTitle, .fullHome h3.subTitle {
    font-size: 21px;
    padding-top: 20px;
  }
}
@media (min-width: 1024px) {
  .page .fullHome h4, .singular.page .fullHome h4, .fullHome h4, .page .fullHome h2, .singular.page .fullHome h2, .fullHome h2, .page .fullHome h3.subTitle, .singular.page .fullHome h3.subTitle, .fullHome h3.subTitle {
    font-size: 25px;
  }
}
.page .fullHome h5, .singular.page .fullHome h5, .fullHome h5 {
  font-size: 23px;
}
@media (min-width: 720px) {
  .page .fullHome h5, .singular.page .fullHome h5, .fullHome h5 {
    font-size: 21px;
  }
}
.page .fullHome h3.subTitle, .singular.page .fullHome h3.subTitle, .fullHome h3.subTitle {
  font-size: 20px;
  text-transform: capitalize;
  text-align: center;
  line-height: 1.65em;
  padding-bottom: 0.5em;
}
.page .fullHome p, .singular.page .fullHome p, .fullHome p {
  margin-bottom: 1em;
  letter-spacing: 1px;
  font-size: 15px;
}
@media (min-width: 720px) {
  .page .fullHome p, .singular.page .fullHome p, .fullHome p {
    font-size: 18px;
  }
}
.serveCon {
  z-index: 5;
}
.serveCon h4 {
  letter-spacing: 1px;
  text-align: center;
  padding-bottom: 0.65em;
  font: 28px 'Raleway', sans-serif;
  font-weight: 700 !important;
}
@media (min-width: 400px) {
  .serveCon h4 {
    font-size: 32px;
  }
}
@media (min-width: 720px) {
  .serveCon h4 {
    font-size: 36px;
  }
}
@media (min-width: 1024px) {
  .serveCon h4 {
    font-size: 40px;
  }
}
@media (min-width: 1024px) {
  .serveCon .serveCol {
    width: 90%;
    display: block;
    margin: auto;
    max-width: 1320px;
    margin-bottom: 2em;
  }
}
.innerBrick .altCon {
  padding-bottom: 3em;
}
@media (min-width: 560px) {
  .innerBrick .altCon {
    padding-bottom: 2em;
  }
}
.innerBrick .altCon .altImg {
  padding: 1em 2em 0;
  max-height: none;
}
.initialCon {
  padding: 0 1em 0;
  position: relative;
  text-align: left;
}
@media (min-width: 560px) {
  .initialCon {
    padding: 0 1em;
  }
}
@media (min-width: 980px) {
  .initialCon {
    display: block;
    margin: auto;
    width: 90%;
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .initialCon {
    padding: 2em 3em;
  }
}
.initialCon p {
  margin: 1em 0;
}
h4.subTitle {
  color: #1f6994;
  text-align: center;
  letter-spacing: 1px;
  padding-top: 3em;
  padding-bottom: 0.65em;
  font-size: 22px;
}
@media (min-width: 560px) {
  h4.subTitle {
    padding-top: 1em;
  }
}
@media (min-width: 720px) {
  h4.subTitle {
    font-size: 24px;
    padding-bottom: 1em;
  }
}
@media (min-width: 1024px) {
  h4.subTitle {
    font-size: 28px;
  }
}
.miniBanner {
  min-height: 120px !important;
}
@media (min-width: 560px) {
  .miniBanner {
    height: 40vh;
  }
}
h1.noafter::after {
  display: none !important;
}
.hidenow {
  display: none !important;
}
.brickSeg {
  background: #242a2f;
  padding: 4.5em 0 0 !important;
  height: auto !important;
}
.sideBannerFloat {
  border-left: 14px solid #1f6994;
  overflow-x: hidden;
  overflow-y: visible;
  padding-left: 1.65em;
  width: 80%;
  margin-left: 5%;
  position: absolute;
  max-width: 620px;
  opacity: 1;
  z-index: 5;
  top: 4em;
}
@media (min-width: 400px) {
  .sideBannerFloat {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media (min-width: 720px) {
  .sideBannerFloat {
    width: 95%;
  }
}
.sideBannerFloat .sideBannerInner {
  display: block;
  color: #fff;
  position: relative;
  text-transform: uppercase;
  max-width: 100%;
}
.sideBannerFloat .sideBannerInner h1 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  text-shadow: 1px 1px 1px #242a2f;
}
@media (min-width: 400px) {
  .sideBannerFloat .sideBannerInner h1 {
    font-size: 28px;
  }
}
@media (min-width: 1024px) {
  .sideBannerFloat .sideBannerInner h1 {
    font-size: 36px;
  }
}
@media (min-width: 1320px) {
  .sideBannerFloat .sideBannerInner h1 {
    font-size: 40px;
  }
}
.sideBannerFloat .sideBannerInner h2 {
  font-size: 18px;
  text-shadow: 1px 1px 1px #242a2f;
  color: #fff !important;
  letter-spacing: 1px;
  font-weight: 500;
}
@media (min-width: 400px) {
  .sideBannerFloat .sideBannerInner h2 {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .sideBannerFloat .sideBannerInner h2 {
    font-size: 26px;
  }
}
@media (min-width: 1320px) {
  .sideBannerFloat .sideBannerInner h2 {
    font-size: 28px;
  }
}
.sideBannerFloat .sideBannerInner.darken h1, .sideBannerFloat .sideBannerInner.darken h2 {
  color: #242a2f !important;
}
.sigNat {
  display: none;
}
.sigNat.visible {
  display: block;
}
.innerBrick {
  position: relative;
  z-index: 5;
}
.innerBrick .miscQuote {
  display: block;
  margin: auto;
  padding: 2.6em 1em 2.6em;
}
.innerBrick .miscQuote .wpcf7 form.wpcf7-form p input {
  -webkit-appearance: none !important;
}
@media (min-width: 980px) {
  .innerBrick .miscQuote {
    width: 80%;
  }
  .innerBrick .miscQuote .wpcf7 form.wpcf7-form p textarea {
    padding-bottom: 0px;
  }
  .innerBrick .miscQuote .wpcf7 form.wpcf7-form p input, .innerBrick .miscQuote .wpcf7 form.wpcf7-form p textarea {
    font-size: 15px;
    padding: 3px;
    margin-bottom: 0.3em;
  }
}
@media (min-width: 1024px) {
  .innerBrick .miscQuote {
    width: 60%;
    padding: 3.8em 0 3.8em 0;
  }
  .innerBrick .miscQuote .wpcf7 form.wpcf7-form p input, .innerBrick .miscQuote .wpcf7 form.wpcf7-form p textarea {
    font-size: 18px;
    padding: 5px 5px 5px 7px;
    margin-bottom: 0.5em;
  }
  .innerBrick .miscQuote .wpcf7 form.wpcf7-form p textarea {
    padding-bottom: 18px;
  }
}
@media (min-width: 1320px) {
  .innerBrick .miscQuote {
    padding: 4.8em 0 4.8em 0;
  }
}
.innerBrick .miscQuote h3 {
  color: #242a2f;
  font: 20px 'Raleway', sans-serif;
  text-align: center;
  padding-bottom: 1em;
  font-weight: 600;
}
@media (min-width: 400px) {
  .innerBrick .miscQuote h3 {
    font-size: 22px;
  }
}
@media (min-width: 560px) {
  .innerBrick .miscQuote h3 {
    font-size: 26px;
  }
}
@media (min-width: 560px) {
  .innerBrick .miscQuote h3 {
    font-size: 30px;
  }
}
.fullShow {
  z-index: 4;
}
.single img[class*="align"], .single img[class*="wp-image-"], .single #content .gallery .gallery-icon img {
  max-width: 100%;
  border: 0;
  padding: 1em 0;
}
.single .singleLeft {
  display: block;
  width: 100%;
  padding: 1em;
  margin: auto;
  max-width: 1024px;
  opacity: 0;
  position: relative;
  -webkit-transition: opacity 1200ms ease-out 600ms;
  -moz-transition: opacity 1200ms ease-out 600ms;
  -ms-transition: opacity 1200ms ease-out 600ms;
  transition: opacity 1200ms ease-out 600ms;
}
.single .singleLeft.fSingle {
  margin-bottom: 35px;
}
.single .singleLeft.fSingle .entry-content h1 {
  font: 35px 'Raleway', sans-serif;
  font-weight: 700;
  margin-top: 10px;
  letter-spacing: -1px;
  margin-bottom: 16px;
  line-height: 1;
}
@media (max-width: 400px) {
  .single .singleLeft.fSingle .entry-content h1 {
    text-align: center;
  }
}
@media (min-width: 560px) {
  .single .singleLeft.fSingle .entry-content h1 {
    font-size: 44px;
  }
}
@media (min-width: 720px) {
  .single .singleLeft.fSingle .entry-content h1 {
    font-size: 5vw;
  }
}
@media (min-width: 1160px) {
  .single .singleLeft.fSingle .entry-content h1 {
    font-size: 4vw;
  }
}
.single .singleLeft.fSingle .entry-content p {
  font-size: 15px;
}
@media (min-width: 720px) {
  .single .singleLeft.fSingle .entry-content p {
    font-size: 18px;
  }
}
.single .singleLeft .socCon {
  max-width: 100%;
  width: 100%;
  padding: 3em 1em 1.4em;
}
.single .singleLeft article {
  padding: 0.3em 0 0;
}
@media (min-width: 720px) {
  .single .singleLeft article {
    padding: 1em 0 0;
  }
}
@media (min-width: 1024px) {
  .single .singleLeft article {
    padding: 0;
  }
}
.single .singleLeft article .entry-meta {
  opacity: 0.8;
  font-size: 15px;
  font-style: italic;
  color: #242a2f;
}
.single .singleLeft article .entry-meta a {
  color: #242a2f;
  font-weight: 300;
}
.single .singleLeft article .singleTitle {
  padding: 0 0 0.7em;
  font: 24px 'Raleway', sans-serif;
  color: #242a2f;
  font-weight: 600;
}
@media (min-width: 560px) {
  .single .singleLeft article .singleTitle {
    font-size: 26px;
  }
}
@media (min-width: 980px) {
  .single .singleLeft article .singleTitle {
    font-size: 28px;
  }
}
.single .singleLeft article .singleContent {
  padding-top: 2em;
  font-size: 17px;
  color: #242a2f;
  line-height: 1.5em;
}
.single .singleLeft article .singleContent h2, .single .singleLeft article .singleContent h3 {
  font-size: 20px;
  padding: 0.3em 0 0.6em;
  font-weight: 600;
  clear: none;
}
.single .singleLeft article .singleContent h3 {
  color: #1f6994;
}
.single .singleLeft article .singleContent a {
  color: #1f6994;
}
.single .singleLeft article .singleContent p {
  margin-bottom: 0.7em;
}
.single .singleLeft article .singleContent p a {
  text-decoration: underline;
}
.single .singleLeft article .singleContent ul {
  list-style: disc;
  padding: 0.6em 0 0.7em 1.5em;
}
.single .singleLeft article .singleContent ol {
  padding: 0.6em 0 0.7em 1.5em;
}
.single .singleLeft article .singleFooter {
  padding: 1em 0 0;
  opacity: 0.8;
  font-size: 15px;
  font-style: italic;
  color: #242a2f;
}
.single .singleLeft article .singleFooter a {
  color: #1f6994;
  font-weight: 300;
}
.nav-previous, .nav-next {
  text-align: center;
  min-width: 120px;
  width: auto;
  display: block;
}
.nav-previous a, .nav-next a {
  padding: 0.5em 2em;
  background: #242a2f;
  color: #fff;
  border-radius: 30px;
  display: block;
}
.nav-previous a:hover, .nav-next a:hover {
  background: #1f6994;
  text-decoration: none;
}
.sectorCon {
  display: table;
}
.sectorCon .sectorSeg#sectors h4 {
  font-size: 21px;
  padding: 1em 2em;
}
@media (min-width: 720px) {
  .sectorCon .sectorSeg#sectors h4 {
    padding: 1em 1em 0em;
  }
}
.sectorCon .sectorSeg#sectors p {
  padding: 1.3em 5.6em;
  display: none;
}
@media (min-width: 720px) {
  .sectorCon .sectorSeg#sectors p {
    display: block;
  }
}
.sectorCon .sectorSeg#sectors section {
  -webkit-transition: 400ms ease-out 800ms;
  width: 100%;
  float: left;
  background: #fff;
  text-align: center;
}
@media (min-width: 1100px) {
  .sectorCon .sectorSeg#sectors section {
    width: 33.33%;
  }
}
.sectorCon a.sectorSeg, .sectorCon span.sectorSeg {
  text-decoration: none !important;
  position: relative;
  padding: 2em;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
@media (min-width: 980px) {
  .sectorCon a.sectorSeg, .sectorCon span.sectorSeg {
    display: inline-block;
    width: 50%;
    padding: 5em 3em;
  }
}
@media (min-width: 1024px) {
  .sectorCon a.sectorSeg, .sectorCon span.sectorSeg {
    padding: 4em 3em;
  }
}
@media (min-width: 2200px) {
  .sectorCon a.sectorSeg, .sectorCon span.sectorSeg {
    width: 25%;
  }
}
.sectorCon a.sectorSeg h3, .sectorCon span.sectorSeg h3, .sectorCon a.sectorSeg p, .sectorCon span.sectorSeg p {
  margin: auto;
}
.sectorCon a.sectorSeg h3, .sectorCon span.sectorSeg h3 {
  text-align: left;
  padding-bottom: 0.8em;
  letter-spacing: 1px;
  font: 20px 'Raleway', sans-serif;
  color: #1a5d83;
  font-weight: 700 !important;
}
@media (min-width: 720px) {
  .sectorCon a.sectorSeg h3, .sectorCon span.sectorSeg h3 {
    font-size: 25px;
  }
}
.sectorCon a.sectorSeg p, .sectorCon span.sectorSeg p {
  font-size: 15px;
  margin-bottom: 0.5em !important;
  position: relative;
  line-height: 1.5;
  color: #000;
}
@media (min-width: 720px) {
  .sectorCon a.sectorSeg p, .sectorCon span.sectorSeg p {
    font-size: 18px;
  }
}
.sectorCon a.sectorSeg ul, .sectorCon span.sectorSeg ul {
  margin: 0 0 0 1.3em;
}
.sectorCon a.sectorSeg ul li, .sectorCon span.sectorSeg ul li {
  font-size: 16px;
  line-height: 1.5;
  padding-bottom: 0.5em;
}
.sectorCon a.sectorSeg.sectorConstruction, .sectorCon span.sectorSeg.sectorConstruction {
  background-color: #fff;
  background-size: cover;
  display: table-cell;
  width: 100%;
}
@media (min-width: 720px) {
  .sectorCon a.sectorSeg.sectorConstruction, .sectorCon span.sectorSeg.sectorConstruction {
    width: 60%;
  }
}
.sectorCon a.sectorSeg.sectorBuilding, .sectorCon span.sectorSeg.sectorBuilding {
  background-size: cover;
  background-repeat: none;
  background-position: center center;
  display: none;
  width: 40%;
}
@media (min-width: 720px) {
  .sectorCon a.sectorSeg.sectorBuilding, .sectorCon span.sectorSeg.sectorBuilding {
    display: table-cell;
  }
}
@media (min-width: 980px) {
  .sectorCon a.sectorSeg.sectorBuilding, .sectorCon span.sectorSeg.sectorBuilding {
    width: 40%;
    background-attachment: scroll;
  }
}
.sectorCon a.sectorSeg.sectorBuilders, .sectorCon span.sectorSeg.sectorBuilders {
  background: url(../data-direct/images/bg/surpass-the-competition.jpg) no-repeat center center;
  background-size: cover;
  display: none;
  width: 40%;
}
@media (min-width: 720px) {
  .sectorCon a.sectorSeg.sectorBuilders, .sectorCon span.sectorSeg.sectorBuilders {
    display: table-cell;
  }
}
.sectorCon a.sectorSeg.sectorContractors, .sectorCon span.sectorSeg.sectorContractors {
  background-size: cover;
  background-repeat: none;
  background-position: center center;
  display: none;
  width: 40%;
}
@media (min-width: 720px) {
  .sectorCon a.sectorSeg.sectorContractors, .sectorCon span.sectorSeg.sectorContractors {
    display: table-cell;
  }
}
@media (min-width: 980px) {
  .sectorCon a.sectorSeg.sectorContractors, .sectorCon span.sectorSeg.sectorContractors {
    background-attachment: scroll;
  }
}
.sectorCon a.sectorSeg.sectorGlazing, .sectorCon span.sectorSeg.sectorGlazing {
  background-color: #e9eee9;
  background-size: cover;
  display: table-cell;
  width: 100%;
}
@media (min-width: 980px) {
  .sectorCon a.sectorSeg.sectorGlazing, .sectorCon span.sectorSeg.sectorGlazing {
    width: 60%;
  }
}
.sectorCon a.sectorSeg.sectorProfessional, .sectorCon span.sectorSeg.sectorProfessional {
  background-size: cover;
  background-repeat: none;
  background-position: center center;
  display: none;
  width: 40%;
}
@media (min-width: 720px) {
  .sectorCon a.sectorSeg.sectorProfessional, .sectorCon span.sectorSeg.sectorProfessional {
    display: table-cell;
  }
}
@media (min-width: 980px) {
  .sectorCon a.sectorSeg.sectorProfessional, .sectorCon span.sectorSeg.sectorProfessional {
    width: 40%;
    background-attachment: scroll;
  }
}
.sectorCon a.sectorSeg.sectorProfessionals, .sectorCon span.sectorSeg.sectorProfessionals {
  background: url(../data-direct/images/bg/why-choose-data-direct.png) no-repeat center center;
  background-size: cover;
  display: table-cell;
  display: none;
  width: 40%;
}
@media (min-width: 720px) {
  .sectorCon a.sectorSeg.sectorProfessionals, .sectorCon span.sectorSeg.sectorProfessionals {
    display: table-cell;
  }
}
@media (min-width: 980px) {
  .sectorCon a.sectorSeg.sectorProfessionals, .sectorCon span.sectorSeg.sectorProfessionals {
    width: 40%;
    background-attachment: scroll;
  }
}
.sectorCon a.sectorSeg.sectorDMA, .sectorCon span.sectorSeg.sectorDMA {
  background: url(../data-direct/images/bg/construction-worker2.png) no-repeat center center;
  background-size: cover;
  display: none;
  width: 100%;
}
@media (min-width: 720px) {
  .sectorCon a.sectorSeg.sectorDMA, .sectorCon span.sectorSeg.sectorDMA {
    display: table-cell;
  }
}
@media (min-width: 980px) {
  .sectorCon a.sectorSeg.sectorDMA, .sectorCon span.sectorSeg.sectorDMA {
    width: 40%;
    background-attachment: scroll;
  }
}
.sectorCon a.sectorSeg.sectorDatabases, .sectorCon span.sectorSeg.sectorDatabases {
  background: url(../data-direct/images/bg/view-other-databases.jpg) no-repeat center center;
  background-size: cover;
  width: 100%;
  display: block;
  height: 200px;
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.sectorCon a.sectorSeg.sectorDatabases:hover, .sectorCon span.sectorSeg.sectorDatabases:hover {
  opacity: 0.9;
}
.sectorCon a.sectorSeg.sectorSellingtoBuilders, .sectorCon span.sectorSeg.sectorSellingtoBuilders {
  background: url(../data-direct/images/bg/selling-to-builders.png) no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 200px;
  display: block;
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.sectorCon a.sectorSeg.sectorSellingtoBuilders:hover, .sectorCon span.sectorSeg.sectorSellingtoBuilders:hover {
  opacity: 0.9;
}
.sectorCon a.sectorSeg.sectorArchitects, .sectorCon span.sectorSeg.sectorArchitects {
  background: url(../data-direct/images/bg/selling-to-architects.jpg) no-repeat center center;
  background-size: cover;
  height: 200px;
  width: 100%;
  display: block;
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.sectorCon a.sectorSeg.sectorArchitects:hover, .sectorCon span.sectorSeg.sectorArchitects:hover {
  opacity: 0.9;
}
.sectorCon a.sectorSeg.sectorDataDirect, .sectorCon span.sectorSeg.sectorDataDirect {
  background: url(../data-direct/images/bg/learn-about-data.jpg) no-repeat center center;
  background-size: cover;
  height: 200px;
  width: 100%;
  display: block;
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.sectorCon a.sectorSeg.sectorDataDirect:hover, .sectorCon span.sectorSeg.sectorDataDirect:hover {
  opacity: 0.9;
}
.socCon {
  padding: 2em;
  display: block;
}
@media (min-width: 720px) {
  .socCon {
    padding: 0.5em 1em 3em;
    width: 90%;
    max-width: 1024px;
    margin: auto;
  }
}
@media (min-width: 1024px) {
  .socCon {
    padding: 3em;
  }
}
.socCon.socConTop {
  margin-top: 3em;
}
@media (min-width: 980px) {
  .socCon.socConTop {
    margin-top: 4em;
  }
}
.socCon .socSeg {
  display: inline-block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1em;
  float: left;
  opacity: 0;
  text-decoration: none !important;
  -webkit-transition: 400ms ease-out 100ms;
  -moz-transition: 400ms ease-out 100ms;
  -ms-transition: 400ms ease-out 100ms;
  transition: 400ms ease-out 100ms;
}
@media (min-width: 720px) {
  .socCon .socSeg {
    width: 33.33%;
  }
}
.socCon .socSeg:nth-child(2) {
  -webkit-transition: 400ms ease-out 100ms;
  -moz-transition: 400ms ease-out 100ms;
  -ms-transition: 400ms ease-out 100ms;
  transition: 400ms ease-out 100ms;
}
.socCon .socSeg:nth-child(3) {
  -webkit-transition: 400ms ease-out 100ms;
  -moz-transition: 400ms ease-out 100ms;
  -ms-transition: 400ms ease-out 100ms;
  transition: 400ms ease-out 100ms;
}
.socCon .socSeg.visible {
  opacity: 1;
}
.socCon .socSeg h4 {
  font-size: 21px;
  color: #fff;
}
.socCon .socSeg hr {
  margin-bottom: 20px;
}
.socCon .socSeg ul {
  list-style: none;
  text-align: center;
  height: auto;
}
@media (min-width: 720px) {
  .socCon .socSeg ul {
    height: 240px;
  }
}
.socCon .socSeg ul li {
  font-size: 18px;
  position: relative;
  color: #fff;
  margin-bottom: 1em;
}
.socCon .socSeg i {
  text-align: center;
  font-size: 14px;
  padding-bottom: 0.3em;
  color: #fff;
  display: inline-block;
  -webkit-transition: color 120ms ease-out;
  -moz-transition: color 120ms ease-out;
  -ms-transition: color 120ms ease-out;
  transition: color 120ms ease-out;
}
.socCon .socSeg .cost {
  font-size: 40px;
}
.socCon .socSeg p {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 14px;
  margin-bottom: 10px;
}
.socCon .socSeg p span {
  padding-top: 0.5em;
}
@media (min-width: 720px) {
  .socCon .socSeg p span {
    letter-spacing: 1px;
    font-weight: 300;
    font-size: 16px;
    color: #fff;
  }
}
.wpcf7 .data-check {
  clear: both;
}
.wpcf7 .data-check p.terms {
  display: block;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 25px !important;
  padding: 10px;
  width: 100%;
  line-height: 1.5;
}
.wpcf7 .data-check p.terms a {
  color: #242a2f;
  text-decoration: none;
}
.wpcf7 .data-check p.terms a:hover {
  color: #1f6994;
}
.wpcf7 .data-check .wpcf7-checkbox, .wpcf7 .data-check .wpcf7-radio {
  margin: 0;
}
.wpcf7 .data-check .wpcf7-checkbox.wpcf7-not-valid:before, .wpcf7 .data-check .wpcf7-radio.wpcf7-not-valid:before, .wpcf7 .data-check .wpcf7-checkbox.wpcf7-not-valid:active, .wpcf7 .data-check .wpcf7-radio.wpcf7-not-valid:active {
  content: 'Please select an option below:';
  margin-bottom: 10px;
  display: block;
  font-size: 14px;
  color: red;
}
.wpcf7 .data-check span.wpcf7-list-item {
  margin: 0;
  overflow: hidden;
  height: auto;
  display: block;
  user-select: none;
}
.wpcf7 .data-check span.wpcf7-list-item.last .wpcf7-list-item-label {
  margin: 0px;
}
.wpcf7 .data-check span.wpcf7-list-item * {
  cursor: pointer;
}
.wpcf7 .data-check span.wpcf7-list-item label {
  display: block;
  height: auto;
}
.wpcf7 .data-check span.wpcf7-list-item .wpcf7-list-item-label {
  display: block;
  position: relative;
  border: 1px solid #242a2f;
  padding: 12px 20px;
  padding-left: 60px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.625;
}
.wpcf7 .data-check span.wpcf7-list-item .wpcf7-list-item-label:before {
  content: '';
  font-family: 'FontAwesome';
  display: block;
  position: absolute;
  top: 50%;
  left: 15px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background: #fff;
  border: 1px solid #bebebe;
  text-align: center;
  border-radius: 0px !important;
  transform: translateY(-50%);
}
.wpcf7 .data-check span.wpcf7-list-item input[type="checkbox"] {
  display: none;
}
.wpcf7 .data-check span.wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label::before {
  content: '\f00c';
  background: #fff;
}
.wpcf7 form.wpcf7-form {
  position: relative;
}
.wpcf7 form.wpcf7-form p {
  display: block;
  width: 100%;
}
@media (min-width: 1024px) {
  .wpcf7 form.wpcf7-form p {
    width: 50%;
  }
}
.wpcf7 form.wpcf7-form p input {
  padding: 10px !important;
}
.wpcf7 form.wpcf7-form p input, .wpcf7 form.wpcf7-form p textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-size: 18px;
  color: #111;
  font-family: 'Raleway', sans-serif;
  max-width: 100%;
  border: 1px solid #333;
  background: #fff;
  -webkit-appearance: none;
  margin-bottom: 0.5em;
  -webkit-transition: 300ms ease-in;
  -moz-transition: 300ms ease-in;
  -ms-transition: 300ms ease-in;
  transition: 300ms ease-in;
}
.wpcf7 form.wpcf7-form p input.wpcf7-not-valid, .wpcf7 form.wpcf7-form p textarea.wpcf7-not-valid {
  border: 1px solid #f50 !important;
}
.wpcf7 form.wpcf7-form p ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #333 !important;
  opacity: 1;
}
.wpcf7 form.wpcf7-form p :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #333 !important;
  opacity: 1;
}
.wpcf7 form.wpcf7-form p ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #333 !important;
  opacity: 1;
}
.wpcf7 form.wpcf7-form p :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #333 !important;
  opacity: 1;
}
@media (min-width: 1024px) {
  .wpcf7 form.wpcf7-form p textarea {
    padding-bottom: 45px !important;
  }
}
.wpcf7 form.wpcf7-form p input[type=text]:focus, .wpcf7 form.wpcf7-form p input[type=password]:focus, .wpcf7 form.wpcf7-form p input[type=email]:focus, .wpcf7 form.wpcf7-form p input[type=url]:focus, .wpcf7 form.wpcf7-form p input[type=number]:focus, .wpcf7 form.wpcf7-form p input[type=tel]:focus, .wpcf7 form.wpcf7-form p textarea:focus {
  background: #f1f9fd;
}
.wpcf7 form.wpcf7-form p input[type="submit"] {
  background: #1f6994;
  border: none;
  width: auto;
  cursor: pointer;
  margin: 0;
  padding: 10px 50px !important;
  border-radius: 30px !important;
  color: #fff;
  font-size: 20px !important;
  font-family: fontAwesome, 'Open Sans', sans-serif !important;
  -webkit-transition: background 300ms ease-out;
  -moz-transition: background 300ms ease-out;
  -ms-transition: background 300ms ease-out;
  transition: background 300ms ease-out;
}
.wpcf7 form.wpcf7-form p input[type="submit"]:hover {
  background: #242a2f;
}
@media (min-width: 1024px) {
  .wpcf7 form.wpcf7-form p input[type="submit"] {
    padding: 10px 5px;
  }
}
.wpcf7 form.wpcf7-form p span.wpcf7-not-valid-tip {
  display: none !important;
}
@media (min-width: 1024px) {
  .wpcf7 form.wpcf7-form p:nth-child(2), .wpcf7 form.wpcf7-form p:nth-child(3), .wpcf7 form.wpcf7-form p:nth-child(4), .wpcf7 form.wpcf7-form p:nth-child(5) {
    display: inline-block;
    margin: auto;
    clear: left;
    padding-right: 2%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (min-width: 1024px) {
  .wpcf7 form.wpcf7-form p.ptarget {
    float: right;
    position: absolute;
    right: 0;
  }
}
.wpcf7 form.wpcf7-form .wpcf7-response-output {
  display: block !important;
  width: 100%;
  padding: 2em;
  margin: 0 auto;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  top: 100%;
}
.wpcf7 form.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
  -webkit-animation: anFader 3500ms ease-out 1;
  -moz-animation: anFader 3500ms ease-out 1;
  -o-animation: anFader 3500ms ease-out 1;
  animation: anFader 3500ms ease-out 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.wpcf7 form.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
  -webkit-animation: anFader 3500ms ease-out 1;
  -moz-animation: anFader 3500ms ease-out 1;
  -o-animation: anFader 3500ms ease-out 1;
  animation: anFader 3500ms ease-out 1;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
.socCon form.wpcf7-form {
  padding-bottom: 40px;
}
.socCon form.wpcf7-form p input[type=text], .socCon form.wpcf7-form p input[type=tel], .socCon form.wpcf7-form p input[type=email], .socCon form.wpcf7-form p input[type=number], .socCon form.wpcf7-form p textarea {
  background: #fff;
  border: 1px solid #333;
  padding: 10px !important;
  -webkit-transition: 300ms ease-in;
  -moz-transition: 300ms ease-in;
  -ms-transition: 300ms ease-in;
  transition: 300ms ease-in;
}
.socCon form.wpcf7-form p input[type=text]:focus, .socCon form.wpcf7-form p input[type=password]:focus, .socCon form.wpcf7-form p input[type=email]:focus, .socCon form.wpcf7-form p input[type=url]:focus, .socCon form.wpcf7-form p input[type=number]:focus, .socCon form.wpcf7-form p input[type=tel]:focus, .socCon form.wpcf7-form p textarea:focus {
  background: #f1f9fd;
}
.socCon form.wpcf7-form p textarea {
  padding-bottom: 103px !important;
}
.socCon form.wpcf7-form input[type=submit] {
  width: auto !important;
  padding: 10px 50px !important;
  margin: auto;
  font-size: 20px !important;
  border-radius: 30px;
  font-family: fontAwesome, 'Open Sans', sans-serif !important;
  text-transform: none !important;
}
.socCon form.wpcf7-form ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #333 !important;
  opacity: 1;
}
.socCon form.wpcf7-form :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #333 !important;
  opacity: 1;
}
.socCon form.wpcf7-form ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #333 !important;
  opacity: 1;
}
.socCon form.wpcf7-form :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #333 !important;
  opacity: 1;
}
.socCon h4 {
  letter-spacing: 1px;
  padding-bottom: 0.65em;
  font-weight: 700 !important;
  text-align: center;
}
.altCon .altTxt {
  padding: 0 1em;
}
.servePadding {
  padding-top: 3%;
}
@media (max-width: 440px) {
  .noPadMob {
    padding-bottom: 0 !important;
  }
}
.altSeg {
  display: block;
  width: 100%;
  position: relative;
  z-index: 4;
  float: left;
  opacity: 0;
  margin-top: 150px;
}
@media (max-width: 559px) {
  .altSeg {
    height: auto;
    overflow: hidden;
  }
}
@media (max-width: 320px) {
  .altSeg {
    opacity: 0;
  }
}
@media (orientation: landscape) and (max-width: 320px) {
  .altSeg {
    opacity: 0;
  }
}
.altSeg .altImg {
  display: block;
  width: 100%;
  max-height: 600px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 559px) {
  .altSeg .altImg {
    position: absolute;
    max-height: none;
    height: 100%;
  }
}
.altSeg .altImg img {
  width: 100%;
  display: block;
  margin: auto;
  position: relative;
  min-width: 800px;
  max-width: none !important;
}
@media (max-width: 559px) {
  .altSeg .altImg img {
    width: auto;
    min-width: 100%;
    min-height: 100%;
    left: -500px;
  }
}
@media (orientation: landscape) and (max-width: 600px) {
  .altSeg .altImg img {
    min-width: 1200px;
  }
}
@media (min-width: 560px) {
  .altSeg .altImg img {
    min-width: 900px;
  }
}
@media (min-width: 720px) {
  .altSeg .altImg img {
    min-width: 1000px;
  }
}
.altSeg .altTxt {
  display: block;
  width: 100%;
  color: #fff;
  padding: 1em;
  position: absolute;
  z-index: 4;
  top: 0;
}
@media (min-width: 560px) {
  .altSeg .altTxt {
    padding-top: 1em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media (min-width: 720px) {
  .altSeg .altTxt {
    min-width: 560px;
  }
}
@media (min-width: 1024px) {
  .altSeg .altTxt {
    display: inline-block;
    float: left;
    width: 40%;
    padding: 1em 3em;
    margin-left: 4%;
  }
}
@media (max-width: 559px) {
  .altSeg .altTxt {
    position: relative;
    padding: 4em 2em;
  }
}
.altSeg .altTxt h2, .altSeg .altTxt h3, .altSeg .altTxt p, .altSeg .altTxt ul, .altSeg .altTxt li {
  text-align: center;
}
@media (min-width: 1024px) {
  .altSeg .altTxt h2, .altSeg .altTxt h3, .altSeg .altTxt p, .altSeg .altTxt ul, .altSeg .altTxt li {
    text-align: left !important;
  }
}
@media (min-width: 1024px) {
  .altSeg .altTxt p {
    font-size: 1.4vw !important;
  }
}
@media (min-width: 1600px) {
  .altSeg .altTxt p {
    font-size: 1.2vw !important;
  }
}
.altSeg .altTxt h2, .altSeg .altTxt h3 {
  font: 24px 'Raleway', sans-serif;
  color: #fff !important;
  margin: 0;
  font-weight: 600;
  letter-spacing: 1px;
  padding-bottom: 1.2em;
}
@media (min-width: 720px) {
  .altSeg .altTxt h2, .altSeg .altTxt h3 {
    font-size: 26px;
  }
}
@media (min-width: 1024px) {
  .altSeg .altTxt h2, .altSeg .altTxt h3 {
    font-size: 28px;
  }
}
@media (min-width: 1600px) {
  .altSeg .altTxt h2, .altSeg .altTxt h3 {
    font-size: 34px;
  }
}
.altSeg .altTxt p {
  font-size: 16px;
  letter-spacing: 1px;
  margin-bottom: 1em;
}
@media (min-width: 720px) {
  .altSeg .altTxt p {
    font-size: 17px;
  }
}
@media (min-width: 1024px) {
  .altSeg .altTxt p {
    font-size: 18px;
  }
}
@media (min-width: 1600px) {
  .altSeg .altTxt p {
    font-size: 22px;
  }
}
.altSeg .altTxt p.jobTitle {
  margin-bottom: 8px;
  margin-top: -20px;
  font-size: 20px;
  text-transform: uppercase;
  opacity: 0.6;
}
.altSeg .altTxt a {
  display: block;
  width: 100%;
  max-width: 300px;
  box-sizing: border-box;
  text-align: center;
  border-radius: 100px;
  color: #fff !important;
  text-transform: capitalize;
  -webkit-box-shadow: 1px 2px 1px rgba(33, 33, 33, 0.3);
  -moz-box-shadow: 1px 2px 1px rgba(33, 33, 33, 0.3);
  box-shadow: 1px 2px 1px rgba(33, 33, 33, 0.3);
  margin: 0.6em auto 0;
  text-decoration: none !important;
  padding: 0.6em;
  -webkit-transition: 150ms ease-out;
  -moz-transition: 150ms ease-out;
  -ms-transition: 150ms ease-out;
  transition: 150ms ease-out;
  font-weight: 200;
  background: #1f6994;
}
.altSeg .altTxt a:hover {
  background: #fff;
  color: #242a2f !important;
  text-decoration: none !important;
}
@media (min-width: 1024px) {
  .altSeg .altTxt a {
    text-align: center;
    float: left;
    font-size: 18px;
    margin-top: 0;
  }
}
@media (min-width: 1211px) {
  .altSeg .altTxt a {
    text-align: center;
    float: left;
    font-size: 18px;
    margin-top: 0.6em;
  }
}
.altSeg .altTxt.altStudy h2, .altSeg .altTxt.altStudy h3 {
  color: #1f6994;
}
.altSeg .altTxt.altStudy p {
  color: #fff;
}
@media (min-width: 1024px) {
  .altSeg.altRight .altTxt {
    right: 0;
    text-align: right;
    margin-left: auto;
    margin-right: 4%;
  }
  .altSeg.altRight .altTxt h2, .altSeg.altRight .altTxt h3, .altSeg.altRight .altTxt p, .altSeg.altRight .altTxt ul, .altSeg.altRight .altTxt li {
    text-align: right !important;
  }
  .altSeg.altRight .altTxt a {
    float: right !important;
  }
  .altSeg.altRight .altImg {
    float: right;
  }
  .altSeg.altRight .altImg img {
    float: right;
  }
}
@media (max-width: 559px) {
  .altSeg.altRight .altImg img {
    left: auto;
  }
}
img.fullFixBg {
  position: fixed;
  z-index: 0;
  width: auto;
  height: 100%;
  min-width: 100%;
  min-height: auto;
  top: 0;
}
body .sectorHero {
  height: auto !important;
  z-index: 0;
  background: transparent;
  position: relative;
  overflow: visible;
}
@media (min-width: 560px) {
  body .sectorHero {
    height: 600px !important;
  }
}
@media (min-width: 720px) {
  body .sectorHero {
    height: 80vh !important;
  }
}
body .sectorHero .hentry {
  top: auto !important;
  text-shadow: 1px 1px 1px #2a2a2a;
  position: relative;
  z-index: 3;
  text-align: center;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  padding: 6em 0 7em !important;
}
@media (min-width: 560px) {
  body .sectorHero .hentry {
    padding: 1.2em 0 2.2em !important;
    top: 50% !important;
    position: relative;
    -webkit-transform: translateY(-50%) !important;
    -moz-transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
  }
}
@media (min-width: 980px) {
  body .sectorHero .hentry {
    width: 90% !important;
  }
}
@media (min-width: 1400px) {
  body .sectorHero .hentry {
    width: 80% !important;
  }
}
@media (max-width: 360px) {
  body .sectorHero .hentry {
    margin-top: 0px !important;
    opacity: 1 !important;
  }
}
body .sectorHero h4 {
  color: #fff !important;
  text-transform: none;
  padding-bottom: 1em !important;
}
body .sectorHero p {
  color: #fff;
  text-align: justify;
}
.footCon {
  width: 100%;
  z-index: 11;
  background-color: #e9eee9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.footCon .footSeg {
  display: block;
  padding: 2em 1em 1.6em;
  text-align: center;
}
@media (min-width: 720px) {
  .footCon .footSeg {
    padding: 0.2em 1em 0.5em;
  }
}
.footCon .footSeg ul {
  list-style: none;
}
.footCon .footSeg ul li {
  line-height: 1.8em;
}
.footCon .footSeg ul li a:hover {
  color: #1f6994;
}
.footCon .footSeg ul li ul {
  display: none !important;
}
.footCon .footSeg ul .menu-item-3946 {
  padding-bottom: 1.2em;
}
.footCon .footSeg ul .menu-item-3946 a {
  font: 18px 'Raleway', sans-serif;
  font-weight: 600;
}
.footCon .footSeg ul .menu-item-3946 a:hover {
  color: #000;
}
.footCon .footSeg h4, .footCon .footSeg p, .footCon .footSeg ul, .footCon .footSeg li, .footCon .footSeg a {
  text-decoration: none !important;
  color: #242a2f;
}
.footCon .footSeg h4 {
  font: 18px 'Raleway', sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  padding-bottom: 1.2em;
}
@media (min-width: 720px) {
  .footCon .footSeg h4 {
    color: #242a2f;
  }
}
@media (min-width: 1024px) {
  .footCon .footSeg h4 {
    font-size: 19px;
  }
}
.footCon .footSeg p {
  line-height: 1.8;
}
.footCon .footSeg p a i {
  padding-right: 4px;
  font-size: 1em;
}
.footCon .footSeg p a:hover {
  color: #1f6994;
}
@media (min-width: 720px) {
  .footCon .footSeg.footSegRight {
    display: inline-block;
    max-width: 33.33%;
    width: auto;
    float: right;
    text-align: right;
    padding: 2em 3em;
  }
}
@media (min-width: 720px) {
  .footCon .footSeg.footSegLeft {
    float: left;
    text-align: left;
    padding: 2em 3em;
  }
}
.bgFill {
  z-index: 1;
  position: fixed;
  height: 100%;
  width: 100%;
}
.bgFill img {
  min-height: auto;
  min-width: 100%;
}
.singleFloat {
  margin-top: 100px;
  background: transparent;
}
@media (min-width: 560px) {
  .singleFloat {
    margin-top: 25vh;
  }
}
@media (max-width: 380px) {
  .singleFloat {
    margin-top: 75px;
  }
}
@media (orientation: landscape) and (max-width: 600px) {
  .singleFloat {
    margin-top: 75px;
  }
}
.singleFloat .singleLeft {
  margin-top: 70px;
  background: #fff;
  margin-bottom: 180px !important;
}
@media (min-width: 980px) {
  .singleFloat .singleLeft {
    padding: 2em 2em 2em;
    margin-top: 30px;
  }
}
@media (orientation: landscape) and (max-width: 720px) {
  .singleFloat .singleLeft {
    margin-bottom: 100px !important;
  }
}
.singleFloat .singleLeft a.singleBack {
  width: 70px;
  height: 70px;
  position: absolute;
  top: -70px;
  left: 0;
  color: #fff;
  text-align: center;
  font-weight: bold;
  background: #1f6994;
  display: block;
  -webkit-transition: background 150ms ease-in;
  -moz-transition: background 150ms ease-in;
  -ms-transition: background 150ms ease-in;
  transition: background 150ms ease-in;
}
.singleFloat .singleLeft a.singleBack:hover {
  background: #242a2f;
}
@media (min-width: 1150px) {
  .singleFloat .singleLeft a.singleBack {
    top: 50px;
    left: -70px;
    -webkit-box-shadow: inset -5px 0 7px rgba(33, 33, 33, 0.2);
    -moz-box-shadow: inset -5px 0 7px rgba(33, 33, 33, 0.2);
    box-shadow: inset -5px 0 7px rgba(33, 33, 33, 0.2);
  }
}
.singleFloat .singleLeft a.singleBack i {
  color: #fff;
  display: block;
  text-align: center;
  font-size: 24px;
  line-height: 1em;
  padding-top: 15px;
}
.singleFloat .singleLeft .singleTop {
  display: none;
}
@media (min-width: 1150px) {
  .singleFloat .singleLeft .singleTop {
    display: block;
    position: absolute;
    top: -50px;
    height: 50px;
    width: 100%;
    left: 0;
    padding-right: 50px;
  }
  .singleFloat .singleLeft .singleTop .singleFill {
    position: relative;
    width: 100%;
    height: 100%;
    background: #fff;
  }
  .singleFloat .singleLeft .singleTop img {
    position: absolute;
    width: 50px;
    height: 50px;
    right: 0;
    top: 0;
  }
}
footer.footCon .deskMax {
  padding: 2em 3em;
  background-color: #242a2f;
  text-align: center;
}
@media (min-width: 720px) {
  footer.footCon .deskMax {
    text-align: left;
  }
}
footer.footCon .deskMax p, footer.footCon .deskMax a {
  color: #e3e8e3;
  margin: auto;
}
footer.footCon .deskMax a:hover {
  color: #1f6994;
}
footer.footCon .deskMax .socFloat {
  display: block;
  margin: auto;
  padding: 1em 0 1.5em;
  max-width: 100%;
  text-align: center;
  width: 100%;
}
@media (min-width: 560px) {
  footer.footCon .deskMax .socFloat {
    width: 400px;
  }
}
footer.footCon .deskMax .socFloat a, footer.footCon .deskMax .socFloat a:hover, footer.footCon .deskMax .socFloat a:active {
  margin: 0 9px 0;
  text-decoration: none;
  display: inline-block;
}
footer.footCon .deskMax .socFloat a i, footer.footCon .deskMax .socFloat a:hover i, footer.footCon .deskMax .socFloat a:active i {
  display: block;
}
footer.footCon .deskMax .socFloat a:hover {
  color: #1f6994;
}
footer.footCon .deskMax .socFloat .left {
  margin-top: 25px;
}
@media (min-width: 560px) {
  footer.footCon .deskMax .socFloat .left {
    width: 55%;
    float: left;
  }
}
@media (min-width: 560px) {
  footer.footCon .deskMax .socFloat .right {
    width: 45%;
    float: right;
  }
}
footer.footCon .deskMax .socFloat .right img {
  width: 100%;
  max-width: 200px;
  margin: auto;
  margin-top: 20px;
}
@media (min-width: 560px) {
  footer.footCon .deskMax .socFloat .right img {
    float: right;
    margin-top: 0;
  }
}
footer.footCon .deskMax .socFloat .right a {
  max-width: 100%;
}
@media (min-width: 1024px) {
  .page .padTopDesk {
    padding-top: 2em !important;
  }
}
.page-template-contact-page .entry-content {
  padding: 3em 1em 1.4em !important;
}
.page-template-pricelists .price-table section, .page-template-pricelists .price-table input {
  display: none;
}
.page-template-pricelists .price-table label {
  display: inline-block;
  margin: 0;
  padding: 15px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  color: #bbb;
  border: 1px solid transparent;
}
@media (min-width: 400px) {
  .page-template-pricelists .price-table label {
    padding: 25px 69px;
  }
}
@media (min-width: 720px) {
  .page-template-pricelists .price-table label:nth-child(2) {
    padding-left: 5.9em;
  }
}
.page-template-pricelists .price-table label:before {
  font-family: fontawesome;
  font-weight: normal;
  margin-right: 10px;
}
@media (min-width: 650px) {
  .page-template-pricelists .price-table label:before {
    margin: 0 0 -1px;
  }
}
.page-template-pricelists .price-table label:hover {
  color: #888;
  cursor: pointer;
}
.page-template-pricelists .price-table input:checked + label {
  color: #fff;
  background-color: #1a5d83;
  font-weight: 800;
}
.page-template-pricelists .price-table #tab1:checked ~ #content1, .page-template-pricelists .price-table #tab2:checked ~ #content2, .page-template-pricelists .price-table #tab3:checked ~ #content3, .page-template-pricelists .price-table #tab4:checked ~ #content4 {
  display: block;
}
.singular .entry-meta .edit-link a {
  top: 0px;
  z-index: 300;
}
.error404 .hentry {
  border-bottom: 0 !important;
}
.error404 .serveSeg {
  opacity: 1 !important;
}
.caption {
  opacity: 0.7;
  padding: 0.5em 0.5em 0.5em 1em;
  background: #ccc;
  display: block;
  font-size: 14px;
  clear: both;
  margin-bottom: 15px;
  font-style: italic;
}
.caption p {
  margin: 0;
}
.single img[class*="align"], .single img[class*="wp-image-"] {
  padding: 0;
}
.senior {
  margin-top: 1em !important;
}
.wp-caption {
  background: #fff;
  margin: auto;
  display: block;
  width: 100% !important;
  max-width: 100%;
}
.wp-caption .wp-caption-text {
  padding-left: 0;
  color: #888;
  font: 15px 'Raleway', sans-serif;
}
.wp-caption .wp-caption-text::before {
  display: none;
}
.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: 1em;
  font-size: 100%;
  background-color: #eee;
  overflow: auto;
}
.ui-accordion .ui-accordion-header:hover {
  background-color: #e5e5e5;
}
.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}
.ui-accordion .ui-accordion-content p {
  font-size: 15px;
}
@media (min-width: 720px) {
  .ui-accordion .ui-accordion-content p {
    font-size: 18px;
  }
}
.ui-accordion h3:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}
.ui-accordion h3.ui-state-active:after {
  content: "\2212";
}
.woocommerce a {
  color: #000;
}
.woocommerce a:hover {
  color: #1f6994;
}
.woocommerce a.remove {
  line-height: 0.8;
}
.woocommerce .wc-terms-and-conditions .input-checkbox {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}
.woocommerce #place_order {
  transition: background-color 0.5s ease;
  background: #1a5d83;
  color: #fff;
  font-weight: 600;
  border-radius: 100px;
}
.woocommerce #place_order:hover {
  background: #0f3e58;
  color: #fff;
}
@media (max-width: 720px) {
  .woocommerce .form-row-first, .woocommerce .form-row-last {
    width: 100% !important;
    padding-right: 0 !important;
  }
  .woocommerce .form-row-first .wc-credit-card-form-card-cvc, .woocommerce .form-row-last .wc-credit-card-form-card-cvc {
    width: 100% !important;
  }
}
.woocommerce input.input-text, .woocommerce .select2-container .select2-choice, .woocommerce .input-text {
  padding: 10px;
  background: #fff;
  border: 1px solid #333;
}
.woocommerce form .form-row.woocommerce-validated input.input-text {
  border-color: #1a5d83;
}
.woocommerce input.button.alt {
  background-color: #1a5d83;
}
.woocommerce input.button.alt:hover {
  background-color: #1f6994;
}
.woocommerce .order_details {
  padding-top: 1em !important;
}
.woocommerce .order_details li {
  font-size: 15px !important;
  padding-top: 10px;
}
.woocommerce-page .cart-collaterals .cart_totals {
  width: 100%;
}
.woocommerce-page .cart-collaterals a.checkout-button {
  background-color: #1a5d83;
}
.woocommerce-page .cart-collaterals a.checkout-button:hover {
  background-color: #1f6994;
}
.terms-conditions {
  padding-top: 0;
}
#cookiePolicy {
  transition: 0.3s ease;
}
#cookiePolicy.hide {
  opacity: 0;
  visibility: hidden;
}
#cookiePolicy #closeCookie {
  position: absolute;
  top: 50%;
  right: 15px;
  font-size: 15px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  transform: translateY(-50%);
  background: #dcdcdc;
  cursor: pointer;
  transition: 0.3s ease;
}
#cookiePolicy #closeCookie:hover {
  background: #c9c5c5;
}
#cookiePolicy .cookie-content {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background: #eee;
  padding: 20px 70px 20px 30px;
}
#cookiePolicy .cookie-content p {
  margin: 0;
}
#cookieTableContainer {
  overflow-x: scroll;
}
#cookieTable {
  border-collapse: collapse;
  margin: 10px 0 30px;
}
#cookieTable td, #cookieTable th {
  border: 1px solid #d5d2d2;
  padding: 15px;
  text-align: center;
  vertical-align: middle;
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 1.6em;
}
#cookieTable tr td:nth-of-type(1), #cookieTable tr th:nth-of-type(1) {
  min-width: 125px;
}
#cookieTable tr td:nth-of-type(2), #cookieTable tr th:nth-of-type(2) {
  min-width: 200px;
}
#cookieTable tr td:nth-of-type(3), #cookieTable tr th:nth-of-type(3) {
  min-width: 80px;
}
#cookieTable tr td:nth-of-type(4), #cookieTable tr th:nth-of-type(4) {
  min-width: 300px;
}
