/* Global */
body {
	margin: 0;
	color: #000;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: none;
	background: #fff;
}
html { height: 100%; }
* { max-height: 1000000px; }
img {
	border-style: none;
	vertical-align: top;
}
hr.calendar {
	border: 0;
	padding-bottom:2px;
	margin-bottom:20px;
	background-size: 100% 2px;
	-moz-background-size: 100% 2px;
	background-repeat: no-repeat;
	background-position: 0 90%;
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(50%,#ebebeb), color-stop(100%,#ffffff));
	background-image: -webkit-linear-gradient(left, #ffffff 0%,#ebebeb 50%,#ffffff 100%);
	background-image: -moz-linear-gradient(left, #ffffff 0%, #ebebeb 50%, #ffffff 100%);
	background-image: -ms-linear-gradient(left, #ffffff 0%,#ebebeb 50%,#ffffff 100%);
	background-image: -o-linear-gradient(left, #ffffff 0%,#ebebeb 50%,#ffffff 100%);
	background-image: linear-gradient(left, #ffffff 0%,#ebebeb 50%,#ffffff 100%);}
/* set styles for default page links */
a {
	text-decoration: none;
	color: #1f5793;
}
a:hover { text-decoration: underline; color: #174476; }
a:active { background-color: transparent; }
/* set default styles in all browsers */
input,
textarea {
	font: 100% 'BW Surco', Arial, Helvetica, sans-serif;
	vertical-align: middle;
	color: #000;
}
form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
blockquote,
blockquote:before,
blockquote:after,
q,
q:before,
q:after { quotes: none; }
input[type=text],
input[type=password],
input[type=file],
textarea { -webkit-appearance: none; }
input[type=email],
input[type=search],
input[type=text],
input[type=password],
input[type=file],
input[type=submit],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}
header,
footer,
article,
section,
hgroup,
nav,
figure { display: block; }
table, td, tbody{
	border:none;
}
table td{
	padding:20px;
}
table{
	background: white;
	border-radius: 3px;
	padding:20px;
	box-shadow: 0 0px 20px rgba(230, 237, 243,1);
	margin-bottom: 15px;
	width:100%;
}
table th{
border: none;
background: rgba(230, 237, 243,1);
border-radius: 6px;
padding: 8px;
color:#0e71b4;
}
table tr{
	border-top:1px solid rgba(230, 237, 243,1);
}
.omsc-toggle, .omsc-accordion{
	border:none;
	overflow: visible;
}
.omsc-toggle-inner{
	border:none;
	padding:20px 0 30px 0;
}
.omsc-toggle-title{
	color:#0e71b4;
	font-weight: 800;
	border:none;
	border-radius: 3px;
}
.omsc-toggle-title:hover, .omsc-toggle.omsc-expanded .omsc-toggle-title{
	background: #E6EDF3;
}

/* --- Myranda's Code --- */
	.videoWrapper {
		position: relative;
		padding-bottom: 56.25%; /* 16:9 */
		padding-top: 25px;
		height: 0;
	}
	.videoWrapper object,
	.videoWrapper embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}


	/* Blog */
	#squareNav2 {
	  clear:left;
	  display: flex;
	  justify-content: space-around;
	  position: relative;
	}
	#squareNav2 > div.featured {
	  display:flex;
	  margin-bottom: 2rem;
	  max-width: 48%;
	  text-align: center;
	  box-shadow: 0 3px 12px rgba(0,0,0,0.1);
	  border-radius: 4px;
	  position: relative;
	  background: white;
	  top:0px;
	  transition: .2s ease;
	  overflow: hidden;
	  border: 3px solid white;
	}
	#squareNav2 > div{
	  display:flex;
	   flex-wrap: wrap;
	   flex-direction: column;
	   justify-content: space-between;

	   margin-bottom: 2rem;
	   width: 46%;
	  text-align: center;
	  box-shadow: 0 3px 12px rgba(0,0,0,0.1);
	  border-radius: 4px;
	  position: relative;
	  background: white;
	  top:0px;
	  transition: .2s ease;
	  overflow: hidden;
	  border: 3px solid white;
	}

	#squareNav2 > div:hover{
	  top:-7px;
	  box-shadow: 0 9px 18px rgba(0,0,0,0.07);
	}
	#squareNav2 > div:hover{
	  border: 3px solid #179958;
	}
	#squareNav2 h3, #squareNav2 p{
	  margin-bottom: 8px;
	  margin-top:8px;
	}
	#squareNav2 h3{
	  font-weight: 500;
	  line-height: 2rem;
	}
	#squareNav2 .blog-card .description {
	  padding: 1rem;
	}
	#squareNav2 .blog-card .description .dac {
	   opacity:.8;
	}

/*Two Column Text*/
.container-content{
	max-width: 100%;

}

.content-two-columns{
	flex: 1;
}

.column-size{
	flex: 1;
}

/* Inside Pages */
table.members td {
	padding: 10px 150px 0 20px;
} /* board members */

.faculty img{
	margin: 0 30px 30px 0;
}

/* -- Wordpress Styles -- */
.alignleft {
	float:left;
	margin-right: 1rem;
}
.alignright {
	float:right;
	padding-top: 2em;
}

/* -- Content Container -- */
.wp-content-area {
	margin: 40px 0 31px;
	float: left;
	width: 75%;
}
.wp-content-area .textbox {
	font-size: 1.2rem;
	line-height: 28px;
	color: #464646;
}
/* .wp-content-area .textbox h2 {
	margin: 1.1rem 0rem .7px;
} */
.wp-content-area .textbox ul {
  line-height: 2rem;
	margin-top: 0rem;
	margin-bottom: 0rem;
}

.wp-content-area .textbox ol {
  margin: 0 0 1.5em;
  padding: 0;
  counter-reset: item;
}
.wp-content-area .textbox ol > li {
	margin: 1rem 0;
  padding: 0 0 0 2em;
  text-indent: -2em;
  list-style-type: none;
  counter-increment: item;
}

.wp-content-area .textbox ol > li:before {
  display: inline-block;
  width: 1em;
  padding-right: 0.7em;
	font-size: 1.4rem;
  font-weight: bold;
  text-align: right;
  content: counter(item) ".";
}
.wp-content-area .textbox ul > li {
	margin-bottom: 0.8rem;
}

.wp-content-area .textbox p a { color:#0e71b4; }
.wp-content-area .textbox span { color: #1aad4d; }

/* -- Full Width Content Container -- */
.wp-content-area-full-width {
	overflow: hidden;
	margin: 0px 0 31px;
	float: left;
	width: 100%;
}
.wp-content-area-full-width .textbox {
	font-size: 16px;
	line-height: 26px;
	color: #464646;
	padding: 40px 0;
	width: 100%;
}
.wp-content-area-full-width .textbox h2 {
	margin: 0 0 13px;
}
.wp-content-area-full-width .textbox p a { color:#1aad4d; }
.wp-content-area-full-width .textbox span { color: #1aad4d; }

/* -- 2 Side by Side Columns -- */
.two-columns {
	display: flex;
	justify-content: space-between;
	margin-bottom: 1.5rem;
	margin-top: 1.5rem;
}

/* -- 2 Side by Side Images -- */
.two-images {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: center;
	margin-bottom: 1.5rem;
	margin-top: 1.5rem;
}

.three-images {
	display: flex;
	  flex-wrap: wrap;
	  flex-direction: row;
	  align-items: center;
	  justify-content: center;
}

.image-logo{
	margin: .5rem;
	padding:0 20px 20px;
}

.image-logo-four{
	margin: .5rem;
	padding:0 20px 20px;
}

.image-content{
	margin: .5rem;
	padding:0 20px 20px;
}

/* -- Ready to Apply Footer-- */
.three-quater-content {
  flex: 3;
}
.one-quater-content {
  flex: 1;
}

/* -- Pop Up Cards -- */

.cards img {
	display: block;
	width: 100%;
	height: auto;
}

/* Flexbox */
@media screen and (min-width: 50em) {

    .outer-wrap {
        display: flex;
        flex-direction: column;
    }

    .content {
        display: flex;
    }

    .container {
      flex: 1 1 auto;
      order: 1;
    }

}

/* Card Based Layout - Base styles */

.card {
	background: white;
	margin-bottom: 2em;
	box-shadow: 3px 0px 8px hsl(0, 0%, 80%);
	transition: 0.4s ease;

}


.card a:hover {
	box-shadow: 3px 0px 8px hsl(0, 0%, 70%);
  transition: all 0.4s;
}


.card:hover {
	transform: scale(1.05);
}

.card-content {
	padding: 0rem 1rem 0rem 1rem;
}


/* Flexbox for Cards */

@media screen and (min-width: 40em) {
  .cards {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
    margin-top: -1em;
  }

  .card {
    display: flex;
		flex: 0 1 calc(100% - .5em);
    margin-bottom: 1em;
  }
}

@media screen and (max-width: 39.9em) {
  .container {padding: 0em;}
  .card {margin-bottom: 0em;}
}

@media screen and (min-width: 60em) {
    .cards {
        margin-top: inherit;
    }

    .card {
      flex: 0 1 calc(25% - 1em);
      margin-bottom: 1em;
    }
}

/*MODAL for pop up cards*/

.modalDialog {
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: rgba(0, 0, 0, 0.8);
		z-index: 99999;
		opacity: 0;
		-webkit-transition: opacity 100ms ease-in;
		-moz-transition: opacity 100ms ease-in;
		transition: opacity 100ms ease-in;
		pointer-events: none;
		overflow-y: auto;
}

.modalDialog:target {
		opacity: 1;
		pointer-events: auto;
}

.modalDialog > div {
		max-width: 800px;
		width: 90%;
		position: relative;
		margin: 10% auto;
		padding: 20px;
		border-radius: 3px;
		background: #fff;
}

.close {
		background: #2980B9;
		color: #fff;
		line-height: 25px;
		position: absolute;
		right: -12px;
		text-align: center;
		top: -10px;
		width: 34px;
		height: 34px;
		text-decoration: none;
		font-weight: bold;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		-moz-box-shadow: 1px 1px 3px #000;
		-webkit-box-shadow: 1px 1px 3px #000;
		box-shadow: 1px 1px 3px #000;
		padding-top: 5px;
}

.close:hover {
		background: ##1F618D;
}

/* --- Youtube Video's --- */
.video-container {
    overflow: hidden;
    position: relative;
    width:100%;
		margin-bottom: 2.4rem;
}

.video-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*---  Dropshadow box --- */
.content-box{
	background: white;
	border-radius: 3px;
	padding:20px;
	box-shadow: 0 3px 20px rgba(230, 237, 243,1);
	margin-bottom: 15px;
	width:100%;
}

/* --- Common site styles --- */
#wrapper {
	overflow: hidden;
	position: relative;
}
#main {
	background-color: #fff;
}
.panel {
	padding: 0 0 19px;
}
.panel-holder {
	margin: 0 auto;
	padding: 0 40px;
	max-width: 1500px;
	display: flex;
	justify-content:center;
}
.carousel { position: relative; }
.carousel img {
	vertical-align: top;
	width: 100%;
	height: auto;
}

/* --- Styles for Responsive Breakpoints --- */
@media only screen and (max-width:1300px) {
	.news-area input[type="submit"]{width:100%;}
	.header-content{
		float:none;
		width:auto;
		margin:0 0 0 338px;
	}
	.wp-content-area{
		width:80%;
	}
}
@media only screen and (max-width:1274px) {
	#nav > ul > li > .dropdown{padding: 54px 0 0;}
}
@media only screen and (max-width:1100px) {
	.carousel {
		display: none
	}
}
@media only screen and (max-width:600px) {
	.bottomForm{
		display: none;
	}
	.wp-content-area {
    margin: 30px 0;
		width: 100%;
	}
	.panel-holder {
    margin: 0 auto;
    padding: 0 20px;
	}
	.btnLarge{
		margin-bottom: 20px;
	}
	.wp-content-area .textbox img{
		width:100%;
		height:auto;
	}
	table.members td{
		padding:0px;
		width: 100%;
		display: block;
		text-align: center;
		margin-bottom: 40px
	}
		table.members td strong{
			display: block;
			clear:both
		}
	table.members td img{
		max-width:100px;
		display: block;
		clear: both;
		margin: auto;
		text-align: center;
		float:none;
	}

	.wp-content-area .three-images .image-logo{
		width: 30%;
    margin: auto;
	}

	.wp-content-area .alignleft .image-logo img{
		width: 30%;
    margin: auto;
	}

	.wp-content-area .three-images .image-logo-four{
		width: 40%;
    margin: auto;
	}

	/* .wp-content-area .largen-logo{
		width: 40%;
		margin: auto;
	} */


}
@media only screen and (min-width: 640px) {
	.two-column-stack{
		display: flex;
	}
}

/* Chrome only */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.request-infoH-submit {
		margin-top: 15px;
	}
}
div.success {
	border: 1px solid #73c37b;
	text-align: center;
	width: 311px;
	padding-left: 3px;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #fff;
	color: #027042;
	font-size: 12px;
}
