/*
Theme Name: WinningSEM
Theme URI: http://www.winningSEM.com
Description: This Website was developed and designed by WinningSEM. Contact us if you have any question.
Author: the WinningSEM team
Version: 1.1
Tags: Contact us
*/
/*********************************************/
/****************Fonts**************/
/*********************************************/
body {
  color: #747a7f;
  width: 100%;
  font-family: 'HeliosAntique', sans-serif
}
h1, h2, h3 {}
a, button, .redbutton {
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  color: #0079c2;
  text-decoration: none
}
a:hover, button:hover, .redbutton a:hover {
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  color: #154b6b;
  text-decoration: none
}
.reverse a {
  color: #154b6b
}
.reverse a:hover {
  color: #0079c2
}
.borderBottom1 {
  border-bottom: 1px solid #cccccc
}
.borderBottom1White {
  border-bottom: 1px solid #fff
}
.borderTop1 {
  border-top: 1px solid #d8d8d8
}
.borderTop1White {
  border-top: 1px solid #fff
}
.siteWidth {
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box
}
.section80 {
  padding-top: 80px;
  padding-bottom: 80px
}
.section40 {
  padding-top: 40px;
  padding-bottom: 40px
}
.section20 {
  padding-top: 20px;
  padding-bottom: 20px
}
.section4080 {
  padding-top: 40px;
  padding-bottom: 80px
}
.section80160 {
  padding-top: 80px;
  padding-bottom: 160px
}
.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%;
}
.thin {
  font-weight: 100
}
.bordertop10 {
  border-top: 10px solid #154b6b
}
.bt10 {
  border-top: 10px solid #00a1cd
}
.quarterB {
  width: 25%;
  box-sizing: border-box;
  padding-right: 16px
}

.fixedLay{ table-layout: fixed}
.fixedLay .tableCell{ box-sizing: border-box}

.coverBg{
background-position: center top;
background-repeat: no-repeat;
background-size: cover;
height: 100%;
}
/*********************************************/
/****************Colors**************/
/*********************************************/
.blue1 {
  color: #22283e
}
.blue1Bg {
  background-color: #22283e
}
.blue2 {
  color: #154b6b
}
.blue2Bg {
  background-color: #154b6b
}
.blue3 {
  color: #00529b
}
.blue3Bg {
  background-color: #00529b
}
.blue4 {
  color: #0079c2
}
.blue4Bg {
  background-color: #0079c2
}
.blue5 {
  color: #00a1cd
}
.blue5Bg {
  background-color: #00a1cd
}
.offWhiteBg {
  background-color: #ededed;
}
.white {
  color: #fff
}
.whiteBg {
  background-color: #fff
}
.pattern {
  background: url(images/pattern.jpg) #ededed left top;
  background-size: cover
}
.grey {
  color: #747a7f;
}
.marginTop-20{margin-top: -20px}
.marginTop-40{margin-top: -40px}
/*********************************************/
/****************HEADER**************/
/*********************************************/
header {
  position: relative;
  z-index: 999
}
.siteLogo {
  top: 0;
  position: absolute;
  z-index: 101;
  width: 280px;
  border-top: 10px solid #0079c2;
  padding-top: 20px;
  padding-bottom: 20px
}
.siteLogo a {
  display: block;
  height: 132px;
  padding: 0;
}

.siteLogo img{width: 100%}


/*********************************************/
/****************Top NAVgation**************/
/*********************************************/
.pushit {
  padding-left: 33.333%;
}
.mainNav {
  float: right;
}
.mainNav li {
  float: left;
  padding-top: 50px;
  padding-right: 50px;
  padding-bottom: 86px;
}
.mainNav li.navMore {
  padding-right: 0;
  padding-top: 30px;
  padding-bottom: 30px
}
.mainNav a, #megaNav a {
  color: #747a7f;
  font-size: 18px;
  font-weight: 700
}
.mainNav a:hover, .current_page_item a, #megaNav a:hover {
  color: #00a1cd
}
.navMore a {
  color: #fff;
  background-color: #22283e;
  padding: 10px;
  display: block;
  text-align: center;
  font-size: 30px;
  height: 60px;
  width: 60px;
  box-sizing: border-box
}
.navMore a:hover, .navMore.clicked a {
  background-color: #00529b
}
/*****NAV ICON****/
#nav-icon {
  width: 34px;
  height: 34px;
  position: relative;
  margin: 6px auto 0 auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}
#nav-icon span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #fff;
  border-radius: 5px;
  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;
}
#nav-icon span:nth-child(1) {
  top: 0px;
}
#nav-icon span:nth-child(2), #nav-icon span:nth-child(3) {
  top: 12px;
}
#nav-icon span:nth-child(4) {
  top: 24px;
}
#nav-icon.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
#nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#nav-icon.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
/*****NAV ICON****/
.covid {
  float: left;
  width: 72px;
  padding-top: 50px;
  padding-top: 25px
}
.covid a {
  display: inline-block;
  width: 72px;
  height: 72px;
  background-image: url(images/covid.png);
  background-size: contain
}
.fixedFlying {
  padding: 15px;
  position: absolute;
  top: 120px;
  width: 100%;
  box-sizing: border-box;
  z-index: 997;
}
.affix {
  position: fixed;
  top: 0;
  width: inherit;
  min-width: 800px
}
.headerTrans {
  height: 10px;
  background: #fff;
  opacity: 0.2;
  z-index: 996;
  bottom: -10px;
  position: absolute;
  width: 100%
}
.buttonRequest {
  float: left;
}
.buttonRequest a {
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  font-weight: 100px;
  font-size: 18px;
  padding: 15px;
  letter-spacing: 1px
}
.buttonRequest a:hover {
  background-color: #22283e;
  color: #ededed
}
.topPhone {
  float: right;
}
.topPhone a {
  font-size: 40px;
  ;
  color: #fff;
  font-weight: 100;
  padding-top: 3px;
  display: inline-block;
}
.topPhone a:hover {
  color: #ededed;
}
/*Mega Nav*/
#megaNav {
  position: absolute;
  right: 0;
  top: 90px;
  z-index: 998;
}
#megaNav div {
  padding: 20px;
}
#megaNav ul {
  float: none
}
#megaNav li {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #0079c2
}
#megaNav ul > li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0
}
#megaNav a {
  font-size: 14px;
  font-weight: 400;
  color: #fff
}
/*********************************************/
/*******************Header*****************/
/*********************************************/
/*******************VIDEO + ADDRESS*****************/
.upVids {
  z-index: 888;
  position: relative;
  margin-top: -280px
}
.upVids .videoWrapper {
  border: 10px solid #fff;
  background-color: #fff
}
/*********************************************/
/*******************VIDEO + ADDRESS*****************/
.icon {
  width: 100px
}
.icon img {
  width: 100%
}
.introHome {
  font-size: 40px;
  line-height: 62px;
  padding-top: 20px
}
.introHome strong {
  font-weight: 900
}
.trans {
  opacity: 0.5
}
.callBox h5 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  padding-top: 20px;
  padding-bottom: 10px
}
.callBox a.tel, .phoneHolder a.tel {
  color: #fff;
  font-weight: 100;
  font-size: 46px;
  margin-bottom: 10px;
  display: block;
    white-space: nowrap
}
.callBox {
  position: relative
}
.buttonRequestTell {
  color: #fff;
  display: inline-block;
  position: absolute;
  right: 0;
  padding: 20px;
  bottom: -30px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400
}
a.buttonRequestTell:hover {
  color: #fff;
  background-color: #154b6b
}
.videoSection {
  padding-top: 80px;
  position: relative
}


.whiteOverRely{
  position: relative;
  height: 160px;
  margin-top: -160px;
  z-index: 777
}

.whiteOverRely.shorter{
margin-top: -80px;
height: 80px;
}

.aboveOverRely{
     z-index: 888;
    position: relative
}

/* =================================================================== */
/* DROP DOWN CSS 
====================================================================== */
.catDrop {
  width: 100%;
  box-sizing: border-box;
  z-index: 999;
  position: relative;
  color: #fff;
  margin-top: 50px
}
.catDrop li ul, .catDrop li:hover, .catDrop li:hover ul, .catDrop li ul:hover {
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.catDrop li ul {
  overflow: hidden;
  width: 100%;
  left: 0;
  top: 100%;
  box-sizing: border-box;
  position: absolute;
  height: 0;
}
.catDrop li:hover ul {
  max-height: 1000px;
  height: auto;
}
.catDrop a {
  color: #fff;
  display: block;
  background-color: #406b84;
  padding: 20px
}
.catDrop li ul a {
  border-top: 0;
}
.catDrop li a:hover {
  color: #fff
}
.catDrop li ul a:hover {
  background-color: #22283e
}
.catDrop span.iconSpan {
  position: absolute;
  right: 20px;
  top: 13px;
  z-index: 9999;
  color: #fff;
  font-size: 30px;
}
.catDrop a:hover {
  color: #293c98;
}
.catDrop a:not(.first):hover {
  padding-left: 40px
}
#addressesTxt {
  position: absolute;
  top: 50px;
  left: 0;
  color: #fff;
  font-size: 16px;
  box-sizing: border-box;
  width: 100%;
  padding-right: 40px;
  padding-left: 143px;
  line-height: 28px;
}

#addressesTxt a{ color: #fff}
#addressesTxt a:hover{ color: #00a1cd}


.addressField.active {
  display: block
}
/*********************************************/
/*******************textFormat*****************/
/*********************************************/

.wrapThis {margin-bottom: 40px}
.formatText p {
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 26px;
  font-weight: 400
}
.formatText img {
  max-width: 100%
}
.formatText h1, .formatText h2, .formatText h3, .formatText h4, .formatText h5, .formatText h6 {
  margin-bottom: 20px;
  padding-top: 10px;
  position: relative;
    font-weight: 300
}
.formatText h1 {
  font-size: 38px;

}
.formatText h2 {
  font-size: 34px;

}

.formatText h3 {
  font-size: 28px
}
.formatText h4 {
  font-size: 24px
}
.formatText h5 {
  font-size: 20px
}
.formatText h6 {
  font-size: 18px
}
.formatText blockquote {
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 300;
  padding-left: 40px;
  border-left: 10px solid #ff5272;
  font-style: italic
}
.formatText blockquote p {
  padding: 0;
  margin: 0
}
.formatText ul, .formatText ol {
  margin-left: 60px;
  padding-bottom: 20px;
  padding-top: 10px
}
.formatText li {
  padding-bottom: 15px;
  position: relative
}
.formatText ul li:before {
  display: none;
  content: "\f101";
  font-family: "Font Awesome 5 Regular";
}
.formatText li svg {
  position: absolute;
  left: -30px;
  top: 3px;
  opacity: 0.7;
}
.formatText ol li {
  list-style-type: decimal-leading-zero
}
h1.specialHeader {
  border-bottom: 1px solid #cccccc;
  color: #154b6b;
  font-weight: 100;
  padding-bottom: 40px;
  font-size: 44px
}

h1.specialHeader.small {
font-size: 30px
}



.specialHeader strong {
  font-weight: 800;
  position: relative
}
.specialHeader strong:After {
  content: ' ';
  position: absolute;
  height: 10px;
  background-color: #0079c2;
  display: inline-block;
  left: 0;
  bottom: -50px;
  width: 100%
}

h3.specialHeader strong:After {
	bottom: -20px;
}



h1.specialHeader.bordertop10 {
  padding-top: 40px
}

.children {margin-left: 40px; margin-top: 10px}
/*********************************************/
/****************BUTTONS**************/
/*********************************************/
.btn {
  display: inline-block;
  font-weight: 400;
  padding: 20px 50px;
  font-size: 18px;
  text-transform: uppercase
}
.btn.redBtn {
  color: #fff;
  background-color: #154b6b
}
.btn.whiteBtn {
  background-color: #fff
}
.btn.redBtn:hover, .btn.clearBtn:hover, .btn.whiteBtn:hover {
  background-color: #22283e;
  border-color: #22283e;
  color: #fff
}
.buttonsHome {
  padding-top: 30px;
  padding-bottom: 30px
}
.buttonsHome .btn {
  border: 5px solid #ff5272;
  padding-left: 50px;
  padding-right: 50px;
  font-weight: 300
}
.buttonsHome .btn.redBtn {
  margin-right: 10px
}
.buttonsHome .btn.clearBtn {
  margin-left: 10px
}
.ctaBtns li {
  float: right
}
.ctaBtns li:first-child {
  float: left
}
.ctaBtns .btn {
  border: 5px solid #ffff;
  padding-left: 50px;
  padding-right: 50px;
  font-weight: 300
}
.ctaBtns .btn.redBtn {
  margin-right: 15px
}
.ctaBtns .btn.clearBtn {
  margin-left: 15px;
  color: #fff
}
.btn svg {
  padding-right: 10px
}
/* =================================================================== */
/* Photo Text Layout
====================================================================== */
.photoTextLayout {
  display: table;
  width: 100%;
  table-layout: fixed
}
.photoOnRight {
  direction: rtl;
}
.photoLayout, .textLayout {
  display: table-cell;
  box-sizing: border-box;
    vertical-align: top
}
.photoOnRight .photoLayout, .photoOnRight .textLayout, #innerMenu {
  direction: ltr;
}
.photoLayout {
  width: 33.333%;
  height: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover
}
.photoLayout.form-1 {
  background-image: url(images/better-scheduling.jpg);
}
.photoLayout.form-2 {
  background-image: url(images/office-customer-service.jpg);
}

.photoLayout.form-3 {
  background-image: url(images/great-house-cleaning-support.jpg);
}
.textLayout {
  width: 66.666%
}
.photoOnRight .textLayout {
  padding-right: 40px;
}
.photoOnLeft .photoLayout {
  border-right: 40px solid transparent;
    background-clip: content-box;
}
/* =================================================================== */
/* Link Units
====================================================================== */
.iconic {
  padding: 10px;
  display: inline-block
}
.linkUnits .iconic {
  width: 70px;
  position: absolute;
  top: 0;
  right: -86px;
}
.iconic img {
  width: 100%;
}
.linkUnits h3 a {
  color: #747a7f;
  font-weight: 100;
  font-size: 30px
}
.linkUnits h3 a:hover {
  color: #154b6b;
  font-weight: 100;
  font-size: 30px
}
.linkUnits p {
  padding-right: 20px
}
/* =================================================================== */
/* Home Reviews
====================================================================== */
.fakeborder {
  position: absolute;
  background-color: #fff;
  height: 70px;
  width: 66.666%;
  right: 0;
  top: -70px;
  box-sizing: border-box;
  padding-left: 20px
}
.whiteTextBox {
  padding: 20px 40px 60px 40px;
  background: #fff;
  position: relative;
  margin-top: 0px;
  box-sizing: border-box;
  font-size: 20px
}
.transBorder {
  border-top: 40px solid transparent
}
.whiteTextBox p {
  font-size: 24px;
  font-weight: 100
}
.whiteTextBox h4 {
  font-size: 28px;
  font-weight: 500;
  padding-top: 20px
}
.whiteTextBox h5 {
  font-size: 16px;
  padding-top: 5px;
  font-weight: 500
}
.whiteTextBox h5:after {
  width: 100px;
  content: ' ';
  position: relative;
  display: block;
  border-bottom: 10px solid #22283e;
  padding-top: 10px
}
.phoneHolder {
  padding: 100px 20px 20px 20px;
  text-align: right;
  box-sizing: border-box;
  width: 50%;
  float: left;
  position: relative;
  margin-top: -80px
}
.phoneHolder .right {
  text-align: right;
  display: block;
  padding-bottom: 10px;
  font-weight: 100;
}
.buttonsShuffle {
  float: left;
  width: 50%;
  padding-top: 0
}
.phoneHolder .iconic {
  position: absolute;
  left: -33px;
  top: 40px;
  font-size: 50px;
}
.allRevLink {
  padding-top: 116px;
  padding-bottom: 40px
}
.allRevLink a {
  text-decoration: underline
}
.anchors {
  background-image: url(images/bg.jpg);
  background-size: cover;
  padding: 20px 20px 20px 0
}




.anchors li {
  position: relative;
  float: left;
  width: 25%;
  box-sizing: border-box;
  padding-left: 20px
}
.anchors img {
  width: 100%
}
.anchors a {
  color: #fff;
  display: block;
}
.anchors .halfOp a, .anchors a {
  opacity: 0.5
}
.anchors .fullOp a {
  opacity: 1
}
.anchors a:hover {
  opacity: 1
}
.anchors span {
  display: block;
  text-align: center;
  padding-top: 10px
}
.anchors .play {
  position: absolute;
  width: 84px;
  right: 0px;
  top: 72px;
}
.gallery{width: calc(100% + 20px);}
.gallery li{
	
	  position: relative;
  float: left;
  width: 25%;
  box-sizing: border-box;
  padding-right: 20px;
	padding-bottom: 15px
}


.gallery img {
  width: 100%
}





/*********************************************/
/**************OWL CAROUSEL**********/
/*********************************************/
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: right;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav span {
  background: #1A5070;
  color: #fff;
  font-size: 40px;
  display: inline-block;
  padding: 14px;
  width: 40px;
  height: 40px;
  text-align: center;
  box-sizing: border-box;
  line-height: 10px;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.owl-nav button {
  width: auto !important
}
.owl-theme .owl-nav span:hover {
  background: #00a1cd;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.owl-next {
  margin-left: 10px
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  bottom: -140px;
  left: -48px;
}
.owl-theme .owl-dots .owl-dot span {
  width: 20px;
  height: 20px;
  margin: 5px 7px;
  background: #22283e;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #00a1cd;
}
/*********************************************/
/**************OWL CAROUSEL**********/
/*********************************************/
/*********************************************/
/**************Form**********/
/*********************************************/
.formTxt input, .formTxt textarea, .formTxt button {
  font-family: 'HeliosAntique';
  src: url('HeliosAntique-Medium.woff2') format('woff2'), url('HeliosAntique-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
.formTxt input[type=text], .formTxt textarea, .formTxt select {
  border: 0;
  background: none;
  width: 100%;
  box-sizing: border-box;
  font-size: 16px;
  padding: 20px;
  padding-left: 130px;
	-webkit-appearance: none;
}
.formTxt input[type=text], .formTxt select, .formTxt .textArea {
  border: 0;
  background: #ededed;
}
.formTxt input[type=text], .formTxt textarea, .formTxt select {
  color: #6d655d
}
.formTxt .textArea {
  height: 160px;
}
.formTxt input::placeholder, .formTxt input:placeholder, .formTxt input::-webkit-input-placeholder, .formTxt input ::-webkit-input-placeholder, .formTxt input:-moz-placeholder, .formTxt input::-moz-placeholder, .formTxt input:-ms-input-placeholder, .formTxt textarea::-webkit-input-placeholder, .formTxt textarea:-moz-placeholder, .formTxt textarea::-moz-placeholder, .formTxt textarea:-ms-input-placeholder {
  color: #858486
}
.formTxt input::placeholder, .formTxt input:placeholder, .formTxt input::-webkit-input-placeholder, .formTxt input ::-webkit-input-placeholder, .formTxt input:-moz-placeholder, .formTxt input::-moz-placeholder, .formTxt input:-ms-input-placeholder, .formTxt textarea::-webkit-input-placeholder, .formTxt textarea:-moz-placeholder, .formTxt textarea::-moz-placeholder, .formTxt textarea:-ms-input-placeholder {
  color: #858486
}
.formTxt input::-webkit-input-placeholder, .formTxt textarea::-webkit-input-placeholder {
  color: #858486
}
.formTxt input::-webkit-input-placeholder, .formTxt textarea::-webkit-input-placeholder {
  color: #6d655d
}
.formTxt .btn {
  border: 0
}
.captcha {
  padding: 10px;
  border: 1px solid #cecbc5
}
.captchaAdj {
  width: 100%;
  overflow: hidden
}
.select:invalid {
  color: #b1ada8
}
.contactFormHalf div {
  position: relative
}
.contactFormHalf .iconic {
  color: #fff;
  font-size: 50px;
  position: absolute;
  left: 20px;
  top: -8px;
  padding: 13px 10px
}

.containerCbox{
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.containerCbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #ededed;
	border:  1px solid #cccccc
}

/* On mouse-over, add a grey background color */
.containerCbox:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.containerCbox input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.containerCbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.containerCbox .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}



/*********************************************/
/**************Form**********/
/*********************************************/
/*********************************************/
/**************towhalfs**********/
/*********************************************/
.twoBoxes .half {
  box-sizing: border-box;
  position: relative
}
.twoBoxes img {
  width: 100%
}
.twoBoxes .half:nth-child(odd) {
  padding-right: 20px
}
.twoBoxes .half:nth-child(even) {
  padding-left: 20px
}
.square {
  position: absolute;
  bottom: -80px;
  width: 50%;
  left: 0;
  color: #fff;
  padding: 20px;
  font-weight: 100;
  font-size: 30px;
  box-sizing: border-box
}
.twoBoxes .half a .square {
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.twoBoxes .half a:hover .square {
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  bottom: -60px
}
.twoBoxes .half:nth-child(even) .square {
  left: 20px
}
.square strong {
  display: block
}
.square .icon {
  display: block;
  padding-bottom: 10px
}
/*********************************************/
/**************Footer**********/
/*********************************************/
.footerContact h6 {
  font-size: 18px;
  padding-bottom: 10px
}
.footerContact a.footerFont {
  color: #fff;
  font-weight: 100;
  font-size: 44px
}
.footerContact i, .footerContact svg {
  position: absolute;
  left: 0px;
  top: 8px;
  font-size: 48px;
}
.footerContact .font18 i, .footerContact .font18 svg {
  font-size: 18px;
}
#cantbelive a {
  color: #fff;
  font-weight: 100;
  font-size: 20px
}
.smallIcon i, .smallIcon svg {
  position: relative;
  top: 0;
  font-size: 12px
}
.smallIcon {
  font-size: 12px;
  font-weight: 700;
  display: block;
  padding-top: 10px
}
.footerContact .half {
  padding-left: 70px;
  box-sizing: border-box
}
.footerLists h4 {
  color: #000000;
  font-weight: 600;
  position: relative;
  font-size: 40px;
  padding-bottom: 20px;
}
.footerLists ul {
  padding-top: 40px;

    
}
.footerLists li {
  padding-bottom: 10px
}

.footerMenu  ul{
    
        position: relative
}

.footerMenu li ul {

left: 100%;
width: 0;
top: 0;
z-index: 888;
position: absolute;
background: #fff;

    -moz-transition: all .2s ease-in-out;	-webkit-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; -ms-transition: all .2s ease-in-out; transition: all .2s ease-in-out;
     
  
    box-sizing: border-box;
    height: 100%;
	overflow: hidden
    
}

.footerMenu li ul li{
	margin:  0 20px;
}


.footerMenu li ul li:first-child{
	margin-top:  20px;
}
.footerMenu li ul li:last-child{
	margin-bottom:  20px;
}

.footerMenu li ul a {
	white-space: nowrap
	
}



.footerMenu li:hover ul  {
border-left: 20px solid #22283e;
	 
        -moz-transition: all .2s ease-in-out;	-webkit-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; -ms-transition: all .2s ease-in-out; transition: all .2s ease-in-out;
	width: calc(200% + 40px);



}





.footerMenu ul ul li  {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 0
}

.footerMenu ul ul li:last-child  {
    border-bottom: 0;
}


.footerMenu ul ul li a{
    padding-top: 10px;
    padding-bottom: 10px
}








.footerLists a {
  color: #4b4b4b
}
.footerLists a:hover {
  color: #000000
}
.logoFooter {
  background: #fff;
  margin-top: -50px;
  padding: 0;
  margin-top: -170px
}
.logoFooter img {
  width: 100%
}
.social-icons {
  padding-top: 20px;
  width: calc(100% + 20px);
}
.social-icons li {
  float: left;
  width: 25%;
  box-sizing: border-box;
  padding-right: 20px;
  text-align: center
}
.social-icons li a {
  box-sizing: border-box;
  padding: 20px;
  background-color: rgba(0, 0, 0, .2);
  color: #fff;
  display: block
}
.social-icons li a:hover {
  background-color: #22283e;
  color: #fff;
  display: block
}
footer .quarterX3 {
  box-sizing: border-box;
  padding-left: 40px
}
.linemenu li {
  
  background-color: #fff;
  margin-bottom: 10px;
  font-size: 15px;

}



.linemenu > ul > li >  a:after {
  content: " ";
  display: inline-block;
  background: #00a1cd url(images/chevron-right.png) center center no-repeat;
  padding: 20px;
  right: 0;
  top: 0;
  position: absolute;
    background-size: cover
  
}

.footerMenu > ul > li:hover >  a:after {
  background: #22283e url(images/chevron-right.png) center center no-repeat;
    background-size: cover
}
.footerMenu a:hover{ color: #00a1cd}

.linemenu a {
  padding: 12px 10px 9px 10px;
  color: #747a7f;
  display: block;
    position: relative;
    
}

.linemenu.internal a {
  background-color: #ededed;
}

.linemenu.internal a:hover {
  background-color: #22283e;
    color: #fff
}






#footerLinks {
  display: table;
  table-layout: fixed;
  width: calc(100% + 40px);
  border-spacing: 20px;
  margin-left: -20px
}
#footerLinks .vid {
  display: table-cell;
  width: 25%;
  background-color: #fff;
  background-size: cover;
  position: relative
}
#footerLinks li:last-child {
  margin-bottom: 0
}
h6.footerHeader {
  font-weight: 100;
  padding-bottom: 20px;
  font-size: 36px
}
.reviewLinks a {
  display: block;
  background-color: #fff;
  padding: 20px;
  text-align: center
}
.reviewLinks img {
  max-width: 120px
}
.reviewLinks li {
  padding-top: 20px
}


.vid  {
    -moz-transition: all .2s ease-in-out;	-webkit-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; -ms-transition: all .2s ease-in-out; transition: all .2s ease-in-out;
    cursor: pointer
}
.vid a .blue5 {
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.vid a:hover .blue5 {
  color: #22283e;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
#footerLinks .linkCon {
  display: block;
  width: 100%;
  background-color: #fff;
  padding: 20px;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
}
.linkCon span {
  display: block;
  width: 100%
}
.linkCon .blue5 {
  font-weight: 600;
  font-size: 24px
}
.linkCon .grey {
  font-weight: 100;
  font-size: 14px
}

.vid ul { height: 0; overflow: hidden; -moz-transition: all .2s ease-in-out;	-webkit-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; -ms-transition: all .2s ease-in-out; transition: all .2s ease-in-out;}
.vid:hover ul, .vid ul.fixUlHeight { height: 220px; overflow: hidden; -moz-transition: all .2s ease-in-out;	-webkit-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; -ms-transition: all .2s ease-in-out; transition: all .2s ease-in-out;}

.vid li{ border-top: 1px solid #cccccc; font-size: 12px; padding-top: 10px; margin-top: 10px}



.vid .play {
  position: absolute;
  width: 84px;
  margin: auto;
  top: 80px;
  left: 0;
  right: 0;
}
.allPages {
  position: absolute;
  right: 0;
  bottom: 10px
}
.allPages {
  text-decoration: underline
}


.mainList > li > a{ font-weight: 500; font-size: 20px}
#allLinks ul ul{margin-left: 40px}

/*********************************************/
/**************Footer ENDS**********/
/*********************************************/
/*********************************************/
/**************Internal Pages**********/
/*********************************************/
.siteHeader {
  height: 500px
}
.siteHeader h2 {
  color: #fff;
  font-weight: 100;
  position: absolute;
  right: 0;
  padding-bottom: 40px;
  bottom: 0;
    font-size: 54px;
    text-align: right;
    z-index: 889
}

#videoHeader .siteHeader h2 {

  font-size: 40px;
bottom: 180px
    
}    
    
.imagecarrier {
    position: absolute;
    top: 0;
    overflow-x: hidden;
    right: 0;
}

.coverInner{ position: absolute; top: 0; right: 0; display: none}

.breadcrumb{ position: absolute; display: inline-block; top: -80px; padding: 25px; }

/*********************************************/
/**************Video Pages**********/
/*********************************************/

.introVideo{
font-size: 60px;
line-height: 76px;
padding-top: 0;    
    
}

.justInCase{ position: relative; background-color: #fff; z-index:889; padding-bottom: 40px }

.aboveOverRely.flyingHolder{ position: absolute; bottom: 0}

/*********************************************/
/**************Reviews**********/
/*********************************************/

#reviewList li{ padding: 10px; margin-top: 40px;   background-color: #ededed;}

#reviewList li:first-child {
  margin-top: 0px;   
}



#reviewList li a, #reviewList li a{}

.revTitles h4{ padding-bottom: 10px; font-size: 16px; font-weight: 700}
.revTitles h3{ font-weight: 100; font-size: 30px}
.revTitles h3 strong{ font-weight: 700}

#reviewList .iconic{ 
width: 50px;
height: 50px;
position: absolute;
top: 50%;
left: -35px;
margin-top: -35px
    
}

#reviewList span.twothird{
padding-top: 15px;
padding-left: 20px;
    box-sizing: border-box

}


.fakeblueBg {width: 100%; top: 0; height:266px; position: absolute; z-index: 1}

.zindex8{ z-index: 888}

/*********************************************/
/**************ServiceAreea**********/
/*********************************************/
.overlay {
background:transparent;
position:relative;
width:100%; /* your iframe width */
height:520px; /* your iframe height */
top:520px; /* your iframe height */
margin-top:-520px; /* your iframe height */
z-index: 888
}



.intro.font12{
    font-size: 12px;
    line-height: 16px;
}
.intro.font14{
    font-size: 14px;
    line-height: 18px;
}
.intro.font16{
    font-size: 16px;
    line-height: 20px;
}

.intro.font18{
    font-size: 18px;
    line-height: 22px;
}

.intro.font20{
    font-size: 20px;
    line-height: 24px;
}

.intro.font22{
    font-size: 22px;
    line-height: 26px;
}

.intro.font24{
    font-size: 24px;
    line-height: 30px;
}

.intro.font26{
    font-size: 26px;
    line-height: 30px;
}

.intro.font28{
    font-size: 28px;
    line-height: 32px;
}

.intro.font30{
    font-size: 30px;
    line-height: 36px;
}

.intro.font32{
    font-size: 32px;
    line-height: 36px;
}

.intro.font34{
    font-size: 34px;
    line-height: 42px;
}

.intro.font36{
    font-size: 36px;
    line-height: 40px;
}

.intro.font38{
    font-size: 38px;
    line-height: 42px;
}

.intro.font40{
    font-size: 40px;
    line-height: 44px;
}
.intro.font42{
    font-size: 42px;
    line-height: 48px;
}
.intro.font44{
    font-size: 44px;
    line-height: 48px;
}
.intro.font46{
    font-size: 46px;
    line-height: 50px;
}
.intro.font48{
    font-size: 48px;
    line-height: 52px;
}
.intro.font50{
    font-size: 50px;
    line-height: 54px;
}
.intro.font52{
    font-size: 52px;
    line-height: 56px;
}
.intro.font54{
    font-size: 54px;
    line-height: 58px;
}

.intro.font56{
    font-size: 56px;
    line-height: 60px;
}

.intro.font58{
    font-size: 58px;
    line-height: 64px;
}
.intro.font60{
    font-size: 60px;
    line-height:64px;
}

.ccu{ max-width: 200px; float: left; margin-top: 25px  }




.managerIMG{float: left; width:30%}
.managerIMG img{width: 100%}

.managerBIO{float: left;  width: 70%}

.text_spanish {display: none}


