/*

Theme Name: NLHA
Theme URI: https://wordpress.org/themes/twentynineteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Custom theme design with ACF
Requires at least: 5.6
Requires PHP: 7.0
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nlha
*/
:root {
	--green: #2d953d;
	--green2:#2d943d;
	--dark: #333333;
}

@font-face {
	font-family: MuseoSans;
	src: local("MuseoSans-100"), local("MuseoSans 100"), url(assets/fonts/museo_sans_ssv/MuseoSans-100.otf) format("opentype");
	font-weight: 100;
}

@font-face {
	font-family: MuseoSans;
	src: local("MuseoSans-500"), local("MuseoSans 500"), url(assets/fonts/museo_sans_ssv/MuseoSans_500.otf) format("opentype");
	font-weight: 500;
}

@font-face {
	font-family: HelveticaNeueCond;
	src: url(assets/fonts/HelveticaNeue-MediumCond.ttf) format("truetype");
	font-weight: 500;
}

@font-face {
	font-family: HelveticaNeueCond;
	src: url(assets/fonts/HelveticaNeueBold.ttf) format("truetype");
	font-weight: 700;
}

@font-face {
	font-family: Gotham-Book;
	src: url(assets/fonts/GothamHTF-Book.ttf) format("truetype");
}

@font-face {
	font-family: GothamHTF-Medium;
	src: url(assets/fonts/GothamHTF-Medium.ttf) format("truetype");
	font-weight: 500;
}

@font-face {
	font-family: GothamHTF-Bold;
	src: url(assets/fonts/GothamHTF-Bold.ttf) format("truetype");
}

@font-face {
	font-family: GothamHTF-Black;
	src: url(assets/fonts/GothamHTF-Black.ttf) format("truetype");
}

/* default setting */
body {
	font-family: Gotham-Book;
	font-size: 14px;
}

h2 {
	font-family: HelveticaNeueCond;
	font-size: 1.75em;
	font-weight: 500;
}

h3 {
	font-family: GothamHTF-Bold;
	font-size: 1.25em;
	line-height: 1.5;
}

h4 {
	font-family: GothamHTF-Bold;
	font-size: 1.1em;
	line-height: 1.5;
}

b {
	font-family: GothamHTF-Medium;
}

ul {
	padding: 0;
	list-style-type: none;
}

ul li::before {
	content: '>';
	padding-right: 5px;
	color: #25537f;
	font-weight: 600;
}

a {
	color: #25537f;
	font-family: GothamHTF-Medium;
	text-decoration: none;
}
a:hover{
	text-decoration: none;
	color: #666;
}
.d-none{
	display: none !important;
}
.text-white {
	color: #fff;
}

.textOrange, .contentArea h2, .contentArea h3, .contentArea h4 {
	color: #c87022;
}
.contentArea h4.textBlue{
	color: #25537f;
}
.contentArea ul li>a {
	color: #25537f;
	font-family: GothamHTF-Medium;
}
.contentArea ul li>a:hover{
	color: #666;
}
.textBlue {
	color: #25537f;
}

.textDanger {
	color: #ff3c00;
	font-size: 13px;
}

.btnOrange {
	background-color: #c87022;
	color: #fff;
	text-transform: uppercase;
	padding: 1px 25px;
	min-width: 130px;
	border: 4px solid #f4f4f4;
	font-family: HelveticaNeueCond;
	font-size: 18px;
	border-radius: 6px;

}
.btnSubmit{
	font-size: 18px;
	font-family: HelveticaNeueCond;
	font-weight: 500;
}
.bgGray {
	background-color: #e5e5e5;
}

.doubleList {
	column-count: 2;
}

.listCount4 {
	column-count: 4;
}

.doubleList li {
	padding-bottom: 8px;
}

.header {
	position: relative;
	bottom: -41px;
	z-index: 33;
}

.custom-logo {
	width: auto;
	max-width: 100%;
	height: auto;
}

.navbar-toggle {
	border: 1px solid #888;
}

.navbar-toggle .icon-bar {
	background-color: #888;
}

.navbar-nav li::before,
.pagination li::before{
	display: none;
}

.searchBoxWrapper {
	width: 100%;
	max-width: 200px;
	background-color: #efefef;
	border: 1px solid #efefef;
	box-shadow: 0 0 1px  3px #efefef;
	border-radius: 5px;
}

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


textarea:focus::-webkit-input-placeholder { color:transparent !important;  }
textarea:focus:-moz-placeholder { color:transparent !important; } /* FF 4-18 */
textarea:focus::-moz-placeholder { color:transparent !important; } /* FF 19+ */
textarea:focus:-ms-input-placeholder { color:transparent !important; } /* IE 10+ */

.searchBoxWrapper .input, .searchBoxWrapper button {
	float: left;
	border: 0;
	padding: 3px 5px;
}

.searchBoxWrapper button {
	background-color: #c87022;
	color: #fff;
}

.searchBoxWrapper .input {
	width: 176px;
	background-color: #fff;
	margin: 0;
}
.searchBoxWrapper .wpcf7-not-valid-tip{
	display: none;
}
.social li {
	padding-left: 2px;
	padding-right: 2px;
}

.social li>a {
	width: 25px;
	height: 25px;
	font-size: 17px;
	border-radius: 5px;
	text-align: center;
	display: inline-block;
	border: 1px solid #ccc;
	color: #25537f;
}

.header .social {
	margin-right: 10px;
}

.header .contactLink {
	font-weight: 500;
	text-transform: uppercase;
	font-size: 14px;
	color: #25537f;
	font-family: MuseoSans;
	font-weight: 500;
	margin-right: 15px;
	margin-top: 3px;
}

.header .header1 .right {
	margin-top: 4%;
}

.header .header1 .right .social, .header .header1 .right .contactLink, .header .header1 .right .searchBoxWrapper {
	float: right;
}

.header .header1 .right .social li::before {
	display: none;
}

.header .navbar>.container {
	background-color: #fff;
}

.header .navbar .navbar-nav > li > a {
	color: #25537f;
	font-size: 14px;
	text-transform: uppercase;
	font-family: MuseoSans;
	font-weight: 500;
	position: relative;
}

.header .navbar .navbar-nav > li.current_page_item>a {
	color: #666;
}
.nav > li > a:focus, .nav > li > a:hover{
	background-color: #fff;
	color: #666 !important;
}
.header .navbar .navbar-nav > li:not(:last-child) > a::before {
	content: '';
	position: absolute;
	top: 30%;
	right: 0;
	width: 1px;
	height: 45%;
	background-color: #c87022;
}

.header .navbar .navbar-nav > li {
	position: relative;
}

.header .navbar .navbar-nav > li .sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	width: auto;
	min-width: 188px;
	background-color: #fff;
	padding: 5px 10px 10px 12px;
	display: none;
}

.header .navbar .navbar-nav > li:hover .sub-menu {
	display: block;
}

.header .navbar .navbar-nav > li .sub-menu>li>a {
	color: #c76f21;
	font-family: MuseoSans;
	font-weight: 500;
	font-size: 13px;
	padding-top: 3px;
	padding-bottom: 3px;
	display: block;
}

.header .navbar .navbar-nav > li .sub-menu>li>a:hover {
	text-decoration: none;
	color: #25537f;
}

.header2 {
	padding-top: 15px;
}

/* home carousel */
.homeCarousels {
	height: 421px;
}

.homeCarousels .sliderImg {
	width: 100%;
	height: 100% !important;
	object-fit: cover;
}

.homeCarousels .carousel-inner, .homeCarousels .carousel-inner .item {
	height: 100%;
}

/*.homeCarousels .carousel-caption {
	text-align: left;
	left: 15%;
	right: 35%;
	bottom: 25%;
	text-shadow: none;
}
*/
.homeCarousels .carousel-caption {
	text-align: left;
	left: 0;
	right: 0;
	bottom: 25%;
	text-shadow: none;
	width: 100%;
	max-width: 1000px;
	margin: auto;
	padding-right: 28%;
}

.homeCarousels .carousel-caption .bigTitle {
	font-family: HelveticaNeueCond;
	font-size: 36px;
}

.homeCarousels .carousel-caption .subTitle {
	font-family: Gotham-Book;
	font-size: 18px;
}

.homeCarousels .carousel-caption .btnOrange {
	background-image: url(assets/images/btnGradient.jpg);
	background-repeat: repeat-x;
	background-size: contain;
	font-family: HelveticaNeueCond;
	font-size: 18px;
	box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.42);
	border-color: transparent;
	border: 2px solid #1a6395;
}

.homeCarousels .carousel-indicators {
	/*text-align: left;
	left: 45%;*/
	text-align: left;
	left: 0;
	right: 0;
	width: 100%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}


.homeCarousels .carousel-indicators li {
	background-color: #fff;
	opacity: 0.45;
	border-width: 0;
}

.homeCarousels .carousel-indicators li.active {
	opacity: 1;
}

.homeCarousels .carousel-control>img {
	opacity: 0.35;
}

.homeCarousels .carousel-control:hover >img {
	opacity: 1;
}
.homeCarousels .carousel-control{
	width: 8%;
}

/* ending home carousel */
.stripAfterCarousel {
	padding: 1em 0;
	background-color: #c87022;
}

.stripAfterCarousel h2 {
	font-family: Gotham-Book;
	font-size: 1.8em;
	line-height: 1.3;
	margin: 0;
}

.afterStripHome {
	padding-top: 3em;
	padding-bottom: 1em;
}

.covidBanner {
	width: 100%;
	/*border-radius: 2px;
	border: 1px solid #ccc;*/
	padding: 3px;
}

.covidBanner .title {
	margin: 0;
	font-weight: 500;
}

.covidBanner>div {
	background-repeat: no-repeat;
	background-size: cover;
	padding-left: 8rem;
	padding-right: 8rem;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

.homemeMberList {
	column-count: 2;
}
.BoxWithTitle{
	margin-bottom: 15px;
}
.BoxWithTitle .boxTitle {
	background-color: #255480;
	color: #fff;
	font-size: 18px;
	padding: 5px 17px;
	text-transform: uppercase;
	margin: 0;
	font-family: HelveticaNeueCond;
	font-weight: 500;
}

.BoxWithTitle  .descrp {
	padding-top: 10px;
	padding-left: 2rem;
}

.newsItem .newsDate {
	color: #c86f22;
	font-family: GothamHTF-Bold;
	line-height: 1.45em;
	font-size: 1em;
	margin-bottom: 0;
}

.newsItem .newsList a {
	color: #25537f;
}

.newsItem .newsList a:hover {
	color: #666;
}

.newsItem .shorNewsDecrp {
	color: #111;
	font-family: GothamHTF-Bold;
	font-size: 13px;
}

.newsList {
	font-size: 13px;
	font-family: GothamHTF-Medium;
}

.viewAll {
	font-family: GothamHTF-Medium;
	font-size: 13px;
	color: #174977;
}

.memberLoginWrpr {
	background-color: #e5e5e5;
	padding: 1.5em;
}

.memberLoginWrpr .inputWrapper {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
	z-index: 3;
}

.memberLoginWrpr .inputWrapper label {
	position: absolute;
	top: 8px;
	left: 15px;
	color: #25537f;
	font-size: 13px;
	margin: 0;
}

.memberLoginWrpr .inputWrapper .reqtext {
	color: #58585b;
}
.forgetPass{
	font-family: GothamHTF-Medium;
	font-size: 13px;
	color: #000;
	margin-top: 8px;
	margin-bottom: 4px;
	font-style: italic;
}
.beMem {
	padding: 1.5em;
}

.testimonialContF {
	background-color: #f4e2d3;
	padding-bottom: 1.3em;
	margin-bottom: 5px;
	margin-top: 40px;
}

.testimonialContF .title {
	margin-bottom: 1em;
}

.testimonialContF .saying {
	font-size: 1.5em;
	font-family: Gotham-Book;
	font-style: italic;
}

.quotesign {
	font-family: GothamHTF-Black;
	font-size: 2.5em;
	line-height: 0;
	font-style: normal;
	vertical-align: middle;
}

.quotesign.right {
	font-size: 1.2em;
}

.testimonialContF .author {
	font-family: GothamHTF-Medium;
	color: #111;
	display: block;
}

.testimonialContF .author .desg {
	font-family: Gotham-Book;
	display: block;
}

.footer {
	background-color: #bdcbd9;
	padding-top: 1em;
}

.footer .widget-title {
	font-size: 1.5em;
	margin-bottom: 10px;
	font-family: HelveticaNeueCond;
	color: #c86f22;
	text-transform: uppercase;
}

.footer a {
	color: #174977;
	font-family: GothamHTF-Medium;
}
.footer a:hover{
	color: #666;
}
.footer .social li>a {
	border-color: #fff;
	line-height: 1.7;
	font-size: 13px;
}

.footer .social li::before {
	display: none;
}




.menuFooter .menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.menuFooter .menu li {
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 13px;
}

.menuFooter .menu li::before {
	display: none;
}

.navigation .menu {
	column-count: 3;
	column-gap: 9%;
}

.copyRight {
	padding-top: 1em;
	padding-bottom: 1em;
}

.innerBanner {
	background-color: #255480;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right top;
	color: #fff;
	font-size: 18px;
	font-family: Gotham-Book;
	padding: 2em  1.5em 0;
	height: 286px;
	border-bottom: 5px solid #c87022;
	position: relative;
	overflow: hidden;
}

.innerBanner .title {
	color: #fff;
	font-family: HelveticaNeueCond;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 2.5em;
	margin-top: 2rem;
}

.innerBanner .bannerDescr strong, .innerBanner .bannerDescr b {
	font-family: GothamHTF-Medium
}

.innerBanner .bannerText {
	float: left;
	width: 64%;
	padding-left: 7%;
}

.innerBanner .bannerRightImg {
	float: right;
	width: 36%;
	margin-top: 22px;
}
.innerBanner .bannerRightImg>img{
	float: right;
}
.linkBlockWrapper {
	width: 100%;
	margin: auto;
	max-width: 450px;
}

.linkBlock {
	font-family: GothamHTF-Bold;
	font-size: 16px;
	color: #25537f;
	line-height: 2.1;
	display: block;
	margin-bottom: 1.2em;
}

.linkBlock >span {
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 3px;
	background-color: #25537f;
	color: #fff;
	text-align: center;
	padding: 2px;
}
.linkBlock >span img{
	max-width: 100%;
	width: auto;
	height: auto;
	margin: auto;
}
.linkBlock:hover {
	color: #c87022;
}
.linkBlock:hover >span{
	background-color: #c87022;
}

.officerHeading {
	font-family: GothamHTF-Bold;
	font-size: 14px;
	background-color: #e5e5e5;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
h4.officerHeading{
	color: #25537f;
}

.officerList {
	list-style-type: none;
	font-family: Gotham-Book;
	font-size: 13px;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.officerList li::before {
	content: '';
	display: none;
}

.officerList li {
	min-width: 33.33%;
	margin-bottom: 10px;
}

.officerList li strong {
	color: #c76f21;
	display: block;
}

.pageLinkWrapper {
	margin-top: 20px;
}

.pageLinkWrapper ul li::before {
	display: none;
}

.pageLinkWrapper ul li>a {
	background-color: #c87022;
	display: block;
	color: #fff;
	font-family: MuseoSans;
	font-weight: 500;
	padding: 5px 15px;
	margin-bottom: 3px;
	position: relative;
}

.side_admin_menu{
	position: relative;
}
.side_admin_menu>a::before{
	content: 'A';
	position: absolute;
	right: 0;
	background: #25537f;
	display: ;
	width: 25px;
	height: 100%;
	top: 0;
	text-align: center;
	line-height: 2.3;
}
.pageLinkWrapper ul li>a:hover{
	text-decoration: none;
	color: #255480;
}
.pageLinkWrapper ul li>a:hover::before{
	color: #fff;
}
/*.sidbarWrapper .BoxWithTitle {
	margin-bottom: 15px;
}*/

.contentArea ul.icon-links {
	text-transform: uppercase;
	font-weight: bold;
	width: 75%;
	margin: 0 auto;
	list-style: none;
}

.contentArea ul.icon-links li {
	margin-bottom: 25px;
	height: 40px;
	line-height: 40px;
	display: block;
	text-indent: 0;
}

.contentArea ul.icon-links li::before {
	display: none;
}

.contentArea ul.icon-links li a img {
	background-color: #0e5581;
	margin-right: 15px;
	float: left;
	-webkit-border-radius: 4px 4px;
	-moz-border-radius: 4px 4px;
	-o-border-radius: 4px 4px;
	border-radius: 4px 4px;
	-webkit-transition: background-color .25s ease-in;
	-moz-transition: background-color .25s ease-in;
	-o-transition: background-color .25s ease-in;
	transition: background-color .25s ease-in;
}

h3.serviceGroupTitle{
	font-family: GothamHTF-Bold;
	font-size: 17px;
	color: #25537f;
	background-color: #e5e5e5;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
}
.serviceGroupTitle .actionBtns{
	margin-top: 4px;
}
.ml0{
	margin-left: 0;
}

.joinFormWrapper .formGroup{
	/*margin-left: -7px;*/
	margin-right: -7px;
}
.joinFormWrapper .formGroup::after{
	content: '';
	clear: both;
	display: block;
}
.input{
	border: 1px solid #b4b4b4;
	box-shadow: 0 0 0 3px #efefef;
	padding: 4px 4px;
	border-radius: 3px;
	/*margin-left: 7px;*/
	margin-right: 11px;
	margin-bottom: 15px;
	outline: none;
}
label{
	color: #25537f;
	font-size: 13px;
	font-family: Gotham-Book;
}
.joinFormWrapper .formGroup .input{
	float: left;
}
.joinFormWrapper .formGroup.one .firstName{
	width: 32%;
}

.joinFormWrapper .formGroup.one .middle{
	width: 20%;
}
.joinFormWrapper .formGroup.one .lastName{
	width: 44%;
}

.joinFormWrapper .formGroup.two .input{
	width: 32%;
}

.joinFormWrapper .formGroup.three .input{
	width: 48.6%;
}

.joinFormWrapper .formGroup.four .city{
	width: 25%;
}
.joinFormWrapper .formGroup.four .state{
	width: 9%;
}
.joinFormWrapper .formGroup.four .zip{
	width: 12%;
}
.joinFormWrapper .formGroup.four .email{
	width: 48.6%;
}
.joinFormWrapper .formGroup.five .phone{
	width: 25%;
}
.joinFormWrapper .formGroup.five .ext{
	width: 9%;
}
.joinFormWrapper .formGroup.five .mobile{
	width: 30.5%;
}
.joinFormWrapper .formGroup.five .fax{
	width: 30.1%;
}
.joinFormWrapper textarea{
	width: 98.5%;
}
.joinFormWrapper .formGroup.one .firstName::placeholder,
.joinFormWrapper .formGroup.one .lastName::placeholder,
#new-organization-name::placeholder,
input[name="address_1"]::placeholder,
.joinFormWrapper .formGroup.four .city::placeholder,
.joinFormWrapper .formGroup.four .state::placeholder,
.joinFormWrapper .formGroup.four .zip::placeholder,
.joinFormWrapper .formGroup.four .email::placeholder,
.joinFormWrapper .formGroup.five .phone::placeholder,
.joinFormWrapper .formGroup.four .state{
	color: #25537f;
	opacity: 1;
}
.joinFormWrapper .formGroup.four .state,
.joinFormWrapper .formGroup option,
#contSubject{
	font-family: Gotham-Book;
}

.form-radio {
    -webkit-appearance:none;
    width:15px;
    height: 15px;
    border:2px solid #b7b7b7;
    border-radius:50%;
    outline:none;    
}

.form-radio:checked {
    background:#fff;
    border:5px solid #3b9af8;
}

.joinFormWrapper .radio-wrap{
	width: 100%;
}
.joinFormWrapper .radio-wrap::after{
	content: '';
	clear: both;
	display: block;
}

.joinFormWrapper .form-radio{
	float: left;
}
.joinFormWrapper .radio-content{
	width: 97%;
	float: right;
}
.radio-content .radio-title{
	font-size: 15px;
}
.radio-content .radio-title strong{
	font-family: GothamHTF-Medium;
}


.contactFormWrpr .formGroup{
	display: flex;
	flex-wrap: wrap;
	margin-left: -5px;
	margin-right: -5px;
}
.contactFormWrpr .formGroup .wpcf7-form-control-wrap{
	padding-left: 5px;
	padding-right: 5px;
	display: block;
	width: 100%;
}
.contactFormWrpr .formGroup.two .wpcf7-form-control-wrap{
	width: 50%;
}
.contactFormWrpr .formGroup.three .wpcf7-form-control-wrap{
	width: 33.33%;
}
.contactFormWrpr .wpcf7-form-control-wrap .input,
.contactFormWrpr .wpcf7-form-control-wrap>textarea{
	width: 100%;
}
.contactFormWrpr .wpcf7-form-control-wrap .input.required::placeholder{
	color: #25537f;
	opacity: 1;
}
.contactFormWrpr .radio-content{
	float: right;
	width: 97%;
}
.contactFormWrpr .radio-wrap::after{
	content: '';
	clear: both;
	display: block;
}
.contactFormWrpr .form-radio{
	float: left;
}
.contactFormWrpr .wpcf7-not-valid-tip{
	margin-bottom: 15px;
}
.contactFormWrpr .ifnotmemeber{
	display: none;
}
.contactFormWrpr .ifnotmemeber.show{
	display: block;
}

.stepCounter{
	width: 100%;
	text-align: center;
	margin-bottom: 25px;
}
.stepCounter>span{
	display: inline-block;
	width: 31px;
	height: 31px;
	background-color: #cccccc;
	color: #fff;
	font-family: HelveticaNeueCond;
	font-weight: 500;
	font-size: 19px;
	margin-left: 7px;
	margin-right: 7px;
}
.stepCounter>span.active{
	background-color: #c87022;
}

.reset{
	color: #25537f;
	font-weight: 600;
}

.actionBtns{
	font-size: 13px;
}
.searchReadMore{
	color: #c87022;
}

.contactPageFormCont .row{
	margin-left: -10px;
	margin-right: -10px;
}
.contactPageFormCont [class*="col-md-"]{
	padding-left: 10px;
	padding-right: 10px;
}
.contactPageFormCont .form-control{
	box-shadow: 0 0 0 5px #efefef;
	
	color: #25537f;
}
.contactPageFormCont .wpcf7-form-control-wrap{
	display: block;
	margin-bottom: 22px;
}
.contactPageFormCont .form-control::placeholder{
	color: #25537f;
	opacity: 1;
}
.contactPageFormCont .btn{
	border: 2px solid #fff;
	box-shadow: 0 0 0 2px #efefef;
	font-family: HelveticaNeueCond;
	font-size: 17px;
}
.safetyForm .wpcf7-list-item{
	margin-left: 0;
}
select{
	background-image: url(assets/images/dropdown-icon.png) !important;
	background-repeat: no-repeat;
	background-size: 22px;
	background-position: 98% center;
	-moz-appearance:none;
	-webkit-appearance:none;
	appearance:none;
}

.siteMapConF h3>a{
	color: #c87022;
}
.siteMapConF h3>a:hover{
	color: #666;
}
.siteMapConF .mb-0{
	margin-bottom: 0;
}
.memberBenefitsTable thead{
	background-color: #255480;
	color: #fff;
}
.memberBenefitsTable thead th{
	vertical-align: middle !important;
}
.memberBenefitsTable caption{
	background-color: #e5e5e5;
	color: #25537f;
	font-family: GothamHTF-Medium;
	padding: 20px;
	margin-bottom: 15px;
	border-radius: 5px;
}
.memberBenefitsTable tbody>tr>td:last-child{
	background-color: #c87022;
	color: #fff;
}
.cal-wrap{
	border: 1px solid #e5e5e5;
	padding: 5px;
	margin-top: 20px;
}
.cal-header> h3{
	padding: 5px 3px;
	background-color: #e5e5e5;
	margin-top: 0;
}



@media screen and (max-width:991px) {
	.header .container {
		width: 100%;
	}

	.navbar-toggle {
		display: block;
		margin: 0;
		margin-left: 10px;
	}

	.navbar-nav > li {
		float: none;
	}

	.homeCarousels .carousel-caption {
		right: 20%;
		bottom: 14%;
	}

	.innerBanner {
		position: relative;
	}

	.innerBanner .container {
		width: 100%;
	}

	.innerBanner .bannerRightImg {
		position: absolute;
		bottom: 0;
		right: 0;
	}
	.innerBanner .bannerText{
		padding-left: 0;
	}

	.innerBanner .title {
		font-size: 2em;
	}

	.nav > li  a:focus, .nav > li  a:hover {
		background-color: #c87022;
	}

	.mm-spn li::before {
		display: block;
		top: 20px;
		color: #ddd;
	}

	.joinFormWrapper .formGroup.one .lastName{
		width: 41%;
	}
	.joinFormWrapper .formGroup.two .input{
		width: 31%;
	}
	.joinFormWrapper .formGroup.three .input{
		width: 47%;
	}
	.joinFormWrapper .formGroup.four .email{
		width: 44%;
	}
	.joinFormWrapper .formGroup.four .city{
		width: 25%;
	}
	.joinFormWrapper .formGroup.four .state{
		width: 30%;
	}
	.joinFormWrapper .formGroup.four .zip{
		width: 38%;
	}
	.joinFormWrapper .formGroup.four .email{
		width: 98%;
	}
	.joinFormWrapper .formGroup.five .fax{
		width: 26.1%;
	}
	.joinFormWrapper .radio-content{
		width: 95%;
	}

}
@media screen and (max-width:768px){
	.innerBanner .bannerDescr{
		font-size: 14px;
	}
	.innerBanner .title{
		font-size: 1.8em;
	}
}
@media screen and (max-width:767px) {
	.innerBanner .bannerRightImg {
		display: none;
	}

	.innerBanner .bannerText {
		width: 100%;
	}

	.innerBanner {
		background-size: cover;
	}

	.testimonialContF .saying {
		font-size: 1.2em
	}

}

@media screen and (max-width:480px) {
	.header .header1 .right .social li, .header .header1 .right .searchBoxWrapper {
		margin-bottom: 10px;
	}

	.navbar {
		min-height: 18px;
	}

	.innerBanner .title {
		font-size: 1.7em;
	}

	.innerBanner .bannerText {
		font-size: 15px;
	}

	.homeCarousels .carousel-caption .bigTitle {
		font-size: 26px;
	}

	.homeCarousels .carousel-caption {
		right: 5%;
	}

	.stripAfterCarousel h2 {
		font-size: 1.1em;
	}

}

@media screen and (max-width: 380px){
	.contactFormWrpr .formGroup.three .wpcf7-form-control-wrap,
	.contactFormWrpr .formGroup .wpcf7-form-control-wrap{
		width: 100%;
	}
}
.is-invalid { 
    border-color: red;
}
#log_err_msg {
    background-color: #ece28a;
    color: #f90202;
}
span.error {
    color: #f70404;
    font-size: 10px;
}
.icon-step-forward::before {
    content: ">";
}
.icon-forward::before {
    content: ">>";
}

.icon-step-backward::before {
    content: "<";
}
.icon-backward::before {
    content: "<<";
}

/* Loader */

.loader {
  position: relative;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 70px;
  height: 70px;
  left:50%;
  top:50%;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}
#overlay{
    position: fixed;
    top:0px;
    left:0px;
    width: 100%;
    height: 100%;
    background: black;
    opacity: .5;
    display: none;
    z-index: 99;
}
 

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.edit_head{ display: none; }

.edit_company, .delete_company, .update_company, .cancle_company {
    cursor: pointer;
}
p.success {
    color: #09bf09;
}
p.error{
	 color: #f40b0b;
}