/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/**
 * Set up a decent box model on the root element
 */
html {
  box-sizing: border-box;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  box-sizing: inherit;
}

/**
 * Basic styles for links
 */
a {
  color: #0455A5;
  text-decoration: none;
}

/**
 * Basic typography style for copy text
 */
html {
  font-size: 62.5%;
}

body {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: black;
}

h1, h2, h3, h4, .heading-text {
  font-family: "Roboto Slab", serif;
  font-weight: 700;
}

h1 {
  margin: 30px 0 0 0;
  color: #0455A5;
  font-size: 30px;
  font-size: 3rem;
}

h2 {
  margin: 30px 0 0 0;
  font-size: 30px;
  font-size: 3rem;
}

h3 {
  margin: 20px 0 0 0;
  font-size: 24px;
  font-size: 2.4rem;
}

h4 {
  margin: 20px 0 0 0;
  font-size: 20px;
  font-size: 2rem;
}

p {
  margin: 20px 0 0 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 150%;
}

a {
  background-color: #D7E9FF;
  color: #0455A5;
  font-weight: 700;
  transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
}

a:hover {
  background-color: #0455A5;
  color: white;
}

/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: '';
  display: table;
}

/**
 * Main content containers
 * 1. Make the container full-width with a maximum width
 * 2. Center it in the viewport
 * 3. Leave some space on the edges, especially valuable on small screens
 */
.container {
  max-width: 1180px;
  /* 1 */
  margin-left: auto;
  /* 2 */
  margin-right: auto;
  /* 2 */
  padding-left: 20px;
  /* 3 */
  padding-right: 20px;
  /* 3 */
  width: 100%;
  /* 1 */
}

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0;
  /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

body.header-fixed #content {
  padding-top: 152px;
}

.background-fade {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  content: '';
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 50;
}

header {
  background: white;
  border-top: 50px solid #0455A5;
}

header ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

header .container {
  display: table;
  width: 100%;
  height: 100px;
}

header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  border-top-width: 10px;
  z-index: 50;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

header .logo, header #primary-navigation, header #header-actions {
  display: table-cell;
  vertical-align: middle;
}

header .logo {
  width: 250px;
  vertical-align: top;
}

header .logo img {
  width: 100%;
  max-width: 180px;
}

header #primary-navigation ul {
  display: block;
  text-align: center;
}

header #primary-navigation ul li {
  display: inline-block;
}

header #primary-navigation ul li.mobile {
  display: none;
}

header #primary-navigation ul li a {
  display: inline-block;
  padding: 10px;
  background-color: white;
  color: black;
  font-size: 13px;
  font-size: 1.3rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
}

header #primary-navigation ul li a:hover {
  background-color: #D7E9FF;
  color: black;
}

header #primary-navigation ul li a.active {
  background-color: #0455A5;
  color: white;
}

header #header-actions {
  width: 250px;
}

header #header-actions ul {
  display: block;
  text-align: right;
}

header #header-actions ul li {
  display: inline-block;
}

header #header-actions ul li a {
  display: inline-block;
  padding: 8px;
  background-color: none;
  color: black;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  border: none;
  transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  text-align: center;
}

header #header-actions ul li a:hover {
  background-color: transparent;
}

header #header-actions ul li a .icon {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto 5px;
  border-radius: 99px;
  border-radius: 100%;
  background-color: #0455A5;
}

header #header-actions ul li a .icon img {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 15px;
  top: 50%;
  transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}

header #header-actions ul li a .text {
  font-size: 12px;
  font-size: 1.2rem;
}

@media (max-width: 1200px) {
  header .logo {
    width: 180px;
  }
  header .logo img {
    max-width: 150px;
  }
  header .header-actions {
    width: 225px;
  }
  header #primary-navigation ul li a {
    font-size: 11px;
    font-size: 1.1rem;
  }
  header #header-actions ul li a .text {
    font-size: 11px;
    font-size: 1.1rem;
  }
}

@media (min-width: 1000px) {
  header .mobile-nav {
    display: none;
  }
}

@media (max-width: 999px) {
  header .mobile-nav {
    display: table-cell;
    vertical-align: middle;
    width: 200px;
  }
  header .mobile-nav .icon-wrap {
    position: relative;
    display: block;
    width: 50px;
    height: 36px;
  }
  header .mobile-nav .icon-wrap span {
    display: block;
    position: absolute;
    top: 50%;
    width: 100%;
    height: 4px;
    margin-top: -2px;
    border-radius: 2px;
    background: #0455A5;
  }
  header .mobile-nav .icon-wrap span:first-of-type {
    top: 0;
    margin: 0;
  }
  header .mobile-nav .icon-wrap span:last-of-type {
    bottom: 0;
    top: auto;
    margin: 0;
  }
  header .logo {
    width: auto;
  }
  header .logo img {
    max-width: 250px;
    display: block;
    margin: 0 auto;
  }
  header #primary-navigation {
    position: fixed;
    width: 100%;
    max-width: 500px;
    top: 0;
    left: 0;
    bottom: 0;
    background: white;
    z-index: 1000;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    -webkit-transform: translate(-100%, 0);
    transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
  }
  header #primary-navigation.show {
    transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  header #primary-navigation ul li {
    display: block;
    text-align: left;
  }
  header #primary-navigation ul li.mobile {
    display: block;
  }
  header #primary-navigation ul li.heading {
    background-color: #0455A5;
    margin-bottom: 30px;
    color: white;
    padding: 20px 15px;
  }
  header #primary-navigation ul li a {
    display: block;
    font-size: 18px;
    font-size: 1.8rem;
    padding: 10px 15px;
  }
  header #header-actions {
    width: 200px;
  }
  header #header-actions ul li a {
    padding: 8px 5px;
  }
}

@media (max-width: 700px) {
  header .mobile-nav, header .logo, header #header-actions {
    width: auto;
  }
  header .logo {
    padding: 0 15px;
  }
  header .logo img {
    max-width: 200px;
  }
}

@media (max-width: 500px) {
  header .mobile-nav {
    position: absolute;
    right: 30px;
    top: 80px;
  }
  header.fixed .mobile-nav {
    top: 30px;
  }
  header #header-actions {
    display: none;
  }
  header .logo img {
    margin: 0 auto 0 0;
  }
}

#footer-topper {
  display: block;
  margin-bottom: -2px;
}

#footer-topper img {
  display: block;
  width: 100%;
}

footer {
  font-family: "Roboto", sans-serif;
  color: white;
}

footer a {
  background: transparent;
  color: white;
}

footer a:hover {
  text-decoration: underline;
  background: transparent;
}

footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

footer .footer-inner {
  position: relative;
  padding: 50px 0 100px 0;
  background-color: #011224;
}

footer .container {
  display: table;
}

footer .footer-links, footer .copyright, footer .social-links {
  display: table-cell;
  width: 33.3333%;
  vertical-align: top;
}

footer .footer-links ul li {
  display: block;
}

footer .footer-links ul li a {
  display: block;
  padding: 5px;
}

footer .copyright {
  text-align: center;
  padding: 0 30px;
  font-size: 12px;
  font-size: 1.2rem;
}

footer .copyright img {
  margin-bottom: 20px;
}

footer .copyright .arthur {
  display: block;
  margin-top: 15px;
}

footer .social-links {
  text-align: right;
}

footer .social-links ul li {
  display: inline-block;
}

footer .social-links ul li a {
  display: block;
  padding: 5px;
  font-size: 0;
  transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  opacity: 1;
}

footer .social-links ul li a img {
  transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  width: 30px;
}

footer .social-links ul li a:hover img {
  opacity: 0.75;
  transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

[class^="button"] {
  display: inline-block;
  padding: 10px 12px;
  border: 2px solid #0455A5;
  background-color: transparent;
}

.button-primary {
  background-color: white;
  border-color: #0455A5;
  color: #0455A5;
  border-radius: 5px;
  transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
}

.button-primary:hover {
  background-color: #0455A5;
  color: white;
}

.button-secondary {
  border-color: white;
  background-color: transparent;
  color: white;
}

.button-secondary:hover {
  background-color: white;
  color: #0455A5;
}

.component.slider {
  position: relative;
}

.component.slider img {
  width: 100%;
}

.component.slider .slider-text {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 20;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 1000px;
  text-align: center;
}

.component.slider .slider-text .heading {
  font-size: 65px;
  font-size: 6.5rem;
  color: white;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
}

.component.slider .slider-text .slider-buttons {
  margin-top: 15px;
  text-align: center;
}

.component.slider .slider-text .slider-buttons a {
  margin: 0 8px;
}

.swiper-container .swiper-pagination {
  bottom: 20px !important;
}

.swiper-container .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 12px;
  height: 12px;
  margin: 0 4px;
  background-color: white;
  transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
}

.swiper-container .swiper-pagination .swiper-pagination-bullet::before {
  position: absolute;
  display: block;
  content: '';
  background: transparent;
  border: 1px solid white;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  pointer-events: none;
  border-radius: 999px;
  opacity: 0;
  transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
}

.swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 2px solid white;
  margin: 0 7px;
}

.swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  opacity: 1;
}

@media (max-width: 1200px) {
  .component.slider .slider-text {
    width: 600px;
  }
  .component.slider .slider-text .heading {
    font-size: 45px;
    font-size: 4.5rem;
  }
}

@media (max-width: 600px) {
  .component.slider .slider-text {
    width: 400px;
    width: 100vw;
  }
  .component.slider .slider-text .heading {
    font-size: 35px;
    font-size: 3.5rem;
  }
}

.component.image-banner {
  display: block;
  margin: 30px 0;
}

.component.image-banner img {
  max-width: 100%;
}

.component.counters {
  text-align: center;
  margin-top: 20px;
}

.component.counters ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}

.component.counters ul li {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding: 10px;
  margin-bottom: 20px;
}

.component.counters ul li > span {
  display: block;
}

.component.counters .title {
  font-family: "Roboto Slab", serif;
  font-size: 30px;
  font-size: 3rem;
}

.component.counters .counter {
  margin: 10px auto;
  background-color: #022C57;
  color: white;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 80px;
  font-size: 8rem;
  font-weight: 700;
  position: relative;
  width: 75%;
  padding-top: 75%;
  border-radius: 99rem;
}

.component.counters .counter .num {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.component.counters .under {
  font-size: 18px;
  font-size: 1.8rem;
}

@media (max-width: 999px) {
  .component.counters ul li {
    width: 50%;
  }
}

@media (max-width: 500px) {
  .component.counters ul {
    text-align: center;
  }
  .component.counters ul li {
    width: 100%;
    max-width: 380px;
  }
}

.component.image-text-combo ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}

.component.image-text-combo ul li {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 15px;
  width: 25%;
  padding: 15px;
}

.component.image-text-combo .image {
  display: block;
  margin: 0 auto 20px;
  position: relative;
  width: 50%;
  padding-top: 50%;
  background-color: #D7E9FF;
  border-radius: 99rem;
}

.component.image-text-combo .image img {
  position: absolute;
  width: 100%;
  max-width: 40px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.component.image-text-combo .title {
  display: block;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 28px;
  font-size: 2.8rem;
  text-transform: uppercase;
}

.component.image-text-combo .paragraph {
  display: block;
}

@media (max-width: 999px) {
  .component.image-text-combo ul li {
    width: 50%;
  }
}

@media (max-width: 500px) {
  .component.image-text-combo ul {
    text-align: center;
  }
  .component.image-text-combo ul li {
    width: 100%;
    max-width: 380px;
  }
}
