@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Fira+Sans:400,500|Roboto+Slab:300,700&display=swap");
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
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,
hgroup,
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: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

mark {
  background: #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 {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  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] {
  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;
  box-sizing: content-box;
}

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;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Fira Sans", sans-serif;
  font-size: 22px;
  line-height: 1.6;
  color: #222222;
  background-color: #f9f9f9;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #0e395b;
  text-decoration: none;
}
a:hover, a:focus {
  color: #040f19;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

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

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.6;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 35px;
  margin-bottom: 35px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role=button] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  line-height: 1.3;
  color: #000;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 35px;
  margin-bottom: 17.5px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 17.5px;
  margin-bottom: 17.5px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 59px;
}

h2, .h2 {
  font-size: 44px;
}

h3, .h3 {
  font-size: 29px;
}

h4, .h4 {
  font-size: 27px;
}

h5, .h5 {
  font-size: 22px;
}

h6, .h6 {
  font-size: 19px;
}

p {
  margin: 0 0 17.5px;
}

.lead {
  margin-bottom: 35px;
  font-size: 25px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 33px;
  }
}

small,
.small {
  font-size: 86%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}

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

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

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

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

.text-nowrap {
  white-space: nowrap;
}

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

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

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

.text-muted {
  color: #777777;
}

.text-primary {
  color: #0e395b;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #071d2f;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #0e395b;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #071d2f;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 16.5px;
  margin: 70px 0 35px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 17.5px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 35px;
}

dt,
dd {
  line-height: 1.6;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 17.5px 35px;
  margin: 0 0 35px;
  font-size: 27.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.6;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: " —";
}

address {
  margin-bottom: 35px;
  font-style: normal;
  line-height: 1.6;
}

.container, .header .header-container-1 {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .header .header-container-1:before, .container:after, .header .header-container-1:after {
  content: " ";
  display: table;
}
.container:after, .header .header-container-1:after {
  clear: both;
}
@media (min-width: 768px) {
  .container, .header .header-container-1 {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container, .header .header-container-1 {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container, .header .header-container-1 {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .cta-cards-card-item, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .cta-cards-card-item, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.3333333333%;
  }

  .col-sm-2 {
    width: 16.6666666667%;
  }

  .col-sm-3, .cta-cards-card-item {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.3333333333%;
  }

  .col-sm-5 {
    width: 41.6666666667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.3333333333%;
  }

  .col-sm-8 {
    width: 66.6666666667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.3333333333%;
  }

  .col-sm-11 {
    width: 91.6666666667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.3333333333%;
  }

  .col-sm-pull-2 {
    right: 16.6666666667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.3333333333%;
  }

  .col-sm-pull-5 {
    right: 41.6666666667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.3333333333%;
  }

  .col-sm-pull-8 {
    right: 66.6666666667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.3333333333%;
  }

  .col-sm-pull-11 {
    right: 91.6666666667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.3333333333%;
  }

  .col-sm-push-2 {
    left: 16.6666666667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.3333333333%;
  }

  .col-sm-push-5 {
    left: 41.6666666667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.3333333333%;
  }

  .col-sm-push-8 {
    left: 66.6666666667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.3333333333%;
  }

  .col-sm-push-11 {
    left: 91.6666666667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.3333333333%;
  }

  .col-md-2 {
    width: 16.6666666667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.3333333333%;
  }

  .col-md-5 {
    width: 41.6666666667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.3333333333%;
  }

  .col-md-8 {
    width: 66.6666666667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.3333333333%;
  }

  .col-md-11 {
    width: 91.6666666667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.3333333333%;
  }

  .col-md-pull-2 {
    right: 16.6666666667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.3333333333%;
  }

  .col-md-pull-5 {
    right: 41.6666666667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.3333333333%;
  }

  .col-md-pull-8 {
    right: 66.6666666667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.3333333333%;
  }

  .col-md-pull-11 {
    right: 91.6666666667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.3333333333%;
  }

  .col-md-push-2 {
    left: 16.6666666667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.3333333333%;
  }

  .col-md-push-5 {
    left: 41.6666666667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.3333333333%;
  }

  .col-md-push-8 {
    left: 66.6666666667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.3333333333%;
  }

  .col-md-push-11 {
    left: 91.6666666667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.3333333333%;
  }

  .col-lg-2 {
    width: 16.6666666667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.3333333333%;
  }

  .col-lg-5 {
    width: 41.6666666667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.3333333333%;
  }

  .col-lg-8 {
    width: 66.6666666667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.3333333333%;
  }

  .col-lg-11 {
    width: 91.6666666667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.3333333333%;
  }

  .col-lg-pull-2 {
    right: 16.6666666667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.3333333333%;
  }

  .col-lg-pull-5 {
    right: 41.6666666667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.3333333333%;
  }

  .col-lg-pull-8 {
    right: 66.6666666667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.3333333333%;
  }

  .col-lg-pull-11 {
    right: 91.6666666667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.3333333333%;
  }

  .col-lg-push-2 {
    left: 16.6666666667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.3333333333%;
  }

  .col-lg-push-5 {
    left: 41.6666666667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.3333333333%;
  }

  .col-lg-push-8 {
    left: 66.6666666667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.3333333333%;
  }

  .col-lg-push-11 {
    left: 91.6666666667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before, .nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #0e395b;
}
.nav .nav-divider {
  height: 1px;
  margin: 16.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.6;
  border: 1px solid transparent;
  border-radius: 3px 3px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 3px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #0e395b;
}

.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 3px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 3px 3px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
    border-bottom-color: #f9f9f9;
  }
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Ville Ristimäki (@villeristi)
 * 
 */
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-container a:focus,
.flex-slider a:hover,
.flex-slider a:focus {
  outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}

.carousel li {
  margin-right: 5px;
}

.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "fontawesome";
  font-size: 40px;
  display: inline-block;
  content: "";
}
.flex-direction-nav a.flex-next:before {
  content: "";
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: "";
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a .flex-play:before {
  content: "";
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: 0, 0, 3px, rgba(0, 0, 0, 0.3);
  box-shadow: 0, 0, 3px, rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: 0.7;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

body .mobile-nav-overlay, .header {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
  0% {
    top: -130px;
    display: none;
  }
  50% {
    position: fixed;
    display: block;
    background-color: #333333;
  }
  100% {
    top: 0;
    position: fixed;
    background-color: #333333;
  }
}
@keyframes fadeIn {
  0% {
    top: -130px;
    display: none;
  }
  50% {
    position: fixed;
    display: block;
    background-color: #0e395b;
  }
  100% {
    position: fixed;
    top: 0;
    background-color: #0e395b;
  }
}
body.overflow .mobile-nav-overlay, .header.active {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeOut {
  0% {
    top: 0;
    position: fixed;
    background-color: #fff;
  }
  70% {
    position: fixed;
    top: -130px;
  }
  80% {
    position: absolute;
    top: -230px;
  }
  100% {
    position: absolute;
    top: 0;
  }
}
@keyframes fadeOut {
  0% {
    top: 0;
    position: fixed;
    background-color: #fff;
  }
  70% {
    position: fixed;
    top: -130px;
  }
  80% {
    position: fixed;
    top: -230px;
  }
  100% {
    position: absolute;
    top: 0;
  }
}
.header.pre-active {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

#supersized .slides li .btn-banner:after, #navbar-mainnav, .header-extra-2 {
  display: -webkit-flex;
  display: flex;
}

body {
  -webkit-font-smoothing: antialiased;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}
body.overflow {
  overflow: hidden;
}

::selection {
  background-color: #0e395b;
  color: #fff;
  text-shadow: none;
}

@media only screen and (min-width: 992px) {
  .img-responsive {
    display: inline-block !important;
  }
}

.header {
  background-color: #fff;
}
@media only screen and (min-width: 768px) {
  .header {
    border-bottom: 2px #ffffff solid;
  }
}

.device-nav-toggle {
  background-color: #fff !important;
  border: 0 !important;
  text-align: right !important;
}
.device-nav-toggle .fa {
  color: #333333 !important;
}

@media only screen and (max-width: 767px) {
  .nav-item {
    color: #fff !important;
  }
}
.membDisc {
  position: fixed;
  bottom: 20px;
  right: 30px;
}
.membDisc i {
  font-size: 50px;
  color: #e03c3e;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.membDisc .mtext {
  position: absolute;
  right: 50px;
  top: 0px;
  width: 150px;
  display: inline-block;
  color: #e03c3e;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.pageid30 .header {
  position: relative !important;
}
.pageid30 .header.active, .pageid30 .header.pre-active {
  position: relative !important;
}

.header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
  background-color: #0e395b;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.header.active {
  background-color: #0e395b !important;
}
.header.active .navbar-brand {
  height: 50px;
}
@media only screen and (min-width: 992px) {
  .header .header-container-1 {
    padding: 15px 0;
  }
}
@media only screen and (min-width: 768px) {
  .header .header-inner {
    display: flex;
    display: -webkit-flex;
  }
}
@media only screen and (max-width: 767px) {
  .header .header-inner {
    padding-left: 0;
    padding-right: 0;
  }
}
.header address {
  font-size: 25px;
  margin: 0;
}
.header address small {
  color: #777777;
}

.navbar-header {
  text-align: center;
  padding: 0;
  font-size: 0;
  color: #fff;
  float: none;
  position: relative;
  z-index: 1;
  margin: 0 !important;
  width: 50%;
}
@media only screen and (min-width: 992px) {
  .navbar-header {
    width: 40%;
  }
}
@media only screen and (max-width: 767px) {
  .navbar-header {
    display: inline-block;
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.navbar-header .navbar-brand {
  color: #fff;
  font-size: 14px;
  border: 0;
  position: relative;
  float: none;
  height: 70px;
  padding: 0;
  background-image: url(front/images/logo.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  background-position: center left;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .navbar-header .navbar-brand {
    min-width: 150px;
    max-width: 50%;
    display: inline-block;
    background-position: left;
  }
}

.header-container-2 {
  background-color: #fff;
}
@media only screen and (min-width: 992px) {
  .header-container-2 {
    background-color: transparent;
  }
}
.header-container-2 .btn-group-justified {
  display: table;
}
@media only screen and (min-width: 768px) {
  .header-container-2 .btn-group-justified {
    display: none;
  }
}
.header-container-2 .header-inner {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.header-extra-2 {
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .header-extra-2 {
    margin-bottom: 0;
    width: 70%;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  .header-extra-2 {
    width: 50%;
    display: inline-block;
    float: right;
    -webkit-justify-content: center;
    justify-content: center;
  }
}

.device-nav-toggle {
  display: none !important;
  padding: 3px 11px;
  font-size: 17px;
  color: #fff;
  border: 0;
}
.device-nav-toggle:hover, .device-nav-toggle:focus, .device-nav-toggle:active {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .device-nav-toggle {
    display: block !important;
    text-align: right;
    font-size: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .header .device-nav-toggle {
    margin-top: 17%;
  }
  .header.active .device-nav-toggle {
    margin-top: 5%;
  }
}
body .mobile-nav-overlay {
  position: fixed;
  left: 0;
  height: 100%;
  width: 100%;
  top: -999900px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 11;
}
#mainnav {
  border: 0;
  margin-bottom: 0;
  min-height: 0;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
@media only screen and (max-width: 767px) {
  #mainnav {
    display: inline-block;
    float: right;
    margin-top: 10px;
  }
}

#navbar-mainnav li.li-item {
  float: none;
  text-align: center;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
#navbar-mainnav li.li-item.active .nav-item, #navbar-mainnav li.li-item.open .nav-item {
  color: #fff;
}
#navbar-mainnav li.li-item.active .nav-item:hover, #navbar-mainnav li.li-item.active .nav-item:focus, #navbar-mainnav li.li-item.active .nav-item:active, #navbar-mainnav li.li-item.open .nav-item:hover, #navbar-mainnav li.li-item.open .nav-item:focus, #navbar-mainnav li.li-item.open .nav-item:active {
  color: white;
}
#navbar-mainnav li.li-item.dropdown .nav-item:after {
  font-family: fontawesome;
  content: "";
}
#navbar-mainnav li.li-item .nav-item {
  padding: 4px 13px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  font-weight: 600;
  font-size: 14px;
  border: 0;
  text-transform: uppercase;
  font-family: "Roboto Slab", serif;
}
@media only screen and (min-width: 1200px) {
  #navbar-mainnav li.li-item .nav-item {
    padding: 13px 18px;
  }
}
#navbar-mainnav li.li-item .nav-item:hover, #navbar-mainnav li.li-item .nav-item:focus, #navbar-mainnav li.li-item .nav-item:active {
  background-color: transparent;
  color: #1c70b3;
}
#navbar-mainnav li.li-item.close-nav {
  display: none;
}
#navbar-mainnav .dropdown-menu {
  border-color: #fff;
  background-color: #fff;
  padding: 5px 15px;
  margin-top: -1px;
}
#navbar-mainnav .dropdown-menu a {
  color: #555555;
  padding: 3px 0;
  border-bottom: dotted 1px #eeeeee;
  font-size: 13px;
}
#navbar-mainnav .dropdown-menu a:hover, #navbar-mainnav .dropdown-menu a:focus, #navbar-mainnav .dropdown-menu a:active {
  background-color: transparent;
}
#navbar-mainnav .dropdown-menu a .fa:before {
  content: "";
  color: #dddddd;
}
#navbar-mainnav .dropdown-menu li:last-of-type a {
  border: 0;
}
@media only screen and (max-width: 767px) {
  #navbar-mainnav {
    background-color: black;
    top: 0;
    float: none;
    position: fixed;
    width: 300px;
    height: 100%;
    left: -300px;
    padding: 15px;
    display: block;
    margin: 0 !important;
    vertical-align: middle;
    z-index: 99;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
    text-align: center;
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
  }
  #navbar-mainnav li.li-item {
    float: none;
    border: solid 1px #1a1a1a;
    border-bottom: 0;
  }
  #navbar-mainnav li.li-item.close-nav {
    display: block;
  }
  #navbar-mainnav li.li-item:last-of-type {
    border-bottom: solid 1px #1a1a1a;
  }
  #navbar-mainnav li.li-item .nav-item {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
    background-color: #0d0d0d;
  }
  #navbar-mainnav li.li-item .dropdown-menu {
    width: 100%;
    left: 0;
    top: 0;
    position: relative;
    margin: 0 0 30px;
  }
  #navbar-mainnav.fadein {
    -webkit-transform: translate(300px, 0);
    -moz-transform: translate(300px, 0);
    -ms-transform: translate(300px, 0);
    transform: translate(300px, 0);
  }
  #navbar-mainnav.fadeout {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.mobile-only {
  display: none;
}

@media only screen and (max-width: 767px) {
  .mobile-only {
    display: inline;
  }
}
.pageid1 #supersized {
  margin-top: 70px;
}
@media only screen and (max-width: 767px) {
  .pageid1 #supersized {
    height: 40vh;
  }
}
@media only screen and (min-width: 992px) {
  .pageid1 #supersized {
    height: 70vh;
  }
}
@media only screen and (max-width: 767px) {
  .pageid1 #supersized .slides li {
    height: 40vh;
  }
}
@media only screen and (min-width: 992px) {
  .pageid1 #supersized .slides li {
    height: 70vh;
  }
}
.pageid1 #supersized .slides li .btn-banner-global {
  display: none;
}

@media only screen and (min-width: 992px) {
  .pageid43 #supersized {
    height: 300px;
  }
}
@media only screen and (min-width: 992px) {
  .pageid43 #supersized .slides li {
    height: 300px;
  }
}

.flexslider.loading {
  background-image: url(front/images/loading.gif);
  background-size: 30px;
  background-position: center;
  background-repeat: no-repeat;
}

#supersized {
  position: relative;
  background-color: #777777;
  overflow: hidden;
  height: 400px;
  border-bottom: 15px #fff solid;
}
@media only screen and (min-width: 992px) {
  #supersized {
    height: 400px;
  }
}
#supersized .flex-control-nav {
  bottom: 25px;
  z-index: 11;
  text-align: right;
  padding-right: 33px;
}
#supersized .flex-control-nav li a {
  background: rgba(255, 255, 255, 0);
  border: solid 1px rgba(255, 255, 255, 0.8);
}
#supersized .flex-control-nav li a:hover {
  background: rgba(255, 255, 255, 0.9);
}
#supersized .flex-control-nav li a.flex-active {
  background: rgba(255, 255, 255, 0.7);
}
#supersized .flex-control-paging li a {
  text-indent: 9999px;
}
#supersized .slides li {
  background-size: cover;
  background-position: center;
  text-align: center;
  background-repeat: no-repeat;
  color: #fff;
  height: 400px;
}
@media only screen and (min-width: 992px) {
  #supersized .slides li {
    height: 600px;
  }
}
#supersized .slides li:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  z-index: 4;
  height: 100px;
}
#supersized .slides li .btn-banner-global {
  display: none;
}
#supersized .slides li .btn-banner {
  border: solid 2px #fff;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  width: 200px;
  display: inline-flex;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
#supersized .slides li .btn-banner:hover {
  text-decoration: none;
}
#supersized .slides li .btn-banner:hover .btn-inner {
  background-color: #fff;
  color: #000;
}
#supersized .slides li .btn-banner:hover:after {
  background-color: transparent;
  color: #fff;
}
#supersized .slides li .btn-banner .btn-inner {
  padding: 8px;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
#supersized .slides li .btn-banner:after {
  content: "";
  font-family: "fontawesome";
  color: #000;
  background-color: #fff;
  font-size: 10px;
  width: 42px;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
#supersized .slides .action-inner-container {
  background-color: rgba(255, 255, 255, 0.8);
}
@media only screen and (min-width: 992px) {
  #supersized .slides .action-inner-container {
    padding-left: 15%;
    padding-right: 15%;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
#supersized .slides .action-container {
  text-align: center;
  width: 100%;
  left: 0;
  padding: 10px 0px;
  display: none;
  z-index: 5;
  color: #1c70b3;
  font-family: "Roboto Slab", serif;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
}
#supersized .slides .action-container img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}
@media only screen and (min-width: 992px) {
  #supersized .slides .action-container {
    display: flex;
    position: absolute;
    left: 0;
    bottom: 0;
    align-items: center;
    justify-content: center;
  }
}
#supersized .slides .action-container h2,
#supersized .slides .action-container h3 {
  color: white;
}
#supersized .slides .action-container h1 {
  color: #0e395b;
  font-size: 50px;
  margin: 10px 0 10px;
  font-weight: 700;
  font-family: "Roboto Slab", serif;
}
#supersized .slides .action-container h1:first-of-type {
  margin: 0;
}

.carousel-default:after {
  position: absolute;
  left: -20px;
  right: 0;
  top: 20px;
  bottom: 20px;
  border: solid 1px black;
  border-right: 0;
  content: "";
  z-index: 10;
}
.carousel-default .slides li {
  padding-bottom: 100%;
  background-size: cover;
  background-position: center;
}
.carousel-default .flex-direction-nav {
  z-index: 12;
  position: absolute;
  bottom: 40px;
  width: 85px;
  display: flex;
  left: 20px;
}
@media only screen and (min-width: 992px) {
  .carousel-default .flex-direction-nav {
    left: -40px;
  }
}
.carousel-default .flex-direction-nav li {
  margin-right: 5px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.carousel-default .flex-direction-nav a {
  position: static;
  opacity: 1;
  margin: 0;
  background-color: black;
  text-shadow: none;
  color: white;
  text-align: center;
}
.carousel-default .flex-direction-nav a:before {
  line-height: 1.1;
  font-size: 34px;
}
.carousel-default .flex-control-nav {
  bottom: 40px;
  z-index: 10;
}

.cta-cards-row {
  margin-left: -10px;
  margin-right: -10px;
}

@media only screen and (min-width: 992px) {
  .pageid1 .cta-cards-card-item a {
    margin-bottom: 0;
  }
}

.cta-cards-card-item {
  padding-right: 10px;
  padding-left: 10px;
}
.cta-cards-card-item a {
  color: #fff;
  position: relative;
  display: block;
  padding: 5px;
  border: solid 1px #eeeeee;
  background-color: #fff;
  margin-bottom: 10px;
}
.cta-cards-card-item a:hover {
  text-decoration: none;
}

.cta-cards-card-content {
  position: absolute;
  left: 20px;
  top: 20px;
  right: 20px;
}

.cta-cards-title {
  margin: 0;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  font-family: "Fira Sans", sans-serif;
}

.cta-cards-card-image {
  height: 150px;
  background-size: cover;
  background-position: center;
}
.cta-cards-card-image:after {
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=0);
  content: "";
  position: absolute;
  left: 5px;
  right: 5px;
  top: 5px;
  height: 50%;
}

/*# sourceMappingURL=style-critical.css.map */
