html {
	
}
body {
	font-family:Arial,sans-serif;
	font-size:14px;
	line-height:24px;
	color:#000;
	 background: #fff;
    margin: auto;
    padding-top: 0;
}

@font-face {
    font-family: "PlayfairR";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/PlayfairDisplaySC-Regular.ttf");
}
@font-face {
    font-family: "PlayfairB";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/PlayfairDisplaySC-Bold.ttf");
}
@font-face {
    font-family: "PlayfairI";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/PPlayfairDisplaySC-Italic.ttf");
}
.gray-bar p{margin-bottom:0px !important;}
.wrapsemibox {padding-top: 40px;}
.row {
	margin-left:0;
	margin-right:0;
}
ul,menu,dir {
	display:block;
	list-style-type:disc;
	-webkit-padding-start:0;
	-moz-padding-start:0;
	-khtml-padding-start:0px;
	-o-padding-start:0px;
	padding-start:0px;
	 padding: 0 0 0 24px;
}
ul.icons {
	list-style:none;
}
ul.icons i {
	margin-right:5px;
}
a {
	color:#9a1f19;
}
a:hover {
	text-decoration:none;
color:#d23831;
}
::selection{background:#f54828; color:#fff;}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
	color:#444;
	font-family:'merriweather',"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 700;
}
strong, b{font-weight: bold;}
h2{font-size:21px;line-height:28px;color:#19375b;font-family:'Arial'}
.header{}
.content{}
.triangle{
width: 0;
height: 0;
border-style: solid;
border-width: 25px 25px 0 25px;
border-color: #bfcd6e transparent transparent transparent;
margin:32px auto 0;

}
.footer{background:#9cadc2;margin-top:25px;text-align:center;padding: 0 15px;}
.intro-box{background:#e4e9f0;padding:20px;margin:20px 0px;text-align:center;}
.intro-box h2{ font-family: oswald;font-size: 30px;font-weight: 500;text-transform: uppercase;}
.intro-box p{font-size:16px;}
.home .collout {margin-bottom:20px;margin-top:0px;}
.right-col{background:#fff;margin:0px 0px 0px 0px;position:relative;background:#fff;margin-top:50px;text-align:center;color:#fff;verticle-align:center;font-family:'Lato';font-size:20px;}
.right-col .form-top p{font-weight:700;top:50%;position:relative;transform: translateY(-50%);}
.right-col .form-middle p{top:50%;position:relative;transform: translateY(-50%);font-weight:500;line-height:28px;padding:20px;font-size:18px;}
.state-bar{background:#4b688b;margin: 20px 0px;color:#fff;font-family: Arial;padding:17px 0 40px;}
.state-bar span{font-weight:bold;text-transform:uppercase;font-size:22px;}
.state-bar span.hr-line{border-bottom:2px solid #fff;}
.state-bar h2{width:100%; text-align:center; border-bottom: 1px solid #000; line-height:0.1em; margin:10px 0 20px;}


select.custom-dropdown {
 -webkit-appearance: none;  /*REMOVES DEFAULT CHROME & SAFARI STYLE*/
 -moz-appearance: none;  /*REMOVES DEFAULT FIREFOX STYLE*/
 border: 2px solid #fff !important;  /*REMOVES BORDER*/
text-align-last:center;
 -webkit-border-radius: 5px;
 border-radius: 5px;
 font-size: 17px;
 padding: 10px 25px 10px 10px;
 width: 35%;
 cursor: pointer;
 color:#19375b;
 text-transform:uppercase;
text-align:center;

 background: #d1d8e1 url(../img/drop-down-arrow.png) no-repeat right center;
 background-size: 40px 37px; /*TO ACCOUNT FOR @2X IMAGE FOR RETINA */
}


p{line-height:1.6;margin: 0 0 20px;}
.footer p{text-align:center;margin-top:15px;}
.form-top{
	 background: #08a886;
    border-style: none;
    height: 95px;
   



    z-index: 51;
}
.text-bottom p{line-height:1.2 !important; display: table-cell; vertical-align: middle;}
input[type="submit"] {width:100% !important;}
.textarea-wrap textarea {
    height: 143px !important;
}

.form-middle{
	 background: #57056d;
    border-style: none;
    height: 120px;



    z-index: 53;
}
.form-arrow{
		width: 0; 
	height: 0; 
	border-left: 168px solid transparent;
	border-right: 168px solid transparent;
	
	border-top: 50px solid #57056d;
}
form .btn-default {
     background-color:  #bfce67;
    border-color: #bfce67;
    color: #19375b;
    font-family: PlayfairB;
    font-size: 1.6em;
    font-weight: bold;
    height: 55px;
	text-transform: uppercase;
}
.icon-facebook:before {
	content:"\f09a";
}
ul.social-icons {
	list-style:none;
	margin-left:0px;
		margin-top:-15px;
	text-align:center;
}
ul.social-icons li {
	padding:12px 1px;
	position:relative;

}
ul.social-icons li i {
	position:absolute;
	font-size:15px;
	width:40px;
	height:40px;
	text-align:center;
	line-height:40px;
	left:50%;
	top:50%;
	margin-left:-20px;
	margin-top:-20px;
}
ul.social-icons li a {
	color:#fff;
}
ul.social-icons li a i {
	-webkit-transition-duration:0.8s;
	-moz-transition-duration:0.8s;
	-o-transition-duration:0.8s;
	transition-duration:0.8s;
	-webkit-transition-property:-webkit-transform;
	-moz-transition-property:-moz-transform;
	-o-transition-property:-o-transform;
	transition-property:transform;
	overflow:hidden;
}
ul.social-icons li a i:hover {
	-webkit-transform:rotate(360deg);
	-moz-transform:rotate(360deg);
	-o-transform:rotate(360deg);
}
ul.social-icons li a:hover {
	text-decoration:none;
	color: #fff;
}


ul.social-icons li a {
    color: #fff;
}
.social-icons a {
    color: #999;
    display: inline-block;
    font-size: 16px;
    transition: all 0.5s ease-in-out 0s;
}
/*.content ul {
    list-style: none outside none;
    margin-left: 30px;
}
.content li:before {
    color:   #401963;
    content: "\f00c";
    font-family: "FontAwesome";
    margin-left: -2em;
	 padding-right: 6px;
}*/
.img-box {
    margin: 0 20px 20px 0;
    padding: 10px;

}

/*#banner{background: url("../img/elhc-desktop-banner.jpg") no-repeat;height:490px;background-size:cover;}*/
.home #banner{background: url("../img/choose-your-state-banner.png") no-repeat;height:168px;background-size:cover;}

#header{background:#19375b;height:153px;}
p.logo-title{  color: #fff;
    font-family: "PlayfairDisplaySC-Regular";
    font-size: 30px;
    line-height: 45px;
    margin-left: 3px;
    margin-top: 90px;}
.form-control {border: 1px solid #877795; background-color: #fff;color:#000;}
.form-control::-moz-placeholder {
    color: #513c63;
    opacity: 1;
}
.logo img{margin-right:0px;margin-top:15px;}
.sidebar{color:#fff;background:#17365c;padding:20px;margin-top:-283px;border-radius:0px}
.home .sidebar{color:#fff;background:#17365c;padding:20px;margin-top:0px;border-radius:0px}
.sidebar h1{font-family:'Arial';color:#fff;text-align:center;}
.sidebar p{text-align:center;}
.content-top{vertical-align: bottom; display: table-cell; height: 490px;}
.content-top h2{    color: #fff;
    display: table;
    font-size: 28px;
    height: 67px;
    line-height: 32px;
    margin: 10px 0 20px -185px;
    text-align: center;
    text-transform: none;}
.content-top p{  display: table-cell;
    line-height: 38px;
    vertical-align: middle;}
#main-content{margin-top:38px;}
.phone{  color: #fff;
    font-family: "Roboto";
    font-size: 32px;
    margin-bottom: 0;
    margin-top: 52px;
    text-align: center;}
.social img{margin:0px auto;}
.social .col-xs-3 {margin-left:-27px;}
.social img {
    margin: 0 auto;
    overflow: visible;
     width: 45px !important;
}
.text-bottom h2{  color: #fff;
    font-family: "Roboto";
    font-size: 2.3em;
    font-weight: 500;
    line-height: 46px;
}
.collout{margin-top:20px;}
input, button, select, textarea {color:#000;}
.nav > li{flex: 1 1 auto;}
.navbar-nav {
    display: flex;
    margin: 0;
    width: 74%;
}
.nav > li > a:hover, .nav > li >a:focus{
background-color:#afbed2;
}
.navbar-nav li:last-child::after {
   bottom: -2px;
    content: "|";
    font-size: 16px;
    height: 31px;
    line-height: 22px;
    margin-top: 0;
    position: absolute;
    right: 0;
color:#6a7d99;
}
.navbar-nav li.active::after {
    bottom: -5px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    right: 0;
}
.navbar-nav li::before {
    color: #6a7d99;
    content: "|";
    font-size: 16px;
    line-height: 36px;
    position: absolute;
}

.navbar-nav > li > a{   color: #051e39;
    font-size: 14px;
    line-height: 36px;
    padding: 0px;
    text-transform: uppercase;text-align:center;}
	.list-radio-wrap.label-left label, .list-radio-wrap.label-left ul, .list-radio-wrap.label-left ul li, .list-radio-wrap.label-right label, .list-radio-wrap.label-right ul, .list-radio-wrap.label-right ul li, .list-checkbox-wrap.label-left label, .list-checkbox-wrap.label-left ul, .list-checkbox-wrap.label-left ul li, .list-checkbox-wrap.label-right label, .list-checkbox-wrap.label-right ul, .list-checkbox-wrap.label-right ul li {
    float: none !important;
}
.ninja-forms-cont ul{list-style-type:none !important;}
.social {margin:0px auto;text-align:center;}
.btn-u i {
    background: #fff none repeat scroll 0 0;
    border: 3px solid #fff;
    border-radius: 50%;
    color: #000;
    font-size: 18px;
    height: 30px;
    margin: 0 3px;
    padding: 5px;
    text-align: center;
    transition: all 100ms linear 0s;
    width: 30px;
}
.navbar-toggle .icon-bar {
    height: 3px !important;
    width: 24px !important;
}
.navbar .icon-bar {
    background: #fff none repeat scroll 0 0;
}
.navbar-toggle {
    margin-bottom: 4px;
    margin-top: 4px;
}
.navbar-toggle {
    display: block;
    float: left;
}
.navbar-header {
    float: none;
}
.navbar-toggle {
    margin-right: 0 !important;
}
.navbar {
  height: 39px;
    margin-bottom: 0;
    min-height: 39px;
}
.btn-primary {
    background-color: #BFCE67;
    border-color: #BFCE67;
    color: #fff;
}
.states .right-box{margin-top: -29px;padding-bottom: 35px;}
.right-box{ background: #9c4440 none repeat scroll 0 0;
    margin-top: -10px;
    padding-bottom: 15px;overflow:hidden;}
.left-bg{background:#d1d8e1;padding:0px 15px;}
.btn-learn {
    background-color: #e4e9f0;
    border-color: #e4e9f0;
    border-radius:8px;
    color: #0051a0;
	font-family: oswald;font-size:28px;
	margin-top:20px;
	margin-bottom:20px;
	white-space: normal !important;
	line-height:45px;width:100%;
}
.col-md-4 .visible-xs{margin-top:15px;}
.home .bar{margin-top:50px;}
.bar h2{font-family: oswald;text-transform:uppercase;font-size:36px;color:#094784;}
.bar p{padding: 0px 80px;font-family: 'Playfair Display', serif;font-size:18px;line-height:24px;}
.gray-bar{display: table; height: 116px;width:100%}
.gray-bar p{   font-family: oswald;
    font-size: 28px;
    font-weight: 400;
    line-height: 37px;}
.bar-inner{height: 22px; border-bottom: 2px solid #fff; text-align: center;margin: 0 15px;}
.home-content-padding{padding:0px 15px;}
.phone a{color:#fff;font-size:28px;}
.phone a:hover{color:#fff;text-decoration:underline}
select option{
    font-size: 14px;
    margin-bottom: 4px;
    text-align: left;
    text-transform: none;
}
h1.state{   color: #fff;
    font-family: "Playfair Display",serif;
    font-size: 44px;
    font-style: italic;
    font-weight: 400;
    margin-top: 30px;}
@media only screen 
and (min-device-width : 200px) 
and (max-device-width : 380px) {
.home #banner{background: url("../img/choose-your-state-banner.png") no-repeat;height:190px;background-size:cover;}
.home .bar {margin-top: 20px;}
.intro-box h2 {font-size: 26px;}
.bar h2{font-size:28px;}
p.logo-title {font-size: 16px;}
}
@media (min-width: 384px) and (max-width: 405px) {
.home #banner {height:190px;}

}
@media (min-width: 320px) and (max-width: 550px) {
.states p.logo-title {font-size: 16px;margin-top:0px !important;}
.states{padding-bottom:15px;overflow:hidden;}
}
@media (min-width: 385px) and (max-width: 550px) {
.home .bar {margin-top: 10px;}
.bar h2{font-size:28px;margin-top:25px;}
.states p.logo-title {font-size: 17px !important;margin-top:5px !important;}
.states .logo img {margin-top: 7px;width: 82px !important;}
p.logo-title {font-size: 16px;margin-top: 0 !important;}
h1.state {font-size: 38px;margin-bottom: 5px;margin-top: 7px;}

}
@media (min-width: 550px) and (max-width: 768px) {
.states .logo img {margin-top: 7px;width: 82px !important;}
}

@media (min-width: 586px) and (max-width: 768px) {
.home #banner {height: 143px;}
}

@media screen and (max-width: 768px) {
.state .logo img {width:82px !important;margin-top:8px;}

h1.state {font-size:38px;margin-top:15px;}
.navbar-nav {
    display: block;
    margin: 0;
    width: 100%;
}
.navbar-nav > li > a{text-align:left;}
.home .bar{margin-top:26px;}
.triangle {margin:20px auto 0;}
.mobile-padding{margin-left:-15px;margin-right:-15px;}
#main-content .col-md-12{padding-left:-15px;padding-right:-15px;}
.left-bg{padding:0px;}
.phone a {font-size: 19px;}
.home #banner {background:#c4d273;}
.home-content-padding{padding:0px;}
.state-bar{margin-bottom:0px;}
.intro-box{margin-top:0px;}
.bar-inner{border-bottom: 0px solid #fff;}
#main-content{margin-top:24px;}
select.custom-dropdown  {width:90%;}
.left-bg{background:#fff;}
.bar p {padding: 5px 10px;font-family: 'Playfair Display', serif;}
.navbar-nav li:last-child::after {
    bottom: -2px;
    content: "";
    height: 31px;
    left: 87px;
    margin-top: 0;
    position: absolute;
    right: 0;
}
.navbar-menu{clear:both;}
	#header {background: none repeat scroll 0 0 ##587fa8;height: 168px; margin-bottom: 0px;}
	.phone{font-size: 19px;margin-top: 0px;}	
	.logo{margin:0px auto;}
	.sidebar {margin-top: 0px;padding-top: 30px;}
	.text-bottom h2{color: #401963;font-family: "Lato";font-size: 1.5em;line-height:32px;font-weight: 700;lmargin-top: -130px;padding-bottom: 15px; text-align: center;}
	.login-container{}
	.login-container img{text-align:left;}
	.social img{margin:0px auto;}
	p.logo-title{margin:0px;}
	.social img {margin: 0px auto;width: 27px !important;overflow: visible;}
.social img {margin: 0px auto;width: 26px !important;overflow: visible;}
.social{margin:3px auto;text-align:center;}
.container{padding-left:0px !important;padding-right:0px !important;}
.navbar {height:auto;}
#header {height: auto;padding-bottom: 10px;padding-top: 0px;}
.navbar-toggle {padding:3px 10px;}
 
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
h1.state{margin-top:6px;}
.states .logo img{width:91px !important;margin-top:8px;}
.sidebar{margin-top:0px;}
.navbar-nav {
    width: 100%;
}
.social img {
    margin: 0 auto;
    overflow: visible;
    width: 35px !important;
}
.navbar-toggle {
    padding: 1px 10px;
	}
	.phone {
    font-size: 23px;
	margin-top:0px;
	}
.right-box{padding-top:21px;}
	
}

@media (min-width: 1200px) {
    .container{
        max-width: 1050px;
    }

}
@media screen and (max-width: 990px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
		max-height: 340px;
    }

    .navbar-nav {
        float: none !important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav> li > a {
        padding: 0 15px;
    }
    .collapse.in{
        display:block !important;
    }
	.navbar-toggle .icon-bar {
    height: 3px !important;
    width: 24px !important;
	}
	.navbar-toggle {float: left;display: block;}
	
}

@media (min-width: 768px) and (max-width: 989px) {
.navbar-nav > li > a {
    font-size: 13px;
    padding: 0px;
line-height:31px;

}

.navbar-nav > li {
    float: left;
}
#header {
    height: 104px;
}
.home .bar {
    margin-top: 26px;
}
.navbar-nav {
        margin: 2px -4px;
    }
}

@media (min-width: 991px) and (max-width: 1199px) {
.navbar-nav > li > a {
  font-size: 13px;
    padding: 0px;
}
p.logo-title {font-size:28px;}
.content-top{height: 475px;}
}


@media (min-width: 768px) and (max-width: 1500px) {
.gray-bar{display: table; height: 108px;}
.gray-bar p {
    font-size: 28px;}
}


ul#menu-footernav{text-align:center;margin-top:50px;}
ul#menu-footernav li{display:inline-block;padding:0px 10px;}
.footer a{color:#000;font-weight:bold;}
.blog h2{color:#fff;}
.blog li a{color:#fff;}
.blog li a:hover{color:#fff;text-decoration:underline}


.footer ul{list-style:none}
.copyright{color:#0d214c;text-transform:uppercase;font-weight:bold;}
ul#primary-menu {
    margin-top: 50px;
    text-align: center;
}
ul#primary-menu li {
    color: #000;
    font-weight: bold;
	 display: inline-block;
    padding: 0 10px;
}
.menu-footernav-container{display:inline-block}
.menu-footernav-container ul{padding:0px;}


