/******************************************************************
Theme Name: Antioch2021
Theme URI: http://www.antioch.edu
Description: Custom theme for Antioch.
Author: Antioch Marketing & Communications
Author URI: http://www.antioch.edu
Version: 1.1
Tags: fluid-layout, responsive-layout, accessibility-ready, translation-ready, microformats, rtl-language-support

******************************************************************/


.sticky {}          /* DO NOT EDIT THIS */
.gallery-caption {} /* THESE ARE USELESS */
.bypostauthor {}    /* THEY ARE ONLY TO KEEP THEME CHECK HAPPY */

 html {
	margin: 0;
	padding: 0;
}

/*Added this for event widget 2018*/

.ai1ec-agenda-widget-view {
	max-width: 2000px !important;
}
.ai1ec-agenda-widget-view .ai1ec-date {
	float: left;
	width: 100% !important;
	min-width: 100% !important;
	max-width: 100% !important;
	margin-top: 20px;
}
.ai1ec-agenda-widget-view .ai1ec-event > a {
	color: #50a684;
	display: block;
	background: none !important;
	border: 0px solid #fff !important;
	border-radius: 0em !important;
	padding: 0.2em 0.4em;
	max-width: 85%;
	min-height: 50px !important;
	max-height: 100%;
}
/*BASE STYLING*/

body, p {
	padding: 0;
	margin: 0;
	font-size: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: 'Open sans', sans-serif;
	font-weight: 400;
	color: #181c1c;
}
h1, body h1 {
	margin: 0;
	padding: 0;
	font-size: 4em;
	margin-bottom: 0.75em;
	font-weight: 700;
	font-family: 'Asap Condensed', sans-serif;

}
h1 .nobottom {
	margin-bottom: 0 !important;
}
h2, body h2 {
	margin: 0;
	padding: 0;
	font-weight: 700;
	font-size: 3.5em;
	margin-bottom: 0.5em;
	color: #072b31;
	font-family: 'Asap Condensed', sans-serif;
}
h2 .related_title {
	padding-top: 2em;
	font-family: 'Asap Condensed', sans-serif;
}
h2 .tablepress-table-name {
	margin-top: 2.5em;
	font-size: 1em;
	margin-bottom: -1em;
	font-family: 'Asap Condensed', sans-serif;

}
h3, body h3 {
	font-size: 3em;
	margin: 0;
	padding: 0;
	font-weight: 700;
	margin-bottom: 0.5em;
	color: #072b31;
	font-family: 'Asap Condensed', sans-serif;
}
h3 .jobs {
	margin-bottom: 5em;
	font-family: 'Asap Condensed', sans-serif;
}
h4, body h4 {
	font-size: 2.5em;
	margin: 0;
	padding: 0;
	font-weight: 700;
	margin-bottom: 0.5em;
	margin-top: 2em;
	color: #072b31;
	font-family: 'Asap Condensed', sans-serif;
}
h4 .extramarg {
	margin-bottom: 2.2em;
	font-family: 'Asap Condensed', sans-serif;
}
h4 .nocontent {
	margin-bottom: 3em;
	font-family: 'Asap Condensed', sans-serif;
}
h4 a {
	color: #072b31;
}
h4 a:hover:after {
	background-color: #072b31;
}
h5, body h5 {
	font-size: 2em;
	margin: 0;
	padding: 0;
	font-weight: 700;
	margin-bottom: 0.5em;
	margin-top: 2em;
	color: #072b31;
	font-family: 'Asap Condensed', sans-serif;
}
h6, body h6 {
	font-size: 1.5em;
	margin: 0;
	padding: 0;
	font-weight: 700;
	margin-bottom: 0.75em;
	margin-top: 2em;
	color: #072b31;
	font-family: 'Asap Condensed', sans-serif;
}
body .linkbox {
	border: 3px solid #072b31;
	background-color: #fdfdfd;
	cursor: pointer;
	-webkit-transition: background-color 0.15s ease-out;
	-moz-transition: background-color 0.15s ease-out;
	-o-transition: background-color 0.15s ease-out;
	transition: background-color 0.15s ease-out;
}
body .linkbox .wpb_wrapper {
	padding: 1.5em 2em;
}
body .linkbox p {
	color: #072b31;
	font-weight: 700;
	font-size: 2.3em;
	margin-bottom: 0;
	-webkit-transition: color 0.15s ease-out;
	-moz-transition: color 0.15s ease-out;
	-o-transition: color 0.15s ease-out;
	transition: color 0.15s ease-out;
	line-height: 1.2em;
}
body .linkbox p a {
	font-size: 0.42em;
	-webkit-transition: color 0.15s ease-out;
	-moz-transition: color 0.15s ease-out;
	-o-transition: color 0.15s ease-out;
	transition: color 0.15s ease-out;
	width: 70%;
	display: block;
	line-height: 1.4em;
}
body .linkbox p a:hover:after {
	width: 0;
}
body .linkbox:hover {
	background-color: #072b31;
}
body .linkbox:hover p {
	color: white;
}
body .linkbox:hover p a {
	color: white;
}
body .linkbox:hover p a:after {
	width: 0;
}
body .callout {
	-webkit-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.1);
	border-bottom: 5px solid #50a684;
}
body .callout .wpb_wrapper {
	padding: 1.5em 2em;
}
body .callout p {
	font-size: 2em;
	font-weight: 700;
	margin-bottom: 0;
}
body .callout p a {
	font-size: 0.49em;
}
body p {
	margin: 0;
	padding: 0;
	font-size: 1.1em;
	margin-bottom: 1.25em;
	line-height: 1.5em;
	font-family: 'Open Sans', sans-serif;
}
.highlight {
	background-color: #F68D2E;
	color: white;
}
.highlight .pinklight {
	background-color: #C3366F;
}
.highlight .purplelight {
	background-color: #963CBD;
}
.highlight .bluelight {
	background-color: #71C5E8;
}
body p.no-bottom {
	margin-bottom: 0 !important;
	font-size: 1.05em;
}
body p.no-bottom a {
	display: inline-block;
	padding: 0.5em 0;
}
body p.rightside_link {
	width: 100%;
	border-bottom: 1px solid #e7edee;
	font-size: 1.25em;
	padding-bottom: 0.8em;
	position: relative;
	margin-top: 0em;
	text-align: left;
}
body p.rightside_link .arrow_link {
	padding-right: 1em;
}
body p.rightside_link .arrow_link i {
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	-o-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
	position: relative;
	left: 0;
}
body p.rightside_link .arrow_link:hover i {
	margin-left: 10px;
	position: relative;
	left: 20px;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	-o-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}
body p.subheader {
	font-size: 1.15em;
	font-weight: 700;
}
body p.smaller {
	font-size: 1.1em;
}
body p a.btn {
	font-size: 0.9em;
	margin-top: 2em;
	margin-bottom: 1em;
	font-weight: 700;
	letter-spacing: 0.0em;
	padding: 0.95em 1.7em;
	text-decoration: none;
}
body ul,
body ol {
	margin-bottom: 2em;
}
body ul.children,
body ol.children {
	background-color: transparent;
}
body ul li,
body ol li {
	font-size: .95em;
	line-height: 1.5em;
	margin-bottom: 0.5em;
}
body ul li a:hover:after,
body ol li a:hover:after {
	width: 0;
}
body ul li a.greenlink:hover:after,
body ol li a.greenlink:hover:after {
	width: 100%;
}
body ul li.smaller,
body ol li.smaller {
	font-size: 1.1em;
}
body ul li ul,
body ul li ol,
body ol li ul,
body ol li ol {
	margin: 1em 0;
}
body ul li ul.children,
body ul li ol.children,
body ol li ul.children,
body ol li ol.children {
	background-color: transparent;
}
body ul li ul li,
body ul li ol li,
body ol li ul li,
body ol li ol li {
	font-size: 1.0em;
}
body ul li ul li.smaller,
body ul li ol li.smaller,
body ol li ul li.smaller,
body ol li ol li.smaller {
	font-size: 1.0em;
}
body hr {
	border: 0;
	height: 1px;
	background: #e7edee;
}
body .sidebar {
	width: 99%;
	font-size: 100%;
	position: relative;
}
body .sidebar p {
	margin-bottom: 1em;
}
body .sidebar p.no-bottom {
	margin-bottom: 0;
}
body .sidebar p a.btn {
	margin: 1em 0 2em 0;
}
body .extrabtn {
	margin-top: -10em;
	margin-bottom: -3em;
}
body .extrabtn .container {
	width: 90%;
}
/*VC STYLING*/

/*-------------------------------------------------------------------------*/

body .vc_row-fluid.gray {
	background-color: #e7ecee;
}
body .nav .col-sm-6 li {
	font-size: 1.75em;
}
body .vc_col-sm-6 p a {
	font-weight: 700;
	/*text-decoration: underline;*/
}
body span.vc_sep_holder {
	margin-top: 2em;
	margin-bottom: 2em;
	width: 100%;
	border-color: transparent !important;
	height: 18px !important;
	border-top: 0 !important;
	position: relative;
	height: 2px;
}
body span.vc_sep_holder .vc_sep_line {
	border-color: transparent !important;
}
body .protected-email-links {
	font-weight: 700;
}
body .sidebar .vc_column-inner .wpb_wrapper p {
	font-size: 1.15em;
}
body .anchorlist .wpb_wrapper p {
	font-size: 1.15em;
}
body #tile_sizer {
	width: 100%;
}
body .fullwidth {
	float: left;
	width: 100%;
}
body .fancybox-bg {
	background: #1f2b27 !important;
}
body .fancybox-buttons {
	margin-top: 1%;
	right: 1%;
	background-color: transparent;
}
body .fancybox-button--close {
	background-image: url(./img/close_white.png);
	width: 35px;
	height: 35px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: transparent;
}
body .fancybox-button--close:hover {
	background-image: url(./img/close_white_hover.png);
	width: 35px;
	height: 35px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: transparent;
}
body .fancybox-button--close:before,
body .fancybox-button--close:after {
	width: 0px;
	height: 0px;
	background-color: transparent;
}
body .fancybox-content {
	width: 800px;
	height: 450px;
	max-width: 80%;
	max-height: 80%;
}
body .videooverwrapper {
	width: 100%;
	max-width: 640px;
}
body .videowrapper {
	position: relative;
	padding-bottom: 56.25%;
	/* 16:9 */
	padding-top: 25px;
	height: 0;
}
body .videowrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
body form.library input[type="text"] {
	border: 4px solid #50a684 !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	background-color: transparent;
	box-sizing: border-box;
	padding: 8px !important;
	font-weight: 400;
	font-size: 1em;
	width: 92% !important;
	outline: 0;
	border: 0;
	-webkit-appearance: none;
	font-size: 1.1em;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	margin: 0;
	padding: 0;
	font-size: 1.35em;
	margin-bottom: 0.5em;
	line-height: 1.5em;
}
body form.library input[type="submit"] {
	border: 3px solid #1a1d1b;
	color: #50a684;
	border: 4px solid #50a684;
	text-transform: uppercase;
	font-family: 'Asap Condensed', sans-serif;
	font-weight: 700;
	background-color: transparent;
	font-size: 0.79em;
	padding: 0.65em 2em;
	display: inline-block;
	letter-spacing: 0.0em;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	-o-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
	border-radius: 0px !important;
	font-size: 1.2em !important;
	cursor: pointer;
}
body form.search {
	position: fixed;
	top: -150px;
	left: 0;
	width: 100%;
	background-color: #f7f7f7;
	z-index: 5;
}
body form.search input[type="text"] {
	height: 150px;
	width: 95%;
	font-size: 2em;
	padding: 0 25px 0 125px;
	border: 0;
	outline: 0;
	font-weight: 400;
	color: #50a684;
	background-color: transparent;
	background-image: url(./img/searchbar_glass.png);
	background-position: 50px center;
	background-repeat: no-repeat;
	background-size: 35px;
	-webkit-appearance: none;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
	/* Opera/IE 8+ */
}
body form.search input[type="submit"] {
	position: absolute;
	left: 50px;
	top: 56px;
	height: 35px;
	width: 35px;
	-webkit-appearance: none;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
	filter: alpha(opacity=0);
	-moz-opacity: 0.0;
	-khtml-opacity: 0.0;
	opacity: 0;
	cursor: pointer;
}
body form.search .close {
	width: 35px;
	height: 35px;
	background-image: url(./img/closex.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	position: absolute;
	right: 3%;
	top: 58px;
}
body form.search .close:hover {
	background-image: url(./img/closex_hover.png);
}
body form.search .close:hover:after {
	width: 0;
}
body form.search::-webkit-input-placeholder {
	color: #8c8c8c;
	font-family: 'Miller Text';
	font-style: italic;
}
body form.search:-moz-placeholder {
	color: #8c8c8c;
	font-family: 'Miller Text';
	font-style: italic;
}
body form.search::-moz-placeholder {
	color: #8c8c8c;
	font-family: 'Miller Text';
	font-style: italic;
}
body form.search:-ms-input-placeholder {
	color: #8c8c8c;
	font-family: 'Miller Text';
	font-style: italic;
}
body #content.breadcrumb_page {
	padding-top: 8em;
}
body #content.breadcrumb_page_small {
	padding-top: 0em;
}
body #content.nohero h1 {
	color: #072b31;
	font-size: 5em;
	margin-bottom: 0.25em;
}
body #content.nohero span.vc_sep_holder {
	margin-top: 0;
}
body #content.nohero .wpb_column {
	padding-bottom: 1em;
}
body .col-sm-9sidebar {
	margin-left: 5%;
}
body select::-ms-expand {
	display: none;
}
body .ai1ec-categories {
	display: none !important;
}
body .ai1ec-month-view th,
body .ai1ec-week-view th,
body .ai1ec-oneday-view th {
	background-color: #5e605f !important;
	color: white !important;
	text-shadow: none !important;
	text-transform: uppercase;
	font-family: 'Asap Condensed', sans-serif;
	font-weight: 700;
	font-size: 1.25em;
	padding: 0.8em 0 !important;
}
body .ai1ec-month-view td,
body .ai1ec-week-view td,
body .ai1ec-oneday-view td {
	height: 200px !important;
	border: 1px solid #e7edee !important;
}
body .ai1ec-event-container {
	color: #50a684 !important;
	font-family: 'Asap Condensed', sans-serif;
	text-transform: uppercase;
	font-weight: 700 !important;
	display: inline-block !important;
}
body .ai1ec-event-container .ai1ec-event-time {
	font-weight: 700 !important;
}
body .ai1ec-event-container:hover:after {
	background-color: transparent;
	width: 0;
}
body .ai1ec-month-view .ai1ec-date {
	float: left;
	text-align: left;
	background: transparent;
	width: 100%;
	margin-bottom: 3em;
}
body .ai1ec-month-view .ai1ec-date a {
	font-family: 'Asap Condensed', sans-serif;
	font-weight: 700 !important;
	color: #6a6a6a;
	font-size: 1.5em;
	padding: 0.7em 0.7em;
	position: relative;
	display: inline-block;
	background-color: #e7edee;
	left: -4px;
}
body .ai1ec-month-view .ai1ec-date a:hover:after {
	width: 0;
	background-color: transparent;
}
body .ai1ec-month-view .ai1ec-today,
body .ai1ec-week-view .ai1ec-today {
	background: #f2fff4 !important;
}
body .ai1ec-calendar-toolbar,
body .ai1ec-prev-year,
body .ai1ec-next-year,
body .ai1ec-minical-trigger,
body .ai1ec-pull-left {
	display: none !important;
}
body .ai1ec-btn-group {
	width: 100% !important;
}
body .ai1ec-month-view {
	margin-top: 10em !important;
	padding-top: 10em !important;
}
body .ai1ec-calendar-view {
	padding-top: 10em;
}
body .ai1ec-title-buttons {
	position: absolute;
	top: 0;
}
body #ai1ec-container {
	margin-top: 3em;
	display: none;
}
body .ai1ec-btn-toolbar {
	top: 4%;
}
body figcaption {
	font-size: 1.15em;
	width: 75%;
	margin: 2em auto;
}
body .monthyear {
	position: absolute;
	text-align: center;
	width: 100%;
	margin-top: 3em;
}
body .monthyear .month {
	color: #072b31;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 2.5em;
	margin-bottom: 0.25em;
	text-transform: uppercase;
}
body .monthyear .year {
	color: #c9cecc;
	font-family: 'Asap Condensed', sans-serif;
	font-weight: 700;
	font-size: 1.2em;
}
body .ai1ec-minical-trigger {
	/*
            position: absolute;
            left: 0;
            right: 0;
            width: initial;
            border: 0px;
    */
}
body .ai1ec-prev-month {
	width: 50px;
	height: 50px;
	padding: 4px;
	color: white !important;
	overflow: hidden;
	position: relative;
}
body .ai1ec-prev-month:before {
	content: "\f060";
	color: #072b31;
	display: inline-block;
	font: normal normal normal 16px/1 FontAwesome;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding-top: 11px;
}
body .ai1ec-prev-month:hover {
	background-color: #50a684 !important;
	color: #50a684 !important;
}
body .ai1ec-prev-month:hover:before {
	color: white;
}
body .ai1ec-prev-month:hover:after {
	background-color: transparent;
	width: 0;
}
body .ai1ec-next-month {
	width: 50px;
	height: 50px;
	padding: 4px;
	color: white;
	overflow: hidden;
	position: relative;
	left: -3px;
}
body .ai1ec-next-month:before {
	content: "\f061";
	color: #072b31;
	display: inline-block;
	font: normal normal normal 16px/1 FontAwesome;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding-top: 11px;
}
body .ai1ec-next-month:hover {
	background-color: #50a684;
	color: #072b31;
}
body .ai1ec-next-month:hover:before {
	color: white;
}
body .ai1ec-next-month:hover:after {
	background-color: transparent;
	width: 0;
}
body .inline_load {
	margin-bottom: 3em;
}
body .toggle_area {
	position: absolute;
	margin-bottom: 25px;
	overflow: hidden;
	width: 213px;
	right: 0;
	top: 375px;
}
body .toggle_area p {
	font-family: 'Asap Condensed', sans-serif;
	font-size: 0.95em;
	font-weight: 700;
	font-style: normal;
	color: #072b31;
	margin-bottom: 0;
	letter-spacing: 0.0em;
}
body .toggle_area p.left {
	float: left;
}
body .toggle_area p.right {
	float: right;
}
body .toggle {
	height: 25px;
	width: 60px;
	position: relative;
	left: 8px;
	float: left;
}
body .toggle .toggle-on,
body .toggle .toggle-off {
	height: 25px;
	line-height: 25px;
	color: #50a684;
}
body .toggle-slide {
	background-color: #50a684;
	border-radius: 25px;
}
body .toggle-slide .toggle-blob {
	background-color: #ffffff;
	border-radius: 50%;
	height: 22px !important;
	width: 22px !important;
	line-height: 22px !important;
	top: 1px;
	right: -1px;
}
body img {
	display: block;
	outline: 0;
	border: 0;
}
body img.aligncenter {
	margin: 0 auto;
}
/*BLOCK QUOTES*/

body blockquote {
	position: relative;
	margin: 4em 0;
}
body blockquote:before {
	content: "";
	height: 0px;
	width: 33px;
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
	position: absolute;
}
body blockquote:after {
	content: "";
	height: 0px;
	width: 33px;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
	position: absolute;
}
body blockquote p {
	font-family: 'Asap Condensed', sans-serif;
	font-style: italic;
	font-size: 3em;
	margin-bottom: 0.45em;
	line-height: 1.25em;
}
body blockquote p.smallquote {
	font-size: 2.5em;
}
body blockquote p.smallerquote {
	font-size: 2.0em;
}
body blockquote p.byline {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.55em;
	font-weight: 700;
	font-style: normal;
	margin-bottom: 0;
	line-height: 1.25em;
}
body blockquote p.moreinfo {
	font-family: 'Asap Condensed', sans-serif;
	font-size: 1.1em;
	font-weight: 700;
	font-style: normal;
	color: #cdd0d2;
	margin-bottom: 0;
}
/*TABLES*/

body .tablewrapper {
	overflow-x: scroll;
	height: 100%;
	width: 100%;
}
body .tablewrapper table {
	width: 99%;
	height: 100%;
	overflow-y: scroll;
	padding-right: 17px;
	/* Increase/decrease this value for cross-browser compatibility */
}
body .tablepress {
	font-size: .95em;
	margin: 0;
}
body .tablepress caption {
	display: none;
}
body .tablepress td,
body .tablepress th {
	padding: 0.75em !important;
}
body .tablepress tfood th,
body .tablepress thead th {
	background-color: transparent !important;
	border-bottom: 1px solid white !important;
}
body .tablepress tbody td {
	border-top: 1px solid white !important;
}
body .tablepress .even .column-1,
body .tablepress .odd .column-1 {
	background-color: #edf2f5;
}
body .tablepress .even .column-2,
body .tablepress .odd .column-2 {
	background-color: #f6f8fa;
}
/*LINK STYLING*/

body a {
	color: #3B8166;
    text-decoration: underline;
	text-decoration-line: underline;
	text-decoration-thickness: 0.2em;
	text-decoration-color: #7CBCA3;
    position: relative;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    padding: .1em 0.05em;
}

body a.noanchor {
	color: #FFFFFF;
	text-decoration: none;
    position: relative;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    padding: .1em 0.05em;
}
body a.noanchor:hover {
	text-decoration: none;
	background-color: #F2F6F6;
    color: #072B31;
    position: relative;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    padding: .1em 0.05em;
}
/*
body a:after {
	width: 0%;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 1px;
	background-color: #50a684;
	-webkit-transition: width 0.15s ease-out;
	-moz-transition: width 0.15s ease-out;
	-o-transition: width 0.15s ease-out;
	transition: width 0.15s ease-out;
}
*/
body a:hover {
	text-decoration: none;
	background-color: #F2F6F6;
    color: #072B31;
}
/*
body a:hover:after {
	width: 100%;
}
*/
body a.underline {
	text-decoration: underline;
}
body a.totop {
	position: fixed;
	right: 10px;
	bottom: 10px;
	color: #072b31;
	text-decoration: none;
	font-size: 2em;
	padding: 10px 12px;
	z-index: 2;
	border-radius: 50%;
	background-color: rgba(214, 214, 214, 0.5);
	-webkit-box-shadow: 3px 4px 0 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 3px 4px 0 0 rgba(0, 0, 0, 0.1);
	-o-box-shadow: 3px 4px 0 0 rgba(0, 0, 0, 0.1);
	box-shadow: 3px 4px 0 0 rgba(0, 0, 0, 0.1);
}
body a.totop:hover:after {
	width: 0;
}
body a.greenlink {
	color: #50a684;
	margin: 0;
	padding: 0;
	font-weight: 800;
	letter-spacing: 0.0em;
	text-transform: uppercase;
	display: inline-block;
	text-decoration: none;
}
body a.greenlink:hover {
	text-decoration: none;
	background-color: #3B8166;
    color: white;

}
body body p .greenlink,
body a.greenlink {
	line-height: 1.2em;
}
body ul li .greenlink {
	font-size: 1em;
}
body a.facultysite {
	display: block;
	font-size: 0.85em;
}
body a.facultysite:hover {
	text-decoration: none;
}
body a.arrow_link i {
	margin-left: 10px;
	font-weight: 700;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	-o-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}
body a.arrow_link:hover {
	text-decoration: none;
}
body a.arrow_link:hover i {
	margin-left: 20px;
}
body a.arrow_link:hover:after {
	width: 0;
}
body a.backnews {
	font-family: 'Asap Condensed', sans-serif;
	font-weight: 700;
	letter-spacing: 0.0em;
	font-size: 0.85em;
	color: #50a684;
}
body a.backnews i {
	margin-right: 10px;
	font-weight: 700;
	position: relative;
	left: 0;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	-o-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}
body a.backnews:hover {
	text-decoration: none;
}
body a.backnews:hover i {
	left: -10px;
}
body a.backnews:hover:after {
	width: 0;
}
body a.boxedlink {
	display: inline-block;
	padding: 0.65em 2em;
	position: relative;
	font-size: 0.78em;
}
body a.boxedlink:before {
	content: "";
	width: 10px !important;
	height: 100%;
	background-image: url(./img/border_left.png);
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
body a.boxedlink:after {
	content: "";
	width: 10px !important;
	height: 100%;
	background-image: url(./img/border_right.png);
	position: absolute;
	top: 0;
	left: inherit;
	background-color: transparent;
	right: 0;
	display: none;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
body a.boxedlink:hover {
	text-decoration: none;
}
body a.boxedlink:hover:before,
body a.boxedlink:hover:after {
	display: block;
}
body a.download i {
	margin-left: 10px;
	font-weight: 700;
}
body a.download:hover {
	text-decoration: none;
}
 

/*BUTTON STYLING*/
body a.btn {
	color: white;
	background: #50a684;
	text-transform: uppercase;
	font-family: 'Asap Condensed', sans-serif;
	font-weight: 700;
	font-size: 1em;
	padding: 1.25em 1.5em;
	display: inline-block;
	text-align: center;
	line-height: 1.25em;
	letter-spacing: 0.0em;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	-o-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}
body a.btn:after {
	background-color: transparent;
	height: 0;
}
body a.btn:hover {
	background-color: #3B8166;
}
body a.btn.solid {
	background-color: #072b31;
}
body a.btn.solid:hover {
	background-color: #181c1c;
}
body a.btn.dark {
	background-color: #072b31;
}
body a.btn.dark:hover {
	background-color: #181c1c;
}
body a.btn.orange {
	background-color: #f68d2e;
}
body a.btn.orange:hover {
	background-color: #9a6029;
}
body a.btn.pink {
	background-color: #c3366f;
}
body a.btn.pink:hover {
	background-color: #7a2449;
}
body a.btn.purple {
	background-color: #963cbd;
	color: white !important; 
}
body a.btn.purple:hover {
	background-color: #562f68;
	color: white !important;
}
body a.btn.blue {
	background-color: #71c5e8;
}
body a.btn.blue:hover {
	background-color: #58859c;
}
body a.btn.goldbtn {
	background-color: #f68d2e;
}
body a.btn.goldbtn:hover {
	background-color: #9a6029;
}
body a.btn.goldbtn.solid {
	background-color: #f68d2e;
}
body a.btn.goldbtn.solid:hover {
	background-color: #9a6029;
}
/*FORM STYLING*/

/*GRAVITY FORM*/

.gform_wrapper .left_label .gfield_description,
.gform_wrapper .left_label .instruction,
.gform_wrapper .right_label .gfield_description,
.gform_wrapper .right_label .instruction {
	margin-left: 0 !important;
}
.gform_wrapper form ul.gform_fields:not(.top_label) li.gfield_html_formatted {
	margin-left: 0 !important;
}
.gform_wrapper .left_label .gfield_description,
.gform_wrapper .left_label .instruction,
.gform_wrapper .right_label .gfield_description,
.gform_wrapper .right_label .instruction {
	margin-left: 0 !important;
}
.gform_wrapper form ul.gform_fields:not(.top_label) li.gfield_html_formatted {
	margin-left: 0 !important;
}
.gform_wrapper .clear-multi {
	display: block !important;
}
#content .wpb_alert p:last-child,
#content .wpb_text_column p:last-child,
.vc_message_box > p:last-child,
.wpb_alert p:last-child,
.wpb_text_column p:last-child {
	margin-bottom: 0 !important;
}
body .gform_confirmation_message {
	border: 4px solid #50a684;
	padding: 1em;
	font-size: 1.5em;
	margin-bottom: 2em;
}
/*DEGREE STYLING*/

body a.child_box,
body a.custom_degree {
	background-color: #072b31;
	text-decoration: none;
	display: block;
	float: left;
	width: 100%;
	font-family: 'Asap Condensed', sans-serif;
	margin-right: 0%;
	font-size: 1em;
	letter-spacing: initial;
	font-weight: 400;
	margin-bottom: 2.5em;
/*
	-webkit-box-shadow: 3px 4px 0 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 3px 4px 0 0 rgba(0, 0, 0, 0.1);
	-o-box-shadow: 3px 4px 0 0 rgba(0, 0, 0, 0.1);
	box-shadow: 3px 4px 0 0 rgba(0, 0, 0, 0.1);
*/
	-webkit-transition: box-shadow 0.15s ease-out;
	-moz-transition: box-shadow 0.15s ease-out;
	-o-transition: box-shadow 0.15s ease-out;
	transition: box-shadow 0.15s ease-out;
}
body a.child_box:hover,
body a.custom_degree:hover {
	background-color: #000E1B;
}
body a.child_box.widebox,
body a.custom_degree.widebox {
	width: 100%;
}
body a.child_box.widebox .leftcontain,
body a.custom_degree.widebox .leftcontain {
	width: 90%;
	float: left;
}
body a.child_box.widebox .leftcontain .bottom .contents,
body a.custom_degree.widebox .leftcontain .bottom .contents {
	padding: 1.5em 1.5em 2em 1.5em;
}
body a.child_box.widebox .rightcontain,
body a.custom_degree.widebox .rightcontain {
	width: 85%;
	float: left;
	overflow: visible;
	margin: 0em auto 0em auto;
}
body a.child_box.widebox .rightcontain p.subtitle,
body a.custom_degree.widebox .rightcontain p.subtitle {
	font-weight: 700;
	font-size: 1.12em;
}
body a.child_box.widebox .top,
body a.child_box.widebox .bottom,
body a.custom_degree.widebox .top,
body a.custom_degree.widebox .bottom {
	width: 100%;
}
body a.child_box:hover,
body a.custom_degree:hover {
	text-decoration: none;
	-webkit-box-shadow: 0px 0px 0px 5px #50a684;
	-moz-box-shadow: 0px 0px 0px 5px #50a684;
	box-shadow: 0px 0px 0px 5px #50a684;
}
body a.child_box:hover .bottom p.learn i,
body a.custom_degree:hover .bottom p.learn i {
	margin-left: 4%;
}
body a.child_box:after,
body a.custom_degree:after {
	width: 0;
	height: 0;
}
body a.child_box .top,
body a.custom_degree .top {
	width: 100%;
	display: block;
	overflow: visible;
	border-bottom: 1px solid #50a684;
}
body a.child_box .top span,
body a.custom_degree .top span {
	font-family: 'Asap Condensed', sans-serif;
	font-weight: 700;
	padding: 1em 0;
	float: left;
}
body a.child_box .top span.type,
body a.custom_degree .top span.type {
	background-color: #50a684;
	color: white;
	font-size: 0.9em;
	width: 50px;
	text-align: center;
}
body a.child_box .top span.subhead,
body a.custom_degree .top span.subhead {
	color: white;
	padding: 1em 0 1em 4%;
	text-transform: uppercase;
	font-size: 0.9em;
}
body a.child_box .bottom,
body a.custom_degree .bottom {
	width: 100%;
	display: block;
}
body a.child_box .bottom .contents,
body a.custom_degree .bottom .contents {
	padding: 4.5em 1.5em 2em 1.5em;
}
body a.child_box .bottom p.title,
body a.custom_degree .bottom p.title {
	color: white;
	font-weight: 700;
	font-size: 2em;
	line-height: 1em;
	margin-bottom: 0em;
	font-family: 'Asap Condensed', sans-serif;
	/*
    overflow-wrap: break-word;
    word-wrap: break-word;
    */
	/*
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    */
	/*
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    */
}
body a.child_box .bottom p.desc,
body a.custom_degree .bottom p.desc {
	color: white;
	font-size: 1.4em;
	margin-bottom: 0;
}
body a.child_box .bottom p.typeof,
body a.custom_degree .bottom p.typeof {
	font-family: 'Asap Condensed', sans-serif;
	text-transform: uppercase;
	color: #cdd0d2;
	font-weight: 400;
	font-size: 1em;
	margin-top: 0.5em;
}

body a.child_box .bottom p.typeof a,
body a.custom_degree .bottom p.typeof a {
text-decoration: none;}

body a.child_box .bottom p.learn,
body a.custom_degree .bottom p.learn {
	color: #50a684;
	text-transform: uppercase;
	font-family: 'Asap Condensed', sans-serif;
	font-weight: 700;
	font-size: 1em;
	letter-spacing: 0.0em;
	margin-bottom: 0;
	width: 100%;
	position: absolute;
	bottom: 10%;
}
body a.child_box .bottom p.learn i,
body a.custom_degree .bottom p.learn i {
	margin-left: 2%;
	font-weight: 700;
	font-size: 1.1em;
	-webkit-transition: margin-left 0.15s ease-out;
	-moz-transition: margin-left 0.15s ease-out;
	-o-transition: margin-left 0.15s ease-out;
	transition: margin-left 0.15s ease-out;
}
body .child_box,
body .custom_degree {
	background-color: white;
	display: block;
	float: left;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	margin-right: 0%;
	font-size: 1em;
	letter-spacing: initial;
	font-weight: 400;
	margin-bottom: 2.5em;
	-webkit-box-shadow: 3px 4px 0 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 3px 4px 0 0 rgba(0, 0, 0, 0.1);
	-o-box-shadow: 3px 4px 0 0 rgba(0, 0, 0, 0.1);
	box-shadow: 3px 4px 0 0 rgba(0, 0, 0, 0.1);
	-webkit-transition: box-shadow 0.15s ease-out;
	-moz-transition: box-shadow 0.15s ease-out;
	-o-transition: box-shadow 0.15s ease-out;
	transition: box-shadow 0.15s ease-out;
}
body .child_box.widebox,
body .custom_degree.widebox {
	width: 100%;
}
body .child_box.widebox .leftcontain,
body .custom_degree.widebox .leftcontain {
	width: 90%;
	float: left;
}
body .child_box.widebox .leftcontain .bottom .contents,
body .custom_degree.widebox .leftcontain .bottom .contents {
	padding: 3em 2.5em 2em 2.5em;
}
body .child_box.widebox .rightcontain,
body .custom_degree.widebox .rightcontain {
	width: 85%;
	float: none;
	overflow: hidden;
	margin: 0em auto 2em auto;
}
body .child_box.widebox .rightcontain p.subtitle,
body .custom_degree.widebox .rightcontain p.subtitle {
	font-weight: 700;
	font-size: 1.12em;
}
body .child_box.widebox .rightcontain ul,
body .custom_degree.widebox .rightcontain ul {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: visible;
}
body .child_box.widebox .rightcontain ul ul.col-sm-6,
body .custom_degree.widebox .rightcontain ul ul.col-sm-6 {
	width: 94%;
	float: left;
}
body .child_box.widebox .rightcontain ul ul.col-sm-6 li,
body .custom_degree.widebox .rightcontain ul ul.col-sm-6 li {
	border-bottom: 1px solid #ededed;
	margin-right: 6%;
}
body .child_box.widebox .rightcontain ul ul.col-sm-6 li a,
body .custom_degree.widebox .rightcontain ul ul.col-sm-6 li a {
	font-size: 0.68em;
	display: inline-block;
	padding-bottom: 0.6em;
}
body .child_box.widebox .top,
body .child_box.widebox .bottom,
body .custom_degree.widebox .top,
body .custom_degree.widebox .bottom {
	width: 100%;
}
body .child_box.widebox a.learn,
body .custom_degree.widebox a.learn {
	font-size: 0.95em;
}
body .child_box:hover,
body .custom_degree:hover {
	text-decoration: none;
	-webkit-box-shadow: 0px 0px 0px 5px #50a684;
	-moz-box-shadow: 0px 0px 0px 5px #50a684;
	box-shadow: 0px 0px 0px 5px #50a684;
}
body .child_box:hover .bottom p.learn i,
body .custom_degree:hover .bottom p.learn i {
	margin-left: 4%;
}
body .child_box:after,
body .custom_degree:after {
	width: 0;
	height: 0;
}
body .child_box .top,
body .custom_degree .top {
	width: 90%;
	display: block;
	overflow: visible;
	border-bottom: 2px solid #50a684;
}
body .child_box .top span,
body .custom_degree .top span {
	font-family: 'Asap Condensed', sans-serif;
	font-weight: 700;
	padding: 1.07em 0;
	float: left;
}
body .child_box .top span.type,
body .custom_degree .top span.type {
	background-color: #50a684;
	color: white;
	font-size: 1em;
	width: 45px;
	text-align: center;
}
body .child_box .top span.subhead,
body .custom_degree .top span.subhead {
	color: #cdd0d2;
	padding: 1em 0 1em 4%;
	text-transform: uppercase;
	font-size: 0.9em;
}
body .child_box .bottom,
body .custom_degree .bottom {
	width: 100%;
	display: block;
}
body .child_box .bottom .contents,
body .custom_degree .bottom .contents {
	padding: 1.5em 1.5em 2em 1.5em;
}
body .child_box .bottom p.title,
body .custom_degree .bottom p.title {
	color: white;
	font-weight: 700;
	font-size: 2em;
	line-height: 1em;
	margin-bottom: 0em;
	/*
        overflow-wrap: break-word;
        word-wrap: break-word;
    */
	/*
        -ms-word-break: break-all;
        word-break: break-all;
        word-break: break-word;
    */
	/*
        -ms-hyphens: auto;
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        hyphens: auto;
    */
}
body .child_box .bottom p.desc,
body .custom_degree .bottom p.desc {
	color: #1a1d1b;
	font-size: 1.4em;
	margin-bottom: 0;
}
body .child_box .bottom p.typeof,
body .custom_degree .bottom p.typeof {
	font-family: 'Asap Condensed', sans-serif;
	text-transform: uppercase;
	color: #cdd0d2;
	font-weight: 400;
	font-size: 1em;
	margin-top: 0.5em;
}
body .child_box .bottom p.learn,
body .custom_degree .bottom p.learn {
	color: #50a684;
	text-transform: uppercase;
	font-family: 'Asap Condensed', sans-serif;
	font-weight: 700;
	font-size: 0.9em;
	letter-spacing: 0.0em;
	margin-bottom: 0;
	width: 100%;
	position: absolute;
	bottom: 10%;
}
body .child_box .bottom p.learn i,
body .custom_degree .bottom p.learn i {
	margin-left: 2%;
	font-weight: 700;
	font-size: 1.1em;
	-webkit-transition: margin-left 0.15s ease-out;
	-moz-transition: margin-left 0.15s ease-out;
	-o-transition: margin-left 0.15s ease-out;
	transition: margin-left 0.15s ease-out;
}
body .vc_tta-accordion {
	max-width: 1190px;
	margin: 2em auto;
	overflow: hidden;
	position: relative;
	float: none;
}
body .vc_tta-accordion .vc_tta-controls-icon-plus {
	display: none;
}
body .vc_tta-accordion .vc_tta-title-text {
	color: #072b31;
	font-size: 1.5em;
	position: relative;
	display: none;
}
body .vc_tta-accordion .vc_tta-panel-heading {
	background-color: transparent !important;
	border: 1px solid #e7edee !important;
}
body .vc_tta-accordion .vc_tta-panel-body {
	border-color: #e7edee !important;
}
body .vc_tta-accordion .vc_active .vc-oi-down {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
body .vc_tta-accordion .vc_tta-panel-title a {
	padding: 1.5em 0 1.5em 3% !important;
}
body .vc_tta-accordion .vc_tta-panel-title a:hover:after {
	width: initial;
}
body .vc_tta-accordion .vc_tta-panel-title a .vc-oi-down,
body .vc_tta-accordion .vc_tta-panel-title a .fa-arrow-down {
	color: #50a684;
	position: absolute;
	left: 10px;
	font-weight: lighter;
	font-size: 0.75em;
	top: 50%;
}
body .vc_tta-accordion .vc_tta-panel-title a:after {
	position: absolute;
	left: 25px;
	display: block;
	width: initial;
	background-color: transparent;
	height: 1px;
	text-align: right;
	top: 35%;
	color: #50a684;
	font-family: 'Asap Condensed', sans-serif;
	font-weight: 700;
	font-size: 1em;
	width: 100%;
	text-align: left;
}
body .stickybar {
	position: relative;
	margin-bottom: 3em;
}
body .stickybar p {
	text-align: center !important;
}
body .stickybar p.pagetitle {
	display: none;
}
body .content {
	width: 100%;
	margin: 0 auto;
}
body .gray {
	background-color: #e7edee;
}
body .offwhite {
	background-color: #e7edee;
}
body .stickynavbar {
	float: left;
	font-family: 'Asap Condensed', sans-serif;
	font-weight: 700;
	color: #cdd0d2;
	font-size: 0.875em;
	letter-spacing: 0.0em;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
	filter: alpha(opacity=0);
	-moz-opacity: 0.0;
	-khtml-opacity: 0.0;
	position: absolute;
	left: 0;
	top: 25%;
	opacity: 1;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	-o-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}
body .stickynavbar.showbar {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}
body .stickynavbar a.link {
	color: #50a684;
	margin-right: 5px;
	-webkit-transition: color 0.15s ease-out;
	-moz-transition: color 0.15s ease-out;
	-o-transition: color 0.15s ease-out;
	transition: color 0.15s ease-out;
}
body .stickynavbar a.link:hover {
	color: black;
}
body .stickynavbar a.link:hover:after {
	width: 0;
}
body .stickynavbar a.btn {
	background-color: #50a684;
	color: white;
	font-size: 1em;
	margin-left: 10px;
	padding: 0.65em 1.5em;
}
body .stickynavbar a.btn:hover {
	background-color: transparent;
	color: #50a684;
}
body.has-mega-menus .stickynavbar {
	display: none;
}
body .sidelist {
	margin-top: 1em;
}
body .sidelist .vc_column-inner {
	width: 100%;
}
body .sidelist h4 {
	margin-top: 0;
	font-size: 1.5em;
}
body .sidelist p a {
	display: inline-block;
	font-size: 0.68em;
	color: #50a684;
	padding: 0.1em 0;
	margin: 0.4em 0;
	font-family: 'Asap Condensed', sans-serif;
	font-weight: 700;
	letter-spacing: 0.0em;
}
body .sidelist p a:after {
	background-color: #50a684;
}
body .sidelist hr {
	margin-top: 0;
	margin-bottom: 0;
}
body .box {
	border: 3px solid #f4f4f4;
	margin-top: 4em;
}
body .box h3 {
	font-size: 2.5em;
}
body .box .vc_column-inner {
	width: 75%;
	padding: 3em 0;
	margin: 0 auto;
}
body .box p {
	line-height: 1.1em;
}
body .box p a {
	line-height: initial;
}
body .eventslide_area,
body .faculty_page,
body .event_page,
body .related_area {
	position: relative;
}
body .eventslide_area .slick-prev,
body .faculty_page .slick-prev,
body .event_page .slick-prev,
body .related_area .slick-prev {
	width: 53px;
	height: 53px;
	padding: 4px;
	top: -11%;
	right: 49px;
	left: inherit;
	display: none !important;
}
body .eventslide_area .slick-prev:before,
body .fullnews_page .slick-prev:before,
body .faculty_page .slick-prev:before,
body .event_page .slick-prev:before,
body .related_area .slick-prev:before {
	content: "\f060";
	color: #072b31;
	display: inline-block;
	font: normal normal normal 16px/1 FontAwesome;
}
body .eventslide_area .slick-prev:hover,
body .fullnews_page .slick-prev:hover,
body .faculty_page .slick-prev:hover,
body .event_page .slick-prev:hover,
body .related_area .slick-prev:hover {
	background-color: #50a684 !important;
}
body .eventslide_area .slick-prev:hover:before,
body .faculty_page .slick-prev:hover:before,
body .event_page .slick-prev:hover:before,
body .related_area .slick-prev:hover:before {
	color: white;
}
body .eventslide_area .slick-next,
body .faculty_page .slick-next,
body .event_page .slick-next,
body .related_area .slick-next {
	width: 53px;
	height: 53px;
	border: 4px solid #50a684;
	top: -11%;
	right: 0;
	display: none !important;
}
body .eventslide_area .slick-next:before,
body .faculty_page .slick-next:before,
body .event_page .slick-next:before,
body .related_area .slick-next:before {
	content: "\f061";
	color: #072b31;
	display: inline-block;
	font: normal normal normal 16px/1 FontAwesome;
}
body .eventslide_area .slick-next:hover,
body .faculty_page .slick-next:hover,
body .event_page .slick-next:hover,
body .related_area .slick-next:hover {
	background-color: #50a684 !important;
}
body .eventslide_area .slick-next:hover:before,
body .faculty_page .slick-next:hover:before,
body .event_page .slick-next:hover:before,
body .related_area .slick-next:hover:before {
	color: white;
}
body .eventslide_area .news_box,
body .faculty_page .news_box,
body .event_page .news_box,
body .related_area .news_box {
	display: block;
}
body .eventslide_area .news_box .contents,
body .faculty_page .news_box .contents,
body .event_page .news_box .contents,
body .related_area .news_box .contents {
	width: 90%;
}
body .eventslide_area .news_box p.subtitle,
body .faculty_page .news_box p.subtitle,
body .event_page .news_box p.subtitle,
body .related_area .news_box p.subtitle {
	text-transform: uppercase;
	color: #50a684;
	font-family: 'Asap Condensed', sans-serif;
	font-weight: 700;
	font-size: 0.93em;
	margin-bottom: 1em;
}
body .eventslide_area .news_box p.desc,
body .faculty_page .news_box p.desc,
body .event_page .news_box p.desc,
body .related_area .news_box p.desc {
	margin-top: 1em;
	font-size: 1.15em;
}
body .eventslide_area .news_box h4,
body .faculty_page .news_box h4,
body .event_page .news_box h4,
body .related_area .news_box h4 {
	margin: 0;
}
body .eventslide_area .related_box,
body .faculty_page .related_box,
body .event_page .related_box,
body .related_area .related_box {
	display: block;
	margin-bottom: 2.5em;
}
body .eventslide_area .related_box .contents,
body .faculty_page .related_box .contents,
body .event_page .related_box .contents,
body .related_area .related_box .contents {
	width: 90%;
}
body .eventslide_area .related_box .timestamp,
body .faculty_page .related_box .timestamp,
body .event_page .related_box .timestamp,
body .related_area .related_box .timestamp {
	display: none;
}
body .eventslide_area .related_box p.campus_title,
body .faculty_page .related_box p.campus_title,
body .event_page .related_box p.campus_title,
body .related_area .related_box p.campus_title {
	text-transform: uppercase;
	font-family: 'Asap Condensed', sans-serif;
	letter-spacing: 0.0em;
	font-size: 0.825em;
	display: block;
	font-weight: 700;
	margin: 0;
	margin-bottom: 1.25em;
	color: #c9cecc;
}
body .eventslide_area .related_box .img,
body .faculty_page .related_box .img,
body .event_page .related_box .img,
body .related_area .related_box .img {
	width: 100%;
	height: 250px;
	background-color: #50a684;
	position: relative;
	margin-bottom: 1.6em;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
body .eventslide_area .related_box .img h6,
body .faculty_page .related_box .img h6,
body .event_page .related_box .img h6,
body .related_area .related_box .img h6 {
	position: absolute;
	color: #000000;
	font-size: 1.5em;
	font-weight: 700;
	display: inline;
	width: 90%;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	top: 8%;
	left: 6%;
}
body .eventslide_area .related_box .img h6 .bucket,
body .faculty_page .related_box .img h6 .bucket,
body .event_page .related_box .img h6 .bucket,
body .related_area .related_box .img h6 .bucket {
	display: block;
}
body .eventslide_area .related_box .img h6 span.title,
body .faculty_page .related_box .img h6 span.title,
body .event_page .related_box .img h6 span.title,
body .related_area .related_box .img h6 span.title {
	padding: 0.2em;
	-webkit-box-shadow: 3px 4px 0 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 3px 4px 0 0 rgba(0, 0, 0, 0.1);
	-o-box-shadow: 3px 4px 0 0 rgba(0, 0, 0, 0.1);
	box-shadow: 3px 4px 0 0 rgba(0, 0, 0, 0.1);
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.7);
}
body .eventslide_area .related_box .img h6 span.title a,
body .faculty_page .related_box .img h6 span.title a,
body .event_page .related_box .img h6 span.title a,
body .related_area .related_box .img h6 span.title a {
	font-family: 'Open Sans', sans-serif;
	text-transform: none;
	color: #000000;
	letter-spacing: inherit;
	font-weight: 700;
}
body .eventslide_area .related_box .img h6 span.date,
body .faculty_page .related_box .img h6 span.date,
body .event_page .related_box .img h6 span.date,
body .related_area .related_box .img h6 span.date {
	padding: 0.6em;
	background-color: rgba(255, 255, 255, 0.7);
	display: inline-block;
	font-family: 'Asap Condensed', sans-serif;
	color: #50a684;
	text-transform: uppercase;
	margin-left: -5px;
	margin-top: 10px;
	font-size: 0.5em;
	letter-spacing: 0.0em;
	font-weight: 700;
	line-height: 1.5em;
}
body .eventslide_area .related_box .img span.category,
body .faculty_page .related_box .img span.category,
body .event_page .related_box .img span.category,
body .related_area .related_box .img span.category {
	background-color: white;
	color: #50a684;
	text-transform: uppercase;
	font-family: 'Asap Condensed', sans-serif;
	font-weight: 700;
	font-size: 0.85em;
	letter-spacing: 0.0em;
	margin-bottom: 0;
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 9px 20px;
}
body .eventslide_area .related_box p.desc,
body .faculty_page .related_box p.desc,
body .event_page .related_box p.desc,
body .related_area .related_box p.desc {
	font-size: 1.15em;
}
body .eventslide_area .related_box a,
body .faculty_page .related_box a,
body .event_page .related_box a,
body .related_area .related_box a {
	color: #50a684;
	text-transform: uppercase;
	font-family: 'Asap Condensed', sans-serif;
	font-weight: 700;
	font-size: 0.9em;
	letter-spacing: 0.0em;
	margin-bottom: 0;
}
body .eventslide_area .related_box a:after,
body .faculty_page .related_box a:after,
body .event_page .related_box a:after,
body .related_area .related_box a:after {
	background-color: #50a684;
}
body .eventslide_area .related_box a i,
body .faculty_page .related_box a i,
body .event_page .related_box a i,
body .related_area .related_box a i {
	margin-left: 10px;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	-o-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}
body .eventslide_area .related_box a:hover i,
body .faculty_page .related_box a:hover i,
body .event_page .related_box a:hover i,
body .related_area .related_box a:hover i {
	margin-left: 20px;
}
body .eventslide_area .related_box a:hover:after,
body .faculty_page .related_box a:hover:after,
body .event_page .related_box a:hover:after,
body .related_area .related_box a:hover:after {
	width: 0;
}
body .faculty_page {
	background-color: #ffffff;
}
body .event_page {
	background-color: transparent;
	overflow: hidden;
	margin: 3em auto 5em auto;
	width: 95%;
}
body .event_page .hiddenstamp {
	display: none !important;
}
body .event_page .related_box {
	width: 30%;
	float: left;
	margin-right: 3.3%;
}
body .event_page .related_box .contents {
	width: 100%;
}
body .event_page .eventslist {
	margin-left: 5%;
}
body .event_page .eventslist .datearea {
	overflow: hidden;
	border-bottom: 1px solid #cdd0d2;
}
body .event_page .eventslist .datearea h2 {
	float: left;
}
body .event_page .eventslist .datearea span {
	font-family: 'Asap Condensed', sans-serif;
	font-weight: 700;
	color: #cdd0d2;
	font-size: 1em;
	margin-bottom: 0em;
	line-height: 5em;
	margin-left: 15px;
}
body .event_page .eventslist .eventarea .eventblock {
	overflow: hidden;
	border-bottom: 1px solid #cdd0d2;
	padding: 3em 0;
}
body .event_page .eventslist .eventarea .eventblock .left {
	float: left;
	/*
                                  width: 15%;
                                  margin-right: 3%;
          */
	width: 25%;
	margin-right: 8%;
}
body .event_page .eventslist .eventarea .eventblock .left .pic {
	width: 100%;
	height: 100px;
	background-color: #072b31;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
body .event_page .eventslist .eventarea .eventblock .left.bghide {
	display: none;
}
body .event_page .eventslist .eventarea .eventblock .right {
	float: left;
	width: 55%;
}
body .event_page .eventslist .eventarea .eventblock .right .date {
	text-transform: uppercase;
	display: inline-block;
	padding: 0.5em 0;
	color: #50a684;
	margin: 0;
	font-family: 'Asap Condensed', sans-serif;
	font-weight: 700;
	font-size: 0.76em;
	letter-spacing: 0.0em;
	margin-top: 0;
	padding-top: 0;
}
body .event_page .eventslist .eventarea .eventblock .right h4 {
	margin-top: 0.25em;
	margin-bottom: 0.5em;
}
body .event_page .eventslist .eventarea .eventblock .right p {
	font-size: 1.1em;
}
body .job_page {
	margin-top: 0em;
	width: 100%;
}
body .search_page {
	margin-top: 0em !important;
	width: 100%;
	float: left;
}
body .search_page .jobblock .right {
	width: 100%;
}
body .search_filters {
	width: 100%;
	float: right;
}
body .search_filters .searchbox {
	width: 100%;
	position: relative;
	border-bottom: 4px solid #50a684;
}
body .search_filters .searchbox .search,
body .search_filters .searchbox .eventsearch,
body .search_filters .searchbox .thesissearch,
body .search_filters .searchbox .facultysearch,
body .search_filters .searchbox .resourcesearch {
	font-family: 'Asap Condensed', sans-serif;
	font-weight: 700;
	letter-spacing: 0.0em;
	font-size: 0.9em;
	width: 100%;
	padding: 1.25em 0;
	border: 0px;
	background-color: transparent;
	outline: 0;
	color: #50a684;
	text-transform: uppercase;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
	/* Opera/IE 8+ */
}
body .search_filters .searchbox .searchglass {
	background-image: url(./img/search_glass.png);
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 26px;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}
body .search_filters .selectbox {
	float: right;
	width: 100%;
	background-color: white;
}
body .search_filters .selectbox.widerselect {
	width: 100%;
}
body .search_filters .selectbox.margin {
	margin: 0 3%;
}
body .search_filters select.filter {
	font-family: 'Asap Condensed', sans-serif;
	font-weight: 700;
	letter-spacing: 0.0em;
	font-size: 0.9em;
	border: 0px;
	border-radius: 0px;
	width: 100%;
	height: 3.7em;
	background-color: white;
	outline: 0;
	color: #50a684;
	background-image: url(./img/downgreen.png);
	background-position: 95% center;
	background-repeat: no-repeat;
	-webkit-appearance: none;
	padding: 0 0 0 20px;
	text-transform: uppercase;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
	/* Opera/IE 8+ */
}
body .search_filters::-webkit-input-placeholder {
	color: #50a684;
}
body .search_filters:-moz-placeholder {
	color: #50a684;
}
body .search_filters::-moz-placeholder {
	color: #50a684;
}
body .search_filters:-ms-input-placeholder {
	color: #50a684;
}
body .jobblock {
	overflow: hidden;
	border-bottom: 1px solid #cdd0d2;
	padding: 3em 0;
}
body .jobblock .left {
	float: left;
	width: 15%;
	margin-right: 3%;
}
body .jobblock .left .pic {
	width: 100%;
	height: 100px;
	background-color: #072b31;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
body .jobblock .left.bghide {
	display: none;
}
body .jobblock .right {
	float: left;
	width: 80%;
}
body .jobblock .right .date {
	text-transform: uppercase;
	display: inline-block;
	padding: 0.5em 0;
	color: #50a684;
	margin: 0;
	font-family: 'Asap Condensed', sans-serif;
	font-weight: 700;
	font-size: 0.76em;
	letter-spacing: 0.0em;
	margin-top: 0;
	padding-top: 0;
}
body .jobblock .right h4 {
	margin-top: 0.25em;
	margin-bottom: 0.5em;
}
body .jobblock .right p {
	font-size: 1.1em;
}
body .jobblock .right p span.expand {
	display: none;
}
body .jobblock .right p span.more {
	display: none;
}
body .jobblock .right p span.reveal {
	display: inline;
}
body .jobblock .right p a.expandcollapse {
	display: block;
	margin-top: 0.5em;
}
body .jobblock .right p a.expandcollapse:hover:after {
	width: 0;
}
/*FACULTY DIRECTORY*/

body .faculty_box {
	background-color: #ffffff;
	text-align: center;
	width: 100%;
	float: left;
	padding: 1em 0 2.5em 0;
	-webkit-box-shadow: 3px 4px 0 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 3px 4px 0 0 rgba(0, 0, 0, 0.1);
	-o-box-shadow: 3px 4px 0 0 rgba(0, 0, 0, 0.1);
	box-shadow: 3px 4px 0 0 rgba(0, 0, 0, 0.1);
	margin-right: 3%;
	margin-bottom: 3em;
	cursor: pointer;
	-webkit-transition: box-shadow 0.15s ease-out;
	-moz-transition: box-shadow 0.15s ease-out;
	-o-transition: box-shadow 0.15s ease-out;
	transition: box-shadow 0.15s ease-out;
}
body .faculty_box .hiddenlastname {
	display: none !important;
}
body .faculty_box p {
	width: 90%;
}
body .faculty_box p.subtitle {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 0.8em;
	color: #c6c6c6;
	width: 100%;
	font-family: 'Asap Condensed', sans-serif;
	margin: 0 auto;
}
body .faculty_box p.title {
	font-size: 1em;
	margin-bottom: 0;
	line-height: 1em;
	margin: 0 auto;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #1a1d1b;
}
body .faculty_box p.bigtitle {
	color: #50a684;
	font-weight: 700;
	font-size: 1.4em;
	margin-bottom: 0.35em;
	display: inline-block;
	margin: 0 auto 0.35em auto;
}
body .faculty_box a,
body .faculty_box .bigtitle {
	color: #50a684;
	font-weight: 700;
	font-size: 1.4em;
	margin-bottom: 0.35em;
	display: inline-block;
	margin: 0 auto 0.35em auto;
}
body .faculty_box a:hover:after,
body .faculty_box .bigtitle:hover:after {
	background-color: #50a684;
}
body .faculty_box .pic {
	width: 50%;
	height: 0;
	padding-bottom: 50%;
	border-radius: 50%;
	background-color: #e7ecee;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: 5.5em;
	margin: 1em auto 1em auto;
}
body .faculty_box .pic.temppic {
	background-size: 70px;
	background-position: 50% 75%;
}
body .faculty_box:hover {
	text-decoration: none;
	-webkit-box-shadow: 0px 0px 0px 5px #50a684;
	-moz-box-shadow: 0px 0px 0px 5px #50a684;
	box-shadow: 0px 0px 0px 5px #50a684;
}
body .faculty_box:hover:after {
	width: 0;
}
body .faculty_box:hover a {
	text-decoration: none;
}
body .ai1ec-hidden {
	display: none !important;
}
body .resourceblock {
	display: block;
	background-color: transparent;
	padding: 0;
	-webkit-box-shadow: 3px 4px 0 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 3px 4px 0 0 rgba(0, 0, 0, 0.1);
	-o-box-shadow: 3px 4px 0 0 rgba(0, 0, 0, 0.1);
	box-shadow: 3px 4px 0 0 rgba(0, 0, 0, 0.1);
}
body .resourceblock .hiddentags {
	display: none !important;
}
body .resourceblock .boxcolor {
	background-color: #ffffff;
	padding: 1em 0 2.5em 0;
	-webkit-box-shadow: 3px 4px 0 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 3px 4px 0 0 rgba(0, 0, 0, 0.1);
	-o-box-shadow: 3px 4px 0 0 rgba(0, 0, 0, 0.1);
	box-shadow: 3px 4px 0 0 rgba(0, 0, 0, 0.1);
}
body .resourceblock .pic {
	width: 61%;
	border-radius: 0;
	padding-bottom: 32%;
	margin: 0 auto;
	margin-bottom: 1.5em;
}
body .resourceblock p {
	margin: 0 auto;
	margin-bottom: 1.5em;
}
body .resourceblock p.type {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 0.83em;
	color: #c6c6c6;
	width: 100%;
	font-family: 'Asap Condensed', sans-serif;
}
body .resourceblock p.name {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 0.83em;
	color: #c6c6c6;
	width: 100%;
	font-family: 'Asap Condensed', sans-serif;
	text-align: left;
	margin-bottom: 1em;
}
body .resourceblock p.boxtitle {
	font-family: 'Open Sans', sans-serif;
	color: #1a1d1b;
	font-size: 1em;
	width: 69%;
	font-weight: 700;
}
body .resourceblock p.content {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #1a1d1b;
	width: 75%;
	font-size: 1em;
}
body .resourceblock p.viewlink {
	font-family: 'Asap Condensed', sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.0em;
	color: #50a684;
	font-weight: 700;
	font-size: 0.85em;
	margin-bottom: 0;
}
body .resourceblock a {
	margin: 2em auto 2em auto;
}
body .notopmargin {
	margin-top: 0 !important;
}
body .notoppadding {
	padding-top: 0 !important;
}
body .ai1ec-tags {
	display: none !important;
}
body .ai1ec-actions {
	position: absolute;
	right: 0;
}
body .ai1ec-calendar-link,
body .ai1ec-subscribe-dropdown {
	display: none !important;
}
body form .gform_body {
	width: 100% !important;
}
body form .gform_body input[type="text"],
body form .gform_body input[type="email"],
body form .gform_body input[type="number"] {
	border: 1px solid #CDD0D2 !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	background-color: #F2F6F6;
	box-sizing: border-box;
	padding: 19px !important;
	font-weight: 400;
	font-size: 1em;
	width: 92% !important;
}
body form .gform_body input[type="text"]:focus,
body form .gform_body input[type="email"]:focus,
body form .gform_body input[type="number"]:focus {
	outline: none;
}
body form .gform_body input[type="number"] {
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center;
}
body form .gform_body .ginput_container {
	float: left !important;
	margin-left: 0 !important;
	width: 100% !important;
}
body form .gform_body .gfield_radio label {
	text-transform: uppercase;
	font-size: 1em;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	padding-left: 10px;
	color: #50a684;
}
body form .gform_body label.gfield_label {
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 0.0em !important;
	color: #072B31;
	width: 100% !important;
	margin-bottom: 0.15em;
}
body form .gform_body .gfield {
	overflow: hidden;
}
body form .gform_body .nohidden {
	overflow: visible;
	margin-bottom: 7em !important;
}
body form .gform_body ul li {
	margin-bottom: 2em !important;
}
body form .gform_body ul.chosen-results li {
	margin: 5px 6px !important;
	line-height: 25px !important;
}
body form .gform_body select {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	letter-spacing: 0.0em;
	font-size: 1em;
	border: 0px;
	border-radius: 0px;
	width: 100%;
	height: 2em;
	background-color: white;
	outline: 0;
	color: #072B31;
	width: 100% !important;
	padding: 0px 25px 0 10px !important;
	border: 1px solid #CDD0D2;
	text-transform: uppercase;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
	margin-top: 1em;
	-webkit-appearance: none;
	border-radius: 0px;
	background-image: url(/img/downgreen.png);
	background-repeat: no-repeat;
	background-position: 97% center;
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
}
body form .gform_body .ginput_container_multiselect select {
	border: 1px solid #CDD0D2;
	padding: 0px !important;
	width: 99% !important;
}
body form .gform_body .ginput_container_multiselect select option {
	border-bottom: 1px solid #CDD0D2;
	padding: 10px 0 10px 10px;
	font-size: 0.75em;
}
body form .gform_body .ginput_container_multiselect select option:last-child {
	border-bottom: 0;
}
body form .gform_body label {
	font-family: 'Open Sans', sans-serif;
}
body form .gform_body textarea {
	width: 99% !important;
	border: 1px solid #CDD0D2 !important;
}
body form .gform_body select::-ms-expand {
	display: none;
}
body form .gform_body .gfield_checkbox label {
	text-transform: uppercase;
	color: #072B31;
	font-weight: 700;
}
body form .gform_footer {
	text-align: right;
}
body form .gform_footer .gform_button {
	border: 0px solid #1a1d1b;
	color: #50a684;
	text-transform: uppercase;
	font-family: 'Asap Condensed', sans-serif;
	font-weight: 700;
	background-color: #50a684;
	font-size: 0.79em;
	padding: 0.75em 2em;
	display: inline-block;
	letter-spacing: 0.0em;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	-o-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
	border-radius: 0px !important;
	font-size: 1.2em !important;
	cursor: pointer;
}
body form .gform_footer .gform_button:after {
	background-color: transparent;
	height: 0;
}
body form .gform_footer .gform_button:hover {
	color: white !important;
	background: transparent !important;
	background-color: #50a684 !important;
}
body form .gform_footer .gform_button.greensubmit {
	color: white !important;
	background: transparent !important;
	border: 3px solid white !important;
}
body .ai1ec-row {
	overflow: hidden;
	margin-bottom: 0.5em;
}
body .ai1ec-field-value {
	width: 80%;
	float: left;
}
body .faculty_container {
	max-width: 1190px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	padding-bottom: 5em;
}
body .faculty_container .col1 {
	width: 75%;
	float: left;
}

body .faculty_container .col1 blockquote {
	width: 75%;
}
body .faculty_container .col1 h1.name {
	color: #072b31;
	font-size: 4em;
	width: 100%;
	margin: 1em auto 1em auto;
}
body .faculty_container .col1 .content_holder {
	width: 75%;
	margin: 0 auto;
}
body .faculty_container .col1 p,
body .faculty_container .col1 h3 {
	margin-bottom: 2em;
}
body .faculty_container .col1 p .subtitle,
	font-family: 'Asap Condensed', sans-serif;
    font-size: 1.5em;
    font-style: italic;
    color: #6C7376;
    line-height: 1.25em;
}
body .faculty_container .col1 h2 {
	margin-top: 1.5em;
}
body .faculty_container .col1 h2:first-child {
	margin-top: 0;
}
body .faculty_container .col1 .mobilecontent {
	margin-bottom: 1em;
}
body .faculty_container .col1 .mobilecontent hr {
	margin: 1.5em auto;
}
body .faculty_container .col1 .mobilecontent .quote blockquote p {
	font-size: 22px;
}
body .faculty_container .col1 .mobilecontent .pic {
	width: 75%;
	height: 0;
	padding-bottom: 75%;
	background-size: cover;
	background-position: center center;
	border-radius: 50%;
	margin-bottom: 3em;
}
body .faculty_container .col1 .mobilecontent p {
	font-size: 1.4em;
	width: 90%;
	margin-bottom: 0.75em;
}
body .faculty_container .col1 .mobilecontent p.subtitle {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 0.85em;
	color: #c6c6c6;
	width: 100%;
	font-family: 'Asap Condensed', sans-serif;
	margin-bottom: 0.75em;
	letter-spacing: 0.0em;
}
body .faculty_container .col1 .mobilecontent p.phone {
	font-size: 2.1em;
	font-weight: 400;
	margin-bottom: 0;
	line-height: 1em;
	margin-bottom: 0.35em;
}
body .faculty_container .col1 .mobilecontent a.mailbtn {
	font-size: 1.4em;
	padding: 0.85em 4em;
	margin-top: 0;
	margin-bottom: 1em;
	width: 97%;
	padding-left: 0;
	padding-right: 0;
	margin: 1em auto;
}
body .faculty_container .col2 {
	width: 100%;
	float: left;
	display: none;
	background-color: #072b31;

}
body .faculty_container .col2 .pic {
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	border-radius: 0%;
	background-color: #072b31;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: 2.5em;
	position: relative;
}
body .faculty_container .col2 h1,
body .faculty_container .col2 h2 {
	font-size: 1.5em;
	margin-bottom: 0.25em;
	width: 90%;
}
body .faculty_container .col2 h1 {
	margin-bottom: 1em;
}
body .faculty_container .col2 p {
	font-size: 1.0em;
	width: 90%;
	margin-bottom: 0.75em;
}
body .faculty_container .col2 p.subtitle {
	font-weight: 700;
	font-weight: 700;
	font-size: 0.85em;
	color: #c6c6c6;
	width: 100%;
	font-family: 'Asap Condensed', sans-serif;
	margin-bottom: 0.75em;
	letter-spacing: 0.0em;
}
body .faculty_container .col2 p.phone {
	font-size: 2.1em;
	font-weight: 400;
	margin-bottom: 0;
	line-height: 1em;
	margin-bottom: 0.35em;
}
body .faculty_container .col2 a.mailbtn {
	font-size: 0.82em;
	padding: 0.85em 4em;
	margin-top: 0;
	margin-bottom: 1em;
}
body .faculty_container .sidecontent {
	width: 100%;
	padding: 20px;
    background: #E7ECEE;
}
body .faculty_container .sidecontent blockquote {
	font-size: 1.4em;
	margin: 2em 0;
}
body .faculty_container .sidecontent hr {
	margin: 1em 0;
}
body .faculty_container .extrabox p {
	font-size: 1.1em;
	margin-bottom: 0.5em;
}
body .related_staff {
	background-color: #e7edee;
	padding: 0 0;
}
body .related_staff .related_faculty_area {
	width: 95%;
	margin: 0 auto;
	padding-top: 2em;
}
body .related_staff .related_faculty_area .slick-prev {
	width: 53px;
	height: 53px;
	border: 4px solid #50a684;
	top: -11%;
	right: 49px;
	left: inherit;
	display: none !important;
}
body .related_staff .related_faculty_area .slick-prev:before {
	content: "\f060";
	color: #072b31;
	display: inline-block;
	font: normal normal normal 16px/1 FontAwesome;
}
body .related_staff .related_faculty_area .slick-prev:hover {
	background-color: #50a684 !important;
}
body .related_staff .related_faculty_area .slick-prev:hover:before {
	color: white;
}
body .related_staff .related_faculty_area .slick-next {
	width: 53px;
	height: 53px;
	border: 4px solid #50a684;
	top: -11%;
	right: 0;
	display: none !important;
}
body .related_staff .related_faculty_area .slick-next:before {
	content: "\f061";
	color: #072b31;
	display: inline-block;
	font: normal normal normal 16px/1 FontAwesome;
}
body .related_staff .related_faculty_area .slick-next:hover {
	background-color: #50a684 !important;
}
body .related_staff .related_faculty_area .slick-next:hover:before {
	color: white;
}
body .related_staff .related_faculty_area .related_faculty_box {
	width: 21%;
	text-align: center;
}
body .related_staff .related_faculty_area .related_faculty_box .contents {
	width: 84%;
}
body .related_staff .related_faculty_area .related_faculty_box .pic {
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	border-radius: 50%;
	background-color: #072b31;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: 2.75em;
	position: relative;
}
body .related_staff .related_faculty_area .related_faculty_box .pic .picfilter {
	background-image: url(./img/picfilter.png);
	position: absolute;
	top: -10px;
	left: -10px;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
}
body .related_staff .related_faculty_area .related_faculty_box a {
	color: #50a684;
	font-weight: 700;
	font-size: 1.5em;
	margin-bottom: 0.35em;
	display: inline-block;
}
body .related_staff .related_faculty_area .related_faculty_box a:hover:after {
	background-color: #50a684;
}
body .related_staff .related_faculty_area .related_faculty_box p {
	font-size: 1em;
}
body .homehero {
	position: relative;
	color: white;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
body .homerow6 a {
	text-decoration: none;
}
body .homerow6 a:hover {
	text-decoration: none;
}
body .homehero .bgimg,
body .homehero .overlayimg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
body .homehero .vc_column_container {
	z-index: 3;
}
body .homehero .overlayimg {
	z-index: 2;
}
body .homehero a.btn {
	border: 4px solid #50a684;
	color: white;
	margin-top: 2em;
	background-color: #50a684;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	-o-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}
body .homehero a.btn:hover {
	background-color: #145737;
	border: 4px solid #145737;
}
body .homehero .wpb_column {
	/*
                  position: absolute;
                  top: 50%;
      */
	width: 90%;
	/*
                  left: 0;
                  right: 0;
      */
	margin: 0 auto;
	padding: 25px 0;
	/*
                  -webkit-transform: translate(-0%, -50%);
                  transform: translate(0, -50%);
      */
}
body .homehero .wpb_column h1 {
	margin-bottom: 0.25em;
}
body .faculty_bar {
	position: relative;
	margin: 2.5em 0;
}
body .faculty_bar .img {
	width: 122px;
	height: 122px;
	border-radius: 50%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	margin-bottom: 1.25em;
	position: relative;
}
body .faculty_bar .img .picfilter {
	background-image: url(./img/picfilter.png);
	position: absolute;
	top: -10px;
	left: -10px;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
}
body .faculty_bar p {
	margin-bottom: 0;
}
body .faculty_bar p.title {
	color: #cdd0d2;
	font-weight: 700;
	font-size: 1.4em;
	margin: 0.5em 0 0.5em 0;
}
body .faculty_bar p.name {
	font-weight: 700;
	font-size: 1.92em;
	line-height: 1.2em;
	margin-bottom: 0.25em;
}
body .faculty_bar p.desc {
	font-size: 1.3em;
	line-height: 1.3em;
	margin-bottom: 2em;
}
body .faculty_bar a.arrow_link {
	font-size: 1.1em;
}
body .numbers_box {
	border: 2px solid #e7edee;
	width: 100%;
	text-align: center;
	margin-bottom: 2em;
	padding: 1.5em 2em;
}
body .numbers_box .vc_column-inner {
	width: 90%;
	padding: 2em 0;
	margin: 0 auto;
}
body .numbers_box p {
	margin-bottom: 0;
	line-height: initial;
	margin-bottom: 0.15em;
}
body .numbers_box p.bold_number {
	font-weight: 700;
	font-size: 5.8em;
}
body .numbers_box p.numberwordtop {
	font-family: 'Asap Condensed', sans-serif;
	font-weight: 700;
	color: #cdd0d2;
	font-size: 1.2em;
	letter-spacing: 0.0em;
	margin-bottom: 0em;
	line-height: 0.7em;
}
body .numbers_box p.numberwordbottom {
	font-weight: 700;
	font-size: 2.85em;
	margin-bottom: 0.75em;
	font-family: 'Asap Condensed', sans-serif;
}
body .numbers_box p.sublabel {
	font-family: 'Asap Condensed', sans-serif;
	font-weight: 700;
	color: #cdd0d2;
	font-size: 0.95em;
	width: 90%;
	margin: 0 auto 2em auto;
	letter-spacing: 0.0em;
	margin-bottom: 2em;
}
body .numbers_box p.sublabel:last-child {
	margin-bottom: 0;
}
body .wpb_button,
body ul.wpb_thumbnails-fluid > li {
	margin-bottom: 0;
}
body .wpb_column {
	padding-bottom: 0em;
}
body .wpb_column .wpb_column {
	padding-bottom: 0;
}
body .container {
	max-width: 1190px;
	margin: 0 auto;
	overflow: auto;
	position: relative;
	float: none;
	padding: 2em 0;
}
body .container .container_75 {
	width: 75%;
	margin: 0 auto;
}
body .container .container_75 .sidebar {
	width: 25%;
	float: left;
}
body .container .container_3uneven .vc_col-sm-3 {
	width: 20%;
}
body .container .container_3uneven .vc_col-sm-3:first-child {
	margin-right: 5%;
}
body .container .container_3uneven .vc_col-sm-3:last-child {
	margin-left: 5%;
}
body .container .container_4uneven .vc_col-sm-3 {
	margin-left: 2.6%;
}
body .container .container_3uneven2 .vc_col-sm-3 {
	width: 20%;
}
body .container .container_3uneven2 .vc_col-sm-6 {
	margin: 0 6.5%;
}
body .essentials {
	max-width: 1190px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	background-color: #e7edee;
}
body#page_events .stickybar.barstuck .vc_column-inner {
	left: 7.55%;
}
body#page_essentials .pageContent {
	background-color: #e7edee;
	padding-top: 7em;
}
body#page_essentials h1 {
	margin-bottom: 0;
}
body#page_essentials .sidebar .anchorlist {
	width: 85%;
	margin: 0 auto;
	font-family: 'Asap Condensed', sans-serif;
	font-size: 1.35em;
}
body#page_essentials .vc_col-sm-9 {
	width: 100%;
}
body .related {
	padding-top: 0em;
}
body .related .related_area {
	max-width: 1190px;
	margin: 0 auto;
}
body .related .full_related {
	width: 100%;
}
body .related h2 {
	width: 100%;
}
body .children {
	background-color: #edf2f5;
}
body .children .container {
	padding: 4em 0 2em;
}
body .children .container h2 {
	font-size: 3.5em;
}
body .children .collection {
	background-color: #edf2f5;
	width: 100%;
	display: block;
	float: left;
	margin: 3em auto;
}
body .children .collection .container {
	padding: 3em 0;
	max-width: 1190px;
	overflow: visible;
	margin: 0 auto;
}
body .children .collection .container h3 {
	font-size: 3em;
	width: 100%;
}
body .children .collection .container a.btn {
	right: 0;
	font-size: 1em;
	padding: 0.7em 1.65em;
	margin-bottom: 3em;
}
body .children_area,
body .degrees {
	overflow: hidden;
	padding: 5px;
}
body .related_area {
	padding-top: 1.75em;
}
body .related_area .slick-prev {
	width: 53px;
	height: 53px;
	border: 4px solid #50a684;
	/*
                  top: -11%;
                  right: 49px;
      */
	left: inherit;
	display: none;
	position: relative;
	left: 0;
	top: 0;
}
body .related_area .slick-prev:before {
	content: "\f060";
	color: #072b31;
	display: inline-block;
	font: normal normal normal 16px/1 FontAwesome;
}
body .related_area .slick-prev:hover {
	background-color: #50a684 !important;
}
body .related_area .slick-prev:hover:before {
	color: white;
}
body .related_area .slick-next {
	width: 53px;
	height: 53px;
	border: 4px solid #f68d2e;
	/*
                  top: -11%;
                  right: 0;
      */
	display: none;
	position: absolute;
	left: 49px;
	top: 21px;
}
body .related_area .slick-next:before {
	content: "\f061";
	color: #072b31;
	display: inline-block;
	font: normal normal normal 16px/1 FontAwesome;
}
body .related_area .slick-next:hover {
	background-color: #50a684 !important;
}
body .related_area .slick-next:hover:before {
	color: white;
}
body .related_area .related_box {
	display: block;
	margin-bottom: 2.5em;
}
body .related_area .related_box .contents {
	width: 100%;
}
body .related_area .related_box .img {
	width: 100%;
	height: 250px;
	background-color: #50a684 !important;
	position: relative;
	margin-bottom: 1.6em;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
body .related_area .related_box .img h6 {
	position: absolute;
	color: #000000;
	font-size: 1.5em;
	font-weight: 700;
	display: inline;
	width: 75%;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	top: 8%;
	left: 6%;
}
body .related_area .related_box .img h6 span.title {
	padding: 0.2em;
	-webkit-box-shadow: 3px 4px 0 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 3px 4px 0 0 rgba(0, 0, 0, 0.1);
	-o-box-shadow: 3px 4px 0 0 rgba(0, 0, 0, 0.1);
	box-shadow: 3px 4px 0 0 rgba(0, 0, 0, 0.1);
	background-color: rgba(255, 255, 255, 0.7);
	background-color:#fff;
}
body .related_area .related_box .img h6 span.date {
	padding: 0.6em;
	background-color: rgba(255, 255, 255, 0.7);
	display: inline-block;
	font-family: 'Asap Condensed', sans-serif;
	color: #50a684;
	text-transform: uppercase;
	margin-left: -5px;
	margin-top: 10px;
	font-size: 0.5em;
	letter-spacing: 0.0em;
	font-weight: 700;
	line-height: 1.5em;
}
body .related_area .related_box .img span.category {
	background-color: white;
	color: #50a684;
	text-transform: uppercase;
	font-family: 'Asap Condensed', sans-serif;
	font-weight: 700;
	font-size: 0.85em;
	letter-spacing: 0.0em;
	margin-bottom: 0;
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 9px 20px;
}
body .related_area .related_box p.desc {
	font-size: 1.15em;
}
body .related_area .related_box a {
	color: #50a684;
	text-transform: uppercase;
	font-family: 'Asap Condensed', sans-serif;
	font-weight: 700;
	font-size: 0.9em;
	letter-spacing: 0.0em;
	margin-bottom: 0;
}
body .related_area .related_box a:after {
	background-color: #50a684;
}
body .related_area .related_box a i {
	margin-left: 10px;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	-o-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}
body .related_area .related_box a:hover i {
	margin-left: 20px;
}
body .related_area .related_box a:hover:after {
	width: 0;
}
body .endscroll {
	position: relative;
}
body .endscroll .hiddendiv {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -5;
}
body .concentrations,
body .borderbox {
	border: 1px solid #e7edee;
	padding-bottom: 0;
	margin-bottom: 3em;
}
body .concentrations h2,
body .borderbox h2 {
	margin-bottom: 0.3em;
}
body .concentrations .vc_column-inner,
body .borderbox .vc_column-inner {
	padding: 3em 4%;
}
body .concentrations .vc_column-inner .vc_column-inner,
body .borderbox .vc_column-inner .vc_column-inner {
	padding: 0 15px;
}
body .concentrations .vc_column-inner .vc_column-inner .vc_column-inner,
body .borderbox .vc_column-inner .vc_column-inner .vc_column-inner {
	padding: 0 15px;
}
body .concentrations p,
body .borderbox p {
	margin-bottom: 0;
}
body .concentrations p a,
body .borderbox p a {
	margin: 0.5em 0;
	display: inline-block;
	color: #50a684;
	margin: 0;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 0.0em;
}
body .concentrations p a:after,
body .borderbox p a:after {
	background-color: #50a684;
}
body .concentrations p a:hover,
body .borderbox p a:hover {
	text-decoration: none;
}
body .concentrations {
	margin-bottom: 0;
}
body .concentrations ul {
	list-style: none;
	width: 98%;
	margin: 0.5em auto 0 auto;
	padding: 0;
	overflow: hidden;
}
body .concentrations ul li {
	width: 100%;
	float: left;
	margin-right: 3%;
	border-bottom: 1px solid #e7edee;
	padding-bottom: 0.5em;
	position: relative;
}
body .concentrations ul li a {
	display: inline-block;
	color: #50a684;
	margin: 0;
	font-family: 'Asap Condensed', sans-serif;
	font-weight: 700;
	font-size: 0.9em;
	letter-spacing: 0.0em;
	text-transform: uppercase;
	position: relative;
	height: 100%;
}
/*
body .concentrations ul li a span.center {
	
                                    width: 100%;
                                    position: absolute;
                                    top: 50%;
                                    left: 50%;
                                    -webkit-transform: translate(-50%, -50%);
                                    transform: translate(-50%, -50%);
            
}
*/
body .concentrations ul li a:hover:after {
	background-color: #50a684;
}
body .borderbox {
	background-color: white;
	padding: 2em 0;
}
body .borderbox h3 {
	position: relative;
	white-space: nowrap;
}
body .borderbox .wpb_text_column {
	padding-top: 0;
	margin-bottom: 0px;
}
body .borderbox .notoppadding {
	padding-top: 0;
}
body .borderbox .vc_column-inner {
	padding: 0 4%;
}
body .monthbox {
	overflow: hidden;
}
body .anchorlist p {
	margin-bottom: 0;
}
body .anchorlist p a {
    display: inline-block;
    padding: 0.5em 0;
    color: #50a684;
    margin: 0;
    font-family: 'Asap Condensed', sans-serif;
    font-weight: 700;
    font-size: 0.9em;
    letter-spacing: 0.0em;
    line-height: 1.2em;
	text-decoration: none;
}
body .anchorlist p a:hover {
color: #072B31;
}
body .anchorlist p a:after {
	background-color: #50a684;
}
body .anchorlist p a:hover {
	text-decoration: none !important;
}
body .anchorlist p a.yeartoggle {
	font-size: 1.25em;
}
body .anchorlist p a.yeartoggle:hover {
	text-decoration: none;
}
body .anchorlist p a.yeartoggle:hover:after {
	width: 0;
}
body .anchorlist p a.monthchoose {
	text-transform: uppercase;
}
body .anchorlist p a.monthchoose:hover {
	text-decoration: none;
}
body .green {
	background-color: #072b31;
	color: white;
	padding: 6em 0 4em 0;
}
body .green .wpb_column {
	padding: 0em 0;
}
body .green .tablepress .even td,
body .green .tablepress .odd td {
	background-color: transparent !important;
	color: white !important;
}
body .green h2 {
	font-size: 4em;
	margin-bottom: 1em;
	color: white;
}
body .green h3 {
	font-size: 2.5em;
	margin-bottom: 1em;
	color: white;
}
body .green p {
	width: 93%;
	font-size: 1em;
	color: white;
}
body .green .vc_col-sm-6 {
	padding: 1em 0;
}
body .green a {
	color: white;
	text-decoration: underline;
}
body .green a.btn {
	color: white;
	border: 4px solid white;
	text-decoration: none;
}
body .green a.btn:hover {
	color: #50a684;
	background-color: white;
}
body .green span.vc_sep_holder {
	margin-top: 2em;
}
body .green span.vc_sep_holder:before,
body .green span.vc_sep_holder:after {
	background-color: #072b31;
}
body .bottom span.vc_sep_holder {
	margin: 2em 0;
}
body .fb_box,
body .twitter_box {
	display: block;
	position: relative;
	padding-top: 40px;
	width: 90%;
	margin: 2em 0 4em 0;
}
body .fb_box:before,
body .twitter_box:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(./img/fb_icon.png);
	width: 11px;
	height: 23px;
	background-repeat: no-repeat;
	background-size: contain;
}
body .fb_box p,
body .twitter_box p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 1.125em;
	margin-bottom: 0.9em;
}
body .fb_box p a,
body .twitter_box p a {
	font-size: 1.0em;
	color: #58859c;
}
body .fb_box span,
body .twitter_box span {
	display: block;
	font-size: 0.9em;
	margin-bottom: 2em;
}
body .fb_box a,
body .twitter_box a {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 1.125em;
	margin-bottom: 0.9em;
	color: #50a684;
}
body .fb_box a:after,
body .twitter_box a:after {
	background-color: #50a684;
}
body .twitter_box:before {
	background-image: url(./img/twitter_icon.png);
	width: 22px;
	height: 18px;
}
body iframe {
	border: 0;
	outline: 0;
	overflow: hidden;
}
body .questions {
	background-color: #50a684;
	color: white;
	padding: 0;
}
body .questions .container {
	padding-bottom: 0;
}
body .questions .container .wpb_wrapper h4 {
	font-weight: 200;
	font-size: 2.97em;
	margin-bottom: 0px;
	margin-top: 0;
	color: white;
}
body .questions .container .wpb_wrapper h4 a {
	color: #79bf90;
	font-size: 1.0em;
	font-family: 'Open Sans', sans-serif;
	font-weight: 200;
	letter-spacing: 0.00em;
	position: relative;
}
body .questions .container .wpb_wrapper h4 a:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0%;
	height: 1px;
	background-color: #79bf90;
	content: "";
	-webkit-transition: width 0.15s ease-out;
	-moz-transition: width 0.15s ease-out;
	-o-transition: width 0.15s ease-out;
	transition: width 0.15s ease-out;
}
body .questions .container .wpb_wrapper h4 a:hover:after {
	width: 100%;
}
body .questions .container .wpb_wrapper p {
	float: right;
	margin-bottom: 0;
}
body .questions .container .wpb_wrapper p a {
	font-family: 'Asap Condensed', sans-serif;
	border: 3px solid #fff;
	color: white;
	font-weight: 700;
	font-size: 0.8em;
	text-transform: uppercase;
	padding: 0.66em 2em;
	display: block;
}
body .questions .container .wpb_wrapper p a:hover {
	color: #072b31;
	background-color: white;
}
body .mobile_header {
	width: 100%;
	height: 60px;
	background-color: #50a684;
	overflow: hidden;
}
body .mobile_header a.logo {
	float: left;
	display: block;
	width: 156px;
	height: 38px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	margin-left: 5%;
	margin-top: 11px;
}
body .mobile_header a.logo:after {
	height: 0;
	width: 0;
	background-color: transparent;
}
body .mobile_header a.mobile_nav {
	color: white;
	float: right;
	font-size: 2em;
	margin-top: 16px;
	margin-right: 5%;
}
body .circlecontainer {
	width: 250px;
	height: 250px;
	border-radius: 50%;
	background-size: cover;
	background-position: center top;
}
body .mobile_menu {
	position: fixed;
	top: 0;
	left: 100%;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	z-index: 6;
}
body .mobile_menu .container {
	width: 80%;
	height: 93%;
	margin: 0 auto;
	overflow: scroll;
}
body .mobile_menu .container .title {
	font-size: 1.6em;
	padding: 0;
	font-weight: 700;
	margin-bottom: 0.75em;
	margin-top: 2em;
	color: #072b31;
	display: block;
	margin: 1em 0 0;
}
body .mobile_menu .container .title:hover:after,
body .mobile_menu .container .title:active:after,
body .mobile_menu .container .title:focus:after {
	width: 0;
}
body .mobile_menu .container .center {
	position: absolute;
	left: 0;
	width: 100%;
}
body .mobile_menu .container .left {
	position: absolute;
	left: 100%;
	width: 100%;
	display: none;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
	filter: alpha(opacity=0);
	-moz-opacity: 0.0;
	-khtml-opacity: 0.0;
	opacity: 0.0;
}
body .mobile_menu .container .droplist {
	width: 100%;
	margin: 0;
	padding: 0;
	margin-top: 2.5em;
	padding-top: 2.5em;
	border-top: 4px solid #50a684;
}
body .mobile_menu .container .droplist ul {
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
}
body .mobile_menu .container .droplist ul li a {
	color: #4c7962;
	font-weight: 700;
	font-size: 1em;
}
body .mobile_menu .container .sublist {
	display: none;
}
body .mobile_menu .container .close_menu {
	width: 25px;
	height: 25px;
	background-image: url(./img/closex.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	position: absolute;
	right: 0;
	top: 1.25em;
	z-index: 2;
}
body .mobile_menu .container .close_menu:hover {
	background-image: url(./img/closex_hover.png);
}
body .mobile_menu .container .close_menu:hover:after {
	width: 0;
}
body .mobile_menu .container ul#menu-main-navigation {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 2.5em;
	width: 100%;
}
body .mobile_menu .container ul#menu-main-navigation li {
	margin-bottom: 1.5em;
}
body .mobile_menu .container ul#menu-main-navigation li a {
	color: #50a684;
	font-weight: 700;
	font-size: 2em;
}
body .mobile_menu .container ul#menu-utility-nav-1,
body .mobile_menu .container ul#menu-utility-nav-2,
body .mobile_menu .container ul#menu-utility-nav-3,
body .mobile_menu .container ul#menu-utility-nav-4 {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 50%;
	float: left;
	margin-top: 1.5em;
	/*
                        position: absolute;
                        right: 208px;
                        top: 14px;
        */
}
body .mobile_menu .container ul#menu-utility-nav-1 li,
body .mobile_menu .container ul#menu-utility-nav-2 li,
body .mobile_menu .container ul#menu-utility-nav-3 li,
body .mobile_menu .container ul#menu-utility-nav-4 li {
	margin: 0;
	padding: 0;
	width: 100%;
	display: block;
	margin-bottom: 0.6em;
}
body .mobile_menu .container ul#menu-utility-nav-1 li a,
body .mobile_menu .container ul#menu-utility-nav-2 li a,
body .mobile_menu .container ul#menu-utility-nav-3 li a,
body .mobile_menu .container ul#menu-utility-nav-4 li a {
	color: #f6c95f;
	text-transform: uppercase;
	font-family: 'Asap Condensed', sans-serif;
	font-weight: 700;
	font-size: 0.8em;
}
body .mobile_menu .container ul#menu-utility-nav-2 li a,
body .mobile_menu .container ul#menu-utility-nav-4 li a {
	color: #50a684;
}
body .mobile_menu .container hr {
	border: 0;
	height: 4px;
	background: #50a684;
}
body .mobile_menu .container .stickynavbar {
	opacity: 1;
	position: relative;
	top: 0;
	float: left;
	width: 100%;
	border-top: 1px solid #e7edee;
	border-bottom: 1px solid #e7edee;
	padding: 1.35em 0;
	margin-top: 1.25em;
}
body .mobile_menu .container .stickynavbar a.link,
body .mobile_menu .container .stickynavbar a.btn {
	font-size: 1.2em;
}
body .mobile_menu .search_mobile {
	position: fixed;
	width: 100%;
	height: 125px;
	bottom: -125px;
	left: 0;
	background-color: #f7f7f7;
}
body .mobile_menu .search_mobile input[type="text"] {
	height: 100%;
	width: 95%;
	font-size: 1.5em;
	padding: 0 20px 0 20px;
	border: 0;
	outline: 0;
	font-weight: 400;
	color: #50a684;
	background-color: transparent;
	-webkit-appearance: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body .mobile_menu .search_mobile .close {
	width: 25px;
	height: 25px;
	background-image: url(./img/closex.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	position: absolute;
	right: 6%;
	top: 53px;
}
body .mobile_menu .search_mobile .close:hover {
	background-image: url(./img/closex_hover.png);
}
body .mobile_menu .search_mobile .close:hover:after {
	width: 0;
}
body .mobile_menu .search_mobile::-webkit-input-placeholder {
	color: #8c8c8c;
	font-family: 'Miller Text';
	font-style: italic;
}
body .mobile_menu .search_mobile:-moz-placeholder {
	color: #8c8c8c;
	font-family: 'Miller Text';
	font-style: italic;
}
body .mobile_menu .search_mobile::-moz-placeholder {
	color: #8c8c8c;
	font-family: 'Miller Text';
	font-style: italic;
}
body .mobile_menu .search_mobile:-ms-input-placeholder {
	color: #8c8c8c;
	font-family: 'Miller Text';
	font-style: italic;
}
body .mobile_menu .searchbar {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #385048;
	height: 40px;
}
body .mobile_menu .searchbar .mobilesearch {
	width: 71%;
	height: 100%;
	display: inline-block;
	float: left;
	background-image: url(./img/searchglass-white.png);
	background-position: 90% center;
	background-repeat: no-repeat;
	background-size: 20px;
}
body .mobile_menu .searchbar #au_direct {
	width: 29%;
	background-color: #50a684;
	height: 40px;
	display: inline-block;
	float: right;
	background-image: url(./img/audirect.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 75%;
}

/*SITE ALERTS*/

body .site_alert {
	width: 100%;
	padding: 4px;
	background-color: #f6c95f;
	overflow:hidden;
	position:relative;
	-webkit-box-sizing:border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing:border-box;
	/* Firefox, other Gecko */
	box-sizing:border-box;
	/* Opera/IE 8+ */
}
body .site_alert .text-container {
	max-width: 1190px;
	float:left;
	margin-left:2%;
	padding:1em 0;
}
body .site_alert .text-container p {
	line-height:1em;
	margin-bottom:0;
	font-size:1.1em;
}
body .site_alert .text-container p a:hover:after {
	width:0;
}
body .site_alert .close_alert {
	width:25px;
	height:25px;
	position:absolute;
	top:50%;
	left:98%;
	-webkit-transform:translate(-50%,
	-50%);
	transform:translate(-50%,
	-50%);
	background-image:url(./img/closex.png);
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}
body .site_alert .close_alert:hover {
	background-image:url(./img/closex_hover.png);
}
body .site_alert .close_alert:hover:after {
	width:0;
}
body .site_alert.redalert {
	background-color:#e6786e;
}
body .site_alert.redalert .text-container p {
	color:#072b31;
}
body .site_alert.redalert .text-container p a {
	color:#072b31;
	text-decoration:underline;
	font-weight:700;
}
body .site_alert.redalert .text-container p a:hover {
	color:#426587;
}
body .site_alert.redalert .close_alert {
	background-image:url(./img/close_white.png);
}
body .site_alert.redalert .close_alert:hover {
	background-image:url(./img/close_white_hover.png);
}
body .site_alert.bluealert {
	background-color:#71C5E8;
}
body .site_alert.bluealert .text-container p {
	color:#072b31;
}
body .site_alert.bluealert .text-container p a {
	color:white;
	text-decoration:underline;
}
body .site_alert.bluealert .text-container p a:hover {
	color:#426587;
}
body .site_alert.bluealert .close_alert {
	background-image:url(./img/closex.png);
}
body .site_alert.bluealert .close_alert:hover {
	background-image:url(./img/closex_hover.png);
}
body .site_alert.greenalert {
	background-color:#50A684;
}
body .site_alert.greenalert .text-container p {
	color:white;
}
body .site_alert.greenalert .text-container p a {
	color:white;
	text-decoration:underline;
}
body .site_alert.greenalert .text-container p a:hover {
	color:#cfe096;
}
body .site_alert.greenalert .close_alert {
	background-image:url(./img/close_white.png);
}
body .site_alert.greenalert .close_alert:hover {
	background-image:url(./img/close_white_hover.png);
}
body .site_alert.purplealert {
	background-color:#562f68;
}
body .site_alert.purplealert .text-container p {
	color:white;
}
body .site_alert.purplealert .text-container p a {
	color:white;
	text-decoration:underline;
}
body .site_alert.purplealert .text-container p a:hover {
	color:#f6c95f;
}
body .site_alert.purplealert .close_alert {
	background-image:url(./img/close_white.png);
}
body .site_alert.purplealert .close_alert:hover {
	background-image:url(./img/close_white_hover.png);
}
body header {
	position:relative;
	z-index:4;
	display:none;
}
body header #header_top {
	width:100%;
	background-color:#072b31;
	height:40px;
	overflow:hidden;
	position:relative;
}
body header #header_top a.login {
	color:white;
	text-transform:uppercase;
	font-weight:200;
	font-size:0.85em;
	position:relative;
	top:30%;
	padding:20px 17px;
	left:1%;
}
body header #header_top a.homelink {
	float:left;
	color:white;
	text-transform:uppercase;
	padding:14px 14px;
	font-family:'Asap Condensed',
	sans-serif;
	font-weight:700;
	font-size:0.85em;
	display:none;
}
body header #header_top a.homelink:hover {
	color:#dadada;
}
body header #header_top a.homelink:hover:after {
	width:0;
}
body header #header_top a#search_icon {
	float:right;
	width:50px;
	height:100%;
	color:white;
	position:relative;
	display:block;
	font-size:1.3em;
	font-weight:100;
}
body header #header_top a#search_icon i {
	position:relative;
	top:20%;
	left:27%;
	font-weight:100;
}
body header #header_top a#search_icon:hover:after {
	width:0;
}
body header #header_top a#au_direct {
	float:right;
	width:150px;
	height:40px;
	color:white;
	position:relative;
	background-color:#50a684;
	display:block;
	background-image:url(./img/audirect.png);
	background-position:center center;
	background-repeat:no-repeat;
}
body header #header_top ul#menu-utility-nav-1,
body header #header_top ul#menu-utility-nav-2,
body header #header_top ul#menu-utility-nav-3,
body header #header_top ul#menu-utility-nav-4 {
	list-style:none;
	margin:0;
	padding:0;
	float:right;
	position:relative;
	top:14px;
	/*
                        position: absolute;
                        right: 208px;
                        top: 14px;
        */
}
body header #header_top ul#menu-utility-nav-1 li,
body header #header_top ul#menu-utility-nav-2 li,
body header #header_top ul#menu-utility-nav-3 li,
body header #header_top ul#menu-utility-nav-4 li {
	margin:0;
	padding:0;
	display:inline-block;
	padding-right:5px;
	font-size:0.85em;
}
body header #header_top ul#menu-utility-nav-1 li:last-child,
body header #header_top ul#menu-utility-nav-2 li:last-child,
body header #header_top ul#menu-utility-nav-3 li:last-child,
body header #header_top ul#menu-utility-nav-4 li:last-child {
	padding-right:0;
}
body header #header_top ul#menu-utility-nav-1 li a,
body header #header_top ul#menu-utility-nav-2 li a,
body header #header_top ul#menu-utility-nav-3 li a,
body header #header_top ul#menu-utility-nav-4 li a {
	color:white;
	text-transform:uppercase;
	padding:20px 11px;
	font-family:'Asap Condensed',
	sans-serif;
	font-weight:700;
	font-size:0.85em;
}
body header #header_top ul#menu-utility-nav-1 li a,
body header #header_top ul#menu-utility-nav-3 li a {
	color:#f6c95f;
}
body header #header_bottom {
	width:100%;
	background-color:white;
	overflow:hidden;
	height:100px;
}
body header #header_bottom a.logo {
	float:left;
	display:block;
	width:250px;
	height:45px;
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center center;
	margin-top:33px;
	margin-left:5%;
}
body header #header_bottom a.logo:after {
	height:0;
	width:0;
	background-color:transparent;
}
body header #header_bottom ul.main_nav {
	margin:0;
	padding:0;
	list-style:none;
	float:right;
	margin-right:5%;
	margin-top:45px;
}
body header #header_bottom ul.main_nav li {
	margin:0;
	padding:0;
	display:inline-block;
	margin-right:15px;
	font-size:0.9em;
}
body header #header_bottom ul.main_nav li:last-child {
	margin-right:0;
}
body header #header_bottom ul.main_nav li a {
	display:block;
	color:#50a684;
	font-weight:700;
	text-transform:uppercase;
	font-family:'Asap Condensed',
	sans-serif;
	font-size:1em;
}
body header #header_bottom ul.main_nav li a:after {
	background-color:#50a684;
	left:0;
	right:0;
	margin:auto;
}
body header #header_dropdown {
	background-color:white;
	width:100%;
	position:absolute;
	top:-700px;
	display:none;
}
body header #header_dropdown .container {
	padding:4em 0;
}
body header #header_dropdown .container a#close_nav {
	display:block;
	position:absolute;
	background-image:url(./img/nav_close.png);
	width:35px;
	height:35px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	top:4em;
	right:0;
	cursor:pointer;
}
body header #header_dropdown .container a#close_nav:hover {
	background-image:url(./img/nav_close_hover.png);
}
body header #header_dropdown .container a#close_nav:hover:after {
	width:0;
}
body header #header_dropdown .container h4 {
	margin:0;
	padding:0;
	font-size:6.13em;
	margin-bottom:0em;
	font-weight:700;
	color:#072b31;
	margin-bottom:0.31em;
}
body header #header_dropdown .container .col-sm-4,
body header #header_dropdown .container .textcol {
	width:30%;
	margin-right:5%;
	float:left;
}
body header #header_dropdown .container .col-sm-4 p,
body header #header_dropdown .container .textcol p {
	font-size:1em;
	width:72%;
}
body header #header_dropdown .container .col-sm-4:last-child,
body header #header_dropdown .container .textcol:last-child {
	margin-right:0;
}
body header #header_dropdown .container .navtext {
	display:none;
}
body header #header_dropdown .container ul.droplist {
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:65%;
	display:none;
}
body header #header_dropdown .container ul.droplist ul.col-sm-6 {
	width:45%;
	margin-right:10%;
	list-style:none;
	padding:0;
	margin:0;
	float:left;
	border-top:4px solid #072b31;
	padding-top:1.25em;
}
body header #header_dropdown .container ul.droplist ul.col-sm-6:last-child {
	margin-right:0;
	float:left;
	margin-left:10%;
}
body header #header_dropdown .container ul.droplist.single_col {
	width:30%;
	margin-right:0;
	margin-left:0;
	border-top:4px solid #072b31;
	padding-top:1.25em;
}
body header #header_dropdown .container ul.droplist li {
	margin-bottom:1em;
}
body header #header_dropdown .container ul.droplist li a {
	font-family:'Open Sans',
	sans-serif;
	color:#50a684;
	font-weight:700;
	font-size:0.83em;
}
body header #header_dropdown .container ul.droplist li a:hover:after {
	background-color:#50a684;
}
body.has-mega-menus header #header_bottom {
	overflow:visible;
	height:auto;
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	align-items:center;
	align-content:flex-start;
	justify-content:stretch;
	margin:0;
	padding:0;
	width:100%;
}
body.has-mega-menus header #header_bottom > a,
body.has-mega-menus header #header_bottom > div {
	float:none;
	display:block;
	clear:both;
	max-height:100%;
	min-height:0;
	padding-bottom:0;
}
body.has-mega-menus header #header_bottom a.logo {
	flex-basis:30%;
	flex-grow:1;
	max-width:300px;
	margin:10px 20px;
}
@media (max-width: 1200px) {
	body.has-mega-menus header #header_bottom a.logo {
	display: none;
	flex-basis:0%;
	max-width:0px;
}
}
body.has-mega-menus header #header_bottom > div.mega-menu-wrap {
	flex-basis:0;
	flex-grow:2;
}
body #hero {
	width:100%;
	background-color:#072b31;
	overflow:hidden;
	position:relative;
	background-image:url(./img/hero_letters.png);
	background-position:center center;
	background-repeat:no-repeat;
}
body #hero .bgimg,
body #hero .overlayimg {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-position:96% 50%;
}
body #hero .overlayimg {
	z-index:2;
	background-position:center center;
}
body #hero.smallerhero {
	background-image:none;
	height:250px;
}
body #hero p.sideways {
	text-transform:uppercase;
	font-family:'Asap Condensed', sans-serif;
	font-weight:700;
	color:white;
	position:absolute;
	font-size:1em;
	top:46%;
	right:-7%;
	z-index:2;
	display:none;
	white-space:nowrap;
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	-o-transform:rotate(90deg);
	filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
body #hero .container {
	position:relative;
	width: 1190px;
	z-index:3;
	padding:6em 0;
}
body #hero .container span {
	font-family:'Asap Condensed',
	sans-serif;
	font-weight:700;
	text-transform:uppercase;
	display:block;
	color:#fff;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity:0.6;
	opacity:0.6;
	font-size:1.25em;
	letter-spacing:0.0em;
	margin-bottom:2em;
}
body #hero .container h1 {
	font-family:'Asap Condensed', sans-serif;
	font-weight:700;
	color:white;
	margin-bottom:0;
	font-size:4em;
	/*
                        overflow-wrap: break-word;
                        word-wrap: break-word;
        */
	/*
                        -ms-word-break: break-all;
                        word-break: break-all;
                        word-break: break-word;
        */
	/*
                        -ms-hyphens: auto;
                        -moz-hyphens: auto;
                        -webkit-hyphens: auto;
                        hyphens: auto;
        */
}
body #hero .container p {
	font-family:'Open Sans',
	sans-serif;
	font-weight:400;
	color:white;
	margin-top:0.78em;
	width:100%;
	font-size:1em;
	margin-bottom:0;
}
body .loader {
	position:absolute;
	bottom:-50px;
	border:4px solid #072b31;
	font-size:1.35em;
	padding:1em 0;
	width:100%;
	text-align:center;
	font-family:'Asap Condensed',
	sans-serif;
	text-transform:uppercase;
	color:#072b31;
	font-weight:700;
	cursor:pointer;
	-webkit-transition:background-color 0.15s ease-out;
	-moz-transition:background-color 0.15s ease-out;
	-o-transition:background-color 0.15s ease-out;
	transition:background-color 0.15s ease-out;
}
body .loader:hover {
	color:white;
	background-color:#072b31;
}
body #breadcrumbs {
	background-color:#e7edee;
	width:100%;
	overflow:hidden;
	float:right;
	position:absolute;
	border-bottom:1px solid #cdd0d2;
}
body #breadcrumbs.sticky {
	position:fixed;
	width:100%;
	top:0;
	z-index:3;
}
body #breadcrumbs .container {
	padding:3em 0;
	font-size:125%;
}
body #breadcrumbs ul#breadcrumb {
	margin: 3px 0px 0px 10px;
	padding:0;
	list-style:none;
	float:left;
	width:100%;
	display:block;
}
body #breadcrumbs ul#breadcrumb li {
	display:inline-block;
	color:#072b31;
	font-family:'Asap Condensed',
	sans-serif;
	font-weight:400;
	text-transform:uppercase;
	font-size:0.875em;
	letter-spacing:0.0em;
}
body #breadcrumbs ul#breadcrumb li.separator {
	padding:0 10px;
}
body #breadcrumbs ul#breadcrumb li a {
	font-family:'Asap Condensed',
	sans-serif;
	font-weight:700;
	color:#6C7376;
	font-size:1em;
	text-decoration: none;
}
body #breadcrumbs ul#breadcrumb li a:hover {
	color:#072b31;
}

body #breadcrumbs ul#breadcrumb li a:hover:after {
	background-color:#50a684;
}
body #breadcrumbs ul.utility_nav {
	list-style:none;
	margin:0;
	padding:0;
	float:right;
}
body #breadcrumbs ul.utility_nav li {
	margin:0;
	padding:0 25px;
	display:inline-block;
	padding-right:5px;
	font-size:0.85em;
}
body #breadcrumbs ul.utility_nav li:last-child {
	padding-right:0;
}
body #breadcrumbs ul.utility_nav li a {
	color:#f6c95f;
	text-transform:uppercase;
	padding:0px 0;
	font-family:'Asap Condensed',
	sans-serif;
	font-weight:700;
	font-size:1em;
}


body #breadcrumbs ul.utility_nav li a:after {
	background-color:#f6c95f;
	left:0;
	right:0;
	margin:auto;
}
body.has-mega-menus #breadcrumbs {
	position:static;
}
body .intro, p .intro {
	font-size: 1.15em !important;
	line-height: 1.5em !important;
}
body .glance_number {
	font-size: 44px !important;
	color: #50a684;
	font-weight: 500;
}
body .glance_sublabel {
	font-size: 22px;
	color: #50a684;
}
body footer {
	overflow:hidden;
}
body footer .top {
	background-color:#072b31;
}
body footer .top .container {
	padding:1em 0;
}
body footer .bottom {
	background-color:#072B31;
}
body footer .bottom .container {
	padding:0em 0;
}
body footer form {
	width:31%;
	position:relative;
	height:60px;
	float:left;
	display:none;
}
body footer form #footer_search {
	font-family:'Open Sans',
	sans-serif;
	font-weight:400;
	width:90%;
	font-size:18px;
	padding:19px 0 19px 19px;
	position:absolute;
	top:0;
	height:60px;
	border:1px solid white;
	-webkit-box-sizing:border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing:border-box;
	/* Firefox, other Gecko */
	box-sizing:border-box;
	/* Opera/IE 8+ */
}
body footer form #footer_search:active,
body footer form #footer_search:focus {
	outline:0;
	border:0;
	border:1px solid #50a684;
}
body footer form #submit {
	background-color:#50a684;
	position:absolute;
	border:0;
	outline:0;
	right:0;
	top:0;
	height:100%;
	width:60px;
	font:normal normal normal 20px/1 FontAwesome;
	color:white;
	font-weight:700;
	font-size:22px !important;
}
body footer form::-webkit-input-placeholder {
	color:#000000;
}
body footer form:-moz-placeholder {
	color:#000000;
}
body footer form::-moz-placeholder {
	color:#000000;
}
body footer form:-ms-input-placeholder {
	color:#000000;
}
body footer #footer_social {
	float:right;
	margin-top:16px;
}
body footer #footer_social ul {
	padding:0;
	margin:0;
	list-style:none;
}
body footer #footer_social ul li {
	display:inline-block;
	margin-right:15px;
}
body footer #footer_social ul li:last-child {
	margin-right:0;
}
body footer #footer_social ul li a {
	display:block;
	width:25px;
	height:25px;
	background-image:url(./img/social_footer.png);
	background-repeat:no-repeat;
	-webkit-transition:opacity 0.15s ease-out;
	-moz-transition:opacity 0.15s ease-out;
	-o-transition:opacity 0.15s ease-out;
	transition:opacity 0.15s ease-out;
}
body footer #footer_social ul li a:after {
	height:0;
	background-color:transparent;
}
body footer #footer_social ul li a#fb {
	background-position:7px 0px;
}
body footer #footer_social ul li a#tw {
	background-position:-46px 0px;
}
body footer #footer_social ul li a#li {
	background-position:-101px 0px;
}
body footer #footer_social ul li a#yo {
	background-position:-152px 0px;
}
body footer #footer_social ul li a#in {
	background-position:-196px 0px;
}
body footer #footer_social ul li a#pi {
	background-position:-236px 0px;
}
body footer #footer_social ul li a#fl {
	background-position:-277px 0px;
}
body footer #footer_social ul li a:hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity:0.6;
	opacity:0.6;
}
body footer #footer_social ul li a:hover:after {
	width:0;
}
body footer #footer_cta {
	float:right;
	display:none;
	text-align:right;
}
body footer #footer_cta p {
	color:white;
	font-size:1em;
	margin-top:1em;
	margin-bottom:0em;
}
body footer #footer_cta a.btn {
	color:white;
	border:4px solid white;
	font-size:1.1em;
	letter-spacing:0.0em;
	padding:0.95em 1.7em;
}
body footer #footer_cta a.btn:hover {
	background-color:white;
	color:#50a684;
}
body footer ul#menu-footer-navigation {
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	margin-top:18px;
	display:none;
}
body footer ul#menu-footer-navigation li {
	display:inline-block;
	position:relative;
	padding:0px 15px;
	font-size:0.75em;
}
body footer ul#menu-footer-navigation li:before {
	content:"|";
	position:absolute;
	left:0;
	top:0;
	color:#50a684;
}
body footer ul#menu-footer-navigation li:first-child {
	padding-left:0;
}
body footer ul#menu-footer-navigation li:first-child:before {
	content:"";
	padding:0;
}
body footer ul#menu-footer-navigation li a {
	text-transform:uppercase;
	color:#50a684;
	letter-spacing:0.0em;
	font-size:0.95em;
	font-weight:400;
}
body footer ul#menu-footer-navigation li a:after {
	background-color:white;
}
body footer p.copyright {
	float:right;
	margin-top:18px;
	color:#E7ECEE;
	font-size:0.88em;
	font-family: 'Open Sans', sans-serif;
}
body footer #footer_cta a.btn {
	color:white;
	border:4px solid white;
	font-size:1.1em;
	letter-spacing:0.0em;
	padding:0.95em 1.7em;
	margin:0 0 0 10px;
}
body footer form {
	position:relative;
	height:40px;
	float:left;
	display:block;
	width:20%;
}
body footer form #footer_search {
	font-family:'Open Sans', sans-serif;
	font-weight:400;
	width:90%;
	font-size:13px;
	padding:10px 0px 10px 10px;
	position:absolute;
	top:0;
	height:40px;
	border:1px solid white;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
body footer form #submit {
	background-color:#50a684;
	position:absolute;
	border:0;
	outline:0;
	right:0;
	top:0;
	height:100%;
	width:50px;
	font:normal normal normal 20px/1 FontAwesome;
	color:white;
	font-weight:700;
	font-size:22px !important;
}
body.logged-in #breadcrumbs.sticky {
	top:32px;
}
.vc_toggle_title {
	font-size: .65em;
}
.vc_toggle h4 {
	color: #072b31;
}
body p .smallerquote .byline {
	color: #072b31;
}

/*LARGE SCREENS*/
/*-----------------------------------------------------------------------*/

@media only screen and (min-width: 768px) 
body .vc_column_container > .vc_column-inner {
	padding-left: 0px;
	padding-right: 0px;
}
body .wpb_column {
	padding-bottom: 1em;
}
body a.apply-btn {
	background-color: #71c5e8;
	color: white;
	text-transform: uppercase;
	font-family: 'Asap Condensed', sans-serif;
	font-weight: 900;
	font-size: 1em;
	padding: 1.25em 1.5em;
	display: inline-block;
	text-align: center;
	line-height: 1.25em;
	letter-spacing: 0.01em;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	-o-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}
body a.apply-btn:hover {
	background-color: #58859c;
}
body.page-template-page_faculty .pageContent,
body.page-template-page_resources .pageContent {
	background-color:#e7edee;
}
body.search-results .container {
	max-width:1190px;
	/* fix for Firefox */
	display:-webkit-box;
	display:-moz-box;
	display:-webkit-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	-webkit-box-orient:vertical;
	-moz-box-orient:vertical;
	-webkit-box-direction:normal;
	-moz-box-direction:normal;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column;
}
body.search-results .container .search_page {
	order:3;
}
body.search-results .container .search_filters {
	order:2;
}
body.page-template-page_newsevents .eventslide_area .slick-prev,
body.page-template-page_newsevents .eventslide_area .slick-next,
body.page-template-page_events .eventslide_area .slick-prev,
body.page-template-page_events .eventslide_area .slick-next,
body.page-template-page_faculty .eventslide_area .slick-prev,
body.page-template-page_faculty .eventslide_area .slick-next,
body#page_calendar .eventslide_area .slick-prev,
body#page_calendar .eventslide_area .slick-next,
body.page-template-page_resources .eventslide_area .slick-prev,
body.page-template-page_resources .eventslide_area .slick-next {
	top:-139px;
}
body.page-template-page_newsevents .gray,
body.page-template-page_events .gray,
body.page-template-page_faculty .gray,
body#page_calendar .gray,
body.page-template-page_resources .gray {
	padding-top:2em;
}
body.page-template-page_newsevents .gray .wpb_wrapper,
body.page-template-page_events .gray .wpb_wrapper,
body.page-template-page_faculty .gray .wpb_wrapper,
body#page_calendar .gray .wpb_wrapper,
body.page-template-page_resources .gray .wpb_wrapper {
	position:relative;
}
body.page-template-page_newsevents .gray a.btn,
body.page-template-page_events .gray a.btn,
body.page-template-page_faculty .gray a.btn,
body#page_calendar .gray a.btn,
body.page-template-page_resources .gray a.btn {
	position:relative;
	top:0;
	font-size:0.7em;
	padding:0.35em 1.15em;
	top:-88%;
	right:0px;
	margin-top:0;
}
body.page-template-page_events .gray.notopmargin,
body.page-template-page_faculty .gray.notopmargin,
body#page_calendar .gray.notopmargin,
body.page-template-page_resources .gray.notopmargin {
	margin-top:0;
}
body.page-template-page_events .gray.notoppadding,
body.page-template-page_faculty .gray.notoppadding,
body#page_calendar .gray.notoppadding,
body.page-template-page_resources .gray.notoppadding {
	padding-top:0;
}
body.page-template-page_events .gray .filters,
body.page-template-page_faculty .gray .filters,
body#page_calendar .gray .filters,
body.page-template-page_resources .gray .filters {
	float:right;
	/*
                      .filter_toggle{
                          position: relative;
                          top: 0;
                          right: 0;
                          font-weight: 700;
                          letter-spacing: 0.0em;
                          font-size: 0.9em;
                          padding: 0.9em 1.05em;
                      }
      */
}
body.page-template-page_newsevents #breadcrumbs ul.utility_nav,
body.page-template-page_events #breadcrumbs ul.utility_nav,
body.page-template-page_faculty #breadcrumbs ul.utility_nav,
body#page_calendar #breadcrumbs ul.utility_nav,
body.page-template-page_resources #breadcrumbs ul.utility_nav {
	display:none;
}
body.page-template-page_events span.vc_sep_holder,
body.page-template-page_faculty span.vc_sep_holder,
body#page_calendar span.vc_sep_holder,
body.page-template-page_resources span.vc_sep_holder {
	margin:0;
}
body.page-template-page_newsevents h2,
body.page-template-page_events h2,
body.page-template-page_faculty h2,
body#page_calendar h2,
body.page-template-page_resources h2 {
	margin-bottom:0.68em;
}
body.page-template-page_newsevents .filters,
body.page-template-page_events .filters,
body.page-template-page_faculty .filters,
body#page_calendar .filters,
body.page-template-page_resources .filters {
	float:right;
	width:100%;
	text-align:right;
	overflow:hidden;
	margin-top:2em;
	/*
                .filter_toggle{
                    position: relative;
                    top: 0;
                    right: 0;
                }
    */
}
body.page-template-page_newsevents .filters .searchbox,
body.page-template-page_news .filters .searchbox,
body.page-template-page_events .filters .searchbox,
body.page-template-page_faculty .filters .searchbox,
body#page_calendar .filters .searchbox,
body.page-template-page_resources .filters .searchbox {
	width:100%;
	float:right;
	position:relative;
	border-bottom:4px solid #50a684;
}
body.page-template-page_newsevents .filters .searchbox .search,
body.page-template-page_newsevents .filters .searchbox .eventsearch,
body.page-template-page_newsevents .filters .searchbox .thesissearch,
body.page-template-page_newsevents .filters .searchbox .facultysearch,
body.page-template-page_newsevents .filters .searchbox .resourcesearch,
body.page-template-page_news .filters .searchbox .search,
body.page-template-page_news .filters .searchbox .eventsearch,
body.page-template-page_news .filters .searchbox .thesissearch,
body.page-template-page_news .filters .searchbox .facultysearch,
body.page-template-page_news .filters .searchbox .resourcesearch,
body.page-template-page_events .filters .searchbox .search,
body.page-template-page_events .filters .searchbox .eventsearch,
body.page-template-page_events .filters .searchbox .thesissearch,
body.page-template-page_events .filters .searchbox .facultysearch,
body.page-template-page_events .filters .searchbox .resourcesearch,
body.page-template-page_faculty .filters .searchbox .search,
body.page-template-page_faculty .filters .searchbox .eventsearch,
body.page-template-page_faculty .filters .searchbox .thesissearch,
body.page-template-page_faculty .filters .searchbox .facultysearch,
body.page-template-page_faculty .filters .searchbox .resourcesearch,
body#page_calendar .filters .searchbox .search,
body#page_calendar .filters .searchbox .eventsearch,
body#page_calendar .filters .searchbox .thesissearch,
body#page_calendar .filters .searchbox .facultysearch,
body#page_calendar .filters .searchbox .resourcesearch,
body.page-template-page_resources .filters .searchbox .search,
body.page-template-page_resources .filters .searchbox .eventsearch,
body.page-template-page_resources .filters .searchbox .thesissearch,
body.page-template-page_resources .filters .searchbox .facultysearch,
body.page-template-page_resources .filters .searchbox .resourcesearch {
	font-family:'Asap Condensed',
	sans-serif;
	font-weight:700;
	letter-spacing:0.0em;
	font-size:0.9em;
	width:100%;
	padding:1.25em 0;
	border:0px;
	background-color:transparent;
	outline:0;
	color:#50a684;
	text-transform:uppercase;
	-webkit-box-sizing:border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing:border-box;
	/* Firefox, other Gecko */
	box-sizing:border-box;
	/* Opera/IE 8+ */
}
body.page-template-page_newsevents .filters .searchbox .searchglass,
body.page-template-page_news .filters .searchbox .searchglass,
body.page-template-page_events .filters .searchbox .searchglass,
body.page-template-page_faculty .filters .searchbox .searchglass,
body#page_calendar .filters .searchbox .searchglass,
body.page-template-page_resources .filters .searchbox .searchglass {
	background-image:url(./img/search_glass.png);
	position:absolute;
	right:0;
	top:0;
	height:100%;
	width:26px;
	background-repeat:no-repeat;
	background-position:center center;
	cursor:pointer;
}
body.page-template-page_newsevents .filters .selectbox,
body.page-template-page_news .filters .selectbox,
body.page-template-page_events .filters .selectbox,
body.page-template-page_faculty .filters .selectbox,
body#page_calendar .filters .selectbox,
body.page-template-page_resources .filters .selectbox {
	float:right;
	width:100%;
	background-color:white;
}
body.page-template-page_newsevents .filters .selectbox.widerselect,
body.page-template-page_news .filters .selectbox.widerselect,
body.page-template-page_events .filters .selectbox.widerselect,
body.page-template-page_faculty .filters .selectbox.widerselect,
body#page_calendar .filters .selectbox.widerselect,
body.page-template-page_resources .filters .selectbox.widerselect {
	width:100%;
	margin-bottom:2em;
}
body.page-template-page_newsevents .filters .selectbox.margin,
body.page-template-page_news .filters .selectbox.margin,
body.page-template-page_events .filters .selectbox.margin,
body.page-template-page_faculty .filters .selectbox.margin,
body#page_calendar .filters .selectbox.margin,
body.page-template-page_resources .filters .selectbox.margin {
	margin:0 3%;
	margin-bottom:2em;
	margin-right:0;
}
body.page-template-page_newsevents .filters select.filter,
body.page-template-page_news .filters select.filter,
body.page-template-page_events .filters select.filter,
body.page-template-page_faculty .filters select.filter,
body#page_calendar .filters select.filter,
body.page-template-page_resources .filters select.filter {
	font-family:'Asap Condensed', sans-serif;
	font-weight:700;
	letter-spacing:0.0em;
	font-size:0.9em;
	border:0px;
	border-radius:0px;
	width:100%;
	height:3.7em;
	background-color:white;
	outline:0;
	color:#50a684;
	background-image:url(./img/downgreen.png);
	background-position:95% center;
	background-repeat:no-repeat;
	-webkit-appearance:none;
	padding:0 0 0 20px;
	text-transform:uppercase;
	-webkit-box-sizing:border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing:border-box;
	/* Firefox, other Gecko */
	box-sizing:border-box;
	/* Opera/IE 8+ */
}
body.page-template-page_newsevents .filters::-webkit-input-placeholder,
body.page-template-page_events .filters::-webkit-input-placeholder,
body.page-template-page_faculty .filters::-webkit-input-placeholder,
body#page_calendar .filters::-webkit-input-placeholder,
body.page-template-page_resources .filters::-webkit-input-placeholder {
	color:#50a684;
}
body.page-template-page_newsevents .filters:-moz-placeholder,
body.page-template-page_events .filters:-moz-placeholder,
body.page-template-page_faculty .filters:-moz-placeholder,
body#page_calendar .filters:-moz-placeholder,
body.page-template-page_resources .filters:-moz-placeholder {
	color:#50a684;
}
body.page-template-page_newsevents .filters::-moz-placeholder,
body.page-template-page_events .filters::-moz-placeholder,
body.page-template-page_faculty .filters::-moz-placeholder,
body#page_calendar .filters::-moz-placeholder,
body.page-template-page_resources .filters::-moz-placeholder {
	color:#50a684;
}
body.page-template-page_newsevents .filters:-ms-input-placeholder,
body.page-template-page_events .filters:-ms-input-placeholder,
body.page-template-page_faculty .filters:-ms-input-placeholder,
body#page_calendar .filters:-ms-input-placeholder,
body.page-template-page_resources .filters:-ms-input-placeholder {
	color:#50a684;
}
body#page_resources .anchorlist {
	margin-top:-4em;
}
body#page_resources h1 {
	margin-bottom:-1em;
}
body#page_resources .content {
	width:100%;
	margin:0 auto;
}
body#page_resources .content .borderbox .vc_col-sm-6 {
	padding:0em 2em;
}
body#page_calendar .filters {
	float:none;
}
body#page_calendar .filters .searchbox .searchglass {
	background-color:transparent;
}
body.error404 h1 {
	margin:0;
	padding:0;
	margin-bottom:0em;
	font-weight:700;
	color:#072b31;
	font-size:11em;
}
body.error404 .fourpagecontent {
	width:100%;
	margin:2em auto 5em;
}
body .vc_column_container > .vc_column-inner {
	padding-left:0px;
	padding-right:0px;
}
body .vc_row {
	margin-left:auto;
	margin-right:auto;
}
body .vc_tta-accordion .vc_tta-panel-title a:after {
	display:none;
}
body .job-listing-meta {
	display:none !important;
}
body .single_job_listing .company {
	display:none !important;
}
body .single_job_listing .application {
	display:none !important;
}

/* RESPONSIVE OVERIDES */

@media only screen and (min-width: 700px) {
	body a.child_box,
	body a.custom_degree {
		width:46%;
		margin-right:8%;
	}
	body a.child_box.widebox,
	body a.custom_degree.widebox {
		width: 100%;
	}
	body a.child_box.widebox .top,
	body a.child_box.widebox .bottom,
	body a.custom_degree.widebox .top,
	body a.custom_degree.widebox .bottom {
		width: 100%;
	}
	body a.child_box.widebox .leftcontain,
	body a.custom_degree.widebox .leftcontain {
		width: 48%;
	}
	body a.child_box.widebox .leftcontain .bottom .contents,
	body a.custom_degree.widebox .leftcontain .bottom .contents {
		padding: 1.5em 1.5em 2em 1.5em;
	}
	body a.child_box.widebox .rightcontain,
	body a.custom_degree.widebox .rightcontain {
		width: 48%;
		margin-left: 4%;
		float: left;
		margin: 2em 0 2em 4%;
	}
	body a.child_box:nth-child(odd),
	body a.custom_degree:nth-child(odd) {
		margin-right: 0;
	}
	body .child_box,
	body .custom_degree {
		width: 46%;
		margin-right: 8%;
	}
	body .child_box.widebox,
	body .custom_degree.widebox {
		width: 100%;
	}
	body .child_box.widebox .top,
	body .child_box.widebox .bottom,
	body .custom_degree.widebox .top,
	body .custom_degree.widebox .bottom {
		width: 100%;
	}
	body .child_box.widebox .leftcontain,
	body .custom_degree.widebox .leftcontain {
		width: 48%;
	}
	body .child_box.widebox .rightcontain,
	body .custom_degree.widebox .rightcontain {
		width: 48%;
		margin-left: 4%;
		float: left;
		margin: 2em 0 2em 4%;
	}
	body .child_box:nth-child(odd),
	body .custom_degree:nth-child(odd) {
		margin-right: 0;
	}
	body .eventslide_area .slick-prev,
	body .eventslide_area .slick-next,
	body .faculty_page .slick-prev,
	body .faculty_page .slick-next,
	body .event_page .slick-prev,
	body .event_page .slick-next {
		display: inline-block !important;
		width: 41px;
		height: 41px;
	}
	body .eventslide_area .slick-prev,
	body .faculty_page .slick-prev,
	body .event_page .slick-prev {
		right: 37px;
	}
	body .eventslide_area .sidebar,
	body .faculty_page .sidebar,
	body .event_page .sidebar {
		width: 35%;
		float: left;
	}
	body .eventslide_area .eventslist,
	body .faculty_page .eventslist,
	body .event_page .eventslist {
		width: 60%;
		float: left;
	}
	body.page-template-page_newsevents .eventslide_area .slick-prev,
	body.page-template-page_newsevents .eventslide_area .slick-next,
	body.page-template-page_events .eventslide_area .slick-prev,
	body.page-template-page_events .eventslide_area .slick-next,
	body.page-template-page_faculty .eventslide_area .slick-prev,
	body.page-template-page_faculty .eventslide_area .slick-next,
	body.page-template-page_resources .eventslide_area .slick-prev,
	body.page-template-page_resources .eventslide_area .slick-next {
		top: -117px;
	}
	body.page-template-page_newsevents .gray a.btn,
	body.page-template-page_events .gray a.btn,
	body.page-template-page_faculty .gray a.btn,
	body.page-template-page_resources .gray a.btn {
		position: absolute;
		right: 135px;
		margin-top: 3.4em;
	}
	body .vc_tta-accordion .vc_tta-panel-title a {
		padding: 1.5em 0 1.5em 3% !important;
	}
	body .vc_tta-accordion .vc_tta-panel-title a:hover:after {
		width: initial;
	}
	body .vc_tta-accordion .vc_tta-panel-title a .vc-oi-down,
	body .vc_tta-accordion .vc_tta-panel-title a .fa-arrow-down {
		color: #50a684;
		position: absolute;
		left: 290px;
		font-weight: lighter;
		font-size: 0.75em;
		top: 50%;
	}
	body .vc_tta-accordion .vc_tta-panel-title a:after {
		position: absolute;
		left: 25px;
		display: block;
		width: initial;
		background-color: transparent;
		height: 1px;
		text-align: right;
		top: 35%;
		color: #50a684;
		font-family: 'Asap Condensed', sans-serif;
		font-weight: 700;
		font-size: 1em;
		width: 100%;
		text-align: left;
	}
}
@media only screen and (min-width: 768px) {
	body .extrabtn {
		margin-top:-6em;
		margin-bottom:0;
	}
	body .extrabtn .container {
		width: 57%;
		float: right;
	}
	body a.totop {
		display: none;
	}
	body.search-results .container {
		display: block;
	}
	body .search_page {
		width: 75%;
	}
	body .search_page .jobblock .right {
		width: 80%;
	}
	body.google-search-results .search_page {
		width: 100%;
	}
	body.google-search-results .search_page .jobblock .right {
		width: 100%;
	}
	body .search_filters {
		width: 20%;
	}
	body img.alignright {
		float: right;
		margin-left: 2em;
		margin-bottom: 1em;
	}
	body img.alignleft {
		float: left;
		margin-right: 2em;
		margin-bottom: 1em;
	}
	body .story_container {
		width: 82.5%;
		padding: 0;
	}
	body .story_container h1 {
		font-size: 5em;
	}
	body .story_container .author_status .left,
	body .story_container .author_status .ai1ec-post_thumbnail,
	body .story_container .ai1ec-single-event .left,
	body .story_container .ai1ec-single-event .ai1ec-post_thumbnail,
	body .story_container .job_listing .left,
	body .story_container .job_listing .ai1ec-post_thumbnail {
		width: 25%;
	}
	body .story_container .author_status .right,
	body .story_container .author_status .ai1ec-event-details,
	body .story_container .ai1ec-single-event .right,
	body .story_container .ai1ec-single-event .ai1ec-event-details,
	body .story_container .job_listing .right,
	body .story_container .job_listing .ai1ec-event-details {
		width: 72%;
	}
	body #tile_sizer {
		width: 50%;
	}
	body .wpb_column {
		padding-bottom: 2em;
	}
	body .inline_load {
		margin-bottom: 0em;
	}
	body .tablepress {
		margin: 0;
	}
	body .questions {
		padding: 5em 0;
	}
	body .vc_column_container > .vc_column-inner {
		padding-left: 15px;
		padding-right: 15px;
	}
	body p.rightside_link {
		position: absolute;
		margin-top: -2.25em;
		text-align: right;
	}
	body form .gform_body .ginput_container {
		width: inherit !important;
	}
	body .sidelist {
		margin-top: 5em;
	}
	body .sidelist .vc_column-inner {
		width: 65%;
	}
	body .vc_row {
		/*
                  margin-left: -15px;
                  margin-right: -15px;
      */
	}
	body .homehero {
		height: 475px;
	}
	body .homehero .wpb_column {
		position: static;
		padding: 0;
		margin: auto;
		width: 100%;
	}
	body .homehero .wpb_column h1 {
		margin-bottom: 0.25em;
	}
	body .sidebar {
		width: 40%;
	}
	body .sidebar.lastbar {
		width: 52%;
		float: right;
		margin-right: 3%;
	}
	body .vc_tta-accordion .vc_tta-panel-title a {
		padding: 1.5em 0 1.5em 3% !important;
	}
	body .vc_tta-accordion .vc_tta-panel-title a:hover:after {
		width: initial;
	}
	body .vc_tta-accordion .vc_tta-panel-title a .vc-oi-down,
	body .vc_tta-accordion .vc_tta-panel-title a .fa-arrow-down {
		color: #50a684;
		position: absolute;
		left: 300px;
		font-weight: lighter;
		font-size: 0.75em;
		top: 50%;
	}
	body .vc_tta-accordion .vc_tta-panel-title a:after {
		position: absolute;
		left: 25px;
		display: block;
		width: initial;
		background-color: transparent;
		height: 1px;
		text-align: right;
		top: 35%;
		color: #50a684;
		font-family: 'Asap Condensed', sans-serif;
		font-weight: 700;
		font-size: 1em;
		width: 100%;
		text-align: left;
	}
	body #content.breadcrumb_page {
		padding-top: 6em;
	}
	body #content .horizontal_links ul li {
		text-align: center;
	}
	body #content.nohero {
		padding-top: 5.0em;
	}
	body #content.nohero h1 {
		font-size: 4em;
		margin-top: 15px;
	}
	body #content.nohero .wpb_column {
		padding-bottom: 1em;
	}
	body .stickybar p {
		text-align: right !important;
	}
	body .stickybar p.pagetitle {
		display: block;
	}
	body .stickybar.barstuck .vc_column-inner {
		width: 20%;
		position: fixed;
		left: 5.25%;
	}
	body .stickybar.barunstuck .vc_column-inner {
		width: 20%;
		position: absolute;
	}
	body#page_essentials .borderbox .wpb_text_column {
		padding-top: 4em;
	}
	body#page_essentials .borderbox .notoppadding {
		padding-top: 0px;
	}
	body#page_resources .anchorlist {
		margin-top: 0em;
	}
	body#page_resources h1 {
		margin-bottom: -1em;
	}
	body .stickynavbar {
		float: right;
		left: inherit;
		right: 0;
		opacity: 0;
	}
	body .content {
		width: 52%;
		margin: 0 4%;
	}
	body .tablepress {
		margin: 0em 0 2em 0;
	}
	body .borderbox {
		padding: 0px;
	}
	body .borderbox h3 {
		position: absolute;
	}
	body .borderbox .wpb_text_column {
		padding-top: 4em;
	}
	body .borderbox .vc_column-inner {
		padding: 0em 4%;
	}
	body #breadcrumbs .container {
		padding: 0 0 0 0;
		font-size: 100%;
	}
	body #breadcrumbs ul#breadcrumb {
		display: block;
	}
	body .container {
		padding: 0;
	}
	body #hero {
		height: 400px;
		background-position: 96% 100%;
	}
	body #hero.smallerhero {
		height: 300px;
	}
	body #hero p.sideways {
		display: block;
	}
	body #hero .container {
		position: absolute;
		top: 45%;
		left: 45%;
		width: 80%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		padding: 0;
	}
	body #hero .container p {
		display: block;
		width: 48%;
		font-size: 1.35em;
	}
	body #hero .container h1 {
		font-size: 4em;
	}
	body .container .container_75 {
		width: 75%;
	}
	body .container .container_75 .sidebar {
		width: 25%;
		float: right;
	}
	body .concentrations ul li {
		width: 47%;
	}
	body .vc_tta-accordion .vc_tta-panel-title a:after {
		display: block;
	}
	body .related {
		padding-top: 6em;
	}
	body .related h2 {
		width: 75%;
	}
	body .related .related_area {
		max-width: 1190px;
	}
	body .related .full_related {
		width: 100%;
	}
	body .related_area .slick-prev {
		display: inline-block !important;
		position: absolute;
		top: -15%;
		right: 49px;
		left: inherit;
	}
	body .related_area .slick-next {
		display: inline-block !important;
		top: -15%;
		right: 0;
		left: inherit;
	}
	body .related_area .related_box .contents {
		width: 90%;
	}
	body .faculty_container .col1 {
		width: 90%;
		left: left;
	}
	body .faculty_container .col1 .mobilecontent {
		margin-bottom: 0;
		display: none;
	}
	body .faculty_container .col1 .content_holder {
		width: 90%;
	}
	body .faculty_container .col2 {
		display: block;
		width: 25%;
		float: right;
	}
	body .children .collection .container {
		width: 95%;
	}
	body .children .collection .container h3 {
		width: 80%;
	}
	body .children .collection .container a.btn {
		top: 2.5em;
		position: absolute;
		margin-bottom: 0;
	}
	body .related_staff {
		padding: 4em 0;
	}
	body .related_staff .related_faculty_area .slick-prev,
	body .related_staff .related_faculty_area .slick-next {
		display: inline-block !important;
	}
	body header {
		display: block;
	}
	body header #header_top a.homelink {
		display: block;
	}
	body .mobile_header,
	body .mobile_menu {
		display: none;
	}
	body .faculty_box {
		width: 46%;
		margin-right: 4%;
	}
	body .eventslide_area,
	body .faculty_page,
	body .event_page {
		margin: 4em auto;
	}
	body#page_resources .content {
		width: 60%;
		margin: 0 0%;
	}
	body#page_resources .content .borderbox .vc_col-sm-6 {
		padding: 0em 2em;
		margin-bottom: 35px;
	}
	body.page-template-page_newsevents .gray,
	body.page-template-page_events .gray,
	body.page-template-page_faculty .gray,
	body#page_calendar .gray,
	body.page-template-page_resources .gray {
		padding-top: 4em;
	}
	body.page-template-page_newsevents .filters .selectbox,
	body.page-template-page_events .filters .selectbox,
	body.page-template-page_faculty .filters .selectbox,
	body#page_calendar .filters .selectbox,
	body.page-template-page_resources .filters .selectbox {
		width: 25%;
	}
	body.page-template-page_newsevents .filters .selectbox.margin,
	body.page-template-page_events .filters .selectbox.margin,
	body.page-template-page_faculty .filters .selectbox.margin,
	body#page_calendar .filters .selectbox.margin,
	body.page-template-page_resources .filters .selectbox.margin {
		margin-bottom: 0;
		margin-right: 3%;
	}
	body.page-template-page_newsevents .filters .selectbox.widerselect,
	body.page-template-page_events .filters .selectbox.widerselect,
	body.page-template-page_faculty .filters .selectbox.widerselect,
	body#page_calendar .filters .selectbox.widerselect,
	body.page-template-page_resources .filters .selectbox.widerselect {
		width: 35%;
		margin-bottom: 0;
	}
	body.page-template-page_newsevents .filters .searchbox,
	body.page-template-page_events .filters .searchbox,
	body.page-template-page_faculty .filters .searchbox,
	body#page_calendar .filters .searchbox,
	body.page-template-page_resources .filters .searchbox {
		width: 40%;
	}
	body footer form {
		width: 50%;
		display: block;
	}
	body footer ul#menu-footer-navigation {
		display: block;
	}
	body footer #footer_cta {
		width: 30%;
		display: block;
	}
	body footer #footer_social {
		float: left;
		margin-top: 16px;
		margin-left: 5%;
	}
	body footer .top .container {
		padding: 7em 0;
	}
	body footer .bottom {
		background-color: #e7edee;
	}
	body footer .bottom .container {
		padding: 1em 0;
	}
	body.error404 h1 {
		margin: 0;
		padding: 0;
		margin-bottom: 0em;
		font-weight: 700;
		color: #072b31;
		font-size: 23.3em;
	}
	body.error404 .fourpagecontent {
		width: 50%;
		margin: 2em auto 5em;
	}
}
@media only screen and (min-width: 960px) {
	body {
		font-size:90%;
	}
	body .vc_tta-accordion .vc_tta-panel-title a {
		padding: 1.5em 0 1.5em 3% !important;
	}
	body .vc_tta-accordion .vc_tta-panel-title a:hover:after {
		width: initial;
	}
	body .vc_tta-accordion .vc_tta-panel-title a .vc-oi-down,
	body .vc_tta-accordion .vc_tta-panel-title a .fa-arrow-down {
		color: #50a684;
		position: absolute;
		left: 390px;
		font-weight: lighter;
		font-size: 0.75em;
		top: 50%;
	}
	body .vc_tta-accordion .vc_tta-panel-title a:after {
		position: absolute;
		left: 25px;
		display: block;
		width: initial;
		background-color: transparent;
		height: 1px;
		text-align: right;
		top: 35%;
		color: #50a684;
		font-family: 'Asap Condensed', sans-serif;
		font-weight: 700;
		font-size: 1em;
		width: 100%;
		text-align: left;
	}
	body .extrabtn {
		margin-top: -6em;
		margin-bottom: -2em;
	}
	body .extrabtn .container {
		width: 47%;
		float: inherit;
	}
	body #tile_sizer {
		width: 33.3%;
	}
	body .wpb_column {
		padding-bottom: 3em;
	}
	body .stickybar {
		display: block;
	}
	body .faculty_box {
		width: 30%;
		margin-right: 3.3%;
	}
	body .eventslide_area,
	body .faculty_page,
	body .event_page {
		margin: 2em auto;
	}
	body .eventslide_area .related_box,
	body .faculty_page .related_box,
	body .event_page .related_box {
		width: 30%;
		margin-right: 3.3%;
	}
	body .eventslide_area .sidebar,
	body .faculty_page .sidebar,
	body .event_page .sidebar {
		width: 25%;
		float: left;
	}
	body .eventslide_area .eventslist,
	body .faculty_page .eventslist,
	body .event_page .eventslist {
		width: 65%;
	}
	body .eventslide_area .eventslist .eventarea .eventblock .left,
	body .faculty_page .eventslist .eventarea .eventblock .left,
	body .event_page .eventslist .eventarea .eventblock .left {
		width: 15%;
		margin-right: 3%;
	}
	body .sidebar {
		width: 20%;
		font-size: 100%;
	}
	body .sidebar.lastbar {
		width: 20%;
		float: right;
		margin-right: 0%;
	}
	body#page_resources .sidebar {
		width: 25%;
	}
	body#page_resources .content {
		width: 75%;
	}
	body .numbers_box p.numberwordbottom {
		font-size: 2.2em;
	}
	body .numbers_box p.bold_number {
		font-size: 4em;
	}
	body span.vc_sep_holder {
		margin-top: 8em;
	}
	body span.vc_sep_holder:before,
	body span.vc_sep_holder:after {
		width: 48%;
	}
	body #hero {
		height: 450px;
	}
	body #hero p.sideways {
		top: 50%;
		right: 0%;
	}
	body header #header_top {
		height: 50px;
	}
	body header #header_top a#search_icon {
		width: 75px;
	}
	body header #header_top a#search_icon i {
		top: 22%;
		left: 32%;
	}
	body header #header_top a#au_direct {
		height: 50px;
	}
	body header #header_top a.homelink {
		padding: 17px 14px;
	}
	body header #header_top ul#menu-utility-nav {
		display: block;
	}
	body header #header_bottom {
		height: 125px;
	}
	body header #header_bottom ul.main_nav {
		margin-top: 50px;
	}
	body header #header_bottom ul.main_nav li {
		margin-right: 40px;
	}
	body header #header_bottom a.logo {
		width: 320px;
		height: 58px;
	}
	body .homehero {
		height: 575px;
	}
	body .homehero .wpb_column {
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
		-webkit-transform: translate(0%, -50%);
		transform: translate(0, -50%);
		top: 50%;
		width: 90%;
	}
	body .homehero .wpb_column h1 {
		margin-bottom: 0.25em;
	}
	body a.child_box,
	body a.custom_degree {
		width: 28%;
	}
	body a.child_box.widebox,
	body a.custom_degree.widebox {
		width: 100%;
	}
	body a.child_box.widebox .leftcontain,
	body a.custom_degree.widebox .leftcontain {
		width: 30%;
	}
	body a.child_box.widebox .rightcontain,
	body a.custom_degree.widebox .rightcontain {
		width: 64%;
		margin-left: 6%;
	}
	body a.child_box.widebox .rightcontain ul ul.col-sm-6,
	body a.custom_degree.widebox .rightcontain ul ul.col-sm-6 {
		width: 45%;
	}
	body a.child_box.widebox .top,
	body a.child_box.widebox .bottom,
	body a.custom_degree.widebox .top,
	body a.custom_degree.widebox .bottom {
		width: 100%;
	}
	body a.child_box.widebox .top p.title,
	body a.child_box.widebox .bottom p.title,
	body a.custom_degree.widebox .top p.title,
	body a.custom_degree.widebox .bottom p.title {
		font-size: 1.8em;
	}
	body a.child_box .bottom p.title,
	body a.custom_degree .bottom p.title {
		font-size: 2.0em;
	}
	body a.child_box:nth-child(odd),
	body a.custom_degree:nth-child(odd) {
		margin-right: 8%;
	}
	body a.child_box.noright,
	body a.custom_degree.noright {
		margin-right: 0%;
	}
	body .child_box,
	body .custom_degree {
		width: 28%;
	}
	body .child_box.widebox,
	body .custom_degree.widebox {
		width: 100%;
	}
	body .child_box.widebox .leftcontain,
	body .custom_degree.widebox .leftcontain {
		width: 30%;
	}
	body .child_box.widebox .rightcontain,
	body .custom_degree.widebox .rightcontain {
		width: 64%;
		margin-left: 6%;
	}
	body .child_box.widebox .rightcontain ul ul.col-sm-6,
	body .custom_degree.widebox .rightcontain ul ul.col-sm-6 {
		width: 45%;
		margin-right: 5%;
	}
	body .child_box.widebox .top,
	body .child_box.widebox .bottom,
	body .custom_degree.widebox .top,
	body .custom_degree.widebox .bottom {
		width: 100%;
	}
	body .child_box.widebox .top p.title,
	body .child_box.widebox .bottom p.title,
	body .custom_degree.widebox .top p.title,
	body .custom_degree.widebox .bottom p.title {
		font-size: 1.0em;
	}
	body .child_box .bottom p.title,
	body .custom_degree .bottom p.title {
		font-size: 2.0em;
	}
	body .child_box:nth-child(odd),
	body .custom_degree:nth-child(odd) {
		margin-right: 8%;
	}
	body .child_box.noright,
	body .custom_degree.noright {
		margin-right: 0%;
	}
	body#page_essentials .vc_col-sm-9 {
		width: 75%;
	}
	body .eventslide_area .slick-prev,
	body .eventslide_area .slick-next,
	body .faculty_page .slick-prev,
	body .faculty_page .slick-next,
	body .event_page .slick-prev,
	body .event_page .slick-next {
		width: 46px;
		height: 46px;
	}
	body .eventslide_area .slick-prev,
	body .faculty_page .slick-prev,
	body .event_page .slick-prev {
		right: 42px;
	}
	body.page-template-page_newsevents .eventslide_area .slick-prev,
	body.page-template-page_newsevents .eventslide_area .slick-next,
	body.page-template-page_events .eventslide_area .slick-prev,
	body.page-template-page_events .eventslide_area .slick-next,
	body.page-template-page_faculty .eventslide_area .slick-prev,
	body.page-template-page_faculty .eventslide_area .slick-next,
	body.page-template-page_resources .eventslide_area .slick-prev,
	body.page-template-page_resources .eventslide_area .slick-next {
		top: -128px;
	}
	body.page-template-page_newsevents .gray,
	body.page-template-page_events .gray,
	body.page-template-page_news .gray,
	body.page-template-page_faculty .gray,
	body.page-template-page_resources .gray {
		padding-top: 0em;
	}
	body .container .container_75 {
		width: 75%;
	}
	body .concentrations ul li {
		width: 47%;
	}
}
@media only screen and (min-width: 1118px) {
	body .homehero .wpb_column h1 {
		margin-bottom:0.25em;
		font-size:265%;
	}
}
@media only screen and (min-width: 1200px) {
	body {
		font-size:95%;
	}
	body .extrabtn {
		margin-top: -8em;
		margin-bottom: -2em;
	}
	body .wpb_column {
		padding-bottom: 5em;
	}
	body .numbers_box p.bold_number {
		font-size: 5.8em;
	}
	body .numbers_box p.numberwordbottom {
		font-size: 2.85em;
	}
	body .homehero {
		height: 725px;
	}
	body .homehero .wpb_column {
		top: 47%;
		width: 60%;
		right: inherit;
		left: 34%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	body .eventslide_area,
	body .faculty_page,
	body .event_page {
		margin: 4em auto;
	}
	body .eventslide_area .slick-prev,
	body .eventslide_area .slick-next,
	body .faculty_page .slick-prev,
	body .faculty_page .slick-next,
	body .event_page .slick-prev,
	body .event_page .slick-next {
		width: 48px;
		height: 48px;
	}
	body .eventslide_area .slick-prev,
	body .faculty_page .slick-prev,
	body .event_page .slick-prev {
		right: 42px;
	}
	body #hero {
		height: 485px;
	}
	body a.child_box .bottom p.title,
	body a.custom_degree .bottom p.title {
		font-size: 2em;
	}
	body .child_box .bottom p.title,
	body.custom_degree .bottom p.title {
		font-size: 2em;
	}
	body.page-template-page_newsevents .eventslide_area .slick-prev,
	body.page-template-page_newsevents .eventslide_area .slick-next,
	body.page-template-page_events .eventslide_area .slick-prev,
	body.page-template-page_events .eventslide_area .slick-next,
	body.page-template-page_faculty .eventslide_area .slick-prev,
	body.page-template-page_faculty .eventslide_area .slick-next,
	body.page-template-page_resources .eventslide_area .slick-prev,
	body.page-template-page_resources .eventslide_area .slick-next {
		top: -133px;
	}
	body.page-template-page_newsevents .filters .selectbox,
	body.page-template-page_events .filters .selectbox,
	body.page-template-page_faculty .filters .selectbox,
	body.page-template-page_resources .filters .selectbox {
		width: 15.5%;
	}
	body.page-template-page_newsevents .filters .selectbox.margin,
	body.page-template-page_events .filters .selectbox.margin,
	body.page-template-page_faculty .filters .selectbox.margin,
	body.page-template-page_resources .filters .selectbox.margin {
		margin-bottom: 0;
	}
	body.page-template-page_newsevents .filters .selectbox.widerselect,
	body.page-template-page_events .filters .selectbox.widerselect,
	body.page-template-page_faculty .filters .selectbox.widerselect,
	body.page-template-page_resources .filters .selectbox.widerselect {
		width: 35%;
	}
	body.page-template-page_newsevents .filters .searchbox,
	body.page-template-page_events .filters .searchbox,
	body.page-template-page_faculty .filters .searchbox,
	body.page-template-page_resources .filters .searchbox {
		width: 20.7%;
	}
}
@media only screen and (min-width: 1500px) {
	body {
		font-size:100%;
	}
	body .wpb_column {
		padding-bottom: 6em;
	}
	body .eventslide_area .slick-prev,
	body .eventslide_area .slick-next,
	body .faculty_page .slick-prev,
	body .faculty_page .slick-next,
	body .event_page .slick-prev,
	body .event_page .slick-next {
		width: 50px;
		height: 50px;
	}
	body .faculty_page .slick-prev,
	body .event_page .slick-prev {
		right: 46px;
	}
	body .homehero {
		height: 864px;
	}
	body #hero {
		height: 525px;
	}
	body a.child_box .bottom p.title,
	body a.custom_degree .bottom p.title {
		font-size: 2em;
	}
	body .child_box .bottom p.title,
	body.custom_degree .bottom p.title {
		font-size: 2em;
	}
	body.page-template-page_newsevents .eventslide_area .slick-prev,
	body.page-template-page_newsevents .eventslide_area .slick-next,
	body.page-template-page_events .eventslide_area .slick-prev,
	body.page-template-page_events .eventslide_area .slick-next,
	body.page-template-page_faculty .eventslide_area .slick-prev,
	body.page-template-page_faculty .eventslide_area .slick-next,
	body.page-template-page_resources .eventslide_area .slick-prev,
	body.page-template-page_resources .eventslide_area .slick-next {
		top: -140px;
	}
}
@media only screen and (max-width: 767px) {
	select,
	textarea,
	input {
		font-size:16px !important;
	}
}
.screen-reader {
	border:0;
	clip:rect(0 0 0 0);
	height:1px;
	margin:-1px;
	overflow:hidden;
	padding:0;
	position:absolute;
	white-space:nowrap;
	width:1px;
}
.screen-reader-focusable:active,
.screen-reader-focusable:focus {
	clip:auto;
	height:auto;
	margin:0;
	overflow:visible;
	position:static;
	white-space:normal;
	width:auto;
}
/* Antioch Custom CSS */
/* Tracking Pixels Branch */
.antioch-test {
  padding: 0; }
  .antioch-test .antioch-test {
    padding: 0; }

.screen-reader-text {
  display: block;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  line-height: 0;
  text-indent: -99999em; }

.footer .searchform input#s {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  width: 90%;
  font-size: 13px;
  padding: 10px 0px 10px 10px;
  position: absolute;
  top: 0;
  height: 40px;
  border: 1px solid white;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.footer .searchform input#searchsubmit {
  background-color: #50a684;
  position: absolute;
  border: 0;
  outline: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 50px;
  font: normal normal normal 20px/1 FontAwesome;
  color: white;
  font-weight: 900;
  font-size: 22px !important; }

/*FORM STYLES*/
.dynamicFormDefaults span {
	font-size: 3.5em !important;
}
.dynamicFormDefaults span span {
	font-size: 1em !important;
}
.title span {
	font-weight: 500;
	font-size: 1.5em !important;
}
.form-action-bar .middle-buttons {
	text-align: right;
	margin-top: 2em !important;
	width: 95%;
}
button.cancel {
	display: none
}
button.submit {
	color: #072b31;
	text-transform: uppercase;
	font-family: 'Asap Condensed', sans-serif;
	font-weight: 900;
	font-size: 0.79em;
	padding: 1em .65em 1em .65em;
	display: inline-block;
	letter-spacing: 0.0em;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	-o-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
	border-radius: 0px !important;
	font-size: 1.5em !important;
	cursor: pointer;
}
button.submit:after {
	background-color: transparent;
	height: 0
}
button.submit:hover {
	color: white !important;
	background: transparent !important;
	background-color: #4e7a62 !important;
}
button.submit.greensubmit {
	color: white !important;
	background: transparent !important;
	border: 3px solid white !important;
}
.dynamic-form-required {
	background-color: transparent;
	font-weight: 900;
	font-size: 1.15em;
	font-family: 'Open Sans', sans-serif!important;
	text-transform: uppercase;
	letter-spacing: 0.0em;
	color: #385249;
	width: 100% !important;
	margin-bottom: 0.5em;
}
.dynamic-form-required.legend {
	position: absolute;
	right: 0;
}
.field-control {
	position: relative;
}
ul.control-child-helper li.control-child-wrapper {
	padding: 0;
	float: left;
	list-style-type: none;
}
.hidden {
	display: none
}
.field-control label {
	font-weight: 900;
	font-size: 1.15em;
	font-family: 'Verlag';
	text-transform: uppercase;
	letter-spacing: 0.0em;
	color: #385249;
	width: 100% !important;
	margin-bottom: 0.5em
}
#form-wrapper {
	width: 100% !important;
	padding-bottom: 3em
}
div.section-control {
	border: 0px
}
div.section-control .title {
	border: 0px;
	background-color: transparent;
	margin-bottom: 2em
}
div.section-control .title span {
	font-weight: 400;
	font-size: 2em !important
}
.field-control input {
	border: 0px solid #385249 !important;
	border-bottom: 4px solid #4f7b60 !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	background-color: transparent;
	box-sizing: border-box;
	font-size: 18px !important;
	padding: 19px;
	font-weight: 300;
}
.field-control input:focus {
	outline: none;
}
ul.control-child-helper li.clear-float {
	display: none;
}
h1 {
	margin: 0;
	margin-bottom: 1em;
	padding: 0;
	font-size: 5em;
	font-weight: 700;
	width: 90%;
	font-family: 'Asap Condensed', sans-serif !important;

}
h2 {
	margin: 0;
	margin-bottom: 0.5em;
	padding: 0;
	font-size: 4em;
	font-weight: 700;
	width: 100%;
	font-family: 'Asap Condensed', sans-serif !important;

}
h4 {
	font-weight: 200;
	font-size: 3em;
	margin-bottom: 0px;
	margin-top: 0;
	color: white;
	font-family: 'Asap Condensed', sans-serif !important;
}
h5 {
	margin: 0;
	margin-bottom: 0.5em;
	padding: 0;
	font-size: 1.75em;
	font-weight: 700;
	width: 100%;
	font-family: 'Asap Condensed', sans-serif !important;
}
h6 {
	margin: 0;
	margin-bottom: 0.5em;
	padding: 0;
	font-size: 1.75em;
	font-weight: 700;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
}
.gform_heading {
	font-size: 1.5em;
	width: 100%
}
p {
	font-size: 2em;
	width: 100%
}
textarea {
	width: 100%;
	border: 0px;
	outline: 0px;
	border: 4px solid #50a684;
	height: 150px
}
ul.control-child-helper li.control-child-wrapper {
	width: 47%;
	margin-right: 3%;
	margin-bottom: 2em
}
ul.control-child-helper li.control-child-wrapper input[type="text"] {
	width: 100% !important
}
ul.control-child-helper li.control-child-wrapper select {
	font-family: 'Asap Condenses', sans-serif;
	font-weight: 700;
	letter-spacing: 0.0em;
	font-size: 1.2em;
	border: 0px;
	border-radius: 0px;
	width: 100%;
	height: 3.7em;
	background-color: white;
	outline: 0;
	color: #072b31;
	padding-left: 5px;
	width: 100% !important;
	text-transform: uppercase;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 1em;
	-webkit-appearance: none;
	border-radius: 0px;
	background-image: url(./img/downgreen.png);
	background-repeat: no-repeat;
	background-position: 97% center;
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: ''
}
ul.control-child-helper li.control-child-wrapper select::-ms-expand {
	display: none;
}
button.cancel {
	display: none !important;
}
body.ask_form label {
	color: white;
}
body.ask_form .field-control input {
	background-color: white;
	border: 4px solid #4f7b60 !important;
}
body.ask_form .field-control select {
	background-color: white;
	border: 4px solid #4f7b60 !important;
	height: 67px !important;
	margin-top: 0 !important;
}
body.ask_form .dynamic-form-required {
	color: white;
}
body.ask_form button.submit {
	border: 4px solid white;
	color: white;
	background: transparent !important;
}
body.ask_form button.submit:hover {
	background: white !important;
	color: #c1b383 !important;
}
@media only screen and (max-width: 892px) {
	h1 {
		font-size: 5em;
	}
	h2 {
		font-size: 4em;
	}
}
@media only screen and (max-width: 767px) {
	.dynamic-form-required.legend {
		position: relative;
		font-size: 0.65em !important
	}
	ul.control-child-helper li.control-child-wrapper {
		width: 100%;
		margin-right: 0;
		margin-bottom: 0em;
	}
	.field-control label {
		font-size: 0.9em;
	}
	.field-control input {
		padding: 10px;
	}
	h4 {
		font-size: 2.5em;
	}
	h1 {
		font-size: 4em;
	}
	h2 {
		font-size: 3em;
	}
	#form-wrapper {
		padding-bottom: 0px;
	}
}

/*TOGGLE STYLES*/

.toggle-slide {
  overflow: hidden;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  direction: ltr;
  text-align: center;
}
div.disabled > .toggle-slide {
  opacity: 0.7;
  pointer-events: none;
}
.toggle-slide .toggle-on,
.toggle-slide .toggle-off,
.toggle-slide .toggle-blob {
  float: left;
}
.toggle-slide .toggle-blob {
  position: relative;
  z-index: 99;
  cursor: hand;
  cursor: grab;
}
.toggle-dark .toggle-slide {
  border-radius: 5px;
  box-shadow: 0 0 0 1px #242529, 0 1px 0 1px #666;
}
.toggle-dark .toggle-on,
.toggle-dark .toggle-off,
.toggle-dark .toggle-blob {
  color: rgba(255, 255, 255, 0.7);
  font-size: 11px;
}
.toggle-dark .toggle-on,
.toggle-dark .toggle-select .toggle-inner .active {
  background: -webkit-linear-gradient(#1A70BE, #31A2E1);
  background: linear-gradient(#1A70BE, #31A2E1);
}
.toggle-dark .toggle-off,
.toggle-dark .toggle-select .toggle-on {
  background: -webkit-linear-gradient(#242529, #34363B);
  background: linear-gradient(#242529, #34363B);
}
.toggle-dark .toggle-blob {
  border-radius: 4px;
  background: -webkit-linear-gradient(#CFCFCF, whiteSmoke);
  background: linear-gradient(#CFCFCF, whiteSmoke);
  box-shadow: inset 0 0 0 1px #888, inset 0 0 0 2px white;
}
.toggle-dark .toggle-blob:hover {
  background: -webkit-linear-gradient(#c0c0c0, #dadada);
  background: linear-gradient(#c0c0c0, #dadada);
  box-shadow: inset 0 0 0 1px #888,inset 0 0 0 2px #ddd;
}
.toggle-iphone .toggle-slide {
  border-radius: 9999px;
  box-shadow: 0 0 0 1px #999;
}
.toggle-iphone .toggle-on,
.toggle-iphone .toggle-off {
  color: white;
  font-size: 18px;
  font-weight: bold;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}
.toggle-iphone .toggle-on {
  border-radius: 9999px 0 0 9999px;
  background: #037bda;
  box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.4);
}
.toggle-iphone .toggle-on:after {
  background: -webkit-linear-gradient(#1189f1, #3797ef);
  background: linear-gradient(#1189f1, #3797ef);
  height: 50%;
  content: '';
  margin-top: -19%;
  display: block;
  border-radius: 9999px;
  margin-left: 10%;
}
.toggle-iphone .toggle-off {
  box-shadow: inset -2px 2px 5px rgba(0, 0, 0, 0.4);
  border-radius: 0 9999px 9999px 0;
  color: #828282;
  background: #ECECEC;
  text-shadow: 0 0 1px white;
}
.toggle-iphone .toggle-off:after {
  background: -webkit-linear-gradient(#fafafa, #fdfdfd);
  background: linear-gradient(#fafafa, #fdfdfd);
  height: 50%;
  content: '';
  margin-top: -19%;
  display: block;
  margin-right: 10%;
  border-radius: 9999px;
}
.toggle-iphone .toggle-blob {
  border-radius: 50px;
  background: -webkit-linear-gradient(#d1d1d1, #fafafa);
  background: linear-gradient(#d1d1d1, #fafafa);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.6), inset 0 0 0 2px white, 0 0 3px rgba(0, 0, 0, 0.6);
}
.toggle-light .toggle-slide {
  border-radius: 9999px;
  box-shadow: 0 0 0 1px #999;
}
.toggle-light .toggle-on,
.toggle-light .toggle-off {
  font-size: 11px;
  font-weight: 500;
}
.toggle-light .toggle-on,
.toggle-light .toggle-select .toggle-inner .active {
  background: #45a31f;
  box-shadow: inset 2px 2px 6px rgba(0, 0, 0, 0.2);
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
  color: rgba(255, 255, 255, 0.8);
}
.toggle-light .toggle-off,
.toggle-light .toggle-select .toggle-on {
  color: rgba(0, 0, 0, 0.6);
  text-shadow: 0 1px rgba(255, 255, 255, 0.2);
  background: -webkit-linear-gradient(#cfcfcf, #f5f5f5);
  background: linear-gradient(#cfcfcf, #f5f5f5);
}
.toggle-light .toggle-blob {
  border-radius: 50px;
  background: -webkit-linear-gradient(#f5f5f5, #cfcfcf);
  background: linear-gradient(#f5f5f5, #cfcfcf);
  box-shadow: 1px 1px 2px #888;
}
.toggle-light .toggle-blob:hover {
  background: -webkit-linear-gradient(#e4e4e4, #f9f9f9);
  background: linear-gradient(#e4e4e4, #f9f9f9);
}
.toggle-modern .toggle-slide {
  border-radius: 4px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25), 0 0 1px rgba(0, 0, 0, 0.2);
  background: -webkit-linear-gradient(#c0c5c9, #a1a9af);
  background: linear-gradient(#c0c5c9, #a1a9af);
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.2), inset 0 0 0 1px rgba(0, 0, 0, 0.15), 0 1px 0 rgba(255, 255, 255, 0.15);
}
.toggle-modern .toggle-on,
.toggle-modern .toggle-off {
  -webkit-transition: all 0.1s ease-out;
          transition: all 0.1s ease-out;
  color: white;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.1);
  font-size: 11px;
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), inset 0 0 0 1px rgba(0, 0, 0, 0.2), inset 0 -1px 1px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(0, 0, 0, 0.2);
}
.toggle-modern .toggle-select .toggle-off,
.toggle-modern .toggle-select .toggle-on {
  background: none;
}
.toggle-modern .toggle-off,
.toggle-modern .toggle-off.active {
  background: -webkit-linear-gradient(#737e8d, #3f454e);
  background: linear-gradient(#737e8d, #3f454e);
}
.toggle-modern .toggle-on,
.toggle-modern .toggle-on.active {
  background: -webkit-linear-gradient(#4894cd, #2852a6);
  background: linear-gradient(#4894cd, #2852a6);
}
.toggle-modern .toggle-blob {
  background: -webkit-linear-gradient(#c0c6c9, #81898f);
  background: linear-gradient(#c0c6c9, #81898f);
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), inset 0 0 0 1px rgba(0, 0, 0, 0.2), inset 0 -1px 1px rgba(0, 0, 0, 0.1), 1px 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}
.toggle-modern .toggle-blob:hover {
  background-image: -webkit-linear-gradient(#a1a9af, #a1a9af);
  background-image: linear-gradient(#a1a9af, #a1a9af);
}
.toggle-soft .toggle-slide {
  border-radius: 5px;
  box-shadow: 0 0 0 1px #999;
}
.toggle-soft .toggle-on,
.toggle-soft .toggle-off {
  color: rgba(0, 0, 0, 0.7);
  font-size: 11px;
  text-shadow: 1px 1px white;
}
.toggle-soft .toggle-on,
.toggle-soft .toggle-select .toggle-inner .active {
  background: -webkit-linear-gradient(#d2ff52, #91e842);
  background: linear-gradient(#d2ff52, #91e842);
}
.toggle-soft .toggle-off,
.toggle-soft .toggle-select .toggle-on {
  background: -webkit-linear-gradient(#cfcfcf, #f5f5f5);
  background: linear-gradient(#cfcfcf, #f5f5f5);
}
.toggle-soft .toggle-blob {
  border-radius: 4px;
  background: -webkit-linear-gradient(#cfcfcf, #f5f5f5);
  background: linear-gradient(#cfcfcf, #f5f5f5);
  box-shadow: inset 0 0 0 1px #bbb, inset 0 0 0 2px white;
}
.toggle-soft .toggle-blob:hover {
  background: -webkit-linear-gradient(#e4e4e4, #f9f9f9);
  background: linear-gradient(#e4e4e4, #f9f9f9);
  box-shadow: inset 0 0 0 1px #ddd,inset 0 0 0 2px #ddd;
}


/*FANCY BOX*/
.fancybox-enabled {
	overflow: hidden;
	-ms-touch-action: none;
	touch-action: none;
}
.fancybox-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99993;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.fancybox-container~.fancybox-container {
	z-index: 99992;
}
.fancybox-bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #0f0f11;
	opacity: 0;
	transition-timing-function: cubic-bezier(.55, .06, .68, .19);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.fancybox-container--ready .fancybox-bg {
	opacity: .87;
	transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}
.fancybox-controls {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
	opacity: 0;
	z-index: 99994;
	transition: opacity .1s;
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.fancybox-show-controls .fancybox-controls {
	opacity: 1;
}
.fancybox-infobar {
	display: none;
}
.fancybox-show-infobar .fancybox-infobar {
	display: inline-block;
	pointer-events: all;
}
.fancybox-infobar__body {
	display: inline-block;
	width: 70px;
	line-height: 44px;
	font-size: 13px;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	text-align: center;
	color: #ddd;
	background-color: rgba(30, 30, 30, .7);
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-font-smoothing: subpixel-antialiased;
}
.fancybox-buttons {
	position: absolute;
	top: 0;
	right: 0;
	display: none;
	pointer-events: all;
}
.fancybox-show-buttons .fancybox-buttons {
	display: block;
}
.fancybox-slider-wrap {
	overflow: hidden;
}
.fancybox-slider,
.fancybox-slider-wrap {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 0;
	margin: 0;
	z-index: 99993;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.fancybox-slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: auto;
	outline: none;
	white-space: normal;
	box-sizing: border-box;
	text-align: center;
	z-index: 99994;
	-webkit-overflow-scrolling: touch;
	-webkit-tap-highlight-color: transparent;
}
.fancybox-slide:before {
	content: "";
	height: 100%;
	width: 0;
}
.fancybox-slide:before,
.fancybox-slide>* {
	display: inline-block;
	vertical-align: middle;
}
.fancybox-slide>* {
	position: relative;
	padding: 24px;
	margin: 44px 0;
	border-width: 0;
	text-align: left;
	background-color: #fff;
	overflow: auto;
	box-sizing: border-box;
}
.fancybox-slide--image {
	overflow: hidden;
}
.fancybox-slide--image:before {
	display: none;
}
.fancybox-content {
	display: inline-block;
	position: relative;
	margin: 44px auto;
	padding: 0;
	border: 0;
	width: 80%;
	height: calc(100% - 88px);
	vertical-align: middle;
	line-height: normal;
	text-align: left;
	white-space: normal;
	outline: none;
	font-size: 16px;
	font-family: Arial, sans-serif;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
	-webkit-overflow-scrolling: touch;
}
.fancybox-iframe {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	height: 100%;
	background: #fff;
}
.fancybox-slide--video .fancybox-content,
.fancybox-slide--video .fancybox-iframe {
	background: transparent;
}
.fancybox-placeholder {
	z-index: 99995;
	background: transparent;
	cursor: default;
	overflow: visible;
	-webkit-transform-origin: top left;
	transform-origin: top left;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.fancybox-image,
.fancybox-placeholder,
.fancybox-spaceball {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	border: 0;
}
.fancybox-image,
.fancybox-spaceball {
	width: 100%;
	height: 100%;
	max-width: none;
	max-height: none;
	background: transparent;
	background-size: 100% 100%;
}
.fancybox-controls--canzoomOut .fancybox-placeholder {
	cursor: zoom-out;
}
.fancybox-controls--canzoomIn .fancybox-placeholder {
	cursor: zoom-in;
}
.fancybox-controls--canGrab .fancybox-placeholder {
	cursor: -webkit-grab;
	cursor: grab;
}
.fancybox-controls--isGrabbing .fancybox-placeholder {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}
.fancybox-spaceball {
	z-index: 1;
}
.fancybox-tmp {
	position: absolute;
	top: -9999px;
	left: -9999px;
	visibility: hidden;
}
.fancybox-error {
	position: absolute;
	margin: 0;
	padding: 40px;
	top: 50%;
	left: 50%;
	width: 380px;
	max-width: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #fff;
	cursor: default;
}
.fancybox-error p {
	margin: 0;
	padding: 0;
	color: #444;
	font: 16px/20px 'Open Sans', sans-serif;
}
.fancybox-close-small {
	position: absolute;
	top: 4px;
	right: 4px;
	padding: 0;
	margin: 0;
	width: 30px;
	height: 30px;
	font: 21px/1 Arial, Helvetica Neue, Helvetica, sans-serif;
	color: #888;
	font-weight: 300;
	text-align: center;
	border-radius: 50%;
	border-width: 0;
	cursor: pointer;
	background: #fff;
	transition: background .2s;
	box-sizing: border-box;
	z-index: 2;
}
.fancybox-close-small:focus {
	outline: 1px dotted #888;
}
.fancybox-slide--video .fancybox-close-small {
	top: -36px;
	right: -36px;
	background: transparent;
}
.fancybox-close-small:hover {
	color: #555;
	background: #eee;
}
.fancybox-caption-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 60px 30px 0;
	z-index: 99998;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	box-sizing: border-box;
	background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8));
	opacity: 0;
	transition: opacity .2s;
	pointer-events: none;
}
.fancybox-show-caption .fancybox-caption-wrap {
	opacity: 1;
}
.fancybox-caption {
	padding: 30px 0;
	border-top: 1px solid hsla(0, 0%, 100%, .4);
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	line-height: 20px;
	-webkit-text-size-adjust: none;
}
.fancybox-caption a,
.fancybox-caption button {
	pointer-events: all;
}
.fancybox-caption a {
	color: #fff;
	text-decoration: underline;
}
.fancybox-button {
	display: inline-block;
	position: relative;
	width: 44px;
	height: 44px;
	line-height: 44px;
	margin: 0;
	padding: 0;
	border: 0;
	cursor: pointer;
	background: transparent;
	color: #fff;
	box-sizing: border-box;
	vertical-align: top;
	outline: none;
}
.fancybox-button--disabled {
	cursor: default;
}
.fancybox-button,
.fancybox-infobar__body {
	background: rgba(30, 30, 30, .6);
}
.fancybox-button:hover {
	background: rgba(0, 0, 0, .8);
}
.fancybox-button:after,
.fancybox-button:before {
	content: "";
	pointer-events: none;
	position: absolute;
	border-color: #fff;
	background-color: currentColor;
	color: currentColor;
	opacity: .9;
	box-sizing: border-box;
	display: inline-block;
}
.fancybox-button--left:after {
	left: 20px;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.fancybox-button--left:after,
.fancybox-button--right:after {
	top: 18px;
	width: 6px;
	height: 6px;
	background: transparent;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
}
.fancybox-button--right:after {
	right: 20px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.fancybox-button--left {
	border-bottom-left-radius: 5px;
}
.fancybox-button--right {
	border-bottom-right-radius: 5px;
}
.fancybox-button--close {
	float: right;
}
.fancybox-button--close:after,
.fancybox-button--close:before {
	content: "";
	display: inline-block;
	position: absolute;
	height: 2px;
	width: 16px;
	top: calc(50% - 1px);
	left: calc(50% - 8px);
}
.fancybox-button--close:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.fancybox-button--close:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.fancybox-loading {
	border: 6px solid hsla(0, 0%, 39%, .4);
	border-top: 6px solid hsla(0, 0%, 100%, .6);
	border-radius: 100%;
	height: 50px;
	width: 50px;
	-webkit-animation: a .6s infinite linear;
	animation: a .6s infinite linear;
	background: transparent;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -25px;
	z-index: 99999;
}
@-webkit-keyframes a {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
@keyframes a {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
@media (max-width: 800px) {
	.fancybox-controls {
		text-align: left;
	}
	.fancybox-button--left,
	.fancybox-button--right,
	.fancybox-buttons button:not(.fancybox-button--close) {
		display: none!important;
	}
	.fancybox-caption {
		padding: 20px 0;
		margin: 0;
	}
}
.fancybox-button--fullscreen:before {
	width: 15px;
	height: 11px;
	left: 15px;
	top: 16px;
	border: 2px solid;
	background: none;
}
.fancybox-button--play:before {
	top: 16px;
	left: 18px;
	width: 0;
	height: 0;
	border-top: 6px inset transparent;
	border-bottom: 6px inset transparent;
	border-left: 10px solid;
	border-radius: 1px;
	background: transparent;
}
.fancybox-button--pause:before {
	top: 16px;
	left: 18px;
	width: 7px;
	height: 11px;
	border-style: solid;
	border-width: 0 2px;
	background: transparent;
}
.fancybox-button--thumbs span {
	font-size: 23px;
}
.fancybox-button--thumbs:before {
	top: 20px;
	left: 21px;
	width: 3px;
	height: 3px;
	box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, inset 0 0 0 32px, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
}
.fancybox-container--thumbs .fancybox-caption-wrap,
.fancybox-container--thumbs .fancybox-controls,
.fancybox-container--thumbs .fancybox-slider-wrap {
	right: 220px;
}
.fancybox-thumbs {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: auto;
	width: 220px;
	margin: 0;
	padding: 5px 5px 0 0;
	background: #fff;
	z-index: 99993;
	word-break: normal;
	-webkit-overflow-scrolling: touch;
	-webkit-tap-highlight-color: transparent;
	box-sizing: border-box;
}
.fancybox-thumbs>ul {
	list-style: none;
	position: absolute;
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	overflow-y: auto;
	font-size: 0;
}
.fancybox-thumbs>ul>li {
	float: left;
	overflow: hidden;
	max-width: 50%;
	padding: 0;
	margin: 0;
	width: 105px;
	height: 75px;
	position: relative;
	cursor: pointer;
	outline: none;
	border: 5px solid #fff;
	border-top-width: 0;
	border-right-width: 0;
	-webkit-tap-highlight-color: transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	box-sizing: border-box;
}
li.fancybox-thumbs-loading {
	background: rgba(0, 0, 0, .1);
}
.fancybox-thumbs>ul>li>img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;
	max-width: none;
	max-height: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.fancybox-thumbs>ul>li:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 2px;
	border: 4px solid #4ea7f9;
	z-index: 99991;
	opacity: 0;
	transition: all .2s cubic-bezier(.25, .46, .45, .94);
}
.fancybox-thumbs>ul>li.fancybox-thumbs-active:before {
	opacity: 1;
}
@media (max-width: 800px) {
	.fancybox-thumbs {
		display: none!important;
	}
	.fancybox-container--thumbs .fancybox-caption-wrap,
	.fancybox-container--thumbs .fancybox-controls,
	.fancybox-container--thumbs .fancybox-slider-wrap {
		right: 0;
	}
}

.feedzy-rss .rss_item {
    border-bottom: 1px dotted #333;
    list-style: none;
}
.feedzy-rss .rss_item .title {
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    font-family: 'Asap Condensed', sans-serif;
}
