body {
    font-family: 'FranklinGothic-Book';
    color: #232323;
    font-size: 16px;
    line-height: 1.4em;
}
/* 
***  Common classes 
*/
@media screen and (min-width: 990px) {
    .coming-soon-img {
        background: #d9edf7 url(../images/letters.png) no-repeat right top;
        background-size: contain;
    }
}
.su-column {
	/* margin-right: 2% !important; */
}
a {
    color: #000; /* black */
	text-decoration: underline;
}
a:hover,
a:active,
a:focus,
.content a.btn, 
.content a.btn:hover,
.content a.btn:active,
.content a.btn:focus {
    text-decoration: none;
}
/*a:focus {
    outline: none;
}*/
.content a {
    text-decoration: underline;   
} 
.content a:hover,
.content a:active,
.content a:focus {
    text-decoration: underline;
    color: #D43F2B; /* dark orange */
}
.content a.btn-danger:hover,
.content a.btn-danger:active,
.content a.btn-danger:focus {
   color: #fff;
}
.content a.btn-info,
.content a.btn-info,
.content a.btn-info{
   border-color: #e23827; /* orange */
   color: #e23827; /* orange */
   background-color: #fff;
}
.content a.btn-info:hover,
.content a.btn-info:active,
.content a.btn-info:focus {
   border-color: #D43F2B; /* dark orange */
   color: #D43F2B; /* dark orange */
    background-color: #F7E9E7;

}
/* a:not( [href*='www.actdev2.com/prsaweb'] ):not( [href^='#'] ):not( [href^='/'] ):after {
    font-family: 'FontAwesome';
    content: " \f08e ";
} 
.social-icons a:after {
    content: ''!important;
}*/
img {
    max-width: 100%;
    height: auto;
}

strong,
.bold {
    font-weight: normal;
    font-family: 'FranklinGothic-Medium';
}
.wrap-overlay {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
a,
input,
.btn,
.sidenav b,
.mobile{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
ul {
    margin: 0 0 20px 0px;
    padding: 0;
}
.content ul {
    margin-top: 10px;
}
ul li {
    margin-left: 30px;
}
.social-icons li {
    margin-left: 0;
}
ul li > ul {
    margin-left: 7px;
}
h1,
h2,
h3,
h4,
h5 {
    font-family: 'FranklinGothic-Medium';
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content .intro {
    color: #005573;
}
.content p {
    font-size: 1em;
}
.content h1 + .intro {
   font-size: 1.4em;
}
.content h2 + .intro {
   font-size: 1.2em;
}
.content h1 {
    font-size: 1.8em;
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.content h2 {
    font-size: 1.4em;
    margin-top: 32px;
    margin-bottom: 16px;
    padding-bottom: 16px;
}
.content h3 {
    font-size: 1.2em;
    margin-top: 32px;
    margin-bottom: 14px;
    padding-bottom: 14px;
}
.content h4, 
.content h5 {
    font-size: 1.1em;
}

.content h1, 
.content h2,
.content h3 {
    border-bottom: 1px solid #ededed;
}

.content .blue-heading {
    color: #0081b0;
    font-size: 32px;
    margin: 30px 0;
}
.banner-txt h1 {
    font-family: 'FranklinGothic-Book';
}






/* 
*** Header 
*/
.header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 11;
    background-color: #ffffff;
    padding: 20px 0;
    -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, .4);
    box-shadow: 0px 2px 3px rgba(0, 0, 0, .4);
}
.header .flex-box .btn {
    margin-right: 10px;
}
.search-wrapper {
    position: relative;
    margin-top: 10px;
}
.search-wrapper .form-control {
    padding-right: 40px;
}
.search-wrapper .btn {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #545353;
    border-radius: 0 4px 4px 0;
    color: #ffffff;
    padding: 8px 12px;
    font-size: 14px;
}
.header-sub {display:none; position:absolute; top:15px; left:0; list-style-type: none; top: 40px; width: auto; z-index: 9999;}
.header-sub li {float:left; width: 100%; margin: 0;  padding: 0;}
.header-sub li a{display:block;}
.cell {position: relative;padding-right:5px;}
.cell:hover .header-sub {display:block!important;}
/*===================Flexbox*/
.flex-box {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
}
.flex-box.space-between {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.flex-box.v-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}
.flex-box.v-bottom {
    -webkit-box-align: flex-end;
    -webkit-align-items: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end
}
/*Hamburger=============*/
.hamburger-wrapper {
    padding: 7px 10px;
    background-color: #0081b0;
    border-radius: 4px;
    position: fixed;
    top: 30px;
    left: 20px;
    z-index: 100;
}
.h-menu-toggle {
    margin: 0;
}
.h-menu-toggle span {
    background-color: #fff;
    display: block;
    height: 2px;
    margin: 0 auto;
    transition: width 0.4s ease 0s, background-color 0.4s ease 0s, opacity 0.6s ease 0s, transform 0.6s ease 0s, margin 0.6s ease 0s;
    width: 20px;
}
.h-menu-toggle span + span {
    margin: 3px auto 0;
}
.h-menu-toggle:hover {
    padding: 0;
}
.h-menu-toggle:hover span:nth-of-type(2n) {
    width: 20px;
}
.h-menu-toggle.hm span:nth-child(2) {
    display: none;
}
.h-menu-toggle.hm span:nth-child(3) {
    bottom: 3px;
    position: relative;
    transform: rotate(-45deg);
}
.h-menu-toggle.hm span:nth-child(1) {
    top: 2px;
    position: relative;
    transform: rotate(45deg);    
}
/*==========Nav styles*/
.mobile {
    width: 260px;
    position: fixed;
    left: -260px;
    top: 0;
    bottom: 0;
    padding: 0;
    z-index: 11;
    background-color: #0081b0;
    height: 100%;
    overflow-y:auto;
}
.sidenav {
    list-style-type: none;
    padding: 0;
    width: 100%;
}
.sidenav li a {
    border-bottom: 1px solid #fff;
    position: relative;
}
.sidenav > li > a {
    text-transform: uppercase;
    font-family: 'FranklinGothic-Medium';
}
.sidenav a {
    color: #ffffff;
    display: block;
    position: relative;
    padding: 8px 10px;
}
.sidenav li a.collapsed:after {
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #87c4da;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -6px;
    content: "";
}

.sidenav li a:after {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #87c4da;
    width: 0;
    height: 0;
    position: absolute;
    right: 22px;
    top: 50%;
    margin-top: -2px;
    content: "";
}
.sidenav b {
    font-size: 16px;
    display: inline-block;
    opacity: 0;
    display: block;
    font-weight: normal;
    -webkit-transform: translateX(-50px);
    -moz-transform: translateX(-50px);
    -o-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
}
.sidenav .sub-menu {
    list-style-type: none;
}

.mobile .nav > li > a:focus, .mobile .nav > li > a:hover {
    background-color: transparent;
}
.menu-logo {
    background-color: #005573;
}
.menu-logo img {
    width: 150px;
    margin: 30px 0 20px 71px;
}


.sidenav .sub-nav a {
    padding-left: 30px;
}
.sidenav .sub-menu {
    list-style-type: none;
}
.sidenav .sub-menu a {
    padding-left: 30px;
}

/*==========Nav styles ends*/
.hidden-checkbox {
    display: none;
}
.hidden-checkbox:checked ~ .mobile {
    left: 0;
}
.hidden-checkbox:checked ~ .mobile b {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.hidden-checkbox:checked ~ .mobile li:nth-child(1) b {
    -webkit-transition-delay: 0.08s;
    -moz-transition-delay: 0.08s;
    -o-transition-delay: 0.08s;
    transition-delay: 0.08s;
}
.hidden-checkbox:checked ~ .mobile li:nth-child(2) b {
    -webkit-transition-delay: 0.16s;
    -moz-transition-delay: 0.16s;
    -o-transition-delay: 0.16s;
    transition-delay: 0.16s;
}
.hidden-checkbox:checked ~ .mobile li:nth-child(3) b {
    -webkit-transition-delay: 0.24s;
    -moz-transition-delay: 0.24s;
    -o-transition-delay: 0.24s;
    transition-delay: 0.24s;
}
.hidden-checkbox:checked ~ .mobile li:nth-child(4) b {
    -webkit-transition-delay: 0.32s;
    -moz-transition-delay: 0.32s;
    -o-transition-delay: 0.32s;
    transition-delay: 0.32s;
}
.hidden-checkbox:checked ~ .mobile li:nth-child(5) b {
    -webkit-transition-delay: 0.40s;
    -moz-transition-delay: 0.40s;
    -o-transition-delay: 0.40s;
    transition-delay: 0.40s;
}
.hidden-checkbox:checked ~ .mobile li:nth-child(6) b {
    -webkit-transition-delay: 0.48s;
    -moz-transition-delay: 0.48s;
    -o-transition-delay: 0.48s;
    transition-delay: 0.48s;
}

.trans-services .widget {
    background-color: #0081b0;
}
.trans-services .widget{
    color: #ffffff;
}
.trans-services .icon-wrapper {
    width: 40%;
    background-color: #005573;
    text-align: center;
    height: 142px;
}
.trans-services h2 {
    color:#fff!important;
}
.trans-services p{
    color:#fff!important;
}
.trans-services h2 {
    font-size: 32px;
    margin: 0 0 10px;
}
.trans-services .cnt {
    padding: 15px;
}
.trans-services.hidden-xs {
    position: relative;
    margin-top: -212px;
}
.tbl {
    display: table;
    width: 100%;
    height: 100%;
}
.tbl .cell {
    display: table-cell;
    vertical-align: middle;
}
.quick-search {
    background-color: #005573;
    padding: 20px 0;
}
.quick-search h2 {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 16px;
    text-align: center;
    position: relative;
    border-bottom: 1px solid #0081b0;
    margin: 0 0 12px;
}
.quick-search h2 span {
    display: inline-block;
    position: relative;
    bottom: -10px;
    background-color: #005472;
    padding: 0 15px;
}
.quick-search h3 {
    color: #ffffff;
    font-size: 13px;
    margin: 4px 0 0;
}
.quick-search .search {
    border-left: 1px solid #ffffff;
    color: #ffffff;
    float: right;
    font-size: 14px;
    padding: 4px 9px;
    text-align: right;
}
.home-featured-thumb a,
.home-featured-thumb a:focus,
.home-featured-thumb a:active{
    color: #0081b0;
}
.home-featured-thumb a:hover{
    color: #08384a;
}
.home-featured-thumb .btn.arrow,
.home-featured-thumb .btn.arrow:active,
.home-featured-thumb .btn.arrow:focus,
.home-featured-thumb .btn.arrow:hover{
    color:#fff;
}
.thumb-content {
    background-color: #e0e0e0;
    padding: 20px;
}
.thumb-content h3 {
    margin: 0 0 20px;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
}
.thumb-content h3.no-border {
    border-bottom: 0;
    margin-bottom: 10px;
}
.common-top-gap {
    margin-top: 40px;
}
.common-top-gap-half {
    margin-top: 20px;
}



.footer {
    background-color: #323232;
    margin: 40px 0 0;
    padding-bottom: 40px;
}
/* Publications Subfooter */
.subfooter.jumbotron {
	margin-bottom: -40px;
}

.subfooter p {
	font-size: 14px;
	color: #333;
}
.subfooter.tactics {
	background: #ededed url(../images/Banner--Tactics-footer.jpg) no-repeat center bottom;
	background-size: cover;
    opacity: .8;
}
.subfooter.strategist {
	background: #ededed url(../images/Banner--Strategist-footer.jpg) no-repeat center bottom;
	background-size: cover;
     opacity: .8;
}
.menu-sub-footer-tactics-container ul, .menu-sub-footer-the-strategist-container ul {
	list-style-type: none;
}
.footer ul {
    list-style-type: none;
}
.footer h4 {
    font-size: 22px;
    margin-bottom: 30px;
    color: #ffffff;
}
.navigation li {
    padding: 0 0 8px;
    text-transform: uppercase;
}
.navigation li a {
    color: #ffffff;
}
.navigation li a:hover {
    color: #e23827;
}
.navigation li.active a {
    color: #e23827;
}
.footer .news li {
    padding-bottom: 10px;
    color: #ffffff;
}
.footer .news li a {
    color: #e23827;
}
.footer .border {
    border-left: 1px solid #b7b7b7;
    border-right: 1px solid #b7b7b7;
}
.inner-banner {
    position: relative;
    margin-top: 100px;
}
.inner-banner img{
	width:100%;
}
.banner-txt {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}
.banner-txt h1, .sidebar-title {
    background-color: #e23827;
    border-radius: 4px 4px 0 0;
    padding: 10px 20px;
    display: inline-block;
    color: #ffffff;
    margin: 0;
    font-size: 24px;
    text-transform: uppercase;  
}
.banner-txt h1.inverted {
    background-color: #0081b0;
}
.banner-txt h1.eventwithsubtitle {
    border-bottom: 1px #fff solid;
}
.eventsubtitle .fa-map-marker {
    padding-left: 30px;
} 
h2.eventsubtitle {
    background-color: #e23827;
    border-radius: 4px 4px 0 0;
    padding: 10px 20px;
    display: block;
    color: #ffffff;
    margin: 0;
    font-size: 18px;
    text-transform: uppercase;
}
.eventsubtitle p {
    margin: 0;
}
.sidebar-title {
    margin: -10px 0 0;;
}

.secondary-nav {}
.secondary-nav .panel {
    border: 0;
    background: none;
    box-shadow: none;
}
.secondary-nav .panel-heading {
    background: none;
    border: 0;
    padding: 0;
}
.secondary-nav .panel-body {
    border: 0 !important;
    padding: 0;
}
.secondary-nav .panel-group .panel + .panel {
    margin-top: 1px;
}
.secondary-nav .panel-heading a,
.secondary-nav .sub a {
    padding: 10px 20px 10px 60px;
    color: #ffffff;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'FranklinGothic-Medium';
    display: block;
    position: relative;
    background-color: #545353;
}
.secondary-nav a.collapsed {
    background-color: #e23827;
}
.secondary-nav a.active {
    background-color: #545353;
}
.secondary-nav a.collapsed:before {
    margin-top: -11px;
    background-image: url(../images/plus.png);
    background-repeat: no-repeat;
    width: 21px;
    height: 22px;
}
.secondary-nav a:before {
    content: "";
    font-size: 30px;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -1px;
    background-image: url(../images/minus.png);
    background-repeat: no-repeat;
    width: 21px;
    height: 2px;
}
.secondary-nav .sub {
    list-style-type: none;
}
.secondary-nav .sub a {
    background-color: #812016;
    border-top: 1px solid #ffffff;
}
.secondary-nav .sub a:before {
    display: none;
}
.side-quick-search {
    padding: 20px;
    background-color: #3c3c3c;
}
.side-quick-search h5 {
    font-size: 16px;
    margin: 0 0 20px;
    padding: 0;
    color: #ffffff;
    text-transform: uppercase;
}
.content {}
.content .highlight {
    color: #005878;
    font-size: 28px;
    font-family: 'FranklinGothic-Medium';
}

/*.content h2.sponsor-title, .content h2.bod-title {
	color: #fff!important;
	background: #005878;
	display: block;
	text-align: center;
	clear: both;
	margin: 20px 0 10px 0;
}*/
/*.content h3.bod-title {
	color: #fff!important;
	background: #005878;
	display: block;
	text-align: center;
	clear: both;
	margin: 20px 0 10px 0;
}*/
.bod-member.first {
	clear: both!important;
}
.exhibitor-listing {
	padding-bottom: 15px;
	margin-bottom: 30px; 
	border-bottom: 10px solid #f8f8f8;
}
.quote {
    border-top: 1px solid #959595;
    border-bottom: 1px solid #959595;
    padding: 15px 0;
    text-align: center;
    color: #e23827;
    border-left: 0;
    font-size: 24px;
    font-weight: 700;
    font-style: italic;
}

.steps {
    list-style-type: none;
}
.steps li {
    display: inline-block;
}
.steps li a,
.btn-nxt {
    display: inline-block;
    padding: 20px 15px;
    font-size: 14px;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #a7a7a7;
    position: relative;
    border: 0;
}
.steps li.active a {
    background-color: #e23827;
}
.steps li a:after,
.btn-nxt:after {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #a7a7a7;
    content: "";
    position: absolute;
    top: 50%;
    right: -10px;
    margin-top: -10px;
}
.steps li.active a:after {
    border-left: 10px solid #e23827;
}
.btn-nxt {
    background-color: #e23827;
}
.btn-nxt:after {
    border-left: 10px solid #e23827;
}
/*Carousel */
/*#carousel-main .carousel-inner .item:after {
    display: block;
  position: relative;
  background-image: linear-gradient(to top, transparent 0%, white 100%);
  margin-top: -500px;
  height: 150px;
  width: 100%;
  content: '';

}*/

.carousel-caption {
            left: 0 !important;
            right: 0 !important;
            background-image: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.5) 100%);
            background-image: -o-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.5) 100%);
            background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,.5)));
            background-image: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.5) 40%);
            bottom: 0px;
            padding: 0 40px 0px 40px;
            width: 100%;
            border: none;
}
.trans-services {

            background-image: -webkit-linear-gradient(top,rgba(0,0,0,.5) 0,rgba(0,0,0,0) 100%);
            background-image: -o-linear-gradient(top,rgba(0,0,0,.5) 0,rgba(0,0,0,0) 100%);
            background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
            background-image: linear-gradient(to bottom,rgba(0,0,0,.5) 0,rgba(0,0,0,0) 70%);
            border: none;
            /*background-color: rgba(0, 0, 0, .5);*/
            padding: 28px 0 35px;
}


.carousel-control {
    bottom: 0;
    color: #e9e6e2;
    font-size: 55px;
    height: 55px;
    left: 2%;
    position: absolute;
    text-align: center;
    text-shadow: none;
    top: 50%;
    width: 55px;
    margin-top: -27px;
    z-index: 2;
    filter: alpha(opacity=80);
    opacity: 0.8;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
    width: 100%;
}
.carousel-control.right {
    background-image: none;
    left: auto;
    right: 2%;
}
.carousel-control.left {
    background-image: none;
    right: auto;
}
.carousel-control:hover,
.carousel-control:focus {
    color: #ffffff;
}
.carousel-caption {
    right: 0;
    left: 0;
    bottom: 212px;
    color: #ededed;
    
    margin: 0 auto;
    text-align: left;
    /*padding-bottom: 0;*/
}
.carousel-caption h1 {
    font-size: 50px;
    margin: 0 0 10px;
    
}
.carousel-caption p {
    font-size: 25px;
    font-family: 'FranklinGothic-Medium';
}
.carousel-caption .btn-danger {
    width: 294px;
    height: 64px;
    font-size: 30px;
    line-height: 55px;
    margin-top: 20px;
}
.form-control {
    height: 40px;
}
.form-gray .form-control {
    background-color: #dbdbdb;
    box-shadow: none;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'FranklinGothic-Medium';
}
.form-gray ::-webkit-input-placeholder { color: #a7a7a7; }
.form-gray ::-moz-placeholder {color: #a7a7a7; }
.form-gray :-ms-input-placeholder { color: #a7a7a7; } 
.form-gray :-o-input-placeholder { color: #a7a7a7; }
.btn {
    font-size: 18px;
}
.btn-primary {
    background-color: #0081b0;
}
.btn-danger {
    background-color: #e23827;
    text-transform: uppercase;
}
.btn-min {
    min-width: 125px;
}
.btn-block + .btn-block {
    margin-top: 0;
}
.btn.arrow {
    position: relative;
    padding-right: 55px;
}
.btn.arrow span {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    bottom: 0;
    border-left: 1px solid #ffffff;
    text-align: center;
    font-size: 16px;
    line-height: 42px;
}
.panel-primary {
    background-color: #0081b0;
    color: #ffffff;
    border: 0;
    border-radius: 0;
}
.panel-primary .panel-body {
    padding: 30px;
    min-height: 276px;
}
.panel-primary .panel-footer {
    background-color: #006a90;
    border-top: 0;
    text-align: center;
    padding: 20px;
}
.panel-primary .panel-footer .btn-danger{
    border-radius:0px;
    width:300px;
}
.panel-primary h2 {
    font-size: 35px;
    margin: 0 0 20px;
}
.panel-primary h3 {
    font-size: 30px;
    margin: 0 0 20px;
}
.sidebar {
    margin-top: 0px;
}
.sidebar li.menu-item, .nav_menu-2 ul li {
    margin-bottom:0px;
    margin-top:0px;

}
.accordion-btn-wrap {
	height: 42px;
}
.sidebar li.menu-item > a { border-top:1px solid #fff; }
.menu-item a.dcjq-parent, .sidebar li.menu-item > a {
    background-color: #e23827;
    padding: 10px 20px 10px 60px;
    color: #ffffff;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'FranklinGothic-Book';
    display: block;
    position: relative;
    border-radius: 4px;
}
.sidebar li.menu-item.current-menu-ancestor > a.dcjq-parent.active, .sidebar li.menu-item.current-menu-item > a.active {
    padding: 10px 20px 10px 60px;
    color: #ffffff;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'FranklinGothic-Book';
    display: block;
    position: relative;
    background-color: #545353;
}
.menu-item a.dcjq-parent.active:before, .nav_menu-2 ul li.has-subnav .accordion-btn.accordion-expanded {
    content: "";
    font-size: 30px;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -1px;
    background-image: url(../images/minus.png);
    background-repeat: no-repeat;
    width: 21px;
    height: 2px;
}
.nav_menu-2 ul li.has-subnav .accordion-btn.accordion-expanded {
	/*margin-top: 21px;*/
	height: 22px;
}
a.dcjq-parent:before, .nav_menu-2 ul li.has-subnav .accordion-btn {
    content: "";
    font-size: 25px;
    position: absolute;
    left: 20px;
    margin-top: 3px;
    background-image: url(../images/plus.png);
    background-repeat: no-repeat;
    width: 21px;
    height: 22px;
}
.nav_menu-2 ul li.has-subnav .accordion-btn {
	margin-top: 10px;
}

.dcjq-parent-li a .nav_menu-2 ul li a	 {
    padding: 10px 20px 10px 60px;
    color: #ffffff;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'FranklinGothic-Book';
    display: block;
    position: relative;
    background-color: #812016;
    border-top: 1px solid #ffffff;
}
.dcjq-parent-li .current-menu-item a, .sidebar li.menu-item.current-menu-item > a {
    opacity: 0.7;
}

.search-wrapper .form-control {
    background-color: #e2e2e2;
    border: 0;
    color: #7f7f7f;
    border-color: #e2e2e2;
}
.search-wrapper input[type=text] {
    font-size: 14px;
    padding-left: 30px;
    width: 100%;
}
.form-control:focus {
    box-shadow: none;
}
.quick-search h3 {
    text-transform: uppercase;
    font-size: 12px;
}

.menu-logo{
    position: absolute;
    top: 0;
    width: 100%;
    /*background-color: #005573;
    padding-top: 20px;
    padding-left: 10px;*/
}
.sidenav{
    position: absolute;
    top: 100px;
}
#responsive_menu_pro .responsive_menu_pro_append_link {
    border: none !important;
    border-top: 1px solid #ffffff !important;
    left:0px!important;
    right:auto!important;
    padding: 10px 10px !important;
}
#responsive_menu_pro .responsive_menu_pro_menu li a{
	text-indent: 31px;
}

/*#responsive_menu_pro_menu li:first-child .responsive_menu_pro_append_link {
    border: none !important;
    border-top: none !important;
}*/

/*#responsive_menu_pro .responsive_menu_pro_menu li:first-child a {
     border-top: 0px !important;
}*/
#responsive_menu_pro_three_lines, #responsive_menu_x {
    width: 100%;
}
#responsive_menu_pro_button #responsive_menu_x{
    height:auto!important;
}
#responsive_menu_pro_title img {
    width: 60%;
    position: relative;
    left: 60px;
}
#responsive_menu_pro #responsive_menu_pro_title{
	padding: 41px 0px 32px 5% !important;
}
/*#responsive_menu_pro_button {
    left: 20px;
    top: 20px;
    border-radius: 5px; 
}*/

#responsive_menu_pro {
	position: fixed;
	top: 0px;
	width:100%;
	background-color:#005573 !important;
	padding: 0px 0px 0px 0px !important
}
#responsive_menu_pro_container{
	background-color:#0081b0 !important;
}
#responsive_menu_pro_button {
    left: 5%;
    top: 0;
    border-radius: 5px; 
    /*padding: 12px;*/
    padding: 0px;
    background-color:transparent;
}

/*#responsive_menu_pro_button.menu-control-inside-menu{
    top: 33px!important;
}*/
.menu-control-inside-menu{
	margin-top:12px;
}
.headerlogo {
    margin-left: 90px;
    padding-left:20px;
    border-left: 2px solid #848484;
}
.menu-control-inside-menu{
	background-color:transparent!important;
}
.menu-control-inside-menu-img {
    width: 38px!important;
    left: 10px!important;
    /* top: -20px!important; */
    top: 28px!important;
}
#responsive_menu_pro_button.push{
	z-index:0;
}

/* css for archive Staff Mambers   */

.clk-ovrly:hover .wrap-overlay {
    opacity: 1;
}

.wrapperimg {
    position: relative;
}

.wrapperimg img {
    width: 100%;
}

.wrap-overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0px;
    top: 0;
    background-color: rgba(0, 0,0, .6);
    opacity: 0;
}

.wrap-overlay:hover {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0px;
    top: 0;
    background-color: rgba(0, 0,0, .6);
    opacity: 1;
}

.settable {
    display: table;
    height: 100%;
    width: 100%;
}

.thumb-icon {
    display: table-cell;
    vertical-align: middle;
    /*padding: 50px;*/
    text-align: center;
    color: #fff;
}

.mt-40 {
    margin-top: 40px;
    position: relative;
}

.thumb-bottom {
    position: relative;
}

.social-icons {
   /* position: absolute;
    bottom: 50px;
    right: 20px; */
}

.social-icons li {
    display: inline-block;
    padding-left: 5px;
}

.social-icons li:first-child {
    padding-left: 0px;
}
/* 
***  css for single Staff Mambers   
*/
.socialcon.staff {
    margin-top: 10px;
}
.socialcon li {
    display: inline-block;
    padding-left: 5px;
}
.social-icons.bod {
    position: initial;
}
p.position {
	font-size: 14px;
	line-height: 1.3;
}

.desg-title {
    color: #005878!important;
    font-size: 28px;
    font-family: 'FranklinGothic-Medium';
    line-height: 1.42857143;
}

.stimgcen {
    text-align: center;
}
.page .su-table th {
    text-align: left!important;
    font-weight: bold !important;
}
/* 
*** GRAVITY FORM */
.gform_wrapper .gform_page_footer .button.gform_previous_button {
	margin-bottom: initial;
}

.sidebar .dcjq-accordion li.menu-item.current-menu-item > a.active { background-color: #e23827; }
.sidebar li.menu-item.current-menu-ancestor > a.dcjq-parent.active, .sidebar li.menu-item.current-menu-item > a.active, .sidebar li.menu-item.current-menu-ancestor > a.dcjq-parent.active { background-color: #e23827;}  
.dcjq-parent-li .current-menu-item > a, .sidebar li.menu-item.current-menu-item > a { opacity: 0.7; }




/* 
*** RESPONSIVE MEDIA QUERIES
*/


@media (min-width: 1660px) {
	.menu-control-inside-menu{
		display:none /*!important*/;
	}
}
@media (max-width: 1660px) {
	#responsive_menu_pro .responsive_menu_title_image{
		border-left: 1px solid #fff;
	    padding-left: 10px;
	}
}
@media (max-width: 1199px) {
    .carousel-caption h1 {
        font-size: 36px;
    }
    .carousel-caption p {
        font-size: 18px;
    }
    .carousel-caption .btn-danger {
        font-size: 19px;
        height: auto;
        line-height: 32px;
    }
    .trans-services h2 {
        font-size: 24px;
    }
    .panel-primary .panel-body {
        min-height: 0;
    }
    .panel-primary h2 {
        font-size: 32px;
    }
    .panel-primary h3 {
        font-size: 24px;
    }
    .panel-primary .panel-footer {
        padding: 16px;
    }
    .steps {
        display: block;
    }
    .steps li {
        margin-right: 10px;
        margin-bottom: 5px;
    }
    .inner-banner {
        position: relative;
        margin-top: 131px;
    }
}
@media (max-width: 991px) {
    .carousel-caption h1 {
        font-size: 24px;
    }
    .caption-section{
        text-align:center;
    }
    .carousel-caption {
        bottom: 10px;
    }
    .carousel-caption .btn-danger {
        max-width: 200px;
    }
    .trans-services .icon-wrapper {
        width: 30%;
        padding: 0 10px;
    }
    .trans-services h2 {
        font-size: 18px;
    }
    .panel-primary h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .panel-primary h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .panel-primary .panel-body {
        padding: 20px;
    }
    .panel-primary .panel-footer {
        min-width: 0;
    }
    .trans-services.hidden-xs {
        margin-top: 0;
    }
    .secondary-nav .panel-heading a,
    .secondary-nav .sub a {
        font-size: 16px;
    }
    .content .highlight,
    .quote {
        font-size: 18px;
    }
    .content p {
        font-size: inherit;
    }
    .content .indent {
        padding-left: 10px;
    }
    .content .blue-heading,
    .thumb-content h3 {
        font-size: 22px;
    }
    .btn {
        font-size: 18px;
    }
    .btn.arrow span {
        line-height: 38px;
    }
    .banner-txt h1 {
        font-size: 19px;
    }
    .content h2 {
        font-size: 23px;
    }
    a.dcjq-parent.active {
        font-size: 18px;
    }
    .dcjq-parent-li a {
        font-size: 18px;
    }
    .menu-item a.dcjq-parent {
        font-size: 18px;
    }
	
}

/*
@media (min-width: 767px) {
    .menu-logo{
        position: absolute;
        top: 0;
        width: 100%;
        /*background-color: #005573;
        padding-top: 20px;
        padding-left: 10px;
    }
    .sidenav{
        position: absolute;
        top: 100px;
    }
}
*/

@media (max-width: 767px) {
    .headerlogo {
	    margin-left: 78px;
	}
    .panel-primary .panel-footer .btn-danger {
        width: auto;
    }
    .menu-logo{
        background-color: #005573;
        width: 100%;
        top: 0px;
        padding: 20px 10px;
    }
    .menu-logo img{
        padding-bottom: 0px!important;
    }
    .flex-box {
        display: block;
        display: block;
        display: block;
        display: block;
    }
    .footer .border {
        border: 0;
    }
    .thumb {
        max-width: 379px;
        margin-left: auto;
        margin-right: auto;
    }
    .tbl.widget {
        margin-bottom: 5px;
    }
    .trans-services {
        background-color: transparent;
        padding-bottom: 0;
    }
    .trans-services .icon-wrapper {
        padding: 10px;
    }
    .carousel-caption {
        padding-bottom: 20px;
    }
    .carousel {
        margin-top: 85px;
    }
    .panel-primary,
    .ad {
        margin-left: auto;
        margin-right: auto;
        max-width: 300px;
    }
    .footer {
        text-align: center;
    }
    .hamburger-wrapper {
        width: 40px;
        float: right;
    }
    .mobile {
        /*padding: 30px 0;*/
        padding: 0;
        overflow: auto;
    }
    .content .blue-heading,
    .thumb-content h3 {
        font-size: 20px;
    }
    .btn {
        font-size: 17px;
    }
    .btn.arrow span {
        line-height: 38px;
    }
    .banner-txt h1 {
        font-size: 18px;
    }
    .content h2 {
        font-size: 21px;
    }
    a.dcjq-parent.active {
        font-size: 17px;
    }
    .dcjq-parent-li a {
        font-size: 17px;
    }
    .menu-item a.dcjq-parent {
        font-size: 17px;
    }
    .main-logo {
        margin-left: 70px;
    }
    .sidenav{
        position: absolute;
        top: 97px;
    }
    .stimgcen {
        text-align: left;
    }
    .trans-services .icon-wrapper {
        height: auto;
        width: 40%;
    }
}
@media (max-width: 480px) {
	.headerlogo {
	    margin-left: 72px;
	}
    .carousel-caption h1 {
        font-size: 16px;
    }
    .carousel-caption p {
        font-size: 15px;
    }
    .carousel-caption .btn-danger {
        font-size: 14px;
        height: auto;
        line-height: 15px;
    }
    .carousel-caption {
        padding-bottom: 0px;
    }
    .carousel-control{
        top:30%;
    }
    .carousel-control i{
        font-size:22px;
    }
    .trans-services .icon-wrapper {
        height: auto;
        width: 40%;
    }
    .trans-service .col-sm-4:nth-child(2) .icon-wrapper {
    	 width: 30%;
    }
    .banner-txt h1 {
        font-size: 17px;
    }
    .content h2 {
        color: #005878!important;
        font-size: 20px;
        font-family: 'FranklinGothic-Medium';
        line-height: 1.3;
        position: relative;
        bottom: 20px;
    }
    a.dcjq-parent.active {
        font-size: 16px;
    }
    .dcjq-parent-li a {
        font-size: 16px;
    }
    .menu-item a.dcjq-parent {
        font-size: 16px;
    }
    .texcent {
        text-align: center;
    }
    .stimgcen {
        text-align: center;
    }
}
@media (max-width: 415px) {
	#responsive_menu_pro {
	     position: absolute;
	     top:-20px; 
	}
    #responsive_menu_pro_button {
        left: 5%;
        top: 0px;
        border-radius: 5px;
        padding: 8px;
    }
    .menu-control-inside-menu-img {
	    width: 36px!important;
	    left: 0px!important;
	    top: 28px!important;
	}
}
@media (max-width: 390px) {
    .inner-banner {
        position: relative;
        margin-top: 131px;
    }
    .flex-box.v-center {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: 200px;
    }
}
.btn-align {
    display: table;
    width: 100%;
}
.btn-align > * {
    display: table-cell;
    border-spacing: 10px;
}
.btn-align > .cell:first-child {
    min-width: 150px;
}
@media (max-width: 320px) {
	#responsive_menu_pro #responsive_menu_pro_title {
	    padding: 27px 0px 27px 5% !important;
	}
	.menu-control-inside-menu-img {
	    top: 14px!important;
	}
}
@media (max-width: 767px) {
  .btn-align {
    display: block;
  }  
}

#responsive_menu_pro.responsive_menu_pro_opened{ height: 100% !important; overflow-y: auto;}
.numeric-text{ text-align: right;}