/* ==========================================================================
   Set Fonts
   ========================================================================== */
@font-face {
	font-family:"doublejremovals";
	src:url("../font/doublejremovals.eot");
	src:url("../font/doublejremovals.eot?#iefix") format("embedded-opentype"),
	url("../font/doublejremovals.woff") format("woff"),
	url("../font/doublejremovals.ttf")  format("truetype"),
	url("../font/doublejremovals.svg#doublejremovals") format("svg");
}
/* ==========================================================================
   Template Elements
   ========================================================================== */
html {
  margin: 0;
  padding: 0;
  overflow-x:hidden;
  max-width:100%;
}
body,
html {
  background: #f9f9f9;
  z-index:-2;
}
button,
.button {
	color:#000;
	background:#f9f9f9;/*Remember to set BG HERE*/
}
.dark-theme button:hover,
.dark-theme .button:hover,
button:hover,
.button:hover {
	background:#0E8B93;
	color:#f9f9f9;/*Remember to set BG HERE*/
}
.dark-theme .invert button,
.dark-theme .invert .button,
.invert button,
.invert .button {
	background:#0E8B93;
	color:#f9f9f9;/*Remember to set BG HERE*/
}
.dark-theme .invert button:hover,
.dark-theme .invert .button:hover,
.invert button:hover,
.invert .button:hover {
	background:#f9f9f9;
	color:#000;/*Remember to set BG HERE*/
}

.wrapper {
    padding: 20px;
}
.container {
    max-width: 1140px;
    margin: 0 auto;
}
section {
	padding:50px 0;
}
h1,
h2,
h3,
h4,
.dark-theme .invert h1,
.dark-theme .invert h2,
.dark-theme .invert h3,
.dark-theme .invert h4
{
	color:rgba(0,0,0,0.9);/*Remember to set Color HERE*/
}
.dark-theme h1,
.dark-theme h2,
.dark-theme h3,
.dark-theme h4
{
	color:rgba(255,255,255,0.9);/*Remember to set Color HERE*/
}
h1
{
	line-height:0.9;
	margin:0;
}
#overlaybg{
	background:rgba(39, 162, 160,1);
	transform: translateX(100%);
	transition:all 5000ms;
}
.menuopen #overlaybg{
	transform: translateX(0%);
}
#popbox
{
	-webkit-box-shadow: 0px 0px 50px 4px rgba(0,0,0,0.32);
	-moz-box-shadow: 0px 0px 50px 4px rgba(0,0,0,0.32);
	box-shadow: 0px 0px 50px 4px rgba(0,0,0,0.32);
}
#popbox,
#popbox h1,
#popbox h3,
#popbox a,
#popbox p,
#popbox #successsymbol,
#popbox #closesymbol {
	background:#27A2A0;
	color:#fff;
}
/* =============
Header Styles
================ */
.shrink header {
	max-height: 50px;
}
.shrink header #logo img{
	width:240px;
}
.shrink header .wrapper {
	padding: 0;
}
header .btn1,
header .btn2,
header .btn3,
header .btn4 {
	transform:all 300ms;
}
#services header .btn2,
#about header .btn1,
#reviews header .btn3,
#quote header .btn4 {
	border-bottom: 2px solid;
	border-image: linear-gradient(to right, #f9f9f9 0%, #fff 100%);
	border-image-slice: 1;
}
#services #menuoverlay .btn2,
#about #menuoverlay .btn1,
#reviews #menuoverlay .btn3,
#quote #menuoverlay .btn4 {
	color:rgba(255,255,255,.5);
}
#services #menuoverlay .btn2:hover,
#about #menuoverlay .btn1:hover,
#reviews #menuoverlay .btn3:hover,
#quote #menuoverlay .btn4:hover {
	color:rgba(0,0,0,.5);
	background:rgba(0,0,0,0.3);
}
header {
	position: fixed;
	width: 100%;
	max-width: 100vw;
	top: 0;
	z-index: 11;
	background: url("../img/dots.png"), #23212C;
	height: 112px;
	box-shadow: 0px 6px 10px rgba(0,0,0,0.1);
}
header .table,
header .wrapper {
	height:100%;
}
header .wrapper {
	box-sizing: border-box;
	padding-top: 15px;
}
header #navwrapper {
	display:inline-block;
	height:100%;
}
header #navwrapper {
	float:right;
}
header .borderhighlight {
	width:6px;
	background:#D0E2A4;
	height:100%;
	position:absolute;
	left:-6px;
	height:70px;
	top:0;
}
header #borderhighlight2 {
	left:auto;
	right:-6px;
}
header #logo img {
	max-width: 400px;
	width: 100%;
}
header nav {
	display:inline-block;
	margin:0 -10px 0 20px;
}
header nav a {
	color: rgba(255,255,255,0.9);
	padding: 0 5px;
	margin: 0 15px;
	line-height: 30px;
	display: inline-block;
	font-size: 15px;
	transition: color 200ms;
	font-weight: 800;
}
header nav a.btn4
{
	position: relative;
}
header nav a.btn4:after
{
	content: "";
	position: absolute;
	right: -86px;
	top: -18px;
	height: 60px;
	width: 60px;
	background: url(../img/covidsafe.png);
	background-size: contain;
	cursor: initial;
}
header nav a:hover {
	color:#f9f9f9;
	text-shadow: 0px 5px 5px #171717;
}
header #menu {
	font-family:doublejremovals;
	font-size:35px;
	height:50px;
	width:50px;
	background:none;
	color:#f9f9f9;
	line-height:155%;
	text-align:center;
	transition:background 200ms;
	display:none;
}
header #menu:hover {
	color:#0E8B93;
}

.menuopen #overlaybg,
.popboxopen #overlaybg,
.menuopen #closemenu
{
	display:block;
}
.menuopen #menuoverlay
{
	display:table;
}
.menuopen header #menu
{
	display:none;
}
#menuoverlay
{
	color:#000;
	position:fixed;
	z-index:51;
	height:100%;
	transform: translateX(100%);
	transition:all 5000ms;
}
.menuopen #menuoverlay{
	transform: translateX(0%);
}
#menuoverlay nav a
{
	font-size:60px;
	display:block;
	text-align:center;
	color:#000;
	transition: background 300ms;
	font-family: 'Roboto', sans-serif;
}
#menuoverlay nav a:hover
{
	background:rgba(0,0,0,.9);
	color:#fff;
}
#services #menuoverlay nav a.btn1
#storage #menuoverlay nav a.btn2,
#reviews #menuoverlay nav a.btn3,
#quote #menuoverlay nav a.btn4{
  color: rgba(0, 0, 0, 0.4); }

#services #menuoverlay nav a.btn1:hover,
#storage #menuoverlay nav a.btn2:hover,
#reviews #menuoverlay nav a.btn3:hover,
#quote #menuoverlay nav a.btn4:hover {
  color: rgba(255, 255, 255, 0.4); }
#closemenu {
	font-family:doublejremovals;
	font-size:48px;
	height:45px;
	width:45px;
	color:#000;
	line-height:45px;
	text-align:center;
	display:none;
	border-radius:15px;
	position:absolute;
	right:5%;
	top:40px;
	z-index:52;
	transform: translateX(100%);
	transition:all 5000ms;
}
.iefix #closemenu
{
	line-height:48px;
}
.menuopen #closemenu
{
	visibility:inherit;
	transform: translateX(0%);
}
#closemenu:hover
{
	color:#fff;
}
/* =============
Main Styles
================ */
main{
	padding-top:112px;
}
/* =============
Footer Styles
================ */
footer {
	width:100%;
	bottom:0;
	min-height:180px;
	position:absolute;
	left:0;
}
footer .wrapper {
	padding-top:0 20px;
}
footer a,
footer a span {
	transition:color 200ms;
	color:#999;
}
footer a:hover,
footer a:hover span {
	color:#000;
}
.dark-theme footer a:hover,
.dark-theme footer a:hover span {
	color:#f9f9f9;
}
footer #divider {
	background:rgba(255,255,255,.2);
	height:24px;
	width:1px;
	position:relative;
	display:inline-block;
	margin:0 20px;
}
footer .facey,
footer .insta,
footer .linkedin {
	float:left;
	margin-left:12px;
}
footer .facey {
	font-size:27px;
}
footer .insta {
	font-size:30px;
	margin-top: -1px;
}
footer .linkedin {
	font-size:28px;
	margin-top: -1px;
}
footer .wrapper {
	padding: 
}
footer .btminfo .left
{
	margin-top:-5px;
}
footer .footer-inner {
	position:relative;
	/* height:100%; */
}
footer .maininfo
{
	position:relative;
	z-index:5;
}

/* footer .maininfo .col1-2 {
	display:inline-block;
	width: 60%;
}
footer .maininfo .col2-2 {
	display:inline-block;
	width: 40%;
} */
footer .maininfo .col1-2,
footer .maininfo .col2-2{
	display:inline-block;
	width:49%;
}
footer .maininfo .icon{
	max-width:40px;
}
footer .maininfo .icon img{
	max-width:30px;
}
footer .btminfo{
	position: relative;
	width: 100%;
	padding: 0;
}
/* =====================================
Total Interactive Proof Disclamer Styles
======================================== */
#ti {
	position:fixed;
	width:300px;
	background:#ccc;
	background:rgba(255,255,255,.85);
	bottom:3%;
	left:1%;
	z-index:1000000;
	padding:20px 20px 10px 10px;
	font-family:Arial, sans-serif;
	border-radius:5px;
	box-shadow:0 0 20px #000;
	font-size:13px;
	transition: background 250ms;
	max-height:50%;
	overflow-y:auto;
}
#ti button,
#ti .button {
	color:#fff;
}
#ti:hover {
	background:#fff;
}
#ti h2,
#ti h3 {
	font-family:Arial, sans-serif;
	font-size:26px;
	color:#000;
	padding:0 0 8px 0;
}
#ti h3 {
	margin:0;
	font-weight:700;
	font-size:14px;
}
#ti li {
	font-family:Arial, sans-serif;
	color:#000;
}
#ti a {
	font-family:Arial, sans-serif;
	color:rgba(0,0,0,.5);
}
#ti a:hover {
	color:rgba(0,0,0,.7);
}
#ti a:last-of-type {
	display:inline-block;
	word-break: break-all;
}
/* ==========================================================================
   End Template Elements
   ========================================================================== */

/* ==========================================================================
   Website Specific Elements
   ========================================================================== */
html {
    position: relative;
    min-height: 100%;
}
body {
    /* margin: 0 0 525px; bottom = footer height */
}
main{
	z-index: 2;
	position: relative;
}
/* =====================================
Index Landing
======================================== */
#index .section-landing{
	padding:0;
}
.parallax {
	/* The image used */
	background: url(../img/bg_landing.jpg);
	background-position: center;
	
	/* Set a specific height */
	min-height: 500px; 

	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: top;
	background-repeat: no-repeat;
	position: absolute;
	width: 100%;
	top: 0;
	background-color: #5CB4B2;
}
.section-landing .button{
	float:none;
	margin-top:0;
}
.section-landing .button:hover{
	float:none;
	margin-top:-1px;
}
.section-landing .dividerrow{
	display: table;
	width: 100%;
}
.section-landing .dividerrow h3,
.section-landing .dividerrow h4{
	text-shadow:0px 0px 5px rgba(0,0,0,0.8);
}
.section-landing .dividerrow h3{
	font-size:60px;
}
.section-landing .dividerrow h4{
	font-size:30px;
	text-transform:uppercase;
}
.section-landing .dividerrow .col1-4,
.section-landing .dividerrow .col2-4,
.section-landing .dividerrow .col3-4,
.section-landing .dividerrow .col4-4{
	font-size:25px;
	display:table-cell;
	width:25%;
	height:200px;
	background-size:cover !important;
	vertical-align:middle;
}
.section-landing .dividerrow .col1-4{
	background: url(../img/bg_landingsmall_1.jpg);
	background-position: left;
	
}
.section-landing .dividerrow .col2-4{
	background: url(../img/bg_landingsmall_2.jpg);
	background-position: center;
}
.section-landing .dividerrow .col3-4{
	background: url(../img/bg_landingsmall_3.jpg);
	background-position: center;
}
.section-landing .dividerrow .col4-4{
	background: url(../img/bg_landingsmall_4.jpg);
	background-position: center;
}
/* =====================================
Index Section1
======================================== */
#index h1
{
	margin:0.67em 0;
}
#index .section-one {
	padding:20px 0 0 20px;
	position:relative;
}
#index .section-one h1.headingfix
{
	margin-top:10px;
}
#index .section-one ul {
	font-size: 20px;
	float: left;
	text-align: left;
}
#index .section-one ul li {
	list-style: disc;
	color:#000;
}
#index .section-one h1 {
	font-size: 26px;
	text-align: center;
	padding: 10px;
	line-height: 1.2;
	margin: 0;
}
#index .section-one h2 {
	font-size: 59px;
	text-align: center;
	padding: 10px;
	text-transform: uppercase;
	margin: 0;
	color:#08080A;
}
#index .section-one h2 a{
	color:#08080A;
	line-height:1.1;
}
#index .section-one .column-wrapper.row2 {
	margin-top:5%;
}
#index .section-one .column-wrapper.row2 .col1-2
{
	width:70%;
}
#index .section-one .column-wrapper.row2 .col2-2
{
	width:30%;
	padding-top:0;
}

#index .section-one .inner-column-split
{
	margin: 0 69px;
}
#index .section-one h2 a:hover{
	color:#08080A;
}
#index .section-one .col2-2,
#index .section-one .col1-2 {
	display:inline-block;
	box-sizing:border-box;
	width:49%;
}
#index .section-one .col1-2 {
	width:30%;
}
#index .section-one .col2-2 {
	width:70%;
}
#index .section-one .col2-2 {
	text-align:right;
	padding-top:5%;
}
#index .section-one .circle {
    background: url("../img/dots.png"), #23212C;
    height: 300px;
    width: 300px;
    border-radius: 50%;
    padding: 63px 38px 0 38px;
    box-shadow: 0px 4px 14px rgba(0,0,0,0.4);
    border: 2px solid rgba(0,0,0,0.3);
}
#index .section-one .col2-2 .circle {
    display: inline-block;
	width: 200px;
	height: 200px;
}
#index .section-one .column-wrapper .inner-column-split .col1-2,
#index .section-one .column-wrapper .inner-column-split .col2-2
{
	width:50%;
	padding-top:0;
}
#svgContainer {
	max-width: 105%;
	max-height: 700px;
	height: 62%;
	width: 100%;
	position: absolute;
	top:0;
	left:0;
	min-width: 1911px;
	min-height:699.47px;
	z-index:-1;
}
#svgContainer::after {
	content: "";
	background: linear-gradient(to left,rgba(249, 249, 249,0.4),rgba(249, 249, 249,0.1));
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
}
/* =====================================
Index Section2
======================================== */
#index .section-two {
	background:#5CB4B2;
}
#index .section-two .column-wrapper
{
	text-align: center;
}
#index .section-two .col1-4,
#index .section-two .col2-4,
#index .section-two .col3-4,
#index .section-two .col4-4 {
	width: 33%;
	display: inline-block;
	box-sizing: border-box;
	min-height: 20px;
	font-size: 16px;
	padding: 0 2% 4% 2%;
	text-align: center;
}
#index .section-two h2 {
	text-transform: uppercase;
	text-align: center;
}
#index .section-two p {
	text-align:center;
	min-height: 150px;
}
#index .section-two i {
	text-transform: uppercase;
	font-size: 14px;
	line-height: 1.7;
}
#index .section-two img {
	max-width: 160px;
	max-height:160px;
	display: inline-block;
}
#index .section-two a {
	text-transform: uppercase;
	font-size: 19px;
	color: #f9f9f9;
	text-shadow: 0px 0px 2px rgba(255,255,255,0.2);
	padding: 2% 5%;
	border-radius: 5px;
	border: 2px solid #f9f9f9;
	display: inline-block;
}
#index .section-two a:hover {
	color: #0E8B93;
    background: #f9f9f9;
}
/* =====================================
Index Section3 && Section4
======================================== */
.section-three{
	background: url(../img/bg.jpg),#0F0E0E;
	background-size: cover;
	background-position: center left;
	background-repeat: no-repeat;
}
.section-three .col1-1 {
	text-align:right;
}
.section-four .col1-1 {
	text-align:left;
}
.section-three .col1-1,
.section-four .col1-1 {
	display:inline-block;
	font-size:16px;
	width:70%;
	max-width:700px;
}
.section-four .col1-1 {
	max-width: 700px;
}
.section-three .col1-1 h1,
.section-four .col1-1 h1{
	text-transform:uppercase;
	font-size:32px;
}
.section-three .col1-1 p,
.section-four .col1-1 p{
	text-align:right;
	font-size:24px;
	line-height:1.5;
}
.section-four .col1-1 p{
	text-align:left;
}
.section-three .col1-1 i,
.section-four .col1-1 i{
	text-transform: uppercase;
	font-size: 18px;
	line-height: 2.3;
	letter-spacing: 3.1px;
}
.section-four .button{
	float:none;
}
.section-four{
	background: url(../img/bg_testimonial.jpg);
	background-size: cover;
}
.section-four h3,
.section-four h4 {
	padding:0;
	margin:0;
	font-style:italic;
	font-weight:500;
	font-size:24px;
}
.section-four h4 {
	font-weight:600;
	font-size:28px;
}
.section-landing .button,
.section-three .button,
.section-four .button {
	text-transform:uppercase;
	font-size:18px;
	letter-spacing:2.3px;
	padding:20px 50px;
}
/* =====================================
Service Section1
======================================== */
#services .section-one .panel {
	display: inline-block;
	width: 33%;
	font-size: 16px;
}
#services .section-one .panelmargin {
    margin: 20px 30px;
}
#services .section-one .panel .col1-2 {
    width: 28%;
}
#services .section-one .panel .col2-2 {
    width: 70%;
}
#services .section-one .panel .col1-2, #services .section-one .panel .col2-2 {
    display: inline-block;
    box-sizing: border-box;
}
#services .section-one .panel img {
    width: 80px;
}
#services .section-one h1 {
    margin-top:0;
}
#services .section-one .panel h2 {
    padding:0;
	text-align:left;
}
#services .section-one .button {
    float:none;
	text-transform:uppercase;
	font-size:18px;
	letter-spacing:2px;
	padding:20px 50px;
}
#services .section-one .button:hover {
    border: 1px solid #0E8B93;
	margin-top:27px;
}
/* =====================================
about Section1
======================================== */
#about .section-one .panel{
	display: inline-block;
	width: 30%;
	font-size: 16px;
	background: #fff;
	margin: 1.5%;
}
#about .section-one .panelmargin {
    margin: 20px 30px;
}
#about .section-one .panel img{
	width:100%;
	max-width:100px;
}
#about .section-one .panel p{
	text-align:center;
}

/* =====================================
Review Section1
======================================== */
#reviews .section-one h2 i {
	text-transform: uppercase;
	font-size: 20px;
	font-style: italic;
	line-height: 1.5;
	letter-spacing: 0.5px;
	font-weight: 600;
}
#reviews .section-one h2 .lineheightfix
{
	font-size: 24px;
	line-height: 1.2em;
}
#reviews .section-one .panel {
	margin: 50px 0;
	text-align:center;
}
#reviews .section-one .panel img {
	width: 100%;
}
#reviews .section-one .panel img.flip {
	-webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
#reviews .section-one .panel .col1-2,
#reviews .section-one .panel .col2-2 {
	display:inline-block;
}
#reviews .section-one .panel .col1-2 {
	position:relative;
	width:20%;
	max-width: 230px;
	min-width: 230px;
}
#reviews .section-one .panel .col1-2 p {
	position: absolute;
	width: 100%;
	top: 73px;
	padding: 0 22px;
	box-sizing: border-box;
	color:#f9f9f9;
	text-shadow: 1px 2px 5px rgba(0,0,0,0.3);
}
#reviews .section-one .panel .col1-2.posfix p {
	top: 61px;
}
#reviews .section-one .panel .col1-2 h3 {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	top: 49px;
	padding: 0 12px;
	box-sizing: border-box;
	color:#f9f9f9;
	text-shadow: 1px 2px 5px rgba(0,0,0,0.3);
}
#reviews .section-one .panel .col1-2.posfix h3 {
	top: 35px;
}
#reviews .section-one .panel .col2-2
{
	width:70%;
}
#reviews .section-one .panel .col2-2 p
{
	padding: 1em;
}
/* =====================================
Quote Section1
======================================== */
#quote .section-one form {
	font-size:0;
}
fieldset {
	width:50%;
	display:inline-block;
	margin: 0;
	box-sizing: border-box;
	font-size:18px;
	border:none;
}
#quote .checkbox-wrapper {
	background:#dcdcdc;
	border-radius:3px;
	padding:10px;
	margin-bottom:20px;
	text-align:left;
}
#quote .checkbox-wrapper input,
#quote .fieldset2 .checkbox-wrapper input {
	margin: 3px 0 0 0;
}
#quote .fieldset2 .checkbox-wrapper {
	background:none;
	border-radius:0;
	text-align:left;
}
#quote .fieldset2 .checkbox-wrapper div {
	width:100%;
	padding:10px 0;
}
#quote .option-wrapper {
    display: inline-block;
    padding: 0 9px;
}
#quote .option-wrapper label{
    padding-left:5px;
}
#quote .padding-fix,
#quote .padding-fix label{
	padding:0;
}
/* =====================================
footer styling
======================================== */
footer {
    position: relative;
    /* left: 0;
    bottom: 0;
    height: 540px; */
    width: 100%;
	background:#0F0E0E;
	z-index:2;
}
footer hr{
	background:#999;
	mix-blend-mode:lighten;
	margin: 40px 0 14px 0;
}
footer h2{
	color: rgba(255,255,255,.5);
}
footer textarea, footer input,  footer select{
	background:rgba(255,255,255,.5);
}
footer .maininfo .col1-2.widthoffset {
    margin-left: 42px;
	width: calc(49% - 42px); 
	/* to bring col1-2 inline with width of footer due to neg margin on icon imgs*/
}
footer .maininfo .col1-2 .location_icon {
    height: 0;
}
footer .maininfo .col1-2 .location_icon img {
    width: 30px;
    margin-right: 12px;
    display: inline-block;
}
footer .maininfo .col1-2 .widthoffset {
    width: 60px;
    line-height: 1.6;
    text-align: right;
    margin: 0 0 0 -40px;
}
footer .maininfo .col1-2 p {
    margin-top: 3px;
    padding: 0 0 15px 0;
	color:#999;
}
footer .button:hover,
footer button:hover {
	margin-top:-1px;
}
footer .button,
footer button {
	margin-top:0;
}
footer .footer-membership{
	display: inline-block;
	width: 120%;
	text-align: left;
	margin-left: -42px;
}






/* =====================================
temp styling
======================================== */

.section4 {
	background-color: #f7f7f7;
	display: block;
}

.section4 h1 {
	text-align: center;
	color: #08080A;
	font-size: 42px;
	text-align: left;
}

.section4 p {
	color: #08080A;
}

.section4 .col1-1 {
	width: 33%;
	float: left;
	/* margin-top: 110px; */
}

.section4 .col1-2 {
	width: 66%;
	box-sizing: border-box;
	display: inline-block;
	text-align: center;
	padding: 30px;
}

.section4 .widget {
	width: 45%;
	display: inline-block;
	max-width: 100%;
	/* float: right; */
}
