/*****************************************************************************/
/************************ 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 {
	background-color: #fff;
	font-family: 'Lato', sans-serif;
	color: #666;
}

div#dvTopSidebar {
    display: block;
}

a {
	color: #93A445;
	transition: color .3s;
}

a:hover {
	color: hsla(16, 74%, 41%, 1);
	text-decoration: none;
	transition: color .3s;
}

h1 {
	font-weight: 600;
	color: #000;
}

h2 {
	font-weight: 600;
	color: #000;
}

h3 {
	font-weight: 600;
	color: #000;
	font-size: 28px;
}

h4 {
	font-weight: 500;
	color: #000;
}

h5 {
	font-weight: 500;
	color: #000;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "klavika-web-display", sans-serif;
	text-shadow: none;
}

.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: transparent;
	box-shadow: none;
	-webkit-box-shadow: none;
	width: 100%;
}

.content-full-expand {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    max-width: 1170px;
    margin: 0 auto;
}

/* ===== Header ===== */

.flexHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
}



/* ====================== Additional container styles ======================= */


.breadcrumb {
	/*
	margin: 0px;
	padding: 7px 0px 0px 0px;
	background-color: transparent;
	*/
	display: none;
}

.badge {
	/*
	background-color: #428bca;
	*/
}

.pagination > li > a, .pagination > li > span {
	color: #df5826;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	background-color: #8e191b;
    border-color: #8e191b;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
	color: inherit;
}

.nav-tabs > li {
	/*
	color: #555;
	*/
}

.nav-tabs > li > a:hover {
	color: #df5826;
}

.nav-tabs > li.active > a {
	border-top-color: #df5826;
	color: #df5826;
}

body.no-nav {
	/*
	background-color: white;
	background-image: none;
	*/
}

.btn-primary, .btn-primary:hover, .btn-primary:focus, .btn-primary:active  {
	background-color: #93a445;
	border-color: #93a445;
	font-family: "klavika-web", sans-serif;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.btn-primary:hover {
	background-color: #93a445;
	border-color: #93a445;
}


/* ====================== Navigational styles =============================== */

/* Header Sizing */
.headerlogo {
    max-width: 800px;
    width: 100%;
}
@media (max-width: 1670px){
    .headerlogo {
        max-width: 500px;
        width: 100%;
    }	
}
@media (max-width: 1500px){
    .headerlogo {
        max-width: 400px;
        width: 100%;
        margin-top: 20px;
    }	
}
@media (max-width: 1250px){
    .headerlogo {
        max-width: 300px;
        width: 100%;
        margin-top: 20px;
    }	
}

.navbar-header{
	background-color: transparent;
}

@media (min-width: 768px) and (max-width: 992px) {
	div#dvTopNavigation .navbar-header {
		float: none;
	}
}

div#header-container {
	border-top: 10px solid #eee;
	border-bottom: 5px solid #afafaf9e;
}

div#header {
    width: 100%;
}

.navbar-collapse.collapse.top-navbar.main-nav-top {
    float: right;
}

div#tdleftnav {
    width: 100%;
    padding: 10px 4% 10px 4%;
}

.navbar-collapse {
	padding: 0px;
	box-shadow: none;
	-webkit-box-shadow: none;
	background-color: transparent;
}

.container > .navbar-collapse {
	border: none;
}

.navbar-top > li > a {
	padding: 5px;
	color: #fff;
}

.navbar-top > li > a:hover {
	color: #df5826;
	background-color: white;
}

div#header {
    width: 100%;
}

.navbar-collapse > .navbar-nav > li > a, ul.nav.navbar-nav.login > li > a {
    color: #323232;
    background-color: transparent;
    font-weight: bold;
    font-size: 16px;
    -webkit-transition: all .3s ease-out;
    transition: all .4s ease-out;
    margin: 5px 5px;
    border: 1px solid rgba(255, 255, 255, 0);
    font-family: "klavika-web-display", sans-serif;
}

@media (min-width: 993px) and (max-width: 1199px) {
	.navbar-collapse > .navbar-nav > li > a, ul.nav.navbar-nav.login > li > a {
		font-size: small;
		padding: 15px 5px;
	}
}

a.dropdown-toggle {}

.navbar-collapse > .navbar-nav > li > a:hover {
	color: #fff;
	background-color: transparent;
	-webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.navbar-collapse > .navbar-nav > li:hover > a, ul.nav.navbar-nav.login > li:hover > a {
	color: #000;
	border: 1px solid #ddd;
	-webkit-box-shadow: 12px 12px 7px 0 rgba(0,0,0,0.06), 8px 9px 11px -1px rgba(0,0,0,0.12), 19px 17px 11px -2px rgba(0,0,0,0.05);
	box-shadow: none;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
	background-color: transparent;
}

.navbar-nav > li > a.active {
	/*
	color: #428bca;
	background-color: white;
	*/
}

.navbar-nav > li.active > a {
	/*
	color: #428bca;
	background-color: white;
	*/
}

.navbar-nav > li > .dropdown-menu {
	/*
	margin-top: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	*/
}

.dropdown-menu {
	background-color: rgba(0,0,0,0.9);
	border: none;
	border-radius: 0px;
	-webkit-box-shadow: 0px 20px 16px 0 rgba(0,0,0,0.06), 9px 16px 17px -1px rgba(0,0,0,0.1), 4px 29px 8px -23px rgba(0,0,0,0.1);
	box-shadow: 0px 20px 16px 0 rgba(0,0,0,0.06), 9px 16px 17px -1px rgba(0,0,0,0.1), 4px 29px 8px -23px rgba(0,0,0,0.1);
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
	padding: 0px;
	margin: 5px;
}

.dropdown-menu > li > a {

	color: #fff;
	font-weight: 100;
	padding: 20px;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
	border: 1px solid transparent;
}

.dropdown-menu > li > a:hover {
	background-color: rgba(0, 0, 0, .08);
	color: white;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	
}

.nav.navbar-nav.login .dropdown-menu {
    min-width: 120px;
    margin-left: -33px;
}

.nav.navbar-nav.login .dropdown-menu > li > a:hover {
    background: rgba(255, 255, 255, 0.2);
}

.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 {
	color: #fff;
}

.nav-username *{
	font-weight: normal;
	color: #323232;
}

#ctl00_UserInfo_lnkLogout {
	color: #df5826;
	font-weight: bold;
}

.navbar-toggle {
	border-color: transparent;
	background-color: transparent;
	margin-top: 18px;
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 6px;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 35px;
    height: 4px;
    border-radius: 10px;
}

.navbar-toggle.collapsed .icon-bar {
    background-color: #323232;
}

.navbar-toggle .icon-bar {
    background-color: #ccc;
}

.navbar-toggle .icon-bar:nth-of-type(2) {
    top: 6px;
    transform: rotate(45deg);
}

.navbar-toggle .icon-bar:nth-of-type(3) {
    top: 1px;
    background-color: transparent;
}

.navbar-toggle .icon-bar:nth-of-type(4) {
    top: -14px;
    transform: rotate(-45deg);
}

.navbar-toggle .icon-bar {
    position: relative;
    transition: all 500ms ease-in-out;
}

.navbar-toggle.collapsed .icon-bar:nth-of-type(2) {
    top: 10px;
    transform: rotate(180deg);
}

.navbar-toggle.collapsed .icon-bar:nth-of-type(3) {
    background-color: #323232;
    top:-12px;
}

.navbar-toggle.collapsed .icon-bar:nth-of-type(4) {
    top: 2px;
    transform: rotate(180deg);
}
.nav-logout:hover a{
	/*
	background-color:transparent !important;
	text-decoration: none;
	*/
}

i.fa.fa-caret-down {
	/*
	display: none; (This is optional)
	*/
}


/* ============================ */
/* === 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: #8a8780;
    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;
    margin-bottom: 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: #2B2B2B;
    padding: 10px 0 0;
}

@media (max-width: 992px) {
    .ecSection.ecRight {
        margin-top: 50px;
    }
}


.flexHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.navbar-collapse.collapse.top-navbar.main-nav-top {
    float: right;
}
/* ================================ */
/* === Social media icon styles === */
/* ================================ */

.esocialRow {
    margin: 0 auto;
    background-color: #8a8780;
    padding: 32px 5px;
}

div#dvFooterInc .eSocial-icons {
    /*display: flex;*/
    justify-content: flex-end;
    align-items: center;
    max-width: 400px;
    margin: 0 auto;
    text-align: left;
}

/*
.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: #2c8180;
}

a.ebtn-color-1:hover {
    background-color: #2c4f81;
    opacity: 1;
}

a.ebtn-color-2 {
    color: #ffffff;
    background-color: #2c4f81;
}

a.ebtn-color-2:hover {
    background-color: #2c8180;
    opacity: 1;
}


/* ======================= */
/* === Univeral Search === */
/* ======================= */




.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 185px;
    margin-bottom: 0;
}

ul.nav.navbar-nav.navbar-right .form-group.us-input {
    position: absolute;
    right: 0px;
    padding: 0px;
    bottom: -15px;
}

ul.nav.navbar-nav.a2zNav {
    margin-top: 30px;
}


ul.nav.navbar-nav.navbar-right .form-group.us-input .mini {
    width: 190px;
}

button#ctl00_ucTemplate2_TopNavigation_us_btnSubmit {
    background-color: #b3b3b3;
    border-color: #b3b3b3;
}

input#ctl00_ucTemplate2_TopNavigation_us_searchQuery {
    font-size: 9.5px;
    width: 150px;
}

ul.nav.navbar-nav.navbar-right.search {
    margin-top: -12px;
}

@media (max-width: 992px) {
    ul.nav.navbar-nav.navbar-right.search {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    ul.nav.navbar-nav.a2zNav {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
}

div#ctl00_dvMasthead {
    margin-bottom: 0px;
}

div#ctl00_dvMasthead {
    display: block !important;
}
/* =================== Universal Search Styles ===================== */

button#ctl00_ucTemplate2_TopNavigation_us_btnSubmit {
    background-color: #afafaf;
    border-color: #afafaf;
}

ul.nav.navbar-nav.navbar-right .form-group.us-input {
	padding: 0px;
	right: 0px;
	top: 12px;
}

ul.nav.navbar-nav.navbar-right.search {
    margin-right: 0px;
    margin-left: 15px;
}

@media (max-width: 992px) {
	ul.nav.navbar-nav.a2zNav {
    	margin-bottom: 0px !important;
	}

	div#dvTopNavigation .navbar-header {
		float: none;
	}
}
.btn.dropdown-toggle.bs-placeholder.btn-default{
   width:667px;
}
div.bs-searchbox{
     width:667px;
}
.btn.dropdown-toggle.btn-default
{
    width:667px;
}
div#_txtWidth{
    display:none !important;
}
div#_txtHeight{
    display:none !important;
}
div#_txtBoothArea{
    display:none !important;
}