/*
Theme Name: Service Today
Description: June 2018
Version: 1
Author: White River Design
*/

@font-face {
    font-family: 'Gotham Narrow';
    src: url('fonts/files/GothamNarrow-Book.eot');
    src: url('fonts/files/GothamNarrow-Book.eot?#iefix') format('embedded-opentype'),
        url('fonts/files/GothamNarrow-Book.woff2') format('woff2'),
        url('fonts/files/GothamNarrow-Book.woff') format('woff'),
        url('fonts/files/GothamNarrow-Book.ttf') format('truetype'),
        url('fonts/files/GothamNarrow-Book.svg#GothamNarrow-Book') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Narrow';
    src: url('fonts/files/GothamNarrow-Bold.eot');
    src: url('fonts/files/GothamNarrow-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/files/GothamNarrow-Bold.woff2') format('woff2'),
        url('fonts/files/GothamNarrow-Bold.woff') format('woff'),
        url('fonts/files/GothamNarrow-Bold.ttf') format('truetype'),
        url('fonts/files/GothamNarrow-Bold.svg#GothamNarrow-Bold') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Narrow';
    src: url('fonts/files/GothamNarrow-Ultra.eot');
    src: url('fonts/files/GothamNarrow-Ultra.eot?#iefix') format('embedded-opentype'),
        url('fonts/files/GothamNarrow-Ultra.woff2') format('woff2'),
        url('fonts/files/GothamNarrow-Ultra.woff') format('woff'),
        url('fonts/files/GothamNarrow-Ultra.ttf') format('truetype'),
        url('fonts/files/GothamNarrow-Ultra.svg#GothamNarrow-Ultra') format('svg');
    font-weight: 700;
    font-style: normal;
}

.logo-wrap {
  display: flex;
  align-items: center;
}

.logo-wrap .l-icon {
  max-width: 84px;
	margin-right: 10px;
	display: flex;
	line-height: 1 !important;
}

.logo-wrap .l-icon img {
  width: 100%;
  max-height: 77px;
}

@media (max-width: 1024px) {
	.logo-wrap .l-text {
	  font-size: 25px !important;
	}
	
	.logo-wrap .l-icon {
	  max-width: 60px;
	}
}

@media (max-width: 769px) {
	.logo-wrap .l-text {
	  font-size: 18px !important;
	}
	
	.logo-wrap .l-icon {
	  max-width: 50px;
	}
}

._anchor {
  display: block;
  position: relative;
  top: -200px;
  visibility: hidden;
}

/* textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover
{
    outline:0px !important;
    -webkit-appearance:none;
} */

* {
	outline:0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-moz-tap-highlight-color: rgba(0, 0, 0, 0);
}

img {text-decoration: none; border: 0px}

body {
  margin:0;
  padding:0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  /*background-color:#e8e8e8;*/
  background-color:white;
  font-family: 'Gotham Narrow';
  font-size:12px;
  font-weight:normal;
  color:#393E41;
}
body, html {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

h1, h2, h3, p {
  padding:0;
  margin:0;
  line-height: 1.3;
  font-weight: normal;
}
h1, h2, h3 {
  text-transform: uppercase;
}
h1 + p,
h2 + p,
h3 + p {
  margin-top:20px;
}
h1 + h2 {
  margin-top:10px;
}
p {
  margin: 20px 0;
	color:#393E41;
}
.text strong {
  font-weight: 500;
}
.text p:last-child {
  margin-bottom:0px;
}
.textCell {
  color:#393E41;
}

a, a:active, a:visited {
  text-decoration: none;
  color:inherit;
  display: inline-block;
}

.text a, .text a:active, .text a:visited {
  position:relative;
  display: inline-block;
  color:#22b2df;
  font-weight: 500;
  text-decoration: none;
}
.text a:hover::after {
  width:100%;
}
.text a:after {
  position:absolute;
  bottom:0;
  content:'';
  display:block;
  width:0%;
  height:2px;
  background-color:#22b2df;

  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
}

#blackout {
  display:none;
  width:100%;
  height:100%;
  z-index:999;
  position: fixed;
  background-color:rgba(0,0,0,0.7);
}

#content {
  width:100%;
  height:auto;
  overflow:hidden;
  float:left;
}

.wrap {
  position:relative;
  width:1280px;
  margin:0 auto;
  height:inherit;
  overflow:hidden;
}
.wrapInner {
  width:calc(100% + 80px);
  /*margin-left: -15px;*/
  display:table;
  table-layout: fixed;
}
.wrapInner.box {
	width:100%;
}
.col .innerCol {
  box-sizing: border-box;
  width:100%;
  padding:30px 80px 30px 0;
  /* overflow:auto; */
}
.wrapInner.mini {
  width:calc(100% + 10px);
}
.wrapInner.mini .col .innerCol {
  padding: 10px 10px 0px 0;
}
.wrapInner.box .col .innerCol {
	padding:20px 30px;
}
.page {
  flex: 1;

  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
}
.page .offset {
	width:100%;
  height:200px;
}
.page.compact .offset {
  height:200px;
}

a.inline {
  float:left;
  height:100%;
}

nav, .topnav {
	height:100%;
  text-align: left;
}

.nav {
  font-family: 'Gotham Narrow';
  top:0;
  position:fixed;
  z-index:9999;
  height:auto;
  width:100%;
  box-sizing: border-box;
  /* border-bottom:solid 1px black; */
  background-color:#1E69AA;

  /* transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out; */
}
.nav.compact {
  top:-50px;
}
.nav.compact:after {
  content:'';
  position:absolute;
  width:100%;
  height:4px;
  /* background-color: rgba(0,0,0,0.2); */
}
.nav .wrap {
  overflow:visible;
}

.mini-nav {
  position:relative;
  width:100%;
  height:50px;
  background-color:#393E41;
  color:white;
}
.mini-nav a,
.mini-nav a:visited,
.mini-nav a:active {
  display:inline;
}
.mini-nav-text {
  color:white;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 15px;
  float:left;
}
.mini-nav .button {
  float:right;
}
.mini-nav .button {
  background-color:#22B2DF;
  border-radius: 99px;
  padding:0 20px;
  font-weight: 500;
}
.mini-nav .inline-icon:before {
  font-family: 'FontAwesome';
  content:'\f095';
  padding-right: 5px;
  font-size: 15px;
}
.mini-nav .button:hover {
  background-color:#1E69AA;
}
.mini-nav.text a {
	margin-top:2px;
	padding-bottom:2px;
	color:white;
  font-weight: normal;
}
.mini-nav .icon.mini {font-size:30px;padding-left:28px;}
.mini-nav .icon.mini.__left {
  float:left;padding:0;margin-top:2px;
}
.mini-nav .icon.mini:before {font-size:20px;}
.mini-nav .icon.mini span {font-size:10px; font-family: 'Gotham Narrow';}
.mini-nav .wrap {
  height:100%;
  position:relative;
}

.nav.compact .main-nav {
  /* height:100px; */
}
.nav.compact .logo {
  /* width:100px; */
}

.logo-area {
  position:relative;
  width:100%;
  height:100px;
  background-color:white;
}
.logo-area a {
  display:inline;
}
.logo-text {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 30px;
  color:#393E41;
  float:left;
}
.logo-text div {
  float:left;
  white-space: nowrap;
}
.logo-text span:first-of-type{
  color:#1E69AA;
}
.logo-text span {
  display:block;
  line-height: 25px;
}
.button-nav {
  float:right;
}
.button.button-simple {
  padding:10px 35px 10px 10px;
  color:#393E41;
  font-weight: 700;
  letter-spacing: .4px;
  text-transform: uppercase;
  background-color: transparent;
  height:50px;
  position:relative;
}
.button.button-simple span:last-of-type {
  letter-spacing: 1px;
}
.button.button-simple span {
  line-height: 18px;
  display:block;
}
.button.button-simple:hover {
  background-color:#EBEBEB;
}
.button.button-simple:before {
  width:20px;
  height:20px;
  content:'\f245';
  color:#1E69AA;
  right:5px;
  left:auto;
  transform:translate(0,-50%) rotate(-10deg);
  -ms-transform:translate(0,-50%) rotate(-10deg);
  -webkit-transform:translate(0,-50%) rotate(-10deg);
}

.main-nav {
  position:relative;
  width:100%;
  height:50px;
}

.main-nav .mobile-phone {
  display:none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left:5%;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  color: #FD8D23;
}
.main-nav .mobile-phone .icon.mini {
  color:#FD8D23;
  font-size:18px;
  padding: 0 0 0 22px
}
.main-nav .mobile-phone .icon:before {
  color:#FD8D23;
  font-size:18px;
}

.nav-menu {
  position: absolute;
  box-sizing: border-box;
  float:left;
  height:100%;
  z-index:99;
  width:100%;
}

.nav-menu a {
  padding:0 15px;
  margin:0;
  color:inherit;
  text-decoration: none;
  display: table-cell;
  vertical-align: middle;
}

.nav-menu ul {
  position: relative;
  list-style-type: none;
  padding:0;
  margin:0;
  height:100%;
  left: 50%;
  transform: translateX(-50%);
  float: left;
}
.nav-menu ul#menu-main {
  width:auto;
  float:left;
  position:relative;
  height:40px;
  top:50%;
  transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%);
  margin-top:2px;
}
/*first level*/
.nav-menu li.current-menu-item {
  /* color:rgba(255,255,255,0.4); */
}
.nav-menu ul li {
  text-transform: uppercase;
  cursor: pointer;
  padding:0;
  margin:0;
  float:left;
  height:100%;
  display:table;
  position:relative;
  font-size: 15px;
  font-weight:500;
  color:white;
  transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  -webkit-transition: all .15s ease-in-out;
}

.nav-menu ul li:hover {
  color:rgba(255,255,255,0.4);
}

/*second level*/
.nav-menu ul li:hover > ul {
	opacity:1;
	left:50%;
  transform:translateX(-50%);
  -ms-transform:translateX(-50%);
  -webkit-transform:translateX(-50%);
}
.nav-menu ul li ul {
	opacity:0;
	left:-999999px;
  box-sizing: border-box;
  /*white-space: nowrap;*/
  position:absolute;
  z-index: 999;
  /*left:0;*/
  top:100%;
  background-color:white;
  border:solid 1px #a3a3a3;
  padding:10px 10px;
  border-radius: 10px;

	transition:opacity .25s ease-in-out;
	-moz-transition:opacity .25s ease-in-out;
	-webkit-transition:opacity .25s ease-in-out;
}
.nav-menu ul ul li {
  box-sizing: border-box;
  border:0;
  font-size:14px;
  font-weight:400;
  border-radius:0;
  width:100%;
  color:#a3a3a3;
	text-align: center;
}
.nav-menu ul ul li a {
	box-sizing: border-box;
	width:100%;
  padding: 5px 10px;
  white-space: nowrap;
}
.nav-menu ul ul li:after {
  display:none;
}
.nav-menu ul ul li:hover {color:black;}
/*.nav-menu ul ul li:first-of-type {border-radius: 4px 4px 0 0;}*/
/*.nav-menu ul ul li:last-of-type {border-radius: 0 0 4px 4px;}*/

/*--- MOBILE NAV ---*/
.nav.compact .burger-cont {
  /* background-color:rgba(0,0,0,0.5); */
  background-color:transparent;
}
.burger-cont {
  height:100%;
  width:60px;
  position:absolute;
  right:10px;
  top:50%;
  transform:translate(0,-50%);
  -ms-transform:translate(0,-50%);
  -webkit-transform:translate(0,-50%);
}

.burger {
  position: absolute;
  display:none;
  cursor:pointer;
  z-index:9999;
  width: 45px;
  height: 29px;

  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  -ms-transform:translate(-50%,-50%);
  -webkit-transform:translate(-50%,-50%);

  transition: .5s ease-in-out;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
}
.burger.open {
  top:calc(10px + 20px);
  right:10px;
  position:absolute;
}
.burger span {
  display: block;
  position: absolute;
  height:4px;
  width: 100%;
  background: black;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
.burger span:nth-child(1) {
  top: 0px;
}
.burger span:nth-child(2),
.burger span:nth-child(3) {
  top: 13px;
}
.burger span:nth-child(4) {
  top: 26px;
}
.burger.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.burger.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.burger.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.burger.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.mobile-nav .expand {
  width:20px;
  height:20px;
  font-size:20px;
  color:#a3a3a3;
  position:absolute;
  top:50%;
  right:0;
  transform:translateY(-50%) rotate(0deg);
  -ms-transform:translateY(-50%) rotate(0deg);
  -webkit-transform:translateY(-50%) rotate(0deg);

  transition:all .25s ease-in-out;
  -moz-transition:all .25s ease-in-out;
  -webkit-transition:all .25s ease-in-out;
}
.mobile-nav .expand.open {
  transform:translateY(-50%) rotate(45deg);
  -ms-transform:translateY(-50%) rotate(45deg);
  -webkit-transform:translateY(-50%) rotate(45deg);
}
.expand:before {
  font-family: 'FontAwesome';
  content:'\f055';
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  -ms-transform:translate(-50%,-50%);
  -webkit-transform:translate(-50%,-50%);
}


.mobile-nav .highlight {
  color:#FD9827;
}
.mobile-nav {
  display:block;
	list-style-type: none;
	box-sizing: border-box;
	position:fixed;
	margin:0;
	width:410px;
  left:-410px;
	height:calc(100% - 110px);
  z-index:9999;
  bottom:0;
  overflow-y: auto;
	color:white;
  background-color:white;
  transition:all .25s ease-in-out;
  -moz-transition:all .25s ease-in-out;
  -webkit-transition:all .25s ease-in-out;
}
.mobile-nav.compact {height:calc(100% - 60px);}
.mobile-nav.open {left:0;}
.mobile-nav-inner {
  box-sizing: border-box;
  padding: 50px 50px 50px 50px;
  position:relative;
  width:100%;
}

.mobile-nav ul {
	list-style-type: none;
	margin:0;
	padding:0;
}
.mobile-nav li.current-menu-item {
  font-weight: 700;
}
.mobile-nav li {
  position:relative;
  font-family: 'Gotham Narrow';
	font-size: 25px;
}
.mobile-nav li a {
	position:relative;
	margin-bottom: 10px;
	width:100%;
  color:black;
}
.mobile-nav .block {
	width: 100%;
	float:left;
	text-align: center;
}

/*--SECOND LEVEL--*/
.mobile-nav li ul {
	display:none;
	margin-bottom:15px;
  padding-left:20px;
}
.mobile-nav li ul li {
	position:relative;
	/* left:-100%; */
}

/*--- PAGE LAYOUT ---*/

.row {
  position:relative;
  display:table;
  table-layout:fixed;
  float:left;
  width:100%;
  min-height:20px;
	background-size: cover;
	background-position:center center;
	background-repeat: no-repeat;
  transition:all .7s ease-in-out;
  -moz-transition:all .7s ease-in-out;
  -webkit-transition:all .7s ease-in-out;
}
.row.b_full {
  background-size: cover;
  background-position: center center;
}
.row.b_left {
  background-size: 50%;
  background-position: left center;
}
.row.b_right {
  background-size: 50%;
  background-position: right center;
}
.row.b_both {
  background-size: 50%, 50%;
  background-position: left center, right center;
}
.row .mobile-image {
  display:none;
  width:100%;
}
.row .wrap {display:table; table-layout:fixed; overflow: hidden;}
.row._1 .col {width:100%;}
.row._2 .col {width:50%;}
.row._3 .col {width:33.333333%;}
.row._4 .col {width:25%;}
.row._nowrap .col > div {
  box-sizing: border-box;
  padding:0 100px;
}
.row._nowrap .col > .map-outer,
.row._nowrap .col > .image-header,
.row._nowrap .col > .image.fullImg {
  padding:0 !important;
}
.row._nowrap .col > .textCell {
  box-sizing: border-box;
  padding-top:50px;
  padding-bottom:50px;
}
.row._nowrap .col > div:last-of-type,
.row._nowrap .col .textCell:last-child {
  padding-bottom:50px;
}
.row._nowrap .col > .map-outer:last-of-type,
.row._nowrap .col > .image.fullImg:last-of-type {
  padding-bottom:0px;
}
.col {
  position:relative;
  display:table-cell;
  vertical-align: middle;
  box-sizing: border-box;
  width:100%;
  min-height: 20px;
  /*background-color:lightblue;*/
  transition:all .25s ease-in-out;
  -ms-transition:all .25s ease-in-out;
  -webkit-transition:all .25s ease-in-out;
}
.row[data-animate="expand"] .col:hover {
  transform:scale(1.2);
  -ms-transform:scale(1.2);
  -webkit-transform:scale(1.2);
}
.col img {
  display:block;
  max-width:100%;
  width: 100%;
}

a.box {
  width:100%;
}

a.box .image:before {
  cursor: pointer;
  content:'';
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-color:rgba(0,0,0,0);

  transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  -webkit-transition: all .15s ease-in-out;
}

/*a.box .image:hover::before {
  background-color:rgba(0,0,0,0.8);
}*/

.col .image .button {
  color:white;
  font-weight: 700;
  font-size:25px;
  border:0;
  background-color:rgba(255,255,255,0.8);
  color:black;
  text-transform: none;
  letter-spacing: normal;
  font-weight: normal;
  width:auto;
  text-align: center;
  position:absolute;
  left:50%;
  top:50%;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
}
/* .col .image {
  cursor:pointer;
} */
.col .image:hover > .button {
  background-color:black;
  color:white;
}

.row.service_buttons img {
  margin:0 auto;
  width:80%;
}

.row.service_buttons .fullImg .title h1 {
  font-size:18px;
}

.fullImg {
  position:relative;
  float:left;
  margin-bottom:18px;
  width:100%;
}
.fullImg img {
  max-width: 100%;
  width:auto;
  margin:0 auto;
}
.col .fullImg:last-of-type {
  margin-bottom:0;
}
.fullImg .title {
  line-height:1;
  box-sizing: border-box;
  padding: 20px 0 0 0;
  text-align: center;
}
.fullImg .title h1 {font-size:20px;}
.bgrndImg {
  position:absolute;
  z-index: -5;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-size:cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.squareImg {
  position:relative;
  clear:both;
  width:100%;
	margin:0 auto;
  background-size:cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.squareImg:after {
  content:'';
  display:block;
  padding-bottom:100%;
}
.squareImg.circle {
	box-sizing: border-box;
  clear:both;
  border-radius: 9999px;
}
a.box .image.circle:before {
  border-radius: 9999px;
}


.row.heading .textCell {
	box-sizing: border-box;
	background-color:rgba(0,0,0,0.5);
	padding:10px;
	border-radius: 99px;
	text-align: center;
}

h1 {
  font-size:32px;
  font-family: 'Gotham Narrow';
  font-weight:normal;
  font-weight: 700;
}
h2 {
  font-size:20px;
  font-weight: 500;
}
h3 {
  font-size:18px;
  font-weight: normal;
}
.textCell[data-text-style="light"] h1,
.textCell[data-text-style="light"] h2,
.textCell[data-text-style="light"] h3,
.textCell[data-text-style="light"] p {
  color:white;
}

.row.border-vertical .col {
  border-right:solid 1px #393E41;
}
.row.border-vertical .col:last-of-type {
  border-right:0;
}
.row.border-vertical .col .innerCol {
  /* padding: 40px 80px 40px 0; */
}
.row.border-vertical {
  padding:20px 0;
}

.col .pretext {
  position:relative;
  width:50px;
  height:50px;
  background-color:#22B2DF;
  border-radius: 99px;
  color:white;
  font-weight: 700;
  font-size: 20px;
  left:50%;
  transform:translate(-50%,0);
  -ms-transform:translate(-50%,0);
  -webkit-transform:translate(-50%,0);
}
.col .pretext ._cc {
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  -ms-transform:translate(-50%,-50%);
  -webkit-transform:translate(-50%,-50%);
}
.col .code {
  overflow:auto;
}
.col .textCell {
  width:100%;
  font-size:16px;
  text-align: left;
  /* padding-bottom:20px; */
}
.col .textCell:last-child {
  padding-bottom:0;
}

.col .textCell .accent-outer {
  width:100%;
  text-align: right;
  margin-bottom:40px;
}
.col .textCell .accent-outer[align="center"]{text-align: center;}
.col .textCell .accent-outer[align="left"]{text-align: left;}
.col .textCell .accent-outer[align="right"]{text-align: right;}

.col .textCell .accent {
  display:inline-block;
  width:300px;
  height:2px;
  background-color:#C41188;
  right:0;
  position:relative;

}

.col .textCell ol {
  margin: 0;
  padding: 0;
  margin-top:15px;
  list-style-type: none;
  color: #444444;
}

.col .textCell ol li {
  counter-increment: step-counter;
  margin-bottom: 10px;
  vertical-align: bottom;
}

.col .textCell ol li::before {
  margin-top:-2px;
  position:relative;
  float:left;
  display:block;
  text-align: center;
  line-height: 2;
  font-family: 'Gotham Narrow';
  width:25px;
  height:25px;
  content: counter(step-counter);
  margin-right: 10px;
  font-size: 80%;
  background-color: #00ADEE;
  color: white;
  font-weight: 700;
  border-radius: 99px;
}

.col .textCell[data-listyle="ticks"] ul li {
  list-style-type:none;
}
.col .textCell[data-listyle="ticks"] ul li::before {
  font-family:'FontAwesome';
  content:'\f00c';
  margin-right:10px;
  /* color:#00ADEE; */
  color:#FD9827;
}



.col .button {
  height:50px;
}
.button-outer {
  width:100%;
}
.button-outer[align="left"] {text-align: left;}
.button-outer[align="center"] {text-align: center;}
.button-outer[align="right"] {text-align: right;}
.button-outer[size="full-width"] a {display:block;}
.button-outer[size="full-width"] .button {width:100%;}
.button {
  font-family:'Gotham Narrow';
  font-weight: 700;
  text-transform: uppercase;
  cursor:pointer;
  box-sizing: border-box;
  position:relative;
  color:white;
  background-color:#22b2df;
  border-radius: 10px;
  text-decoration: none;
  text-align: center;
  width:auto;
  height:40px;
  margin-bottom:10px;
  padding:0px 30px;
  font-size:18px;
  display:inline-block;

  transition:all .15s ease-in-out;
  -ms-transition:all .15s ease-in-out;
  -webkit-transition:all .15s ease-in-out;
}
.button:hover {
  background-color:#1f8db0;
}
.button.light {
  background-color:transparent;
  border:solid 2px white;
}
.button.light:hover {
  background-color:white;
  color:black;
}



a:last-of-type .button {margin-bottom:0;}
.button.auto-width{
	width:auto;
	float:left;
}
.button div {
  position:relative;
  z-index:1;
  top:50%;
  transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%);
}
.split-button {
  position:relative;
  width:100%;
  float:left;
  z-index: 9;
  /* left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%); */
}
.split-button.style-blue {max-width: 400px;}
.split-button .split-section-contain {
  border-radius: 10px;
  overflow: hidden;
}
.split-button a {
  display:block;
}
.split-button .split-section {
  float:left;
  width:50%;
  text-align: center;
  height:50px;
  background-color:#393E41;
  color:white;
  font-weight: 700;
  font-size:20px;
  text-transform: uppercase;
  z-index:99;
  position:relative;
}

.split-button .split-section div:before {
  font-family: 'FontAwesome';
  margin-right: 10px;
}
.split-button a:nth-of-type(1) .split-section div:before {content:'\f095'}
.split-button a:nth-of-type(2) .split-section div:before {content:'\f27a'}

.split-button a:nth-of-type(2) .split-section{
  background-color:#474e52;
}
.split-button.style-blue .split-section {
  background-color:#22b2df;
}
.split-button.style-blue a:nth-of-type(2) .split-section{
  background-color:#1991b6;
}
.split-button-label {
  box-sizing: border-box;
  font-size:20px;
  text-align: center;
  float:left;
  width:100%;
  margin-top:-10px;
  padding: 15px 5px 5px 5px;
  background-color:rgba(0,0,0,0.3);
  border-radius: 0 0 10px 10px;
  font-weight: 500;
  color:white;
}
.col .videoContain {
}

.col .videoThumb {
  display: block;
  margin: 0 auto;
  max-width: 500px;
  border: solid 10px white;
}

.videoThumb {
  cursor:pointer;
  box-sizing: border-box;
  position:relative;
  width:100%;
  background-position:center center;
  background-size:cover;
  background-repeat: no-repeat;
}
.videoThumb:hover::before {
  color:white;
}
.videoThumb:before {
  content:'\f144';
  font-family: 'FontAwesome';
  font-size:75px;
  color:rgba(255,255,255,0.7);
  position:absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);

  transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  -webkit-transition: all .15s ease-in-out;
}
.videoThumb:after {
  content:'';
  display:block;
  padding-bottom:55%;
}

.video-contain {
  max-width: 800px;
  margin-bottom: 10px;
  width: 100%;
  margin: 0 auto;
}
.video {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}
.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  border:0;
}

/*--- SLIDER ---*/
.slider-wrap.__coupons {
  margin-top:-20px;
  padding-bottom: 25px;
}
.slider-wrap {
	position:relative;
	width:100%;
}
.slider-wrap .overlay {
	pointer-events: none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	/*background-color:rgba(0,0,0,0.2);*/
	z-index:10;
}
.slider-wrap .wrapInner {
	display:table;
	height:100%;
	width:calc(1100px + 20px);
	overflow: hidden;
}
.slider-wrap .panel {
	box-sizing: border-box;
	padding-right:20px;
	width:50%;
	height:100%;
	display: table-cell;
	vertical-align: middle;
}
.slider-wrap .panel-inner {
	pointer-events: all;
	box-sizing: border-box;
	width:100%;
	background-color:rgba(255,255,255,0.5);
	padding:15px;
}

.dot-nav {
  padding: 0 5px;
	bottom:20px;
	float:left;
	position:absolute;
	z-index:20;
	left:50%;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.dot-nav .owl-dot {
	cursor: pointer;
	float:left;
	margin-right: 5px;
}
.dot-nav .owl-dot span {
  width: 10px;
	height: 10px;
	background-color: rgba(0,0,0,0.5);
  display: block;
  -webkit-backface-visibility: visible;
  border-radius: 99px;

	transition:all .15s ease-in-out;
	-moz-transition:all .15s ease-in-out;
	-webkit-transition:all .15s ease-in-out;
}
.dot-nav .owl-dot:last-child {
	margin:0;
}
.dot-nav .owl-dot.active span,
.dot-nav .owl-dot:hover span {
  background-color: rgba(0,0,0,0.8);
}
.button-scroll {
	cursor: pointer;
	padding:10px 35px 10px 10px;
	height:30px;
	color:white;
	font-size:18px;
	background-color: rgba(19,157,217,0.5);
	position:absolute;
	z-index:20;
	left:50%;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	bottom:50px;
	border-radius: 99px;

	transition:all .15s ease-in-out;
	-moz-transition:all .15s ease-in-out;
	-webkit-transition:all .15s ease-in-out;

	animation: pulse 3s infinite;
}
.button-scroll div {
	font-weight:700;

}
.button-scroll:hover {
	background-color: rgba(19,157,217,0.8);
	animation: none;
}
.button-scroll:before {
	content:'\f078';
	display:block;
	font-family: 'FontAwesome';
	position:absolute;
	top:50%;
	right:10px;
	transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
}

@keyframes pulse {
	0%		{ background-color: rgba(0,0,0,0.5); }
	70%		{ background-color: rgba(19,157,217,0.8); }
	90%		{ background-color: rgba(0,0,0,0.5); }
	100%	{ background-color: rgba(0,0,0,0.5); }
}

.item-slider {
  box-sizing: border-box;
  height:400px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  float: left;
  width: 100%;
  padding:100px 50px 100px 50px;
}
.item-slider .wash {
  width:100%;
  height:100%;
  pointer-events: none;
  position:absolute;
  top:0;
  left:0;
  background-color:rgba(255,255,255,0.5);
}
.item-slider .quote {
  position:relative;
  width:50px;
  height:50px;
  float:left;
  left:50%;
  transform:translateX(-50%);
  -ms-transform:translateX(-50%);
  -webkit-transform:translateX(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.item-slider .testimonial-image {
  display:table-cell;
  vertical-align: middle;
  width:200px;
  height:200px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position:center center;
}
.item-slider .testimonial-text-cont {
  display:table-cell;
  vertical-align: middle;
  box-sizing: border-box;
  width:calc(100% - 200px);
  padding-left:50px;
}
.item-slider .inner-content {
  z-index:9;
  position:relative;
  float:left;
  display:table;
  table-layout: fixed;
}
.owl-carousel[data-type="testimonial"] .item-slider{
  height:auto;
}
.owl-carousel[data-type="testimonial"] .wash {
  background-color:#BE1E2D;
}
.owl-carousel[data-type="testimonial"] h1,
.owl-carousel[data-type="testimonial"] h2
.owl-carousel[data-type="testimonial"] p,
.owl-carousel[data-type="testimonial"] .textCell p,
.owl-carousel[data-type="testimonial"] .textCell {
  color:white;
}
.row.dark-icons .slider-wrap .arrow {
  border-color:black;
}

.arrow {
  pointer-events: all;
  cursor:pointer;
  position:absolute;
  top:50%;
  border: solid white;
  border-width: 0 10px 10px 0;
  display: inline-block;
  padding: 10px;
  transition:all .25s ease-in-out;
  -moz-transition:all .25s ease-in-out;
  -webkit-transition:all .25s ease-in-out;
}
.slider-wrap[data-type="testimonial"] .arrow {
  border-color:white;
}
.slider-wrap[data-type="testimonial"] .arrow:hover {
  border-color:black;
}
.arrow:hover {
  border-color:rgba(255,255,255,0.7);
}
.slider-wrap.__coupons .arrow {
  border-color:black;
}
.arrow.right {
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform-origin: top left;
  -ms-transform-origin: top left;
  -webkit-transform-origin: top left;
  right:calc(30px + 70px);
}
.arrow.left {
  transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform-origin: top left;
  -ms-transform-origin: top left;
  -webkit-transform-origin: top left;
  left:calc(90px + 70px);
}


.slide-float {
  box-sizing: border-box;
  color:white;
  padding:20px;
  width:40%;
  background-color:rgba(0,174,239,0.7);
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  -ms-transform:translate(-50%,-50%);
  -webkit-transform:translate(-50%,-50%);
}
.sliderInner {
  padding:20px 40px;
  text-align: center;
}

.slide-item .sliderText,
.slide-item .sliderText p {
  font-weight: 400;
  font-size:15px;
  line-height: 1.3;
  text-align: center;
}
.slide-item .button {
  display:inline-block;
  float:none;
  margin-top:15px;
  background-color:#FD9827;
}
.slide-item .button:after {
  background-color:#d67f22;
}
.col .slider-wrap .videoThumb {
  /*border:solid 4px white;*/
	max-width: 100%;
	border:0;
}
.slide-item .videoThumb:before {
  font-size: 60px;
}

/*slide box*/
.slide-item.slide-box {
  height:auto;
  background-color:#FD9827;
}
.slide-item.slide-box-simple {
  background-color:transparent;
  width:100%;
}
.slide-item.slide-box-simple img {
  border:0;
}
.slide-box h1 + p,
.slide-box h2 + p,
.slide-box h3 + p {
  margin-top:5px;
}
.slider-wrap[data-type="item_slider"] .owl-stage-outer {
  box-sizing: border-box;
  padding:20px 0;
}
.slider-wrap[data-type="item_slider"] .dot-nav {
  bottom:4px;
}
.slide-box:hover {
  /*-webkit-animation: jiggle 5s infinite;*/
  /*-moz-animation: jiggle 5s infinite;*/
  animation: jiggle .5s 1 linear;
}
.slide-box img {
  display:block;
  box-sizing: border-box;
  border:solid 4px #FD9827;
}
.slide-box .sliderText {
  box-sizing: border-box;
  padding:20px;
}
.slide-box .sliderText,
.slide-box .sliderText p {
  color:white
}
.slide-box .sliderText h1,
.slide-box .sliderText h2,
.slide-box .sliderText h3 {
  font-family: 'Gotham Narrow';
}

/*slide content*/
.slide-item.slide-content {
  height:auto;
  width:100%;
}
.owl-carousel .owl-item .slide-content img {
  width:100px;
  display:block;
  margin:0 auto;
  margin-bottom:30px;
}
.slide-item.slide-content h1 {
  color:#00ADEE;
  font-family: 'Gotham Narrow';
}
.slider-wrap[data-type="content_slider"] .owl-stage-outer {
  box-sizing: border-box;
  padding:20px 0;
}
.slider-wrap[data-type="content_slider"] .dot-nav {
  bottom:0;
}

/*--- TEAM ---*/
.grid-contain {
	float:left;
	margin-top:20px;
	width:calc(100% + 50px);
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.grid-item {
	box-sizing: border-box;
	width:33.333333%;
	float:left;
	padding: 0 50px 50px 0;

	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.grid-item .innerGrid {
	width:100%;
	min-height:20px;
	text-align:center;
}
.grid-item img {
	width:100%;
	max-width: 100%;
	display:block;
}
.grid-item .image.circle {
	border:solid 10px #e3e3e3;
}
.grid-item .text {
	position:relative;
	margin-top:5px;
	font-size:12px;
}
.grid-item .text p {
	line-height:1.4;
}

.image.hotbutton {
  width:100%;
  background-size: cover;
  background-position:center center;
  position:relative;
}
.image.hotbutton:after {
  content:'';
  display:block;
  padding-bottom:65%;
}
.image.hotbutton .image-title {
  width:100%;
  height:50px;
  background-color:rgba(30, 105, 170, 0.5);
  position:absolute;
  bottom:0;
  text-align: center;
  text-transform: uppercase;
  color:white;
  font-weight: 700;
  font-size: 20px;
}
.image-caption {
  margin-top:10px;
  font-size:16px;
}

.image-inline .inline-row {
  float:left;
  position:relative;
  width:100%;
  display:flex;
  align-items: center;
  justify-content: center;
}

.image-inline .img-wrap {
  box-sizing: border-box;
  /*background-color:rgba(255,255,255,0.2);*/
  /* padding:15px; */
  /*border-radius: 99px;*/
}
.image-inline img  {
  display:block;
  float:left;
  height:70px;
  width:auto;
}
.image-inline .title {
  flex:1;
  box-sizing: border-box;
  padding: 0 0 0 20px;
  float:left;
  position:relative;
}
.image-inline .title h1 {
  font-size:20px;
}
.image-inline .caption {
  padding-top:10px;
  width:100%;
  display:block;
  clear:both;
  font-size: 16px;
  color:#444444;
}

.image-icon {
  position:relative;
  background-color:#BE1E2D;
  color:white;
  transition:all .25s ease-in-out;
  -moz-transition:all .25s ease-in-out;
  -webkit-transition:all .25s ease-in-out;
}
.image-icon .title {
  position:absolute;
  width:100%;
  left:0;
  bottom:20px;
  text-align: center;
}
.image-icon .title:after {
  content:'';
  position:absolute;
  top:-20px;
  left:50%;
  transform:translate(-50%,0);
  -ms-transform:translate(-50%,0);
  -webkit-transform:translate(-50%,0);
  width:20px;
  height:4px;
  background-color:white;

  transition:all .25s ease-in-out;
  -moz-transition:all .25s ease-in-out;
  -webkit-transition:all .25s ease-in-out;
}
.image-icon:hover {
  background-color:#8c1620;
}
.image-icon:hover > .title:after {
  width:calc(100% - 40px);
}
.image-icon:after {
  content:'';
  display:block;
  padding-bottom:80%;
}
.image-icon h1 {
  font-size: 25px;
  color:white;
}
.image-icon .the-image {
  width:100px;
  height:100px;
  background-position:center center;
  background-size:contain;
  background-repeat: no-repeat;
  margin-top:-15%;
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  -ms-transform:translate(-50%,-50%);
  -webkit-transform:translate(-50%,-50%);
}
.row.hot-buttons {
  background-color:transparent !important;
  margin-top:-156px;
}
.row.hot-buttons .wrapInner {
  width:calc(100% - 10px);
  padding-left:10px;
  background-color:white;
}

.col .bgrnd-img {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height:100%;
  background-image:url('img/what-the-hex.png');
  background-repeat: repeat;
}
.col .bgrnd-img img {
  /* height:100%; */
  height:500px;
  object-fit: contain;
  object-position: center center;
  font-family: 'object-fit: contain; object-position: center center;';
}

.image-header {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.image-header[data-height="full"]{
  /* height:calc(90vh - 200px); */
}
.image-header[data-height="half"]{
  height:700px;
}
.image-header .float .wrap {overflow:visible;}
.image-header[data-height="full"] .float {
  box-sizing: border-box;
  width:100%;
  background-color:#393E41;
  position: relative;
  bottom:0;
  padding:20px 0;
}
.image-header[data-height="full"] h1,
.image-header[data-height="full"] h2 {
  text-align: center;
  line-height: 20px;
  font-size:30px;
  font-weight: 700;
  color:#22b2df;
}
.image-header[data-height="full"] h2 {color:white;}
.image-header[data-height="half"] .float {
  text-shadow: 0px 0px 8px rgba(150, 150, 150, 1);
  position:absolute;
  width:500px;
  text-align: center;
  margin-top:40px;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  -ms-transform:translate(-50%,-50%);
  -webkit-transform:translate(-50%,-50%);
}
.image-header .text {
  font-weight: normal;
  font-size: 28px;
  line-height: 1.4;
  text-align: left;
}
.image-header .text-small {
  font-size:26px;
  line-height:1.2;
  margin-top:10px;
  color:rgba(255,255,255,0.75);
}
.image-header .button {
  display:inline-block;
  float:none;
  margin-top:14px;
}
.image-header .page-down {
  cursor:pointer;
  width:40px;
  height:40px;
  border:solid 4px white;
  position:absolute;
  bottom:20px;
  left:50%;
  transform:translate(-50%,0);
  -ms-transform:translate(-50%,0);
  -webkit-transform:translate(-50%,0);
  border-radius: 99px;
  color:white;
  font-size:20px;
  transition:all .25s ease-in-out;
  -ms-transition:all .25s ease-in-out;
  -webkit-transition:all .25s ease-in-out;
}
.image-header .page-down:before {
  content:'\f078';
  margin: -1px 0 0 0px;
}
.image-header .page-down:hover {
  color:black;
  background-color:white;
}

.social-section {
	width:auto;
  position:absolute;
  right:0;
  top:50%;
  transform:translate(0,-50%);
  -ms-transform:translate(0,-50%);
  -webkit-transform:translate(0,-50%);
}
.social-section.inline {
  padding:15px 0 0 0;
  position:relative;
  top:auto;
  right:auto;
  transform:translate(0,0);
  -ms-transform:translate(0,0);
  -webkit-transform:translate(0,0);
}
.social-section.mobile {
  display:block;
  position:relative;
  float:left;
  margin-top:40px;
}
.social-section.mobile .sharebtn {
  background-color:white;
  color:#BE1E2D;
}
.nav.compact .sharebtn {
  background-color:rgba(0,0,0,0.5);
}
.sharebtn {
	position:relative;
	width:40px;
	height:40px;
	display:inline-block;
	margin-right:5px;
	color:white;
	font-size:25px;
	border-radius: 99px;
	transition:all .25s ease-in-out;
	-moz-transition:all .25s ease-in-out;
	-webkit-transition:all .25s ease-in-out;
  background-color:#BE1E2D;
}
.sharebtn:hover {background-color:#8c1620;}
.sharebtn:before {margin-left:0px;}
.sharebtn.__facebook:before {content: '\f09a'; font-size:23px; margin-left:-1px}
.sharebtn.__twitter:before {content: '\f099';}
.sharebtn.__instagram:before {content: '\f16d'; margin-left:-1px;}
.sharebtn.__linkedin:before {content: '\f0e1';}
.social-section.__center {
	position:relative;
	left:50%;
	transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
}
.social-section a:last-of-type .sharebtn {
	margin-right:0;
}
.icc:before {
	font-family:'FontAwesome';
	position:absolute;
	margin: 1px 0 0 1px;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
}



/*--- MASONRY GRID ---*/
/*.grid-sizer, .shape {
	width:33.333333%;
}*/
.shape {
	position:relative;
	box-sizing: border-box;
	/*background-color:orange;*/
	/*border:solid 2px red;*/
	float:left;
	padding:10px;
}
.shape img {
	display:none;
	opacity:0;
	width:100%;
	max-width:100%;
	display:block;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	transition:opacity .4s ease-in-out;
	-moz-transition:opacity .4s ease-in-out;
	-webkit-transition:opacity .4s ease-in-out;
}
.shape.loaded img {
	display:block;
	opacity:1;
}
.shape.loaded .facade {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:transparent;
}

.map-outer {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  min-height:400px;
}
.map-overlay {
  display:none;
  pointer-events: none;
  z-index: 99;
  position:absolute;
  width:125px;
  height:125px;
  border-radius: 999px;
  background-color:#22b2df;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  -ms-transform:translate(-50%,-50%);
  -webkit-transform:translate(-50%,-50%);
}
.map-overlay div {
  text-align: center;
  font-family: 'Gotham Narrow';
  font-weight: 700;
  line-height: 14px;
  font-size:16px;
  color:white;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  position:absolute;
  z-index: 99;
  text-transform: uppercase;
}
.map-overlay span {
  white-space: nowrap;
}
.map-overlay span:first-of-type {
  color:#1e69aa;
}
.map-overlay:after {
  content:'';
  position:absolute;
  width:50px;
  height:50px;
  background-color:#22b2df;
  top:calc(100% - 40px);
  left:50%;
  border-radius: 0 0 10px 0;
  transform:translateX(-50%) rotate(45deg);
  -ms-transform:translateX(-50%) rotate(45deg);
  -webkit-transform:translateX(-50%) rotate(45deg);
}
#map {
  position:absolute;
  width:100%;
  height:100%;
}

.center-block-static {
  pointer-events: none;
}
.center-block,
.center-block-static {
  position:absolute;
  width:1280px;
  top:0;
  left:50%;
  transform:translateX(-50%);
  -ms-transform:translateX(-50%);
  -webkit-transform:translateX(-50%);
  height:100%;
}
.quote-box {
  box-sizing: border-box;
  padding:80px 40px;
  width:400px;
  background-color:rgba(33, 178, 223,0.8);
  position:absolute;
  right:0;
  top:50%;
  transform:translateY(-50%);
  -ms-transform:translateY(-50%);
  -webkit-transform:translateY(-50%);
}
.quote-box[data-position="left"] {
  right:auto;
  left:0;
}
.header-text {
  text-align: center;
  padding:10px 0 0 0;
  font-weight: 700;
  font-size: 40px;
  color:#1e69aa;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.logo-icon {
  width:100px;
  height:100px;
  position:absolute;
  top:10px;
  left:10px;
  background-color:rgba(33, 178, 223,0.8);
  color:white;
  font-weight: 700;
  font-size: 28px;
  text-align: center;
  border-radius: 99px;
}
.center-block-static[data-position="left"] .logo-icon {
  right:10px;
  left:auto;
}
.logo-icon:before {
  display:block;
  content:'';
  width:81%;
  height:87%;
  background-image:url('img/24-7-Icon-blue.png');
  background-size: contain;
  position:absolute;
  background-repeat: no-repeat;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  -ms-transform:translate(-50%,-50%);
  -webkit-transform:translate(-50%,-50%);
}
.image-header .quote-box h2 {
  line-height: 26px;
}
.quote-box .field {
  padding:15px 0 0 0;
}
.quote-box .button {
  margin-bottom:0;
  background-color:#1E69AA;
}
.quote-box .button:hover {
  background-color:#165387;
}

/*--- FOOTER ---*/

.footer {
  position:relative;
	flex-shrink: 0;
	clear: both;
	box-sizing: border-box;
  float:left;
  width:100%;
  background-color: #393E41;
	color:white;
	font-size: 16px;
}
._center {
  text-align: center;
}
.footer-table {
  display:block;
  width: 100%;
}
.footer-icons {
  font-size: 25px;
  margin-top: 10px;
}
.footer-logo {
  display:none;
}
.footer .wrap {
  overflow-x:hidden;
}
.footer-main {
  width:100%;
  /* padding:40px 0 0 0; */
  position:relative;
}
.f-col {
  box-sizing: border-box;
  position:relative;
  float:left;
}
.f-col img {
  width:100%;
}
.f-col:nth-of-type(1){width:calc(50% - 100px)}
.f-col:nth-of-type(2){width:calc(200px)}
.f-col:nth-of-type(3){
  width:calc(50% - 100px);
  padding:0 0 0 200px;
}

.f-col-50 {
  width:50%;
  float:left;
  box-sizing: border-box;
}

.f-col h2 {
  font-size: 18px;
  font-family: 'Gotham Narrow';
  color: #C41188;
  font-weight: 700;
}
.f-col._space p {
  color:white;
  margin:0 0 20px 0;
}
.f-col._space h2 {
  margin-bottom:5px;
}
.f-col .f-nav {
  padding-top:10px;
}
.f-col ul {
  box-sizing: border-box;
  list-style-type: none;
  margin:0;
  padding:0;
  padding-right:20px;
}
.f-col li {
  margin:0;
  padding:0;
  transition:all .25s ease-in-out;
  -webkit-transition:all .25s ease-in-out;
  -moz-transition:all .25s ease-in-out;
}
.f-col li:before {
  position:relative;
  content:'—';
  font-weight: 700;
  margin-right:8px;
  color:#C41188;
}
.f-col li:hover {
  color:#C41188;
}
.f-col li.current_page_item {
  color:#C41188;
}
.f-social {
  position:relative;
  width:30px;
  height:30px;
  border:solid 2px #00ADEE;
  color: #00ADEE;
  border-radius: 99px;
  float:left;
  margin-top:10px;
  margin-right:5px;
}
.f-social.__facebook:before {content:'\f09a';}
.f-social.__instagram:before {content:'\f16d';}
.footer-bottom {
  font-size:14px;
  font-weight:normal;
  text-align: center;
  width:100%;
  min-height:40px;
  height:auto;
  background-color:#393E41;
  padding:0 10px;
  box-sizing: border-box;
}
.footer .center {
  position:relative;
  width:100%;
  text-align: center;
  height:40px;
}
.footer .center a {
  height:100%;
  display:inline-block;
  margin-right:10px;
}
.footer .center a span {
  margin-left:10px;
}
.footer .center a:last-of-type {
  margin:0;
}

/*--- other ---*/
iframe {
	display:block;
	width:100%;
	height:100%;
}

.icc:before, .icl:before {
  font-family: 'FontAwesome';
  content:"";
  display:block;
  font-size: inherit;
  color:inherit;
}
.icc:before {
  position:absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%) rotate(0deg);
  -ms-transform: translate(-50%,-50%) rotate(0deg);
  -webkit-transform: translate(-50%,-50%) rotate(0deg);
}
.icl:before {
  position:absolute;
  top:50%;
	left:10px;
  transform: translate(0,-50%) rotate(0deg);
  -ms-transform: translate(0,-50%) rotate(0deg);
  -webkit-transform: translate(0,-50%) rotate(0deg);
}
._c {
  line-height: 1;
  position:relative;
  top:50%;
  transform:translateY(-50%);
  -ms-transform:translateY(-50%);
  -webkit-transform:translateY(-50%);
}
.icon {
	position:relative;
	font-size:14px;
	padding:20px 10px 20px 35px;
	line-height: 1.2;
	border-bottom:solid 2px #ededed;
	background-color:white;
}
.icon.mini {
	border:0;
	padding:0 0 0 15px;
	background-color:transparent;
}
.icon.mini:before{
	font-size:14px;
	color:white;
	left:0;
}
.col .icon:last-of-type {
	border:0;
}
.icon:before {
	color:#139dd9;
	font-size:18px;
	font-family: 'FontAwesome';
	position: absolute;
	left:10px;
	top:50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.collection .innerCol {
  width:calc(100% + 0px);
}

.collection li {
  box-sizing:border-box;
  position:relative;
  list-style-type: none;
  width:25%;
  float:left;
  padding-right:0px;
  color:white;
  text-transform: uppercase;
  font-weight:normal;
  font-size:30px;
  text-align: center;
  line-height: 1.1;
}
.collection li div {
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  -ms-transform:translate(-50%,-50%);
  -webkit-transform:translate(-50%,-50%);
}
.collection li:after {
  content:'';
  padding-bottom:100%;
  display:block;
  background-color:#C41188;
}
.collection a {display:block;}
.collection a:nth-of-type(1) li:after {
  animation: fade 10s linear 0s infinite;
  -webkit-animation: fade 10s linear 0s infinite;
}
.collection a:nth-of-type(2) li:after {
  animation: fade 10s linear -3s infinite;
  -webkit-animation: fade 10s linear -2s infinite;
}
.collection a:nth-of-type(3) li:after {
  animation: fade 10s linear -6s infinite;
  -webkit-animation: fade 10s linear -4s infinite;
}
.collection a:nth-of-type(4) li:after {
  animation: fade 10s linear -9s infinite;
  -webkit-animation: fade 10s linear -5s infinite;
}

@keyframes fade {
  0% {background-color:#C41188;}
  50% {background-color:#ffafe0;}
  100% {background-color:#C41188;}
}

@-webkit-keyframes fade {
  0% {background-color:#C41188;}
  50% {background-color:#ffafe0;}
  100% {background-color:#C41188;}
}

@keyframes anim-in {
  0% {
    margin-top:-20px;
    opacity:0;
  }
  100% {
    margin-top:0;
    opacity:1;
  }
}
@-webkit-keyframes anim-in {
  0% {
    margin-top:-20px;
    opacity:0;
  }
  100% {
    margin-top:0;
    opacity:1;
  }
}
