.navbar-nav>li.navbar-nav>li/* Move down content because we have a fixed navbar that is 50px tall */
@import url('assets/css/bootstrap.min.css');
.dropdown-menu > li > a {
  display: inline;
  color: #fff;
 }

.dropdown-menu {
  /*min-width: 991px;*/
  padding-left: 0px;
}
@font-face {
    font-family: 'open_sansregular';
    src: url('fonts/opensans-regular-webfont.eot');
    src: url('fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans-regular-webfont.woff2') format('woff2'),
         url('fonts/opensans-regular-webfont.woff') format('woff'),
         url('fonts/opensans-regular-webfont.ttf') format('truetype'),
         url('fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'open_sanslight';
    src: url('fonts/opensans-light-webfont.eot');
    src: url('fonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans-light-webfont.woff2') format('woff2'),
         url('fonts/opensans-light-webfont.woff') format('woff'),
         url('fonts/opensans-light-webfont.ttf') format('truetype'),
         url('fonts/opensans-light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;

}
body {
  padding-top: 50px;
  padding-bottom: 20px;
  font-family: 'open_sansregular';
  background:url(../images/background_tile.png) repeat left top;
}

html {
  margin-top: 0px !important;
}

label{
	font-weight:normal;
}
/*login top section*/
.loginSection p{
	color:#fff;
}
.bdr{
	border:1px solid #dfdfdf;
}
.fL{
	float:left!important;
}
.fR{
	float:right!important;
	text-align: right;
}
.p0{
	padding:0px!important;
}
.pB0{
	padding-bottom:0px!important;
}
.pB5{
	padding-bottom:5px!important;
}
.pB10{
	padding-bottom:10px!important;
}
.pB15{
	padding-bottom:15px!important;
}
.pB20{
	padding-bottom:20px!important;
	padding-right:20px;
	padding-top: 25px;
}
.pB20 h2{
	font-size:31px !important;
	}
.mB5{
	margin-bottom:5px!important;
}
.mB0{
	margin-bottom:0px!important;
}
.mB10{
	margin-bottom:10px!important;
}
.mB15{
	margin-bottom:15px!important;
}
.mT5{
	margin-top:5px!important;
}
.mT0{
	margin-top:0px!important;
}
.mT10{
	margin-top:10px!important;
}
.mT15{
	margin-top:15px!important;
}

h1,h2{
	font-family: 'open_sanslight';
	font-size:32px !important;
	font-weight:normal;
	color:#77838f;
	margin-bottom:20px;
	padding-bottom:0px;
	text-transform:uppercase;
}
h3{
	font-family: 'open_sanslight';
	font-size:22px;
	font-weight:normal;
	color:#0072ba;
	margin-bottom:20px;
	padding-bottom:0px;
	text-transform:uppercase;
}
h2 span{
	color:#0072ba;
}
h1 span{
	color:#0072ba;
}
li{
	list-style:none;
}
p{
	font-size:14px;
}
h6{
	font-family: 'open_sanslight';
	font-size:20px;
	font-weight:normal;
	color:#77838f;
}
/* logo section begin */
.logoWrap{
	float:left;
	position:relative;
	min-height:100px;
	height:auto;
	width:100%;
	padding:15px 10px 15px 10px;
}
.logoWrap p, .logoWrap a{
	font-size:1em;
	padding:1px;
}
.logoWrap a{
	color:#77838f;
}
.logoWrap h5{
	color:#172b56;
	font-size:20px;
	text-transform:uppercase;
	padding:0px;
	margin:0px;
}
.logoWrap h4{
	color:#0072ba;
	font-size:32px;
	line-height:32px;
	line-height:34px\0;
	padding:0px;
	margin:0px;
	font-weight:600;
}
/* logo section begin */
/* banner section begin */
.bannerWrap{
	float:left;
	position:relative;
	min-height:200px;
	height:auto;
	width:100%;
}
.bannerWrap p, .bannerWrap a{
	font-size:1em;
	padding-right:3px;
	margin:0px;
}

.bannerWrap a:hover{
	text-decoration: none;
	color: #FF7800;
}

.bannerWrap nav{
	color: #fff;
    position: absolute;
}
/* banner section end */
/* home page carousel begin */

header.carousel {
    height: 420px;
	border-bottom:10px solid #0072ba;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}
/* home page carousel end */
/*login input*/
.navBg{
	background:#4c4c4c;
	/*padding:5px 0px 0px;*/
}
.loginSection{
	position:relative;
	font-size:12px;
}
.loginSection .navbar-form .form-group{
	margin-left:10px;
}
.loginSection .navbar-form .form-group:first-child{
	margin-left:0px;
}
.loginSection label {
	color:#fff;
	font-size:12px;
}
.loginSection input{
	border-radius:0;
}
.loginSection input[type="text"], .loginSection input[type="password"]{
	width:157px;
	height:25px;
	background:#fff;
	border:none;
	font-family: 'open_sansregular';
	font-size:12px;
}
.loginSection button,.loginSection-lmplus a{
	background:#0072ba;
	border:none;
	border-radius:0;
	height:25px;
	padding:4px 12px;
	color:#fff;
	font-family: 'open_sansregular';
	font-size:12px;
	text-transform:uppercase;
	font-size:12px;
	color:#fff;
}
.loginSection button,.loginSection-lmplus a.btn-freeDemo{
	background:#ff7800;
}
.loginSection button,.loginSection-lmplus a:hover.btn-freeDemo{
	background:#c95e00 !important;
}

.loginSection-lmplus{
	position:relative;
	font-size:12px;
	background-color: #1C2B57;
	padding: 12px;
}
.loginSection-lmplus .navbar-form .form-group{
	/*margin-left:10px;*/
}
.loginSection-lmplus .navbar-form .form-group:first-child{
	margin-left:0px;
	vertical-align: top;
}
.loginSection-lmplus label {
	color:#fff;
	font-size:12px;
}
.loginSection-lmplus input{
	border-radius:0;
}
.loginSection-lmplus input[type="text"], .loginSection input[type="password"]{
	width:157px;
	height:25px;
	background:#fff;
	border:none;
	font-family: 'open_sansregular';
	font-size:12px;
}
.loginSection-lmplus button{
	background:#0072ba;
	border:none;
	border-radius:0;
	height:25px;
	padding:0px 12px;
	color:#fff;
	font-family: 'open_sansregular';
	font-size:12px;
	text-transform:uppercase;
}

.lmplus-logo-bar{
	/* background: transparent url("http://localhost:8081/cdchome/wp-content/themes/cdc/images/lm-plus-logo.png") ;*/
	background-color: transparent;
	/*height: 28px;*/
    /*width: 75%;*/
    height: 16px;
    padding-right: 18px;
    padding-left: 6%;

}
.lmplus-logo-barinpost{
    height: 20px;

}

button.btnBle{
	background:#0072ba;
	border:none;
	border-radius:0;
	height:25px;
	padding:0px 12px;
	color:#fff;
	font-family: 'open_sansregular';
	font-size:12px;
	text-transform:uppercase;
}
a.btnOrange{
	background:#ff7800;
	border:none;
	border-radius:0;
	height:50px;
	line-height:50px;
	padding:0px 15px;
	color:#fff;
	font-family: 'open_sansregular';
	font-size:20px;
	text-transform:uppercase;
}

a:hover.btnOrange{
	background-color:#2AC43B!important;
}
a.btnOrange .fa {
	font-size:20px;
	padding:0px 0px 0px 5px;
}
a.btnBlueBig{
	background:#0072ba !important;
	border:none;
	border-radius:0;
	height:50px;
	line-height:50px;
	padding:0px 15px;
	color:#fff;
	font-family: 'open_sansregular';
	font-size:20px;
	text-transform:uppercase;
	margin-right: 10px;
}
a.btnBlueBig .fa {
	font-size:20px;
	padding:0px 0px 0px 5px;
	}

	.submitButtonBlueBig .fa,.submitButtonOrangeBig .fa,.submitButtonGreyBig .fa {
	font-size:20px !important;
	padding:0px 0px 0px 5px;
	}

.btn .fa {
	font-size:14px;
	padding:0px 0px 0px 5px;
	}

	.mobileLogin .btn .fa {
	background: url("../images/arrow.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    height: 23px;
    margin: 0 0 0 5px;
    text-indent: -9999px;
    width: 14px;
    font-size: 23px;
	}
.loginSection a{
	font-size:12px;
	color:#fff;
}
.leadMgr{
	position:relative;
	padding-left:20px;
	padding-top: 25px;
	padding-right: 0px;
	/*padding-bottom: 60px;*/
}
.leadMgr ul li{
	float:left;
	width:100%;
	border-top:1px solid #dfdfdf;
	padding:10px 0px;
}
.leadMgr ul li:first-child{
	border-top:0px;
}
.leadMgr ul li p, .leadMgr ul li a{
	padding:0px;
	margin:0px;
}
.leadMgr .btnBlueBig{
	margin:0px 0px 25px 95px;
}
/*background section begin*/
.bgShadow{
	box-shadow: 0px 0 15px -6px rgba(0, 0, 56, 0.4), 0px 0 15px -6px rgba(0, 0, 56, 0.4);
	-moz-box-shadow: 0 0 2px rgba(0, 0, 56, 0.1);
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 56, 0.1);
	-o-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
}
.subpage .bgShadow, .subpage .subpageHeader {
	/*  -webkit-box-shadow: 0 0 10px #555;
  -moz-box-shadow:    0 0 10px #555;
  box-shadow:         0 0 10px #555; */
  box-shadow: 0 0 2px 2px rgba(0, 0, 56, 0.1);
	-moz-box-shadow: 0 0 2px rgba(0, 0, 56, 0.1);
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 56, 0.1);
	-o-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
}
.bgWhite{
	background:#fff;
	padding: 60px 0px 60px 0px;
}

.bgWhiteOnly
{
	background:#fff;
	float: left;
    position: relative;
    width: 100%;
}

.bgBlue{
	background:#0072ba;
	padding-left:10px;
	padding-right:10px;
	padding-top: 80px;
	padding-bottom: 70px;
}
.bgBlue p{
	color:#fff;
	font-size:14px;
}
.bgDarkGray{
	background:#4c4c4c;
	color:#fff;
	padding-bottom: 80px;
	padding-top: 80px;
}
.bgDarkGray p{
font-size:14px;
}
.bgDarkGray h2{
	color:#fff;
	margin-bottom:15px;
}
.bgCharcoal{
 background:#2c2c2c;
}
.bgDarkGray h2 span{
	color:#ff7800;
}
.bgLightGray{
	background:#f0f0f0;
}
.bgWhite, .bgBlue, .bgDarkGray, .bgLightGray, .bgCharcoal{
	position:relative;
	float:left;
	width:100%;
}
.txtCent{
	text-align:center;
}
/*background section end*/
.ourClient .carousel{
	/*height:335px;*/
}
.ourClient{
	min-height:335px;
	position:relative;
	float:left;
	font-family: 'open_sanslight';
}
.ourClient h2{
	text-align:center;
	margin:40px 0px 35px 0px;
}
.ourClient .carousel-control{
	text-shadow:none;
}
.ourClient  .carousel-inner{
	width:80%;
	margin:0 auto;
}
.ourClient  .carousel-inner .item  p:first-child{
	font-style:italic;
	font-size:20px;
	color:#4d4d4d;
	line-height;28px;
}
.carouselLeft, .carouselRight{
	color:#ffffff;
	font-size:150px;
	position:absolute;
    z-index:5;
    display:inline-block;
   width:72px;
    height:355px;
    margin-top:-80px;

}
.ourClient  .carousel-inner .item  .rightCont{
	margin-top:30px;
}
.ourClient  .carousel-inner .item  .rightCont  p{
	text-align:right;
	padding:0px;
	margin:0px;
}
.ourClient  .carousel-inner .item  .rightCont  p:first-child{
	font-size:14px;
	color:#0072ba;
	text-transform:uppercase;
	font-style:normal;
	font-weight:600;
}
.rightCont p{
	font-size:13px;
	color:#77838f;
}
/*login input end*/
/*footer section begin*/
.bgFootTop{
	position:relative;
	border-top:10px solid #0072ba;
	text-align:left;
	padding:20px 10px;
}
.bgFootTop ul{
	padding:0px;
	margin:0px;
}
.bgFootTop h4{
	font-size:14px;
	font-weight:600;
	text-transform:uppercase;
}
.bgFootTop a{
	color:#fff;
	font-size:13px;
}

.bgWhite a:hover{
	color:#FF7800;
	text-decoration: none;
}

.bgFootTop a:hover{
	color:#FF7800;
	text-decoration: none;
}

.bgFootBottom{
	padding:10px 10px;
	position:relative;
}
.bgFootBottom p{
	color:#fff;
	padding:0px;
	margin:0px;
	font-size:13px;
}

.bgFootBottom a:hover
{
	color:#FF7800;
	text-decoration: none;
}
.bgFootBottom .fR a{
	display:block;
	float:left;
	width:58px;
	height:58px;
	text-indent:-9999px;
}
.bgFootBottom .fR a.blog{
	background: url(../images/social.png) left top;
}
.bgFootBottom .fR a.twitter{
	background: url(../images/social.png) 290px top;

}
.bgFootBottom .fR a.linkedin{
	background: url(../images/social.png) 232px top;
}
.bgFootBottom .fR a.facebook{
	background: url(../images/social.png) 174px top;
}
.bgFootBottom .fR a.google{
	background: url(../images/social.png) 116px top;

}
.bgFootBottom .fR a.youtube{
	background: url(../images/social.png) 58px top;
}
.bgFootBottom .fR a.blog:hover{
	background-position: left bottom;
}
.bgFootBottom .fR a.twitter:hover{
	background-position: 290px bottom;

}
.bgFootBottom .fR a.linkedin:hover{
	background-position: 232px bottom;
}
.bgFootBottom .fR a.facebook:hover{
	background-position: 174px bottom;
}
.bgFootBottom .fR a.google:hover{
	background-position: 116px bottom;

}
.bgFootBottom .fR a.youtube:hover{
	background-position: 58px bottom;
}
/*footer section end*/

.carousel-caption
{
	float: left;
    left: 25px;
    padding: 5.5px;
    text-align: left;
    text-shadow: none !important;
    top: 15%;
    width: 65%;
    font-weight: normal;
}

.slider-blue-title
{
	color: #0174B8;
}

.slider-white-title
{
	color:#fff;
}

.slider-blue-content
{
	color: #0174B8;
}

.slider-black-content
{
	color: #000;
}

.slider-grey-content
{
	color: #77838f !important;
}

.slider-width-small
{
	width:85%;
}

.mL10
{
	margin-left:10px !important;
}

.carousel-caption .centered
{
	margin-left: -250px!important;
    text-align: center!important;
}

.carousel-caption h4,.carousel-caption h2,.carousel-caption p,.carousel-caption span
{
	line-height:115%;
}

.carousel-caption .white
{
	color:#fff;
	padding:0px;
}
.carousel-caption .white.bolder{
	font-family: 'open_sansregular';
	font-weight:bold;
}
.carousel-caption h1
{
	font-size:120px;
	font-weight: bold;
}

.hrWhite
{
	color: #fff;
	background: #fff;
	width: 100px;
	height: 3px;
	display: inline-table;
	margin:0 0 9px 0;
}
.container .cD {
	padding-top:0px;
}
/*Ramesh's specificaiton for mobile devices*/
.navbar-header .navbar {
  	display:none;
  }
.mobileSelect{
	display:none;
}
.seperator{
		clear:both;
		display:none
}
.mobileHeader{
	display:none;
}
#mobileFooter{
		display:none
}
#myCarousel .nav>li{
	position:static !important;
}
#myCarousel .list-inline{
	/*width:926px;
	left:125px;*/
	color: #fff;
    /*background-color: rgba(113, 122, 130, 0.8);*/
    background-color: rgba(45, 45, 45, 0.8);
    position: absolute;
    z-index: 1;
}

#myCarousel .list-inline li
{
	/*opacity: 1!important;*/
}

#myCarousel .nav>li>a{
	padding: 14px 16px;
}
#myCarousel .nav>li>a .uparrow{
	border-top:solid 30px #ff0000;
	width:0px;
	height:0px;
	display:block;
}
#myCarousel .nav .last-page ul
{
	right:0px;
}

.subpageHeader .nav .last-page ul
{
	right:33px!important;
}

.list-inline>li{
	display: block;
	padding-right: 0px;
	/*opacity:1!important;*/
	/*float: left;
	width: 100%;*/
}

#myCarousel .list-inline.resouce{
	padding-top:0px;
	padding-bottom:0px;
}
#myCarousel .list-inline.media{
	/*padding-left:177px;*/
	padding-top:0px;
	padding-bottom:0px;
}
#myCarousel .list-inline.products{
	/*padding-left:60px;*/
	padding-top:0px;
	padding-bottom:0px;
}
#myCarousel .navbar-nav .fa{
	position: absolute;
	bottom: -9px;
	left: 45%;
	padding: 0px;
	margin: 0px;
	font-size: 22px;
	color:#2d2d2d;
}
.cdWrap .navbar-header{
		margin-left:17px;
	}
.divDwnArr.lMG .p0 .btnBlueBig{
	display:none;
}
.carouselRight:hover,
.carouselLeft:hover{
	color:#0072ba;
}
.lMG{
	padding-left:10px;
	padding-right:10px;
}
.btnOrange .fa.fa-caret-right,
.btnBlueBig .fa.fa-caret-right,
.submitButtonBlueBig .fa.fa-caret-right,
.submitButtonOrangeBig .fa.fa-caret-right,
.submitButtonGreyBig .fa.fa-caret-right{
	text-indent:-9999px;
	background:url(../images/arrow.png) no-repeat left center;
	width:14px;
	height:19px;
	margin:0 0 0 5px;
}
.custom-button-orange .fa.fa-caret-right{
	text-indent:-9999px;
	background:url(../images/arrow.png) no-repeat left top;
	width:14px;
	height:19px;
	margin:0 0 0 5px;
	vertical-align: middle;
}
#myModal4,.myModal .modal-content{
	border:solid 10px #0072ba;
}
#myModal4,.myModal .modal-dialog{
	width:750px;
	top:50px;
}

.myMapModal .modal-content{
	border:solid 10px #0072ba;
}
.myMapModal .modal-dialog{
	width:450px;
	top:50px;
}

.overlayContent{
	list-style-type:none;
	padding:0px;
	margin:0px 20px;
}
.overlayContent li{
	padding:8px 0px;
	color:#7c838f;
	font-weight:bold;
	}
.overlayContent li span{
	font-weight:normal;
}
#myModal4,.myModal .modal-header{
	background:#f0f0f0;
	color:#0072ba;
	text-align:center;
	font-weight:bold;
	font-size:25px;
}
#myModal4,.myModal .modal-body .btnBlueBig{
	margin: 20px 0 0 0px;
}
#myModal4,.myModal .modal-body .copyright{
	color:#77838f;
	padding:0px;
	font-weight:normal;
}
#myModal4,.myModal .modal-body .fmsg{
	font-style:italic;
	padding:0px;
	font-weight:normal;
	color:#000s;
}
#myModal4,.myModal .modal-header .close{
	width:43px;
	height:43px;
	background:url(../images/close.png) no-repeat left top;
	text-indent:-9999px;
	margin-top: -42px;
	margin-right: -40px;
	opacity: 1;
}

.myMapModal .close{
	width:43px;
	height:43px;
	background:url(../images/close.png) no-repeat left top;
	text-indent:-9999px;
	margin-top: -33px;
	margin-right: -25px;
	opacity: 1;
}


.myMapModal .modal-header{
	background:#f0f0f0;
	color:#0072ba;
	text-align:center;
	font-weight:bold;
	font-size:25px;
}
.myMapModal .modal-body .btnBlueBig{
	margin: 20px 0 0 0px;
}
.myMapModal .modal-body .copyright{
	color:#77838f;
	padding:0px;
	font-weight:normal;
}
.myMapModal .modal-body .fmsg{
	font-style:italic;
	padding:0px;
	font-weight:normal;
	color:#000s;
}
.innerHeader {
	/*height:93px;*/
	background:url(../images/background_tile.png) repeat left top;
}

.innerHeader .navbar-default {
	background-color: #0072ba;
}

.innerHeader .list-inline {
	opacity: 1!important;
	background-color: rgba(45, 45, 45, 1) !important;
}

.contentSection {
	padding:0px;
	margin-bottom:20px;
}
.contentSection .innerContent {
	padding:0 15px;
}
.sidebar {
	background:#efefef;
	color: #4d4d4d;
	position:relative;
	right:0;
	top:0;
	height: 100% !important;
}
.sidebarSection {
	padding:28px 0;
}
.sidebarSection .imgWrapper, .sidebarSection h3 {
	text-align:center;
	font-size:21px;
}
.sidebarSection h3 span {
	color:#77838f;
}
.sidebarSection .bottomSec {
	text-align:center;
	padding-top:28px;
}
.contactSection {
	background:#0071b9;
	padding:15px;
	margin:20px 0;
}
.contactSection {
	color:#ffffff;
}
.contactSection h3 {
	text-align:center;
	color:#ffffff;
}
.contactSection textarea, .contactSection input {
	border:0px;
	padding:5px 5px 5px 10px;
	color:#000;
}
.inputsWrapper {
	padding:5px 0px;
}
.inputsWrapper label {
	width:145px;
	float:left;
}
.inputsWrapper .companyname {
	width:306px;
}
.inputsWrapper .contactname, .inputsWrapper .email {
	width:211px;
}
.inputsWrapper .phone {
	width:130px;
}
.inputsWrapper .message {
	width:450px;
	height:145px;
}
.innerContent h2 {
	font-size:43px !important;
	color:#0173b9;
	border-bottom:solid 1px #efefef;
	padding-bottom:12px;
}

.innerContent h1 {
	font-size:43px !important;
	color:#0173b9;
	border-bottom:solid 1px #efefef;
	padding-bottom:12px;
}
.innerContent .cinfo span {
	color:#77838f;
}
.innerContent .cinfo p {
	padding-left:0px;
}
.cinfo h6 {
	margin-bottom:0px;
	color:#77838f;
}
.t-access span {
	font-weight:bold;
	color:#ff7700;
}
.t-access h3 {
	font-family: 'open_sanslight';
	font-size:22px;
	font-weight:normal;
	color:#0072ba;
	margin-bottom:20px;
	padding-bottom:0px;
	text-transform: none;
	/*padding-left: 11px;*/
}

.t-access h3:first-letter {
	text-transform: uppercase;
}
.spl-highlighted h3 {
	font-family: 'open_sanslight';
	font-size:22px;
	font-weight:normal;
	color:#ff7700;
	margin-bottom:20px;
	padding-bottom:0px;
	text-transform:uppercase;
}
.t-access .btnOrangeBig {
	margin: 20px 0px 20px 0px;
}
.t-access .call {
	font-family: 'open_sanslight';
	font-size:22px;
	font-weight:normal;
	color:#0072ba;
	margin-bottom:20px;
	padding-bottom:20px;
	text-transform:uppercase;
	/*border-bottom:solid 1px #efefef;*/
}
.t-access ul {
	padding: 0px;
	margin:0px;
}
.bullet ul {
	list-style-type: none;
	padding: 0px;
	margin:0px;
}
.bullet li {
	background:url(../images/bullet.png) no-repeat;
	background-position: 0px 8px;
	padding-left: 14px;
	margin-left:5px;
	margin-bottom:15px;
}
.bullet li:last-child {
	margin-bottom:25px;
}
.bullet-sub ul {
	list-style-type: none;
	padding: 0px !important;
	margin:0px !important;
}
.bullet-sub li {
	background:url(../images/bullet-sub.png) no-repeat;
	background-position: 0px 8px;
	padding-left: 25px;
	margin-left:0px;
	margin-bottom: 0 !important;
}
.t-access .call-highlight {
	color:#ff7700;
	font-family: 'open_sansregular';
}
/*.terms span a
{
background: url(../images/sprite.png) 15px 13px no-repeat;
  margin: 0;
  outline:none;
display:block;
}


.terms span
{
float:left;
display:block;
}


.terms span
{
float:left;
display:block;
}

.terms span i
{
float:left;
display:block;
}
*/

.terms h3 a
{
margin-top:30px;
clear:both;
float:left;
margin-bottom:10px;
}

.terms span
{
float:left;
clear:both;
padding-left: 11px;
}

.terms span a {
	background: url(../images/sprite.png) right 13px no-repeat;
	padding: 9px 17px 10px 0px;
	outline:none;
	display:block;

}

.terms h3,.terms p,.terms h6{
	padding-left:11px;
	clear: both;
}

.terms span.open a {
	background-position: right -24px;
	display:block;
	clear:both;
	float:left;
}
#open-by-default-example div {
	clear:both;
	display:block;
	width:100%;
	padding-left:11px;
}
.inputsWrapper .btn-default {
	background:#ff7800;
}
::-webkit-input-placeholder {
 color: #4d4d4d;
}
.subpage {
	padding-top:0px;
}
.subpage .innerHeader {
	clear:both;
}
.subpageHeader {
	background:#ffffff;
}
.subpage .navbar {
	margin-bottom:0px;
}
.subpage .breadcrumb {
	height:auto;
	padding:15px 15px;
	margin:0px;
	background:none;
	border-radius:0px;
	line-height:25px;
	text-transform: uppercase;
}
.breadcrumb a,  .breadcrumb span {
	display:inline-block;
	padding:0 2px;
}
.subpage .bgWhite {
	padding:0px;
}
@media only screen and (min-width:320px) and (max-width:1023px){
	.sign-in-bar
	{
		display: block;
	}
	.sign-in-bar-lmplus
	{
		display: block;
	}

	#wpadminbar
	{
		display: none !important;
	}
	.orangeContainer
	{
		display: block !important;
	}
	.mobileImageCenter
	{
		width: 100%;
		text-align: center;
	}
	.width20
	{
		width: auto !important;
	}
	#plain .inputsWrapper label
	{
		text-align: center !important;
	}
	.t-access .row
	{
		line-height: 1.7em;
	}
	.mapRow
	{
		text-align: center;
	}
	.plain #recaptcha_image
	{
		height: 57px;
		margin: 0px !important;
	    max-width: 240px !important;
	    width: 300px;
	}
	.plain input[type="text"],.plain input[type="password"],.plain input[type="email"]
	{
		height:35px !important;
		border:1px solid #333;
	}
	.plain .inputsWrapper .btn
	{
		margin-right: 0px;
	}
	.cD
	{
		padding: 0;
	}
	.container
	{
		width:100%;
		padding-left: 5px;
		padding-right: 5px;
	}
	.container .cD {
	padding-top:0px;

}
	.mobileLogoImage
	{
		left:21%;
		top:3px;
		position:fixed;
		width:50%;
		text-align:center;
		z-index: 9999;
		display: block!important;
	}

	.mobileLogoImage img
	{
		width: 190px;
	    height: 55px;
	}
	.subpage .breadcrumb {
		background-color:#fff;
	}

	.container
	{
		box-shadow: none!important;
	}

	.sidebarAbsolute {
	position: relative!important;
	}
	.mobileCenter
	{
		text-align: center;
	}

	.inputsWrapper .btn-default
	{
		margin-left: 0px!important;
	}
 .pB20 article
	{
		padding-left:100px;
		margin-left: 0px!important;
	}
  body{
  	/*border:solid 1px #ff0000;*/
  }

 .carouselLeft, .carouselRight
 {
 	display: none;
 }
  .cD{
  		padding:0px;
  }
  .leadMgr ul.p0 li .p0{
  	float:left;
  	max-width: 60%;
  }
  .loginSection{
  		display:none;
  }
  .loginSection-lmplus{
  		display:none;
  }
  .navBg{
  		background:#ebeae7;
  		  /*-webkit-box-shadow: 0px 0px 8px 2px #beb8b3;
       -moz-box-shadow: 0px 0px 8px 2px #beb8b3;
            box-shadow: 0px 0px 8px 2px #beb8b3;*/
  }
  .navbar-header .navbar {
  	display:none;
  }
  .logoWrap{
  	display:none;
  }
  #myCarousel .navbar-default{
  	display:none;
  }

  .leadMgr .btnBlueBig{
	margin: 20px auto 20px auto;
	width: 300px;
	float: none;
	display: block;
	clear: both;
	}
	.divDwnArr.lMG .btnBlueBig{
		margin: 20px auto 0 auto;
		width:151px;
		float: none;
		display: block;
		clear: both;
	}
	.divDwnArr.lMG .p0 .btnBlueBig{
	display:block;
	}
	.navbar-toggle{
		float:left;
	}
	.navbar-toggle .icon-bar{
		background:#0072b4;
		padding-top:4px;
	}
	.cbp-spmenu-push .container{
		padding:0px;
		/*-webkit-box-shadow: 0px 0px 8px 5px #beb8b3;
		-moz-box-shadow: 0px 0px 8px 5px #beb8b3;
		box-shadow: 0px 0px 8px 5px #beb8b3;*/
}
	.navBg{
		padding:0px;
	}
	.container>.navbar-header, .navbar-nav{
		margin:0px;
	}
	.container>.navbar-header.mlogo{
		margin:0px;

		background-size: 190px 55px;
		background-repeat: no-repeat;
		background-position: center 3px;
		width:100%;
	}
	.pB20 img{
		width:100%;
	}
	.cbp-spmenu-vertical{
		overflow:auto;
		overflow-x:hidden;
	}
	.navbar-fixed-top{
		background:url(../images/background_tile.png) repeat-x left bottom;
		height:68px;
		border-bottom: 3px solid #2d2d2d;
	}



	#menubutton{
		padding-top:12px;
		display:block;
	}
	#menubutton .navbar-toggle .icon-bar{
		width:25px;
	}
	#loginbutton{
		margin-right:0px;
		line-height:6px;
		color:#0072b4;
		padding-top:4px;
		display:block;
	}
	#loginbutton .fa{
		color:#0072b4;
		font-size:22px;
		clear:both;
	}
	#loginbutton span{
		font-size:12px;
		display:block;
		clear:both;
	}
	.navbar-nav>li{
		width:100%;
		clear:both;
	}
	.mT15{
		display:none;
	}
	.mobileSelect{
		display:block;
		padding:15px 0;
	}
	.mobileSelect .selectpicker{
		padding:8px 15px;
		background-image: url("../images/dropdown-mobile.png");
	    background-position: right top;
	    background-repeat: no-repeat;
	    background-size: 30px auto;
	    padding: 8px 15px;
	   -webkit-appearance: none;
   		-moz-appearance: none;
    	text-indent: 1px;
    	text-overflow: '';
	}

	.mobileSelect .selectpicker::-ms-expand {
	    display: none;
	}
	#myCarousel1 .item.active,
	#myCarousel1 .item.active .rightCont p{
		text-align:center;
	}
	.seperator{
		clear:both;
		display:block;
		height:20px;
	}
	.bgFootTop{
		padding-left:0px;
		padding-right:0px;
	}
	.bgFootTop .col-md-2{
		width:50%;
		float:left;

	}
	.mobileLogo{
		width:280px;
		margin:0 auto;
	}
	.navbar-header .col-md-2{
		width:20%;
		float:left;
		padding-left:0px;
		padding-right:0px;
	}
	.navbar-header .col-md-6{
		width:60%;
		float:left;
		text-align:center;
	}
	.navbar-header .mobileLogo img{
		height:55px;
		margin-top:3px;
	}

	.mobileHeader{
		display:block;
	}
	#mobileNav .dropdown-menu{
		position:static;
		/*width:100%;*/
		min-width:112%;
	}
	#mobileNav .dropdown-menu li{
		width:100%;
		clear:both;
		padding:0px 0;
	}
	#cbp-spmenu-s2{
		background:url(../images/login-bg.jpg) repeat-y left top;
	}
	#cbp-spmenu-s2 .loginSection{
		display:block;
		padding-left:35px;
	}
	#cbp-spmenu-s2 .loginSection .form-group h2 span{
		font-weight:bold;

	}
	#cbp-spmenu-s2 .loginSection .form-group h2{
		margin-top:0px;
		margin-bottom:10px;
	}
	.loginSection .navbar-form .form-group{
		margin-left:0px;
	}
	.loginSection .navbar-form a{
		color:#0072ba;
		padding-left:0px;
		font-size:20px;
	}
	.loginSection .navbar-form .checkbox label{
		color:#77838f;
		font-size:20px;
		margin-bottom: 15px;
	}
	.loginSection input[type="text"],
	.loginSection input[type="password"]{
		width:233px;
		height:42px;
		margin-bottom:20px;
		font-size:18px;
		border:solid 1px #bebebd;
	}
	.loginSection button{
		font-size:24px;
		height:43px;
	}
	.leadMgr{
		padding-left:10px;
		padding-right:10px;
	}
	.leadMgr .mB0,
	.leadMgr .subTit{
		text-align:center;
	}
	#myCarousel{
		display:none;
	}
	.bgWhite{
		padding:0px;
	}
	.pB20{
		padding-top:10px;
		text-align:center;
	}
	.pB20 h2{
		font-size:31px;
	}
	.divDwnArr.lB {
		display:block;
	}
	/*.divDwnArr.lMG:before{
		color:#0072ba;
	}*/
	.bgDarkGray h2{
		text-align:center;
	}
	.divDwnArr.lB .col-md-3{
		text-align:center;
	}
	.divDwnArr.lMG .p0{
		padding:20px 0 !important;
	}
	.divDwnArr.lMG .p0 .txtCent span{
		display:block;
		font-weight:bold;
	}
	.bgFootBottom{
		display:none;
	}
	#mobileFooter{
		padding:0px;
		display:block;
		background:#ebeae7;

	}
	#mobileFooter .col-md-6{
		width:100%;
	}
	#mobileFooter p{
		color:#4c4d4b;
		text-align:center;
	}
	#mobileFooter .mcopyright{
		text-align:center;
		padding:10px 0;
		background:#2e302e;
		color:#fff;
	}
	.bgShadow{
		box-shadow:none;
	}
	#mobileFooter .fR{
		/*padding:10px 0;*/
		float:none !important;
	}
	#mobileFooter .fR a{
		padding:10px 10px;
	}
	.cbp-spmenu-vertical li a:hover{
		background:none;
		border-bottom:none;
	}
	 #mobileNav li>a{
	  	padding-top:10px !important;
	  	padding-bottom:10px !important;
	  }
	  .bgFootBottom .fR p.fR{
	  	margin:0 auto;
	  	max-width: 360px;
    	min-width: 320px;
	  }
	  .bgFootTop .col-md-3,
	  .bgFootTop .col-md-2{
	  	padding-left:10px;
	  	padding-right:10px;
	  }
	  #myModal4,.myModal .modal-dialog{
		width:92%;
		top:50px;

	}
	#myModal4,.myModal .modal-body .btnBlueBig{
	margin: 20px 0 0 0px;
}

.myMapModal .modal-dialog{
		width:100%;
		top:50px;
		padding:20px;
		margin:auto;
	}
	.myMapModal .modal-body .btnBlueBig{
	margin: 20px 0 0 40px;
}
 .inputsWrapper label {
 max-width:100% !important;
}
 .inputsWrapper input,  .inputsWrapper textarea {
 width:100% !important;
}
 .subpageHeader {
	display: none;
	}
 .subpage {
 margin:20px 0 0 0;
}
 .inputsWrapper .btn-default {
 margin-left:36%;
}

.terms span a {
background: url(../images/sprite-mobile.png) no-repeat scroll right 13px transparent;
padding: 9px 17px 10px 0px;
outline: medium none;
display:block;
}
.terms span.open a {
	background-position: right -98px;
	display:block;
	clear:both; 
}

.faqs span a {
background: url(../images/closed.png) no-repeat scroll left 13px transparent !important;
padding-left:20px
outline: medium none !important;
display:block !important;
}
.faqs span.open a {
	background: url(../images/opened.png) no-repeat scroll left 13px transparent !important;
	display:block !important;
	clear:both !important; 
	padding-left:20px
}

.terms h3 a
{
margin-top:30px;
clear:both;
float:left;
margin-bottom:10px;
}

.terms span
{
float:left;
clear:both;
}

.sidebar {
	background:#efefef;
	color: #4d4d4d;
	position:relative;
}

.lmplus-logo-bar{



    height: 24px;
    padding-left: 0%;
}


}
/* General styles for all menus */
.cbp-spmenu {
	background: #2e302e;
	position: fixed;
}
.cbp-spmenu-push-toright .cbp-spmenu {
	background: #2e302e;
	position: fixed;
}
.cbp-spmenu h3 {
	color: #afdefa;
	font-size: 1.9em;
	padding: 20px;
	margin: 0;
	font-weight: 300;
	background: #0d77b6;
}

.cbp-spmenu a {
	display: block;
	color: #fff;
	font-size: 1.1em;
	font-weight: 300;
}

/*.cbp-spmenu a:hover {
	background: #ff0000;
}

.cbp-spmenu a:active {
	background: #ff0000;
	color: #47a3da;
}*/

/* Orientation-dependent styles for the content of the menu */

.cbp-spmenu-vertical {
	width: 300px;
	height: 100%;
	top: 0;
	z-index: 1000;
	/*overflow-y: scroll;*/
}

.cbp-spmenu-vertical a {
	/*border-bottom: 1px solid #258ecd;*/
	padding: 1em;
}

.cbp-spmenu-horizontal {
	width: 100%;
	height: 150px;
	left: 0;
	z-index: 1000;
	overflow: hidden;
}

.cbp-spmenu-horizontal h3 {
	height: 100%;
	width: 20%;
	float: left;
}

.cbp-spmenu-horizontal a {
	float: left;
	width: 20%;
	padding: 0.8em;
	border-left: 1px solid #258ecd;
}

/* Vertical menu that slides from the left or right */

.cbp-spmenu-left {
	left: -300px;
}

.cbp-spmenu-right {
	right: -300px;
}

.cbp-spmenu-left.cbp-spmenu-open {
	left: 0px;
	z-index: 10000;
}

.cbp-spmenu-right.cbp-spmenu-open {
	right: 0px;
	position: fixed!important;
	z-index: 10000;
}

/* Horizontal menu that slides from the top or bottom */

.cbp-spmenu-top {
	top: -150px;
}

.cbp-spmenu-bottom {
	bottom: -150px;
}

.cbp-spmenu-top.cbp-spmenu-open {
	top: 0px;
}

.cbp-spmenu-bottom.cbp-spmenu-open {
	bottom: 0px;
}

/* Push classes applied to the body */

.cbp-spmenu-push {
	overflow-x: hidden;
	position: relative;
	left: 0;
}

.cbp-spmenu-push-toright {
	left: 300px;
}
.cbp-spmenu-push .navbar-fixed-top{
	/*left: 0px;
	right:0px*/
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	}
.cbp-spmenu-push-toright .navbar-fixed-top{
	left: 300px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}


.cbp-spmenu-push-toleft {
	left: -300px;
}

.cbp-spmenu-push-toleft .navbar-fixed-top{
	right: 0px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	}
.cbp-spmenu-push-toleft .navbar-fixed-top{
	left: -300px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/* Transitions */

.cbp-spmenu,
.cbp-spmenu-push {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/* Example media queries */

@media screen and (max-width: 55.1875em){

	.cbp-spmenu-horizontal {
		font-size: 75%;
		height: 110px;
	}

	.cbp-spmenu-top {
		top: -110px;
	}

	.cbp-spmenu-bottom {
		bottom: -110px;
	}

}

@media screen and (max-height: 26.375em){

	.cbp-spmenu-vertical {
		font-size: 90%;
		width: 300px;
	}

	.cbp-spmenu-left
	{

	}
	.cbp-spmenu-push-toleft {
		left: -190px;
	}

	.cbp-spmenu-right {
		/*right: -190px;*/
	}

	.cbp-spmenu-push-toright {
		left: 190px;
	}
}


.padding20Top
{
	padding-top:20px;
}

.margin20Bottom
{
	margin-bottom:20px !important;
}

.padding20Right
{
	padding-right:20px;
}

.noMargins
{
	margin-bottom:0px!important;
}

.margin10Bottom
{
	margin-bottom:10px!important;
}

.margin40Right
{
	margin-right:40px!important;
}

#myModal4,.myModal .modal-content{
	border:solid 10px #0072ba;
}
#myModal4,.myModal .modal-dialog{
	max-width:750px;
	top:50px;
}

.myMapModal .modal-content{
	border:solid 10px #0072ba;
}
.myMapModal .modal-dialog{
	max-width:450px;
	top:50px;
}

.overlayContent{
	list-style-type:none;
	padding:0px;
	margin:0px 20px;
}
.overlayContent li{
	padding:8px 0px;
	color:#7c838f;
	font-weight:bold;
	border-top: 0!important;
	}
.overlayContent li span{
	font-weight:normal;
}

.cinfo h8
{
	color: #77838f;
}

.h2NonTitle
{
	border-bottom: none!important;
	padding-bottom: 0px!important;
	margin-bottom: -10px !important;
}

.titleGrey
{
	color: #77838f !important;
    font-family: "open_sanslight";
    font-size: 22px;
    font-weight: normal;
    padding-bottom: 0;
    padding-bottom: 12px;
    border-bottom: 1px solid #efefef;
    text-transform: none;
}

.titleGreyNoBorder
{
	color: #77838f !important;
	border: none !important;
	 text-transform: none;
}

.cD .readMore
{
	margin-bottom:2px!important;
}

.sidebarAbsolute {
	position: absolute;
	}

	.pB20 article
	{
		margin-left: -55px;
	}

	.bold span
	{
		font-weight: bold;
	}

@media screen and (min-width: 1200px)
{
	.sign-in-bar
	{
		display: none !important;
	}
	.sign-in-bar-lmplus
	{
		display: none !important;
	}

}
@media screen and (max-width: 1200px) and (min-width: 1075px)
{
	.sidebarAbsolute {
		position: relative !important;
	}
	.cD
	{
		padding: 0;
	}
	.container
	{
		width:100%;
		padding-left: 5px;
		padding-right: 5px;
	}
	.sign-in-bar
	{
		display: none !important;
	}
	.sign-in-bar-lmplus
	{
		display: none !important;
	}

	.container .cD {
	padding-top:38px;

	}
}

@media screen and (max-width: 1075px) and (min-width: 1023px)
{
	#myCarousel .nav>li>a
	{
		padding:15px 14px !important;
	}
	.cD
	{
		padding: 0;
	}
	.container
	{
		width:100%;
		padding-left: 5px;
		padding-right: 5px;
	}
	.sidebarAbsolute {
		position: absolute !important;
	}
	.sign-in-bar
	{
		display: none !important;
	}
	.sign-in-bar-lmplus
	{
		display: none !important;
	}
	.container .cD {
	/*padding-top:38px;*/

	}
}

@media screen and (max-width: 1023px) and (min-width: 991px)
{
	#myCarousel .nav>li>a
	{
		padding:15px 15px !important;
	}
	.cD
	{
		padding: 0;
	}
	.container
	{
		width:100%;
		padding-left: 5px;
		padding-right: 5px;
	}
	.sidebarAbsolute {
		position: absolute !important;
	}
}

.blueContainer
{
   background-color: #0072ba;
    border-color: #0072ba;
    color: #fff;
    height: 50px;
    /* opacity: 0.8; */
    padding: 5px;
    position: absolute;
    width: 100%;
    z-index: 5000;
}

.orangeDiv
{
	background-color: #0072ba;
   color: #fff;
    z-index: 1;
    float: right;
   /* font-weight: bold;*/
    font-size: 14px;
    margin-top: 0px;
    border-radius: 0px;
    cursor: pointer;
    text-align: center;
    /*line-height: 2.1em;*/
    padding: 0px;
    display: block;
}

.orangeDiv span
{
	/*border-bottom: solid 2px #fff;*/
	display: block;
	margin-top: 2%;
	padding-bottom: 1px;
	padding-top: 5px;
}

@media screen and (max-width: 1075px) and (min-width: 426px)
{
	.orangeDiv
	{
		 height: 65px;
	    max-height: 65px;
	    width: 9%;
	    margin-right: 0px;
	}

	.orangeDiv span
	{
		/*border-bottom: solid 2px #fff;*/
		display: block;
		margin-top: 4%;
		padding-bottom: 1px;
	}
}

.orangeMenu
{
	color: #ff7700 !important;
    z-index: 1;
    font-weight: bold !important;
    font-size: 16px;
}

.orangeContainer
{
   background-color: #ff7700;
    border-color: #0072ba;
    color: #fff;
    display: none;
    height: 80px;
    margin-top: 18px;
    padding: 10px;
    width: 100%;
    z-index: 1;
    line-height: 4em;
}

.orangeContainer a
{
	color: white;
	font-weight: bold;
	text-align: center;
	border-bottom: solid 2px #fff;
	display: inline;
	padding-bottom: 1px;
}
.orangeContainer a:hover
{
	color: white;
	font-weight: bold;
	text-align: center;
}

@media only screen and (max-width:350px)
{
	a.btnOrange
	{
		font-size: 18px;
	}
	.plain .inputsWrapper button
	{
		font-size: 17px;
	    line-height: 38px;
	    margin-bottom: 10px;
	    padding: 5px;
	}

}

.faqs span a {
background: url(../images/closed.png) no-repeat scroll left 13px transparent !important;
padding-left:20px !important;
outline: medium none !important;
display:block !important;
}
.faqs span.open a {
	background: url(../images/opened.png) no-repeat scroll left 13px transparent !important;
	display:block !important;
	padding-left:20px
	clear:both !important; 
}

.phone-link,.phone-link:hover,.phone-link:active
{
	text-decoration: none;
	color: #0072ba!important;
}

.mobileLogoImage
{
	display: none;
}

.subTag
{
	opacity:1 !important;
}

.subLink
{
	opacity:1 !important;
}

#recaptcha_image img
{
	height:auto!important;
}

.innerContent h3,.innerContent h6
{
	padding-bottom: 4px;
	border-bottom: 1px solid #efefef;
}

.contactSection select
{
	color:#000!important;
}

.center
{
	text-align: center!important;
}

.largeMap svg
{
	/*width:100% !important;
	height: 100%;*/
}

.sublist
{
	background-image: none !important;
}



.redText
{
	color:red;
}

.noDisplay
{
	display: none;
}



.plain input[type="text"],.plain input[type="password"],.plain input[type="email"]
{
	height:35px !important;
	width:240px;
	border:1px solid #333;
}

.plain input[type="checkbox"]
{
	margin-left: 15px !important;
}

.plain input
{
	padding:4px;
	position:relative !important;
}

.inputsWrapper label
{
	float:none !important;
	padding:10px;
}

.centerContainer
{
	text-align:center;
	padding:25px;
}

.innerContent .col-md-6
{
	padding-left:10px;
}

.noMarginPaddingTextBottom
{
	padding-bottom:0px !important;
	margin-bottom:0px !important;
}

.noMarginPaddingTextTop
{
	padding-top:0px !important;
	margin-top:0px !important;
}

.plain #recaptcha_image
{
	height: 57px;
    margin-left: 145px;
    max-width: 240px !important;
    width: 300px;
}

.submitButtonBlueBig{
	background:#0072ba !important;
	border:none;
	border-radius:0;
	height:50px;
	padding:0px 12px;
	color:#fff;
	font-family: 'open_sansregular';
	font-size:20px !important;
	text-transform:uppercase;
}

.submitButtonOrangeBig{
	background:#ff7800 !important;
	border:none;
	border-radius:0;
	height:50px;
	padding:0px 12px;
	color:#fff;
	font-family: 'open_sansregular';
	font-size:20px !important;
	text-transform:uppercase;
}

.submitButtonGreyBig{
	background:#778083 !important;
	border:none;
	border-radius:0;
	height:50px;
	padding:0px 12px;
	color:#fff;
	font-family: 'open_sansregular';
	font-size:20px !important;
	text-transform:uppercase;
}

#plain .inputsWrapper label
{
	text-align:left;
}

.width20
{
	width:20% !important;
}

.plain .radio label, .plain .checkbox label
{
	padding-left:10px;
}

.buttonWrapper
{
	width: auto;
}

.success-message
{
	color:#7cc738;
	padding:10px;
	text-align: center;
}

.radio label
{
	padding-left:30px;
}

.divisionHeader
{
	color:#0072ba ;
}

html {overflow-y: scroll;}

.carousel-inner>.item>a
{
	padding-right:0px !important;
}

@media screen and (max-width: 1056px) and (min-width: 991px)
{
	.plain>.row>.col-md-4
	{
		width: auto;
	}
}
@media screen and (max-width: 992px) and (min-width: 720px)
{
	.bgFootTop .col-md-3
	{
    	width:25% !important;
    	float: left;
  	}
}

@media screen and (max-width: 720px) and (min-width: 320px)
{
	.bgFootTop .col-md-3
	{
    	width:50% !important;
    	float: left;
    	min-height: 160px;
  	}
  	.orangeDiv
	{

	    height: 55px;
	    max-height: 60px;
	    width: 60px !important;
	    margin-right: 5px !important;
	}
}

.sign-in-bar
{
	padding:5px;
	/*background-color:#4C4C4C;*/
	background-color:#1A2B56;
	height:	72px;
	width: 100%;
}


.sign-in-bar-lmplus
{
 padding:15px;
	background-color:#1A2B56;
	/*height:	72px;*/
	width: 100%;
}
.sign-in-bar-lmplus .formgroup{
	 display: inline-block;
}
.sign-in-bar-lmplus button{
	background:#0072ba;
	border:none;
	border-radius:0;
	height:25px;
	padding:0px 12px;
	color:#fff;
	font-family: 'open_sansregular';
	font-size:12px;
	text-transform:uppercase;
}

.custom-button
{
	border-radius:0px !important;
	padding: 6px;
	min-width: 120px;
}

.custom-button-white
{
	background-color: #fff !important;
	color:#333 !important;
	border-color: transparent !important;
	margin-right: 6%;
}
.custom-button-blue
{
	background-color: #0072ba !important;
	color:#fff !important;
	border-color: transparent !important;
	margin-right: 6%;
	font-size: 18px;
}
.custom-button-orange
{
	background-color: #ff7800 !important;
	color:#fff !important;
	border-color: transparent !important;
	font-size: 18px;
}
.custom-button-orange:hover{
		background-color: #ed7500 !important;
}
.custom-button-blue:hover{
		background-color: #ff7800 !important;
}



.hubspot-form-wrapper fieldset, .hubspot-form-wrapper input, .hubspot-form-wrapper form {
    width: 100% !important;
    max-width: none !important;
}

.hubspot-form-wrapper fieldset, .hubspot-form-wrapper div.hs_submit {
    padding-top: 1em !important;
}