/* Fonts */
@import url("https://use.typekit.net/ugb0oiu.css");
@import url('https://fonts.googleapis.com/css?family=Roboto:wght@100;200;300;400;500;600;700;800;900&display=swap');

@if $enable-flex {
    @each $breakpoint in map-keys($grid-breakpoints) {
        @include media-breakpoint-up($breakpoint) {
            @for $size from 1 through $grid-columns {
                .col-#{$breakpoint}-#{$size} {
                    max-width: percentage($size / $grid-columns);
                }
            }
        }
    }
}

/* site styles */
sitename{display:none;}
html {
  box-sizing: border-box;
  font-size: 62.5%;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body, h1, h2, h3, h4, h5, h6, p, ol, ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
}

img {
  max-width: 100%;
  height: auto;
}
#menu:not( .mm-menu ) {
    display: none;
}
.hidden {
    display: none;
}
a.anchor {
    position: relative;
    top: -220px;
}
#skiptocontent a {
	padding:6px;
	position: absolute;
	top:-1040px;
	left:0%;
	color:white;
	border-right:1px solid white;
	border-bottom:1px solid white;
	border-bottom-right-radius:8px;
	background:#BF1722;
	-webkit-transition: top 1s ease-out;
    transition: top 1s ease-out;
    z-index: 100;
}
#skiptocontent a:focus {
	position:absolute;
	left:0px;
	top:20px;
	outline-color:transparent;	
	-webkit-transition: top .1s ease-in;
    transition: left .1s ease-in;
    z-index: 100;
}

/* Home page */
.jumboImage {
    position: relative;
    margin-bottom: -5px;
    z-index: 3;
}
.header-text {
    position: absolute;
    max-width: 1000px;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 35%;
    background-color: rgba(24,61,112, 0.69);
    padding: 40px 60px;
    color: white;
    font-family: 'Roboto', sans-serif;
}
.header-text h1 {
    font-size: 60px;
    padding-bottom: 10px;
    text-align: center;
    font-weight: bold;
}
.header-text h2 {
    font-size: 34px;
    text-align: center;
}
.home-slider .fa-arrow-left.slick-arrow img {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 40px;
    width: 35px;
}
.home-slider .fa-arrow-right.slick-arrow img{
    position: absolute;
    z-index: 2;
    top: 0px;
    bottom: 0;
    margin: auto;
    right: 40px;
    width: 35px;
}
.home-mobile-slider .fa-arrow-left.slick-arrow img {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 40px;
    width: 35px;
}
.home-mobile-slider .fa-arrow-right.slick-arrow img{
    position: absolute;
    z-index: 2;
    top: 0px;
    bottom: 0;
    margin: auto;
    right: 40px;
    width: 35px;
}
.news-section h2 {
    text-align: center;
    font-size: 30px;
    padding: 35px 0;
    color: white;
    background-color: #002159;
    font-family: 'Roboto', sans-serif;
}
.news-row {
    margin: 0;
    padding: 25px 10%;
}
.article {
    margin-bottom: 15px;
}
.articleText {
    margin-left: 35px;
    font-family: proxima-nova, sans-serif;
}
.articleText h4 {
    font-size: 16px;
    color: #002159;
}
.articleText h3 {
    font-size: 19px;
    color: #002159;
}
.article > figure > img {
    width: 100%;
}
.article figure.img-container {aspect-ratio: 416/265; overflow: hidden;}
a#home-news-button {
    color: white;
    background-color: #00205b;
    padding: 5px;
    font-size: 20px;
    display: block;
    border-radius: 4px;
    width: 150px;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 140px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
}
.events-section {
    background-color: #002159;
    color: white;
    padding: 30px 0;
    text-align: center;
}
.events-section h2 {
    text-align: center;
    font-size: 30px;
    padding: 35px 0;
    color: white;
    font-family: 'Roboto', sans-serif;
}
.event-date {
     background-color: #002159;
     color: white;
     padding: 20px;
     border-radius: 50%;
     width: 150px;
     height: 150px;
     margin: auto;
     margin-bottom: 25px;
     font-family: proxima-nova, sans-serif;
}
.event {
    padding-bottom: 25px;
    font-family: proxima-nova, sans-serif;
}
.event a {
    font-size: 25px;
    color: white;
}
.month {
    font-size: 30px;
    text-transform: uppercase;
}
.day {
    font-size: 55px;
    font-weight: bold;
    line-height: 50px;
}
.time {
    font-size: 18px;
}
a#home-events-button {
    background-color: white;
    color: #00205b;
    padding: 5px;
    font-size: 20px;
    display: block;
    border-radius: 4px;
    width: 150px;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 100px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
}
.home-social {
    background-color: #a4afb9;
}
.home-social h2{
    text-align: center;
    font-size: 30px;
    padding: 35px 0;
    color: #00205b;
    font-family: 'Roboto', sans-serif;
}