@import url('//use.typekit.net/pqq8aix.css'); /* GLOBAL 2018 with Proxima, Kulturista, DIN Condensed */

/***************** WWW *******************************************************************/

/***************** begin wideload background *********************************************/
body.linear.hd #page_bg.wideload {
	top: 140px;
}
@media all and (max-width: 1024px){
	body.linear.hd #page_bg.wideload {
		top: 0;
	}
}
/***************** end wideload background ***********************************************/
/***************** begin quicklinks ******************************************************/
body.linear.hd #quicklinks {
	height: auto;
	min-height: 25px;
	padding-top: 5px;
}
/***************** end quicklinks ********************************************************/

body.linear.hd .siteNameTop {
	word-break: keep-all;
	-webkit-hyphens: none;
}

/***************** begin sidebar and ribbon trigger **************************************/

body.linear.hd #sidebar_trigger.active::before,
body.linear.hd .sidebar_trigger_title {
display: none;
}
body.linear.hd #sidebar_trigger {
  background-color: transparent;
	height: 38px;
}
body.linear.hd #sidebar_trigger::before {
	background-color: #e4e4e4;
	border-color: #ccc;
	border-radius: 0 2px 2px 0;
	border-style: solid;
	border-width: 1px;
	box-shadow: none;
	color: #888;
	content: "|||";
	font-size: 3em;
	font-weight: 700;
	font-weight: 700;
	height: 20px;
	left: -1px;
	letter-spacing: -0.03em;
	padding: 10px 5px 8px 5px;
	position: absolute;
	text-shadow: 0 0 0.5px #888;
	top: 3px;
	width: auto;
}
body.linear.hd #sidebar_trigger:hover::before {
	background-color: #fff;
	border: 1px solid #7DB53D;
	color: #888;
}
body.linear.hd #tray #ribbon a.btn-navbar {
	border-radius: 2px;
	background: #e4e4e4;
	color: #222 !important;
	padding: 4px 4px 4.5px;
}
body.linear.hd #tray #ribbon a.btn-navbar:hover {
	background: #fff;
	border: 1px solid #7DB53D;
}
body.linear.hd #tray #ribbon .btn-navbar span{
	background-color: #888 !important;
	border-bottom: 2px solid transparent;
}
/***************** end sidebar and ribbon trigger styling ******************************/
/****************** begin stickyTitle and stickyTitleHamburger ***************************/

body.linear.hd.sticky {
  margin-top: 72px;
}
body.linear.hd .stickyNav .page-header {
	float: left;
	max-width: 1000px;
	clear: right;
	border: none;
	margin: 0;
	padding: 0;
}
body.linear.hd #whitebox {
overflow: visible;
}
body.linear.hd.sticky .moduletable.stickyNav.wrapper {
	background-color: rgb(255, 255, 255);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
	min-height: 50px;
	left: 0;
	position: fixed;
	top: 0;
	z-index: 6;
	width: 100%;
}
body.linear.hd.sticky .moduletable.stickyNav.visible-phone {
  background-color: #ffffff; 
  padding-top: 0.7em;
}
body.linear.hd.sticky .stickyNav h1 {
	text-transform: uppercase;
	font-size: 1.75rem;
	font-weight: 600 !important;
	margin: 7px 8px 0 0;
}
@media screen and (max-width: 1024px) {
		body.linear.hd.sticky {
			margin-top: 0;
		}
		body.linear.hd .stickyNav h1 {
			margin: 8px;
		}
}
body.linear.hd.sticky .stickyNav.wrapper {
    width: 100%;
    margin: 0 auto;
    min-height:80px;
}
body.linear.hd.sticky .menu-toggle {
	position: absolute;
	padding: 5px;
	top: 34px;
	right: 15px;
	cursor: pointer;
	z-index: 5;
}
body.linear.hd.sticky .menu-toggle {
	top: 15px;
	right: 20px;
}
body.linear.hd.sticky .hamburger,
body.linear.hd.sticky .hamburger::before,
body.linear.hd.sticky .hamburger::after {
    content: '';
    display: block;
    background: #222222;
    height: 3px;
    width: 2em;
    border-radius: 3px;
    -webkit-transition: all ease-in-out 350ms;
    transition: all ease-in-out 350ms;
}
body.linear.hd.sticky .hamburger::before {
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px);
}
body.linear.hd.sticky .hamburger::after {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
}
body.linear.hd.sticky .open .hamburger {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
body.linear.hd.sticky .open .hamburger::before {
    display: none;
}
body.linear.hd.sticky .open .hamburger::after {
    -webkit-transform: translateY(-1px) rotate(-90deg);
    transform: translateY(-1px) rotate(-90deg);
}
body.linear.hd.sticky nav.degreeNav {
    margin: 0;
    padding: 0;
}
body.linear.hd.sticky nav.degreeNav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: none;
}
body.linear.hd.sticky nav.degreeNav ul.opening {
	display: block;
	height: auto;
	position: fixed;
	width: 100%;
	background: rgb(204, 204, 204);
	top: 20px;
	z-index: 3;
	padding-top: 40px;
}
body.linear.hd.sticky nav.degreeNav ul.opening {
top: 0;
}
body.linear.hd.sticky nav.degreeNav li {
    border-bottom: 1px solid #f6f4e2;
}
body.linear.hd.sticky nav.degreeNav li:last-child {
    border-bottom: none;
}
body.linear.hd.sticky nav.degreeNav a {
    color: #444444;
    background: #143b2e;
    display: block;
    padding: 3% 5%;
    text-transform: uppercase;
    text-decoration: none;
}
body.linear.hd.sticky nav.degreeNav .opening a {
    color: #fff;
}
body.linear.hd.sticky nav.degreeNav a:hover,
body.linear.hd.sticky nav.degreeNav a:focus {
    background: #fff;
}

body.linear.hd.sticky .site-nav--icon {
    font-size: 1.4em;
    margin-right: 1em;
    width: 1.1em;
    text-align: right;
    color: rgba(255,255,255,.4);
}

@media (min-width: 780px) {
    body.linear.hd.sticky .menu-toggle {
			display: none;
    }
    body.linear.hd.sticky nav.degreeNav ul {
			display: flex;
			flex-direction: row;
			justify-content: flex-end;
    }
    body.linear.hd.sticky nav.degreeNav li {
			flex: 1 1 auto;
			border: none;
    }
    body.linear.hd.sticky nav.degreeNav li a {
			padding: 1.5em 1.3em;
			margin: 0;
			border: none;
			background-color: #fafafa;
    }
    body.linear.hd.sticky nav.degreeNav a:hover,
    body.linear.hd.sticky nav.degreeNav a:focus {
			background-color: rgba(0,0,0,0.15);
    }
		body.linear.hd.sticky nav.degreeNav,
		body.linear.hd.sticky .stickyNav .stickyTitle {
			display: flex;
			flex-direction: row;
			justify-content: space-between;
			text-align: center;
			background-color: rgb(255, 255, 255);
			max-width: 1280px;
			margin: 0 auto;
		}
    body.linear.hd.sticky .degreeNav--icon {
        display: none;
    }
}
/****************** end stickyTitle and stickyTitleHamburger *****************************/
/****************** begin VJ Calendar Upcoming Events ************************************/
.upcoming_event_container div.gcal_icon {
	background: none repeat scroll 0 0 #efefef;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
	float: left;
	height: 3em;
	margin-right: 0.5em;
	width: 3em;
}
.upcoming_event_container div.gcal_div1 {
	background-color: #1e6b52;
	height: 1.25em;
	margin: 0;
	width: 100%;
}
.upcoming_event_container div.gcal_month {
	color: #ffffff;
  font-family: "kulturista", serif !important;
	font-size: 0.8em;
	height: 1.25em;
	line-height: 1.85em;
	margin-bottom: 0;
	margin-top: -1.85em;
	padding: .2em;
	position: relative;
	text-align: center;
}
.upcoming_event_container div.gcal_day {
	color: #555;
	font-size: 1.5em;
	font-weight: 600;
	line-height: 1.4em;
	text-align: center;
	width: 2em;
}
.upcoming_event_container span.upcoming_event_title a {
	color: #222 !important;
	font-size: 1em;
	font-weight: 600;
	line-height: normal;
}
/****************** end VJ Calendar Upcoming Events **************************************/
