  /* ý Styles */

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #222222;
    padding-top: 0;
}	
body.fixed {
	padding-top: 50px;
}
body.fixed .sticky {
    position: absolute;
    top:0; left:0;
    width: 100%;
	z-index: 1000; 
}
body.fixed .search {
	margin-top: 50px !important;
}
body.no-scroll .overlay {
	display:block;
	opacity: 1;
}
body.fixed .info-buttons {
	padding-top: 10px;
}
h1 {
    font-size: 42px;
    font-weight: 400;
    line-height: 28px;
}
/*accordion restyle*/
h2 {
    /*font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin: 40px 0 10px 0;*/
}
h3 {
    font-size: 15px;
    font-weight: 700;
    line-height: 23px;
}
h4 {
    font-size: 14px;
    font-weight: 700;
    line-height: 19px;
}
h5 {
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
}
a {
	color: var(--cosc-blue-med);
}
a:hover {
	color: var(--cosc-blue-dark);
}
a:focus {
	outline: 3px solid var(--cosc-teal-light);
	outline-offset: 1px;
}
.main-content a,
.sidebar-section a {
	text-decoration: underline;
	text-underline-offset: 4px;
}
a span[class*=" fa-"] {
	margin-right: 10px;
}
a.strong-link {
	font-weight: 600;
}
a.card-header span.card-title {
	color: #222222 !important;
}
p.lead {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.5;
    color: #0148a7;
    margin: 35px 0;
}
.page-content a {
    color: var(--cosc-blue-med);
    text-decoration: underline;
    text-underline-offset: .25rem !important;
}
.page-content a:hover {
    color: var(--cosc-blue-dark);
}
.page-content a:focus {
	outline: 3px solid var(--cosc-teal-light);
	outline-offset: 1px;
}
/*****
<ul>
*****/
ul.inline-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.inline-list li {
	display: inline-block;
	margin-right: 10px;
}
ul.inline-list li:last-child {
	margin-right: 0;
}
ul.inline-list.top-bar a {
	font-size: 14px;
	color: #000000;
}
ul.inline-list.top-bar a:hover {
	color: #2d6394;
	text-decoration:  none;
}
ul.inline-list.top-bar li {
	padding: 10px 20px;
	margin-bottom: 0;
	float: right;
}
ul.inline-list.top-bar li span,
.site-footer span {
	margin-right: 10px;
}
ul.inline-list.top-bar li:first-child {
	margin-right: 0;
}
ul.inline-list.top-bar li:first-child {
	background-color: #e3e6eb;
}
.under-slider ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block;
	text-align: center;
	width: 100%;
}
ul.footer-menu {
	display: inline-block;
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.footer-menu li {
	display: inline-block;
	padding: 0 10px;
	border-right: 1px solid #595959;
}
ul.footer-menu li:last-child {
	border-right: none;
}
ul.footer-menu li a {
	color: #fff;
}
ul.section-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.section-menu li {
	padding-bottom: 0;
	border-bottom: 1px solid #e3e6eb;
}
ul.section-menu li:last-child {
	border-bottom: none;
}
ul.section-menu li a {
	font-size: 14px;
	line-height: 45px;
	color: #225b8f !important;
	font-weight: 600;
}
ul.section-menu li:hover {
	background: #f4f6f9;
}
ul.section-menu li:hover a {
	margin-left: 10px;
	text-decoration: none !important;
}	
ul.striped-list {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 24px;
}
ul.striped-list li {
	padding: 10px 20px;
}
ul.striped-list li:nth-child(odd) {
	background: #f4f6f9;
}


.no-scroll {
    overflow: hidden !important;
    height:100% !important;
    /* when modal active */
    touch-action: none;
    -webkit-overflow-scrolling: none;
    overflow: hidden;
    /* Other browsers */
    overscroll-behavior: none;	 
}
.overlay {
	height: 100%;
	width: 100%;
	position: fixed;
	background: rgba(0,0,0,.85);
	z-index: 300;
	opacity: 0;
	display: none;
}
.collapsing {
    -webkit-transition: height .2s ease;
    -o-transition: height .2s ease;
    transition: height .2s ease;
    overflow-y: hidden;
    overflow-x: hidden;
}
/*remove*/
.form-control:focus {
    /*border-color: inherit;*/
	border-color: var(--cosc-teal-med);
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*****
Buttons
*****/
button.close span {
    color: #495057;
}
button .fa-search {
	margin-top: 0;
}
.info-buttons {
	padding-top: 20px;
	transition: transform 500ms ease-in-out;
}
.ca-button.small {
    padding: 8px 19px;
    border-radius: 26px;
    min-width: 52px;
    margin-right: 0px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    display: inline-block;
}
.ca-button:hover {
	color: #fff;
	text-decoration:  none;
}
.ca-button:focus {
	outline: 3px solid var(--cosc-teal-light);
	outline-offset: 1px;
}
.ca-button.navy {
	background-color: #001f48;
	color: #ffffff;
}
.ca-button.navy:hover,
.ca-button.blue:hover {
	text-decoration:  none;
	background: #093a7b;
}
.ca-button.dark-blue {
	background-color: #001f48;
	color: #ffffff;
}
.ca-button.dark-blue:hover,
.ca-button.blue:hover {
	text-decoration:  none;
	background: #093a7b;
}
.ca-button.blue {
	background-color: #2d6394;
	color: #ffffff;
}
.ca-button.bright-blue {
	background-color: #146ef5;
	color: #ffffff;
}
.ca-button.bright-blue:hover {
	background:  #418dff;
}
.ca-button.red {
	background-color: #146ef5;
	color: #ffffff;
}
.ca-button.red:hover {
	background:  #418dff;
}
.ca-button.white {
	background-color: #fff;
}
.ca-button.shallow {
	border-radius: 4px;
	margin-top: 20px;
}
.ca-button.single {
	margin-right: 0;
}
.ca-button.mobile {
	width: 100%;
	margin: 5px;
}
.ca-button.mobile.dark-blue {
	margin-bottom: 20px;
}
button.card-header {
	border-left: none;
	border-right: none;
	text-align: left;
}
button.card-header:hover,
button.card-header:focus {
	background-color: #f9fafd;
}

/*****
Call to Action
*****/
.cta {
	padding: 30px;
	position:relative;
	width: 100%;
	overflow:hidden;
}
.cta.blue {
	background: #449dd1;
}
.cta .ca-button {
	float:none;
	width: 100%;
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	margin: 0 0 20px 0;
}
.cta p {
	float: none;
	text-align:center;
	width: 100%;
	margin: 0;
	font-size: 14px;
	line-height: 24px;
	font-weight: 600;
}

/*****
Search
*****/
span.fa-search,
span.fa-times{
  display: inline-block;
  padding: 0.5em 0.2em;
  font-size:  18px;
  margin-top: 8px;
}
.search-button,
.search-button-mobile {
	cursor: default;
}
.search-btn-header {
	border: 1px solid #989ea2;
	background: white;
	padding: 10px;
	border-radius: 50%;
}
.search {
    padding: 20px 0;
    display: none;
    position: fixed;
    width: 100%;
    left: 0;
    z-index: 1000;
	background: #fff;
	margin: auto;
}
.search .fa-search,
.earch .fa-times {
	color: #fff;
	font-size: 24px;
	font-weight: 400;
}
.search #search-input::placeholder {
    color: #fff;
}
.search-box {
    background-color: #001f48;
	color: #fff;
    width: 100%;
    border-radius: 25px;
    padding: 0px 20px;
    height: 50px;
}
#search-input:focus {
	outline: none;
}

/*****
Main Menu
*****/
.main-menu .navbar {
	padding: 0 0;
}
.container.main-menu {
	max-width: 100%;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

/*****
Menu Callout
*****/
.menu-callout {
    border-radius: 8px;
    border: solid 1px #989ea2;
    background-color: #ffffff;
    text-align: center;
    padding: 30px;
}
.menu-callout .lead {
    color: #fb591d;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
}
.menu-callout .number {
    color: #19456d;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
}
/*****
Mobile
*****/
.mobile-first-item {
	padding-top: 10px;
	position: relative;
}
.mobile-first-item a:before {
	position: absolute;
	content: '';
	border-top: 1px solid #000;
	width: 94%;
	transform: translateX(-5%);
	top: 0;
	left: 7%;
}
.mobile-only a {
	color: #222222 !important;
	font-size: 16px !important;
}
.mobile-logo {
	margin-left: 10px;
}

/*****
Carousel
*****/
.carousel-control-prev, .carousel-control-next {
	width: 0%;
	opacity: 1;
}
#mycarousel {
	margin-top: 10px;
}
#mycarousel .carousel-control-prev, 
#mycarousel .carousel-control-next {
	width: 5%;
}
#mycarousel .fa-angle-left,
#mycarousel .fa-angle-right {
	font-size: 48px;
}
#mycarousel .carousel-caption {
	padding: 20px 10px 30px 10px;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	color: #fff;
	font-size: 14px;
	line-height: 21px;
	text-align: center;
	background-color: #0148a7;
	position: relative;
}
#mycarousel .carousel-inner {
    position: relative;
    width: 100%;
}
#mycarousel .carousel-indicators {
	bottom: 0;
}	
#mycarousel .carousel-caption h2 {
	color: #fff;
	font-size: 24px;
	line-height: 24px;
	margin-top:  10px;
}
#main-slider .carousel-control-prev {
	left: 50px !important;
}
#main-slider .carousel-control-next {
	right: 50px !important;
}
.carousel-control-prev .far,
.carousel-control-next .far {
	color: #444444;
	font-size: 48px;
	background-color: #EDFCFC;
	padding: 4px;
}
#newsCarousel .carousel-control-prev,
#newsCarousel .carousel-control-next {
	color:var(--cosc-blue-dark);
}
#newsCarousel a h3 {
	font-size: 16px;
	line-height: 23px;
	color: #0148a7;
}
#newsCarousel {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 20px;
}
.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #FFF;
    border: 1px solid #222;
}
.carousel-indicators .active {
    background-color: #fff;
}
.carousel-indicators .active {
    background-color: #000;
}
.carousel-indicators {
    bottom: -30px;
}
.grey .carousel-control-prev,
.grey .carousel-control-next {
    position: absolute;
    bottom: auto;
	top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 10px;
    color: #fff;
    text-align: center;
    opacity: 1;
}
.grey .carousel-control-prev {
    right: 40px;
    top: -60px;
	left: auto;
}
.grey .carousel-control-next {
    right: -20px;
    top: -60px;
}
.grey .carousel-indicators {
    top: 350px;
}
.news .carousel-inner .carousel-item.active,
.news .carousel-inner .carousel-item-next,
.news .carousel-inner .carousel-item-prev {
    display: flex;
	align-items: flex-start;
	background:  #fff;
}
.news .carousel-inner .carousel-item-right,
.news .carousel-inner .carousel-item-left { 
    transform: translateX(0);
}

/*****
Slider
*****/
.under-slider {
	background-color: #fff;
	color: #222;
	padding: 30px;
	margin: 0;
}
.under-slider h2 {
	color: #222;
	margin-bottom: 20px;
	text-align: center;
}
#main-slider.container,
#under-slides.container {
	width: 100%;
	padding: 0 !important;
	max-width: 100%;
}

/*****
Footer
*****/
.site-footer {
	background-color: #002f6c;
	color: #fff;
	padding: 50px 0;
	margin-top: 30px;
	font-size: 14px;
}
.site-footer h3 {
	color: #fff;
	margin-bottom: 15px;
}
.site-footer .address {
	border-right: none;
	margin-bottom: 30px;
	padding-bottom: 20px;
}
.site-footer .address:after {
  position: absolute;
  content: '';
  border-bottom: 1px solid #fff;
  width: 95%;
  transform: translateX(-4%);
  bottom: -15px;
  left: 7%;
}
.site-footer .contact {
	padding-left: 15px;
}
.site-footer .site-info {
	font-size: 12px;
}
.site-footer span.fa-instagram,
.site-footer span.fa-youtube,
.site-footer span.fa-linkedin-in,
.site-footer span.fa-twitter,
.site-footer span.fa-facebook-f {
  display: inline-block;
  border-radius: 50%;
  /*box-shadow: 0px 0px 2px #fff;*/
  padding: 0.5em 0.5em;
  font-size:  14px;
}
.site-footer span.fa-facebook-f {
	padding: 0.5em 0.7em;
}
.footer-links {
	text-align: center;
}

/*****
Copyright
*****/
.site-copyright {
	padding: 15px 0;
	background-color: #2b2b2b;
	color: #fff;
	font-size: 12px;
	line-height: 16px;
}

.copyright {
	text-align:  center;
    margin-bottom: 10px;
}

/*****
Message
*****/
.message {
	margin-top: 30px;
	margin-bottom: 10px;
	font-size: 16px;
	color: #5b507a;
	font-weight: 600;
}

.message a {
	margin-left: 10px;
	color: #2d6394;
	font-size: 14px;
	font-weight: 700;
}

/*****
Grey
*****/
.grey {
	background: #f4f6f9;
	color: #5e646a;
	padding: 0 30px 30px 30px;
	margin-bottom: 30px;
}
.grey .fas {
	font-size: 32px;
	color: #19456d;
}

/*****
Section Headings
*****/
h2.section-heading {
    font-size: 18px;
    color: rgba(0, 0, 0, 0.87);
    line-height: 24px;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 15px;
}
.grey h2.section-heading {
	margin-left: -30px;
}
h2.section-heading::before {
  content: "";
  display: block;
  border-bottom: 4px solid #002f6c;
  width: 215px;
  position: relative;
  top: -15px; 
}
h2.sideasset {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
}

/*****
Testimonials
*****/
#testimonials {
	font-size: 16px;
	line-height: 24px;
	color: #5e646a;
}
#testimonials .carousel-item.active {
	display:  inline-block !important;
	vertical-align: middle;
}

/*****
Misc
*****/
.small-menu {
	margin-left: 2.2rem;
}
.circle-icon {
    background: #000;
    padding:10px 12px;
    border-radius: 100%;
	color: #fff
}
.logos {
	margin: 40px 0;
}
span.fa-edit {
	color: #19456d;
}
.social-icons a {
	color: #fff;
}
.page-sidebar-news {
	padding-left: 0px;
}
.home-slide {
	font-size: 32px;
	line-height: 43px;
	color: #fff;
	text-decoration: underline;
}
.pgm-group a {
	font-size: .9rem;
	text-decoration: none !important;
}

/*****
Sub Page Styles
*****/

/*****
Headings
*****/
.page-title {
	padding-top: 20px;
	padding-bottom: 20px;
	background: rgb(0,31,72);
	background: -moz-linear-gradient(360deg, rgba(0,31,72,1) 0%, rgba(1,72,167,1) 100%);
	background: -webkit-linear-gradient(360deg, rgba(0,31,72,1) 0%, rgba(1,72,167,1) 100%);
	background: linear-gradient(360deg, rgba(0,31,72,1) 0%, rgba(1,72,167,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#001f48",endColorstr="#0148a7",GradientType=1); 
	margin-bottom: 40px;
}
.page-title h1 {
	font-size: 24px !important;
	line-height: 28px !important;
	color: #ffffff !important;
	font-weight: 400 !important;
	text-align: center;
}
h2.page-intro {
	font-size: 16px;
	line-height: 24px;
	color: #306400;
	margin: 30px 0;
	font-weight:400;
}
h2.page-intro.green {
	color: #306400;
}
h2.page-intro.no-header-img {
	margin-top: 0 !important;
}
.small-text {
	font-size: 12px;
	line-height: 20px;
}
.page-callout {
	font-size: 14px;
	line-height: 24px;
	color: rgba(0, 0, 0, 0.87);
	font-weight: 600;
	padding: 30px;
	background-color: #f7eede;
	margin: 40px 0;
}

/*****
Breadcrumbs
*****/
.breadcrumbs {
	margin-bottom: 30px;
}
.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: #222222;
    content: ">";
	font-size: 12px;
	line-height: 24px;
}
.breadcrumbs ol.breadcrumb {
    padding: 0;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #fff;
    border-radius: 0;
}
/*
.breadcrumbs li.breadcrumb-item a,
.breadcrumbs li.breadcrumb-item.active {
	font-size: 12px;
	line-height: 24px;
	color: #2d6394;
	line-height: 32px;
}
.breadcrumbs li.breadcrumb-item.active {
	line-height: 32px;
	color: #222222 !important;
}
*/
/*****
Sidebar
*****/
/*.sidebar-section {
	padding: 30px 20px 30px 20px;
	border-radius: 8px;
	border: solid 1px #989ea2;
	background-color: #ffffff;
	margin-bottom: 20px;
}*/
.sidebar-section:first-child {
	margin-top: 30px;
}
.sidebar-section h3.section-title {
	font-size: 18px;
	line-height: 23px;
	color: rgba(0, 0, 0, 0.87);
	margin-bottom: 20px;
}
.sidebar-section img {
	margin-bottom: 20px;
}
.sidebar-section span[class*=" fa-"] {
	margin-right: 10px;
	margin-bottom: 10px;
	color: #009ca6;
}

/*****
Accordion
*****/
/*accordion restyle*/
/*.accordion .card {
    background-color: #fff;
	border: 0;
    border-radius: 0;
}
.accordion .card-header.collapsed:after {
    content: "\f107";
	font-weight: 400 !important; 
}
.accordion .card-header:hover {
	text-decoration: none !important;
}
.accordion .card-header:last-child {
	border-bottom: 2px solid rgba(0, 0, 0, 0.125) !important;
}
.accordion .card-header a.card-title {
	color: rgba(0, 0, 0, 0.87) !important;
}*/
#accordion .card {
	border: none;
	border-radius: 0;
}
#accordion .card-header {
	background: var(--cosc-gray-100);
	border-bottom: 1px solid var(--cosc-gray-400);
}
#accordion .card-header:hover {
	background: var(--cosc-gray-200);
}
#accordion > .card:first-child > .card-header {
	border-top: 1px solid var(--cosc-gray-400);
}
#accordion .card-header .btn {
	white-space: normal;              /* permit wrapping inside the button */
	align-items: flex-start;          /* optional: aligns top when text wraps */
	font-size: 1.2rem;
}
#accordion .card-header .btn-link {
	color: var(--cosc-blue-dark);
	font-weight: 600;
}
#accordion .card-header .btn[aria-expanded="false"] .caret {
	transform: rotate(0deg);	/* point left/up when collapsed */
}
#accordion .card-header .btn[aria-expanded="true"] .caret {
  transform: rotate(180deg);           /* point down when expanded */
}
#accordion .card-header .btn .caret {
	display:inline-block;
	line-height:1;
	transition: transform .2s ease;
	transform: rotate(0deg);           /* default “down” */
	flex: 0 0 auto;                   /* keep caret fixed at the end */
	margin-left: .5rem;
}
#accordion .card-header .btn.btn-link:focus {
	outline: 3px solid var(--cosc-teal-light);
	outline-offset: 4px;
	border-radius: 0;
}
#accordion .card-header .btn.btn-link:hover,
#accordion .card-header .btn.btn-link:focus,
#accordion .card-header .btn.btn-link:visited {
	text-decoration: none;
}
#accordion .card-header .btn .accordion-label {
	min-width: 0;
	flex: 1 1 auto;                   /* take remaining space */
	line-height: 1.25;                /* nicer multi-line rhythm */
	/* no text-overflow here; we *want* wrapping */
}


/*
####################################################
M E D I A  Q U E R I E S
####################################################
*/
/*
::::::::::::::::::::::::::::::::::::::::::::::::::::
Bootstrap 4 breakpoints
*/
/* 
Extra small devices (portrait phones, less than 576px) 
No media query since this is the default in Bootstrap because it is "mobile first"
*/

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) { 
	.under-slider {
		background-color: #5e646a;
		color: #fff;
		padding: 30px;
		margin: 0 0 30px 0;
	}
	.under-slider h2 {
		color: #fff;
		font-size: 20px;
		line-height: 19px;
		text-align: center;
		margin-bottom: 20px;
	}
	.page-title {
		padding-top: 30px;
		padding-bottom: 30px;	
	}
	.page-title h1 {
		font-size: 28px !important;
		line-height: 28px !important;
		color: #ffffff !important;
		font-weight: 400 !important;
		text-align: center;
	}
	h2.page-intro {
		font-size: 24px;
		line-height: 36px;
		color: #306400;
		margin: 50px 0;
		font-weight:400;
	}
	.small-text {
		font-size: 14px;
		line-height: 24px;
	}
	.page-callout {
		font-size: 16px;
		line-height: 24px;
		color: rgba(0, 0, 0, 0.87);
		font-weight: 600;
		padding: 30px;
		background-color: #f7eede;
		margin: 40px 0;
	}
	/*.sidebar-section {
		padding: 50px 40px 60px 40px;
		border-radius: 8px;
		border: solid 1px #989ea2;
		background-color: #ffffff;
		margin-bottom: 30px;
	}*/
	.sidebar-section:first-child {
		margin-top: 30px;
	}
	.sidebar-section h3.section-title {
		font-size: 18px;
		line-height: 23px;
		color: rgba(0, 0, 0, 0.87);
		margin-bottom: 20px;
	}
	ul.section-menu {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	ul.section-menu li {
		padding-bottom: 0;
		border-bottom: 1px solid #e3e6eb;
	}
	ul.section-menu li:last-child {
		border-bottom: none;
	}
	ul.section-menu li a {
		font-size: 16px;
		line-height: 45px;
		color: #225b8f !important;
		font-weight: 600;
	}
	#mycarousel .carousel-caption {
		position:absolute;
		padding: 10px 0 30px 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 10;
		color: #fff;
		font-size: 14px;
		line-height: 21px;
		text-align: center;
  		background-color: rgb(1, 72, 167, 0.8);
	}
	.carousel-indicators {
		bottom: -30px;
	}	
	#mycarousel .carousel-caption h2 {
		color: #fff;
		font-size: 24px;
		line-height: 24px;
	}
	.cta p {
		float: none;
		text-align:center;
		width: 100%;
		margin: 0;
		font-size: 16px;
		line-height: 24px;
		font-weight: 600;
	}
	.site-footer .address {
		border-bottom: none;
		border-right: 1px solid #fff;
	}
	.site-footer .address:after {
		border-bottom: none;
	}
	.site-footer .contact {
		padding-left: 70px;
	}
	.grey h2.section-heading {
		margin-left: -0;
	}
	.grey h2.section-heading::before {
		left: -30px;
	}
	.grey .carousel-control-prev {
		right: 70px;
		top: -60px;
		left: auto;
	}
	.grey .carousel-control-next {
		right: 10px;
		top: -60px;
	}	
}
@media (max-width: 768px) {
    .news .carousel-inner .carousel-item > div {
        display: none;
    }
    .news .carousel-inner .carousel-item > div:first-child {
        display: block;
    }
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	h1 {
		font-size: 42px;
		font-weight: 400;
		line-height: .86;
	}
	/*accordion restyle*/
	h2 {
		/*font-size: 24px;
		font-weight: 700;
		line-height: 1.25;
		margin: 20px 0 10px 0;*/
	}
	h3 {
	  font-size: 18px;
	  font-weight: 700;
	  line-height: 1.28;
	  /*color: rgba(0, 0, 0, 0.87);*/
	}
	h4 {
	  font-size: 16px;
	  font-weight: 700;
	  line-height: 1.19;
	}
	h5 {
	  font-size: 14px;
	  font-weight: 700;
	  line-height: 1.29;
	}
	.container.main-menu {
		max-width: 960px;
		width: 100%;
		margin-right: auto;
		margin-left: auto;
	}
	#mycarousel {
		margin-top: 30px;
	}
	#mycarousel .carousel-caption h2 {
		font-size: 32px;
		line-height: 43px;
		color: #fff;
	}
	#mycarousel .carousel-caption {
		position:absolute;
		padding: 10px 0 30px 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 10;
		color: #fff;
		font-size: 18px;
		line-height: 21px;
		text-align: center;
  		background-color: rgb(1, 72, 167, 0.8);
	}
	.carousel-indicators {
		bottom: 0;
	}	
	#newsCarousel a h3 {
		font-size: 18px;
	}
	#newsCarousel {
		font-size: 16px;
		line-height: 28px;
		margin-bottom: 30px;
	}
	h2.section-heading {
	  font-size: 24px;
	  color: rgba(0, 0, 0, 0.87);
	  line-height: 30px;
	  margin-top: 30px;
	}
	.under-slider h2 {
		color: #fff;
		font-size: 22px;
		line-height: 21px;
		text-align: left;
		margin-top: 0;
	}
	.ca-button.shallow {
		margin-top: 0;
	}
	.under-slider ul {
		list-style: none;
		margin: 15px 0;
		padding: 0;
		display: inline-block;
	}
    #testimonials {
		font-size: 18px;
		line-height: 28px;
	}
	.site-footer .address {
		border-bottom: none;
		border-right: 1px solid #fff;
	}
	.site-footer .address:after {
		border-bottom: none;
	}		
	.site-footer .contact {
		padding-left: 70px;
	}
	.site-copyright {
		font-size: 14px;
	}
	.message {
		font-size: 22px;
	}
	.message a {
		font-size: 16px;
	}
	.sidebar-section:first-child {
		margin-top: 0;
	}
	.page-title {
		padding-top: 70px;
		padding-bottom: 20px;
		background: none;
		margin-bottom: 0;
	}
	.page-title h1 {
		font-size: 42px !important;
		line-height: 3rem !important;
		color: #6a104f !important;
		text-align: left;
	}
	.cta .ca-button {
		float:left;
		width: 35%;
		font-size: 16px;
		line-height: 24px;
		font-weight: 600;
	}
	.cta p {
		float: right;
		width: 58%;
		margin: 0;
		font-size: 16px;
		line-height: 24px;
		font-weight: 600;
	}
	/*accordion restyle*/
	.accordion .card-header {
		/*padding: 20px;
		margin-bottom: 0;
		background-color: #FFF;
		border-left: none;
		border-right: none;
		text-align: left;
		font-size: 24px;
		line-height: 30px;
		font-weight: 600;
		cursor: pointer;*/
	}
	.cta {
		padding: 50px;
		position:relative;
		width: 100%;
		overflow:hidden;
	}
	#main-slider.container,
	#under-slides.container {
		width: 100%;
		padding: inherit 15px;
		max-width: 1140px;
	}
	.under-slider {
		margin: 0 0 30px 0;
	}
	.under-slider ul {
		text-align: left;
	}
	.logos img {
		width: 80%;
	}
	.copyright {
		text-align:  right;
	}
	.footer-links {
		text-align: left;
	}
	/*.sidebar-section {
		padding: 40px 30px 40px 30px;
		border-radius: 8px;
		border: solid 1px #989ea2;
		background-color: #ffffff;
		margin-bottom: 30px;
	}*/
	.search {
		margin: 20px 0;
		display: none;
		position: relative;
		width: 100%;
		left: 0;
		z-index: 1000;
		background: #fff;
	}
	body.fixed {
		padding-top: 190px;
	}
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  
	.container.main-menu {
		max-width: 1140px;
		width: 100%;
		margin-right: auto;
		margin-left: auto;
	}
}
@media (min-width: 768px) {
    .news .carousel-inner .carousel-item-right.active,
    .news .carousel-inner .carousel-item-next {
      transform: translateX(33.333%);
    }
    .news .carousel-inner .carousel-item-left.active, 
    .news .carousel-inner .carousel-item-prev {
      transform: translateX(-33.333%);
    }
}
.date-accent {
	/*border-left: 6px solid;*/
	/*border-image: linear-gradient(180deg, var(--cosc-teal-light), var(--cosc-teal-dark)) 1;*/
	/*background: linear-gradient(346deg, var(--cosc-blue-light) 20%, var(--cosc-blue-dark) 100%);*/
	/*background: linear-gradient( 180deg, var(--cosc-blue-light) 0%, var(--cosc-blue-med) 55%, var(--cosc-blue-light) 100% );*/
	background: var(--cosc-navy-hover);
	color: #ffffff;
	/*box-shadow: inset 0 1px 0 rgba(255,255,255,.15);*/
}
.date-day {
	font-size: 2rem;
	line-height: 1;
}
.date-month {
	font-size: 1.1rem;
	text-transform: uppercase;
	font-weight: bold;
}
.openhouse-title {
	font-size: 1.25rem;
	font-weight: bold;
	color: var(--cosc-blue-dark);
	text-transform: uppercase;
}