/*
* Description: Custom CSS Additions Go Here
* Template: twentyseventeen
* Version: 1.0
* Author: VDS
*/

.postid-25551 .single-degrees_offered__overview {
	max-width: unset;
	width: 100%;
}

@media (min-width: 769px) {
	.sbs-images {
		justify-content: space-between;
		margin-top: 36px;
		display: flex;
		width: 100%;
	}
	.sbs-images img {
		width: 48%;
	}
	.sbs-images img:nth-child(1) {
		margin-right: 1%;
	}
	.sbs-images img:nth-child(2) {
		margin-left: 1%;
	}
}

.page-template-archive-faculty-directory .orientation-leaders-row {
    display: none;
}

@font-face {
	font-family: 'Gill-Sans-Nova-SemiBold';
	src: url("../fonts/gilsansnova/Gill-Sans-Nova-SemiBold.ttf");
	font-variant: normal;
	font-weight: normal;
}

@font-face {
	font-family: 'Gill-Sans-Nova-Bold';
	src: url("../fonts/gilsansnova/Gill-Sans-Nova-Bold.ttf");
	font-variant: normal;
	font-weight: normal;
}

@font-face {
	font-family: 'GoudyOldStyleBT-BoldItalic';
	src: url("../fonts/goudy/GoudyOldStyleBT-BoldItalic.ttf");
	font-variant: normal;
	font-weight: normal;
}

@font-face {
	font-family: 'Goudy-Old-Style-Bold';
	src: url("../fonts/goudy/Goudy-Old-Style-Bold.ttf");
	font-variant: normal;
	font-weight: normal;
}

:root {
	/* color scheme vars */
	--accent1: #002D74;          /* Midnight Blue */
	--accent2: #3B56C7;          /* Indigo */
	--accent3: #7A94FA;     	/* medium light shade of blue. */
	
	--light1: #FFFFFF;           /* white */
	--light1_semi: rgba(255,255,255,0.80);      /* light1 @ 80% opacity */
	--light1_50: #FFFFFF80;      /* light1 @ 50% opacity */
	--light2: #F2F2F2;           /* lighter grey */
	--light3: #D6D6D6;           /* Alto */

	--gray1: #999699;            /* Gray */
	
	--red1: #cf2e2e;             /* red */
	
	--dark1: #3F3F3F;            /* Mine Shaft */
	--dark2: #222222;            /* black */
	--dark3: #000000;            /* black */

	/*----uihover: #01E9F366;        /* cyan (accent2) opacity */

	/*--bluetextshadow: 2px 2px 0 var(--accent1);*/ /* blue text shadow (home h1) */

	/* font family vars */
	--GOSB: 'Goudy-Old-Style', serif;
	--GOSBold: 'Goudy-Old-Style-Bold', serif;
	--GSN: 'Gill-Sans-Nova', sans-serif;
	--GSNSemi: 'Gill-Sans-Nova-SemiBold', sans-serif;
	--GSNinline: 'gill-sans-nova-inline', sans-serif;
}

/* /vars /vars /vars /vars /vars /vars /vars /vars /vars /vars /vars  */

/* quick vars quick vars quick vars quick vars quick vars quick vars  */

/* General */
.bakery h1,.bakery h2,.bakery h3,.bakery h4,.bakery h5,.bakery h6 {
	font-weight: 700;
	font-style: normal; 
	text-align: left;
	color:var(--accent1);
}


* a, * p, * span, * strong, * div{
	font-weight: 400;
	font-style: normal;
	text-align: left;
}

p {
	font-size: 20px;
	color: #000000;
	letter-spacing: 0;
	line-height: 30px;
}

.titles-white h1, .titles-white h2, .titles-white h3, .titles-white h4, .titles-white h5,  .titles-white h6 {
	color: white;
}

.p-white p {
	color: white;
}

.button-border a {
	border: 2px solid white;
	color: white !important;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
	text-align: center;
	cursor: pointer;
}
.button-border a:hover {
	background: rgba(255,255,255,0.1);
}

.keep-reading {
	display: inline-block;
	padding-top: 30px;
	position: relative;
	font-weight: 600;
	text-decoration: none;
	color: var(--accent2);
}

.keep-reading::before {
	content: '+';
	font-weight: 700;
	left: 0;
	top: 2px;
	margin-right: 5px;
}

.hidden {
	display: none;
}

strong,
.bold {
	font-weight: 700;
}


em {
	font-style: italic;
}

.bakery .center {
	text-align: center;
}

.bakery .flex-center .wpb_wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
}


.all-caps {
	text-transform: uppercase;
}

.bakery .white  {
	color: #FFFFFF;
}

.accent-row, .megamenu {
	background: #002D74; 
}

.dark-accent-row {
	background: #222222;
}

.light-accent-row {
	background: #F2F2F2;
}

/* Global Divs */
.accent-row, .megamenu {
	background: #002D74; 
}

.accent-row h1, .accent-row h2, .accent-row h3, .accent-row h4, .accent-row h5, .accent-row h6, .accent-row p {
	color: var(--light1);
}

.dark-accent-row {
	background: #222222;
}

.light-accent-row {
	background: #F2F2F2;
}

.two-columns {
	columns: 2;
}

.two-columns > div {
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
}


.three-columns {
	columns: 3;
}


/* Tiles */
.light-tile-semi {
	background-color: #ffffffcc;
	box-shadow: 0 0 48px 0 rgba(0,0,0,0.12);
	padding: 60px !important;
}

.light-tile-semi .subtitle {
	font-family: var(--GOSB) !important;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 0.8px;
	margin-bottom: 30px !important;
}

.light-tile {
	background: #FFFFFF;
	box-shadow: 0 0 48px 0 rgba(0,0,0,0.12);
}

.accent-tile-one {
	background: #002D74;
	color: #ffffff;
	box-shadow: 0 0 48px 0 rgba(0,0,0,0.24);
	display: flex;
    flex-direction: column;
    padding: 25% 20px;
    justify-content: center;
	align-items: center;
	transition: all 0.3s ease-in-out;
}

.accent-tile-one p,
.accent-tile-one a {
	font-family: var(--GSN) !important;
	font-weight: 700;
	font-size: 24px;
	text-decoration: none;
	color: #ffffff !important;
	text-align: center;
}



@media (max-width: 1400px) {
	.academics {
		font-size: 26px !important;
	}
}

@media (max-width: 1200px) {
	.academics {
		font-size: 20px !important;
	}
}

@media (max-width: 979px) {
	.accent-tile-one {
		min-height: auto;
		padding: 25px 20px;
	}
	
	.accent-tile-one p,
	.accent-tile-one a {
		font-size: 16px;
	}
	
	.light-tile-semi {
		padding: 15px 15px !important;
	}
	
	.light-tile-semi h2 {
		text-align: center;
		padding: 0 20px;
	}
	
	.light-tile-semi .subtitle {
		font-size: 17px;
		text-align: center;
		letter-spacing: 0.5px;
    	width: 85%;
    	margin-right: auto;
		margin-left: auto;
    	margin-top: 5px;
    	margin-bottom: 10px !important;
	}
	
	.light-tile-semi p {
		font-size: 15px;
		line-height: 17px;
		text-align: center;
	}

	.two-columns {
		columns: unset;
	}

	.three-columns {
		columns: unset;
	}
}

.accent-tile-two {
	background: #787878;
	box-shadow: 0 0 48px 0 rgba(0,0,0,0.24);
}

.accent-tile-one:hover{
	background: #3B56C7;
	box-shadow: 1px 2px 48px 0 rgba(0,0,0,0.36);
	cursor: pointer;
}

.accent-tile-one a:hover {
	text-decoration: none;
	color: #ffffff;
}

/* Typograthy */
body:not(.home) .row.default-header .page-title h1{
    width:100%;
    font-weight: 700;
    color: #FFFFFF;
    text-align: center;
	font-size: 92px;
	letter-spacing: 1px;
	line-height: 92px;
	text-shadow: 0 0 24px #000000;
}


.default-header h1 {
	color: var(--accent1);
	text-align: center;
}

.hp-header-row h1,
.bottom-row h5 {
	text-align: center;
    margin-bottom:0;
    padding-bottom:30px;
	font-size: 92px;
	letter-spacing: 1px;
	line-height: 92px;
	text-shadow: 0 0 12px #FFFFFF;
}

.bottom-row h5 {
	margin-left: auto;
	margin-right: auto;
	max-width: 760px;
}

.home-slider--bottom.bottom-row .light-tile-semi {
	max-width: 1110px;
}

.home-slider--bottom.bottom-row h5 {
	max-width: 975px;
}

a {
	text-decoration: none;
}

h2 {
	font-size: 72px;
	color: #002D74;
	letter-spacing: 0.78px;
	line-height: 72px;
}

h3, h4 {
	font-size: 32px;
	color: #222222;
	letter-spacing: 0.78px;
	line-height: 40px;
}

h3.promo {
	font-size: 5vw;
	line-height: 1.2;
	color: #FFFFFF;
	letter-spacing: 1px;
	text-align: center;
}

h3.academics {
	font-family: var(--GOSB) !important;
	font-size: 40px;
	letter-spacing: 0.4px;
	line-height: 1.2;
	padding-bottom: 20px;
}

.travels .academics-wrapper {
	/*min-height: 230px;*/
}

h4 {
	font-size: 28px;
	letter-spacing: 2.25px;
	line-height: 40px;
}

h4.all-caps {
	letter-spacing: 4px;
}

h5 {
	font-size: 24px;
	letter-spacing: 1.93px;
	line-height: 36px;
}

h5.all-caps {
	letter-spacing: 3px;
}

p.subtitle {
	font-family: var(--GOSB);
	font-size: 32px;
	line-height: 1.25;
	font-weight: 700;
	letter-spacing: 0.78px;
}

@media (max-width: 979px) {
	body p,
	body li,
	body table {
		font-size: 15px;
		line-height: 17px;
	}

	#footer p,
	#footer .links-list li {
		font-size: 16px;
		letter-spacing: 0px;
		text-align: center;
		line-height: 23px;
	}

	body:not(.home) .row.default-header .page-title h1{
		font-size: 36px;
		letter-spacing: .4px;
		text-align: center;
		text-shadow: 0 0 12px #fff;
	}

	body h2 {
		font-size: 30px !important;
		letter-spacing: 0.33px;
		line-height: 34px;
	}

	body h3, body h4 {
		font-size: 17px;
		letter-spacing: 0.41px;
		line-height: 20px;
	}

	h3.promo {
		font-size: 36px;
		letter-spacing: 0.39px;
	}

	h3.academics {
		font-size: 26px !important;
		padding-bottom: 14px;
	}

	body h4 {
		font-size: 16px;
		letter-spacing: 0.22px;
		line-height: 21px;
	}

	body h5 {
		font-size: 15px;
		letter-spacing: 0.22px;
		line-height: 1.2;
	}

	.hp-header-row h1,
	.default-header h1,
	.bottom-row h5 {
		font-size: 50px;
		letter-spacing: 0.4px;
		line-height: 1.2;
		padding-bottom: 10px;
	}


	.academics-wrapper {
		position: relative;
		min-height: auto !important;
		width: 100%;
		margin-bottom: 20px;
		padding-bottom: 15px;
	}
}

@media (max-width: 480px) {
	.hp-header-row h1,
	.default-header h1,
	.bottom-row h5 {
		font-size: 36px;
		letter-spacing: 0.4px;
		text-align: center;
		line-height: 36px;
	}
	.page-id-2512 .bakery {
		overflow: hidden;
	}
}


/* Buttons */
.btn-bt{
	display: inline-block;
	min-width: 225px;
	text-align: center;
	text-decoration: none;
	padding: 10px 10px;
	border-radius: 4px !important;
	font-style: normal;
	font-size: 18px !important;
	background: var(--accent1);
	border: 3px solid #002D74;
	color: #FFFFFF !important;
}

.btn-bt.border-btn {
	color: #000000 !important;
	background: #FFFFFF;
	border: 3px solid #002D74;
}

.btn-bt.light-border-btn {
	background: #002D74;
	border: 2px solid #FFFFFF;
	color: #FFFFFF !important;
}

.btn-bt.download-btn {
	position: relative;
	padding-left: 50px;
}

.btn-bt.small-bt {
	min-width: auto;
}


.btn-bt.download-btn::before {
	content: '\e819';
	font-family: 'fontello';
	color: var(--accent1);
	font-size: 35px;
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(calc(-50% + 5px));
}

.btn-bt.lock-icon {
	position: relative;
}

.btn-bt.lock-icon::before {
	content: url("../img/lock.png");
	padding-right: 30px;
}

.btn-bt:hover {
	background: var(--accent2) !important;
	border-color: var(--accent2) !important;
	box-shadow: 1px 2px 48px 0 rgba(0,0,0,0.24);
}

.btn-bt.border-btn:hover {
	color: #000000 !important;
	background: #FFFFFF !important;
	border: 3px solid #002D74 !important;
}

.btn-group {
	margin-bottom: 10px;
}

.btn-group .btn-bt {
	margin-bottom: 10px;
}

.btn-group .btn-bt:not(:last-child) {
	margin-right: 10px;
}

/* Socials */
ul.social li a i {
	color: var(--accent1);
}

ul.social {
	text-align: center;
}

ul.social li a i::before {
	font-size: 21px;
	margin: 0;
}

.mega-menu-socials .mega-menu-column{
	display: flex !important;
	justify-content: center;

}

.mega-menu-socials .mega-menu-column .mega-sub-menu {
	display: flex !important;
}

#mega-menu-left_menu  ul.social li a i,
#footer ul.social li a i {
	color: var(--accent3);
}

#mega-menu-left_menu  ul.social li a:hover i {
	color: #fff;
}
#footer ul.social li a:hover i {
	color: var(--accent1);
}

#footer ul.social {
	text-align: left;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

@media (min-width: 768px) {
	ul.two-column {
    	column-count: 2;
	}
}

