@charset "UTF-8";
/* CSS Document */
/*
Template Name : ApplicantDirect.com website style
*/

body {
	font-family: "Poppins", sans-serif;
	font-size: 18px;
	line-height: 26px;
	color: #323333;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 400;
	background-color: #ffffff;
}
h1, h2, h4, h5, h6 {
	color: #072c50;
	font-family: "Poppins", sans-serif;
	letter-spacing: -1px;
	text-transform: capitalize;
}
h1 {
	font-size: 42px;
	line-height: 52px;
	font-weight: 400;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-bottom: 20px;
}
.innerpage h1 {
	margin-bottom: 30px;
}
h2 {
	font-size: 28px;
	line-height: 32px;
	font-weight: 400;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-bottom: 20px;
}

h3 {
	font-size: 24px;
	line-height: 30px;
	font-weight: 600;
	margin: 0 0 20px 0;
	color: #333333;
	font-family: "Poppins", sans-serif;
}
h4 {
	font-size: 18px;
	line-height: 20px;
	font-weight: 400;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-bottom: 20px;
}

p {
	margin-bottom: 30px;
	line-height: 26px;
}
ul, ol {
	margin-bottom: 30px;
}
ul li, ol li {
}
ol {
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 20px;
}
ol li {padding-left: 8px;}
a {
	color: #EF4237;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
a:focus, a:hover {
	text-decoration: none;
	color: #ff9900;
}
strong {
	font-weight: 700;
}
hr {
	border-top: 1px solid #dfdfdf;
}

.text-muted {
	font-size: 14px;
	color: #666;
}

/*-----  button -----*/

.btn {
	padding: 10px 15px 10px 15px;
	border-radius: 4px;
	font-size: 18px;
	line-height: 18px;
	font-weight: 600;
	letter-spacing: 0px;
	text-transform: capitalize;
	font-family: "Poppins", sans-serif;
	border: transparent;
}
.btn-default {
	background: #fbb040;
	color: #072c50;
	border: transparent;
}
.btn-default:hover {
	background-color: #072c50;
	color: #fff;
}
.btn-default.focus, .btn-default:focus {
	color: #fff;
	background-color: #072c50;
	border-color: #072c50;
}
.btn-primary {
	background: #fbb040;
	color: #072c50;
}
.btn-primary:hover {
	background-color: #072c50;
	color: #fff;
	border: transparent;
}
.btn-primary.onblue:hover {
	background-color: #072c50 !important;
	color: #fff;
	border: transparent;
}
.btn-primary.focus, .btn-primary:focus {
	color: #fff;
	background-color: #072c50;
	border-color: #072c50;
}
.btn-primary.onblue.focus, .btn-primary.onblue:focus {
	color: #fff;
	background-color: #072c50;
	border-color: #072c50;
}
.btn-secondary {
	background-color: #403b39;
	color: #fff;
}
.btn-secondary:hover {
	background-color: #312c2a;
	color: #fff;
}
.btn-lg {
	font-size: 24px;
	padding: 18px 30px 18px 30px;
}
.btn-sm {
	font-size: 14px;
	padding: 5px 10px 5px 10px;
}
.btn-xs {
	font-size: 12px;
	padding: 6px 8px 6px 8px;
}
.btn-link {
	color: #EF4237;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: underline;
}
.btn-link:hover {
	color: #EF4237;
	text-decoration: underline;
}

.btn.disabled, .btn[disabled] {
    cursor: not-allowed;
    filter: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 1;
	background-color: #ccc;
	color: #efefef;
}

.btn.disabled:hover, .btn[disabled]:hover {
    cursor: not-allowed;
    filter: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 1;
	background-color: #ccc;
	color: #efefef;
}


/*----- form css -----*/

input.form-control {
	background-color: #fefefd;
	border-radius: 4px;
	border: 2px solid #edebe3;
	-webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
	box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
	height: 52px;
	color: #7c8182;
}
select.form-control {
	background-color: #fefefd;
	border-radius: 4px;
	border: 2px solid #edebe3;
	-webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
	box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
	height: 52px;
}
textarea.form-control {
	background-color: #fefefd;
	border-radius: 4px;
	border: 2px solid #edebe3;
	-webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
	box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
}
label.control-label {
	color: #303136;
	font-weight: 500;
	margin-bottom: 5px;
}

.form-group {
	margin-top: 10px;
}
.form-control:focus {
	border-color: #dad2cb;
	outline: 0;
	-webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0 0 8px rgba(220,213,206,.6);
	box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0 0 8px rgba(220,213,206,.6);
}
.checkbox-inline+.checkbox-inline, .radio-inline+.radio-inline {
	margin-top: 0;
	margin-left: 0px;
}
.required {
	color: #ff481e;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
}

/*----- section css -----*/

.nospace {
	margin: 0px;
	padding: 0px;
}
.listnone {
	list-style: none;
	padding: 0;
}
.section-space {
	padding-top: 80px;
	padding-bottom: 80px;
}
.space-top-80 {
	padding-top: 80px;
}
.space-top-40 {
	padding-top: 40px;
}
.space-top-20 {
	padding-top: 20px;
}
.space-bottom-80 {
	padding-bottom: 80px;
}
.space-bottom-40 {
	padding-bottom: 40px;
}
.space-bottom-20 {
	padding-bottom: 20px;
}
.section-space-40 {
	padding-top: 40px;
	padding-bottom: 40px;
}
.section-space-30 {
	padding-top: 30px;
	padding-bottom: 30px;
}
.space-topbottom-img-20 {
	margin-top: 20px;
	margin-bottom: 20px;
}
.section-color {
	background-color: #f9f8f4;
}
.section-default-bg {
	background-color: #f7a600;
}
.section-primary-bg {
	background-color: #007bb9;
}
.feature-content {
	position: relative;
	max-width: 80%;
	margin: 0px auto 10px auto;
}
.feature-content p {
	line-height: 22px;
}
.section-title {
	position: relative;
	max-width: 80%;
	margin: 0 auto;
	text-align: center;
}

.section-title h2 {
	font-size: 42px;
	line-height: 50px;
	margin-bottom: 5px;
}
.section-title h3 {
	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
	color:#333333;
	margin-bottom: 30px;
}
h3.section-title {
    margin-bottom: 30px;
	font-size:24px;
	text-align: center;
}
.no-padding {
	padding: 0px !important;
}
.padding-left-0 {
	padding-left: 0px !important;
}
.padding-right-0 {
	padding-right: 0px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb60 {
	margin-bottom: 60px !important;
}
.listsite {
	/*padding: 20px;*/
}
ul.listnone {
	margin-bottom:5px;
}


ul.listnone ul.listsite {
	list-style-type: disc;
}
ul.listnone ul.listsite ul.listsite {
	list-style-type: circle;
}
ul.listsite li a {
	color: #000;
}
ul.listsite li a:hover {
	color: #007bb9;
}
.sitemaps h3 {
	margin-bottom: 0px;
	font-size:20px;
}
.sitemaps h3 a {
	color: #007bb9;
}
.sitemaps h3 a:hover {
	color: #ff9900;
}

/*------ margins space --------*/

.mb0 {
	margin-bottom: 0px;
}
.main-container {
	margin-bottom: 80px;
	margin-top: 40px;
}
.content {
}
.sidebar {
}
p:last-child {
	margin-bottom: 0;
}
::selection {
	background: #ffecb3;
	color: #333;
}
::-moz-selection {
background: #ffecb3;
color: #333;
}
.lead {
	font-size: 21px;
	color: #f7a600;
	line-height: 1.8;
}
.text-highlight {
	color: #ff9900;
}
/*----- well block -----*/

.well-bg {
	background-color: #ffffff;
	padding: 20px;
}
.well-inner {
	background-color: #ffffff;
	padding: 15px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
/*----- service block -----*/
.home-infographic {
	padding-left:4.1%;
}
.service-block {
	background-color: #ffffff;
	/*padding: 25px 5px;*/
	text-align: center; 
	margin: 0px auto 30px auto;
}
.service-block h2 {
	font-size: 28px;
	color: #666666;
	line-height: 30px;
}
.service-block h2 a {
	color: #333333;
}
.service-block h2 a:hover {
	color: #EF4237;
}
.service-block img {
	display: block;
	max-width: 90px;
	height: auto;
}
.service-block p {
	margin-top:0px;
	margin-bottom: 15px;
}
.arrowcol {
	text-align: center;
    margin-top: 4%;
}

/*----- service block innerpage -----*/
.innerpage .service-block {
	background-color: #ffffff;
	padding: 20px 15px 30px 15px;
	text-align: center;
	border:solid 1px #CCCCCC;
	border-radius: 3px;
	margin: 30px 0px 0px 0px;
}

.innerpage .service-block img {
	display: block;
	max-width: 90px;
	height: auto;
	margin: 20px auto 20px auto;
}

/*--------- list bullet elements --------*/

ul.listnone {
}
.check li {
	position: relative;
	padding-left: 26px;
	color: #666666;
	line-height: 26px;
	margin-bottom: 20px;
}
.check li:before {
	display: block;
	position: absolute;
	left: 0;
	width: 20px;
	font-size: 18px;
	color: #fbb040;
	content: "\f00c";
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900; 
}
.arrows li {
	position: relative;
	padding-left: 26px;
	color: #666666;
	line-height: 32px;
}
.arrows li:before {
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900; 
	display: block;
	position: absolute;
	left: 0;
	width: 13px;
	font-size: 16px;
	color: #007bb9;
	content: "\f105";
}
.check-white li {
	position: relative;
	padding-left: 26px;
	color: #fff;
	line-height: 32px;
}
.check-white li:before {
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900; 
	display: block;
	position: absolute;
	left: 0;
	width: 13px;
	font-size: 14px;
	color: #fff;
	content: "\f00c";
}
.check-check li {
	position: relative;
	padding-left: 26px;
}
.check-check li:before {
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900; 
	display: block;
	position: absolute;
	left: 0;
	width: 20px;
	font-size: 16px;
	color: #007bb9;
	content: "\f058";
}
.check-check-primary li {
	position: relative;
	padding-left: 26px;
}
.check-check-primary li:before {
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900; 
	display: block;
	position: absolute;
	left: 0;
	width: 20px;
	font-size: 16px;
	color: #007bb9;
	content: "\f058";
}
.long-arrow-right li:last-child {
	border-bottom: 0px solid #333;
}
.long-arrow-right li a:after {
	margin-right: 10px;
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900; 
	position: absolute;
	right: 4px;
	width: 20px;
	font-size: 16px;
	color: #a1a4a5;
	content: "\f178";
}


/*----- Top navigation -----*/

.top-navigation {
	padding-top:0px;
}
.top-navigation ul {
	float: right;
	margin: 0px;
	padding-left: 0px;
}

.top-navigation ul li {
	float: left;
	padding-left: 40px;
	list-style: none;
}
.top-navigation ul li a {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	color: #666666;
}
.top-navigation ul li a i.fas {
	color: #fbb040;
}
.top-navigation ul li a:hover {
	color: #fbb040;
}
.top-navigation ul li.active a {
	color: #072c50;
}
.top-navigation i.fa {
	padding-right: 5px;
}

.header {
	background-color: #ffffff;
	padding-top: 15px;
	padding-bottom: 25px;
	line-height: 2.8;
}
.navbar-brand {
	float: left;
	height: auto;
	padding: 4px 15px;
	font-size: 18px;
	line-height: 20px;
}
.navbar-brand img {
	width: 235px;
	height: auto;
}
#search-area {
}
#search-area button.btn {
}
#search-area .well-bg {
}
.navigation {
	background-color: #ffb341;
	position: relative;
	z-index: 2;
	border-bottom: none;
}
.sticky-wrapper.is-sticky .navigation {
	background-color: #fbb040;
}
.sticky-wrapper.is-sticky #navigation > ul > li > a {
	border-left: 1px solid #fbb040;
	border-right: 1px solid #fbb040;
}
#navigation, #navigation ul, #navigation ul li, #navigation ul li a, #navigation #menu-button {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#navigation:after, #navigation > ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#navigation #menu-button {
	display: none;
}
#navigation {
}
#navigation > ul > li {
	float: left;
}
#navigation > ul > li.active {
	background-color: #072c50;
}
#navigation > ul > li.active > a {
	color: #fbb040;
}
#navigation.align-center > ul {
	font-size: 0;
	text-align: center;
}
#navigation.align-center > ul > li {
	display: inline-block;
	float: none;
}
#navigation.align-center ul ul {
	text-align: left;
}
#navigation.align-right > ul > li {
	float: right;
}
#navigation > ul > li > a {
	padding: 18px 20px 18px 23px;
	font-size: 18px;
	letter-spacing: 0px;
	text-decoration: none;
	color: #072c50;
	font-weight: 600;
	text-transform: capitalize;
	border-left: 1px solid #ffb341;
	border-right: 1px solid #ffb341;
	margin-right: -1px;
}
.sticky-wrapper.is-sticky #navigation > ul > li > a {
	color: #efefef;
} 
#navigation > ul > li:hover > a {
	color: #ffffff;
	background-color: #f8853e; /*main nav mouse hover*/
}
#navigation > ul > li.has-sub > a {
	padding-right: 40px;
} 
#navigation > ul > li.has-sub > a:after {
	position: absolute;
	padding-left: 5px;
	font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f107";
}
#navigation ul ul {
	position: absolute;
	left: -9999px;
	min-width: 100%;
}
#navigation.align-right ul ul {
	text-align: right;
}
#navigation ul ul li {
	height: 0;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
#navigation li:hover > ul {
	left: auto;
}
#navigation.align-right li:hover > ul {
	left: auto;
	right: 0;
}
#navigation li:hover > ul > li {
	height: auto;
}
#navigation ul ul ul {
	margin-left: 100%;
	top: 0;
}
#navigation.align-right ul ul ul {
	margin-left: 0;
	margin-right: 100%;
}
#navigation ul ul li a {
	border-top: none;
	padding: 15px 30px 15px 30px;
	width: auto;
	font-size: 18px;
	line-height: 20px;
	text-decoration: none;
	color: #ffffff;
	font-weight: 600;
	background: #f8853e; /*sub navs bg*/
}
#navigation ul ul li:last-child > a, #navigation ul ul li.last-item > a {
	border-bottom: 0;
	padding: 15px 30px 25px 30px;
}
#navigation ul ul li:hover > a, #navigation ul ul li a:hover {
	color: #ffffff;
	background-color: #ffb341; /*sub navs item hover*/
}
#navigation ul ul li.has-sub > a:after {
	position: absolute;
	top: 23px;
	right: 11px;
	width: 8px;
	height: 2px;
	display: block;
	background: #acc4ca;
	content: '';
}
#navigation.align-right ul ul li.has-sub > a:after {
	right: auto;
	left: 11px;
}
#navigation ul ul li.has-sub > a:before {
	position: absolute;
	top: 20px;
	right: 14px;
	display: block;
	width: 2px;
	height: 8px;
	background: #acc4ca;
	content: '';
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
#navigation.align-right ul ul li.has-sub > a:before {
	right: auto;
	left: 14px;
}
#navigation ul ul > li.has-sub:hover > a:before {
	top: 17px;
	height: 0;
}

/*----- homebanner -----*/

.homebannerbg {
	background: url("../images/homebanner-bg-2.png") no-repeat center center;
	position: relative;
	background-size: cover;
}
.homebanner, .slick-slide {
	position: relative;
	
}
.homebanner-img {
	background: none;
}
.homebanner img {
	width: 100%;
	position: relative;
}
.homebanner-captions {
	position: absolute;
	bottom: 40%;
	width: 40%;
}
.homebanner-title {
	color: #fff;
}
.homebanner-title a {
	color: #fff;
}
.homebanner-title a:hover {
	color: #ffffff;
	text-decoration: underline;
}
.homebanner-text {
	color: #fff;
}

/*----- middle cta -----*/
.middle-cta {
	background: url("../images/footer-cta-bg.png") no-repeat center center;
	position: relative;
	background-size: cover;
	padding: 20px 20px;
	margin-bottom: 60px;
}

.middle-cta h3 {
	font-size: 32px;
	font-weight: 600;
	color: #fff;
	line-height: 32px;
	margin-bottom: 10px;
}

.middle-cta p {
	font-weight: 600;
	margin-bottom: 20px;
}




/*----- footer cta -----*/

.footer-cta-bg {
	background: url("../images/footer-cta-bg.png") no-repeat center center;
	background-size: cover;
	position: relative;	
}

.footer-cta-bg#middle-cta {
	background: url("../images/footer-cta-bg.png") no-repeat left top;
	background-size: cover;
	position: relative;
	margin-top:20px;
	margin-bottom:20px;
	border-radius: 6px;
	text-align: center;
}

.footer-box {
	padding: 15px;
	width:98%; 
	background: rgba(255,179,65,0.4);
	margin-bottom:0px;
}
.footer-box#footer-cta-1-col {
 	width:97%;
	margin: 0 auto;
}
.footer-cta-bg#middle-cta .footer-box {
 	width:100%;
	margin: 0 auto;
	padding: 20px;
}
.footer-box .btn-lg {
	padding: 15px 10px;
	color: #333;
	font-size: 22px;
	font-weight: 600;
}
.footer-box#footer-cta-2-col .btn-lg {
	margin-top:45px;
}
.footer-box#footer-cta-1-col .btn-lg {
	margin-top:15px;
	float: right;
}
.footer-cta-bg#middle-cta .footer-box .btn-lg {
	margin: 15px auto 0 auto;
	float: none;
}
.footer-box .btn-lg:hover {
	color: #fff;
}
.footer-cta-bg .container,
.footer-cta-bg#middle-cta .footer-cta-bg  {
	padding-top:20px;
	padding-bottom: 20px;
}
.footer-box#footer-cta-2-col p.footer-cta-title {
	color: #fff;
	font-size: 30px;
	line-height: 32px;
	margin-bottom: 8px;
}
p.footer-cta-title {
	color: #fff;
	font-size: 42px;
	font-weight: 600;
	line-height: 42px;
	margin-bottom: 10px;
}

.footer-cta-bg#middle-cta p.footer-cta-title {
	color: #fff;
	font-size: 32px;
	font-weight: 600;
	line-height: 36px;
	margin-bottom: 10px;
}
.footer-cta-title a {
	color: #fff;
	text-decoration: none;
}
.footer-cta-title a:hover {
	color: #ffffff;
	text-decoration: underline;
}
p.footer-cta-text {
	font-size: 20px;
	color: #333333;
}
.footer-cta-bg#middle-cta p.footer-cta-text {
	font-size: 18px;
	font-weight: 600;
	color: #333333;
}

.img-responsive.sideimg {
	width:100%;
	display: block;
	height:auto;
}




/*-------- footer ---------*/

.footer {
	background-color: #072c50;
	padding-top: 60px;
	padding-bottom: 30px;
	color: #c1c1c1;
	font-size: 16px;
}
.footer a {
	text-transform: capitalize;
	font-weight: 400;
	color: #ffb341;
}
.footer a:hover {
	color: #ffffff;
	text-decoration: none;
}
.footer-nav {
}
.footer-nav ul {
	margin: 0px 0px 20px -10px;
	padding: 0px;
}
.footer-nav ul li {
	float: left;
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 5px 0px;
	list-style: none;
	font-size: 16px;
	text-transform: capitalize;
	font-weight: 400;
	color: #a7a7a7;
	border-right: solid 1px #a7a7a7;
	line-height: 20px;
} /*mobile code*/
.footer-nav ul li:last-child {
	border-right: none;
}
.footer .text-call {
	font-size: 20px;
	font-weight: 700;
	color: #ffffff;
	margin: 0px 0px 30px 5px;
	display: block;
}
.copyright-text {
	font-size: 16px;
	color: #a7a7a7;
	margin-top: 10px;
	margin-bottom: 10px;
}
.footer-social {
	float: none;
	margin-top: 0px;
		
}
.ft-social-block {
}
.footer-social a {
	padding: 12px 28px 12px 0px;
	color: #ffb341;
	display: inline-block;
	line-height: 0;
	font-size: 20px;
}
.footer-social a:hover {
	color: #ffffff;
}
.newsletter-form {
}
.newsletter-form input.form-control {
	background-color: #ffffff;
	border: none;
	margin-bottom: 0px;
}
.form-control {
	font-size: 18px;
	color: #666666;
}
.footer-logo img {
	width: 154px;
	height: auto;
}

/*--------- home testimonial --------*/
blockquote {
	border-left: none;
	width: 90%;
	padding: 9px 18px;
	margin: 15px 0 15px 30px;
	font-size: 18px;
}

blockquote:before {
	font-family: "Poppins", sans-serif;
    content: "“";
    float: left;
    margin: 0 0 0 -30px;
    padding: 0;
    color: #666666;
    font-size: 32px;
	font-weight: 600;
}

blockquote footer {
    display: block;
    font-size: 16px;
    line-height: 1.42857143;
    color: #666;
	font-weight: 600;
}

blockquote footer:before{
    content: none;
}



/*---------- Template Elements --------*/

.icon {
	margin-bottom: 30px;
}
.icon-size {
	font-size: 62px;
}

.call-to-action-title {
	color: #ffffff;
}
h1.call-to-action-title {
	font-size: 40px;
	margin-bottom: 0px;
	margin-top: 0px;
}
.call-action-desc {
	color: #ffffff;
	font-size: 18px;
	font-weight: 400;
}
.call-to-action-btn {
	padding-top: 0px;
	margin-top: 30px;
	max-width: 240px;
}


/********** Back to top button **********/

.cd-top {
	display: inline-block;
	height: 40px;
	width: 40px;
	position: fixed;
	bottom: 40px;
	right: 10px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: rgba(248, 133, 62, 100) url(../images/cd-top-arrow.png) no-repeat center 50%;
	border-radius: 6px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {	/* the button becomes visible */
	visibility: visible;
	opacity: 1;
}
.cd-top.cd-fade-out {
	/* if the user keeps scrolling down, the button is out of focus and becomes less visible */
	opacity: .5;
}
.no-touch .cd-top:hover {
	background-color: #072c50;
	opacity: 1;
}



/*-------- INNER PAGES ---------*/


/*-------- page header ---------*/
.page-header {
	position: relative;
	margin: 0px;
	border-bottom: none;
	padding-bottom: 0px;
	background-repeat: no-repeat;
	background-color: #017bba;
}
.page-header-captions {
	position: absolute;
	bottom: 40%;
	width: auto;
}
.page-header-title {
	color: #fff;
}
.page-section {
	padding: 108px 0px;
}
.page-description {
}
.page-title {
	color: #fff;
	margin-bottom: 0px;
	font-size: 42px;
	font-weight: 400;
}
.page-breadcrumb {
}
.page-breadcrumb .breadcrumb>li {
    padding-left: 0px;
}
.page-breadcrumb .breadcrumb {
	margin-bottom: 0px;
	padding: 0px 5px 0px 0px;
	background-color: #ffffff;
	border-radius: 0px;
	font-size: 14px;
	margin-top: 15px;
	text-transform: uppercase;
}
.page-breadcrumb .breadcrumb>.active {
	color: #323333;
}
.page-breadcrumb .breadcrumb>li+li:before {
	padding: 0 5px;
	color: #ccc;
	content: "/";
}
.followico {
	text-align: right;
	margin-top: 20px;
}
.followico img {
	float: right;
}

/*--------- sidebar --------*/

.widget {
	margin: 0px 15px 30px 15px;
	padding: 30px;
	border: solid 1px #cccccc;
	border-radius: 5px;
}
.widget ul {
	margin-bottom: 0px;
}

.widget h3 {
	margin-bottom: 30px;
}
.widget.sidenav h3 {
	margin-bottom: 10px;
}
.team-block {
	margin-bottom: 40px;
}
.team-desc {
	line-height: 22px;
}
.team-img {
}
.team-desc h3 {
	line-height: 22px;
	margin-bottom: 3px;
	font-size: 18px;
}

.widget.articlebox h3 {
	margin-bottom: 10px;
	line-height: 24px;
}
.widget.articlebox h3 a {
	color: #127187;
}


/*--------- side nav ---------*/

.sidenav li {
	position: relative;
}
.sidenav li strong {
	padding-top: 19px;
	padding-bottom: 19px;
	display: block;
	line-height: 20px;
	border-bottom: 1px solid #cccccc;
}
.sidenav li:first-child strong {
	border-top: 1px solid #cccccc;
}
.sidenav li a{
	padding-top: 19px;
	padding-bottom: 19px;
	display: block;
	border-bottom: 1px solid #cccccc;
	line-height: 20px;
	color: #007bb9;
	cursor: pointer;
}
.sidenav li a.hassub{
	border-bottom: none;
	border-bottom: 1px dotted #cccccc;
}

.sidenav li ul li a,
.sidenav li.active ul li a{
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	border-bottom: none;
	line-height: 20px;
	color: #007bb9;
	cursor: pointer;
}
.sidenav li:last-child a {
	border-bottom: none;
	padding-bottom: 10px;
}
.sidenav li a:hover {
	color: #ff9900;
}
.sidenav li.active a,
.sidenav li ul li.active a{
	color: #323333;
	cursor: default;
}

.sidenav li a:after{
	margin-right: 0px;
	position: absolute;
	right: 4px;
	top: 20px;
	width: 10px;
	font-size: 12px;
	color: #007bb9 !important;
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900; 
	content: "\f054";
}

.sidenav > li > ul > li > a:after,
.sidenav > li.active > ul > li > a:after{
	margin-right: 0px;
	position: absolute;
	right: 4px;
	top: 10px;
	width: 10px;
	font-size: 12px;
	color: #007bb9 !important;
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900; 
	content: "\f054";
}
.sidenav li.active a:after{
	margin-right: 0px;
	position: absolute;
	right: 4px;
	top: 20px;
	width: 10px;
	font-size: 12px;
	color: #ccc !important;
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900; 
	content: "\f054";
}

.sidenav > li > ul > li.active > a:after{
	margin-right: 0px;
	position: absolute;
	right: 4px;
	top: 10px;
	width: 10px;
	font-size: 12px;
	color: #ccc !important;
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900; 
	content: "\f054";
}
.sidenav li a:hover:after {
	color: #007bb9;
}
.sidenav li.active a:hover:after {
	color: #ccc;
}
.sidenav li.snheader a {
	padding-top: 0px;
	padding-bottom: 0px;
	display: block;
	border-bottom: none;
	line-height: 20px;
	color: #007bb9;
	margin-bottom: 0px;
}
.sidenav ul {
	padding-top: 0px;
	padding-bottom: 10px;
	border-bottom: 1px solid #cccccc;
}

/* sidenav sub menu */
.sidenav li ul li {
    border-bottom: none;
}
.sidenav li ul {
    padding-top: 0px;
    padding-bottom: 10px;
    margin-left: 20px;
    border-bottom: none;
}

.sidenav li ul li a {
   
}



/*------ accordions ------*/

.st-accordions {
}
.panel-group {
    margin-bottom: 90px;
}
.panel-default>.panel-heading {
    color: #072C50;
    background-color: #fff;
    border-color: #ddd;
}
.st-accordions .panel-default {
	border-color: transparent;
	-webkit-box-shadow: 0 0px 0px rgba(0,0,0,.05);
	box-shadow: 0 0px 0px rgba(0,0,0,.05);
}
.st-accordions .panel-group .panel {
	margin-bottom: 5px;
}
.st-accordions .panel-heading {
	padding: 10px 0px;
	border-bottom: 1px solid transparent;
	border-radius: 0px;
}
.st-accordions .panel-default>.panel-heading {
	color: #072c50;
	background-color: #fff;
	border-color: #ccc;
}
.st-accordions .panel-body {
	padding: 10px 0px 20px 0px;
	background-color: #ffffff;
	border-top: none;
	border-bottom: none;
}
.st-accordions .panel-body ul li {
	padding: 10px 0px 10px 0px;
	line-height: 22px;
}
.st-accordions .panel-body ul li:last-child {
	padding: 10px 0px 0px 0px;
}
.st-accordions .panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
	border-top: transparent;
}
#accordion .highlight {
	background: #efefef;
	transition: background 1s ease;
	color: #fff;
}
.panel-title {
	margin-top: 0;
	margin-bottom: 0px;
	font-size: 20px;
	line-height: 22px;
	color: #666666;
	font-weight: 600;
	display: block;
}
.panel-title a {
	color: #072C50;
}
.panel-title a:hover {
	color: #000;
}
.panel-title img {
	float: left;
	margin: 0px 20px 0px 0px;
}
.panel-title span {
	margin-top: 10px;
	margin-bottom: 0;
	display: block;
	font-size: 18px;
	line-height: 25px !important;
	color: inherit;
	font-weight: 400;
	font-family: "Poppins", sans-serif;
	letter-spacing: 0;
}
.panel-title a span {
	color: #127187;
}
#accordion .panel-title > a.accordion-toggle::before, #accordion a[data-toggle="collapse"]::before {
	content: "\f068";
	float: right;
	margin-right : 0em;
	color: #EF4237;
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900;
	font-size: 16px;
}
#accordion .panel-title > a.accordion-toggle.collapsed::before, #accordion a.collapsed[data-toggle="collapse"]::before {
	content: "\f067";
	color: #EF4237;
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900;
	font-size: 16px;
}

/*--------- service image ---------*/

.service-img {
	background-image: url(../images/inner-banner-bg1.jpg);
	background-position: top right;
	padding: 15px 20px 15px 20px;
	color: #ffffff;
	margin: 40px 0px 40px 0px;
	border-radius: 5px;
	text-align: left;
}
.service-img h2 {
	font-size: 30px;
	font-weight: 700;
	color: #ffffff;
	line-height: 34px;
	margin-bottom: 10px;
}
.service-img a {
	color: #ffffff;
}
.service-img a:hover {
	color: #ffffff;
}
.service-img p {
	margin-bottom: 10px;
	margin-top: 0px;
}
.service-url {
	font-weight: 600;
}


/*--------- news page --------*/

.post-block {
	margin-bottom: 50px;
	margin-top: 20px;
}
.post-img {
}
.post-content {
}
.meta {
	font-size: 18px;
	margin-bottom: 20px;
	text-transform: capitalize;
	font-weight: 400;
	color: #999999;
}
.meta-date {
}
.meta-date i {
	padding-right: 5px;
}
.post-content h1 {
	margin-bottom: 20px;
}
.post-content h1 a {
	color: #000000;
}
.post-content h1 a:hover {
	color: #007bb9;
}

/*--------- partners page --------*/



/*--------- Contact us Page ----------*/

.widget-address address {
	margin-bottom: 0px;
	line-height: 1.8;
}
.widget-callus {
}
.widget-callus ul li {
	margin-bottom: 10px;
}
.widget-callus ul li strong {
}
.widget-address i, .widget-callus i {
	font-size: 22px;
	color: #ff9900;
	float: left;
	margin-right: 10px;
	margin-top: 4px;
}
.widget.widget-address h3 {
	margin-bottom: 15px;
}
.widget.widget-callus h3 {
	margin-bottom: 15px;
}

/* Negative CAPTCHA to disable submits by bots */
	
	.formNegCap
		{
		display:			none;
		}


/*--------- Pubslished Articles and Books ----------*/

.innerpage .leftcolumn {
	padding-right: 30px;
	border-right: solid 1px #cccccc;
}
.innerpage .rightcolumn {
	padding-left: 30px;
}
h4.book-title-sm {
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 5px;
}
h4.book-title-sm a {
	color: #000000;
}
.book-block {
	margin-bottom: 40px;
}
.book-desc {
	line-height: 23px;
}
.book-img {
}
.book-desc .btn {
	margin-top: 17px;
}
.rightcolumn .section-title h3, .leftcolumn .section-title h3 {
	font-size: 24px;
}
img.pull-left {
	margin-right: 20px;
	margin-bottom: 20px;
}
img.pull-right {
	margin-left: 20px;
	margin-bottom: 20px;
}


.whychoose {
	font-size:16px;
	line-height: 20px;
	min-height: auto;
}
.whychoose-single {
	min-height: auto;
	margin-bottom: 10px;
}



.bottom-nav-btn a img {
	vertical-align: middle;
}
	
.bottom-nav-btn a {
		border: solid 1px #ccc;
		background: rgba(255, 255, 255, 1);
		color: #333;
		display: block;
		padding: 15px 5px 15px 5px;
	margin-bottom: 20px;
}
.bottom-nav-btn a:hover {
		border: solid 1px rgba(255, 197, 109, 0.4);
		background: rgba(255, 197, 109, 0.2);
		color: #072c50;
}

/* Testimonials */

.testimonial {
	display: block;
	margin-bottom: 40px;
	padding-bottom: 0px;
	border-bottom: solid 1px #ccc;
}

.testimonial.content p {
	margin-bottom: 10px;
	
}
.testimonial.content a {
	float: right;
	
}

.testimonial.content p.te-name  {
	font-size: 16px;
	line-height: 20px;
	font-style: italic;
	
}
#tid a.collapsed:after  {
    content: '+ Read More';
	font-size: 13px;
	text-transform: uppercase;
}
#tid a:not(.collapsed):after {
    content: '- Read Less';
		font-size: 13px;
	text-transform: uppercase;
}





/*============= media query =============*/

/* Large desktops and laptops */
@media screen and (min-width: 1200px) {
	

	
.top-navigation {
	padding-top:20px;
}
#search-area button.btn {
	padding-top: 9px;
	padding-bottom: 8px;
}
#search-area .well-bg {
	padding: 0px 0px 0px 0px;
}
#search-area input.form-control {
	height: 35px;
}
#search-area .btn {
	padding: 10px 10px 10px 10px;
}
#search-area .col-lg-4 {
	width: 32.33333333%;
}
.homebanner-captions {
	bottom: 40%;
	width: 65%;
	margin-left: 40px;
	margin-right: 0px;
}
.homebanner-title {
	font-size: 60px;
	font-weight: 700;
	letter-spacing: -1px;
	line-height: 70px;
}
.homebanner-text {
	font-size: 30px;
	line-height: 30px;
}
.homebanner-text p {
	margin-bottom: 25px;
}
.homebanner .slick-dots {
	bottom: 15px;
}
.header {
	background-color: #ffffff;
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 2.8;
}
.service-block {
	margin: 0px auto 0px auto;
}
.service-block h2 {
	margin-bottom: 0px;
	min-height: 75px;
	padding: 0px;
}
.service-block img {
	margin: 0px auto 0px auto;
	max-width:90px;
}
/*page header - min width 1200*/
#retail.page-header {
	background-image: url("../images/page-header-retail.png");
	/*background-size: auto 172px;*/
	background-size: cover;
	background-position: bottom center;
	height: 172px;
}
#emp-test.page-header {
	background-image: url(../images/page-header-emp-test.png);
	/*background-size: auto 172px;*/
	background-size: cover;
	background-position: bottom center;
	height: 172px;
}
#tra-cer.page-header {
	background-image: url(../images/page-header-tra-cer.png);
	/*background-size: auto 172px;*/
	background-size: cover;
	background-position: bottom center;
	height: 172px;
}
#resourc.page-header {
	background-image: url(../images/page-header-resources.png);
	/*background-size: auto 172px;*/
	background-size: cover;
	background-position: bottom center;
	height: 172px;
}
#our-comp.page-header {
	background-image: url(../images/page-header-our-comp.png);
	/*background-size: auto 172px;*/
	background-size: cover;
	background-position: bottom center;
	height: 172px;
}
#subpage.page-header {
	background-image: url(../images/innerpage-header.png);
	background-size: cover;
	background-position: bottom center;
	height: 250px;
}
.page-header-captions {
	bottom: 30%;
	width: auto;
	margin-left: 20px;
}
.page-header-title {
	font-size: 42px;
	font-weight: 400;
	letter-spacing: -1px;
	line-height: 44px;
	margin-bottom: 10px !important;
}
/*end of page header*/
	
	
.innerpage .service-block p {
	min-height: 75px;
}
	
.step-caption {
	text-align: right;
}
	
p.footer-cta-title,
.footer-box#footer-cta-2-col p.footer-cta-title {
	font-size: 42px;
	font-weight: 600;
	line-height: 42px;
	margin-bottom: 10px;
}	
	
}


/* md Landscape tablets and medium desktops */
@media screen and (min-width: 992px) and (max-width: 1199px) {
	
.top-navigation {
	padding-top:20px;
}
.arrowcol img {
		max-width:40px;
	margin:0 auto;
}
	
.main-container {
	margin-bottom: 60px;
	margin-top: 60px;
}
#search-area button.btn {
	padding-top: 17px;
	padding-bottom: 16px;
}
#search-area .well-bg {
	padding: 15px 20px 0px 20px;
}
#search-area {
}
#search-area .col-lg-offset-7.col-lg-3 {
	padding-right: 15px;
}
#search-area input.form-control {
	height: 52px;
}
#search-area .btn {
	padding: 10px 15px 10px 15px;
}
h1 {
	font-size: 40px;
	line-height: 48px;
}
h2 {
	font-size: 28px;
	line-height: 32px;
	margin: 0px;
	margin-bottom: 20px;
}
h3 {
	font-size: 22px;
	line-height: 28px;
	margin: 0px;
	margin-bottom: 5px;
}
.homebanner-captions {
	bottom: 35%;
	width: 70%;
	margin-left: 70px;
	margin-right: 0px;
}
.homebanner-title {
	font-size: 38px;
	font-weight: 400;
	letter-spacing: -1px;
	line-height: 38px;
}
/*page header - 992-1199*/
#retail.page-header {
	background-image: url(../images/page-header-retail.png);
	background-size: auto 150px;
	background-position: bottom center;
	height: 150px;
}
#emp-test.page-header {
	background-image: url(../images/page-header-emp-test.png);
	background-size: auto 150px;
	background-position: bottom center;
	height: 150px;
}
#tra-cer.page-header {
	background-image: url(../images/page-header-tra-cer.png);
	background-size: auto 150px;
	background-position: bottom center;
	height: 150px;
}
#resourc.page-header {
	background-image: url(../images/page-header-resources.png);
	background-size: auto 150px;
	background-position: bottom center;
	height: 150px;
}
#our-comp.page-header {
	background-image: url(../images/page-header-our-comp.png);
	background-size: auto 150px;
	background-position: bottom center;
	height: 150px;
}
#subpage.page-header {
	background-image: url(../images/innerpage-header.png);
	background-size: auto 150px;
	background-position: bottom center;
	height: 150px;
}
.page-header-captions {
	bottom: 25%;
	width: auto;
	margin-left: 15px;
}
.page-header-title {
	font-size: 30px;
	font-weight: 400;
	letter-spacing: -1px;
	line-height: 30px;
	margin-bottom: 20px !important;
}
/*end of page header*/

.homebanner-text {
	font-size: 16px;
	line-height: 20px;
}
.homebanner-text p {
	margin-bottom: 20px;
}
.homebanner .slick-dots {
	bottom: 10px;
}
.slick-dots li {
	width: 15px !important;
	height: 15px !important;
	margin: 0 6px !important;
}
.slick-dots li button:before {
	font-size: 10px !important;
	line-height: 20px !important;
	width: 10px !important;
	height: 10px !important;
}
.slick-next {
	right: 15px !important;
}
.slick-prev {
	left: 15px !important;
}
.header {
	background-color: #ffffff;
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 2.8;
}
.header .btn {
	font-size: 12px;
	padding: 10px;
}
#navigation > ul > li > a {
	padding: 20px 20px;
	font-size: 16px;
	letter-spacing: 0px;
	text-decoration: none;
	color: #666666;
	font-weight: 600;
	text-transform: capitalize;
	border: none;
	margin-right: -1px;
}
#navigation > ul > li.has-sub > a {
	padding-right: 42px;
}
#navigation ul ul li a {
	border-top: none;
	padding: 10px 20px 10px 20px;
	width: auto;
	font-size: 16px;
	line-height: 20px;
	text-decoration: none;
	color: #ffffff;
	font-weight: 600;
	background: #f7a600;
} 
#navigation ul ul li:last-child > a, #navigation ul ul li.last-item > a {
	border-bottom: 0;
	padding: 15px 20px 20px 20px;
}
h1.call-to-action-title {
	font-size: 29px !important;
	line-height: 32px;
	margin-bottom: 10px !important;
	margin-top: 10px !important;
}
.section-space-40 {
	padding-top: 35px;
	padding-bottom: 35px;
}
.service-block {
	padding: 20px 25px;
	margin: 0px auto 0px auto;
}
.service-block h2 {
	margin-bottom: 0px;
	min-height: 75px;
	padding: 0px;
}
.service-block img {
	margin: 0px auto 0px auto;
}
.innerpage .service-block p {
	min-height: 110px;
}
.rightcolumn .section-title h3, .leftcolumn .section-title h3 {
	font-size: 24px;
}
	/* hr service banner */
.service-url {
	display: none;
}
.step-caption {
	text-align: right;
}
p.footer-cta-title,
.footer-box#footer-cta-2-col p.footer-cta-title {
	font-size: 38px;
	font-weight: 600;
	line-height: 38px;
	margin-bottom: 10px;
}	
}


/* Portrait tablets and small desktops  sm */
@media screen and (min-width: 768px) and (max-width: 991px) {
	.top-navigation {
	padding-top:20px;
}
.arrowcol {
	margin-top:0px;
}
.arrowcol img {
		max-width:40px;
	margin:0 auto;
	}
.whychoose {
	font-size:14px;
}
.whychoose-single {
	min-height: 120px;
}


.main-container {
	margin-bottom: 40px;
	margin-top: 40px;
}
#search-area button.btn {
	padding-top: 17px;
	padding-bottom: 16px;
}
#search-area .well-bg {
	padding: 15px 20px 20px 20px;
}
#search-area {
}
#search-area .col-lg-offset-7.col-lg-3 {
	padding-right: 15px;
}
#search-area input.form-control {
	height: 52px;
}
#search-area .btn {
	padding: 10px 15px 10px 15px;
}
h1 {
	font-size: 38px;
	line-height: 46px;
}
h2 {
	font-size: 26px;
	line-height: 32px;
	margin: 0px;
	margin-bottom: 20px;
}
.section-title h2 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 5px;
}
h3 {
	font-size: 20px;
	line-height: 26px;
	margin: 0px;
	margin-bottom: 5px;
}
.section-title h3 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 30px;
}
h3.section-title {
    margin-bottom: 30px;
    font-size: 20px;
}

/*page header - 768-991*/
#retail.page-header {
	background-image: url(../images/page-header-retail.png);
	background-size: auto 130px;
	background-position: bottom center;
	height: 130px;
}
#emp-test.page-header {
	background-image: url(../images/page-header-emp-test.png);
	background-size: auto 130px;
	background-position: bottom center;
	height: 130px;
}
#tra-cer.page-header {
	background-image: url(../images/page-header-tra-cer.png);
	background-size: auto 130px;
	background-position: bottom center;
	height: 130px;
}
#resourc.page-header {
	background-image: url(../images/page-header-resources.png);
	background-size: auto 130px;
	background-position: bottom center;
	height: 130px;
}
#our-comp.page-header {
	background-image: url(../images/page-header-our-comp.png);
	background-size: auto 130px;
	background-position: bottom center;
	height: 130px;
}
#subpage.page-header {
	background-image: url(../images/innerpage-header.png);
	background-size: auto 130px;
	background-position: bottom center;
	height: 130px;
}
.page-header-captions {
	bottom: 16%;
	width: auto;
	margin-left: 15px;
}
.page-header-title {
	font-size: 28px;
	font-weight: 400;
	letter-spacing: -1px;
	line-height: 28px;
}
/*end of page header*/
	
.homebanner-captions {
	bottom: 35%;
	width: 40%;
	margin-left: 60px;
	margin-right: 0px;
}
.homebanner-title {
	font-size: 30px;
	line-height: 32px;
	margin-bottom: 15px;
	font-weight: 600;
}
.homebanner-text {
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 20px;
}
.homebanner-text p {
	margin-bottom: 30px;
}
.slick-prev, .slick-next {
	display: none !important;
}
.homebanner-captions .btn.btn-default {
	font-size: 16px;
	line-height: 10px;
	padding: 8px 15px 10px 15px;
}
.homebanner .slick-dots {
	bottom: 5px;
}
.slick-dots li {
	width: 15px !important;
	height: 15px !important;
	margin: 0 5px !important;
}
.slick-dots li button:before {
	font-size: 10px !important;
	line-height: 20px !important;
	width: 10px !important;
	height: 10px !important;
}
.feature-icon img {
    margin-bottom: 30px;
    max-width: 42px;
}
.header {
	background-color: #ffffff;
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 2.8;
}
.header .btn {
	font-size: 12px;
	padding: 10px;
}
#navigation > ul > li > a {
	padding: 20px 8px;
	font-size: 14px;
	letter-spacing: 0px;
	text-decoration: none;
	font-weight: 600;
	text-transform: capitalize;
	border:none;
	margin-right: -1px;
}
#navigation > ul > li.has-sub > a {
	padding-right: 30px;
}
#navigation ul ul li a {
	border-top: none;
	padding: 10px 15px 10px 15px;
	width: auto;
	font-size: 14px;
	line-height: 18px;
	text-decoration: none;
	color: #ffffff;
	font-weight: 600;
	background: #f7a600;
} 
#navigation ul ul li:last-child > a, #navigation ul ul li.last-item > a {
	border-bottom: 0;
	padding: 15px 15px 20px 15px;
}
.section-space-40 {
	padding-top: 30px;
	padding-bottom: 30px;
}
h1.call-to-action-title {
	font-size: 34px !important;
	line-height: 36px;
	margin-bottom: 5px !important;
	margin-top: 0px !important;
}
.call-to-action-btn {
	padding-top: 0px;
	margin-top: 20px;
}
.service-block {
	padding: 10px 0px 0px 0px;
	text-align: left;
	margin: 0px auto 10px auto;
}
.service-block h2 {
	margin-bottom: 10px;
	min-height: 10px;
	padding: 0px;
}
.service-block img {
	display: inline;
	padding: 0px 0px 0px 0px !important;
	max-width:90px;
}
.service-block p {
	margin-bottom: 15px;
	display: inline;
}
.service-block .btn-default {
	margin-left: 0px;
	margin-top: 10px;
}
.innerpage .service-block .btn-default {
	margin-left: 0px;
	margin-top: 0px;
}

.innerpage .service-block p {
	min-height: 20px;
}
.innerpage .service-block img {
	display: block !important;
	max-width: 250px;
	height: auto;
	margin: 20px auto 30px auto !important;
	float: none;
}
.widget.articlebox h3 {
	margin-bottom: 20px;
	line-height: 24px;
	font-size: 24px;
}
.innerpage .leftcolumn {
	padding-right: 15px;
	border-right: none;
}
.innerpage .rightcolumn {
	padding-left: 15px;
}
.rightcolumn .section-title h3, .leftcolumn .section-title h3 {
	font-size: 24px;
}
.page-breadcrumb .breadcrumb {
	padding: 3px 3px 8px 0px;
	border-bottom: solid 1px #cccccc;
}
.followico {
	text-align: left;
	margin-top: 15px;
}
.followico img {
	float: left;
}

	/* hr service banner */
.service-url {
	display: none;
}
.step-caption {
	text-align: left;
}
p.footer-cta-title,
.footer-box#footer-cta-2-col p.footer-cta-title {
	font-size: 36px;
	font-weight: 600;
	line-height: 36px;
	margin-bottom: 10px;
}	
.footer-box {
	margin-bottom:10px;
	}
.footer-box#footer-cta-2-col .btn-lg {
    margin-top: 10px;
	float:right;
}
.validation-steps img.steps-thumb {
	max-width: 250px;
}
.arrowcol img {
		max-width:40px;
	float:left;
	margin-left:105px;
	}
}

@media screen and (min-width: 481px) and (max-width: 767px) {
	.top-navigation {
	padding-top:20px;
}
	

/*page header - 481-767*/
#retail.page-header {
	background-image: url(../images/page-header-retail.png);
	background-size: auto 80px;
	background-position: bottom center;
	height: 80px;
}
#emp-test.page-header {
	background-image: url(../images/page-header-emp-test.png);
	background-size: auto 80px;
	background-position: bottom center;
	height: 80px;
}
#tra-cer.page-header {
	background-image: url(../images/page-header-tra-cer.png);
	background-size: auto 80px;
	background-position: bottom center;
	height: 80px;
}
#resourc.page-header {
	background-image: url(../images/page-header-resources.png);
	background-size: auto 80px;
	background-position: bottom center;
	height: 80px;
}
#our-comp.page-header {
	background-image: url(../images/page-header-our-comp.png);
	background-size: auto 80px;
	background-position: bottom center;
	height: 80px;
}
#subpage.page-header {
	background-image: url(../images/innerpage-header.png);
	background-size: auto 80px;
	background-position: bottom center;
	height: 80px;
}
.page-header-captions {
	bottom: 5%;
	width: auto;
	margin-left: 15px;
}
.page-header-title {
	font-size: 24px;
	font-weight: 400;
	letter-spacing: -1px;
	line-height: 24px;
}
.innerpage h1.page-header-title {
    margin-bottom: 2%;
}
/*end of page header*/
	
.homebanner-captions {
	bottom: 15%;
	width: 45%;
	margin-left: 40px;
}
.homebanner-title {
	font-size: 26px;
	line-height: 30px;
}
.homebanner-captions>.btn {
	/*display: none;*/
}
.homebanner-text {
	display: none;
}
.homebanner-text p {
}
.slick-prev, .slick-next {
	display: none !important;
}
.feature-icon img {
    margin-bottom: 30px;
    max-width: 42px;
}
.homebanner-captions .btn.btn-default {
}
.homebanner .slick-dots {
	bottom: 5px;
}
.slick-dots li {
	width: 10px !important;
	height: 10px !important;
	margin: 0 3px !important;
}
.slick-dots li button:before {
	font-size: 9px !important;
	line-height: 20px !important;
	width: 10px !important;
	height: 10px !important;
}
.section-space {
		padding-top: 60px;
		padding-bottom: 60px;
	}

p.footer-cta-title,
.footer-box#footer-cta-2-col p.footer-cta-title {
	font-size: 30px;
	font-weight: 600;
	line-height: 30px;
	margin-bottom: 10px;
}
.footer-box {
	margin-bottom:10px;
	}
.footer-box#footer-cta-2-col .btn-lg {
    margin-top: 10px;
	float:right;
}
}





/* Landscape phones and portrait tablets */
@media screen and (max-width: 768px) {
.top-navigation {
	padding-top:0px;
}
.whychoose-single {
	min-height: 120px;
}
.main-container {
	margin-bottom: 40px;
	margin-top: 40px;
}
#search-area button.btn {
	padding-top: 17px;
	padding-bottom: 16px;
}
#search-area .well-bg {
	padding: 15px 20px 20px 20px;
}
h1 {
	font-size: 36px;
	line-height: 42px;
}
h2 {
	font-size: 26px;
	line-height: 30px;
	margin: 0px;
	margin-bottom: 20px;
}
h3 {
	font-size: 22px;
	line-height: 26px;
	margin: 0px;
	margin-bottom: 5px;
}
.innerpage h1.page-header-title {
	margin-bottom: 4%;
}
.innerpage h1 {
	/*margin-bottom: inherit;*/
}
.header {
	background-color: #ffffff;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 2.8;
}
.header .btn {
	font-size: 12px;
	padding: 10px;
}
.navbar-brand {
}
.navbar-brand img {
	width: 278px;
	height: auto;
}
.top-navigation i.fa {
	padding-right: 2px;
}
.top-navigation ul li a {
	font-size: 18px;
	text-transform: capitalize;
	font-weight: 400;
	color: #666666;
}
.top-navigation ul li {
	float: left;
	padding-left: 28px !important;
	list-style: none;
}

.newsletter-form input.form-control {
	margin-bottom: 10px;
}
h1.call-to-action-title {
	font-size: 32px !important;
	line-height: 34px;
	margin-bottom: 15px !important;
	margin-top: 0px !important;
}
.section-half-bg {
	padding: 60px;
}

.feature-icon img {
    margin-bottom: 30px;
    max-width: 42px;
}
.footer-nav ul {
	margin: 50px 0px 0px 0px;
	padding: 0px;
}
.footer-nav ul li {
	float: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 15px 0px;
	list-style: inside;
	font-size: 16px;
	text-transform: capitalize;
	font-weight: 400;
	color: #a7a7a7;
	border-right: none;
	line-height: 16px;
} 
.footer-social {
	float: left !important;
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}
.footer-social a {
	padding: 0px 28px 12px 0px !important;
	color: #ffb341;
	display: inline-block;
	line-height: 0;
	font-size: 20px;
}
blockquote {
	padding: 20px 10px 20px 10px;
	margin-bottom: 25px;
	margin-top: 15px;
}
#navigation {
	width: 100%;
}
.navigation {
	background-color: #f7a600;
}
#navigation ul {
	width: 100%;
	display: none;
}
#navigation.align-center > ul {
	text-align: left;
}
#navigation ul li {
	width: 100%;
	border-top: 1px solid #ffc56d;
}
#navigation ul ul li, #navigation li:hover > ul > li {
	height: auto;
}
#navigation ul li a, #navigation ul ul li a {
	width: 100%;
	border-bottom: 0;
	border-left: transparent;
	border-right: transparent;
	padding: 18px 15px;
}
#navigation > ul > li {
	float: none;
}
#navigation ul ul li a {
	padding-left: 50px;
}
#navigation ul ul ul li a {
	padding-left: 35px;
}
#navigation ul ul li a {
	color: #fff;
	background: none;
}
#navigation ul ul li:hover > a, #navigation ul ul li.active > a {
	color: #ffffff;
}
#navigation ul ul, #navigation ul ul ul, #navigation.align-right ul ul {
	position: relative;
	left: 0;
	width: 100%;
	margin: 0;
	text-align: left;
	/*background-color: #007bb9;*/
}
#navigation > ul > li.has-sub > a:after, #navigation > ul > li.has-sub > a:before, #navigation ul ul > li.has-sub > a:after, #navigation ul ul > li.has-sub > a:before {
	display: none;
}
#navigation > ul > li > a {
	padding: 20px 20px;
	font-size: 18px;
	color: #fff;
}
#navigation > ul > li:hover > a {
    color: #ffffff;
    background-color: #f8853e;
}/*mobile code*/
#navigation ul ul li:last-child > a, #navigation ul ul li.last-item > a {
	border-bottom: 0;
	padding: 15px 15px 20px 50px;
}
#navigation #menu-button {
	display: block !important;
	padding: 17px 17px 15px 17px;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	text-transform: capitalize;
	font-weight: 400;
}
#navigation #menu-button:after {
	position: absolute;
	top: 22px;
	right: 15px;
	display: block;
	height: 8px;
	width: 20px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	content: '';
}
#navigation #menu-button:before {
	position: absolute;
	top: 16px;
	right: 15px;
	display: block;
	height: 2px;
	width: 20px;
	background: #fff;
	content: '';
}
#navigation #menu-button.menu-opened:after {
}
#navigation #menu-button.menu-opened:before {
}
#navigation .submenu-button {
	position: absolute;
	z-index: 99;
	right: 0;
	top: 0;
	display: block;
	height: 50px;
	width: 50px;
	cursor: pointer;
}
#navigation .submenu-button.submenu-opened {
}
#navigation ul ul .submenu-button {
	height: 34px;
	width: 34px;
}
#navigation .submenu-button:after {
	position: absolute;
	top: 18px;
	right: 20px;
	display: block;
	font-family: "Font Awesome 5 Free"; 
	content: "\f107";
	color: #ffffff;
	font-size: 18px;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
	font-weight: 900; 
}
#navigation ul ul .submenu-button:after {
	top: 15px;
	right: 13px;
}
#navigation .submenu-button.submenu-opened:after {
	top: 22px;
	right: 20px;
	font-family: "Font Awesome 5 Free";  
	content: "\f106";
	color: #ffffff;
	  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
	font-weight: 900; 
}
#navigation .submenu-button:before {
	position: absolute;
	top: 19px;
	right: 22px;
	display: block;
}
#navigation ul ul .submenu-button:before {
	top: 12px;
	right: 16px;
}
#navigation .submenu-button.submenu-opened:before {
	display: none;
}
.section-space-40 {
	padding-top: 30px;
	padding-bottom: 30px;
}
.btn-lg {
	font-size: 22px;
	padding: 15px 15px 17px 15px;
}

.service-block {
	padding: 15px 25px;
	max-width: 600px;
	margin: 0px auto 30px auto;
}

.service-block h2 {
	margin-bottom: 10px;
	min-height: 15px;
	padding: 0px;
}
.service-block img {
	margin: 0px auto 0px auto;
	max-width:100%;
}
.innerpage .service-block {
	margin: 30px auto 0px auto;
}

.innerpage .service-block p {
	min-height: 20px !important;
}
.innerpage .service-block img {
	display: block;
	max-width: 250px;
	height: auto;
	margin: 30px auto 30px auto;
}

.partnerlogo a small {
	text-align: left;
	background-color: #ffffff;

}


.innerpage .leftcolumn {
	padding-right: 15px;
	border-right: none;
}
.innerpage .rightcolumn {
	padding-left: 15px;
}
.rightcolumn .section-title h3, .leftcolumn .section-title h3 {
	font-size: 24px;
}



.page-breadcrumb .breadcrumb {
	margin-bottom: 0px;
	padding: 3px 3px 8px 0px;
	font-size: 16px;
	line-height: 20px;
	border-bottom: solid 1px #cccccc;
}
.page-breadcrumb .breadcrumb>li+li:before {
	padding: 0 2px;
	color: #ccc;
	content: "-";
}
.followico {
	text-align: left;
	margin-top: 15px;
}
.followico img {
	float: left;
}

.space-bottom-80 {
	padding-bottom: 50px;
}
.footer {
	padding: 40px 20px 30px 20px;
}
	/* hr service banner */
.service-url {
	display: none;
}
.service-img {
	background-position: top left;
	text-align: center;
}
	
.step-caption {
	text-align: left;
}
	p.footer-cta-title,
.footer-box#footer-cta-2-col p.footer-cta-title {
	font-size: 30px;
	font-weight: 600;
	line-height: 30px;
	margin-bottom: 10px;
}
	.validation-steps img.steps-thumb {
	max-width: 240px;
}
.logo-inside-content {
	float: none;
	padding: 0px 6px;
	border: none;
}
.arrowcol {
		margin-top:0px;
}
.arrowcol img {
	max-width:40px;
	margin:o auto;
}
}


/* ----------------Portrait phones and smaller------------- */


@media screen and (max-width: 480px) {
	.top-navigation {
	padding-top:0px;
}
.whychoose-single {
	min-height: auto;
}
.home-infographic {
    padding-left: 0;
}
	
.arrowcol img {
	margin: 0 auto !important;
	}
	
.arrowcol {
    margin-top: 0;
}
	
#search-area button.btn {
	padding-top: 17px;
	padding-bottom: 16px;
}
#search-area .well-bg {
	padding: 15px 20px 20px 20px;
}
.section-title {
    max-width: 90%;
}
h1 {
	font-size: 30px;
	line-height: 32px;
}
h2.title-large {
	font-size: 28px;
	line-height: 32px;
}
h2 {
	font-size: 24px;
	line-height: 28px;
	margin: 0px;
	margin-bottom: 20px;
}
.section-title h2 {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 10px;
}
h3 {
	font-size: 22px;
	line-height: 26px;
	margin: 0px;
	margin-bottom: 5px;
}
h3.section-title {
    margin-bottom: 25px;
	margin-top:20px;
	font-size:22px;
	text-align: center;
}
.section-title h3 {
    margin-bottom: 20px;
	font-size:16px;
}

.feature-icon{
	text-align: center;
}
	
.feature-icon img {
	margin-bottom: 20px;
	max-width: 46px;
	display: inline;
}
	
.section-space {
		padding-top: 50px;
		padding-bottom: 50px;
	}

/*page header - max-width480*/
	
#retail.page-header {
	background-image: url(../images/page-header-retail.png);
	background-size: auto 55px;
	background-position: bottom center;
	height: 55px;
}
#emp-test.page-header {
	background-image: url(../images/page-header-emp-test.png);
	background-size: auto 55px;
	background-position: bottom center;
	height: 55px;
}
#tra-cer.page-header {
	background-image: url(../images/page-header-tra-cer.png);
	background-size: auto 55px;
	background-position: bottom center;
	height: 55px;
}
#resourc.page-header {
	background-image: url(../images/page-header-resources.png);
	background-size: auto 55px;
	background-position: bottom center;
	height: 55px;
}
#our-comp.page-header {
	background-image: url(../images/page-header-our-comp.png);
	background-size: auto 55px;
	background-position: bottom center;
	height: 55px;
}
#subpage.page-header {
	background-image: url(../images/innerpage-header.png);
	background-size: auto 55px;
	background-position: bottom center;
	height: 55px;
}
.page-header-captions {
	display: none;
}
.page-header-title {
	display: none;
}
/*end of page header*/

.homebanner-captions {
	bottom: 25%;
	width: 60%;
	margin-left: 20px;
}
.homebanner-title {
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 5px;
}
.homebanner-text {
	display: none;
}
.homebanner-captions>.btn {
    padding: 3px 15px 5px 15px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
}
.homebanner-img {
    /*display: none;*/
	margin-left: 50px;
}
.homebanner-text p {
}
.homebanner .slick-dots {
	display: none;
}
.slick-prev, .slick-next {
	display: none !important;
}

.slick-dots li {
	display: none;
}
.slick-dots li button:before {
	display: none;
}

.top-navigation i.fa {
	padding-right: 5px;
}
.top-navigation ul li a {
	font-size: 14px;
	text-transform: capitalize;
	font-weight: 400;
	color: #666666;
}
.top-navigation ul li {
	float: left;
	padding-left: 25px !important;
	list-style: none;
}

#search-area .well-bg {
	padding: 5px 10px 20px 10px;
}
.section-space-40 {
	padding-top: 25px;
	padding-bottom: 25px;
}
.call-to-action-btn {
	padding-top: 20px;
	max-width: 480px;
	margin-top: 0px;
}
h1.call-to-action-title {
	font-size: 32px !important;
	line-height: 40px;
	margin-bottom: 10px !important;
	margin-top: 0px !important;
}
.callin {
	text-align: center;
}
.call-action-desc {
	font-size: 18px;
}
.callin, .newsletterin {
	display: block;
	width: 100%;
	clear: both;
}
.btn-lg {
	font-size: 22px;
	padding: 15px 20px 17px 20px;
}
.footer {
	background-color: #072c50;
	padding-top: 40px;
	padding-bottom: 30px;
	color: #a7a7a7;
	font-size: 16px;
}
.footer-nav ul {
	margin: 35px 0px 0px 0px;
	padding: 0px;
}
.footer .row.space-bottom-40 {
	padding-bottom: 20px;
}
.service-block {
	padding: 15px 25px;
	max-width: 600px;
	margin: 0px auto 5px auto;
}
.service-block h2 {
	margin-bottom: 10px;
	min-height: 15px;
	padding: 0px;
}
.service-block img {
	margin: 0px auto 0px auto;
	max-width:100%;
}
.service-block p {
	margin-bottom: 15px;
}
.service-block .btn-default {
	margin-left: 0px;
	margin-top: 10px;
}
.innerpage .service-block {
	margin: 30px auto 0px auto;
}

.innerpage .service-block p {
	min-height: 20px !important;
}




p.footer-cta-title,
.footer-box#footer-cta-2-col p.footer-cta-title {
	font-size: 28px;
	font-weight: 600;
	line-height: 28px;
	margin-bottom: 10px;
}
.footer-box {
	margin-bottom:20px;
	}
.footer-box#footer-cta-2-col .btn-lg {
    margin-top: 10px;
	float:right;
}
.footer-cta-bg .container {
    /*padding-top: 20px;
    padding-bottom: 0px;*/
	padding:20px;
}
	
	.partners img {
	max-width: 150px;
	display: block;
	margin-bottom: 15px;
}
}



/* Logo media query fix for TestGenius*/

@media (min-width:321px) and (max-width:480px) {
.navbar-brand img {
	width: 200px;
	height: auto;
}
}
@media screen and (max-width: 320px) {
.navbar-brand img {
	width: 159px;
	height: auto;
}
	
}




/* ADDITIONAL STYLES */

/* Blog Feeds */
span#psZ5Iil {
	font-weight: 700 !important;
}
p.rssincl-itemtitle {
	margin-bottom: 10px !important;
}
p.rssincl-itemtitle a {
	color: #666666!important;
}
p.rssincl-itemtitle a:hover {
	color: #007bb9 !important;
}


/* News Page Blog Feeds */
.post-block p.rssincl-itemtitle {
	font-size: 42px;
	line-height: 52px;
	font-weight: 400;
	font-family: "Poppins", sans-serif;
	letter-spacing: -1px;
	text-transform: capitalize;
	margin-bottom: 20px !important;
}
.post-block p.rssincl-itemtitle a {
	color: #000000 !important;
}
.post-block p.rssincl-itemtitle a:hover {
	color: #f7a600 !important;
}
.post-block p.rssincl-itemdesc {
	margin-bottom: 20px;
}
.post-block p.rssincl-itemdate {
	font-size: 18px;
	margin-bottom: 50px;
	text-transform: capitalize;
	font-weight: 400;
	color: #999999;
	padding-left: 25px;
}
.post-block p.rssincl-itemdate:before {
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900; 
	display: block;
	position: absolute;
	left: 15px;
	width: 20px;
	font-size: 20px;
	color: #999999;
	content: "\f073";
}
	
	
/* Hide Video Download Button (self hosted mp4 video) for physical ability testing page */
video::-internal-media-controls-download-button {
 display:none;
}
 video::-webkit-media-controls-enclosure {
 overflow:hidden;
}
 video::-webkit-media-controls-panel {
 width: calc(100% + 30px); /* Adjust as needed */
}

/* Contact Form */
.formNegCap {
    display: none;
}

/* Top Site Search */
#livesearch {
	z-index:500;
	padding:22px 10px 5px 10px;
	line-height: 1;
	border-radius: 4px;
	box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
	color:#7c8182;
	}
#livesearch a {
	display:block;
	margin:0px;
	padding:5px 0px;
	color:#7c8182;
	font-size:16px;
}
#livesearch a:hover {
	color:#f7a600;
}
#search-area .collapse in span.input-group-btn {
	display:none;
}
#search-area .input-group .form-control:first-child{
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.additional-box {
	padding: 20px;
	border: solid 1px #ccc;
	border-radius: 5px;
	margin-top: 40px;
	margin-bottom: 0px;
}

.additional-box h3{
	margin-bottom: 0px;
	
}

/* opac certification page icon menu */

ul.iconmenu {
    margin-left: 0px;
    -webkit-padding-start: 0px;
    display: block;
	border-radius: 5px;
	border: solid 1px #ccc;
	padding: 15px;
}
ul.iconmenu > li {
    list-style: none;
    display: block;
    margin: 0px;
    text-align: left;
    width: auto;
    padding: 0px 10px;
    font-size: 18px;
    line-height: 18px;
	
}
ul.iconmenu > li i.fa,
ul.iconmenu > li i.far,
ul.iconmenu > li i.fas {
    font-size: 24px;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-right: 10px;
    color: #f7a600;
    width: 25px;
    text-align: center;
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900; 
}


.well {
    background-color: #efefef;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.validation-wizard {
	max-width: 450px;
	background-color: #fff;
	text-align: center;
	border: solid 1px #eee;
	display: block;
	margin: 20px auto 20px auto;
}
.text-lowercase {
	text-transform: lowercase !important;
}

/* validation modals */

/* steps */

.validation-steps  {
	padding: 15px;
}

.validation-steps .row {
	border: solid 1px #ccc; 
	border-radius: 5px; 
	padding: 15px; 
	margin-bottom: 30px;
}

.step-caption {
	font-size: 12px;
	display: block;
}



/*modal 01*/
#myModal01 .modal-header,
#myModal02 .modal-header,
#myModal03 .modal-header {
    padding: 5px 10px 0px 0px;
    border-bottom: none;
}
#myModal01 .modal-body,
#myModal02 .modal-body,
#myModal03 .modal-body {
    padding: 10px;
}
@media (min-width: 768px) {
#myModal01 .modal-dialog {
    width: 367px;
}
#myModal02 .modal-dialog {
    width: 584px;
}
#myModal03 .modal-dialog {
    width: 584px;
}
.logo-inside-content {
	float: right;
	padding: 0px 7px;
	border: solid 1px #ccc;
	margin-left: 10px;
}
}

/* Retail Lead Capture Form */

.ao-form label.ao-form-label {
	font-family: "Poppins", sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #323333;
}
.ao-form label.ao-form-label span.ao-required {
	color:#FF0000;
}

.ao-form input:not([type="radio"]):not([type="checkbox"]) {
    background-color: #fefefd;
    border-radius: 4px !important;
    border: 2px solid #edebe3;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    height: 52px;
    color: #7c8182;
}


button.ao-form-submit {
	background-color: #007bb9 !important;
    color: rgb(255, 255, 255);
    border-radius: 6px;
    font-size: 14pt !important;
    font-weight: 600 !important;
	font-family: 'Source Sans Pro', sans-serif !important;
    padding: 5px 10px !important;
}

.ao-submit-block div {
	text-align: center !important;
}

