body#mercury .row.first #full_hero_scroll {
  display: none;
}
@media only screen and (min-width: 768px) {
  body#mercury .row.first #full_hero_scroll {
    display: block;
    height: calc(100vh - 51px - 70px);
  }
}
@media only screen and (min-width: 1024px) {
  body#mercury .row.first #full_hero_scroll {
    height: calc(100vh - 60px);
  }
}
body#mercury .row.first #full_hero {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
body#mercury .row.first #hero {
  background-color: #b0b0b0;
  background-size: auto 110%;
  background-repeat: no-repeat;
  background-position: 50% 30%;
  margin-bottom: 0em;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  body#mercury .row.first #hero {
    background-image: none !important;
    background-color: #000;
    padding-bottom: 2em;
  }
}
body#mercury .row.first #hero .bgimg {
  background-image: none;
  height: 20em;
  position: relative;
}
body#mercury .row.first #hero .bgimg:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25%;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgb(0, 0, 0) 6%, rgba(0, 0, 0, 0) 49%);
}
body#mercury .row.first #hero .bgimg img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
body#mercury .row.first #hero:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 0px);
  background-image: url(/packages/mercury/themes/mercury/img/hero_gradient.png?4adf0bedd0ab9b020d03208353617897);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
}
body#mercury .row.first #hero .container {
  height: 100%;
  display: flex;
  align-items: flex-start;
  z-index: 1;
  flex-direction: column;
  justify-content: center;
}
body#mercury .row.first #hero .container .content {
  max-width: 660px;
  width: 100%;
  margin: 0;
  padding: 1em 0 0em;
  position: relative;
}
@media only screen and (min-width: 768px) {
  body#mercury .row.first #hero .container .content {
    top: 50px;
  }
}
body#mercury .row.first #hero .container .content h1 {
  color: white;
  font-family: "Rajdhani";
  font-weight: bold;
  font-size: 4.265em;
  line-height: 1em;
  margin-bottom: 0.27em;
}
body#mercury .row.first #hero .container .content p:not(.btn), body#mercury .row.first #hero .container .content ul, body#mercury .row.first #hero .container .content li, body#mercury .row.first #hero .container .content ol, body#mercury .row.first #hero .container .content span {
  color: white;
  font-weight: 500;
  font-size: 1.5em;
  margin-top: 0;
}
body#mercury .row.first #hero .container .content p.btn {
  font-size: 1.1em;
  margin-top: 3em;
  margin-bottom: 0;
}
body#mercury .row.first #hero .container .content p.btn a {
  background-color: #20bab0;
  border-color: #20bab0;
  padding: 1.315em 2.61em;
  color: #001f63;
}
body#mercury .row.first #hero .container .content p.btn a:hover {
  background-color: #4DC8C0;
}
body#mercury .row.first #hero .arrows {
  display: none;
  z-index: 2;
}
body#mercury .row.first #hero .lower {
  width: calc(100% + 60px);
  position: relative;
  left: -30px;
}
body#mercury .row.first #hero .tiles {
  background-color: black;
  padding: 23px 0;
  position: relative;
}
body#mercury .row.first #hero .tiles a.tile {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.7);
  border: 1px solid #b7b7b7;
  width: calc(100% - 60px);
  margin: 0 auto 12px;
  display: block;
  position: relative;
  overflow: hidden;
  -moz-transition: border-color 0.15s ease-out 0s;
  -webkit-transition: border-color 0.15s ease-out 0s;
  -o-transition-property: border-color 0.15s ease-out 0s;
  -ms-transition-property: border-color 0.15s ease-out 0s;
  transition: border-color 0.15s ease-out 0s;
}
body#mercury .row.first #hero .tiles a.tile:last-child {
  margin-bottom: 0px;
}
body#mercury .row.first #hero .tiles a.tile:after {
  font-family: "Font Awesome 5 Pro";
  color: white;
  content: "\f061";
  font-weight: 400;
  margin-left: 8px;
  font-size: 1.5em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  opacity: 1;
  -moz-transition: all 0.1s ease-out 0s;
  -webkit-transition: all 0.1s ease-out 0s;
  -o-transition-property: all 0.1s ease-out 0s;
  -ms-transition-property: all 0.1s ease-out 0s;
  transition: all 0.1s ease-out 0s;
}
body#mercury .row.first #hero .tiles a.tile p, body#mercury .row.first #hero .tiles a.tile span {
  text-decoration: none;
  color: white;
  position: relative;
  z-index: 2;
}
body#mercury .row.first #hero .tiles a.tile .contents {
  padding: 0 20px;
  width: 100%;
  box-sizing: border-box;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
body#mercury .row.first #hero .tiles a.tile p {
  margin: 0;
  font-size: 16px;
}
body#mercury .row.first #hero .tiles a.tile img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
body#mercury .row.first #hero .tiles a.tile.first .bgimg, body#mercury .row.first #hero .tiles a.tile:not(.first) .bgimg {
  position: absolute;
  z-index: 2;
  left: 1px;
  top: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  opacity: 0;
  -moz-transition: all 0.15s ease-out 0s;
  -webkit-transition: all 0.15s ease-out 0s;
  -o-transition-property: all 0.15s ease-out 0s;
  -ms-transition-property: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}
body#mercury .row.first #hero .tiles a.tile.first:hover, body#mercury .row.first #hero .tiles a.tile.first:focus, body#mercury .row.first #hero .tiles a.tile:not(.first):hover, body#mercury .row.first #hero .tiles a.tile:not(.first):focus {
  border-color: #20bab0;
}
body#mercury .row.first #hero .tiles a.tile.first:hover .bgimg, body#mercury .row.first #hero .tiles a.tile.first:focus .bgimg, body#mercury .row.first #hero .tiles a.tile:not(.first):hover .bgimg, body#mercury .row.first #hero .tiles a.tile:not(.first):focus .bgimg {
  opacity: 0.8;
}
body#mercury .row.first #hero .tiles a.tile.first .contents, body#mercury .row.first #hero .tiles a.tile:not(.first) .contents {
  padding: 20px 40px 20px 20px;
}
body#mercury .row.first #hero .tiles a.tile.first span, body#mercury .row.first #hero .tiles a.tile:not(.first) span {
  display: block;
  max-width: calc(100% - 40px);
}
body#mercury .row.first #hero .tiles a.tile.first span.title, body#mercury .row.first #hero .tiles a.tile:not(.first) span.title {
  font-weight: 700;
  font-size: 13.5px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
body#mercury .row.first #hero .tiles a.tile.first span.date, body#mercury .row.first #hero .tiles a.tile:not(.first) span.date {
  font-weight: 600;
  font-size: 14.5px;
}
body#mercury .row.first #hero .tiles a.tile.first p, body#mercury .row.first #hero .tiles a.tile:not(.first) p {
  width: 95%;
  max-width: 192px;
  margin-top: 15px;
  line-height: 22px;
  position: relative;
  top: 3px;
}
@media only screen and (min-width: 768px) {
  body#mercury .row.first #hero {
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%;
    height: calc(100vh - 51px - 70px);
    min-height: 700px;
  }
  body#mercury .row.first #hero .bgimg {
    display: none;
  }
  body#mercury .row.first #hero .lower {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 100%;
    width: 100%;
    margin-top: 3em;
    margin-bottom: 3em;
    left: 0;
  }
  body#mercury .row.first #hero .lower {
    position: absolute;
    bottom: 2em;
    margin: 0;
  }
  body#mercury .row.first #hero .container .content {
    padding: 0;
    margin-top: 0;
  }
  body#mercury .row.first #hero .container .content p.btn {
    font-size: 1em;
  }
  body#mercury .row.first #hero .arrows {
    width: 43px;
    max-width: 43px;
    margin: 0 4.5em 0 auto;
    display: block;
    z-index: 2;
    text-align: right;
    -moz-transition: all 0.35s ease-out 0s;
    -webkit-transition: all 0.35s ease-out 0s;
    -o-transition-property: all 0.35s ease-out 0s;
    -ms-transition-property: all 0.35s ease-out 0s;
    transition: all 0.35s ease-out 0s;
  }
  body#mercury .row.first #hero .arrows .nextfirst {
    position: relative;
    top: 0.2em;
    cursor: pointer;
  }
  body#mercury .row.first #hero .arrows .prevfirst {
    position: relative;
    top: -0.2em;
    cursor: pointer;
  }
  body#mercury .row.first #hero .tiles {
    background-color: transparent;
    margin: auto;
    padding: 0;
    opacity: 1;
    z-index: 2;
    left: 0;
    width: 100%;
    max-width: 100%;
    -moz-transition: all 0.35s ease-out 0s;
    -webkit-transition: all 0.35s ease-out 0s;
    -o-transition-property: all 0.35s ease-out 0s;
    -ms-transition-property: all 0.35s ease-out 0s;
    transition: all 0.35s ease-out 0s;
    /* the parent */
  }
  body#mercury .row.first #hero .tiles.witharrows {
    width: calc(100% - 120px - 56px);
    left: 0;
    margin: 0;
  }
  body#mercury .row.first #hero .tiles a.tile {
    margin: 0;
    width: 100%;
  }
  body#mercury .row.first #hero .tiles a.tile:focus {
    outline: 0;
  }
  body#mercury .row.first #hero .tiles .slick-list {
    margin: 0;
  }
  body#mercury .row.first #hero .tiles .slick-slide {
    margin: 0 20px !important;
  }
  body#mercury .row.first #hero .tiles .slick-list {
    margin: 0 -20px;
  }
}
@media only screen and (min-width: 1024px) {
  body#mercury .row.first #hero {
    height: calc(100vh - 60px);
    top: 0;
  }
  body#mercury .row.first #hero .lower {
    position: absolute;
    bottom: 2em;
    margin: 0;
  }
}
@media only screen and (min-width: 1200px) {
  body#mercury .row.first #hero .lower {
    bottom: 4em;
  }
}
body#mercury .row.first .home-slider {
  height: calc(100vh - 60px);
  opacity: 0;
  width: 100vw !important;
}
body#mercury .row.first .home-slider .slick-list {
  margin: 0 !important;
}
body#mercury .row.first .home-slider .slick-list .slick-track {
  height: calc(100vh - 60px);
}
body#mercury .row.first .home-slider .slick-list .slick-track .slick-slide {
  background-size: cover;
  background-position: right center;
  width: 100vw !important;
  margin: 0 !important;
}
body#mercury .row.first .home-slider .slick-list .slick-track .slick-slide .container.left {
  margin: 30vh auto;
}
body#mercury .row.first .home-slider .slick-list .slick-track .slick-slide .container.left h1 {
  color: white;
  font-family: "Rajdhani";
  font-weight: bold;
  font-size: 4.265em;
  line-height: 1em;
  margin-bottom: 0.27em;
}
@media screen and (max-width: 786px) {
  body#mercury .row.first .home-slider .slick-list .slick-track .slick-slide .container.left h1 {
    font-size: 3.265em;
  }
}
body#mercury .row.first .home-slider .slick-list .slick-track .slick-slide .container.left p:not(.btn) {
  color: white;
  font-weight: 500;
  font-size: 1.5em;
  margin-top: 0;
  width: 50%;
}
body#mercury .row.first .home-slider .slick-list .slick-track .slick-slide .container.left .btn a {
  background-color: #20bab0;
  border-color: #20bab0;
  color: #001f63;
  text-transform: uppercase;
}
body#mercury .row.first .home-slider .slick-list .slick-track .slick-slide .container.left .btn a:hover {
  background-color: #4dc8c0;
  border-color: #4dc8c0;
}
@media screen and (max-width: 768px) {
  body#mercury .row.first .home-slider .slick-list .slick-track .slick-slide .container.left {
    margin: 10vh auto;
  }
}
body#mercury .row.first .home-slider.slick-initialized {
  opacity: 1;
  transition: opacity 0.8s ease-out;
}
body#mercury .row.first .footing-hero {
  margin: -4em auto 0 auto;
}
body#mercury .row.first .footing-hero ul.indicators {
  display: block;
  list-style: none;
  margin: 0 auto 2em auto;
  padding: 0;
  position: relative;
  width: calc(100% - 120px);
  max-width: 1260px;
}
body#mercury .row.first .footing-hero ul.indicators li {
  display: inline-block;
  margin-right: 2px;
}
body#mercury .row.first .footing-hero ul.indicators li:last-child {
  margin-right: 0;
}
body#mercury .row.first .footing-hero ul.indicators li a {
  color: white !important;
  display: block;
  background-color: #00B2B1 !important;
  padding: 0 10px;
  -moz-transition: all 0.15s ease-out 0s;
  -webkit-transition: all 0.15s ease-out 0s;
  -o-transition-property: all 0.15s ease-out 0s;
  -ms-transition-property: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  /*&:hover, &:focus{
  	background-color: #20bab0 !important;
  	color: #001f63 !important;
  }*/
}
body#mercury .row.first .footing-hero ul.indicators li a.inactive {
  cursor: not-allowed;
  opacity: 0.5;
}
body#mercury .row.first .footing-hero ul.indicators li a.inactive:hover, body#mercury .row.first .footing-hero ul.indicators li a.inactive:focus {
  background-color: #00B2B1 !important;
  color: white !important;
}
@media only screen and (max-width: 768px) {
  body#mercury .row.first .footing-hero ul.indicators {
    width: calc(100% - 60px);
  }
}
body#mercury .row.first #in_page_nav, body#mercury .row.first #in_page_nav_fix {
  display: none;
}
@media only screen and (min-width: 768px) {
  body#mercury .row.first #in_page_nav, body#mercury .row.first #in_page_nav_fix {
    display: block;
    background-color: #001f63;
    position: relative;
    width: 100%;
  }
  body#mercury .row.first #in_page_nav.fixed, body#mercury .row.first #in_page_nav_fix.fixed {
    position: fixed;
    top: 70px;
    left: 0;
  }
  body#mercury .row.first #in_page_nav span#in_page_nav_indicator, body#mercury .row.first #in_page_nav span#in_page_nav_indicator_fix, body#mercury .row.first #in_page_nav_fix span#in_page_nav_indicator, body#mercury .row.first #in_page_nav_fix span#in_page_nav_indicator_fix {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 200px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 11px 11px 11px;
    border-color: transparent transparent #FFFFFF transparent;
    transform: rotate(0deg);
    opacity: 0;
    -moz-transition: all 0.33s ease-out 0s;
    -webkit-transition: all 0.33s ease-out 0s;
    -o-transition-property: all 0.33s ease-out 0s;
    -ms-transition-property: all 0.33s ease-out 0s;
    transition: all 0.33s ease-out 0s;
  }
  body#mercury .row.first #in_page_nav span#in_page_nav_indicator.active, body#mercury .row.first #in_page_nav span#in_page_nav_indicator_fix.active, body#mercury .row.first #in_page_nav_fix span#in_page_nav_indicator.active, body#mercury .row.first #in_page_nav_fix span#in_page_nav_indicator_fix.active {
    opacity: 1;
  }
  body#mercury .row.first #in_page_nav ul, body#mercury .row.first #in_page_nav_fix ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
  }
  body#mercury .row.first #in_page_nav ul li, body#mercury .row.first #in_page_nav_fix ul li {
    display: inline-block;
    margin-right: 3em;
  }
  body#mercury .row.first #in_page_nav ul li:last-child, body#mercury .row.first #in_page_nav_fix ul li:last-child {
    margin-right: 0;
  }
  body#mercury .row.first #in_page_nav ul li a, body#mercury .row.first #in_page_nav_fix ul li a {
    font-family: "Rajdhani";
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    color: white;
    font-size: 0.93em;
    padding: 0.92em 0;
    display: block;
  }
  body#mercury .row.first #in_page_nav ul li a:hover, body#mercury .row.first #in_page_nav_fix ul li a:hover {
    text-decoration: underline;
  }
  body#mercury .row.first #in_page_nav ul li.active a, body#mercury .row.first #in_page_nav_fix ul li.active a {
    text-decoration: underline;
  }
}
@media only screen and (min-width: 1024px) {
  body#mercury .row.first #in_page_nav.fixed, body#mercury .row.first #in_page_nav_fix.fixed {
    position: fixed;
    top: 78px;
    left: 0;
  }
}
body#mercury .row.first #in_page_nav_mobile, body#mercury .row.first #in_page_nav_mobile_fixed {
  display: none;
}
@media only screen and (max-width: 767px) {
  body#mercury .row.first #in_page_nav_mobile, body#mercury .row.first #in_page_nav_mobile_fixed {
    display: block;
    background-color: #001f63;
    position: relative;
    width: calc(100% + 60px);
    left: -30px;
    margin-top: 0;
    overflow: hidden;
    max-height: 56px;
    -moz-transition: max-height 0.233s ease-out 0s;
    -webkit-transition: max-height 0.233s ease-out 0s;
    -o-transition-property: max-height 0.233s ease-out 0s;
    -ms-transition-property: max-height 0.233s ease-out 0s;
    transition: max-height 0.233s ease-out 0s;
  }
  body#mercury .row.first #in_page_nav_mobile.fixed, body#mercury .row.first #in_page_nav_mobile_fixed.fixed {
    position: fixed;
    top: 0;
    left: 0;
  }
  body#mercury .row.first #in_page_nav_mobile .in_page_mobile_expand, body#mercury .row.first #in_page_nav_mobile .in_page_mobile_expand_fixed, body#mercury .row.first #in_page_nav_mobile_fixed .in_page_mobile_expand, body#mercury .row.first #in_page_nav_mobile_fixed .in_page_mobile_expand_fixed {
    position: absolute;
    color: white;
    text-decoration: none;
    font-family: "Rajdhani";
    font-weight: 700;
    right: 60px;
    top: 18px;
    font-size: 1.25em;
  }
  body#mercury .row.first #in_page_nav_mobile .in_page_mobile_expand:after, body#mercury .row.first #in_page_nav_mobile .in_page_mobile_expand_fixed:after, body#mercury .row.first #in_page_nav_mobile_fixed .in_page_mobile_expand:after, body#mercury .row.first #in_page_nav_mobile_fixed .in_page_mobile_expand_fixed:after {
    font-family: "Font Awesome 5 Pro";
    color: white;
    content: "\f063";
    font-size: 0.75em;
    transform: rotate(0);
    display: inline-block;
    -moz-transition: transform 0.233s ease-out 0s;
    -webkit-transition: transform 0.233s ease-out 0s;
    -o-transition-property: transform 0.233s ease-out 0s;
    -ms-transition-property: transform 0.233s ease-out 0s;
    transition: transform 0.233s ease-out 0s;
  }
  body#mercury .row.first #in_page_nav_mobile.expanded, body#mercury .row.first #in_page_nav_mobile_fixed.expanded {
    max-height: 300px;
  }
  body#mercury .row.first #in_page_nav_mobile.expanded .in_page_mobile_expand:after, body#mercury .row.first #in_page_nav_mobile.expanded .in_page_mobile_expand_fixed:after, body#mercury .row.first #in_page_nav_mobile_fixed.expanded .in_page_mobile_expand:after, body#mercury .row.first #in_page_nav_mobile_fixed.expanded .in_page_mobile_expand_fixed:after {
    transform: rotate(180deg);
  }
  body#mercury .row.first #in_page_nav_mobile span#in_page_nav_indicator, body#mercury .row.first #in_page_nav_mobile span#in_page_nav_indicator_fixed, body#mercury .row.first #in_page_nav_mobile_fixed span#in_page_nav_indicator, body#mercury .row.first #in_page_nav_mobile_fixed span#in_page_nav_indicator_fixed {
    display: none;
    position: absolute;
    bottom: 0;
    left: 200px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 11px 11px 11px;
    border-color: transparent transparent #FFFFFF transparent;
    transform: rotate(0deg);
    -moz-transition: left 0.33s ease-out 0s;
    -webkit-transition: left 0.33s ease-out 0s;
    -o-transition-property: left 0.33s ease-out 0s;
    -ms-transition-property: left 0.33s ease-out 0s;
    transition: left 0.33s ease-out 0s;
  }
  body#mercury .row.first #in_page_nav_mobile ul, body#mercury .row.first #in_page_nav_mobile_fixed ul {
    list-style: none;
    margin: 0;
    padding: 0 30px;
    text-align: left;
  }
  body#mercury .row.first #in_page_nav_mobile ul li, body#mercury .row.first #in_page_nav_mobile_fixed ul li {
    display: block;
    margin-right: 0;
  }
  body#mercury .row.first #in_page_nav_mobile ul li:last-child, body#mercury .row.first #in_page_nav_mobile_fixed ul li:last-child {
    margin-right: 0;
  }
  body#mercury .row.first #in_page_nav_mobile ul li a, body#mercury .row.first #in_page_nav_mobile_fixed ul li a {
    font-family: "Rajdhani";
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    color: white;
    font-size: 1.1em;
    padding: 0.92em 30px;
    display: block;
  }
  body#mercury .row.first #in_page_nav_mobile ul li a:hover, body#mercury .row.first #in_page_nav_mobile_fixed ul li a:hover {
    text-decoration: underline;
  }
  body#mercury .row.first #in_page_nav_mobile ul li.active a, body#mercury .row.first #in_page_nav_mobile_fixed ul li.active a {
    text-decoration: underline;
  }
}
body#mercury .row.first #in_page_nav_fix {
  display: none;
  transition: top 125ms linear;
}
@media only screen and (max-width: 767px) {
  body#mercury .row.first #in_page_nav_fix {
    display: none !important;
  }
}
body#mercury .row.first #in_page_nav_fix.fixed {
  display: block;
  z-index: 3;
}
@media only screen and (min-width: 1024px) {
  body#mercury .row.first #in_page_nav_fix.extra {
    top: 78px;
  }
}
body#mercury .row.first #in_page_nav_mobile_fixed {
  display: none !important;
  transition: top 125ms linear;
  width: 100% !important;
}
@media only screen and (min-width: 1024px) {
  body#mercury .row.first #in_page_nav_mobile_fixed {
    display: none !important;
  }
}
body#mercury .row.first #in_page_nav_mobile_fixed .in_page_mobile_expand_fixed {
  right: 30px !important;
}
body#mercury .row.first #in_page_nav_mobile_fixed ul {
  padding: 0 !important;
}
body#mercury .row.first #in_page_nav_mobile_fixed.fixed {
  display: block !important;
  z-index: 3;
  top: 70px !important;
}
@media only screen and (min-width: 1024px) {
  body#mercury .row.first #in_page_nav_mobile_fixed.extra {
    top: 78px;
  }
}

/*# sourceMappingURL=view.css.map*/