@charset "UTF-8";
/* =================================
	Modules
=================================== */
/* =================================
	Variables
=================================== */
/* =================================
	Custom Variables
=================================== */
/* =================================
	Partials
=================================== */
/* =================================
	Text select
=================================== */
::selection {
  background: #DEE2E6;
  /* WebKit/Blink Browsers */
}

::-moz-selection {
  background: #DEE2E6;
  /* Gecko Browsers */
}

img {
  max-width: 100%;
  flex-shrink: 0;
}

.overflow-hidden-x {
  overflow-x: hidden;
}

hr {
  border-top: 2px solid #F6E6BD;
}

address {
  margin-bottom: 0;
}

/* =================================
	CSS
=================================== */
body {
  color: #868E96;
  font-family: "Ubuntu", sans-serif;
  font-size: 15px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1180px;
  }
}
@media (max-width: 991.98px) {
  .container {
    max-width: 100%;
  }
}

a {
  transition: all 150ms linear 0s;
}

a, a:active, a:focus, a:hover {
  box-shadow: none !important;
  outline: medium none;
}

.col-tight {
  padding: 0;
}

.tint {
  background-color: #d3edff;
  border-radius: 4px;
  height: 100px;
  width: 100px;
}

.dark {
  background-color: #85afcc;
  border-radius: 4px;
  height: 100px;
  width: 100px;
}

.text-quinary-transparent {
  color: rgba(105, 116, 140, 0.5);
}

/* =================================
	Partners
=================================== */
.partners a {
  margin-right: 5px;
}
.partners a:focus, .partners a:hover {
  text-decoration: none;
}

/* =================================
	Background Colors
=================================== */
.bg-secondary {
  background-color: #003399 !important;
}

.bg-tertiary {
  background-color: #F2A619;
}

/* =================================
	Extend Background Image
=================================== */
.extend-background-image {
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 70% auto;
  margin-bottom: -15px;
}
@media (max-width: 1199.98px) {
  .extend-background-image {
    background-position: left -50% center;
    background-size: 80% auto;
  }
}
@media (max-width: 991.98px) {
  .extend-background-image {
    background-image: none !important;
  }
}

/* =================================
	Extend Background
=================================== */
@media (min-width: 992px) {
  .extend-bg::before {
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 99999px;
  }
  .extend-bg.bg-secondary::before {
    background-color: #003399;
  }
  .extend-bg.bg-white::before {
    background-color: #FFFFFF;
  }
  .extend-bg.bg-light::before {
    background-color: #E9ECEF;
  }
  .extend-bg.bg-dark::before {
    background-color: #041840;
  }
}

.extend-bg-left::before {
  right: 100%;
}

.extend-bg-right::before {
  left: 100%;
}

/* =================================
	Buttons
=================================== */
/* =================================
	Button Primary
=================================== */
.btn-primary {
  background-color: #F20000;
  color: #FFFFFF;
}
.btn-primary:focus, .btn-primary:hover {
  background-color: #bf0000;
}
.btn-primary i {
  color: #FFFFFF;
}

/* =================================
	Button Secondary
=================================== */
.btn-secondary {
  background-color: #003399;
  color: #FFFFFF;
}
.btn-secondary:focus, .btn-secondary:hover {
  background-color: #002266;
}
.btn-secondary i {
  color: #A6DBFF;
}

/* =================================
	Button BG Image
=================================== */
.btn-bg-img {
  background-image: url("../assets/images/navbar/navbar-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50px;
  color: #003399;
  transition: all 150ms linear 0s;
}
.btn-bg-img:focus i, .btn-bg-img:hover i {
  color: #F2A619;
}
.btn-bg-img i {
  color: #69748C;
  transition: all 150ms linear 0s;
}

/* =================================
	Button Outline Gray
=================================== */
.btn-outline-gray {
  align-items: center;
  border: 2px solid #F8F9FA;
  border-radius: 4px !important;
  color: #003399;
  display: flex;
  font-weight: 500;
  height: 50px;
  margin-bottom: 0.5rem;
  padding-right: 40px;
  position: relative;
  text-align: left;
}
@media (max-width: 767.98px) {
  .btn-outline-gray {
    display: block;
    height: auto;
  }
}
.btn-outline-gray:focus, .btn-outline-gray:hover {
  background-color: #F8F9FA;
}
.btn-outline-gray .text-quinary {
  color: #69748C;
  display: block;
  font-weight: 400;
  line-height: 18px;
  white-space: normal;
}
.btn-outline-gray .file-icon {
  color: #F2A619;
  left: 15px;
  right: inherit;
}
.btn-outline-gray i {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.btn-outline-gray.btn-documents {
  padding-left: 40px;
}

/* =================================
	Button Outline Light
=================================== */
.btn-outline-light {
  border: 2px solid rgba(255, 255, 255, 0.25);
}
.btn-outline-light:focus, .btn-outline-light:hover {
  background-color: rgba(255, 255, 255, 0.25);
  border: 2px solid rgba(255, 255, 255, 0.25);
  color: #FFFFFF;
}

/* =================================
	Fonts
=================================== */
.font--standard {
  font-family: "Ubuntu", sans-serif;
}

.font--small {
  font-size: 14px;
}

.font--extra-small {
  font-size: 12px;
}

/* =================================
	Standard tags
=================================== */
p {
  color: #868E96;
  font-size: 1em;
  line-height: 24px;
  margin: 0 0 1em 0;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: #003399;
  font-weight: 700;
  margin: 0;
}

h1,
.h1 {
  font-size: 2.5em;
}
@media (max-width: 575.98px) {
  h1,
.h1 {
    font-size: 2.25em;
  }
}

h2,
.h2 {
  font-size: 1.875em;
}

h3,
.h3 {
  font-size: 1.5em;
}

h4,
.h4 {
  font-size: 1.25em;
}

h5,
.h5 {
  font-size: 1.125em;
}

h6,
.h6 {
  font-size: 1rem;
}

.lead p {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

small {
  font-size: 0.875em;
  line-height: 16px;
}

blockquote {
  margin: 3rem 0;
  position: relative;
}
blockquote p {
  color: #F2A619;
  font-size: 25px;
  line-height: 25px;
}
@media (max-width: 575.98px) {
  blockquote p {
    font-size: 1.125em;
    line-height: 28px;
  }
}
blockquote p::before {
  display: none;
}
blockquote cite {
  padding-left: 80px;
}

.read-more {
  color: #000000;
  font-weight: 600;
}

/* =================================
	Meta navigation (Dark)
=================================== */
.meta-navigation {
  background-color: #69748C;
  min-height: 40px;
}
@media (max-width: 991.98px) {
  .meta-navigation {
    min-height: 30px;
  }
}
.meta-navigation nav ul {
  padding-left: 0;
  margin-bottom: 0;
}
.meta-navigation nav ul li {
  display: inline-block;
  float: left;
}
@media (max-width: 991.98px) {
  .meta-navigation nav ul li.nav-social {
    float: left;
  }
}
.meta-navigation nav ul li.nav-social a {
  font-size: 12px;
  padding: 0 8px;
}
.meta-navigation nav ul li a {
  color: rgba(255, 255, 255, 0.5);
  display: block;
  font-size: 10px;
  line-height: 40px;
  padding: 0 14px;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .meta-navigation nav ul li a {
    line-height: 30px;
  }
}
.meta-navigation nav ul li a .count {
  border: 1px solid #FFFFFF;
  border-radius: 100%;
  display: inline-block;
  font-weight: 700;
  height: 19px;
  line-height: 17px;
  margin-left: 8px;
  text-align: center;
  width: 19px;
}
.meta-navigation nav ul li a:focus, .meta-navigation nav ul li a:hover {
  color: #FFFFFF;
  text-decoration: none;
}
.meta-navigation nav ul li.dropdown .dropdown-menu {
  min-width: 220px;
}
.meta-navigation nav ul li.dropdown .dropdown-item {
  color: #000000;
  font-size: 1em;
  text-transform: none;
}
.meta-navigation nav ul li.dropdown .dropdown-item:focus, .meta-navigation nav ul li.dropdown .dropdown-item:hover {
  color: #FFFFFF;
}
.meta-navigation nav ul li.dropdown .dropdown-item.logout {
  background-color: #F2A619;
  color: #FFFFFF;
  font-size: 0.75em;
  margin-top: 10px;
  text-align: center;
}
.meta-navigation.meta-navigation--footer {
  padding: 10px 0;
}
@media (min-width: 768px) {
  .meta-navigation.meta-navigation--footer {
    padding: 0;
  }
}
@media (max-width: 767.98px) {
  .meta-navigation.meta-navigation--footer nav ul li {
    display: block;
    float: none;
    text-align: center;
  }
}

/* =================================
	Navbar
=================================== */
.navbar {
  background: url("../assets/images/navbar/navbar-bg.png") no-repeat center/cover;
  height: 100px;
}
@media (max-width: 991.98px) {
  .navbar {
    background-color: #003399;
    background-image: none;
    height: 60px;
  }
}
@media (min-width: 992px) {
  .navbar .dropdown:hover > .dropdown-menu {
    display: block;
  }
}
.navbar .navbar-brand {
  background: url("../assets/images/navbar/brand-bg.png") no-repeat center/cover;
  height: 140px;
  left: 0;
  position: absolute;
  top: -40px;
  width: 268px;
}
@media (max-width: 991.98px) {
  .navbar .navbar-brand {
    height: 60px;
    top: 0;
    width: 134px;
  }
}
.navbar .navbar-brand img {
  left: 50%;
  position: absolute;
  transform: translate(-55%, -50%);
  top: 50%;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .navbar .navbar-brand img {
    width: 102px;
  }
}
@media (min-width: 992px) {
  .navbar .search-form-nav {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar .search-form-nav .form-control {
    background-color: #69748C;
    border: none;
    border-radius: 25px;
    color: #FFFFFF;
    font-size: 15px;
    height: 50px;
    margin: 10px 15px 0;
    width: 100%;
  }
  .navbar .search-form-nav .form-control::placeholder {
    color: rgba(255, 255, 255, 0.5);
  }
}
@media (max-width: 991.98px) {
  .navbar .navbar-nav {
    background-color: transparent;
    padding: 15px;
  }
}
.navbar .navbar-nav .nav-item {
  margin: 0 4px;
}
@media (max-width: 1199.98px) {
  .navbar .navbar-nav .nav-item {
    margin: 0 2px;
  }
}
@media (max-width: 991.98px) {
  .navbar .navbar-nav .nav-item {
    border: 2px solid rgba(255, 255, 255, 0.25);
    border-radius: 4px;
    margin-bottom: 10px;
  }
}
.navbar .navbar-nav .nav-item:focus .nav-link, .navbar .navbar-nav .nav-item:hover .nav-link, .navbar .navbar-nav .nav-item.active .nav-link {
  background-color: #F2A619;
  border-radius: 4px;
  color: #FFFFFF;
}
.navbar .navbar-nav .nav-item:focus .nav-link .fa-search, .navbar .navbar-nav .nav-item:hover .nav-link .fa-search, .navbar .navbar-nav .nav-item.active .nav-link .fa-search {
  color: #FFFFFF;
}
.navbar .navbar-nav .nav-item .nav-link {
  color: #69748C;
  font-size: 16px;
  font-weight: 500;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 1199.98px) {
  .navbar .navbar-nav .nav-item .nav-link {
    font-size: 14px;
    padding-left: 14px;
    padding-right: 14px;
  }
}
@media (max-width: 991.98px) {
  .navbar .navbar-nav .nav-item .nav-link {
    color: #FFFFFF;
  }
}
.navbar .navbar-nav .nav-item .nav-link::after {
  display: none;
}
.navbar .navbar-nav .nav-item .nav-link .fa-search {
  color: #041840;
}
.navbar .navbar-nav .nav-item .nav-link .fa-search:focus, .navbar .navbar-nav .nav-item .nav-link .fa-search:hover {
  color: #FFFFFF;
}
.navbar .navbar-nav .nav-item .dropdown-menu {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  background-color: #FFFFFF;
  border-radius: 4px;
  margin-top: 0;
  min-width: 100%;
}
@media (max-width: 991.98px) {
  .navbar .navbar-nav .nav-item .dropdown-menu {
    margin: 4px;
    min-width: auto;
  }
}
.navbar .navbar-nav .nav-item .dropdown-menu a {
  color: #041840;
  font-size: 15px;
  font-weight: 400;
  text-transform: none;
}
.navbar .navbar-nav .nav-item .dropdown-menu a:focus, .navbar .navbar-nav .nav-item .dropdown-menu a:hover {
  background-color: rgba(0, 51, 153, 0.2);
}
@media (max-width: 991.98px) {
  .navbar .navbar-nav .nav-item .dropdown-menu a {
    text-align: center;
  }
}
.navbar .btn-navbar {
  background: no-repeat center left/260px 100px;
  background-color: #003399;
  border: none;
  border-radius: 0;
  font-size: 17px;
  font-weight: 500;
  height: 100px;
  line-height: 100px;
  padding-bottom: 0;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 150ms linear 0s;
}
.navbar .btn-navbar:active, .navbar .btn-navbar:focus, .navbar .btn-navbar:hover {
  padding-right: 50px;
}
@media (max-width: 991.98px) {
  .navbar .btn-navbar:active, .navbar .btn-navbar:focus, .navbar .btn-navbar:hover {
    padding-right: 40px;
  }
}
@media (min-width: 992px) {
  .navbar .btn-navbar {
    -webkit-mask-image: url("../assets/images/navbar/header-cta.svg");
    mask-image: url("../assets/images/navbar/header-cta.svg");
  }
}
@media (max-width: 991.98px) {
  .navbar .btn-navbar {
    background-color: #F20000;
    background-image: none;
    border-radius: 4px;
    height: 60px;
    line-height: 60px;
    position: static;
    width: 100%;
  }
  .navbar .btn-navbar:active, .navbar .btn-navbar:focus, .navbar .btn-navbar:hover {
    background-color: #003399 !important;
    background-image: none !important;
  }
}
.navbar .btn-navbar i {
  color: #A6DBFF;
}
.navbar .search-link {
  font-size: 20px;
  position: absolute;
  right: 70px;
}
.navbar .search-link i {
  color: #FFFFFF;
}
.navbar .navbar-toggler {
  background-color: #A6DBFF;
  border: none;
  border-radius: 0;
  height: 50px;
  padding: 0.6rem;
  position: absolute;
  right: 15px;
  top: 45px;
  transition: all 150ms linear 0s;
  width: 50px;
  z-index: 999;
}
@media (max-width: 991.98px) {
  .navbar .navbar-toggler {
    border-radius: 100%;
    height: 40px;
    line-height: 0;
    top: 10px;
    width: 40px;
  }
}
.navbar .navbar-toggler[aria-expanded=false] {
  transition: all 150ms linear 0s;
}
.navbar .navbar-toggler[aria-expanded=false] .bg-menu-close {
  display: none;
}
.navbar .navbar-toggler[aria-expanded=true] {
  transition: all 150ms linear 0s;
}
.navbar .navbar-toggler[aria-expanded=true] .bg-menu-open {
  display: none;
}
@media (max-width: 991.98px) {
  .navbar .navbar-collapse {
    background-color: rgba(4, 24, 64, 0.9);
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 100%;
    width: 100%;
    z-index: 9999;
  }
}

/* =================================
  Blox - Video
=================================== */
.blox--video {
  height: 262px;
  position: relative;
}
@media (min-width: 768px) {
  .blox--video {
    height: 340px;
  }
}
.blox--video .play-button {
  color: #FFFFFF;
  font-size: 6.25em;
  left: 50%;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.blox--video .data-text {
  bottom: 1em;
  color: #FFFFFF;
  display: none !important;
  font-size: 1.5em;
  font-weight: 600;
  left: 0.75em;
  line-height: 1;
  position: absolute;
  right: 125px;
}
@media (min-width: 768px) {
  .blox--video .data-text {
    font-size: 2em;
  }
}
.blox--video .embed-responsive-item {
  height: 262px;
}
@media (min-width: 768px) {
  .blox--video .embed-responsive-item {
    height: 340px;
  }
}
.blox--video .embed-responsive {
  height: 100%;
}

/* =================================
	Header - Home
=================================== */
.header--home .h3 {
  font-size: 22px;
  line-height: 25px;
}
@media (max-width: 767.98px) {
  .header--home .h3 {
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
  }
}
.header--home .h3 i {
  color: #F2A619;
}

#calendar .btn-primary,
#calendar .btn-secondary {
  background-color: inherit;
  color: #343A40;
  border-radius: 0;
  border-color: #ADB5BD;
}
#calendar .btn-primary.active,
#calendar .btn-secondary.active {
  color: #fff;
  background-color: #003399;
}

/* =================================
	Card - Avatar
=================================== */
.card--avatar {
  background-color: transparent;
  border: none;
  border-radius: 0;
  display: block;
  line-height: 24px;
}
@media (max-width: 767.98px) {
  .card--avatar {
    margin-bottom: 1.5rem;
  }
}
.card--avatar .avatar {
  border: 9px solid #F2A619;
  border-radius: 100%;
  height: 112px;
  overflow: hidden;
  width: 112px;
}
@media (max-width: 767.98px) {
  .card--avatar .avatar {
    height: 94px;
    width: 94px;
  }
}
.card--avatar .avatar img {
  width: 100%;
}
.card--avatar .content h6 {
  margin-bottom: 5px;
}
.card--avatar .content p {
  line-height: 24px;
  margin-bottom: 0;
}

/* =================================
	Card - Standard
=================================== */
.card--standard {
  border: none;
  border-radius: 0;
  display: block;
  transition: all 150ms linear 0s;
}
.card--standard:focus, .card--standard:hover {
  text-decoration: none;
}
.card--standard:focus .card-title, .card--standard:hover .card-title {
  color: #F2A619;
}
.card--standard img {
  border-radius: 4px;
}
.card--standard .h6 {
  color: rgba(105, 116, 140, 0.5);
  font-size: 14px;
  margin-bottom: 4px;
}
.card--standard .card-title {
  transition: all 150ms linear 0s;
}
.card--standard .card-body {
  padding: 1.25rem 0;
}
.card--standard .card-body .card-text {
  max-height: 100px;
  overflow-y: hidden;
}
@media (max-width: 767.98px) {
  .card--standard .card-body .card-text {
    height: auto;
  }
}
.card--standard .card-body .read-more {
  color: #003399;
}
.card--standard .card-body .read-more i {
  color: #F2A619;
}

/* =================================
	Card - Mini row
=================================== */
.card--mini-row {
  border: none;
}
.card--mini-row:focus, .card--mini-row:hover {
  text-decoration: none;
}
.card--mini-row:focus .media-body h5, .card--mini-row:hover .media-body h5 {
  color: #F2A619;
}
.card--mini-row img {
  border-radius: 4px;
  height: 90px;
  width: 120px;
}
.card--mini-row .media-body {
  height: 90px;
}
.card--mini-row .media-body h5 {
  font-size: 14px;
  font-weight: 700;
  transition: all 150ms linear 0s;
}
.card--mini-row .svg-inline--fa {
  bottom: 20px;
  position: absolute;
  right: 0;
}

/* =================================
	Card - Home
=================================== */
.card--home {
  border: none;
  border-radius: 4px;
  margin-bottom: 30px;
  overflow: hidden;
  transition: all 150ms linear 0s;
}
.card--home:focus, .card--home:hover {
  text-decoration: none;
}
.card--home.card--xs {
  height: 200px;
}
.card--home.card--sm {
  height: 420px;
}
.card--home.card--md {
  height: 200px;
}
.card--home.card--lg {
  height: 420px;
}
.card--home.card--0 {
  background-color: #F2A619;
}
.card--home.card--0 .block-top {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 340px;
}
.card--home.card--0 .block-bottom {
  height: 80px;
}
.card--home.card--1 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.card--home.card--1:focus .overlay, .card--home.card--1:hover .overlay {
  background-color: rgba(0, 51, 153, 0.6);
}
.card--home.card--1 .overlay {
  background-color: rgba(0, 51, 153, 0.4);
  bottom: 0;
  left: 0;
  padding: 15px;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 150ms linear 0s;
}
.card--home.card--1 .overlay i {
  color: #FFFFFF;
  font-size: 24px;
}
.card--home.card--2 {
  position: relative;
}
.card--home.card--2:focus .overlay, .card--home.card--2:hover .overlay {
  background-color: rgba(4, 24, 64, 0.6);
}
.card--home.card--2 .overlay {
  background-color: rgba(4, 24, 64, 0.4);
  bottom: 0;
  left: 0;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 150ms linear 0s;
}
.card--home.card--2 .overlay .content {
  width: 320px;
}
.card--home.card--2 .overlay p {
  color: #CED4DA;
  font-size: 15px;
  line-height: 17px;
  margin-bottom: 0;
}
.card--home.card--2 .overlay i {
  color: #FFFFFF;
  font-size: 24px;
}
.card--home.card--3 {
  position: relative;
}
.card--home.card--3:focus .overlay, .card--home.card--3:hover .overlay {
  background-color: #f0d590;
}
.card--home.card--3 .overlay {
  background-color: #f6e6bd;
  bottom: 0;
  left: 0;
  padding: 15px;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 150ms linear 0s;
}
.card--home.card--3 .overlay i {
  color: #003399;
  font-size: 24px;
}
.card--home.card--3 p {
  color: rgba(4, 24, 64, 0.5);
  font-size: 15px;
  line-height: 17px;
}
.card--home.card--3 i {
  color: #003399;
  font-size: 24px;
}
.card--home.card--4 {
  background-color: #A6DBFF;
}
.card--home.card--4:focus, .card--home.card--4:hover {
  background-color: #73c6ff;
}
.card--home.card--4 .date {
  color: #003399;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}
.card--home.card--4 p {
  color: rgba(0, 51, 153, 0.5);
  line-height: 17px;
}
.card--home.card--4 .read-more {
  color: #003399;
}
.card--home.card--4 .read-more i {
  color: #003399;
}

/* =================================
	Hero
=================================== */
.hero {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-clip-path: polygon(100% 0, 100% 50%, 100% 100%, 50% 95%, 0 100%, 0 0);
  clip-path: polygon(100% 0, 100% 50%, 100% 100%, 50% 95%, 0 100%, 0 0);
}
.hero .h1 {
  font-size: 50px;
  line-height: 50px;
  text-align: center;
}

/* =================================
	Hero - Small
=================================== */
.hero--small {
  height: 305px;
}

/* =================================
	Accordion
=================================== */
#accordion .card {
  border: none;
  margin-bottom: 10px;
}
#accordion .card:last-child .card-header {
  border-bottom: none;
}
#accordion .card .card-header {
  background-color: #F8F9FA;
  background-image: url("../assets/images/navbar/navbar-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  border: none;
  border-radius: 4px;
  padding: 0;
}
#accordion .card .card-header .btn-link {
  border: none;
  color: #003399;
  font-weight: 500;
  height: 50px;
  padding: 0.25rem 1.25rem;
  position: relative;
  text-align: left;
  width: 100%;
  text-decoration: none;
}
#accordion .card .card-header .btn-link i {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
#accordion .card .card-header .btn-link[aria-expanded=true] {
  background-color: #003399;
  border: none;
  color: #FFFFFF;
}
#accordion .card .card-header .btn-link[aria-expanded=true] i {
  color: #A6DBFF;
  transform: rotate(180deg) translateY(50%);
}
#accordion .card .card-body {
  border: none;
}
#accordion .card .card-body ul {
  margin-bottom: 0;
  padding-left: 0;
}
#accordion .card .card-body ul li {
  line-height: 40px;
  list-style: none;
}
#accordion .card .card-body ul li a {
  color: #003399;
  font-size: 0.875em;
  font-weight: 500;
}
#accordion .card .card-body ul li a:focus, #accordion .card .card-body ul li a:hover {
  color: #003399;
}
#accordion .card .card-body ul li a i {
  color: #F2A619;
  margin-right: 5px;
  position: relative;
  top: 1px;
}

/* =================================
	Article
=================================== */
article .article--hero {
  border-radius: 4px;
}
article h3 {
  margin-bottom: 1rem !important;
}
article iframe {
  border-radius: 4px;
}
article .article--form {
  background-image: url("../assets/images/backgrounds/ep_naturalwhite.png");
  background-position: center;
  background-repeat: repeat;
  background-size: auto;
  border-radius: 4px;
  padding: 45px 30px;
}
article ul {
  margin-top: 1rem;
  padding-left: 28px;
}
article ul li {
  color: #69748C;
  font-size: 15px;
  font-weight: 500;
  list-style: none;
  margin-bottom: 14px;
  position: relative;
}
article ul li::before {
  content: "•";
  color: #F2A619;
  font-size: 22px;
  left: -25px;
  line-height: 0;
  position: absolute;
  top: 10px;
}
article .btn {
  border-radius: 50px;
}
article .read-more {
  color: #003399;
  font-weight: 500;
}
article .read-more:focus, article .read-more:hover {
  color: #F2A619;
  text-decoration: none;
}
article .read-more i {
  color: #A6DBFF;
}

/* =================================
	Form
=================================== */
form .btn {
  border: none;
  border-radius: 50px;
  height: 40px;
  padding-left: 20px;
  padding-right: 20px;
}
form label {
  color: #041840;
  font-size: 14px;
  font-weight: 700;
}
form .form-control {
  background-color: #FFFFFF;
  border: 1px solid #DEE2E6;
  border-radius: 4px;
  color: #868E96;
  font-size: 0.875em;
  height: 50px;
}
form .form-control:focus {
  border-color: #4FBB55;
  box-shadow: none;
}
form .custom-select {
  background-color: #FFFFFF;
  border: 1px solid #DEE2E6;
  border-radius: 4px;
  color: #003399;
  font-size: 0.875em;
  height: 50px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
form .custom-select:focus {
  border-color: #4FBB55;
  box-shadow: none;
}
form .custom-checkbox:checked {
  font-weight: 700;
}
form .custom-checkbox .custom-control-label {
  color: #003399;
  font-weight: 400 !important;
  line-height: 28px;
  margin-bottom: 8px;
  padding-left: 8px;
}
form .custom-checkbox .custom-control-label::before {
  background-color: #FFFFFF;
  border: 1px solid #DEE2E6;
  border-radius: 0;
  height: 20px;
  width: 20px;
}
form .custom-checkbox a {
  text-decoration: underline;
}
form .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #FFFFFF;
}
form .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23F2A619' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
  background-size: 60%;
  height: 20px;
  width: 20px;
}
form .custom-radio .custom-control-label {
  font-weight: 400 !important;
  line-height: 30px;
  padding-left: 8px;
}
form .custom-radio .custom-control-label::before {
  background-color: #FFFFFF;
  border: 1px solid #DEE2E6;
  height: 20px;
  width: 20px;
}
form .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #FFFFFF;
}
form .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23F2A619'/%3E%3C/svg%3E");
  background-size: 60%;
  height: 20px;
  width: 20px;
}
form .custom-file {
  overflow-x: hidden;
}
form .custom-file-label {
  line-height: 26px;
}
form .custom-file-label::after {
  line-height: 26px;
}
form .forgot-password {
  float: right;
  font-size: 0.875em;
  margin-top: 10px;
  text-decoration: underline;
}
@media (max-width: 575.98px) {
  form .forgot-password {
    float: left;
  }
}
form textarea {
  height: 185px !important;
}

/* =================================
	Search Form
=================================== */
.search-form .form-control {
  background-color: #F8F9FA;
  border: 1px solid #E9ECEF;
  border-radius: 0;
  font-size: 0.875em;
  height: 40px;
}
.search-form .input-group-btn {
  background-color: #F8F9FA;
  border: 1px solid #E9ECEF;
  border-radius: 0;
  font-size: 0.875em;
  height: 40px;
}
.search-form .input-group-btn .btn {
  background-color: transparent;
  border-radius: 0;
  line-height: 40px;
  padding: 0;
  width: 40px;
}

/* =================================
	Carousel - Home
=================================== */
.carousel--home .carousel-cell {
  background-color: #F6E6BD;
  width: 100%;
}
.carousel--home .carousel-cell .block-top {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 262px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
.carousel--home .carousel-cell .block-top:focus, .carousel--home .carousel-cell .block-top:hover {
  text-decoration: none;
}
.carousel--home .carousel-cell .block-top .overlay {
  background-color: rgba(0, 51, 153, 0.4);
  bottom: 0;
  height: 100%;
  left: 0;
  padding: 15px;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 150ms linear 0s;
}
.carousel--home .carousel-cell .block-top i {
  color: #003399;
  font-size: 24px;
}
.carousel--home .flickity-page-dots {
  bottom: 20px;
}
.carousel--home .flickity-page-dots .dot {
  background-color: transparent;
  border: 2px solid white;
  height: 12px;
  width: 12px;
}
.carousel--home .flickity-page-dots .dot.is-selected {
  background-color: #FFFFFF;
}

/* =================================
	Callout - Banner
=================================== */
.callout--banner {
  background: #003399;
  -webkit-clip-path: polygon(50% 3%, 100% 0, 100% 100%, 50% 97%, 0 100%, 0 0);
  clip-path: polygon(50% 3%, 100% 0, 100% 100%, 50% 97%, 0 100%, 0 0);
  position: relative;
  width: 100%;
}
.callout--banner .h1 {
  text-shadow: 2px 2px 2px #1d273a;
}
@media (max-width: 991.98px) {
  .callout--banner {
    -webkit-clip-path: polygon(50% 1%, 100% 0, 100% 100%, 50% 99%, 0 100%, 0 0);
    clip-path: polygon(50% 1%, 100% 0, 100% 100%, 50% 99%, 0 100%, 0 0);
  }
  .callout--banner .h1 {
    font-size: 30px;
  }
}
@media (max-width: 767.98px) {
  .callout--banner {
    -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 100%, 50% 100%, 0 100%, 0 0);
    clip-path: polygon(50% 0%, 100% 0, 100% 100%, 50% 100%, 0 100%, 0 0);
    height: 450px;
    margin-top: -10px;
    padding-top: 30px;
  }
  .callout--banner .h1 {
    font-size: 25px;
    font-weight: 500;
  }
}
.callout--banner .bg-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 420px;
  width: 100%;
}

/* =================================
	Callout - News
=================================== */
.callout--news {
  background: url("../assets/images/backgrounds/ep_naturalwhite.png") repeat center/auto 400px;
  -webkit-clip-path: polygon(50% 3%, 100% 0, 100% 100%, 50% 97%, 0 100%, 0 0);
  clip-path: polygon(50% 3%, 100% 0, 100% 100%, 50% 97%, 0 100%, 0 0);
  position: relative;
  width: 100%;
}
@media (max-width: 991.98px) {
  .callout--news {
    -webkit-clip-path: polygon(50% 1%, 100% 0, 100% 100%, 50% 99%, 0 100%, 0 0);
    clip-path: polygon(50% 1%, 100% 0, 100% 100%, 50% 99%, 0 100%, 0 0);
  }
  .callout--news .h1 {
    font-size: 30px;
  }
}
@media (max-width: 767.98px) {
  .callout--news {
    -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 100%, 50% 100%, 0 100%, 0 0);
    clip-path: polygon(50% 0%, 100% 0, 100% 100%, 50% 100%, 0 100%, 0 0);
    margin-top: -10px;
    padding-top: 30px;
  }
  .callout--news .h1 {
    font-size: 25px;
    font-weight: 500;
  }
}
.callout--news .carousel-cell {
  height: 300px;
  margin-left: 1%;
  margin-right: 1%;
  width: 32%;
}
@media (max-width: 991.98px) {
  .callout--news .carousel-cell {
    height: 225px;
  }
}
@media (max-width: 767.98px) {
  .callout--news .carousel-cell {
    height: 425px;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .callout--news .carousel-cell {
    height: 250px;
  }
}
.callout--news .carousel-cell .card {
  background-color: transparent;
}
.callout--news .flickity-button {
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 66px 100px;
  border-radius: 0;
  height: 100px;
  width: 66px;
}
.callout--news .flickity-button:focus, .callout--news .flickity-button:hover {
  opacity: 0.8;
  background-size: 66px 100px;
}
@media (max-width: 575.98px) {
  .callout--news .flickity-button {
    background-size: 40px 60px;
    height: 60px;
    width: 40px;
  }
  .callout--news .flickity-button:focus, .callout--news .flickity-button:hover {
    background-color: transparent !important;
    background-size: 40px 60px;
  }
}
.callout--news .flickity-button svg {
  display: none;
}
.callout--news .flickity-button.previous {
  background-color: #003399;
  -webkit-mask-image: url("../assets/images/icons/horizontal-nav.svg");
  mask-image: url("../assets/images/icons/horizontal-nav.svg");
  left: 0;
}
.callout--news .flickity-button.next {
  background-color: #003399;
  -webkit-mask-image: url("../assets/images/icons/horizontal-nav.svg");
  mask-image: url("../assets/images/icons/horizontal-nav.svg");
  -moz-transform: translateY(-50%) scaleX(-1);
  -o-transform: translateY(-50%) scaleX(-1);
  -webkit-transform: translateY(-50%) scaleX(-1);
  transform: translateY(-50%) scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
  right: 0;
}

/* =================================
	Attachments
=================================== */
#attachments nav ul {
  margin-bottom: 0;
  padding-left: 0;
}
#attachments nav ul li {
  list-style: none;
}
#attachments nav ul li::before {
  display: none;
}
#attachments nav ul li a {
  color: #003399;
  font-size: 12px;
  font-weight: 500;
  padding-left: 20px;
  position: relative;
  display: inline-block;
  line-height: 17px;
  margin-bottom: 6px;
}
#attachments nav ul li a:focus, #attachments nav ul li a:hover {
  color: #F2A619;
  text-decoration: none;
}
#attachments nav ul li a i {
  color: #F2A619;
  left: 0;
  position: absolute;
  top: 2px;
}

/* =================================
	Widget - Google Maps
=================================== */
.google-maps {
  border-radius: 4px;
  margin-top: 0;
  overflow: hidden;
}
.google-maps #map {
  height: 216px;
}
.google-maps.google-maps--colors #map {
  min-height: 750px;
}
@media (max-width: 991.98px) {
  .google-maps.google-maps--colors #map {
    min-height: 300px;
  }
}

/* =================================
   Widget - Address
=================================== */
.widget--address {
  background-color: rgba(242, 166, 25, 0.2);
  border-radius: 4px;
  padding: 20px;
}
.widget--address p {
  color: #041840;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
}
.widget--address address {
  line-height: 18px;
}
.widget--address address h6 {
  margin-bottom: 0.5rem !important;
}
.widget--address address p {
  color: #868E96;
  margin-bottom: 0;
}
.widget--address address .btn {
  border-radius: 50px;
}

/* =================================
	Vacancies
=================================== */
.media--vacancy {
  border-bottom: 2px solid #E9ECEF;
  color: #868E96;
  padding: 1.5rem 0;
}
@media (max-width: 767.98px) {
  .media--vacancy {
    display: block;
    float: left;
  }
}
.media--vacancy .h5 {
  transition: all 150ms linear 0s;
}
.media--vacancy:focus, .media--vacancy:hover {
  text-decoration: none;
}
.media--vacancy:focus .h5, .media--vacancy:hover .h5 {
  color: #F2A619;
}
.media--vacancy img {
  border-radius: 4px;
  width: 180px !important;
}
@media (max-width: 767.98px) {
  .media--vacancy img {
    margin-top: 1rem;
    width: 100% !important;
  }
}

ul.specifications {
  float: left;
  margin: 0;
  padding-left: 0;
}
@media (max-width: 767.98px) {
  ul.specifications {
    padding-left: 1rem;
  }
}
ul.specifications li {
  color: #003399;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 0;
  margin-right: 1.5rem;
  padding-left: 0;
  position: relative;
}
@media (max-width: 767.98px) {
  ul.specifications li {
    display: block;
    line-height: 28px;
  }
  ul.specifications li:first-child::before {
    line-height: 38px;
    visibility: visible !important;
  }
}
ul.specifications li::before {
  color: #F2A619;
  content: "•";
  font-size: 20px;
  left: -16px;
  position: absolute;
  top: 50%;
  transform: translateY(-51%);
}
ul.specifications li:first-child::before {
  visibility: hidden;
}

/* =================================
	Vacancy Featured
=================================== */
.vacancy-featured.bg-light {
  position: relative;
}
.vacancy-featured.bg-light::after {
  background-color: #FFFFFF;
  bottom: 0;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
}
@media (max-width: 767.98px) {
  .vacancy-featured.bg-light::after {
    display: none;
  }
}

/* =================================
	Social Share
=================================== */
#social-share {
  background-color: #E0F2FF;
  border-radius: 4px;
}
#social-share .icon {
  border-radius: 100%;
  color: #FFFFFF;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  margin: 0 3px;
  text-align: center;
  width: 40px;
}
#social-share .icon.facebook {
  background-color: #3B5998;
}
#social-share .icon.facebook:focus, #social-share .icon.facebook:hover {
  background-color: #2d4373;
}
#social-share .icon.twitter {
  background-color: #55ACEE;
}
#social-share .icon.twitter:focus, #social-share .icon.twitter:hover {
  background-color: #2795e9;
}
#social-share .icon.instagram {
  background-color: #BC2A8D;
}
#social-share .icon.instagram:focus, #social-share .icon.instagram:hover {
  background-color: #92216e;
}
#social-share .icon.linkedin {
  background-color: #007BB5;
}
#social-share .icon.linkedin:focus, #social-share .icon.linkedin:hover {
  background-color: #005882;
}

/* =================================
	Labels
=================================== */
.label {
  background-color: #F2A619;
  color: #FFFFFF;
  font-size: 0.75em;
  font-weight: 700;
  padding: 2px 5px;
  position: absolute;
  text-transform: uppercase;
  top: 0;
}

.label--locked {
  background-color: #FFFFFF;
  border-radius: 2px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 10px;
  width: 44px;
}
.label--locked i {
  color: #003399;
}

/* =================================
	Footer
=================================== */
footer nav ul {
  margin-bottom: 0;
  padding-left: 0;
}
footer nav ul li {
  list-style: none;
}
footer nav ul li a {
  color: #003399;
  font-size: 11px;
  padding-left: 20px;
  position: relative;
  display: inline-block;
  line-height: 17px;
  margin-bottom: 6px;
}
footer nav ul li a:focus, footer nav ul li a:hover {
  color: #F2A619;
  text-decoration: none;
}
footer nav ul li a i {
  color: #F2A619;
  left: 0;
  position: absolute;
  top: 3px;
}
footer address {
  color: #69748C;
  font-size: 12px;
  line-height: 18px;
}
footer address a {
  color: #69748C;
}
footer address a:focus, footer address a:hover {
  color: #F2A619;
  text-decoration: none;
}
footer .partners {
  margin-top: 1rem;
}
footer .partners a {
  display: inline-block;
  margin-bottom: 3px;
}

/* =================================
	Photogallery
=================================== */
#photogallery .date {
  color: rgba(105, 116, 140, 0.5);
  font-size: 12px;
  margin-bottom: 4px;
}
#photogallery .carousel {
  margin-bottom: 40px;
}
#photogallery .carousel-cell {
  border-radius: 5px;
  height: auto;
  margin-right: 10px;
  overflow: hidden;
  width: 100%;
}
#photogallery .carousel-nav .carousel-cell {
  height: 102px;
  opacity: 0.5;
  width: 180px;
}
@media (max-width: 575.98px) {
  #photogallery .carousel-nav .carousel-cell {
    height: 57px;
    width: 100px;
  }
}
#photogallery .carousel-nav .carousel-cell.is-nav-selected {
  opacity: 1;
}
#photogallery .flickity-prev-next-button {
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 66px 100px;
  border-radius: 0;
  height: 100px;
  width: 66px;
}
@media (max-width: 575.98px) {
  #photogallery .flickity-prev-next-button {
    background-size: 40px 60px;
    height: 60px;
    width: 40px;
  }
}
#photogallery .flickity-prev-next-button svg {
  display: none;
}
#photogallery .flickity-prev-next-button.previous {
  background-color: #003399;
  -webkit-mask-image: url("../assets/images/icons/horizontal-nav.svg");
  mask-image: url("../assets/images/icons/horizontal-nav.svg");
  left: 0;
}
#photogallery .flickity-prev-next-button.next {
  background-color: #003399;
  -webkit-mask-image: url("../assets/images/icons/horizontal-nav.svg");
  mask-image: url("../assets/images/icons/horizontal-nav.svg");
  -moz-transform: translateY(-50%) scaleX(-1);
  -o-transform: translateY(-50%) scaleX(-1);
  -webkit-transform: translateY(-50%) scaleX(-1);
  transform: translateY(-50%) scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
  right: 0;
}

/* =================================
	Media - Media Row
=================================== */
.media--row {
  margin: 30px 0;
  position: relative;
}
.media--row:focus, .media--row:hover {
  text-decoration: none;
}
.media--row:focus .read-more, .media--row:hover .read-more {
  color: #F2A619;
}
@media (max-width: 767.98px) {
  .media--row {
    display: block !important;
  }
}
.media--row img {
  border-radius: 4px;
  height: 159px;
}
@media (max-width: 767.98px) {
  .media--row img {
    height: auto;
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .media--row .media-body {
    margin-top: 1rem;
  }
}
.media--row .read-more {
  font-weight: 500;
  transition: all 150ms linear 0s;
}
.media--row.media--row-search {
  border-bottom: none;
  padding-bottom: 0;
}

/* =================================
	Pagination
=================================== */
.pagination li {
  margin-bottom: 0;
  padding-left: 0;
}
.pagination li.active .page-link {
  background-color: transparent;
  color: #003399;
  font-weight: 700;
}
.pagination li::before {
  content: "";
  margin-left: 0;
  width: 0;
}
.pagination li:first-child .page-link {
  background-color: transparent;
  border-radius: 0;
  color: #003399;
}
.pagination li:last-child .page-link {
  background-color: transparent;
  border-radius: 0;
  color: #003399;
}
.pagination li .page-link {
  border: none;
  color: rgba(105, 116, 140, 0.75);
  font-size: 18px;
  font-weight: 400;
  height: 50px;
  line-height: 34px;
  text-align: center;
  width: 53px;
}
@media (max-width: 767.98px) {
  .pagination li .page-link {
    height: 40px;
    line-height: 22px;
    width: 43px;
  }
}
.pagination li .page-link:focus, .pagination li .page-link:hover {
  background-color: transparent;
  color: #003399;
}

/* =================================
	Copyright
=================================== */
#copyright {
  background-color: #FFFFFF;
  color: #868E96;
  font-size: 8px;
  font-weight: 700;
  line-height: 10px;
  padding: 10px 0;
  text-align: center;
  text-transform: uppercase;
}
#copyright a {
  color: #000000;
}

/* =================================
	Cookie bar
=================================== */
#cookie-bar {
  background-color: rgba(33, 37, 41, 0.9);
  bottom: 0;
  color: #FFFFFF;
  left: 0;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 999;
}
#cookie-bar a {
  color: #FFFFFF;
  text-decoration: underline;
}
#cookie-bar .btn {
  background-color: #F2A619;
  border: none;
  text-decoration: none;
  width: auto;
}
#cookie-bar .btn:focus, #cookie-bar .btn:hover {
  background-color: #cc890c;
}

/* =================================
	Custom Import
=================================== */
/* =================================
	Next / Previous buttons to see other pages
=================================== */
.btn-next-prev-pages-container {
  bottom: 40vh;
  font-size: 12px;
  left: -160px;
  max-width: 200px;
  min-width: 200px;
  position: fixed;
  transition: all 150ms linear 0s;
  z-index: 99999999;
}
.btn-next-prev-pages-container:focus, .btn-next-prev-pages-container:hover {
  left: 0;
  opacity: 1;
}
.btn-next-prev-pages-container:focus nav, .btn-next-prev-pages-container:hover nav {
  opacity: 1;
}
.btn-next-prev-pages-container a {
  background-color: #343A40;
  display: block;
  color: #FFFFFF;
  float: left;
  height: 35px;
  line-height: 35px;
  text-align: center;
  width: 35px;
}
.btn-next-prev-pages-container a:focus, .btn-next-prev-pages-container a:hover {
  background-color: #495057;
}
.btn-next-prev-pages-container .btn-next-prev-setting {
  background-color: #D22151;
  color: #FFFFFF;
  height: 40px;
  line-height: 40px;
  min-width: 200px;
  text-align: right;
  width: 40px;
}
.btn-next-prev-pages-container .btn-next-prev-setting span {
  font-weight: bold;
  padding: 0 20px;
}
.btn-next-prev-pages-container .btn-next-prev-setting img {
  margin-right: 12px;
  width: 16px;
}
.btn-next-prev-pages-container nav {
  opacity: 0;
  transition: all 150ms linear 0s;
}
.btn-next-prev-pages-container nav ul {
  margin-bottom: 0;
  padding-left: 0;
}
.btn-next-prev-pages-container nav ul li {
  list-style: none;
}
.btn-next-prev-pages-container nav ul li.active a {
  background-color: #495057;
}
.btn-next-prev-pages-container nav ul li a {
  display: block;
  padding: 0 20px;
  text-align: left;
  width: 100%;
}
.btn-next-prev-pages-container nav ul li a:focus, .btn-next-prev-pages-container nav ul li a:hover {
  text-decoration: none;
}

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