html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: 100%;
}
body, #body {
    background-color: #ebf4f7;
    font-size: 14px;
    font-weight: 300;
    color: #363636;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
}
* {
    outline: none !important;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
    margin: 0 0 20px 0;
	font-weight: 700;
}
h1,
.h1 {
    font-size: 36px;
}
h2,
.h2 {
    font-size: 30px;
}
h3,
.h3 {
    font-size: 24px;
}
h4,
.h4 {
    font-size: 18px;
}
h5,
.h5 {
    font-size: 16px;
}
a {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.overflow-auto { overflow: auto !important; }
.overflow-hidden { overflow: hidden !important; }
.overflow-visible { overflow: visible !important; }
.overflow-scroll { overflow: scroll !important; }
.overflow-x-hidden { overflow-x: hidden !important; }
.overflow-x-visible { overflow-x: visible !important; }
.overflow-x-scroll { overflow-x: scroll !important; }
.overflow-y-hidden { overflow-y: hidden !important; }
.overflow-y-visible { overflow-y: visible !important; }
.overflow-y-scroll { overflow-y: scroll !important; }
.m-auto { margin: 0 auto !important; }
.m-0 { margin: 0px !important; }
.m-1 { margin: 1px !important; }
.m-2 { margin: 2px !important; }
.m-3 { margin: 3px !important; }
.m-4 { margin: 4px !important; }
.m-5 { margin: 5px !important; }
.m-10 { margin: 10px !important; }
.m-15 { margin: 15px !important; }
.m-20 { margin: 20px !important; }
.m-25 { margin: 25px !important; }
.m-30 { margin: 30px !important; }
.m-35 { margin: 35px !important; }
.m-40 { margin: 40px !important; }
.m-t-0 { margin-top: 0px !important; }
.m-t-1 { margin-top: 1px !important; }
.m-t-2 { margin-top: 2px !important; }
.m-t-3 { margin-top: 3px !important; }
.m-t-4 { margin-top: 4px !important; }
.m-t-5 { margin-top: 5px !important; }
.m-t-6 { margin-top: 6px !important; }
.m-t-7 { margin-top: 7px !important; }
.m-t-8 { margin-top: 8px !important; }
.m-t-10 { margin-top: 10px !important; }
.m-t-15 { margin-top: 15px !important; }
.m-t-20 { margin-top: 20px !important; }
.m-t-25 { margin-top: 25px !important; }
.m-t-30 { margin-top: 30px !important; }
.m-t-35 { margin-top: 35px !important; }
.m-t-40 { margin-top: 40px !important; }
.m-r-0 { margin-right: 0px !important; }
.m-r-1 { margin-right: 1px !important; }
.m-r-2 { margin-right: 2px !important; }
.m-r-3 { margin-right: 3px !important; }
.m-r-4 { margin-right: 4px !important; }
.m-r-5 { margin-right: 5px !important; }
.m-r-10 { margin-right: 10px !important; }
.m-r-15 { margin-right: 15px !important; }
.m-r-20 { margin-right: 20px !important; }
.m-r-25 { margin-right: 25px !important; }
.m-r-30 { margin-right: 30px !important; }
.m-r-35 { margin-right: 35px !important; }
.m-r-40 { margin-right: 40px !important; }
.m-b-0 { margin-bottom: 0px !important; }
.m-b-1 { margin-bottom: 1px !important; }
.m-b-2 { margin-bottom: 2px !important; }
.m-b-3 { margin-bottom: 3px !important; }
.m-b-4 { margin-bottom: 4px !important; }
.m-b-5 { margin-bottom: 5px !important; }
.m-b-10 { margin-bottom: 10px !important; }
.m-b-15 { margin-bottom: 15px !important; }
.m-b-16 { margin-bottom: 16px !important; }
.m-b-20 { margin-bottom: 20px !important; }
.m-b-25 { margin-bottom: 25px !important; }
.m-b-30 { margin-bottom: 30px !important; }
.m-b-35 { margin-bottom: 35px !important; }
.m-b-40 { margin-bottom: 40px !important; }
.m-l-0 { margin-left: 0px !important; }
.m-l-1 { margin-left: 1px !important; }
.m-l-2 { margin-left: 2px !important; }
.m-l-3 { margin-left: 3px !important; }
.m-l-4 { margin-left: 4px !important; }
.m-l-5 { margin-left: 5px !important; }
.m-lr-5 { margin-left: 5px !important; margin-right: 5px !important; }
.m-l-10 { margin-left: 10px !important; }
.m-l-15 { margin-left: 15px !important; }
.m-l-20 { margin-left: 20px !important; }
.m-l-25 { margin-left: 25px !important; }
.m-l-30 { margin-left: 30px !important; }
.m-l-35 { margin-left: 35px !important; }
.m-l-40 { margin-left: 40px !important; }
.p-0 { padding: 0px !important; }
.p-1 { padding: 1px !important; }
.p-2 { padding: 2px !important; }
.p-3 { padding: 3px !important; }
.p-4 { padding: 4px !important; }
.p-5 { padding: 5px !important; }
.p-6 { padding: 6px !important; }
.p-7 { padding: 7px !important; }
.p-8 { padding: 8px !important; }
.p-9 { padding: 9px !important; }
.p-10 { padding: 10px !important; }
.p-12 { padding: 12px !important; }
.p-15, .wrapper { padding: 15px !important; }
.p-20 { padding: 20px !important; }
.p-22 { padding: 22px !important; }
.p-25 { padding: 25px !important; }
.p-30 { padding: 30px !important; }
.p-35 { padding: 35px !important; }
.p-40 { padding: 40px !important; }
.p-t-0 { padding-top: 0px !important; }
.p-t-1 { padding-top: 1px !important; }
.p-t-2 { padding-top: 2px !important; }
.p-t-3 { padding-top: 3px !important; }
.p-t-4 { padding-top: 4px !important; }
.p-t-5 { padding-top: 5px !important; }
.p-t-7 { padding-top: 7px !important; }
.p-t-8 { padding-top: 8px !important; }
.p-t-10 { padding-top: 10px !important; }
.p-t-15 { padding-top: 15px !important; }
.p-t-20 { padding-top: 20px !important; }
.p-t-25 { padding-top: 25px !important; }
.p-t-30 { padding-top: 30px !important; }
.p-t-35 { padding-top: 35px !important; }
.p-t-40 { padding-top: 40px !important; }
.p-t-52 { padding-top: 52px !important; }
.p-r-0 { padding-right: 0px !important; }
.p-r-1 { padding-right: 1px !important; }
.p-r-2 { padding-right: 2px !important; }
.p-r-3 { padding-right: 3px !important; }
.p-r-4 { padding-right: 4px !important; }
.p-r-5 { padding-right: 5px !important; }
.p-r-10 { padding-right: 10px !important; }
.p-r-15 { padding-right: 15px !important; }
.p-r-20 { padding-right: 20px !important; }
.p-r-25 { padding-right: 25px !important; }
.p-r-30 { padding-right: 30px !important; }
.p-r-35 { padding-right: 35px !important; }
.p-r-40 { padding-right: 40px !important; }
.p-b-0 { padding-bottom: 0px !important; }
.p-b-1 { padding-bottom: 1px !important; }
.p-b-2 { padding-bottom: 2px !important; }
.p-b-3 { padding-bottom: 3px !important; }
.p-b-4 { padding-bottom: 4px !important; }
.p-b-5 { padding-bottom: 5px !important; }
.p-b-8 { padding-bottom: 8px !important; }
.p-b-10 { padding-bottom: 10px !important; }
.p-tb-10 { padding-top: 10px !important; padding-bottom: 10px !important; }
.p-lr-15 { padding-left: 15px !important; padding-right: 15px !important; }
.p-b-15 { padding-bottom: 15px !important; }
.p-b-20 { padding-bottom: 20px !important; }
.p-b-25 { padding-bottom: 25px !important; }
.p-b-30 { padding-bottom: 30px !important; }
.p-b-35 { padding-bottom: 35px !important; }
.p-b-40 { padding-bottom: 40px !important; }
.p-b-52 { padding-bottom: 52px !important; }
.p-l-0 { padding-left: 0px !important; }
.p-l-1 { padding-left: 1px !important; }
.p-l-2 { padding-left: 2px !important; }
.p-l-3 { padding-left: 3px !important; }
.p-l-4 { padding-left: 4px !important; }
.p-l-5 { padding-left: 5px !important; }
.p-lr-10 { padding-left: 10px !important; padding-right: 10px !important; }
.p-l-10 { padding-left: 10px !important; }
.p-l-15 { padding-left: 15px !important; }
.p-l-20 { padding-left: 20px !important; }
.p-l-25 { padding-left: 25px !important; }
.p-l-30 { padding-left: 30px !important; }
.p-l-35 { padding-left: 35px !important; }
.p-l-40 { padding-left: 40px !important; }
.f-s-8 { font-size: 8px !important; }
.f-s-9 { font-size: 9px !important; }
.f-s-10 { font-size: 10px !important; }
.f-s-11 { font-size: 11px !important; }
.f-s-12 { font-size: 12px !important; }
.f-s-13 { font-size: 13px !important; }
.f-s-14 { font-size: 14px !important; }
.f-s-15 { font-size: 15px !important; }
.f-s-16 { font-size: 16px !important; }
.f-s-17 { font-size: 17px !important; }
.f-s-18 { font-size: 18px !important; }
.f-s-19 { font-size: 19px !important; }
.f-s-20 { font-size: 20px !important; }
.f-s-24 { font-size: 24px !important; }
.f-s-28 { font-size: 28px !important; }
.text-center { text-align: center !important; }
.text-left { text-align: left !important; }
.text-right { text-align: right !important; }
.pull-left { float: left !important; }
.pull-right { float: right !important; }
.pull-none { float: none !important; }
.f-w-100 { font-weight: 100 !important; }
.f-w-200 { font-weight: 200 !important; }
.f-w-300 { font-weight: 300 !important; }
.f-w-400 { font-weight: 400 !important; }
.f-w-500 { font-weight: 500 !important; }
.f-w-600 { font-weight: 600 !important; }
.f-w-700 { font-weight: 700 !important; }
.push-t-0 { position: relative !important; top: 0px !important; }
.push-t-1 { position: relative !important; top: -1px !important; }
.push-t-2 { position: relative !important; top: -2px !important; }
.push-t-3 { position: relative !important; top: -3px !important; }
.push-t-4 { position: relative !important; top: -4px !important; }
.push-t-5 { position: relative !important; top: -5px !important; }
.push-t-6 { position: relative !important; top: -6px !important; }
.push-t-7 { position: relative !important; top: -7px !important; }
.push-t-8 { position: relative !important; top: -8px !important; }
.push-t-9 { position: relative !important; top: -9px !important; }
.push-t-10 { position: relative !important; top: -10px !important; }
.push-t-15 { position: relative !important; top: -15px !important; }
.push-t-20 { position: relative !important; top: -20px !important; }
.push-t-25 { position: relative !important; top: -25px !important; }
.push-t-30 { position: relative !important; top: -30px !important; }
.push-t-35 { position: relative !important; top: -35px !important; }
.push-t-40 { position: relative !important; top: -40px !important; }
.push-t-52 { position: relative !important; top: -52px !important; }

.strong { font-weight: 600; }
.italic { font-style: italic; }








/*--------------------
	Header Styling 
---------------------*/
.header-wrap{
	width: 100%;
}

.header-inner{
	padding: 15px 0;
	color: #ffffff;
}



.top-links{
	text-align: right;
	margin: 0;
	padding: 0;
}

.top-links li{
	list-style: none;
	display: inline-block;
	margin-right: 15px;
}

.top-links li:last-child{
	margin: 0;
}

.top-links li a{
	display: inline-block;
}


.hero-banner-wrap{
	width: 100%;
	height: 525px;
        background-size: cover;
}
body.edit .hero-banner-wrap{
	height: 600px;
}
.hero-banner-wrap h1, .hero-banner-wrap h2, .hero-banner-wrap h3 {
    color: #FFF;
}

.hero-banner-wrap h1, .hero-banner-wrap h2 {
    font-size: 42px;
    font-weight: 800;
}

.hero-banner-wrap h3 {
    margin-top: 15px;
}

.alert-blue {
    background-color: #037db0;
}
.alert-grey {
    background-color: #d2e0e5;
}


/*-----------------------
	Page body Styling
------------------------*/

.audio-sec, .action-strip, .body-form-wrap, .print-article, .body-article { padding: 40px 0; }
.audio-sec{
	text-align: center;
}

.body-form-wrap .form-control{
	margin-bottom: 15px;
}

/* headlines with lines */
.decorated{
     overflow: hidden;
     text-align: center;
     margin-bottom: 30px;
     padding-bottom: 30px;
 }
.decorated > span{
    position: relative;
    display: inline-block;
}
.decorated > span::after {
    border-bottom: 5px solid #e63f2f;
    content: "";
    left: 40%;
    margin: 0 auto;
    padding-top: 50px;
    position: absolute;
    width: 100px;
}

.inner-top-heading {
    position: relative;
    top: 70px;
}

.red-bullet {
    color: #e63f30;
    font-weight: 700;
    font-style: italic;
}

.red-bullet::before {
    content: "\25CF";
    padding-right: 5px;
    height: 5px;
}


.body-article ol, .body-article ul {
    padding: 0px;
    margin-bottom: 20px;
    position: relative;
    left: 15px;
}

.body-article ol li, .body-article ul li {
    padding-left: 10px;
    margin-right: 15px;
}



/*--------------------
	Footer Styling
----------------------*/

.footer-wrap { padding: 30px 0; }
.footer-text-grey { color: #a4a4a7; }

.footer-wrap ul{
    padding: 0px;
    margin: 0px;
    display: inline-block;
}

.footer-wrap ul li{
    list-style: none;
    float: left;
    padding: 5px 10px;
}





/*---------------------
	Plugins Styling
----------------------*/
.va-wrap{
	display: table;
	width: 100%;
	height: auto;
}

.va-middle{
	display: table-cell;
	vertical-align: middle;
}

.bg-white {
    background-color: #FFF;
}
.bg-white, .bg-white a {
    color: #37484f;
}
.dark-blue-bg, .dark-blue-bg a {
    color: #FFF;
}


.dark-blue-bg{
    background-color: #37484f;
}

.light-blue-bg{
    background-color: #00abf2;
}


.bg-dark-grey{
	background-color: #37484f;
	color: #fff;
}

.bg-dark-grey a{
	color: #81818b;
        font-weight: 600;
        text-decoration: none;
}

.underline { border-bottom: 1px solid #e1e2e3; }



.text-blue { color:#00abf2 !important; }
.text-yellow { color:#ffc600 !important; }
.text-grey { color:#93a3b0 !important; }
.text-white { color:#FFF !important; }


.header-listing{
    column-count: 2;
    color: #000;
    text-align: left;
    padding: 0px;
    margin: 0px;
    font-size: 17px;
    font-weight: 700;
}

.header-listing li{
    list-style: none;
    padding-left: 15px;
    position: relative;
    line-height: 1.8;
}

.header-listing li:before{
    content:"•";
    position: absolute;
    left: 0px;
    color: #ffc600;
    font-size: 20px;
    line-height: 1.3;
}


.logo a, .logo a:visited, .logo a:hover, .logo a:focus, .logo h4 { color: #FFF !important; }

/*Change CSS Part 2*/
#body .lyrow .remove, #body .lyrow .drag, #body .lyrow .clone, #body .lyrow .configuration, #body .lyrow .preview { display: none !important; }
#body .box .remove, #body .box .drag, #body .box .clone, #body .box .configuration, #body .box .preview { display: none !important; }

.hand-shake:before {
    content: "\f2b5";
    color: #00abf2 !important;
    margin-right: 10px;
    font: normal normal normal 24px/1 FontAwesome;
}
.thumbs-up:before {
    content: "\f164";
    color: #00abf2 !important;
    margin-right: 10px;
    font: normal normal normal 24px/1 FontAwesome;
}
.globe:before {
    content: "\f0ac";
    color: #00abf2 !important;
    margin-right: 10px;
    font: normal normal normal 24px/1 FontAwesome;
}
.checkmark:before {
    content: "\f046";
    color: #00abf2 !important;
    margin-right: 10px;
    font: normal normal normal 24px/1 FontAwesome;
}

.hand-shake, .thumbs-up, .globe, .checkmark {
    display: inline-block;
    font-size: 24px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

//wysiwyg color classes
.wysiwyg-color-silver { color: silver !important; }
.wysiwyg-color-grey { color: grey !important; }
.wysiwyg-color-maroon { color: maroon !important; }
.wysiwyg-color-red { color: red !important; }
.wysiwyg-color-purple { color: purple !important; }
.wysiwyg-color-green { color: green !important; }
.wysiwyg-color-olive { color: olive !important; }
.wysiwyg-color-navy { color: navy !important; }
.wysiwyg-color-blue { color: blue !important; }
.wysiwyg-color-orange { color: orange !important; }


/*End Change CSS Part 2*/








/*--------------------
	Media Queries
---------------------*/

@media (min-width : 480px) {

}

@media (min-width : 544px) {

}

@media (min-width : 768px) {

}

@media (min-width : 992px) {

}

@media (min-width : 1200px) {

}

/* Non Mobile ------- */

@media (max-width : 1199px) {

}

@media (max-width : 991px) {

}

@media (max-width : 767px) {
    .header-listing{
        column-count: 1;
    }
    .hero-banner-wrap h1  { font-size: 20px; }
    .header-listing li  { font-size: 12px; }
}

@media (max-width : 543px) {

}

@media (max-width : 479px) {
    .hero-banner-wrap { height: 555px; }
    .hero-banner-wrap h1  { font-size: 20px; }
    .header-listing li  { font-size: 12px; }

    .fill-amount {
        display: inline;
        margin-top: -10px !important;
        margin-bottom: 10px;
        position: relative;
        left: 33px;
    }
    
    .g-recaptcha{
    transform:scale(0.86) !important;
    -webkit-transform:scale(0.86) !important;
    transform-origin:0 0 !important;
    -webkit-transform-origin:0 0 !important;
    }

}
