Theme Name: Fogpilot

Theme URI: http://underscores.me/

Author: Underscores.me

Author URI: http://underscores.me/

Description: Description

Version: 1.0.0

License: GNU General Public License v2 or later

License URI: http://www.gnu.org/licenses/gpl-2.0.html

Text Domain: fogpilot

Tags:



This theme, like WordPress, is licensed under the GPL.

Use it to make something cool, have fun, and share what you've learned with others.



Fogpilot is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

Underscores is distributed under the terms of the GNU GPL v2 or later.



Normalizing styles have been helped along thanks to the fine work of

Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/

*/



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

>>> TABLE OF CONTENTS:

----------------------------------------------------------------

# Normalize

# Typography

# Elements

# Forms

# Navigation

	## Links

	## Menus

# Accessibility

# Alignments

# Clearings

# Widgets

# Content

    ## Posts and pages

	## Asides

	## Comments

# Infinite scroll

# Media

	## Captions

	## Galleries

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



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

# Normalize

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

html {

	font-family: sans-serif;

	-webkit-text-size-adjust: 100%;

	-ms-text-size-adjust:     100%;

}



body {

	margin: 0;

}



article,

aside,

details,

figcaption,

figure,

footer,

header,

main,

menu,

nav,

section,

summary {

	display: block;

}



audio,

canvas,

progress,

video {

	display: inline-block;

	vertical-align: baseline;

}



audio:not([controls]) {

	display: none;

	height: 0;

}



[hidden],

template {

	display: none;

}



a {

	background-color: transparent;

}



a:active,

a:hover {

	outline: 0;

}



abbr[title] {

	border-bottom: 1px dotted;

}



b,

strong {

	font-weight: bold;

}



dfn {

	font-style: italic;

}



h1 {

	font-size: 2em;

	margin: 0.67em 0;

}



mark {

	background: #ff0;

	color: #000;

}



small {

	font-size: 80%;

}



sub,

sup {

	font-size: 75%;

	line-height: 0;

	position: relative;

	vertical-align: baseline;

}



sup {

	top: -0.5em;

}



sub {

	bottom: -0.25em;

}



img {

	border: 0;

}



svg:not(:root) {

	overflow: hidden;

}



figure {

	margin: 1em 40px;

}



hr {

	box-sizing: content-box;

	height: 0;

}



pre {

	overflow: auto;

}



code,

kbd,

pre,

samp {

	font-family: monospace, monospace;

	font-size: 1em;

}



button,

input,

optgroup,

select,

textarea {

	color: inherit;

	font: inherit;

	margin: 0;

}



button {

	overflow: visible;

}



button,

select {

	text-transform: none;

}



button,

html input[type="button"],

input[type="reset"],

input[type="submit"] {

	-webkit-appearance: button;

	cursor: pointer;

}



button[disabled],

html input[disabled] {

	cursor: default;

}



button::-moz-focus-inner,

input::-moz-focus-inner {

	border: 0;

	padding: 0;

}



input {

	line-height: normal;

}



input[type="checkbox"],

input[type="radio"] {

	box-sizing: border-box;

	padding: 0;

}



input[type="number"]::-webkit-inner-spin-button,

input[type="number"]::-webkit-outer-spin-button {

	height: auto;

}



input[type="search"] {

	-webkit-appearance: textfield;

	box-sizing: content-box;

}



input[type="search"]::-webkit-search-cancel-button,

input[type="search"]::-webkit-search-decoration {

	-webkit-appearance: none;

}



fieldset {

	border: 1px solid #c0c0c0;

	margin: 0 2px;

	padding: 0.35em 0.625em 0.75em;

}



legend {

	border: 0;

	padding: 0;

}



textarea {

	overflow: auto;

}



optgroup {

	font-weight: bold;

}



table {

	border-collapse: collapse;

	border-spacing: 0;

}



td,

th {

	padding: 0;

}



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

# Typography

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

body,

button,

input,

select,

textarea {

	color: #404040;

	font-family: sans-serif;

	font-size: 16px;

	font-size: 1rem;

	line-height: 1.5;

}



h1,

h2,

h3,

h4,

h5,

h6 {

	clear: both;

}



p {

	margin-bottom: 1.5em;

}



dfn,

cite,

em,

i {

	font-style: italic;

}



blockquote {

	margin: 0 1.5em;

}



address {

	margin: 0 0 1.5em;

}



pre {

	background: #eee;

	font-family: "Courier 10 Pitch", Courier, monospace;

	font-size: 15px;

	font-size: 0.9375rem;

	line-height: 1.6;

	margin-bottom: 1.6em;

	max-width: 100%;

	overflow: auto;

	padding: 1.6em;

}



code,

kbd,

tt,

var {

	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;

	font-size: 15px;

	font-size: 0.9375rem;

}



abbr,

acronym {

	border-bottom: 1px dotted #666;

	cursor: help;

}



mark,

ins {

	background: #fff9c0;

	text-decoration: none;

}



big {

	font-size: 125%;

}



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

# Elements

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

html {

	box-sizing: border-box;

}



*,

*:before,

*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */

	box-sizing: inherit;

}



body {

	background: #fff; /* Fallback for when there is no custom background color defined. */

}



blockquote:before,

blockquote:after,

q:before,

q:after {

	content: "";

}



blockquote,

q {

	quotes: "" "";

}



hr {

	background-color: #ccc;

	border: 0;

	height: 1px;

	margin-bottom: 1.5em;

}



ul,

ol {

	margin: 0 0 1.5em 3em;

}



ul {

	list-style: disc;

}



ol {

	list-style: decimal;

}



li > ul,

li > ol {

	margin-bottom: 0;

	margin-left: 1.5em;

}



dt {

	font-weight: bold;

}



dd {

	margin: 0 1.5em 1.5em;

}



img {

	height: auto; /* Make sure images are scaled correctly. */

	max-width: 100%; /* Adhere to container width. */

}



table {

	margin: 0 0 1.5em;

	width: 100%;

}



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

# Forms

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

button,

input[type="button"],

input[type="reset"],

input[type="submit"] {

	border: 1px solid;

	border-color: #ccc #ccc #bbb;

	border-radius: 3px;

	background: #e6e6e6;

	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);

	color: rgba(0, 0, 0, .8);

	font-size: 12px;

	font-size: 0.75rem;

	line-height: 1;

	padding: .6em 1em .4em;

	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);

}



button:hover,

input[type="button"]:hover,

input[type="reset"]:hover,

input[type="submit"]:hover {

	border-color: #ccc #bbb #aaa;

	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);

}



button:focus,

input[type="button"]:focus,

input[type="reset"]:focus,

input[type="submit"]:focus,

button:active,

input[type="button"]:active,

input[type="reset"]:active,

input[type="submit"]:active {

	border-color: #aaa #bbb #bbb;

	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);

}



input[type="text"],

input[type="email"],

input[type="url"],

input[type="password"],

input[type="search"],

textarea {

	color: #666;

	border: 1px solid #ccc;

	border-radius: 3px;

}



input[type="text"]:focus,

input[type="email"]:focus,

input[type="url"]:focus,

input[type="password"]:focus,

input[type="search"]:focus,

textarea:focus {

	color: #111;

}



input[type="text"],

input[type="email"],

input[type="url"],

input[type="password"],

input[type="search"] {

	padding: 3px;

}



textarea {

	padding-left: 3px;

	width: 100%;

}



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

# Navigation

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

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

## Links

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

a {

	color: royalblue;

}



/*a:visited {

	color: purple;

}*/



a:hover,

a:focus,

a:active {

	color: midnightblue;

}



a:focus {

	outline: thin dotted;

}



a:hover,

a:active {

	outline: 0;

}



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

## Menus

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

.main-navigation {

	clear: both;

	display: block;

	float: left;

	width: 100%;

}



.main-navigation ul {

	display: none;

	list-style: none;

	margin: 0;

	padding-left: 0;

}



.main-navigation li {

	float: left;

	position: relative;

}



.main-navigation a {

	display: block;

	text-decoration: none;

}



.main-navigation ul ul {

	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);

	float: left;

	position: absolute;

	top: 1.5em;

	left: -999em;

	z-index: 99999;

}



.main-navigation ul ul ul {

	left: -999em;

	top: 0;

}



.main-navigation ul ul a {

	width: 200px;

}



.main-navigation ul ul li {



}



.main-navigation li:hover > a,

.main-navigation li.focus > a {

}



.main-navigation ul ul :hover > a,

.main-navigation ul ul .focus > a {

}



.main-navigation ul ul a:hover,

.main-navigation ul ul a.focus {

}



.main-navigation ul li:hover > ul,

.main-navigation ul li.focus > ul {

	left: auto;

}



.main-navigation ul ul li:hover > ul,

.main-navigation ul ul li.focus > ul {

	left: 100%;

}



.main-navigation .current_page_item > a,

.main-navigation .current-menu-item > a,

.main-navigation .current_page_ancestor > a,

.main-navigation .current-menu-ancestor > a {

}



/* Small menu. */

.menu-toggle,

.main-navigation.toggled ul {

	display: block;

}



@media screen and (min-width: 37.5em) {

	.menu-toggle {

		display: none;

	}

	.main-navigation ul {

		display: block;

	}

}



.site-main .comment-navigation,

.site-main .posts-navigation,

.site-main .post-navigation {

	margin: 0 0 1.5em;

	overflow: hidden;

}



.comment-navigation .nav-previous,

.posts-navigation .nav-previous,

.post-navigation .nav-previous {

	float: left;

	width: 50%;

}



.comment-navigation .nav-next,

.posts-navigation .nav-next,

.post-navigation .nav-next {

	float: right;

	text-align: right;

	width: 50%;

}



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

# Accessibility

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

/* Text meant only for screen readers. */

.screen-reader-text {

	clip: rect(1px, 1px, 1px, 1px);

	position: absolute !important;

	height: 1px;

	width: 1px;

	overflow: hidden;

}



.screen-reader-text:focus {

	background-color: #f1f1f1;

	border-radius: 3px;

	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);

	clip: auto !important;

	color: #21759b;

	display: block;

	font-size: 14px;

	font-size: 0.875rem;

	font-weight: bold;

	height: auto;

	left: 5px;

	line-height: normal;

	padding: 15px 23px 14px;

	text-decoration: none;

	top: 5px;

	width: auto;

	z-index: 100000; /* Above WP toolbar. */

}



/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {

	outline: 0;

}



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

# Alignments

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

.alignleft {

	display: inline;

	float: left;

	margin-right: 1.5em;

}



.alignright {

	display: inline;

	float: right;

	margin-left: 1.5em;

}



.aligncenter {

	clear: both;

	display: block;

	margin-left: auto;

	margin-right: auto;

}



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

# Clearings

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

.clear:before,

.clear:after,

.entry-content:before,

.entry-content:after,

.comment-content:before,

.comment-content:after,

.site-header:before,

.site-header:after,

.site-content:before,

.site-content:after,

.site-footer:before,

.site-footer:after {

	content: "";

	display: table;

	table-layout: fixed;

}



.clear:after,

.entry-content:after,

.comment-content:after,

.site-header:after,

.site-content:after,

.site-footer:after {

	clear: both;

}



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

# Widgets

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

.widget {

	margin: 0 0 1.5em;

}



/* Make sure select elements fit in widgets. */

.widget select {

	max-width: 100%;

}



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

# Content

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

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

## Posts and pages

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

.sticky {

	display: block;

}



.hentry {

	margin: 0 0 1.5em;

}



.byline,

.updated:not(.published) {

	display: none;

}



.single .byline,

.group-blog .byline {

	display: inline;

}



.page-content,

.entry-content,

.entry-summary {

	margin: 1.5em 0 0;

}



.page-links {

	clear: both;

	margin: 0 0 1.5em;

}



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

## Asides

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

.blog .format-aside .entry-title,

.archive .format-aside .entry-title {

	display: none;

}



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

## Comments

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

.comment-content a {

	word-wrap: break-word;

}



.bypostauthor {

	display: block;

}



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

# Infinite scroll

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

/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */

.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */

	display: none;

}



/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {

	display: block;

}



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

# Media

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

.page-content .wp-smiley,

.entry-content .wp-smiley,

.comment-content .wp-smiley {

	border: none;

	margin-bottom: 0;

	margin-top: 0;

	padding: 0;

}



/* Make sure embeds and iframes fit their containers. */

embed,

iframe,

object {

	max-width: 100%;

}



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

## Captions

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

.wp-caption {

	margin-bottom: 1.5em;

	max-width: 100%;

}



.wp-caption img[class*="wp-image-"] {

	display: block;

	margin-left: auto;

	margin-right: auto;

}



.wp-caption .wp-caption-text {

	margin: 0.8075em 0;

}



.wp-caption-text {

	text-align: center;

}



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

## Galleries

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

.gallery {

	margin-bottom: 1.5em;

}



.gallery-item {

	display: inline-block;

	text-align: center;

	vertical-align: top;

	width: 100%;

}



.gallery-columns-2 .gallery-item {

	max-width: 50%;

}



.gallery-columns-3 .gallery-item {

	max-width: 33.33%;

}



.gallery-columns-4 .gallery-item {

	max-width: 25%;

}



.gallery-columns-5 .gallery-item {

	max-width: 20%;

}



.gallery-columns-6 .gallery-item {

	max-width: 16.66%;

}



.gallery-columns-7 .gallery-item {

	max-width: 14.28%;

}



.gallery-columns-8 .gallery-item {

	max-width: 12.5%;

}



.gallery-columns-9 .gallery-item {

	max-width: 11.11%;

}



.gallery-caption {

	display: block;

}





/*23-Feb-2016___by_29*/



.board-section .board-content-text {

	padding-left: 30px;

}

.staff-images.home-board-member img {

   width: 100%;

   height: 100%;

   max-height: 220px;

   object-fit: cover;

   position: relative;

   object-position: top;

}

.staff-images.home-board-member:hover .staff-hover-detail {

    padding:10px !important;

}



span.staff-member-name {

    float:none !important;

    display:block;

    margin-top:5px;

}

.input-area.flex-div {

    display: flex;

    align-items: center;

    justify-content: center;

}

.input-area.flex-div .label.item {

    padding: 0px 20px;

    text-align: center;

}

.input-area.flex-div p {

    padding: 0px;

    width: auto;

}

.page-id-152  .admissions-form-section  {

	padding-top:60%;

}

.page-id-152  .admissions-form-section p {

	text-align:center;

	width:100% !important;

	padding:0px !important;

}

.admissions-form-section form .label {

   white-space: normal !important;

	line-height:20px;

}

a.pdf-link {

    padding: 10px 20px;

    margin: 0 0 20px;

    font-size: 17.5px;

    border-left: 5px solid #eeeeee;

    font-size: 27px;

}



body .admissions-content p {
	overflow:hidden;
}
.faq-content a.faq-pdf , .admissions-content a.faq-pdf{
    padding-left: 55px !important;
    position: relative;
	width:300px !important;
}
.faq-content a.faq-pdf .fa , .admissions-content a.faq-pdf .fa{
    font-size: 34px;
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -15px;
}
body.page-id-1242  .admissions-content{
	padding-bottom:30px;
}
.alumini-images-center img {
	object-fit: cover;
}
.page-template-community .alumini-section .row ,
.page-template-community .alumini-section .row .faq-content{
	height: 100%;
}
.page-template-community  .alumini-section .btn {
	position: absolute;
	bottom: 0px;
}
.blog.group-blog .blog-content  .blog-content-bottom .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.single-post .course-blog .course-blog-wrapper .course-blog-content h2 {
	padding: 0px 15px;
}
.blog.group-blog .blog-content  .blog-content-bottom .row .blog-content-img img {
	max-height: 320px;
	object-fit: cover;
}
.single-post .course-blog .course-blog-wrapper .course-blog-content .post-date {
    display: inline-block;
    margin: 0px 0 15px;
    font-size: 16px;
    color: #2193D1;
    text-transform: capitalize;
}
.single-post .course-blog .course-blog-wrapper .course-blog-content .author_name {
    margin: 0px 10px;
    color: #39537a;
    font-weight: 500;
    display: inline-block;
    font-size:16px;
}
.about-content-section.event-section h3 {
    margin: 0 0 10px 0 !important;
}
body .admissions-content p:first-child {
    width: 96%;
}
.page-template-admissions .admissions-content div:nth-child(4) {
	margin-bottom: 0px !important; 
}
.page-id-1242  .about-content-section.admissions-section .admissions-content p:last-child  a {
	color:#2094D2;
	font-family: gotham-medium;
	text-shadow: 0px 0px 1px #0D3747;
}
.page-id-156 .col-md-8.acedemic-success.athletics-main-content .btn {
	max-width: 220px;
}
.page-id-156 .about-content-section.athletics-content-section  .acedemic-success.athletics-main-content{
	width: 100%;
}
.page-id-156 .about-content-section.athletics-content-section .online-giving-image {
	display: none;
}
.annual-report-btn {
    margin-left: 20px !important;
    width: 250px !important;
    max-width: 250px !important;
}
body.page-template-donate  .col-md-8.acedemic-success.athletics-main-content p {
	width:calc(100% - 300px) !important;
	display: inline-block;
}
.blog .blog-content .blog-content-bottom .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.page-id-6 .section3 .single-item .section3-heading p {
	font-size: 36px;
	line-height: 46px;
}
.page-id-6 .section3 .single-item .section3-heading span p {
	font-size: 16px;
	line-height: 24px;
}
@media (min-width: 991px) {
	
	.home .section3 .hslide  .single-item.slick-slide  > .row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.home .section3 .hslide  .single-item.slick-slide  > .row  .image-alumini {
		/*-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;*/
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 49%;
	}
	.page-id-6 .section3 .single-item .section3-heading p {
		font-size: 36px;
		line-height: 46px;
	}
}
@media (min-width: 991px) and (max-width: 1366px) {
	.section3-heading span {
		margin-bottom: 50px;
	}
	.section3-heading h4 {
		padding-top: 6em;
	}
}
@media (min-width: 1367px) and (max-width: 1500px) {
	.section3-heading p {
		font-size: 36px !important;
	}
}
@media only screen  and (max-width: 539px) {
	.input-area.flex-div {
		display:block;
	}
	.input-area.flex-div p {
		width:100% !important;
	}
}
@media only screen and (max-width: 991px){
	.page-template-community  .alumini-section .btn {
		position: static;
	}
	body.page-template-donate  .col-md-8.acedemic-success.athletics-main-content p {
		width:97% !important;
		display: block;
	}
}
.athletics-main-content ol li{
	color: #39547A;
	font-size: 16px;
	font-family: gotham-medium;
	line-height: 22px;
}
.athletics-main-content ol{
	margin-left: 0px;
}
.admissions-form-section div.wpcf7-validation-errors {
    border: 2px solid #ff0000;
    float: right;
    text-align: center;
    color: #fff;
}
.admissions-form-section div.wpcf7-mail-sent-ok {
    float: right;
    color: #fff;
}
.admissions-form-section  span.email-note {
    margin-top: 5px !important;
    display: inline-block;
    margin-bottom: 15px !important;
	font-style:italic;
}
.column-part .input-area.flex-div {
    align-items: start;
    flex-wrap: wrap;
}
.column-part .input-area.flex-div .form-section:first-child{
	margin-right: 10px;
}
.column-part .input-area.flex-div .form-section{
	width: -webkit-calc(50% - 5px);
	width: -ms-calc(50% - 5px);
	width: -moz-calc(50% - 5px);
	width: -o-calc(50% - 5px);
	width: calc(50% - 5px);
}
.column-part .input-area.flex-div .form-section label{
	font-weight: 300;
	color:#fff;
	font-size: 12px;
}
.column-part .input-area.flex-div .form-section label, .column-part .input-area.flex-div .form-section .input-area, .column-part .input-area.flex-div .parent1name{
	width: 100% !important;
}
.column-part .input-area.flex-div .label.item{
	padding-left: 10px;
	padding-right: 10px;
}
@media (max-width:767px){
	.column-part .input-area.flex-div .form-section{
		width:100% !important;
		margin-right:0 !important;
	}
}
.community-last-btn {
    line-height: 48px!important;
}

/*****************/
/*ad form
/*****************/

.ad-form .form-section + .form-section {
	margin-top: 20px;
}
.ad-form .form-section .label {
    text-align: left;
}
.ad-form .park-city-residents input {
    height: auto !important;
    width: auto !important;
    float: left;
}
body .ad-form .park-city-residents input + span {
    width: auto !important;
    float: left !important;
}
.ad-form .park-city-residents span {
    display: inline-block !important;
    width: auto !important;
    float: left !important;
    margin-left: 0;
}
.ad-form .park-city-residents span + span {
	margin-left: 10px !important;
}
body .ad-form .text-area-section {
    width: 100%;
    color: #fff !important;
}
body .ad-form .text-area-section input {
	background-color: transparent !important;
	border: 0 !important;
	width:200px !important;
}
@media (min-width:1024px){
	.acedemic-section {
	    display: table;
	    width: 100%;
	}
	.acedemic-section .about-content-section.event-section {
	    display: table;
	    width: 100%;
	    table-layout: fixed;
	}
	.acedemic-section .about-content-section.event-section .col-md-6 {
	    display: table-cell;
	    vertical-align: middle;
	    float: none !important;
	}
	.acedemic-section .about-content-section.event-section .event-image img {
	    position: absolute;
	    width: 100%;
	    height: 100%;
	    top: 0;
	    object-fit: cover;
	    -webkit-object-fit: cover;
        -ms-object-fit: cover;
        -moz-object-fit: cover;
	    object-position: left center;
	}
}

@media (max-width:1023px){
	.acedemic-section .about-content-section.event-section .col-md-6 {
	    width:100%;
	}
	.acedemic-section .about-content-section.event-section .col-md-6.acedemic-shedule .row {
   		margin: 0;
	}
}
.about-content-section p{
    max-width: 100%!important;
    width:100%;
}
.section4{
    background-position: center bottom !important;
    background-size: cover !important;
}

.col-md-4.acedemic-image img{

   -webkit-object-fit: cover;

   -ms-object-fit: cover;

   -moz-object-fit: cover;

   object-fit: cover;

}

@media (min-width:991px){

  .page-template-admissions section.section-cover.acedemic-section-cover .about-content-section {

      display: table;

      width: 100%;

      /*border: 2px solid blue;*/

  }

  .page-template-admissions section.section-cover.acedemic-section-cover .about-content-section .col-md-8, section.section-cover.acedemic-section-cover .about-content-section .col-md-4 {

      display: table-cell;

      vertical-align: middle;

      float: none !important;

  }

  .page-template-admissions section.section-cover.acedemic-section-cover .about-content-section .acedemic-image img {

      position: absolute;

      top: 0;

      left: 0;

      height: 100%;

  }

  .page-template-admissions section.section-cover.acedemic-section-cover .about-content-section .col-md-8{

    padding-bottom:20px;

  }

  section.section-cover.topadd .about-content-section {

      display: table;

      width: 100%;

      /*border: 2px solid blue;*/

  }

section.section-cover.topadd .about-content-section .col-md-8, section.section-cover.topadd .about-content-section .col-md-4 {

      display: table-cell;

      vertical-align: middle;

      float: none !important;

  }

section.section-cover.topadd .about-content-section .acedemic-image img {

      position: absolute;

      top: 0;

      left: 0;

      height: 100%;

  }

section.section-cover.topadd .about-content-section .col-md-8{

    padding-bottom:20px;

  }

  body .admissions-content{

 border-right:none !important;

}

.welcome-section .about-content-section {

   display: table;

   width: 100%;

}

/*.welcome-section .about-content-section .col-md-6 {

   display: table-cell;

   vertical-align: top;

   float: none !important;

}*/

.welcome-section .about-content-section .col-md-6:first-child {

 border-right: 1px solid #fff;

}

.welcome-section .about-content-section .col-md-6:last-child {

 padding-bottom: 20px;

}

.welcome-section .about-content-section .col-md-6 .admissions-content {

   padding-right: 15px;

}

.page-template-admissions .athletics-section {

   display: table;

   width: 100%;

}

.page-template-admissions .athletics-section .about-content-section .acedemic-image, .page-template-admissions .athletics-section .about-content-section .acedemic-success {

   display: table-cell;

   vertical-align: top;

   float: none !important;

}

.page-template-admissions .athletics-section .about-content-section .acedemic-image img{

 position:absolute;

 height:100%;

 -webkit-object-fit:cover;

 -moz-object-fit:cover;

 -ms-object-fit:cover;

 -o-object-fit:cover;

 object-fit:cover;

}



.page-template-admissions .athletics-section .about-content-section .acedemic-success{

 padding-bottom: 20px !important;

}

}



.footer-search-bar .mailchimp-form {

    display: inline-block;

    position: relative;

    right: -10px;

}

.inputWrap{

	min-width: 285px;

}

.footer-search-bar .inputWrap span.your-email::before{

	right:28px;

}

.inputWrap span.tri-div{

	left: -6px;

    right: initial;

}

.footer-search-bar .inputWrap input{

	width:240px;

}

body .inquire-here .input-area input{

	padding-left: 15px;

	color:#000;

}

.inquire-here .label {

    color: #555;

    text-transform: capitalize;

    text-align: left;

    font-weight: 600;

    font-size: 16px;

}

.inquire-here span.enroll-text {

    padding: 20px !important;

    display: table;

    text-align: center;

    font-size: 16px;

}

.inquire-here .submitt-btn {

    clear: both;

    padding: 20px;

    text-align: center;

    padding-right: 0;

}

.inquire-here .submitt-btn input {

    background-color: #3a8fd1;

    border: medium none;

    border-radius: 0;

    box-shadow: 0 0;

    color: #39547a;

    font-size: 17px;

    font-weight: normal;

    padding: 0px 20px;

    text-shadow: 0 0;

    text-transform: uppercase;

    width: 100%;

    transition: all ease 0.3s;

    -webkit-transition: all ease 0.3s;

    -moz-transition: all ease 0.3s;

    -ms-transition: all ease 0.3s;

    -o-transition: all ease 0.3s;

    font-family: gotham-black;

    height: 50px;

    color: #fff;

    max-width: 400px;

    float: right;

    line-height: 50px;

}

.inquire-here span.select-arrow select{

	width: 250px !important;

	border:1px solid #ccc !important;

	padding-left: 15px;

	color:#000;

}

@media (max-width: 567px){

	.inquire-here span.select-arrow{

		margin-bottom: 15px !important;

	}

	.inquire-here span.select-arrow, .inquire-here span.select-arrow select{

		width: 100% !important;

	}

	.inquire-here .submitt-btn input{

		float:none;

		max-width: 100%;

	}

	.inquire-here .submitt-btn{

		padding-left: 0;

	}

}

.inquire-here .ad-form .form-section + .form-section {

    margin-top: 0px;

}

.inquire-here h3 {

    display: table;

    clear: both;

    margin-top: 30px !important;

    width: 100%;

    float: left;

    margin-bottom: 30px;

}

.inquire-here .ad-form .form-section .label {

    text-align: left;

    white-space: normal;

}

body .inquire-here .ad-form .text-area-section {

    width: 100%;

    color: #555 !important;

    padding: 20px 0;

    font-size: 16px;

    font-weight: 600;

}

body .inquire-here .ad-form .text-area-section .your-input-grade {

    border-bottom: 1px solid #555;

}

body .inquire-here .ad-form .text-area-section .your-apr-date {

    border-bottom: 1px solid #555;

}

.check-section {

    color: #555;

    text-transform: capitalize;

    text-align: left;

    font-weight: 600;

    font-size: 16px;

}

.inquire-here .wpcf7-checkbox span.wpcf7-list-item-label {

    margin-left: 5px;

}

span.transcriptformlog {

   font-size: 12px !important;

   font-family: gotham-book-webfont;

   font-weight: normal;

   position: absolute;

   right: 345px;

   top: 7px;

   text-transform: uppercase;

   color: #39557C;

}

.transcriptform a {

   font-size: 12px;

   font-family: gotham-book-webfont;

}

.top-right-header .transcriptformlog a{

	font-weight: 600;

    font-family: gotham-book-webfont;

}

.row span.transcriptform {

   font-size: 12px !important;

   font-family: gotham-book-webfont;

   font-weight: normal;

   position: absolute;

   right: 342px;

   top: 7px;

   text-transform: uppercase;

   color: #39557C;

}

.row span.transcriptform a,.row span.transcriptformlog a{

font-size: 12px !important;

   font-family: gotham-book-webfont;

}

.logged-in .top-social-share span.student.portal {

    right: 185px !important;

}



.page-id-1639 .inquire-here p{

    width: 100% !important;

    max-width: 100% !important;

}

@media (min-width: 1281px) and (max-width: 1800px){
.staff-images-cover .staff-hover-detail h5 {
    margin: 2px 0;
}
.staff-images-cover .staff-hover-detail a i {
    margin-top: 0 !important;
    padding-top: 5px !important;
}
}

@media (min-width: 1281px) and (max-width: 1440px){
.staff-images.home-board-member:hover .staff-hover-detail h5 p {
    padding: 2px 2px !important;
}
.staff-images-cover .home-board-member:hover .staff-hover-detail p {
    font-size: 10px !important;
    margin-right: 0 !important;
}
.staff-images-cover .staff-hover-detail a i {
    margin-top: 0 !important;
    padding-top: 0px !important;
   font-size: 17px !important;
}
.staff-images-cover .home-board-member:hover .staff-hover-detail {
    padding: 2px 6px !important;
}
}

@media (min-width: 1024px) and (max-width: 1280px){
body .staff-images-cover .staff-images {
    width: 18.5% !important;
}
.staff-images-cover .staff-hover-detail h5 {
    margin-bottom: 0;
    margin-top: 0px;
}
.staff-images-cover .staff-hover-detail a i {
    padding-top: 0;
}
}

@media (min-width: 768px) and (max-width: 1023px){
body .staff-images-cover .staff-images {
    width: 23% !important;
}
.staff-images .staff-hover-detail a i {
    margin-top: 2px;
}
.staff-images-cover .staff-images .staff-hover-detail h5 {
    margin: 0px;
}
}

@media (max-width: 767px) and (min-width: 568px){
body .staff-images-cover .staff-images {
    width: 30% !important;
}
.staff-images-cover .home-board-image h5 {
    margin-bottom: 5px !important;
    margin-top: 0 !important;
}
}

@media (max-width:767px){
.staff-images-cover .staff-hover-detail a i {
    font-size: 16px !important;
    margin-top: 2px !important;
    padding-top: 0 !important;
}

	.inquire-here .ad-form .form-section .label {

	    text-align: left;

	    white-space: normal;

	    width: 100%;

	    margin-bottom: 10px;

	    padding-right: 0;

	}

	body .inquire-here .form-section .input-area{

		width: 100%;

		margin-bottom: 15px;

	}

	body .inquire-here .ad-form .text-area-section{

		display: none;

	}

	.inquire-here .submitt-btn input{

		float: none;

		max-width: 100%;

	}

	.inquire-here .submitt-btn{

		padding-left: 0;

	}

.top-social-share ul li:nth-child(4) a {

    padding: 7px 11px !important;

}

}

@media (max-width:991px){

span.transcriptformlog,span.transcriptform{

    right: 185px !important;

    top: 5px !important;

}

.logged-in .top-social-share span.student.portal, .top-social-share span.student.portal {

    top: 30px !important;

}



}

@media (max-width: 600px){

.row .col-md-9.top-right-header {

    width: 100% !important;

}

.row span.student.logout {

    left: 200px !important;

}



.row .top-right-header .toggle-left {

    margin-top: 48px !important;

}

.row .col-md-9.top-right-header .top-social-share span.student.portal {

     right: 5px !important;

    left: auto !important;

    top: 35px !important;

    position: absolute;

}

.row span.transcriptformlog, .row span.transcriptform {

    right: 170px !important;

}

.search-bar-area {

    bottom: 111px !important;

    display: none;

}

}

@media (max-width: 575px){

.row span.transcriptformlog,.row span.transcriptform {

        right: 150px !important;

}

}


@media (max-width: 420px){
.staff-images.home-board-member:hover .staff-hover-detail {
    padding: 1px 2px !important;
}
.staff-images-cover .staff-hover-detail a i {
    font-size: 16px;
    margin-top: 4px;
    color: #000;
    display: block;
    padding-left: 1px;
    padding-top: 2px;
}
.staff-images-cover .staff-hover-detail p {
    width: 96% !important;
    margin: 0px auto;
}
.staff-images-cover .home-board-member:hover .staff-hover-detail h5 {
    margin: 4px 0 0 !important;
}
}


@media (max-width: 381px){

.row .top-right-header .toggle-left {

    margin-top: 48px !important;

}

.row span.transcriptformlog, .row span.transcriptform {

    right: 130px !important;

}

.row .top-left-header img {

    margin-top: 60px;

}

}

@media (max-width: 360px){

.row span.transcriptform a, .row span.transcriptformlog a,span.student.portal a {

    font-size: 10px !important;

    font-family: gotham-book-webfont;

}

}

.staff-images.home-board-member img{ object-position: center; }


