  @font-face {
    font-family: 'OSP-DIN';
    src: url('/casr/assets/fonts/OSP-DIN.eot');
    src: url('/casr/assets/fonts/OSP-DIN.eot?#iefix') format('embedded-opentype'),
        url('/casr/assets/fonts/OSP-DIN.woff2') format('woff2'),
        url('/casr/assets/fonts/OSP-DIN.woff') format('woff'),
        url('/casr/assets/fonts/OSP-DIN.ttf') format('truetype'),
        url('/casr/assets/fonts/OSP-DIN.svg') format('svg');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Minion-Pro';
    src: url('/casr/assets/fonts/Minion-Pro-Regular.ttf');
}
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900|Noto+Serif|Teko:300,400,500,600,700');

/*.newsImage {
    display: none !important;
}*/

h1 {
  	font-family: 'OSP-DIN';
	color:#31506c;
	font-size: 35px;
    letter-spacing: 2px;
	font-weight: 500;
	line-height: 1;
	-webkit-text-stroke: 1px #e6e6e6;
	text-shadow: 2px 2px 4px #000;
}
h2 {
	font-family: 'OSP-DIN';
	color:#405266;
	font-size:27px;
	font-weight:500;
	letter-spacing: 2px;
}
h3 {
	font-family: 'OSP-DIN';
	font-size:24px;
	font-weight:500;
	letter-spacing:2px;
}
p, ul, li {
	font-weight:400;
}
a:link {
	text-decoration: none !important;	
}
a.btn-uaf:link {
	text-decoration:none !important;	
}
.btn-uaf {
 	background: #236192;
    padding: 10px;
    max-width: 215px;
    text-align: center;
    font-size: 12px;
    letter-spacing: 2px;
	display:block;
	transition: all ease-in-out 0.5s;
	border: none;
	cursor:pointer;
	text-transform:uppercase;
	text-decoration:none !important;
}
.btn-uaf:hover,
.btn-uaf:focus,
.btn-uaf:active {
	text-decoration:none;
}
.btn-green {
	background: #73984a;
    color: white !important;
}
.btn-blue {
	background: #236192;
    color: white !important;
}
.btn-blue:hover,
.btn-blue:active {
	background:#ffcd00;
	color:#65665c !important;
}

.btn-yellow {
	background:#ffcd00;
	color:#4F5049 !important;
}
.btn-yellow:hover,
.btn-yellow:active {
	background:#e3b600;
	color:#65665c !important;
}

.btn-grey {
	background:#d7d2cb;
	color:#425364 !important;
}
.btn-grey:hover,
.btn-grey:active {
	background:#425364;
	color:#fff !important;
}
.btn-primary {
	background: #236192;
    color: white !important;
	text-transform:uppercase;
    letter-spacing: 2px;
}
.btn-primary:hover,
.btn-primary:active {
	background:#ffcd00;
	color:#65665c !important;
}

.color-white {
	color:#fff !important;
}
.color-green {
	color:#007782 !important;
}

.bg-trans_blue {
	background:rgba(35, 97, 146, 0.8);
}
.bg-trans_green {
	background:rgba(0, 118, 129, 0.8);
}

img {
	max-width:100%;
}
.img-user {
	width: 125px;
    height: 125px;
    object-fit: cover;
	object-position: 50% 20%;
    border-radius: 100% !important;	
	margin-bottom:15px;
}

.loading {
	text-align:center;
}
.loading img {
    width: 75px;	
}

.mb-15 {
	margin-bottom: 15px;
}

.mt-15 {
	margin-top: 15px;
}

.table td{
	border: 1px solid #dee2e6; 
    font-weight: 400;	
}
.table th p,
.table td p {
	margin-bottom:0;
    font-weight: 400;	
}

.card-white {
	 box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.21);
  background-color: #ffffff;
	padding: 25px 15px;
	position: relative;
	border: none;
	margin-bottom: 20px;
}
.card-white h3 {
	    color: #236192;
	letter-spacing: 0;
	font-size: 30px;
}
.card-white .content {
	padding-left: 15px;
}
.card-white .content.left:before {
	content: '';
  border-left: solid 1px #e6e3e3;
	position: absolute;
	top:-25px;
	bottom: -25px;
	left: -15px;
}
.card-white .content .small {
	font-size: 14px;
	color: #212529;
	margin-bottom: 0;
}
.card-white .content .small label {
	color: #605f5f;
}

iframe {
	max-width:100%;
}

header.uaf {
	background: #1e252b;
    position: relative;
    z-index: 50;
}
header.uaf .uafBanner {
	background-color: #236192 !important;
	overflow: hidden;
}
header.uaf .uafBanner .headerContainer  {
	flex-direction: column;
}
header.uaf .uafBanner .headerLeft .siteLogo  {
	margin: 0 !important;
	text-align: center;
}
header.uaf .uafBanner .headerLeft .siteLogo img {
	width: 50px;
    margin: 0;
}
header.uaf .uafBanner .headerLeft .siteLogo .navbar-brand {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
    font-weight: 400;
	letter-spacing:0;
	padding: 0;
}
header.uaf .uafBanner .headerRight .siteBarContainer {
	align-items: center;
    height: 100%;
	position:relative;
}
header.uaf .uafBanner .headerRight .siteBarContainer .menu-item {
	display: block;
    width: 100%;
    height: 50px;
    background: #205985;
    text-align: center;
    left: 0;
    bottom: 0;
    color: #d7d2cb;
	font-size:12px;
	border-left: 1px solid #1a476b;
    display: inline-flex;
    align-items: center;
    justify-content: center;
	transition: all ease-in-out 0.5s;	
}
header.uaf .uafBanner .headerRight .siteBarContainer .menu-item:hover,
header.uaf .uafBanner .headerRight .siteBarContainer .menu-item:focus,
header.uaf .uafBanner .headerRight .siteBarContainer .menu-item:active {
	background:#425364;
	text-decoration:none;
}
header.uaf .uafBanner .headerRight .siteBarContainer .menu-item.left {
    border-left: none;	
}
header.uaf .uafBanner .headerRight .siteBarContainer .menu-item.left:after {
    content: '';
    background: #205985;
    position: absolute;
    left: -200px;
    top: 0;
    bottom: 0;
    width: 200px;
}
header.uaf .uafBanner .headerRight .siteBarContainer .menu-item.right:after {
    content: '';
    background: #205985;
    position: absolute;
    right: -200px;
    top: 0;
    bottom: 0;
    width: 200px;
    z-index: 1;	
}
header.uaf .uafBanner .headerRight .siteBarContainer .uafSearch {
	margin: 0 !important;
}
header.uaf .uafBanner .headerRight .siteBarContainer .uafSearch .btn {
    height: 50px;
    align-items: center;
    display: inline-flex;
    padding: 5px 20px;
	background: #1e5985 !important;
    border-left: 1px solid #1a476b !important;
	transition: all ease-in-out 0.5s;	
	    z-index: 2;
	position:relative;
}
header.uaf .uafBanner .headerRight .siteBarContainer .uafSearch .btn[aria-expanded="true"] .fa-search:before {
    content: "\f00d";	
}
header.uaf .uafBanner .headerRight .siteBarContainer .uafSearch .btn:hover,
header.uaf .uafBanner .headerRight .siteBarContainer .uafSearch .btn:focus,
header.uaf .uafBanner .headerRight .siteBarContainer .uafSearch .btn:active {
	background: #425364 !important;
}
header.uaf .searchContainer .gsc-search-button-v2 {
	border-color: #1e5985;
    background-color: #1e5985;
}
header.uaf h1.uafLogoText {
    margin: 0;
	line-height: 50px;
}

.section-banner {
	position: relative;
	padding: 145px 0 25px;
	background-image: url(/casr/assets/images/banner3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
	background-attachment: fixed;
	background-position:top;
	background-blend-mode: screen;
}
.section-banner .container {
	position: relative;
    z-index: 1;
}
.section-banner h1 {
    line-height: 0.8;
	margin-bottom: 25px;
	letter-spacing:4px;
}

.main-content {
	background-color: #fff;
	max-width: 100%;
	width:100%;
	padding:0;
	background-image: url(/casr/assets/images/bottom4.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
}
.main-content .page-header.pb-4 {
	display:none;
}
.site-header {
	border-top:none !important;
	display:none;
}
.menuPrimary.navbar {
	position: absolute;
    background: transparent;
    width: 100%;
    padding-top:0;
	border: none;
	justify-content: flex-end;
}
.menuPrimary.navbar button {
	background: #236290;
	position:absolute;
	top: 0;
	z-index:100;
}
.menuPrimary.navbar .siteNav  {
	z-index: 10;
    position: absolute;
    top: -8px;
	left:0;
}
nav.menuPrimary.navbar ul.navbar-nav {
    padding: 125px 10px 15px !important;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: -3px 0px 20px 0 rgba(0, 0, 0, 0.11);
}
nav.menuPrimary.navbar ul.navbar-nav li {
    padding: 0 10px;	
}
nav.menuPrimary.navbar ul.navbar-nav li:hover .dropdown-menu a {
	color:#65665c;
}
nav.menuPrimary.navbar ul.navbar-nav li:hover a,
nav.menuPrimary.navbar ul.navbar-nav li:active a,
nav.menuPrimary.navbar ul.navbar-nav li:focus a,
nav.menuPrimary.navbar ul.navbar-nav li a:hover,
nav.menuPrimary.navbar ul.navbar-nav li a:active,
nav.menuPrimary.navbar ul.navbar-nav li a:focus {
	border-bottom:none;
	color:#003765;
	}

nav.menuPrimary.navbar ul.navbar-nav li:hover .dropdown-menu {
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
    display: block;	
}
nav.menuPrimary.navbar ul.navbar-nav li .dropdown-menu {
	transform: initial !important;
	-webkit-transform: initial;
	top: 50px;
	border:none;
	transform: initial !important;
	background-color:transparent;
	font-size: 14px;
	box-shadow: none;
}
	nav.menuPrimary.navbar ul.navbar-nav {
		padding:0 !important;
		background:transparent;	
		box-shadow:none;
		justify-content: flex-end;
		padding-top:50px!important;
	}
.site-menu {
    background: rgba(255, 255, 255, 0.75);
	box-shadow: -3px 0px 20px 0 rgba(0, 0, 0, 0.11);
    position: absolute;
    width: 100%;
   	z-index: 10;
}
.site-menu .menuPrimary  {
	position:relative;
}
/**.site-menu .menuPrimary:before {
	content:'';
	background-image:url('/casr/assets/images/logo.png');
	background-size:contain;
	background-repeat: no-repeat;
    background-position: top center;
	position:absolute;
	width:93px;
	height: 93px;
	left: 10px;
	top:0;
	z-index:100;
}**/
.site-menu .menuPrimary .logo {
	position: absolute;
      left: 10px;
    top: 12px;
    width: 215px;
    z-index: 100;
}
.menuPrimary .navbar-nav .nav-link {
	font-weight: 400;
	font-size: 18px;
	display: block;
	height: 100%;
	padding: 0 0 10px;
    color: #64655d;
}
.menuPrimary .navbar-nav .active>.nav-link, 
.menuPrimary .navbar-nav .nav-link.active, .menuPrimary .navbar-nav .nav-link.show, 
.menuPrimary .navbar-nav .show>.nav-link,
.menuPrimary .navbar-nav .nav-link:focus,
.menuPrimary .navbar-nav .nav-link:hover {
		color: #003765;
}

	.menuPrimary.navbar  {
		padding-top: 28px;
    	padding-bottom: 28px;
	}

.main-content .page-content {
	padding-left:15px;
	padding-right:15px;
}
.main-content .page-content .page-title {
	display:none;
}

.header-logo {
	text-align: center;
    position: absolute;
    width: 100%;
	pointer-events: none;
}
footer.page-footer {
	background-color: #246190 !important;
	padding-top: 0 !important;
	padding-bottom: 0;
}

footer .custom-footer {
	margin-bottom: 300px;
}
footer .container-footer {
	background-color: #003765 !important;
	margin:0;
	position: fixed;
    bottom: 0;
	left:0;
	right:0;
    z-index: -1;
    height: 300px;
	text-align:center;
	    padding-left: 15px;
    padding-right: 15px;
}
footer .container-footer .small,
footer .container-footer .small a {
	color:#c1c5c8 !important;
	font-size: 11px;
}
footer.page-footer div.global-footer {
	background-color: #003765 !important;
    margin: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    height: 300px;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}
footer.page-footer div.global-footer.text-white .small,
footer.page-footer div.global-footer.text-white .small a {
	    font-size: 11px;
    color: #c1c5c8 !important;
}
footer.page-footer div.global-footer.text-white a.text-white:link {
	display:none;
}
footer.page-footer div.global-footer.text-white a.footer-link.text-white:link {
    display: inline-block;
}
footer .top-section {
    padding: 15px;
	text-align: center;
}

footer .bottom-section {
	margin-top:30px;
	background-color: #236192;
	position:relative;
	padding-top: 25px;
    padding-bottom: 25px;
}
footer .bottom-section .footer-link-group .social-group a {
	margin-right: 10px;
    width: 30px;
    height: 30px;
    background: #d7d2cb;
    display: inline-block;
    color: #236192 !important;
    text-align: center;
    line-height: 30px;
}
footer .bottom-section .footer-link-group .social-group a:hover,
footer .bottom-section .footer-link-group .social-group a:active,
footer .bottom-section .footer-link-group .social-group a:focus {
	background: #ffcd00;
}
footer .bottom-section .footer-link-group .social-group a .social {
	vertical-align: top;
}
footer .bottom-section .footer-link-group a .fa {
	font-size: 20px;
}
footer .bottom-section .footer-link-group hr {
	visibility:visible;
	border-top:1px solid #d7d2cb;
}
footer .bottom-section .btn-uaf {
	background-color: #003765;
	color:#d7d2cb;
	border:none;
	margin-bottom:15px;
	text-decoration: none !important;
}
footer .bottom-section .btn-uaf:hover,
footer .bottom-section .btn-uaf:focus,
footer .bottom-section .btn-uaf:active {
	background:#ffcd00;
	color:#65665c !important;
}

footer .nav-item h4 .nav-link {
    font-size: 17px !important;
    border-bottom: 1px solid;
    padding-bottom: 7px !important;
    display: block;
	margin-top:20px;
}
footer.page-footer .nav-item .nav-link {
	font-size: 15px;
	text-decoration: none;
    padding: 5px 15px;
	font-weight: 500;
	border-bottom: none;
}
footer .custom-footer .mx-auto.text-white {
	padding: 0;
}
footer .custom-footer .mx-auto.text-white > .col-md {
	padding: 0;
}
footer .custom-footer .mx-auto.text-white > .col-md > .container {
	padding: 0;
}
.ou-btn {
	position:relative;
}

.pagination .page-item .page-link {
	    border: none;
    background: transparent;
    font-weight: 700;
	color:#003765;
}

.pagination .page-item.active .page-link {
	    border-radius: 100% !important;
    background: #003765;
    border: none;
	color: #ffffff;
}

/**
Content **/
html:not(.gr__edit_alaska_edu) .news-feed-image {
	display:none;
}

.section-banner__page {
	background-image: url(/casr/assets/images/banner-page.jpg);
    background-size: cover;
    background-repeat: no-repeat;
	background-position:center;
	padding-top: 150px;
    padding-bottom: 50px;
	position:relative;
    background-color: rgba(255, 255, 255, 0.3);
    background-blend-mode: screen;
}
/*.section-banner__page:before {
	content:'';
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	background:rgba(255,255,255,0.7);
}*/


.section-banner__page p {	
	color:rgba(66, 83, 100, 0.9);
	font-weight: 400;
}
.section-page.section-bottom {
	    padding-top: 30px;
}
.section-page.section-bottom.blog {
	padding-top: 100px;
}

.section-bottom {
	padding-top: 45px;	
	display:block;
}
.section-bottom .sub-news h3,
.section-bottom .sub-events h3 {
	color: #425364;
    margin: 25px 0 5px;
	text-transform:uppercase;
	letter-spacing:2px;
}
.section-bottom .sub-news .link,
.section-bottom .sub-events .link {
	font-size: 14;
    font-weight: 700;
    text-align: right;
	color: #425364;
    display: block;
    margin-top: 15px;
}
.section-bottom .article-wrapper {
	padding-bottom: 15px;
}
.section-bottom .news-container {
	border-top: 4px solid #425364;
    border-bottom: 4px solid #425364;
}
.entry-page .news-container {
	border-top: 0px transparent none;
    border-bottom: 0px transparent none;
}
.section-bottom .news-container .card-body {
	padding: 15px 0;
}
.section-bottom .news-container .card-body .newsImage {
	float: left;
    max-width: 100% !important;
    width: 65px;
    height: 65px;
    margin-bottom: 10px;
}
.section-bottom .news-container .card-body .newsImage img {
	height: 100%;
    object-fit: cover;
    border-radius: 100% !important;
    max-width: 100%;
}
.section-bottom .news-container .card {
	    padding-top: 15px;
}
.section-bottom .news-container .news .title {
	    font-size: 15px;
}
.section-bottom .news-container .news .title a {
	color:#425364;
	text-transform:uppercase;
	font-weight:400;
}
.section-bottom .news-container .news .date {
	font-weight:700;
	color:#425364;
	font-size: 14px;
    margin: 5px 0 !important;
}
.section-bottom .news-container .news .date a {
	font-weight:400;
	color:#425364;
	margin-top: 15px;
    display: none;
}
.section-bottom .events-container {
	border-top: 4px solid #425364;
    border-bottom: 4px solid #425364;	
    background: transparent;	
}
.section-bottom .events-container .date span {
	background: transparent;
}
.section-bottom .events-container .events .title  a {
	color:#425364;
}
.section-bottom .article-wrapper .card {
    background: transparent;
    border: none;	
}
.section-bottom .article-wrapper .card-header {
	display:none;
}
.section-bottom .article-wrapper .card .btn-secondary {
	display:none;
}

.section-bottom .bottom-cta {
	padding-top: 45px;
    padding-bottom: 45px;
}
.section-bottom .bottom-cta .btn-uaf {
	max-width: 360px;
	padding: 20px 15px;
    margin: 0 auto 10px;
    min-height: 85px;    
    display: flex;
    justify-content: center;
    align-items: center;
}
.section-bottom .events-container .card-body {
	padding-top: 40px;
	padding-left: 0;
    padding-right: 0;
}
.section-bottom .events .date {
	background: transparent;
    font-family: 'OSP-DIN';
	color:#425364;
}
.section-bottom .events .date span {
	background: transparent;
    font-size: 25px;
    text-transform: uppercase;
    padding: 0;
    line-height: 1;
    font-weight: 500;
}
.section-bottom .events .date span.day {
	background: transparent;
    font-size: 35px;
	color:#425364;
}
.section-bottom .events .title {
    color: #425364;
    font-weight: 400;	
	    font-size: 14px;
}

.section-featured {
	padding-top: 50px;
    padding-bottom: 50px;
    color: white;	
}
.section-featured .content h3 a {
	color: #fff;
}
.section-featured .row {
	background:#236192;
    box-shadow: -3px 0px 20px 0 rgba(0, 0, 0, 0.11);	
}
.section-featured .content {
	padding-top: 30px;
    padding-bottom: 30px;
}
.section-featured .content a {
	color:#fff;
}
.section-featured h2 {
	margin-bottom:30px;
}
.section-featured .bg-image {
	background-image: url(/casr/assets/images/slider.jpg);
	 background-size: cover;
	background-position:center;
    background-repeat: no-repeat;
	min-height: 400px;
}
.section-featured h3 {
	font-family: 'Lato', sans-serif;
	font-size: 20px;
    letter-spacing: 0;
    text-transform: uppercase;
}
.section-featured .btn-uaf {
    margin: 50px auto 0;	
}

.contact-wrapper {
	background: rgba(215, 210, 203, 0.8);	
	padding-top: 30px;
    padding-bottom: 30px;
	justify-content: center;
	text-align: center;
}
.contact-wrapper h4,
.contact-wrapper.element-item h4,
.contact-wrapper h4 a {
	font-size: 18px !important;
	font-weight: 400;
	color:#425364 !important;
    margin-bottom: 10px;
}
.contact-wrapper h4 a:hover {
	color:#236192 !important;	
	text-decoration:none;
}
.contact-wrapper.element-item a {
	margin-bottom:0;
}
.contact-wrapper > div:not(.content) p {
    font-weight: 700;
    font-size: 14px;
    margin: 0;	
	color:#425364;
}

.contact-wrapper a {
	font-size: 13px;
    margin-bottom: 30px;
    display: block;
	color:#425364;
}
.contact-wrapper a.advisor {
	text-decoration:none !important;
}
.contact-wrapper a.advisor:hover,
.contact-wrapper a.advisor:active,
.contact-wrapper a.advisor:focus,
.contact-wrapper a.advisor:hover h4,
.contact-wrapper a.advisor:active h4,
.contact-wrapper a.advisor:focus h4,
.contact-wrapper a.advisor:hover p,
.contact-wrapper a.advisor:active p,
.contact-wrapper a.advisor:focus p {
	color: #236192 !important;
}
.contact-wrapper .right a {
    display: inline-block;
    margin-bottom: 0;	
}
.contact-wrapper .right p {
    font-weight: 400 !important;
    font-size: 16px  !important;	
	margin-bottom: 5px  !important;
}

.grid:after {
  content: '';
  display: block;
  clear: both;
}
.contact-wrapper.element-item  {
	width: 96%;
	margin-bottom: 15px;
	align-items: center;
    padding: 30px 10px;
	margin: 0 0 2em;
}
.contact-wrapper.element-item > a {
	margin:0 auto;
}
.contact-wrapper.element-item h4 {
	text-transform:uppercase;
}
.contact-wrapper.element-item .img-user {
    border-radius: 0 !important;	
	height:auto;
    max-height: 170px !important;
}
.drop-filter {
   margin: 20px 5px;	
}
#filters-button-group {
	background: #236192;
    border: none;
    text-align: left;
    padding: 10px 15px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: none !important;	
	    color: white;
	    max-width: 50%;
}
.drop-filter label {
    color: #425364;
	font-weight:900;
	margin:0;
}
.drop-filter .dropdown-item {
	margin: 0;
    padding: 10px 15px;
    font-size: 13px;
    white-space: unset;
}
.drop-filter .dropdown-menu {
	right:0;
}

.parallax {
	z-index: 0 !important;
}

.link-top {
    max-width: 945px;
		margin:0 auto;
    }	
		a.nav-link.text-center.active {
    font-size: 14px;
    font-weight: bold;
    color: #003765;
    border-bottom: 5px solid #003765;
}
		a.nav-link.text-center {
    font-size: 14px;
    font-weight: 500;
    color: #9b9b9b;
    border-bottom: 5px solid #9b9b9b;
}
		
		
		
		
		.top-title-page.text-center {
    max-width: 945px;
    margin: 0 auto;
    position: relative;
}
		
		.top-title-page.text-center::before {
    content: '';
    position: absolute;
    border: solid 2px #467299;
    left: 0;
    right: 0;
    bottom: 35px;
    width: 100%;
}
		
		.top-title-page.text-center h2 {
		font-size: 55px;
    font-family: 'OSP-DIN';
    color: #467299;
    font-weight: 500;
    display: inline-block;
    background: white;
    position: relative;
    padding: 0 20px;
    text-transform: uppercase;
    letter-spacing: normal;
		}


/**
Carousel
**/
.carousel-container h4.text-center {
    display: none;
}
.carousel .carousel-inner {
	margin-bottom:50px
}
.carousel .carousel-inner .carousel-item a {
	display:block;
}
.carousel .carousel-inner .carousel-item .carousel-caption {
	background: transparent !important;
	color: #212529 !important;
	text-shadow:none;
    padding: 15px 0px !important;	
	text-align:left;
}
.carousel .carousel-inner .carousel-item .carousel-caption h4 {
	color: #405266 !important;
	    font-family: 'OSP-DIN';
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 2px;
	text-transform:uppercase;
}
.carousel .carousel-inner .carousel-item .carousel-caption p {
	   font-size: 14px !important;
}
.carousel .carousel-control-prev {
	display: block;
    width: 100%;
	opacity:1;
}
.carousel .carousel-control-prev .carousel-control-prev-icon {
	background:none;
	display:none;
}
.carousel .carousel-control-prev {
	position: absolute;
	top: auto;
    bottom: -65px;
	left:0;
    width: 55%;
	text-align:right;
    height: auto;
	clip: auto;
	display: block;
    clip-path: none;
	padding: 10px 20px;
    border-right: 1px solid #236192;
	letter-spacing: 2px;
	background-color:transparent;
}
.carousel .carousel-control-prev .sr-only {
	color: #236192;
	font-size: 25px;
    text-transform: uppercase;
	font-family: 'OSP-DIN';
	position:relative;
	clip:initial;
	clip-path:initial;
	-webkit-clip:initial;
	-webkit-clip-path:initial;
	padding:0;
}
.carousel .carousel-control-next {
	display: block;
    width: 100%;
	opacity:1;
	left:0;
	
}
.carousel .carousel-control-next .carousel-control-next-icon {
	background:none;
	display:none;
}
.carousel .carousel-control-next {
	position: absolute;
	top: auto;
   	bottom: -65px;
	right:0;
	left:auto;
    width: 45%;
    height: auto;
	clip: auto;
	display: block;
    clip-path: none;
	text-align:left;
    padding: 10px 20px;	
	letter-spacing: 2px;
	background-color:transparent;
}
.carousel .carousel-control-next .sr-only {
    color: #236192;
	font-size: 25px;
    text-transform: uppercase;
	padding: 10px 20px;
	font-family: 'OSP-DIN';
	position:relative;	
	clip:initial;
	clip-path:initial;	
	-webkit-clip:initial;
	-webkit-clip-path:initial;
	padding:0;
}
.carousel .carousel-control-next .sr-only:after {
	content:'>';
	position:absolute;
	width:30px;
	left: 75px;
}
.carousel .carousel-control-prev .sr-only:after {
	content:'<';
	position:absolute;
	width:30px;
	right: 120px;
}
.carousel-container .carousel-item {
	background:transparent;
	border:none;
}

.carousel .carousel-control-prev .sr-only,
.carousel .carousel-control-next .sr-only {
    left: 0;
}

/**
Modal
**/
.modal-uaf .modal-header {
	border:none;
}
.modal-uaf .modal-body {
    padding-top: auto !important;
	
}
.form-program h3 {
	margin-top:0 !important;
	    text-transform: uppercase;
    color: #236192 !important;
    letter-spacing: 0;
	    font-size: 24px;
}
.form-program input[type=checkbox],
.form-program input[type=radio] {
	width: auto !important;
}

.menuPrimary.navbar .siteNav  {
	    width: 100%;
		position: relative;
		top:0;
	}
	.menuPrimary .navbar-nav .nav-link {
		text-align: left;
	}

	.contact-wrapper.element-item .contact {
		width: 100%;
	}


@media (min-width: 576px) {
	.site-menu .menuPrimary,
	header.uaf .searchContainer,
	.headerContainer {
		max-width: 540px;
		margin-left:auto;
		margin-right:auto;
	}
	.site-menu .menuPrimary:before {
		left:0;
	}
	header.uaf .searchContainer .gsc-control-cse {
		padding-right: 0;
	}
	.section-bottom .news-container .card-body .newsImage {
	    margin-right: 15px;
	    float: left;	
	}
}
@media (min-width: 768px) {
	h1 {
		font-size: 40px;
	}
	h2 {
		font-size: 30px;
	}
	h3 {
		font-size: 26px;
	}
	.card-white {
		margin-bottom: 35px;
	}
	.card-white h3 {
		font-size: 33px;
	}
	.site-menu .menuPrimary,
	header.uaf .searchContainer,
	.headerContainer {
		max-width: 720px;
	}
		.section-banner {
        padding: 150px 0 100px;
	}
	.site-menu .menuPrimary:before {
		width: 120px;
    	height: 125px;
	}
	footer .bottom-section {
		margin-top:50px;
	}
	footer.page-footer .top-section .btn-footer {
		padding: 25px 15px;
		width: auto;
		display: inline-block;
		min-width: 230px;   
	}
	.section-page.section-bottom {
		padding-bottom: 200px;
	}
	.section-bottom .bottom-cta {
		padding-top: 75px;
		padding-bottom: 75px;
	}
	.section-bottom .article-wrapper {
		padding-top: 25px;
    	padding-bottom: 50px;
	}
	.section-bottom .card-body ul li {
		border-bottom:1px solid #b7b7b7;
		padding-top: 15px;
		padding-bottom: 20px;
	}
	.section-bottom .card-body ul li:last-child {
		border-bottom:none;
	}
	footer.page-footer div.global-footer {
		height:260px;
	}
	footer .bottom-section .footer-link-group .social-group {
		text-align:right;
	}
	footer.page-footer .nav {
		margin-top:20px;
	}
	footer .container-footer {
	    height: 250px;	
	}
	footer .custom-footer {
		margin-bottom: 250px;
	}
	.contact-wrapper.element-item  {
	    display: flex;
	    padding: 30px 30px;	
	    align-items:normal;
	}
	.contact-wrapper.element-item .contact {
		width: 60%;
	}
	.contact-wrapper.element-item .img-user {
		margin:0 auto;
	}
	.section-bottom .events-container .card-body ul li {
		padding-top: 55px;
    	padding-bottom: 65px;
	}
	.section-featured .content {
		padding-top: 45px;
		padding-bottom: 45px;
	}
	.section-banner__page h1 {
		padding-top: 30px;
	}
	
	.carousel .carousel-inner .carousel-item a {
		display: inline-block;
		width: 50%;
	}
	
		.carousel .carousel-inner .carousel-item a img{
		display: inline-block;
		width: 100% !important;
	}
	
	.carousel .carousel-inner .carousel-item img {
		display: inline-block;
		width: 50% !important;
	}
	
	.carousel .carousel-inner .carousel-item .carousel-caption {
		display: inline-block !important;
    	width: 50% !important;
		padding: 15px 25px !important;
	}
	.carousel .carousel-control-prev {
    	width: 25%;
	}
	.carousel .carousel-control-next {
		width: 25%;
	}
	.drop-filter {
		margin: 20px 12px 20px 5px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.section-bottom .news-container .news .title {
	    font-size: 16px;
	}
	.section-bottom .news-container .news .date {
    	margin: 10px 0 !important;
	}
	.contact-wrapper {
		text-align: left;
	}
}
@media (min-width: 992px) {
	h1 {
    	font-size: 60px;
	}
	h2 {
		font-size: 40px;
	}
	h3 {
		font-size: 32px;
	}	
	.card-white {
		margin-bottom: 45px;
	}
	.card-white h3 {
		font-size: 38px;
	}
	.btn-primary {
	    padding: 20px 15px !important;
		font-size: 14px;
	}
	.section-bottom .news-container .card-body {
		padding: 15px 35px;
	}
	.site-menu .menuPrimary,
	header.uaf .searchContainer,
	.headerContainer {
    	max-width: 960px;
	}  
		.section-banner {
    	padding: 250px 0 175px;
	    
	}
	.section-banner h1 {
		font-size:80px;
		margin-bottom: 50px;
	}
	.site-menu .menuPrimary .logo {
	    width: 315px;
    top: 40px;
		}
	.menuPrimary.navbar  {
		padding-top: 50px;
    	padding-bottom: 45px;
	}
	.menuPrimary.navbar button {
		position:relative;
	}
	nav.menuPrimary.navbar ul.navbar-nav {
		padding:0 !important;
		padding-top: 0px!important;
	}
	.menuPrimary.navbar .siteNav  {
	    width: calc(100% - 325px);
		margin-left: auto;
		margin-right: 0;
	}
		.menuPrimary .navbar-nav .nav-link {
		text-align: center;
	}
	.menuPrimary .navbar-nav .nav-link {
		font-size: 15px;
	}
}
.section-page.section-bottom {
		padding-bottom: 300px;
	}
	
	header.uaf .uafBanner .headerContainer  {
		flex-direction: row;
	}
	header.uaf .uafBanner .headerLeft .siteLogo {
		text-align: left;
		padding-top: 13px;
	}
	nav.menuPrimary.navbar ul.navbar-nav li a::after {
		display:none;
	}
	nav.menuPrimary.navbar ul.navbar-nav li .dropdown-menu {
		background-color:#D7D2CB;
		padding: 0;
		transform: translateY(-10px) !important;
	}
	nav.menuPrimary.navbar ul.navbar-nav li:hover .dropdown-menu {
		transform: translateY(0) !important;
	}
	nav.menuPrimary.navbar ul.navbar-nav li .dropdown-menu .dropdown-item {
		padding: .5rem 1.5rem;
	}
	nav.menuPrimary.navbar ul.navbar-nav li .dropdown-menu .dropdown-item:hover {
		padding: .5rem 1.5rem;
		background-color: #e7e5e0;
	}
	nav.menuPrimary.navbar ul.navbar-nav li:last-child .dropdown-menu {
    	left: -90px;	
	}	
	nav.menuPrimary.navbar ul.navbar-nav li {
		padding: 0 13px;	
	}
	nav.menuPrimary.navbar ul.navbar-nav li:last-child {
		padding-right: 0;
	}
	header.uaf .uafBanner .headerRight .siteBarContainer .menu-item.left:after,
	header.uaf .uafBanner .headerRight .siteBarContainer .menu-item.right:after {
		display:none;
	}
	header.uaf .uafBanner .headerRight .siteBarContainer .menu-item.left {
	    border-left: 1px solid #1a476b;	
	}
	header.uaf .uafBanner .headerRight .siteBarContainer .menu-item {
		border-top:none;
		border-bottom:none;
		height: 64px;
		padding: 0 25px;
		width:auto;
	}
	header.uaf .uafBanner .headerRight .siteBarContainer .uafSearch .btn {
		border-top:none !important;
		border-bottom:none !important;
		height: 64px;
	    border-right: 1px solid #1a476b !important;	
	}
	header.uaf .uafBanner {
		padding-bottom:0;
	}
	.headerLeft {
		padding-left:2%;
	}
	.btn-uaf {
		font-size: 14px;
	}
	.btn-uaf.btn-footer {
		padding: 12px;
	}
	footer .top-section {
		padding: 20px;
	}
	footer .bottom-section {
		margin-top: 20px;
	}
	footer.page-footer div.global-footer {
		    height: 260px;
	}
	footer .nav-item .nav-link {
		font-size: 13px;
	}
	footer .container-footer {
	    height: 225px;	
	}
	footer .custom-footer {
		margin-bottom: 260px;
	}	
	.section-bottom .bottom-cta {
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.section-bottom .article-wrapper {
		padding-top: 75px;
		padding-bottom: 100px;
		justify-content: space-around;
	}
	.carousel .carousel-control-next,
	.carousel .carousel-control-prev {
		bottom:-65px;
	}

	.section-featured .content {
		padding-top: 75px;
		padding-bottom: 75px;
		padding-left: 75px;
		padding-right: 75px;
	}
	.section-banner__page {
		padding-top: 175px;
    	padding-bottom: 75px;
	}
	.section-banner__page h1 {
		padding-top: 50px;
	}
	.section-featured .btn-uaf {
       margin: 75px auto 25px;	
	}
	.contact-wrapper  {
	    padding-top: 75px;
    	padding-bottom: 75px;	
	}
	.contact-wrapper h4,
	.contact-wrapper.element-item h4,
	.contact-wrapper h4 a {
		font-size: 22px !important;
	}
	.contact-wrapper a {
		font-size: 14px;
	}
	.contact-wrapper.element-item  {
		width: 96%;
	    padding: 45px 30px;	
	}	
	.section-bottom .news-container .card-body .newsImage {
		width: 100px;
		height: 100px;
	}
	.section-bottom .news-container .card-body .newsImage  {
		 float: left;		
	}
	.section-bottom .events-container .card-body ul li {
    padding-top: 25px;
    padding-bottom: 35px;
	}	
		.section-bottom .news-container .news .title {
	    font-size: 18px;
	}
	.section-bottom .news-container .news .date {
    	margin: 20px 0 !important;
		font-size:15px;
	}
	.section-bottom .events-container .card-body {
		    padding-left: 15px;
    padding-right: 15px;
	}
	.modal-uaf .modal-body {
      padding-left: 75px;
    padding-right: 75px;
    padding-bottom: 50px;
	
}
	.carousel .carousel-inner .carousel-item .carousel-caption p {
	   font-size: 16px !important;
}
}
@media (min-width: 1200px) {
	.card-white h3 {
		font-size: 45px;
	}
	.container {
		max-width: 1100px;
	}
	.site-menu .menuPrimary .logo {
    width: 350px;
	}
	.menuPrimary.navbar .siteNav {
		    width: calc(100% - 375px);
	}
	.main-content {
		max-width: 100%;
		width: 100%;
		padding: 0;
	}
	nav.menuPrimary.navbar ul.navbar-nav li {
      padding: 0 18px;
	}
	.section-banner__page {
		/*background-attachment: fixed;*/
		    background-position: center 65%;
		    background-size: cover;
	}
	.site-menu .menuPrimary,
	header.uaf .searchContainer,
	.headerContainer {
    	max-width: 1140px;
	}  
	footer .nav-item h4 .nav-link {
		font-size: 14px  !important;
		    font-weight: 700 !important;
	}
	#content .carousel .carousel-inner .carousel-item .carousel-caption {
		width: 50% !important;
		position: relative !important;
	    padding: 15px 45px !important;	
	}
	.carousel .carousel-inner .carousel-item .carousel-caption h4 {
	    font-size: 32px;	
	}

	.contact-wrapper.element-item .contact {
	    width: calc(100% - 215px);	
	}
	.drop-filter {
    	margin: 20px 20px 20px 5px;
	}
	.section-bottom .events-container .card-body ul li {
    padding-top: 22px;
    padding-bottom: 32px;
	}	
	.section-bottom .events .title {
		    font-size: 17px;
	}
}

@media (min-width: 1400px) {
	.site-menu .menuPrimary,
	header.uaf .searchContainer,
	.headerContainer {
    	    max-width: 1185px;
	}
	nav.menuPrimary.navbar ul.navbar-nav li:last-child .dropdown-menu {
    	left: 0;	
	}	
	nav.menuPrimary.navbar ul.navbar-nav li {
    padding: 0px 18px;
	}
	.menuPrimary .navbar-nav .nav-link {
		font-size: 18px;
	}
}

@media (min-width: 1600px) {
	.section-banner {
		padding: 300px 0 250px;		
	}
} 

@media (min-width: 2000px) {
	.section-banner__page {
		    background-position: center 76%;
	}
	.section-banner {
		    padding: 270px 0 275px;
    /*background-position: 0 133%; */
	}
}