/* 
Grey: #f3f3f3
Orange: #e9510e
Font Color: #1d1d1d
Light Font Color: #706f6f
Dark Font Color: #6a6f73
*/
.body {    font-family: "Montserrat",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important; }
/* ******Heading Configuration - This changes the headings*******/
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 1rem 0;
    font-family: "Montserrat",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important;
    line-height: 1.3125;
    color: #1d1d1d !important;
    font-weight: 300 !important;
    font-style: normal
}

h1 {font-size: 4rem;color:#1d1d1d !important;}
h2 {font-size:2em;color:#1d1d1d !important;}
h3 {font-size:1.6em;color:#1d1d1d !important;}
h4 {font-size:1.3em;color:#1d1d1d !important;}
h5 {font-size:1.2em;color:#1d1d1d !important;}
h6 {font-size:1.1em;color:#1d1d1d !important;}
/* ******End of Heading Configuration****** */

/* ******Header Bar Configuration*******/ 
.system-menu {background-color:white;} 
/* ******End of Header Bar Configuration****** */


/* ******Menu Bar Configuration****** */
#PortalHeaderPanel {
	border-bottom: 0 !important;
}
#PortalHeaderPanel #PortalMenu {
	background: #f3f3f3;
}
#PortalHeaderPanel #PortalMenu ul li a {
	padding: 20px 22px !important;
	letter-spacing: 0;
	font-size: 18px;
	line-height: 18px;
	font-weight: 400;
	color: #1d1d1d; 
}
#PortalHeaderPanel #PortalMenu ul li {
	border-top: 3px solid #f3f3f3;
}
#PortalHeaderPanel #PortalMenu ul li:hover {
	background: #FFFFFF; 
}
#PortalHeaderPanel #PortalMenu ul li:hover a {
	color: #005b54 !important;         
}
#PortalHeaderPanel #PortalMenu ul li.dropdown span {
	display: none; 
}
#PortalHeaderPanel #PortalMenu ul li.dropdown.open a {
	background: #FFFFFF !important; 
	color: #005b54 !important; 
}
#PortalHeaderPanel #PortalMenu ul li.dropdown a:after {
	content: "\f107";
	font-family: fontawesome;
	margin-left: 14px;
}
#PortalHeaderPanel #PortalMenu ul li ul.dropdown-menu {
	border: none;
	box-shadow: 0 6px 6px 0 rgba(0,0,0,.2);
	border-radius: 0;
	background: #FFFFFF !important;
	padding: 0;
	min-width: 400px
}
#PortalHeaderPanel #PortalMenu ul li ul.dropdown-menu li {
	border-top: 0;
}
#PortalHeaderPanel #PortalMenu ul li ul.dropdown-menu li a {
	font-size: 16px;
	padding: 10px 22px !important;
}
#PortalHeaderPanel #PortalMenu ul li ul.dropdown-menu li a:hover {
	background: none !important;
	text-decoration: underline;
}
#PortalHeaderPanel #PortalMenu ul li ul.dropdown-menu li a:after {
	display: none;
}


#PortalMenuContainer {padding-left: 0px;float:left;}
/* ******End of Menu Bar Configuration****** */



/* ******Table Configuration****** */
.table>thead>tr>th {font-weight:200;color:#4C2178;}
/* ******End of Table Configuration****** */


/* ******Navigation Bar Configuration****** */
#TopMenuNavBar {

}
.top-navbar {
	height: auto !important;
	margin-bottom: 0;
        background-color:white;
        border-color:white;}
}
.top-navbar .top-navbar-right .navbar-text {
	margin: 0;
	margin-top: 12px;
	margin-bottom: 8px;
	color: #706f6f !important;
	font-size: 14px;
	margin-left: 15px;
}
.navbar-text {
	color: #706f6f !important;
        font-size: 14px;
}
.top-navbar ul.top-navbar-right {
	margin-right: 0;
}
.top-navbar ul.top-navbar-right li a {
	color: #706f6f !important;
	font-size: 14px;
	padding: 0;
	margin: 0;
	display: inline-block;
}
.top-navbar ul.top-navbar-right li a:hover {
	text-decoration: none;
	color: #005b54 !important;
}
.top-navbar ul.top-navbar-right li a#lbSignOut:hover {
	color: #005b54 !important;
}







/* ******End of Navigation Bar Configuration****** */





/* ******Catalog Configuration****** */
.list-repeat-block h4 {color:#005b54;}
.grid-repeat-block h4 a {color:#005b54;}
.well {background-color:white; color:#76787A;}
.carousel-caption a {color:#DDA826;}
/* ******End of Catalog Configuration****** */


/* ******Calendar Configuration****** */
.ui-widget {font-family:"Open Sans",sans-serif;font-size:16px;color:#76787A;}
.eventlist-eventtime {background-color:#DDA826;}
.fc-header .fc-button {background: #76787A;}
.fc-header .fc-state-active, .fc-header .ui-state-active {background: #00B5CD; border: #00B5CD;}
.fc-event-inner {background-color: #B0CCDA;}
.ui-widget-header {background-color: #7ab850; border: #7ab850;background-image:none;}
.ui-widget-content {border-color: #7ab850;}
.ui-state-highlight  {border: #FBAC00; background: #FBAC00;}
/* ******End of Calendar Configuration****** */


#MenuToolBarItems {display:none;}


/*  ==================================================
    # Cloud Demo Styling
    ================================================== */







/* ****** Bootstrap Overrides ****** */

@media (min-width: 1900px) {
	.container {
    	width: 1200px;
	}
}
@media (min-width: 1450px) {
	.container {
    	width: 1200px;
	}
}

/* Bootstrap - Well */

.well {
	border: 1px solid #e0e0e0;
	box-shadow: inset 0 -3px #e0e0e0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 30px !important;
}

/* Panels */
.panel {
	margin-bottom: 30px;
	border: 1px solid #e0e0e0;
	box-shadow: inset 0 -3px #e0e0e0 !important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.panel-heading {
	padding: 3rem 3rem 2.5rem;
	font-size: 2.4rem;
	line-height: 1;
	border-bottom: 4px solid #e0e0e0;
	padding-bottom: 34px;
}
.panel-heading h4 {
	font-size: 2.4rem;
	line-height: 1;
	margin-bottom: 0;
}
.panel-body {
	padding: 3rem 3rem 2.5rem;
}
.panel-footer {
	background: none;
	padding: 2rem 1.5rem;
	border-top: 1px solid #e0e0e0;
	margin-bottom: 4px;
}


/* ****** Buttons ****** */

.btn {
	padding: 15px 20px;
	font-size: 1.6rem;
	border: none;
	line-height: 1;
	background: #dedede !important;
	color: #1d1d1d !important;
}
.btn:hover {
	background: #dedede !important;
	color: #1d1d1d !important;
}
.btn-primary, 
.btn-success, 
.CB_GridRowButton {	
	background: #005b54 !important;
	color: #FFFFFF !important;
}
.btn-primary:hover, 
.btn-success:hover, 
.CB_GridRowButton:hover {
	background: black !important;
	color: #FFFFFF !important;
}
.btn-primary:hover, 
.btn-success:hover, 
.CB_GridRowButton:hover {
	background: black !important;
	color: #FFFFFF !important;
}

/* ****** Forms ****** */

.input-sm {
	height: auto;
	padding: 1.2rem 1.5rem 1.3rem;
	border: 1px solid #e0e0e0;
	font-size: 15px;
	height: 45px;
	border-radius: 0;
}
select.input-sm {
	height: 45px;
	line-height: 45px;
}
.control-label {
	color: #6a6f73;
}
@media (min-width: 768px) {
	.form-horizontal .control-label {
		
	}
}

/* ****** Tables ****** */

table.dataTable {
	margin-bottom: 20px !important;
}
table thead {
	background: #F5F5F5;
}
.table>thead>tr>th {
	color: #1d1d1d;
	font-weight: 600;
}
.table>tbody>tr>td, 
.table>tbody>tr>th, 
.table>tfoot>tr>td, 
.table>tfoot>tr>th, 
.table>thead>tr>td, 
.table>thead>tr>th {
	padding: 15px;
}

/* ****** Breadcrumb ****** */

.breadcrumb {
	padding: 0;
	background: none;	
	font-size: 14px;
	line-height: 1;
}
.breadcrumb a {
	font-size: 14px !important;
	line-height: 1 !important;
}

/* ****** Utility ****** */

.ud-no-box-shadow {
	box-shadow: none;
}
.ud-no-border {
	border: none;
}


/* ****** Top Bar ****** */



/* ****** Top Bar Icons ****** */

.top-navbar ul.top-navbar-right li:first-of-type a:before {
	content: "\f07a";
	font-family: fontawesome;
	margin-right: 5px;
}
.top-navbar ul.top-navbar-right li #lblLoggedInAs:before {
	content: "\f007";
	font-family: fontawesome;
	margin-right: 5px;
}
.top-navbar ul.top-navbar-right li a#lbSignOut:before {
	content: "\f08b";
	font-family: fontawesome;
	margin-right: 5px;
}


/* ****** Header ****** */

#PortalHeaderPanel {
	height: auto !important; 
}

.system-menu-search {
	padding: 20px 0;
}
.navbar-brand>img {
	padding-top: 0;
}
.system-logo {
	margin-bottom: 0;
}

/* Logo */

.navbar-brand>img {
	width: auto;
	height: auto;
}

/* Search */

#GlobalSearchPanel {
	margin: 15px 0;
	padding: 0;
}
#GlobalSearchPanel .form-control {
	border: none;
	font-weight: 400;
    color: #1d1d1d;
    border: none;
    border-bottom: 1px dotted #1d1d1d;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    font-size: 18px;
    color: #1d1d1d;
}
#GlobalSearchPanel #globalSearchButton {
	left: 0;
	padding-left: 20px;
	font-size: 18px;
	color: #005b54;
}



/* Footer */

.footer {
	margin-top: 60px;
	height: auto;
	padding-top: 30px;
	position: relative;
	bottom: auto;
	text-align: right;
	padding-right: 10%;
}

.footer .footer-logo {
	padding: 0 1.5rem;
	margin: 2.2rem 0 0;
	display: inline-block;
	width: 20%;
	vertical-align: top;
}
.footer .footer-logo .logo {
	width: 167px;
	height: 35px;
	background: url(https://www.oneadvanced.com/Static/images/advanced-logo-footer.png);
	background-image: url(https://www.oneadvanced.com/Static/images/svg/advanced-logo-footer.svg),none;
	display: block;
}
.footer .footer-logo .visuallyhidden {
	padding: 0;
	border: none;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	position: absolute;
	width: 1px;
}
.footer .footer-nav {
	padding: 0 1.5rem;
    margin: 1.8rem 0 1rem;
    display: inline-block;
    width: 55%;
    border-right: 1px solid #605f61;
}
.footer .footer-nav a {
    margin: 0 1rem 0 0;
    font-size: 14px;
    color: #fff;
}
.footer .footer-nav p {
	font-size: 14px;
}
.footer .footer-nav p a {
	border-bottom: 1px solid #FFF;
}
.footer .footer-nav p a:hover {
	text-decoration: none;
	border-bottom: none;
}
.footer .footer-nav .secondary-navigation {
    margin: 0 0 2rem;
    color: #575658;
}
.footer .footer-nav .secondary-navigation li {
    padding: 0 .5rem 0 0;
    margin: 0 1.4rem 0 0;
    line-height: 19px;
    border-right: 1px solid #5b5a5b;
}
.footer .footer-nav .secondary-navigation li:last-child {
	border-right: none;
	padding-right: 0;
	margin-right: 0;
}
.footer .footer-contact {
    margin: .7rem 0 0;
    padding-left: 3.3%;
    display: inline-block;
    width: 25%;
}
.footer .footer-contact p {
	color: #FFF;
	font-size: 14px;
}
.footer .footer-contact p span {
	font-size: 16px;
}

.footer {position: absolute; width: 100%;height: 120px; background-color: white; padding-top:10px;}

 .footer-social{color:#142242;margin-bottom:4rem}
 .footer-social a{-webkit-backface-visibility:hidden;backface-visibility:hidden;display:inline-block;margin:0 .5rem;padding:.375rem;-webkit-transform:scale(1);transform:scale(1);-webkit-transition:all .1s ease;transition:all .1s ease}
 .footer-social a:first-child{margin-left:0;padding-left:0}
 .footer-social a:last-child{margin-right:0;padding-right:0}
 .footer-social a:hover{text-decoration:none;-webkit-transform:scale(1.25);transform:scale(1.25);-webkit-transition:all .3s ease;transition:all .3s ease}
 .footer-links .list-inline-item:not(:last-child){margin-right:.75rem}.footer-links .list-inline-item:not(:last-child)::after{content:"|";margin-left:.75rem}
 .continue-link{font-size:1rem;font-weight:600;margin-top:.25rem;margin-bottom:1.5rem}.content{color:#666;font-size:112.5%;line-height:1.6}

/* ****** Main Content ****** */

#PortalBodyPanel {
	margin-top: 0 !important;
	padding-top: 30px;
}


/* ****** What We Do - Education ****** */

.catalogue-repeat-item {
	text-align: center;
}
.catalogue-repeat-item .media .pull-left {
	padding-right: 0;
	float: none !important;
}
.catalogue-repeat-item .media .pull-left img {
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;
}
.catalogue-repeat-item .media .media-body {
	width: 100%;
	display: block;
}

/*  ==================================================
    # Login
    ================================================== */

#ctl86_LoginPanel .form-group {
	margin-left: 0;
	margin-right: 0;
}
div[id*='ct'][id$='_LoginPanel'] .form-group {
	margin-left: 0;
	margin-right: 0;
}
div[id*='ct'][id$='_LoginPanel'] div[id*='ct'][id$='_LoginDetailsPanel'] {
	overflow: hidden;
	padding: 30px 15px 0 15px;
	border: 1px solid #e0e0e0;
	border-bottom: none;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
div[id*='ct'][id$='_LoginPanel'] div[id*='ct'][id$='_LoginDetailsPanel'] .col-md-6 {
	width: 66.666666%;
}
div[id*='ct'][id$='_LoginPanel'] div[id*='ct'][id$='_ButtonPanel'] {
	padding: 0 15px 30px 15px;
	border: 1px solid #e0e0e0;
	border-top: none;
	box-shadow: inset 0 -3px #e0e0e0;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
div[id*='ct'][id$='_LoginPanel'] div[id*='ct'][id$='_ButtonPanel'] .btn-login-signin {
	width: 100%;
	margin-bottom: 15px;
}
div[id*='ct'][id$='_LoginPanel'] div[id*='ct'][id$='_ButtonPanel'] .btn-login-register {
	width: 100%;
	padding: 0;
	background: none !important;
	border: none;
	text-align: left;
	font-size: 1.6rem;
	color: #005b54 !important;
}
div[id*='ct'][id$='_LoginPanel'] div[id*='ct'][id$='_ButtonPanel'] .btn-login-register:hover {
	text-decoration: underline;
}
div[id*='ct'][id$='_LoginPanel'] div[id*='ct'][id$='_ButtonPanel'] .btn-login-forgotpass {
	width: 100%;
	padding: 0;
	background: none !important;
	border: none;
	text-align: left;
	font-size: 1.6rem;
	color: #005b54 !important;
}
div[id*='ct'][id$='_LoginPanel'] div[id*='ct'][id$='_ButtonPanel'] .btn-login-forgotpass:hover {
	text-decoration: underline;
}

/*  ==================================================
    # Registration
    ================================================== */

div[id*='ct'][id$='_AccountInfoPanel'] .form-group [class^="col-md-"],
div[id*='ct'][id$='_PersonalDetailsPanel'] .form-group [class^="col-md-"] {
	width: 100%;
}

div[id*='ct'][id$='_AccountInfoPanel'] .form-group .control-label,
div[id*='ct'][id$='_PersonalDetailsPanel'] .form-group .control-label {
	margin-bottom: 15px;
}

/*  ==================================================
    # Checkout
    ================================================== */

.checkout-summary {
	background-color: #FFF !important;
}
.checkout-summary h4 {
	color: #005b54 !important;
}


/*  ==================================================
    # Home Page
    ================================================== */

/* ****** Banner ****** */

.full-width-hero {
    width: 100vw;
    margin-left: calc(-50vw + 50% - 9px);
    position: relative !important;
    margin-top: -30px !important;
}

.hero-section {
	background: url(https://d3n8a8pro7vhmx.cloudfront.net/plaid2016/pages/9461/attachments/original/1588337462/header-image_%2812%29.jpg?1588337462) 50% no-repeat;
	background-size: cover;
	height: 25vh;
	text-align: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	padding: 20px;
	min-height: 400px;
}
.hero-section:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.3;
    content: "";
}
.hero-section-text {
	z-index: 1;
}
.hero-section-text h1 {
	font-size: 4.5rem;
    max-width: 600px;
    margin: 0 auto;
    font-family: "Open Sans",sans-serif !important;
    color: #fff !important;
    font-weight: 700 !important;
    font-style: normal;
}
.hero-section-text h1:after {
    content: "";
    border-bottom: 2px solid #005b54;
    display: block;
    width: 30px;
    margin: 15px auto 15px auto;
}
.hero-section-text p {
	color: #FFF;
	font-size: 2.1rem;
    color: #fff;
    font-weight: 500;
}
.hero-section-text p:last-of-type {
	margin-bottom: 0;
}

/* ****** Headings ****** */

.ud-home-h2-body h2:after {
    content: "";
    border-bottom: 2px solid #005b54;
    display: block;
    width: 30px;
    margin: 15px auto 15px auto;
}
.ud-home-h2-other-body h2 {
	color: #1d1d1d;
}
.ud-home-h2-other-body h2:after {
	content: "";
    border-bottom: 2px solid #005b54;
    display: block;
    width: 30px;
    margin: 15px 0 0 0;
}

/* ****** Donation Panel  ****** */

.ud-donate-tiles-body {
	margin-bottom: 30px;
}
.ud-donate-tiles-body .panel {
	text-align: center;
}
.ud-donate-tiles-body .panel p:last-of-type {
	margin-bottom: 0;
}
.ud-donate-tiles-body .panel-heading {
	background: #F4F4F4;
}
.ud-donate-tiles-body .panel-heading h4 {
	font-size: 45px;
}
.ud-donate-tiles-body .panel-body {
	height: 110px !important;
}

/* ****** What We Do Panel  ****** */

.ud-what-we-do-body {
	margin-bottom: 30px;
}
.ud-what-we-do-body .panel {
	border: none;
	box-shadow: none;
}
.ud-what-we-do-body .panel-body {
	height: auto !important;
	padding: 0;
}
.ud-what-we-do-body .panel-body a {
	margin-bottom: 0;
	color: #005b54;
	font-weight: 600;
	font-size: 2.1rem !important;
	line-height: 1.5 !important;
	display: block;
	padding: 30px;
	border: 1px solid #e0e0e0;
    box-shadow: inset 0 -3px #e0e0e0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    transition: box-shadow .25s ease-in-out;
}
.ud-what-we-do-body .panel-body a:hover {
	text-decoration: none !important;
	box-shadow: inset 0 -4px #005b54 !important;
}
.ud-what-we-do-body .panel-body a:after {
	content: "\f105";
	font-family: 'fontawesome';
	margin-left: 10px;
	font-weight: 300;
}

/* ****** Carousel  ****** */

.carousel-caption {
	background-color: rgba(0, 0, 0, 0.2);
	height: auto;
	text-shadow: none;
	bottom: 30px;
	padding: 15px 30px 0 30px;
}
.carousel-caption a:hover {
	text-decoration: none !important;
}
.carousel-caption h3 {
	color: #FFF !important;
	margin-top: 0;
	margin-bottom: 10px;
}
.carousel-caption p {
	color: #FFF;
}
.carousel-caption p:last-of-type {
	margin-bottom: 0;
}
.carousel-indicators {
	bottom: 0px;
	background-color: rgba(0, 0, 0, 0.2);
	padding: 5px 0;
}
.carousel-control {
	text-shadow: none;
	opacity: 0.8;
}
.carousel-control.left {
	background-image: none;
}
.carousel-control.right {
	background-image: none;
}

/* ****** Content Panels ****** */

.ud-content-panel-body {
	padding: 30px;
}
.ud-content-panel-body h4 {
	padding-left: 0 !important;
}
.ud-content-panel-body h4 a {
	font-size: 2.1rem !important;
	font-weight: 600;
	line-height: 1.5 !important;
}
.ud-content-panel-body .fa:before {
	content: "\f044";
}

body {
	color: #706f6f !important;
	margin-bottom: 0 !important;
}
p {
	margin-bottom: 20px;
	font-size: 1.6rem;
    line-height: 1.625em;
}


#PortalBodyPanel a:hover {
	text-decoration: underline;
}

/* ****** Specific Module Configuration ****** */
#ctl79_LearningUploadsPanel, #ctl73_TrainingHeaderEventTitle {display:none;}
.page-body-closedcourses #contactTab {display:none;}
#ctl105_SessionsPanel {display:none;}
.modulecenter-body EventDetails-body module-admin-body .CB_FullPanel {display:none;}
.grid-repeat-block {border-top:solid 1px #005b54;}
.panel-control-buttons {background-color: white !important;}
.navbar-brand system-logo-mini {padding-bottom:50px !important;}

#ctl52_collectionFrequencyLabel {display: none !important;}
#CollectionFrequencyOptions_Wrap  {display: none !important;}
.form-non-edit {
    margin-bottom: 15px !important; 
}
#GlobalSearchPanel {display: none;}
.top-navbar ul.top-navbar-right li a {display: none;}
#lblLoggedInAs {display: none;}
#lbSignOut {display: block !important}


/* ****** END ****** */
