@font-face {
  font-family: 'AvenirNextLTPro-Regular';
  src: url('../fonts/AvenirNextLTPro-Regular.otf') format('opentype');
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: 'Friends-Normal';
  src: url('../fonts/Friends-Normal.otf') format('opentype');
  font-style: normal;
  font-weight: 400;
}

html{
  overflow-x: hidden;
}

body{
  color:#06255b;
  font-family: 'AvenirNextLTPro-Regular';
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin:0;
}

a{
  color: #2D49C7;
}

a:hover{
  text-decoration: none;
}

h1,h2,h3,h4{
  line-height: 44px;
}

h1,h2,h3,h4,h5,h6{
  color:#003b5c;
  font-family: 'Friends-Normal';
  font-weight: 400;
}

h2{
  font-size: 2.25em;
}

h3{
  font-size: 2.25em;
}

.mb-0{
  margin-bottom: 0 !important;
}

.mt-0{
  margin-top:0 !important;
}

.background-pattern {
  background-image: url("../images/163A5533_LR-min-scaled.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 38%;
}

.site-breadcrumb{
  background-color: #61D6F4;
}

.container{
  max-width: 1200px;
  padding-left: 20px;
  padding-right:20px;
  margin-left:auto;
  margin-right:auto;
}

.row{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.list-style-none{
  list-style: none;
  padding: 0;
}

.list-inline-item:not(:last-child){
  margin-right:0;
}

.list-inline-item:not(:last-child):after{
  content:"/";
  margin-left:5px;
  margin-right:0;
}

.list-inline-item{
  display: inline-block;
}

.list-inline-item a{
  text-decoration: none;
}

.background-pattern .banner-title{
  font-size: 1em;
  color:#fff;
}

.background-pattern .banner-title h2{
  font-size: 2.68em;
}

.position-relative{
  position: relative !important;
}

.banner-title{
  color:#fff !important;
  max-width: 1200px;
  position: absolute;
  z-index: 2;
  top:32%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.banner-title h2{
  color:#fff;
}

.content-wrapper{
  padding-top: 30px;
  padding-bottom: 10px;
}

.content-wrapper ul{
  padding-left:48px;
  margin-top:16px;
  margin-bottom:16px;
}

.content-wrapper ul li{
  line-height: 24px;
}

.mobile-overlay{
  display: none;
}

@media screen and (max-width:576px){
  .mobile-overlay{
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #06255b78;
  }

  .banner-title{
    top:20%;
  }

  .pattern{
    visibility: hidden;
    max-height: 200px;
  }
}