/*
Theme Name: 	AllCampus Certificates Theme __DEV__
Theme URI: 	http://allcampus.com
Description: 	Online-U framework to get started. Has all our integrations. Olark, Syndicate, Google, Header Tags includes.
Version: 	2.1.1
Author: 	The Amazing All Campus Design Team
Author URI: 	http://allcampus.com
Tags: 		online-u, starkers, bootstrap
*/

@import url('css/reset.css');

/*******************************************
:--- Defaults ---:
*******************************************/

div, article, section, header, footer, nav, li {
	position: relative; 
}

.group:after {
	display: block;
	height: 0;
	clear: both;
	content: ".";
	visibility: hidden; /* For clearing */ 
}

body {
	background: #fff;
	font-size: 16px;
}

::-moz-selection { 
	background: #ff0;
	color: #333;
}
::selection {
	background: #ff0;
	color: #333;
}

* {
  text-rendering: optimizeLegibility;
	outline: none!important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


/*******************************************
:--- General ---:
*******************************************/

body, input, textarea {

}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 1.5em;
}

h1,
div.page-title {
	font-size: 2em;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.25em;
}

p {
	margin: 0 0 1.5em;
}

blockquote {
	background: #f6f6f6;
	padding: 2em;
}

blockquote p {
	margin: 0;
}

a, a:active {
	outline: none;
}

a.bypass-block {
	background: #000;
	color: #fff;
	display: block;
	text-align: center;
	width: 100%;
}

.post-edit-link {
	background: #0a0;
	border: 1px solid #080;
	border-radius: 3px;
	clear: both;
	color: #fff;
	display: inline-block;
	float: left;
	font-size: 14px;
	margin: 20px 0;
	padding: 6px 10px;
}

.post-edit-link:hover {
	background: #080;
	color: #fff;
	text-decoration: none;
}


/*******************************************
:--- Reusable ---:
*******************************************/

.live-chat, 
.download, 
.focus {
	cursor: pointer; 
}

.hide {
	display: none;
}

/*******************************************
:--- Structure ---:
*******************************************/

#breadcrumbs {
	overflow: hidden;
	width: 100%;
}
 
#breadcrumbs li {
	display: inline;
	list-style: none;
	margin: 0 0.5em 0 0;
}
 
#breadcrumbs .separator {

}

/*******************************************
:--- Alert - Global ---:
*******************************************/
#alert-container,
#alert-container .alert{
    background: #004085 !important;
}

#alert-container .alert {
    border: none;
    border-radius: 0;
    color: #FFF;
    margin-bottom: 0;
    padding: 1.25em 4em 1.25em 1em;
}

#alert-container .alert-heading {
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
}

#alert-container .alert-body {
    margin-bottom: 0;
    max-width: 80%
}

#alert-container button.close:hover {
    color: #FFF;
}

@media (max-width: 768px) {
    #alert-container .alert-body {
        max-width: 100%
    }
}

/*******************************************
:--- Header ---:
*******************************************/

header.site-header {
	background: #f6f6f6;
	padding: 40px 0 0;
	position: relative;
}

header.site-header .site-logo {
	display: block;
	max-width: 250px;
}

header.site-header .site-logo img {
	width: 100%;
}

/*******************************************
:--- Navigation ---:
*******************************************/

.nav-wrap {
	background: #ccc;
	margin: 40px 0 0;
	padding: 20px 0;
}

/* Desktop Menu & Hover States */

nav.site-nav .menu-item {
	float: left; 
	padding-right: 5%;
}

nav.site-nav ul.sub-menu {
  position: absolute;
	left: -999em;
}

nav.site-nav .menu-item.menu-item-has-children[aria-expanded="true"] ul.sub-menu {
	left: auto;
}

nav.site-nav .menu-item.menu-item-has-children[aria-expanded="true"] ul.sub-menu li ul.sub-menu {
  position: absolute;
	left: -999em;
}

nav.site-nav .menu-item.menu-item-has-children[aria-expanded="true"] ul.sub-menu .menu-item.menu-item-has-children[aria-expanded="true"] ul.sub-menu {
	left: auto;
}

nav.site-nav ul.sub-menu {
	background: #fff; 
	margin-top: 0;
	position: absolute; 
	z-index: 1;
}

nav.site-nav ul.sub-menu .menu-item {
	float: none;
}

/*******************************************
:--- Hero and Page Title ---:
*******************************************/

.hero-wrap {
	background: #e0e0e0;
	margin: 0 0 2em;
	padding: 2em 0;
}

.hero-wrap h1 {
	margin: 0;
}

/*******************************************
:--- Main Content ---:
*******************************************/

.main-content ul {
	margin: 0 0 2em;
}

.main-content ul li {
	list-style: disc;
	margin: 0 0 0 1.5em;
}

.main-content hr {
	border-top: 1px solid #eee;
	margin: 1.5em 0;
}

.main-content .table-wrap {
	overflow-x: auto;
}

.main-content table {
	margin: 0 0 1.5em;
	width: 100%;
}

.main-content table th {
	background-color: #666;
	border: 1px solid #ffffff;
	color: #fff;
	padding: 1em;
}

.main-content table td {
	background-color: #f6f6f6;
	border: 1px solid #ffffff;
	color: #000;
	padding: 1em;
}

.main-content table caption {
	font-size: 0.8em;
	margin: 1em 0 0;
}

/*******************************************
:--- Sidebar ---:
*******************************************/

.sidebar a.cta, 
.sidebar span.cta,
.sidebar button.cta {
	background: #333;
	border: 0;
	color: #fff;
	cursor: pointer;
	display: block;
	line-height: inherit;
	margin: 0 0 1em;
	padding: 1em 2em;
	text-align: center;
	width: 100%;
}

.sidebar a.cta:hover, 
.sidebar span.cta:hover,
.sidebar button.cta:hover {
	background: #222;
	text-decoration: none;
}

.sidebar-block {
	margin: 0 0 1em;
}

/*******************************************
:--- Olark - Custom Keyboard Close Button ---:
*******************************************/

#olark-container button#close-chat {
	position: absolute !important;
	top: 13px !important;
	right: 40px !important;
	z-index: 10 !important;
	border-radius: 0 !important;
	background: transparent !important;
	border: none !important;
	color: #FFF !important;
	font-size: 11px !important;
	box-shadow: none !important;
	font-weight: bold !important;
	text-transform: uppercase !important;
}

#olark-container button#close-chat:focus {
	border: 2px solid orange !important;
}

/*******************************************
:--- Form ---:
*******************************************/

/* Custom Form Styles */



/* Popover */

.popover {
	background: #f00;
	border: 1px solid #f006;
	color: #fff;
	padding: 6px;
	text-align: center;
}

.popover-body {
	color: #fff;
}

.popover .arrow::after, 
.popover .arrow::before {
	border-bottom-color: #f00;
	border-top-color: #f00;
}

/*******************************************
:--- Blog and Articles ---:
*******************************************/

.news-pagination {
	float: left;
	margin-bottom: 2em;
	width: 100%;
}

.news-pagination a {
	display: inline-block;
}

.prev-left {
	float: right;
	max-width: 46%;
}

.next-right {
	float: left;
	max-width: 46%;
}

.prev-left a, .next-right a {

}

/*******************************************
:--- Accordion ---:
*******************************************/
.accordion .card,
.accordion .card .card-header {
    border-radius: 0;
}
.accordion .card .card-header .btn {
    display: block;
    text-align: left;
    width: 100%;
    padding: .375rem 0;
}
.accordion .card.header-only {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.accordion .card.header-only h5 {
    border: 1px solid rgba(0,0,0,0);
    padding: .375rem 0;
    font-size: 1rem;
    line-height: 1.5;
}

/*******************************************
:--- Upcoming Date Box ---:
*******************************************/
.upcoming-date-box {
	background-color: #EEE;
	text-align: center;
	margin: 40px 0;
	padding: 0;
}

.upcoming-date-box .btn {
    background: #4ba9cc;
    border: none;
    border-radius: 0;
	width: 85%;
    padding: 1em 2em;
}

.upcoming-date-box .notice {
	font-size: 11px;
	line-height: 15px;
	margin: 15px 0 0 !important;
}

.upcoming-date-box .upcoming-date-header {
	background-color: #666666;
	color: #FFF;
	font-size: 1.5em;
    font-weight: 700;
	margin-bottom: 0;
	padding: 20px 15px;
}

.upcoming-date-box .upcoming-date-content {
	padding: 20px;
}

.upcoming-date-box .upcoming-date-content p {
	margin: 0;
}

.upcoming-date-box .upcoming-date-content .start-date {
	display: block;
	font-size: 1.8em;
    font-weight: 900;
	margin-bottom: 15px;
}

/*******************************************
:--- Credential Box ---:
*******************************************/
.cred-box {
	background-color: #666666;
	color: #FFF;
	margin: 40px 0;
	padding: 30px 50px;
}
/* // UNCOMMENT FOR QUOTE ICON ON TOP LEFT CORNER
.cred-box:before {
	background: #4ba9cc;
	border-radius: 50%;
	content: "\f10d";
	font-family: "Font Awesome 5 Pro";
	font-size: 30px;
	font-weight: bold;
	left: -20px;
	line-height: 30px;
	padding: 18px;
	position: absolute;
	top: -20px;
}
*/
.cred-content {
	font-size: 30px;
	line-height: 35px;
	margin: 0 0 0 55px;
    opacity: .5;
}
.cred-box .fas {
    color: #4ba9cc;
    font-size: 40px;
    margin: 0 15px 0 0;
    float: left;
}
.cred-source {
	font-size: 12px;
	text-align: right;
	margin: 0;
}

/*******************************************
:--- Webinar Page ---:
*******************************************/
/* Webinar Icons */
.page-template-page-webinar .detail {
    padding: 30px;
    text-align: center;
}

.page-template-page-webinar .detail i { 
    color: #4ba9cc;
    /* opacity: .25; */
}

.page-template-page-webinar .detail .title {
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0 0;
}

/* Webinar Form */
.page-template-page-webinar .form-container {
    background: #EEE;
    padding: 80px;
}

.page-template-page-webinar .form-container h2 {
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 25px;
}

.page-template-page-webinar .form-container .form-text {
    font-size: 20px;
}

.page-template-page-webinar img.webinar-about-img {
    background: #EEE;
    display: block;
    width: 100%;
    min-height: 300px;
}

.page-template-page-webinar img.webinar-presenter-img {
    background: #EEE;
    display: block;
    width: 100%;
    min-height: 200px;
}

.page-template-page-webinar .form-fields ._form ._form-title, 
.page-template-page-webinar .form-fields ._form ._html-code {
    display: none;
}

.page-template-page-webinar .form-fields ._form ._form_element ._form-label {
    display: block !important;
    color: #757575;
    font-size: 12px;
    font-weight: normal;
    margin-bottom: .25em;
    text-transform: uppercase;
}

.page-template-page-webinar .form-fields .input-field-program {
    display: block;
    margin-bottom: 15px;
    width: 100%;
}

.page-template-page-webinar .form-fields .input-field-program select {
    background-image: linear-gradient(45deg, transparent 50%, #000 50%), linear-gradient(135deg, #000 50%, transparent 50%), linear-gradient(to right, #FFF, #FFF);
    background-position: calc(100% - 20px) calc(1em + 1px), calc(100% - 15px) calc(1em + 1px), 100% 0;
    background-size: 5px 5px, 5px 5px, 2.5em 3em;
    background-repeat: no-repeat;
    background-color: #FFF;
    border: 1px solid #000;
    font-weight: 300;
    margin: 0;
    padding: 8px 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
}

.page-template-page-webinar .form-fields .input-field-firstname, 
.page-template-page-webinar .form-fields .input-field-lastname, 
.page-template-page-webinar .form-fields .input-field-phone, 
.page-template-page-webinar .form-fields .input-field-email {
    display: inline-block;
    margin-bottom: 15px;
    width: 49%;
    float: left;
}

.page-template-page-webinar .form-fields .input-field-firstname, 
.page-template-page-webinar .form-fields .input-field-email {
    margin-right: 2%;
}

.page-template-page-webinar .form-fields input[type="text"] {
    background-color: #FFF;
    border: 1px solid #000;
    border-radius: 0;
    color: #000;
    font-weight: 300;
    line-height: 24px;
    padding: 8px 15px;
    width: 100%;
}

.page-template-page-webinar .form-fields ._error ._error-inner {
    color: #FF4637;
    display: inline-block;
    font-size: 11px;
    line-height: 15px;
}

.page-template-page-webinar .form-fields ._button-wrapper {
    display: block;
    clear: both;
}

.page-template-page-webinar .form-fields ._button-wrapper button {
    background-color: #4ba9cc;
    border: 1px solid #4ba9cc;
    color: #FFF;
    padding: 16px 20px;
    width: 100%;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    transition: all 0.2s;
    border-radius: 0;
    margin-top: 10px;
}

.page-template-page-webinar .form-fields ._button-wrapper button:hover, 
.page-template-page-webinar .form-fields ._button-wrapper button:focus, 
.page-template-page-webinar .form-fields ._button-wrapper button:active {
    color: #FFF;
    background-color: #333;
    border: 1px solid #333;
    outline: 0;
}

.page-template-page-webinar .popover {
    background: #4ba9cc;
    border: 1px solid #000;
    padding: 1px;
}

.page-template-page-webinar .popover-body {
    padding: .5rem .75rem;
    background: #4ba9cc;
    color: #FFF;
    font-size: 11px;
    text-transform: uppercase;
}

.page-template-page-webinar .bs-popover-auto[x-placement^=bottom]>.arrow::after, 
.page-template-page-webinar .bs-popover-bottom>.arrow::after {
    border-bottom-color: #000;
}

.page-template-page-webinar .bs-popover-auto[x-placement^=bottom]>.arrow::before, 
.page-template-page-webinar .bs-popover-bottom>.arrow::before {
    border-bottom-color: #000;
}

@media (max-width: 640px) {
    .page-template-page-webinar .form-fields .input-field-firstname, 
    .page-template-page-webinar .form-fields .input-field-lastname, 
    .page-template-page-webinar .form-fields .input-field-phone, 
    .page-template-page-webinar .form-fields .input-field-email {
        display: inline-block;
        margin-bottom: 15px;
        width: 100%;
        float: none;
    }

    .page-template-page-webinar .detail {
        padding: 10px 30px;
    }
}

/* Webinar Presenter */
.page-template-page-webinar .presenter-name {
    font-weight: bold;
    margin-bottom: 0;
}

.page-template-page-webinar .presenter-title {
    font-size: 12px;
    font-style: italic;
}

/* Webinar Bio Collapse */
#module #collapseExample.collapse:not(.show),
#module #collapseExample2.collapse:not(.show),
#module #collapseExample3.collapse:not(.show) {
  display: block;
  height: 115px;
  overflow: hidden;
}

#module #collapseExample.collapsing,
#module #collapseExample2.collapsing,
#module #collapseExample3.collapsing {
  height: 115px;
}

#module a.collapsed,
#module a:not(.collapsed) {
    font-size: 11px !important;
    font-weight: normal;
    text-transform: uppercase;
}

#module a.collapsed::after {
  content: '+ Show More';
}

#module a:not(.collapsed)::after {
  content: '- Show Less';
}

/*******************************************
:--- Faculty Page ---:
*******************************************/
.faculty-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.faculty-member-card {
    border: 1px solid #EEE;
    flex: 0 0 24%;
    margin: 0 10px 10px 0;
    padding: 0;

}

.faculty-grid > .faculty-member-card:nth-child(4n+4) {
    margin: 0 0 10px 0 !important;
}

.faculty-member-card a {
    background: #FFF;
    display: block;
    padding: 15px;
    text-decoration: none;
    height: 100%
}

.faculty-member-card a:hover {
    background: #4ba9cc;
}

.faculty-member-card a:hover .name {
    text-decoration: underline;
}

.faculty-member-card a:hover .thumb img {
    transform: scale(1.1);
}

.faculty-member-card .thumb {
    width: 100%;
    overflow: hidden;
}

.faculty-member-card .thumb img {
    background: #EEE;
    display: block;
    min-height: 200px;
    transition: all .25s ease-in-out;
    width: 100%;
}

.faculty-member-card .name {
    font-size: 16px;
    font-weight: bold;
    padding: 15px 0 5px 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

.faculty-member-card .title {
    font-size: 12px;
    line-height: 14px;
    padding: 0;
    font-weight: 500;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
}

.faculty-member-expanded ul {
    margin: 0 0 20px 20px;
}

.faculty-member-expanded ul li {
    list-style: disc !important;
}

.faculty-member-expanded {
    display: none;
    max-width: 880px;
}

.faculty-member-expanded .thumb {
    position: relative;
    margin-bottom: 20px;
}

.faculty-member-expanded .thumb img {
    background: #EEE;
    display: block;
    min-height: 200px;
    width: 100%;
}

.faculty-member-expanded .dept {
    font-size: 14px;
    font-style: italic;
    line-height: 1em;
}

.faculty-member-expanded .name {
    color: #000;
    font-size: 18px;
    margin-bottom: 0;
}

.faculty-member-expanded .contact i {
    display: inline-block;
    margin-right: 10px;
    color: #999;
}

.faculty-member-expanded .contact a {
    color: #FF4637;
    font-size: 12px;
}

.faculty-member-expanded .title {
    text-transform: uppercase;
    font-size: 12px;
    padding: 5px 0;
}

.faculty-member-expanded .bio {
    font-size: 14px;
    margin-top: 0;
}

@media (max-width: 1440px) {
    .faculty-member-card {
        flex: 0 0 31%;
        margin: 0 10px 10px 0;
    }

    .faculty-grid > .faculty-member-card:nth-child(4n+4) {
        margin: 0 10px 10px 0 !important;
    }
}

@media (max-width: 767px) {
    .faculty-member-card {
        flex: 0 0 46%;
        margin: 0 5px 10px 5px;
    }

    .faculty-grid > .faculty-member-card:nth-child(4n+4) {
        margin: 0 5px 10px 5px !important;
    }
}

@media (max-width: 575px) {
    .faculty-member-expanded .name {
        margin-top: 20px;
    }

    .faculty-member-expanded .contact {
        font-size: 18px;
    }
}

/*******************************************
:--- Featherlight Lightbox ---:
*******************************************/
html.with-featherlight {
    overflow: hidden;
}

.featherlight {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2147483647;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    background: #333;
    background: rgba(0, 0, 0, 0);
}

.featherlight:last-of-type {
    background: rgba(0, 0, 0, 0.8);
}

.featherlight:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.featherlight .featherlight-content {
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    overflow: auto;
    padding: 40px 30px;
    border-bottom: 25px solid transparent;
    margin-left: 5%;
    margin-right: 5%;
    max-height: 95%;
    background: #fff;
    cursor: auto;
    white-space: normal;
}

.featherlight .featherlight-inner {
    display: block;
}

.featherlight script.featherlight-inner,.featherlight link.featherlight-inner,.featherlight style.featherlight-inner {
    display: none;
}

.featherlight .featherlight-close-icon {
    position: absolute;
    z-index: 9999;
    top: 10px;
    right: 10px;
    line-height: 25px;
    width: 25px;
    cursor: pointer;
    text-align: center;
    font-family: Arial, sans-serif;
    background: #fff;
    background: rgba(255, 255, 255, 0.3);
    color: #000;
    border: none;
    padding: 0;
}

.featherlight .featherlight-close-icon::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.featherlight .featherlight-image {
    width: 100%;
}

.featherlight-iframe .featherlight-content {
    border-bottom: 0;
    padding: 0;
    -webkit-overflow-scrolling: touch;
}

.featherlight iframe {
    border: none;
}

.featherlight * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media only screen and (max-width: 1024px) {
    .featherlight .featherlight-content {
        margin-left: 0;
        margin-right: 0;
        max-height: 98%;
        padding: 30px;
        border-bottom: 10px solid transparent;
        overflow-x: hidden;
    }
}

@media print {
    html.with-featherlight > * > :not(.featherlight) {
        display: none;
    }
}

/*******************************************
:--- Footer ---:
*******************************************/

footer.site-footer {
	background: #f6f6f6;
	padding: 2em 0;
}

footer.site-footer ul li {
	float: left;
	margin: 0 1em 0 0;
}

/*******************************************
:--- Media Queries ---:
*******************************************/

/* Large Displays */
@media (min-width: 1440px) {
	.container {
		max-width: 1280px;
	}
}

@media (min-width: 1200px) {

}

@media (max-width: 1200px) {
	
}

@media (max-width: 992px) {
	
}

@media (min-width: 768px) {
	
	/* Desktop Navigation */

	nav.site-nav ul.sub-menu {
		padding: 1em;
		width: 300px;
	}

	nav.site-nav .menu-item.menu-item-has-children:hover ul.sub-menu {
		left: auto;
	}

	nav.site-nav .menu-item.menu-item-has-children:hover ul.sub-menu li ul.sub-menu {
		position: absolute;
		left: -999em;
	}

	nav.site-nav .menu-item.menu-item-has-children:hover ul.sub-menu .menu-item.menu-item-has-children:hover ul.sub-menu {
		left: auto;
	}
	
}
 
@media (max-width: 767px) { 
	
}

@media (max-width: 640px) { 

}

@media (max-width: 480px) { 

}

@media (max-width: 320px) { 

}

/*******************************************
:--- IE Fixes ---:
*******************************************/

.ie7 .tooltip, .ie8 .tooltip {
	display: none!important
}

.ie7 label, .ie8 label, .ie9 label {
	display: block!important;
}

.ie7 .required-ast-nolabel, .ie8 .required-ast-nolabel, .ie9 .required-ast-nolabel {
	display: none;
}

