/*****************************************************************************/


/************************ CSS Lite Stylesheet for PM's ***********************/


/*****************************************************************************/


/* ====================== Base color palette information ==================== */


/*
Base blue
hex #428bca

Dark blue
hex #2a6496;
    
Base orange
hex #ff8000;
    
Base white
hex #fff; (or white)
*/


/* ====================== Default container styles ========================== */

body {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    background: #fff;
}

a {
    color: #3dc2b2;
}

a:hover {
    color: #3dc2b2;
    text-decoration: underline;
}

h1 {
    
    
    font-family: 'Playfair Display', serif;
    font-weight: bold;
    font-style: italic;
    text-shadow: none;
    color: black;
    font-size: 18px;
    line-height: .5;
}

h2 {
    
    
    font-family: "Playfair Display", sans-serif;
    font-weight: bold;
    font-style: italic;
    text-shadow: none;
    color: black;
    font-size: 18px;
    line-height: .5;
    
}

h3 {
    
    
    font-family: 'Playfair Display', serif;
    font-weight: bold;
    font-style: italic;
    color: black;
    font-size: 18px;
    line-height: .5;
    
}

h4 {
    
    
    font-family: 'Playfair Display', serif;
    font-weight: bold;
    font-style: italic;
    color: black;
    font-size: 18px;
    line-height: 150%;
    
}

h5 {
    
    
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 700;
    color: black;
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 150%;
}

.Masthead {
    /*
    box-shadow: 0px -2px 2px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px -2px 2px rgba(0,0,0,0.1);
    */
}

#content-container .container {
    background-color: white;
    box-shadow: none;
    -webkit-box-shadow: none;
}

#dvCustomMasthead {
    display: block;
}




/***top nav**/

nav#top-site h4,
nav#top-site h5 {
    display: none;
}

.sitenav {
    background-color: #000000;
    border-bottom: 1px solid #333;
}

.sitenav ul {
    float: right;
    padding: 0px;
    margin: 0px;
}

.sitenav ul li {
    float: left;
    margin: 0px;
    list-style: none;
}

.sitenav ul li a {
    font-size: 15.3px;
    color: #999999;
    display: block;
    padding: 3px 8px;
    line-height: 1;
}

.sitenav ul li a:hover,
.sitenav ul li a.active {
    color: #ffffff;
    text-decoration: none;
}





/**Header**/

#header-container {
    background-color: #FFFFFF;
    width: 100%;
    margin-bottom: 0px;
    width: 100%;
    position: relative;
}

header h3 {
    margin: 17px 0 14px 10px;
    float: left;
}





/* Show Events */

header div.event {
    float: right;
    margin: 70px 40px 0 0;
    line-height: 150%;
    color: #000;
}

header div.event span {
    display: block;
}

header div.event span.date {
    font-weight: 700;
    font-size: 28px;
}

header div.event span.location {
    font-size: 20px;
}





/*** Registration Buttons ***/

div.registration {
    float: right;
    margin-right: 15px;
    
}

div.registration .button {
    text-align: center;
    list-style: none;
}

div.registration ul {
    margin: 30px 0 14px;
    padding: 0px;
    display: inline-flex;
}

div.registration ul li {
    padding: 15px 25px;
}

div.registration ul li a,
div.registration ul li:hover a {
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
}

div.registration ul li:hover a {
    text-decoration: none;
}

div.registration ul li.register {
    background-color: #fff;
    border: 3px solid #000;
    margin-right: 5px;
}

div.registration ul li.register a {
    color: #000;
}
div.registration ul li.register a:hover {
    color: #fff;
}

div.registration ul li.booth {
    background-color: #3dc2b2;
    border: 3px solid #3dc2b2;
}

div.registration ul li.booth a {
    color: #fff;
}

div.registration ul li:hover {
    background-color: #000;
}

div.registration ul li.booth:hover {
    border: 3px solid #3dc2b2;
    background-color: white;
}

div.registration ul li.booth:hover a {
    color: #3dc2b2;
}




/* ====================== Additional container styles ======================= */

a.dropdown-toggle.language-toggle {
    display: none;
}

.breadcrumb {
    display: none;
}

.badge {
    /*
    background-color: #428bca;
    */
}

.pagination>li>a,
.pagination>li>span {
    /*
    color: #428bca;
    */
}

.nav-tabs>li {
    /*
    color: #555;
    */
}

.nav-tabs>li>a:hover {
    /*
    color: #2a6496;
    */
}

.nav-tabs>li.active>a {
    /*
    border-top-color: #428bca;
    color: #428bca;
    */
}

body.no-nav {
    /*
    background-color: white;
    background-image: none;
    */
}





/* ====================== Navigational styles =============================== */

div#ctl00_dvTopNavigation {
    background-color: #333333;
}

.navbar-collapse {
    background-color: #333333;
    box-shadow: 1px 1px 5px #333;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    height: 24px;
}

.container>.navbar-collapse {
    border-bottom-color: #ff8000;
    border-bottom-style: none;
    border-bottom-width: 2px;
}

.navbar-top > li > a {
    padding: 5px !important;
}

.navbar-top>li>a:hover {
    /*
    color: #428bca;
    background-color: white;
    */
}

.navbar-nav>li>a {
    padding: 0px;
    font-size: 100%;
    color: inherit;
    text-transform: uppercase;
    padding: 12px;
    line-height: 1;
}

.navbar-nav>li>a:hover {
    color: inherit;
    background: inherit;
}

.navbar-nav>li {
    color: #cccccc;
    border: 1px solid #333333;
}

.navbar-nav>li:hover {
    color: #0045ae;
    background-color: #fff;
    border: 1px solid #000000;
    border-bottom: none;
    font-weight: bold;
}

.navbar-nav>li>a:hover {
    /*
    color: #428bca;
    background-color: white;
    */
}

.navbar-nav>li>a.active {
    /*
    color: #428bca;
    background-color: white;
    */
}

.navbar-nav>li.active>a {
    /*
    color: #428bca;
    background-color: white;
    */
}

.navbar-nav>li.active>a {
    color: #0046ae;
    background-color: #fff;
}

.navbar-nav>li>.dropdown-menu {
    /*
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    */
    border: 1px solid #333333;
    border-bottom: none;
}

.dropdown-menu {
    box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 0px;
    border-bottom: none;
    border-color: #000;
    padding: 0px;
    margin-left: -1px;
}

.dropdown-menu>li>a {
    padding: 7px 10px;
    color: #000000;
    font-size: 18px;
    font-weight: normal;
    text-transform: none;
    background-color: #ffffff;
    border-bottom: 1px solid #000;
}

.dropdown-menu>li>a:hover {
    color: #7fb3ff;
    background-color: #333;
}

.dropdown i.fa.fa-caret-down {
    display: none;
}

li.dropdown {}

.left-nav>li {
    /*
    border-bottom-color: #e0eded;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    */
}

.left-nav>li>a {
    /*
    color: white;
    */
}

.left-nav>li>a:hover {
    /*
    color: white;
    background-color: #ff8000;
    */
}

.left-nav>li.active>a {
    /*
    color: white;
    background-color: #428bca;
    */
}

.left-nav>li.active>a:hover {
    /*
    color: white;
    background-color: #428bca;
    */
}

.left-nav>li.active>a:focus,
.left-subnav.in>li.active>a {
    /*
    color: white;
    background-color: #428bca;
    */
}

.left-nav>li.active>.left-subnav>li>a,
.left-subnav.in>li>a {
    /*
    color: #428bca;
    */
}

.left-nav>li.active>.left-subnav>li>a:hover,
.left-subnav.in>li>a:hover {
    /*
    color: #428bca;
    */
}

.left-subnav.in>li>a {
    /*
    color: #428bca;
    padding: 8px 0px 8px 24px;
    background-color: white;
    */
}

.left-subnav>li {
    /*
    border-bottom-color: #e0eded;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    */
}

.left-subnav>li>a {
    /*
    padding: 8px 0px 8px 11px;
    color: #428bca;
    */
}

.left-subnav>li>a:hover {
    /*
    color: #428bca;
    background-color: white;
    */
}

.left-subnav>li.active>a {
    /*
    color: white;
    background-color: #428bca;
    */
}

.left-subnav>li.active>a:hover {
    /*
    color: white;
    background-color: #428bca;
    */
}

.nav-username {
    /*
    padding: 5px;
    color: white;
    height: auto;
    font-size: 14px;
    */
}

#ctl00_UserInfo_lnkLogout {
    /*
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    */
}

.navbar-toggle {
    background-color: #333;
    border-color: #333;
    padding: 0px;
    padding-top: 4px;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 3px;
    border-radius: 1px;
}

.navbar-toggle .icon-bar {
    background-color: white;
}


#ctl00_dvTopNavigation .navbar-header {
    padding-bottom: 0px;
}

i.fa.fa-caret-down {
    /*
    display: none; (This is optional)
    */
}

@media (max-width: 992px) {
    .navbar-collapse {
        height: auto !important;
    }
    .navbar-nav>li {
    border-bottom: 1px solid #000;
    background-color: #e1e1e1;
    border-top: none;
    }
    .navbar-nav>li:hover {
color: #000;
    font-weight: 700;
    background-color: #e1e1e1;
    border-bottom: 1px solid #000;
    }
    .navbar-nav>li>a.active {
      color: #000;
    font-weight: 700;
    }
    .navbar-nav>li>a.active:hover {
        color: #000;
    font-weight: 700;
    }
    .navbar-nav>li>a {
    color: #000;
    font-weight: 700;
    padding: 10px 13px;
    }
    .navbar-nav {
        margin: 0px 0px;
    }
    .navbar-collapse {
        background-color: #fff;
        border-top: 1px solid #000;
        border-bottom: none;
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
    }
    .dropdown-menu {
        box-shadow: none;
        -webkit-box-shadow: none;
        border-radius: 0px;
        border-bottom: none;
        border-color: #000;
        padding-left: 3px;
        padding: 0px;
        background: #ccc;
    }
    .dropdown-menu>li>a {
         
        color: #000000;
        font-size: 18px;
        font-weight: normal;
        text-transform: none;
        background-color: #ffffff;
        border-bottom: none;
    }
    .dropdown-menu>li>a:link {
        padding: 10px 13px;
    }
    .dropdown-menu>li {
        border-bottom: 1px solid #000;
    }
    .dropdown-menu>li>a:hover {
        color: #7fb3ff;
        background-color: inherit;
    }
    .dropdown-menu>li:hover {
        background-color: #000;
    }
    .navbar-header {
        background: #333;
    }
}





/** Social Icons **/

ul.social {
    float: right;
    overflow: hidden;
    padding: 0px;
    margin: 0px;
    margin-right: 15px;
    padding-top: 3px;
}

ul.social a {
   color: #cccccc;
   text-transform: uppercase;
   padding: 10px 12px;
   display: block;
}

ul.social li,
ul.social li:hover {
    height: 20px;
    background-color: transparent!important;
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    width: 25px;
    padding: 18px 2px;
    display: inline-block;
    cursor: pointer;
}

ul.social li.social_blog {
    background-image: url('../images/jany/icon_blog.png');
}

ul.social li.fb {
    background-image: url('../images/jany/icon_facebook.png');
}

ul.social li.tw {
    background-image: url('../images/jany/icon_twitter.png');
}

ul.social li.ig {
    background-image: url('../images/jany/icon_instagram.png');
}

ul.social li.social_blog:hover {
    background-image: url('../images/jany/icon_blog_o.png');
}

ul.social li.fb:hover {
    background-image: url('../images/jany/icon_facebook_o.png');
}

ul.social li.tw:hover {
    background-image: url('../images/jany/icon_twitter_o.png');
}

ul.social li.ig:hover {
    background-image: url('../images/jany/icon_instagram_o.png');
}




/* ====================== Custom footer styles ============================== */

#footer-container .container {
    background-color: transparent;
    border-top-color: #ff8000;
    border-top-style: none;
    border-top-width: 2px;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.footer h2 {
    /*
    color: white;
    padding-bottom: 5px;
    font-size: 18px;
    border-bottom-color: white;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    */
}

.footer ul {
    /*
    padding-left: 0px;
    margin-top: 10px;
    float: left;
    */
}

.footer ul li {
    /*
    color: white;
    text-decoration: none;
    margin-bottom: 8px;
    list-style-type: none;
    */
}





/**footer container **/

.footer-container {
    background-color: #ebebeb;
    margin-bottom: 15px;
}

.bottom-ad {
    text-align: center;
    border-bottom: 1px solid #959595;
    padding-bottom: 8px;
}

footer {
    margin: 0px auto;
    padding: 10px 0px 50px;
    font-size: .95rem;
}

footer a,
footer a:hover {
    color: #000;
    font-size: 15.2px;
}

.footer-nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0px;
}

.footer-nav ul li {
    float: left;
    border-right: 1px solid #000;
    padding: 0 5px;
    margin-top: 20px;
}

.footer-nav ul li:first-child {
    padding-left: 0;
}

.footer-nav ul li:last-child {
    border: none;
}

footer .copy p {
    float: left;
    margin: 20px 100px 0 0;
    font-size: 15.2px;
}


#footer-container > .container{
    max-width: 100%;
    width: 100%;
    padding: 0;
    
}

/* ================== When no content is in left sidebar =================== */

.left-container {
    /*min-height: 1px;*/
}





/* =================== img-responsive for IE ============== */

.img-responsive {
    width: auto;
}




/* =================== Fix Focus State for nav ===================== */

.nav>li>a:focus {
    background-color: transparent;
}


.container {
    position: relative;
    max-width: 960px;
    margin: 0px auto;
    padding: 0;
}

@media only screen and (min-width: 1280px) {
    .container {
        width: 100%;
        max-width: 1260px;
    }
    #footer-container > .container {
        max-width: 100% !important;
        width: 100%;
        padding: 0;
        }
}


#header li {
    border: none;
}





/* ----- Media Queries ----- */


/* Tablet Portrait size (devices and browsers) */

@media only screen and (min-width: 768px) and (max-width: 1279px) {

    .sitenav ul li {
        padding: 0 10px;
    }
    header div.event {
        float: left;
        clear: both;
        margin: 10px 0 20px 10px;
    }
    #footer-container > .container {
        max-width: 100% !important;
        width: 100%;
        padding: 0;
}
    
}





/* All Mobile Sizes (devices and browser) */

@media only screen and (max-width: 767px) {

    /*Top Nav*/
    .sitenav .container.active {
        background-color: #0046ae;
    }

    nav#top-site h4 {
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 85%;
        color: #fff;
        text-transform: uppercase;
        float: left;
        display: block;
        padding: 8px 5px;
        margin: 0px;
    }
    nav#top-site h5 {
        font-family: 'Source Sans Pro', sans-serif;
        display: block;
        float: right;
        margin: 0px;
    }
    
    nav#top-site h5 a {
        display: block;
        font-size: 100%;
        color: #fff;
        font-weight: normal;
        text-transform: uppercase;
        padding: 8px 7px;
    }

    nav#top-site h5 a:hover,
    nav#top-site h5 a.active {
        text-decoration: none;
    }
    nav#top-site ul:nth-of-type(1) {
        display: none;
        position: absolute;
        top: 30px;
        background: #fff;
        border: 1px solid #000;
        width: 99.5%;
        color: #000;
    }
    nav#top-site ul.show {
        display: block;
        z-index: 5;
    }
    nav#top-site ul:nth-of-type(1) li {
        float: none;
        margin: 0px;
        background: none;
        border-bottom: 1px solid #000;
    }
    nav#top-site ul li:last-child {
        background: none;
        border-bottom: 0px;
    }
    nav#top-site ul li a,
    nav#top-site ul li a.active {
        font-size: 100%;
        font-weight: normal;
        color: #000;
        text-transform: none;
        display: block;
        padding: 6px 14px;
    }

    nav#top-site ul li a.active {
        color: #fff;
        background-color: #000;
    }
    nav#top-site ul li a:hover {
        background: #000;
        color: #fff;
    }

    /* Top ad */
    .ad-container {
        display: none;
    }

    /* Header Info */
    #header-container header {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-content: center;
    }
    #header-container header h3 {
        text-align: center;
        margin: 10px 0;
        order: 1;
    }
    #header-container header .registration {
        order: 3;
        margin: 0;
    }
    div.registration ul {
        margin: 14px 10px;
    }
    #header-container header .event {
        order: 2;
        text-align: center;
        margin: 10px 0;
    }

    footer .bottom-ad {
        display: none;
    }

    footer .footer-nav,
    footer .copy {
        margin: 0 10px;
    }
    #footer-container > .container {
        max-width: 100% !important;
        width: 100%;
        padding: 0;
}
}

@media only screen and (max-width: 479px) {

    footer .footer-nav ul li:nth-child(3) {
        padding-left: 0;
    }
    #footer-container > .container {
        max-width: 100% !important;
        width: 100%;
        padding: 0;
    }
}






/* ----- Extra Classes ----- */


/* image replacement */

.ir {
    display: block;
    text-indent: -999em;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
}





/* Hide but maintain layout */

.invisible {
    visibility: hidden;
}





/* Clearfix */

.clearfix:before,
.clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
    clear: both;
    background-color: #ebebeb;
}

@media only screen and (max-width: 767px) {
    .container {
        width: 320px;
            margin: 0 auto !important;
    }
    #ctl00_dvTopNavigation .navbar-header {
        width: 320px !important;
            margin: 0 auto !important;
    }
    .navbar-nav {
    margin: 0 auto;
}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .container {
        width: 420px;
            margin: 0 auto !important;
    }
    #ctl00_dvTopNavigation .navbar-header {
        width: 420px !important;
            margin: 0 auto !important;
    }
    .navbar-nav {
    width: 420px;
    margin: 0 auto;
    }
}

.ad-container.text-center {
    background: black;
    padding: 10px 0px;
}

/* ============================ */
/* === Custom footer styles === */
/* ============================ */

#footer-container .container {
	background-color: #fff;
	border: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	width: 100%;
}


/* ================================== */
/* === Dark footer section styles === */
/* ================================== */

/* Dark Section styles */
.emeraldDarkSection {
    background-color: #2b2b2b;
    margin-top: 30px;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}


/* Dark Section text styles */
.emeraldDarkSection .EDScalloutTxt {
    color: white;
    display: block;
    font-weight: 100;
    font-size: 16px;
    margin-bottom: 30px;
	font-family: 'Source Sans Pro','Open Sans',Helvetica,Arial,Lucida,sans-serif;
}

.EDSbtnBox {
    max-width: 800px;
    margin: 0 auto;
}

.EDSbtnBox .col-md-6{
    padding: 0px;
}

/* Dark Section Button styles */
.emeraldDarkSection .emeraldbtn {
    font-size: 1.6em;
    text-transform: uppercase;
    padding: 15px 20px;
    line-height: 1.5;
    letter-spacing: 1px;
    border: none;
    font-weight: 400;
    display: inline-block;
	font-family: 'Source Sans Pro','Open Sans',Helvetica,Arial,Lucida,sans-serif;
	 transition: all 300ms ease 0ms;
}




@media (min-width: 993px){
    a.emeraldbtn.EDSbtn-bottom-left.ebtn-color-1 {
        margin-right: 40px;
        margin-left: 20px;
    }
    a.emeraldbtn.EDSbtn-bottom-right.ebtn-color-2 {
		margin-right: 10px;
		margin-left: 30px;
		padding: 15px 20px;
	}
    a.emeraldbtn.EDSbtn-bottom-right.ebtn-color-2:hover{
        padding: 15px 25px 15px 15px;
    }
    a.emeraldbtn.EDSbtn-bottom-left.ebtn-color-1:hover {
        padding: 15px 25px 15px 15px;
    }
    .emeraldDarkSection .emeraldbtn:after{
        transition: all 300ms ease 0ms;
    }
    .emeraldDarkSection .emeraldbtn:after {
        border-style: solid;
        border-width: 0.20em 0.20em 0 0;
        content: '';
        display: inline-block;
        height: 0.8em;
        position: relative;
        top: 0.399em;
        vertical-align: top;
        width: 0.8em;
        left: 1px;
        transform: rotate(45deg);
        margin-left: -1em;
        opacity: 0;
}
    
    .emeraldDarkSection .emeraldbtn:hover:after{
        opacity: 1;
        margin-left: -0.3em;
        transition: all 300ms ease 0ms;
    }
}

@media (max-width: 992px){
	.emeraldDarkSection .emeraldbtn {
		font-size: 20px;
		max-width: 400px;
		margin: 30px auto;
		padding: 20px;
	}
	.ecSection.ecRight {
		margin-top: 50px;
	}
}

@media (max-width: 767px){
	.emeraldDarkSection .emeraldbtn {
		font-size: 20px;
		max-width: 275px;
		margin: 30px auto;
		padding: 10px;
	}
}

/* ======================================== */
/* === Emerald copyright section styles === */
/* ======================================== */

.eFooterContainer {
    display: flex;
    width: 80%;
    max-width: 1440px;
    margin: 0 auto;
}

.eFooterContainer hr {
    border-color: #b3b3b3;
}

.ecSection{
	padding: 0px;
}

.ecSection.ecLeft {
    padding-left: 14px;
}

.ecSection.ecLeft > ul{
    padding: 0px;
}
.ecSection.ecLeft > ul > li {
    display: inline-block;
    margin-right: 17px;
}

/* All text in footer (including links) */
.ecSection *{
    font-size: 16px;
    text-transform: none;
    font-weight: 400;
    color: #fff;
    line-height: 30.6px;
	font-family: 'Source Sans Pro','Open Sans',Helvetica,Arial,Lucida,sans-serif;
}

.ecSection * a {
    color: #fff;
}

/* Hover state of all links in footer */
.ecSection a:hover {
    color: #000;
    text-decoration: none;
}

/* Just the left side links */
.ecSection.ecLeft > ul > li > a {
    /*font-size: 17.5px;
    text-transform: none;
    font-weight: 500;
    color: #000;*/
}

/* Just the left side links Hover */
.ecSection.ecLeft > ul > li > a:hover{
    /*color: #000;*/
}


/* Just the right side text */
.ecSection.ecRight p {
	margin: 50px 0 0 0;
	text-align: right;
	/* font-size: 17.5px;
    text-transform: none;
    font-weight: 500;
    color: #000;
	line-height: 30.6px;*/
}


/* Just the right side links */
.ecSection.ecRight > p > a {
    /* font-size: 17.5px;
    text-transform: none;
    font-weight: 500;
    color: #000;*/
}

/* Just the rifht side link hover */
.ecSection.ecRight > p > a:hover {
    /*color: #000;*/
}

.emeraldCopyright {
    margin: 0 auto;
    background: #2a2a2a;
    padding: 5px 0;
}

@media (max-width: 992px){
	.ecSection.ecRight {
		margin-top: 50px;
	}
}

/* ================================ */
/* === Social media icon styles === */
/* ================================ */

.esocialRow {
    margin: 0 auto;
    background-color: #373e4a;
    padding: 32px 5px;
}

div#dvFooterInc .eSocial-icons {
    /*display: flex;*/
    justify-content: flex-end;
    align-items: center;
    max-width: 300px;
    margin: 0 auto;
    text-align: right;
}
/*
.eSocial-icons .fa {
    color: #858b95;
    font-size: 36px;
    color: #8e8e8e !important;
}
*/

/* youtube icon (1/3) 
span.fa-stack.fa-lg {
    margin: 0 auto;
}
*/
/* youtube icon (2/3) 
.eSocial-icons i.fa.fa-youtube-play.fa-stack-1x.fa-inverse {
    color: white !important;
    font-size: 21px;
    margin: 1px auto;
}
*/
/* youtube icon (3/3) 
.eSocial-icons i.fa.fa-circle.fa-stack-2x {
    font-size: 38px;
    margin: 0 auto;
}*/

@media (max-width: 992px){
	div#dvFooterInc .eSocial-icons {
		justify-content: center;
		margin: 30px auto;
	}
	/*div#dvFooterInc .eSocial-icons a{
		margin: 0px 20px;
	}*/
}

/* ===================== */
/* === button colors === */
/* ===================== */
/* If button top colors differ from button bottom colors, 
then make sure to target the specific button and not these colors */


a.ebtn-color-1 {
    color: #ffffff;
    background-color: #c02026;
}

a.ebtn-color-1:hover {
    background-color: #da4448;
    opacity: 1;
}

a.ebtn-color-2 {
    color: #ffffff;
    background-color: #0d9444;
}

a.ebtn-color-2:hover {
    background-color: #027932;
    opacity: 1;
}



/* =================== Universal Search Styles ===================== */

ul.nav.navbar-nav.navbar-right.search {
    margin-left: 20px;
}

@media (max-width: 992px) {
    ul.nav.navbar-nav.navbar-right.search {
        margin-left: 0px;
    }
    
    ul.nav.navbar-nav.a2zNav {
        margin-bottom: 0px !important;
    }
    
    ul.nav.navbar-nav.navbar-right.search {
        border: 1px solid #333;
        border-top: none;
    }
    
    #ctl00_dvTopNavigation .navbar-collapse ul.nav.navbar-nav, #ctl00_dvTopNavigation .navbar-collapse ul.nav.navbar-nav ul {
        margin: 0px 20px;
    }
}

button#ctl00_ucTemplate2_TopNavigation_us_btnSubmit {
    background-color: #b3b3b3;
    border-color: #b3b3b3;
}

ul.nav.navbar-nav.navbar-right .form-group.us-input {
    padding: 5px 0px;
    position: relative;
    right: 15px;
}

ul.nav.navbar-nav.navbar-right .form-group.us-input .mini {
    width: 280px;
}

ul.nav.navbar-nav.navbar-right.search li {
    border: none;
}

ul.nav.navbar-nav.navbar-right.search li:hover {
    background-color: transparent;
    border: none;
}

input#ctl00_ucTemplate2_TopNavigation_us_searchQuery {
    font-size: small;
}

.ad-container {
    background: #000;
    padding: 10px 0px;
}

@media (min-width: 993px) {
    .content-full-expand {
        padding: 0px;
    }
    
    #content-container .container {
        padding: 0px 0px;
    }
}

div#Msg4023 {
    padding: 0px 0px 30px 0px;
}