@charset "UTF-8";
@font-face {
  font-family: "Open Sans";
  src: url("/assets/fonts/OpenSans-Light-webfont.eot");
  src: url("/assets/fonts/OpenSans-Light-webfont.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/OpenSans-Light-webfont.woff") format("woff"), url("/assets/fonts/OpenSans-Light-webfont.ttf") format("truetype"), url("/assets/fonts/OpenSans-Light-webfont.svg#OpenSans-Light-webfont") format("svg");
  font-weight: 300;
  font-style: "normal";
}

@font-face {
  font-family: "Open Sans";
  src: url("/assets/fonts/OpenSans-LightItalic-webfont.eot");
  src: url("/assets/fonts/OpenSans-LightItalic-webfont.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/OpenSans-LightItalic-webfont.woff") format("woff"), url("/assets/fonts/OpenSans-LightItalic-webfont.ttf") format("truetype"), url("/assets/fonts/OpenSans-LightItalic-webfont.svg#OpenSans-LightItalic-webfont") format("svg");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "Open Sans";
  src: url("/assets/fonts/OpenSans-Bold-webfont.eot");
  src: url("/assets/fonts/OpenSans-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/OpenSans-Bold-webfont.woff") format("woff"), url("/assets/fonts/OpenSans-Bold-webfont.ttf") format("truetype"), url("/assets/fonts/OpenSans-Bold-webfont.svg#OpenSans-Bold-webfont") format("svg");
  font-weight: 700;
  font-style: "normal";
}

@font-face {
  font-family: "Open Sans";
  src: url("/assets/fonts/OpenSans-BoldItalic-webfont.eot");
  src: url("/assets/fonts/OpenSans-BoldItalic-webfont.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/OpenSans-BoldItalic-webfont.woff") format("woff"), url("/assets/fonts/OpenSans-BoldItalic-webfont.ttf") format("truetype"), url("/assets/fonts/OpenSans-BoldItalic-webfont.svg#OpenSans-BoldItalic-webfont") format("svg");
  font-weight: 700;
  font-style: italic;
}

/* Normalize
================================================ */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  background: transparent;
  vertical-align: baseline;
  font-size: 100%;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  background: transparent;
  vertical-align: baseline;
  font-size: 100%;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-weight: bold;
  font-style: italic;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  margin: 1em 0;
  padding: 0;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
}

input,
select {
  vertical-align: middle;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

::-moz-selection {
  background: #469ad0;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #469ad0;
  color: #fff;
  text-shadow: none;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}

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

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 672px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 988px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1160px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

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

.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, .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: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.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, .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 {
    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%;
  }
}

/* Common style
================================================ */
html, body {
  height: 100%;
}

body {
  margin: 0 auto;
  line-height: 1.5;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 0;
}

@media (max-width: 991px) {
  body {
    width: 100vw;
  }
}

.lte8 body {
  width: 100vw;
}

body,
th,
td,
li,
div,
p {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 15px;
  color: #022e4f;
  line-height: 1.5;
}

@media (min-width: 768px) {
  body,
  th,
  td,
  li,
  div,
  p {
    font-size: 18px;
  }
}

.lte8 body, .lte8
th, .lte8
td, .lte8
li, .lte8
div, .lte8
p {
  font-size: 18px;
}

/* Defaults
================================================ */
h1, .h1 {
  color: #469ad0;
  font-size: 32px;
  font-weight: 300;
}

h2, .h2 {
  color: #469ad0;
  font-size: 28px;
}

h3, .h3, legend {
  color: #469ad0;
  font-size: 24px;
  font-weight: 300;
}

h4, .h4 {
  color: #469ad0;
  font-size: 18px;
}

h5, .h5 {
  color: #469ad0;
  font-size: 14px;
  font-weight: 300;
}

h6, .h6 {
  color: #54b948;
  font-size: 12px;
}

@media (min-width: 768px) {
  h1, .h1 {
    font-size: 48px;
  }
}

.lte8 h1, .lte8 .h1 {
  font-size: 48px;
}

@media (min-width: 768px) {
  h2, .h2 {
    font-size: 36px;
  }
}

.lte8 h2, .lte8 .h2 {
  font-size: 36px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  line-height: 1.2;
}

h1 + h2, h1 + p, h2 + p, h3 + p, h4 + p,
h2 + h3, h2 + h4,
p + h1, p + h2, p + h3, p + h4,
ul + h2, ul + h3, ul + h4, h2 + ul, h3 + ul, h4 + ul,
ul + p, p + p {
  margin-top: 24px;
}

h2, h4, h5, h6, strong, dt {
  font-weight: 700;
}

a {
  color: #469ad0;
  text-decoration: underline;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

a:hover {
  color: #c0ddef;
}

a:hover, a:visited {
  text-decoration: none;
}

ol, ul, dl {
  margin-left: 20px;
}

ol li {
  list-style: decimal outside;
}

ul.no-bullets {
  margin-left: 0;
}

ul.no-bullets li {
  margin: 0;
  padding: 0;
  list-style: none;
}

optgroup {
  font-weight: normal;
}

abbr,
acronym {
  border-bottom: 1px dotted #022e4f;
  cursor: help;
}

em {
  font-style: italic;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
}

th {
  font-weight: bold;
  text-align: left;
  padding-left: 10px;
}

td {
  padding: 2px 10px 2px 0;
}

caption {
  text-align: center;
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}

label {
  cursor: pointer;
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
}

hr {
  border: 0 solid #ccc;
  border-top-width: 1px;
  clear: both;
  height: 0px;
  margin: 10px 0;
}

.page-wrapper {
  min-height: 100%;
  position: relative;
  width: 100%;
}

@media (min-width: 768px) {
  .page-wrapper {
    padding-bottom: 250px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.lte8 .page-wrapper {
  padding-bottom: 250px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

header {
  background: #fff;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

header .container {
  max-width: 100%;
  padding: 0;
  padding: 20px 0;
  position: relative;
}

header .row {
  margin: 0;
}

header .brand {
  background-position: 0 0;
  background-repeat: no-repeat;
  display: block;
  height: 62px;
  width: 228px;
  background-image: url(/assets/img/logo-02.png);
}

@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
  header .brand {
    background-image: url(/assets/img/logo-02@2x.png);
    -webkit-background-size: 228px 62px;
    -moz-background-size: 228px 62px;
    -o-background-size: 228px 62px;
    -ms-background-size: 228px 62px;
    background-size: 228px 62px;
  }
}

@media (min-width: 768px) {
  header .brand {
    margin-left: 10px;
  }
}

.lte8 header .brand {
  margin-left: 10px;
}

@media (min-width: 992px) {
  header .brand {
    height: 70px;
    margin-left: 0;
    padding: 0;
    width: 260px;
    background-image: url(/assets/img/logo.png);
  }
}

@media (min-width: 992px) and (min--moz-device-pixel-ratio: 1.5), (min-width: 992px) and (-o-min-device-pixel-ratio: 3 / 2), (min-width: 992px) and (-webkit-min-device-pixel-ratio: 1.5), (min-width: 992px) and (min-device-pixel-ratio: 1.5), (min-width: 992px) and (min-resolution: 144dpi), (min-width: 992px) and (min-resolution: 1.5dppx) {
  header .brand {
    background-image: url(/assets/img/logo@2x.png);
    -webkit-background-size: 260px 70px;
    -moz-background-size: 260px 70px;
    -o-background-size: 260px 70px;
    -ms-background-size: 260px 70px;
    background-size: 260px 70px;
  }
}

.lte8 header .brand {
  height: 70px;
  margin-left: 0;
  padding: 0;
  width: 260px;
  background-image: url(/assets/img/logo.png);
}

@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
  .lte8 header .brand {
    background-image: url(/assets/img/logo@2x.png);
    -webkit-background-size: 260px 70px;
    -moz-background-size: 260px 70px;
    -o-background-size: 260px 70px;
    -ms-background-size: 260px 70px;
    background-size: 260px 70px;
  }
}

@media (min-width: 992px) {
  header .container {
    padding: 30px 0 0;
  }
}

.lte8 header .container {
  padding: 30px 0 0;
}

footer {
  background-color: #011728;
  padding: 30px 0;
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

footer h4 {
  color: #fff;
  margin-top: 24px;
}

footer .logo {
  background-position: 0 0;
  background-repeat: no-repeat;
  display: block;
  height: 62px;
  width: 228px;
  background-image: url(/assets/img/logo-03.png);
}

@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
  footer .logo {
    background-image: url(/assets/img/logo-03@2x.png);
    -webkit-background-size: 228px 62px;
    -moz-background-size: 228px 62px;
    -o-background-size: 228px 62px;
    -ms-background-size: 228px 62px;
    background-size: 228px 62px;
  }
}

footer ul {
  margin: 15px auto 0;
  text-align: center;
}

footer ul li {
  display: block;
  font-size: 15px;
  line-height: 1;
  margin: 0;
  padding: 0 0 5px 0;
  position: relative;
  text-align: left;
}

footer ul li a {
  color: #fff;
  text-decoration: none;
}

@media (min-width: 768px) {
  footer {
    bottom: 0;
    height: 250px;
    position: absolute;
  }
}

.lte8 footer {
  bottom: 0;
  height: 250px;
  position: absolute;
}

[class^='pagesection-'] {
  padding: 0 0 40px;
  width: 100%;
}

[class^='pagesection-'] .row div[class^="col-"] {
  margin-top: 40px;
}

@media (min-width: 768px) {
  [class^='pagesection-'] {
    padding: 0px 0 60px;
  }
  [class^='pagesection-'] .row div[class^="col-"] {
    margin-top: 40px;
  }
}

.lte8 [class^='pagesection-'] {
  padding: 0px 0 60px;
}

.lte8 [class^='pagesection-'] .row div[class^="col-"] {
  margin-top: 40px;
}

.pagesection-dark {
  background-color: #022e4f;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.pagesection-dark h1 {
  color: #469ad0;
  text-align: center;
}

.pagesection-dark h2, .pagesection-dark h3, .pagesection-dark h4, .pagesection-dark h5, .pagesection-dark h6, .pagesection-dark p, .pagesection-dark ul {
  color: #fff;
}

.pagesection-dark h1 + h2,
.pagesection-dark h2 + h3 {
  font-weight: 300;
  text-align: center;
}

.pagesection-dark h2 {
  text-align: center;
}

.pagesection-dark a {
  color: #fff;
  text-decoration: none;
}

.pagesection-dark a:hover {
  text-decoration: underline;
}

.pagesection-dark a.btn:hover {
  text-decoration: none;
}

.pagesection-light {
  background-color: #fde8e9;
}

.pagesection-full {
  padding: 0 !important;
  /* background-attachment: fixed; */
  background-size: cover;
  background-position: 50% 50%;
  height: 250px;
}

.pagesection-full .container {
  margin: 0 !important;
  padding: 0 !important;
  max-width: 100%;
  width: 100%;
}

.pagesection-full .container .row div {
  line-height: 0;
  margin-top: 0;
}

.pagesection-full .container img {
  width: 100%;
}

.pagesection-white {
  background-color: #fff;
}

.pagesection-light + .pagesection-light > .container,
.pagesection-white + .pagesection-white > .container,
.pagesection-dark + .pagesection-dark > .container {
  margin-top: -60px;
}

nav {
  font-size: 0;
  line-height: 0;
  margin: 0 -10px;
  position: absolute;
  right: 120%;
  width: 100%;
  z-index: 999;
  -webkit-transition: right 0.3s ease-in-out;
  -moz-transition: right 0.3s ease-in-out;
  -o-transition: right 0.3s ease-in-out;
  -ms-transition: right 0.3s ease-in-out;
  transition: right 0.3s ease-in-out;
}

nav ul {
  margin: 0;
  padding: 0;
  background-color: rgba(255, 255, 255, 0.98);
  border-top: 2px solid #469ad0;
  left: 0;
  margin: 0 -10px;
  padding: 0 10px 10px;
  position: absolute;
  top: 82px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

nav ul li {
  margin: 0;
  padding: 0;
}

nav ul li a {
  color: #022e4f;
  display: inline-block;
  padding: 10px 0;
}

nav > ul li a {
  padding: 0;
  text-decoration: none;
}

nav > ul li.has-child span {
  display: inline-block;
  padding: 10px;
}

nav > ul li.has-child ul {
  background: none;
  border: none;
  left: auto;
  margin-left: 20px;
  padding: 0 0 10px;
  position: relative;
  top: auto;
}

nav > ul li.has-child ul li {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.2s ease-in-out;
  -moz-transition: height 0.2s ease-in-out;
  -o-transition: height 0.2s ease-in-out;
  -ms-transition: height 0.2s ease-in-out;
  transition: height 0.2s ease-in-out;
}

nav > ul li.has-child ul li a {
  text-decoration: none;
}

nav > ul li.has-child.selected span {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
}

nav > ul li.has-child.selected ul li {
  height: 36px;
}

nav.open {
  right: 0;
}

@media (min-width: 768px) {
  nav ul {
    top: 20px;
  }
}

.lte8 nav ul {
  top: 20px;
}

@media (min-width: 992px) {
  nav {
    margin: 0;
    position: relative;
    right: auto;
    text-align: right;
  }
  nav > ul {
    background: none;
    border: none;
    display: block;
    margin-top: 42px;
    padding: 0;
    position: relative;
    top: auto;
  }
  nav > ul li {
    display: inline-block;
  }
  nav > ul li > a {
    display: inline-block;
    height: 60px;
    padding: 0 10px;
    text-decoration: none;
  }
  nav > ul li > a:hover {
    color: #469ad0;
  }
  nav > ul li.has-child {
    position: relative;
  }
  nav > ul li.has-child span {
    cursor: pointer;
    display: inline-block;
    height: 60px;
    padding: 0 10px;
  }
  nav > ul li.has-child span:hover {
    color: #469ad0;
  }
  nav > ul li.has-child ul {
    left: -30px;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    text-align: left;
    top: 46px;
    width: auto;
    z-index: 1;
  }
  nav > ul li.has-child ul li {
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.2s ease-in-out;
    -moz-transition: height 0.2s ease-in-out;
    -o-transition: height 0.2s ease-in-out;
    -ms-transition: height 0.2s ease-in-out;
    transition: height 0.2s ease-in-out;
  }
  nav > ul li.has-child ul li a {
    color: #022e4f;
    display: inline-block;
    line-height: 36px;
    padding: 0 20px;
    text-decoration: none;
    white-space: nowrap;
  }
  nav > ul li.has-child ul li a:hover {
    color: #469ad0;
  }
  nav > ul li.has-child:hover ul {
    background: rgba(255, 255, 255, 0.98);
    padding: 10px 0 10px;
  }
  nav > ul li.has-child:hover ul li {
    display: list-item;
    height: 36px;
  }
}

.lte8 nav {
  margin: 0;
  position: relative;
  right: auto;
  text-align: right;
}

.lte8 nav > ul {
  background: none;
  border: none;
  display: block;
  margin-top: 42px;
  padding: 0;
  position: relative;
  top: auto;
}

.lte8 nav > ul li {
  display: inline-block;
}

.lte8 nav > ul li > a {
  display: inline-block;
  height: 60px;
  padding: 0 10px;
  text-decoration: none;
}

.lte8 nav > ul li > a:hover {
  color: #469ad0;
}

.lte8 nav > ul li.has-child {
  position: relative;
}

.lte8 nav > ul li.has-child span {
  cursor: pointer;
  display: inline-block;
  height: 60px;
  padding: 0 10px;
}

.lte8 nav > ul li.has-child span:hover {
  color: #469ad0;
}

.lte8 nav > ul li.has-child ul {
  left: -30px;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  text-align: left;
  top: 46px;
  width: auto;
  z-index: 1;
}

.lte8 nav > ul li.has-child ul li {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.2s ease-in-out;
  -moz-transition: height 0.2s ease-in-out;
  -o-transition: height 0.2s ease-in-out;
  -ms-transition: height 0.2s ease-in-out;
  transition: height 0.2s ease-in-out;
}

.lte8 nav > ul li.has-child ul li a {
  color: #022e4f;
  display: inline-block;
  line-height: 36px;
  padding: 0 20px;
  text-decoration: none;
  white-space: nowrap;
}

.lte8 nav > ul li.has-child ul li a:hover {
  color: #469ad0;
}

.lte8 nav > ul li.has-child:hover ul {
  background: rgba(255, 255, 255, 0.98);
  padding: 10px 0 10px;
}

.lte8 nav > ul li.has-child:hover ul li {
  display: list-item;
  height: 36px;
}

.toggle {
  cursor: pointer;
  display: inline-block;
  height: 30px;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 30px;
  z-index: 999;
  -webkit-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  transform: translateY(-40%);
}

.toggle .cross {
  transition-duration: 0s;
  transition-delay: .1s;
}

.toggle .cross span:before {
  transition-property: margin,  -webkit-transform;
  transition-property: margin,  transform;
  transition-duration: .1s;
  transition-delay: .1s, 0;
}

.toggle .cross span:after {
  transition-property: margin,  -webkit-transform;
  transition-property: margin,  transform;
  transition-duration: .1s;
  transition-delay: .1s, 0;
}

.toggle .cross.open span {
  background-color: transparent;
  transition-delay: .1s;
}

.toggle .cross.open span:before {
  margin-top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  transition-delay: 0,  .1s;
  background-color: #c6c5cd;
}

.toggle .cross.open span:after {
  margin-top: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition-delay: 0, .1s;
  background-color: #c6c5cd;
}

.toggle span {
  margin: 0 auto;
  position: relative;
  z-index: 999;
  top: 12px;
  width: 25px;
  height: 4px;
  background-color: #469ad0;
  display: block;
  -webkit-border-top-left-radius: 8px;
  -moz-border-top-left-radius: 8px;
  -o-border-top-left-radius: 8px;
  -ms-border-top-left-radius: 8px;
  border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-top-right-radius: 8px;
  -o-border-top-right-radius: 8px;
  -ms-border-top-right-radius: 8px;
  border-top-right-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-bottom-right-radius: 8px;
  -o-border-bottom-right-radius: 8px;
  -ms-border-bottom-right-radius: 8px;
  border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-bottom-left-radius: 8px;
  -o-border-bottom-left-radius: 8px;
  -ms-border-bottom-left-radius: 8px;
  border-bottom-left-radius: 8px;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  -o-background-clip: padding;
  -ms-background-clip: padding;
  background-clip: padding;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.lte8 .toggle span {
  border-radius: 8px 8px 8px 8px;
  zoom: 1;
  behavior: url(/assets/htc/PIE.htc);
}

.toggle span:before, .toggle span:after {
  position: absolute;
  content: '';
  width: 25px;
  height: 4px;
  background-color: #469ad0;
  display: block;
  -webkit-border-top-left-radius: 8px;
  -moz-border-top-left-radius: 8px;
  -o-border-top-left-radius: 8px;
  -ms-border-top-left-radius: 8px;
  border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-top-right-radius: 8px;
  -o-border-top-right-radius: 8px;
  -ms-border-top-right-radius: 8px;
  border-top-right-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-bottom-right-radius: 8px;
  -o-border-bottom-right-radius: 8px;
  -ms-border-bottom-right-radius: 8px;
  border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-bottom-left-radius: 8px;
  -o-border-bottom-left-radius: 8px;
  -ms-border-bottom-left-radius: 8px;
  border-bottom-left-radius: 8px;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  -o-background-clip: padding;
  -ms-background-clip: padding;
  background-clip: padding;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.lte8 .toggle span:before, .lte8 .toggle span:after {
  border-radius: 8px 8px 8px 8px;
  zoom: 1;
  behavior: url(/assets/htc/PIE.htc);
}

.toggle span:before {
  margin-top: -8px;
}

.toggle span:after {
  margin-top: 8px;
}

@media (min-width: 992px) {
  .toggle {
    display: none;
  }
}

.lte8 .toggle {
  display: none;
}

.field-validation-error {
  color: #ff0000;
}

.field-validation-valid {
  display: none;
}

input[type='text'].input-validation-error,
input[type='email'].input-validation-error,
input[type='tel'].input-validation-error,
input[type='password'].input-validation-error,
textarea.input-validation-error,
select.input-validation-error {
  background-color: #ddf1da;
  border: 1px solid #54b948;
}

.validation-summary-errors {
  background: rgba(84, 185, 72, 0.8);
  padding: 10px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-top-left-radius: 10px;
  -o-border-top-left-radius: 10px;
  -ms-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-top-right-radius: 10px;
  -o-border-top-right-radius: 10px;
  -ms-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-bottom-right-radius: 10px;
  -o-border-bottom-right-radius: 10px;
  -ms-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-bottom-left-radius: 10px;
  -o-border-bottom-left-radius: 10px;
  -ms-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  -o-background-clip: padding;
  -ms-background-clip: padding;
  background-clip: padding;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow:  0 3px 6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow:  0 3px 6px rgba(0, 0, 0, 0.1);
  -ms-box-shadow:  0 3px 6px rgba(0, 0, 0, 0.1);
  -o-box-shadow:  0 3px 6px rgba(0, 0, 0, 0.1);
  box-shadow:  0 3px 6px rgba(0, 0, 0, 0.1);
}

.lte8 .validation-summary-errors {
  border-radius: 10px 10px 10px 10px;
  zoom: 1;
  behavior: url(/assets/htc/PIE.htc);
}

.lte8 .validation-summary-errors {
  box-shadow:  0 3px 6px #1a1a1a;
  behavior: url(/assets/htc/PIE.htc);
}

.validation-summary-errors ul li {
  color: #fff;
}

.validation-summary-errors + fieldset {
  margin-top: 24px;
}

.validation-summary-valid {
  display: none;
}

fieldset ol {
  margin: 0;
  padding: 0;
}

fieldset ol li {
  margin: 0;
  padding: 0;
  font-size: 0;
  list-style: none;
  margin-top: 20px;
  min-height: 36px;
}

fieldset ol li .btn + .btn {
  margin-left: 10px;
}

fieldset + fieldset {
  margin-top: 24px;
}

legend {
  font-weight: 700;
}

input[type='text'],
input[type='email'],
input[type='tel'],
input[type='password'],
textarea,
select {
  border: 1px solid #d7d7d7;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 15px;
  padding: 5px 8px;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  input[type='text'],
  input[type='email'],
  input[type='tel'],
  input[type='password'],
  textarea,
  select {
    font-size: 18px;
  }
}

.lte8 input[type='text'], .lte8
input[type='email'], .lte8
input[type='tel'], .lte8
input[type='password'], .lte8
textarea, .lte8
select {
  font-size: 18px;
}

input[type='text'].width-1,
input[type='email'].width-1,
input[type='tel'].width-1,
input[type='password'].width-1,
textarea.width-1,
select.width-1 {
  width: 16%;
}

@media (max-width: 767px) {
  input[type='text'].width-1,
  input[type='email'].width-1,
  input[type='tel'].width-1,
  input[type='password'].width-1,
  textarea.width-1,
  select.width-1 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  input[type='text'].width-1.width-mobile-half,
  input[type='email'].width-1.width-mobile-half,
  input[type='tel'].width-1.width-mobile-half,
  input[type='password'].width-1.width-mobile-half,
  textarea.width-1.width-mobile-half,
  select.width-1.width-mobile-half {
    width: 49%;
  }
  input[type='text'].width-1.width-mobile-half + .width-mobile-half,
  input[type='email'].width-1.width-mobile-half + .width-mobile-half,
  input[type='tel'].width-1.width-mobile-half + .width-mobile-half,
  input[type='password'].width-1.width-mobile-half + .width-mobile-half,
  textarea.width-1.width-mobile-half + .width-mobile-half,
  select.width-1.width-mobile-half + .width-mobile-half {
    margin-left: 2%;
  }
}

.lte8 input[type='text'].width-1, .lte8
input[type='email'].width-1, .lte8
input[type='tel'].width-1, .lte8
input[type='password'].width-1, .lte8
textarea.width-1, .lte8
select.width-1 {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.lte8 input[type='text'].width-1.width-mobile-half, .lte8
input[type='email'].width-1.width-mobile-half, .lte8
input[type='tel'].width-1.width-mobile-half, .lte8
input[type='password'].width-1.width-mobile-half, .lte8
textarea.width-1.width-mobile-half, .lte8
select.width-1.width-mobile-half {
  width: 49%;
}

.lte8 input[type='text'].width-1.width-mobile-half + .width-mobile-half, .lte8
input[type='email'].width-1.width-mobile-half + .width-mobile-half, .lte8
input[type='tel'].width-1.width-mobile-half + .width-mobile-half, .lte8
input[type='password'].width-1.width-mobile-half + .width-mobile-half, .lte8
textarea.width-1.width-mobile-half + .width-mobile-half, .lte8
select.width-1.width-mobile-half + .width-mobile-half {
  margin-left: 2%;
}

input[type='text'].width-2,
input[type='email'].width-2,
input[type='tel'].width-2,
input[type='password'].width-2,
textarea.width-2,
select.width-2 {
  width: 34%;
}

@media (max-width: 767px) {
  input[type='text'].width-2,
  input[type='email'].width-2,
  input[type='tel'].width-2,
  input[type='password'].width-2,
  textarea.width-2,
  select.width-2 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  input[type='text'].width-2.width-mobile-half,
  input[type='email'].width-2.width-mobile-half,
  input[type='tel'].width-2.width-mobile-half,
  input[type='password'].width-2.width-mobile-half,
  textarea.width-2.width-mobile-half,
  select.width-2.width-mobile-half {
    width: 49%;
  }
  input[type='text'].width-2.width-mobile-half + .width-mobile-half,
  input[type='email'].width-2.width-mobile-half + .width-mobile-half,
  input[type='tel'].width-2.width-mobile-half + .width-mobile-half,
  input[type='password'].width-2.width-mobile-half + .width-mobile-half,
  textarea.width-2.width-mobile-half + .width-mobile-half,
  select.width-2.width-mobile-half + .width-mobile-half {
    margin-left: 2%;
  }
}

.lte8 input[type='text'].width-2, .lte8
input[type='email'].width-2, .lte8
input[type='tel'].width-2, .lte8
input[type='password'].width-2, .lte8
textarea.width-2, .lte8
select.width-2 {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.lte8 input[type='text'].width-2.width-mobile-half, .lte8
input[type='email'].width-2.width-mobile-half, .lte8
input[type='tel'].width-2.width-mobile-half, .lte8
input[type='password'].width-2.width-mobile-half, .lte8
textarea.width-2.width-mobile-half, .lte8
select.width-2.width-mobile-half {
  width: 49%;
}

.lte8 input[type='text'].width-2.width-mobile-half + .width-mobile-half, .lte8
input[type='email'].width-2.width-mobile-half + .width-mobile-half, .lte8
input[type='tel'].width-2.width-mobile-half + .width-mobile-half, .lte8
input[type='password'].width-2.width-mobile-half + .width-mobile-half, .lte8
textarea.width-2.width-mobile-half + .width-mobile-half, .lte8
select.width-2.width-mobile-half + .width-mobile-half {
  margin-left: 2%;
}

input[type='text'].width-3,
input[type='email'].width-3,
input[type='tel'].width-3,
input[type='password'].width-3,
textarea.width-3,
select.width-3 {
  width: 52%;
}

@media (max-width: 767px) {
  input[type='text'].width-3,
  input[type='email'].width-3,
  input[type='tel'].width-3,
  input[type='password'].width-3,
  textarea.width-3,
  select.width-3 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  input[type='text'].width-3.width-mobile-half,
  input[type='email'].width-3.width-mobile-half,
  input[type='tel'].width-3.width-mobile-half,
  input[type='password'].width-3.width-mobile-half,
  textarea.width-3.width-mobile-half,
  select.width-3.width-mobile-half {
    width: 49%;
  }
  input[type='text'].width-3.width-mobile-half + .width-mobile-half,
  input[type='email'].width-3.width-mobile-half + .width-mobile-half,
  input[type='tel'].width-3.width-mobile-half + .width-mobile-half,
  input[type='password'].width-3.width-mobile-half + .width-mobile-half,
  textarea.width-3.width-mobile-half + .width-mobile-half,
  select.width-3.width-mobile-half + .width-mobile-half {
    margin-left: 2%;
  }
}

.lte8 input[type='text'].width-3, .lte8
input[type='email'].width-3, .lte8
input[type='tel'].width-3, .lte8
input[type='password'].width-3, .lte8
textarea.width-3, .lte8
select.width-3 {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.lte8 input[type='text'].width-3.width-mobile-half, .lte8
input[type='email'].width-3.width-mobile-half, .lte8
input[type='tel'].width-3.width-mobile-half, .lte8
input[type='password'].width-3.width-mobile-half, .lte8
textarea.width-3.width-mobile-half, .lte8
select.width-3.width-mobile-half {
  width: 49%;
}

.lte8 input[type='text'].width-3.width-mobile-half + .width-mobile-half, .lte8
input[type='email'].width-3.width-mobile-half + .width-mobile-half, .lte8
input[type='tel'].width-3.width-mobile-half + .width-mobile-half, .lte8
input[type='password'].width-3.width-mobile-half + .width-mobile-half, .lte8
textarea.width-3.width-mobile-half + .width-mobile-half, .lte8
select.width-3.width-mobile-half + .width-mobile-half {
  margin-left: 2%;
}

input[type='text'].width-4,
input[type='email'].width-4,
input[type='tel'].width-4,
input[type='password'].width-4,
textarea.width-4,
select.width-4 {
  width: 70%;
}

@media (max-width: 767px) {
  input[type='text'].width-4,
  input[type='email'].width-4,
  input[type='tel'].width-4,
  input[type='password'].width-4,
  textarea.width-4,
  select.width-4 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  input[type='text'].width-4.width-mobile-half,
  input[type='email'].width-4.width-mobile-half,
  input[type='tel'].width-4.width-mobile-half,
  input[type='password'].width-4.width-mobile-half,
  textarea.width-4.width-mobile-half,
  select.width-4.width-mobile-half {
    width: 49%;
  }
  input[type='text'].width-4.width-mobile-half + .width-mobile-half,
  input[type='email'].width-4.width-mobile-half + .width-mobile-half,
  input[type='tel'].width-4.width-mobile-half + .width-mobile-half,
  input[type='password'].width-4.width-mobile-half + .width-mobile-half,
  textarea.width-4.width-mobile-half + .width-mobile-half,
  select.width-4.width-mobile-half + .width-mobile-half {
    margin-left: 2%;
  }
}

.lte8 input[type='text'].width-4, .lte8
input[type='email'].width-4, .lte8
input[type='tel'].width-4, .lte8
input[type='password'].width-4, .lte8
textarea.width-4, .lte8
select.width-4 {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.lte8 input[type='text'].width-4.width-mobile-half, .lte8
input[type='email'].width-4.width-mobile-half, .lte8
input[type='tel'].width-4.width-mobile-half, .lte8
input[type='password'].width-4.width-mobile-half, .lte8
textarea.width-4.width-mobile-half, .lte8
select.width-4.width-mobile-half {
  width: 49%;
}

.lte8 input[type='text'].width-4.width-mobile-half + .width-mobile-half, .lte8
input[type='email'].width-4.width-mobile-half + .width-mobile-half, .lte8
input[type='tel'].width-4.width-mobile-half + .width-mobile-half, .lte8
input[type='password'].width-4.width-mobile-half + .width-mobile-half, .lte8
textarea.width-4.width-mobile-half + .width-mobile-half, .lte8
select.width-4.width-mobile-half + .width-mobile-half {
  margin-left: 2%;
}

select + input,
select + select {
  margin-top: 10px;
}

@media (min-width: 768px) {
  select + input,
  select + select {
    margin-left: 2%;
    margin-top: 0;
  }
}

.lte8 select + input, .lte8
select + select {
  margin-left: 2%;
  margin-top: 0;
}

input[type='text'],
input[type='email'],
input[type='tel'],
input[type='password'] {
  padding: 5px 8px 7px;
}

input[type='text'] + input,
input[type='text'] + select,
input[type='email'] + input,
input[type='email'] + select,
input[type='tel'] + input,
input[type='tel'] + select,
input[type='password'] + input,
input[type='password'] + select {
  margin-top: 10px;
}

@media (min-width: 768px) {
  input[type='text'] + input,
  input[type='text'] + select,
  input[type='email'] + input,
  input[type='email'] + select,
  input[type='tel'] + input,
  input[type='tel'] + select,
  input[type='password'] + input,
  input[type='password'] + select {
    margin-left: 2%;
    margin-top: 0;
  }
}

.lte8 input[type='text'] + input, .lte8
input[type='text'] + select, .lte8
input[type='email'] + input, .lte8
input[type='email'] + select, .lte8
input[type='tel'] + input, .lte8
input[type='tel'] + select, .lte8
input[type='password'] + input, .lte8
input[type='password'] + select {
  margin-left: 2%;
  margin-top: 0;
}

input[type='submit'],
input[type='reset'],
button {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 15px;
  margin: 0;
  vertical-align: baseline;
}

@media (min-width: 768px) {
  input[type='submit'],
  input[type='reset'],
  button {
    font-size: 18px;
  }
}

.lte8 input[type='submit'], .lte8
input[type='reset'], .lte8
button {
  font-size: 18px;
}

@media (max-width: 767px) {
  label + input[type='text'],
  label + input[type='email'],
  label + input[type='tel'],
  label + input[type='password'],
  label + textarea,
  label + select {
    margin-top: 10px;
  }
}

.lte8 label + input[type='text'], .lte8
label + input[type='email'], .lte8
label + input[type='tel'], .lte8
label + input[type='password'], .lte8
label + textarea, .lte8
label + select {
  margin-top: 10px;
}

form label {
  display: block;
  font-size: 15px;
  width: 100%;
}

form label.radio-label input {
  margin-right: 5px;
  vertical-align: baseline;
}

form label.suffix {
  display: inline-block;
  width: auto;
  margin-left: 2%;
}

form label.auto-width {
  width: auto;
}

@media (min-width: 768px) {
  form label {
    display: inline-block;
    font-size: 18px;
    margin-top: 4px;
    width: 30%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  form label.radio-label {
    width: auto;
  }
  form label.radio-label + .radio-label {
    margin-left: 20px;
  }
}

.lte8 form label {
  display: inline-block;
  font-size: 18px;
  margin-top: 4px;
  width: 30%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.lte8 form label.radio-label {
  width: auto;
}

.lte8 form label.radio-label + .radio-label {
  margin-left: 20px;
}

.radio-grid {
  width: 100%;
}

@media (min-width: 768px) {
  .radio-grid {
    display: inline-block;
    font-size: 0;
    vertical-align: top;
    width: 70%;
  }
}

.lte8 .radio-grid {
  display: inline-block;
  font-size: 0;
  vertical-align: top;
  width: 70%;
}

.radio-grid .radio-label {
  padding-left: 30px;
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.radio-grid .radio-label input {
  position: absolute;
  left: 0;
  top: 4px;
}

.radio-grid .radio-label + .radio-label {
  margin-left: 0;
}

@media (min-width: 768px) {
  .radio-grid .radio-label {
    vertical-align: top;
    width: 50%;
  }
}

.lte8 .radio-grid .radio-label {
  vertical-align: top;
  width: 50%;
}

.file-selector {
  background-color: #d7d7d7;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  position: relative;
  width: 205px;
}

.file-selector:hover {
  background: #6fb0da;
}

.file-selector input[type='file'] {
  cursor: pointer;
  height: 54px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 205px;
}

.repeatable-row {
  position: relative;
}

.repeatable-row .remove-fieldset {
  font-size: 15px;
}

@media (min-width: 768px) {
  .repeatable-row .remove-fieldset {
    font-size: 18px;
  }
}

.lte8 .repeatable-row .remove-fieldset {
  font-size: 18px;
}

.repeatable-row .set-header {
  margin-bottom: 10px;
  text-align: right;
}

.repeatable-row .set-header a {
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.repeatable-row .set-header a:before {
  border: 2px solid #469ad0;
  content: '–';
  display: inline-block;
  font-size: 18px;
  height: 18px;
  line-height: 16px;
  margin-right: 5px;
  text-align: center;
  width: 18px;
  font-weight: 700;
  -webkit-border-top-left-radius: 50%;
  -moz-border-top-left-radius: 50%;
  -o-border-top-left-radius: 50%;
  -ms-border-top-left-radius: 50%;
  border-top-left-radius: 50%;
  -webkit-border-top-right-radius: 50%;
  -moz-border-top-right-radius: 50%;
  -o-border-top-right-radius: 50%;
  -ms-border-top-right-radius: 50%;
  border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -moz-border-bottom-right-radius: 50%;
  -o-border-bottom-right-radius: 50%;
  -ms-border-bottom-right-radius: 50%;
  border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -moz-border-bottom-left-radius: 50%;
  -o-border-bottom-left-radius: 50%;
  -ms-border-bottom-left-radius: 50%;
  border-bottom-left-radius: 50%;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  -o-background-clip: padding;
  -ms-background-clip: padding;
  background-clip: padding;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: border-color 0.2s ease-in-out;
  -moz-transition: border-color 0.2s ease-in-out;
  -o-transition: border-color 0.2s ease-in-out;
  -ms-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
}

.lte8 .repeatable-row .set-header a:before {
  border-radius: 50% 50% 50% 50%;
  zoom: 1;
  behavior: url(/assets/htc/PIE.htc);
}

.repeatable-row .set-header a:hover:before {
  border-color: #c0ddef;
}

.repeatable-row.remove-me:after {
  content: '';
  bottom: 0px;
  display: block;
  left: 0px;
  position: absolute;
  right: 0px;
  top: 0px;
  background-color: rgba(243, 249, 250, 0.8);
}

.repeatable-row.remove-me .dialog {
  background-color: #fff;
  position: absolute;
  width: 280px;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  left: 50%;
  margin-left: -140px;
  top: 50%;
  margin-top: -80px;
  z-index: 10;
  -webkit-box-shadow:  0 0 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow:  0 0 6px rgba(0, 0, 0, 0.2);
  -ms-box-shadow:  0 0 6px rgba(0, 0, 0, 0.2);
  -o-box-shadow:  0 0 6px rgba(0, 0, 0, 0.2);
  box-shadow:  0 0 6px rgba(0, 0, 0, 0.2);
}

.lte8 .repeatable-row.remove-me .dialog {
  box-shadow:  0 0 6px #333333;
  behavior: url(/assets/htc/PIE.htc);
}

.repeatable-row + .repeatable-row {
  border-top: 1px solid #d7d7d7;
}

.box {
  width: 100%;
}

.box.box--type01 {
  border: 1px solid #d7d7d7;
  font-size: 0;
  margin: 0 0 20px;
  position: relative;
  -webkit-border-top-left-radius: 3px;
  -moz-border-top-left-radius: 3px;
  -o-border-top-left-radius: 3px;
  -ms-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-top-right-radius: 3px;
  -o-border-top-right-radius: 3px;
  -ms-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-bottom-right-radius: 3px;
  -o-border-bottom-right-radius: 3px;
  -ms-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-bottom-left-radius: 3px;
  -o-border-bottom-left-radius: 3px;
  -ms-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  -o-background-clip: padding;
  -ms-background-clip: padding;
  background-clip: padding;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.lte8 .box.box--type01 {
  border-radius: 3px 3px 3px 3px;
  zoom: 1;
  behavior: url(/assets/htc/PIE.htc);
}

.box.box--type01 .box-image {
  display: inline-block;
  position: relative;
  width: 80px;
}

.box.box--type01 .box-image img {
  width: 80px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-top-left-radius: 3px;
  -o-border-top-left-radius: 3px;
  -ms-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-top-right-radius: 3px;
  -o-border-top-right-radius: 3px;
  -ms-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-bottom-right-radius: 0px;
  -o-border-bottom-right-radius: 0px;
  -ms-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-bottom-left-radius: 0px;
  -o-border-bottom-left-radius: 0px;
  -ms-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  -o-background-clip: padding;
  -ms-background-clip: padding;
  background-clip: padding;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.lte8 .box.box--type01 .box-image img {
  border-radius: 3px 3px 0px 0px;
  zoom: 1;
  behavior: url(/assets/htc/PIE.htc);
}

.box.box--type01 .box-heading {
  display: inline-block;
  padding: 0 10px;
}

.box.box--type01 .box-heading h4 {
  font: 14px "Open Sans", Arial, Helvetica, sans-serif;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.box.box--type01 .box-heading h4 a {
  color: #ffd105;
  text-decoration: none;
}

.box.box--type01 .box-heading h4 a:after {
  color: #469ad0;
  content: '›';
  display: inline-block;
  font-size: 18px;
  margin-left: 10px;
}

.box.box--type01 .box-heading h4 a:hover {
  color: #469ad0;
}

.box.box--type01 .box-content {
  display: none;
}

.box.box--type01 .box-footer {
  display: none;
}

@media (min-width: 768px) {
  .box.box--type01 {
    display: inline-block;
    height: 344px;
    margin: 0 10px 35px;
    vertical-align: top;
    width: 232px;
    -webkit-transition: border-color 0.2s ease-in-out;
    -moz-transition: border-color 0.2s ease-in-out;
    -o-transition: border-color 0.2s ease-in-out;
    -ms-transition: border-color 0.2s ease-in-out;
    transition: border-color 0.2s ease-in-out;
  }
  .box.box--type01 .box-image {
    display: block;
    overflow: hidden;
    position: relative;
    width: auto;
  }
  .box.box--type01 .box-image img {
    display: block;
    max-width: 100%;
    position: relative;
    width: 100%;
  }
  .box.box--type01 .box-heading {
    display: block;
    padding: 14px 10px 10px;
  }
  .box.box--type01 .box-heading h4 a:after {
    display: none;
  }
  .box.box--type01 .box-content {
    display: block;
    overflow: hidden;
    padding: 0 10px;
    position: relative;
  }
  .box.box--type01 .box-content p {
    font-size: 12px;
    margin-top: 0;
    line-height: 20px;
  }
  .box.box--type01 .box-content p + ul {
    margin-top: 12px;
  }
  .box.box--type01 .box-content--overlay {
    height: 50px;
  }
  .box.box--type01 .box-content--overlay:after {
    bottom: 0;
    content: '';
    display: block;
    height: 50px;
    left: 0;
    position: absolute;
    pointer-events: none;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, white));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    /* IE6-9 */
  }
  .box.box--type01 .box-footer {
    display: block;
    padding: 0 10px;
  }
  .box.box--type01 .box-footer .box-footer-donate {
    bottom: 5px;
    color: #469ad0;
    font-weight: 700;
    left: 10px;
    position: absolute;
    text-decoration: none;
  }
  .box.box--type01 .box-footer .box-footer-donate:after {
    content: '›';
    display: inline-block;
    margin-left: 3px;
  }
  .box.box--type01 .box-footer .box-footer-donate:hover {
    text-decoration: underline;
  }
  .box.box--type01 .box-footer .box-footer-readmore {
    bottom: 5px;
    display: block;
    font-size: 14px;
    position: absolute;
    right: 10px;
    text-align: right;
    text-decoration: none;
  }
  .box.box--type01 .box-footer .box-footer-readmore:after {
    content: '›';
    display: inline-block;
    margin-left: 3px;
  }
  .box.box--type01 .box-footer .box-footer-readmore:hover {
    text-decoration: underline;
  }
  .box.box--type01:hover {
    border-color: #5a5694;
  }
  .box.box--type01:hover a:after {
    opacity: 1;
  }
  .lte8 .box.box--type01:hover a:after,
  .no-opacity .box.box--type01:hover a:after {
    filter: alpha(opacity=100);
  }
}

.lte8 .box.box--type01 {
  display: inline-block;
  height: 344px;
  margin: 0 10px 35px;
  vertical-align: top;
  width: 232px;
  -webkit-transition: border-color 0.2s ease-in-out;
  -moz-transition: border-color 0.2s ease-in-out;
  -o-transition: border-color 0.2s ease-in-out;
  -ms-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
}

.lte8 .box.box--type01 .box-image {
  display: block;
  overflow: hidden;
  position: relative;
  width: auto;
}

.lte8 .box.box--type01 .box-image img {
  display: block;
  max-width: 100%;
  position: relative;
  width: 100%;
}

.lte8 .box.box--type01 .box-heading {
  display: block;
  padding: 14px 10px 10px;
}

.lte8 .box.box--type01 .box-heading h4 a:after {
  display: none;
}

.lte8 .box.box--type01 .box-content {
  display: block;
  overflow: hidden;
  padding: 0 10px;
  position: relative;
}

.lte8 .box.box--type01 .box-content p {
  font-size: 12px;
  margin-top: 0;
  line-height: 20px;
}

.lte8 .box.box--type01 .box-content p + ul {
  margin-top: 12px;
}

.lte8 .box.box--type01 .box-content--overlay {
  height: 50px;
}

.lte8 .box.box--type01 .box-content--overlay:after {
  bottom: 0;
  content: '';
  display: block;
  height: 50px;
  left: 0;
  position: absolute;
  pointer-events: none;
  width: 100%;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, white));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */
}

.lte8 .box.box--type01 .box-footer {
  display: block;
  padding: 0 10px;
}

.lte8 .box.box--type01 .box-footer .box-footer-donate {
  bottom: 5px;
  color: #469ad0;
  font-weight: 700;
  left: 10px;
  position: absolute;
  text-decoration: none;
}

.lte8 .box.box--type01 .box-footer .box-footer-donate:after {
  content: '›';
  display: inline-block;
  margin-left: 3px;
}

.lte8 .box.box--type01 .box-footer .box-footer-donate:hover {
  text-decoration: underline;
}

.lte8 .box.box--type01 .box-footer .box-footer-readmore {
  bottom: 5px;
  display: block;
  font-size: 14px;
  position: absolute;
  right: 10px;
  text-align: right;
  text-decoration: none;
}

.lte8 .box.box--type01 .box-footer .box-footer-readmore:after {
  content: '›';
  display: inline-block;
  margin-left: 3px;
}

.lte8 .box.box--type01 .box-footer .box-footer-readmore:hover {
  text-decoration: underline;
}

.lte8 .box.box--type01:hover {
  border-color: #5a5694;
}

.lte8 .box.box--type01:hover a:after {
  opacity: 1;
}

.lte8 .lte8 .box.box--type01:hover a:after,
.no-opacity .lte8 .box.box--type01:hover a:after {
  filter: alpha(opacity=100);
}

.box.box--type02 {
  border: 1px solid #d7d7d7;
  font-size: 0;
  margin: 0 0 20px;
  position: relative;
  -webkit-border-top-left-radius: 3px;
  -moz-border-top-left-radius: 3px;
  -o-border-top-left-radius: 3px;
  -ms-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-top-right-radius: 3px;
  -o-border-top-right-radius: 3px;
  -ms-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-bottom-right-radius: 3px;
  -o-border-bottom-right-radius: 3px;
  -ms-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-bottom-left-radius: 3px;
  -o-border-bottom-left-radius: 3px;
  -ms-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  -o-background-clip: padding;
  -ms-background-clip: padding;
  background-clip: padding;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.lte8 .box.box--type02 {
  border-radius: 3px 3px 3px 3px;
  zoom: 1;
  behavior: url(/assets/htc/PIE.htc);
}

p + .box.box--type02 {
  margin-top: 24px;
}

.box.box--type02 .box-image {
  display: inline-block;
  position: relative;
  width: 80px;
}

.box.box--type02 .box-image img {
  margin: -1px 0 0 -1px;
  width: 80px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-top-left-radius: 3px;
  -o-border-top-left-radius: 3px;
  -ms-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 0px;
  -moz-border-top-right-radius: 0px;
  -o-border-top-right-radius: 0px;
  -ms-border-top-right-radius: 0px;
  border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-bottom-right-radius: 0px;
  -o-border-bottom-right-radius: 0px;
  -ms-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-bottom-left-radius: 3px;
  -o-border-bottom-left-radius: 3px;
  -ms-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  -o-background-clip: padding;
  -ms-background-clip: padding;
  background-clip: padding;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.lte8 .box.box--type02 .box-image img {
  border-radius: 3px 0px 0px 3px;
  zoom: 1;
  behavior: url(/assets/htc/PIE.htc);
}

.box.box--type02 .box-heading {
  display: inline-block;
  padding: 10px 10px 0;
}

.box.box--type02 .box-heading h4 {
  font: 14px "Open Sans", Arial, Helvetica, sans-serif;
  margin: 0;
}

.box.box--type02 .box-heading h4 a {
  color: #ffd105;
  text-decoration: none;
}

.box.box--type02 .box-content {
  padding: 10px;
}

@media (min-width: 768px) {
  .box.box--type02 {
    height: 145px;
  }
  .box.box--type02 .box-image {
    float: left;
    width: auto;
  }
  .box.box--type02 .box-image img {
    width: auto;
  }
  .box.box--type02 .box-content {
    display: inline-block;
    max-width: 380px;
    vertical-align: top;
  }
}

.lte8 .box.box--type02 {
  height: 145px;
}

.lte8 .box.box--type02 .box-image {
  float: left;
  width: auto;
}

.lte8 .box.box--type02 .box-image img {
  width: auto;
}

.lte8 .box.box--type02 .box-content {
  display: inline-block;
  max-width: 380px;
  vertical-align: top;
}

input[type='submit'],
input[type='reset'],
button, .file-selector, .btn, .btn-social {
  margin: 0;
  padding: 0;
  border: none;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  line-height: 22px;
  padding: 8px 18px 11px;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-border-top-left-radius: 4px;
  -moz-border-top-left-radius: 4px;
  -o-border-top-left-radius: 4px;
  -ms-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-top-right-radius: 4px;
  -o-border-top-right-radius: 4px;
  -ms-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-bottom-right-radius: 4px;
  -o-border-bottom-right-radius: 4px;
  -ms-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-bottom-left-radius: 4px;
  -o-border-bottom-left-radius: 4px;
  -ms-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  -o-background-clip: padding;
  -ms-background-clip: padding;
  background-clip: padding;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

.lte8 input[type='submit'], .lte8
input[type='reset'], .lte8
button, .lte8 .file-selector, .lte8 .btn, .lte8 .btn-social {
  border-radius: 4px 4px 4px 4px;
  zoom: 1;
  behavior: url(/assets/htc/PIE.htc);
}

@media (min-width: 992px) {
  .label-short {
    display: none;
  }
}

.lte8 .label-short {
  display: none;
}

.label-long {
  display: none;
}

@media (min-width: 992px) {
  .label-long {
    display: inline;
  }
}

.lte8 .label-long {
  display: inline;
}

.btn.btn--is-disabled, .btn:disabled, .btn.btn--is-disabled:hover, .btn:disabled:hover {
  background-color: #999;
  cursor: default;
  opacity: 0.5;
}

.lte8 .btn.btn--is-disabled, .lte8 .btn:disabled,
.no-opacity .btn.btn--is-disabled,
.no-opacity .btn:disabled {
  filter: alpha(opacity=50);
}

.btn.btn--is-disabled:visited, .btn:visited:disabled {
  opacity: 0.5;
}

.lte8 .btn.btn--is-disabled:visited, .lte8 .btn:visited:disabled,
.no-opacity .btn.btn--is-disabled:visited,
.no-opacity .btn:visited:disabled {
  filter: alpha(opacity=50);
}

.btn--type01, input[type='submit'] {
  background-color: #469ad0;
  color: #fff;
}

.btn--type01:hover, input[type='submit']:hover {
  background: #6fb0da;
  color: #fff;
}

.btn--type01:visited, input[type='submit']:visited {
  color: #fff;
}

.btn--type01[disabled], input[disabled][type='submit'] {
  background-color: #469ad0;
  cursor: default;
}

.btn--type01[disabled]:hover, input[disabled][type='submit']:hover {
  background-color: #469ad0;
}

.btn--type02 {
  background-color: #469ad0;
  color: #fff;
}

.btn--type02:hover {
  background: #6fb0da;
  color: #fff;
}

.btn--type02:visited {
  color: #fff;
}

.btn--type03 {
  background-color: #54b948;
  color: #fff;
}

.btn--type03:hover {
  background: #76c76d;
}

.btn--type03:visited {
  color: #54b948;
}

.btn--type04 {
  background-color: #ffd105;
  color: #022e4f;
}

.btn--type05 {
  background-color: #54b948;
  color: #fff;
}

.btn--type05:hover {
  background: #76c76d;
  color: #fff;
}

.btn--type05:visited {
  color: #fff;
}

.btn--is-full {
  text-align: center;
  width: 100%;
}

.btn-icon {
  display: inline-block;
}

.btn-icon.is-arrow-left:before {
  border: 6px solid transparent;
  border-right-color: #fff;
  border-width: 6px 8px;
  content: '';
  display: inline-block;
  margin-left: -10px;
  margin-right: 10px;
  height: 0;
  width: 0;
}

.btn-icon.is-arrow-right:after {
  border: 6px solid transparent;
  border-left-color: #fff;
  border-width: 6px 8px;
  content: '';
  display: inline-block;
  height: 0;
  margin-left: 10px;
  margin-right: -10px;
  width: 0;
}

.btn-social {
  background-position: 15px 50%;
  background-repeat: no-repeat;
  color: #fff;
  font: "Open Sans", Arial, Helvetica, sans-serif;
  padding: 12px 18px;
}

.btn-social:hover {
  color: #fff;
}

.btn-social.btn-facebook {
  background-color: #3d5a98;
  padding-left: 40px;
  background-image: url(/assets/img/icon-facebook.png);
}

@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
  .btn-social.btn-facebook {
    background-image: url(/assets/img/icon-facebook@2x.png);
    -webkit-background-size: 13px 24px;
    -moz-background-size: 13px 24px;
    -o-background-size: 13px 24px;
    -ms-background-size: 13px 24px;
    background-size: 13px 24px;
  }
}

.btn-social.btn-facebook:hover {
  background-color: #647bad;
}

.btn-social.btn-googleplus {
  background-color: #dc4a3d;
  padding-left: 65px;
  background-image: url(/assets/img/icon-googleplus.png);
}

@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
  .btn-social.btn-googleplus {
    background-image: url(/assets/img/icon-googleplus@2x.png);
    -webkit-background-size: 38px 24px;
    -moz-background-size: 38px 24px;
    -o-background-size: 38px 24px;
    -ms-background-size: 38px 24px;
    background-size: 38px 24px;
  }
}

.btn-social.btn-googleplus:hover {
  background-color: #e36e64;
}

.btn-social.btn-microsoft {
  background-color: #0072C6;
  padding-left: 52px;
  background-image: url(/assets/img/icon-windows.png);
}

@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
  .btn-social.btn-microsoft {
    background-image: url(/assets/img/icon-windows@2x.png);
    -webkit-background-size: 24px 24px;
    -moz-background-size: 24px 24px;
    -o-background-size: 24px 24px;
    -ms-background-size: 24px 24px;
    background-size: 24px 24px;
  }
}

.btn-social.btn-microsoft:hover {
  background-color: #338ed1;
}

.btn-social.btn-linkedin {
  background-color: #107CB4;
  padding-left: 52px;
  background-image: url(/assets/img/icon-linkedin.png);
}

@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
  .btn-social.btn-linkedin {
    background-image: url(/assets/img/icon-linkedin@2x.png);
    -webkit-background-size: 25px 24px;
    -moz-background-size: 25px 24px;
    -o-background-size: 25px 24px;
    -ms-background-size: 25px 24px;
    background-size: 25px 24px;
  }
}

.btn-social.btn-linkedin:hover {
  background-color: #4096c3;
}

.btn-social.btn-twitter {
  background-color: #55ACEE;
  padding-left: 52px;
  background-image: url(/assets/img/icon-twitter.png);
}

@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
  .btn-social.btn-twitter {
    background-image: url(/assets/img/icon-twitter@2x.png);
    -webkit-background-size: 24px 24px;
    -moz-background-size: 24px 24px;
    -o-background-size: 24px 24px;
    -ms-background-size: 24px 24px;
    background-size: 24px 24px;
  }
}

.btn-social.btn-twitter:hover {
  background-color: #77bdf1;
}

.btn-social + .btn-social {
  margin-left: 5px;
}

.p80jq_tabs {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #469ad0;
  font-size: 0;
  margin-bottom: 40px;
}

.p80jq_tabs li {
  margin: 0;
  padding: 0;
  background-image: none;
  display: inline-block;
  list-style: none;
  margin-bottom: -1px;
  margin-right: 5px;
}

.p80jq_tabs li a {
  background-color: #f9f9f9;
  border: 1px solid #f9f9f9;
  border-bottom-color: #469ad0;
  color: #469ad0;
  display: block;
  font-size: 15px;
  padding: 10px;
  position: relative;
  text-decoration: none;
  width: 100%;
  -webkit-border-top-left-radius: 4px;
  -moz-border-top-left-radius: 4px;
  -o-border-top-left-radius: 4px;
  -ms-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-top-right-radius: 4px;
  -o-border-top-right-radius: 4px;
  -ms-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
  -o-border-bottom-right-radius: 0;
  -ms-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-bottom-left-radius: 0;
  -o-border-bottom-left-radius: 0;
  -ms-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  -o-background-clip: padding;
  -ms-background-clip: padding;
  background-clip: padding;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.lte8 .p80jq_tabs li a {
  border-radius: 4px 4px 0 0;
  zoom: 1;
  behavior: url(/assets/htc/PIE.htc);
}

@media (min-width: 768px) {
  .p80jq_tabs li a {
    width: 158px;
    font-size: 18px;
  }
}

.lte8 .p80jq_tabs li a {
  width: 158px;
  font-size: 18px;
}

.p80jq_tabs li a:hover {
  text-decoration: none;
}

.p80jq_tabs li a span {
  border-bottom: 2px solid #f9f9f9;
  display: inline-block;
  padding-bottom: 2px;
}

.p80jq_tabs li.current a {
  background-color: #469ad0;
  border-bottom-color: #469ad0;
  color: #fff;
}

.p80jq_tabs li.current a span {
  border-bottom-color: #f9f9f9;
}

.tabpages .tabpage {
  display: none;
}

.tabpages .tabpage.current {
  display: block;
}

.tabpages .tabpage .tabpage-subnav {
  margin: 0;
  padding: 0;
  font-size: 0;
}

.tabpages .tabpage .tabpage-subnav li {
  margin: 0;
  padding: 0;
  background: none;
  display: inline-block;
  font-size: 14px;
}

.tabpages .tabpage .tabpage-subnav li a {
  color: #ffd105;
  display: inline-block;
  font-size: 14px;
  padding: 0 10px;
}

.tabpages .tabpage .tabpage-subnav li:before {
  color: #BFC3C5;
  content: '|';
}

.tabpages .tabpage .tabpage-subnav li:first-child a {
  padding-left: 0;
}

.tabpages .tabpage .tabpage-subnav li:first-child:before {
  content: '';
}

.read-more {
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.read-more.is-arrow-right:after {
  border: 6px solid transparent;
  border-left-color: #469ad0;
  border-width: 6px 8px;
  content: '';
  display: inline-block;
  height: 0;
  margin-left: 6px;
  margin-right: -10px;
  width: 0;
  -webkit-transition: border-color 0.2s ease-in-out;
  -moz-transition: border-color 0.2s ease-in-out;
  -o-transition: border-color 0.2s ease-in-out;
  -ms-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
}

.read-more.is-arrow-right:hover:after {
  border-left-color: #c0ddef;
}

[class^='col-'] > img,
[class^='col-'] > a > img {
  width: 100%;
}

dl, dt, dd {
  margin: 0;
  padding: 0;
}

* + dl {
  margin-top: 0.7em;
}

dl {
  border-bottom: 1px solid #f9f9f9;
}

dd {
  display: none;
  margin-bottom: 10px;
  padding: 0 20px 10px 20px;
}

dt {
  border-top: 1px solid #f9f9f9;
  color: #469ad0;
  cursor: pointer;
  padding: 8px 0 8px 20px;
  text-decoration: none;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

dt:before {
  content: '';
  display: inline-block;
  border: 6px solid transparent;
  border-left-color: #469ad0;
  border-width: 6px 8px;
  height: 0;
  margin-left: -16px;
  position: relative;
  width: 0;
}

dt:hover {
  color: #97c6e5;
}

dt.is-active {
  color: #469ad0;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

dt.is-active:before {
  border-top-color: #469ad0;
  border-left-color: transparent;
  border-width: 8px 6px;
  left: -3px;
  top: 6px;
  margin-right: 4px;
}

dt.is-active + dd {
  display: block;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #cccccc;
}

.mfp-preloader a:hover {
  color: white;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

.is-white-popup {
  background: #fff;
  margin: 40px auto;
  max-width: 740px;
  position: relative;
  text-align: left;
  width: 100%;
  -webkit-border-top-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -o-border-top-left-radius: 5px;
  -ms-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-top-right-radius: 5px;
  -o-border-top-right-radius: 5px;
  -ms-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -o-border-bottom-right-radius: 5px;
  -ms-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -o-border-bottom-left-radius: 5px;
  -ms-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  -o-background-clip: padding;
  -ms-background-clip: padding;
  background-clip: padding;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow:  0 10px 60px rgba(191, 191, 191, 0.5);
  -moz-box-shadow:  0 10px 60px rgba(191, 191, 191, 0.5);
  -ms-box-shadow:  0 10px 60px rgba(191, 191, 191, 0.5);
  -o-box-shadow:  0 10px 60px rgba(191, 191, 191, 0.5);
  box-shadow:  0 10px 60px rgba(191, 191, 191, 0.5);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.lte8 .is-white-popup {
  border-radius: 5px 5px 5px 5px;
  zoom: 1;
  behavior: url(/assets/htc/PIE.htc);
}

.lte8 .is-white-popup {
  box-shadow:  0 10px 60px white;
  behavior: url(/assets/htc/PIE.htc);
}

.mfp-bg {
  background: #022e4f;
}

img.mfp-img {
  padding: 0 0 40px;
}

.mfp-close-btn-in .mfp-close {
  background-repeat: no-repeat;
  color: #469ad0;
  height: 20px;
  text-indent: -999em;
  position: absolute;
  right: 0;
  top: -30px;
  width: 20px;
  background-image: url(/assets/img/icon-cross-01.png);
  opacity: 1;
}

@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
  .mfp-close-btn-in .mfp-close {
    background-image: url(/assets/img/icon-cross-01@2x.png);
    -webkit-background-size: 20px 20px;
    -moz-background-size: 20px 20px;
    -o-background-size: 20px 20px;
    -ms-background-size: 20px 20px;
    background-size: 20px 20px;
  }
}

.lte8 .mfp-close-btn-in .mfp-close,
.no-opacity .mfp-close-btn-in .mfp-close {
  filter: alpha(opacity=100);
}

.popup-header {
  background: none;
  border-bottom: 1px solid #f9f9f9;
  color: #469ad0;
  font-size: 20px;
  font-weight: normal;
  padding: 18px 23px;
}

.popup-header .popup-header--label {
  color: #469ad0;
  margin-bottom: 0;
}

.popup-content {
  padding: 18px 23px;
}

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

/* mouse grab icon */
.grabbing {
  cursor: url(../../../themes/base/gfx/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}

/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}

.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}

/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}

.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}

/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}

.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}

/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}

/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1;
  }
}

@-moz-keyframes empty {
  0% {
    opacity: 1;
  }
}

@keyframes empty {
  0% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
}

@-moz-keyframes backSlideOut {
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
}

@keyframes backSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
}

@-webkit-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}

@-moz-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0);
  }
}

@keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0);
  }
}

@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}

@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8);
  }
}

@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}

@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
  }
}

@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%);
  }
}

@keyframes goDown {
  from {
    transform: translateY(-100%);
  }
}

@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}

@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}

@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5);
  }
}

@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}

@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}

@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5);
  }
}

/*.visual {
	.owl-controls {
		.owl-buttons {
			div {
				background: url(/assets/img/carrousel-arrows.png) no-repeat 0 0;
				height: 60px;
				position: absolute;
				text-indent: -3000px;
				top: 180px;
				width: 20px;
				z-index: 10;

				&.owl-prev {
					background-position: -50px 0;
					left: 0;
				}
				&.owl-next {
					background-position: -100px 0;
					right: 0;
				}

				@include respond-to-min('desktop') {
					height: 80px;
					top: 210px;
					width: 30px;

					&.owl-prev {
						background-position: 0 0;
					}
					&.owl-next {
						background-position: -150px 0;

					}
				}
			}
		}
		.owl-pagination {
			background: url(/assets/img/backgrounds/bg-opacity-01.png) repeat 0 0;
			bottom: 0;
			height: 30px;
			left: 50%;
			margin-left: -40px;
			overflow: hidden;
			padding-top: 1px;
			position: absolute;
			text-align: center;
			width: 80px;
			z-index: 10;
			@include border-radius(6px, 6px, 0, 0);
			@include box-sizing(border-box);

			.owl-page {
				display: inline-block;
				margin-top: 1px;
				vertical-align: middle;
				zoom: 1;

				span {
					background: $color-01;
					display: block;
					height: 10px;
					width: 10px;
					margin: 5px 7px;
					@include border-radius(20px, 20px, 20px, 20px);
				}

				&.active {
					span {
						background: $color-02;
						border: 1px solid $color-01;
						height: 13px;
						width: 13px;
					}
				}
			}
		}
	}

	&.visual-type-02 {
		.owl-controls {
			.owl-buttons {
				div {
					top: 120px;
				}
			}
		}
	}
}*/
.owl-banenlink-out {
  -webkit-animation: banenlinkOut 1.5s both ease;
  -moz-animation: banenlinkOut 1.5s both ease;
  animation: banenlinkOut 1.5s both ease;
}

.owl-banenlink-in {
  -webkit-animation: banenlinkIn 1.5 both ease;
  -moz-animation: banenlinkIn 1.5 both ease;
  animation: banenlinkIn 1.5 both ease;
}

@-webkit-keyframes banenlinkIn {
  0% {
    -webkit-transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}

@-moz-keyframes banenlinkIn {
  0% {
    -moz-transform: translateX(100%);
  }
  100% {
    -moz-transform: translateX(0%);
  }
}

@keyframes banenlinkIn {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0%);
  }
}

@-webkit-keyframes banenlinkOut {
  0% {
    -webkit-transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-50%);
  }
}

@-moz-keyframes banenlinkOut {
  0% {
    -moz-transform: translateX(0%);
  }
  100% {
    -moz-transform: translateX(-50%);
  }
}

@keyframes banenlinkOut {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Trigger classes
================================================ */
.alignLeft {
  text-align: left;
}

.alignCenter {
  text-align: center;
}

.alignRight {
  text-align: right;
}

.alignJustify {
  text-align: justify;
}

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.clearLeft {
  clear: left;
}

.clearBoth {
  clear: both;
}

.clearRight {
  clear: right;
}

.overflowHidden {
  overflow: hidden;
}

.hide {
  display: none;
}

.displayBlock {
  display: block;
}

.visibilityHidden {
  visibility: hidden;
}

.p80_form_label {
  color: #999;
}

@media (min-width: 768px) {
  .only-mobile {
    display: none;
  }
}

.lte8 .only-mobile {
  display: none;
}

@media (max-width: 767px) {
  .hide-mobile {
    display: none;
  }
}

.lte8 .hide-mobile {
  display: none;
}
