@charset "UTF-8";
/* CSS Document */
/*
Template Name : UnifromGuidelines.com website style
*/

body {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	line-height: 30px;
	color: #414042;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 400;
}
h1, h2, h4, h5, h6 {
	color: #000000;
	font-family: 'PT Serif', 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: 700;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-bottom: 10px;
	color: #127187;
	font-family: 'Source Sans Pro', 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: 27px;
}
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;
}
a {
	color: #4e952d;
	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: #2c8194;
}
strong {
	font-weight: 700;
}
hr {
	border-top: 1px solid #dfdfdf;
}

/*-----  button -----*/

.btn {
	padding: 10px 15px 10px 15px;
	border-radius: 4px;
	font-size: 18px;
	line-height: 20px;
	font-weight: 400;
	letter-spacing: 0px;
	text-transform: capitalize;
	font-family: 'Source Sans Pro', sans-serif;
	border: transparent;
	white-space: normal;
}
.btn-default {
	background: #4e952d;
	color: #fff;
	border: transparent;
}
.btn-default:hover {
	background-color: #407a25;
	color: #fff;
}
.btn-default.focus, .btn-default:focus {
	color: #fff;
	background-color: #407a25;
	border-color: #407a25;
}
.btn-primary {
	background: #2c8194;
	color: #fff;
}
.btn-primary:hover {
	background-color: #226372;
	color: #fff;
	border: transparent;
}
.btn-primary.focus, .btn-primary:focus {
	color: #fff;
	background-color: #385860;
	border-color: #385860;
}
.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: #4e952d;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: underline;
}
.btn-link:hover {
	color: #2c8194;
	text-decoration: none;
}
/*----- 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;
}
.space-topbottom-img-20 {
	margin-top: 20px;
	margin-bottom: 20px;
}
.section-color {
	background-color: #f9f8f4;
}
.section-default-bg {
	background-color: #2c8194;
}
.section-primary-bg {
	background-color: #4e952d;
}
.section-title {
	margin-bottom: 60px;
	text-align: center;
}
.no-padding {
	padding: 0px;
}
.padding-left-0 {
	padding-left: 0px;
}
.padding-right-0 {
	padding-right: 0px;
}
.mb60 {
	margin-bottom: 60px;
}
.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: #337ab7;
}
.sitemaps h3 {
	margin-bottom: 0px;
	font-size:20px;
}
.sitemaps h3 a {
	color: #337ab7;
}
.sitemaps h3 a:hover {
	color: #4e952d;
}

/*------ margins space --------*/

.mb0 {
	margin-bottom: 0px;
}
.main-container {
	margin-bottom: 80px;
	margin-top: 80px;
}
.content {
}
.sidebar {
}
p:last-child {
	margin-bottom: 0;
}
::selection {
	background: #ffecb3;
	color: #333;
}
::-moz-selection {
background: #ffecb3;
color: #333;
}
.lead {
	font-size: 21px;
	color: #4e952d;
	line-height: 1.8;
}
.text-highlight {
	color: #4e952d;
}
/*----- 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 -----*/
.service-block {
	background-color: #ffffff;
	padding: 20px 25px;
	text-align: center; /*border:solid 1px #ccc;*/
}
.service-block h2 {
	color: #000000;
}
.service-block h2 a {
	color: #000000;
}
.service-block h2 a:hover {
	color: #4e952d;
}
.service-block img {
	display: block;
	max-width: 230px;
	height: auto;
}
.forhome {
	margin-bottom: 80px;
}

/*----- service block innerpage -----*/
.innerpage .service-block {
	background-color: #ffffff;
	padding: 20px 25px;
	text-align: center;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-top: solid 5px #e17e32;
	border-bottom: solid 1px #ccc;
	margin: 30px 0px 0px 0px;
}
.innerpage .service-block .fa {
	display: block;
	font-size: 70px;
	color: #cfdee2;
	margin: 20px 0px 40px 0px;
}
.innerpage .service-block .fa a {
	color: #cfdee2;
}
.innerpage .service-block img {
	display: block;
	max-width: 250px;
	height: auto;
	margin: 20px auto 30px auto;
}

/*--------- list bullet elements --------*/

ul.listnone {
}
.check li {
	position: relative;
	padding-left: 26px;
	color: #414042;
	line-height: 32px;
}
.check li:before {
	font-family: FontAwesome;
	display: block;
	position: absolute;
	left: 0;
	width: 13px;
	font-size: 14px;
	color: #2c8194;
	content: "\f00c";
}
.arrows li {
	position: relative;
	padding-left: 26px;
	color: #414042;
	line-height: 32px;
}
.arrows li:before {
	font-family: FontAwesome;
	display: block;
	position: absolute;
	left: 0;
	width: 13px;
	font-size: 16px;
	color: #2c8194;
	content: "\f105";
}
.check-white li {
	position: relative;
	padding-left: 26px;
	color: #fff;
	line-height: 32px;
}
.check-white li:before {
	font-family: FontAwesome;
	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: FontAwesome;
	display: block;
	position: absolute;
	left: 0;
	width: 20px;
	font-size: 16px;
	color: #2c8194;
	content: "\f058";
}
.check-check-primary li {
	position: relative;
	padding-left: 26px;
}
.check-check-primary li:before {
	font-family: FontAwesome;
	display: block;
	position: absolute;
	left: 0;
	width: 20px;
	font-size: 16px;
	color: #2c8194;
	content: "\f058";
}
.long-arrow-right li:last-child {
	border-bottom: 0px solid #333;
}
.long-arrow-right li a:after {
	margin-right: 10px;
	font-family: FontAwesome;
	position: absolute;
	right: 4px;
	width: 20px;
	font-size: 16px;
	color: #a1a4a5;
	content: "\f178";
}

/*----- Top bar -----*/

.top-nav {
}
.top-nav ul {
	float: right;
	margin: 0px;
	padding-left: 0px;
}
.top-nav ul li {
	float: left;
	padding-left: 40px;
	list-style: none;
}
.top-nav ul li a {
	font-size: 16px;
	text-transform: capitalize;
	font-weight: 400;
	color: #414042;
}
.top-nav ul li a:hover {
	color: #4e952d;
}
.top-nav ul li.active a {
	color: #2c8194;
}
.top-nav i.fa {
	padding-right: 5px;
}
.callno {
	font-size: 18px !important;
	text-transform: capitalize;
	font-weight: 700 !important;
	color: #414042;
	line-height: 50px;
}
.header {
	background-color: #ffffff;
	padding-top: 25px;
	padding-bottom: 30px;
	line-height: 2.8;
}
.navbar-brand {
	float: left;
	height: auto;
	padding: 4px 15px;
	font-size: 18px;
	line-height: 20px;
}
.navbar-brand img {
	width: 154px;
	height: auto;
}
#search-area {
}
#search-area button.btn {
}
#search-area .well-bg {
}
.navigation {
	background-color: #2c8194;
	position: relative;
	z-index: 2;
}
.sticky-wrapper.is-sticky .navigation {
	background-color: #323333;
}
.sticky-wrapper.is-sticky #navigation > ul > li > a {
	border-left: 1px solid #4d4f4f;
	border-right: 1px solid #4d4f4f;
}
#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: #246a7b;
}
#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: 20px 25px 20px 28px;
	font-size: 20px;
	letter-spacing: 0px;
	text-decoration: none;
	color: #ffffff;
	font-weight: 400;
	text-transform: capitalize;
	border-left: 1px solid #246a7b;
	border-right: 1px solid #246a7b;
	margin-right: -1px;
} 
#navigation > ul > li:hover > a {
	color: #ffffff;
	background-color: #4e952d;
}
#navigation > ul > li.has-sub > a {
	padding-right: 45px;
} 
#navigation > ul > li.has-sub > a:after {
	position: absolute;
	content: "\f107";
	font: normal normal normal 20px/1 FontAwesome;
	padding-left: 10px;
}
#navigation ul ul {
	position: absolute;
	left: -9999px;
}
#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: 400;
	background: #4e952d;
}
#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: #448227;
}
#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;
}


/*--------- client-logo ---------*/

.client-logo {
	width: auto;
	margin: 0 auto;
}
.client-logo img {
	opacity: .7;
	margin-bottom: 5px;
}
.client-logo img:hover {
	opacity: 1;
}
.client-logo ul {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-align: center;
}
.client-logo ul li {
	float: left;
	padding: 10px 5px 10px 5px;
	margin: 0px 15px 30px 15px;
	list-style: none;
	border: solid 1px #ccc;
	text-align: center;
	font-size: 16px;
	min-width: 185px;
	min-height: 125px;
	line-height: 18px;
} 

/*-------- footer ---------*/

.footer {
	background-color: #323333;
	padding-top: 60px;
	padding-bottom: 30px;
	color: #a7a7a7;
	font-size: 16px;
}
.footer a {
	text-transform: capitalize;
	font-weight: 400;
	color: #ffffff;
}
.footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}
.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;
}
.ft-social-widget {
	float: none;
	margin-top: 0px;
}
.ft-social-block {
}
.ft-social-widget a {
	padding: 12px 28px 12px 0px;
	color: #ffffff;
	display: inline-block;
	line-height: 0;
	font-size: 20px;
}
.ft-social-widget a:hover {
	color: #4e952d;
}
.newsletter-form {
}
.newsletter-form input.form-control {
	background-color: #ffffff;
	border: none;
	margin-bottom: 0px;
}
.form-control {
	font-size: 18px;
	color: #414042;
}
.footer-logo img {
	width: 154px;
	height: auto;
}


/*--------- sponsors sidebar inner --------*/
.widget.sponsors {
    text-align: center;
}
.widget.sponsors ul{
	margin-bottom: 0px;
    list-style: none;
    text-align: center;
	padding: 0px;
}
.widget.sponsors ul li{
	margin-bottom: 20px;
    text-align: center;
	border-bottom: solid 1px #ccc;
	padding: 0px 0px 10px 0px;
	font-size: 16px;
}
.widget.sponsors ul li:last-child{
	border-bottom: none;
}
.sponsors img {
    opacity: .7;
    margin-bottom: 5px;
}
.sponsors img:hover {
    opacity: 1;
}
/*---------- Template Elements --------*/

.icon {
	margin-bottom: 30px;
}
.icon-size {
	font-size: 62px;
}

/*-- feature box --*/

.feature-bg {
	background-color: #f9f8f4;
}
.feature-bdr {
	border-right: 5px solid #fff;
}
.feature {
	margin-top: 5px;
}
.feature-icon {
	color: #2c8194;
	font-size: 34px;
	margin-bottom: 30px;
}
.feature-inner {
	padding: 40px;
}
.feature-content {
}
.feature-left {
}
.feature-left .feature-icon {
	float: left;
}
.feature-left .feature-content {
	padding-left: 60px;
	text-align: left;
}
.call-to-action-default {
}
.call-to-action-title {
	color: #ffffff;
}
h1.call-to-action-title {
	font-size: 36px;
	margin-bottom: 0px;
	margin-top: 0px;
}
.call-action-desc {
	color: #ffffff;
	font-size: 17px;
}
.call-to-action-btn {
	padding-top: 0px;
	margin-top: 10px;
	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(44, 128, 148, 100) url(../images/cd-top-arrow.png) no-repeat center 50%;
	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: #407a25;
	opacity: 1;
}



/*-------- INNER PAGES ---------*/


/*-------- page header ---------*/
.page-header {
	position: relative;
	margin: 0px;
	border-bottom: none;
	padding-bottom: 0px;
}
.page-header-img {/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+1,000000+100&0.6+0,0.6+100 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.4) 1%, rgba(0,0,0,0.4) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.4) 1%, rgba(0,0,0,0.4) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.4) 1%, rgba(0,0,0,0.4) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#99000000', GradientType=0 ); /* IE6-9 */
}
.page-header img {
	width: 100%;
	z-index: -1;
	position: relative;
}
.page-header-captions {
	position: absolute;
	bottom: 40%;
	width: auto;
}
#homep.page-header .page-header-captions {
	position: absolute;
	bottom: 45%;
	text-align: center;
}
.page-header-text {
	color: #fff;
	font-weight: 600;
}
.page-header-title {
	color: #fff;
}
.page-header-title a {
	color: #fff;
	text-decoration: none;
}
.page-header-title a:hover {
	color: #fff;
	text-decoration: underline;
}
.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 {
	text-transform: capitalize;
	margin-bottom: 0px;
	padding: 0px 5px 0px 0px;
	background-color: #ffffff;
	border-radius: 0px;
	font-size: 18px;
	margin-top: 15px;
}
.page-breadcrumb .breadcrumb>.active {
	color: #414042;
}
.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;
}
.widget ul {
	margin-bottom: 0px;
}
.widget .callno {
	font-size: 24px !important;
	font-weight: 400 !important;
	margin: 5px 0px 5px 0px;
	display: block;
	text-align: center;
}
.widget .callno i {
	font-size: 24px;
	margin-right: 5px;
	line-height: 30px;
}
.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: #4e952d;
}
.sidenav li:last-child a {
	border-bottom: none;
	padding-bottom: 10px;
}
.sidenav li a:hover {
	color: #2c8194;
}
.sidenav li.active a {
	color: #414042;
}
.sidenav li.active a:after {
	display: none;
}
.sidenav li a:after {
	margin-right: 0px;
	font-family: FontAwesome;
	position: absolute;
	right: 4px;
	top: 20px;
	width: 10px;
	font-size: 12px;
	color: #4e952d;
	content: "\f054";
}
.sidenav li a:hover:after {
	color: #2c8194;
}
.sidenav li.snheader a {
	padding-top: 0px;
	padding-bottom: 0px;
	display: block;
	border-bottom: none;
	line-height: 20px;
	color: #4e952d;
	margin-bottom: 0px;
}
.sidenav ul {
	padding-top: 0px;
	padding-bottom: 10px;
	border-bottom: 1px solid #cccccc;
}



/*------ accordions ------*/

.st-accordions {
}
.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: 20px;
}
.st-accordions .panel-heading {
	padding: 20px 25px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
.st-accordions .panel-default>.panel-heading {
	color: #414042;
	background-color: #efefef;
	border-color: #f9f8f4;
}
.st-accordions .panel-body {
	padding: 30px 0px 30px 0px;
	background-color: #ffffff;
	border-top: none;
	border-bottom: solid 20px #efefef;
}
.st-accordions .panel-body ul li {
	padding: 10px 0px 10px 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;
	color: #000000;
	font-weight: 400;
	display: block;
}
.panel-title a {
	color: #000000;
}
.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: 'Source Sans Pro', 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: "\e113";
	float: right;
	font-family: 'Glyphicons Halflings';
	margin-right : 0em;
	color: #2c8094;
}
#accordion .panel-title > a.accordion-toggle.collapsed::before, #accordion a.collapsed[data-toggle="collapse"]::before {
	content: "\e114";
	color: #4e952d;
}

/*--------- service image ---------*/

.service-img {
	background: url(../images/inner-banner-bg1.jpg) top right;
	padding: 15px 20px 15px 20px;
	color: #ffffff;
	margin: 40px 0px 40px 0px;
}
.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: #fffff;
}
.service-img p {
	margin-bottom: 10px;
	margin-top: 0px;
}
/*--------- service image ofccp ---------*/

.service-img.ofccp {
	background: url(../images/inner-banner-bg2.jpg) top right;
	color: #5e180f;
	border: solid 1px #d2a445;
}
.service-img.ofccp h2 {
	color: #5e180f;
}
.service-img.ofccp p {
	margin-bottom: 0px;
	margin-top: 7px;
}

/*--------- 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: #4e952d;
}

/*--------- industry partners page --------*/

.featuredpartner {
	padding: 20px 0px 20px 0px;
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	margin: 0px;
}
.featuredpartner img {
	margin: 0px 0px 0px 0px;
}
.allpartners .partnerlogo {
	padding: 20px 20px 20px 20px;
	margin: 40px 0px 0px 0px;
	height: auto;
	text-align: center;
	border: solid 1px #dbdbdb;
}
.partnerlogo a small {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}
.pspecialty {
	display: table;
	margin-bottom: 20px;
	text-transform: capitalize;
}
.pspecialty > p {
	text-align: center;
	font-style: italic;
	height: 130px;
	margin-bottom: 20px;
	display: table-cell;
	vertical-align: middle;
}
.pdesc {
	min-height: 330px;
}


.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;
}
.rightcolumn .section-title h3, .leftcolumn .section-title h3 {
	font-size: 24px;
}
img.pull-left {
	margin-right: 10px;
	margin-bottom: 10px;
}
.alert {
	padding: 20px;
	border-radius: 0px;
}
.alert>p, .alert>ul {
	margin-bottom: 10px;
}
.indbox {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}
.indbox img {
	margin: 5px;
}

/*--- table styles ---*/

.tablestyleone {
	font-size: 16px;
}
.tablestyleone th, .tablestyleone td {
	text-align: center;
}
.tablestyleone .lefthead {
	text-align: left;
	font-weight: 700;
	color: #000;
}
.tablestyleone .table-striped>tbody>tr:nth-of-type(odd) {
	background-color: #ecf6f8;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th {
	padding: 12px 8px 12px 8px;
	vertical-align: middle;
	color: #2c8194;
}
.table>thead>tr>td, .table>thead>tr>th {
	padding: 12px 8px 12px 8px;
	vertical-align: middle;
	color: #000;
}
/* Calendar of events */
.event-block {
	border-bottom: solid 1px #cccccc;
	padding: 20px 0px 20px 0px;
}
.event-day {
	padding: 0px 0px 10px 0px;
}
h3.event-date {
	font-size: 22px;
	padding: 7px 0px 7px 0px;
	font-weight: 400 !important;
	border-top: solid 1px #cccccc;
	border-bottom: dotted 1px #cccccc;
	margin-bottom: 0px;
}
.event-item {
	padding: 10px 0px 0px 0px;
	border-top: dotted 1px #cccccc;
}
.event-item p {
	margin-bottom: 5px;
	margin-top: 0px;
}
p.single-event-title {
	font-size: 20px;
	font-weight: 400;
}
p.single-event-title a {
	color: #e27e32;
}
p.single-event-title a:hover {
	color: #337ab7;
}



/*============= media query =============*/

/* Large desktops and laptops */
@media screen and (min-width: 1200px) {
#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%;
}
.page-header-text {
	font-size: 22px;
	line-height: 26px;
}
.page-header-text p {
	margin-bottom: 30px;
}

.header {
	background-color: #ffffff;
	padding-top: 25px;
	padding-bottom: 30px;
	line-height: 2.8;
}
.service-block {
	padding: 20px 10px;
}
.service-block h2 {
	margin-bottom: 0px;
	min-height: 100px;
	padding: 0px;
}
.service-block img {
	margin: 0px auto 30px auto;
}
.page-header-captions {
	bottom: 30%;
	width: auto;
	margin-left: 20px;
}
.page-header-title {
	font-size: 48px;
	font-weight: 400;
	letter-spacing: -1px;
	line-height: 52px;
}
.innerpage .service-block p {
	min-height: 100px;
}
}


/* Landscape tablets and medium desktops */
@media screen and (min-width: 992px) and (max-width: 1199px) {
#homep.page-header .page-header-captions {
	position: absolute;
	bottom: 45%;
	text-align: left;
	margin-left: 15px;
}
.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;
}

.page-header-captions {
	bottom: 25%;
	width: auto;
	margin-left: 15px;
}
.page-header-title {
	font-size: 36px;
	font-weight: 400;
	letter-spacing: -1px;
	line-height: 30px;
}
.page-header-text {
	font-size: 22px;
	line-height: 22px;
}
.page-header-text p {
	margin-bottom: 20px;
}
.header {
	background-color: #ffffff;
	padding-top: 25px;
	padding-bottom: 30px;
	line-height: 2.8;
}
.header .btn {
	font-size: 12px;
	padding: 10px;
}
#navigation > ul > li > a {
	padding: 20px 20px;
	font-size: 18px;
	letter-spacing: 0px;
	text-decoration: none;
	color: #ffffff;
	font-weight: 400;
	text-transform: capitalize;
	border-left: 1px solid #246a7b;
	border-right: 1px solid #246a7b;
	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: 18px;
	line-height: 20px;
	text-decoration: none;
	color: #ffffff;
	font-weight: 400;
	background: #4e952d;
} 
#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: 28px;
	margin-bottom: 10px !important;
	margin-top: 10px !important;
}
.section-space-40 {
	padding-top: 35px;
	padding-bottom: 35px;
}
.service-block {
	padding: 20px 25px;
}
.service-block h2 {
	margin-bottom: 0px;
	min-height: 75px;
	padding: 0px;
}
.service-block img {
	margin: 10px auto 30px auto;
}
.innerpage .service-block p {
	min-height: 110px;
}
.rightcolumn .section-title h3, .leftcolumn .section-title h3 {
	font-size: 24px;
}
}


/* Portrait tablets and small desktops */
@media screen and (min-width: 768px) and (max-width: 991px) {
#homep.page-header .page-header-captions {
	position: absolute;
	bottom: 45%;
	text-align: left;
	margin-left: 15px;
}
.forhome {
	margin-bottom: 40px;
}
.main-container {
	margin-bottom: 40px;
	margin-top: 40px;
}
h1 {
	font-size: 38px;
	line-height: 46px;
}
h2 {
	font-size: 26px;
	line-height: 32px;
	margin: 0px;
	margin-bottom: 20px;
}
h3 {
	font-size: 20px;
	line-height: 26px;
	margin: 0px;
	margin-bottom: 5px;
}
.page-header-captions {
	bottom: 30%;
	width: auto;
	margin-left: 15px;
}
.page-header-title {
	font-size: 28px;
	font-weight: 400;
	letter-spacing: -1px;
	line-height: 28px;
}
.page-header-text {
	font-size: 18px;
	line-height: 18px;
}
.page-header-text p {
	margin-bottom: 30px;
}
.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 15px;
	font-size: 16px;
	letter-spacing: 0px;
	text-decoration: none;
	color: #ffffff;
	font-weight: 400;
	text-transform: capitalize;
	border-left: 1px solid #246a7b;
	border-right: 1px solid #246a7b;
	margin-right: -1px;
}
#navigation > ul > li.has-sub > a {
	padding-right: 33px;
}
#navigation ul ul li a {
	border-top: none;
	padding: 10px 15px 10px 15px;
	width: auto;
	font-size: 16px;
	line-height: 18px;
	text-decoration: none;
	color: #ffffff;
	font-weight: 400;
	background: #4e952d;
} 
#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: 5px;
}
.service-block {
	padding: 20px 0px 40px 0px;
	text-align: left;
	margin-bottom: 30px !important;
}
.service-block h2 {
	margin-bottom: 10px;
	min-height: 10px;
	padding: 0px;
}
.service-block img {
	display: inline;
	margin: 0px 20px 40px 0px !important;
	float: left;
}
.service-block p {
	margin-bottom: 15px;
}
.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;
}
.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;
}
}


/* Landscape phones and portrait tablets */
@media screen and (max-width: 768px) {
.forhome {
	margin-bottom: 40px;
}
#homep.page-header .page-header-captions {
	bottom: 30%;
	text-align: center;
	width: 100%;
	margin-left: 0px;
}
.main-container {
	margin-bottom: 40px;
	margin-top: 40px;
}
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;
}
.page-header-captions {
	bottom: 17%;
	width: auto;
	margin-left: 15px;
}
.page-header-title {
	font-size: 28px;
	font-weight: 400;
	letter-spacing: -1px;
	line-height: 28px;
}
.innerpage h1.page-header-title {
	margin-bottom: 12%;
}
.innerpage h1 {
	margin-bottom: inherit;
}
.page-header-text, .slider-captions>.btn {
	/*display: none;*/
}
.page-header-text p {
}
.slick-prev, .slick-next {
	display: none !important;
}
.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: 130px;
	height: auto;
}
.top-nav i.fa {
	padding-right: 2px;
}
.top-nav ul li a {
	font-size: 18px;
	text-transform: capitalize;
	font-weight: 400;
	color: #414042;
}
.top-nav ul li {
	float: left;
	padding-left: 28px !important;
	list-style: none;
}
.callno {
	font-size: 20px !important;
	color: #414042;
	line-height: 50px;
}
.newsletter-form input.form-control {
	margin-bottom: 10px;
}
h1.call-to-action-title {
	font-size: 30px !important;
	line-height: 30px;
	margin-bottom: 15px !important;
	margin-top: 0px !important;
}
.section-half-bg {
	padding: 60px;
}
.client-logo ul {
	margin: 15px 0px 0px 0px;
	padding: 0px;
}
.client-logo ul li {
	margin: 15px auto 15px auto;
	list-style: none;
} 
.client-logo ul li {
    float: none;
	max-width: 280px;
	}
.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;
} 
.ft-social-widget {
	float: left !important;
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}
.ft-social-widget a {
	padding: 0px 28px 12px 0px !important;
	color: #ffffff;
	display: inline-block;
	line-height: 0;
	font-size: 20px;
}
#navigation {
	width: 100%;
}
#navigation ul {
	width: 100%;
	display: none;
}
#navigation.align-center > ul {
	text-align: left;
}
#navigation ul li {
	width: 100%;
	border-top: 1px solid #246a7b;
}
#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: 40px;
}
#navigation ul ul ul li a {
	padding-left: 35px;
}
#navigation ul ul li a {
	color: #dddddd;
	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;
}
#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;
} /*mobile code*/
#navigation ul ul li:last-child > a, #navigation ul ul li.last-item > a {
	border-bottom: 0;
	padding: 15px 15px 20px 40px;
}
#navigation #menu-button {
	display: block !important;
	padding: 17px;
	color: #acc4ca;
	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 #acc4ca;
	border-bottom: 2px solid #acc4ca;
	content: '';
}
#navigation #menu-button:before {
	position: absolute;
	top: 16px;
	right: 15px;
	display: block;
	height: 2px;
	width: 20px;
	background: #acc4ca;
	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: 15px;
	right: 20px;
	display: block;
	font-family: "FontAwesome";
	content: "\f0dd";
	color: #ffffff;
	font-size: 16px;
}
#navigation ul ul .submenu-button:after {
	top: 15px;
	right: 13px;
}
#navigation .submenu-button.submenu-opened:after {
	top: 22px;
	right: 20px;
	font-family: "FontAwesome";
	content: "\f0de";
	color: #ffffff;
}
#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;
}
h1.mb0.call-to-action-title {
	margin-bottom: 0px !important;
}
.btn-lg {
	font-size: 22px;
	padding: 15px 15px 17px 15px;
}
.call-action-desc {
	font-size: 15px;
}
.call-to-action-btn {
	padding-top: 0px;
	margin-top: 4px;
}
.service-block {
	padding: 15px 25px;
	max-width: 800px;
	margin: 0 auto;
}
.row .forhome {
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
}
.service-block h2 {
	margin-bottom: 10px;
	min-height: 15px;
	padding: 0px;
}
.service-block img {
	margin: 20px auto 20px auto;
}
.innerpage .service-block {
	margin: 30px auto 0px auto;
}
.innerpage .service-block .fa {
	margin: 20px 0px 30px 0px;
}
.innerpage .service-block p {
	min-height: 20px !important;
}
.innerpage .service-block img {
	display: block;
	max-width: 250px;
	height: auto;
	margin: 30px auto 30px auto;
}
.featuredpartner img {
	margin: 20px 0px 20px 0px;
}
.allpartners .partnerlogo {
	text-align: left;
}
.partnerlogo a small {
	text-align: left;
}
.pspecialty > p {
	text-align: left;
	height: auto;
}
.pdesc {
	min-height: 50px;
}
.service-img.ofccp p {
	margin-bottom: 0px;
	margin-top: 15px;
}
.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: "-";
}
}


/* Portrait phones and smaller */
@media screen and (max-width: 480px) {
#search-area button.btn {
	padding-top: 17px;
	padding-bottom: 16px;
}
#search-area .well-bg {
	padding: 15px 20px 20px 20px;
}
h1 {
	font-size: 30px;
	line-height: 32px;
}
h2 {
	font-size: 24px;
	line-height: 28px;
	margin: 0px;
	margin-bottom: 20px;
}
h3 {
	font-size: 22px;
	line-height: 26px;
	margin: 0px;
	margin-bottom: 5px;
}
.section-space {
	padding-top: 60px;
	padding-bottom: 60px;
}
.page-header-captions {
	display: none;
}
.page-header-title {
	display: none;
}
.page-header-text, .slider-captions>.btn {
	display: none;
}
.page-header-text p {
}
.navbar-brand img {
	width: 120px;
	height: auto;
}
.top-nav i.fa {
	padding-right: 5px;
}
.top-nav ul li a {
	font-size: 14px;
	text-transform: capitalize;
	font-weight: 400;
	color: #414042;
}
.top-nav ul li {
	float: left;
	padding-left: 14px !important;
	list-style: none;
}
.callno {
	font-size: 18px !important;
	color: #414042;
	line-height: 45px;
}
#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;
}
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: #323333;
	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: 0 auto;
}
.service-block h2 {
	margin-bottom: 10px;
	min-height: 15px;
	padding: 0px;
}
.service-block img {
	margin: 20px auto 20px auto;
}
.service-block p {
	margin-bottom: 15px;
}
.innerpage .service-block {
	margin: 30px auto 0px auto;
}
.innerpage .service-block .fa {
	margin: 20px 0px 30px 0px;
}
.innerpage .service-block p {
	min-height: 20px !important;
}
}