﻿.hometile {
	transition: .2s ease;	
}

.hometile:hover {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	transition: .2s ease;
}

.hometile:active {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.webpart-option {
	padding: 10px;
    background: #003f5f;
    transition: all .3s ease;
    margin: 5px 0;
    padding: 10px 0;
    position: relative;
    height: 120px;
    border-radius: 5px;
}

.webpart-option h6.text-center.text-uppercase {
    position: absolute;
    top: 48%;
    transform: translateY(-60%);
    width: 100%;
    color: #fff;
}

.aboutTheLibrary, .libraryAccount, .scholarlyArticle, .servicesForFaculty, .equipmentCheckouts, .groupStudyRoom  { 
	position: relative;
	z-index: 5;
}

.hometile h6 {
	font-size: 17px !important;
	padding: 0px 10px;
	text-align: center;
}

.aboutTheLibrary:after, .libraryAccount:after, .scholarlyArticle:after, .servicesForFaculty:after, .equipmentCheckouts:after, .groupStudyRoom:after  { 
	content: "";
	opacity: 0.15;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute; 
	z-index: -1;
 }

.liblinks {
	
}

.liblinks p {
	height: 60px;
	background-color: #fff;
	border-radius: 3px;
	border: 1px solid #c4c4c4;
	background-color: transparent;
	font-size: 2rem;
	color: #333;
	background-image: linear-gradient(to bottom,transparent,transparent 50%,rgba(0,0,0,.04));
	box-shadow: inset 0 0 0 1px rgba(255,255,255,.05), inset 0 1px 0 0 rgba(255,255,255,.45), inset 0 -1px 0 0 rgba(255,255,255,.15), 0 1px 0 0 rgba(255,255,255,.15);
	text-shadow: 0 1px rgba(255,255,255,.4);
	display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 33%;
}

.contact_information {	
	background: #003f5f;
	color: #fff;
	padding: 10px;
}

.contact_information a {
	color: #fff;
}

.jobposting {
	width: 100%;
	margin: auto;
	font-size: 13px;
}

.jobposting th {
	text-align: center; 
	background: #f8f8f8;
	padding: 10px;
	border-bottom: 4px double #a8a8a8;
}

.jobposting td{
	padding: 10px;
	width: 16%;
	border-bottom: 4px double #a8a8a8;
}
.jobposting > .ms-list-emptyText-compact {
	font-size: 13px !important;
	padding: 10px;
}

.cityviewtable {
	width: 100%;
}

.cityviewtable th {
	text-align: center;
	border-bottom: 1px dashed #a8a8a8;
}

.cityviewtable td {
	border-bottom: 1px dashed #a8a8a8;
}

.cityviewtable td, th {
	padding: 5px;	
}

.center {
	text-align:center;
}

figure {
	display: block;
	background: #eee;
	padding: 10px;
	margin: 0px;
}

.foundationboard {
	border: 1px solid #eee;
	background: #eee;
	height: 200px;
	font-size: 12px;
	border-radius: 5px;
	box-shadow: 3px 3px 3px #777;
}

.foundationboard img {
	margin: 10px;
	border-radius: 5px;
	box-shadow: 2px 2px 2px #777;
}


.ArticleCopy{
  font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
  width: 90%;
  margin:0 auto;
  padding: 3rem;
}

.ArticleCopy p {
    text-rendering: optimizeLegibility;
}

.ArticleCopy blockquote {
    border-radius: 3px;
    position: relative;  /*  <--- */
    font-style: italic;
    text-align: center;
    padding: 1rem 1.2rem;
    width: 85%;  /* create space for the quotes */
    color: #4a4a4a;
    margin: 1rem auto 2rem;
    line-height: 2;
    background: #E8E8E8;
}

/* -- create the quotation marks -- */
.ArticleCopy blockquote:before,
.ArticleCopy blockquote:after{
    font-family: FontAwesome;
    position: absolute;
    /* -- inside the relative position of blockquote -- */
    top: 13px;
    color: #E8E8E8;
    font-size: 34px;
}

.ArticleCopy blockquote:before{
    content: "\f10d";
    margin-right: 13px;
    right: 100%;
}

.ArticleCopy blockquote:after{
    content: "\f10e";
    margin-left: 13px;
    left: 100%;  
}

.infosession {
	border: 3px double #a8a8a8;
	padding: 10px;
	background: #f8f8f8;
}

.tuition_refund_table {
	
	background: #f8f8f8;
	border-collapse: collapse;
  	border-radius: 1em;
  	overflow: hidden;
}

.tuition_refund_table th, .tuition_refund_table td {
	padding: 5px;
	text-align: center;
	vertical-align: middle;
}

.tuition_refund_table th {
	background: #0085aa;
}

.tuition_refund_table th > p {
	color: #fff !important;
}

.tuition_refund_table p {
	margin: 0; padding: 0;
}

.caption_text {
	font-size: 10px !important;	
	line-height: 1.6 !important;
	text-align: center;
}

.TheDocumentsWidget {
	
}

.openhouseboxtest {
	background-image: url("https://www.saintpaul.edu/PublishingImages/background-areas-of-instruction.jpg");
	background-size: cover;
	margin: 0; padding: 20px;
}

.openhousebox {
	background: #fff;
	width: 70%;
	padding: 20px;
	border: 6px #0085AA double;
	display: block;
	margin: 0px auto 0px;
	border-radius: 10px;
}

.openhousebox li {
	padding: 8px 5px;
}

.white-bg {
	//background: #fff;
	padding: 10px 20px;
	width: 75%;
	display: block;
	margin: 5px auto;
	//border: 1px solid #a8a8a8;
	//border-radius: 5px;
}

.white-bg .post-date {
	margin: 0px;
}

.aei--news {
	padding: 10px;
	margin: 0px;
}

.aei--news a {
	color: #1D6F85 !important;
	margin: 0px; padding: 0px;
}

.aei--news a:hover {
	text-decoration: none;
}

.white-bg .post-date:before,
.white-bg .more-info:after {
	color: #fff;
}

.white-bg hr {
	border-top: 1px solid #A2CDF4;
}

.quality_matters {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ebe9f9+0,d8d0ef+62,c1bfea+100 */
	background: rgb(235,233,249); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(235,233,249,1) 0%, rgba(216,208,239,1) 62%, rgba(193,191,234,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(235,233,249,1) 0%,rgba(216,208,239,1) 62%,rgba(193,191,234,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(235,233,249,1) 0%,rgba(216,208,239,1) 62%,rgba(193,191,234,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebe9f9', endColorstr='#c1bfea',GradientType=1 ); /* IE6-9 */
}

.quality_matters td {
	vertical-align: top;
}

.quality_matters ul,
.quality_matters p {
	padding: 5px;
	margin: 5px;
}

.quality_matters p.right_arrow {
	text-align: center;
	margin: 0px;
	padding: 10px;
	font-weight: bold;
	font-size: 15px !important;
	color: #fff;
	position:relative;
}

.quality_matters p.right_arrow:after,
.quality_matters p.right_arrow:before {
	content:"";
    position:absolute;
    width:20px;
    height:50%;
    left:100%;
}

.quality_matters p.arrow_pink {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cb60b3+0,a80077+100,c146a1+100,db36a4+100,c146a1+101 */
	background: rgb(203,96,179); /* Old browsers */
}

.quality_matters p.arrow_purple {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cb60b3+0,a80077+100,c146a1+100,db36a4+100,c146a1+101 */
	background: rgb(147,112,219); /* Old browsers */
}

.quality_matters p.arrow_blue  {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cb60b3+0,a80077+100,c146a1+100,db36a4+100,c146a1+101 */
	background: rgb(65,105,225); /* Old browsers */
}

.quality_matters p.arrow_pink:after {
    bottom:0;
    background: linear-gradient(to right bottom, rgb(203,96,179) 50%, transparent 50%);
    z-index: 1;
}
.quality_matters p.arrow_pink:before {
	top:0;
    background: linear-gradient(to right top, rgb(203,96,179) 50%, transparent 50%);
     z-index: 1;
}

.quality_matters p.arrow_purple:after {
    bottom:0;
    background: linear-gradient(to right bottom, rgb(147,112,219) 50%, transparent 50%);
     z-index: 2;
}
.quality_matters p.arrow_purple:before {
	top:0;
    background: linear-gradient(to right top, rgb(147,112,219) 50%, transparent 50%);
    z-index: 2;
}

.quality_matters p.arrow_blue:after {
    bottom:0;
    background: linear-gradient(to right bottom, rgb(65,105,225) 50%, transparent 50%);
    z-index: 3;
}
.quality_matters p.arrow_blue:before {
	top:0;
    background: linear-gradient(to right top, rgb(65,105,225) 50%, transparent 50%);
    z-index: 3;
}

.quality_matters td {
	border: 2px solid #fff;
	
}

.quality_matters td p,
.quality_matters td li {
	font-size: 12px !important;
}

.box_divider {
	margin: 10px;
	padding: 10px;
	border: 1px solid #a8a8a8;
}

.holiday_hours th,
.holiday_hours td {
	padding: 2px;
	text-align: center;
	width: 50%;
	border: 1px solid #f1f1f1;
}

.holiday_hours th {
	background: #f8f8f8;
}

.holiday_hours p {
	font-size: 12px !important;
	margin: 0px !important;
}

.boxed {
}

.boxed p:first-of-type{
	padding: 5px; margin: 0px;
	background: #a8a8a8;
	color: #fff;
	font-size: 15px;
	text-align: center;
	border: 1px solid #a8a8a8;
}

.boxed ul {
	background: #f8f8f8;
	margin: 0px; padding: 5px;
}

.boxed li {
	font-size: 14px;
}

.cool_box {
	border-left: 2px solid #ccc;
	padding: 10px;
	margin-left: 10px;
}

.TheDocumentsWidget .text-primary {
	padding: 0; margin: 0;
	border-bottom: 1px solid #a8a8a8;
	font-size: 26px;
	color: #000;
}

.smalltext {
	font-size: 10px;
}

.sresources img {
	margin: auto;
	display: block;
}

.sresources h3  {
	text-align: center;
}

.timerstyle, .timerstyle span {
	color: #fff !important;
	font-size: 26px;
}

.career_buttons td {
	height: 75px;
	padding: 15px;
	vertical-align: top;
}

.container {
	padding: 0px 20px;
}


.programAlert {
	background: #ebebeb;
	-webkit-box-shadow: 2px 2px 15px 0 rgba(0,0,0,0.4);
    -moz-box-shadow: 2px 2px 15px 0 rgba(0,0,0,0.4);
    box-shadow: 2px 2px 15px 0 rgba(0,0,0,0.4);
   	clear: both;
   	margin: 0px 0px 15px 0px;
}

.programAlert p {
	padding: 0; margin: 0;
}

.programAlert .prgAlertHeaderBusiness {
	background: #0085AA;
	color: #fff;
	padding: 2px;
	font-size: 22px;
	text-align: center;
}

.programAlert .prgAlertHeaderHealth {
	background: #B8CA42;
	color: #fff;
	padding: 2px;
	font-size: 22px;
	text-align: center;
}

.programAlert .prgAlertInside {
	padding: 0px 20px;
}

.programAlert .prgHdr {
	font-size: 18px;
	text-decoration: underline;
	color: #1D6F85;
}

.orientation-button a:nth-child(2) {
	float: right;
}

.statement {
	text-align: center;
}

.statement a {
	color: #fff;
	text-decoration: none;
}

.statement a:hover {
	text-decoration: underline;
}

.gpacalc
{
	border: 1px solid #f8f8f8;
}

.gpacalc th
{
	background:#f8f8f8;
	color: #000;
	padding: 5px;
	font-size: 14px;
	vertical-align: top;
}

.gsc-branding-img {
	display: none;
}

.gpacalc td
{
	padding: 5px;
	font-size: 12px;
}

input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover, button:hover {
	border-color: none;
	background-color: none;
}

.registration {
	border: 1px solid #d3d3d3;
	background: #f8f8f8;
	padding: 10px; margin: 5px 0px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    border-radius: 5px;
}

.springsemester {
	
}

#ms-designer-ribbon {
	position: relative;
	//z-index: 1000;
	//width: 100%;
	//top: 100px;
}

.alert {
    background: #ab2718;
    color: #fff;
    padding: 20px 120px 20px 20px;
    text-align: center;
    position: relative;
    display: none;
}

.alert .close {
    line-height: 1;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
}

.alert .close:after {
    position: relative;
    font-family: 'FontAwesome';
    content: '\f00d';
    color: #fff;
    font-size: 36px;
    line-height: 1;
    vertical-align: middle;
    padding-left: 10px;
    top: -2px;
    cursor: pointer;
}

.alert a {
    color: #fff;
}

.dropitdown h6{
    cursor: pointer;
    text-align: left;
    outline: none;
    transition: 0.4s;
	color: #000 !important;
	font-weight: bold;
	display: inline-block;
}

.ms-gb {
	border: none !important;
	height: inherit;
	padding: inherit;
	color: #1D6F85;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.ui-state-active, .dropitdown h6:hover {
	background: #e8e8e8;
	border: 1px solid #ccc;
}

div.panel {
    padding: 0px 10px;
	display: none;
}

.grouptitle {
	padding: 20px 0px 10px;
	font-size: 15px;
	color: #0085AA;
}


.ms-spellcheck-error {
	font-weight: bold;
	background-color: yellow;
	color: red;
}

#container{
	margin: 0px;
	padding: 0px;
	width: 500px;
}
#container ul.menu{
	margin: 0px;
	padding: 0px;
}
#container ul.menu li{
	font-weight: 700;
	list-style-type: none;
	float: left;
	padding: 5px 10px 5px 10px;
	background: #efefef;
	margin: 0px;
	display: block;
	border: 1px solid #d0ccc9;
	color: #898989;
	cursor: pointer;
}
.middlename
{
	width: 10px;
}
#container ul.menu li.active{
	background: #fff;
	color: #5f95ef;
}

iframe{
    overflow:hidden;
} 

.pacm img {
	margin: 5px auto;
	display: block;
}

.pacm > .section {
	width: 95%;
	margin: 5px auto;
	background: #F8F9F9;
	border-bottom: 1px solid #a8a8a8;
}

.pacm > div:nth-of-type(even) {
	background: #EBF1F4;
}

.pacm > div:first-child {
	border-top: 1px solid #a8a8a8;
}


/*********************************************
    ## Elements 
*********************************************/
/*custom code*/

.graduation_button {
	border: 1px solid #000;
	background: #0085AA;
	font-size: 22px;
	padding: 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    border-radius: 5px;
	color: #fff !important;
	display: block;
	text-align: center;
	font-weight: bold;
}

.graduation_button:hover {
	background: #B8CA42;
	text-decoration: none !important;
}

.ms-listviewtable .ms-gb, .ms-listviewtable .ms-gb2 {
	padding: 40px 0px 20px 0px;
	font-size: 18px;
	
}


table.ms-listviewtable {
	margin: auto;
	width: 95%;
}

table.ms-listviewtable th, table.ms-listviewtable td, table.ms-listviewtable div {
	/* text-align: center !important; */
}


.attachtable {
	margin: auto;  
	width: 90%;
}

.attachtable table {
	border-spacing: 15px;
	border-collapse: separate;
}

.ms-stylebox td {
	padding: 10px;
	font-size: 12px;
}

.ms-stylelabel {
	background: #ebebeb;
	border-right: 1px solid #ababab;
}

aside.callout {
	float: right;
	width: 35%;
	background: #ebebeb;
	margin: 0 0 10px 20px;
}

aside.callout img {
	margin: 5px 0px;
}

aside.callout header {
	background: #003f5f;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 10px;
}

aside section {
	padding: 10px 20px !important;
	margin: 0 !important;
}

aside.callout ul {
	padding: 0 0 0 17px;
}

aside.callout ul li {
	line-height: 1.6;
}

aside.callout a, aside.callout a:visited {
	color: #003f5f;
	text-decoration: none;
}

aside.callout a:hover {
	text-decoration: underline;
}

aside.callout h6 {
	margin: 0;
	font-size: 18px;
}

aside.callout .hours {
	list-style: none;
	padding: 0;
}

aside.callout p {
	margin-top: 0;
	font-size: 13px;
}


/* horizontal links under banner */
.link_header {
	padding: 5px;
	margin: 0px;
	font-size: 15px !important;
	color: #fff !important;
	font-weight: bold;
	background: #003F54;
}

.bottom_ul {
	margin: 0px;
	padding: 0px !important;
	list-style-type: none;
	margin: 0px; padding: 0px;
}

.bottom_ul li a {
	
}

.bottom_ul li a:hover {
	text-decoration: underline;
	cursor: pointer;
}

.bottom_links {
	float: left;
	width: 20%;
	padding: 20px;
}

.bottom_links ul {
	list-style-type: none;
	margin: 0px; padding: 0px;
}

.bottom_ul li a:before {
    font-family: 'FontAwesome';
    content: '\f054';
    color: #9fca42;
    padding-right: 10px;
    font-size: 14px;
    display: inline-block;
    text-decoration: none;
}

.bottom_links ul li {
	padding: 10px;
	text-align: center;
}


#s4-bodyContainer {
	padding-bottom: 0px !important;
}

.article, .welcome {
	padding: 0px !important;
}

.ms-signInLink {
	display: none !important;
}

#meetthefaculty, #adminteam, #leadership, #writingcenter, #writingcenters, #mathcenter, #libraryhours, #parking {
	width: 100%;
}

#test {
	display: block;
}

#body-wrap {
	max-width: 1100px;
    margin: 0 auto;
}

/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/*  GRID OF THREE  */
.span_3_of_3 { width: 100%; }
.span_2_of_3 { width: 66.13%; }
.span_1_of_3 { width: 32.26%; }

/*  GRID OF TWO  */
.span_2_of_2 {
	width: 100%;
}
.span_1_of_2 {
	width: 49.2%;
}

/*  GRID OF FOUR  */
.span_4_of_4 {
	width: 100%;
}
.span_3_of_4 {
	width: 74.6%;
}
.span_2_of_4 {
	width: 49.2%;
}
.span_1_of_4 {
	width: 23.8%;
}

/*  GRID OF SIX  */
.span_6_of_6 {
	width: 100%;
}

.span_5_of_6 {
  	width: 83.06%;
}

.span_4_of_6 {
  	width: 66.13%;
}

.span_3_of_6 {
  	width: 49.2%;
}

.span_2_of_6 {
  	width: 32.26%;
}

.span_1_of_6 {
  	width: 15.33%;
}

/*  GRID OF FIVE  */
.span_5_of_5 {
	width: 100%;
}
.span_4_of_5 {
	width: 79.68%;
}
.span_3_of_5 {
	width: 59.36%;
}
.span_2_of_5 {
	width: 39.04%;
}
.span_1_of_5 {
	width: 18.72%;
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 768px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_3_of_3, .span_2_of_3, .span_1_of_3 , .span_1_of_4, .span_2_of_4, .span_3_of_4, .span_4_of_4, .span_2_of_2, .span_1_of_2, .span_1_of_6, .span_2_of_6, .span_3_of_6, .span_4_of_6, .span_5_of_6, .span_6_of_6, .span_1_of_5, .span_2_of_5, .span_3_of_5, .span_4_of_5, .span_5_of_5 { width: 100%; }
}

.border {
	border: 1px solid #a8a8a8;
	margin-bottom: 5px;
}

.border > div {
	padding: 10px;
}

.border > div > ul {
	margin: 0px; padding: 0px;
}

.ms-webpartPage-root { border-spacing:0px !important; }

.aboutus h1 {
	color: #003f5f;
	margin: 0px 0px 20px 0px;
}

.aboutus h5 {
	font-size: 18px;
	font-weight: bold;
	margin: 20px 0px 5px;
}

.aboutus a {
	font-weight: normal !important;
}

.padding {
	padding: 10px 10px;
}

/*
.ms-gb a:first-child{
display:block;
visibility:hidden;
} 
.ms-gb a:link > img {
display:inline;
visibility:visible;
position:relative;
top:13px;
right:5px;
} 
.ms-viewheadertr
{
display:none;
}*/

*/

.fontfix {
	font-family: 'Verdana', sans-serif;
	font-size: 16px;
	color: #666;
	line-height: 2;
}

.programborder {
	width: 45%;
	float: right;
}

.programborder a, .programborder a:visited {
	color: #003f5f;
	font-weight: bold; 
	font-size: 14px;
	
}

.programborder td {
	padding: 5px 0px !important;
}

.programborder a:hover {
	color: #003f5f !important;
}

.programborder h5 {
	padding: 20px 0px 10px;
	text-align: center;
	color: #003f5f;
	font-weight: normal !important;
	font-size: 20px !important;
}

.programborder a[href$=".pdf"]:before {
    font-family: 'FontAwesome' !important;
    content: "\f1c1";
    display: inline-block;
    margin-right: 10px;
}

.programborder a[href$=".pdf"]:after {
    font-family: 'FontAwesome' !important;
    content: "\f054";
    display: inline-block;
   	color: #9fca42;
   	font-size: 14px;
   	margin-left: 10px;
}

.anchor::before {
  content:"";
  display:block;
  height:50px; /* fixed header height*/
  margin:-50px 0 0; /* negative fixed header height */
}
/*********************************************
    ## Elements
*********************************************/

body {
    margin: 0;
    font-size: inherit !important;
    font-family: 'Verdana', sans-serif !important;
    -webkit-font-smoothing: antialiased; /* smooths/thins font in Chrome, otherwise it's a little on the heavy side.. */
    overflow: auto;
}

.wrap { /* keeps content centered on page when window width is greater than 1600px */
    max-width: 1600px;
    margin: 0 auto;
}

.small-wrap {
    max-width: 1100px;
    margin: 0 auto;
}

.half-width {
    width: 50%;
    float: left;
}

.clear {
    clear: both;
}

* {
    box-sizing: border-box;
}

.overlay { /* overlays content when mobile menu is active */
    display: none;
    background: rgba(0,0,0,0.8);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 999;
}

a img {
    border: none;
}

.border-none { /* removes borders from an element */
    border: none !important;
}

.scrollToTop {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #003f5f;
    position: fixed;
    bottom: 80px;
    right: 20px;
    display: none;
    -webkit-box-shadow: 2px 2px 15px 0 rgba(0,0,0,0.4);
    -moz-box-shadow: 2px 2px 15px 0 rgba(0,0,0,0.4);
    box-shadow: 2px 2px 15px 0 rgba(0,0,0,0.4);
    cursor: pointer;
}

.scrollToTop:after {
    font-family: 'FontAwesome';
    content: '\f077';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -55%);
    -moz-transform: translate(-50%, -55%);
    -ms-transform: translate(-50%, -55%);
    -o-transform: translate(-50%, -55%);
    transform: translate(-50%, -55%);
    color: #9fca42;
    font-size: 36px;
}

.scrollToTop:hover:after {
    color: #fff;
}

.anchor-offset {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}

/*********************************************
   ## Typography
*********************************************/

.small-margin-bottom {
    margin-bottom: 4px;
}

.small { /* can be used to reduce text size */
    font-size: .8em;
}

/*********************************************
    ## Header
*********************************************/

.nav-wrap {
    display: none;
    position: relative;
    top: 140px;
    margin: 0;
}

.masthead.mobile-masthead h1 {
    display: none;
}

.mobile-toggle { /* Toggle button for mobile navigation menu */
    display: none;
}

.mobile-nav {
    display: none;
}

.masthead { /* Main navigation banner */
    color: #fff;
    position: fixed;
    z-index: 1000;
    width: 100%;
    top: 0;
}

.masthead h1 {
    margin: 0;
    position: absolute;
    z-index: 1;
    background: url('../../PublishingImages/logo.png'); /* Placing logo within h1 */
    background-size: cover;
    height: 103px;
    width: 297px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    top: 2px;
    left: 20px;
    -webkit-transition: ease 300ms;
    -moz-transition: ease 300ms;
    -ms-transition: ease 300ms;
    -o-transition: ease 300ms;
    transition: ease 300ms;
}

.masthead .wrap {
    position: relative;
}

.masthead.scrolled h1 {
    height: 80px;
    width: 231px;
    top: 0px;
}

.masthead .primary-nav, .masthead .search-bar, .masthead .secondary-nav {
    width: 100%;
    clear: both;
}

.masthead .primary-nav a:link,
.masthead .primary-nav a:visited,
.masthead .secondary-nav a:link,
.masthead .secondary-nav a:visited {
    color: #fff;
    text-decoration: none;
}

.masthead .primary-nav a,
.masthead .primary-nav a:visited {
    font-weight: bold;
    padding: 0 0 24px 0;
}

.masthead .primary-nav a:hover {
    color: #88b3da;
}

.masthead .primary-nav {
    height: 60px;
    background: #003f5f;
    -webkit-transition: ease 300ms;
    -moz-transition: ease 300ms;
    -ms-transition: ease 300ms;
    -o-transition: ease 300ms;
    transition: ease 300ms;
}

.masthead.scrolled .primary-nav {
    height: 44px;
}

.masthead .primary-nav .wrap {
    height: 100%;
    width: 100%;
    display: table;
    text-align: right;
}

.masthead .primary-nav .wrap > ul li {
    padding: 0 10px;
}

.masthead .primary-nav .wrap > ul li:last-child .sub-nav {
    left: initial;
}

.masthead .secondary-nav {
    height: 40px;
    background: #003653;
    font-size: 14px;
    -webkit-transition: ease 300ms;
    -moz-transition: ease 300ms;
    -ms-transition: ease 300ms;
    -o-transition: ease 300ms;
    transition: ease 300ms;
}

.masthead.scrolled .secondary-nav {
    height: 30px;
}

.masthead .secondary-nav .wrap > ul li {
    padding: 0 20px;
}

.masthead .primary-nav .login:before {
    font-family: 'FontAwesome';
    content: '\f023';
    padding-right: 7px;
    color: #88b3da;
    font-size: 14px;
    vertical-align: middle;
}

.masthead .secondary-nav .search:before {
    font-family: 'FontAwesome';
    content: '\f002';
    padding-right: 7px;
    color: #88b3da;
    font-size: 12px;
    vertical-align: middle;
}

.masthead .primary-nav .wrap > ul, .masthead .secondary-nav .wrap > ul {
    list-style: none;
    float: right;
    margin: 0;
    padding: 0;
}

.masthead .secondary-nav .wrap > ul {
    text-align: left;
    position: relative;
    top: 10px;
    -webkit-transition: ease 300ms;
    -moz-transition: ease 300ms;
    -ms-transition: ease 300ms;
    -o-transition: ease 300ms;
    transition: ease 300ms;
}

.masthead.scrolled .secondary-nav .wrap > ul {
    top: 5px;
}

.masthead .primary-nav .wrap > ul {
    text-align: right;
    display: table-cell;
    vertical-align: middle;
    float: none;
}

.masthead .primary-nav ul li, .masthead .secondary-nav ul li {
    display: inline-block;
}

.masthead .primary-nav a[href$=".pdf"]:before {
    font-family: 'FontAwesome';
    content: "\f15b";
    display: inline-block;
    margin-right: 10px;
    color: #88b3da;
}

.masthead .secondary-nav .has-children {
    position: relative;
}

.masthead .primary-nav .has-children {
    position: initial;
}

.masthead .has-children:after { /* Adds downward pointing caret after nav items with children */
    font-family: 'FontAwesome';
    content: '\f0d7';
    color: #88b3da;
}

.masthead .primary-nav .wrap .sub-nav, .masthead .secondary-nav .wrap .sub-nav { /* Positioning sub-nav lists */
    display: none;
    position: absolute;
    padding: 10px 0 0 0;
    margin: 0;
    left: 0;
    z-index: 1000;
    background: #003f5f;
    width: 200px;
    list-style: none;
}

.masthead .secondary-nav .wrap .sub-nav {
    left: 10px;
}

.masthead .secondary-nav .wrap .sub-nav {
    background: #003653;
}

.masthead .primary-nav .wrap > ul li .sub-nav li, .masthead .secondary-nav .wrap > ul li .sub-nav li { /* Positioning list items within sub-nav lists */
    float: none;
    padding: 5px 10px;
    text-align: left;
    display: block;
}

.masthead .primary-nav .wrap > ul li .sub-nav li:hover {
    background: #003653;
}

.masthead .secondary-nav .wrap > ul li .sub-nav li:hover {
    background: #003f5f;
}

.masthead .has-children:hover .sub-nav {
    display: block;
}

.mega-menu-dropdown {
    display: none;
    width: 100%;
    background: #fff;
    padding: 50px 20px;
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 100;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.14);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.14);
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.14);
    -webkit-transition: ease 300ms;
    -moz-transition: ease 300ms;
    -ms-transition: ease 300ms;
    -o-transition: ease 300ms;
    transition: ease 300ms;
}

.masthead.scrolled .mega-menu-dropdown {
    top: 44px;
}

.mega-menu-dropdown .wrap {
}

.mega-menu-dropdown img {
    float: left;
    width: 50%;
    padding: 0 20px;
}

.mega-menu-dropdown .text-wrap {
    float: left;
    width: 50%;
    padding: 0 20px;
    text-align: left;
}

.mega-menu-dropdown h2 {
    font-size: 30px;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 30px;
    color: #003f5f;
    line-height: 1.2;
}

.mega-menu-dropdown h2 a {
    font-size: 30px;
    font-weight: normal !important;
    margin-top: 0;
    margin-bottom: 30px;
    color: #003f5f !important;
    line-height: 1.2;
}

.mega-menu-dropdown h2 a:hover {
	text-decoration: underline !important;
}


.mega-menu-dropdown p {
    color: #666;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 0;
}

.mega-menu-dropdown h2:after {
    content: '';
    height: 4px;
    width: 30px;
    background: #88b3da;
    display: block;
    position: relative;
    left: 3px;
    top: 12px;
}

.mega-menu-dropdown .half-width:first-child {
    border-right: 1px solid #d9d9d9;
}

.mega-menu-dropdown .half-width ul {
    list-style: none;
    width: 50%;
    float: left;
    padding: 0 40px;
    margin: 0;
    text-align: left;
}

.mega-menu-dropdown .half-width ul li {
    padding: 15px 0 !important;
    display: block;
}

.mega-menu-dropdown .half-width ul li:first-child {
    padding: 0 0 15px 0;
}

.mega-menu-dropdown .half-width ul li:last-child {
    padding: 15px 0 0 0;
}

.mega-menu-dropdown .half-width ul li a:link,
.mega-menu-dropdown .half-width ul li a:visited {
    color: #003f5f;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
}


.mega-menu-dropdown .half-width ul li a:hover {
    text-decoration: underline;
}

.mega-menu-dropdown .half-width ul li a[href$=".pdf"]:before {
    font-family: 'FontAwesome';
    content: "\f15b";
    display: inline-block;
    margin-right: 10px;
    color: #88b3da;
}

.search-bar {
    display: none;
    /*padding: 5px 20px 20px 20px;
    text-align: right;*/
    background: #003653;
}

.search-bar input[type=text] {
    /*background: #fff;
    width: 30%;
    padding: 10px;
    border: 1px solid #fdc522;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    vertical-align: top;
    height: 41px;
    font-size: 18px;*/
}

.search-bar input[type=submit] {
    /*background: #fdc522;
    border: 1px solid #e6b321;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 16px;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    cursor: pointer;
    margin-right: 20px;*/
}

.search-bar input[type=submit]:hover {
    background: #e6b321;
}

/*********************************************
    ## Hero Slider
*********************************************/

.hero-slider { /* moves hero-slider content up and down when user scrolls */
    //top: 100px;
    -webkit-transition: ease 300ms;
    -moz-transition: ease 300ms;
    -ms-transition: ease 300ms;
    -o-transition: ease 300ms;
    transition: ease 300ms;
}

.hero-slider.scrolled { /* moves hero-slider content up and down when user scrolls */
    //top: 74px;
}

.hero-slider { /* Slider wrapper */
    height: 522px; /* Must match .hero-slider . wrap height */
    background: #003653;
}

.hero-slider .slide .background-image {
    background-size: cover;
    background-position: center;
    outline: none;
    height: 522px; /* Must match .hero-slider height */
    width: 100%;
}

.hero-slider .wrap {
    max-width: 1100px;
    margin: 0 auto;
}

.slide-headline-section { /* Positioning slider CTA section */
    color: #fff;
    background: #003f5f;
    width: 440px;
    position: absolute;
    bottom: 40px;
}

.slide-headline-section h2 {
    padding: 20px;
    margin: 0;
    font-size: 36px;
    color: #fff;
    font-family: "Verdana", sans-serif; 
}

.slide-headline-section h3 {
    font-weight: normal;
    padding: 0 20px 20px 20px;
    margin: 0;
    color: #fff;
    font-family: "Verdana", sans-serif; 
}

.slide-cta {
    background: #003653;
    border-top: 1px solid #668c9f;
    padding: 20px;
}

.slide-cta a:link,
.slide-cta a:visited {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
}

.slide-cta a:after {
    font-size: 14px;
    font-family: 'FontAwesome';
    content: '\f054';
    color: #9fca42;
    padding-left: 10px;
    display: inline-block;
}

.slide-cta a:hover {
    text-decoration: underline;
}

.slick-dotted.slick-slider { /* Custom styling of slick slider dots and arrows */
    margin-bottom: 0;
}

.slick-dots {
    bottom: 10px;
}

.hero-slider .slick-dots li button:before {
    color: #fff;
    font-size: 15px;
    opacity: 1;
    text-shadow: 1px 1px 8px rgba(0, 0, 0, .5)
}

.hero-slider .slick-dots li.slick-active button:before {
    color: #88b3da;
    font-size: 19px;
    opacity: 1;
}


/*********************************************
    ## Main Body Section
*********************************************/

.main-body { /* moves main-body content up and down when user scrolls */
    position: relative;
    top: 100px;
    -webkit-transition: ease 300ms;
    -moz-transition: ease 300ms;
    -ms-transition: ease 300ms;
    -o-transition: ease 300ms;
    transition: ease 300ms;
}

.main-body.scrolled { /* moves main-body content up and down when user scrolls */
    top: 74px;
}

/*********************************************
    ## Button Section
*********************************************/

.button-section {
    background: #9fca42;
}

.button-section ul { /* Display buttons in a centered row */
    list-style: none;
    max-width: 1600px;
    margin: 0 auto;
    padding: 30px 0;
}

.button-section ul li { /* Set the width of the buttons */
    width: 19.5%;
    display: inline-block;
    text-align: center;
}

.button-section ul li a:link,
.button-section ul li a:visited { /* Style the buttons */
    background: #003f5f;
    color: #fff;
    font-size: 24px;
    text-decoration: none;
    display: block;
    padding: 12px 0 15px 0;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: none;
    margin: 0 20px;
}

.button-section ul li a:hover {
    background: #003653;
}

.button-section .apply,
.button-section .register,
.button-section .visit,
.button-section .request,
.button-section .give { /* Display the icons within the buttons */
    margin-right: 10px;
    vertical-align: middle;
    display: inline-block;
    height: 22px;
}


/*********************************************
    ## News and Events Section
*********************************************/

.news-wrap { /*  */
	max-width: 1500px;
    margin: 0 auto;
    padding: 60px 0;
}

.news-column {
    float: left;
    width: 32.9%;
    padding: 0 22px;
    /*border-left: 1px solid #d9d9d9;*/
}

.news-column:last-child {
    border-right: 1px solid #d9d9d9;
}

.news-column h3 {
    font-size: 36px;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 50px;
    color: #003f5f;
    line-height: .7;
    text-indent: -3px;
    font-family: "Verdana", sans-serif;
}

.news-column h3:after {
    content: '';
    height: 4px;
    width: 30px;
    background: #88b3da;
    display: block;
    position: relative;
    left: 0;
    top: 26px;
}

.post-date {
    font-size: 14px;
    color: #5c7994;
    margin-bottom: 0;
}

.post-date:before {
    font-family: 'FontAwesome';
    content: '\f02e';
    color: #9fca42;
    padding-right: 7px;
}

.post-title {
    font-size: 18px;
    color: #003f5f;
    margin-top: 4px;
    font-weight: normal;
}

.news-column img {
    display: block;
    margin: 0 0 20px 0;
    width: 100%;
}

.more-info, .more-info:visited {
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #003f5f;
    text-decoration: none;
    margin: 10px 0 30px 0;
}

.more-info:hover {
    text-decoration: underline;
}

.more-info:after {
    font-family: 'FontAwesome';
    content: '\f054';
    color: #9fca42;
    padding-left: 10px;
    font-size: 14px;
    display: inline-block;
    text-decoration: none;
}

.blue-button, .blue-button:visited {
    background: #003f5f;
    color: #fff !important;
    font-size: 18px;
    text-decoration: none;
    display: inline-block;
    padding: 12px 35px 15px 35px;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: none;
    margin-top: 10px;
}

.blue-button:hover {
    background: #003653;
    text-decoration: underline;
}

.blue-button:after {
    font-family: 'FontAwesome';
    content: '\f054';
    color: #9fca42;
    padding-left: 10px;
    font-size: 14px;
    display: inline-block;
    text-decoration: none;
}

.event-column {
    float: left;
    width: 66%;
    padding: 0;
    /*border-left: 1px solid #d9d9d9;*/
}
.event-column:last-child {
   /* border-right: 1px solid #d9d9d9;*/
}


/*********************************************
    ## Social Media Links Section
*********************************************/

.social-media-wrap {
    background: #ebebeb;
    padding: 30px 20px;
}

.social-media-icons {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.social-media-icons li {
    display: inline-block;
    padding: 0 15px;
}

.social-media-icons li a:link,
.social-media-icons li a:visited {
    color: #ebebeb;
    display: block;
    border-radius: 50%;
    width: 36px;
    height: 36px;
}

.social-media-icons li a i {
    position: relative;
    top: 24%;
    font-size: 20px;
}

.social-media-icons li .facebook {
    background: #3b5998;
}

.social-media-icons li .twitter {
    background: #29aae2;
}

.social-media-icons li .instagram {
    background: #2e5b82;
}

.social-media-icons li .youtube {
    background: #e94639;
}

.social-media-icons li .youtube i {
    padding-left: 4px;
}

.social-media-icons li .linkedin {
    background: #046599;
}

.social-media-icons li:hover {
    opacity: .7;
}


/*********************************************
    ## Main Content
*********************************************/

section:after {
    content: '';
    clear: both;
    display: table;
}

.main-content1 p,
.main-content1 ul,
.main-content1 ol {
    color: #666;
    font-size: 16px;
    line-height: 2;
}

.main-content1 ol ol {
    list-style-type: lower-alpha;
}

.main-content1 p a,
.main-content1 p a:visited,
.main-content1 ul a,
.main-content1 ul a:visited,
.main-content1 ol a,
.main-content1 ol a:visited {
    font-weight: 900;
    color: #1496BB;
    text-decoration: none;
}

.main-content1 p a:hover,
.main-content1 ul a:hover,
.main-content1 ol a:hover {
    text-decoration: underline;
}

.main-content1 ol li {
    padding: 10px 0;
}

.main-content1 ul {
    padding-left: 20px;
    color: #88b3da;
}

.main-content1 ul span {
    color: #666;
}

.main-content1 .center-align {
    text-align: center;
}

.main-content1 h2,
.main-content1 h3 {
    font-size: 36px;
    font-weight: normal;
    margin-top: 20px;
    margin-bottom: 50px;
    color: #003f5f;
   // line-height: .9;
    text-indent: -3px;
}

.main-content1 .slider h3 {
    text-align: center;
}

.main-content1 h2 {
    margin-top: 0;
    margin-bottom: 0;
}

.main-content1 h3:after {
    content: '';
    height: 4px;
    width: 30px;
    background: #88b3da;
    display: block;
    position: relative;
    left: 0;
    top: 26px;
}

.main-content1 .inline-image {
    float: right;
    margin: 20px 0 20px 40px;
    max-width: 50%;
    clear: both;
}

.main-content1 .accordions h3 {
    font-weight: normal;
    font-size: 38px;
    color: #fff;
    text-align: center;
    margin-bottom: 80px;
}

.main-content1 .blue-section {
    background: #003f5f;
    color: #fff;
    margin: 0;
    padding: 30px;
}

.main-content1 .light-blue-section {
    background: #88b3da;
    color: #fff;
    margin: 0;
    padding: 30px;
}


.main-content1 .blue-section.alumni ul {
    list-style: none;
    margin: 0;
    padding: 0 0 20px 0;
    text-align: center;
}

.main-content1 .blue-section.alumni ul li {
    display: inline-block;
    margin: 0 10px;
}

.main-content1 .blue-section.alumni ul li a.blue-button {
    font-weight: normal;
    padding: 4px 35px 6px 35px;
}

.main-content1 .blue-section.alumni h3:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.main-content1 .blue-section.alumni .wrap {
    max-width: 1200px;
    margin: 0 auto 40px;
    background: #fff;
    -webkit-box-shadow: 2px 2px 15px 0 rgba(0,0,0,0.3);
    -moz-box-shadow: 2px 2px 15px 0 rgba(0,0,0,0.3);
    box-shadow: 2px 2px 15px 0 rgba(0,0,0,0.3);
}

.main-content1 .blue-section.alumni .wrap .content {
    padding: 40px 40px 20px 40px;
}

.main-content1 .blue-section.alumni .wrap h5,
.main-content1 .blue-section.alumni .wrap .subtitle {
    color: #003f5f;
    text-align: left;
}

.main-content1 .blue-section.alumni .wrap h5 {
    font-weight: normal;
    font-size: 28px;
    margin: 0;
}

.main-content1 .blue-section.alumni .wrap .subtitle {
    margin: 0;
}

.main-content1 .blue-section.alumni .wrap .info {
    color: #666;
    text-align: left;
}

.main-content1 .blue-section.alumni .wrap:after {
    display: table;
    content: '';
    clear: both;
}

.main-content1 .blue-section p,
.main-content1 .light-blue-section p,
.main-content1 .light-blue-section h3,
.main-content1 .blue-section h3 {
    color: #fff;
    text-align: center;
}

.main-content1 .blue-section a,
.main-content1 .light-blue-section a,
.main-content1 .light-blue-section a:visited,
.main-content1 .blue-section a:visited {
    color: #fff;
}

.main-content1 .blue-section .blue-button {
    border: 1px solid #99b2bf;
}

/*Begin News*/
.colnews
{
	display:block;
	float:left;
}
.main-content1 .blue-section.news p,
.main-content1 .light-blue-section.news p
{
    color: #fff;
    text-align: left;
}
.main-content1 .blue-section.news h3,
.main-content1 .light-blue-section.news h3 {
    color: #fff;
    text-align: center;
}

.main-content1 .blue-section.news a,
.main-content1 .blue-section.news a:visited {
}

.main-content1 .blue-section.news .wrap .content,
.main-content1 .light-blue-section.news .wrap .content{
	float:none !important;
}

.main-content1 .blue-section.news ul,
.main-content1 .light-blue-section.news ul {
    list-style: none;
    margin: 0;
    padding: 0 0 20px 0;
    text-align: center;
}

.main-content1 .blue-section.news ul li,
.main-content1 .light-blue-section.news ul li {
    display: inline-block;
    margin: 0 10px;
}

.main-content1 .blue-section.news ul li a.blue-button,
.main-content1 .light-blue-section.news ul li a.blue-button {
    font-weight: normal;
    padding: 4px 35px 6px 35px;
}

.main-content1 .blue-section.news h3:after,
.main-content1 .light-blue-section.news h3:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.main-content1 .light-blue-section.news h3:after {
	background: #003f5f !important;
}

.main-content1 .blue-section.news .wrap,
.main-content1 .light-blue-section.news .wrap {
    max-width: 1100px;
    margin: 0 auto 40px;
    background: #fff;
    -webkit-box-shadow: 2px 2px 15px 0 rgba(0,0,0,0.3);
    -moz-box-shadow: 2px 2px 15px 0 rgba(0,0,0,0.3);
    box-shadow: 2px 2px 15px 0 rgba(0,0,0,0.3);
}

.main-content1 .blue-section.news .wrap .content,
.main-content1 .light-blue-section.news .wrap .content {
    padding: 40px 40px 20px 40px;
}

.main-content1 .blue-section.news .wrap h5,
.main-content1 .light-blue-section.news .wrap h5,
.main-content1 .blue-section.news .wrap .subtitle,
.main-content1 .light-blue-section.news .wrap .subtitle {
    color: #003f5f;
    text-align: left;
}

.main-content1 .blue-section.news .wrap h5,
.main-content1 .light-blue-section.news .wrap h5 {
    font-weight: normal;
    font-size: 28px;
    margin: 0;
}

.main-content1 .blue-section.news .wrap .subtitle,
.main-content1 .light-blue-section.news .wrap .subtitle {
    margin: 0;
}

.main-content1 .blue-section.news .wrap .info,
.main-content1 .light-blue-section.news .wrap .info {
    color: #666;
    text-align: left;
}

.main-content1 .blue-section.news .wrap:after,
.main-content1 .light-blue-section.news .wrap:after {
    display: table;
    content: '';
    clear: both;
}
.main-content1 .blue-section.news .wrap .info1 .more-info1, .more-info1:visited,
.main-content1 .light-blue-section.news .wrap .info1 .more-info1, .more-info1:visited {
    /*display: block;*/
    font-size: 16px;
    font-weight: bold;
    color: #003f5f;
    text-decoration: none;
}

.main-content1 .blue-section.news .wrap .info1 .more-info1:hover,
.main-content1 .light-blue-section.news .wrap .info1 .more-info1:hover {
    text-decoration: underline;
}

.main-content1 .blue-section.news .wrap .info1 .more-info1:after,
.main-content1 .light-blue-section.news .wrap .info1 .more-info1:after {
    font-family: 'FontAwesome';
    content: '\f054';
    color: #9fca42;
    padding-left: 10px;
    font-size: 14px;
    display: inline-block;
    text-decoration: none;
}

/*End News*/


.main-content1 .step {
    margin-bottom: 20px;
}

.main-content1 .step h4 {
    margin: 0 0 30px 0;
}
.main-content1 .step h4:after {
    content: '';
    height: 4px;
    width: 30px;
    background: #88b3da;
    display: block;
    position: relative;
    left: 0;
    top: 14px;
}

.main-content1 .step .icon,
.main-content1 .step .content {
    display: inline-block;
    vertical-align: top;
}

.main-content1 .step .icon {
    width: 14%;
}

.main-content1 .step .icon img {
    display: block;
    margin: 0 auto;
}

.main-content1 .step .content {
    width: 85%;
    padding: 0 40px 0 20px;
}

.sidebar-nav {
    float: left;
    width: 25%;
}

.sidebar-nav h4 {
    font-weight: normal;
    font-size: 28px;
    color: #003f5f;
    margin: 40px 0 0 30px;
}

.sidebar-nav h4 i {
    display: none;
}

.sidebar-nav .program-list {
    padding-left: 0;
}

.sidebar-nav .program-list,
.sidebar-nav .program-list ul {
    list-style: none;
}

.sidebar-nav .program-list li {
    padding: 12px 0;
    position: relative;
}

.sidebar-nav .program-list li i {
    position: absolute;
    top: 7px;
    left: 1px;
    color: #9fca42;
    cursor: pointer;
    padding: 8px;
    -webkit-transition: ease 300ms;
    -moz-transition: ease 300ms;
    -ms-transition: ease 300ms;
    -o-transition: ease 300ms;
    transition: ease 300ms;
}

.border-style {
	border: 1px solid #f8f8f8;
	background: #f8f8f8;
	padding: 20px;
	border-radius: 20px;
}

.sidebar-nav .program-list li i:hover {
    color: #003f5f;
}

.sidebar-nav .program-list li ul {
    display: none;
    padding-left: 10px;
    margin-top: 20px;
}

.sidebar-nav .program-list li a,
.sidebar-nav .program-list li a:visited {
    color: #666666;
    text-decoration: none;
    padding: 0 30px;
    display: block;
}

.sidebar-nav .program-list li span {
    padding: 0 30px;
    font-weight: bold;
    display: block;
    color: #003f5f;
}

.sidebar-nav .program-list li a:hover {
    text-decoration: underline;
}

.sidebar-nav .program-list li.current {
    background: #003f5f;
    color: #fff;
    font-weight: bold;
}

.sidebar-nav .program-list li.current-list ul { /* Expand dropdown for current section list */
    display: block;
}

.sidebar-nav .program-list li.current a,
.sidebar-nav .program-list li.current a:visited {
    color: #fff;
}

.main-content1 .col-two-thirds,
.main-content1 .col-one-third {
    float: left;
}

.main-content1 .cols-right .col-two-thirds,
.main-content1 .cols-right .col-one-third {
    float: right;
}

.main-content1 .col-two-thirds {
    width: 63%;
    margin-right:1%;
}

.main-content1 .col-one-third {
    width: 36%;
}

.main-content1 .col-two-thirds .content {
    float: right;
    padding: 40px 80px 60px 20px;
    max-width: 720px;
}

.main-content1 .cols-right .col-two-thirds .content {
    float: left;
    padding: 40px 20px 60px 80px;
}

.main-content1 .col-one-third.image {
    background-size: cover;
    background-position: center;
}
.kimbiaDiv {
	padding: 10px;
	border-radius: 5px;
	margin-top: 10px;
	color: #000;
}

.kimbiaDiv p {
	color: #000 !important;
}

div.kimbiaDiv .k_confMessage span.k_commitmentCenter, div.kimbiaDiv .k_confMessage span.k_workflowSource, div.kimbiaDiv span.k_transCode, div.kimbiaDiv span.k_messagingProfile {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin-top: 0px !important;
}

div.kimbiaDiv label.groupLabel.section {
	font-size: 12px;
}

/* Page content section */
.page-content {
    float: left;
    width: 75%;
    background: #fff;
    padding: 15px 0 30px 0;
}

.page-content section {
    padding: 15px 0;
    margin: 0 30px;
    border-bottom: 1px solid #d9d9d9;
}

.page-content section.accordions {
    background: url('/PublishingImages/background-blue-logo.jpg') center no-repeat #003f5f;
    background-size: cover;
    margin: 0;
}

.page-content section:last-of-type {
    border-bottom: none;
}

.page-content .iframe-wrap {
}

.page-content .iframe-wrap .disclaimer {
    font-size: .9em;
    margin: 0 0 10px 0;
    line-height: 1.2;
}

.page-content iframe#external {
    //padding: 4px;
    width: 100%;
    //height: 620px;
    //border: 2px solid #b7b7b7;
}

.page-content p, .page-content ul {
    color: #666;
    font-size: 16px;
    line-height: 2;
}

.page-content ul {
    padding-left: 20px;
}

.page-content ul span {
    color: #666;
}

.page-content h2, .page-content h3 {
    font-size: 36px;
    font-weight: normal;
    margin-top: 20px;
    margin-bottom: 50px;
    color: #003f5f;
    //line-height: .7;
    text-indent: -3px;
    font-family: 'Verdana', sans-serif;
}

.page-content .slider h3 {
    text-align: center;
}

.page-content h2 {
    margin-top: 0;
    margin-bottom: 10px;
  }

.page-content .program-subhead {
    border-bottom: 1px solid #d9d9d9;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.page-content .program-subhead a {
    color: #003f5f;
    font-size: 18px;
}

.page-content h3:after {
    content: '';
    height: 4px;
    width: 30px;
    background: #88b3da;
    display: block;
    position: relative;
    left: 0;
    top: 26px;
}

.page-content .inline-image {
    float: right;
    margin: 20px 0 20px 40px;
    max-width: 50%;
    clear: both;
}

.page-content .accordions h3 {
    font-weight: normal;
    font-size: 38px;
    color: #fff;
    text-align: center;
    margin-bottom: 80px;
}

.program-sidebar h4,
.page-content h4 {
    font-weight: normal;
    font-size: 28px;
    color: #003f5f;
    margin: 40px 0 0 30px;
}

.program-sidebar h4 i {
    display: none;
}

.page-content form h4 {
    text-align: center;
    margin: 20px 0;
}

.page-content .accordions h3:after,
.page-content .slider h3:after {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.page-content .half-width {
    float: right;
}

.page-content .slider .logo-slider {
    margin: 0;
    padding: 40px 0;
    text-align: center;
}

.page-content .slider .logo-slide img {
    margin: 0 auto;
}

.page-content .slider .employer-nav-container {
    text-align: center;
    margin-bottom: 30px;
}

.page-content .slider .employer-nav {
    position: relative;
    padding: 30px 0 0 0;
    width: inherit;
    display: inline-block !important;
}

.page-content .slider .employer-nav .slick-dots {
    position: relative;
    margin: 0;
    padding: 0;
    bottom: 0;
    width: auto;
    display: inline-block !important;
    vertical-align: middle;
}

.page-content .slider .employer-nav .slick-dots li {
    margin: 0 10px;
    vertical-align: middle;
}

.page-content .slider .employer-nav .slick-dots li button:before {
    color: #b2c5cf;
    opacity: 1;
    font-size: 14px;
}

.page-content .slider .employer-nav .slick-dots li.slick-active button:before {
    color: #003f5f;
    font-size: 18px
}

.page-content .slider .employer-nav .slick-prev,
.page-content .slider .employer-nav .slick-next {
    height: 48px;
    display: inline-block !important;
    vertical-align: middle;
    margin-top: 15px;
}

.page-content .slider .employer-nav .slick-next {
    right: -45px;
}

.page-content .slider .employer-nav .slick-prev {
    left: -45px;
}

.page-content .slider .employer-nav .slick-prev:before,
.page-content .slider .employer-nav .slick-next:before {
    font-family: 'FontAwesome';
    font-size: 48px;
    color: #9fca42;
}

.page-content .slider .employer-nav .slick-prev:before {
    content: '\f104'
}

.page-content .slider .employer-nav .slick-next:before {
    content: '\f105'
}

/* end page content */




/*********************************************
    ## Inner Button Section
*********************************************/

.inner-button-section {
    background: #9fca42;
}

.inner-button-section ul { /* Display buttons in a centered row */
    list-style: none;
    width: 100%;
    margin: 0 auto;
    padding: 30px 0;
    text-align: center;
}

.inner-button-section ul li { /* Set the width of the buttons */
    width: 220px;
    display: inline-block;
    text-align: center;
}

.inner-button-section ul li a:link,
.inner-button-section ul li a:visited { /* Style the buttons */
    background: #003f5f;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    display: block;
    padding: 8px 0 11px 0;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: none;
    margin: 0 10px;
    font-weight: normal;
}

.inner-button-section ul li a:hover {
    background: #003653;
}

.inner-button-section .apply,
.inner-button-section .register,
.inner-button-section .visit,
.inner-button-section .request,
.inner-button-section .give { /* Display the icons within the buttons */
    margin-right: 10px;
    vertical-align: middle;
    display: inline-block;
    height: 22px;
}

/*********************************************
    ## Colors
*********************************************/

.main-blue {
    background: #003f5f;
}

.light-blue {
    background: #88b3da;
}

.dark-blue {
    background: #003653;
}

.green {
    background: #9fca42;
}

.gray {
    background: #ebebeb;
}

.footer-gray {
    background: #333;
}

.footer-dark-gray {
    background: #2c2c2c;
}

.program-blue {
    background: #0085aa;
}

.program-orange {
    background: #f49200;
}

.dark-orange {
    background: #d9560f;
}

.program-blue-green {
    background: #1d6f85;
}

.program-red {
    background: #ab2718;
}


/*********************************************
    ## Give section
*********************************************/

.give-section-wrap {
    padding: 60px 0 70px 0;
    background: #fff url('/PublishingImages/background-give.jpg') center bottom;
    background-size: cover;
    text-align: center;
}

.give-section-header {
    margin-bottom: 30px;
}

.give-section-header .logo-graphic {
    display: inline-block;
    height: 172px;
    width: 56px;
    background: url('/PublishingImages/logo-graphic.png');
    background-size: cover;
    vertical-align: middle;
}

.give-section-header h3 {
    display: inline-block;
    font-size: 75px;
    color: #003f5f;
    padding-left: 30px;
    text-align: left;
    font-weight: normal;
    vertical-align: top;
    line-height: 1;
    margin: 0 0 80px 0;
}

.give-section-wrap .blue-button {
    margin: 0 10px;
}

.give-section-wrap h4 {
    font-size: 36px;
    color: #003f5f;
    font-weight: normal;
    margin: 0 0 50px 0;
}

.give-section-wrap h4:after {
    content: '';
    height: 4px;
    width: 60px;
    background: #88b3da;
    display: block;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);

    top: 26px;
}

.give-section-wrap h5 {
    font-size: 28px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #003f5f;
}

ul.give {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    max-width: 1100px;
    color: #003f5f;
}

ul.give li.single-stat {
    float: left;
    width: 33.33%;
    margin-top: 40px;
    padding: 0 20px;
}

ul.give .stat-wrap {
    background: #fff;
    width: 174px;
    height: 174px;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
    -webkit-box-shadow: 2px 2px 17px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 2px 2px 17px 0px rgba(0,0,0,0.2);
    box-shadow: 2px 2px 17px 0px rgba(0,0,0,0.2);
}

ul.give .stat {
    display: block;
    position: absolute;
    width: 160px;
    height: 160px;
    top: 7px;
    left: 7px;
    border: 1px solid #d6e1eb;
    border-radius: 50%;
    font-size: 60px;
    line-height: 156px;
}

ul.give .stat img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

ul.give .stat-info {
    padding: 20px 10px;
    font-size: 16px;
}

.give-section-wrap .stat-info p {
    margin-bottom: 0;
    line-height: 1.6;
    color: #666666;
}

.give-section-wrap .stat-info .more-info {
    margin-bottom: 0;
}

/*********************************************
    ## Employee section
*********************************************/

.employee-section-wrap {
    padding: 20px 0 30px 0;
    background: #fff url('/PublishingImages/background-give.jpg') center bottom;
    background-size: cover;
    text-align: center;
}

.employee-section-header {
    margin-bottom: 20px;
}

.employee-section-header .logo-graphic {
    display: inline-block;
    height: 172px;
    width: 56px;
    background: url('/PublishingImages/logo-graphic.png');
    background-size: cover;
    vertical-align: middle;
}

.employee-section-header h3 {
    display: inline-block;
    font-size: 75px;
    color: #003f5f;
    padding-left: 30px;
    text-align: left;
    font-weight: normal;
    vertical-align: top;
    line-height: 1;
    margin: 0 0 80px 0;
}

.employee-section-wrap .blue-button {
    margin: 0 10px;
}

.employee-section-wrap h4 {
    font-size: 36px;
    color: #003f5f;
    font-weight: normal;
    margin: 0 0 50px 0;
}

.employee-section-wrap h4:after {
    content: '';
    height: 4px;
    width: 60px;
    background: #88b3da;
    display: block;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);

    top: 26px;
}

.employee-section-wrap h5 {
    font-size: 28px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #003f5f;
}

ul.employee {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    max-width: 1100px;
    color: #003f5f;
}

ul.employee li.single-stat {
    float: left;
    width: 50%;
    margin-top: 40px;
    padding: 0 20px;
}

ul.employee .stat-wrap {
    background: #fff;
    width: 174px;
    height: 174px;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
    -webkit-box-shadow: 2px 2px 17px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 2px 2px 17px 0px rgba(0,0,0,0.2);
    box-shadow: 2px 2px 17px 0px rgba(0,0,0,0.2);
}

ul.employee .stat {
    display: block;
    position: absolute;
    width: 160px;
    height: 160px;
    top: 7px;
    left: 7px;
    border: 1px solid #d6e1eb;
    border-radius: 50%;
    font-size: 60px;
    line-height: 156px;
}

ul.employee .stat img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

ul.employee .stat-info {
    padding: 20px 10px;
    font-size: 16px;
}

.employee-section-wrap .stat-info p {
    margin-bottom: 0;
    line-height: 1.6;
    color: #666666;
}

.employee-section-wrap .stat-info .more-info {
    margin-bottom: 0;
}


/*********************************************
    ## Program Slider Section
*********************************************/

.program-slider-section-wrap {
    padding: 80px 0;
    background: #003f5f url('/PublishingImages/background-blue-logo.jpg');
    background-size: cover;
    overflow: hidden;
}

.slider-section-header {
    max-width: 1100px;
    margin: 0 auto;
    border-bottom: 1px solid #265c77;
}

.program-slider-section-wrap h3 {
    font-size: 36px;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 50px;
    color: #fff;
    line-height: .7;
    text-indent: -3px;
    float: left;
}

.program-slider-section-wrap h3:after {
    content: '';
    height: 4px;
    width: 30px;
    background: #88b3da;
    display: block;
    position: relative;
    left: 0;
    top: 26px;
}

.program-slider-section-wrap .blue-button,
.program-slider-section-wrap .blue-button:visited {
    background: #003f5f;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    display: inline-block;
    padding: 12px 35px 15px 35px;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 1px solid #99b2bf;
    float: right;
}

.program-slider-section-wrap .blue-button:after {
    font-family: 'FontAwesome';
    content: '\f054';
    color: #9fca42;
    padding-left: 10px;
    font-size: 14px;
}

.program-slider-section-wrap .blue-button:hover {
    background: #003653;
}

.program-slider-section-wrap .center-text { /* Vertically centering Program title within slide so 1- and 2-row titles are aligned */
    display: block;
    position: relative;
    height: 3em;
    width: 100%;
    margin-top: 10px;
}

.program-slider-section-wrap .center-text p { /* Vertically centering Program title within slide so 1- and 2-row titles are aligned */
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    margin: 0;
    width: 100%;
    padding: 0 10px;
    line-height: inherit;
}

.program-slider {
    max-width: 1130px;
    margin: 0 auto;
}

.program-slider-nav {
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
}

.program-slider-section-wrap .slick-slide img {
    width: 100%;
}

.program-slider-nav .slick-dots li button:before {
    color: #fff;
    font-size: 15px;
    opacity: .3;
    text-shadow: 1px 1px 8px rgba(0, 0, 0, .3)
}

.program-slider-nav .slick-dots li.slick-active button:before {
    color: #fff;
    font-size: 19px;
    opacity: 1;
}

.program-slider-nav .slick-dots {
    position: static;
    top: 20px;
}

.program-slider-nav .slick-prev:before { /* Custom slider navigation arrow */
    font-size: 50px;
    color: #9fca42;
    font-family: 'FontAwesome';
    content: '\f104';
}

.program-slider-nav .slick-prev {
    left: 0;
    height: 50px;
}

.program-slider-nav .slick-next:before { /* Custom slider navigation arrow */
    font-size: 50px;
    color: #9fca42;
    font-family: 'FontAwesome';
    content: '\f105';
}

.program-slider-nav .slick-next {
    right: 0;
    height: 50px;
}

.program-slider .slick-list {
    overflow: initial;
}

.program-slide {
    width: 250px;
    text-align: center;
    background: #fff;
    margin: 30px 15px;
}

.program-slide:nth-child(5n+1) { /* Coloring bottom border on slides, loops every 5 slides */
    border-bottom: 10px solid #0085aa;
}

.program-slide:nth-child(5n+2) {
    border-bottom: 10px solid #D9560F;
}

.program-slide:nth-child(5n+3) {
    border-bottom: 10px solid #b8ca42;
}

.program-slide:nth-child(5n+4) {
    border-bottom: 10px solid #872d91;
}

.program-slide:nth-child(5n+5) {
    border-bottom: 10px solid #7e942d;
}

.program-slide:nth-child(5n+6) {
    border-bottom: 10px solid #ab2718;
}


/*********************************************
    ## Text/Video section
*********************************************/

.text-video-section-wrap {
    padding: 80px 20px;
}

.text-video-section-wrap .small-wrap {
}

.text-video-section-wrap h3 {
    color: #003f5f;
    font-size: 36px;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 50px;
}

.text-video-section-wrap h3:after { /* Dash below headline */
    content: '';
    height: 4px;
    width: 30px;
    background: #88b3da;
    display: block;
    position: relative;
    top: 26px;
}

.text-video-section-wrap p {
    color: #666;
    font-size: 16px;
    line-height: 2;
}

.video-poster {
    position: relative;
    height: auto;
}

.video-poster img {
    width: 100%;
    // z-index: 10;
    // position: absolute;
    // top: 0;
}

.play-btn { /* Video play button */
    display: block;
    height: 108px;
    width: 108px;
    position: absolute;
    top: 30%;
    left: 50%;
    margin-left: -54px;
    background: url('/PublishingImages/play-btn.png');
    z-index: 11;
    cursor: pointer;
}

.embed-container {
    position: relative;
    // padding-bottom: 56.25%;
    // height: 0;
    // overflow: hidden;
    max-width: 100%;
    max-height: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
    //position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}


/*********************************************
    ## Two column with colored background
*********************************************/

.two-color-columns {
    display: table;
    width: 100%;
}

.green-column, .gray-column {
    display: table-cell;
    width: 50%;
    padding: 80px;
    vertical-align: middle;
}

.green-column {
    background: url('/PublishingImages/magazineimage/050119spc018%20chefs%20spc%20grn.jpg') #9fca42;
    background-size: cover;
    text-align: center;
}

.green-column a:link,
.green-column a:visited { /* Drawing circle */
    display: block;
    border-radius: 50%;
    border: 2px solid #003f5f;
    height: 23px;
    width: 23px;
    text-align: center;
    margin: 0 auto;
}

.green-column i { /* Centering right-chevron within circle/border */
    color: #003f5f;
    padding-left: 3px;
}

.gray-column {
    background: #ebebeb;
}

.two-color-columns .inner-content {
    width: 100%;
    max-width: 640px;
}

.two-color-columns .green-column .inner-content {
    float: right;
}

.two-color-columns h4 {
    font-size: 36px;
    color: #003f5f;
    font-weight: normal;
    margin: 0 0 50px 0;
    font-family: "Verdana", sans-serif;
}

.two-color-columns h4:after {
    content: '';
    height: 4px;
    width: 30px;
    background: #88b3da;
    display: block;
    position: relative;
    top: 26px;
}

.two-color-columns p {
    color: #666;
    font-size: 16px;
    line-height: 2;
    margin: auto;
}

.inner-content .photo {
    height: 200px;
    width: 200px;
    border: 4px solid #fff;
    border-radius: 50%;
    margin: 0 auto 20px auto;
    -webkit-box-shadow: 2px 2px 17px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 2px 2px 17px 0px rgba(0,0,0,0.2);
    box-shadow: 2px 2px 17px 0px rgba(0,0,0,0.2);
    background: url('/PublishingImages/magazineimage/050119spc001%20chefs%20for%20circle%20image.jpg') center;
    background-size: cover;
}

.inner-content p.title {
    color: #003f5f;
    margin: 0;
}

.inner-content p.name {
    color: #003f5f;
    font-weight: bold;
    margin: 0;
}


/*********************************************
    ## Stats section
*********************************************/

.stats-section-wrap {
    padding: 60px 0 70px 0;
    background: #fff url('/PublishingImages/background-stats.jpg') center bottom;
    background-size: cover;
    text-align: center;
}

.stats-section-header {
    margin-bottom: 30px;
}

.stats-section-header .logo-graphic {
    display: inline-block;
    height: 172px;
    width: 56px;
    background: url('/PublishingImages/logo-graphic.png');
    background-size: cover;
    vertical-align: middle;
}

.stats-section-header h3 {
    display: inline-block;
    font-size: 75px;
    color: #003f5f;
    padding-left: 30px;
    text-align: left;
    font-weight: normal;
    vertical-align: top;
    line-height: 1;
    margin: 0 0 80px 0;
}

.stats-section-wrap .blue-button {
    margin: 0 10px;
}

h1, h2, h3, h4 ,h5 ,h6 {
	font-family: "Verdana", sans-serif !important;
}

.stats-section-wrap h4 {
    font-size: 36px;
    color: #003f5f;
    font-weight: normal;
    margin: 0 0 50px 0;
    font-family: "Verdana", sans-serif;
}

.stats-section-wrap h4:after {
    content: '';
    height: 4px;
    width: 60px;
    background: #88b3da;
    display: block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    top: 26px;
}

ul.stats {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    max-width: 1100px;
    color: #003f5f;
}

ul.stats li.single-stat {
    display: inline-block;
    vertical-align: top;
    width: 25%;
}

ul.stats .stat-wrap {
    background: #fff;
    width: 174px;
    height: 174px;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
    -webkit-box-shadow: 2px 2px 17px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 2px 2px 17px 0px rgba(0,0,0,0.2);
    box-shadow: 2px 2px 17px 0px rgba(0,0,0,0.2);
}

ul.stats .stat {
    display: block;
    position: absolute;
    width: 160px;
    height: 160px;
    top: 7px;
    left: 7px;
    border: 1px solid #d6e1eb;
    border-radius: 50%;
    font-size: 60px;
    line-height: 156px;
}

ul.stats .stat-info {
    padding: 20px 10px 40px 10px;
    font-size: 18px;
}


/*********************************************
    ## CTA section
*********************************************/

.cta-section-wrap {
    text-align: center;
    padding: 50px 0;
    background: #88b3da;
}

.cta-section-wrap h5 {
    font-weight: normal;
    font-size: 36px;
    color: #003f5f;
    margin: 0 0 20px 0;
}

.cta-section-wrap .blue-button {
    margin: 0 10px;
}


/*********************************************
    ## Inner Pages
*********************************************/

.inner-banner {
    position: relative;
    height: 330px;
    //top: 100px;
    background-size: cover;
    background-position: center;
    -webkit-transition: ease 300ms;
    -moz-transition: ease 300ms;
    -ms-transition: ease 300ms;
    -o-transition: ease 300ms;
    transition: ease 300ms;
}

.inner-banner.scrolled {
    //top: 74px;
}


/*********************************************
    ## Program Section
*********************************************/

.program {
    background: #ebebeb;
}

.businessBanner{
	background-image: url('../../PublishingImages/banner-admissions.jpg');
}


.careerBanner{
	background-image: url('../../PublishingImages/banner-admissions.jpg');
}

.healthscienceBanner{
	background-image: url('../../PublishingImages/banner-admissions.jpg');
}


.liberalartsBanner {
	background-image: url('../../PublishingImages/banner-admissions.jpg');
}


.serviceBanner{
	background-image: url('../../PublishingImages/banner-admissions.jpg');
}


.stemBanner{
	background-image: url('../../PublishingImages/banner-admissions.jpg');
}


.program-1 { /* combine with .inner-banner div on page to get desired scaling effect from background-size:cover */
    background-image: url('../../PublishingImages/banner-program-1.jpg');
}

.admissions { /* combine with .inner-banner div on page to get desired scaling effect from background-size:cover */
    background-image: url('../../PublishingImages/banner-admissions.jpg');
}

.programs-1 { /* combine with .inner-banner div on page to get desired scaling effect from background-size:cover */
    background-image: url('../../PublishingImages/banner-programs-1.jpg');
}

.foundation { /* combine with .inner-banner div on page to get desired scaling effect from background-size:cover */
    background-image: url('../../PublishingImages/banner-foundation.jpg');
}

.presidentsblog { /* combine with .inner-banner div on page to get desired scaling effect from background-size:cover */
    background-image: url('../../PublishingImages/presidentsblog.jpg');
}

.program-wrap {
    max-width: 1150px;
    margin: 0 auto;
}

.program-sidebar {
    float: left;
    width: 25%;
}

.program-sidebar .program-list {
    padding-left: 0;
}

.program-sidebar .program-list,
.program-sidebar .program-list ul {
    list-style: none;
}

.program-sidebar .program-list li {
    padding: 12px 0;
    position: relative;
}

.program-sidebar .program-list li i {
    position: absolute;
    top: 7px;
    left: 1px;
    color: #9fca42;
    cursor: pointer;
    padding: 8px;
    -webkit-transition: ease 300ms;
    -moz-transition: ease 300ms;
    -ms-transition: ease 300ms;
    -o-transition: ease 300ms;
    transition: ease 300ms;
}

.program-sidebar .program-list li i:hover {
    color: #003f5f;
}

.program-sidebar .program-list li ul {
    display: none;
    padding-left: 0;
    margin-top: 20px;
}

.program-sidebar .program-list li a,
.program-sidebar .program-list li a:visited {
    color: #666666;
    text-decoration: none;
    padding: 0 30px;
    display: block;
}

.program-sidebar .program-list li span {
    padding: 0 30px;
    font-weight: bold;
    display: block;
    color: #003f5f;
}

.program-sidebar .program-list li a:hover {
    text-decoration: underline;
}

.program-sidebar .program-list li.current {
    background: #003f5f;
    color: #fff;
    font-weight: bold;
}

.program-sidebar .program-list li.current-list ul { /* Expand dropdown for current section list */
    display: block;
}

.program-sidebar .program-list li.current a,
.program-sidebar .program-list li.current a:visited {
    color: #fff;
}

.program-content {
    float: left;
    width: 75%;
    background: #fff;
    padding: 15px 0 30px 0;
}

.program-content .with-form {
    width: 45%;
    float: left;
    padding: 0 10px 0 0;
}

.program-content .form-mobile {
    display: none;
}

.program-content .form-desktop {
    /* padding: 0 20px; */
    background: #88b3da;
    width: 50%;
    float: right;
    padding: 10px 2px;
    height: 725px;
    border: 2px solid #eee;

}

.program-content form .input-wrap {
    position: relative;
}

.program-content form label {
    color: #666;
    position: absolute;
    top: 16px;
    left: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.program-content form .focused label, .program-content form .hasValue label {
    font-size: 12px;
    top: 12px;
    -webkit-transform: translate(0,-8px);
    -moz-transform: translate(0,-8px);
    -ms-transform: translate(0,-8px);
    -o-transform: translate(0,-8px);
    transform: translate(0,-8px);
    opacity: 0.8;
}

.program-content form input,
.program-content form textarea {
    background: #fff;
    color: #666;
    width: 100%;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    margin: 0 0 20px 0;
    height: 50px;
    border: none;
    font-size: 18px;
}

.program-content form input {
    padding: 15px 10px 5px 10px;
}

.program-content form textarea {
    padding: 20px 10px 10px 10px;
}

.program-content form textarea {
    height: 100px;
}

.program-content form button[type='submit'] {
    background: #003f5f;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    padding: 12px 35px 15px 35px;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: none;
    cursor: pointer;
    width: 100%;
    display: block;
    margin-bottom: 20px;
    margin-left: 0px !important;
}

.program-content form button[type='submit']:hover {
    background: #003653;
    text-decoration: underline;
}

.program-content form button[type='submit'] i {
    color: #9fca42;
    font-size: .8em;
}

.program-content section {
    padding: 15px 0;
    margin: 0 30px;
    border-bottom: 1px solid #d9d9d9;
}

.program-content section.accordions {
    background: url('/PublishingImages/background-blue-logo.jpg') center no-repeat #003f5f;
    background-size: cover;
    margin: 0;
}

.program-content section:last-of-type {
    border-bottom: none;
}

.program-content .iframe-wrap {
}

.program-content .iframe-wrap .disclaimer {
    font-size: .9em;
    margin: 0 0 10px 0;
    line-height: 1.2;
}

.program-content iframe#external {
    //padding: 4px;
    width: 100%;
    //height: 620px;
    //border: 2px solid #b7b7b7;
}

.program-content p, .program-content ul {
    color: #666;
    font-size: 16px;
    line-height: 2;
}

.program-content ul {
    padding-left: 20px;
}

.program-content ul span {
    color: #666;
}

.program-content h2, .program-content h3 {
    font-size: 36px;
    font-weight: normal;
    margin-top: 20px;
    margin-bottom: 50px;
    color: #003f5f;
    //line-height: .7;
    text-indent: -3px;
    font-family: 'Verdana', sans-serif;
}

.program-content .slider h3 {
    text-align: center;
}

.program-content h2 {
    margin-top: 0;
    margin-bottom: 10px;
  }

.program-content .program-subhead {
    border-bottom: 1px solid #d9d9d9;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.program-content .program-subhead a {
    color: #003f5f;
    font-size: 18px;
}

.program-content h3:after {
    content: '';
    height: 4px;
    width: 30px;
    background: #88b3da;
    display: block;
    position: relative;
    left: 0;
    top: 26px;
}

.program-content .inline-image {
    float: right;
    margin: 20px 0 20px 40px;
    max-width: 50%;
    clear: both;
}

.program-content .accordions h3 {
    font-weight: normal;
    font-size: 38px;
    color: #fff;
    text-align: center;
    margin-bottom: 80px;
}

.program-sidebar h4,
.program-content h4 {
    font-weight: normal;
    font-size: 28px;
    color: #003f5f;
    margin: 40px 0 0 30px;
}

.program-sidebar h4 i {
    display: none;
}

.program-content form h4 {
    text-align: center;
    margin: 20px 0;
}

.program-content .accordions h3:after,
.program-content .slider h3:after {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.program-content .half-width {
    float: right;
    margin: 10px 0px 10px 10px;
}

.program-content .slider .logo-slider {
    margin: 0;
    padding: 40px 0;
    text-align: center;
}

.program-content .slider .logo-slide img {
    margin: 0 auto;
}

.program-content .slider .employer-nav-container {
    text-align: center;
    margin-bottom: 30px;
}

.program-content .slider .employer-nav {
    position: relative;
    padding: 30px 0 0 0;
    width: inherit;
    display: inline-block !important;
}

.program-content .slider .employer-nav .slick-dots {
    position: relative;
    margin: 0;
    padding: 0;
    bottom: 0;
    width: auto;
    display: inline-block !important;
    vertical-align: middle;
}

.program-content .slider .employer-nav .slick-dots li {
    margin: 0 10px;
    vertical-align: middle;
}

.program-content .slider .employer-nav .slick-dots li button:before {
    color: #b2c5cf;
    opacity: 1;
    font-size: 14px;
}

.program-content .slider .employer-nav .slick-dots li.slick-active button:before {
    color: #003f5f;
    font-size: 18px
}

.program-content .slider .employer-nav .slick-prev,
.program-content .slider .employer-nav .slick-next {
    height: 48px;
    display: inline-block !important;
    vertical-align: middle;
    margin-top: 15px;
}

.program-content .slider .employer-nav .slick-next {
    right: -45px;
}

.program-content .slider .employer-nav .slick-prev {
    left: -45px;
}

.program-content .slider .employer-nav .slick-prev:before,
.program-content .slider .employer-nav .slick-next:before {
    font-family: 'FontAwesome';
    font-size: 48px;
    color: #9fca42;
}

.program-content .slider .employer-nav .slick-prev:before {
    content: '\f104'
}

.program-content .slider .employer-nav .slick-next:before {
    content: '\f105'
}

#accordion {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    max-width: 910px;
    z-index: 1;
    position: relative;
}

#accordion > li {
    padding: 0;
    margin: 20px;
    position: relative;
    -webkit-box-shadow: 5px 5px 15px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 5px 5px 15px 0 rgba(0,0,0,0.2);
    box-shadow: 5px 5px 15px 0 rgba(0,0,0,0.2);
    border-bottom: 10px solid #88b3da;
}

#accordion li ul {
    color: #666;
    padding: 0px 80px 10px 40px;
    font-size: 14px;
}

p.accordion-toggle {
    color: #003f5f;
    background: #fff;
    font-weight: normal;
    padding: 10px 70px 10px 20px;
    font-size: 20px;
    text-align: left;
    margin: 0;
    position: relative;
    cursor: pointer;
}

.accordion-toggle:after {
    font-family: 'FontAwesome';
    content: '\f067';
    font-size: 28px;
    line-height: 1;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    color: #88b3da;
    text-align: center;
}

.accordion-toggle.active:after {
    font-family: 'FontAwesome';
    content: '\f068';
}

p.accordion-toggle-aei {
    color: #003f5f;
    background: #fff;
    font-weight: normal;
    padding: 10px 20px 10px 70px;
    font-size: 13px;
    text-align: left;
    margin: 0;
    position: relative;
    cursor: pointer;
}

.accordion-toggle-aei:before {
    font-family: 'FontAwesome';
    content: '\f067 ';
    font-size: 13px;
    margin: 0px 10px;
    line-height: 1;
    transform: translateY(-50%);
    color: #88b3da;
    text-align: center;
}

.accordion-toggle-aei.active:before {
    font-family: 'FontAwesome';
    content: '\f068';
}

#scholasrhip_accordion_ul {
	list-style: none;
    padding: 0;
    margin: 0 auto;
    max-width: 910px;
    z-index: 1;
    position: relative;
}

#scholasrhip_accordion_ul li {
	background: #f8f8f8;
	border: 1px solid #f0f0f0;
	border-radius: 5px;
}

p.accordion-toggle-scholarship {
    color: #003f5f;
    font-weight: normal;
    font-size: 12px;
    text-align: left;
    margin: 0;
    position: relative;
    cursor: pointer;
    
}

.accordion-toggle-scholarship:before {
    font-family: 'FontAwesome';
    content: '\f067 ';
    font-size: 12px;
    margin: 0px 10px;
    line-height: 1;
    transform: translateY(-50%);
    color: #88b3da;
    text-align: center;
}

.accordion-toggle-scholarship.active:before {
    font-family: 'FontAwesome';
    content: '\f068';
}

.accordion-content-scholarship {
    display: none;
    text-align: left;
    position: relative;
    color: #003f5f;
    font-size: 12px;
    padding: 0px 20px 10px;
    
}

.accordion-content-scholarship ol,
.accordion-content-scholarship ul,
.accordion-content-scholarship li {
    font-size: 12px;
}
.accordion-content-scholarship p {
    padding: 10px 0px;
    margin: 0;
    font-size: 12px;
}

.accordion-content {
    display: none;
    text-align: left;
    color: #003f5f;
    background: #FFF; /*changed this */
}

.accordion-content-aei {
    display: none;
    text-align: left;
    position: relative;
    color: #003f5f;
    margin-left: 40px;
    background: #FFF; /*changed this */
}

.accordion-content-aei ol,
.accordion-content-aei ul,
.accordion-content-aei li {
    font-size: 12px;
}

.accordion-content p {
    padding: 10px 0px;
    margin: 0;
    //font-size: 18px;
}

.accordion-content-aei p {
    padding: 10px 0px;
    margin: 0;
    font-size: 12px;
}

.accordion-content a {
	font-weight: normal !important;
}

.accordion-content-aei a {
	font-weight: normal !important;
}

.accordion-content h5 {
    padding: 20px 40px 0px;
    margin: 0;
    font-size: 20px;
}

/*********************************************
    ## Admissions Content
*********************************************/

.admissions-content h3 {
    text-align: center;
}

.admissions-content h3:after {
    transform: translateX(-50%);
    left: 50%;
}

.admissions-content ol {
    //font-weight: bold;
    padding-left: 20px;
}

.admissions-content ol span {
    font-weight: normal;
}

.admissions-intro h3 {
    text-align: left;
    line-height: 1.2;
}

.admissions-intro h3:after {
    content: '';
    height: 4px;
    width: 30px;
    background: #88b3da;
    display: block;
    position: relative;
    left: 14px;
    top: 26px;
}

.admissions-content img.left-inline + h3 {
    padding-left: 50%;
}

.admissions-content img.left-inline + h3:after {
    transform: translateX(50%);
}

.admissions-intro img {
    width: 50%;
}

.admissions-content .right-cover {
    float: right;
    border-left: 30px solid #fff;
}

.admissions-content .left-inline {
    float: left;
    margin: 30px 30px 0 0;
}

/*********************************************
    ## All Programs
*********************************************/

.all-programs {
    background: url('/PublishingImages/background-blue-logo.jpg') top left no-repeat #003f5f;
    margin: 0;
    padding: 40px 0;
}

.all-programs .blue-button,
.all-programs .blue-button:visited {
    background: #003f5f;
    color: #fff !important;
    border: 1px solid #99b2bf;
    margin: 0 auto;
    display: table; /* to allow it to be centered. */
}

.all-programs .blue-button:hover {
    background: #003653;
}

.all-programs .accordions {
    padding: 0 20px;
}

.all-programs .accordions h3 {
    margin-bottom: 40px;
}

.all-programs header {
    max-width: 768px;
    margin: 0 auto;
}

.all-programs header h3:after {
    left: 50%;
    transform: translateX(-50%);
}

.all-programs header p,
.all-programs header h4 {
    color: #fff;
    text-align: center;
}

.all-programs header h4 {
    border-top: 1px solid #99b2bf;
    margin-top: 40px;
    padding-top: 40px;
    font-size: 24px;
    font-weight: normal;
}

.all-programs #accordion {
    max-width: 1100px;
}

.all-programs #accordion > li {
    margin: 30px 0;
}

.all-programs #accordion .accordion-toggle:after {
    color: #003f5f;
}

.quickbuttons > p > a {
	color: #fff !important;
	font-size: 12px !important;
	padding: 10px 0px;
	text-align: center;
	display: block;
	-webkit-box-shadow: 5px 5px 15px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 5px 5px 15px 0 rgba(0,0,0,0.2);
    box-shadow: 5px 5px 15px 0 rgba(0,0,0,0.2);}

.quickbuttons > p > a:hover {
	text-decoration: none;
	box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.1);
}

.quickbuttons > p:nth-child(1) {
	background: #AB2718;
}
.quickbuttons > p:nth-child(2) {
	background: #7E952D;
}

.quickbuttons > p:nth-child(3) {
	background: #F59201;
}

.quickbuttons > p:nth-child(4) {
	background: #0185AB;
}

.quickbuttons > p:nth-child(5) {
	background: #872D91;
}
.quickbuttons > p:nth-child(6) {
	background: #003F5E;
}

.quickbuttons > p:nth-child(7) {
	background: #000;
}

.quickbuttons > p:nth-child(8) {
	background: #C38D9E;
}


.all-programs #accordion > li:nth-child(2) {
    border-bottom: 10px solid #88b3da;
}

.all-programs #accordion > li:nth-child(3) {
    border-bottom: 10px solid #0085aa;
}

.all-programs #accordion > li:nth-child(4) {
    border-bottom: 10px solid #D9560F;
}

.all-programs #accordion > li:nth-child(5) {
    border-bottom: 10px solid #B8CA42;
}

.all-programs #accordion > li:nth-child(6) {
    border-bottom: 10px solid #872D91;
}

.all-programs #accordion > li:nth-child(7) {
    border-bottom: 10px solid #7E942D;
}

.all-programs #accordion > li:nth-child(8) {
    border-bottom: 10px solid #AB2718;
}

/* test */

.all-programs1 #accordion > li:nth-child(3) {
    border-bottom: 10px solid #88b3da;
}

.all-programs1 #accordion > li:nth-child(4) {
    border-bottom: 10px solid #0085aa;
}

.all-programs1 #accordion > li:nth-child(5) {
    border-bottom: 10px solid #D9560F;
}

.all-programs1 #accordion > li:nth-child(6) {
    border-bottom: 10px solid #B8CA42;
}

.all-programs1 #accordion > li:nth-child(7) {
    border-bottom: 10px solid #872D91;
}

.all-programs1 #accordion > li:nth-child(8) {
    border-bottom: 10px solid #AB2718;
}

.all-programs1 #accordion > li:nth-child(9) {
    border-bottom: 10px solid #7E942D;
}


/* test end */

.all-programs #accordion .accordion-content ul.half {
    list-style: none;
    float: left;
    width: 50%;
    padding: 20px 20px 10px 20px;
}

.all-programs #accordion .accordion-content ul.half > li {
    font-weight: bold;
}

.all-programs #accordion .accordion-content ul.half > li a {
    font-weight: normal;
    font-size: 14px;
}

.all-programs #accordion .accordion-content ul li ul {
    list-style: disc;
    padding: 0 10px 0 20px;
    margin-bottom: 10px;
    line-height: 1.6;
}

.req-half {
	float: left;
	width: 50%;
	padding: 0px 20px 0px 20px;
}


/*********************************************
    ## AEI Template
*********************************************/

.inner-banner.aei {
    background-image: url('../../PublishingImages/banner-aei.jpg');
    height: 500px;
}

.inner-banner.aei img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 759px;
    padding: 20px;
}

.transparent {
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: rgba(0, 54, 83, 0.9);
    padding: 20px;
    border-radius: 15px;
}

.inner-banner.aei h1 {
	text-align: center;
	color: #fff;
	font-size: 50px;
}

.aei .two-tone {
    text-align: center;
    display: table;
    width: 100%;
}

.aei .two-tone h3,
.aei .two-tone p,
.aei .two-tone p a {
    color: #fff;
}

.aei .two-tone h3 {
    line-height: 1.2;
}

.aei .two-tone h3:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.aei .two-tone p a {
    text-decoration: underline;
}

.aei .two-tone p a:hover {
    text-decoration: none;
}

.aei .two-tone .half-width {
    display: table-cell;
    vertical-align: middle;
    float: none;
    padding: 40px;
}

.aei .two-tone .half-width:nth-child(1) {
    background: #003f5f;
}

.aei .two-tone .half-width:nth-child(2) {
    background: #003653;
}

.aei .two-tone .half-width .content {
    max-width: 600px;
    margin: 0 auto;
}

.aei .two-tone .half-width .content .blue-button {
    border: 1px solid #99b2bf;
    background: #003653;
}

.aei .two-tone .half-width .content .blue-button:hover {
    background: #002f4a;
}

.all-programs1 #accordion .accordion-content ul.half {
    list-style: none;
    float: left;
    width: 50%;
    padding: 20px 20px 10px 20px;
    font-size: 14px;
}

.all-programs1 #accordion .accordion-content ul.half > li {
    font-weight: bold;
    
}

.all-programs1 #accordion .accordion-content ul.half > li a {
    font-weight: normal;
    font-size: 14px;
}

.all-programs1 #accordion .accordion-content ul li ul {
    list-style: disc;
    padding: 0 10px 0 20px;
    margin-bottom: 10px;
    line-height: 1.6;
    font-size: 14px;
}


/*********************************************
    ## Continuing Education Template
*********************************************/

.inner-banner.continuing-education {
    background-image: url('../../PublishingImages/banner-continuing-education.jpg');
    height: 500px;
}

.inner-banner.continuing-education img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 759px;
    padding: 20px;
}

.inner-banner.continuing-education h1 {
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
	text-align: center;
	color: #fff;
	font-size: 60px;
}

.continuing-education .two-tone {
    text-align: center;
    display: table;
    width: 100%;
}

.continuing-education .two-tone h3,
.continuing-education .two-tone p,
.continuing-education .two-tone p a {
    color: #fff;
}

.continuing-education .two-tone h3 {
    line-height: 1.2;
}

.continuing-education .two-tone h3:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.continuing-education .two-tone p a {
    text-decoration: underline;
}

.continuing-education .two-tone p a:hover {
    text-decoration: none;
}

.continuing-education .two-tone .half-width {
    display: table-cell;
    vertical-align: middle;
    float: none;
    padding: 40px;
}

.continuing-education .two-tone .half-width:nth-child(1) {
    background: #003f5f;
}

.continuing-education .two-tone .half-width:nth-child(2) {
    background: #003653;
}

.continuing-education .two-tone .half-width .content {
    max-width: 600px;
    margin: 0 auto;
}

.continuing-education .two-tone .half-width .content .blue-button {
    border: 1px solid #99b2bf;
    background: #003653;
}

.continuing-education .two-tone .half-width .content .blue-button:hover {
    background: #002f4a;
}

.continuing-education .testimonial {
    position: relative;
    padding: 50px 20px;
    max-width: 1100px;
    margin: 0 auto;
}

.continuing-education .testimonial .photo {
    position: absolute;
    top: -10px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    overflow: hidden;
}

.continuing-education .testimonial .copy {
    float: right;
    padding-left: 40px;
    max-width: 800px;
    width: 70%;
}

.continuing-education .testimonial .copy:after {
    content: '\201D';
    font-size: 320px;
    position: absolute;
    top: -50px;
    right: -20px;
    opacity: .08;
}

.continuing-education .testimonial.photo-right .photo {
    right: 20px;
}

.continuing-education .testimonial.photo-right .copy {
    float: left;
}

.continuing-education .testimonial.photo-right .copy:after {
    content: '\201C';
    font-size: 320px;
    position: absolute;
    top: -50px;
    left: -20px;
    opacity: .08;
}

.continuing-education .testimonial .copy p {
    color: #003f5f;
    line-height: 1.2;
    margin-top: 0;
}

.continuing-education .testimonial .copy .quote {
    font-size: 36px;
}

.aei .areas-of-instruction {
    background: url('../../PublishingImages/background-areas-of-instruction.jpg') no-repeat bottom center #333333;
    background-size: cover;
    text-align: center;
    padding: 80px;
}

.continuing-education .areas-of-instruction {
    background: url('../../PublishingImages/background-areas-of-instruction.jpg') no-repeat bottom center #333333;
    background-size: cover;
    text-align: center;
    padding-bottom: 80px;
}

.continuing-education .areas-of-instruction .description {
    max-width: 780px;
    padding: 20px;
    margin: 0 auto 60px auto;
    text-align: center;
}

.continuing-education .areas-of-instruction .description h4 {
    font-size: 36px;
    color: #fff;
    margin-top: inherit;
    margin-bottom: inherit;
}

.continuing-education .areas-of-instruction .description h4:after {
    position: relative;
    display: block;
    content: '';
    height: 4px;
    width: 30px;
    background: #fff;
    top: 26px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.continuing-education .areas-of-instruction .description p {
    color: #fff;
}

.aei .areas-of-instruction .description {
    max-width: 780px;
    padding: 20px;
    margin: 0 auto 20px auto;
    text-align: center;
}

.aei .areas-of-instruction .description h4 {
    font-size: 36px;
    color: #fff;
    margin-top: inherit;
    margin-bottom: inherit;
}

.aei .areas-of-instruction .description h4:after {
    position: relative;
    display: block;
    content: '';
    height: 4px;
    width: 30px;
    background: #fff;
    top: 26px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.aei .areas-of-instruction .description p {
    color: #fff;
    padding-top: 20px;
}

.continuing-education .areas-of-instruction .icons {
    list-style: none;
    margin: 0 auto 60px auto;
    padding: 0;
    font-size: 0;
    max-width: 1100px;
}

.continuing-education .areas-of-instruction .icons li {
    display: inline-block;
    vertical-align: top;
    width: 33.333%;
    text-align: center;
    padding: 20px 10px;
}

.continuing-education .areas-of-instruction .icons li .circle {
    height: 140px;
    width: 140px;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
}

.continuing-education .areas-of-instruction .icons li .circle img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.continuing-education .areas-of-instruction .icons li p {
    font-size: 18px;
    color: #fff;
    max-width: 230px;
    margin: 20px auto;
    line-height: 1.2;
}

.continuing-education .areas-of-instruction .icons li a {
    color: #fff;
}

.continuing-education .areas-of-instruction .button {
    border: 1px solid #99b2bf;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    text-decoration: none;
    display: inline-block;
    padding: 12px 25px 15px 25px;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    margin: 0 20px;
}

.continuing-education .areas-of-instruction .button:after {
    font-family: 'FontAwesome';
    content: '\f054';
    color: #9fca42;
    padding-left: 10px;
    font-size: 14px;
    display: inline-block;
    text-decoration: none;
}

.continuing-education .areas-of-instruction .button:hover {
    text-decoration: underline;
    background: #333;
}


/*********************************************
    ## Footer
*********************************************/

footer {
    color: #fff;
    background: #333;
    padding: 50px 0;
}

footer .wrap {
    max-width: 1100px;
}

footer .column {
    //border-right: 1px solid #515151;
}

footer .column:last-child {
    border-right: none;
}

footer .col-1 {
    padding: 0 20px;
    width: 32%;
    display: inline-block;
}

footer .col-1 ul { /* social media list */
    list-style: none;
    margin: 0;
    padding: 0;
}

footer .col-1 ul li {
    display: inline-block;
    margin: 0 8px;
    text-align: center;
}

footer .col-1 ul li:first-child {
    margin-left: 0;
}

footer .col-1 ul li a:link,
footer .col-1 ul li a:visited { /* social media list circle background */
    display: block;
    border-radius: 50%;
    background: #fff;
    color: #333;
    width: 28px;
    height: 28px;
    font-size: 16px;
}

footer .col-1 ul li a:hover {
    opacity: .6;
}

footer .col-1 ul li a i {
    position: relative;
    top: 50%;
    transform: translateY(-60%);
}

footer .col-1 ul li a i.fa-play {
    padding-left: 3px;
}

footer .col-1 img.footer-logo {
    max-width: 258px;
}

footer .col-1 img.footer-social {
    max-width: 119px;
}

footer .col-2 ul,
footer .col-3 ul { /* list of page links */
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 1;
}

footer .col-2 ul li {
    padding-bottom: 17px;
}

footer .col-3 ul li {
	padding-bottom: 25px;
}

footer .col-2 ul li a:link,
footer .col-2 ul li a:visited,
footer .col-3 ul li a:link,
footer .col-3 ul li a:visited {
    color: #fff;
    text-decoration: none;
}

footer .col-2 ul li a:hover,
footer .col-3 ul li a:hover {
    text-decoration: underline;
}

footer .col-2 ul li:last-child,
footer .col-3 ul li:last-child {
    padding-bottom: 0;
}

footer .col-2,
footer .col-3,
footer .col-4 {
    width: 22%;
    padding: 0 20px;
    display: inline-block;
}

footer .mnscu-logo {
   // max-width: 87px;
   max-width: 150px;
}

.colophon {
    color: #939393;
    background: #2c2c2c;
    text-align: center;
    padding: 10px 0;
}

/***************************
 #OLDSCHOOL ACCORDION TAG
***************************/

/*----- Accordion 

EXAMPLE:

<div class="accordion">    
<div class="accordion-section">        
<a class="accordion-section-title" href="#accordion-2">What will I be tested on?</a>
<div class="accordion-section-content" id="accordion-2">
<ul>
<li>Reading: You will be asked to read a passage and then answer several questions about the passage.</li>
<li>Mathematics: This portion measures your understanding of arithmetic through problem solving. Skills in operations of whole numbers, fractions, decimals and percentages. Ratios, measurement, and geometry will be assessed.
<span class="important">No handheld calculators are permitted.</span></li>
</ul>
<p><strong>Additional Testing</strong></p>
<ul>
<li>Keyboarding: If required for your program, keyboarding skills will be assessed.</li>
<li>Spatial: If required for your program, spatial skills will be assessed.</li>
</ul>
</div>
</div>
</div>

-----*/
.accordionx, .accordionx * {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;   
	box-sizing:border-box;
} 

.accordionx {    
	overflow:hidden;    
	box-shadow:0px 1px 3px rgba(0,0,0,0.25);    
	border-radius:3px;    
	margin: 5px 0px;
} 

/*----- Section Titles -----*/

.accordion-section-title:before {
	color: #9fca42;
	cursor: pointer;
	padding-right: 8px;
	content: "+";
} 
.accordion-section-title {    
	width:100%;    
	padding:8px;    
	display:inline-block;    
	border-bottom:1px solid #000;    
	background:#f8f8f8;   
   
	/* Type */    
	font-size:16px;    
	color:#000 !important;
}

.accordion-section-title.active, .accordion-section-title:hover {    
	background:#003f5f;
	color: #fff !important;
	/* Type */    
	text-decoration:none !important;
} 

.accordion-section:last-child .accordion-section-title {    
	border-bottom:none;
} 

/*----- Section Content -----*/
.accordion-section-content {    
	padding:13px;
	font-size: 13px !important;    
	display:none;
}

.color1 {    
	width:100%;    
	padding:15px;    
	display:inline-block;    
	border-bottom:1px solid #000;    
	background:#dfe9eb;   
	transition:all linear 0.15s;    
	/* Type */    
	font-size:1.200em;    
	text-shadow:0px 1px 0px #1a1a1a;    
	color:#000 !important;
}

.color2 {    
	width:100%;    
	padding:15px;    
	display:inline-block;    
	border-bottom:1px solid #000;    
	background:#e1f0f5;   
	transition:all linear 0.15s;    
	/* Type */    
	font-size:1.200em;    
	text-shadow:0px 1px 0px #1a1a1a;    
	color:#000 !important;
}

.color3 {    
	width:100%;    
	padding:15px;    
	display:inline-block;    
	border-bottom:1px solid #000;    
	background:#f1f3e8;   
	transition:all linear 0.15s;    
	/* Type */    
	font-size:1.200em;    
	text-shadow:0px 1px 0px #1a1a1a;    
	color:#000 !important;
}

.color4 {    
	width:100%;    
	padding:15px;    
	display:inline-block;    
	border-bottom:1px solid #000;    
	background:#e5e5e5;   
	transition:all linear 0.15s;    
	/* Type */    
	font-size:1.200em;    
	text-shadow:0px 1px 0px #1a1a1a;    
	color:#000 !important;
}

.hide {
	display: none;
}


.closed {
	display: none;
}


#scrollbox {
  /* Position absolutely, 30px down from the top */
  border: 1px solid #000;
  background: #AB2718;
  padding: 5px;
  margin: 5px;
  font-size:1.200em;     
  box-shadow:0px 1px 3px rgba(0,0,0,0.25);    
  border-radius:3px; 
  float: right;
}

#scrollbox h4 {
	padding: 0 !important; margin: 0 !important;
	font-size: 12px;
}

#scrollbox a {
	color: #fff !important;
}

#scrollbox a:hover {
	color: #FFFF00 !important;
	text-decoration: none !important;
}

.svbutton {
	padding: 0px 10px; 
	float: left;
}

.important {
	color: #AB2718 !important;
}

.equipment_table
{
	font-size: 12px;
}

.equipment_table tr:nth-child(even) {
	background: #f2f2f2;
}

.equipment_table th
{
	color: #000;
	padding: 5px;
	text-align:center;
}

.equipment_table td
{
	text-align:center;
	border: 1px solid #A8A8A8;
}

.normal_table
{
	width: 95%;
	margin: 10px 10px 15px 10px;
	padding: 3px;
	border: 1px solid #A8A8A8;
}

.normal_table textarea {
	width: 100%;
}

.normal_table th
{
	background:#003f5f;
	color: #FFF !important;
	padding: 5px;
	border-bottom: 1px solid #A8A8A8;
	vertical-align: top;
}

.normal_table th p
{	
	color: #FFF !important;
}


.normal_table td
{
	vertical-align: top;
	padding: 5px;
	border-bottom: 1px solid #A8A8A8;
}

.normal_table h3
{
	color: #fff !important;
}

.border_table
{
	margin: 10px 0px;
	padding: 6px;
	border: 1px solid #A8A8A8;
}

.border_table textarea {
	width: 100%;
}

.border_table th
{
	background:#0085AA;
	color: #FFF !important;
	padding: 5px;
	border-bottom: 1px solid #A8A8A8;
	vertical-align: bottom;
}

.border_table th p
{	
	color: #FFF !important;
}


.border_table td
{
	vertical-align: top;
	padding: 6px;
	border: 1px solid #A8A8A8;
	background: #f8f8f8;
}

.border_table h3
{
	color: #fff !important;
}




/*********************************************
    ## Visit page
*********************************************/

.program-content .visit-content {
    padding-bottom: 0;
}

.visit-content .blue-section {
    text-align: center;
}

.visit-content .blue-section h3 {
    margin-bottom: 20px;
}

.visit-content .blue-section h3:after {
    height: 0;
    width: 0;
}

.visit-content .blue-section.with-background {
    background: url('../../PublishingImages/background-blue-logo.jpg');
}

.visit-content h3 {
    text-align: center;
    line-height: 1.2;
}

.visit-content h3:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.visit-content h4 {
    margin: 0;
    text-align: center;
}

.visit-content .col-one-third {
    text-align: center;
    width: 33.333%;
    padding: 15px;
}

.visit-content .col-one-third .border-top {
    border-top: 1px solid #99b2bf;
    margin-bottom: 20px;
}

.visit-content .col-one-third h4 {
    font-size: 18px;
    margin: 20px auto;
}

.visit-content .col-one-third .icon-wrap {
    background: #ebebeb;
    width: 174px;
    height: 174px;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
}

.visit-content .col-one-third .icon {
    display: block;
    position: absolute;
    width: 164px;
    height: 164px;
    top: 5px;
    left: 5px;
    border: 1px solid rgba(136,179,218, .5);
    border-radius: 50%;
    font-size: 60px;
    line-height: 156px;
}

.visit-content a {
	color: #003f5f;
}

.visit-content .col-one-third .icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.visit-content .icon-wrap {
    background: #ebebeb;
    width: 174px;
    height: 174px;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
}

.visit-content .icon {
    display: block;
    position: absolute;
    width: 164px;
    height: 164px;
    top: 5px;
    left: 5px;
    border: 1px solid rgba(136,179,218, .5);
    border-radius: 50%;
    font-size: 60px;
    line-height: 156px;
}

.visit-content .icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


.visit-content .count-down {
    list-style: none;
    margin: 0;
    padding: 40px 0;
}
.visit-content .count-down li {
    display: inline-block;
    width: 24%;
    border-right: 1px solid rgba(255,255,255, .2);
}

.visit-content .count-down li:last-child {
    border-right: none;
}

.visit-content .count-down .number {
    font-size: 36px;
    margin: 0 auto 20px auto;
    line-height: 1;
    color: #fff !important;
}

.visit-content .count-down .text {
    font-size: 16px;
    margin: 0;
    line-height: 1;
}

.visit-content .details p {
    text-align: center;
    padding-bottom: 20px;
}

.visit-content .details .col-one-third {
    text-align: left;
}

.visit-content .details .col-one-third img {
    width: 100%;
}

.visit-content .details .col-one-third h4 {
    font-size: 28px;
}

.visit-content .virtual-tour,
.visit-content .virtual-tour-nav {
    padding: 0;
    margin: 0;
}

.visit-content .virtual-tour-nav {
    margin-top: 10px;
    overflow: hidden;
}

.visit-content .virtual-tour-nav .slick-prev,
.visit-content .virtual-tour-nav .slick-next {
    background: #003f5f;
    width: 30px;
    height: 100%;
}

.visit-content .virtual-tour-nav .slick-prev {
    left: 0;
    z-index: 10;
    margin-left: 0px;
}

.visit-content .virtual-tour-nav .slick-prev:before {
    font-family: 'FontAwesome';
    content: '\f104';
    color: #9fca42;
    font-size: 44px;
    opacity: 1;
}

.visit-content .virtual-tour-nav .slick-next {
    right: -1px;
    z-index: 10;
}

.visit-content .virtual-tour-nav .slick-next:before {
    font-family: 'FontAwesome';
    content: '\f105';
    color: #9fca42;
    font-size: 44px;
    opacity: 1;
}

.visit-content .virtual-tour .slick-slide {
    position: relative;
}

.visit-content .virtual-tour .caption {
    position: absolute;
    display: block;
    padding: 20px;
    bottom: 0;
    background: rgba(0,0,0,.7);
    color: #fff;
    font-size: 14px;
}

.visit-content .virtual-tour .caption strong {
    font-size: 18px;
}

.visit-content .virtual-tour .caption p {
    color: #fff;
    line-height: 1.3;
    margin-bottom: 0;
}

.visit-content .virtual-tour .slick-slide img {
    width: 100%;
}

.visit-content .virtual-tour-nav .nav-slide {
    margin: 0 5px;
}

.visit-content .virtual-tour-nav .nav-slide img {
    width: 100%;
}

/*********************************************
    ## Mobile Breakpoints
*********************************************/

@media screen and (max-width: 1680px) {
	.hero-slider .slide .background-image {
        background-size: contain;
        background-repeat: no-repeat;
    }
}

@media screen and (max-width: 1300px) {

    .masthead h1 {
        height: 65px;
        width: 286px;
        
    }

    .masthead .primary-nav .wrap > ul li {
        padding: 0 8px;
    }

    .masthead .primary-nav a:link,
    .masthead .primary-nav a:visited,
    .masthead .secondary-nav a:link,
    .masthead .secondary-nav a:visited {
        font-size: 14px;
    }

    .button-section ul li a:link,
    .button-section ul li a:visited {
        margin: 0 15px;
        font-size: 22px;
    }

    .button-section .apply:before,
    .button-section .register:before,
    .button-section .visit:before,
    .button-section .request:before,
    .button-section .give:before {
        height: 24px;
        width: 24px;
        background-size: 24px;
    }

}

@media screen and (max-width: 1200px) {

    .masthead h1 {
        height: 59px;
        width: 256px;
    }

    .masthead .primary-nav a:link,
    .masthead .primary-nav a:visited,
    .masthead .secondary-nav a:link,
    .masthead .secondary-nav a:visited {
        font-size: 12px;
    }
}

@media screen and (max-width: 1100px) {

    .masthead .primary-nav a:link,
    .masthead .primary-nav a:visited {
        font-weight: normal;
    }

    .masthead .secondary-nav .wrap > ul li {
        padding: 0 8px;
    }

    .button-section ul li a:link,
    .button-section ul li a:visited {
        font-size: 18px;
    }

    .button-section .apply:before,
    .button-section .register:before,
    .button-section .visit:before,
    .button-section .request:before,
    .button-section .give:before {
        height: 20px;
        width: 20px;
        background-size: 20px;
    }

    .news-column h3 {
        font-size: 30px;
    }

    .program-slider-section-wrap {
        padding: 40px 0;
    }

    .slider-section-header {
        padding: 0 20px;
    }

    .green-column, .gray-column {
        padding: 40px;
    }

}

@media screen and (max-width: 1070px) {

    .continuing-education .testimonial .copy .quote {
        font-size: 28px;
    }

    .continuing-education .testimonial .photo {
        height: 270px;
        width: 270px;
    }

}

@media screen and (max-width: 1024px) {
	.news-column,
    .event-column {
        width: 100% !important;
        float: none;
    }
}

@media screen and (max-width: 960px) {
	.spc-virtual-tour {
		display: none;
	}
	
	.sidebar-nav, .program-content, .page-content {
        float: none;
        width: 100%;
    }
    
    .slick-dots {
    	bottom: initial !important;
	}


    .sidebar-nav {
        width: 100%;
    }

    .sidebar-nav h4 {
        text-align: center;
        padding: 20px;
        margin: 0px;
    }

    .sidebar-nav h4 i {
        font-size: 18px;
        position: relative;
        top: -2px;
        left: 10px;
        color: #9fca42;
        display: inline-block;
    }

    .sidebar-nav .program-list {
        display: none;
    }

    .sidebar-nav .program-list li a,
    .sidebar-nav .program-list li a:visited,
    .sidebar-nav .program-list li span {
        text-align: center;
    }

    .sidebar-nav .program-list > li > a {
        font-weight: bold;
    }
	
	.svbutton {
		padding: 0px 10px; 
		float: none;
	}
	
	.visit-content .details .col-one-third img {
        display: block;
        margin: 0 auto;
    }

    .visit-content .details .col-one-third h4 {
        text-align: center;
    }
	
	.svbutton img {
		display: block;
		margin: auto;
	}
	
	.inner-banner.continuing-education {
        height: 350px;
    }

    .inner-banner.continuing-education img {
        max-width: 600px;
    }
    
    .inner-banner.aei {
        height: 350px;
    }

    .inner-banner.aei img {
        max-width: 600px;
    }

    .continuing-education .two-tone .half-width {
        display: block;
        width: 100%;
    }
    
    .aei .two-tone .half-width {
        display: block;
        width: 100%;
    }

    .continuing-education .testimonial .copy .quote {
        font-size: 24px;
    }

    .continuing-education .testimonial .photo {
        height: 260px;
        width: 260px;
    }

    .search-bar input[type=text] {
        width: 100%;
    }

    .mega-menu {
        display: none;
    }

    /* Mobile Nav Icon */
    #menu-icon {
        display: block;
        margin: 0;
        cursor: pointer;
        visibility: visible;
        position: absolute;
        color: #fff;
        top: 50%;
        left: 50%;
        transform: translateX(-30px);
    }

    #menu-icon span,
    #menu-icon span:before,
    #menu-icon span:after {
       display: block;
        position: absolute;
        height: 4px;
        width: 35px;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background: #fff;
        border-radius: 1px;
        cursor: pointer;
        transition: all 500ms ease-in-out;
        content: '';
        text-indent: 50px;    }

    #menu-icon span:before {
        top: 10px;
    }

    #menu-icon span:after {
        top: 18px;
    }

    #menu-icon.active span {
        background-color: transparent;
    }

    #menu-icon.active span:before,
    #menu-icon.active span:after {
        top: 8px;
        left: 0px;
    }

    #menu-icon.active span:before {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    #menu-icon.active span:after {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    /* End Mobile Nav Icon */

    .nav-wrap {
        top: 0;
        padding-top: 58px;
        max-height: calc(100vh - 138px);
        overflow-y: scroll;
        -webkit-overflow-scrolling:touch; /* mobile safari */
        z-index: 1;
    }

    .masthead.masthead.mobile-masthead.scrolled .nav-wrap {
        top: 0;
        padding-top: 58px;
        max-height: 100vh;
        -webkit-transition: ease 300ms;
        -moz-transition: ease 300ms;
        -ms-transition: ease 300ms;
        -o-transition: ease 300ms;
        transition: ease 300ms;
        z-index: 1;
    }

    .search-bar {
        padding: 20px;
    }

    .search-bar input[type=submit] {
        width: 100%;
        margin-top: 10px;
    }

    .mobile-nav {
        display: -webkit-box; /* flex doesn't work on IE 9, but that's ok because the mobile nav doesn't display on desktop */
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-flow: row wrap;
        position: fixed;
        top: 80px;
        background: #003653;
        width: 100%;
        border-top: 1px solid #668c9f;
        -webkit-transition: ease 300ms;
        -moz-transition: ease 300ms;
        -ms-transition: ease 300ms;
        -o-transition: ease 300ms;
        transition: ease 300ms;
        z-index: 1000;
    }
    
    .all-programs #accordion .accordion-content ul.half {
   		float: none;
   		width: 100%;
   		padding-top: 1px;
   		padding-bottom: 1px;
   		
    }

    .masthead.mobile-masthead.scrolled .mobile-nav {
        top: 0;
        z-index: 1000;
    }

    .mobile-icon-wrap {
        display: block;
        width: 100%;
        height: 40px;
        position: relative;
    }

    .menu-icon-position, .mobile-search, .mobile-apply {
        width: 33.3334%;
        font-weight: bold;
        text-align: center;
    }

    .menu-icon-position a:link,
    .menu-icon-position a:visited,
    .mobile-search p,
    .mobile-apply a:link,
    .mobile-apply a:visited {
        display: block;
        margin: 20px 0;
        color: #fff;
        text-decoration: none;
    }

    .mobile-search p:before {
        font-family: 'FontAwesome';
        content: '\f002';
        padding-right: 7px;
        color: #88b3da;
        font-weight: normal;
    }

    .menu-icon-position {
        position: relative;
    }

    .menu-icon-position, .mobile-search {
        border-right: 1px solid #668c9f;
    }

    .search {
        display: none;
    }

    .masthead.mobile-masthead {
        height: 80px;
        z-index: 1001;
        background: #003f5f;
        -webkit-transition: ease 300ms;
        -moz-transition: ease 300ms;
        -ms-transition: ease 300ms;
        -o-transition: ease 300ms;
        transition: ease 300ms;
    }

    .masthead.mobile-masthead.scrolled {
        height: 0;
    }

    .masthead.mobile-masthead h1 {
        display: block;
        margin: 0;
        position: absolute;
        z-index: 1;
        background: url('../../PublishingImages/logo.png');
        background-size: cover;
        height: 80px;
        width: 231px;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
}

    .masthead.scrolled h1 {
        height: 0;
    }

    .masthead.mobile-masthead > a:link,
    .masthead.mobile-masthead > a:visited {
        display: block;
        height: 100%;
        width: 100%;
    }

    .masthead.mobile-masthead.scrolled h1 {
        top: 0;
        height: 0;
    }

    .masthead.mobile-masthead .primary-nav,
    .masthead.mobile-masthead .secondary-nav {
        position: static;
    }

    .masthead.mobile-masthead .primary-nav a:link,
    .masthead.mobile-masthead .primary-nav a:visited,
    .masthead.mobile-masthead .secondary-nav a:link,
    .masthead.mobile-masthead .secondary-nav a:visited,
    .masthead.mobile-masthead .primary-nav .wrap > ul li,
    .masthead.mobile-masthead .secondary-nav .wrap > ul li {
        font-size: 18px;
    }

    .masthead.mobile-masthead .primary-nav .wrap .sub-nav,
    .masthead.mobile-masthead .secondary-nav .wrap .sub-nav {
        background: #fff;
    }

    .masthead.mobile-masthead .primary-nav .wrap > ul,
    .masthead.mobile-masthead .secondary-nav .wrap > ul {
        position: static;
    }

    .masthead.mobile-masthead .primary-nav .wrap > ul li,
    .masthead.mobile-masthead .secondary-nav .wrap > ul li {
        padding: 0;
    }

    .masthead.mobile-masthead .primary-nav .wrap > ul > li {
        border-bottom: 1px solid #d9d9d9;
        position: relative;
        display: block;
    }

    .masthead.mobile-masthead .secondary-nav .wrap > ul > li {
        border-bottom: 1px solid #265c77;
        position: relative;
        display: block;
    }

    .masthead.mobile-masthead .primary-nav .wrap > ul > li:last-child,
    .masthead.mobile-masthead .secondary-nav .wrap > ul > li:last-child {
        border-bottom: none;
    }

    .masthead.mobile-masthead .primary-nav .wrap > ul li a:link,
    .masthead.mobile-masthead .primary-nav .wrap > ul li a:visited,
    .masthead.mobile-masthead .secondary-nav .wrap > ul li a:link,
    .masthead.mobile-masthead .secondary-nav .wrap > ul li a:visited {
        display: block;
        padding: 20px;
    }

    .masthead.mobile-masthead .primary-nav a:link,
    .masthead.mobile-masthead .primary-nav a:visited {
        color: #003f5f;
        font-weight: bold;
    }

    .masthead.mobile-masthead .secondary-nav a:link,
    .masthead.mobile-masthead .secondary-nav a:visited,
    .masthead.mobile-masthead .secondary-nav li {
        font-weight: bold;
    }

    .masthead.mobile-masthead .primary-nav,
    .masthead.mobile-masthead.scrolled .primary-nav {
        background: #ebebeb;
        color: #003f5f;
        height: auto;
    }

    .masthead.mobile-masthead .secondary-nav,
    .masthead.mobile-masthead.scrolled .secondary-nav {
        height: auto;
    }

    .masthead.mobile-masthead .primary-nav ul li,
    .masthead.mobile-masthead .secondary-nav ul li,
    .masthead.mobile-masthead .primary-nav .wrap > ul,
    .masthead.mobile-masthead .secondary-nav .wrap > ul {
        float: none;
        text-align: left;
    }

    .masthead.mobile-masthead .primary-nav .wrap .sub-nav,
    .masthead.mobile-masthead .secondary-nav .wrap .sub-nav {
        position: static;
        width: 100%;
        padding: 20px 0;
    }

    .masthead.mobile-masthead .primary-nav .wrap .sub-nav {

    }

    .masthead.mobile-masthead .secondary-nav .wrap .sub-nav {
        background: #003f5f;
    }

    .masthead.mobile-masthead .primary-nav .wrap > ul li .sub-nav li:hover {
        background: transparent;
    }

    .masthead.mobile-masthead .primary-nav .wrap > ul li .sub-nav li,
    .masthead.mobile-masthead .secondary-nav .wrap > ul li .sub-nav li {
        text-align: left;
        padding: 0 20px;
    }

    .masthead.mobile-masthead .has-children:after {
        position: absolute;
        font-size: 24px;
        top: 0;
        right: 0;
        content: '\f067';
        display: block;
        padding: 20px;
    }

    .masthead.mobile-masthead .has-children.dropped:after {
        content: '\f00d';
        top: -2px;
        right: 0;
    }

    .masthead.mobile-masthead .has-children:hover .sub-nav {
        display: none;
    }

    .hero-slider { /* moves hero-slider content up and down when user scrolls */
        height: 320px;
        //top: 138px;
    }

    .hero-slider.scrolled { /* moves hero-slider content up and down when user scrolls */
        //top: 62px;
    }

    .main-body { /* moves main-body content up and down when user scrolls */
        top: 138px;
    }

    .main-body.scrolled { /* moves main-body content up and down when user scrolls */
        top: 62px;
    }

    .hero-slider .slide .background-image {
        height: 320px;
        background-size: cover;
    }

    .hero-slider, .hero-slider .wrap {
        height: auto;
    }

    .hero-slider .slick-dots {
        top: 280px;
    }

    .hero-slider .slick-arrow {
        z-index: 10;
    }

    .hero-slider .slick-prev, .hero-slider .slick-next {
        top: 33%;
        height: 60px;
    }

    .hero-slider .slick-prev:before, .hero-slider .slick-next:before {
        font-family: 'FontAwesome';
        color: #fff;
        font-size: 60px;
    }

    .hero-slider .slick-prev {
        left: 10px;
    }

    .hero-slider .slick-next {
        right: 10px;
    }

    .hero-slider .slick-prev:before {
        content: '\f104';
    }

    .hero-slider .slick-next:before {
        content: '\f105';
    }

    .slide-headline-section {
        position: static;
        width: 100%;
    }

    .inner-banner {
        //top: 138px;
        display: none;
    }
    
    .button-section {
		display: none;
	}

    .inner-banner.scrolled {
        //top: 62px;
    }

    .button-section ul {
        padding: 10px 0;
    }

    .button-section ul li {
        width: 49.5%;
        padding: 10px 0;
        margin: 0 auto;
    }
/*
    .news-column {
        width: 49.5%;
        margin: 0 auto;
    }*/
    
    .news-column,
    .event-column {
        width: 100% !important;
        float: none;
    }

	.news-column1:first-child,
    .news-column:first-child {
        border-right: 1px solid #d9d9d9;
        border-bottom: 1px solid #d9d9d9;
        padding-bottom: 20px;
    }
	.news-column1:nth-child(2),
    .news-column:nth-child(2) {
        border-left: none;
        border-bottom: 1px solid #d9d9d9;
        padding-bottom: 20px;
    }

    .news-column:nth-child(3) {
        float: none;
        margin: 0 auto;
        padding-top: 40px;
        clear: both;
        border-right: 1px solid #d9d9d9;
    }
	.news-column1:first-child, 
    .news-column:first-child {
        border-left: none;
    }
	.news-column1:last-child, 
    .news-column:last-child {
       margin: 0 auto;
       padding-top: 20px;
    }

    .program-slider-nav .slick-prev {
        left: 16px;
    }

    .program-slider-nav .slick-next {
        right: 16px;
    }

    .half-width {
        width: 100%;
    }

    .text-video-section-wrap {
        padding: 40px 20px;
    }

    .text-video-section-wrap .video-poster {
        margin: 0;
    }

    .two-color-columns .inner-content {
        max-width: none;
        width: 100%;
    }

    .green-column, .gray-column {
        display: inline-block;
        width: 100%;
    }
    
    .main-content1 .col-one-third,
    .main-content1 .col-two-thirds {
        width: 100%;
        float: none;
    }

    .main-content1 .col-two-thirds .content,
    .main-content1 .cols-right .col-two-thirds .content {
        max-width: 100%;
        float: none;
        padding: 40px 20px;
    }

    .main-content1 .blue-section.alumni .wrap .content {
        padding: 20px 20px 10px 20px;
    }

    .stats-section-header h3 {
        font-size: 60px;
        padding-left: 20px;
        margin: 0 0 20px 0;
    }

    .stats-section-wrap {
        padding: 40px 20px;
    }

    .stats-section-wrap h4 {
        font-size: 24px;
    }

    ul.stats, ul.give {
        margin-bottom: 40px !important;
    }
    
    ul.give {
        padding: 0;
    }

    ul.stats .slick-dots {
        left: 0;
        bottom: -10px;
    }

    ul.stats .slick-dots li button:before {
        color: #9a9a9a;
        font-size: 15px;
        opacity: 1;
    }
    
    ul.give .slick-dots {
        left: 0;
        bottom: -20px;
    }

    ul.stats .slick-dots li button:before,
    ul.give .slick-dots li button:before {
        color: #9a9a9a;
        font-size: 15px;
        opacity: 1;
    }
        
    ul.stats .slick-dots li.slick-active button:before,
    ul.give .slick-dots li.slick-active button:before {
        color: #88b3da;
        font-size: 19px;
        opacity: 1;
    }
    
    ul.give li.single-stat {
    	display: inline-block;
        width: 25%;
    }

    .cta-section-wrap {
        padding: 40px 20px;
    }

    .cta-section-wrap h5 {
        font-size: 24px;
    }

    .blue-button {
        padding: 12px 25px 14px 25px;
    }

    .stats-section-wrap .blue-button,
    .cta-section-wrap .blue-button,
    .gray-column .blue-button {
        margin: 6px 0;
        padding: 14px 0 18px 0;
        font-size: 18px;
        width: 100%;
        text-align: center;
    }

    .cta-section-wrap .blue-button {
        padding: 14px 0 18px 0;
        font-size: 18px;
        width: 100%;
    }

    .social-media-wrap {
        padding: 20px 10px;
    }
    
    .program-sidebar, .program-content, .page-content {
        float: none;
        width: 100%;
    }

    .program-sidebar {
        width: 100%;
    }

    .program-sidebar h4 {
        text-align: center;
        margin: 20px 0;
    }

    .program-sidebar h4 i {
        font-size: 18px;
        position: relative;
        top: -2px;
        left: 10px;
        color: #9fca42;
        display: inline-block;
    }

    .program-sidebar .program-list {
        display: none;
    }

    .program-sidebar .program-list li a,
    .program-sidebar .program-list li a:visited,
    .program-sidebar .program-list li span {
        text-align: center;
    }

    .program-sidebar .program-list > li > a {
        font-weight: bold;
    }

    .program-content .with-form {
        width: 100%;
        margin-bottom: 20px;
    }

    .program-content .form-desktop {
        display: none;
    }

    .program-content .form-mobile {
    	display: block;
        background: #88b3da;
	    width: 100%;
	    padding: 20px 5px;
	    margin-top: 20px;
	    height: 635px;
    }

    .video-poster {
        margin: 0 0 20px 0;
    }

    footer {
        padding: 30px 0;
    }

    footer .column {
        width: 49.5%;
        margin-bottom: 40px;
    }

    footer .col-3, footer .col-4 {
        margin-bottom: 0;
    }

    .colophon {
        font-size: 16px;
    }
    .masthead h1 {
		display: none;
	}
	
	.aboutus img {
		width: 99% !important;
	}
	
	
	
	.bottom_ul {
		text-align: center;
	}
	
	.span_1_of_5 {
		margin: 10px;
		width: 100%;
	}
	
	.sresources img {
		display: none;
	}

}

@media screen and (max-width: 768px) {
	/*#writingcenter {
		display: none;
	}*/
	
    .mobile-toggle {
        top: 14px;
        height: 26px;
        width: 24px;
    }

    .masthead .primary-nav .wrap > ul li a:link,
    .masthead .primary-nav .wrap > ul li a:visited,
    .masthead .secondary-nav .wrap > ul li a:link,
    .masthead .secondary-nav .wrap > ul li a:visited {
        display: block;
        padding: 20px;
    }

    .masthead .primary-nav .wrap > ul li .sub-nav li,
    .masthead .secondary-nav .wrap > ul li .sub-nav li {
        padding: 0 20px;
    }

    .menu-icon-position a:link,
    .menu-icon-position a:visited,
    .mobile-search p,
    .mobile-apply a:link,
    .mobile-apply a:visited {
        font-size: 14px;
    }

    .slide-headline-section {
        width: 100%;
    }

    .slide-headline-section h2 {
        font-size: 20px;
    }

    .slide-headline-section h3 {
        font-size: 16px;
    }

    .news-wrap {
        display: block;
    }

    .news-column {
        width: 100% !important;
        border: none;
    }

    .news-column:nth-child(2) {
        padding-top: 20px;
    }

    .button-section ul li,
    .inner-button-section ul li {
        width: 100%;
    }

    .inner-button-section ul {
        padding: 10px 0;
    }

    .inner-button-section ul li {
        padding: 10px 0;
    }

    .inner-button-section ul li a:link,
    .inner-button-section ul li a:visited {
        margin: 0 15px;
    }
        
    .program-slider-section-wrap .blue-button {
        //float: none;
        margin-bottom: 20px;
    }

    .stats-section-header .logo-graphic {
        width: 26px;
        height: 80px;
    }

    .stats-section-header h3 {
        font-size: 30px;
        padding-left: 14px;
    }

    .social-media-icons li {
        padding: 0 8px;
    }

    .inner-content .photo {
        height: 140px;
        width: 140px;
    }

    .program-content section {
        margin: 0 15px;
    }
    
    .page-content section {
		margin: 0 15px;
	}

    p.accordion-toggle {
        font-size: 22px;
    }

    #accordion li {
        margin: 30px 15px;
    }

    .accordion-content p {
        padding: 10px 0px;
   		margin: 0;
    }

    .program-content .slider .employer-nav .slick-dots li {
        margin: 0 5px;
    }

    .program-content .slider .employer-nav .slick-next {
        right: -35px;
    }

    .program-content .slider .employer-nav .slick-prev {
        left: -35px;
    }

    .program-content .inline-image {
        float: none;
        display: block;
        margin: 0 auto 40px auto;
        max-width: 80%;
    }

    .program-content .iframe-wrap {
        padding: 0 16px;
    }
        
    .admissions-intro img {
        width: 100%;
    }

    .admissions-content img.left-inline + h3 {
        padding-left: 0;
    }

    .admissions-content img.left-inline + h3:after {
        left: 0;
        transform: translateX(0);
    }

    .admissions-content .right-cover,
    .admissions-content .left-inline {
        float: none;
        display: block;
        margin: 20px auto;
        border: none;
    }

    ul.stats .stat-info {
        font-size: 16px;
    }

    footer .column {
        width: 100%;
        border: none;
        margin-bottom: 20px;
        text-align: center;
    }

    footer .col-2 {
        padding-top: 20px;
    }

    footer .col-3 {
        padding-bottom: 20px;
    }

    footer .column:last-child {
        margin-bottom: 0;
    }
    
    .bottom_links {
		width: 100% !important;
		clear: both;
	}
	
	aside.callout {
		float: none;
		width: 99%;
		display: block;
		margin: auto;
		background: none;
	}
	
	aside > section {
		padding: 0px !important;
	}
}

@media screen and (max-width: 768px) {
    .inner-banner.continuing-education {
        height: 250px;
    }

    .inner-banner.continuing-education img {
        max-width: 500px;
    }
    
    .inner-banner.aei {
        height: 250px;
    }

    .inner-banner.aei img {
        max-width: 500px;
    }


    .continuing-education .testimonial .copy .quote {
        font-size: 22px;
    }

    .continuing-education .areas-of-instruction .icons li {
        width: 50%;
    }

    .continuing-education .testimonial .photo {
        position: initial;
        margin: 0 auto;
        top: initial;
        left: initial;
        height: 250px;
        width: 250px;
        margin-bottom: 40px;
    }

    .continuing-education .testimonial .copy {
        position: relative;
        float: none;
        width: 100%;
    }

    .continuing-education .testimonial .copy:after,
    .continuing-education .testimonial.photo-right .copy:after{
        top: -100px;
        right: 10px;
    }

}

@media screen and (max-width: 440px) {

    .continuing-education .areas-of-instruction .icons li {
        width: 100%;
    }

}