@charset "utf-8";
body {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
font-weight: <weight>;
    font-style: normal;
    color: #000000;
    background-color: #1E196B;
    font-weight: 400;
    margin: 0px;
    padding: 0px;
    font-size: 18px;
    line-height: 26px;
}
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */


/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	15;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}
.imgfade {
	opacity: 1.0;
	transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-webkit-transition: opacity .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out;
}
.imgfade:hover {
	opacity: 0.6;
	transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-webkit-transition: opacity .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    z-index: 0;
    border: 1px solid #eeeeee;
    border-radius: 16px;
}
.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    z-index: 0;
}
.white {
	background-color: #FFF;
}
.black {
	background-color: #333333;
}
.blue {
    background-color: #0341bd;
}
.blue2 {
    background-color: #49a2db;
}
.bluedk {
    background-color: #1e196b;
}
.grey {
	background-color: #3D3D3F;
}
.greylt {
    background-color: #f5f8fc;
}
.greylt2 {
    background-color: #F0F4FB;
}
.text-white {
	color: #FFF;
}
.text-blue {
    color: #0341bd;
}

.border-grey {
	border: 1px solid #CCC;
}
.link-white {
	color: #FFF;
	text-decoration: none;
}
.link-white:hover {
    color: #FFFFFF;
    text-decoration: none;
}
.link-button-outline {
    color: #0341bd;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    padding-top: 15px;
    padding-right: 25px;
    padding-bottom: 15px;
    padding-left: 25px;
    border: 1px solid #0341BD;
    background-color: #FFFFFF;
	-moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
}
.link-button-outline:hover {
    color: #ffffff;
    background-color: #0341bd;
}

.link-button-blue {
    color: #FFFFFF;
    text-decoration: none;
    display: inline-block;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    padding-top: 15px;
    padding-right: 25px;
    padding-bottom: 15px;
    padding-left: 25px;
    background-color: #00b67a;
    border-bottom-style: none;
}
.link-button-blue:hover {
    color: #ffffff;
    background-color: #0341BD;
    border-bottom-style: none;
}




.link-button-blue2 {
    color: #0341bd;
    text-decoration: none;
    display: inline-block;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    padding-top: 15px;
    padding-right: 25px;
    padding-bottom: 15px;
    padding-left: 25px;
    background-color: #f5e82b;
    border-bottom-style: none;
}
.link-button-blue2:hover {
    color: #0341BD;
    background-color: #ffffff;
    border-bottom-style: none;
}




.link-button-white {
    color: #49A2DB;
    text-decoration: none;
    display: inline-block;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    padding-top: 15px;
    padding-right: 25px;
    padding-bottom: 15px;
    padding-left: 25px;
    background-color: #ffffff;
    border-bottom-style: none;
}
.link-button-white:hover {
    color: #ffffff;
    background-color: #0341BD;
    border-bottom-style: none;
}



.link-button-green {
    color: #FFFFFF;
    text-decoration: none;
    display: inline-block;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    padding-top: 15px;
    padding-right: 25px;
    padding-bottom: 15px;
    padding-left: 25px;
    background-color: #00BE85;
    border-bottom-style: none;
}
.link-button-green:hover {
    color: #00BE85;
    background-color: #FFFFFF;
    border-bottom-style: none;
}



 *::-webkit-input-placeholder {
 color: #666666;
}
*:-moz-placeholder {
    /* FF 4-18 */
    color: #666666;
}
*::-moz-placeholder {
    /* FF 19+ */
    color: #666666;
}
*:-ms-input-placeholder {
    /* IE 10+ */
    color: #666666;
}
.link-rotate {
	-webkit-transition: -webkit-transform .8s ease-out;
	-ms-transition: -ms-transform .8s ease-out;
	transition: transform .8s ease-out;
}
.link-rotate:hover {
	transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
}
.link-translate {
	-webkit-transition: -webkit-transform .8s ease-out;
	-ms-transition: -ms-transform .8s ease-out;
	transition: transform .8s ease-out;
}
.link-translate:hover {
	-ms-transform: translate(20px, 0px); /* IE 9 */
	-webkit-transform: translate(20px, 0px); /* Chrome, Safari, Opera */
	transform: translate(20px, 0px);
}
.link-scale {
	-webkit-transition: -webkit-transform .8s ease-out;
	-ms-transition: -ms-transform .8s ease-out;
	transition: transform .8s ease-out;
}
.link-scale:hover {
	-ms-transform: scale(1.1, 1.1); /* IE 9 */
	-webkit-transform: scale(1.1, 1.1); /* Chrome, Safari, Opera */
	transform: scale(1.1, 1.1);
}
.link-opacity {
	opacity: 1;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}
.link-opacity:hover {
	opacity: 0.5;
}
.img-left {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
.img-right {
	float: right;
	margin-bottom: 15px;
	margin-left: 15px;
}

.video-wrap {
	width: 60%;
	margin-right: 20%;
	margin-left: 20%;
}
.disclaimer {
	font-size: 14px;
	line-height: 16px;
}
.cta {
	float: left;
	width: 98%;
	text-decoration: none;
	background-color: #D44797;
	color: #FFFFFF;
	font-size: 26px;
	line-height: 29px;
	font-weight: 400;
	text-align: center;
	padding: 1%;
}
.cta-icon {
	text-decoration: none;
	position: absolute;
	left: 47%;
	top: -40px;
	height: 82px;
	width: 83px;
}
.test {

}
.quote {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	line-height: 22px;
	color: #7C829F;
	margin-top: 20px;
	margin-bottom: 20px;
}
/*.pulse {
	-webkit-animation: pulsate 1s ease-out;
	-webkit-animation-iteration-count: infinite;
	opacity: 0.0;
	margin: 0px;
	padding: 0px;
}*/

.overlay {
	background: transparent;
	position: relative;
	width: 100%;
	height: 460px; /* your iframe height */
	top: 460px;  /* your iframe height */
	margin-top: -460px;  /* your iframe height */
}

video {
    border-radius: 16px; /* Adjust the value as needed */
    overflow: hidden; /* Ensure content inside respects the rounded corners */
}


input:required {
  background-color: white;
}

 @-webkit-keyframes spin1 {
0% {
-webkit-transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
}
}
@-moz-keyframes spin1 {
0% {
-moz-transform: rotate(0deg);
}
100% {
-moz-transform: rotate(360deg);
}
}
@-o-keyframes spin1 {
0% {
-o-transform: rotate(0deg);
}
100% {
-o-transform: rotate(360deg);
}
}
@-ms-keyframes spin1 {
0% {
-ms-transform: rotate(0deg);
}
100% {
-ms-transform: rotate(360deg);
}
}
@-keyframes spin1 {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}

.spin {
	-webkit-animation: spin1 2s infinite linear;
	-moz-animation: spin1 2s infinite linear;
	-o-animation: spin1 2s infinite linear;
	-ms-animation: spin1 2s infinite linear;
	animation: spin1 2s infinite linear;
	display: block;
}


.fade-in-move-up {
            opacity: 0;
            transform: translateY(20px); /* Start 20px below the final position */
            animation: fadeInMoveUpAnimation 2s forwards; /* Adjust the duration (2s) as needed */
        }
	 


        @keyframes fadeInMoveUpAnimation {
            to {
                opacity: 1;
                transform: translateY(0); /* End at the final position */
            }
        }



**DESKTOP** {
}
h1 {
    font-size: 42px;
    color: #0341bd;
    font-weight: 700;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 25px;
    margin-left: 0px;
    padding: 0px;
    line-height: 46px;
    text-transform: none;
}
h2 {
     font-size: 28px;
    color: #0341bd;
    font-weight: 600;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
    padding: 0px;
    line-height: 32px;
    text-transform: none;
}


h3 {
    font-size: 28px;
    color: #0341bd;
    font-weight: 600;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
    padding: 0px;
    line-height: 32px;
    text-transform: none;
}

h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    line-height: 28px;
    color: #0341bd;
}
h5 {
    font-size: 20px;
    margin: 0px;
    padding: 0px;
    color: #0341bd;
    line-height: 24px;
    font-weight: 600;
}
h6 {
    font-size: 16px;
    font-weight: 500;
    padding: 0px;
    line-height: 18px;
    color: #0341bd;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 8px;
}
.gridContainer {
    width: 92%;
    max-width: 1200px;
    margin: auto;
    clear: none;
    float: none;
    padding-top: 0%;
    padding-right: 4%;
    padding-bottom: 0%;
    padding-left: 4%;
}
.gridContainerMobile {
    width: 96%;
    margin: auto;
    clear: none;
    float: none;
    padding-top: 0%;
    padding-right: 2%;
    padding-bottom: 0%;
    padding-left: 2%;
}

.logo {
    float: left;
    padding-top: 0;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    z-index: 999;
    width: 271px;
    margin-top: 0px;
    height: auto;
}


.menu-wrap {
    clear: none;
    float: right;
    width: 60%;
    z-index: 900;
    text-align: right;
    margin-top: 12px;
    color: #FFFFFF;
}
.menu-wrap a:hover {
    color: #FFFFFF;
}



.page_container {
	perspective: 1px;
	transform-style: preserve-3d;
	height: 100vh;
	overflow-x: hidden;
	overflow-y: scroll;
}
.container_header {
    width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    background-color: #1E196B;
    z-index: 100;
    padding-top: 15px;
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 0px;
    color: #0341BD;
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
}



.container {
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
}
.container_table {
    width: 90%;
    padding-top: 80px;
    padding-bottom: 0px;
    padding-left: 5%;
    padding-right: 5%;
}
.container_map {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
}
.container_map iframe {
    display: block;    
}


.iframe_table {
    display: block;
    width: 100%;
    height: 850px;
}



.container.nopad {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
}
.container_calc {
    width: 70%;
    padding-top: 0px;
    padding-bottom: 0x;
    background-image: url(/images/bgd_calculator.jpg);
    background-position: right center;
    background-repeat: no-repeat;
    padding-left: 0px;
    margin-left: 15%;
    margin-right: 15%;
}
.container.zeropt {
	padding-top: 0px;
}




.container_banner {
    width: 100%;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 0px;
    padding-bottom: 0px;
    z-index: 0;
    background-color: #f5f8fc;
}


.banner-content {
    float: left;
    width: 100%;
    padding-top: 60px;
    text-align: left;
    min-height: 0px;
    height: auto;
    padding-bottom: 60px;
}
.banner-content-left {
    width: 42%;
    float: left;
    clear: none;
    margin-right: 5%;
}
.banner-content-right {
    width: 53%;
    float: left;
    clear: none;
}

.banner-content-right h6 {
    font-size: 15px;
    font-weight: 500;
    line-height: 16px;
    margin-bottom: 5px;
    text-transform: capitalize;
    color: #000000;
    margin-top: 5px;
}




.container_banner_sub {
    width: 100%;
    background-color: #49a2db;
    float: none;
    height: 90px;
    padding-top: 60px;
    float: left;
    clear: none;
}


.banner-content-left ul {
   margin-bottom: 30px;
}


.banner-content-left li {
    clear: none;
    margin-left: -10px;
    list-style-image: url(/images/bullet-tick.png);
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 22px;
    color: #0341bd;
    font-weight: 500;
}
.banner-content-left h1 {
    font-size: 34px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: -1px;
    padding-top: 0px;
    margin-top: 5px;
    margin-bottom: 25px;
    color: #0341bd;
}
.banner-content-left h5 {
    font-size: 22px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 25px;
    color: #0341bd;
}



.banner-content-sub {
    float: left;
    width: 100%;
    padding-top: 0px;
}


.content {
	width: 100%;
	float: left;
}
.columns-wrap {
	width: 100%;
	float: left;
	margin-bottom: 40px;
}

.intro {
    width: 90%;
    clear: none;
    float: left;
    margin-left: 5%;
    margin-right: 5%;
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
}



.columns1 {
	width: 100%;
	float: left;
	margin-bottom: 40px;
}

.columns1-video {
    width: 80%;
    clear: none;
    float: left;
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 20px;
}



.columns1-calc {
    width: 80%;
    float: left;
    margin-left: 10%;
    margin-right: 10%;
}





.columns1.zerobm {
	margin-bottom: 0px;
}
.columns1 li {
	clear: none;
	margin-left: -10px;
	list-style-image: url(/images/bullet.png);
	margin-bottom: 8px;
}
.columns2 {
    width: 47.5%;
    margin-right: 5%;
    padding: 0%;
    margin-top: 0px;
    margin-left: 0px;
    display: block;
    float: left;
}

.columns2.last {
	margin-right: 0%;
	position: relative;
}
.columns2 li {
	clear: none;
	margin-left: -8px;
	list-style-image: url(/images/bullet.png);
	margin-bottom: 12px;
}


.columns2 ul {
    padding-top: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
	
}
.columns2 img {
	clear: none;
}


.columns2-wide-video-sidebar-right {
	width: 26%;
	margin-right: 4%;
	clear: none;
	padding: 0%;
	float: left;
}

.columns2-wide-video-right {
	width: 70%;
	clear: none;
	float: left;
}



.columns3 {
    width: 30.666%;
    clear: none;
    margin-right: 4%;
    float: left;
    margin-bottom: 2.5%;
}


.columns3 h4 {
	font-size: 22px;
	line-height: 28px;
    margin-bottom: 5px;

}








.columns3.last {
	margin-right: 0%;
}





.columns4-table {
    display: table;
    width: 100%;
    padding: 0px;
    float: left;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
}

.columns4-table-cell {
    display: table-cell;
    position: relative;
    width: 17.5%;
    text-align: center;
    vertical-align: top;
    background-color: #00000020;
    padding-left: 3%;
    border-radius: 15px;
    padding-right: 3%;
    padding-top: 3%;
    padding-bottom: 3%;
}
.columns4-table-cell.mid {
    display: table-cell;
    position: relative;
    width: 2%;
    border-radius: 0px;
    background-color: #ffffff00;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
}



.columns4-table-cell h6 {
	min-height: 30px;
	margin: 0px;
	padding: 0px;
}
.columns6 {
    clear: none;
    width: 14.666%;
    float: left;
    padding: 0px;
    margin-top: 0px;
    margin-right: 1%;
    margin-left: 1%;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #666;
}
.columns6 h5 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #666666;
}
.container_footer {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
    background-repeat: repeat-x;
    background-color: #1E196B;
    color: #FFFFFF;
}

.footer {
    width: 100%;
    float: left;
    font-weight: 400;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
}
.footer a {
    color: #49A2DB;
    text-decoration: none;
}
.footer a:hover {
    color: #FFFFFF;
    text-decoration: none;
}
.footer h5 {
    font-size: 18px;
    font-weight: 500;
    display: block;
    margin-bottom: 20px;
    line-height: 21px;
    color: #FFFFFF;
}
#video-container {
	position: absolute;
	background-position: center bottom;
	top: 0px;
	left: 0px;
	z-index: 0;
}
#video-container {
	height: 100%;
	width: 100%;
	overflow: hidden;
	z-index: 200;
}
video {
	position: absolute;
	z-index: 0;
	top: 0%;
}
video.fillWidth {
	width: 100%;
	z-index: 0;
}
#videoMessage {
	left: 0%;
	height: 100%;
	width: 100%;
	z-index: 300;
	position: absolute;
	top: 0px;
	float: left;
}

/*
==============================================
SlideInDown
==============================================
*/

.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
	animation-duration: 1.1s;
	-webkit-animation-duration: 1.1s;
	animation-timing-function: ease-in-out;
	-webkit-animation-timing-function: ease-in-out;
	visibility: visible !important;
}
}
 @-webkit-keyframes slideInDown {
 0% {
 -webkit-transform: translate3d(0, -100%, 0);
 transform: translate3d(0, -100%, 0);
 visibility: visible;
}
 100% {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
}
 @keyframes slideInDown {
 0% {
 -webkit-transform: translate3d(0, -100%, 0);
 transform: translate3d(0, -100%, 0);
 visibility: visible;
}
 100% {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
}
/*
==============================================
fadeIn
==============================================
*/

.fadeIn {
	animation-name: fadeIn;
	-webkit-animation-name: fadeIn;
	animation-duration: 1.1s;
	-webkit-animation-duration: 1.1s;
	animation-timing-function: ease-in-out;
	-webkit-animation-timing-function: ease-in-out;
	visibility: visible !important;
}
 @keyframes fadeIn {
 0% {
 transform: scale(1);
 opacity: 0.0;
}
 100% {
 transform: scale(1);
 opacity: 1;
}
}
 @-webkit-keyframes fadeIn {
 0% {
 transform: scale(1);
 opacity: 0.0;
}
 100% {
 transform: scale(1);
 opacity: 1;
}
}




.float-right {
	float: right;
}

.text-center {
	text-align: center;
}

.text-center2 {
    text-align: center;

}







.ercalc-table {
    display: table;
    width: 80%;
    padding: 0px;
    float: left;
    margin-left: 10%;
    margin-right: 10%;
    text-align: left;
}
.ercalc-table-cell {
    display: table-cell;
    position: relative;
    width: 42%;
    vertical-align: top;
    padding-top: 4%;
    padding-right: 4%;
    padding-bottom: 4%;
    padding-left: 4%;
	background-repeat: no-repeat;
    background-position: center top;
	background-size: cover;
}

.ercalc-table-cell li {
    clear: none;
    margin-left: -10px;
    list-style-image: url(../images/bullet-white.png);
    margin-bottom: 8px;
}

.ercalc-table-cell p {
    margin-bottom: 40px;
}



.ercalc-table-cell h4 {
    color: #FFFFFF;
    margin-top: 3%;
}

.ercalc-table-cell h5 {

}

.ercalc-table-cell label {
    font-size: 20px;
    font-weight: 600;

}

.ercalc-table-cell input {
    font-weight: 600;
    font-size: 20px;
    border-bottom: 1px solid #49A2DB;
    border-top-width: 0px;
    border-right-width: 0px;
    border-left-width: 0px;
    width: 50px;
    background-color: #f2f2f2;
}

.calendly-inline-widget {
    width: 100%;
    height: 800px;
}


/* Cookie Banner Styling */
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 15px 10px;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
    z-index: 1000;
}

.cookie-text {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

/* Button Container */
.button-container {
    display: inline-block;
    vertical-align: middle;
}

/* Button Styling */
.cookie-banner button {
    padding: 10px 20px;
    margin-left: 10px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    color: #fff;
}



/* REVIEW CAROUSEL */

  .carousel-container {
            width: 100%;
            /*max-width: 600px;*/
            margin: 0 auto;
            position: relative;
            overflow: hidden;
        }
        .carousel-wrapper {
            width: 100%;
            position: relative;
            min-height: 200px; /* Placeholder for JS-calculated height */
        }
        .carousel-slide {
            display: block;
            width: 100%;
            box-sizing: border-box;
            vertical-align: top;
            text-align: center;
            padding: 20px;
            position: absolute;
            top: 0;
            left: 100%;
            transition: left 0.5s ease-in-out;
            opacity: 0;
        }
        .carousel-slide.active {
            left: 0;
            opacity: 1;
            position: relative;
        }
        .carousel-controls {
            text-align: center;
            margin-top: 20px;
            position: relative;
        }
        .carousel-controls button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 0;
    cursor: pointer;
    border: none;
    background-color: #00b67a;
    color: #FFFFFF;
    font-size: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
        }	




/* Hide the banner when cookies are accepted or rejected */
.hide {
    display: none;
}	


.hide-mobile {
	display: inline-block;
}
.hide-tablet {
	display: block;
}
.hide-desktop {
	display: none;
}
.hide-desktop-tablet {
	display: none;
}
.hide-tablet-mobile {
	display: block;
}
.hide-tabletsm-mobile {
    display: block;
}






/* Tablet Layout: 1200px to 700px. Inherits styles from: Desktop Layout. */

@media only screen and (max-width: 1200px) {




**TABLET** {
}
h1 {

}
h2, h3 {
}
h4 {

}
h5 {

}
h6 {

}
.gridContainer {
	width: 88%;
	clear: none;
	float: none;
	padding-right: 6%;
	padding-left: 6%;
	padding-top: 0px;
	padding-bottom: 0px;
}
.gridContainerMobile {
    width: 96%;
    clear: none;
    float: none;
    padding-right: 2%;
    padding-left: 2%;
}

	
.container_header {
    width: 100%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    z-index: 100;
    padding-top: 15px;
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 0px;
    color: #0341BD;
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
}	

	

	
	
.container_table {
    width: 86%;
    padding-top: 80px;
    padding-bottom: 0px;
    padding-left: 8%;
    padding-right: 8%;
}
	
	
.iframe_table {
    display: block;
    width: 100%;
    height: 2750px;
}		
	
	
	
	
.logo {
    float: none;
    padding-top: 0;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    z-index: 999;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 278px;
    clear: none;
    height: auto;
}
		
.menu-wrap {
    width: 100%;
    text-align: center;
    padding-top: px;
    margin-top: 15px;
    margin-bottom: 10px;

}
	
	
.banner-content-left h1 {
    font-size: 30px;
    line-height: 34px;
}	
	
	
	


	
	
.banner-content-sub {
    text-align: center;
}	



.container {
    padding-top: 60px;
    padding-bottom: 60px;
}
	

	
.content {
	margin-top: 1%;
}
	
	
.columns2-wide-video-right {
	width: 100%;
	clear: none;
	padding: 0%;
	float: left;
	margin-right: 0%;
}
.columns2-wide-video-sidebar-right {
	width: 100%;
	clear: none;
	float: left;
	margin-bottom: 40px;
}	



.columns3 h4 a {
	font-size: 16px;
	line-height: 18px;
}



	
	
	
	

.hide-mobile {
	display: inline-block;
}	
	
.hide-tablet {
	display: none;
}
.hide-tablet-mobile {
	display: none;
}
.hide-tabletsm-mobile {
    display: inline-block;
}
	.hide-desktop-tablet {
	display: none;
}


    
.float-right {
	float: right;
}

	
.ercalc-table-cell label {
    display: block;
    margin-bottom: 5px;
}	
	
.calendly-inline-widget {
    width: 100%;
    height: 1200px;
}		
    
}





/* Tablet Layout: 700px to 481px. Inherits styles from: Desktop Layout. */
@media only screen and (max-width: 700px) {
**TABLET SMALL** {
}
h1 {
    font-size: 32px;
    line-height: 36px;
}
h2, h3 {
    font-size: 26px;
    line-height: 30px;
}
h4 {
    font-size: 22px;
    line-height: 26px;
}
h5 {

}
h6 {

}
	
.gridContainer {
    width: 84%;
    clear: none;
    float: none;
    padding-right: 8%;
    padding-left: 8%;
    padding-top: 0px;
    padding-bottom: 0px;
}
.gridContainerMobile {
	width: 84%;
    clear: none;
    float: none;
    padding-right: 8%;
    padding-left: 8%;
    padding-top: 0px;
    padding-bottom: 0px;
}
	
.logo {
    width: 200px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-left: 0px;
    float: left;
	}
	
	
.menu-wrap {
    float: right;
    width: 30%;
    z-index: 900;
    text-align: right;
    margin-top: 0px;
    margin-bottom: 0px;
}	


	

.container_banner {
    padding-top: 0px;
    padding-bottom: 40px;
}	
	
.banner-content {
    padding-top: 30px;
    padding-bottom: 30px;
}
.banner-content-left {
    width: 100%;
    margin-bottom: 40px;
}
    
    
.banner-content-right {
    width: 100%;
}

	
.banner-content-left h1 {
   margin-top: 15px;
    margin-bottom: 20px;
}		
	
	
.banner-content-left h6 {

}	
	
	
	
.banner-content-sub {
    padding-top: 0px;
}
		
	
	
.intro {
    width: 100%;
    clear: none;
    float: left;
    margin-left: 0%;
    margin-right: 0%;
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
}
	
	

	
.container {
    padding-top: 40px;
    padding-bottom: 40px;
}
	
	
.columns1-video {
    width: 100%;
    clear: none;
    float: left;
    margin-left: 0%;
    margin-right: 0%;
}
	
	


	
	
.columns1 {
    margin-bottom: 0px;
}	


.columns1-calc {
    width: 100%;
    float: left;
    margin-left: 0%;
    margin-right: 0%;
}
	


	
.columns2 {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 40px;
    float: left;
}

.columns2.last {
    margin-right: 0%;
    position: relative;
    width: 100%;
}	
	


    
.columns3 {
	clear: none;
	margin-bottom: 8%;
	width: 100%;
	margin-right: 0;
}

.columns4-table {
	padding-bottom: 6%;
}

.columns4-table-cell {
    display: block;
    width: 88%;
    padding-top: 6%;
    padding-right: 6%;
    padding-bottom: 6%;
    padding-left: 6%;
    text-align: left;
}

.columns4-table-cell.mid {
    display: block;
    width: 100%;
    padding-top: 2%;
    padding-right: 0%;
    padding-left: 0%;
    padding-bottom: 2%;
}	
	

.columns6 {
    width: 33.333%;
    margin-right: 0%;
    margin-left: 0%;
    margin-bottom: 20px;
}
	
.footer {
    text-align: left;
}
.footer a {

}
.footer a:hover {
    color: #0542BD;
}

	
	
.text-center {
	text-align: center;
}

.text-center2 {
	text-align: left;
}
	
	

.hide-tabletsm-mobile {
	display: none;
}
	
	.hide-desktop-tablet {
	display: block;
}	
	
	
	
}	
	


    
 @media only screen and (max-width: 481px) {
**MOBILE** {
}

	 
h1 {

}
h2, h3 {

}
h4 {

}
h5 {

}
h6 {

}
 

	 
	 

.gridContainer {
    width: 80%;
    clear: none;
    float: none;
    padding-top: 0%;
    padding-right: 10%;
    padding-bottom: 0%;
    padding-left: 10%;
}
.gridContainerMobile {
	 width: 80%;
    clear: none;
    float: none;
    padding-top: 0%;
    padding-right: 10%;
    padding-bottom: 0%;
    padding-left: 10%;
}
     
     
 .container_topbar {
    position: fixed;
    top: 0px;
    left: 0px;
}    
     
     
     
.container_header {
    padding-top: 20px;

}
	
	 

 
.container_footer {
}
	 

.container_table {
    width: 80%;
    padding-top: 80px;
    padding-bottom: 0px;
    padding-left: 10%;
    padding-right: 10%;
}	
		 
	 
.iframe_table {
    display: block;
    width: 100%;
    height: 2600px;
}		 


.content {
	width: 100%;
	padding: 0%;
	margin: 0px;
}
.columns-wrap {
	margin-bottom: 0px;
}
	 
	 
.columns1-video {
    width: 100%;
    clear: none;
    float: left;
    margin-left: 0%;
    margin-right: 0%;
    margin-bottom: 10px;
}	 


.columns3 {
	clear: none;
	margin-bottom: 8%;
	width: 100%;
}
.columns3-pad {
	clear: none;
	margin-bottom: 15px;
	width: 92%;
	padding: 4%;
	min-height: 0px;
}
.columns3 img {
}
.columns4 {
    clear: none;
    width: 100%;
    margin-right: 0%;
    padding: 0px;
    margin-top: 0px;
    margin-left: 0px;
}
.columns4.last {
    clear: none;
    width: 100%;
    margin-right: 0%;
}
	 
	 .columns6 {
    width: 33.333%;
    margin-right: 0%;
    margin-left: 0%;
    margin-bottom: 20px;
    min-height: 140px;
}

.header-unit {
	height: 250px;
}
#video-container {
	display: none;
}



	 
.ercalc-table-cell label {
    display: block;
    margin-bottom: 5px;
}
	 
	 
/* Button Styling */
.cookie-banner button {
    margin-bottom: 10px;
}	 
	 
.hide-mobile {
	display: none;
}
.hide-tablet {
	display: block;
}
.hide-desktop {
	display: block;
}
.hide-tabletsm-mobile {
	display: none;
}
.hide-desktop-tablet {
	display: block;
}	
	 
.calendly-inline-widget {
    width: 100%;
    height: 1150px;
}
	 
	 

	 
}
