body {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 14px;
	background-color: #fff;
}
.btn {
	position: relative;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.btn-primary {
	letter-spacing: .05em;
	font-size: 1.3em;
	background-color: #13aaed;
	border-color: #A9E0F8;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.btn-primary:hover, .btn-primary:active {
	background-color: #5CC19C !important;
	border-color: #8ED4BA;
}
strong {
	font-weight: bold;
}
hr.clear{
	clear: both;
    height: 0px;
    border-color: #ccc;
    margin: 0;
}
h2{
		font-family: 'PT Sans';
		font-weight: 700;
}
sub, sup {
    position: relative;
    font-size: 100%;
    line-height: 0;
    vertical-align: baseline;
}
.entry-title{
	font-size:1.5em;
	margin-top:2em;
}
.entry-title > a{
	color:#333;
}
.updated{
	display:none;
}

.posted-on{
	padding-right:5px; 
}
.cat-links{
	padding-right:5px;  
}
.entry-footer-link-2 {
    border-top: solid 1px #BFBFBF;
    border-bottom: solid 1px #BFBFBF;
    padding: 5px 0;
    color: #222;
    font-size: .9em;
    padding-left: 5px;
	margin-bottom: 1em;
}
.entry-footer-link-2 a {
    color: #222;
}
.screen-reader-text{
	display:none;
}
/* HEADER STRUCTURE -------------------------------------------------------------->>>>>>*/
#headerTop {
	padding: .5em 0;
	background: #481111;
	text-align: right;
}
#headerTop, #headerTop a, #headerTop a:link, #headerTop a:visited {
	color: #fff;
}
#headerTop a:hover, #headerTop a:active {
	color: #fdbf3a;
	text-decoration: none;
}
#header {
	background: #f8f8f8;
	border-bottom: 1px solid #ccc;
}
#header img.logo {
	display: block;
	margin: 23px auto 0;
}
#headerTop .row > div:first-child nav {
	text-align: right;
}
#header .navbar {
	font-family: 'PT Sans', Helvetica, Arial, sans-serif;
	font-weight: 700;
	margin-bottom: 0px;
}
.navbar-default .navbar-toggle {
	background-color: #ddd;
}
html.ie8 #header #navbarCollapse > ul > li >a {
	font-family: sans-serif !important;
}

/*  Large Devices ---->>>  */
@media (min-width: 1200px) {
#header #navbarCollapse > ul > li >a {
	padding: 0 12px !important;
}
}

/*  medium Devises ---->>>  */
@media (max-width: 1199px) {
#header img.logo {
	margin-top: 27px
}
#headerTop .row > div:first-child nav {
	text-align: left !important;
}
#header #navbarCollapse > ul > li.support {
	background: none;
}
#header #navbarCollapse > ul > li.support ul {
	right: 0;
	left: auto;
}
}

/*  medium Devises ONLY ---->>>  */
@media (min-width: 992px) AND (max-width: 1199px) {
#header .container .navbar-default #navbarCollapse li a {
	padding: 0 1em !important;
}
}

/*  anything but small and extra small --------------------------------->>> ***********  */
@media (min-width: 992px) {
#header nav.navbar ul.nav li {
	height: 82px;
}
#header .navbar-default {
	font-size: 1em;
	background-color: transparent;
	text-transform: capitalize;
	color: #fff;
	border: none;
	min-height: 82px;
}
#header .navbar-default .navbar-nav {
	float: right;
	height: 82px;
}
#header .navbar-default #navbarCollapse {
	margin: 0;
	padding: 0;
}
#header .navbar-default #navbarCollapse li {
	padding: 0px 9px;
	border-style: solid;
	line-height: .9em;
}
#header #navbarCollapse > ul > li {
	padding: 0 !important;
	background: url(../_images/global/mainNav_divider.gif) center right no-repeat;
	border: none !important;
}
#header #navbarCollapse > ul > li:last-child {
	background: none;
}
#header #navbarCollapse > ul > li:last-child {
	background: none;
}
#header #navbarCollapse > ul > li >a {
	display: inline-block !important;
	height: 100% !important;
	line-height: 2.9em !important;
	color: #fff;
}
#header #navbarCollapse > ul > li.active > a, #header #navbarCollapse > ul > li.open > a {
	background-color: #FFFFFF;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
}
#header #navbarCollapse .dropdown-menu li a:hover {
	background-color: #742121;
	color: #fff !important;
}
#header .navbar-default #navbarCollapse li:last-child {
	border: none;
}
#header .navbar-default #navbarCollapse li a {
	display: inline;
	padding: 0;
}
.dropdown-menu {
	min-width: 200px;
	padding: 0px 0;
	margin: 0 0;
}
#header .navbar-default #navbarCollapse li .dropdown-menu li {
	border-right: none !important;
	padding: 0;
	height: auto;
	border-bottom: 1px solid #44607B;
}
#header .navbar-default #navbarCollapse li .dropdown-menu li:last-child {
	border: none;
}
#header .navbar-default #navbarCollapse ul li ul.dropdown-menu li a {
	color:#333;
	display: block;
	padding: 10px;
	line-height: 3em !important;
	font-family: pt_sans_regular;
}
#header .navbar-default #navbarCollapse li a {
	padding: 0 .8em !important;
	line-height: 6em !important;
}
#header .navbar-default #navbarCollapse ul.nav.navbar-nav > li > a {
	color: #790F0F;
}
#header .dropdown-menu {
	background-color: #F8F8F8;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
}
}

/* Small Devices ---->>>  */
@media (max-width: 991px) {
#header img.logo {
	margin-top: 6px;
	margin-left: 0;
}
#header #navbarCollapse > ul > li {
	font-size: 1.05em !important;
}
#headerTop .row > div:first-child nav {
	text-align: right !important;
}
/* start the nav collapsed at small size*/
.navbar-header {
	float: none;
}
.navbar-toggle {
	display: block;
}
.navbar-collapse {
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}
.navbar-collapse.collapse {
	display: none!important;
}
.navbar-nav {
	float: none!important;
	margin: 7.5px -15px;
}
.navbar-nav>li {
	float: none;
}
.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
}
}

/* Small and extra small Devices ---->>>  */
@media (max-width: 991px) {
#headerTop .container, #header .container {
	width: 100%;
}
#header img.logo {
	float: left;
	margin: 10px 0 10px 12px;
}
#headerTop nav {
	text-align: center !important;
}
#headerTop a:link, #headerTop a:visited {
	display: inline-block;
}
#header .navbar-toggle {
	background-color: #481111;
	border: none;
	color: #fff;
	font-size: 1.1em;
	margin-top: 10px;
}
#header .navbar-toggle em {
	font-size: 1.2em;
}
#header .navbar-default .navbar-toggle .icon-bar {
	background-color: #B3E2FF;
}
#header .navbar-default .navbar-nav {
	float: none !important;
	margin: 0 -15px 0;
}
#header .navbar {
	background: #F8F8F8;
	min-height: 0px !important;
	border: 0;
	margin: 0 -15px;
	font-family: pt_sans_regular;
	border-bottom: 1px solid #aaa;
}
#header .navbar-nav {
	margin: 0 0 7.5px 0px;
}
#header .navbar-default .navbar-nav>.active>a, #header .navbar-default .navbar-nav>.active>a:hover, #header .navbar-default .navbar-nav>.active>a:focus {
	background-color: #481111;
}
#header .navbar-default #navbarCollapse .dropdown.open > a {
	background: #792120;
}
#header .navbar-default #navbarCollapse .dropdown.open {
	background-color: #2a2a2a;
}
#header #navbarCollapse > ul > li > a {
	padding: .6em 1em !important;
}
.navbar-nav .open .dropdown-menu {
	position: static;
	float: none;
	width: auto;
	margin-top: 0;
	border: 0;
	box-shadow: none;
	background-color: #F8F8F8;
	border-radius: 0px;
}
.navbar-nav .open .dropdown-menu li:last-child {
	border: none !important;
}
.navbar-nav .open .dropdown-menu li a, .navbar-nav .open .dropdown-menu li a:link, .navbar-nav .open .dropdown-menu li a:visited {
	padding-left: 2.2em !important;
	background: url(../_images/global/main-menu-arrow.png) 1.5em center no-repeat;
}
.navbar-nav .open .dropdown-menu li a:hover, .navbar-nav .open .dropdown-menu li a:activ {
 background:url(../_images/global/main-menu-arrow.png) 1.5em center no-repeat;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: #000;
}
}

/*  nedded for Small Devices since 3.1.0 ---->>>  */
@media (max-width: 991px) {
.navbar-collapse.collapse.in {
	display: block!important;
}
.collapsing {
	overflow: hidden!important;
}
#header .navbar-default #navbarCollapse > ul > li > a {
	color: #790F0F;
}
#header .navbar-default #navbarCollapse ul li.active>a {
	color: #fff;
}
#header .navbar-default #navbarCollapse .dropdown.open > a {
	color: #fff;
}
#header .navbar-default #navbarCollapse ul li ul li {
	border-bottom: 1px solid #999;
}
#header .navbar-default #navbarCollapse ul li ul li:last-child {
	border: none;
}
}

/*  Extra Small Devices ---->>>  */
@media (max-width: 767px) {
#headerTop .row > div:first-child nav {
	text-align: center !important;
}
}

/*  EXTRA Extra Small Devices ---->>>  */
@media (max-width: 530px) {
#header img.logo {
	margin: 0;
	margin-top: 15px
}
}
/*<<<<<<------------- Banner -----------------------------------------------------------*/
#banner.home .magic_slider a, #banner.home .magic_slider a:link, #banner.home .magic_slider a:visited {
	color: #fff;
}
#banner a, #banner a:link, #banner a:visited {
	color: #fff;
}

@media (max-width: 500px) {
#banner.hidden-xxs {
	display: none!important;
}
}
/* TOP BOXPUSHES STRUCTURE -------------------------------------------------------------->>>>>>*/
#boxPushesTop {
	padding: 45px 0 45px 0;
	background: #e5e5e5 url(../_images/boxPushes/apl-boxPushTop-bg.jpg) top center repeat-x;
	border-bottom: 2px solid #bbb;
}
#boxPushesTop .row > div {
	border-right: 1px solid #ccc;
}
#boxPushesTop .row > div:last-child{
	border: none;
}
#boxPushesTop h2 {
	font-family: pt_sans_bold;
	font-size: 1.65em;
	text-align: center;
	margin-bottom: 1.15em;
}
#boxPushesTop em {
	font-size: 5.5em;
	color: #47729e;
	text-align: center;
	display: block;
	margin-bottom: .3em;
}
#boxPushesTop p{
	margin-bottom:1.5em;
}
#boxPushesTop a.learnMore, #boxPushesTop a.learnMore:link, #boxPushesTop a.learnMore:visited {
	color: #fff;
	margin:0 auto;
	font-size: 1.1em;
	width:110px;
	display:block;
	letter-spacing: .05em;
	font-family: pt_sans_boldIt;
	padding: 2px 4px;
	text-align: center;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	min-width: 85px;
	text-shadow: 0px 1px 1px #000000;
filter: progid:DXImageTransform.Microsoft.DropShadow(color=#000, offx=0, offy=1);
	-moz-box-shadow: inset 0 1px 1px -1px #fff;
	-webkit-box-shadow: inset 0 1px 1px -1px #fff;
	box-shadow: inset 0 1px 1px -1px #fff;
	background: #f5b938;
	background: -webkit-linear-gradient(top, #cf2725 0, #731312 100%);
	background: -moz-linear-gradient(top, #cf2725 0, #731312 100%);
	background: -o-linear-gradient(top, #cf2725 0, #731312 100%);
	background: -ms-linear-gradient(top, #cf2725 0, #731312 100%);
	background: linear-gradient(to bottom, #cf2725 0, #731312 100%);
	-pie-background: linear-gradient(to bottom, #cf2725 0, #731312 100%);
	border: 1px solid #5b4515;
	text-transform: none;
}
#boxPushesTop a.learnMore:hover, #boxPushesTop a.learnMore:active{
	text-decoration:none;
	background: #f5b938;
	background: -webkit-linear-gradient(top, #f5b938 0, #D09922 100%);
	background: -moz-linear-gradient(top, #f5b938 0, #D09922 100%);
	background: -o-linear-gradient(top, #f5b938 0, #D09922 100%);
	background: -ms-linear-gradient(top, #f5b938 0, #D09922 100%);
	background: linear-gradient(to bottom, #f5b938 0, #D09922 100%);
	-pie-background: linear-gradient(to bottom, #f5b938 0, #D09922 100%);
}
/* Medium Devises ONLY ---->>>  */
@media (min-width: 992px) AND (max-width: 1199px) {
	#boxPushesTop h2 {
    font-size: 1.4em;
	}
}
/*  small Devises ONLY ---->>>  */
@media (min-width: 768px) AND (max-width: 991px) {
#boxPushesTop .row > div {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding-bottom:25px;
}
#boxPushesTop .row > div {
	border-bottom: 0;
	padding-bottom: 25px;
}
#boxPushesTop .row > div.two{
	border-right:0;
}
}
/*  extra small Devises ---->>>  */
@media (max-width: 767px) {
#boxPushesTop .row > div {
	border-bottom: solid 1px #bbb;
	padding-bottom: 25px;
}
#boxPushesTop .row > div.two{
	border-right:0;
}
}
/* BOTTOM BOXPUSHES STRUCTURE -------------------------------------------------------------->>>>>>*/
#boxPushesBg {
	position:relative;
	background: #742121;
    color: #fff;
    padding: 50px 0 45px 0;
}
#boxPushesBg .row .row > div {
	text-align: center;
}
#boxPushes img {
	display: block;
	margin: 0 auto;
}
#boxPushes h2 {
	font-size: 1.8em;
    color: #FFFFFF;
    font-family: 'PT Sans';
	font-style: italic; 
    text-align: center;
    margin-top: 1.0em;
}
#boxPushes p{
	margin-bottom:1.5em;
}
#boxPushes p+a, #boxPushes p+a:link, #boxPushes p+a:visited {
	color: #333;
	margin:0 auto;
	font-size: 1.2em;
	width:120px;
	display:block;
	letter-spacing: .05em;
	font-family: pt_sans_boldIt;
	padding: 4px 6px;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	min-width: 85px;
	background: #d2d2d2 url(../_images/boxPushes/apl-white-button.png) top left repeat-x;
	border: 1px solid #5b4515;
	text-transform: none;
	-webkit-transition: background .5s;
    -moz-transition: background .5s;
    -o-transition: background .5s;
    transition: background .5s;
}
#boxPushes p+a:hover, #boxPushes p+a:active {
	text-decoration:none;
	background: #ecb338 url(../_images/boxPushes/apl-white-button_over.png) top left repeat-x;
}
#boxPushesBg .topShadow{
	position: absolute;
	top: 0;
	left: 0;
	height: 19px;
	width: 100%;
	background: url(../_images/global/mainBackground-InnerShadow.png) top center repeat-x;
	
}

/*  Lrge Devices ---->>>  */
@media (min-width: 1200px) {
}

/*  Medium Devices ---->>>  */
@media (max-width: 1200px) {
}

/*  Small Devices ---->>>  */
@media (max-width: 991px) {
}

/*  Extra Small Devices ---->>>  */
@media (max-width: 767px) {
	#boxPushesBg .row .row > div {
	margin-bottom: 3em;
    border-bottom: solid 1px #5E1B1B;
    padding-bottom: 55px;
}
#boxPushesBg .row .row > div:last-child {
    border-bottom: none;
	margin-bottom: .5em;
}
}
/* <<<<<<----------------------- Main Area --------------------------------------------*/
#mainArea {
	background-color: #fff;
	padding: 40px 0 35px 0;
	color: #333;
}
#mainArea #intro {
	color: #fff;
	text-align: center;
}
#mainArea #mainContent h1 {
	font-family: pt_sans_bold;
	font-size: 2.5em;
	margin-top: 0;
	color: #750000;
	margin-bottom: .5em;
}
#mainArea {
}
#mainArea #mainContent #intro {
	color: #333 !important;
}
#mainArea #mainContent #intro h1 {
	font-size: 3em;
	color: #3f3f3f;
	margin-bottom: .3em;
	font-family: pt_sans_boldIt;
}
#mainArea #mainContent #intro h1.associations{
	color:#823939;
}
#mainArea #mainContent #intro hr{
	border-color:#ccc;
}
#mainArea #mainContent p, #mainArea #mainContent ul {
	letter-spacing: .03em;
	font-size: 1.2em;
	line-height: 1.5em;
	margin-bottom: 1em;
	font-family: 'Pt Sans';
	font-weight: 400;
}
#mainArea #mainContent ul {
	margin-left: 15px;
}
#mainArea #mainContent ul li {
	margin-bottom: .5em;
}
#mainArea #mainContent strong {
	font-family: 'PT Sans';
	font-weight: 700;
}
.exacqVision-img{
	float: left;
    padding-right: 19px;
}
#mainArea #intro h2 {
	font-family: "corpo";
	text-align: center;
	font-size: 1.5em;
}
#mainArea #intro p {
	font-family: open_sanslight;
	font-style: italic;
	font-size: 1.3em;
}
#contact {
	background: #691919;
	padding: 0 15px;
	margin-bottom: 1.5em;
	border: 1px solid #555;
	margin-top: 0;
}
#contact .formHeader {
	color: #333;
	background: #e8e8e8 url(../_images/global/footer-top-gradient.jpg) center top repeat-x;
	padding: 10px 0 8px 7px;
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: 20px;
}
#contact .formHeader h2 {
	font-family: 'Open Sans';
	font-weight: 300;
	font-size: 1.9em;
	min-height: 30px;
	text-transform: uppercase;
	margin: 0;
	padding-left: 50px;
	background: url(../_images/global/form-top-arrow.png) left top no-repeat;
}
#contact .formFooter {
	background: #e8e8e8 url(../_images/global/footer-bottom-gradient.jpg) center top repeat-x;
	color: #fff;
	padding: 10px 0 18px 0px;
	margin-left: -15px;
	margin-right: -15px;
	margin-top: 1.2em;
}
#contact .formFooter .btn, #contact .formFooter .btn:focus {
	border-radius: 0;
	color: #fff;
	background: #393939 url(../_images/global/formBtnDots.png) 105px center no-repeat;
	width: 155px;
	float: right;
	font-size: 1.3em;
	text-align: left;
	outline: none;
	webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#contact .formFooter .btn:hover, #contact .formFooter .btn:active {
	background-color: #710100;
	color: #fff;
	background-position: 115px center;
	padding-left: 20px
}
#contact .formFooter .btn span {
	font-size: 1.3em;
}
#contact .form-control {
	border-radius: 0;
	height: 35px;
}
#contact .form-group textarea {
	min-height: 90px;
}
#contact form input, #contact form textarea {
	font-size: 1em;
}
input.resume{
	margin-top:.5em;
}
div.upload {
    cursor: pointer;
    margin-bottom: 1em;
    overflow: hidden;
	color:#fff;
}
.row#icons h2{
	margin: .8em 0 0;
    text-align: center;
    color: #59738C;
    font-size: 1.22em;
}
.row#icons h2 a, .row#icons h2 a:link, .row#icons h2 a:visited{
	color:#8A3434;
	font-size: .8em;
    letter-spacing: -0.3px;
}
.row#icons .row > div.col-xs-6{
	height:8em;
}
.row#icons em{
	color: #7E94A9;
    font-size: 4.2em;
    text-align: center;
    background-color: #FFF;
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #bbbbbb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 70px;
    line-height: 1.95em;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: background-color 0.8s ease, color 0.8s ease;
}
.row#icons a, .row#icons a:link{
	text-decoration:none;
}
.row#icons a em, .row#icons a:link em,  .row#icons a:visited em{
	background-color:#fff;
	color:#691919;
}
.row#icons a:hover em,  .row#icons a:active em{
	background-color:#691919;
	color:#fff;
	text-decoration:none;
}
/*  Large Devices ---->>>  */
@media (min-width: 1200px) {
}

/*  Medium Devices ---->>>  */
@media (max-width: 1199px) {
.row#icons em{
	font-size:3em;
}
}

/*  only small Devices ---->>>  */
@media (min-width: 768px) AND (max-width: 991px) {
#contact .formHeader h2 {
	font-size: 1.75em;
	padding-left: 40px;
}
}

/* small Devices ---->>>  */
@media (max-width: 991px) {
	.row#icons em {
    font-size: 3.5em;
}
}

/*  Extra Small Devices ---->>>  */
@media (max-width: 767px) {
#contact {
	margin-top: 1.5em;
}
#mainArea #intro #benefits > div >div {
	background: url(../_images/global/form-home-bg.png) top center repeat;
	padding: 1em;
	margin-bottom: 1.5em;
}
#mainArea #intro #benefits > div:first-child > div {
	margin-top: 2em;
}
#mainArea #intro #benefits > div:last-child > div {
	margin-bottom: 1em;
}
.row#icons h2 {
	margin-top:.5em;
}
.row#icons > div{
	margin-bottom: 1em;
}
.partners img {
	display:block;
	width:auto;
	margin:0 auto;
}
}
/*------------- footer styles ------> */
#footer {
	background-color: #212121;
	color: #fff;
	padding: 10px 0;
}
#footer address {
	font-size: .9em;
	padding-top: 5px;
	margin-bottom: 0;
}
#footer img.social-icons {
	float: right;
}

/* small Devices ---->>>  */
@media (max-width: 991px) {
#footer address {
	padding-top: 5px;
	margin-bottom: 10px;
}
#footer img.social-icons {
	display: block;
	float: none;
	margin: 0 auto;
}
}

/*Captcha Styles*/
.captchaToggleContainer {
	display:none;
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    height: 100%;
    z-index: 1000;
    background-color: #111E35;
    border-radius: 5px;
    opacity: .95;
}
.captchaToggleContainer iframe {
	width: 88%;
    border-radius: 5px;
}
.captcha-btn {
	display:block;
	width:100%;
	margin:5px 0;
}
.captcha-submit {
	letter-spacing: .05em;
    font-size: 1.3em;
    background-color: #13aaed;
    border-color: #A9E0F8;
	color:white;
}
.captcha-back {
	color: #333;
    background-color: #fff;
    border-color: #ccc;
	letter-spacing: .05em;
    font-size: 1.3em;
}



/*------------- WordPress styles ------> */
#secondary ul {
    list-style: none;
}
#secondary ul li {
   margin-bottom:.5em;
}