/*
Branding Colors:
	light green---018a5d    light orange d66c38
	green---------006745    orange BF5A28
	dark green----005338	
	light gray----ddd
	gray----------8b8a8d
	dark gray-----333
	white hover---e4e4e4
*/


body {
/*	color:#000;*/
	font-size: 14px;
	font-family: 'Open Sans', sans-serif!important;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 30px;
    color: #BF5A28!important;
	font-weight:400!important;
}

h3 {
	font-size: 20px;
    font-weight: 400!important;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 12px;
}

p {
	font-size: 14px;
}

.contentBody a {
    color: #BF5A28;
}

.contentBody a:hover {
    color: #d66c38;
	text-decoration: none;
}

.leaderboardbtn {
	color:#fff!important;
	background-color:#BF5A28!important;
	border-color:#BF5A28!important;
/*	margin-left: 25px;*/
}

.leaderboardbtn:hover {
/*	color:#fff!important;*/
	background-color:#d66c38!important;
	border-color:#d66c38!important;
}

.greenbtn {
	color:#fff!important;
	background-color:#BF5A28!important;
	border-color:#BF5A28!important;
}

.greenbtn:hover {
/*	color:#fff!important;*/
	background-color:#d66c38!important;
	border-color:#d66c38!important;
}



strong {
    color: #BF5A28;
}

table {
    margin-top: 10px;
}

.navBars {
    background-color: #BF5A28;
    height: 50px;
    /*width: 100%;*/
    line-height: 50px;
    vertical-align: middle;
    position: relative;
    margin-top: -1px;
}

.form-box {
    margin-top: 0;
}

.imgBox {
    height: 80px;
    position: relative;
}

.imageTop {
    position: absolute;
/*    height: 140px;*/
    max-width: 100%;
    background: no-repeat;
    padding-top: 36px;
    right: 0;
    z-index: 2;
    max-width: 750px;
    width: 100%;
    top: -15px;
}

.mainImage {
    width: 100%;
    margin-top: -1.5em;
    background-size: cover;
    padding: 8%;
    height: 300px;
    background-position: center center;
}

#slideShowContainer {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

.navBars {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

#slideShowContainer .slideshow_slide_bg {
    z-index: 1;
}

#slideShowContainer .slideshow {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding-top: 15.76%;
}

#slideShowContainer .slideshow_slide_bg {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding-top: 15.76%;
}

/*#slideShowContainer .slideshow_content_container {
    display: none;
}*/

.logoImg {
    max-width: 100%;
    position: absolute;
    height: 80px;
    top: 7px;
    left: 200px;
}

#menuLinks {
    background-color: #BF5A28;
    height: 50px;
    line-height: 50px;
    width: 100%;
}

.warning {
    background-color: #f2dede;
    border: 1px solid #b4111a;
}

.warning a {
    color: #a94442;
}

.warning, .notice, .alert {
    margin: 0 -15px 15px -15px;
    border-radius: 3px;
    padding: 10px 7px;
}

/***************************************
*   responsive menu classes
***************************************/
.menuMobile {
    position: absolute;
    right: 0;
    top: 50px;
    left: auto;
}
.menuDesktop {
    position: relative;
    left: 0;
    right: auto;
    top: 0;
}
.menuMobileUl {
    display: block;
    text-align: left;
}
.menuDesktopUl {
    display: flex;
    text-align: center;
}
.menuMobileLi {
    display: block;
    background-color: #fff;
    color: #000;
}
.menuDesktopLi {
    display: inline-block;
    background: transparent;
    color: #fff;
}

.dmcHeader {
    text-align: center;
}

.sideBarMenu {
    position: absolute;
    right: 30px;
    top: 7px;
    color: #fff;
    font-size: 2.5em;
    display: none;
}

#menuLinks {
    position: relative;
}

.logInLink {
    margin-right: 17px;
    background-color: #fff;
    color: #BF5A28;
    z-index: 3;
    position: relative;
}

.logInLink a {
    float: right;
    font-size: 1em;
    margin-top: 8px;
    font-weight: bold;
}

.logInLink a:hover {
    background-color: #e4e4e4;
}

.learnMore {
    float: right;
    position: relative;
    margin: 0.5em;
    background-color: #333;
    color: #fff;
}

.learnMore:hover {
    background-color: #fff;
}

#learnMoreDropdown {
    display: none;
    position: absolute;
    right: 0;
    top: 50px;
    background-color: #fff;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

#learnMoreDropdown a {
    color: black;
    display: block;
    line-height: 33px;
    padding-right: 30px;
    text-decoration: none;
    font-size: 1.2em;
}

#learnMoreDropdown ul {
    list-style: none;
}

#learnMoreDropdown:hover {
    background-color: rgba(0, 103, 69, 0.08)!important;
 }

#learnMoreDropdown a:hover {
    color: #d66c38;
}

#sponsorsInfo {
    background-color: #BF5A28;
    width: 100%;
    padding-bottom: 20px;
}

#sponsorsInfo h4 {
    color: #fff;
    text-align: center;
    padding: 20px;
}

#sponsorsInfo .slideshow {
    margin: auto;
}

.contentContainer {
    padding: 20px 0;
}

.slideshow_slide {
    z-index: 0 !important;
}



/***********************************************************************************************************************
*   Menu bar and submenu
***********************************************************************************************************************/

#menuContainer {
    height: 50px;
    line-height: 50px;
    z-index: 31;
}

#menuContainer ul {
    padding: 0 !important;
    list-style:none;
}

#menuContainer > ul {
    margin-bottom: 0;
}

#menuContainer li {
    z-index: 31;
}

#menuContainer a {
    font-weight: 450;
    font-size: 1.2em;
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
}

#menuContainer a:hover {
    text-decoration: none;
}

#menuContainer > ul > li > ul {
    margin-top: -1px;
}

#menuContainer > ul > li > ul a {

    font-weight: normal;
    font-size: 1em;
}

#menuContainer > ul > li li {
    font-weight: normal;
    font-size: .9em;
}

#menuContainer > ul li:hover ul {
    background-color: #d66c38;
    color: #fff;
    width: 185%;
}

#menuContainer > ul li:hover, #menu-container > ul > li:hover {
    background: #d66c38;
}

#menuContainer > ul > li > ul li {
    height: 33px;
    line-height: 33px;
}

#menuContainer > ul {
    display: flex;
    width: 100%;

}
#menuContainer > ul > li {
    flex: 1;
    cursor:pointer;
    text-align: center;
}
#menuContainer > ul > li > ul li {
    text-align: left;
    padding: 0 10px;
}

#menuContainer > ul ul li {
    min-width: 100%;
    display:block;
    position:relative;
}
#menuContainer > ul ul {
    display:none;
}
#menuContainer li:hover > ul {
    display:block;
    position:relative;
    padding: 0;
    width: auto;
}
#menuContainer > ul > li > ul > li > ul {
    text-align: left;
    width: auto;
}
#menuContainer > ul > li > ul > li > ul li {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
}
#menuContainer > ul > li ul li ul {
    left:100%;
    top:0;
    white-space:nowrap;
}
#menuContainer > ul > li:last-child > ul li:hover ul {
    right: 100%;
    left: auto;
}
#menuContainer > ul > li:last-child > ul > li:hover > ul > li {
    text-align: right;
}

#menuContainer > ul ul li {
    background-color: #BF5A28;
    color: #fff;
}

#secondary-dashboard-menu > ul > li:hover {
    background-color: #d66c38;
    padding: 0 20px;
}

#menuContainer {
    display: none;
}

#menuTrigger {
    display: none;
}

#menuContainerMobile {
    display: none;
    position: absolute;
    right: 0;
    top: 50px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    background-color: #333;
    z-index: 31;
}

#menuContainerMobile ul {
    list-style: none;
    padding: 0;
}

#menuContainerMobile li:hover {
    background-color: #ddd;
}

#menuContainerMobile a {
    text-decoration: none;
    color: #fff;
    display: block;
    height: 100%;
    width: 100%;
    padding: 0 15px;
}

#menuContainerMobile ul ul {
    display: none;
}

#menuContainerMobile ul > li {
    /*height: 33px;*/
    line-height: 33px;
}

#menuContainerMobile > ul li:hover ul {
    background-color: #333;
}

.socialMediaIcons {
    position: absolute;
    right: 145px;
    z-index: 5;
}

.socialMediaIcons a {
    color: #fff;
    font-size: 2.2em;
}

.socialMediaIcons a:hover {
    color: #e4e4e4;
}





.companyleaderboard {
	border-bottom: 2px solid #BF5A28;
/*	width: 85%;
	background-color: #BF5A28;
	color: #fff;
	padding: .5px 8px 10px 8px;
	margin:25px 0 10px 0;
*/
}





.sponsorsslides{
	background-color: #d66c38;
    margin-top: 30px;
}

footer {
    margin: auto auto 0 auto;
    width: 100%;
	background-color: #BF5A28;
}

footer ul {
	margin: 20px 0;
	list-style-type: none;
}

footer li {
	color: #fff;
	padding: .3em 0;
}

footer a {
	color: #fff;
}

footer a:hover {
	text-decoration: none;
	color: #e4e4e4;
}

.social a:hover {
	color: #e4e4e4;	
}

#clarityLogeFooter {
	width: 70%;
	margin: 15px 0;
}

.adminfooter {
	background-color: #333;
	padding: 20px;
}

.adminfooter li{
	display: inline;
	color: #FFFFFF;
	margin: .5em 0;
}

.adminfooter a{
	color: #8b8a8d;
	margin-top: 3px;
	padding: 0 .8em;
}

.adminfooter a:hover {
	color: #fff;
	text-decoration: none;
}



/********************************************************************************
media queries
*********************************************************************************/


@media (max-width: 991px) {
#menuContainerMobile {
	width: 100%;
}

#secondary-dashboard-menu {
	display: block;
}

.sideBarMenu {
	display: block;
}

.logoImg {
	height: 50px;
	width: auto;
	margin-left: -200px;
	position: absolute;
	top: 25px;
}

.imageTop {
    padding-top: 60px;
    right: 0;
    top: -2px;
    max-width: 500px;
}

/*********************************************
* Side Menu With Submenus Display
**********************************************/
#menuContainerMobile > ul li:hover > ul {
	display: block;
	float: right;
	width: 50%;
	background-color: #BF5A28 !important;
	font-size: 12px;
}

#menuContainerMobile ul li:hover {
	background-color: #d66c38 !important;
    padding: 0 20px;
}


#menuContainerMobile > ul > li.children {
	background-color: rgba(0,103,69,.2);
}

/*this adds an arrow to every link*/
#menuContainerMobile > ul > li > a:after { 
	content: '';
} 

/*this removes the arrow when the link is the only child*/
#menuContainerMobile > ul > li > a:only-child:after { 
	content: ''; 
}   
	
#menuContainerMobile > ul > li > ul a {
	border-bottom: 1px solid #333;
}
	

/*************************************************
* Table On The Mobile Screen Size
**************************************************/

table, thead, tbody, th, td, tr {
	/*display: block;*/
}

tr {
	/*border: none;*/
	/*padding-bottom: 1em;*/
}}

@media (max-width: 1139px) and (min-width: 921px) {
#menuLinks a {
	font-size: 1.2em;
}}

@media (min-width: 991px) and (max-width: 1225px) {
.logoImg {
	max-width: 100%;
	position: absolute;
	top: 14px;
	left: 35px;
	width: auto;
	height: 70px;
}}

@media (max-width: 991px) {
#menuTrigger {
    display: block;
}

.socialMediaIcons {
    display: none;
}}

@media (min-width: 991px) {
#menuContainer {
    display: flex;
}}

@media (max-width: 768px) {
#siteMap ul {
    text-align: center;
}

.socialMediaIconsFooter li {
	padding-left: 0;
	padding-right: 10px;
}

#clarityLogeFooter {
	text-align: center;
	width: 50%;
	padding-bottom: 10px;
}}

.socialMediaIcons a:focus, .ccgSoccialMediaFooter:focus {
    color: #98c1b4 !important;
}

/** change the old twitter logo to X **/
/*
.fab.fa-x-twitter {
	font-family: sans-serif;
}
.fab.fa-x-twitter::before {
	content: "𝕏";
}
*/



@media (max-width: 991px) {

    .sidebar-container {
        display: none;
        /*position: absolute !important;*/
        /*right: 10px;*/
        /*width: auto;*/
        /*z-index: 2;*/
        /*background-color: #e8edf3;*/
        /*border: 1px solid #dddddd;*/
        /*-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);*/
        /*box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);*/
        /*padding: 0;*/
    }

    /*.mobile-menu {*/
    /*display: block;*/
    /*}*/

    .sidebar-panel {
        margin-bottom: 0;
        background-color: #fff !important;
    }

}

.sidebar-panel {
    background-color: #e8edf3 !important;
    border-radius: 6px !important;
    border: none !important;
    font-size: 1em;
}

.sidebar-panel ul {
    list-style: none;
    display: block;
    margin-bottom: 15px;
    padding: 0;
}
.sidebar-panel ul:last-child {
    margin-bottom: 0;
}

.sidebar-panel li {
    display: block;
    line-height: 25px;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 600;
}

.sidebar-panel a {
    color: #8A8A8D !important;
    text-decoration: none;
    display: block;
    height: 100%;
}
.sidebar-panel a:hover {
    text-decoration: underline;
}

li.main-item a {
    font-size: 1.1em;
}

h2 {
    margin-top: 0;
}

h2.table-heading {
    font-weight: 100;
    font-size: 1.5em;
    color: #474747;
    margin-top: 15px;
}

.table-actions {
    text-align: right;
    min-width: 100px;
}

.table th {
    font-weight: 900;
    color: #5d646d;
}

ul.topbar li.title, .page-header .title, .page-header .subtitle {
    display: none;
}

td.actions {
    min-width: 100px;
}

/*******************************************************************
	bootstrap overrides
*******************************************************************/
.form-group .control-label {
    color: #6E6E6E;
    font-size: 1em;
}
.btn {
    border-radius: 2px !important;
}
.btn-info, .btn-info.active.focus, .btn-info.active:focus, .btn-info:active.focus, .btn-info:active:focus, .open>.dropdown-toggle.btn-info.focus, .open>.dropdown-toggle.btn-info:focus, .open>.dropdown-toggle.btn-info:hover {
    background-color: #6E6E6E !important;
    border: 1px solid #000000 !important;
}
.btn-info:hover {
    background-color: #7f7f7f !important;
}

.btn-primary, .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary:active.focus, .btn-primary:active:focus, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
    background-color: #BF5A28 !important;
    border: 1px solid #000000 !important;
}
.btn-primary:hover {
    background-color: #d66c38 !important;
}

.login-form .btn-primary {
    background-color: #BF5A28 !important;
    color: #fff;
    border-radius: 2px !important;
    border: none;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
}
.login-form .btn-primary:hover {
    background-color: #d66c38 !important;
    text-decoration: none;
}

.table th {
    font-weight: 900;
    color: #5d646d;
}

.well {
    padding: 10px;
}

.form-control {
    height: 40px !important;
}

.input-group-btn button {
    padding: 9px 15px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}


ul.admin-panel-list {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
    text-align: center;
}

ul.admin-panel-list li {
    display: block;
}

ul.admin-panel-list a {
    display: block;
    color: #8A8A8D;
    text-decoration: none;
    height: 100%;
    width: 100%;
    margin-bottom: 15px;
}

ul.admin-panel-list a:hover {
    color: #7eb092;
}

ul.admin-panel-list a:hover {
    text-decoration: underline;
}

ul.admin-panel-list a span {
    color: #8A8A8D;
    text-decoration: none;
    height: 100%;
    display: block;
    font-size: .9em;
    font-weight: 600;
}


/*******************************************************************
	Admin stuff
*******************************************************************/
#admin-menu {
    background-color: #e8edf3;
    border-radius: 6px;
    border: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 10px;
    margin-top: 15px;
}

.admin-button {
    margin: 10px 7px 0;
    border: 1px solid #007bff;
    border-radius: 2px;
    background-color: #fff;
}

.admin-button:hover {
    background-color: #e8e8e8;
}

.admin-button a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 3px 10px;
}

h1.page-heading {
    text-transform: uppercase;
    text-align: center;
    font-weight: 100;
    font-size: 2.2em;
    padding-bottom: 10px;
    border-bottom: 1px solid #dddddd;
    color: #BF5A28;
    margin: 25px auto 25px;
}

li.main-item a {
    font-size: 1.1em;
    color: #BF5A28 !important;
}

.panel-heading h2 {
    margin-bottom: 0;
    font-weight: 100;
    font-size: 1.3em;
    color: #BF5A28;
}

.panel-body h4 {
    font-weight: 600;
    font-size: 1em;
    color: #474747;
}

h3.welcome-header {
    font-weight: 600 !important;
    font-size: 1.5em;
    color: #474747;
    margin: 0 0 15px 0;
    padding: 0;
}
