/*
 Theme Name:   ABOS Main Site
 Description:  UnderStrap Child Theme
 Author:       Superboss
 Author URI:   http:/superboss.co
 Template:     understrap
 Version:      0.5.3
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  understrap-child
 Tags: one-column, custom-menu, featured-images, theme-options, translation-ready
 GitHub Theme URI: holger1411/understrap-child
*/

body, p, a, ul li, ol li, h1, h2, h3, h4, h5, h6 {
	font-family: 'Adagio_Serif';
}
a:visited, a:hover, a:active, a:focus {
	text-decoration: none;
}

/* ALERT BAR */

.alert {
	margin-bottom: 0px;
	text-align: center;
	padding: 1rem 1.25rem;
}
.alert p {
	margin: 0px;
}
.close svg:not(:root).svg-inline--fa {
	width: 18px;
	color: #bbb997;
}
.alert-success {
	background-color: #eeedd9;
	border-color: #eeedd9;
	color: #117d60;
}
.none{
  display: none;
}

/* HEADER */
.abosHeader {
	display: block;
	width: 100%;
	border-top: 5px solid #117d60;
	position: relative;
	z-index: 20;
}
.abosHeader .headerTop {
	display: block;
	width: 100%;
	height: 65px;
	border-bottom: 1px solid #e1e1e1;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(248,248,248,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(248,248,248,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(248,248,248,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f8f8f8',GradientType=0 );
}
.abosHeader .headerBottom {
	display: block;
	width: 100%;
	height: 60px;
	-webkit-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.2);
	background: rgb(248,248,248);
	background: -moz-linear-gradient(top, rgba(248,248,248,1) 0%, rgba(234,234,234,1) 100%);
	background: -webkit-linear-gradient(top, rgba(248,248,248,1) 0%,rgba(234,234,234,1) 100%);
	background: linear-gradient(to bottom, rgba(248,248,248,1) 0%,rgba(234,234,234,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#eaeaea',GradientType=0 );
}
.abosHeader .headerTop .container {
	display: flex;
}
.abosHeader .headerBottom .container {
	display: flex;
}
.abosHeader .headerTop .container .headerLogo {
	width: 15%;
	max-width: 175px;
	margin-right: 20px;
	padding-top: 10px;
	position:relative;
	z-index:1;
}
.abosHeader .headerBottom .container .headerLogoSpace {
	width: 15%;
	max-width: 175px;
	margin-right: 20px;
}
.headerTopNav ul {
	padding: 0px;
	text-align: right;
}
.headerTopNav ul li {
	list-style: none;
	display: inline-block;
	line-height: 65px;
	margin-left: 40px;
}
.headerTopNav ul li a {
	font-size: 16px;
	font-weight: 700;
}
.headerTopNav ul li.orange a {
	color: #db6a1a;
}
.headerTopNav ul li.green a {
	color: #117d60;
}
.headerTopNav ul li.blue a {
	color: #23abe6;
}

.headerTop .headerTopText {
	display: flex;
	height: 65px;
	align-items: center;
	width: 44%;
}
.headerTop .headerTopText h3 {
	font-size: 26px;
	font-style: italic;
	font-weight: 400;
	color: #197d60;
	margin: 0px;
	text-indent: 10px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
	font-weight: 600!important;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link:after,
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link span.mega-indicator:after {
	display: none;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item li.mega-menu-item-has-children > a.mega-menu-link:after {
	display: inline-block;	
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
	line-height: 20px;
	padding-top: 7px;
	padding-bottom: 7px;
}

.headerNav {
	width: 75%;
}
.headerSearch {
	display: flex;
	height: 60px;
	align-items: center;
	text-align: right;
	width: 10%;
}
.headerSearch a {
	color: #bababa;
	font-weight: 700;
	font-size: 16px;
	display: block;
	width: 100%;
}
.headerSearch a svg:not(:root).svg-inline--fa {
	font-size: 20px;
	position: relative;
	top: 2px;
	margin-right: 5px; 
}
.headerSearch a:hover {
	color: #23abe6;
}



/* INTERIOR PAGES */
.insideHero {
	min-height: 250px;
	display: flex;
	align-items: center;
}
.insideHero .insideHeroTitle h1 {
	text-align: center;
	width: 70%;
	margin: 0 auto;
	font-size: 90px;
	font-weight: 300;
	font-style: italic;
	color: white;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
}
.insideHero.searchHero .insideHeroTitle h1 {
	font-size: 30px;
}
.insideHero.searchHero .insideHeroTitle h1 span {
	display: block;
	font-size: 90px;
	margin-top: 15px;
}
.insideHero.generalHero {
	background: rgb(93,177,217);
	background: -moz-linear-gradient(top, rgba(93,177,217,1) 0%, rgba(95,156,188,1) 100%);
	background: -webkit-linear-gradient(top, rgba(93,177,217,1) 0%,rgba(95,156,188,1) 100%);
	background: linear-gradient(to bottom, rgba(93,177,217,1) 0%,rgba(95,156,188,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5db1d9', endColorstr='#5f9cbc',GradientType=0 );
}
.insideHero.directorHero {
	background: rgb(77,119,140);
	background: -moz-linear-gradient(top, rgba(77,119,140,1) 0%, rgba(72,88,94,1) 100%);
	background: -webkit-linear-gradient(top, rgba(77,119,140,1) 0%,rgba(72,88,94,1) 100%);
	background: linear-gradient(to bottom, rgba(77,119,140,1) 0%,rgba(72,88,94,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d778c', endColorstr='#48585e',GradientType=0 );
}

.crumbs {
	display: flex;
	width: 100%;
	height: 75px;
	padding-top: 0px;
	padding-bottom: 0px;
	align-items: center;
	background: #e1f6ff;
}
.crumbs p {
	margin: 0px;
	font-size: 18px;
	font-weight: 500;
	color: #252525;
}
.crumbs p a {
	font-weight: 700;
	font-size: 18px;
	color: #25b0ed;
}
.crumbs p a:hover {
	color: #117d60;
}
.crumbs svg:not(:root).svg-inline--fa {
	margin-left: 10px;
	margin-right: 10px;
	color: #9cbecc;
	position: relative;
	top: 2px;
}

.generalPage {
	padding-top: 75px;
	padding-bottom: 75px;
}
.generalPage .entry-content {
	margin-top: -10px;
}
.generalPage h2 {
	font-size: 36px;
	line-height: 48px;
	color: #252525;
	font-weight: 400;
	margin-bottom: 25px;
	font-style: italic;
}

.generalPage h3 {
	font-size: 32px;
	line-height: 44px;
	color: #252525;
	font-weight: 400;
	margin-bottom: 25px;
	font-style: italic;
}
.generalPage h4 {
	font-size: 28px;
	line-height: 40px;
	color: #252525;
	font-weight: 400;
	margin-bottom: 25px;
	font-style: italic;
}
.generalPage ul li {
	font-size: 20px;
	color: #7d7d7d;
	margin-bottom: 15px;
}
.generalPage ol {
	padding-left: 25px;
	list-style: none; counter-reset: li;
	margin-bottom: 45px;
}
.generalPage ol li {
	font-size: 20px;
	color: #7d7d7d;
	margin-bottom: 15px;
	counter-increment: li;
}
.generalPage ol li::before {
	content: counter(li);
	display: inline-block;
	width: 1em;
	margin-left: -1.5em;
    margin-right: 0.5em;
    text-align: right;
    direction: rtl;
	font-weight: 400;
	color: #197d60;
}
.generalPage ul.previousDirectorsList {
	padding: 0px;
}
.generalPage ul.previousDirectorsList li {
	list-style: none;
}
.generalPage ul.previousDirectorsList li strong {
	color: #252525;
}

.generalPage p {
	margin-bottom: 45px;
	font-size: 20px;
	line-height: 38px;
	color: #7d7d7d;
}
.generalPage p a {
	color: #25b0ed;
	font-weight: 700;
}
.generalPage p a:hover {
	color: #117d60;
}
.generalPage li a {
	color: #25b0ed;
	font-weight: 700;
}
.generalPage li a:hover {
	color: #117d60;
}
.generalPage ul {
	margin-bottom: 35px;
}

.generalPage img {
	border: 10px solid white;
	-webkit-box-shadow: 4px 4px 20px 0px rgba(0,0,0,0.11);
	-moz-box-shadow: 4px 4px 20px 0px rgba(0,0,0,0.11);
	box-shadow: 4px 4px 20px 0px rgba(0,0,0,0.11);
}
.generalPage img.aligncenter {
	display: block;
}

.generalPage td a {
	color: #25b0ed;
	font-weight: 700;
}
.generalPage td a:hover {
	color: #117d60;
}
.ninja_clmn_nm_publication {
	width: 30%;
}

/* DIRECTORS PAGE */
.directorSection {
	display: block;
	width: 100%;
	margin-bottom: 50px;
}
.directorBlock {
	display: flex;
	padding-bottom: 45px;
	margin-bottom: 45px;
	border-bottom: 1px solid #d7d7d7;
}
.directorBlock .directorImage {
	width: 256px;
	height: 310px;
	background: gray;
	margin-right: 40px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.directorBlock .directorImage#placeholderDirector {
	background-image: url(images/director-placeholder.jpg);
}
.directorText {
	width: 60%;
}
.directorText h4 {
	font-size: 24px;
	line-height: 36px;
	font-weight: 700;
	color: #117d60;
	margin-bottom: 5px;
}
.directorText span.locationMeta {
	font-size: 18px;
	color: #252525;
	font-weight: 700;
}
.directorText span.metaDivide {
	font-size: 18px;
	color: #252525;
	font-weight: 700;
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
}
.directorText span.titleMeta {
	font-size: 18px;
	color: #252525;
	font-weight: 700;
}
.directorText p {
	color: #252525;
	font-size: 18px;
	line-height: 30px;
	margin-top: 30px;
	margin-bottom: 0px;
}



/* INTERIOR SIDEBAR */
.abosSidebar {
	
}
.abosSidebar ul {
	padding: 0px;
}
.abosSidebar ul li {
	list-style: none;
	margin-bottom: 20px;
	position: relative;
}
.abosSidebar ul li a {
	font-size: 19px;
	font-weight: 700;
	color: #25b0ed;
	line-height: 30px;
}
.abosSidebar ul li.current_page_item a {
	color: #117d60;
}
.abosSidebar ul li.current_page_item ul li a {
	color: #25b0ed;
}
.abosSidebar ul li a:hover, .abosSidebar ul li.current_page_item ul li a:hover {
	color: #117d60;
}

.abosSidebar ul ul {
	padding-left: 20px;
	padding-top: 20px;
	display: none;
}
.abosSidebar ul li.current-menu-item ul, .abosSidebar ul li.current-page-parent ul, .abosSidebar ul li.current_page_ancestor ul, .abosSidebar ul li.current_page_ancestor ul li.current_page_ancestor ul {
	display: block;
}
.abosSidebar ul li.current-page-parent ul li.menu-item-has-children ul {
	display: none;
}
.abosSidebar ul li.current-page-parent ul li.current_page_item.menu-item-has-children ul {
	display: block;
}


.abosSidebar ul ul li.menu-item-has-children ul {
	display: none;
}




.abosSidebar ul ul li:before {
	content: '';
	width: 15px;
	height: 10px;
	background-image: url(images/drop-arrow.svg);
	background-size: 15px;
	background-repeat: no-repeat;
	background-position: center top;
	position: absolute;
	left: -20px;
	top: 9px;
}
.abosSidebar h4, .abosSidebar h3.widget-title {
	color: #909090;
	font-size: 22px;
	font-weight: 600;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #909090;
}


/*nav select {
display: none;
}
@media (max-width: 991px) {
nav ul     {
display: none;
}
nav select {
display: inline-block;
}
}*/


/* HOME PAGE */
.homeHero {
	display: block;
	height: 100vh;
	max-height: 750px;
	position: relative;
}


.flexslider {
	position: relative;
}
.flexslider .slides > li {
	height: 100vh;
	max-height: 750px;
	background-size: cover;
	background-position: center center;
	position: relative;
}
.flexslider .slides {
	position: relative;
	width: 100%;
	height: 100vh;
	max-height: 750px;
}
.heroText:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 3;
	background: rgb(71,106,125);
background: -moz-linear-gradient(top, rgba(71,106,125,1) 0%, rgba(48,60,69,1) 100%);
background: -webkit-linear-gradient(top, rgba(71,106,125,1) 0%,rgba(48,60,69,1) 100%);
background: linear-gradient(to bottom, rgba(71,106,125,1) 0%,rgba(48,60,69,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#476a7d', endColorstr='#303c45',GradientType=0 );
	opacity: .8;
}

.heroText:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 4;
	background-image: url(images/hero-watermark.png);
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	opacity: .5;
}

.heroText {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	text-align: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8;
}
.heroText


.heroTextWrap {
	width: 100%;
	max-width: 1240px;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
	z-index: 10;
}
.heroText h2, .heroText h3, .heroText h4 {
	width: 100%;
	color: white;
}
.heroText h2 {
	font-weight: 300;
	font-size: 100px;
	font-style: italic;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
}
.heroText h3 {
	font-weight: 300;
	font-size: 48px;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
	position: relative;
	padding-top: 45px;
}
.heroText h3:after {
	content: '';
	position: absolute;
	top: 0;
	left: 35%;
	width: 30%;
	height: 4px;
	background: #25b0ed;
}
.heroText h4 {
	font-weight: 300;
	font-size: 48px;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
	position: relative;
	padding-bottom: 45px;
}
.heroText h4:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 35%;
	width: 30%;
	height: 4px;
	background: #25b0ed;
}



.homeBoxArea {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: -55px;
	margin-bottom: 70px;
	position: relative;
	z-index: 10;
}
.homeBoxes {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.homeBoxes a {
	width: 19%;
	height: 110px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: transform .5s;
	color: white;
	font-size: 30px;
	line-height: 36px;
	font-style: italic;

}
.homeBoxes a.darkgreen {
	background: rgb(40,160,127);
	background: -moz-linear-gradient(top, rgba(40,160,127,1) 0%, rgba(17,125,96,1) 100%);
	background: -webkit-linear-gradient(top, rgba(40,160,127,1) 0%,rgba(17,125,96,1) 100%);
	background: linear-gradient(to bottom, rgba(40,160,127,1) 0%,rgba(17,125,96,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#28a07f', endColorstr='#117d60',GradientType=0 );
}
.homeBoxes a.lightgreen {
	background: rgb(99,205,61);
	background: -moz-linear-gradient(top, rgba(99,205,61,1) 0%, rgba(106,170,14,1) 100%);
	background: -webkit-linear-gradient(top, rgba(99,205,61,1) 0%,rgba(106,170,14,1) 100%);
	background: linear-gradient(to bottom, rgba(99,205,61,1) 0%,rgba(106,170,14,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#63cd3d', endColorstr='#6aaa0e',GradientType=0 );
}
.homeBoxes a.orange {
	background: rgb(241,137,64);
	background: -moz-linear-gradient(top, rgba(241,137,64,1) 0%, rgba(219,112,36,1) 100%);
	background: -webkit-linear-gradient(top, rgba(241,137,64,1) 0%,rgba(219,112,36,1) 100%);
	background: linear-gradient(to bottom, rgba(241,137,64,1) 0%,rgba(219,112,36,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f18940', endColorstr='#db7024',GradientType=0 );
}
.homeBoxes a.blue {
	background: rgb(77,195,247);
	background: -moz-linear-gradient(top, rgba(77,195,247,1) 0%, rgba(37,176,237,1) 100%);
	background: -webkit-linear-gradient(top, rgba(77,195,247,1) 0%,rgba(37,176,237,1) 100%);
	background: linear-gradient(to bottom, rgba(77,195,247,1) 0%,rgba(37,176,237,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4dc3f7', endColorstr='#25b0ed',GradientType=0 );
}
.homeBoxes a.pink {
	background: rgb(227,130,231);
	background: -moz-linear-gradient(top, rgba(227,130,231,1) 0%, rgba(219,92,191,1) 100%);
	background: -webkit-linear-gradient(top, rgba(227,130,231,1) 0%,rgba(219,92,191,1) 100%);
	background: linear-gradient(to bottom, rgba(227,130,231,1) 0%,rgba(219,92,191,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e382e7', endColorstr='#db5cbf',GradientType=0 );
}


.hBox {
	text-align: center;	
}
.homeBoxes a:hover {
	transform: translate(0px, -20px);
}


.homeContent {
	padding-bottom: 100px;
	/*background-image: url(images/home-watermark.jpg);
	background-position: right -50px bottom;
	background-repeat: no-repeat;
	background-size: 700px;*/
}
.homeSectionTitle {
	font-size: 60px;
	font-weight: 300;
	font-style: italic;
	text-align: center;
	color: #117d60;
	padding-bottom: 50px;
	margin-bottom: 70px;
	position: relative;
}
.homeSectionTitle:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 35%;
	width: 30%;
	height: 5px;
	background: #e4e4e4;
}




/* HOME DATES */
.datesBox {
	display: block;
}
.datesBox .dateBlock {
	display: flex;
	margin-bottom: 40px;
}
.datesBox .dateBlock .dateInfo {
	width: 20%;
	padding-right: 10px;
	margin-right: 25px;
	border-right: 1px solid #cbcbcb;
	text-align: center;
}
.datesBox .dateBlock .dateText {
	width: 80%;
}
.datesBox .dateBlock .dateText p {
	font-size: 20px;
	line-height: 30px;
	font-style: italic;
	margin-bottom: 0px;
}

.datesBox .dateBlock .dateInfo .day {
	font-size: 60px;
	font-weight: bold;
	color: #25b0ed;
	line-height: 1;
}
.datesBox .dateBlock .dateInfo .month {
	font-size: 18px;
	color: #000000;
	font-weight: 700;
	text-transform: uppercase;
}
.datesBox .dateBlock .dateInfo .year {
	font-size: 18px;
	font-style: italic;
}


.viewAllBox {
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 60px;
}
.viewAllBox a {
	display: inline-block;
	padding: 10px 25px;
	color: white;
	font-size: 24px;
	font-weight: 700;
	background: #117d60;
	border-radius: 100px;
	-webkit-transition: all 250ms ease-out;
	-moz-transition: all 250ms ease-out;
	-o-transition: all 250ms ease-out;
	transition: all 250ms ease-out;
}
.viewAllBox a:hover {
	background: #25b0ed;
}

.postBlock {
	display: flex;
	width: 100%;
	min-height: 150px;
	margin-bottom: 40px;
}
.postBlock .postImage {
	width: 40%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.postBlock .postImage .postImageLink {
	display: flex;
	width: 100%;
	height: 100%;
}
.postBlock .postInfo {
	width: 60%;
	padding: 10px;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(237,237,237,1) 100%);
	background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%);
	background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=1 );
}
.postBlock .postInfo .postDate {
	display: block;
	width: 100%;
	padding-bottom: 15px;
	border-bottom: 1px solid #d7d7d7;
	margin-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	color: black;
	font-size: 16px;
	font-weight: 600;
}
.postBlock .postInfo .postDate svg:not(:root).svg-inline--fa {
	float: right;
	position: relative;
	top: 5px;
	color: #c1c1c1;
	font-size: 20px;
}

.postBlock .postInfo .postTitle {
	display: block;
	padding: 10px;
	padding-bottom: 20px;
}
.postBlock .postInfo .postTitle a {
	font-size: 32px;
	line-height: 42px;
	font-style: italic;
	color: #117d60;	
}
.postBlock .postInfo .postTitle a:hover {
	color: #25b0ed;	
}
.postBlock .postInfo .postTitle a h4 {
	font-size: 28px;
	line-height: 38px;
	font-style: italic;
	color: #117d60;
}
.postBlock .postInfo .postTitle a:hover h4 {
	color: #25b0ed;
}

#genericPostImage {
	background-image: url(images/placeholder-blog-image.jpg);
}
.page-item.active .page-link {
	background-color: #117d60;
	border-collapse: #117d60;
}


/* BLOG */
.postedDate {
	display: block;
	width: 100%;
	margin-bottom: 35px;
}
.entry-footer a {
	color: #25b0ed;
	font-weight: 700;
}
.entry-footer a:hover {
	color: #117d60;
}


/* CALENDAR PAGE */
.calendarPage .datesBox .dateBlock .dateText {
	display: flex;
	align-items: center;
}
.calendarPage .datesBox .dateBlock .dateText p {
	margin: 0px;
}
.calendarPage .datesBox .dateBlock {
	margin-bottom: 50px;
}
.calendarPage .datesBox .dateBlock:nth-child(even) {
	padding: 15px 0px;
	background: #fafafa;
}

.calendarYearBlock {
	display: block;
	margin-bottom: 75px;
}
.generalContent .calendarYearBlock:last-of-type {
	padding-bottom: 0px;
	border-bottom: none;
	margin-bottom: 0px;
}


/* FAQ */
.faqContent .card {
	border: none;
	background: transparent;
	border-bottom: 2px solid #e7e7e7;
	padding-bottom: 30px;
	border-radius: 0px;
	margin-bottom: 30px;
}
.faqContent .card-body {
	padding: 30px 0px 0px 0px;
}
.faqContent .card-header {
	padding: 0px;
	background: transparent;
	border: none;
}
.faqContent button {
	width: 100%;
	text-align: left;
	font-size: 24px;
	font-weight: 400;
	white-space: normal;
	padding: 0px 30px;
	background-color: transparent;
	color: #252525;
	border-radius: 0px;
	background-image: url(images/up-arrow.png);
	background-size: 16px;
	background-repeat: no-repeat;
	background-position: left top 15px;
}
.faqContent button:hover {
	color: #62a6c9;
}
.faqContent button:hover, .faqContent button:focus, .faqContent button:active {
	text-decoration: none;
}
.faqContent button.collapsed {
	background-image: url(images/down-arrow.png);
	background-size: 16px;
	background-repeat: no-repeat;
	background-position: left top 15px;
	color: #62a6c9;
}
.faqContent p:last-of-type {
	margin-bottom: 0px;
}



/* FORMS */
.gfield_checkbox li input[type=checkbox] {
	margin-top: 0px!important;
	margin-right: 10px;
}

/*Default styles for Gravity Forms single-column-form class*/
 
.single-column-form ul.gfield_checkbox li input[type=checkbox]:checked+label,.single-column-form ul.gfield_checkbox li input[type=checkbox]:not(:checked)+label {
  margin-left:19px;
  font-weight: 400;
  font-size: 20px;
}
 
/*Custom subscribe box for .single-column-form class*/
.single-column-form [type="checkbox"]:not(:checked), [type="checkbox"]:checked {
  position: absolute!important;
  left: -9999px;
}
 
.single-column-form [type="checkbox"]:not(:checked) + label, [type="checkbox"]:checked + label {
  position: relative!important;
  padding-left: 1.0em!important;
  cursor: pointer!important;
}
 
.single-column-form [type="checkbox"]:not(:checked) + label:before, [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: -17px;
  top: 2px;
  width: 1.30em;
  height: 1.30em;
  border: 2px solid #ccc;
  background: #fff;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
  padding: 2px;
}
 
.single-column-form [type="checkbox"]:not(:checked) + label:after, [type="checkbox"]:checked + label:after {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  top: 6px;
  left: -13px;
  font-size: 1.3em;
  line-height: 0.8;
  background-color: #117d60;
  transition: all .2s;
}

 
/* checked mark aspect changes */
.single-column-form [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
 
.single-column-form [type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
 
/* disabled checkbox */
.single-column-form [type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
 
.single-column-form [type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
 
.single-column-form [type="checkbox"]:disabled + label {
  color: #aaa;
}


.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
	border: none;
	padding: 10px 25px;
	font-weight: 700;
	font-size: 24px;
	color: white;
	background: #25b0ed;
	-webkit-transition: all 250ms ease-out;
	-moz-transition: all 250ms ease-out;
	-o-transition: all 250ms ease-out;
	transition: all 250ms ease-out;
	text-transform: uppercase;
}
.gform_wrapper .gform_footer input.button:hover,
.gform_wrapper .gform_footer input[type=submit]:hover,
.gform_wrapper .gform_page_footer input.button:hover,
.gform_wrapper .gform_page_footer input[type=submit]:hover {
	background: #117d60;
}



/* SEARCH */
.generalPage h2 a {
	color: #197d60;
}
.generalPage h2 a:hover {
	color: #23abe6;
}
.generalPage .btn-secondary {
	background: #197d60;
	color: white;
	border: none;
}
.generalPage .btn-secondary:hover {
	background: #23abe6;
	color: white;
}
.searchPopBlock {
	display: block;
	width: 90%;
	max-width: 500px;
	margin: 0 auto;
}
.searchPopBlock input {
	height: 50px;
}
.searchPopBlock .btn-primary {
	background: #25b0ed;
	border: none;
	text-transform: uppercase;
}
.searchPopBlock .form-control:focus, .searchPopBlock .form-control:active {
	border: none!important;
}
.abosHeadSearch h3 {
	color: white;
	margin-bottom: 15px;
	font-weight: 300;
	font-style: italic;
}



/* STAFF */
.staffWrap {
	display: block;
}
.staffWrap h4 {
	margin-bottom: 0px;
}
.staffWrap h4 a {
	font-size: 22px;
	color: #117d60;
}
.staffWrap h5 {
	font-size: 16px;
	color: #252525;
	line-height: 30px;
	margin-bottom: 0px;
}
.staffWrap p {
	font-size: 16px;
	margin-bottom: 50px;
}
.staffWrap .staffPhoto {
	display: block;
	width: 100%;
	max-width: 270px;
	height: 0px;
	padding-top: 125%;
	margin: 0px;
	background-position: center center;
	background-size: cover;
}
.staffWrap .staffPhoto#placeholderStaff {
	background-image: url(images/director-placeholder.jpg);
}



/* DIPLOMATE ARCHIVE PAGE */

.archiveSection {
	display: block;
	margin-bottom: 50px;
	padding-bottom: 50px;
	border-bottom: 1px solid #e6e6e6;
}
.archiveSection h3 {
	text-align: center;
}
.archiveBlock {
	display: block;
	width: 100%;
	padding: 0px 20px;
	text-align: center;
	margin-bottom: 25px;
}
.archiveBlock h5 {
	font-size: 12px;
}
.archiveBlock a.nameLink {
	text-transform: uppercase;
	color: #25b0ed;
}
.archiveBlock a.urlLink, .archiveBlock a.pdfLink {
	color: #e6e6e6;
	font-size: 32px;
	-webkit-transition: all 250ms ease-out;
	-moz-transition: all 250ms ease-out;
	-o-transition: all 250ms ease-out;
	transition: all 250ms ease-out;
}
.archiveBlock a.urlLink:hover, .archiveBlock a.pdfLink:hover {
	color: #197d60;
} 


.post-navigation a {
	color: #197d60;
}

/* TABLES */
.semantic_ui .ui.table.cmeSAEtable {
	border: none!important;
}
.semantic_ui .ui.table.cmeSAEtable img {
	box-shadow: none!important;
}


/* MOBILE NAV */
.shiftnav.shiftnav-skin-standard-dark li.menu-item .shiftnav-submenu-activation {
	line-height: 52px;
}
.shiftnav .shiftnav-menu-image img {
    max-width: 100%;
    height: auto;
    max-height: 150px;
    width: auto;
    margin: 0 auto;
    display: block;
}
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu > li.menu-item > .shiftnav-target {
	border-top: none!important;
}
.shiftnav.shiftnav-skin-standard-dark, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu {
	border-top: 1px solid #0c5a47!important;
}


/* RESPONSIVE */
@media (min-width: 1300px) {
	.container {
	    max-width: 1240px;
	}
}
@media (max-width: 1300px) {
	.headerTopNav ul li {
		margin-left: 25px;
	}
	.insideHero .insideHeroTitle h1 {
		font-size: 70px;
	}
	.insideHero.searchHero .insideHeroTitle h1 span {
		font-size: 70px;
	}
}
@media (min-width:1201px) {
	.mobileNavBtn {
		display: none!important;
	}
}
@media (max-width:1200px) {
	.abosHeader .headerTop {
		-webkit-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.2);
		-moz-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.2);
		box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.2);
		background: rgb(248,248,248);
	}
	.abosHeader .headerBottom {
		display: none;
	}
	.headerTopNav ul {
		display: none;
	}
	.headerTop .headerTopText {
		width: 73%;
	}
	.headerTop .headerTopNav {
		width: 13%;
		text-align: right;
		line-height: 65px;
	}
	.headerTopNav .shiftnav-toggle-button {
		background: transparent!important;
		color: #117d60!important;
		font-size: 30px;
	    padding: 0px!important;
	    position: relative;
	    top: 6px;
	}
	.headerTopNav .shiftnav-toggle-button:hover {
		color: #25b0ed!important;	
	}
	.abosHeader .headerTop .container .headerLogo {
		width: 15%;
	    max-width: 120px;
	    margin-right: 10px;
	    padding-top: 5px;
	}
	.shiftnav-nav select {
		display: none!important;
	}
	.heroText h2 {
		font-size: 80px;
	}
	.heroText h4, .heroText h3 {
		font-size: 40px;
	}
	.homeHero, .flexslider .slides > li {
		max-height: 650px;
	}
	
	
	
	.homeBoxes a {
		font-size: 26px;
	}
	
	
	
}


@media (min-width:992px) {
	.mobile {
		display: none!important;
	}
	.generalContent {
		padding-left: 50px;
	}
}
@media (max-width:991px) {
	.desktop {
		display: none!important;
	}
	.insideHero .insideHeroTitle h1 {
		font-size: 60px;
		width: 100%;
	}
	.insideHero.searchHero .insideHeroTitle h1 span {
		font-size: 60px;
	}
	.alert p {
		font-size: 14px;
	}
	.abosSidebar {
		max-width: 300px;
		margin: 30px auto 0 auto;
	}
	.homeBoxes a {
		font-size: 20px;
		line-height: 28px;
	}
	.heroText h2 {
		font-size: 60px;
	}
	.heroText h4, .heroText h3 {
		font-size: 32px;
	}
	.homeHero, .flexslider .slides > li {
		max-height: 550px;
	}
	.datesBox {
   		display: block;
    	margin-top: 100px;
	}
	.flex-direction-nav {
		display: none!important;
	}
}

@media (max-width:768px) {
	.headerTop .headerTopText h3 {
		font-size: 20px;
		line-height: 26px;
		text-indent: 0px;
	}
	.abosHeader .headerTop .container .headerLogo {
		width: 20%;
	}
	.crumbs {
		display: none;
	}
	.generalPage p {
		font-size: 16px;
		line-height: 30px;
		margin-bottom: 35px;
	}
	.generalPage li {
		font-size: 16px;
	}
	.generalPage h2 {
		font-size: 32px;
	}
	.generalPage h3 {
		font-size: 28px;
	}
	.directorText p {
		font-size: 16px;
	}
	.directorBlock .directorImage {
		height: 180px;
		width: 150px;
		margin-right: 20px;
	}
	.directorText {
		width: 65%;
	}
	.directorText h4 {
		font-size: 20px;
	}
	.heroText h2 {
		font-size: 42px;
	}
	.heroText h3 {
		padding-top: 25px;
	}
	.heroText h4 {
		padding-bottom: 25px;
	}
	.heroText h4, .heroText h3 {
		font-size: 26px;
	}
	.homeHero, .flexslider .slides > li {
		max-height: 450px;
	}
	.homeBoxes a {
		font-size: 20px;
		line-height: 28px;
		width: 28%;
		margin: 10px;
	}
	.homeBoxes {
		flex-wrap: wrap;
		justify-content: center;
	}
	.homeBoxes a:hover {
		transform: translate(0px, -10px);
	}
}


@media (max-width:600px) {
	.ninja_clmn_nm_project_title {
		width: 70%;
	}
	.insideHero .insideHeroTitle h1 {
		font-size: 48px;
	}
	.insideHero.searchHero .insideHeroTitle h1 span {
		font-size: 48px;
	}
	.insideHero {
		min-height: 150px;
	}
	.generalPage {
		padding-top: 35px;
	}
	.homeBoxes a {
		font-size: 20px;
		line-height: 28px;
		width: 30%;
		margin: 5px 5px 10px 5px;
	}
	.abosSidebar ul li {
		margin-bottom: 10px;
	}
	.datesBox {
   		display: block;
    	margin-top: 50px;
	}
	.homeSectionTitle {
		font-size: 40px;
		margin-bottom: 40px;
		padding-bottom: 30px;
	}
	.homeBoxArea {
		margin-bottom: 35px;
	}
	.postBlock .postInfo .postTitle a h4 {
	    font-size: 24px;
	    line-height: 32px;
	    margin-bottom: 0px;
	}
	.staffWrap .staffPhoto {
		width: 250px;
		height: 315px;
		padding: 0px;
	}
}

@media (max-width:375px) {
	.homeBoxes a {
		font-size: 16px;
		line-height: 24px;
	}
}