body, p {
	font-family: 'Cabin', sans-serif;
	font-size: 16px;
	font-weight: 400;
}
body {
	background-color: rgba(27, 54, 93, 0.75);
	max-width: 100%;
	overflow-x: hidden;
}
header, #content, footer {
	background-color: #ffffff;
}
a:hover, a:focus {
	text-decoration: none;
}
img {
	max-width: 100%;
}
section {
	max-width: 100%;
	overflow: hidden;
}
hr {
	border-top: 1px solid #C5D5DE;
	margin: 2rem 0;
}
.SmartBoard_Table {margin: 0 auto;background: red;width: 100%;}

.SmartBoard_Message {
	text-align: center;
	color: #fff;
}

.SmartBoard_Subject {
	color: #fff;
	text-align: right;
	width: 50%;
	padding-right: 32px;
}

.SmartBoard_DateTime {
	width: 50%;
	text-align: left;
	color: #fff;
}

.circle-border {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	object-fit: cover;
}
.mb25 {
	margin-bottom: 25px;
}
.m-header {
	position: relative;
	z-index: 2;
}
.search-wrapper {
	display: none;
	visibility: hidden;
	position: fixed;
	background-color: rgba(0,0,0,0.95);
	height: 100vh;
	width: 100%;
	z-index: 9999;
}
.swosu-search-form {
	position: relative;
	top: 40%;
}
.swosu-search-form input {
	width: 100%;
}
.swosu-search-form input[type="text"] {
	background-color: transparent;
	border-width: 0 0 1px 0;
	border-color: rgba(255,255,255,0.75);
	color: rgba(255,255,255,0.75);
	padding: 15px 0;
}
.swosu-search-form button[type="submit"] {
	background-color: transparent;
	border: none;
	font-size: 24px;
	color: rgba(255,255,255,0.75);
	position: relative;
	top: 20px;
	padding: 0;
}
.clos-form {
	position: relative;
	text-align: right;
	top: 30px;
	font-size: 30px;
	color: rgba(255,255,255,0.75);
	cursor: pointer;
}
.loding {
	display: none;
	visibility: hidden;
}
.is-exiting .loding {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	visibility: visible;
	height: 100vh;
}
.loding img {
	max-width: 30px;
}
.hidden {
	display: none;
	visibility: hidden;
}
.sticky.is-sticky {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1000;
	width: 100%;
}
.navbar.is-sticky .img-fluid {
	max-width: 120px;
}
.txt-purple {
	color: #891890 !important;
}
.txt-skyblue {
	color: #0085CA !important;
}
.txt-green {
	color: #8F9F15 !important;
}
.txt-white {
	color: #FFF !important;
}
.txt-orange {
	color: #F75B22 !important;
}
.txt-grey {
	color: #737678 !important;
}
.areas.right-border {
	border-right: 3px solid #1b365d;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.swosi-container {
	margin: 0 auto;
	max-width: 1235px;
	padding-left: 15px;
	padding-right: 15px;
}

.top-header {
	display: none;
	visibility: hidden;
	background-color: #f5f4f3;
	padding: 5px 0;
}
.top-header a {
	display: block;
	font-family: 'Cabin', sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #1B365D;
	padding: 5px 15px;
	transition: color 0.3s linear;
}
.top-header a:hover, .top-header a:focus {
	color: #0085CA;
}
.top-header ul {
	margin: 0;
	padding: 0;
}
.top-header ul li {
	list-style: none;
}
.top-left ul li {
	float: left;
}
/*
.top-left ul li.top-search {
margin-left: 15%;
}
*/
.top-left ul li.top-search a {
	/*	background-color: #1B365D; */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #1B365D;
	padding: 5px 10px;
	transition: all 0.3s linear;
}
.top-left ul li.top-search a:hover, .top-left ul li.top-search a:focus {
	/*	background-color: #0085CA; */
	color: #0085CA;
}
.top-right ul {
	float: right;
}
.top-right ul li {
	float: left;
}
.top-left ul li:first-child a {
	padding-left: 0;
}
/*
.top-right ul li:first-child a {
padding-right: 0;
}
*/
.main-header {
	background-color: #1B365D;
	padding: 15px 0; 
}
.mbl-search {
	display: inline-block;
	color: #fff;
	cursor: pointer;
	padding: .25rem .75rem;
}
.navbar {
	background-color: #1B365D;
	/*	padding-top: 0; */
	padding-bottom: 0; 
}
.navbar-collapse {
	border-top: 1px solid #0085CA;
	margin-top: 15px;
}
.navbar-toggler span {
	display: block;
	border: 1px solid #fff;
	margin: 3px 0;
	width: 20px;
}
.navbar-nav {
	padding-bottom: 30px;
}
.navbar-nav .nav-item {
	position: relative;
}
.has-child > a:before {
	display: none;
	visibility: hidden;
	float: right;
	font-family: 'Font Awesome\ 5 Pro';
	font-size: 12px;
	content: '\f078';
	color: #fff;
	margin-left: 7px;
	position: relative;
	top: 7px;
}
.main-header .nav-link {
	font-family: 'Cabin', sans-serif;
	font-weight: 400;
	font-size: 20px;
	color: #fff;
}
.main-header .nav-link:after {
	display: block;
	content: '';
	height: 5px;
	width: 100%;
	border-bottom: 1px solid #0085CA;
	opacity: 0;
	transition: opacity 0.3s linear;
	margin-left: inherit;
	vertical-align: inherit;
	border-top: inherit;
	border-right: inherit;
	border-left: inherit;
}
.main-header .nav-item.current-page .nav-link:after, .main-header .nav-item.show .nav-link:after, .main-header .nav-item:hover .nav-link:after, .main-header .nav-item:focus .nav-link:after {
	opacity: 1;
}
.main-header .navbar-expand-lg .navbar-nav .nav-link {
	padding-left: 1rem;
	padding-right: 1rem;
}
.sub-menu {
	display: none;
	background-color: #1B365D;
	list-style: none;
	left: 0.5rem;
}
.sub-menu li {
	position: relative;
}
.sub-menu a {
	display: block;
	color: #fff;
	padding: 0.5rem 1rem;
}
.sub-sub-menu {
	display: none; 
	background-color: #1B365D;
	border-top: 1px solid #0085CA;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	list-style: none;
}
li.has-child span {
	position: absolute;
	top: 8px;
	right: 10px;
	display: flex;
	height: 30px;
	width: 30px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
li.has-child span:before {
	display: inline-block;
	font-family: 'Font Awesome\ 5 Pro';
	font-size: 20px;
	content: '\f0fe';
	color: #fff;
	cursor: pointer;
}
li.has-child.active > span:before {
	content: '\f146';
}
.navbar-nav.mbl-nav {
	background-color: #fff;
	margin-left: -100px;
	margin-right: -100px;
	padding-left: 100px;
	padding-right: 100px;
}
.navbar-nav.mbl-nav li a > span {
	margin-right: 15px;
	width: 25px;
}
.main-header .mbl-nav .nav-link {
	color: #1B365D;
}
.slide img {
	border-bottom-right-radius: 100px;
}
.slider.owl-carousel .owl-dots {
	position: absolute;
	bottom: 30px;
	width: 100%;
	text-align: center;
}
.slider.owl-carousel .owl-dot {
	display: inline-block;
	margin: 0 5px;
}
.slider.owl-carousel .owl-dot span {
	display: block;
	background-color: #fff;
	border: 2px solid #fff;
	-webkit-border-radius: 90px;
	-moz-border-radius: 90px;
	border-radius: 90px;
	height: 10px;
	width: 10px;
}
.slider.owl-carousel .owl-dot.active span {
	background-color: transparent;
}
.welcome {
	margin-bottom: 30px;
}
.welcome-icon {
	background-image: url('../images/welcome-bg.png');
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: left 25px;
	margin-bottom: 30px;
	padding-bottom: 105px;
}
.icon-list-wrapper {
	background-color: #fff;
	-webkit-box-shadow: 0 1px 20px rgba(0,0,0,0.05);
	-moz-box-shadow: 0 1px 20px rgba(0,0,0,0.05);
	box-shadow: 0 1px 20px rgba(0,0,0,0.05);
	-webkit-border-radius: 0 0 15px 15px;
	-moz-border-radius: 0 0 15px 15px;
	border-radius: 0 0 15px 15px;
	/*	width: 92%; */
	margin: 0 auto;
}
.icon-list {
	text-align: center;
}
.icon-list a {
	display: block;
	padding: 40px 30px 70px;
}
.icon-list:first-of-type {
	-webkit-border-radius: 0 0 0 15px;
	-moz-border-radius: 0 0 0 15px;
	border-radius: 0 0 0 15px;
}
.icon-list:last-of-type {
	-webkit-border-radius: 0 0 15px 0;
	-moz-border-radius: 0 0 15px 0;
	border-radius: 0 0 15px 0;
}
.icon-list:hover, .icon-list:focus {
	background-color: #f0f0f0;
}
.icon-list .w-icon {
	padding: 30px;
}
.icon-list h4 {
	font-size: 30px;
	color: #1B365D;
}
.welcome-text {
	border-bottom: 1px solid #e5e5e5;
	/*	width: 95%;  */
	margin: 0 auto;
	text-align: center;
	padding-bottom: 30px;
}
.welcome-text h3, .section-title, .page-details .section-title {
	font-family: 'Roboto', sans-serif;
	font-size: 45px;
	font-weight: 700;
	color: #1B365D;
	margin-bottom: 25px;
}
.welcome-text p {
	font-size: 26px;
	color: #1B365D;
}
.whyswosu {
	margin: 0 auto;
	/*	width: 95%;  */
	padding: 30px 0;
	text-align: center;
}
.ws-list {
	display: flex;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 15px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 15px rgba(0,0,0,0.1);
	box-shadow: 0 1px 15px rgba(0,0,0,0.1);
	margin-bottom: 50px;
	padding: 15px;
	text-align: left;
}
.ws-list a {
	display: flex;
	align-items: center;
}
.ws-list:hover {
	background-color: rgba(0,0,0,0.02);
}
.ws-icon {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 46px;
	color: #fedb9d;
	height: 100px;
	width: 130px;
}
.ws-entry {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	padding: 0 0 0 15px;
}
.ws-entry h4 {
	font-family: 'Roboto', sans-serif;
	font-size: 26px;
	font-weight: 700;
	color: #1b365d;
}
.ws-entry p {
	font-size: 20px;
	color: #1b365d;
	margin: 0;
} 
.bg-purple {
	background-color: #891890;
}
.bg-skyblue {
	background-color: #0085ca;
}
.bg-navy {
	background-color: #1b365d;
}
.bg-yellow {
	background-color: #fea50c;
}
.news {
	background-color: #F5F4F3;
	padding: 50px 0;
}
.news .section-title {
	padding-top: 20px;
	text-align: center;
}
.news-wrapper {
	background-image: url('../images/news-bg-top.png'), url('../images/news-bg-bottom.png');
	background-repeat: no-repeat;
	background-size: 85%, 100%;
	background-position: center top, left bottom;
	/*	padding-bottom: 45px; */
}
.news-lists {
	padding-bottom: 25px;
}
.news-list {
	background-color: #fff;
	-webkit-box-shadow: 0 1px 25px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 1px 25px rgba(0,0,0,0.15);
	box-shadow: 0 1px 25px rgba(0,0,0,0.15);
	height: 100%;
	margin-bottom: 15px;
}
.news-image img {
	width: 100%;
}
.news-entry {
	background-color: #fff;
	font-size: 16px;
	color: #1b365d;
	padding: 15px;
}
.news-entry h4 {
	font-family: 'Roboto', sans-serif;
	font-size: 21px;
	font-weight: 700;
	/*	color: #0085ca; */
	color: #007AB8;
}
.news-entry p {
	margin-bottom: 0;
}
.more-news {
	padding-left: 5%;
	position: relative;
	top: 15px;
}
.more-news a {
	font-family: 'Roboto', sans-serif;
	font-size: 22px;
	font-weight: 700;
	color: #1b365d;
}
.more-news a:after {
	display: inline-block;
	font-family: 'Font Awesome\ 5 Pro';
	content: '\f101';
	font-weight: 300;
	margin-left: 8px;
}
.events {
	padding: 50px 0 100px;
}
.events .section-title {
	text-align: center;
	position: relative;
	top: 50px;
}
.event {
	display: flex;
	align-items: center;
	padding: 15px;
	background-color: #fff;
	-webkit-box-shadow: 0 1px 25px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 25px rgba(0,0,0,0.1);
	box-shadow: 0 1px 25px rgba(0,0,0,0.1);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 30px;
	cursor: pointer;
	transition: 0.3s linear;
}
.event a {
	display: flex;
	align-items: center;
}
.event-date {
	display: flex;
	flex-direction: column;
	background-color: #1B365D;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	color: #fff;
	padding: 10px 25px;
	transition: 0.3s linear;
}
.event:hover .event-date, .event:focus .event-date {
	background-color: #007AB8;
}
.event-date .tgl {
	font-size: 25px;
}
.event-date .bln {
	font-size: 14px;
}
.event-time {
	padding-left: 15px;
}
.event-title {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 500;
	color: #1B365D;
	padding-left: 15px;
	transition: 0.3s linear;
	margin-bottom: 0;
}
.event:hover .event-title, .event:focus .event-title {
	color: #007AB8;
}
.event-list-top {
	background-image: url('../images/events-bg-top.png');
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 100%;
	padding-top: 90px;
}
.event-list-bottom {
	background-image: url('../images/events-bg-bottom.png');
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 100%;
	padding-bottom: 90px;
}
.more-events {
	position: relative;
	top: 30px;
	padding-left: 120px;
}
.more-events a {
	font-family: 'Roboto', sans-serif;
	font-size: 22px;
	font-weight: 700;
	color: #1b365d;
}
.more-events a:after {
	display: inline-block;
	font-family: 'Font Awesome\ 5 Pro';
	content: '\f101';
	font-weight: 300;
	margin-left: 8px;
}
.student-stories {
	background-image: url('../images/stories_bg.png');
	background-color: #F5F4F3;
	background-repeat: no-repeat;
	background-position: center;
	/*	background-size: 100%; */
	margin-bottom: 30px;
	padding: 60px;
	text-align: center;
}
.stories-carousel.owl-carousel .owl-item img {
	display: inline-block;
	max-width: 100%;
	width: 150px;
	border-radius: 50%;
	height: 150px;
	object-fit: cover;
}
.stories-carousel .story {
	padding: 15px;
}
.stories-carousel .student-img {
	margin-bottom: 30px;
}
.stories-carousel .story-entry {
	font-size: 26px;
	color: #1B365D;
	margin: 0 auto 60px;
	max-width: 768px;
}
.stories-carousel .story-footer {
	font-size: 16px;
	color: #1B365D;
	margin-bottom: 40px;
}
.stories-carousel.owl-carousel .owl-dots {
	display: inline-block;
}
.stories-carousel.owl-carousel .owl-nav button {
	position: absolute;
	bottom: -10px;
}
.stories-carousel.owl-carousel .owl-nav button:before {
	background-color: #fff;
	-webkit-border-radius: 90px;
	-moz-border-radius: 90px;
	border-radius: 90px;
	display: inline-block;
	font-family: 'Font Awesome\ 5 Pro';
	font-size: 20px;
	font-weight: 300;
	color: #979797;
	padding: 8px 15px;
}
.stories-carousel.owl-carousel .owl-nav button span {
	font-size: 0;
}
.stories-carousel.owl-carousel .owl-nav button.owl-prev {
	left: calc(50% - 90px);
}
.stories-carousel.owl-carousel .owl-nav button.owl-prev:before {
	content: '\f177';
}
.stories-carousel.owl-carousel .owl-nav button.owl-next {
	right: calc(50% - 90px);
}
.stories-carousel.owl-carousel .owl-nav button.owl-next:before {
	content: '\f178';
}
.stories-carousel.owl-carousel .owl-dot {
	display: inline-block;
	margin: 0 5px;
}
.stories-carousel.owl-carousel .owl-dot span {
	display: block;
	background-color: #BABABA;
	border: 1px solid #979797;
	-webkit-border-radius: 90px;
	-moz-border-radius: 90px;
	border-radius: 90px;
	height: 10px;
	width: 10px;
}
.stories-carousel.owl-carousel .owl-dot.active span {
	background-color: #1D2027;
}
.swosu-pages {
	padding: 30px 0;
}
.swosu-page {
	padding: 50px 30px;
}
.page-details, .page-details p {
	font-size: 26px;
	color: #1B365D;
}
.page-details h3 {
	font-family: 'Roboto', sans-serif;
	font-size: 68px;
	font-weight: 700;
	margin-bottom: 30px;
	line-height: 76px;
}
.page-details a {
	color: #1B365D;
	transition: all 0.3s linear;
}
.page-details a:hover, .page-details a:focus {
	color: #0085CA;
}
.page-details a:after {
	display: inline-block;
	font-family: 'Font Awesome\ 5 Pro';
	color: #898B8D;
	content: '\f178';
	font-weight: 300;
	margin-left: 30px;
	position: relative;
	top: 2px;
}
.page-image {
	margin: 10px 0 30px;
}
.page-image img, .rounded-corner
{
	border-bottom-right-radius: 100px;
}
.bg-page {
	background-image: url('../images/page_bg.png');
	background-color: #F5F4F3;
	background-repeat: no-repeat;
	background-position: 120% -95px;
	/*	background-size: 100%; */
}
.swosu-instagram {
	/*	background-image: url('../images/swosu-ig-bg.png');
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center 40px; */
	background-color: #f5f4f3;
	padding: 50px 0;
}
.swosu-ig {
	position: relative;
	overflow: hidden;
	display: flex;
}
.swosu-ig:before {
	content: "";
	display: block;
	padding-top: 100%;
}
.swosu-ig img {
	position:absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;

}
.swosu-ig-container {
	background-image: url('../images/delighter-big-b.png');
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 95px;
}
.swosu-ig-title {
	background-image: url('../images/delighter-big-a.png'), url('../images/delighter-small.png');
	background-repeat: no-repeat;
	background-position: left top, right top;
	margin: 0 auto;
	max-width: 960px;
	padding-bottom: 40px;
	text-align: center;
}
.swosu-ig-title a {
	display: block;
	position: relative;
	z-index: 1;
}
.swosu-logo {
	display: inline-block;
	margin-left: 160px;
}
.ig-logo {
	display: inline-block;
	margin-left: 30px;
}
.footer-content {
	padding-bottom: 30px;
}
.footer-content-line {
	position: relative;
	margin-bottom: 30px;
}
.footer-content-line:after {
	display: inline-block;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	height: 3px;
	width: 100%;
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
}
.footer-logo {
	background-color: #fff;
	display: inline-block;
	position: relative;
	padding-right: 30px;
	z-index: 1;
}
.widget-text {
	font-size: 20px;
	font-weight: 400;
	/*	color: #898B8D;*/
	color: #737678;
	margin-bottom: 30px;
}
.w-title {
	font-size: 20px;
	font-weight: 400;
	color: #1B365D;
}
.footer-link ul {
	list-style: none;
}
.footer-link ul li {
	padding: 7px 0;
}
.footer-link a {
	display: inline-block;
	color: #1B365D;
}
.footer-link img {
	margin-bottom: 15px;
}

.footer-link .bordered a {
	background-color: #0085ca;
	border: 1px solid #0085ca; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	padding: 3px 15px;
	transition: 0.3s linear;
}
.footer-link .bordered a:hover, .footer-link .bordered a:focus {
	background-color: #1b365d;
	border-color: #1b365d;
}


.footer-social ul {
	padding: 0;
	list-style: none;
}
.footer-social ul li {
	float: left;
	margin-right: 15px;
}
.footer-social ul li a {
	color: #898B8D;
}
.footer-copyright:before {
	display: block;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	height: 3px;
	width: 100%;
	content: '';
}
.cr-content {
	padding: 15px 0 0;
}
.cr-link ul {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
}
.cr-link ul li {
	float: left;
	margin-left: 10px;
}
.cr-link ul li:after {
	display: inline-block;
	content: '|';
	margin-left: 10px;
	position: relative;
	top: -2px;
}
.cr-link ul li:last-child:after {
	display: none;
}
.cr-link a {
	font-size: 18px;
	font-weight: 400;
	color: #1B365D;
}
.cr-left, .cr-left p {
	font-size: 18px;
	font-weight: 400;
	color: #000;
	margin: 0;
}
/* Subpage */
.main-page {
	padding: 50px 0;
}
.breadcrumbs {
	position: relative;
}
.breadcrumbs:after {
	display: inline-block;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	height: 3px;
	width: 100%;
	content: '';
	position: absolute;
	top: 40%;
	left: 0;
}
.breadcrumb {
	background-color: transparent;
	padding: 0;
}
.breadcrumb ul {
	background-color: #fff;
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 1;
}
.breadcrumb ul li {
	float: left;
	font-size: 14px;
	/*	color: #A8A8A8; */
	color: #757575;
	margin-right: 15px;
}
.breadcrumb a {
	color: #1B365D;
	position: relative;
}
.breadcrumb a:after {
	border-bottom: 1px solid #1B365D;
	position: absolute;
	left: 0;
	bottom: -1px;
	content: '';
	width: 100%;
}
.breadcrumb-post-date {
	background-color: #fff;
	font-size: 14px;
	color: #555;
	position: absolute;
	right: 0;
	padding: 0 10px;
	z-index: 3;
}
.breadcrumb li:after {
	display: inline-block;
	font-family: 'Font Awesome\ 5 Pro';
	content: '\f101';
	color: #1B365D;
	margin-left: 15px;
}
.breadcrumb ul li:last-child:after {
	display: none;
}
.page-title-header {
	background-color: rgba(0,0,0,0.5);
	border-radius: 0 0 100px 0;
}
.page-title-bar {
	background-image: url('../images/A02T4075.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 3.66% 0;
}
.page-title {
	font-family: 'Roboto', sans-serif;
	font-size: 45px;
	font-weight: 700;
	color: #fff;
	line-height: 54px;
}
.post {
	position: relative;
	padding: 15px 0;
}
.post.hentry h1 {
	font-family: 'Roboto', sans-serif;
	font-size: 45px;
	font-weight: 700;
	color: #1B365D;
	margin-bottom: 20px;
	line-height: 54px;
}
.post.hentry .news-post-entry h2 {
	font-family: 'Roboto', sans-serif;
	font-size: 21px;
	font-weight: 500;
	color: #1B365D;
	margin-bottom: 20px;
	line-height: 36px;
}
.post.hentry h2 {
	font-family: 'Roboto', sans-serif;
	/*	font-size: 26px; */
	/* font-size: 45px; */
	font-size: 30px;
	font-weight: 700;
	color: #1B365D;
	margin-bottom: 20px;
	/*	line-height: 36px;  */
	line-height: 54px;
}
.post.hentry h3 {
	font-family: 'Roboto', sans-serif;
	font-size: 21px;
	font-weight: 500;
	color: #1B365D;
	margin-bottom: 20px;
	line-height: 36px;
}
.post.hentry h4 {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 500;
	color: #1B365D;
	margin-bottom: 20px;
	line-height: 32px;
}
.post.hentry, .post.hentry p {
	font-size: 16px;
	color: #4D4D4D;
	line-height: 22px;
}
.post.hentry p {
	margin-bottom: 2rem;
}
.post.hentry .news-archive {
	padding: 30px 0;
}
.post.hentry .news-archive .news-post {
	-webkit-box-shadow: 0 15px 25px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 15px 25px rgba(0,0,0,0.15);
	box-shadow: 0 15px 25px rgba(0,0,0,0.15);
	margin-bottom: 30px;
}
.post.hentry .news-archive .news-post .news-post_image {
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	min-height: 300px;
}
.post.hentry .news-archive .news-post .news-post-entry {
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-family: 'Roboto';
	height: 100%;
	padding: 30px;
}
.post.hentry .news-archive .news-post .news-post-entry .post_archive-meta {
	font-size: 14px;
	margin-bottom: 10px;
}
.post.hentry .news-archive .news-post .news-post-entry .post_archive-meta span {
	color: #555;
	margin-right: 10px;
}
.post.hentry .news-archive .news-post .news-post-entry h3 {
	line-height: 1.2;
}
.news-post-entry h3 a {
	color: #0085CA;
}
.post.hentry .news-archive .news-post .news-post-entry p {
	font-family: 'Roboto';
	font-size: 15px;
	font-weight: 300;
	margin-bottom: 0;
	line-height: 1.6;
}
.post_comment:before {
	display: inline-block;
	font-family: 'Font Awesome\ 5 Pro';
	content: '\f27a';
	position: relative;
	top: 2px;
	margin-right: 7px;
}
.post_nav {
	border-top: 2px solid rgba(0,0,0,0.05);
	margin-top: 40px;
	padding: 30px 0 0;
	text-align: center;
}
.post_nav a {
	font-size: 18px;
	font-weight: 700;
	color: #212121;
}
.post_nav div {
	display: inline-block;
}
.post_nav .post_nav-prev a, .post_nav .post_nav-next a {
	font-weight: 400;
	color: #555;
}
.post_nav .post_nav-prev {
	float:left;
}
.post_nav .post_nav-next {
	float:right;
}
.post_nav .post_nav-number > div {
	width: 30px;
	text-align: center;
}

.areas {
	font-family: 'Roboto', sans-serif;
	font-size: 36px;
	font-weight: 500;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 40px;
	line-height: 43px;
}
.areas span {
	display: block;
	/*	max-height: 135px;
	overflow: hidden; */
}
.swosu-list {
	padding: 0;
	margin: 0;
}
.swosu-list.list-icon {
	list-style: none;
}
.swosu-list.list-number {
	list-style-type: decimal-leading-zero;
	padding: 0 20px;
}
.swosu-list li {
	font-size: 14px;
	font-weight: 700;
	color: #0085CA;
	position: relative;
	line-height: 28px;
	padding-left: 30px; 
	text-indent: -15px;
	margin-left: 20px;
}
.swosu-list li span {
	font-weight: 400;
	color: #4D4D4D;
	margin-left: 15px;
}
.swosu-list.list-icon li:before {
	display: inline-block;
	font-family: 'Font Awesome\ 5 Pro';
	content: '\f152';
}
.author-details {
	background-color: #f5f4f3;
	margin-bottom: 30px;
	padding: 30px;
}
.post-author {
	border-right: 1px solid #c5d5e5;
}
.author-detil {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
}
.author-name {
	font-family: 'Roboto', sans-serif;
	font-size: 21px;
	font-weight: 700;
	color: #1B365D;
	line-height: 36px;
}
.author-title {
	font-size: 16px;
	font-style: italic;
	color: #4D4D4D;
	line-height: 22px;
}
.post-tags span {
	display: inline-block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 0 5px 10px 0;
}
.post-tags span a {
	display: block; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #1B365D;
	color: #F5F4F3;
	padding: 5px 15px;
}
.post-related {
	background-image: linear-gradient(to top, #f3f6f7, #f6f8f9, #f9fafb, #fcfdfd, #ffffff);
	background-repeat: no-repeat;
	background-position: top;
	margin-bottom: 50px;
}
.post-related-container {
	background-image: url('../images/delighter-c.png');
	background-repeat: no-repeat;
	background-position: top;
	padding: 30px 0;
}
.post-related .section-title {
	text-align: center;
}
.sw-title {
	font-family: 'Roboto', sans-serif;
	font-size: 26px;
	font-weight: 700;
	color: #1B365D;
	margin-bottom: 20px;
	line-height: 31px;
	padding: 0 25px;
}
.sw-subtitle {
	background-color: #F8FAFC ;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: 700;
	color: #1B365D;
	padding: 10px 25px;
	line-height: 14px;
	text-transform: uppercase;
}
.sw-icon {
	display: flex;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 48px;
	color: rgba(255,255,255,0.5);
	height: 100px;
	margin: 15px auto;
	width: 100px;
}
.side-widget {
	position: relative;
	-webkit-box-shadow: 0 25px 25px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 25px 25px rgba(0,0,0,0.15);
	box-shadow: 0 25px 25px rgba(0,0,0,0.15);
	border-bottom: 3px solid #000;
	margin-bottom: 40px;
	padding: 25px 0;
}
.side-widget ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.side-widget ul li a {
	display: block;
	font-family: 'Cabin', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #000;
	padding: 10px 40px;
	text-indent: -15px;
}

.side-widget ul li a:hover, .side-widget ul li a:focus {
	background-color: #F8FAFC;
}
.side-widget ul li ul li a {
	padding-left: 50px;
}
.side-widget ul li ul li ul li a {
	padding-left: 70px;
}
.side-widget ul li.current a {
	background-color: #F8FAFC;
	border-right: 4px solid #0085CA;
}
.side-widget.text-sw {
	-webkit-box-shadow: 0 1px 25px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 1px 25px rgba(0,0,0,0.15);
	box-shadow: 0 1px 25px rgba(0,0,0,0.15);
	border: none;
	margin-bottom: 25px;
}
.sw-text {
	padding: 0 25px;
}
.categories-list a {
	position: relative;
}
.categories-list a:after {
	display: inline-block;
	font-family: 'Font Awesome\ 5 Pro';
	content: '\f0da';
	position: absolute;
	right: 25px;
}

.w-recent_news {
	padding: 0 25px;
}
.w-recent {
	margin-bottom: 25px;
}
.w-recent:last-of-type {
	margin: 0;
}
.w-recent-img {
	margin-bottom: 15px;
}
.w-recent-date {
	font-size: 14px;
	color: #555;
	margin-bottom: 20px;
}
.w-recent-title {
	font-size: 14px;
	font-weight: 700;
}
.sw-tags span {
	margin-right: 7px;
}
.sw-tags a {
	color: #212121;
}
.rb26 {
	font-family: 'Roboto', sans-serif;
	font-size: 26px;
	font-weight: 700;
	color: #1B365D;
	padding: 10px 0;
	line-height: 31px;
	text-align: center;
}
.add-nav {
	background-color: rgba(255,255,255,0.1);
	color: #fff;
	margin-top: 25px;
	margin-left: -100rem;
	margin-right: -100rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 100.5rem;
	padding-right: 100.5rem;
}
#cookiescript_readmore {
	display: none !important;
}
#cookiescript_injected {
	background-color: rgba(17,17,17,0.9) !important;
}
#cookiescript_header {
	background-color: transparent !important;
}
#cookiescript_link {
	display: none !important;
	font-size: 0 !important;
	visibility: hidden !important;
}
/*
.shuffle-degrees-container {
position: relative;
overflow: hidden;
}
.sizer-degrees-element {
position: absolute;
opacity: 0;
visibility: hidden;
}
*/
.degrees-abj, .staff-abj {
	background-color: #F8FAFC;
	font-size: 26px;
	font-weight: 600;
	color: #1B365D;
	margin: 25px 0;
	padding: 10px 30px;
	line-height: 36px;
}
.degree-entry, .staff-entry {
	padding: 20px;
}
.degree-entry, .staff-hentry {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 25px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 1px 25px rgba(0,0,0,0.15);
	box-shadow: 0 1px 25px rgba(0,0,0,0.15);
	margin-bottom: 0px;
}
.degree-entry {
	margin-bottom: 20px;
}
.staff-image {
	max-width: 100%;
}
.staff-details ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.staff-details ul li {
	font-family: 'Cabin', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #000;
	line-height: 24px;
	padding-left: 2em;
	text-indent: -0.85em;
	padding-bottom: 14px;
}
.staff-details ul li a {
	display: block;
	font-family: 'Cabin', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #000;
	line-height: 24px;
}
.staff-details ul li a:hover, 
.staff-details ul li a:focus {
	color: #1B365D;
	text-decoration: underline;
}
.staff-details ul li span {
	margin-right: 10px;
}
.staff-details ul li .fa, .staff-details ul li .fas {
	color: #0085CA;
}
.degree-cat, .staff-cat {
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: 700;
	color: #1B365D;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.degree-cat:focus + label, .location-cat:focus + label {
	color: #0085CA;
}

.post-featured-img {
	margin-bottom: 20px;
}
.post.hentry .degree-title, .post.hentry .staff-title {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #1B365D;
	margin: 15px 0 35px;
	line-height: 22px;
}

.staff-cat {
	margin-top: 0;
} 
.post.hentry .staff-title {
	margin: 0 0 15px;
}
.degree-meta {
	margin-top: auto;
}
.degree-type span {
	background-color: rgba(0,0,0,0.1);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #8f9f15;
	padding: 9px 11px;
}	
.degree-type .d-type {
	display: inline-block;
	background-color: #0085CA;
	color: #fff;
	margin-right: 7px;
	padding: 6px 8px;
	width: 34px;
	text-align: center;
}
.degree-type .d-type.type-bs, .degree-type .d-type.type-ba {
	background-color: #1B365D;
}
.degree-type .d-type.type-ms {
	background-color: #891890;
}

.degree-type .d-type.type-dd {
	background-color: #feb63d;
}

.button--reset {
	border: 1px solid rgba(0,0,0,0.2);
	font-size: 13px;
	position: absolute;
	top: 26px;
	right: 25px;
	padding: 1px 10px;
}
.button--reset span {
	color: red;
	margin-right: 5px;
}
.filters .btn span.loc-ol {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: rgba(0,0,0,0.1);
	color: #8f9f15;
	padding: 7px 10px;
}
.degree-loc {
	text-align: right;
}
.degree-loc span {
	padding: 9px 3px;
}
.d-loc {
	font-size: 16px;
	color: #1B365D;
}
.filters .btn {
	display: block;
	position: relative;
	margin-bottom: 5px;
	width: 100%;
	padding-left: 25px;
	padding-right: 25px;
	text-align: left;
}
.filters .btn label:before {
	display: inline-block;
	font-family: 'Font Awesome\ 5 Pro';
	font-size: 12px;
	color: rgba(0,0,0,0.15);
	content: '\f111';
	margin-right: 7px;
	position: relative;
	top: -1px;
}
.filters .btn.is-checked label:before {
	content: '\f058';
	color: #0085ca;
}
.filters .btn span {
	position: absolute;
	top: 0;
	right: 15px;
	margin: 0;
	padding: 5px 10px;
	width: 40px;
	text-align: center;
}
.directory-filter .button-group .btn:before { 
	display: inline-block;
	font-family: 'Font Awesome\ 5 Pro';
	font-size: 12px;
	color: rgba(0,0,0,0.15);
	content: '\f111';
	margin-right: 7px;
	position: relative;
	top: -1px;
}
.directory-filter .button-group .btn.is-checked:before { 
	content: '\f058';
	color: #0085ca;
}


/*
.filters .btn input[type="checkbox"] {
display: none;
}
*/
.filter-sub {
	background-color: #F8FAFC ;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: 700;
	color: #1B365D;
	padding: 10px 25px;
	line-height: 14px;
	text-transform: uppercase;
}
.quicksearch {
	border: none;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow: 0 1px 25px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 1px 25px rgba(0,0,0,0.15);
	box-shadow: 0 1px 25px rgba(0,0,0,0.15);
	width: 100%;
	padding: 15px 25px;
}
.btn-minors {
	background-color: #007AB8;
	border-color: #007AB8;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	color: #F5F4F3;
	position: absolute;
	top: 15px;
	right: 0;
	padding: 12px 35px;
	line-height: 22px;
	transition: 0.3s linear;
}
.btn-minors span {
	margin-right: 10px;
}
.btn-minors:hover, .btn-minors:focus {
	background-color: #1B365D;
	border-color: #1B365D;
	color: #F5F4F3;
}
.btn-bg {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: #F5F4F3;
	line-height: 19px;
	padding: 10px 35px;
}
.btn-bg:hover, .btn-bg:focus {
	color: #F5F4F3;
}
.bordered-btn {
	position: relative;
	text-align: center;
}
.bordered-btn .btn {
	position: relative;
	padding: 10px 60px;
}
.bordered-btn:before {
	display: block;
	content: '';
	height: 3px;
	border-top: 1px solid #e5e5e5;
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
}
.bordered-btn .btn:before, .bordered-btn .btn:after {
	display: inline-block;
	background: #fff;
	width: 30px;
	height: 100%;
	content: '';
	position: absolute;
	top: 0;
}
.bordered-btn .btn:before {
	left: -32px;
}
.bordered-btn .btn:after {
	right: -32px;
}
.aerospace-tab.card {
	border: none;
}
.aerospace-tab .card-header-tabs {
	margin-bottom: 0;
}
.aerospace-tab .nav-tabs .nav-item {
	margin-bottom: 0;
}
.aerospace-tab .card-header {
	background-color: transparent;
	border: none;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow: 0 1px 25px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 1px 25px rgba(0,0,0,0.15);
	box-shadow: 0 1px 25px rgba(0,0,0,0.15);
	margin-bottom: 2rem;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
.aerospace-tab .nav-tabs .nav-link {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 700;
	border: none;
	color: #1B365D;
}
.aerospace-tab .nav-tabs .nav-link span {
	margin-right: 5px;
}
.aerospace-tab .nav-tabs .nav-item {
	position: relative;
}
.aerospace-tab .nav-tabs .nav-item:after {
	display: inline-block;
	content: '|';
	position: absolute;
	top: 7px;
	right: 0;
}
.aerospace-tab .nav-tabs .nav-item:last-child:after {
	display: none;
}
.aerospace-tab .nav-tabs .nav-link:hover, .aerospace-tab .nav-tabs .nav-link:focus {
	color: #007AB8;
	text-decoration: underline;
	text-decoration-color: #007AB8;
}
.aerospace-tab .nav-tabs .nav-link.active {
	background-color: transparent;
	border: none;
	color: #007AB8;
	text-decoration: underline;
	text-decoration-color: #007AB8;
}
#aerospaceTabContent .tab-pane {
	padding: 40px 0;
}
.table.aerospace-table {
	font-size: 14px;
	color: #4d4d4d;
	margin-bottom: 50px;
}
.table.aerospace-table thead th {
	border: none;
}
.table.aerospace-table > tbody > tr:first-child > td {
	border: none;
}
.table.aerospace-table > tbody {
	-webkit-box-shadow: 0 1px 25px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 1px 25px rgba(0,0,0,0.15);
	box-shadow: 0 1px 25px rgba(0,0,0,0.15);
}
.w-contact .fas {
	color: #0085ca;
	margin-right: 10px;
}
.no-border {
	border: none;
}

.aria_screenreader {
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}

.NewsByYear {
	padding: 0 25px;
}

.page-footer .post-testimoni {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}
.page-footer .post-testimoni p {
	font-size: 22px;
	font-style: italic;
	color: #1B365D;
	margin: 0;
}

.degree-card ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.degree-card .nav-link {
	font-size: 16px;
	font-weight: 700;
	color: #0085CA;
	padding: 0.5rem;
}
.degree-card .nav-link:hover, .degree-card .nav-link:focus {
	color: #007AB8;
	text-decoration: underline;
	text-decoration-color: #007AB8;
}
.rb {
	border-right: 1px solid rgba(0,0,0,0.3);
}







/*
* CSS Page Transitions
* Don't forget to add vendor prefixes!
*/

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translate3d(0, 100%, 0);
	}
	100% {
		opacity: 1;
		transform: none;
	}
}
@keyframes fadeInRight {
	0% {
		opacity: 0;
		transform: translate3d(100%, 0, 0);
	}
	100% {
		opacity: 1;
		transform: none;
	}
}
@keyframes swosuAnimation {        
	from {
		opacity : 0;
		right : -500px;
	}
	to {
		opacity : 1;
		right : 0;
	}      
}
.m-scene .scene_element {
	animation-duration: 0.15s;
	transition-timing-function: ease-in;
	animation-fill-mode: both; 
}
.m-scene .scene_element--fadein {
	animation-name: fadeIn;
}
.m-scene .scene_element--fadeinup {
	animation-name: fadeInUp;
}
.m-scene .scene_element--fadeinright {
	animation-name: fadeInRight;
}
.m-scene .scene_element--swosuanimation {
	animation-name: swosuAnimation; 
	position: relative;
}
/** Reverse "exit" animations */
.m-scene.is-exiting .scene_element {
	animation-direction: alternate-reverse;
}
/*
.filters {
overflow-y: scroll;
max-height: 600px;
}
*/

@media(max-width: 1366px) {
	.page-title-bar {
		background-size: cover;
	}
}
@media(max-width: 1024px) {
	.main-header .navbar-expand-lg .navbar-nav .nav-link {
		padding-left: 0.5rem;
		padding-right: 0.5rem;
	}
	.top-left ul li.top-search {
		display: none;
	}
}
@media(max-width: 800px) {
	.footer-link ul {
		padding: 0;
	}
	.cr-left, .cr-right {
		text-align: center;
	}
	.cr-link ul li {
		float: none;
		display: inline-block;
	}
	.cr-link ul li:first-child:after {
		display: inline-block;
	}
	.cr-link ul li:last-child:after {
		display: none;
	}
	.top-left ul li.top-search {
		margin-left: 0;
	}
}
@media(max-width: 667px) {
	.top-left, .top-right {
		text-align: center; 
	}
	.top-right ul {
		float: none;
	}
	.top-left ul li, .top-right ul li {
		display: inline-block;
		float: none;
	}
	.swosu-ig-title {
		background-size: 20%, 10%;
	}
	.swosu-logo {
		margin-left: 30px;
	}
	.swosu-logo img {
		max-width: 200px;
	}
	.ig-logo {
		margin-left: 10px;
	}
	.ig-logo img {
		max-width: 30px;
	}
}
@media(max-width: 480px) {
	.page-details h3 {
		font-size: 48px;
		line-height: 58px;
	}
	.staff-hentry {
		margin-bottom: 30px;
	}
	.footer-content {
		text-align: center;
	}
	.footer-social ul {
		display: flex;
		justify-content: center;
	}
}
@media(min-width: 768px) {
	.post.hentry .news-archive .news-post .news-post_image {
		min-height: 0;
	}
	.post_nav .post_nav-number > div {
		width: 50px;
	}
	.swosu-list.list-number {
		padding: 0;
	}
}
@media(min-width: 992px) {
	.navbar-collapse {
		border: none;
		margin-top: 0;
	}
	/*	.mbl-search, 
	.add-nav {
	display: none;
	visibility: hidden;
} */
	.top-header {
		display: block;
		visibility: visible;
	}
	/*	.navbar-nav > .has-child > a:before {
	display: inline-block;
	visibility: visible;
} 
	.sub-menu > .has-child > a:before {
	display: inline-block;
	visibility: visible;
	content: '\f054';
	top: 3px;
} 
	.sub-menu {
	-webkit-box-shadow: 0 1px 2px rgba(0, 133, 212, 0.7);
	-moz-box-shadow: 0 1px 2px rgba(0, 133, 212, 0.7);
	box-shadow: 0 1px 2px rgba(0, 133, 212, 0.7);
	border-top: 1px solid #0085CA;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	position: absolute;
	margin-top: -8px;
	list-style: none;
	opacity: 0;
	padding: 0.5rem 0;
	z-index: 2;
	width: 220px;
	left: 1rem; 
	transition: opacity 0.3s linear;
} 
	.navbar-nav > .has-child:hover .sub-menu, .navbar-nav > .has-child:focus .sub-menu {
	display: block;
	opacity: 1;
} 
	.sub-menu > .has-child:hover .sub-sub-menu, .sub-menu > .has-child:focus .sub-sub-menu {
	display: block;
	opacity: 1;
} 
	.sub-sub-menu {
	-webkit-box-shadow: 0 1px 2px rgba(0, 133, 212, 0.7);
	-moz-box-shadow: 0 1px 2px rgba(0, 133, 212, 0.7);
	box-shadow: 0 1px 2px rgba(0, 133, 212, 0.7);
	position: absolute;
	list-style: none;
	opacity: 0;
	padding: 0.5rem 0;
	z-index: 2;
	width: 220px;
	top: 0;
	left: 100%;
	transition: opacity 0.3s linear;
}
	.sub-menu a:hover, .sub-menu a:focus {
	background-color: #0085CA;
}
	.sub-menu li.has-child:hover > .sub-sub-menu, .sub-menu li.has-child:focus > .sub-sub-menu {
	display: block;
	opacity: 1;
}
	/* Bootstrap 4 fix */
	.dropdown-menu.show {
		opacity: 1;
	}
}
@media(min-width: 992px) and (max-width: 1024px) {
	.post.hentry .degree-title {
		margin-bottom: 0;
	}
	.degree-type .d-type {
		font-size: 12px;
	}
	.d-loc {
		font-size: 14px;
	}
	.degree-type span {
		font-size: 13px;
		padding: 7px 9px;
	}
	.degree-type .d-type {
		margin-right: 5px;
		padding: 5px 6px;
	}
}
@media(min-width: 1025px) {
	li.has-child span, 
	.navbar-nav.mbl-nav, 
	.mbl-search, 
	.add-nav {
		display: none;
		visibility: visible;
	}
	.navbar-nav > .has-child > a:before {
		display: inline-block;
		visibility: visible;
	} 
	.sub-menu > .has-child > a:before {
		display: inline-block;
		visibility: visible;
		content: '\f054';
		top: 3px;
	} 
	.sub-menu {
		-webkit-box-shadow: 0 1px 2px rgba(0, 133, 212, 0.7);
		-moz-box-shadow: 0 1px 2px rgba(0, 133, 212, 0.7);
		box-shadow: 0 1px 2px rgba(0, 133, 212, 0.7);
		border-top: 1px solid #0085CA;
		-webkit-border-radius: 0 0 3px 3px;
		-moz-border-radius: 0 0 3px 3px;
		border-radius: 0 0 3px 3px;
		position: absolute;
		margin-top: -8px;
		list-style: none;
		opacity: 0;
		padding: 0.5rem 0;
		z-index: 2;
		width: 220px;
		/*	left: 1rem; */
		transition: opacity 0.3s linear;
	} 
	.navbar-nav > .has-child:hover .sub-menu, .navbar-nav > .has-child:focus .sub-menu, .sub-menu.active {
		display: block;
		opacity: 1;
	} 
	.sub-menu > .has-child:hover .sub-sub-menu, .sub-menu > .has-child:focus .sub-sub-menu, .sub-sub-menu.active {
		display: block;
		opacity: 1;
	} 
	.sub-sub-menu {
		-webkit-box-shadow: 0 1px 2px rgba(0, 133, 212, 0.7);
		-moz-box-shadow: 0 1px 2px rgba(0, 133, 212, 0.7);
		box-shadow: 0 1px 2px rgba(0, 133, 212, 0.7);
		position: absolute;
		list-style: none;
		opacity: 0;
		padding: 0.5rem 0;
		z-index: 2;
		width: 220px;
		top: 0;
		left: 100%;
		transition: opacity 0.3s linear;
	}
	.sub-menu a:hover, .sub-menu a:focus {
		background-color: #0085CA;
	}
	.sub-menu li.has-child:hover > .sub-sub-menu, .sub-menu li.has-child:focus > .sub-sub-menu {
		display: block;
		opacity: 1;
	}
}
@media(min-width: 1200px) {
	.sub-menu {
		left: 1rem;
	}
	.navbar-expand-xl .navbar-nav .nav-link {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.navbar-nav {
		padding-bottom: 0;
	}
	.nav-link:focus {
		color: #0085CA;
	}
	.navbar-nav .nav-item:last-child .sub-menu {
		left: unset;
		right: 0;
	}
	.navbar-nav .nav-item:last-child .sub-menu .sub-sub-menu {
		left: unset;
		right: 100%;
	}

}
/* Added by Karen */
h1.page-title {
	text-shadow: 1px 1px #000;
}
#home-announce {
	background-color: #0085CA;
}
#message {
	width: 850px;
	max-width: 100%;
	margin: 0 auto;
	padding: 20px 0 10px 0;
	color: #fff;
	font-size: 18px;
}
#message h2 {
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;
}
#message p a {
	color: #fff;
	text-decoration: underline;
}
#message p a:hover, #message p a:focus {
	text-decoration: none;
	border: 1px dashed #fff;
}
.colored-link-btn {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	padding: 3px 15px;
	transition: 0.3s linear;
}
.btn-no-link {
	text-align: center;
	padding: 15px;
	color: #fff;
}
.left {text-align: left;}
.center {text-align: center;}
.right {text-align: right;}
.floatright {float: right; margin: 5px 0px 5px 10px;}
.floatleft {float: left; margin: 5px 10px 0px 5px;}
@media (max-width: 767px) {
	.floatleft, .floatright {float: none;}
}
.two-column {
    -webkit-column-count: 2;
    -webkit-column-gap:   20px;  
    -moz-column-count:    2;
    -moz-column-gap:      20px;
    column-count:         2;
    column-gap:           20px;  
}

.three-column {
    -webkit-column-count: 3;
    -webkit-column-gap:   20px;  
    -moz-column-count:    3;
    -moz-column-gap:      20px;
    column-count:         3;
    column-gap:           20px;  
}

@media (max-width: 767px) {
    .two-column, .three-column {-webkit-column-count: 1; -moz-column-count: 1; column-count: 1;}
}
p, ul, .no-break {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;   
}
.caption {
	background-color: #f8fafc;
	padding: 10px;
	margin: 10px 0 20px 0;
	text-align: center;
}
.fact-box {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	padding: 30px;
	line-height: auto;
	margin-bottom: 20px;
}
.large-ft {font-size: 36px; line-height: 46px;}
.medium-ft {font-size: 24px; line-height: 34px;}
.small-ft {font-size: 16px; line-height: 26px;}
.full-width {width: 100%;}
.half-width {width: 50%;}
.third-width {width: 33%;}
@media (max-width: 767px) {
	.half-width, .third-width {width: 100%;}
}
.left-right-border {
	border-right: 3px solid #1b365d;
	border-left: 3px solid #1b365d;
}
div.directory-top h2 {line-height: 40px !important;}
.spacer {width: 100%; height: 1px; clear: both;}
.dept-contact {
	float: right;
	text-align: right;
	border-left: 1px solid #0085ca;
	padding-left: 15px;
	margin-left: 15px;
}
@media (max-width: 767px) {
	.dept-contact {
		float: none; 
		border-left: none;
		border-bottom: 1px solid #0085ca;
		text-align: left;
		padding-left: 0;
		margin-left: 0;
		margin-bottom: 20px;
	}
}