* {
    /* transition:all .3s ease; */
}

*:hover,
*:focus {
    text-decoration:none;
    outline:none;
}

body {
	background: #586779;
	font-family: 'Lato', Helvetica, Arial, sans-serif; 
}

/*TYPOGRAPHY*/
h2 {
    font-weight:400;
    margin:0;
    font-size:30px;
    padding-bottom:20px;
    line-height: 140%;
}

#community-name {
	font-size: 16px;
}

h3 {
    font-weight:300;
    line-height: 150%;
    font-size: 22px;
}

h3.bar {
    background: #e7e7e7;
    padding: 12px;
    text-transform: uppercase;
    font-size: 18px!important;
    font-weight: 600;
    border-radius: 5px;
}

p {
    font-size: 16px;
    line-height:1.6;
    color:#666;
    font-weight:300;
    margin-bottom: 20px;
}

.gray {
	color: #999;
}

img.responsive {
	width: 100%;
}

img.badges {
	max-width: 100%!important;
	padding: 0 0 30px 0;
}

ul li {
	color: #666;
	font-size: 1em;
	margin-bottom: 10px;
	font-weight: 300;
	list-style-type: square;
}

ul.checklist {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	margin: 20px;
}

.checklist li {
	padding-left: 24px;
	background-image: url('/images/check-circle-bullets.png');
	background-repeat: no-repeat;
	background-position: 0;
	background-size: 18px;
	list-style-type: none;
}

ol li {

  font-size: 15px;
  line-height: 1.6;
  color: #666;
  font-weight: 300;    
  margin-bottom:20px;
}

ol {
    padding-left:20px;
}

.center {
    text-align:center;
}

.blue {
    color:#0F7787;
}

.orange {
    color:#0086A4;
}

/*BUTTONS*/
a.button,
input.button {
    font-weight:400;
    border:1px solid;
    border-radius:500px;
    padding:10px 30px;
    font-size: 18px;
}
input.button{
	margin-top:10px;
}
a.button.orange {
    color:#0086A4;
    border-color:#0086A4;
}
a.button.gradient,
input.button.gradient {
    border: 1px solid #107A8D;
    background: #00A7CF;
    background: -moz-linear-gradient(top, #00A7CF 0%, #0086A4 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00A7CF), color-stop(100%,#0086A4));
    background: -webkit-linear-gradient(top, #00A7CF 0%,#0086A4 100%);
    background: -o-linear-gradient(top, #00A7CF 0%,#0086A4 100%);
    background: -ms-linear-gradient(top, #00A7CF 0%,#0086A4 100%);
    background: linear-gradient(to bottom, #00A7CF 0%,#0086A4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00A7CF', endColorstr='#0086A4',GradientType=0 );
    color: #fff!important;
}
a.ghost {
    background:transparent;
}

/*NAVIGATION*/
.navbar-nav a.active {
    background:rgba(255,255,255,1);
    border-radius:5px;
    color: #000!important;
    border: 1px solid #eee;
}

.subnavbar-nav  a.active:before {
    content:"";
    position:absolute;
    border-bottom:5px solid #fff;
    border-left:5px solid transparent;
    border-right:5px solid transparent;        
    margin-top:26px;
}

.mobilemenu {
	visibility: hidden;
	width: 0;
}

.mobile-only {
	display: none;
	max-width: 100%!important;
/* 	padding: 0 0 30px 0; */
}

.desktop-only {
	display: auto;
	max-width: 100%!important;
/* 	padding: 0 0 30px 0; */
}

.divider {
	width:100%;
	height:20px;
}

.darkHeader {
    background:rgba(255,255,255,.92) !important;
    border-bottom:none;
    box-shadow: 0 4px 5px rgba(0,0,0,.25);
}

.navbar-fixed-top {
    padding:14px 0 0px 0;
    background:rgba(255,255,255,.9);
    border-bottom:1px solid #fff;
    box-shadow: 0 4px 5px rgba(0,0,0,.1);
}

.navbar-default .navbar-toggle {
/* 	background: #fff; */
}

/***************** enrollment steps ********************/

.navbar-enroll {
    list-style-type:none;
    margin:0;
}

.signup-nav .navbar-enroll .first {
    background:transparent url(/images/step1-init.png) top 15px  right no-repeat !important;
    color:#444 !important; 
    padding-right:30px !important;
    padding-left:5px !important;
}

.signup-nav .navbar-enroll .second {
    background:transparent url(/images/step2-init.png) top 15px  right no-repeat !important;
    color:#444 !important; 
    padding-right:10px !important;
    margin-left:-4px;
}

.signup-nav .navbar-enroll .third {
    background:transparent url(/images/step3-init.png) top 15px  right no-repeat !important;
    color:#444 !important;    
        padding-left:35px !important;
        padding-right:9px !important;
}

.signup-nav .navbar-enroll .fourth {
    background:transparent url(/images/step4-init.png) top 15px  right no-repeat !important;
    color:#444 !important; 
    padding-left:61px !important;
}

.signup-nav .navbar-enroll .first.current, .navbar-enroll .first.clickable {
    background:transparent url(/images/step1-complete.png) top 15px  right no-repeat !important;
}

.signup-nav .navbar-enroll .second.current, .navbar-enroll .second.clickable {
    background:transparent url(/images/step2-complete.png) top 15px  right no-repeat !important;
}

.signup-nav .navbar-enroll .third.current,.navbar-enroll .third.clickable {
    background:transparent url(/images/step3-complete.png) top 15px  right no-repeat !important;
}

.signup-nav .navbar-enroll .fourth.current,.navbar-enroll .fourth.clickable {
    background:transparent url(/images/step4-complete.png) top 15px  right no-repeat !important;
}

#signup-form-1 .features ul li {
    padding-left:20px;
    background:transparent url(/images/pricing-check.png) top 1px left no-repeat;
    line-height:22px;
    background-size:13px;
}

#signup-form-2 .features ul li {
    padding-left:20px;
    background:transparent url(/images/pricing-check.png) top 1px left no-repeat;
    line-height:22px;
    background-size:13px;
}

#signup-form-3 .features ul li {
    padding-left:20px;
    background:transparent url(/images/pricing-check.png) top 1px left no-repeat;
    line-height:22px;
    background-size:13px;
}

#signup-form-4 .features ul li {
    padding-left:20px;
    background:transparent url(/images/pricing-check.png) top 1px left no-repeat;
    line-height:22px;
    background-size:13px;
}

#signup-form-5 .features ul li {
    padding-left:20px;
    background:transparent url(/images/pricing-check.png) top 1px left no-repeat;
    line-height:22px;
    background-size:13px;
}



#renters-quote-box {
	background: #00a2de; /* Old browsers */
	background: -moz-linear-gradient(top,  #00a2de 0%, #0085c1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00a2de), color-stop(100%,#0085c1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #00a2de 0%,#0085c1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #00a2de 0%,#0085c1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #00a2de 0%,#0085c1 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #00a2de 0%,#0085c1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a2de', endColorstr='#0085c1',GradientType=0 ); /* IE6-9 */
	color:#fff;
	padding: 50px;
	margin: 0 0 1em 0;
	border-radius: 10px; 
		-moz-border-radius: 10px; 
		-webkit-border-radius: 10px; 
	min-height: 270px;
}


/***************** end enrollment steps ********************/


#home-hero-section {
    padding-top:100px;
    background:transparent url(/wordpress/wp-content/uploads/hero-reviewingresume.jpg) no-repeat center center;
    background-size:cover;
}

#home-hero-section .hero-content {
	padding: 100px 0;
}

#home-hero-section h1 {
		font-size: 46px;
	}

#home-hero-section #get-enrolled {
    padding:30px 0;
    background:rgba(0,137,189,.8);
/*     border-top:1px solid #222; */
}

#home-hero-section #get-enrolled h2 {
    line-height:60px;
    margin:0;
    font-weight:200;
    padding:10px 0;
    font-size:40px;
    text-align:left;
    color: #fff;
    line-height: 120%;
}

.band-generic {
    padding:100px 0;
    background:#333;
    background-size:cover;
    text-align: center;
}

.login {
	position: relative;
	float: right;
	font-size: 12px;
}

#topbanner {
    height:300px;
/*     background:transparent url(../images/home-bkg.jpg) top center no-repeat; */
    background-color: #222;
    background-size:cover;
    background-position:fixed;
    background-size: cover;
}

#topbanner h1 {
	font-weight: 100;
	text-align: center;
	color: #fff;
	padding-top: 150px;
	font-size: 50px;
}

#topbanner h2 {
	font-weight: 100;
    color: #fff;
    text-align: center;
}

#short-quote #zipcode {
    border:1px solid #888;
    border-right:none;
    border-radius:100px 0 0 100px;
    padding:15px 25px 15px 30px;
    width:50%;
    height: 63px;
    font-size:22px;
    font-weight:400;
    color:#404040;
    float:left;
}

#short-quote #submit {
    padding:15px 25px;
    width:50%;
    font-size:22px;
    font-weight:400;
    border-radius:0 100px 100px 0;
    border:1px solid #107A8D;
    background: #00A7CF; /* Old browsers */
    background: -moz-linear-gradient(top,  #00A7CF 0%, #0086A4 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00A7CF), color-stop(100%,#0086A4)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #00A7CF 0%,#0086A4 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #00A7CF 0%,#0086A4 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #00A7CF 0%,#0086A4 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #00A7CF 0%,#0086A4 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00A7CF', endColorstr='#0086A4',GradientType=0 ); /* IE6-9 */
    color:#fff;
}

#steps {
    padding:100px 0;
    background: #f2f2f2;
    border-top: 1px solid #ddd;
}

#featurette {
	margin-bottom: 50px;
}

#steps img {
    margin:0 auto;
    max-width:180px;
}

#steps h3 {
    font-weight:400;
    font-size:22px;
}

#steps p {
    font-size:16px;
    line-height:140%;
/*     padding:0 30px; */
}

#home-renters-section {
    padding:60px 0;
    background:#fff url(../images/renters-bkg.jpg) top right no-repeat;
    border-top:1px solid #ccc;
    background-size: contain;
}

#home-deposit-section {
    padding:60px 0;
    background:#fff url(../images/bg-family-movingin.jpg) top left no-repeat;
    border-top:1px solid #ccc;
    background-size: contain;
}

#section-renters {
    padding:60px 0;
    background:#fff url(../images/bg-collegekid.jpg) top right no-repeat;
    border-top:1px solid #ccc;
    background-size: contain;
}

#section-goldstandard {
    padding:60px 0;
    background:#fff url(../images/bg-goldstandard.jpg) top right no-repeat;
    border-top:1px solid #ccc;
    background-size: contain;
}

#section-liability {
    padding:60px 0;
    background:#fff url(../images/bg-liability.jpg) top right no-repeat;
    border-top:1px solid #ccc;
    background-size: contain;
}

#section-contents {
    padding:60px 0;
    background:#fff url(../images/bg-contents.jpg) top left no-repeat;
    border-top:1px solid #ccc;
    background-size: contain;
}

#section-deposit {
    padding:60px 0;
    background:#fff url(../images/bg-family-movingin.jpg) top left no-repeat;
    border-top:1px solid #ccc;
    background-size: contain;
}

#section-tailored {
    padding:60px 0;
    background:#fff url(../images/bg-tailored.jpg) top left no-repeat;
    border-top:1px solid #ccc;
    background-size: contain;
}

#section-calculate {
    padding:60px 0;
    background:#fff url(../images/bg-calculate.jpg) top right no-repeat;
    border-top:1px solid #ccc;
    background-size: contain;
}

#section-enrollment {
    padding:60px 0;
    background:#fff url(../images/bg-enrollment.jpg) top left no-repeat;
    border-top:1px solid #ccc;
    background-size: contain;
}

#section-enroll {
    padding:50px 0;
/*     border-top:1px solid #ccc; */
}

#section-customerservice {
    padding:60px 0;
    background:#fff url(../images/bg-frontdesk.jpg) top left no-repeat;
    border-top:1px solid #ccc;
    background-size: contain;
}

#section-misconceptions {
    padding:60px 0;
    background:#fff url(../images/bg-dadandkids.jpg) top left no-repeat;
    border-top:1px solid #ccc;
    background-size: contain;
}

#section-comparison {
    padding:60px 0;
    background:#fff url(../images/bg-comparison.jpg) top right no-repeat;
    border-top:1px solid #ccc;
    background-size: contain;
}

#section-misconceptions .col-sm-offset-6, #section-misconceptions .col-sm-offset-4,
#section-enrollment .col-sm-offset-6, #section-enrollment .col-sm-offset-4,
#section-customerservice .col-sm-offset-6, #section-customerservice .col-sm-offset-4,
#section-tailored .col-sm-offset-6, #section-tailored .col-sm-offset-4,
#section-contents .col-sm-offset-6, #section-contents .col-sm-offset-4,
#section-deposit .col-sm-offset-6, #section-deposit .col-sm-offset-4 {
        background:rgba(255,255,255,.85);
        padding:25px;
    }
    
#section-calculate .col-xs-10,
#section-liability .col-xs-10,
#section-goldstandard .col-xs-10,
#section-renters .col-xs-10 {
        background:rgba(255,255,255,.85);
        padding:25px;
    }    

#section-about {
    padding:50px 0;
    border-top:1px solid #ccc;
}

.full-width {
	background: #fff;
}

#home-testimonial-section {
    padding:50px 0;
    background:#FFF;
}

#home-testimonial-section .testimonial-body {
    text-align:center;
    font-family:'PT Serif', serif;
    font-style:italic;
    color:#666;
    font-weight:100;
    padding:20px;
    background:#f2f2f2;
    border-radius:8px;
    margin-bottom:30px;
}

#home-testimonial-section h4 {
    line-height:160%;
    font-size: 18px;
}

#home-testimonial-section .testimonial-body:after {
    content:"";
    position:absolute;
    margin-top:20px;
    left:50%;
    margin-left:-10px;
    border-top:10px solid #f2f2f2;
    border-left:10px solid transparent;
    border-right:10px solid transparent;

}

#home-testimonial-section .testimonial-attribution {}

#home-testimonial-section .testimonial-attribution img {
    border-radius:500px;
    max-width:80px;
    margin:0 auto;
}

#home-testimonial-section .testimonial-attribution h3 {
    font-size:18px;
    font-weight:500;
    margin:0;
}

#home-testimonial-section .testimonial-attribution h6 {
    font-size:13px;
    font-weight:300;
    color:#999;
    margin:0;
    padding:5px 0;
}

#home-quote-section {
    padding:70px 0;
}

#bottom-quote-section {
    padding:70px 0;
    background: #E5F3F9;
}

#bottom-quote-section h2 {
	padding-bottom: 10px;
}

#bottom-quote-section p {
	font-size: 16px;
	text-align: center;
}

#footer-section {
    background:#f2f2f2 url(../images/validhire-logo.png) top 30px center no-repeat;
    background-size:190px;
    padding:80px 0 50px 0;
    border-top: 1px solid #DDD;
}

#footer-section .footer-nav {
    list-style-type:none;
    text-align:center;
    padding:0;
}

#footer-section .footer-nav li {
    display:inline;
    border-right:1px solid #DDD;
    padding:1px 10px;
    font-size: 12px;
    
}

#footer-section .footer-nav li:last-child {
    border-right:none;
}

#footer-section .footer-nav li a {
    color:#666;
}

#footer-section h4 {
    color:#999;
    font-weight:300;
    font-size:12px;
    padding-top:10px;
}

#footer-logos {
    text-align:center;
}

#footer-logos img {
    height:60px;
    display:inline-block;
    margin:0 5px;
}

@media screen and (max-width:700px) {
    #footer-logos {
        display:none;
    }
}

.nav-logo {
    max-width:200px;
    margin-top:-5px;
}

.navbar-brand {
    padding:0 15px;
}

.navbar-nav {
    text-align:right;
}

.navbar-nav {
    list-style-type:none;
    margin:0;
    float:right;
}

.navbar-nav li {
    display:inline;
    padding:12px 0px;

}

.navbar-nav li.phone a {
    font-size: 22px!important;
    line-height: 0;
    color: #0F7787!important;
    font-weight: 300;
}

.phone-mobile {
	position: relative;
	float: right;
	display: none;
	top: 14px;
	font-size: 18px;
}

.navbar-nav li a {
    line-height:0;
    color:#333;
    font-weight:500;
}

.navbar-default .navbar-nav>li>a {
	font-size: 14px;
	color: #555;
	text-transform: uppercase;
}

.subnav {
	background: #0F7787;
	padding: 10px;
	color: #fff;
	min-height: 40px;
}

.subnavbar-nav {
	text-align:left;
	list-style-type:none;
    margin:0;
    padding-left:0;
    float:left;
}

.subnavbar-nav li {
    display:inline;
    padding:12px;

}

.subnavbar-nav li a {
    line-height:0;
    color:#fff !important;
    font-weight:500;
    text-decoration: none;
}


.white {
    color:#fff;
}

.top-quote {
    padding:200px 0 100px 0;
}

.top-quote h1 {
    font-weight:500;
/*     opacity: .65; */
}

.top-quote h3 {
    margin:0;
    max-width:550px;
    opacity: .65;
}

.top-quote h6 {
    padding-left:15px;
}

#header-quote {
    margin-top:40px;
    margin-bottom:5px;
}

#header-quote #zipcode {
    border:1px solid #888;
    border-right:none;
    border-radius:100px 0 0 100px;
    padding:13px 13px 13px 25px;
    width:50%;
    height: 63px;
    font-size:20px;
    font-weight:400;
    color:#404040;
    float:left;
    max-height: 55px;
}

#header-quote #submit {
    padding:13px;
    width:50%;
    font-size:20px;
    font-weight:400;
    border-radius:0 100px 100px 0;
    border:1px solid #107A8D;
    background: #00A7CF; /* Old browsers */
    background: -moz-linear-gradient(top,  #00A7CF 0%, #0086A4 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00A7CF), color-stop(100%,#0086A4)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #00A7CF 0%,#0086A4 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #00A7CF 0%,#0086A4 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #00A7CF 0%,#0086A4 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #00A7CF 0%,#0086A4 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00A7CF', endColorstr='#0086A4',GradientType=0 ); /* IE6-9 */
    color:#fff;
    float: right;
    max-height: 55px;
}

.nav-logo {
	    max-width: 180px;
	    margin-top: 0;
    }


/* Product page Style */

#masterHeaderContent {
    padding: 180px 20px 24px 20px;
    margin: -60px 0 0 0;
    background: #f1f2f4;
    background-size: cover;
    text-align: center;
}

#masterHeaderContent h1 {
    font-size: 32px;
    margin: 20px 0 20px 0;

}

.contentFeature {
    min-height: 366px;
    position: relative;
}

.contentFeature .btn {
    margin: 0 auto 0 auto;
    width: 160px;
    background-color: #4a4a59;
    border-radius:50px;
    border-color: #4a4a59;
    text-transform: uppercase;
    font-size: 14px;
}

.contentFeature h3{ 
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    margin: 0;
    padding: 35px 0 0 0;
    text-align: center;
    text-transform: uppercase;
}
.contentFeature h2 {
    font-size: 30px;
    margin: 0 auto 0 auto;
    padding:0;
    color: #fff;
    text-align: center;
}

.productsDescription {
    min-height: 235px;
}

.contentFeature h5 { 
    font-size: 12px;
    text-align: center;
    color: #fff;
    margin: 0 0 15px 0;
    padding: 0;
    text-transform: uppercase;
}

.contentFeature p.green {
	color:#acca6e !important;
}

.contentFeature p{ 
    text-align: center;
    font-size: 16px;
    margin: 10px 20px;
    color: #fff;
}

.orangeContent{
    background: #dd5b30;
}
.greenContent{
    background: #acca6e;
}
.blueContent{
    background: #328aad;
}
.greyContent{
    background: #758291;
}

.testimonialContent {
    background: url(http://validhire.cambiostage.com/wordpress/wp-content/uploads/bg-hr-slate.jpg)center center no-repeat;
    background-size: cover;
    margin:0;
    padding: 100px 20px;
}

.testimonialContent p {
    font-size: 20px;
    color: #fff;
    text-align: center;
    font-style: italic;
}

.testimonialContent h5,
.testimonialContent h6 {
    font-size: 16px;
    text-align: center;
    margin: 0 0 5px 0;
    color: #fff;
    font-weight: 300;
}

 
.productListContent{
    background:#f1f2f4;
    padding-bottom: 40px;
}

.featureContentSection {
    padding-top: 50px;
    min-height: 634px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeeee+0,ffffff+63 */
    background: #eeeeee; /* Old browsers */
    background: -moz-linear-gradient(top,  #eeeeee 0%, #ffffff 63%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #eeeeee 0%,#ffffff 63%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #eeeeee 0%,#ffffff 63%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.featureContentSection h3 {
    font-size: 32px;
    margin: 120px 0 0 0;
    padding: 0 50px 0 50px;
}

.featureContentSection p {
    font-size: 18px;
    padding: 0 50px 0 50px;
}

.featureContentSection.imgBgContent h3 {
    margin: 60px 0 0 0;
}

.featureContentSection .btn {
    background-color:#009bbf;
    border-color:#137c8e;
    width: 203px;
    border-radius:50px;
}

#employersJumbotron {
    min-height: 500px;
    padding: 200px 0 0 0;

}

#employersJumbotron h1{
    font-size: 32px;
    color: #fff;
    text-align: center;
}
#employersJumbotron.jumbotron,
#aboutJumbotron.jumbotron {
    margin-bottom: 0;
}

#employersJumbotron p {
    font-size: 20px;
    color: #fff;
    text-align: center;
}

.contentDescription {
    background: #fff;
    margin: 0;
    padding: 0;
}

.contentDescription {
    padding: 80px 30px;
    text-align: center;
    font-size: 22px;
}

#contactUsContent p  {
    font-size: 20px;
    color: #fff;
    text-align: center;
}
#contactUsContent .btn {
    background-color:#3F3F4E;
    border-color:#3F3F4E;
    width: 203px;
    border-radius:50px;
}

#aboutJumbotron {
    min-height:600px;
}
#aboutJumbotron h1 { 
    font-size: 32px;
    text-align: left;
    color: #212121;
    margin-top: 100px;
}
#aboutJumbotron p {
    font-size: 20px;
    text-align: left;
    color: #212121;
    font-weight: 300;
} 

#ourPurpose p {
    font-size: 20px;
    color: #fff;
    text-align: center;
}

#ourPurpose h3 {
	color: #fff;
    font-size: 32px;
    font-weight: 600;
}

#certifedContent h3 {
    color: #333;
    font-size: 32px;
    text-align: left;
}

#certifedContent li  {
    font-size: 16px;
    color: #333;
    text-align: left;
}
#certifedContent p {
    color: #333;
    text-align: left;   
}

/***************** MEDIA QUERIES ********************/

@media screen and (max-width:991px) {
    .navbar-nav li:last-child {
        display:none;
    }
    
    .nav-logo {
	    max-width: 160px;
	    margin-top: 0;
    }
    
    .navbar-default .navbar-nav>li>a {
		font-size: 14px;
	}

    #home-hero-section h2 {
        font-size:38px !important;
    }

    #home-renters-section,
    #home-deposit-section,
    #section-renters,
    #section-goldstandard,
    #section-calculate,
    #section-tailored,
    #section-deposit,
    #section-contents,
    #section-enrollment,
    #section-customerservice,
    #section-liability,
    #section-misconceptions {
        background-size:cover;
    }

    #home-renters-section .col-xs-10,
    #section-renters .col-xs-10,
    #section-goldstandard .col-xs-10,
    #section-calculate .col-xs-10,
    #section-tailored .col-xs-10,
    #section-deposit .col-xs-10,
    #section-contents .col-xs-10,
    #section-liability .col-xs-10,
    #section-misconceptions .col-xs-10 {
        background:rgba(255,255,255,.9);
        padding:20px;
        box-shadow: 0 0 20px rgba(0,0,0,.2);
    }

    #home-deposit-section .col-xs-10,
    #section-renters .col-xs-10,
    #section-goldstandard .col-xs-10,
    #section-calculate .col-xs-10,
    #section-tailored .col-xs-10,
    #section-deposit .col-xs-10,
    #section-contents .col-xs-10,
    #section-liability .col-xs-10 {
        background:rgba(255,255,255,.9);
        padding:20px;
        box-shadow: 0 0 20px rgba(0,0,0,.2);
    }
    
    img.badges {
		max-width: 100%!important;
	padding: 0 0 30px 0;
	}
	#renters-quote-price {
    	font-size: 66px;
	}
	.per-year {
    font-size: 18px !important;
		
	}

     body .featureContentSection h3 {
        text-align: center;
        margin: 33px 0 0 0;
   }

   body .featureContentSection p {
    text-align: center;
   }


}


/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .modal-dialog {
      max-width: 750px;
      /*margin: 30px auto;*/
    }
}


/* Extra small devices (phones, less than 768px) */
@media screen and (max-width:767px) {
	
	#home-hero-section .hero-content {
	padding: 100px 0 50px 0;
	}
    
    #home-hero-section h2 {
        text-align:center !important;
    }
    #home-hero-section h1 {
		font-size: 32px;
	}
	#home-hero-section h3 {
		font-size: 18px;
	}
    .mobile-only {
		display: inherit;
	}

	.desktop-only {
		display: none;
	}
    .subnav {
	    display: none;
		background: #0F7787;
		padding: 10px;
		color: #fff;
		min-height: 40px;
	}
	
	.mobilemenu {
		visibility: visible;
		width: auto;
	}

	
	.navbar-nav li a {
	    font-size:17px !important;
        color:#0F7787 !important;
        padding:30px 0 15px 0;
	}

	.navbar-nav li:first-child a {
	    padding-top:5px;
	}

	.navbar-nav .mobilemenu a {
		margin-left: 15px;
		color: #404040 !important;
		font-size: 12px !important;
		padding: 10px 0;
	}
	
	.navbar-default .navbar-nav>li>a {
		font-size: 14px;
	}
    
    .phone-mobile {
		display: inherit;
		margin-right: 10px;
	} 
	
	.navbar-nav li.phone a {
	    display: none;
	}

	.top-quote {
	    padding:100px 0 50px 0;
	}    
	
	#home-hero-section {
	    padding-top:0;
/* 	    background:transparent url(../images/home-bkg.jpg) no-repeat center center; */
	    background-size:cover;
	}	
	
	#topbanner h1 {
		padding-top: 150px;
		font-size: 30px;
	}
	
	#short-quote #zipcode {
		font-size: 16px;
		height: 54px;
    }

    #header-quote #zipcode {
        height: 55px;
    }
	
	#short-quote #submit {
		font-size: 16px;
	}
	
	#home-hero-section #get-enrolled h2 {
		font-size: 32px!important;
		text-align: center;
	}

    #steps p {
        max-width:300px;
        margin:0 auto 10px auto;
    }

    .navbar-nav {
        float:left;
        margin:10px 20px;
    }

    .navbar-nav li {
        text-align:left;
    }

    .navbar-nav li a {
        font-size:18px;
    }

    .navbar-nav li:last-child {
        display:inline;
    }

    .navbar-default {
        background:rgba(255,255,255,.9);
    }

    #home-testimonial-section .testimonial-body {
        max-width:400px;
        margin:30px auto 30px auto;
    }
    
    .navbar-fixed-top {
	    padding: 0;
    }

    .navbar-brand {
        padding:0 0 10px 10px;
    }

   .navbar-default img {
        margin-top:8px;
        max-width:156px!important;
    }
    
    #home-renters-section,
    #home-deposit-section,
    #section-renters,
    #section-goldstandard,
    #section-calculate,
    #section-tailored,
    #section-liability,
    #section-contents,
    #section-deposit,
    #section-misconceptions {
        background-size:cover;
    }
    
    h1.modal-main-title {
      font-size: 19px;
      margin-top: 30px;
    }
    
    h2.modal-sub-title {
      font-weight: 400;
      font-size: 15px;
    }

    h3.value {
    font-weight: 400;
    }

    h4.number {
        font-size: 50px;
    }
    .form-group {
      padding: 0;
    }

    body .testimonialContent p {
        font-size: 18px;
    }

    body .featureContentSection p {
        font-size: 16px;
        text-align: center;
        padding: 0; 
    }
    body .featureContentSection.imgBgContent h3 {
     margin: 37px 0 0 0; 
    }
    body .featureContentSection h3 {
        font-size: 23px;
        margin: 23px 0 0 0;  
        padding: 0;
        text-align: center; 
    }



}
















/*****************************************************************
                            JAKE
*****************************************************************/
/* BOOTSTRAP OVERRIDES */
.form-group {
    margin-bottom: 25px;
}

.form-control {
    cursor: pointer;
}

/*BUTTONS*/
.chevron-left:before {
    content: '\f053';
    font-family: 'FontAwesome';
    padding-right: 5px;
}
.chevron-right:after {
    content: '\f054';
    font-family: 'FontAwesome';
    padding-left: 5px;
}

/* FORM FIELD SPINNER */
.spinner {
  width: 100px;
}
.spinner input {
  text-align: right;
}
.input-group-btn-vertical {
  position: relative;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
  display: table-cell;
}
.input-group-btn-vertical > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
  padding: 8px;
  margin-left: -1px;
  position: relative;
  border-radius: 0;
}
.input-group-btn-vertical > .btn:first-child {
  border-top-right-radius: 4px;
}
.input-group-btn-vertical > .btn:last-child {
  margin-top: -2px;
  border-bottom-right-radius: 4px;
}
.input-group-btn-vertical i{
  position: absolute;
  top: 0;
  left: 4px;
}
/* END FORM FIELD SPINNER */

.control-label span {
	color: #FF9022;
}

/*RIBBON*/
.ribbon {
  position: absolute;
  right: 10px; 
  top: 48px;
  z-index: 1;
  overflow: hidden;
  width: 105px; 
  height: 105px;
  text-align: right;
}
.ribbon span {
  font-size: 12px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(45deg);
  width: 130px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#9BC90D 0%, #79A70A 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 30px; 
  right: -25px;
}
.ribbon span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #79A70A;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #79A70A;
}
.ribbon span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #79A70A;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #79A70A;
}

/*RENTERS STEP 3*/
#renters-quote-box h4 {
    text-align: center;
    /* font-size: 18px; */
}
#renters-quote-price {
    font-size: 88px;
    text-align: center;
}
.per-year {
    font-size: 28px;
    font-weight: 300;
}

#renters-quote-table {
    margin: 30px 0;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    border-top: 1px solid #4db4dd;
}
tr.last-row {
    border-bottom: 1px solid #4db4dd;
}

.blue-section-bar {
    border: 4px solid #e5f3f9;
    margin: 30px 0;
}

.enrollment-buttons {
    margin: 25px 0 10px;
    clear: both;
}

/***************** MODAL ********************/
/*body.modal-open-noscroll {
    margin-right: 0!important;
    overflow: hidden;
}
.modal-open-noscroll .navbar-fixed-top, .modal-open .navbar-fixed-bottom {
      padding-right: 0!important;
}*/

.modal-content {
  background: #EEEEEE;
}

.modal-header {
  border: none;
}

.modal-label {
    padding: 0;
}

.input-group-addon {
  border: 0;
}

input#clothing,
input#furniture,
input#electronics,
input#cds,
input#silverware,
input#appliances,
input#landscaping,
input#jewelry,
input#cameras,
input#tools,
input#book,
input#miscellaneous {
    border-radius: 4px;
}

.modal-footer {
    background: #fff;
    text-align: center;
}

h1.modal-main-title {
    text-align: center;
    font-weight: 800;
}

h2.modal-sub-title {
    font-size: 16px;
    text-align: center;
    color: #868686;
}

h3.value {
    font-size: 20px;
}

h4.number {
    font-weight: 300;
    font-size: 58px;
    color: #0087BD;
}

button.enroll-today {
    margin: 40px 0;
    padding: 7px 15px;
    width: auto;
    font-size: 20px;
    font-weight: 400;
    border-radius: 100px;
    border: 1px solid #107A8D;
    background: #00A7CF;
    background: -moz-linear-gradient(top, #00A7CF 0%, #0086A4 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00A7CF), color-stop(100%,#0086A4));
    background: -webkit-linear-gradient(top, #00A7CF 0%,#0086A4 100%);
    background: -o-linear-gradient(top, #00A7CF 0%,#0086A4 100%);
    background: -ms-linear-gradient(top, #00A7CF 0%,#0086A4 100%);
    background: linear-gradient(to bottom, #00A7CF 0%,#0086A4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00A7CF', endColorstr='#0086A4',GradientType=0 );
    color: #fff!important;
    /* float: right; */
    max-height: 55px;
}

/***************** END MODAL ********************/


/*progressbar*/

#progressbar {
  margin: 0px;
  overflow: hidden;
  /*CSS counters to number the steps*/
  
  counter-reset: step;
  padding: 0;
}

#progressbar li {
  list-style-type: none;
  color: #0086BF;
  text-transform: none;
  font-size: 18px;
  width: 20%;
  float: left;
  position: relative;
  text-align:center;
  margin-bottom: 0;
}

#progressbar li:before {
  content: counter(step);
  counter-increment: step;
  width: 50px;
  line-height: 50px;
  display: block;
  font-size: 33px;
  color: #fff;
  background: #9ed2e8;
  border-radius: 50%;
  position: relative;
  margin: 0 auto 5px auto;
  z-index: 1;
}
/*progressbar connectors*/

#progressbar li:after {
  content: '';
  width: 100%;
  height: 10px;
  background: #9ed2e8;
  position: absolute;
  left: -50%;
  top: 22px;
  z-index: 0;
  /*put it behind the numbers*/
}

#progressbar li:first-child:after {
  /*connector not needed before the first step*/
  content: none;
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/

#progressbar li.active:before,
#progressbar li.active:after {
  background: #0086bf;
  color: white;
}

/* TOOLTIP */
a.tooltips {
  position: relative;
  display: inline;
}
a.tooltips span {
  position: absolute;
  width:300px;
  color: #000000;
  background: #E5F3F9;
  border: 2px solid #0086BF;
  height: 99px;
  line-height: 99px;
  text-align: center;
  visibility: hidden;
  border-radius: 5px;
  box-shadow: 2px 3px 10px #C7C7C7;
}
a.tooltips span:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -12px;
  width: 0; height: 0;
  border-right: 12px solid #0086BF;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
a.tooltips span:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -8px;
  width: 0; height: 0;
  border-right: 8px solid #E5F3F9;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
a:hover.tooltips span {
  visibility: visible;
  opacity: 1;
  left: 100%;
  top: 50%;
  margin-top: -49.5px;
  margin-left: 15px;
  z-index: 999;
}

.tooltips p {
	font-size: 13px;
	text-align: left;
	padding: 12px;
}

/* CHECKBOXES */
.checkbox {
  padding-left: 20px;
}
.checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}
.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #555555;
}
.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}
.checkbox input[type="checkbox"]:focus + label::before,
.checkbox input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.checkbox input[type="checkbox"]:checked + label::after,
.checkbox input[type="radio"]:checked + label::after {
  font-family: "FontAwesome";
  content: "\f00c";
}
.checkbox input[type="checkbox"]:disabled + label,
.checkbox input[type="radio"]:disabled + label {
  opacity: 0.65;
}
.checkbox input[type="checkbox"]:disabled + label::before,
.checkbox input[type="radio"]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}
.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}
.checkbox.checkbox-inline {
  margin-top: 0;
}

.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
  background-color: #337ab7;
  border-color: #337ab7;
}
.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-danger input[type="checkbox"]:checked + label::before,
.checkbox-danger input[type="radio"]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f;
}
.checkbox-danger input[type="checkbox"]:checked + label::after,
.checkbox-danger input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-info input[type="checkbox"]:checked + label::before,
.checkbox-info input[type="radio"]:checked + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.checkbox-info input[type="checkbox"]:checked + label::after,
.checkbox-info input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-warning input[type="checkbox"]:checked + label::before,
.checkbox-warning input[type="radio"]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.checkbox-warning input[type="checkbox"]:checked + label::after,
.checkbox-warning input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.checkbox-success input[type="checkbox"]:checked + label::after,
.checkbox-success input[type="radio"]:checked + label::after {
  color: #fff;
}

.radio {
  padding-left: 20px;
}
.radio label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}
.radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}
.radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 11px;
  height: 11px;
  left: 3px;
  top: 3px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #555555;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.radio input[type="radio"] {
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}
.radio input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.radio input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.radio input[type="radio"]:disabled + label {
  opacity: 0.65;
}
.radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed;
}
.radio.radio-inline {
  margin-top: 0;
}

.radio-primary input[type="radio"] + label::after {
  background-color: #337ab7;
}
.radio-primary input[type="radio"]:checked + label::before {
  border-color: #337ab7;
}
.radio-primary input[type="radio"]:checked + label::after {
  background-color: #337ab7;
}

.radio-danger input[type="radio"] + label::after {
  background-color: #d9534f;
}
.radio-danger input[type="radio"]:checked + label::before {
  border-color: #d9534f;
}
.radio-danger input[type="radio"]:checked + label::after {
  background-color: #d9534f;
}

.radio-info input[type="radio"] + label::after {
  background-color: #5bc0de;
}
.radio-info input[type="radio"]:checked + label::before {
  border-color: #5bc0de;
}
.radio-info input[type="radio"]:checked + label::after {
  background-color: #5bc0de;
}

.radio-warning input[type="radio"] + label::after {
  background-color: #f0ad4e;
}
.radio-warning input[type="radio"]:checked + label::before {
  border-color: #f0ad4e;
}
.radio-warning input[type="radio"]:checked + label::after {
  background-color: #f0ad4e;
}

.radio-success input[type="radio"] + label::after {
  background-color: #5cb85c;
}
.radio-success input[type="radio"]:checked + label::before {
  border-color: #5cb85c;
}
.radio-success input[type="radio"]:checked + label::after {
  background-color: #5cb85c;
}

input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
  font-family: 'FontAwesome';
  content: "\f00c";
}
input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
  color: #fff;
}
input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
  color: #fff;
}


/* MEDIA QUERIES */
/* Extra small devices (phones, less than 768px) */
@media screen and (max-width:767px) {
	
	/* 	Enrollment Steps */
	#section-enroll {
		padding: 15px 0;
	}
	h2.blue {
		font-size: 30px;
	
		padding: 15px;
		/* margin: 0 0 15px 0; */
		text-align: center;
}
	#progressbar li {
	  /* list-style-type: none; */
	  /* color: #0086BF; */
	  /* text-transform: none; */
	  font-size: 8px;
	  /* width: 20%; */
	  /* float: left; */
	  /* position: relative; */
	  /* text-align:center; */
	
	  /* display: none; */
	}
	#progressbar li:before {
		/* content: counter(step); */
		/* counter-increment: step; */
		width: 40px;
		line-height: 40px;
		/* display: block; */
		font-size: 18px;
		/* color: #fff; */
		/* background: #9ed2e8; */
		/* border-radius: 50%; */
		/* position: relative; */
		/* margin: 0 auto 5px auto; */
		/* z-index: 1; */
	}
	#progressbar li:after {
		content: '';
		width: 100%;
		height: 7px;
		background: #9ed2e8;
		position: absolute;
		left: -50%;
		top: 18px;
		z-index: 0;
	}

/*
	a.button {
		font-weight: 400;
		border: 1px solid;
		border-radius: 500px;
		padding: 10px 30px;
		font-size: 12px;
	}
*/

	#renters-quote-box {
    	padding: 15px;	
    	min-height: 300px;
	}

	#your-policy-premium {
    	margin-top: 15px;
	}

	#renters-quote-table {
		padding: 0;	
		border: none;
		margin: 20px 0;
	}
    	
	.ribbon {
		position: absolute;
		right: 10px;
		top: 58px;
		z-index: 1;
		overflow: hidden;
		width: 105px;
		height: 105px;
		text-align: right;
	}

	#renters-quote-price {
		font-size: 48px;
		text-align: center;
	}
	
	.blue-section-bar {
		display:none;
	}

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

.table td {
    white-space: -o-pre-wrap !important; 
    word-wrap: break-word !important;
    white-space: pre-wrap !important; 
    white-space: -moz-pre-wrap !important; 
    white-space: -pre-wrap !important; 
}


}

@media screen and (max-width:459px) {
	.ribbon {
		position: absolute;
		right: 10px;
		top: 91px;
	}	
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px)  and (orientation : landscape) {

    body .featureContentSection h3 {
        font-size: 25px;
        margin: 27px 0 0 0;
    }
    body .featureContentSection p {
        font-size: 17px;

    }
 }
 
 
 
 
 
#contact-form-container {
    position:absolute;
    z-index:1;
    left:0 !important;
    width:100%;
    background:transparent;
}

#contact-form-container .contentFeature {
    background:#fff;
    box-shadow:0 0 30px rgba(0,0,0,.2);
    margin-top:-110px;
    padding:30px;
    min-height:0;
    
}

#contact-form-container h2 {
    color:#0F7787;
}

.wpcf7 form {
    display:inline-block;
}

.wpcf7 label{
    text-align:left;
    width:100%;
    margin-top:15px;
    color:#a5a5a5;
    font-weight:400;
}

.wpcf7 input,
.wpcf7 textarea {
    width:100%;
    max-width:100%;
    border:none;
    border-bottom:1px solid #e5e5e5;
    padding:10px;
}

.wpcf7 textarea {
    max-height:100px;
}

@media screen and (max-width:767px) {
    #map {
        min-height:750px !important;
    }
}

@media screen and (max-width:550px) {
    #contact-form-container h2 {
        font-size:23px !important;
    }    
}

