@font-face {
  font-family: "Metric";
  src: url("../fonts/MetricMedium.eot");
  src: url("../fonts/MetricMedium.eot?#iefix") format("embedded-opentype"), url("../fonts/MetricMedium.woff2") format("woff2"), url("../fonts/MetricMedium.woff") format("woff"), url("../fonts/MetricMedium.ttf") format("truetype"), url("../fonts/MetricMedium.svg#MetricMedium") format("svg");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "Metric";
  src: url("../fonts/Metric-Regular.eot");
  src: url("../fonts/Metric-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Metric-Regular.woff2") format("woff2"), url("../fonts/Metric-Regular.woff") format("woff"), url("../fonts/Metric-Regular.ttf") format("truetype"), url("../fonts/Metric-Regular.svg#Metric-Regular") format("svg");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Metric";
  src: url("../fonts/Metric-Light.eot");
  src: url("../fonts/Metric-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Metric-Light.woff2") format("woff2"), url("../fonts/Metric-Light.woff") format("woff"), url("../fonts/Metric-Light.ttf") format("truetype"), url("../fonts/Metric-Light.svg#Metric-Light") format("svg");
  font-style: normal;
  font-weight: 300;
}
html {
  scroll-behavior: smooth;
}
body {
  background-color: white;
  color: #111;
  font-family: "Metric", sans-serif;
}
main summary {
  list-style: none;
  cursor: auto;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: #0b2a5f;
  text-decoration: underline;
}
img {
  max-width: 100%;
}
figure img {
  width: 100%;
}
h1 {
  font-weight: 600;
  font-size: 45px;
  line-height: 50px;
}
h3 {
  font-weight: 400;
  font-size: 38px;
  line-height: 46px;
}
h5 {
  font-weight: 400;
  font-size: 30px;
  line-height: 35px;
}
@media (min-width:768px) {
  h1 {
    font-size: 55px;
    line-height: 60px;
  }
  h3 {}
  h5 {}
}
summary {
  color: #505050;
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
}
summary.lg {
  font-size: 25px;
  line-height: 35px;
}
a.more {
  text-transform: uppercase;
  color: #2454a8;
  font-size: 15px;
  line-height: 15px;
}
label {
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  color: #505050;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 1.25px;
}
a.btn {
  font-size: 15px;
  line-height: 18px;
  display: inline-block;
  border-width: 1px;
  border-style: solid;
  border-radius: 24px;
  padding: 14px 25px 14px 20px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}
.icon {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.icon-1 {
  width: 23px;
  height: 23px;
  background-image: url(../images/icon-1.svg);
}
.icon-2 {
  width: 22px;
  height: 23px;
  background-image: url(../images/icon-2.svg);
  cursor: pointer;
}
.icon-3 {
  width: 15px;
  height: 23px;
  background-image: url(../images/icon-3.svg);
}
.icon-4 {
  width: 41px;
  height: 40px;
  background-image: url(../images/icon-4.svg);
}
.icon-5 {
  width: 38px;
  height: 40px;
  background-image: url(../images/icon-5.svg);
}
.icon-6 {
  width: 40px;
  height: 40px;
  background-image: url(../images/icon-6.svg);
}
.icon-7 {
  width: 34px;
  height: 40px;
  background-image: url(../images/icon-7.svg);
}
.icon-8 {
  width: 24px;
  height: 24px;
  background-image: url(../images/menu.svg);
  cursor: pointer;
}
.showMenu .icon-8, .showSearch .icon-2 {
  background-image: url(../images/x.svg);
}
.container-fluid {
  max-width: 1300px;
}
.pf ul, .ph ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.logo a {
  display: inline-block;
  vertical-align: middle;
  width: 160px;
  height: 30px;
  background: url(../images/easyex.svg) center / contain no-repeat;
}
.ph .logo svg {
  display: none;
}
.pf .logo a {
  width: 123px;
  height: 31px;
}
.pf .logo a {
  background-image: url(../images/easyex-footer.svg)
}
.ph {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, .95);
  font-weight: 600;
  font-size: 16px;
  transition: 0.3s;
  padding-top: 10px;
  padding-bottom: 10px;
}
.pn {
  color: #505050;
  letter-spacing: 1px;
}
.ph .language {
  color: #1252b8;
  letter-spacing: 1.2px;
}
.ph .meta li {
  position: relative;
}
#searchform {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 33px;
  overflow: hidden;
  width: 0;
  transition: 0.3s;
}
#searchform input:focus {
  border: 0;
  outline: 0;
}
#searchform input[type="text"] {
  border: 1px solid rgba(165, 165, 165, .9);
  background-color: white;
  border-radius: 24px 0px 0px 24px;
  margin-top: 0;
  font-size: 15px;
  padding-left: 20px;
  padding-right: 20px;
}
#searchform input[type="submit"] {
  background-color: #0b2a5f;
  color: white;
  font-size: 15px;
  line-height: 18px;
  display: inline-block;
  border-width: 1px;
  border-style: solid;
  border-radius: 24px;
  padding: 9px 25px 9px 20px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}
#searchform input {
  height: 38px;
  transition: 0.3s;
  width: 0;
}
.showSearch #searchform {
  width: 208px;
}
.showSearch #searchform input {
  width: 93px;
}
.showSearch #searchform input[type="text"] {
  margin-right: -20px;
  width: 135px;
}
@media (min-width:768px) {
  #searchform {
    right: 23px;
  }
  .showSearch #searchform {
    width: 514px;
  }
  .showSearch #searchform input[type="text"] {
    width: 441px;
  }
  .ph .icon-8 {
    display: none;
  }
  .ph {
    padding-top: 20px;
    padding-bottom: 14px;
    line-height: 16px;
  }
  .ph .logo {
    margin-top: -5px;
  }
  .ph ul.pn {
    margin-top: 10px;
  }
  .ph li {
    padding-left: 10px;
  }
}
@media (min-width:992px) {
  .ph .logo {
    padding-right: 60px;
  }
  .ph li {
    padding-left: 20px;
  }
}
@media (max-width:767px) {
  .ph .logo {
    flex: 1;
  }
  .ph .language {
    display: none;
  }
  .ph .meta li {
    padding-right: 10px;
  }
  .pn {
    position: fixed;
    top: 50px;
    height: calc(100vh - 50px);
    left: 0;
    right: 0;
    overflow-y: auto;
    background-color: rgba(255, 255, 255, .95);
    font-size: 24px;
    line-height: 48px;
    font-weight: 300;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
  }
  .ph .pn {
    padding-top: 60px;
  }
  .showMenu .pn {
    opacity: 1;
    visibility: visible;
  }
}
.pf a:hover {
  color: white;
}
.pf .top {
  background-color: #0b2a5f;
  padding-top: 54px;
  padding-bottom: 20px;
}
.pf .row>div {
  padding-bottom: 20px;
}
.pf .top p {
  color: rgba(255, 255, 255, .61);
  margin-top: 25px;
}
.pf .top label {
  color: rgba(255, 255, 255, .9);
  margin-bottom: 18px;
  margin-top: 8px;
}
.pf .top ul {
  color: rgba(165, 165, 165, .9);
  font-size: 15px;
  line-height: 18px;
}
.pf .copyright {
  background-color: #07214c;
  color: rgba(255, 255, 255, .5);
  padding-top: 34px;
  padding-bottom: 34px;
}
.carousel-item {
  height: 505px;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #0b2a5f;
  position: relative;
}
@media (min-width: 768px) {
  .carousel-item {
    height: 700px;
  }
  .carousel-caption {
    bottom: 80px;
  }
}
.carousel-item::before {
  content: "";
  display: block;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+40,0.65+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.65) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.65) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  /* IE6-9 */
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
}
.carousel h1 {
  text-transform: uppercase;
  color: white;
  margin-bottom: 25px;
}
.carousel summary {
  color: white;
  margin-bottom: 27px;
}
.carousel .btn {
  border-color: white;
  color: white;
}
.band {
  background-color: #0b2a5f;
  padding-top: 25px;
}
.band .container-fluid {
  max-width: 1200px;
}
.band label {
  color: white;
  padding-top: 6px;
  padding-bottom: 20px;
}
.tier label {
  margin-bottom: 10px;
}
.tier h3 {
  margin-bottom: 20px;
}
.tier figure {
  margin-bottom: 27px;
}
.tier h5 {
  margin-bottom: 18px;
}
.tier summary {
  margin-bottom: 24px;
}
.tier .row>div {
  padding-bottom: 50px;
}
.tier-1 {
  padding-top: 71px;
  padding-bottom: 33px;
}
.tier-2 {
  padding-top: 58px;
  padding-bottom: 15px;
}
.tier.dark {
  background-color: #222;
  color: white;
  padding-top: 53px;
  padding-bottom: 3px;
}
.tier.dark summary {
  color: rgba(255, 255, 255, .8);
}
.tier.dark .btn {
  color: white;
  border-color: white;
}
.tier.dark .btn:hover {
  background-color: white;
  color: #222;
  border-color: transparent;
}
.tier.dark h3 {
  margin-bottom: 11px;
}
.tier.dark summary {
  margin-bottom: 18px;
}
.hero {
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
  padding-top: 106px;
  padding-bottom: 95px;
}
.hero label {
  color: white;
  margin-bottom: 9px;
}
.hero h3 {
  margin-bottom: 16px;
}
.hero summary {
  color: white;
  margin-bottom: 30px;
}
.hero .btn {
  color: white;
  border-color: white;
}
.hero .btn:hover {
  background-color: white;
  color: #052d73;
  border-color: transparent;
}
.breadcrumbs {
  background-color: white;
  color: #505050;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 16px;
  padding-top: 35px;
  padding-bottom: 35px;
}
.subpage .hero {
  position: relative;
}
.subpage .hero::before, .carousel-item::before {
  content: "";
  display: block;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+40,0.45+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.45) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.45) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.45) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  /* IE6-9 */
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
}
.subpage .tier p {
  font-size: 140%;
  font-weight: 300;
}
.subpage .section {
  margin-bottom: 50px;
}
.subpage .section a {
  color: #0b2a5f;
  text-decoration: underline;
}
.subpage .section a:hover {
  text-decoration: none;
}