@charset "UTF-8";
/*   
Theme Name: American Life Fund Theme
Theme URI: http://www.eyesoreinc.com
Description: This is a WordPress Theme template 
Author: JS
Author URI: http://www.eyesoreinc.com
Version: 1.3
*/

body{
    margin: 0;
    font-family: 'Lato', sans-serif;
    background: #fff;
    color: #808080;
    line-height: 25px;
    font-size: 15px;
}
button, html, input, select, textarea {
    color: #5e5e5e;
    color: #808080;
    line-height: 25px;
    font-size: 15px;
}
h1{
    color: #143452;
    font-size: 34px;
    font-weight: 300;
}
h2{
    color: #143452;
    font-size: 26px; 
    font-weight: 400;
    margin: 5px 0;
}
h3{
    color: #808080;
    font-size: 20px;
    font-weight: bold;
    margin: 0;
}
h4{
    color: #808080;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}
h5{
    color: #808080;
    font-size: 15px;
    font-weight: bold;
    margin: 0;
}


a:hover {
    color: #63b746;
}
.small-red{
    font-size: 16px;
    color: red;
}
:focus{
	outline: none;
}
select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}
/*------------------------------------*\
    $HEADER
\*------------------------------------*/
header{
    text-align: right;
}
header a{
    color: #143452;
    text-transform: uppercase;
    text-decoration: none;
}
header ul{
    list-style-type: none;
    margin: 0;
}
.topheader{
    clear: both;
    margin-top: 5px;
    float: right;
}
.topheader form#searchform{
    display: inline-block;
    margin-right: 20px;
}
.topheader .button{
    display: inline-block;
}
.midheader{
    clear: both;
    margin-bottom: 30px;
	margin-top: 30px;
    float: right;
}
.bottomheader{
    clear: both;
    position: relative;
}
header .phone{
    display: inline-block;
    font-size: 26px;
    text-decoration: none;
    vertical-align: bottom;
    padding-bottom: 5px; 
    margin-right: 0;
}
ul.social-icons{
    display: inline-block;
}
ul.social-icons li{
    display: inline-block;
}
ul.social-icons li a{
    width: 40px;
    height: 36px;
    display: block;
    line-height: 0; 
    font-size: 0;
    color: transparent; 
    vertical-align: top; 
}
header ul.social-icons li a.facebook{
    background: url(images/facebook-icon.png) center center no-repeat;
}
header ul.social-icons li a.twitter{
    background: url(images/twitter-icon.png) center center no-repeat;
}
header ul.social-icons li a.googleplus{
    background: url(images/google-plus-icon.png) center center no-repeat;
}
header #searchform{
    margin-bottom: 0;
}
input#s{
    background: #e7e7e7;
    border: 0;
    padding: 0 20px;
}

#searchsubmit {
    text-indent: -999px;
    background: url(images/lupa.png) center right no-repeat;
    padding: 15px;
    z-index: 33;
    margin-left: -40px;
    padding-top: 8px;
}
#searchsubmit:hover{
    cursor: pointer;
}
#s::-webkit-input-placeholder {
   color: #888888;
   text-transform: uppercase;
}

#s:-moz-placeholder { /* Firefox 18- */
   color: #888888;  
   text-transform: uppercase;
}

#s::-moz-placeholder {  /* Firefox 19+ */
   color: #888888;  
   text-transform: uppercase;
}

#s:-ms-input-placeholder {  
   color: #888888;  
   text-transform: uppercase;
}

/*-------NAVIGATION-------*/
ul#menu-main-menu{
    float: right;
    clear: both;
}
ul#menu-main-menu li{
    display: inline-block;
    float: left;
    position: relative;
}
ul#menu-main-menu li a{
    display: block;
    padding: 5px 20px;
    font-weight: 600;
	font-size: 17px;
}

ul#menu-main-menu li ul.sub-menu{
    display: none;
}
ul#menu-main-menu li:hover ul.sub-menu{
    display: block;
    position: absolute;
    left: 0;
    top: 35px;
    z-index: 333;
    min-width: 300px;
}
ul#menu-main-menu li:hover ul.sub-menu li{
    display: block;
    width: 250px;
}
ul#menu-main-menu li:hover ul.sub-menu li a{
    display: block;
    padding: 15px 10px;
    text-align: left;
    background: rgba(20,52,82,.9);
    border-bottom: 1px solid white; 
    text-transform: capitalize;
    color: white;
}
ul#menu-main-menu li:hover ul.sub-menu li a:last-child{
    border: 0;
}
ul#menu-main-menu li:hover ul.sub-menu li a:hover{
    color: #63b746;
}

ul#menu-main-menu li:hover ul.sub-menu li#menu-item-3357 ul{
	display: none;
}

ul#menu-main-menu li:hover ul.sub-menu li#menu-item-3357:hover ul{
	display: block;
	left: 250px;
	top: 0px;
}

.arrow-down-n a{
	background: url(images/small-arrow-down.png) right center no-repeat;
    padding-right: 16px !important;
}

/*------------------------------------*\
    $HOMEPAGE
\*------------------------------------*/

/*---------slider---------*/
ul.home-slider.slick-initialized.slick-slider {
    width: 100%;
    margin: 0;
}
.home-slider .slick-slide img {
    display: block;
    position: relative;
    z-index: 1;
}
.home-slider .slick-slide .wrapper{
    position: relative;
}
.home-slider li.slick-slide{
    position: relative;
    z-index: 2; 
}
.slick-list .slick-track{
	height:500px !important;
}
.slide-caption{display:none !important;}
.home-slider .slide-caption {
    position: absolute;
    right: 0;
	/*left: 0;*/
    top: 100px;
    z-index: 333;
    background: rgba(255,255,255,.75);
    padding: 35px 30px;
    max-width: 550px;
}
.home-slider .slide-caption p.slide-title{
    color: #143452;
    font-size: 3em;
    font-weight: 300;
    letter-spacing: -2px;
    line-height: 1.2em;
    margin-bottom: .2em;
}
.home-slider .slide-caption p{
    color: #5e5e5e;
    font-size: 1.7em;
    font-weight: 300;
    line-height: 1.2em;
    margin-bottom: 1em;
}
.home-slider .slick-next {
    right: 50px;
    z-index: 33;
}
.home-slider .slick-prev {
    left: 50px;
    z-index: 33;
}
.home-slider .slick-prev:before, .home-slider .slick-next:before{
    font-size: 40px;
}
.home-slider button.slick-prev.slick-arrow:hover, .home-slider button.slick-next.slick-arrow:hover, .home-slider .slick-dots li button:hover, .home-slider .slick-dots li button:focus{
    box-shadow: none;
}
.home-slider .slick-dots{
    bottom: 10px;
}
.home-slider .slick-dots li button {
    width: 18px;
    height: 18px;
    padding: 0;
}
.home-slider .slick-dots li button:before {
    font-size: 18px;
    background: transparent;
    color: transparent;
    border: 1px solid white;
    border-radius: 50%;
    opacity: 1;
    width: 18px;
    height: 18px;
}
.home-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    border: 9px solid white;
    color: transparent;
}
/*homepage calculator*/
.gform_title{
	font: normal bold 34px / 44px "Roboto", Helvetica, Arial, Verdana, sans-serif !important;
	text-align: center;
}
@media (min-width:768px) {
	.homesliderrow .gf_form_contain #gform_wrapper_1,.gf_form_contain #gform_wrapper_1, .homesliderrow .gf_form_contain #gform_wrapper_3,.gf_form_contain #gform_wrapper_3{
	width:45%;
	font-size: 20px;
	line-height: 36px;
	margin-top:0px !important;
}
}
.gform_wrapper .gform_body{
	margin-top: -20px;
}
.homepageForm .gform_heading{
	margin-top: 20px !important
}


/*testimonial slider buttons*/
.hp-testimonials .slick-prev:before, .hp-testimonials .slick-next:before{
    font-size: 40px;
}
.hp-testimonials button.slick-prev.slick-arrow:hover, .hp-testimonials button.slick-next.slick-arrow:hover, .hp-testimonials .slick-dots li button:hover, .hp-testimonials .slick-dots li button:focus{
    box-shadow: none;
}
.hp-testimonials .slick-dots{
    bottom: -25px;
}
#sidebar .slick-dots{
	bottom: -50px;
}
#sidebar .slick-dotted.slick-slider{
	margin-left: 0;
}
.hp-testimonials .slick-dots li{
    margin: 0;
}
.hp-testimonials .slick-dots li button {
    width: 18px;
    height: 18px;
    padding: 0;
}
.hp-testimonials .slick-dots li button:before {
    font-size: 18px;
    background: transparent;
    color: transparent;
    border: 1px solid #808080;
    border-radius: 50%;
    opacity: 1;
    width: 14px;
    height: 14px;
}
.hp-testimonials .slick-dots li.slick-active button:before {
    opacity: 1;
    border: 7px solid #808080;
    color: transparent;
}



/*rest of homepage*/
.home-caption{
    margin: 25px 0;    
}
.home-caption p {
    color: #143452;
    font-size: 35px;
    font-weight: 300;
    line-height: 40px;
}


/*viatical section*/
.viatical{
    text-align: center;
    padding: 30px 0;
}
.viatical *{
    color: white;
}
.viatical .callout-left{
    text-align: left;
    padding-right: 30px;
}
.viatical h1{
    font-size: 36px;
    font-weight: 300;
    margin: 0;
}
.viatical h2{
    font-size: 36px;
    margin-bottom: 30px;
    font-weight: 400;
}

/*testimonials*/
.hp-testimonials {
    padding: 15px 0 40px;
}
#sidebar .hp-testimonials{
	padding: 20px 0;
	background: #ECECEC;
	border: solid 1px #CECECE;
	margin-top: 30px;
}
.testimonial-image img {
    border: 4px solid white;
    border-radius: 5px;
    box-shadow: 0px 0px 9px #b9b9b9;
}
#sidebar .testimonial-image img{
	box-shadow: none;
}
#sidebar .text-center{
	margin: 0 auto;
}
.testimonial-content{
    color: #808080;
}
.testimonial-content p{
    color: #808080;
    margin: 0;
}
.home .testimonial-content p{
	font-size: 18px;
}
.testimonial-title{
    text-align: right;
	display: block;
	margin-top: 15px !important;
}
.testimonial-slider .slick-list{
	height: 200px!important;
}
@media (max-width: 767px){
	.testimonial-slider .slick-list{
	height: auto!important;
}
}

/*------------------------------------*\
    $PAGE
\*------------------------------------*/
.case-study{
    margin-top: 30px;
    border: 3px solid #63b746;
    background: #f7f6f6;
    padding: 7px 30px;
}
.cs-wrap .button {
    margin: 20px auto;
    max-width: 175px;
    width: 100%;
    display: block;
}

/*sidebar*/
.blue-box{
    background: #3282cd;
}
.inner-bb{
    padding: 20px 40px;  
}
.inner-bb *{
    color: white;
}
.apply-button a {
    background: #63b746;
    display: block;
    text-align: center;
    padding: 15px 0;
    color: white;
    text-transform: uppercase;
    text-decoration: none;
}
.sb-help {
    margin: 10px auto;
    max-width: 265px;
    width: 100%;
	overflow: auto;
}
.sb-help img {
    float: left;
    margin-right: 20px;
}
.sb-help p{
    margin: 0 0 5px;
    font-size: 16px;
}
.sb-help *{
    color: #143452;
}
.sb-help a{
    font-size: 28px;
    text-decoration: none;
}
.sbh-content {
    float: left;
}
div#recent-posts-2 {
    padding-top: 20px;
    clear: both;
}
div#recent-posts-2 h2{
    font-size: 20px;
    clear: both;
    font-weight: bold;
}
div#recent-posts-2 ul {
    margin: 0;
    list-style: none;
}
div#recent-posts-2 ul li{
    margin-bottom: 20px;
}


/*blog archive*/
.blog-archive .post{
    margin-bottom: 30px;
}

.blog-archive .post img, .postImage {
    border: 4px solid white;
    border-radius: 5px;
    box-shadow: 0px 0px 9px #b9b9b9;
    object-fit: cover;
    object-position: 50% 50%;
    min-height: 175px;
    max-width: 175px;
    width: 100%; 
}
.blog-archive .post a{
    color: #143452;
    text-decoration: none;
}
.blog-archive .post p{
    margin: 0;
}
.blog-archive a.excerpt-more{
    font-weight: bold;
}
.bexcerpt h2{
    line-height: 30px;
}

.wp-pagenavi {
    float: right;
}
html .wp-pagenavi a, html .wp-pagenavi span {
    text-decoration: none;
    border: 1px solid #BFBFBF;
    padding: 3px 10px;
    margin: 0;
    text-transform: uppercase;
}
html .wp-pagenavi span.current {
    background: #63b746;
    color: white;
    border-color: #63b746;
}
html span.pages {
    display: none;
}
html .wp-pagenavi a:hover{
    color: #63b746;
}

.su-spoiler-title {
    color: #143452;
    font-weight: bold;
    font-size: 18px;
}

/*contact form*/
html div.wpcf7{
   /*background: #f3f4f3;*/
    padding: 30px;
    /*box-shadow: 0 2px 3px rgba(0,0,0,.5);*/
    overflow: hidden;
   /*border: 4px solid #63b746;*/    
}
.wpcf7-list-item {
    float: left;
    clear: both;
}
.wpcf7 label, .wpcf7 input, .wpcf7 select {
    margin-left: 30px;
    font-size: 16px;
}
.wpcf7 .col-6 div{
    margin-bottom: 20px;
}
.wpcf7 input, .wpcf7 select{
    max-width: 300px;
    width: 100%;
}
.wpcf7 input[type="radio"]{
    max-width: 100%;
    width: auto;
        position: initial;
}
.radio-685 [type="checkbox"] {
    width: auto;
}
.wpcf7 .checkbox-767 input{
    max-width: 100%;
    width: auto;
    margin: 0 0 20px;
}
.cf7-check{
    clear:both;  
    display:block;
}
.cf7-check label {
    text-align: left;
    margin-left: 0;
}

.cf7-hear{
   clear:both; 
    padding-top: 15px; 
    display:block; 
}
.center-labels{
    text-align: center;
	background: #ECECEC;
	padding: 30px 0 1px;
}
.name-icon{
    background: url(images/icon-profile--green.png) 0 25% no-repeat;
}
.address-icon{
    background: url(images/icon-home--green.png) 0 25% no-repeat;
}
.city-icon{
    background: url(images/icon-map--green.png) 0 25% no-repeat;
}
.state-icon{
    background: url(images/icon-map--green.png) 0 25% no-repeat;
}
.zip-icon{
    background: url(images/icon-map--green.png) 0 25% no-repeat;
}
.email-icon{
    background: url(images/icon-mail--green.png) 0 25% no-repeat;
}
.phone-icon{
    background: url(images/icon-phone--green.png) 0 25% no-repeat;
}
.life-icon{
    background: url(images/icon-chart--green.png) 0 25% no-repeat;
}
.type-icon{
    background: url(images/icon-plus--green.png) 0 25% no-repeat;
}
.wpcf7 .landing-contact input, 
.wpcf7 .landing-contact select {
    max-width: 300px;
    width: 100%;
    margin: 0 auto 10px;
	height: 50px;
	padding: 13px;
	border: 1px solid #cecece;
}
.wpcf7 .landing-contact input:focus{
    background: #fff none repeat scroll 0 0;
    border: 3px solid #63b746;
    color: #003b6a;
    padding: 13px;
	outline: none;
}
.wpcf7 .landing-contact select {
	background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    radial-gradient(#ddd 70%, transparent 72%);
  	background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - .5em) .5em;
  	background-size:
    5px 5px,
    5px 5px,
    1.5em 1.5em;
  	background-repeat: no-repeat;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.wpcf7 .landing-contact select:focus {
	background-image:
    linear-gradient(45deg, white 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, white 50%),
    radial-gradient(gray 70%, transparent 72%);
  	background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    calc(100% - .5em) .5em;
  	background-size:
    5px 5px,
    5px 5px,
    1.5em 1.5em;
  	background-repeat: no-repeat;
  	border: 3px solid #63b746;
  	outline: 0;
}
.wpcf7 .landing-contact select{
    display: inline-block;
}
.landing-contact input.wpcf7-submit {
    max-width: 100%;
    width: auto;
    margin-left: 20px;
}
.landing-contact .name-icon {
    background: url(images/icon-profile--green.png) 34% 80% no-repeat;
}
.landing-contact .address-icon{
    background: url(images/icon-home--green.png) 34% 80% no-repeat;
}
.landing-contact .city-icon{
    background: url(images/icon-map--green.png) 34% 80% no-repeat;
}
.landing-contact .state-icon{
    background: url(images/icon-map--green.png) 34% 55% no-repeat;
}
.landing-contact .zip-icon{
    background: url(images/icon-map--green.png) 34% 80% no-repeat;
}
.landing-contact .email-icon{
    background: url(images/icon-mail--green.png) 34% 80% no-repeat;
}
.landing-contact .phone-icon{
    background: url(images/icon-phone--green.png) 34% 80% no-repeat;
}
.landing-contact .life-icon{
    background: url(images/icon-chart--green.png) 34% 80% no-repeat;
}
.landing-contact .type-icon{
    background: url(images/icon-plus--green.png) 34% 80% no-repeat;
}
.landing-contact br{
}
/*----------------------------------------*\
    $HOME VC Visual Composer Compatable
\*----------------------------------------*/
.vc_row.wpb_row.vc_row-fluid {
    width: 100%;
}
.page-id-315 .row, .page-id-357 .row {
    margin-left: 0;
}
#home-slider .vc_column-inner {
    padding: 0;
}
.home-caption.vc {
    margin-top: 0;
}
.vc_column-inner.vc_custom_1490365046159 {
    padding-top: 0 !important;
}
#testimonials-slider .link_image img {
    width: 15%;
    display: inline-block;
    float: left;
    margin: 5px;
    border: 4px solid white;
    border-radius: 5px;
    box-shadow: 0px 0px 9px #b9b9b9;
}
#testimonials-slider .flex-caption {
    background-color: transparent;
    color: #808080;
    display: inline-block;
    width: 80%;
    float: left;
}
.wpb_gallery_slides.wpb_flexslider.flexslider_slide.flexslider {
    box-shadow: none;
}
#testimonials-slider .wrapper {
    max-width: 900px;
}
#testimonials-slider a {
     color: #808080;
     text-decoration: none;
}
#testimonials-slider h2 {
    margin: 0;
}
.viatical.vc_column_container {
    padding: 0;
}
#testimonials-slider .wpb_posts_slider {
    padding-left: 5px;
}
.indiv-testimonial.vc_column_container {
    min-height: 570px;
}


/*------------------------------------*\
    $FOOTER
\*------------------------------------*/
footer{
    background: #143452;
    padding: 0 0 30px 0;
    color: white;
}
footer .badge-row{
    margin: 20px 0;
}
footer a{
    color: #63b746;
    text-transform: uppercase;
    text-decoration: none;
}
footer p{
    color: white;
}
footer ul{
    list-style-type: none;
    margin: 0;
}
footer .footer-left {
        display: flex;
    justify-content: space-between;
}
footer ul.row-images {
    text-align: center;
    display: block;
    margin: 20px auto;
}
footer ul.row-images li {
    display: inline-block;
    text-align: center;
    float: none;
    margin: 25px 7px 5px;
}
footer ul.row-images li a{
    display: block;
    padding: 0 5px;
}
footer ul.row-images li img{
    vertical-align: middle;
    max-width: 115px;
    width: 100%;
    margin:0px 20px;
}
footer ul.row-images li .row{
	text-align: center;
}

/*.footer-left a{
    float: left;
}*/
.footer-contact {
    float: left;
    margin-left: 25px;
    margin-top: 15px;
}
footer .footer-contact a{
    text-transform: initial;
}
.footer-contact p, .footer-contact a{
    font-size: 14px;
}

footer ul.social-icons li a.facebook{
    background: url(images/footer-facebook-icon.png) center center no-repeat;
}
footer ul.social-icons li a.twitter{
    background: url(images/footer-twitter-icon.png) center center no-repeat;
}
footer ul.social-icons li a.googleplus{
    background: url(images/footer-googleplus-icon.png) center center no-repeat;
}
footer p.disclaimer{
    color: #707c87;
    text-align: left;
    line-height: 18px;
    font-size: 13px;
}
.footer-right {
    text-align: right;
}
footer ul.social-icons {
    margin-bottom: 10px;
}


/*------------------------------------*\
    $TYPE
\*------------------------------------*/
a{
    color:#4a8ec2;
}
.wrapper{
    padding: 0px 10px;
    max-width: 1220px;
    width: 100%;
    margin: 0 auto;
}
.wrapper.minimized{
    max-width: 950px;
}
.button, button, input.wpcf7-submit{
    display: inline-block;
    padding: 25px 40px;
    text-transform: uppercase;
    color: white;
    text-align: center;
    background-color: #63b746;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF63B746', endColorstr='#FF5CAA41');
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiP…Igd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g);
    background-size: 100%;
    background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0,#63b746),color-stop(52%,#63b746),color-stop(100%,#5caa41));
    background-image: -webkit-linear-gradient(top,#63b746 0,#63b746 52%,#5caa41 100%);
    background-image: linear-gradient(to bottom,#63b746 0,#63b746 52%,#5caa41 100%);
    border-radius: 6px;
    transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
}
.button:hover, button:hover, input.wpcf7-submit:hover{
    color: white;
    cursor: pointer;
    background: #4d8a3d;
}

header a.button,
ul#menu-main-menu li#menu-item-1128 a,ul#menu-main-menu li#menu-item-3029 a, li#menu-item-3973 a{
    background: #3282cd;
}
ul#menu-main-menu li#menu-item-1128 a,ul#menu-main-menu li#menu-item-3029 a, li#menu-item-3973 a{
	color: #FFF;
	border-radius: 5px;
	transition: all .3s ease;
}
header a.button:hover,
ul#menu-main-menu li#menu-item-1128 a:hover,ul#menu-main-menu li#menu-item-3029 a:hover, li#menu-item-3973 a:hover{
    background: #1e5182;
}
.button.centered{
    max-width: 365px;
    width: 100%;
    margin: 20px auto 0;
    display: block;
	font-size: 20px;
	padding:25px 15px;
}
.button.centered:hover{
	
}

/*landing page*/
html #landing-page #ppsPopupShell_100_206727, 
html #landing-page .customhidden,
html #landing-page-notblue .customhidden,
html #landing-page-notblue #ppsPopupShell_100_206727,
html .page-template-template-contact-landing #ppsPopupShell_100_206727,
html .page-template-template-contact-landing #ppsPopupShell_100_849417, 
html .page-template-template-contact-landing .customhidden {
    display: none !important;
}
/*header*/
#landing-page{
	background: #143452;
}
#landing-page header, #landing-page-notblue header{
    border-bottom: 5px solid #63b746;
    /* margin-bottom: 25px; */
    padding-bottom: 15px;
    background: white;
    margin-bottom: -5px;
}
#landing-page .header-logo img, #landing-page-notblue .header-logo img{
	max-width: 150px;
	width: 100%;	
}
#landing-page p.large, #landing-page-notblue p.large {
    font-size: 30px;
    margin-top: 50px;
    color: #4e4e4e;
}
/*#landing-page header a.phone, #landing-page-notblue header a.phone {
	font-size: 30px;
    margin-top: 50px;    
}*/

/*main body*/
#landing-page h1
#landing-page-notblue h1 {
    text-align: center;
    font-weight: bold;
    font-size: 45px;
    margin-bottom: 20px;
}
#landing-page-notblue h1{margin-top: 30px;}
#landing-page h2,
#landing-page-notblue h2 {
    font-size: 35px;
    font-weight: bold;
        margin-bottom: 20px;
}
#landing-page .wrapper.minimized,
#landing-page-notblue .wrapper.minimized {
    max-width: 1060px;
    -webkit-border-bottom-right-radius: 020px;
    -webkit-border-bottom-left-radius: 020px;
    -moz-border-radius-bottomright: 020px;
    -moz-border-radius-bottomleft: 020px;
    border-bottom-right-radius: 020px;
    border-bottom-left-radius: 020px;
    border-left: 5px solid #63b746;
    border-right: 5px solid #63b746;
    border-top: 5px solid #ffffff;
    border-bottom: 5px solid #63b746;
    padding: 30px 40px;
    background: white;
}
.lp-testimonials .row {
    margin-left: 0;
}
#landing-page .entry p {
    font-size: 21px;
    font-weight: 400;
    line-height: 30px;
    color: #4e4e4e;
}


/*contact form*/
html #landing-page div.wpcf7 {
    padding: 10px 14px;
    margin-left: 15px;
}
h3.form-text {
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 10px;
}
#landing-page .wpcf7 input, #landing-page .wpcf7 select {
    max-width: 325px;
    width: 100%;
    margin-bottom: 5px;
}
p.form-phone {
    text-align: center;
    font-size: 20px;
}
#landing-page div.wpcf7 .ajax-loader{
	float: left;
}
#landing-page .form-icon{
    max-width: 381px;
    width: 100%;
    margin: 0 auto;
}


/*testimonials*/
.indiv-testimonial {
    border: 2px solid #63b746;
    padding: 15px;
}
.lp-testimonials h2 {
    text-align: center;
    margin: 35px 0 20px;
    font-size: 29px;
}
.indiv-testimonial p {
    font-size: 16px;
    color: #4e4e4e;
}

/*footer*/
#landing-page .footer-centered{
	text-align: center;
	float: none;
}

/*------------------------------------*\
    $MISC
\*------------------------------------*/
::selection     { background-color:#4a8ec2; color:#fff; }
::-moz-selection{ background-color:#4a8ec2; color:#fff; }
hr{
    padding:0;
    border:none;
    height:1px;
    background-color:#ccc;
}
.arrow-down {
    width: 100px;
    height: 100px;
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
    border-top: 35px solid #143452;
    margin: 0 auto;
}
.clear{
    clear: both;
}
.apply-button a {
    display: block;
    width: 100%;
    border-radius: 0;
    background: #63b746 url('images/arrow-pointing-right.png') 87% 50% no-repeat;
}
.apply-button a:hover{
    background: #63b746 url('images/arrow-pointing-right.png') 92% 50% no-repeat;
}

/*popup*/
html #ppsPopupBgOverlay{
    display: none !important;
}
html .ppsPopupShell {
    position: fixed;
    left: 0 !important;
    top: 25vh !important;
    padding: 0 !important;
    z-index: 10000;
}
html .ppsInnerTblContent{
    padding: 20px 0px 20px 10px !important;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
html #ppsPopupShell_100_206727 .ppsInnerTblContent p{
    margin: 0 !important;
    color: white !important;
    text-transform: uppercase !important;
    font-size: 13.9px !important;
}
html .ppsPopupClose {
    top: 4px !important;
    right: 4px !important;
    height: 13px !important;
    width: 13px !important;
    background: url(http://alf.dev/wp-content/plugins/popup-by-supsystic/modules/popup/img/assets/close_btns/while_close.png) center center no-repeat;
}
html .ppsInnerTblContent p.large-text {
    font-size: 38px !important;
    letter-spacing: 5px;
    margin: 10px 0px 10px !important;
    display: block;
}
html .ppsInnerTblContent p.resources-text {
    font-size: 17px !important;
}
html .ppsInnerTblContent a{
    text-decoration: none;
    color: white;
    display: block;
}


#landing-page header .alternate a.phone, #landing-page-notblue header .alternate a.phone{
    margin-top: 0;
}
html .cf7-showup .ppsPopupClose {
    height: 26px !important;
    width: 26px !important;
    background-size: cover;
}
.cf7-showup {
    right: 0 !important;
    width: 100% !important;
    max-width: 400px !important;
    margin: 0 auto;
}
.cf7-showup .ppsInnerTblContent {
    padding: 20px 10px !important;
    text-align: center !important;
}
.page-template-template-contact-landing div.wpcf7-mail-sent-ok{
	display: none !important;
}
div.wpcf7-validation-errors {
    background-color: #f7e700;
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    color: black;
    text-align: center;
}


/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

.mobile-nav{
    display: none;
}
.masthead{
        background-position: 100% 0% !important;
    }

/*------------------------------------*\
    $Visual Composer Fixes VC
\*------------------------------------*/
.vc_row {
    margin: 0 auto !important;
}

html #post-516 div.wpcf7 {
    background: #fff;
    padding: 30px;
    box-shadow: none;
    overflow: hidden;
    border: 0px;

}

.landing-contact input:focus::-webkit-input-placeholder { color:transparent; }
.landing-contact input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
.landing-contact input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
.landing-contact input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */

/*------------------------------------*\
    $MEDIA QUERIES
\*------------------------------------*/
/* Small screens */
@media only screen {
    .sfContentBlock {
        text-align: center;
    }
    .sfContentBlock #searchform, .sfContentBlock .topheader a {
        padding-bottom: 10px;
    }
    .viatical .callout-left {
        padding-right: 5%;
        padding-left: 5%;
    }
    .viatical .callout-left:nth-child(3) {
        text-align: center;
    }
}
@media screen and (max-width: 1450px){
    .home-slider .slide-caption{
        top: 0;
    }
}
@media screen and (max-width: 1068px){
    .home-slider .slide-caption p.slide-title {
        font-size: 23px;
        font-weight: 400;
        letter-spacing: 0px;
        line-height: initial;
    }
    .home-slider .slide-caption p {
        font-size: 16px;
        font-weight: 400;
        line-height: initial;
    }
}
@media screen and (max-width: 768px){
    html .ppsPopupShell {
        top: 10vh !important;
    }

}
@media screen and (max-width: 720px){
    .mobile-nav{
        display: block;
    }
    .desktop{
        display: none;
    }
    .mobile-nav button#responsive-menu-button {
        position: absolute;
        text-align: right;
        width: 100%;
        padding-right: 20px;
        right: 0;
        top: auto;
        border-radius: 0;
        z-index: 1; 
        background: rgba(50 ,130,205, .9);       
    }
    .mobile-nav button#responsive-menu-button:hover{
        background: rgba(50 ,130,205, .9);
    }
    .topheader form#searchform{
        display: none;
    }
    .sfContentBlock .topheader a {
        margin: 20px 0;
    }
    .sfContentBlock .wrapper {
        padding: 0;
    }
    .bottomheader {
        height: 55px;
    }
    .blue-box {
        margin-top: 20px;
    }
    .topheader {
        float: none;
    }
	.viatical .callout-left p a {
	    max-width: 200px;
	    width: 100%;
	    display: block;
	    margin: 0 auto;
	}
	.masthead{
		background-position: 50% 0% !important;
	}
        .page-id-103 .masthead {
            background-position: 20% 0% !important;
        }
        .page-id-12 .masthead {
            background-position: 30% 0% !important;
        }
        .page-id-92 .masthead, .page-id-96 .masthead{
            background-position: 75% 0% !important;
        }
}
@media screen and (max-width: 600px){
    .home-slider .slide-caption{display: none;}
    .footer-left {
        text-align: center;
    }
    .footer-contact {
        float: none;
    }
    .footer-left a{
        float: none;
    }
    .footer-right {
        text-align: center;
    }
}
@media screen and (max-width: 530px){
    div#ppsPopupShell_100_911349 {
        display: none !important;
    }
}
@media screen and (max-width: ){
    
}
body.blog .testimonial-slider .rw-rating-table {display:none !important;}



.gf_progressbar_wrapper{
	color:white;
}
.gf_progressbar_title{
	font-size:20px !important;
	color:black !important;
}
.gform_wrapper .gf_progressbar{
	padding:0px !important;
	background-color: white !important;
}
/*.gf_form_contain{ position:absolute; right:0; z-index:333; width:38%;}
ul.home-slider li.inner_li{ height: 750px;}
body .gform_wrapper ul li.gfield{ margin:0px !important;}
#gform_wrapper_1{ display:block !important;}*/
body.page-id-624 .home-slider .slick-slide .wrapper,body.page-id-6 .home-slider .slick-slide .wrapper{position: absolute;right: 0;}
body.page-id-624 .home-slider .slick-slide .wrapper .slide-caption,body.page-id-6 .home-slider .slick-slide .wrapper .slide-caption{position: relative;float: right;}
.gf_form_contain{ position:absolute; right:0; /*z-index:333;*/ width:80%; top:19px;}
/*ul.home-slider li.inner_li{ height: 750px;}*/
body .gform_wrapper ul li.gfield{ margin:0px !important;}
/*#gform_wrapper_1{ display:block !important;}*/
.gf_form_contain #gform_wrapper_1 { background:#143452;padding: 0 12px 4px 23px;
    margin-right: 35px;
    margin-top: 35px;}
.gf_form_contain,.gf_form_contain .gform_title,.gf_form_contain .gf_progressbar_title{ color:white !important;}
@media screen and (max-width: 830px)
{
	.gf_form_contain{ top: 470px; width:85%; position:inherit; margin-left:auto;}
	#gform_wrapper_1, #gform_wrapper_3 { width:100%;}
	ul.home-slider li.inner_li{ height:auto;}
	#gform_submit_button_1{ /*width:100% !important;*/}
	#gform_previous_button_1,#gform_submit_button_1{ padding:25px;}
	.slick-list .slick-track{ height:auto !important;}
}
#gform_previous_button_1,#gform_submit_button_1{ padding:0 18px 0 18px;}
#gform_submit_button_1,#gform_previous_button_1{ /*margin:auto; width:54%;*/}
form#gform_1 .gform_title, form#gform_3 .gform_title{ font-size:24px !important; margin-bottom:-16px !important;margin-top:-16px !important;}
form#gform_1 .ginput_container input[type="text"],form#gform_1 .ginput_container select:not([multiple]), form#gform_3 .ginput_container input[type="text"],form#gform_3 .ginput_container select:not([multiple]){ height:30px !important;}
form#gform_1 label.gfield_label, form#gform_3 label.gfield_label{ font-size:17px !important;}
.gform_page_footer #gform_next_button_1_18, .gform_page_footer #gform_next_button_3_18 { padding:4px 16px 0 17px;}
.slick-list .slick-track{ height:450px;}
.gform_wrapper #gform_1, .gform_wrapper #gform_3{ padding:10px !important;}

.page-id-6 .gf_form_contain{ top:198px !important;}
.alf_custom_class input[type="text"],.alf_custom_class .gfield_radio{ margin:-12px 0 0 0 !important;}

.masthead__title h1 {
    font-weight: bold;
    font-size: 48px;
    line-height: 58px;
}
.masthead__title {
    padding: 30px 0;
    border-top: 1px solid #588ECC;
    border-bottom: 1px solid #588ECC;
    margin: 30px 0;
}  
.newForm__text1 {
    font-size: 12px;
    line-height: 14px;
    margin-top: 25px;
}  
.homeArrowDown {
    height: 35px;
}
.postContent .ss-inline-share-wrapper, .postContent .rw-rating-table {
    display: none !important;
}
