.anchor {
	margin: 250px auto !important;
}
.card-deck .card {
    margin-top: 10px;
}
/* Flex Flexbox Added 1-26-2023 */
.flex-container {	
  /* We first create a flex layout context */
  display: flex;  
  /* Then we define the flow direction and if we allow the items to wrap * Remember this is the same as: * flex-direction: row; * flex-wrap: wrap;  */
  flex-flow: row wrap;  
  /* Then we define how the remaining space is distributed */
  justify-content: space-around;  
  /*padding: 0; */
  margin: 0;
  list-style: none;
}
.flex-item {
	padding: 5px;
	margin: auto;
	justify-content: center;
	font-weight: bold;
	font-size: 16px;
}
.flex-item img{
	display: flex;
	width: 200px;
	height: 200px;
	overflow: hidden;
}
.flex-item-btn {
	display: flex;
	background-color: #1b365d;
	border: 1px solid #1b365d;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #fff !important;
	padding: 10px 15px;
	transition: 0.3s linear;
	/*margin: .75em;*/
	width: 200px;
	white-space: nowrap;
  	overflow: hidden;
  	text-overflow: ellipsis;
	justify-content: center;
	margin: auto;
	text-align: center !important;
}
.flex-item-btn:hover {
	background-color: #ffffff !important;
	border: 1px solid #1b365d !important;
	color: #1b365d !important;
}
/* Intro Text Added 1-25-2023 */
.intro-box {
	font-family: myriad-pro, sans-serif !important;
	font-style: normal;
	font-weight: 300;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	padding: 30px 30px 50px 30px;
	margin: 10px auto 20px auto;
	line-height: auto;
	max-width: 100%;
	background-color: #F3F3F3;
	font-size: 18px !important;
}
.intro-box p{
	font-size: 18px !important;
	line-height: 22px !important;
	color: #6c6e70 !important;
	padding: 10px;
}
.intro-box h2{
	font-size: 22px !important;
	line-height: 26px !important;
}
.intro-box h3{
	font-size: 20px !important;
	line-height: 24px !important;
}
.intro-box-content {
	font-size: 20px !important;
	line-height: 26px !important;
	color: #6c6e70 !important;
	padding: 10px;
}
/* Bio Page added 1-23-2023 */
.bio-text p {
	font-size: 16px !important;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}
/* Added 2022 */
.table-responsive-stack tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.table-responsive-stack td,
.table-responsive-stack th {
   display:block;
/*      
   flex-grow | flex-shrink | flex-basis   */
   -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.table-responsive-stack .table-responsive-stack-thead {
   font-weight: bold;
}

@media screen and (max-width: 768px) {
   .table-responsive-stack tr {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      border-bottom: 3px solid #ccc;
      display:block;   
   }
   /*  IE9 FIX   */
   .table-responsive-stack td {
      float: left\9;
      width:100%;
   }
}
.intro-text {
	font-family: 'Myriad Pro', sans-serif;
	font-weight: 500;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	padding: 30px;
	margin: 10px auto 20px auto;
	line-height: auto;
	max-width: 90%;
	font-size: 15px !important;
	margin-top: 25px;
	line-height: 28px !important;
}
.intro-text h2{
	font-size: 25px !important;
	margin-top: 25px;
	line-height: 28px !important;
}
.intro-text p{
	font-size: 15px !important;
	margin-top: 25px;
	line-height: 28px !important;
}
@media (max-width: 767px) {
	.fact-box-padding {
		flex: auto !important;
		max-width: 90% !important;
	}
}
#p:first-line {
	margin-top: 0px;
}
.divBull {}
.divBull h3{
	font-size: 16px !important;
}
.divBull ul{
	list-style: none;
}
.divBull li{
	font-size: 14px;
	margin-top: 5px;
	text-indent: -1.5em !important;	
}
.divBull li::before {
	font-family: "Font Awesome\ 5 Pro";
	content: "\f14a";
	font-weight: 700;
	color: #3E6823;
	padding-right: 8px;
}
.divBull li li::before {
    content: "\f111";
	margin-left: -1em;
}
.divnoBull {}
.divnoBull h3{
	font-size: 16px !important;
}
.divnoBull ul{
	list-style: none;
}
.divnoBull li{
	font-size: 14px;
	margin-top: 5px;
	text-indent: -1.5em !important;	
}
/*.divnoBull li::before {
	font-family: "Font Awesome\ 5 Pro";
	content: "\f14a";
	font-weight: 700;
	color: #3E6823;
	padding-right: 8px;
}
.divnoBull li li::before {
    content: "\f111";
	margin-left: -1em;
}*/
.threegrid {max-width: 30% !important;}
.expando {
	display: none;
}
.expando:target {
	display: block;
}
article {
	width: 95% !important;
}
.faul {
	margin-left: 5px !important;
}
.sidebar-hd {
	overflow: hidden;
	position: relative;
	font-style: italic;
	text-align: center;	
	font-weight: bolder;
	font-size: 24px;
	margin: 3px !important;
	color: #008040;
}
.sidebar-hd:before, .sidebar-hd:after {
	background-color: #eeeeee;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}
.sidebar-hd:before {
    right: 0.5em;
    margin-left: -50%;
}
.sidebar-hd:after {
    left: 0.5em;
    margin-right: -50%;
}
.why-swosu {
	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;
}
.why-swosu.body {
	padding: 0 25px;
}
.why-swosu.text {
	-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;
}
/* Text To Image */
.section-header h2{
	text-transform: uppercase;
}
.section-header {
	margin: 3% 0;
}
.section-header h3{
	text-transform: uppercase;
}
.section-header p{
	/*text-transform: uppercase;*/
	font-size: 18px !important;
}
.image-hover {
	padding-bottom: 50px;
	margin-top: 15px;
	margin-bottom: 15px;
	position: relative;
	z-index: 1;
	box-shadow: 5px 5px 15px #000;
}
.image-box {
	position: relative;
	z-index: 5;
}
.image-box img{
	width: 100%;
	height:250px;
	object-fit: cover;
}
.image-box-v {
	position: relative;
	z-index: 5;
	margin-left: 5px;
}
.button-hover .button-box-content .button-box-info h3{
	text-transform: uppercase;
	font-size: 14px;
	padding: 5px;
	margin: 0 !important;
	white-space: nowrap; 
  	width: 95%; 
  	overflow: hidden;
  	text-overflow: ellipsis;
  	color: #0065b1; /* Blue */
}
.button-hover .button-box-content .button-box-info h4{
	text-transform: uppercase;
	font-size: 14px;
	padding: 5px;
	margin: 0 !important;
	white-space: nowrap; 
  	width: 95%; 
  	overflow: hidden;
  	text-overflow: ellipsis;
  	color: #1b365d; /* Navy  */
}
.image-box-v img{
	width: 100%;
	height:450px;
	object-fit: cover;
}
.image-box-s {
	position: relative;
	z-index: 5;
}
.image-box-s img{
	width: 100%;
	height:100%;
	object-fit: cover;
}
.image-box-content {
	width: 100%;
	position: absolute;
	bottom: 0;
	z-index: 5;
	margin-left: 5px;
}
.image-hover .image-box-content .image-box-info h3{
	text-transform: uppercase;
	font-size: 16px;
	padding: 5px;
	margin: 0 !important;
	white-space: nowrap; 
  	width: 95%; 
  	overflow: hidden;
  	text-overflow: ellipsis; 
}
.image-hover .image-box-content .image-box-info h4{
	text-transform: uppercase;
	font-size: 14px;
	padding: 5px;
	margin: 0 !important;
	white-space: nowrap; 
  	width: 95%; 
  	overflow: hidden;
  	text-overflow: ellipsis; 
}
.image-hover .image-box-content .image-box-info p{
	padding: 5px;
	display: none;
	font-weight: 600;
	margin: 5px;
}
.image-hover:hover .image-box-info p{
	display: block;
}
.image-hover:hover .image-box-content {
	height: auto;	
}
.image-hover:hover .image-box img{
	filter: blur(5px);
	opacity: .1;
}
@media (max-width: 767px) {
	.image-hover .image-box-content .image-box-info p{
		display: relative;
	}
}
/* Grids */
.divGrid {
	flex: 0 0 45% !important;
	padding: 25px;
	margin: 10px;
	border-radius: 8px;
	border: 2px solid lightgray;
	font-size: 16px !important;
}
.divGrid ul{
	list-style: none;
}
.divGrid li{
	font-size: 14px;
	margin-top: 5px;
	text-indent: -1.5em !important;	
}
ul.list li li {
	margin-top: 5px;
	text-indent: -.2em !important;
}
.divGrid li::before {
	font: var(--fa-font-solid);
	content: "\f14a";
	font-weight: 700;
	color: #3E6823;
	padding-right: 8px;
}
.divGrid li li::before {
    content: "\f111";
	margin-left: -1em;
}
@media (max-width: 767px) {
	.divGrid {
		flex: auto !important;
		max-width: 100% !important;
	}
}
/* Icon */
.icon-btn {
	position: relative;
	background-color: white;
	opacity: 75%;
	padding: 40px 5px 10px 5px;
	width: 215px;
	height: auto;
	max-height: 300px;
	color: darkorange !important;
	margin-top: 40px !important;
	margin-bottom: 60px !important;
	margin-left: auto;
	margin-right: auto;
	font-size: 16px;
	/*border: none;
	font-size: 16px;
	cursor: pointer;
	margin: 45px auto;
	border-radius: 5px;*/
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	transition: .5s;
	text-align: center !important;
}
.icon-btn p{
	margin-top: 15px;
	font-weight: bolder;
	color: darkorange !important;
	opacity: 75%;
	text-align: center !important;
}
.icon-btn:hover {
	transform: scale(1.1);
	opacity: 1;
}
@media (max-width: 767px) {
	.icon-btn {
		width: 75%;
	}
}
/*.image-hover-info p{
	margin-top: 8px !important;
	font-size: 14px !important;
}
.image-hover-info a{
	color: #fff !important;
	font-size: 14px;
}*/
.image-hover-text {
	color: #0065b1 !important;
	padding: 0 10px 5px;
	margin-top: 15px
}
.image-hover-text a{
	color: #0065b1 !important;
	padding: 0 10px 5px;
}
/*end delete*/
/* IDs */
#height {
	max-height: 60px:
}
#width101 {
	width: 20% !important;
}
#width10 {
	width: 20% !important;
}
#width20 {
	max-width: 23%;
}
#width30 {
	max-width: 30%;
}
#width40 {
	max-width: 40%;
}
#width50 {
	width: 50%;
}
#width75 {
	width: 75%;
}
#width100 {
	width: 100%;
}
#padding {
	padding: 25px;
}
#padding-lr {
	padding-left: 25px;
	padding-right: 25px;
}
#padding15 {
	padding: 10px 5px 25px 5px;
}
/* hyperlink */
a {
    color: blue;
    text-decoration: none;
    background-color: transparent;
	font-weight: 500;
}
a:visited {
	color: #4c4cff;
}
/* Styles */
.left {text-align: left;}
.center {text-align: center;}
.right {text-align: right;}
.justify {text-align: justify !important;}
.align-top {vertical-align: top !important;}
.align-middle {vertical-align: middle !important;}
.center-object {display: block !important; margin-right: auto !important;	margin-left: auto !important;}
.spacer-t {margin-top: 75px;}
.spacer-b {margin-bottom: 75px;}
.break {margin-left: 36%; margin-right: 5%; width: 60%;}
.height {height: 100% !important;}
/* CSS */
.caption {
	color: #1b365d !important;
	text-align: center;
	padding: 5em 1em;
}
@media (max-width: 767px) {
	.caption {
		font-family: 'Roboto', sans-serif !important;
	}
}
.polaroid {
	display: block;
	padding: 15px;
	border-radius: 10px;
	/*margin: 5px auto 35px auto;*/
	width: 325px;
	height: 465px;
	object-fit: cover;
	background-color: white;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.polaroid img {
	display: block;
	border-radius: 5px;
	page-break-after: always;
	margin-left: auto;
	margin-right: auto;	
}
@media (max-width: 757px) {
	.polaroid {
		display: block;
		margin: 5px auto;
	}
}
.NewsFigure {
	display: block;
	padding: 1em;
	border-radius: 10px;
	margin-left: auto !important;
	margin-right: auto !important;
	margin-bottom: 50px !important;
	/*max-width: 95%;*/
	background-color: white;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.NewsFigure img {
	display: block;
	border-radius: 5px;
	page-break-after: always;
	margin-left: auto;
	margin-right: auto;
}
.NewsFigure p {
	color: #1b365d !important;
	text-align: center;
	padding-top: 2em;
	font-size: 14px !important;
	margin-bottom: 0;
}
.vertical-align {
	display: table-cell;
	vertical-align: middle;
	text-align: center;	
}
.portrait {
	display: block;
	padding: 15px;
	border-radius: 10px;
	margin-left: auto !important;
	margin-right: auto !important;
	margin-bottom: 50px !important;
	/*max-width: 95%;*/
	background-color: white;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.portrait img{
	width: 250px !important;
	height: 300px !important;
	object-fit: cover !important;
}
.photo-lg {
	width: 100%;
}
.photo-hz {
	width: 300px;
}
.photo-vrt {
	width: 100% !important;
	max-height: 300px !important;
	object-fit: cover;
}
.photo-sq {
	width: 250px;
	height: 250px;
	object-fit: cover;
}
.floatright {
	float: right;
	margin: 5px 0 10px 40px !important;
	max-width: 40%;
}
/*.floatright img {
	height: 350px; !important;
	object-fit:cover !important;
}*/
.floatleft {
	float: left;
	margin: 5px 40px 10px 0 !important;
	max-width: 40%;
}
.nofloat {float: none; margin 5px;}

@media (max-width: 767px) {
	.floatleft, .floatright {
		float: none;
		max-width: 100% !important;
			margin-right: auto !important;
	margin-left: auto !important;
		margin-top: 25px !important;
		margin-bottom: 25px !important;
	}
}
.headline {
	margin-top: 50px !important;
	margin-bottom: 25px !important;
	padding: 20px;
	color: white !important;
	font-size: 24px !important;
	font-weight: bold !important;
	background-color: #1b365d;
}
@media (max-width: 767px) {
	.headline {
		margin: 5px !important;
	}
}
.image-container {
    position: relative;
	margin: 15px;
	padding: 5px;
	background-color: white;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.image-container img {
    display: block;
    width: 100%;
}
.image-container_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    color: black;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: .25;
    transition: opacity 0.25s;
}
.image-container_overlay > * {
    transform: translateY(75px);
    transition: transform 0.25s;
}
.image-container_overlay:hover {
    opacity: 1;
	cursor: pointer;
}
.image-container_overlay:hover > * {
    transform: translateY(0);
}
.image-container_title {
    font-size: 16px;
    font-weight: bold;
}
.image-container p {
    font-size: 14px;
	margin-top: 0.25em;
	text-align: center;
	width: 75%;
}
@media (max-width: 767px) {
	.image-container_overlay {
		opacity: 1;
	}
	.image-container_overlay > * {
		transform: translateY(0);
	}
}
.divMsg {
	display: table;
	table-layout: fixed;
	width: 95%;
	margin: 25px auto 75px auto !important;
	color: white !important;
	font-size: 18px !Important;
	font-weight: 700 !important;
}
.divMsgRow {
	display: table-row;
}
.divMsgCell {
	display: table-cell;
	padding: 15px !important;
	text-align: center;
	vertical-align: middle;
}
.divMsgCell h2 {
	font-family: 'Just Another Hand', cursive !important;
	font-size: 24px !important;
	font-weight: 700 !important;
	margin-bottom: 25px !important;
	color: white !important;
}
.divMsgCell p {
	padding: 15px;
	color: white !important;
	font-size: 18px !Important;
	font-weight: 500 !important;
}
.divMsgCell img {
	margin: 5px auto !important;
}
@media only screen and (max-width: 767px) {
	.divMsgCell {
		display: block !important;
		width: 100%;
	}
	 .divMsg h2 {
		 font-family: 'Roboto', sans-serif !important;
	 }
}
.divBackgroundTxt {
	display: block;
	padding: 25px;
	background-color: #F3F3F3;
	margin: 30px auto 75px auto;
	border-radius: 10px;
	border: 1px solid #ddd;
	box-shadow: 5px 5px 8px darkgray;
	width: 90%;
}
@media (max-width: 767px) {
	.divBackgroundTxt {
		padding: auto;
		margin: 10px auto 50px auto;
		width: 100%;
	}
}
.divBgTxt-none {
	display: inline-block;
	padding: 25px;
	margin: 0 auto;
	border-radius: 10px;
	width: 95%;
}
.divBgTxt-none img {
	padding-bottom: 15px;
	border-radius: 5px;
	width: 175px;
	height: 225px;
	object-fit: cover;
}
.divBgTxt-none p h2{
	margin: 15px;
}
@media (max-width: 767px) {
	.divBgTxt-polaroid {
		width: 50%;
	}
	.divBgTxt-none img {
		width: 90%;
		height: 90%;
		object-fit: cover;
	}
}
.btn-font {
	background-color: #1b365d;
	border: 1px solid #1b365d;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #fff !important;
	padding: 10px 15px;
	transition: all .3s linear;
	/*margin: .75em;*/
	max-width: 200px;
	width: 100%;
	white-space: nowrap;
  	overflow: hidden;
  	text-overflow: ellipsis;
	text-align: center;
}
.btn-font:hover {
    background-color: #ffffff;
    border-color: #1b365d;
	color: #1b365d !important;
}
@media only screen and (max-width: 767px) {
       .btn-font {		   
		  display: block;
		   max-width: 100% !important;
		   border: none;
       }
}
#btn-font-4 {
	max-width: 125px;	
}
ul.list {
    list-style-type: none;
}
ul.list li {
	margin-top: 5px;
	text-indent: -1.5em;
}
ul.list li li {
	margin-top: 5px;
	text-indent: -.2em !important;
}
ul.list li::before {
	font-family: "Font Awesome\ 5 Pro";
	content: "\f152";
	font-weight: 700;
	color: #3E6823;
	padding-right: 8px;
}
ul.list li li::before {
    content: "\f0da";
	margin-left: -1em;
}
ol.roman {
	list-style: none;
	counter-reset: section;
	font-family: 'Nunito Sans',sans-serif;
	margin: 0;
	padding: 0;
}
ol.roman p {
	font-weight: 500;
	font-family: 'Nunito Sans',sans-serif;
	margin-top: 5px;
}
ol.roman li {
	display: table !important;
	counter-increment: section !important;
	padding: .2em .4em !important;
}
ol.roman li::before {
	content: counter(section, upper-roman)". ";
}
ol.roman li li::before {
	content: counter(section,upper-alpha)". ";
}
ol.roman li li li::before {
	content: counter(section,decimal) ". ";
}
ol.roman li li li li::before {
	content: counter(section,lower-alpha) ". ";
}
ol.roman li li li li li::before {
	content: counter(section,lower-roman) ". ";
}
ol.roman li::before {
	display: table-cell;
	font-family: 'Abril Fatface' , serif;
	font-weight: 700;
	color: #008040;
	text-align: right !important;
	padding-right: .4em;
	width: 4ch;
}
ol.decimal {
	list-style: none;
	counter-reset: section;
	font-family: 'Nunito Sans',sans-serif;
	margin: 0;
	padding: 0;
}
ol.decimal p {
	font-weight: 500;
	font-family: 'Nunito Sans',sans-serif;
	margin-top: 5px;
}
ol.decimal li {
	display: table !important;
	counter-increment: section !important;
	padding: .2em .4em !important;
}
ol.decimal li::before {
	content: counter(section, decimal)". ";
}
ol.decimal li li::before {
	content: counter(section, lower-alpha)". ";
}
ol.decimal li li li::before {
	content: counter(section, lower-roman) ". ";
}
ol.decimal li li li li::before {
	content: counter(section, decimal) ". ";
}
ol.decimal li li li li li::before {
	content: counter(section, lower-alpha) ". ";
}
ol.decimal li::before {
	display: table-cell;
	font-family: 'Abril Fatface' , serif;
	font-weight: 700;
	color: #008040;
	text-align: right !important;
	padding-right: .4em;
	width: 4ch;
}
@import url("https://fonts.googleapis.com/css?family=Abril+Fatface");
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans&display=swap');
.btn-link {
	text-decoration: none;
	color: white;
	text-align: left;
	text-indent: -10px;
	margin-left: 12px;
}
.btn-link:hover {
	text-decoration: none;
	color: white;
}
.btn-link:focus {
	text-decoration: none;
	color: white;
}
/* Accordian */
.accordion {
	margin-bottom: 25px;
}
.card {
	border: none !important;
	width: 95%;
	margin: auto;
}
.card-header {
	background-color: #0065b1;
	font-size: 18px;
	font-weight: bolder;
	border-style: solid;
	border-color: white;
	border-width: 10px;
	padding-bottom: 15px;
	padding-top: 3px;
}
.card-body {
	border-style: solid;
	border-color: white;
	border-width: 10px;
}
.fa-plus::before {
    content: "\f0da" !important;
    padding-right: .5em !improtant;
}
.fa-minus::before {
    content: "\f0d7" !important;
    padding: .5em !important;
}
/* End Accordion */
.table-factbox {
	display: table;
	table-layout: fixed;
	width: 95%;
	margin-top: 35px;
	margin-bottom: 25px;
	margin-left: auto;
	margin-right: auto;
	border-spacing: 20px;
}
.row-factbox {
	display: table-row;
}
.cell-factbox {
	display: table-cell;
	font-family: 'Roboto', sans-serif;
	vertical-align: middle;
	text-align: center;
	font-weight: 700;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5% / 55%;
	padding: 30px;
	width: 20%;
	font-size: 24px;
	line-height: 31px;
	-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);
}
.caption-factbox {
	display: table-caption;
	caption-side: top !important;
	font-size: 24px !important;
	font-weight: bolder !important;
	color: #1b365d;
	padding: 30px;
	text-align: center;
	margin: 0 auto;
}
@media only screen and (max-width: 767px) {
       .cell-factbox {
           display: block;
           width: 100%;
           border-bottom: 1px solid white;
       }
   }
.table-blocks {
	display: table;
	table-layout: fixed;
	width: 100%;
	margin-top: 35px;
	margin-bottom: 25px;
	margin-left: auto;
	margin-right: auto;
	border-spacing: 20px;
	border-collapse: separate;
}
.row-blocks {
	display: table-row;
}
.cell-blocks {
	  display: table-cell;
	  vertical-align: middle;
	  text-align: center;
	  padding: 20px;
	  width: 20%;
	  box-shadow: 1px 1px 3px darkgray;
}
.caption-blocks {
	display: table-caption;
	background-color: #0065b1;
	color: white;
	width: 95%;
	caption-side: top !important;
	font-size: 18px;
	border-radius: 5px;
	padding: 30px;
	text-align: center;
	margin: 0 auto;
}
.footer-blocks {
	display: table-caption;
	background-color: #0065b1;
	color: white;
	width: 95%;
	caption-side: bottom !important;
	font-size: 18px;
	border-radius: 5px;
	padding: 30px;
	text-align: center;
	margin: 0 auto;
}
@media only screen and (max-width: 767px) {
       .cell-blocks {
           display: block;
           width: 100%;
           border-bottom: 1px solid white;
       }
		.footer-blocks {
			font-size: 14px;
			width: 100%;
		}
   }
.table-text {
	display: table;
	margin: 25px auto;
	width: 95%;
}
.row-text {
	display: table-row;
}
.cell-text {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 20%;
	padding: 10px;
}
@media only screen and (max-width: 767px) {
       .table-text {
           display: block;
           width: 100%;
           border-bottom: 1px solid white;
       }
   }
.TableNote {
	display: table;
	border-radius: 25px;
	margin: 20px auto 20px auto;
	box-shadow: 1px 1px 3px darkgray;
	width: 95%;
	padding: 15px;
}
.TableNote-noborder {
	display: table;
	margin: 20px auto 20px auto;
	width: 95%;
	padding: 15px;
}
.TableNoteRow {
	display: table-row;
}
.TableNoteHeading {
	display: table-header-group;	
}
.TableNoteCell {
	display: table-cell;
	font-size: 12px;
}
.TableNoteCell h2 {
	color: #008040;
	font-size: 12px;
}
.TableNoteHead {
	background-color: #5A5B5D;
}
.TableNoteFoot {
	display: table-footer-group;
	font-weight: bold;
}
.TableNoteBody {
	display: table-row-group;
}
.TableList {
	display: table;
	width: 90%;
	margin: 50px 45px 50px 5px;
}
.TableListRow {
	display: table-row;
	width: 90%;
}
table.vertical {
	margin: 50px auto;
	width: 90% !important;
	table-layout: fixed;
}
table.vertical th {
	background-color: #1b365d;
	text-align: center;
	color: white;
	font-size: 18px;
	font-weight: bolder;
	font-variant: all-small-caps;
	border-style: solid;
	border-color: white;
	border-width: 10px;
	border-radius: 10px;
	padding: 15px;
}
table.vertical td {
	text-align; left;
	background-color: #eeeeee;
	vertical-align: top !important;
	border-style: solid;
	border-color: white;
	border-width: 10px;
	border-radius: 10px;
	padding: 15px;
}
table.vertical caption {
	caption-side: top !important;
	font-size: 18px;
	background-color: #6E7274;
	border-style: solid;
	border-color: white;
	border-width: 5px;
	border-radius: 10px;
	padding: 30px;
	color: white;
}
table.vertical tfoot {
	font-size: 18px;
	border-style: solid;
	border-color: white;
	border-width: 5px;
	border-radius: 10px;
	padding: 30px;
	text-align: center;
}
@media (max-width: 767px) {
	table.vertical {width: 90%;}
}
table.horizontal {
	margin: 50px auto;
	width: 90% !important;
}
table.horizontal td {
	text-align; left;
	background-color: #eeeeee;
	vertical-align: top !important;
	border-style: solid;
	border-color: white;
	border-width: 5px;
	border-radius: 10px;
	padding: 15px;
}
table.horizontal th {
	background-color: #1b365d;
	text-align: right;
	color: white;
	font-size: 18px;
	font-weight: bolder;
	width: 20% !important;
	vertical-align: top !important;
	border-style: solid;
	border-color: white;
	border-width: 5px;
	border-radius: 10px;
	padding: 15px;
}
table.horizontal caption {
	caption-side: top !important;
	font-size: 18px;
	background-color: #6E7274;
	border-style: solid;
	border-color: white;
	border-width: 5px;
	border-radius: 10px;
	padding: 30px;
	color: white;
}
table.horizontal tfoot {
	font-size: 18px;
	background-color: white !important;
	border-style: solid;
	border-color: white;
	border-width: 5px;
	border-radius: 10px;
	padding: 30px;
	color: white;
	text-align: center;
}
@media (max-width: 767px) {
	table.horizontal {width; 90%;}
}
.emphasis {
	display: inline-block;
	background-color: lightyellow;
	white-space: nowrap;
	font-weight: bolder;
	font-variant-caps: normal;
	padding: 1px 5px;
	font-style: italic;
}
.notice {
	font-style: italic;
	margin: 30px auto 50px auto !important;
	text-align: center;
	position: relative;
	font-weight: bolder;
	overflow: hidden;
}
.notice:before, .notice:after {
	background-color: #eeeeee;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}
.notice:before {
    right: 0.5em;
    margin-left: -50%;
}
.notice:after {
    left: 0.5em;
    margin-right: -50%;
}
.btn-font2 {
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: white !important;
	line-height: 25px;
	padding: 20px 30px 20px 30px;
	border-radius: 5px 15px;
	width: 23%;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 15px;
}
@media (max-width: 767px) {
	.btn-font2 {
		display: block;
	}
}
.box {
	margin: 50px auto;
	text-align: center;
	font-size: 40px;
	position:relative;
	background-color: lightblue;
	width: 80%;
	padding: 25px;
	border-radius: 8px;
}
.rounded-left {
	float: left;
	margin-bottom: 45px;	
	margin-right: 25px;
	margin-top: 15px;
	border-radius: 10px;
	border: 1px solid #ddd;
	padding: 10px;
	box-shadow: 5px 5px 8px darkgray;
}
@media (max-width: 767px) {
	.rounded-left, .rounded-left {float: none;}
}
.rounded {
	border-radius: 10px;
	display: block;
	margin-top: 30px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #ddd;
	padding: 10px;
	box-shadow: 5px 5px 8px darkgray;
}
.aside {
	font-weight: bolder;
	font-size: 18px !important;
	color: #336b9e !important;
	margin-bottom: 75px !important;
	margin-top: 75px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 15px;
	border-bottom: 1.5px solid orange;
	border-top: 1.5px solid orange;
	width: 650px;
}
@media (max-width: 767px) {
	.aside {width: 100%}
}

h1.page-title {
	/*text-shadow: 2px 2px 3px black;*/
	letter-spacing: .2rem;
	width: 80%;
}

.address {
	margin: 0;
	padding: 0;
}
.address-top {
	font-style: normal;
	font-weight: bolder;
	margin-bottom: 0;
	color: #0f6f60 !important;
	margin-top: 3px;
}
.red-emphasis {
	text-align: center;
	color: red;
	font-weight: bold;
	font-size: 18px;
}
.indent {
	margin-left: 125px;
	margin-right: 125px;
}
.extra-space {
	margin-top: 50px !important;
}
.extra-space-bottom {
	margin-bottom: 50px !important;
}
table.padding-t td, th {
	padding: 5px;
	vertical-align: top;
	margin: 30px;
}
table.alternate-rows {
	margin: 20px auto 30px auto;
}
table.alternate-rows td, th {
	text-align: left;
	padding: 15px;
	vertical-align: middle;
}
table.alternate-rows th {
	background-color: white;
    border-bottom-style: solid;
    border-bottom-color: #0065b1;
	width: auto;
}
@media (max-width: 767px) {
  .alternate-rows {table-layout: fixed; width:225px; word-wrap: break-word; font-size: 12px;}
}
/* Trash */
.NewsFigureCaption {
	display: table-caption;
	caption-side: bottom;
	color: #EB8100;
	font-style: italic;
	padding: 15px;
}
.NewsFigureFloatCaption {
	display: table-caption;
	caption-side: bottom;
	color: #EB8100 !important;
	font-style: italic;
	padding: 5px;
	margin-top: 3px;
}
.tspace-0 {
	margin-top: 0 !important;
}
#bottom-space {
	margin-bottom: 15px;
}
#top-space {
	margin-top: 25px;
}
#floatright {
	float: right;
	margin: 5px 0 10px 25px;
}
#floatleft {
	float: left;
	margin: 5px 25px 10px 0;
}
/*ul.font {
    list-style-type: none;
}
ul.font li {
	font-size: 14px;
	font-weight: lighter;
	color: #6C6E70;
	position: relative;
	margin-top: 10px;
	padding-left: 30px; 
	text-indent: none;
	margin-left: -15px;
	line-height: normal;
	margin-right: 70px;
	line-height: 1.6;
}
ul.font li::before {
    display: inline-block;
	content: "\f152";
	color: #3E6823;
	font-weight: 700;
    font-family: "Font Awesome\ 5 Pro";
	position: absolute;
    left: 10px;
}
ul.font li li {
	text-indent: none;
	margin-left: -50px;
	margin-top: 1px;
}
ul.font li li::before {
    display: inline-block;
	content: "\f0da";
	font-weight: 500;
    font-family: "Font Awesome\ 5 Pro";
	left: 15px;
}
ul.font li li li {
	text-indent: none;
	margin-left: none;
	margin-top: 1px;
}
ul.font li li li::before {
    display: inline-block;
	content: "\f0da";
	font-weight: 700;
    font-family: "Font Awesome\ 5 Pro";
}
@media (max-width: 767px) {	
	ul.font li {margin: 0;}
}
*/
/* Added by Designer */
body, p {
	font-family: 'Cabin', sans-serif;
	font-size: 14px;
	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;
	color:#EB8100;
}
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 form */
.search-wrapper {
	display: none;
	visibility: hidden;
	position: relative;
	background: linear-gradient(to bottom, #cbcbcb 0%, #f2f2f2 100%);
	min-height: 500px;
	width: 100%;
	z-index: 9999;
}
.search-wrapper .container {
	position: relative;
}
.swosu-search-form {
	position: relative;
	margin-top: 50px;
	width: 100%;
}
.swosu-search-form input {
	width: 100%;
}
.swosu-search-form input[type="text"] {
	background-color: #fff;
	border-width: 0 0 1px 0;
	border-color: transparent;
/* 	color: rgba(255,255,255,0.75); */
	color: rgba(0,0,0,0.75);
	padding: 15px;
	font-size: 20px;
}
.swosu-search-form button[type="submit"] {
	background-color: transparent;
	border: none;
	font-size: 30px;
	color: #434343;
	position: relative;
	top: 10px;
	padding: 0;
}
.close-form {
	position: relative;
/* 	text-align: right; */
	top: 30px;
	font-size: 16px;
	color: #434343;
	cursor: pointer;
}
.close-button {
    font-size: 24px;
    vertical-align: middle;
    margin-top: -5px;
    margin-left: 5px;
    font-weight: bold;
}
.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: #7041b1 !important;}
.txt-red {color: #b50000 !important;}
.txt-skyblue {color: #1e90ff !important;}
.txt-green {color: #008040 !important;}
.txt-white {color: #FFF !important;}
.txt-orange {color: #EB8100 !important;}
.txt-blue {color: #0065b1 !important;}
.txt-magenta {color: #990099 !important;}
.txt-yellow {color: #EB8100 !important;}
.txt-navy {color: #1b365d !important;}
.txt-grey {color: #6C6E70 !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: 20px 0;
}
.top-header a {
	display: block;
	font-family: 'Cabin', sans-serif;
	font-weight: 400;
	font-size: .85rem; /*18px*/
	color: #1B365D;
	padding: 5px 15px;
	transition: color 0.3s linear;
}
.top-header a:hover, .top-header a:focus {
	color: #0065b1;
}
.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: #0065b1; */
	color: #0065b1;
}
.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;
	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: 18px;
	color: #fff;
}
.main-header .nav-link:after {
	display: block;
	content: '';
	height: 5px;
	width: 100%;
	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-menu a:hover {
	display: block;
	color: #fff;
	padding: 0.5rem 1rem;
	font-weight: normal
}
.sub-sub-menu {
	display: none; 
	background-color: #1B365D;
	border-top: 1px solid #0065b1;
	-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 {
	max-height: 650px;
}
.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-skyblue {background-color: #1e90ff;}
.skyblue:hover {background-color: white; border: 1px solid #1e90ff; color: #1e90ff !important;}
.border-skyblue {background-color: white; border: 1px solid #1e90ff;}

.bg-orange {background-color: #d35400;}
.orange:hover {background-color: white; border: 1px solid #d35400; color: #d35400 !important;}
.border-orange {background-color: white; border: 1px solid #d35400;}

.bg-green {background-color: #008040;}
.green:hover {background-color: white; border: 1px solid #008040; color: #008040 !important;}
.border-green {background-color: white; border: 1px solid #008040;}

.bg-red {background-color: #b50000;}
.red:hover {background-color: white; border: 1px solid #b50000; color: #b50000 !important;}
.border-red {background-color: white; border: 1px solid #b50000;}

.bg-blue {background-color: #0065b1;}
.blue:hover {background-color: white; border: 1px solid #0065b1; color: #0065b1 !important;}
.border-blue {background-color: white; border: 1px solid #0065b1;}

.bg-light-blue {background-color: #D9EEFF;}
.light-blue:hover {background-color: white; border: 1px solid #D9EEFF; color: #D9EEFF !important;}
.border-light-blue {background-color: white; border: 1px solid #D9EEFF;}

.bg-purple {background-color: #7041b1;}
.purple:hover {background-color: white; border: 1px solid #7041b1; color: #7041b1 !important;}
.border-purple {background-color: white; border: 1px solid #7041b1;}

.bg-magenta {background-color: #990099;}
.magenta:hover {background-color: white; border: 1px solid #990099; color: #990099 !important;}
.border-magenta {background-color: white; border: 1px solid #990099;}

.bg-yellow {background-color: #EB8100;}
.yellow:hover {background-color: white; border: 1px solid #EB8100; color: #EB8100 !important;}
.border-yellow {background-color: white; border: 1px solid #EB8100;}

.bg-navy {background-color: #1b365d;}
.navy:hover {background-color: white; border: 1px solid #1b365d; color: #1b365d !important;}
.border-navy {background-color: white; border: 1px solid #1b365d;}

.bg-gray {background-color: #F3F3F3; color: #6c6e70 !important;}
.gray:hover {background-color: white; border: 1px solid #F3F3F3; color: #d35400 !important;}
.border-gray {background-color: white; border: 1px solid #DBDCDC;}

.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%;
	height: 315px;
}
.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: #0065b1; */
	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: 4%;
}
.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: #0065b1;
}
.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: #0065b1;
	border: 1px solid #0065b1; 
	-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-image: url('../images/A02T4075.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	border-radius: 0 0 100px 0;
}
.page-title-bar {
	background-color: rgba(0,0,0,0.4);
	padding: 3.66% 0;
}
.page-title {
	font-family: 'Roboto', sans-serif;
	font-size: 45px;
	font-weight: bolder;
	color: #fff;
	line-height: 54px;
}
.post {
	position: relative;
	padding: 15px 0;
}
.post.hentry h1 {
	font-family: 'Roboto', sans-serif;
	font-size: 40px;
	width: 95%;
	line-height: 1.5em;
	font-weight: 700;
	color: #1B365D; /* Navy */
	margin: 0 0 25px 0;
}
@media (max-width: 767px) {
	.post.hentry h1 {width: 100%}
}

.post.hentry .news-post-entry h2 {
	font-family: 'Roboto', sans-serif;
	font-size: 25px;
	font-weight: 500;
	color: #1B365D;
	margin-bottom: 20px;
}
.post.hentry h2 {
	font-family: 'Roboto', sans-serif;
	/*	font-size: 26px; */
	/* font-size: 45px; */
	font-size: 25px;
	font-weight: 700;
	margin-top: 15px;
	margin-bottom: 15px;
	line-height: 36px;
	color:  #1b365d; /* Navy */
	/* margin-bottom: 20px; */
	/*	line-height: 36px;  */
}
.post.hentry h3 {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #0065b1; /* Blue */
	margin-top: 15px;
	margin-bottom: 5px;
}
.post.hentry h4 {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #1b365d; /* Navy  */
	margin-top: 15px;
	margin-bottom: 5px;
}
.post.hentry h5 {
	font-family: 'Roboto', sans-serif;
		font-size: 14px;
	font-weight: 700;
	color: #0065b1; /* Blue */
	margin-top: 15px;
	margin-bottom: 5px;
}
.post.hentry h6 {
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: 700;
	color: #1b365d; /* Navy  */
	margin-top: 15px;
	margin-bottom: 5px;
}
.post.hentry, .post.hentry p {
	font-size: 14px;
	color: #4D4D4D;
}
.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: #0065b1;
}
.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: #0065b1;
	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: 'Myriad Pro';
	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: 16px;
	font-weight: 700;
	color: #1B365D;
	padding: 10px 25px;
	line-height: 20px;
	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 h3 {
	font-family: 'Roboto', sans-serif;
	font-size: 14px !important;
	font-weight: 700;
	color: #1B365D !important;
	margin-bottom: 2px;
}
.side-widget p {
	font-family: 'Roboto', sans-serif;
	font-size: 12px !important;
	margin-bottom: 0 !important;
	padding-left: 10px;
	padding-bottom: 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: 20px; /* 24px */
	color: #333232;
	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 #0065b1;
}
.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%;
	text-align:center;
}
.staff-image > img{
    max-height:241px;
}
.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: #0065b1;
}
.degree-cat, .staff-cat {
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: 700;
	color: #1B365D;
	margin-bottom: 5px;
	text-transform: uppercase;
	min-height: 36px;
}
.degree-cat:focus + label, .location-cat:focus + label {
	color: #0065b1;
}
.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;
}

.degree-title {
    height: 70px;
}
.staff-entry {
	height: 360px;
}
.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: #0065b1;
	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: #db3a00;
}
.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;
	display: none;	
}
.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: #0065b1;
}
.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: #0065b1;
}
/*
.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;
	border-radius: 5px 15px;
}
.btn-bg2 {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: #F5F4F3;
	line-height: 19px;
	padding: 10px 35px;
	border-radius: 5px 15px;
	width: 150px;
}
.btn-bg:hover, .btn-bg:focus {
	color: #F5F4F3;
}
.btn-bg:visited {
	color: #F5F4F3 !important;
}

.bordered-btn {
	position: relative;
	text-align: center;
	margin: 5px 0;
}
.bordered-btn .btn {
	position: relative;
	padding: 10px;
}
.bordered-btn:before {
	display: block;
	content: '';
	height: 3px;
	border-top: 1px solid #E7E7E8;
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
}
.bordered-btn .btn:before, .bordered-btn .btn:after {
	display: flex;
	background: #fff;
	width: 3px;
	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: #0065b1;
	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: #0065b1;
	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, 127, 170, 0.7);
	-moz-box-shadow: 0 1px 2px rgba(0, 127, 170, 0.7);
	box-shadow: 0 1px 2px rgba(0, 127, 170, 0.7);
	border-top: 1px solid #0065b1;
	-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, 127, 170, 0.7);
	-moz-box-shadow: 0 1px 2px rgba(0, 127, 170, 0.7);
	box-shadow: 0 1px 2px rgba(0, 127, 170, 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: #0065b1;
}
	.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, 127, 170, 0.7);
		-moz-box-shadow: 0 1px 2px rgba(0, 127, 170, 0.7);
		box-shadow: 0 1px 2px rgba(0, 127, 170, 0.7);
		border-top: 1px solid #0065b1;
		-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, 127, 170, 0.7);
		-moz-box-shadow: 0 1px 2px rgba(0, 127, 170, 0.7);
		box-shadow: 0 1px 2px rgba(0, 127, 170, 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: #0065b1;
	}
	.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: #0065b1;
	}
	.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 */

#home-announce {
	background-color: #0065b1;
}
#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;
}
.btn-no-link {
	text-align: center;
	padding: 15px;
	color: #fff;
}
.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;  
}
.one-column {
    -webkit-column-count: 1;
    -webkit-column-gap:   20px;  
    -moz-column-count:    1;
    -moz-column-gap:      20px;
    column-count:         	;
    column-gap:           20px;  
}
.four-column {
    -webkit-column-count: 4;
    -webkit-column-gap:   0;  
    -moz-column-count:    4;
    -moz-column-gap:      0;
    column-count:         4;
    column-gap:           0;  
}

@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;   
}
.fact-box-padding {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	padding: 30px;
	margin: 10px auto 20px auto;
	line-height: auto;
	max-width: 90%;
}
.fact-box-padding p{
	font-size: 15px !important;
	margin-top: 25px;
	line-height: 28px !important;
}

@media (max-width: 767px) {
	.fact-box-padding {
		flex: auto !important;
		max-width: 90% !important;
	}
}
.fact-box {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	padding: 5px;
	line-height: auto;
	margin-bottom: 35px;
}
.fact-box h3{
	font-size: 18px;
	font-weight: bolder;
	color: #d35400;
}
.large-ft {font-size: 36px; line-height: 46px; !important}
@media (max-width: 767px) {.large-ft {font-size: 18px; line-height: 28px; !important}}
.medium-ft {font-size: 24px; line-height: 34px; !important}
.small-ft {font-size: 18px; line-height: 26px; !important}
.xsmall-ft {font-size: 16px; line-height: 24px; !important}
.full-width {width: 100%;}
.half-width {width: 45%;}
@media (max-width: 767px) {.half-width {width: 90% !important;}
.third-width {width: 28%;}
@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 #0065b1;
	padding-left: 15px;
	margin-left: 15px;
}
@media (max-width: 767px) {
	.dept-contact {
		float: none; 
		border-left: none;
		border-bottom: 1px solid #0065b1;
		text-align: left;
		padding-left: 0;
		margin-left: 0;
		margin-bottom: 20px;
	}
}
.red-text {color: #d50000;}
.colored-link-btn {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	padding: 15px;
	transition: 0.3s linear;
}
.colored-link-btn a, .colored-link-btn a:visited, .colored-link-btn a:active {
	color: #fff !important; 
	text-decoration: none;
	font-weight: bold;
}
.colored-link-btn a:hover, .colored-link-btn a:focus {text-decoration: underline;}