html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

*,
*:after,
*:before {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}

body {
  color: #000000;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
}

.row {
  display: block;
  margin: 0 auto;
  max-width: 1180px;
  overflow: hidden;
  *zoom: 1;
}

.row:before, .row:after {
  content: "";
  display: table;
}

.row:after {
  clear: both;
}

.row .row {
  max-width: 100%;
  min-width: 100%;
}

.row .column,
.row .columns {
  float: left;
  padding: 0 10px;
  padding: 0 1rem;
  width: 100%;
}

.column.no-padding,
.columns.no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.column.one,
.columns.one {
  width: 8.33333%;
}

.column.two,
.columns.two {
  width: 16.66667%;
}

.column.three,
.columns.three {
  width: 25%;
}

.column.four,
.columns.four {
  width: 33.33333%;
}

.column.five,
.columns.five {
  width: 41.66667%;
}

.column.six,
.columns.six {
  width: 50%;
}

.column.seven,
.columns.seven {
  width: 58.33333%;
}

.column.eight,
.columns.eight {
  width: 66.66667%;
}

.column.nine,
.columns.nine {
  width: 75%;
}

.column.ten,
.columns.ten {
  width: 83.33333%;
}

.column.eleven,
.columns.eleven {
  width: 91.66667%;
}

.column.twelve,
.columns.twelve {
  width: 100%;
}

.column.whole, .column.w-1-1,
.columns.whole,
.columns.w-1-1 {
  width: 100%;
}

.column.half, .column.w-1-2,
.columns.half,
.columns.w-1-2 {
  width: 50%;
}

.column.one-third, .column.w-1-3,
.columns.one-third,
.columns.w-1-3 {
  width: 33.33333%;
}

.column.two-thirds, .column.w-2-3,
.columns.two-thirds,
.columns.w-2-3 {
  width: 66.66667%;
}

.column.one-quarter, .column.one-fourth, .column.w-1-4,
.columns.one-quarter,
.columns.one-fourth,
.columns.w-1-4 {
  width: 25%;
}

.column.three-quarters, .column.three-fourths, .column.w-3-4,
.columns.three-quarters,
.columns.three-fourths,
.columns.w-3-4 {
  width: 75%;
}

.column.one-fifth, .column.w-1-5,
.columns.one-fifth,
.columns.w-1-5 {
  width: 20%;
}

.column.two-fifths, .column.w-2-5,
.columns.two-fifths,
.columns.w-2-5 {
  width: 40%;
}

.column.three-fifths, .column.w-3-5,
.columns.three-fifths,
.columns.w-3-5 {
  width: 60%;
}

.column.four-fifths, .column.w-4-5,
.columns.four-fifths,
.columns.w-4-5 {
  width: 80%;
}

.offset.by-one {
  margin-left: 8.33333%;
}

.offset.by-two {
  margin-left: 16.66667%;
}

.offset.by-three {
  margin-left: 25%;
}

.offset.by-four {
  margin-left: 33.33333%;
}

.offset.by-five {
  margin-left: 41.66667%;
}

.offset.by-six {
  margin-left: 50%;
}

.offset.by-seven {
  margin-left: 58.33333%;
}

.offset.by-eight {
  margin-left: 66.66667%;
}

.offset.by-nine {
  margin-left: 75%;
}

.offset.by-ten {
  margin-left: 83.33333%;
}

.offset.by-eleven {
  margin-left: 91.66667%;
}

.offset.by-half {
  margin-left: 50%;
}

.offset.by-one-third {
  margin-left: 33.33333%;
}

.offset.by-two-thirds {
  margin-left: 66.66667%;
}

.offset.by-one-quarter, .offset.by-one-fourth {
  margin-left: 25%;
}

.offset.by-three-quarters, .offset.by-three-fourths {
  margin-left: 75%;
}

.offset.by-one-fifth {
  margin-left: 20%;
}

.offset.by-two-fifths {
  margin-left: 40%;
}

.offset.by-three-fifths {
  margin-left: 60%;
}

.offset.by-four-fifths {
  margin-left: 80%;
}

.only-on-mobiles {
  display: none !important;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media screen and (max-width: 767px) {
  .row:not(.no-stacking-on-mobiles) > .column,
  .row:not(.no-stacking-on-mobiles) > .columns {
    padding-left: 0;
    padding-right: 0;
    width: 100% !important;
  }
  .column .row .column,
  .column .row .columns,
  .columns .row .column,
  .columns .row .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .center-on-mobiles {
    text-align: center !important;
  }
  .hide-on-mobiles {
    display: none !important;
  }
  .only-on-mobiles {
    display: block !important;
  }
}

@media screen and (min-width: 1180px) {
  .wide .row,
  .row .wide {
    margin: 0 auto;
    max-width: 1180px;
  }
}

@media screen and (min-width: 1366px) {
  .wider .row,
  .row .wider {
    margin: 0 auto;
    max-width: 1366px;
  }
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}

@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}

@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}

@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

a {
  color: #02217b;
  text-decoration: underline;
}

a:focus, a:hover {
  color: #d42327;
}

dl,
ol,
ul {
  margin-top: 0;
  padding-left: 0;
}

dl dl,
dl ol,
dl ul,
ol dl,
ol ol,
ol ul,
ul dl,
ul ol,
ul ul {
  font-size: 90%;
  margin: 0;
}

dl {
  list-style: none;
}

ol {
  list-style: decimal inside;
}

ul {
  list-style: circle inside;
}

dd,
dt,
li {
  margin-bottom: 8px;
  margin-bottom: 0.8rem;
}

article,
blockquote,
button,
dl,
fieldset,
iframe,
input,
ol,
p,
pre,
select,
table,
textarea,
ul {
  margin-bottom: 24px;
  margin-bottom: 2.4rem;
}

figure {
  margin: 0 0 24px 0;
  margin: 0 0 2.4rem 0;
}

p {
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
  line-height: 3rem;
  margin-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 24px;
  margin-bottom: 2.4rem;
  margin-top: 0;
  text-align: center;
}

h1 {
  font-size: 36px;
  font-size: 3.6rem;
}

h2 {
  font-size: 32px;
  font-size: 3.2rem;
}

h3 {
  font-size: 28px;
  font-size: 2.8rem;
}

h4 {
  font-size: 24px;
  font-size: 2.4rem;
}

h5 {
  font-size: 20px;
  font-size: 2rem;
}

h6 {
  font-size: 16px;
  font-size: 1.6rem;
}

@media (min-width: 769px) {
  h1 {
    font-size: 50px;
    font-size: 5rem;
  }
  h2 {
    font-size: 44px;
    font-size: 4.4rem;
  }
  h3 {
    font-size: 38px;
    font-size: 3.8rem;
  }
  h4 {
    font-size: 32px;
    font-size: 3.2rem;
  }
  h5 {
    font-size: 26px;
    font-size: 2.6rem;
  }
  h6 {
    font-size: 20px;
    font-size: 2rem;
  }
}

.align-center {
  text-align: center;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

.image-centered img {
  margin: 0 auto;
}

.no-margin {
  margin: 0;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.text-blue {
  color: #3644f1;
}

.text-bold {
  font-weight: 700;
}

em,
.text-italic {
  font-style: italic;
}

.text-red {
  color: #d42327;
}

.text-underline {
  text-decoration: underline;
}

.text-uppercase {
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .mobile-hidden {
    display: none !important;
  }
}

header {
  background: #02217b;
  padding: 20px;
  padding: 2rem;
}

header h2 {
  color: #ffffff;
  font-size: 17px;
  font-size: 1.7rem;
  margin-bottom: 0;
}

@media (min-width: 767px) {
  header h2 {
    font-size: 38px;
    font-size: 3.8rem;
  }
}

header h2 span {
  font-weight: 400;
}

.main-content--wide {
  background: #f3f3f3;
  border: 1px solid #dddddd;
  border: 0.1rem solid #dddddd;
  margin: 0 auto;
  max-width: 1050px;
  max-width: 105rem;
  padding: 20px;
  padding: 2rem;
}

.main-content--wide h3 {
  color: #242424;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.2;
  margin-bottom: 0;
}

@media (min-width: 767px) {
  .main-content--wide h3 {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.3;
  }
}

.main-content--wide h3 span {
  font-weight: 400;
}

.main-content--offers {
  margin: 20px auto 0;
  margin: 2rem auto 0;
  max-width: 1050px;
  max-width: 105rem;
  padding: 0 20px;
  padding: 0 2rem;
}

@media (min-width: 767px) {
  .main-content--offers {
    padding: 0;
  }
}

.main-content--offers .main-content--box h2 {
  border-bottom: 4px solid #d42327;
  border-bottom: 0.4rem solid #d42327;
  color: #02217b;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 40px;
  line-height: 4rem;
  margin: 0 18px 18px;
  margin: 0 1.8rem 1.8rem;
  padding-bottom: 12px;
  padding-bottom: 1.2rem;
}

@media (min-width: 767px) {
  .main-content--offers .main-content--box h2 {
    font-size: 36px;
    font-size: 3.6rem;
  }
}

@media (min-width: 1020px) {
  .main-content--offers .main-content--box h2 {
    margin: 0 0 18px;
    margin: 0 0 1.8rem;
  }
}

.main-content--offers .main-content--box h2 span {
  font-weight: 400;
}

.main-content--offers .main-content--box p {
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 28px;
  line-height: 2.8rem;
}

.main-content--offers .main-content--box h6 {
  color: #d42327;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 12px;
  margin-bottom: 1.2rem;
}

.link-opacity a img {
  opacity: 0.85;
}

.link-opacity a:active img, .link-opacity a:focus img, .link-opacity a:hover img {
  opacity: 1;
}

.main-content--text {
  margin: 0 auto;
  max-width: 100%;
  padding: 0 20px;
  padding: 0 2rem;
}

@media (min-width: 767px) {
  .main-content--text {
    max-width: 970px;
    max-width: 97rem;
    padding: 0;
  }
}

.main-content--narrow {
  margin: 0 auto 40px;
  margin: 0 auto 4rem;
  max-width: 100%;
  padding: 0 20px;
  padding: 0 2rem;
  text-align: center;
}

@media (min-width: 767px) {
  .main-content--narrow {
    max-width: 500px;
    max-width: 50rem;
    padding: 0;
  }
}

.main-content--narrow .image__margin-bottom {
  margin-bottom: 24px;
  margin-bottom: 2.4rem;
}

@media (min-width: 767px) {
  .main-content--narrow .image__margin-bottom {
    margin-bottom: 48px;
    margin-bottom: 4.8rem;
  }
}

.main-content--narrow a {
  text-decoration: none;
}

.image__width--330 {
  margin-left: auto;
  margin-right: auto;
  max-width: 330px;
  max-width: 33rem;
}

footer p {
  color: #02217b;
  font-size: 13px;
  font-size: 1.3rem;
  margin-bottom: 0;
  text-align: center;
}

@media (min-width: 767px) {
  footer p {
    text-align: left;
  }
}

footer img {
  margin: 0 auto;
  max-width: 140px;
  max-width: 14rem;
}

@media (min-width: 767px) {
  footer img {
    margin: 0 0 10px;
    margin: 0 0 1rem;
  }
}

footer nav {
  text-align: center;
}

@media (min-width: 767px) {
  footer nav {
    text-align: right;
  }
}

footer nav ul {
  margin: 0 auto 10px;
  margin: 0 auto 1rem;
}

footer nav ul li {
  display: inline;
  margin: 0;
  padding: 0 15px;
  padding: 0 1.5rem;
}

footer nav ul li a {
  color: #02217b;
  font-size: 13px;
  font-size: 1.3rem;
  text-decoration: none;
}

footer nav ul li a:active, footer nav ul li a:focus, footer nav ul li a:hover {
  color: #d42327;
  text-decoration: none;
}

@media (min-width: 767px) {
  footer nav ul {
    margin: 0 auto;
  }
}

@media (min-width: 767px) {
  footer {
    margin-bottom: 0;
  }
}