body {
    font-family: "FranklinGothic-Book","Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #232323;
    font-size: 16px;
    line-height: 1.4em;
}

/*************************************************************************
	from the BST stylesheet
*************************************************************************/
.sidebar {
  margin-top: 20px
}
.sidebar section {
  margin-bottom: 40px
}
.sidebar ul,
.sidebar ol {
  list-style-type: none;
  padding: 0
}
.sidebar li {
  margin: 10px 0
}
input:focus::-webkit-input-placeholder { color: transparent; }
input:focus:-moz-placeholder { color: transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color: transparent; } /* FF 19+ */
textarea:focus::-webkit-input-placeholder { color: transparent; }
textarea:focus:-moz-placeholder { color: transparent; } /* FF 4-18 */
textarea:focus::-moz-placeholder { color: transparent; } /* FF 19+ */ 

/* 
***  Common classes 
*/
@media screen and (min-width: 990px) {
    .coming-soon-img {
        background: #d9edf7 url(/custom/images/wordpress-site/letters.png) no-repeat right top;
        background-size: contain;
    }
}
.su-column {
	/* margin-right: 2% !important; */
}
a {
    color: #e23827; /* orange */
}
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","Helvetica Neue",Helvetica,Arial,sans-serif;
}






/* 
*** 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: 140px;
}
.common-top-gap-half {
    margin-top: 20px;
}



.footer {
    background-color: #323232;
    margin: 40px 0 0;
    padding-bottom: 40px;
	color: white;
}
/* Publications Subfooter */
.subfooter.jumbotron {
	margin-bottom: -40px;
}

.subfooter p {
	font-size: 14px;
	color: #333;
}
.subfooter.tactics {
	background: #ededed url(/custom/images/wordpress-site/Banner--Tactics-footer.jpg) no-repeat center bottom;
	background-size: cover;
    opacity: .8;
}
.subfooter.strategist {
	background: #ededed url(/custom/images/wordpress-site/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(/custom/images/wordpress-site/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(/custom/images/wordpress-site/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-small {
	padding: 2px 16px 2px 16px;
	margin-top: -6px;
}
.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","Helvetica Neue",Helvetica,Arial,sans-serif;
    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","Helvetica Neue",Helvetica,Arial,sans-serif;
    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(/custom/images/wordpress-site/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(/custom/images/wordpress-site/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","Helvetica Neue",Helvetica,Arial,sans-serif;
    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;
}

/* 
*** 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) {
	.common-top-gap {
		margin-top: 180px;
	}
    .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;}








/**********************************************************************************
	from new_style.css
**********************************************************************************/
body.responsive_menu_pro_disable_scrolling_body { width: 100%;}

.myprsa_breadcrumb {  margin-bottom: 10px;   margin-top: 10px;}
.myprsa_breadcrumb li {  display: inline-block;  background:#ff806f; padding:7px; color:#fff; margin-bottom: 5px; margin-left:3px;}
.myprsa_breadcrumb li:first-child {margin-left:0px;}
.myprsa_breadcrumb li.current {  background:#e23827; }
.error-msg{color:#ff0000;}
.success-messge{color:#228B22;}
#register-form .error-msg, #user-profile-form .error-msg, #login-form .error-msg, #subscriptions-form  .error-msg{line-height: 40px; padding-left: 10px;}

/* ========================== 4-10-2016 ========================== */

/* COMMON */
p.form-row.form-row-wide {overflow: hidden;}
fieldset {padding: .35em .625em .75em; border:1px solid #e5e5e5; margin-bottom: 15px;}
.page-template-tp-user-profile #address-form fieldset legend, .page-template-tp-profile-photo #profile-photo-form fieldset legend{ margin-bottom:20px;}
fieldset legend, #demographics-form fieldset legend, #address-form fieldset legend, #update-address-form fieldset legend {border-bottom: 0; width: auto; padding: 0 5px; margin-bottom: 0;}
p.form-row.form-row-wide label {float:left; width:170px; line-height: 35px;} 
.page-template-tp-user-profile p.form-row.form-row-wide label{line-height: 18px;}

.social-media-field p.form-row.form-row-wide label{ width: 185px !important;}
#address-form p.form-row.form-row-wide label,#update-address-form p.form-row.form-row-wide label {width:135px;}
.page-template-tp-social-media-profile #address-form p.form-row.form-row-wide label {width:175px;}
p.form-row.form-row-wide textarea, p.form-row.form-row-wide input[type="text"], p.form-row.form-row-wide input[type="password"], p.form-row.form-row-wide input[type="email"], p.form-row.form-row-wide select {float:left; max-width: 300px; width: 100%;}
p.form-row.form-row-wide textarea{ height: 100px;}
#update-address-form p.form-row.form-row-wide select {width:100%;}
p.form-row.form-row-wide select {width:auto; margin-right: 22px;}
.page-template-tp-social-media-profile p.form-row.form-row-wide select {width: 100%;}
.checkboxGroup {width: 100%;}


/* BASIC FORM */
#basic-form p.form-row.form-row-wide {width: 45%; }
#basic-form p.form-row.form-row-wide select {width:auto;}
#basic-form p.form-row:last-child {clear: both; margin-top: 15px;}
#basic-form .error-msg {/*margin-left: 150px;*/ clear: both;  display: block; font-size: 14px;}



/* DEMOGRAHICS FORM */
#demographics-form p.form-row.form-row-wide {width: 100%;}
#demographics-form p.form-row.form-row-wide label {width:265px;}
#demographics-form p.form-row:last-child {clear: both; margin-top: 15px;}
#demographics-form .error-msg {margin-left: 265px; clear: both;  display: block; font-size: 14px;}
#demographics-form .newuser_field {clear: both; display: block;}
#demographics-form .newuser_entry label {width:auto!important; margin-right: 10px;}
#demographics-form .newuser_entry select {float:left; margin-right: 10px;}
.checkboxGroup span  {width: 100%; float: left;}
.checkboxGroup label{width: 100%; float: left; margin: inherit; line-height: inherit !important; font-weight: normal;}

#demographics-form p.form-row.form-row-wide .newuser_entry > .month,#demographics-form p.form-row.form-row-wide .newuser_entry > .year {
  display: inline-block;
  width: auto;
}
#demographics-form p.form-row.form-row-wide .newuser_entry > span .error-msg {
  margin: 0;
}
#demographics-form p.form-row.form-row-wide .input-label{font-weight: normal;}


/* ADDRESS FORM */
#address-form .left, #update-address-form .left{width: 50%; float: left;}
#address-form .right, #update-address-form .right{width: 50%; float: left;}
#address-form .newuser_entry label, #update-address-form .newuser_entry label{ font-weight: normal; }
div.form-row.form-row-wide{margin-bottom: 10px;}
#address-form .error-msg, #update-address-form .error-msg {clear: both;display: block;font-size: 14px;margin-left: 150px;}
#address-form p.form-row:last-child, #update-address-form p.form-row:last-child{ clear: both; margin-top: 15px; }
#address-form .newuser_field .newuser_label, #update-address-form .newuser_field .newuser_label {float: left;min-width: 135px;}

/* Subscriptions form */
form .profileFieldSet ul{padding-left: 25px; margin-bottom: 10px;}
#subscriptions-form  .form-row.form-row-wide.form-row-col > label{width: 100%; max-width: 230px;}
#subscriptions-form  .form-row.form-row-wide .newuser_entry label{font-weight: normal;}
#subscriptions-form .form-row-col .newuser_entry{display: inline-block; vertical-align: top; padding-left: 10px;}
#subscriptions-form .form-row-col .newuser_field {padding-left: 100px;width: 100%;}
#subscriptions-form div.form-row.form-row-wide.two-col-box .checkboxItem {float: left;width: 50%; margin-bottom: 10px;}
#subscriptions-form div.form-row.form-row-wide .checkboxItem{min-height: 50px;}
#subscriptions-form div.form-row.form-row-wide .checkboxItem label,div.form-row.form-row-wide .checkboxGroup .checkboxItem{position: relative; padding:0 20px;}
div.form-row.form-row-wide .checkboxItem label input,div.form-row.form-row-wide .checkboxItem > input {left: 0;position: absolute;top: 0;}
#subscriptions-form div.form-row.form-row-wide .checkboxItem label {width: 80%;}
#subscriptions-form div.form-row.form-row-wide .checkboxItem .productName .price {float: right; width: auto;}
#subscriptions-form div.form-row.form-row-wide .checkboxItem .fine{ font-size: 14px; }
#subscriptions-form div.form-row.form-row-wide label > a{color: #232323;}

#subscriptions-form .checkboxGroup {overflow: hidden;padding: 5px;}
#subscriptions-form div.form-row.form-row-wide.three-col-box .checkboxItem {float: left;width: 33.3333%; margin-bottom: 10px;}
.lable-space{padding-left: 10px;}
#subscriptions-form .amount-sign {
    float: right;
    padding-right: 4px;
	padding-top: 2px;
}



/*----- 17-11-2016 -----*/
#basic-form .error-msg { margin-left:170px;  } 
#basic-form p.form-row.form-row-wide { width: 100%;} 
 
.woocommerce #purchase-form .error-msg { margin-left:10px; }


/*---------------------------------------
# Responsive CSS
---------------------------------------*/
@media screen and (max-width: 1024px){
#subscriptions-form div.form-row.form-row-wide .checkboxItem{ font-size: 15px; }
}
@media screen and (max-width: 991px){
#basic-form p.form-row.form-row-wide {width: 100%;}
#address-form .left{padding-right: 20px;}
#subscriptions-form div.form-row.form-row-wide.three-col-box .checkboxItem{width: 50%;}
#subscriptions-form div.form-row.form-row-wide .checkboxItem label{width: 100%;}

/*----- 17-11-2016 -----*/
p.form-row.form-row-wide input[type="text"], p.form-row.form-row-wide input[type="password"], p.form-row.form-row-wide input[type="email"], p.form-row.form-row-wide select { max-width:300px; }
.checkboxGroup span { font-size:14px; }



}
@media screen and (max-width: 767px){
/* form */
#basic-form p.form-row.form-row-wide {width: 100%;}
#basic-form .error-msg,#demographics-form .error-msg,#address-form .error-msg{margin-left: 0;}	
p.form-row.form-row-wide label{font-size: 14px;}
p.form-row.form-row-wide select{ max-width:100%; width: 100%;}

fieldset legend, #demographics-form fieldset legend, #address-form fieldset legend{width: 100%;}
legend{font-size: 16px;}
.checkboxGroup span {width: 100%; margin-bottom:4px;}

#address-form .left,#address-form .right {width: 100%; }
.profileFieldSet{width: 100% !important;}

#subscriptions-form .form-row-col .newuser_field{padding-left: 0;}
#subscriptions-form div.form-row.form-row-wide.two-col-box .checkboxItem,#subscriptions-form div.form-row.form-row-wide.three-col-box .checkboxItem,#subscriptions-form div.form-row.form-row-wide .checkboxItem label{width: 100%;}


/*----- 17-11-2016 -----*/
p.form-row.form-row-wide input[type="text"], p.form-row.form-row-wide input[type="password"], p.form-row.form-row-wide input[type="email"], p.form-row.form-row-wide select, .woocommerce .login p.form-row.form-row-wide label  { float:none; max-width:100%; }
.woocommerce .login p.form-row.form-row-wide label { width:100%; padding-left:0;}
#register-form .error-msg, #user-profile-form .error-msg, #login-form .error-msg, #subscriptions-form .error-msg { padding-left:0; font-size:14px; line-height:28px; }




#menu-footer-menu li { margin-left: 0; }
.woocommerce .login .error-msg { display:block; }
#basic-form p.form-row.form-row-wide select, #purchase-form p.form-row.form-row-wide label { width:100%; }
#purchase-form select#exp_year { margin-top:10px; }
#demographics-form p.form-row.form-row-wide label { width:auto }
.profileFieldSet .newuser_entry, #address-form p.form-row.form-row-wide label { width:100%; display:inline-block }
#demographics-form .newuser_entry.divrace_latino label { clear:both }
 
.woocommerce #purchase-form .error-msg { margin-left:0; clear:both; display:block; }
  
}



@media screen and (max-width:600px){
.page-template-tp-checkout .woocommerce form.login, .purchase-summary-table, .page-template-tp-order-complete #purchase-form { margin-bottom:30px; overflow-x:auto; }	
#checkout-form .button { margin-bottom:10px; }	
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button { padding-left:0.9em;  padding-right:0.9em }
	}


@media screen and (max-width:480px){
.headerlogo {   max-width: 210px; }	
.inner-banner {  margin-top: 108px;}
	}


/* 24-10-2016 */
div.form-row.form-row-wide .checkboxItem label input, div.form-row.form-row-wide .checkboxItem > input {top:0px;}
#subscriptions-form .form-row.form-row-wide .newuser_entry .checkboxItem .productName, #subscriptions-form .form-row.form-row-wide .newuser_entry .checkboxItem .productName a, #subscriptions-form .form-row.form-row-wide .newuser_entry .checkboxItem .productName span {float:left;}
#subscriptions-form .form-row.form-row-wide .newuser_entry .checkboxItem .productName a, #subscriptions-form .form-row.form-row-wide .newuser_entry .checkboxItem .productName span {width:150px;line-height: 20px;}
#subscriptions-form div.form-row.form-row-wide .checkboxItem label {width:100%; padding-right:0;}
#subscriptions-form div.form-row.form-row-wide .checkboxItem .productName .price {line-height:20px;}
#subscriptions-form div.form-row.form-row-wide .checkboxItem .fine {clear:both;}
.checkboxItem{ margin-top : 20px;}







/******************
	REGISTRATION
******************/
ul.step_breadcrumb {
	list-style: none;
}
ul.step_breadcrumb li {
	list-style: none;
	display: none;
}
ul.step_breadcrumb li.current {
	display: inline-block;
}
ul.step_breadcrumb li.current::before {
	content: "Step: ";
	font-weight: bold;
}
fieldset.tableLayout .required {
	color: red;
}
.formfield .entry {
	display: inline-block;
	width: 100%;
}
.formfield .entry input[type='checkbox'] {
	float: left;
	
}
.formfield .entry label.longText {
	float: left;
	margin-left: 5px;
	max-width: 90%;
}
label.error {
	width: 300px;
	display: block;
	float: left;
	color: red;
	padding-left: 10px;
}
label div.radioButton {
	display: inline-block;
	max-width: 10%;
	vertical-align: top;
}
label div.registrationOptionDescription {
	display: block;
	max-width: 90%;
	vertical-align: top;
}
label div.registrationOptionDescription div.eventRegistrationOptionNotes {
	font-weight: normal;
}
div.eventTicketOption, div.registrationEditInstructions {
	border-top: 3px solid #E23827;
	border-bottom: 3px solid #E23827;
	background-color: #FBE5E3;
	margin: 5px 0;
	padding: 5px;
}
div.eventTicketOption label div.ticketOptionDescription input[type='radio'] {
	display: inline-block;
	vertical-align: top;
}
div.ticketOptionLabel {
	font-size: 1.25em;
	font-weight: bold;
}
div.eventTicketOption label div.ticketOptionDescription div.ticketOptionLabel {
	display: inline-block;
	max-width: 90%;
	vertical-align: top;
}
div.eventTicketOptionNotes {
	margin: 10px 0;
}
div.eventTicketOption label div.ticketOptionDescription div.eventTicketOptionNotes {
	font-weight: normal;
}
div.eventTicketOption label div.ticketOptionDescription dl dt::after, div.eventTicketOption div.ticketOptionDescription dl dt::after {
	content: ":";
}
.eventRegistrationOption {
	border-bottom: 1px solid #2E4C80;
	clear: left;
	width: 100%;
	display: block;
}
div.halfWidth:first-child div.eventRegistrationOption:first-child {
	border-top: 1px solid #2E4C80;
}
.eventRegistrationOption .eventRegistrationOptionNotes, .eventRegistrationOption dl {
	margin: 10px 0px 0px 20px;
}
.eventRegistrationOption label {
	display: inline-block;
	width: 100%;
}
.eventRegistrationOption.odd, .eventRegistrationOption.odd label {
	background-color: #EEEEEE;
}
.eventRegistrationOption label div.radioButton {
	float: left;
	width: 20px;
}
.eventRegistrationOption label div.registrationOptionDescription {
	float: left;
	width: 355px;
}
.eventRegistrationOption label div.registrationOptionDescription div.registrationOptionLabel {
	font-weight: bold;
}
.eventRegistrationOption dl dt {
	margin: 0px 0px;
	padding: 0.25em  0 0.25em 0;
	font-size: 1em;
	font-weight: bold;
	text-align: right;
	display: inline;
}
.eventRegistrationOption dl dt:after {
	content: ":";
}
.eventRegistrationOption dl dd {
	margin: 0 0 0 10px;
	padding: 0.25em  0 0.25em 0;
	font-size: 1em;
	font-weight: bold;
	text-align: right;
	display: inline;
}
.eventTicketOption dl dt {
	margin: 0px 0px;
	padding: 0.25em  0 0.25em 0;
	font-size: 1em;
	font-weight: bold;
	text-align: right;
	display: inline;
}
.eventTicketOption dl dt:after {
	content: ":";
}
.eventTicketOption dl dd {
	margin: 0 0 0 10px;
	padding: 0.25em  0 0.25em 0;
	font-size: 1em;
	font-weight: bold;
	text-align: right;
	display: inline;
}

div.buttonRow {
	padding: 5px;
	width: auto;
	overflow: hidden;
	clear: both;
}
div.buttonRow input {
	float: right;
	margin: 2px;
}
.scHeaderIcon {
	background-image:url('/custom/css/ShoppingCart/images/cart.png');
	background-size: contain;
	vertical-align: middle;
	width: 41px;
	height: 30px;
	display: inline-block;
}
.scAlertText {
	display: inline;
	vertical-align:top;
	padding-top: 0px;
	margin-top: 0px;
}
.scIconRemoveItem {
	background-image:url('/custom/css/ShoppingCart/images/conference_removeItem.png');
	width: 19px;
	height: 18px;
	display: block;
}
.scIconRemovePromo {
	background-image:url('/custom/css/ShoppingCart/images/conference_removeItem.png');
	background-size: contain;
	width: 15px;
	height: 14px;
	display: inline-block;
	vertical-align: middle;
}
.scIconRemovePromoIE {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/custom/css/ShoppingCart/images/conference_removeItem.png', sizingMethod='scale');
	width: 15px;
	height: 14px;
	display: inline-block;
	vertical-align: middle;
}
.scTableLayout {
	margin-top: 5px;
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	display: inline-block;
	font-size: 1.1em;
	box-sizing: content-box;
}
.scTableHeader {
	width:100%;
	background-color: #DDDDDD;
	border-bottom: #2E4C80 1px solid;
	padding: 4px 0px 4px 0px;
	display: inline-block;
	box-sizing: content-box;
}
.scTableCol1 {
	width: 10%;
	min-width: 22px;
	float: left;
	text-align: center;
	vertical-align: top;
	padding-top: 1px;
	padding-right: 3px;
	display: inline;
}
.scTableCol2 {
	display: none;
}
.scTableCol3 {
	width: 55%;
	float: left;
	vertical-align: top;
	padding-top: 2px;
	display: inline;
}
.scTableCol4 {
	width: 15%;
	float: left;
	display: inline;
	vertical-align: top;
	padding-top: 2px;
	text-align: center;
}
.scTableCol4TextBox {
	text-align: center; 
	width: 25px;
	margin-top: -2px;
}
.scTableCol5 {
	display: none;
	vertical-align: top;
}
.scTableCol6 {
	float: right;
	width: 20%;
	display: inline;
	text-align: right; 
	padding: 2px 4px 0px 0px;
	vertical-align: top;
}
.scEmpty {
	text-align:center;
	border-bottom: #2E4C80 1px solid;
	height: 70px;
	padding-top: 25px;
}
.scRow {
	background-color: #fff;
	padding: 4px 4px 7px 4px;
	overflow: hidden;
}
.scRowAlt {
	background-color: #EEEEEE;
	padding: 4px 4px 7px 4px;
	overflow: hidden;
}
.scRowBottom {
	border-bottom: #2E4C80 1px solid;
}
.scFooter {
	background-color: #EEEEEE;
	padding: 4px 4px 0px 4px;
	height: auto;
	overflow: hidden;
	position: relative;
}
.scPromoText {
	font-size: .9em;
	color: #944000;
}
.scPromoTextLabel {
	font-size: .9em; 
	color: #2E4C80;
}
.scPromoContainer {
	width: 70%;
	height: 100%;
	overflow: hidden;
	float: left;
}
.scPromoInput {
	margin-top: 20px;
	padding-left: 6px;
	vertical-align: middle;
}
.scPromoValid {
	color: #2E4C80;
	display: inline;
}
.scPromoDescription {
	color: #2E4C80;
	padding-left: 6px;
	margin-top: 6px;
}
.scFooterTotals {
	width:190px;
	float: right;
}
.scFooterLabel {
	width: 90px;
	font-weight: bold;
	text-align: right;
	float: left;
	padding-bottom: 7px;
}
.scFooterAmount {
	width: 80px;
	text-align: right;
	padding-right: 4px;
	padding-bottom: 7px;
	display: inline;
	float: right;
}
.scFooterLabelSavings {
	width: 90px;
	font-weight: bold;
	text-align: right;
	color: #2E4C80;
	float: left;
	padding-bottom: 7px;
}
.scFooterAmountSavings {
	width: 80px;
	text-align: right;
	padding-right: 4px;
	color: #2E4C80;
	display: inline;
	float: right;
	padding-bottom: 7px;
}
.scFooterOrderTotal {
	background-color: #DDDDDD;
	padding: 6px 4px 0px 4px;
	overflow: hidden;
}
.scFooterOrderTotalColumn {
	width: 190px;
	float: right;
}
.scFooterCheckout {
	padding-bottom: 8px;
	overflow: hidden;
}
.scFooterVisitedForms {
	background-color: #EEEEEE;
	font-size: .9em; 
	clear: both; 
	margin-bottom: 18px;
}
.scButtonsClearUpdate {
	text-align: left; 
	padding-left: 0px; 
	margin-top: 8px; 
	float: left;
	font-size: .9em;
}
.scButtonCheckout {
	float: right;
	text-align: right;
	margin-top: 8px;
	font-size: .9em;
}
.scButtonValidate {
	font-size: .9em;
}
.scCoEditButton {
	vertical-align: middle;
	display: inline;
	font-size: 12px;
	padding: 2px;
}
.scCoEditButtonText {
	font-size: .9em;
	display: inline-block;
}
.scCoContactHeader {
	width: 100%;
	clear: both;
	margin-top: 8px;
	overflow: hidden;
}
.scCoContactFieldSet {
	border: 1px solid #2E4C80; 
	padding: 0px;
}
.scCoContactLegend {
	margin: 0px 0px 0px 8px; 
	padding: 2px 2px 2px 0px; 
	color: #2E4C80;
	font-style: normal;
}
legend.scCoContactLegend, legend.scCoCartLegend, legend.scCoCartLegend {
	font-size: 15px;
}
.scCoContactLayout  {
	margin:8px 8px 8px 8px; 
	line-height:1.2em;
}
.scCoContactLabel {
	color: #2E4C80;
	float: left;
	vertical-align: top;
	width:45px;
}
.scCoContactText {
	display: inline;
	float: left;
}
.scCoAlertBox {
	background-color: #ffff99;
	padding: 0px 5px 0px 5px; 
	border: 1px solid red;
	margin: 14px 4px 12px 4px; 
	font-size: 1em;
	overflow: hidden;
}
.scCoCartFieldSet {
	border: 1px solid #2E4C80; 
	Margin: 8px 2px 5px 2px;
	padding: 0px 0px 0px 0px;
}
.scCoCartLegend {
	margin: 0px 0px 0px 8px; 
	padding: 2px 2px 2px 0px; 
	color: #2E4C80;
	font-style: normal;
}
.scCoCartDetails {
	padding: 0px 4px 4px 8px;
}
.scCoCartCCDetails {
	padding: 0px 0px 0px 8px;
}
.scCoCartCCAlertDetails {
	color: red; 
	font-weight: bold; 
	font-size: 1.1em;
	padding-left: 8px;
	padding-right: 8px;
}
.scCoCCLabelLeft {
	width: 75px;
	display: inline-block;
	padding-bottom: 8px;
}
.scCoCCLabelRight {
	width: 90px;
	display: inline-block;
	padding-bottom: 10px;
	vertical-align: top;
}
.scCoFooter {
	text-align: center;
	padding-top: 25px;
	padding-bottom: 20px;
	max-width: 150px;
	line-height: 1.25em;
}
.scCoButtonsFooter {
	font-size: 1.1em; 
	width: 200px;
}
.scCoFooter input[name=viewCart] {
	border: none;
	background-color: transparent;
	color: #0A8DD9;
	text-decoration: underline;
}
.scCartSecureIcon {
	float: right;
	display: inline;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-top: -50px;
}
.scOrderConfirmationContainer {
	margin: 12px 0px 18px 0px;
}
.scOconfTweet {
	font-size: 1.5em;
	margin: 15px;
}
.scOconfTweet .addthis_toolbox a.addthis_button_twitter {
	font-size: 1.25em;
	font-weight: normal;
}
.scOconfTitle {
	float:left;
	padding-left: 4px;
	width:400px;
	display:inline;
}
.scOconfThankYou {
	float:right; 
	display:inline;
	color: #2E4C80;
	font-size: 1.4em;
	font-weight: normal;
}
.scOconfHeader {
	float: left; 
	font-size: 12px; 
	width:100%; 
	margin: 0px 0px 10px 0px;
	background-color: #EEEEEE;
}
.scOconfHeaderLabel {
	width:120px; 
	float:left;
	font-weight: bold;
}
.scOconfHeaderText {
	display: inline; 
	float: left;
}
.scOconfDetails {
	width: auto;
	margin: 12px 2px 12px 2px;
	font-size: 1.1em;
}
.scOconfCommentsBox {
	margin: 6px 0px 10px 0px;
	font-size: 1em;
}
.scOconfComments {
	padding: 8px; 
	font-size: 1em; 
	vertical-align: top;
}
.scOconfHeaderNote {
	font-size: 1.1em; 
	padding: 4px 0px 8px 4px;
}

.sponsor-list-link {
	display: block;
	border-width: 2px 0;
	border-color: #2E4C80;
	border-style: solid;
	padding: 5px 15px;
}
.sponsor-level-label {
	display: block;
	border-width: 2px 0;
	border-color: #2E4C80;
	border-style: solid;
	padding: 5px 15px;
	text-align: center;
}
input.formButton, a.formButton, input.formButtonAlt, a.formButtonAlt {
	display: inline-block;
	padding: 6px 12px;
	line-height: 1.4285;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	-ms-user-select: none;
	cursor: pointer;
	background-color: #537BC1;
	border: 1px solid #2E4C80;
	color: white;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}
a.scCoEditButton {
	vertical-align: middle;
	display: inline;
	font-size: 12px;
	padding: 2px;
}
input.formButtonAlt, a.formButtonAlt {
	background-color: #2E4C80;
	border: 1px solid #D17CAB;
}
a.formButton:link, a.formButton:visited , a.formButton:hover, a.formButton:active {
	color: white;
	text-decoration: none;
}

table.at-a-glance {
	max-width: 600px;
}
table.at-a-glance td {
	padding: 5px;
	vertical-align: top;
}

div.previousEventNotice {
	background-color: #FCE8E2;
	border: 2px solid #F1592A;
	padding: 10px;
	margin: 10px 10px;
	clear: both;
	display: block;
	color: red;
	font-weight: bold;
}


@media (min-width: 690px) {
	.scPromoInput .scPromoLabel, .scPromoInput .scPromoBox, .scPromoInput .scPromoButton {
		display: inline;
	}
}

@media (min-width: 768px) {
	/******************
		REGISTRATION
	******************/
	ul.step_breadcrumb {
		-webkit-user-select:none; 
		-moz-user-select:none; 
		list-style-type: none;
		list-style-image: none;	
		color: white;
		margin: 10px 0;
	}
	ul.step_breadcrumb::selection {
		background: transparent;
	}
	ul.step_breadcrumb::-moz-selection {
		background: transparent;
	}
	ul.step_breadcrumb li {
		display: -moz-inline-stack;
		display: inline-block;
		vertical-align: top;
		zoom: 1;
		*display: inline;
		background: url(/custom/events/icons/step-arrow.gif) no-repeat right top;
		padding: 10px 10px 6px 5px;
		margin: 0px;
		font-size: 14px;
		cursor: default;
	}
	ul.step_breadcrumb li.current {
		background: url(/custom/events/icons/step-arrow-selected.gif) no-repeat right top;
		color: white;
	}
	ul.step_breadcrumb li.current::before {
		content: none;
		font-weight: bold;
	}
	fieldset.tableLayout .formfield {
		clear: both;
		margin: 2px 5px;
		padding: 2px 0px;
	}
	fieldset.tableLayout .formfield label {
		float: left;
		display: block;
		width: 180px;
		margin: 2px 0px;
		font-weight: bold;
	}
	fieldset.tableLayout .formfield .entry.longText {
		width: 100%;
	}
	fieldset.tableLayout .formfield label.longText {
		width: 600px;
		font-weight: normal;
	}
	fieldset.tableLayout .formfield .entry {
		float: left;
		display: block;
		width: 550px;
		margin: 2px 0px;
	}
	fieldset.tableLayout .formfield .entry input, fieldset.tableLayout .formfield .entry select {
		float: left;
		margin: 0px;
	}
	fieldset.tableLayout .formfield .entry input[type=text], fieldset.tableLayout .formfield .entry textarea {
		width: 250px;
		float: left;
		margin: 0px;
	}
	fieldset.tableLayout .formfield .entry input[type=checkbox] {
		margin: 3px 5px 0px 0px;
	}
	.scCoContactLeft {
		float:left;
		width:48%;
	}
	.scCoContactRight {
		float:right;
		width:49%;
	}
	.scCoCCDetailsLeft {
		float:left;
		width:48%;
	}
	.scCoCCDetailsRight {
		float:right;
		width:49%;
	}
	.scCoFooter {
		max-width: none;
		line-height: normal;
	}
}
@media (min-width: 960px) {
	/******************
		REGISTRATION
	******************/
	.eventLoginForm {
		width: 265px;
		float: left;
	}
	.eventNewAccount {
		width: 500px;
		float: left;
		border-left: 1px solid #EEEEEE;
		padding-left: 10px;
	}
	div.newuser_field {
		clear: both;
		width: 100%;
		padding: 0px 5px 5px 5px;
		display: inline-block;
	}
	div.newuser_label {
		float: left;
		width: 200px;
		font-size: 1.1em;
		margin-top: 3px;
	}
	div.newuser_entry {
		float: left;
		width: 260px;
	}
	div.newuser_toplabel {
		font-size: 1.1em;
		padding: 5px;
	}

	.loginStatus {
		text-align: right;
		width: 100%;
	}
	.errorMessage {
		background-color: #FBF6F6;
		border-top: 2px solid #9F1C1F;
		border-bottom: 2px solid #9F1C1F;
		padding: 10px;
		font-weight: bold;
		margin: 5px 0px;
	}
	div.halfWidth {
		margin-right: 5px;
		width: 380px;
		/*
		border-left: 1px solid #2E4C80;
		border-right: 1px solid #2E4C80;
		*/
		float: left;
	}
	div.fullWidth {
		width: 100%;
		/*
		border-left: 1px solid #2E4C80;
		border-right: 1px solid #2E4C80;
		*/
	}
	div.eventRegistrationOption:first-child {
		border-top: 1px solid #2E4C80;
	}
	.scTableCol1 {
		width: 3%;
		float: left;
		text-align: center;
		vertical-align: top;
		padding-top: 1px;
		padding-right: 3px;
		display: inline;
	}
	.scTableCol2 {
		width: 12%;
		float: left;
		vertical-align: top;
		display: inline;
		padding: 2px 3px 0px 3px;
		overflow: hidden;
		word-break: break-all;
	}
	.scTableCol3 {
		width: 54%;
		float: left;
		vertical-align: top;
		padding-top: 2px;
		display: inline;
	}
	.scTableCol4 {
		width: 5%;
		float: left;
		display: inline;
		vertical-align: top;
		padding-top: 2px;
		text-align: center;
	}
	.scTableCol5 {
		width: 12%;
		float: left;
		display: inline;
		vertical-align: top;
		padding-top: 2px;
		text-align: right;
	}
	.scTableCol5TextBox {
		text-align: right; 
		width: 55px; 
		margin-top: -2px;
		margin-right: -3px;
		height: 14px;
		vertical-align: top;
		display: inline;
	}
	.scTableCol6 {
		float: right;
		width: 12%;
		display: inline;
		text-align: right; 
		padding: 2px 4px 0px 0px;
		vertical-align: top;
	}
}


/*************************************************************************
	From the on-page STYLE blocks
*************************************************************************/
@media (min-width: 768px) {
	#searchform { max-width: 308px; margin-left: 38px; }
}
@media (min-width: 992px) {
	#searchform { max-width: 308px; margin-left: 66px; }
}
@media (min-width: 1200px) {
	#searchform { max-width: 308px; margin-left: 52px; }
}
.header-btns {
	text-align: right;
}
@media (max-width: 767px) {
	.header-btns {
		margin-top: 5px;
		text-align: center;
	}
}
@media (max-width: 339px) {
	.header-btns .btn {
		padding: 8px;
	}
}
.footer .news li a { color: #ffffff; }
.footer .news li a:hover { color: #e23827; }
.footer .address { color: #ffffff; }
.ad {
	background-color: #E0E0E0;
	width: 100%;
	padding: 50px 20px 20px 20px;
	height: 355px; 
}
@media (max-width: 1199px) {
	.ad {
		height: 286px;
		padding-top: 20px;
	}
}
@media (max-width: 991px) {
	.ad {
		height: 252px;
		padding-top: 36px;
	}
}
@media (max-width: 767px) {
	.ad {
		height: auto;
		padding-top: 20px;
	}
}
.ad img {
    display: block;
    margin: auto;
    max-width: 100%;
}

ul.extra-space li {
	margin-bottom: 0.75em;
}
