@charset "UTF-8";
/*!
 * This is the main stylesheet, @import all your partials / modules and anything else that takes your fancy
 */
@font-face {
  font-family: 'F37Ginger';
  src: url("../fonts/f37ginger-bold.eot");
  src: url("../fonts/f37ginger-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/f37ginger-bold.woff2") format("woff2"), url("../fonts/f37ginger-bold.woff") format("woff"), url("../fonts/f37ginger-bold.ttf") format("truetype"), url("../fonts/f37ginger-bold.svg#f37_gingerbold") format("svg");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'F37Ginger';
  src: url("../fonts/f37ginger-bolditalic.eot");
  src: url("../fonts/f37ginger-bolditalic.eot?#iefix") format("embedded-opentype"), url("../fonts/f37ginger-bolditalic.woff2") format("woff2"), url("../fonts/f37ginger-bolditalic.woff") format("woff"), url("../fonts/f37ginger-bolditalic.ttf") format("truetype"), url("../fonts/f37ginger-bolditalic.svg#f37_gingerbold_italic") format("svg");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'F37Ginger';
  src: url("../fonts/f37ginger-italic.eot");
  src: url("../fonts/f37ginger-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/f37ginger-italic.woff2") format("woff2"), url("../fonts/f37ginger-italic.woff") format("woff"), url("../fonts/f37ginger-italic.ttf") format("truetype"), url("../fonts/f37ginger-italic.svg#f37_gingeritalic") format("svg");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'F37Ginger';
  src: url("../fonts/f37ginger-light.eot");
  src: url("../fonts/f37ginger-light.eot?#iefix") format("embedded-opentype"), url("../fonts/f37ginger-light.woff2") format("woff2"), url("../fonts/f37ginger-light.woff") format("woff"), url("../fonts/f37ginger-light.ttf") format("truetype"), url("../fonts/f37ginger-light.svg#f37_gingerlight") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'F37Ginger';
  src: url("../fonts/f37ginger-lightitalic.eot");
  src: url("../fonts/f37ginger-lightitalic.eot?#iefix") format("embedded-opentype"), url("../fonts/f37ginger-lightitalic.woff2") format("woff2"), url("../fonts/f37ginger-lightitalic.woff") format("woff"), url("../fonts/f37ginger-lightitalic.ttf") format("truetype"), url("../fonts/f37ginger-lightitalic.svg#f37_gingerlight_italic") format("svg");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'F37Ginger';
  src: url("../fonts/f37ginger-regular.eot");
  src: url("../fonts/f37ginger-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/f37ginger-regular.woff2") format("woff2"), url("../fonts/f37ginger-regular.woff") format("woff"), url("../fonts/f37ginger-regular.ttf") format("truetype"), url("../fonts/f37ginger-regular.svg#f37_gingerregular") format("svg");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'F37Ginger';
  src: url("../fonts/f37ginger-thin.eot");
  src: url("../fonts/f37ginger-thin.eot?#iefix") format("embedded-opentype"), url("../fonts/f37ginger-thin.woff2") format("woff2"), url("../fonts/f37ginger-thin.woff") format("woff"), url("../fonts/f37ginger-thin.ttf") format("truetype"), url("../fonts/f37ginger-thin.svg#f37_gingerthin") format("svg");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'F37Ginger';
  src: url("../fonts/f37ginger-thinitalic.eot");
  src: url("../fonts/f37ginger-thinitalic.eot?#iefix") format("embedded-opentype"), url("../fonts/f37ginger-thinitalic.woff2") format("woff2"), url("../fonts/f37ginger-thinitalic.woff") format("woff"), url("../fonts/f37ginger-thinitalic.ttf") format("truetype"), url("../fonts/f37ginger-thinitalic.svg#f37_gingerthin_italic") format("svg");
  font-weight: 100;
  font-style: italic;
}

/* Breakpoints are set in config.scss - used like @include desktop { styles here } - see https://davidwalsh.name/write-media-queries-sass */
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 100px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 100px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

pre {
  display: block;
  padding: 11px;
  margin: 0 0 11.5px;
  font-size: 15px;
  line-height: 1.45;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 100px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.grid-example__inner {
  display: inline-block;
  width: 100%;
  position: relative;
  background-color: rgba(215, 0, 0, 0.3);
  background: rgba(215, 0, 0, 0.3);
  color: rgba(215, 0, 0, 0.3);
}

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

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

.container:after {
  clear: both;
}

.container div[class^="col"] {
  padding-left: 2px;
  padding-right: 2px;
}

@media (min-width: 768px) {
  .container {
    width: 724px;
    padding: 0px 24px;
  }
  .container div[class^="col"] {
    padding-left: 4px;
    padding-right: 4px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 948px;
    padding: 0px 16px;
  }
  .container div[class^="col"] {
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media (min-width: 1280px) {
  .container {
    width: 1270px;
    padding: 0px 16px;
  }
  .container div[class^="col"] {
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media (min-width: 1480px) {
  .container {
    width: 1470px;
    padding: 0px 16px;
  }
  .container div[class^="col"] {
    padding-left: 6px;
    padding-right: 6px;
  }
}

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

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

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

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

.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, .col-xs-13, .col-sm-13, .col-md-13, .col-lg-13, .col-xs-14, .col-sm-14, .col-md-14, .col-lg-14, .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15, .col-xs-16, .col-sm-16, .col-md-16, .col-lg-16, .col-xs-17, .col-sm-17, .col-md-17, .col-lg-17, .col-xs-18, .col-sm-18, .col-md-18, .col-lg-18, .col-xs-19, .col-sm-19, .col-md-19, .col-lg-19, .col-xs-20, .col-sm-20, .col-md-20, .col-lg-20, .col-xs-21, .col-sm-21, .col-md-21, .col-lg-21, .col-xs-22, .col-sm-22, .col-md-22, .col-lg-22, .col-xs-23, .col-sm-23, .col-md-23, .col-lg-23, .col-xs-24, .col-sm-24, .col-md-24, .col-lg-24 {
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}

.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, .col-xs-13, .col-xs-14, .col-xs-15, .col-xs-16, .col-xs-17, .col-xs-18, .col-xs-19, .col-xs-20, .col-xs-21, .col-xs-22, .col-xs-23, .col-xs-24 {
  float: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-13 {
  width: 54.16666667%;
}

.col-xs-14 {
  width: 58.33333333%;
}

.col-xs-15 {
  width: 62.5%;
}

.col-xs-16 {
  width: 66.66666667%;
}

.col-xs-17 {
  width: 70.83333333%;
}

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

.col-xs-19 {
  width: 79.16666667%;
}

.col-xs-20 {
  width: 83.33333333%;
}

.col-xs-21 {
  width: 87.5%;
}

.col-xs-22 {
  width: 91.66666667%;
}

.col-xs-23 {
  width: 95.83333333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-pull-13 {
  right: 54.16666667%;
}

.col-xs-pull-14 {
  right: 58.33333333%;
}

.col-xs-pull-15 {
  right: 62.5%;
}

.col-xs-pull-16 {
  right: 66.66666667%;
}

.col-xs-pull-17 {
  right: 70.83333333%;
}

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

.col-xs-pull-19 {
  right: 79.16666667%;
}

.col-xs-pull-20 {
  right: 83.33333333%;
}

.col-xs-pull-21 {
  right: 87.5%;
}

.col-xs-pull-22 {
  right: 91.66666667%;
}

.col-xs-pull-23 {
  right: 95.83333333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-push-13 {
  left: 54.16666667%;
}

.col-xs-push-14 {
  left: 58.33333333%;
}

.col-xs-push-15 {
  left: 62.5%;
}

.col-xs-push-16 {
  left: 66.66666667%;
}

.col-xs-push-17 {
  left: 70.83333333%;
}

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

.col-xs-push-19 {
  left: 79.16666667%;
}

.col-xs-push-20 {
  left: 83.33333333%;
}

.col-xs-push-21 {
  left: 87.5%;
}

.col-xs-push-22 {
  left: 91.66666667%;
}

.col-xs-push-23 {
  left: 95.83333333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-offset-24 {
  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, .col-sm-13, .col-sm-14, .col-sm-15, .col-sm-16, .col-sm-17, .col-sm-18, .col-sm-19, .col-sm-20, .col-sm-21, .col-sm-22, .col-sm-23, .col-sm-24 {
    float: left;
  }
  .col-sm-1 {
    width: 4.16666667%;
  }
  .col-sm-2 {
    width: 8.33333333%;
  }
  .col-sm-3 {
    width: 12.5%;
  }
  .col-sm-4 {
    width: 16.66666667%;
  }
  .col-sm-5 {
    width: 20.83333333%;
  }
  .col-sm-6 {
    width: 25%;
  }
  .col-sm-7 {
    width: 29.16666667%;
  }
  .col-sm-8 {
    width: 33.33333333%;
  }
  .col-sm-9 {
    width: 37.5%;
  }
  .col-sm-10 {
    width: 41.66666667%;
  }
  .col-sm-11 {
    width: 45.83333333%;
  }
  .col-sm-12 {
    width: 50%;
  }
  .col-sm-13 {
    width: 54.16666667%;
  }
  .col-sm-14 {
    width: 58.33333333%;
  }
  .col-sm-15 {
    width: 62.5%;
  }
  .col-sm-16 {
    width: 66.66666667%;
  }
  .col-sm-17 {
    width: 70.83333333%;
  }
  .col-sm-18 {
    width: 75%;
  }
  .col-sm-19 {
    width: 79.16666667%;
  }
  .col-sm-20 {
    width: 83.33333333%;
  }
  .col-sm-21 {
    width: 87.5%;
  }
  .col-sm-22 {
    width: 91.66666667%;
  }
  .col-sm-23 {
    width: 95.83333333%;
  }
  .col-sm-24 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 4.16666667%;
  }
  .col-sm-pull-2 {
    right: 8.33333333%;
  }
  .col-sm-pull-3 {
    right: 12.5%;
  }
  .col-sm-pull-4 {
    right: 16.66666667%;
  }
  .col-sm-pull-5 {
    right: 20.83333333%;
  }
  .col-sm-pull-6 {
    right: 25%;
  }
  .col-sm-pull-7 {
    right: 29.16666667%;
  }
  .col-sm-pull-8 {
    right: 33.33333333%;
  }
  .col-sm-pull-9 {
    right: 37.5%;
  }
  .col-sm-pull-10 {
    right: 41.66666667%;
  }
  .col-sm-pull-11 {
    right: 45.83333333%;
  }
  .col-sm-pull-12 {
    right: 50%;
  }
  .col-sm-pull-13 {
    right: 54.16666667%;
  }
  .col-sm-pull-14 {
    right: 58.33333333%;
  }
  .col-sm-pull-15 {
    right: 62.5%;
  }
  .col-sm-pull-16 {
    right: 66.66666667%;
  }
  .col-sm-pull-17 {
    right: 70.83333333%;
  }
  .col-sm-pull-18 {
    right: 75%;
  }
  .col-sm-pull-19 {
    right: 79.16666667%;
  }
  .col-sm-pull-20 {
    right: 83.33333333%;
  }
  .col-sm-pull-21 {
    right: 87.5%;
  }
  .col-sm-pull-22 {
    right: 91.66666667%;
  }
  .col-sm-pull-23 {
    right: 95.83333333%;
  }
  .col-sm-pull-24 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 4.16666667%;
  }
  .col-sm-push-2 {
    left: 8.33333333%;
  }
  .col-sm-push-3 {
    left: 12.5%;
  }
  .col-sm-push-4 {
    left: 16.66666667%;
  }
  .col-sm-push-5 {
    left: 20.83333333%;
  }
  .col-sm-push-6 {
    left: 25%;
  }
  .col-sm-push-7 {
    left: 29.16666667%;
  }
  .col-sm-push-8 {
    left: 33.33333333%;
  }
  .col-sm-push-9 {
    left: 37.5%;
  }
  .col-sm-push-10 {
    left: 41.66666667%;
  }
  .col-sm-push-11 {
    left: 45.83333333%;
  }
  .col-sm-push-12 {
    left: 50%;
  }
  .col-sm-push-13 {
    left: 54.16666667%;
  }
  .col-sm-push-14 {
    left: 58.33333333%;
  }
  .col-sm-push-15 {
    left: 62.5%;
  }
  .col-sm-push-16 {
    left: 66.66666667%;
  }
  .col-sm-push-17 {
    left: 70.83333333%;
  }
  .col-sm-push-18 {
    left: 75%;
  }
  .col-sm-push-19 {
    left: 79.16666667%;
  }
  .col-sm-push-20 {
    left: 83.33333333%;
  }
  .col-sm-push-21 {
    left: 87.5%;
  }
  .col-sm-push-22 {
    left: 91.66666667%;
  }
  .col-sm-push-23 {
    left: 95.83333333%;
  }
  .col-sm-push-24 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 4.16666667%;
  }
  .col-sm-offset-2 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 12.5%;
  }
  .col-sm-offset-4 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-5 {
    margin-left: 20.83333333%;
  }
  .col-sm-offset-6 {
    margin-left: 25%;
  }
  .col-sm-offset-7 {
    margin-left: 29.16666667%;
  }
  .col-sm-offset-8 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 37.5%;
  }
  .col-sm-offset-10 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-11 {
    margin-left: 45.83333333%;
  }
  .col-sm-offset-12 {
    margin-left: 50%;
  }
  .col-sm-offset-13 {
    margin-left: 54.16666667%;
  }
  .col-sm-offset-14 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-15 {
    margin-left: 62.5%;
  }
  .col-sm-offset-16 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-17 {
    margin-left: 70.83333333%;
  }
  .col-sm-offset-18 {
    margin-left: 75%;
  }
  .col-sm-offset-19 {
    margin-left: 79.16666667%;
  }
  .col-sm-offset-20 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-21 {
    margin-left: 87.5%;
  }
  .col-sm-offset-22 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-23 {
    margin-left: 95.83333333%;
  }
  .col-sm-offset-24 {
    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, .col-md-13, .col-md-14, .col-md-15, .col-md-16, .col-md-17, .col-md-18, .col-md-19, .col-md-20, .col-md-21, .col-md-22, .col-md-23, .col-md-24 {
    float: left;
  }
  .col-md-1 {
    width: 4.16666667%;
  }
  .col-md-2 {
    width: 8.33333333%;
  }
  .col-md-3 {
    width: 12.5%;
  }
  .col-md-4 {
    width: 16.66666667%;
  }
  .col-md-5 {
    width: 20.83333333%;
  }
  .col-md-6 {
    width: 25%;
  }
  .col-md-7 {
    width: 29.16666667%;
  }
  .col-md-8 {
    width: 33.33333333%;
  }
  .col-md-9 {
    width: 37.5%;
  }
  .col-md-10 {
    width: 41.66666667%;
  }
  .col-md-11 {
    width: 45.83333333%;
  }
  .col-md-12 {
    width: 50%;
  }
  .col-md-13 {
    width: 54.16666667%;
  }
  .col-md-14 {
    width: 58.33333333%;
  }
  .col-md-15 {
    width: 62.5%;
  }
  .col-md-16 {
    width: 66.66666667%;
  }
  .col-md-17 {
    width: 70.83333333%;
  }
  .col-md-18 {
    width: 75%;
  }
  .col-md-19 {
    width: 79.16666667%;
  }
  .col-md-20 {
    width: 83.33333333%;
  }
  .col-md-21 {
    width: 87.5%;
  }
  .col-md-22 {
    width: 91.66666667%;
  }
  .col-md-23 {
    width: 95.83333333%;
  }
  .col-md-24 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 4.16666667%;
  }
  .col-md-pull-2 {
    right: 8.33333333%;
  }
  .col-md-pull-3 {
    right: 12.5%;
  }
  .col-md-pull-4 {
    right: 16.66666667%;
  }
  .col-md-pull-5 {
    right: 20.83333333%;
  }
  .col-md-pull-6 {
    right: 25%;
  }
  .col-md-pull-7 {
    right: 29.16666667%;
  }
  .col-md-pull-8 {
    right: 33.33333333%;
  }
  .col-md-pull-9 {
    right: 37.5%;
  }
  .col-md-pull-10 {
    right: 41.66666667%;
  }
  .col-md-pull-11 {
    right: 45.83333333%;
  }
  .col-md-pull-12 {
    right: 50%;
  }
  .col-md-pull-13 {
    right: 54.16666667%;
  }
  .col-md-pull-14 {
    right: 58.33333333%;
  }
  .col-md-pull-15 {
    right: 62.5%;
  }
  .col-md-pull-16 {
    right: 66.66666667%;
  }
  .col-md-pull-17 {
    right: 70.83333333%;
  }
  .col-md-pull-18 {
    right: 75%;
  }
  .col-md-pull-19 {
    right: 79.16666667%;
  }
  .col-md-pull-20 {
    right: 83.33333333%;
  }
  .col-md-pull-21 {
    right: 87.5%;
  }
  .col-md-pull-22 {
    right: 91.66666667%;
  }
  .col-md-pull-23 {
    right: 95.83333333%;
  }
  .col-md-pull-24 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 4.16666667%;
  }
  .col-md-push-2 {
    left: 8.33333333%;
  }
  .col-md-push-3 {
    left: 12.5%;
  }
  .col-md-push-4 {
    left: 16.66666667%;
  }
  .col-md-push-5 {
    left: 20.83333333%;
  }
  .col-md-push-6 {
    left: 25%;
  }
  .col-md-push-7 {
    left: 29.16666667%;
  }
  .col-md-push-8 {
    left: 33.33333333%;
  }
  .col-md-push-9 {
    left: 37.5%;
  }
  .col-md-push-10 {
    left: 41.66666667%;
  }
  .col-md-push-11 {
    left: 45.83333333%;
  }
  .col-md-push-12 {
    left: 50%;
  }
  .col-md-push-13 {
    left: 54.16666667%;
  }
  .col-md-push-14 {
    left: 58.33333333%;
  }
  .col-md-push-15 {
    left: 62.5%;
  }
  .col-md-push-16 {
    left: 66.66666667%;
  }
  .col-md-push-17 {
    left: 70.83333333%;
  }
  .col-md-push-18 {
    left: 75%;
  }
  .col-md-push-19 {
    left: 79.16666667%;
  }
  .col-md-push-20 {
    left: 83.33333333%;
  }
  .col-md-push-21 {
    left: 87.5%;
  }
  .col-md-push-22 {
    left: 91.66666667%;
  }
  .col-md-push-23 {
    left: 95.83333333%;
  }
  .col-md-push-24 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 4.16666667%;
  }
  .col-md-offset-2 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 12.5%;
  }
  .col-md-offset-4 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-5 {
    margin-left: 20.83333333%;
  }
  .col-md-offset-6 {
    margin-left: 25%;
  }
  .col-md-offset-7 {
    margin-left: 29.16666667%;
  }
  .col-md-offset-8 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 37.5%;
  }
  .col-md-offset-10 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-11 {
    margin-left: 45.83333333%;
  }
  .col-md-offset-12 {
    margin-left: 50%;
  }
  .col-md-offset-13 {
    margin-left: 54.16666667%;
  }
  .col-md-offset-14 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-15 {
    margin-left: 62.5%;
  }
  .col-md-offset-16 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-17 {
    margin-left: 70.83333333%;
  }
  .col-md-offset-18 {
    margin-left: 75%;
  }
  .col-md-offset-19 {
    margin-left: 79.16666667%;
  }
  .col-md-offset-20 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-21 {
    margin-left: 87.5%;
  }
  .col-md-offset-22 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-23 {
    margin-left: 95.83333333%;
  }
  .col-md-offset-24 {
    margin-left: 100%;
  }
}

@media (min-width: 1280px) {
  .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, .col-lg-13, .col-lg-14, .col-lg-15, .col-lg-16, .col-lg-17, .col-lg-18, .col-lg-19, .col-lg-20, .col-lg-21, .col-lg-22, .col-lg-23, .col-lg-24 {
    float: left;
  }
  .col-lg-1 {
    width: 4.16666667%;
  }
  .col-lg-2 {
    width: 8.33333333%;
  }
  .col-lg-3 {
    width: 12.5%;
  }
  .col-lg-4 {
    width: 16.66666667%;
  }
  .col-lg-5 {
    width: 20.83333333%;
  }
  .col-lg-6 {
    width: 25%;
  }
  .col-lg-7 {
    width: 29.16666667%;
  }
  .col-lg-8 {
    width: 33.33333333%;
  }
  .col-lg-9 {
    width: 37.5%;
  }
  .col-lg-10 {
    width: 41.66666667%;
  }
  .col-lg-11 {
    width: 45.83333333%;
  }
  .col-lg-12 {
    width: 50%;
  }
  .col-lg-13 {
    width: 54.16666667%;
  }
  .col-lg-14 {
    width: 58.33333333%;
  }
  .col-lg-15 {
    width: 62.5%;
  }
  .col-lg-16 {
    width: 66.66666667%;
  }
  .col-lg-17 {
    width: 70.83333333%;
  }
  .col-lg-18 {
    width: 75%;
  }
  .col-lg-19 {
    width: 79.16666667%;
  }
  .col-lg-20 {
    width: 83.33333333%;
  }
  .col-lg-21 {
    width: 87.5%;
  }
  .col-lg-22 {
    width: 91.66666667%;
  }
  .col-lg-23 {
    width: 95.83333333%;
  }
  .col-lg-24 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 4.16666667%;
  }
  .col-lg-pull-2 {
    right: 8.33333333%;
  }
  .col-lg-pull-3 {
    right: 12.5%;
  }
  .col-lg-pull-4 {
    right: 16.66666667%;
  }
  .col-lg-pull-5 {
    right: 20.83333333%;
  }
  .col-lg-pull-6 {
    right: 25%;
  }
  .col-lg-pull-7 {
    right: 29.16666667%;
  }
  .col-lg-pull-8 {
    right: 33.33333333%;
  }
  .col-lg-pull-9 {
    right: 37.5%;
  }
  .col-lg-pull-10 {
    right: 41.66666667%;
  }
  .col-lg-pull-11 {
    right: 45.83333333%;
  }
  .col-lg-pull-12 {
    right: 50%;
  }
  .col-lg-pull-13 {
    right: 54.16666667%;
  }
  .col-lg-pull-14 {
    right: 58.33333333%;
  }
  .col-lg-pull-15 {
    right: 62.5%;
  }
  .col-lg-pull-16 {
    right: 66.66666667%;
  }
  .col-lg-pull-17 {
    right: 70.83333333%;
  }
  .col-lg-pull-18 {
    right: 75%;
  }
  .col-lg-pull-19 {
    right: 79.16666667%;
  }
  .col-lg-pull-20 {
    right: 83.33333333%;
  }
  .col-lg-pull-21 {
    right: 87.5%;
  }
  .col-lg-pull-22 {
    right: 91.66666667%;
  }
  .col-lg-pull-23 {
    right: 95.83333333%;
  }
  .col-lg-pull-24 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 4.16666667%;
  }
  .col-lg-push-2 {
    left: 8.33333333%;
  }
  .col-lg-push-3 {
    left: 12.5%;
  }
  .col-lg-push-4 {
    left: 16.66666667%;
  }
  .col-lg-push-5 {
    left: 20.83333333%;
  }
  .col-lg-push-6 {
    left: 25%;
  }
  .col-lg-push-7 {
    left: 29.16666667%;
  }
  .col-lg-push-8 {
    left: 33.33333333%;
  }
  .col-lg-push-9 {
    left: 37.5%;
  }
  .col-lg-push-10 {
    left: 41.66666667%;
  }
  .col-lg-push-11 {
    left: 45.83333333%;
  }
  .col-lg-push-12 {
    left: 50%;
  }
  .col-lg-push-13 {
    left: 54.16666667%;
  }
  .col-lg-push-14 {
    left: 58.33333333%;
  }
  .col-lg-push-15 {
    left: 62.5%;
  }
  .col-lg-push-16 {
    left: 66.66666667%;
  }
  .col-lg-push-17 {
    left: 70.83333333%;
  }
  .col-lg-push-18 {
    left: 75%;
  }
  .col-lg-push-19 {
    left: 79.16666667%;
  }
  .col-lg-push-20 {
    left: 83.33333333%;
  }
  .col-lg-push-21 {
    left: 87.5%;
  }
  .col-lg-push-22 {
    left: 91.66666667%;
  }
  .col-lg-push-23 {
    left: 95.83333333%;
  }
  .col-lg-push-24 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 4.16666667%;
  }
  .col-lg-offset-2 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 12.5%;
  }
  .col-lg-offset-4 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-5 {
    margin-left: 20.83333333%;
  }
  .col-lg-offset-6 {
    margin-left: 25%;
  }
  .col-lg-offset-7 {
    margin-left: 29.16666667%;
  }
  .col-lg-offset-8 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 37.5%;
  }
  .col-lg-offset-10 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-11 {
    margin-left: 45.83333333%;
  }
  .col-lg-offset-12 {
    margin-left: 50%;
  }
  .col-lg-offset-13 {
    margin-left: 54.16666667%;
  }
  .col-lg-offset-14 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-15 {
    margin-left: 62.5%;
  }
  .col-lg-offset-16 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-17 {
    margin-left: 70.83333333%;
  }
  .col-lg-offset-18 {
    margin-left: 75%;
  }
  .col-lg-offset-19 {
    margin-left: 79.16666667%;
  }
  .col-lg-offset-20 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-21 {
    margin-left: 87.5%;
  }
  .col-lg-offset-22 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-23 {
    margin-left: 95.83333333%;
  }
  .col-lg-offset-24 {
    margin-left: 100%;
  }
}

table {
  background-color: #f4f9ff;
}

caption {
  padding-top: 14px;
  padding-bottom: 14px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 23px;
  font-weight: 300;
}

.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding-top: 14px;
  padding-bottom: 18px;
  line-height: 1.45;
  vertical-align: middle;
  color: #393939;
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}

.table > thead > tr > td span,
.table > tbody > tr > td span,
.table > tfoot > tr > td span {
  padding-left: 9.5%;
  float: left;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th {
  padding-top: 14px;
  padding-bottom: 18px;
  line-height: 1.45;
  vertical-align: middle;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}

.table > thead > tr > th span,
.table > tbody > tr > th span,
.table > tfoot > tr > th span {
  padding-left: 9.5%;
  float: left;
}

.table > thead > tr > th {
  vertical-align: center;
  background-color: #2e1a47;
  border-bottom: 2px solid #ffffff;
  color: #ffffff;
  font-weight: 300;
}

.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #ffffff;
}

.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ffffff;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ffffff;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #009900;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: green;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #44c0ff;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #2bb7ff;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fe5000;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #e54800;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #bd2624;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #a82220;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 17.25px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ffffff;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 23px;
  font-size: 24px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 15px;
  font-size: 1.333rem;
  color: #2e1a47;
  font-weight: 300;
}

input[type="search"] {
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 16px;
  font-size: 16px;
  line-height: 1.45;
  color: #2e1a47;
}

.form-control {
  display: block;
  width: 100%;
  height: 58px;
  padding: 15px 20px;
  font-size: 0.875rem;
  line-height: 1.45;
  color: #2e1a47;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #2e1a47;
  outline: 0;
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}

.form-control.error {
  border-color: #bd2624;
  color: #bd2624;
}

.form-control[disabled], .form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 58px;
  }
  input[type="date"].input-sm, .input-group-sm > input.form-control[type="date"],
  .input-group-sm > input.input-group-addon[type="date"],
  .input-group-sm > .input-group-btn > input.btn[type="date"], .input-group-sm > .input-group-btn > input.btn--primary[type="date"], .input-group-sm > .input-group-btn > input.btn--secondary[type="date"],
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input.form-control[type="time"],
  .input-group-sm > input.input-group-addon[type="time"],
  .input-group-sm > .input-group-btn > input.btn[type="time"],
  .input-group-sm > .input-group-btn > input.btn--primary[type="time"],
  .input-group-sm > .input-group-btn > input.btn--secondary[type="time"],
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input.form-control[type="datetime-local"],
  .input-group-sm > input.input-group-addon[type="datetime-local"],
  .input-group-sm > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-sm > .input-group-btn > input.btn--primary[type="datetime-local"],
  .input-group-sm > .input-group-btn > input.btn--secondary[type="datetime-local"],
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input.form-control[type="month"],
  .input-group-sm > input.input-group-addon[type="month"],
  .input-group-sm > .input-group-btn > input.btn[type="month"],
  .input-group-sm > .input-group-btn > input.btn--primary[type="month"],
  .input-group-sm > .input-group-btn > input.btn--secondary[type="month"],
  .input-group-sm
  input[type="month"] {
    line-height: 58px;
  }
  input[type="date"].input-lg, .input-group-lg > input.form-control[type="date"],
  .input-group-lg > input.input-group-addon[type="date"],
  .input-group-lg > .input-group-btn > input.btn[type="date"], .input-group-lg > .input-group-btn > input.btn--primary[type="date"], .input-group-lg > .input-group-btn > input.btn--secondary[type="date"],
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input.form-control[type="time"],
  .input-group-lg > input.input-group-addon[type="time"],
  .input-group-lg > .input-group-btn > input.btn[type="time"],
  .input-group-lg > .input-group-btn > input.btn--primary[type="time"],
  .input-group-lg > .input-group-btn > input.btn--secondary[type="time"],
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input.form-control[type="datetime-local"],
  .input-group-lg > input.input-group-addon[type="datetime-local"],
  .input-group-lg > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-lg > .input-group-btn > input.btn--primary[type="datetime-local"],
  .input-group-lg > .input-group-btn > input.btn--secondary[type="datetime-local"],
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input.form-control[type="month"],
  .input-group-lg > input.input-group-addon[type="month"],
  .input-group-lg > .input-group-btn > input.btn[type="month"],
  .input-group-lg > .input-group-btn > input.btn--primary[type="month"],
  .input-group-lg > .input-group-btn > input.btn--secondary[type="month"],
  .input-group-lg
  input[type="month"] {
    line-height: 58px;
  }
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  min-height: 23px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed;
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 16px;
  padding-bottom: 16px;
  margin-bottom: 0;
  min-height: 39px;
}

.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .input-group-lg > .input-group-btn > .form-control-static.btn--primary, .input-group-lg > .input-group-btn > .form-control-static.btn--secondary, .input-group-lg > .input-group-btn > button.form-control-static, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn, .input-group-sm > .input-group-btn > .form-control-static.btn--primary, .input-group-sm > .input-group-btn > .form-control-static.btn--secondary, .input-group-sm > .input-group-btn > button.form-control-static {
  padding-left: 0;
  padding-right: 0;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn, .input-group-sm > .input-group-btn > .btn--primary, .input-group-sm > .input-group-btn > .btn--secondary, .input-group-sm > .input-group-btn > button {
  height: 58px;
  padding: 15px 30px;
  font-size: 0.875em;
  line-height: 1.5;
  border-radius: 0px;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn, .input-group-sm > .input-group-btn > select.btn--primary, .input-group-sm > .input-group-btn > select.btn--secondary {
  height: 58px;
  line-height: 58px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn, .input-group-sm > .input-group-btn > textarea.btn--primary, .input-group-sm > .input-group-btn > textarea.btn--secondary,
select[multiple].input-sm,
.input-group-sm > select.form-control[multiple],
.input-group-sm > select.input-group-addon[multiple],
.input-group-sm > .input-group-btn > select.btn[multiple],
.input-group-sm > .input-group-btn > select.btn--primary[multiple],
.input-group-sm > .input-group-btn > select.btn--secondary[multiple] {
  height: auto;
}

.form-group-sm .form-control {
  height: 58px;
  padding: 15px 30px;
  font-size: 0.875em;
  line-height: 1.5;
  border-radius: 0px;
}

.form-group-sm select.form-control {
  height: 58px;
  line-height: 58px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 58px;
  min-height: 30px;
  padding: 10px;
  font-size: 0.875em;
  line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn, .input-group-lg > .input-group-btn > .btn--primary, .input-group-lg > .input-group-btn > .btn--secondary, .input-group-lg > .input-group-btn > button {
  height: 58px;
  padding: 15px 30px;
  font-size: 1.333em;
  line-height: 1.3333333;
  border-radius: 0px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn, .input-group-lg > .input-group-btn > select.btn--primary, .input-group-lg > .input-group-btn > select.btn--secondary {
  height: 58px;
  line-height: 58px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn, .input-group-lg > .input-group-btn > textarea.btn--primary, .input-group-lg > .input-group-btn > textarea.btn--secondary,
select[multiple].input-lg,
.input-group-lg > select.form-control[multiple],
.input-group-lg > select.input-group-addon[multiple],
.input-group-lg > .input-group-btn > select.btn[multiple],
.input-group-lg > .input-group-btn > select.btn--primary[multiple],
.input-group-lg > .input-group-btn > select.btn--secondary[multiple] {
  height: auto;
}

.form-group-lg .form-control {
  height: 58px;
  padding: 15px 30px;
  font-size: 1.333em;
  line-height: 1.3333333;
  border-radius: 0px;
}

.form-group-lg select.form-control {
  height: 58px;
  line-height: 58px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 58px;
  min-height: 23px;
  padding: 16px 30px;
  font-size: 1.333em;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 72.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 58px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback, .input-group-lg > .input-group-btn > .btn--primary + .form-control-feedback, .input-group-lg > .input-group-btn > .btn--secondary + .form-control-feedback, .input-group-lg > .input-group-btn > button + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 58px;
  height: 58px;
  line-height: 58px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback, .input-group-sm > .input-group-btn > .btn--primary + .form-control-feedback, .input-group-sm > .input-group-btn > .btn--secondary + .form-control-feedback, .input-group-sm > .input-group-btn > button + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 58px;
  height: 58px;
  line-height: 58px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #2e1a47;
}

.has-success .form-control {
  border-color: #2e1a47;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #160c22;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #5e3592;
}

.has-success .input-group-addon {
  color: #2e1a47;
  border-color: #2e1a47;
  background-color: #009900;
}

.has-success .form-control-feedback {
  color: #2e1a47;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #2e1a47;
}

.has-warning .form-control {
  border-color: #2e1a47;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #160c22;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #5e3592;
}

.has-warning .input-group-addon {
  color: #2e1a47;
  border-color: #2e1a47;
  background-color: #fe5000;
}

.has-warning .form-control-feedback {
  color: #2e1a47;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #ffffff;
}

.has-error .form-control {
  border-color: #ffffff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #e6e5e5;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
}

.has-error .input-group-addon {
  color: #ffffff;
  border-color: #ffffff;
  background-color: #bd2624;
}

.has-error .form-control-feedback {
  color: #ffffff;
}

.has-feedback label ~ .form-control-feedback {
  top: 28px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #2b87d6;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 16px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 39px;
}

.form-horizontal .form-group {
  margin-left: -6px;
  margin-right: -6px;
}

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}

.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 16px;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 6px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 16px;
    font-size: 1.333em;
  }
}

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 16px;
    font-size: 0.875em;
  }
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown {
  max-width: 240px;
}

.dropdown.open .btn--dropdown {
  color: #ec135b;
  border-bottom: 1px solid #ffffff;
}

.dropdown.open .btn--dropdown span {
  color: #ec135b;
}

.dropdown.open .btn--dropdown span.down {
  display: none;
}

.dropdown.open .btn--dropdown span.up {
  display: block;
}

.dropdown.filter .dropdown-menu {
  max-height: 192px;
  overflow-y: scroll;
}

.dropdown.filter.open .dropdown-menu {
  display: block;
}

.dropdown.filter.open .btn--dropdown:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #ec135b;
  border-color: #ec135b;
}

.dropdown.filter.open .btn--dropdown:focus span {
  color: #ffffff;
}

.dropdown.filter .btn--dropdown {
  border: solid 1px rgba(21, 68, 109, 0.35);
}

.dropdown.filter .btn--dropdown:hover {
  border-color: #2e1a47;
}

.dropdown.filter .btn--dropdown:focus {
  text-decoration: none;
  color: #2e1a47;
  background-color: #ffffff;
  border: solid 1px rgba(21, 68, 109, 0.35);
}

.dropdown.filter .btn--dropdown:focus .dropdown-menu {
  display: none;
}

.dropdown.filter .btn--dropdown:focus span {
  color: #2e1a47;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 240px;
  width: 100%;
  padding: 0;
  margin: 0px 0 0;
  list-style: none;
  font-size: 0.875rem;
  text-align: left;
  background-color: #ec135b;
  border-radius: 0px;
  background-clip: padding-box;
}

.dropdown-menu li {
  margin-left: 0px;
  padding-left: 17px;
  height: 48px;
  width: 100%;
  margin: 0px;
  font-weight: 300;
}

.dropdown-menu li:hover, .dropdown-menu li:focus {
  text-decoration: none;
  background-color: #cf1754;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 10.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 0px;
  clear: both;
  font-weight: 300;
  line-height: 48px;
  color: #ffffff;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #ffffff;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #ec135b;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 0.875em;
  line-height: 1.45;
  color: #777777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group .form-control:focus {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 15px 30px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #2e1a47;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 0px;
}

.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn, .input-group-sm > .input-group-btn > .input-group-addon.btn--primary, .input-group-sm > .input-group-btn > .input-group-addon.btn--secondary, .input-group-sm > .input-group-btn > button.input-group-addon {
  padding: 15px 30px;
  font-size: 0.875em;
  border-radius: 0px;
}

.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn, .input-group-lg > .input-group-btn > .input-group-addon.btn--primary, .input-group-lg > .input-group-btn > .input-group-addon.btn--secondary, .input-group-lg > .input-group-btn > button.input-group-addon {
  padding: 15px 30px;
  font-size: 1.333em;
  border-radius: 0px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn--primary,
.input-group-btn:first-child > .btn--secondary,
.input-group-btn:first-child > button,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .btn-group > .btn--primary,
.input-group-btn:first-child > .btn-group > .btn--secondary,
.input-group-btn:first-child > .btn-group > button,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn--primary:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn--secondary:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > button:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn--primary,
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn--secondary,
.input-group-btn:last-child > .btn-group:not(:last-child) > button {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn--primary,
.input-group-btn:last-child > .btn--secondary,
.input-group-btn:last-child > button,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .btn-group > .btn--primary,
.input-group-btn:last-child > .btn-group > .btn--secondary,
.input-group-btn:last-child > .btn-group > button,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn--primary:not(:first-child),
.input-group-btn:first-child > .btn--secondary:not(:first-child),
.input-group-btn:first-child > button:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn--primary,
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn--secondary,
.input-group-btn:first-child > .btn-group:not(:first-child) > button {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn, .input-group-btn > .btn--primary, .input-group-btn > .btn--secondary, .input-group-btn > button {
  position: relative;
}

.input-group-btn > .btn + .btn, .input-group-btn > .btn--primary + .btn, .input-group-btn > .btn--secondary + .btn, .input-group-btn > button + .btn, .input-group-btn > .btn + .btn--primary, .input-group-btn > .btn--primary + .btn--primary, .input-group-btn > .btn--secondary + .btn--primary, .input-group-btn > button + .btn--primary, .input-group-btn > .btn + .btn--secondary, .input-group-btn > .btn--primary + .btn--secondary, .input-group-btn > .btn--secondary + .btn--secondary, .input-group-btn > button + .btn--secondary, .input-group-btn > .btn + button, .input-group-btn > .btn--primary + button, .input-group-btn > .btn--secondary + button, .input-group-btn > button + button {
  margin-left: -1px;
}

.input-group-btn > .btn:hover, .input-group-btn > .btn--primary:hover, .input-group-btn > .btn--secondary:hover, .input-group-btn > button:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn--primary:focus, .input-group-btn > .btn--secondary:focus, .input-group-btn > button:focus, .input-group-btn > .btn:active, .input-group-btn > .btn--primary:active, .input-group-btn > .btn--secondary:active, .input-group-btn > button:active {
  z-index: 2;
}


.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn--primary,
.input-group-btn:first-child > .btn--secondary,
.input-group-btn:first-child > button,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}


.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn--primary,
.input-group-btn:last-child > .btn--secondary,
.input-group-btn:last-child > button,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.pagination {
  display: table;
  padding-left: 0;
  margin: 23px auto;
  border-radius: 100px;
  font-weight: 300;
}

.pagination > li.pagination__arrow {
  background-color: #ec135b;
  width: 58px;
  height: 58px;
  text-align: center;
  line-height: 58px;
  display: inline;
  float: left;
}

.pagination > li.pagination__arrow:hover {
  background-color: #fe5000;
}

.pagination > li.pagination__arrow:active {
  background-color: #cf1754;
}

.pagination > li.pagination__arrow:active a {
  color: #ffffff;
}

.pagination > li.pagination__arrow.right {
  margin-left: 10px;
}

@media (min-width: 768px) {
  .pagination > li.pagination__arrow.right {
    margin-left: 41px;
  }
}

.pagination > li.pagination__arrow.left {
  margin-right: 10px;
}

@media (min-width: 768px) {
  .pagination > li.pagination__arrow.left {
    margin-right: 41px;
  }
}

.pagination > li.pagination__arrow a {
  color: #ffffff;
  background-color: none;
  width: 58px;
  height: 58px;
  max-width: 100%;
  max-height: 100%;
  line-height: 35px;
  font-size: 20px;
  margin-top: 0px;
}

.pagination > li.pagination__arrow a:hover, .pagination > li.pagination__arrow a:active, .pagination > li.pagination__arrow a:focus {
  background-color: transparent;
}

.pagination > li {
  display: inline;
  padding-left: 0px;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 12px 18px;
  min-width: 44px;
  min-height: 44px;
  line-height: 1.45;
  text-decoration: none;
  color: #2e1a47;
  border-radius: 50%;
  margin: 7px 5px;
  text-align: center;
  background-color: none;
  font-size: 0.875rem;
  border: none;
  margin-left: -1px;
}

.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #2e1a47;
  border-color: #ddd;
}

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #ec135b;
  border-color: #ec135b;
  cursor: default;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination .dots a:before {
  content: "...";
  font-size: 1.2em;
}

.pagination .dots a:hover, .pagination .dots a:focus {
  background-color: transparent;
  color: #2e1a47;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 15px 30px;
  font-size: 1.333em;
  line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 100px;
  border-top-left-radius: 100px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 100px;
  border-top-right-radius: 100px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 15px 30px;
  font-size: 0.875em;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 100px;
  border-top-left-radius: 100px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 100px;
  border-top-right-radius: 100px;
}

.pager {
  padding-left: 0;
  margin: 23px 0;
  list-style: none;
  text-align: center;
}

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

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #2e1a47;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.label:empty {
  display: none;
}

.btn .label, .btn--primary .label, .btn--secondary .label, button .label {
  position: relative;
  top: -1px;
}

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #777777;
}

.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #ec135b;
}

.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #bd0f49;
}

.label-success {
  background-color: #009900;
}

.label-success[href]:hover, .label-success[href]:focus {
  background-color: #006600;
}

.label-info {
  background-color: #44c0ff;
}

.label-info[href]:hover, .label-info[href]:focus {
  background-color: #11afff;
}

.label-warning {
  background-color: #bd2624;
}

.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #921d1c;
}

.label-danger {
  background-color: #bd2624;
}

.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #921d1c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 0.875em;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.btn .badge, .btn--primary .badge, .btn--secondary .badge, button .badge {
  position: relative;
  top: -1px;
}

.btn-xs .badge,
.btn-group-xs > .btn .badge,
.btn-group-xs > .btn--primary .badge,
.btn-group-xs > .btn--secondary .badge,
.btn-group-xs > button .badge {
  top: 0;
  padding: 1px 5px;
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #ec135b;
  background-color: #fff;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}

.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 200;
}

.jumbotron > hr {
  border-top-color: #d5d5d5;
}

.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 100px;
  padding-left: 6px;
  padding-right: 6px;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 72px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 23px;
  line-height: 1.45;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 100px;
  transition: border 0.2s ease-in-out;
}

.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.thumbnail .caption {
  padding: 9px;
  color: #15446d;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #ec135b;
}

.alert, .wpcf7-mail-sent-ok {
  padding: 0px;
  margin-bottom: 23px;
  border-radius: 0px;
  position: relative;
  min-height: 55px;
  font-size: 0.875rem;
}

.alert:after, .wpcf7-mail-sent-ok:after {
  font-family: "ElegantIcons";
  content: " ";
  font-size: 1rem;
  font-weight: lighter;
  position: absolute;
  width: 55px;
  text-align: center;
  line-height: 50px;
  height: 100%;
  color: #ffffff;
  top: 0px;
  left: 0px;
  z-index: 2;
}

.alert p, .wpcf7-mail-sent-ok p {
  z-index: 2;
  margin: 0px;
  position: relative;
  line-height: 50px;
  padding-left: 80px;
  min-height: 55px;
  text-align: left;
  font-size: 0.875rem;
  border: solid 1px rgba(9, 38, 62, 0.25);
}

.alert p i, .wpcf7-mail-sent-ok p i {
  position: absolute;
  top: 15px;
  left: 6px;
  color: white;
}

.alert h4, .wpcf7-mail-sent-ok h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link, .wpcf7-mail-sent-ok .alert-link {
  font-weight: light;
}

.alert > p,
.alert > ul, .wpcf7-mail-sent-ok > p,
.wpcf7-mail-sent-ok > ul {
  margin-bottom: 0;
}

.alert > p + p, .wpcf7-mail-sent-ok > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 20px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success, .wpcf7-mail-sent-ok {
  color: #2e1a47;
}

.alert-success:after, .wpcf7-mail-sent-ok:after {
  background-color: #009900;
}

.alert-success .alert-link, .wpcf7-mail-sent-ok .alert-link {
  color: #2e1a47;
}

.alert-success:after, .wpcf7-mail-sent-ok:after {
  content: "\4e";
}

.alert-info {
  color: #2e1a47;
}

.alert-info:after {
  background-color: #44c0ff;
}

.alert-info .alert-link {
  color: #2e1a47;
}

.alert-info:after {
  content: "\70";
}

.alert-warning {
  color: #2e1a47;
}

.alert-warning:after {
  background-color: #fe5000;
}

.alert-warning .alert-link {
  color: #2e1a47;
}

.alert-warning:after {
  content: "\70";
}

.alert-danger {
  color: #2e1a47;
}

.alert-danger:after {
  background-color: #bd2624;
}

.alert-danger .alert-link {
  color: #2e1a47;
}

.alert-danger:after {
  content: "\72";
}

.arrow-up {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  top: -15px;
  left: 18px;
  border-bottom: 15px solid #bd2624;
}

.alert-form {
  background-color: #bd2624;
  margin-top: 15px;
  border-color: #bd2624;
  color: #ffffff;
}

.alert-form p {
  padding-left: 55px;
  color: #ffffff;
}

.alert-form:after {
  background-color: #bd2624;
}

.alert-form .alert-link {
  color: #2e1a47;
}

.alert-form:after {
  content: "\71";
}

.media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

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

.list-group {
  margin-bottom: 20px;
  margin-left: 0px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding-left: 8px;
  margin-bottom: 10px;
  background-color: none;
  border: none;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #ec135b;
  border-color: #ec135b;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #fbd0de;
}

.list-group-item-success {
  color: #2e1a47;
  background-color: #009900;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #2e1a47;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #2e1a47;
  background-color: green;
}

a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #2e1a47;
  border-color: #2e1a47;
}

.list-group-item-info {
  color: #2e1a47;
  background-color: #44c0ff;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #2e1a47;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #2e1a47;
  background-color: #2bb7ff;
}

a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #2e1a47;
  border-color: #2e1a47;
}

.list-group-item-warning {
  color: #2e1a47;
  background-color: #fe5000;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #2e1a47;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #2e1a47;
  background-color: #e54800;
}

a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #2e1a47;
  border-color: #2e1a47;
}

.list-group-item-danger {
  color: #ffffff;
  background-color: #bd2624;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #ffffff;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #ffffff;
  background-color: #a82220;
}

a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #ffffff;
  border-color: #ffffff;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 23px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 100px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}

.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 99px;
  border-top-left-radius: 99px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit;
}

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 99px;
  border-bottom-left-radius: 99px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 99px;
  border-top-left-radius: 99px;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 99px;
  border-bottom-left-radius: 99px;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 99px;
  border-top-left-radius: 99px;
}

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 99px;
  border-top-right-radius: 99px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 99px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 99px;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 99px;
  border-bottom-left-radius: 99px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 99px;
  border-bottom-right-radius: 99px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 99px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 99px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ffffff;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 23px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 100px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #ec135b;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #ec135b;
  border-color: #ec135b;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ec135b;
}

.panel-primary > .panel-heading .badge {
  color: #ec135b;
  background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ec135b;
}

.panel-success {
  border-color: solid 1px rgba(9, 38, 62, 0.25);
}

.panel-success > .panel-heading {
  color: #2e1a47;
  background-color: #009900;
  border-color: solid 1px rgba(9, 38, 62, 0.25);
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: solid 1px rgba(9, 38, 62, 0.25);
}

.panel-success > .panel-heading .badge {
  color: #009900;
  background-color: #2e1a47;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: solid 1px rgba(9, 38, 62, 0.25);
}

.panel-info {
  border-color: solid 1px rgba(9, 38, 62, 0.25);
}

.panel-info > .panel-heading {
  color: #2e1a47;
  background-color: #44c0ff;
  border-color: solid 1px rgba(9, 38, 62, 0.25);
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: solid 1px rgba(9, 38, 62, 0.25);
}

.panel-info > .panel-heading .badge {
  color: #44c0ff;
  background-color: #2e1a47;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: solid 1px rgba(9, 38, 62, 0.25);
}

.panel-warning {
  border-color: #e52200;
}

.panel-warning > .panel-heading {
  color: #2e1a47;
  background-color: #fe5000;
  border-color: #e52200;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #e52200;
}

.panel-warning > .panel-heading .badge {
  color: #fe5000;
  background-color: #2e1a47;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #e52200;
}

.panel-danger {
  border-color: #a82035;
}

.panel-danger > .panel-heading {
  color: #ffffff;
  background-color: #bd2624;
  border-color: #a82035;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #a82035;
}

.panel-danger > .panel-heading .badge {
  color: #bd2624;
  background-color: #ffffff;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #a82035;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 100px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 100px;
}

.well-sm {
  padding: 9px;
  border-radius: 100px;
}

.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.45;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 0.875em;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 100px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.45;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 16px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 100px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover.top {
  margin-top: -10px;
}

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

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 16px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 99px 99px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}

.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}

.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.carousel-inner > .item {
  display: none;
  position: relative;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}

.carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}

.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn, .carousel-caption .btn--primary, .carousel-caption .btn--secondary, .carousel-caption button {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}

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

.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1280px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1280px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1280px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1280px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

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

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1280px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

.header {
  z-index: 1000;
  width: 100%;
  height: auto;
  min-height: 70px;
  font-weight: 300;
  overflow: hidden;
  /* MOBILE NAV ANIMATIONS */
}

.header.header-careers .logo, .header.header-sustainability .logo {
  margin: 25px 0 33px;
}

@media (min-width: 768px) {
  .header.header-careers .main-nav ul li, .header.header-sustainability .main-nav ul li {
    height: 84px;
    margin-left: 25px;
  }
}

.header.header-careers #nav-icon, .header.header-sustainability #nav-icon {
  top: 38px;
}

@media (min-width: 768px) {
  .header.header-careers #nav-icon, .header.header-sustainability #nav-icon {
    top: 45px;
  }
}

.header.header-sustainability .main-nav ul li.current-menu-item:after {
  content: none;
}

@media (min-width: 992px) {
  .header {
    overflow: visible;
  }
}

@media (min-width: 768px) {
  .header .container {
    position: relative;
    width: calc(85% + 32px);
  }
}

.header .logo {
  width: 100%;
  max-width: 139px;
  margin-left: 12px;
  margin-top: 15px;
  float: left;
  max-height: 55px;
}

@media (min-width: 768px) {
  .header .logo {
    max-width: 180px;
    margin: 41px 0 33px;
  }
}

@media (min-width: 992px) {
  .header .logo {
    max-width: 214px;
  }
}

.header .logo--has-slogan {
  margin-top: 11px;
}

@media (min-width: 768px) {
  .header .logo--has-slogan {
    margin: 24px 0 33px;
  }
}

.header .logo-slogan {
  color: #746F7B;
  line-height: 1;
  margin: 0;
  font-weight: 400;
  position: relative;
  font-size: 12px;
  margin-top: -2px;
}

@media (min-width: 768px) {
  .header .logo-slogan {
    font-size: 16px;
    margin-top: 2px;
  }
}

.header .utility-nav {
  display: none;
  position: relative;
  float: right;
  font-weight: 300;
  margin-top: 10px;
  width: 73%;
  text-align: right;
}

@media (min-width: 992px) {
  .header .utility-nav {
    display: block;
  }
}

.header .utility-nav ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.header .utility-nav ul li {
  margin-left: 10px;
  background-color: #ffffff;
  padding-left: 0px;
  position: relative;
  height: auto;
  margin-bottom: 0;
  display: inline-block;
  line-height: 50px;
  font-size: 0.875rem;
}

.header .utility-nav ul li.aligned a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .utility-nav ul li.aligned img {
  margin-right: 10px;
}

@media (min-width: 768px) {
  .header .utility-nav ul li {
    margin-left: 30px;
    height: 50px;
  }
}

@media (min-width: 992px) {
  .header .utility-nav ul li {
    margin-left: 38px;
    display: inline-block;
  }
}

.header .utility-nav ul li a {
  color: #2e1a47;
}

.header .utility-nav ul li a:hover {
  color: #2e1a47;
}

.header .utility-nav ul li span {
  display: none;
}

.header .utility-nav ul .dropdown ul {
  background-color: #ec135b;
  text-align: left;
}

.header .utility-nav ul .dropdown ul li {
  background-color: #ec135b;
  margin-left: 0px;
  margin-bottom: 0px;
  padding-left: 18px;
}

.header .utility-nav ul .dropdown ul li a {
  color: #ffffff;
}

.header .utility-nav ul .dropdown ul li:hover, .header .utility-nav ul .dropdown ul li:focus {
  text-decoration: none;
  background-color: #d41152;
}

.header .utility-nav ul .dropdown .icon_globe {
  margin-right: 10px;
}

.header .utility-nav ul .dropdown .btn--dropdown {
  padding-left: 0;
  padding-right: 0;
}

.header .utility-nav ul .dropdown .dropdown-menu {
  left: auto;
  right: 0;
}

.header .utility-nav ul .dropdown .current-flag-button img {
  display: inline-block;
  height: 16px;
  width: auto;
  float: left;
  margin-top: 15px;
  margin-right: 10px;
}

.header .utility-nav ul .dropdown .current-language {
  display: inline-block;
  float: left;
  font-size: 0.875rem;
}

.header .main-nav {
  display: none;
  position: relative;
  float: right;
  z-index: 20;
  width: 74%;
  text-align: right;
}

@media (min-width: 992px) {
  .header .main-nav {
    display: block;
  }
}

.header .main-nav ul li {
  margin-left: 10px;
  display: inline;
  background-color: #fff;
  position: relative;
  padding-left: 0px;
  height: auto;
  margin-bottom: 0px;
  display: inline-block;
  line-height: 50px;
  font-size: 1rem;
}

@media (min-width: 768px) {
  .header .main-nav ul li {
    margin-left: 30px;
    height: 70px;
  }
}

@media (min-width: 992px) {
  .header .main-nav ul li {
    margin-left: 38px;
  }
}

.header .main-nav ul li a {
  color: #2e1a47;
}

.header .main-nav ul li a:hover {
  color: #ec135b;
}

.header .main-nav ul li span {
  display: none;
}

.header .main-nav ul li .nav--plus {
  margin-left: 5px;
  cursor: pointer;
}

.header .main-nav ul li:hover ul {
  display: block;
}

.header .main-nav ul li ul {
  display: none;
  background: #ec135b;
  position: absolute;
  top: 70px;
  left: -33px;
  min-width: 180px;
  margin-left: 0px;
  z-index: 20;
  text-align: left;
  white-space: nowrap;
}

.header .main-nav ul li ul.offscreen {
  left: auto;
  right: -33px;
}

.header .main-nav ul li ul li {
  margin-left: 0px;
  display: inherit;
  padding: 6px 33px;
  width: 100%;
  background-color: transparent;
  margin-bottom: 0;
  line-height: 36px;
  height: auto;
}

.header .main-nav ul li ul li a {
  color: #ffffff;
  display: block;
}

.header .main-nav ul li ul li:hover {
  background-color: #d41152;
}

.header .main-nav ul li ul li:hover a {
  color: #ffffff;
}

.header .main-nav ul li ul li:hover ul {
  display: none;
}

.header .main-nav ul li ul li.current-menu-item {
  background-color: #d41152;
}

.header .main-nav ul li ul li.current-menu-item:after {
  display: none;
}

.header .main-nav ul li ul li.current-menu-item a {
  color: #ffffff;
}

.header .main-nav ul li ul li ul {
  display: none !important;
}

@media (min-width: 992px) {
  .header .main-nav ul li.current-menu-item a {
    color: #ec135b;
  }
  .header .main-nav ul li.current-menu-item ul li a {
    color: #ffffff;
  }
}

.header .main-nav ul li.current-menu-item:after {
  z-index: 1;
  position: absolute;
  bottom: 0px;
  left: 0%;
  width: calc(100% + 20px);
  margin-left: -10px;
  content: '';
  height: 5px;
  background-color: #ec135b;
}

.header .mobile-nav {
  display: none;
  position: relative;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 2;
}

.header .mobile-nav ul {
  list-style-type: none;
  margin-left: 0;
}

.header .mobile-nav ul li {
  display: block;
  background: #0D3354;
  margin-bottom: 0;
  height: auto;
  line-height: 55px;
  padding: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  position: relative;
}

.header .mobile-nav ul li.active-dropdown {
  border-bottom: 0px;
}

.header .mobile-nav ul li.aligned a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .mobile-nav ul li.aligned img {
  margin-right: 15px;
}

.header .mobile-nav ul li a {
  color: #ffffff;
  display: block;
  line-height: 54px;
  font-size: 14px;
  margin-left: 25px;
}

.header .mobile-nav ul li span {
  font-size: 20px;
  display: block;
  color: white;
  position: absolute;
  width: 59px;
  height: 50px;
  text-align: center;
  right: 0px;
  top: 0px;
  line-height: 50px;
}

.header .mobile-nav ul li span.rotate {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.header .mobile-nav ul li ul {
  display: none;
}

.header .mobile-nav ul li ul.active {
  display: block;
}

.header .mobile-nav ul li ul li {
  background: #15446D;
  border-bottom: 0px;
}

.header .mobile-nav ul li ul li a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  margin-right: 25px;
}

.header .mobile-nav ul li ul li:last-of-type a {
  border-bottom: 0px;
}

.header .mobile-nav.active {
  display: inline-block;
  margin-top: 18px;
}

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

.header .mobile-nav .current-language {
  height: 16px;
  float: left;
  width: auto;
  margin-top: 19px;
  margin-right: 10px;
}

.header #nav-icon {
  width: 22px;
  height: 14px;
  position: absolute;
  top: 28px;
  right: 18px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: .5s ease-in-out;
  cursor: pointer;
}

@media (min-width: 768px) {
  .header #nav-icon {
    right: 22px;
    top: 58px;
  }
}

@media (min-width: 992px) {
  .header #nav-icon {
    display: none;
  }
}

.header #nav-icon:focus {
  outline: 0;
}

.header #nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #2e1a47;
  opacity: 1;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  transition: .4s ease-in-out;
}

.header #nav-icon span:nth-child(1) {
  top: 0px;
}

.header #nav-icon span:nth-child(2) {
  top: 6px;
}

.header #nav-icon span:nth-child(3) {
  top: 12px;
}

.header #nav-icon.open span:nth-child(1) {
  top: 6px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.header #nav-icon.open span:nth-child(2) {
  opacity: 0;
}

.header #nav-icon.open span:nth-child(3) {
  top: 6px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.fixed {
  top: 0px;
  margin-top: 0px !important;
  position: fixed !important;
}

.list-with-flags-trigger {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  padding-right: 25px;
}

.list-with-flags-trigger img {
  max-width: 16px;
  width: 16px;
  margin-right: 10px;
}

.list-with-flags-trigger:after {
  vertical-align: middle;
  content: '';
  background-image: url("../images/icons/pink-chevron.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 12px;
  height: 7px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-10%);
          transform: translateY(-10%);
  right: -10px;
  margin-top: -3px;
}

.list-with-flags-trigger:hover .list-with-flags {
  display: block !important;
}

body .header .list-with-flags::-webkit-scrollbar {
  width: 5px;
}

body .header .list-with-flags::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body .header .list-with-flags::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}

body .header .list-with-flags {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: scroll;
  position: relative;
  top: 100%;
  left: 0;
  display: none;
  overflow-x: hidden;
}

@media (min-width: 768px) {
  body .header .list-with-flags {
    height: 195px;
    position: absolute;
    border-top: 1px solid #ec135b;
    border-bottom: 1px solid #F2EBEB;
    border-left: 1px solid #F2EBEB;
    border-right: 1px solid #F2EBEB;
  }
}

body .header .list-with-flags > li {
  padding: 10px 15px;
  border-bottom: 1px solid #F2EBEB;
}

body .header .list-with-flags > li:last-of-type {
  border-bottom: 0;
}

body .header .list-with-flags li {
  margin-left: 0;
  height: auto;
  line-height: 1.15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

body .header .list-with-flags li img {
  max-width: 16px;
  width: 16px;
  margin-right: 10px;
}

body .header .list-with-flags li ul {
  margin-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body .header .list-with-flags li ul.list-with-flags-menu-full {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  width: 100%;
  margin-left: 35px;
  margin-top: 5px;
}

body .header .list-with-flags li ul.list-with-flags-menu-full li {
  margin-bottom: 5px;
}

body .header .list-with-flags li ul.list-with-flags-menu-full li:last-of-type {
  margin-bottom: 0;
}

body .header .list-with-flags li ul li a {
  color: #C3B4D5;
  display: block;
  margin: 0;
  line-height: 1;
}

body .header .list-with-flags .list-with-flags-menu-title {
  color: white !important;
  font-size: 14px;
  text-transform: capitalize;
  margin: 0;
  line-height: 1;
}

@media (min-width: 768px) {
  body .header .list-with-flags .list-with-flags-menu-title {
    color: #2E1A47 !important;
  }
}

body .header .list-with-flags a:hover {
  color: #ec135b !important;
}

.banner {
  background-color: #2e1a47;
  background-image: url("../images/banner/banner-bg-default.png");
  background-position: center center;
  background-size: 768px;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}

@media (min-width: 768px) {
  .banner {
    background-size: cover;
  }
}

@media (min-width: 992px) {
  .banner {
    background-size: cover;
  }
}

.banner .container {
  z-index: 2;
  position: relative;
  min-height: 240px;
}

@media (min-width: 768px) {
  .banner .container {
    min-height: 400px;
    min-height: 33vw;
    width: calc(85% + 32px);
  }
}

.banner .container .banner__content {
  position: absolute;
  bottom: 0px;
}

.banner.banner-careers {
  height: auto !important;
  background-size: cover !important;
}

.banner.banner-careers .container {
  min-height: auto;
  padding: 6rem 0 7.5rem 0;
}

@media (min-width: 992px) {
  .banner.banner-careers .container {
    padding: 9.5rem 0 18rem 0;
  }
}

.banner.banner-careers .banner__content {
  position: relative;
}

.banner.banner-sustainability {
  height: auto !important;
  background-size: cover !important;
}

.banner.banner-sustainability .container {
  min-height: auto;
  padding: 6rem 0 7.5rem 0;
}

@media (min-width: 992px) {
  .banner.banner-sustainability .container {
    padding: 6.5rem 0 10rem 0;
  }
}

.banner.banner-sustainability .banner__content {
  position: relative;
}

.banner.no-bg {
  max-height: 190px;
  min-height: 190px;
}

.banner.no-bg .container {
  min-height: 190px;
}

.banner.no-bg .container .banner__content {
  position: absolute;
  bottom: 0px;
  height: auto;
}

.banner.no-bg .container .banner__content .banner__date {
  margin-top: 0px;
  margin-bottom: 10px;
  float: left;
  width: 100%;
  color: #ffffff;
}

.banner.no-bg .container .banner__content .banner__heading {
  margin: 0px;
  padding-bottom: 30px;
  float: left;
}

@media (min-width: 768px) {
  .banner.no-bg {
    max-height: 450px;
    min-height: 450px;
  }
  .banner.no-bg .container {
    min-height: 450px;
  }
  .banner.no-bg .container .banner__content .banner__date {
    margin-bottom: 1.3em;
  }
  .banner.no-bg .container .banner__content .banner__heading {
    padding-bottom: 80px;
  }
}

.banner__background-video {
  position: absolute;
  z-index: 1;
  min-width: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.banner__heading {
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .banner__heading {
    font-size: 1.333rem;
    letter-spacing: 11px;
  }
}

@media (min-width: 768px) {
  .banner__heading {
    margin-bottom: 40px;
    font-size: 2.6vw;
    line-height: 5.6vw;
  }
}

@media (min-width: 992px) {
  .banner__heading {
    margin-bottom: 60px;
    padding-top: 40px;
  }
  .banner__heading:after {
    max-width: 71px;
    width: 71px;
  }
}

@media (min-width: 1280px) {
  .banner__heading {
    margin-bottom: 80px;
  }
}

.banner--with-date .container .banner__content {
  position: static;
}

.banner--with-date .banner__date {
  margin-top: 30px;
  color: #ffffff;
  font-weight: 200;
}

@media (min-width: 768px) {
  .banner--with-date .banner__date {
    margin-top: 50px;
    font-size: 1.333rem;
  }
}

@media (min-width: 992px) {
  .banner--with-date .banner__date {
    margin-top: 100px;
  }
}

.banner--with-date .banner__heading {
  margin-top: 20px;
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .banner--with-date .banner__heading {
    margin-top: 40px;
    padding-top: 35px;
    margin-bottom: 60px;
  }
}

@media (min-width: 992px) {
  .banner--with-date .banner__heading {
    margin-top: 50px;
    margin-bottom: 80px;
  }
}

.banner__logo {
  max-width: 200px;
  max-height: 50px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .banner__logo {
    max-width: 150px !important;
  }
}

.banner__description {
  max-width: 550px;
  margin-bottom: 0;
}

section {
  position: relative;
}

section.intro h2, section.intro h3, section.intro h4 {
  margin-top: 0px;
}

section.intro .btn, section.intro .btn--primary, section.intro .btn--secondary, section.intro button {
  margin-bottom: 0px;
  display: table;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 992px) {
  section.intro .btn, section.intro .btn--primary, section.intro .btn--secondary, section.intro button {
    display: inline-block;
    margin-left: none;
    margin-right: none;
  }
}

@media (min-width: 768px) {
  .stories-slider {
    position: relative;
  }
}

.stories-slider .all-stories {
  display: none;
}

.stories-slider .container {
  position: relative;
}

.stories-slider.stories-slider--hero .stories-slider__slider .stories-slider__slide {
  position: relative;
}

.stories-slider.stories-slider--hero .stories-slider__slider .stories-slider__slide .stories-slider__slide-image {
  margin: 0px auto 30px;
  display: table;
}

@media (min-width: 768px) {
  .stories-slider.stories-slider--hero .stories-slider__slider .stories-slider__slide .stories-slider__slide-image {
    margin: 0px;
    display: inline-block;
  }
}

@media (min-width: 992px) {
  .stories-slider.stories-slider--hero .stories-slider__slider .stories-slider__slide .stories-slider__slide-image {
    max-width: 35%;
    margin-top: 20px;
  }
}

.stories-slider__heading {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
  margin-bottom: 20px;
  margin-left: 14px;
  padding-left: 0;
  position: relative;
  z-index: 20;
}

@media (min-width: 768px) {
  .stories-slider__heading {
    float: left;
    width: 29.16666667%;
  }
}

@media (min-width: 768px) {
  .stories-slider__heading {
    left: 62.5%;
  }
}

@media (min-width: 992px) {
  .stories-slider__heading {
    left: 58.33333333%;
  }
}

@media (max-width: 767px) {
  .stories-slider__heading {
    width: 95% !important;
  }
}

@media (min-width: 768px) {
  .stories-slider__heading {
    margin-left: 0;
    position: absolute !important;
  }
}

@media (min-width: 992px) {
  .stories-slider__heading {
    top: 40px;
    margin-left: -18px;
  }
}

@media (min-width: 1280px) {
  .stories-slider__heading {
    top: 100px;
    margin-left: -26px;
  }
}

@media (min-width: 1480px) {
  .stories-slider__heading {
    margin-left: -32px;
  }
}

.stories-slider__heading-text {
  margin-top: 0;
}

.stories-slider__slider {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
  position: relative;
  overflow: hidden;
  padding-bottom: 90px;
}

.stories-slider__slide {
  text-align: left;
  float: left;
  padding: 0 14px 0;
}

.stories-slider__slide-image {
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
  border-radius: 50%;
  display: inline-block;
  max-width: 220px;
}

@media (min-width: 768px) {
  .stories-slider__slide-image {
    float: left;
    width: 41.66666667%;
  }
}

@media (min-width: 768px) {
  .stories-slider__slide-image {
    left: 8.33333333%;
  }
}

@media (min-width: 768px) {
  .stories-slider__slide-image {
    max-width: 100%;
    margin-bottom: 20px;
  }
}

.stories-slider__slide-content {
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}

@media (min-width: 768px) {
  .stories-slider__slide-content {
    float: left;
    width: 29.16666667%;
  }
}

@media (min-width: 768px) {
  .stories-slider__slide-content {
    left: 20.83333333%;
  }
}

.stories-slider__slide-heading {
  text-align: left;
  margin-top: 0.8em;
}

.stories-slider__slide-heading a {
  color: #2e1a47;
}

@media (min-width: 768px) {
  .stories-slider__slide-heading {
    margin-top: 80px;
  }
}

@media (min-width: 992px) {
  .stories-slider__slide-heading {
    margin-top: 140px;
  }
}

@media (min-width: 1280px) {
  .stories-slider__slide-heading {
    margin-top: 200px;
  }
}

.stories-slider__slider-sub-heading {
  display: none;
}

.stories-slider__slide-link {
  display: block;
  text-align: left;
  font-weight: 300;
  transition: all 0.6s ease-out;
}

.stories-slider__slide-link span {
  font-size: 20px;
  position: relative;
  top: 4px;
}

.stories-slider__slide-link:hover, .stories-slider__slide-link:focus {
  color: #fe5000;
}

.stories-slider .slick-slider:focus, .stories-slider .slick-track:focus, .stories-slider .slick-slide:focus {
  outline: 0;
}

.stories-slider .slick-dots {
  position: absolute;
  bottom: 45px;
  text-align: center;
  width: 100%;
  margin-left: 0;
}

@media (min-width: 1280px) {
  .stories-slider .slick-dots {
    bottom: 65px;
  }
}

.stories-slider .slick-dots li {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d2e7ff;
  margin: 0 8px;
}

.stories-slider .slick-dots li.slick-active {
  width: 15px;
  height: 15px;
  background: #2e1a47;
  position: relative;
  top: 3px;
}

.stories-slider .slick-dots button {
  display: none;
}

.stories-slider__count {
  display: none;
  position: absolute;
  top: 185px;
  left: 80px;
  padding: 20px 25px;
  text-align: center;
  background: #ec135b;
  color: #ffffff;
  letter-spacing: 0.2em;
  font-weight: 300;
}

@media (min-width: 768px) {
  .stories-slider__count {
    display: block;
  }
}

@media (min-width: 992px) {
  .stories-slider__count {
    top: 265px;
    left: 110px;
    letter-spacing: 0.3em;
    padding: 20px 30px;
  }
}

@media (min-width: 1280px) {
  .stories-slider__count {
    top: 360px;
    left: 130px;
    padding: 25px 35px;
  }
}

@media (min-width: 1480px) {
  .stories-slider__count {
    top: 400px;
    left: 140px;
  }
}

.stories-slider--with-content .stories-slider__heading {
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
  position: relative !important;
  margin-top: 0;
  top: 0 !important;
}

@media (min-width: 768px) {
  .stories-slider--with-content .stories-slider__heading {
    float: left;
    width: 25%;
  }
}

@media (min-width: 768px) {
  .stories-slider--with-content .stories-slider__heading {
    left: 8.33333333%;
  }
}

.stories-slider--with-content .all-stories {
  display: block;
}

.stories-slider--with-content .all-stories .btn, .stories-slider--with-content .all-stories .btn--primary, .stories-slider--with-content .all-stories .btn--secondary, .stories-slider--with-content .all-stories button {
  display: table;
  margin: 0px auto;
}

.stories-slider--with-content .stories-slider__slider {
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}

@media (min-width: 768px) {
  .stories-slider--with-content .stories-slider__slider {
    float: left;
    width: 91.66666667%;
  }
}

@media (min-width: 768px) {
  .stories-slider--with-content .stories-slider__slider {
    left: 4.16666667%;
  }
}

.stories-slider--with-content .stories-slider__slide-image {
  padding-left: 0;
  padding-right: 0;
}

.stories-slider--with-content .stories-slider__count {
  display: none;
}

@media (min-width: 768px) {
  .stories-slider--with-content .stories-slider__slide {
    padding: 0 30px;
  }
}

@media (min-width: 992px) {
  .stories-slider--with-content .stories-slider__slide {
    padding: 0 38px;
  }
}

@media (min-width: 1280px) {
  .stories-slider--with-content .stories-slider__slide {
    padding: 0 53px;
  }
}

@media (min-width: 1480px) {
  .stories-slider--with-content .stories-slider__slide {
    padding: 0 62px;
  }
}

.stories-slider--with-content .stories-slider__slide-image {
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
  padding-left: 0;
  padding-right: 0;
  margin: 0px auto;
  display: table;
}

@media (min-width: 768px) {
  .stories-slider--with-content .stories-slider__slide-image {
    float: left;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .stories-slider--with-content .stories-slider__slide-image {
    left: 0%;
  }
}

@media (min-width: 768px) {
  .stories-slider--with-content .stories-slider__slide-image {
    margin: 0px;
    display: inline-block;
  }
}

@media (min-width: 992px) {
  .stories-slider--with-content .stories-slider__slide-image {
    width: 85%;
  }
}

.stories-slider--with-content .stories-slider__slide-content {
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 768px) {
  .stories-slider--with-content .stories-slider__slide-content {
    float: left;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .stories-slider--with-content .stories-slider__slide-content {
    left: 0%;
  }
}

.stories-slider--with-content .stories-slider__slide-content .stories-slider__slide-heading a {
  color: #ec135b;
  transition: all 0.6s ease-out;
}

.stories-slider--with-content .stories-slider__slide-content .stories-slider__slide-heading a:hover, .stories-slider--with-content .stories-slider__slide-content .stories-slider__slide-heading a:focus {
  color: #fe5000;
}

.stories-slider--with-content .stories-slider__slide-content .stories-slider__slide-link {
  display: none;
}

.stories-slider--with-content .stories-slider__slide-heading {
  margin-top: 20px;
  margin-bottom: 30px;
  color: #ec135b;
}

@media (min-width: 992px) {
  .stories-slider--with-content .stories-slider__slide-heading {
    font-size: 1.333rem;
    font-weight: 300;
    line-height: 32px;
  }
}

.stories-slider--with-content .stories-slider__slide-sub-heading {
  display: block;
  text-align: left;
}

.downloads__slider .slick-disabled {
  opacity: 0.3 !important;
}

.downloads__slider .slick-list {
  overflow: hidden;
  padding-top: 15px;
}

.downloads__slider .slick-arrow {
  position: absolute;
  cursor: pointer;
  top: 50%;
  margin-top: -45px;
  width: 30px;
  height: 30px;
  font-size: 2rem;
  line-height: 28px;
  border-radius: 0px;
  background-color: #ec135b;
  border: none;
  color: #c1104b;
  padding: 0px 5px;
  min-width: 50px;
  transition: all 1.15s ease-in-out;
}

@media (min-width: 768px) {
  .downloads__slider .slick-arrow {
    width: 40px;
    height: 30px;
    padding: 0px;
  }
}

.downloads__slider .slick-arrow.slick-next {
  right: -15px;
  z-index: 10;
}

@media (min-width: 768px) {
  .downloads__slider .slick-arrow.slick-next {
    right: -30px;
  }
}

@media (min-width: 992px) {
  .downloads__slider .slick-arrow.slick-next {
    right: -30px;
  }
}

@media (min-width: 1280px) {
  .downloads__slider .slick-arrow.slick-next {
    right: -30px;
  }
}

@media (min-width: 1480px) {
  .downloads__slider .slick-arrow.slick-next {
    right: -55px;
  }
}

.downloads__slider .slick-arrow.slick-next::before {
  content: "";
  position: absolute;
  border-left: 15px solid #ec135b;
  border-bottom: 15px solid transparent;
  border-top: 15px solid transparent;
  height: 0px;
  width: 0px;
  margin-right: -15px;
  right: 0;
  top: 0px;
  transition: border-left 1.15s ease-in-out;
}

.downloads__slider .slick-arrow.slick-prev {
  left: -15px;
  z-index: 10;
}

@media (min-width: 768px) {
  .downloads__slider .slick-arrow.slick-prev {
    left: -30px;
  }
}

@media (min-width: 992px) {
  .downloads__slider .slick-arrow.slick-prev {
    left: -30px;
  }
}

@media (min-width: 1280px) {
  .downloads__slider .slick-arrow.slick-prev {
    left: -30px;
  }
}

@media (min-width: 1480px) {
  .downloads__slider .slick-arrow.slick-prev {
    left: -55px;
  }
}

.downloads__slider .slick-arrow.slick-prev::before {
  content: "";
  position: absolute;
  border-right: 15px solid #ec135b;
  border-bottom: 15px solid transparent;
  border-top: 15px solid transparent;
  height: 0px;
  width: 0px;
  margin-left: -15px;
  left: 0;
  top: 0px;
}

.stories .arrow_right {
  position: relative;
  top: 2px;
}

.stories__more .btn, .stories__more .btn--primary, .stories__more .btn--secondary, .stories__more button {
  margin: 0 auto;
  display: block;
  max-width: 180px;
}

.stories .story {
  background-color: #ffffff;
  height: 100%;
  position: relative;
  margin-left: 0px;
  margin-right: 0px;
  padding-bottom: 40px;
  transition: all 0.25s ease-in-out;
  display: block;
}

@media (min-width: 768px) {
  .stories .story {
    margin-bottom: 40px;
  }
  .stories .story:hover {
    box-shadow: 0 35px 36px 0 rgba(9, 38, 62, 0.1);
    -webkit-transform: translate(0, -10px);
            transform: translate(0, -10px);
  }
}

.stories .story img {
  border-radius: 50%;
  display: block;
  max-width: 220px;
  display: block;
  margin: 0 auto;
  width: 100%;
}

/* FADE IN */

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

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

/* BOUNCE */

@-webkit-keyframes bounce {
  0% {
    opacity: 0.5;
    bottom: 30px;
  }
  50% {
    opacity: 1;
    bottom: 0px;
  }
  100% {
    opacity: 0.5;
    bottom: 30px;
  }
}

@keyframes bounce {
  0% {
    opacity: 0.5;
    bottom: 30px;
  }
  50% {
    opacity: 1;
    bottom: 0px;
  }
  100% {
    opacity: 0.5;
    bottom: 30px;
  }
}

/* DELAYS */
.animation-delay--05 {
  -webkit-animation-delay: 0.5s !important;
  /* Safari 4.0 - 8.0 */
  animation-delay: 0.5s !important;
}

.animation-delay--1 {
  -webkit-animation-delay: 1s !important;
  /* Safari 4.0 - 8.0 */
  animation-delay: 1s !important;
}

.animation-delay--15 {
  -webkit-animation-delay: 3s !important;
  /* Safari 4.0 - 8.0 */
  animation-delay: 1.5s !important;
}

.animation-delay--2 {
  -webkit-animation-delay: 2s !important;
  /* Safari 4.0 - 8.0 */
  animation-delay: 2s !important;
}

.opacity--zero {
  opacity: 0;
}

.fade-in {
  -webkit-animation: fadeIn 1.5s;
  animation: fadeIn 1.5s;
  -webkit-animation-fill-mode: forwards;
  /*Chrome 16+, Safari 4+*/
  /*FF 5+*/
  /*Not implemented yet*/
  /*IE 10+*/
  animation-fill-mode: forwards;
  /*when the spec is finished*/
}

.bounce {
  -webkit-animation: bounce 3s infinite;
  animation: bounce 3s infinite;
  /*when the spec is finished*/
}

footer {
  color: #ffffff;
  text-align: center;
}

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

footer .upper-footer {
  background: #2e1a47;
  padding: 5px 0 40px;
}

@media (min-width: 768px) {
  footer .upper-footer {
    padding: 80px 0 20px;
  }
}

footer h3 {
  color: #ffffff;
}

@media (min-width: 768px) {
  footer h3 {
    font-size: 1.333rem;
    margin-top: 0;
    margin-bottom: 0;
  }
}

footer ul {
  margin-left: 0px;
  list-style-type: none;
}

footer ul li {
  padding-left: 0;
}

footer ul li span {
  display: none;
}

footer ul a {
  color: #ffffff;
}

@media (min-width: 768px) {
  footer .footer__interaction {
    text-align: left;
  }
}

footer .footer__signup .alert {
  margin-bottom: 0px;
  min-height: 50px;
}

footer .footer__signup .alert p {
  padding-left: 35px;
  line-height: 40px;
  height: 40px;
  color: #ffffff;
}

footer .footer__signup .alert p i {
  top: 13px;
}

footer .footer__signup-form {
  position: relative;
  height: 82px;
  margin: 0 14px;
}

@media (min-width: 768px) {
  footer .footer__signup-form {
    margin: 0;
  }
}

footer .footer__signup-form .form-control {
  position: absolute;
  display: inline-block;
  margin-top: 20px;
  width: 58%;
  height: 60px;
  top: 0;
  left: 0;
  font-weight: 200;
  font-size: 16px;
  border: none;
}

footer .footer__signup-form .form-control:focus {
  border: none;
}

@media (min-width: 768px) {
  footer .footer__signup-form .form-control {
    width: 48%;
  }
}

@media (min-width: 992px) {
  footer .footer__signup-form .form-control {
    width: 55%;
  }
}

footer .footer__signup-form .btn, footer .footer__signup-form .btn--primary, footer .footer__signup-form .btn--secondary, footer .footer__signup-form button {
  position: absolute;
  border-radius: 0;
  display: inline-block;
  width: 42%;
  border: none;
  background-color: #ec135b;
  color: #ffffff;
  margin-top: 20px;
  left: 58%;
  -webkit-appearance: none;
  min-width: 100px;
  padding: 15px;
  transition: all 0.6s ease-out;
}

@media (min-width: 768px) {
  footer .footer__signup-form .btn, footer .footer__signup-form .btn--primary, footer .footer__signup-form .btn--secondary, footer .footer__signup-form button {
    width: 33%;
    left: 48%;
  }
}

@media (min-width: 992px) {
  footer .footer__signup-form .btn, footer .footer__signup-form .btn--primary, footer .footer__signup-form .btn--secondary, footer .footer__signup-form button {
    width: 38%;
    left: 55%;
  }
}

footer .footer__signup-form .btn:hover, footer .footer__signup-form .btn--primary:hover, footer .footer__signup-form .btn--secondary:hover, footer .footer__signup-form button:hover, footer .footer__signup-form .btn:focus, footer .footer__signup-form .btn--primary:focus, footer .footer__signup-form .btn--secondary:focus, footer .footer__signup-form button:focus {
  color: #ffffff;
  background-color: #fe5000;
}

footer .footer__social-links {
  margin-bottom: 20px;
}

footer .footer__social-links h3 {
  margin-bottom: 15px;
}

footer .footer__social-links .btn--social {
  margin: 0 7px 20px;
  position: relative;
  z-index: 10;
}

@media (min-width: 768px) {
  footer .footer__social-links .btn--social {
    margin: 0 14px 20px 0;
  }
}

footer .footer__social-links .btn--social span {
  font-size: 24px;
  line-height: 57px;
}

footer .footer__contact-details {
  margin-bottom: 30px;
  color: #ffffff;
  font-size: 22px;
  line-height: 36px;
}

footer .footer__contact-details span {
  display: block;
}

footer .footer__contact-details .tel a {
  color: white;
}

footer .footer__contact-details .email a {
  transition: all 0.6s ease-out;
}

footer .footer__contact-details .email a:hover, footer .footer__contact-details .email a:focus {
  color: #fe5000;
}

footer .footer__contact-details .address {
  margin-top: 35px;
}

footer .footer__contact-details .address p {
  color: #ffffff;
}

footer .footer__contact-details .icon_pin {
  background: #ec135b;
  border-radius: 50%;
  width: 58px;
  font-size: 24px;
  line-height: 58px;
  margin: 0 auto 20px;
  color: #ffffff;
}

@media (min-width: 768px) {
  footer .footer__contact-details {
    font-size: 1rem;
    line-height: 26px;
  }
  footer .footer__contact-details .icon_pin {
    display: none;
  }
  footer .footer__contact-details .address {
    margin-top: 30px;
  }
}

footer .footer__menu a {
  font-size: 14px;
  line-height: 35px;
}

@media (min-width: 768px) {
  footer .footer__menu {
    text-align: left;
  }
  footer .footer__menu a {
    font-size: 1rem;
    line-height: 2em;
  }
}

footer .footer__endorsement {
  text-align: center;
  padding-top: 40px;
}

@media (min-width: 768px) {
  footer .footer__endorsement {
    text-align: right;
    margin-top: -80px;
  }
}

@media (min-width: 768px) {
  footer .footer__endorsement-text {
    font-size: 20px;
    line-height: 150px;
    display: inline-block;
    position: relative;
    top: 20px;
  }
}

footer .footer__endorsement-image {
  width: auto;
  height: 150px;
  margin: 20px auto 0;
}

@media (min-width: 768px) {
  footer .footer__endorsement-image {
    float: right;
    margin: 20px 0 0;
  }
}

footer .lower-footer {
  background: #1f1735;
  padding: 40px 0 10px;
  font-weight: 300;
  font-size: 0.75rem;
}

@media (max-width: 767px) {
  footer .lower-footer {
    padding-left: 20px;
    padding-right: 20px;
  }
}

footer .lower-footer__left {
  opacity: 0.5;
  margin-bottom: 30px;
  text-align: center;
}

@media (min-width: 992px) {
  footer .lower-footer__left {
    text-align: left;
  }
}

footer .lower-footer__right {
  opacity: 0.5;
  margin-bottom: 30px;
  text-align: center;
}

@media (min-width: 992px) {
  footer .lower-footer__right {
    text-align: right;
  }
}

footer .lower-footer a, footer .lower-footer p {
  color: #ffffff;
  font-size: 0.75rem;
}

footer .lower-footer p {
  margin-bottom: 0;
}

iframe {
  max-width: 100%;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

html {
  font-size: 1em;
  box-sizing: border-box;
}

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

body {
  font-family: "Lato", sans-serif;
}

blockquote, q {
  position: relative;
  margin: 100px 0px;
}

blockquote p, q p {
  font-size: 1.777rem;
}

blockquote:after, q:after {
  content: "";
  display: block;
  height: 25px;
  width: 33px;
  left: 0px;
  position: absolute;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  bottom: -55px;
  background-image: url("../images/blockquote/blockquote_bottom.png");
}

blockquote:before, q:before {
  content: "";
  display: block;
  height: 25px;
  width: 33px;
  left: 0px;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  top: -55px;
  background-image: url("../images/blockquote/blockquote_top.png");
}

b {
  color: #2e1a47;
  font-weight: inherit !important;
}

a:hover, a:active, a:focus, a:visited, button {
  outline: none !important;
}

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

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

section, header, footer {
  position: relative;
  z-index: 1;
}

.no-outline {
  outline: none !important;
}

.float--l {
  float: left !important;
}

.float--r {
  float: right !important;
}

.float--none {
  float: none !important;
}

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

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

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

.middle {
  margin: 0px auto !important;
  float: none !important;
  display: table !important;
}

.w100 {
  width: 100% !important;
}

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

.post-anchor {
  clear: both;
  margin: 0;
  padding: 0 0 12px 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.post-anchor:before {
  content: '';
  height: 1px;
  width: 40px;
  background: #ec135b;
  display: block;
  margin-right: 10px;
}

.c--project-pink {
  color: #ec135b;
}

.c--project-pink-dark {
  color: #cf1754;
}

.c--project-navy {
  color: #2e1a47;
}

.c--project-orange {
  color: #fe5000;
}

.c--project-white {
  color: #ffffff;
}

.c--project-light-shadow {
  color: #f4f9ff;
}

.c--project-shadow {
  color: #2e1a47;
}

.c--project-green {
  color: #009900;
}

.c--project-blue {
  color: #44c0ff;
}

.c--project-red {
  color: #bd2624;
}

.bg--project-pink {
  background-color: #ec135b !important;
}

.bg--project-pink-dark {
  background-color: #cf1754 !important;
}

.bg--project-navy {
  background-color: #2e1a47 !important;
}

.bg--project-orange {
  background-color: #fe5000 !important;
}

.bg--project-white {
  background-color: #ffffff !important;
}

.bg--project-light-shadow {
  background-color: #f4f9ff !important;
}

.bg--project-shadow {
  background-color: #2e1a47 !important;
}

.bg--project-green {
  background-color: #009900 !important;
}

.bg--project-blue {
  background-color: #44c0ff !important;
}

.bg--project-red {
  background-color: #bd2624 !important;
}

.border-top--project-pink {
  border-top: 1px solid #ec135b;
}

.border-top--project-pink-dark {
  border-top: 1px solid #cf1754;
}

.border-top--project-navy {
  border-top: 1px solid #2e1a47;
}

.border-top--project-orange {
  border-top: 1px solid #fe5000;
}

.border-top--project-white {
  border-top: 1px solid #ffffff;
}

.border-top--project-light-shadow {
  border-top: 1px solid #f4f9ff;
}

.border-top--project-shadow {
  border-top: 1px solid #2e1a47;
}

.border-top--project-green {
  border-top: 1px solid #009900;
}

.border-top--project-blue {
  border-top: 1px solid #44c0ff;
}

.border-top--project-red {
  border-top: 1px solid #bd2624;
}

.border-right--project-pink {
  border-right: 1px solid #ec135b;
}

.border-right--project-pink-dark {
  border-right: 1px solid #cf1754;
}

.border-right--project-navy {
  border-right: 1px solid #2e1a47;
}

.border-right--project-orange {
  border-right: 1px solid #fe5000;
}

.border-right--project-white {
  border-right: 1px solid #ffffff;
}

.border-right--project-light-shadow {
  border-right: 1px solid #f4f9ff;
}

.border-right--project-shadow {
  border-right: 1px solid #2e1a47;
}

.border-right--project-green {
  border-right: 1px solid #009900;
}

.border-right--project-blue {
  border-right: 1px solid #44c0ff;
}

.border-right--project-red {
  border-right: 1px solid #bd2624;
}

.border-bottom--project-pink {
  border-bottom: 1px solid #ec135b;
}

.border-bottom--project-pink-dark {
  border-bottom: 1px solid #cf1754;
}

.border-bottom--project-navy {
  border-bottom: 1px solid #2e1a47;
}

.border-bottom--project-orange {
  border-bottom: 1px solid #fe5000;
}

.border-bottom--project-white {
  border-bottom: 1px solid #ffffff;
}

.border-bottom--project-light-shadow {
  border-bottom: 1px solid #f4f9ff;
}

.border-bottom--project-shadow {
  border-bottom: 1px solid #2e1a47;
}

.border-bottom--project-green {
  border-bottom: 1px solid #009900;
}

.border-bottom--project-blue {
  border-bottom: 1px solid #44c0ff;
}

.border-bottom--project-red {
  border-bottom: 1px solid #bd2624;
}

.border-left--project-pink {
  border-left: 1px solid #ec135b;
}

.border-left--project-pink-dark {
  border-left: 1px solid #cf1754;
}

.border-left--project-navy {
  border-left: 1px solid #2e1a47;
}

.border-left--project-orange {
  border-left: 1px solid #fe5000;
}

.border-left--project-white {
  border-left: 1px solid #ffffff;
}

.border-left--project-light-shadow {
  border-left: 1px solid #f4f9ff;
}

.border-left--project-shadow {
  border-left: 1px solid #2e1a47;
}

.border-left--project-green {
  border-left: 1px solid #009900;
}

.border-left--project-blue {
  border-left: 1px solid #44c0ff;
}

.border-left--project-red {
  border-left: 1px solid #bd2624;
}

.card {
  background-color: #ffffff;
  height: 100%;
  position: relative;
  padding-bottom: 40px;
  transition: all 0.25s ease-in-out;
  display: block;
  box-shadow: 0 35px 36px 0 rgba(9, 38, 62, 0.03);
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .card {
    margin-bottom: 40px;
  }
  .card:hover {
    box-shadow: 0 35px 36px 0 rgba(9, 38, 62, 0.1);
    -webkit-transform: translate(0, -10px);
            transform: translate(0, -10px);
  }
}

@media (min-width: 1280px) {
  .card {
    margin-bottom: 60px;
  }
}

.card a {
  color: #2e1a47;
}

.card__heading, .card__image, .card__date, .card__author, .card__content {
  display: block;
}

.card__heading {
  margin-top: 0;
  margin-bottom: 20px;
}

.card__image {
  overflow: hidden;
}

@media (min-width: 768px) {
  .card__image {
    max-height: 210px;
  }
}

@media (min-width: 992px) {
  .card__image {
    max-height: 186px;
  }
}

@media (min-width: 1280px) {
  .card__image {
    max-height: 253px;
  }
}

@media (min-width: 1480px) {
  .card__image {
    max-height: 295px;
  }
}

.card__image img {
  width: 100%;
  height: auto;
}

.card--featured .card__image {
  max-height: none;
}

.card__date {
  font-size: 0.875rem;
}

.card__author {
  margin-top: 30px;
  font-size: 0.875rem;
  position: absolute;
  bottom: 10px;
}

.card__author span {
  color: #ec135b;
}

.card__content {
  padding: 30px 30px 15px;
  padding-bottom: 0;
}

.card__content i {
  display: inline-block;
  font-size: 36px;
  margin-top: 0;
  margin-bottom: 30px;
  color: #2e1a47;
}

@media (min-width: 768px) {
  .card__content i {
    margin-top: 40px;
  }
}

.card__download {
  border-top: 2px solid #e3effe;
  padding: 25px 38px 27px;
  position: absolute;
  bottom: 0px;
  width: 100%;
  margin: 0;
}

.card__download .link-text {
  color: #ec135b;
  font-size: 1rem;
  float: left;
}

.card__download .size {
  float: right;
  line-height: 24px;
  text-transform: uppercase;
  color: rgba(21, 68, 109, 0.51);
  font-size: 0.875rem;
}

.card__sub-heading {
  margin-bottom: 0;
}

.card--has-download {
  padding-bottom: 80px;
}

.card--featured {
  padding-bottom: 0;
  background: #f4f9ff;
}

.card--featured span {
  display: block;
}

@media (min-width: 768px) {
  .card--featured {
    margin-left: 4px;
    margin-right: 4px;
  }
}

@media (min-width: 992px) {
  .card--featured {
    margin-left: 6px;
    margin-right: 6px;
  }
}

.card--featured:after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 768px) {
  .card--featured .card__content {
    padding-top: 40px;
    padding-left: 40px;
    display: inline-block;
  }
}

@media (min-width: 992px) {
  .card--featured .card__content {
    width: 40%;
    padding-right: 30px;
    display: block;
    min-height: 370px;
  }
}

.card--featured .card__author {
  position: static;
  color: #2e1a47;
}

@media (min-width: 768px) {
  .card--featured .card__image {
    float: right;
    width: 100%;
    margin-left: 0px;
  }
}

@media (min-width: 992px) {
  .card--featured .card__image {
    width: 60%;
    right: 0px;
    position: absolute;
    height: 100%;
    overflow: hidden;
    margin-left: 0px;
  }
  .card--featured .card__image img {
    max-height: 100%;
    width: auto;
    margin-left: -23px;
  }
}

@media (min-width: 1280px) {
  .card--featured .card__image {
    position: relative;
    margin-left: 30px;
  }
  .card--featured .card__image img {
    height: auto;
    width: 100%;
    margin-left: 0px;
  }
}

.wp-chart-wrap {
  padding: 0px 10px;
}

.wp-chart-wrap.aligncenter {
  display: table;
  margin: 20px auto !important;
}

.wp-chart-wrap.alignleft {
  display: block;
  margin: 20px;
  float: left;
}

.wp-chart-wrap.alignright {
  display: block;
  margin: 20px;
  float: right;
}

.btn, .btn--primary, .btn--secondary, button {
  font-family: "Lato", sans-serif;
  text-decoration: none;
  color: #ffffff;
  font-size: 1rem;
  letter-spacing: 0.5px;
  padding: 15px 30px;
  border: 1px solid #ec135b;
  cursor: pointer;
  border-radius: 100px;
  display: inline-block;
  text-align: center;
  min-width: 180px;
  line-height: 28px;
  min-height: 60px;
  height: auto;
}

@media (min-width: 768px) {
  .btn, .btn--primary, .btn--secondary, button {
    width: auto;
  }
}

.btn:hover, .btn--primary:hover, .btn--secondary:hover, button:hover, .btn:focus, .btn--primary:focus, .btn--secondary:focus, button:focus {
  outline: none;
  cursor: pointer;
}

.btn--primary {
  color: #ffffff;
  font-weight: 300;
  background-color: #ec135b;
  transition: all 0.6s ease-out;
}

.btn--primary:hover, .btn--primary:focus {
  color: #ffffff;
  background-color: #fe5000;
  border: 1px solid #fe5000;
}

.btn--secondary, button {
  border: 1px solid #ec135b;
  color: #ec135b;
  transition: all 0.6s ease-out;
}

.btn--secondary:hover, .btn--secondary:focus, button:hover, button:focus {
  color: #ffffff;
  background-color: #fe5000;
  border: 1px solid #fe5000;
}

.btn--tertiary {
  height: auto;
  width: auto;
  font-weight: 300;
  min-width: 0;
  background-color: transparent;
  color: #ec135b;
  padding: 0;
  border: none;
  transition: all 0.6s ease-out;
}

.btn--tertiary:after {
  font-family: 'ElegantIcons';
  content: "\24";
  margin-left: 6px;
  position: relative;
  top: 2px;
}

.btn--tertiary:hover, .btn--tertiary:focus {
  color: #fe5000;
  background-color: transparent;
  border: none;
}

.btn--social {
  width: 58px;
  height: 58px;
  background-color: #ec135b;
  color: #ffffff;
  text-align: center;
  line-height: 58px;
  display: inline-block;
  border-radius: 50%;
  transition: all 0.6s ease-out;
}

.btn--social:hover, .btn--social:focus {
  background-color: #fe5000;
}

.btn--dropdown {
  background-color: #ffffff;
  font-family: "Lato", sans-serif;
  width: 100%;
  font-weight: 300;
  color: #2e1a47;
  line-height: 48px;
  padding: 0px 7px 0px 17px;
  font-size: 0.875rem;
  border-radius: 0px;
  border: 1px solid #ffffff;
  height: 48px;
  text-align: left;
  min-width: 0;
  transition: all 0.6s ease-out;
}

.btn--dropdown:hover, .btn--dropdown:focus {
  color: #2e1a47;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  border-bottom: 1px solid #2e1a47;
  cursor: pointer;
}

.btn--dropdown span {
  float: right;
  font-size: 1rem;
}

.btn--dropdown span.down {
  display: block;
}

.btn--dropdown span.up {
  display: none;
}

.btn-container {
  margin-bottom: 0;
}

.wistia_embed button {
  min-width: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Lato", sans-serif;
  color: #2e1a47;
}

h1, h2, h3, h4 {
  margin: 1.414em 0 0.5em;
  line-height: 1.2;
}

h1, .h1 {
  margin-top: 0;
  font-size: 1.333rem;
  letter-spacing: 18px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 42px;
  position: relative;
  padding-top: 20px;
}

h1:after, .h1:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 58px;
  height: 3px;
  background: #fedd00;
  background: linear-gradient(to right, #fedd00 0%, #fe5000 50%, #ec135b 80%, #fd10de 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fedd00', endColorstr='#fd10de',GradientType=1 );
  top: 0;
}

@media (min-width: 992px) {
  h1, .h1 {
    letter-spacing: 40px;
    font-size: 2.369rem;
    line-height: 93px;
  }
}

@media (min-width: 1280px) {
  h1, .h1 {
    font-size: 3.157rem;
  }
}

h2, .h2 {
  font-size: 1.777rem;
  font-weight: 300;
  line-height: 39px;
  position: relative;
  padding-bottom: 20px;
}

h2:after, .h2:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 58px;
  height: 3px;
  background: #fedd00;
  background: linear-gradient(to right, #fedd00 0%, #fe5000 50%, #ec135b 80%, #fd10de 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fedd00', endColorstr='#fd10de',GradientType=1 );
  bottom: 0;
}

@media (min-width: 992px) {
  h2, .h2 {
    font-size: 2.369rem;
    line-height: 48px;
  }
}

h3, .h3, blockquote p, q p {
  font-size: 1.333rem;
  font-weight: 300;
  line-height: 32px;
}

@media (min-width: 992px) {
  h3, .h3, blockquote p, q p {
    font-size: 1.777rem;
    line-height: 39px;
  }
}

h4, .h4 {
  font-size: 1rem;
  font-weight: bold;
  line-height: 24px;
}

@media (min-width: 992px) {
  h4, .h4 {
    font-size: 1.333rem;
    line-height: 32px;
  }
}

h5, .h5 {
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 20px;
}

@media (min-width: 992px) {
  h5, .h5 {
    font-size: 1rem;
    line-height: 24px;
  }
}

h6, .h6 {
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 18px;
}

@media (min-width: 992px) {
  h6, .h6 {
    font-size: 0.875rem;
    line-height: 20px;
  }
}

p {
  font-size: 1rem;
  margin-bottom: 1.3em;
  font-weight: 300;
  line-height: 26px;
  color: #2e1a47;
}

p strong {
  float: none;
}

.small {
  font-size: 0.75rem;
  line-height: 20px;
}

a {
  color: #ec135b;
  text-decoration: none;
}

a:hover {
  color: lighten 15%;
  cursor: pointer;
  text-decoration: none;
  cursor: pointer;
}

.f--xxl {
  font-size: 3.157rem !important;
}

.f--xl {
  font-size: 2.369rem !important;
}

.f--l {
  font-size: 1.777rem !important;
}

.f--m {
  font-size: 1.333rem !important;
}

.f--base {
  font-size: 1rem !important;
}

.f--s {
  font-size: 0.875rem !important;
}

.f--zero {
  font-size: 0rem !important;
}

.normal {
  font-weight: normal;
}

.b {
  font-weight: bold;
}

.fw1 {
  font-weight: 100 !important;
}

.fw2 {
  font-weight: 200 !important;
}

.fw3 {
  font-weight: 300 !important;
}

.fw4 {
  font-weight: 400 !important;
}

.fw5 {
  font-weight: 500 !important;
}

.fw6 {
  font-weight: 600 !important;
}

.fw7 {
  font-weight: 700 !important;
}

.fw8 {
  font-weight: 800 !important;
}

.fw9 {
  font-weight: 900 !important;
}

.lightsource-dash {
  position: relative;
  padding-bottom: 20px;
}

.lightsource-dash:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 58px;
  height: 3px;
  background: #fedd00;
  background: linear-gradient(to right, #fedd00 0%, #fe5000 50%, #ec135b 80%, #fd10de 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fedd00', endColorstr='#fd10de',GradientType=1 );
  bottom: 0;
}

.p--reset {
  margin: 0;
  padding: 0;
}

.demo {
  background-color: rgba(215, 0, 0, 0.3);
  background: rgba(215, 0, 0, 0.3);
  color: rgba(215, 0, 0, 0.3);
}

.demo.two {
  background-color: rgba(0, 215, 0, 0.3);
  background: rgba(0, 215, 0, 0.3);
  color: rgba(0, 215, 0, 0.3);
}

.demo__white {
  background-color: #ffffff;
}

.pr--xxxl {
  padding: 60px 0px;
}

@media (min-width: 992px) {
  .pr--xxxl {
    padding: 80px 0px;
  }
}

@media (min-width: 1280px) {
  .pr--xxxl {
    padding: 150px 0px;
  }
}

.pr--xxl {
  padding: 40px 0px;
}

@media (min-width: 992px) {
  .pr--xxl {
    padding: 60px 0px;
  }
}

@media (min-width: 1280px) {
  .pr--xxl {
    padding: 80px 0px;
  }
}

.pr--xl {
  padding: 30px 0px;
}

@media (min-width: 992px) {
  .pr--xl {
    padding: 40px 0px;
  }
}

@media (min-width: 1280px) {
  .pr--xl {
    padding: 60px 0px;
  }
}

.pr--l {
  padding: 20px 0px;
}

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

@media (min-width: 1280px) {
  .pr--l {
    padding: 40px 0px;
  }
}

.pr--m {
  padding: 20px 0px;
}

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

@media (min-width: 1280px) {
  .pr--m {
    padding: 30px 0px;
  }
}

.pr--s {
  padding: 20px 0px;
}

.p--xxl {
  padding: 3.157rem !important;
}

.p--xl {
  padding: 2.369rem !important;
}

.p--l {
  padding: 1.777rem !important;
}

.p--m {
  padding: 1.333rem !important;
}

.p--base {
  padding: 1rem !important;
}

.p--s {
  padding: 0.875rem !important;
}

.p--zero {
  padding: 0rem !important;
}

.m--xxl {
  margin: 3.157rem !important;
}

.m--xl {
  margin: 2.369rem !important;
}

.m--l {
  margin: 1.777rem !important;
}

.m--m {
  margin: 1.333rem !important;
}

.m--base {
  margin: 1rem !important;
}

.m--s {
  margin: 0.875rem !important;
}

.m--zero {
  margin: 0rem !important;
}

.p-top--xxl {
  padding-top: 3.157rem !important;
}

.p-top--xl {
  padding-top: 2.369rem !important;
}

.p-top--l {
  padding-top: 1.777rem !important;
}

.p-top--m {
  padding-top: 1.333rem !important;
}

.p-top--base {
  padding-top: 1rem !important;
}

.p-top--s {
  padding-top: 0.875rem !important;
}

.p-top--zero {
  padding-top: 0rem !important;
}

.p-left--xxl {
  padding-left: 3.157rem !important;
}

.p-left--xl {
  padding-left: 2.369rem !important;
}

.p-left--l {
  padding-left: 1.777rem !important;
}

.p-left--m {
  padding-left: 1.333rem !important;
}

.p-left--base {
  padding-left: 1rem !important;
}

.p-left--s {
  padding-left: 0.875rem !important;
}

.p-left--zero {
  padding-left: 0rem !important;
}

.p-right--xxl {
  padding-right: 3.157rem !important;
}

.p-right--xl {
  padding-right: 2.369rem !important;
}

.p-right--l {
  padding-right: 1.777rem !important;
}

.p-right--m {
  padding-right: 1.333rem !important;
}

.p-right--base {
  padding-right: 1rem !important;
}

.p-right--s {
  padding-right: 0.875rem !important;
}

.p-right--zero {
  padding-right: 0rem !important;
}

.m-top--xxl {
  margin-top: 3.157rem !important;
}

.m-top--xl {
  margin-top: 2.369rem !important;
}

.m-top--l {
  margin-top: 1.777rem !important;
}

.m-top--m {
  margin-top: 1.333rem !important;
}

.m-top--base {
  margin-top: 1rem !important;
}

.m-top--s {
  margin-top: 0.875rem !important;
}

.m-top--zero {
  margin-top: 0rem !important;
}

.p-bottom--xxl {
  padding-bottom: 3.157rem !important;
}

.p-bottom--xl {
  padding-bottom: 2.369rem !important;
}

.p-bottom--l {
  padding-bottom: 1.777rem !important;
}

.p-bottom--m {
  padding-bottom: 1.333rem !important;
}

.p-bottom--base {
  padding-bottom: 1rem !important;
}

.p-bottom--s {
  padding-bottom: 0.875rem !important;
}

.p-bottom--zero {
  padding-bottom: 0rem !important;
}

.m-bottom--xxl {
  margin-bottom: 3.157rem !important;
}

.m-bottom--xl {
  margin-bottom: 2.369rem !important;
}

.m-bottom--l {
  margin-bottom: 1.777rem !important;
}

.m-bottom--m {
  margin-bottom: 1.333rem !important;
}

.m-bottom--base {
  margin-bottom: 1rem !important;
}

.m-bottom--s {
  margin-bottom: 0.875rem !important;
}

.m-bottom--zero {
  margin-bottom: 0rem !important;
}

.m-left--xxl {
  margin-left: 3.157rem !important;
}

.m-left--xl {
  margin-left: 2.369rem !important;
}

.m-left--l {
  margin-left: 1.777rem !important;
}

.m-left--m {
  margin-left: 1.333rem !important;
}

.m-left--base {
  margin-left: 1rem !important;
}

.m-left--s {
  margin-left: 0.875rem !important;
}

.m-left--zero {
  margin-left: 0rem !important;
}

.m-right--xxl {
  margin-right: 3.157rem !important;
}

.m-right--xl {
  margin-right: 2.369rem !important;
}

.m-right--l {
  margin-right: 1.777rem !important;
}

.m-right--m {
  margin-right: 1.333rem !important;
}

.m-right--base {
  margin-right: 1rem !important;
}

.m-right--s {
  margin-right: 0.875rem !important;
}

.m-right--zero {
  margin-right: 0rem !important;
}

.d--block {
  display: block;
}

.d--inline {
  display: inline;
}

.d--iblock {
  display: inline-block;
}

.d--table {
  display: table;
}

@media (min-width: 992px) {
  .equal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-row > [class*='col-'] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-row.row:after,
.flex-row.row:before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.content {
  /*ol {
      list-style-type: none;
      //counter-reset: listNumbering;

      li {
          font-size: 1em;
          counter-increment: listNumbering;

          &:before {
              content: counter(listNumbering,decimal-leading-zero) '.';
              font-size: 5em;
          }
      }
  } */
}

.content ol {
  font-weight: 300;
  padding-left: 44px;
}

.content ol.letters {
  list-style-type: upper-alpha;
}

.content ol.letters li ol {
  list-style-type: lower-alpha;
}

.content ol.numbers {
  list-style-type: decimal;
}

.content ol.numbers li ol {
  list-style-type: decimal;
}

.content ol li {
  width: 100%;
  float: left;
  font-size: 2.369rem;
  border-bottom: 1px solid #d2e7ff;
  padding-bottom: 22.5px;
  position: relative;
  font-weight: normal;
  margin-bottom: 14.5px;
  color: #2e1a47;
}

.content ol li span {
  font-size: 1rem;
  padding-top: 8px;
  margin-left: 65px;
  font-weight: 300;
  margin-right: 65px;
  float: left;
}

.content ol li ol {
  float: left;
  width: 100%;
  padding-left: 88px;
  margin-top: 10px;
}

.content ol li ol li {
  border-bottom: none;
  font-size: 1.333rem;
  padding-bottom: 0px;
  margin-bottom: 8px;
}

.content ol li ol li::after {
  content: none;
}

.content ol li ol li span {
  font-size: 1rem;
  margin-left: 5px;
  margin-right: 65px;
  padding-top: 5px;
}

.content ol li::after {
  content: " ";
  display: block;
  background: #d2e7ff;
  height: 1px;
  width: 44px;
  left: -44px;
  position: absolute;
  bottom: -1px;
}

ol {
  margin-left: 20px;
}

ol li {
  color: #2e1a47;
  padding-left: 8px;
  margin-bottom: 10px;
  font-weight: 300;
}

ul {
  margin-left: 20px;
  color: #2e1a47;
}

ul li {
  color: #2e1a47;
  padding-left: 8px;
  margin-bottom: 10px;
  font-weight: 300;
}

ul.tick-cross {
  list-style-type: none;
  margin-left: 0px;
}

ul.tick-cross li {
  padding-left: 18px;
}

ul.tick-cross li:before {
  font-family: "ElegantIcons";
  display: inline-block;
  font-size: 0.875rem;
  margin-left: -1.3em;
  /* same as padding-left set on li */
  margin-right: 10px;
  width: 1.3em;
  /* same as padding-left set on li */
}

ul.tick-cross li.tick:before {
  content: "\4e";
  color: #009900;
}

ul.tick-cross li.cross:before {
  content: "\4d";
  color: #bd2624;
}

ul.l--inline > li {
  display: inline;
}

ul.l--block > li {
  display: block;
}

.video-container {
  display: inline-block;
  position: relative;
}

.video-container__overlay {
  position: absolute;
  z-index: 2;
  height: 68px;
  width: 68px;
  left: 50%;
  top: 50%;
  background-color: #ec135b;
  border-radius: 50%;
  margin: -34px 0px 0px -34px;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
}

.video-container video {
  width: 100%;
  height: 100%;
  max-width: 865px;
  max-height: 487px;
}

.video .video_title h2 {
  margin-bottom: 0px;
}

.video .video_player {
  margin: 50px 0px;
}

.video .video_player p {
  margin-bottom: 0px;
}

.video .videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.video .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video .videoWrapper .video-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  z-index: 1;
}

.video .videoWrapper .video-overlay.dark {
  background: rgba(0, 0, 0, 0.3);
}

.video .videoWrapper .video-overlay .video--link {
  position: absolute;
  z-index: 2;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  padding: 17px 10px 15px 13px;
  background-color: #ec135b;
  border-radius: 50%;
  margin: -14px 0px 0px -40px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/video/triangle.svg");
  cursor: pointer;
}

.video .video_content {
  margin-bottom: 50px;
}

.video .video_content a {
  transition: all 0.6s ease-out;
}

.video .video_content a:hover, .video .video_content a:focus {
  color: #fe5000;
}

.circle {
  width: 508px;
  height: 508px;
  background-color: #ffffff;
  border-radius: 50%;
  background-position: center center;
  background-size: cover;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("../images/casestudy/plane.png");
}

.circle.small {
  width: 299px;
  height: 299px;
}

.hero__content {
  text-align: center;
  background-color: #2e1a47;
  background-size: cover;
  background-position: center bottom;
  -webkit-transform: scale(calc(var(--scale)/1000));
          transform: scale(calc(var(--scale)/1000));
  overflow: hidden;
}

@media (min-width: 768px) {
  .hero__content {
    background-position: center center;
    width: 85%;
    margin: 0 auto;
    max-width: 1860px;
  }
}

.hero__heading {
  color: #ffffff;
  text-align: left;
  padding-top: 40px;
  margin-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
}

.hero__heading:after {
  display: none;
}

.hero .btn, .hero .btn--primary, .hero .btn--secondary, .hero button {
  margin-top: 0;
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .hero__heading {
    padding-top: 100px;
    padding-top: 14vh;
    margin-bottom: 60px;
    margin-bottom: 9vh;
    font-size: 3.5vw;
    line-height: 6.5vw;
  }
  .hero .btn, .hero .btn--primary, .hero .btn--secondary, .hero button {
    margin-bottom: 80px;
    margin-bottom: 9vh;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .hero__heading {
    padding-top: 100px;
    margin-bottom: 60px;
    line-height: 6.5vw;
  }
  .hero .btn, .hero .btn--primary, .hero .btn--secondary, .hero button {
    margin-bottom: 80px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .hero__heading {
    padding-top: 100px;
    margin-bottom: 60px;
  }
  .hero .btn, .hero .btn--primary, .hero .btn--secondary, .hero button {
    margin-bottom: 80px;
  }
}

.hero__slider {
  position: relative;
  overflow: hidden;
  background: #ffffff;
}

.hero__slider--slide {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 770px;
  width: 100%;
  padding: 8em 0;
}

@media (max-width: 768) {
  .hero__slider--slide {
    min-height: 480px;
    padding: 4em 0;
  }
}

@media (max-width: 1440px) {
  .hero__slider--slide {
    min-height: 480px;
    padding: 8em 0;
  }
}

.hero__slider--slide h2 {
  margin-top: 0;
}

.hero__slider--slide h2:after {
  content: none;
}

.hero__slider .container {
  position: relative;
  z-index: 10;
}

.hero__slider .flickity-page-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: 30px;
}

.hero__slider .flickity-page-dots .dot {
  height: 13px;
  width: 13px;
  border: 2px solid #ffffff;
  background: transparent;
  opacity: 1;
}

.hero__slider .flickity-page-dots .dot.is-selected {
  height: 18px;
  width: 18px;
  background: #ffffff;
}

.intro {
  -webkit-transform: translateY(var(--translate));
          transform: translateY(var(--translate));
}

.intro h2:after {
  display: none;
}

@media (min-width: 1280px) {
  .intro h2 {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .intro h2 {
    font-size: 30px;
    line-height: 26px;
  }
}

.intro img {
  max-width: 100%;
}

@media (min-width: 768px) {
  .offers {
    background-image: none !important;
    -webkit-transform: translateY(var(--translate));
            transform: translateY(var(--translate));
  }
}

@media (max-width: 767px) {
  .offers .container {
    padding: 20px;
  }
}

.offers__image {
  display: none;
}

@media (min-width: 768px) {
  .offers__image {
    display: block;
    overflow: hidden;
    height: 389px;
  }
}

@media (min-width: 992px) {
  .offers__image {
    height: 524px;
  }
}

@media (min-width: 1280px) {
  .offers__image {
    height: 708px;
  }
}

@media (min-width: 1480px) {
  .offers__image {
    height: 823px;
  }
}

.offers__image img {
  position: absolute;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.offers__image img.active {
  opacity: 1;
}

.offers__card {
  background: #ffffff;
  padding: 30px 20px 40px !important;
}

@media (min-width: 768px) {
  .offers__card {
    margin-top: -360px;
    box-shadow: 0 35px 36px 0 rgba(9, 38, 62, 0.1);
    padding: 40px 40px 50px !important;
  }
}

@media (min-width: 992px) {
  .offers__card {
    margin-top: -480px;
  }
}

@media (min-width: 1280px) {
  .offers__card {
    margin-top: -625px;
    padding: 60px 50px !important;
  }
}

@media (min-width: 1480px) {
  .offers__card {
    margin-top: -700px;
    padding: 70px 60px !important;
  }
}

.offers__heading {
  margin-top: 0;
}

.offers__list {
  list-style-type: none;
  margin-left: 0;
}

.offers__list li {
  padding-left: 0;
}

.offers__list a {
  line-height: 2.2em;
  position: relative;
  left: 0;
  transition: left 0.2s ease-in-out;
}

@media (min-width: 768px) {
  .offers__list a:before {
    content: '';
    display: block;
    position: absolute;
    width: 20px;
    height: 1px;
    background: #cf1754;
    top: 10px;
    left: -30px;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
  }
  .offers__list a.active {
    left: 30px;
  }
  .offers__list a.active:before {
    opacity: 1;
  }
}

@media (min-width: 768px) {
  .statistics {
    padding-bottom: 40px;
  }
}

.statistics .container {
  position: relative;
  z-index: 2;
}

.statistics__intro {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .statistics__intro h3 {
    margin-bottom: 20px;
  }
}

@media (min-width: 992px) {
  .statistics__intro {
    margin-bottom: 20px;
  }
  .statistics__intro h3 {
    margin-bottom: 30px;
  }
}

.statistics__heading {
  padding-bottom: 30px;
  margin-bottom: 0.75em;
}

@media (min-width: 768px) {
  .statistics__sub-heading {
    font-size: 1.333rem;
    line-height: 30px;
  }
}

@media (min-width: 992px) {
  .statistics__sub-heading {
    font-size: 1.777rem;
    line-height: 39px;
  }
}

.statistics__cta span {
  position: relative;
  top: 4px;
  font-size: 20px;
}

.statistics__list {
  list-style-type: none;
  margin-left: 0;
  margin-bottom: 40px;
}

.statistics__statistic {
  padding-left: 0;
}

@media (min-width: 992px) {
  .statistics__statistic {
    margin-bottom: 30px;
  }
}

.statistics__statistic-heading {
  color: #fe5000;
  font-size: 2.369rem;
}

@media (min-width: 992px) {
  .statistics__statistic-heading {
    font-size: 3.157rem;
  }
}

.statistics__background-video {
  display: none;
}

@media (min-width: 768px) {
  .statistics__background-video {
    display: block;
    position: fixed;
    z-index: -1;
    max-width: 80%;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: var(--opacity);
  }
}

@media (min-width: 1480px) {
  .statistics__background-video {
    max-width: 1200px;
  }
}

.statistics .btn-container {
  margin-top: 20px;
}

.image-and-text__image {
  display: block;
  -webkit-transform: translateY(var(--translate));
          transform: translateY(var(--translate));
}

.image-and-text__video {
  margin: 50px 0;
}

.image-and-text__video p {
  margin-bottom: 0px;
}

@media (max-width: 768px) {
  .image-and-text__content {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
}

.two-column-content {
  position: relative;
  z-index: 2;
}

@media (max-width: 767px) {
  .two-column-content .container {
    padding: 0;
  }
  .two-column-content .row {
    margin: 0;
  }
  .two-column-content .container div[class^="col"] {
    padding-left: 0;
    padding-right: 0;
  }
}

.two-column-content__content {
  padding-left: 14px !important;
  padding-right: 14px !important;
  padding-bottom: 40px;
}

@media (min-width: 768px) {
  .two-column-content__content {
    padding-left: 0 !important;
    padding-right: 0 !important;
    background: #ffffff;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media (min-width: 992px) {
  .two-column-content__content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (min-width: 1280px) {
  .two-column-content__content {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.two-column-content__heading {
  margin-left: 6px;
  margin-bottom: 0px;
}

@media (min-width: 768px) {
  .two-column-content__heading {
    margin-left: 0;
  }
}

.two-column-content__heading h2 {
  margin-bottom: 0px;
}

.two-column-content__block {
  padding-top: 40px;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}

@media (min-width: 768px) {
  .two-column-content__block {
    padding-top: 60px;
  }
}

@media (min-width: 992px) {
  .two-column-content__block {
    padding-top: 80px;
  }
}

.two-column-content__block h5 {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .two-column-content__block {
    position: relative;
    min-height: 1px;
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .two-column-content__block {
    float: left;
    width: 33.33333333%;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .two-column-content__block:nth-child(2n-1) {
    left: 12.5%;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .two-column-content__block:nth-child(2n) {
    left: 20.83333333%;
  }
}

.two-column-content__icon {
  width: 65px;
  height: 65px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .two-column-content__icon {
    margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .two-column-content__icon {
    margin-bottom: 40px;
  }
}

.two-column-content__extension {
  position: absolute;
  background: #ffffff;
  top: 100%;
  width: 100%;
  height: 60px;
  display: none;
}

@media (min-width: 768px) {
  .two-column-content__extension {
    display: block;
  }
}

@media (min-width: 992px) {
  .two-column-content__extension {
    height: 80px;
  }
}

.two-column-content--dark .two-column-content__content {
  background: #2e1a47;
}

.two-column-content--dark .two-column-content__content ul li, .two-column-content--dark .two-column-content__content ol li {
  color: #ffffff;
}

.two-column-content--dark .two-column-content__content h3, .two-column-content--dark .two-column-content__content h4, .two-column-content--dark .two-column-content__content h5, .two-column-content--dark .two-column-content__content h6 {
  font-weight: 400;
  margin: 1.414em 0;
}

.two-column-content--dark .two-column-content__content h2, .two-column-content--dark .two-column-content__content h3, .two-column-content--dark .two-column-content__content h4, .two-column-content--dark .two-column-content__content h5, .two-column-content--dark .two-column-content__content h6, .two-column-content--dark .two-column-content__content p {
  color: #ffffff;
}

.two-column-content--dark .two-column-content__content p {
  font-weight: 100;
  letter-spacing: 1.05px;
  line-height: 26px;
}

.two-column-content--dark .two-column-content__extension {
  background: #2e1a47;
}

.cta {
  background-color: #1f1735;
  background-image: url("../images/cta/cta-bg.jpg");
  background-size: 100%;
  background-size: var(--background-size);
  background-repeat: no-repeat;
  background-position: center center;
}

@media (max-width: 767px) {
  .cta .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.cta h2:after {
  background: none;
}

.cta h3 {
  color: #ffffff;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .cta h3 {
    font-size: 1.777rem;
    line-height: 1.45em;
  }
}

@media (min-width: 1280px) {
  .cta h3 {
    font-size: 2.369rem;
  }
}

.cta h5 {
  font-weight: 300;
}

.cta p {
  color: #ffffff;
  margin-bottom: 30px;
}

.cta .btn, .cta .btn--primary, .cta .btn--secondary, .cta button {
  margin-top: 30px;
  text-align: center;
}

.breadcrumb {
  display: none;
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

.breadcrumb li {
  display: inline-block;
  line-height: 20px;
  color: #ec135b;
  padding-left: 0;
}

.breadcrumb a {
  color: #2e1a47;
  transition: all 0.6s ease-out;
}

.breadcrumb a:hover, .breadcrumb a:focus {
  color: #fe5000;
}

.breadcrumb i {
  color: #2e1a47;
  font-size: 20px;
  position: relative;
  top: 2px;
}

@media (min-width: 768px) {
  .breadcrumb {
    display: block;
  }
}

@media (max-width: 767px) {
  .single-column-content .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .single-column-content .row {
    margin-left: 0;
    margin-right: 0;
    padding: 0 20px;
  }
}

.single-column-content p, .single-column-content blockquote, .single-column-content h1, .single-column-content h2, .single-column-content h3, .single-column-content h4, .single-column-content h5, .single-column-content h6, .single-column-content ul, .single-column-content li {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}

@media (min-width: 768px) {
  .single-column-content p, .single-column-content blockquote, .single-column-content h1, .single-column-content h2, .single-column-content h3, .single-column-content h4, .single-column-content h5, .single-column-content h6, .single-column-content ul, .single-column-content li {
    float: left;
    width: 83.33333333%;
  }
}

@media (min-width: 768px) {
  .single-column-content p, .single-column-content blockquote, .single-column-content h1, .single-column-content h2, .single-column-content h3, .single-column-content h4, .single-column-content h5, .single-column-content h6, .single-column-content ul, .single-column-content li {
    left: 8.33333333%;
  }
}

@media (min-width: 992px) {
  .single-column-content p, .single-column-content blockquote, .single-column-content h1, .single-column-content h2, .single-column-content h3, .single-column-content h4, .single-column-content h5, .single-column-content h6, .single-column-content ul, .single-column-content li {
    float: left;
    width: 66.66666667%;
  }
}

@media (min-width: 992px) {
  .single-column-content p, .single-column-content blockquote, .single-column-content h1, .single-column-content h2, .single-column-content h3, .single-column-content h4, .single-column-content h5, .single-column-content h6, .single-column-content ul, .single-column-content li {
    left: 12.5%;
  }
}

@media (min-width: 1280px) {
  .single-column-content p, .single-column-content blockquote, .single-column-content h1, .single-column-content h2, .single-column-content h3, .single-column-content h4, .single-column-content h5, .single-column-content h6, .single-column-content ul, .single-column-content li {
    float: left;
    width: 58.33333333%;
  }
}

@media (min-width: 1280px) {
  .single-column-content p, .single-column-content blockquote, .single-column-content h1, .single-column-content h2, .single-column-content h3, .single-column-content h4, .single-column-content h5, .single-column-content h6, .single-column-content ul, .single-column-content li {
    left: 16.66666667%;
  }
}

.single-column-content p strong, .single-column-content blockquote strong, .single-column-content h1 strong, .single-column-content h2 strong, .single-column-content h3 strong, .single-column-content h4 strong, .single-column-content h5 strong, .single-column-content h6 strong, .single-column-content ul strong, .single-column-content li strong {
  left: auto;
  margin-left: 0;
  padding-left: 0;
}

.single-column-content .size-full {
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 768px) {
  .single-column-content .size-full {
    float: left;
    width: 91.66666667%;
  }
}

@media (min-width: 768px) {
  .single-column-content .size-full {
    left: 4.16666667%;
  }
}

@media (min-width: 992px) {
  .single-column-content .size-full {
    float: left;
    width: 83.33333333%;
  }
}

@media (min-width: 992px) {
  .single-column-content .size-full {
    left: 8.33333333%;
  }
}

@media (min-width: 768px) {
  .single-column-content .size-full {
    margin-top: 20px;
    margin-bottom: 40px;
  }
}

@media (min-width: 992px) {
  .single-column-content .size-full {
    margin-top: 40px;
    margin-bottom: 60px;
  }
}

@media (min-width: 1280px) {
  .single-column-content .size-full {
    margin-top: 60px;
    margin-bottom: 80px;
  }
}

.single-column-content .btn-container {
  float: left;
}

.single .single-column-content {
  padding-bottom: 40px;
}

.single-column-content .container .row h2 {
  margin-top: 0px;
}

.single-column-content .container .row h2:after {
  display: none;
  left: 6px;
}

.single-column-content .container .row h4 {
  font-weight: 300;
  margin-top: 0px;
}

@media (max-width: 767px) {
  .media-gallery .container {
    padding: 0;
  }
  .media-gallery .row {
    margin: 0;
  }
  .media-gallery .container div[class^='col'] {
    padding-left: 0;
    padding-right: 0;
  }
  .media-gallery__heading {
    padding: 0 20px !important;
    width: 100% !important;
    display: block !important;
  }
}

.media-gallery__heading-text {
  margin-bottom: 30px;
}

.media-gallery__description-text {
  max-width: 820px;
  margin: 0 0 30px 0;
  font-size: 18px;
}

.media-gallery__filters {
  margin-bottom: 20px;
}

.media-gallery__filters .select {
  display: inline-block;
  margin-right: 20px;
  border: none;
  margin-bottom: 10px;
}

.media-gallery__more {
  text-align: center;
  font-weight: 300;
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  .media-gallery__more {
    margin-bottom: 60px;
  }
}

.media-gallery .pagination-link.is-disabled {
  pointer-events: none;
}

@media (min-width: 1025px) {
  .media-gallery-my-40 {
    margin: 40px 0;
  }
}

@media (max-width: 767px) {
  .downloads .container {
    padding: 0;
  }
  .downloads .row {
    margin: 0;
  }
  .downloads__heading, .downloads__filters {
    padding: 0 20px !important;
  }
}

.downloads__slider {
  padding-top: 15px;
  position: relative;
}

.downloads__slider .slick-dots {
  position: relative;
  bottom: 0;
  text-align: center;
  width: 100%;
  margin-left: 0;
  margin-bottom: 15px;
}

.downloads__slider .slick-dots li {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d2e7ff;
  margin: 0 8px;
}

.downloads__slider .slick-dots li.slick-active {
  width: 15px;
  height: 15px;
  background: #2e1a47;
  position: relative;
  top: 3px;
}

.downloads__slider .slick-dots button {
  display: none;
}

.downloads__heading {
  padding-left: 20px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .downloads__heading {
    padding-left: 0;
  }
}

.downloads__filters {
  margin-bottom: 20px;
}

.downloads__filters .select {
  display: inline-block;
  margin-right: 20px;
  border: none;
  margin-bottom: 10px;
}

.downloads .btn, .downloads .btn--primary, .downloads .btn--secondary, .downloads button {
  margin: 20px auto;
  display: block;
  max-width: 200px;
  font-weight: 300;
}

@media (max-width: 767px) {
  .list .container {
    padding: 0 20px;
  }
  .list .row {
    margin: 0;
  }
  .list .container div[class^="col"] {
    padding-left: 0;
    padding-right: 0;
  }
}

.list__content {
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}

@media (min-width: 992px) {
  .list__content {
    float: left;
    width: 83.33333333%;
  }
}

@media (min-width: 992px) {
  .list__content {
    left: 8.33333333%;
  }
}

.list__item {
  margin-left: -6px;
  margin-right: -6px;
}

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

.list__item:after {
  clear: both;
}

.list__heading-text {
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .list__heading-text {
    margin-bottom: 30px;
  }
}

.list__image {
  position: relative;
  float: left;
  width: 33.33333333%;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .list__image {
    margin-bottom: 40px;
  }
}

.list__video {
  position: relative;
}

.list__video.replay:after, .list__video.muted:after {
  pointer-events: none;
  position: absolute;
  display: block;
  content: 'E';
  font-family: 'ElegantIcons';
  font-size: 60px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #ffffff;
  transition: 0.3s ease-in-out;
}

.list__video.muted:after {
  font-size: 20px;
  content: 'x';
  top: 10px;
  left: 15px;
  -webkit-transform: none;
          transform: none;
}

.list__video video {
  cursor: pointer;
  width: 100% !important;
  height: auto !important;
}

.list__meta {
  position: relative;
  float: left;
  width: 66.66666667%;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}

@media (min-width: 992px) {
  .list__meta {
    float: left;
    width: 62.5%;
  }
}

@media (min-width: 992px) {
  .list__meta {
    left: 4.16666667%;
  }
}

@media (min-width: 1280px) {
  .list__meta {
    float: left;
    width: 54.16666667%;
  }
}

@media (min-width: 1280px) {
  .list__meta {
    left: 8.33333333%;
  }
}

@media (max-width: 991px) {
  .list__meta {
    padding-left: 12px;
  }
}

.list__item-heading {
  margin-top: 0;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .list__item-heading {
    font-size: 1rem;
    font-weight: bold;
  }
}

@media (min-width: 1280px) {
  .list__item-heading {
    font-size: 2.369rem;
    margin-bottom: 10px;
  }
}

.list__item-sub-heading {
  position: relative;
  padding-bottom: 20px;
}

.list__item-sub-heading:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 58px;
  height: 3px;
  background: #fedd00;
  background: linear-gradient(to right, #fedd00 0%, #fe5000 50%, #ec135b 80%, #fd10de 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fedd00', endColorstr='#fd10de',GradientType=1 );
  bottom: 0;
}

.list__item-content {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  .list__item-content {
    float: left;
    width: 62.5%;
  }
}

@media (min-width: 992px) {
  .list__item-content {
    left: 4.16666667%;
  }
}

@media (min-width: 1280px) {
  .list__item-content {
    float: left;
    width: 54.16666667%;
  }
}

@media (min-width: 1280px) {
  .list__item-content {
    left: 8.33333333%;
  }
}

.list--text .list__item-heading, .list--link .list__item-heading {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .list--text .list__item-heading, .list--link .list__item-heading {
    float: left;
    width: 66.66666667%;
  }
}

@media (min-width: 768px) {
  .list--text .list__item-heading, .list--link .list__item-heading {
    left: 12.5%;
  }
}

.list--text .list__item-heading h3, .list--link .list__item-heading h3 {
  font-weight: bold;
  margin-top: 0px;
}

.list--text .list__item-content, .list--link .list__item-content {
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .list--text .list__item-content, .list--link .list__item-content {
    float: left;
    width: 66.66666667%;
  }
}

@media (min-width: 768px) {
  .list--text .list__item-content, .list--link .list__item-content {
    left: 12.5%;
  }
}

.list--link .list__item-heading {
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}

@media (min-width: 768px) {
  .list--link .list__item-heading {
    float: left;
    width: 58.33333333%;
  }
}

@media (min-width: 768px) {
  .list--link .list__item-heading {
    left: 16.66666667%;
  }
}

.list--link .list__item-heading h3 {
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 0;
}

.list--link .list__item-link {
  display: block;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .list--link .list__item-link {
    float: left;
    width: 58.33333333%;
  }
}

@media (min-width: 768px) {
  .list--link .list__item-link {
    left: 16.66666667%;
  }
}

.list--link .list__item-link a:after {
  content: '\24';
  font-family: 'ElegantIcons';
  font-size: 20px;
  position: relative;
  top: 4px;
  padding-left: 10px;
}

@media (max-width: 767px) {
  .contact-form .container {
    padding: 0 20px;
  }
}

.contact-form .btn, .contact-form .btn--primary, .contact-form .btn--secondary, .contact-form button {
  background-color: transparent;
  color: #ec135b;
  min-width: 200px;
}

.contact-form .btn:hover, .contact-form .btn--primary:hover, .contact-form .btn--secondary:hover, .contact-form button:hover {
  background-color: #fe5000;
}

.contact-form .form-group {
  margin-bottom: 40px;
}

.contact-form label {
  margin-bottom: 20px;
}

.contact-form textarea {
  height: 180px;
}

.contact-form .form-control {
  font-family: "F37Ginger";
}

.contact-form .acceptance label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.contact-form .acceptance p {
  font-size: 12px;
  font-weight: 300;
  color: #968CA3;
}

.contact-form .acceptance p a {
  color: #2E1A47;
  padding: 2px;
  border-bottom: 1px solid #2E1A47;
}

.contact-form .acceptance input[type="checkbox"] {
  width: 20px;
  height: 20px;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border: 1px solid #C4C4C4;
  cursor: pointer;
  margin-right: 10px;
}

.contact-form .acceptance input[type="checkbox"]:checked {
  position: relative;
}

.contact-form .acceptance input[type="checkbox"]:checked:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid #ec135b;
  content: '';
  display: block;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
}

.contact-form .acceptance input[type="checkbox"]:focus {
  box-shadow: none;
  outline: none;
}

.wpcf7-response-output {
  display: none !important;
}

.wpcf7 .wpcf7-mail-sent-ok {
  padding-left: 70px;
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block !important;
  border: 1px solid #ccc;
}

@media (min-width: 992px) {
  .wpcf7 .wpcf7-mail-sent-ok {
    line-height: 50px;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.screen-reader-response {
  display: none;
}

.wpcf7-not-valid-tip {
  padding-left: 60px;
  line-height: 55px;
  margin-bottom: 23px;
  border-radius: 0px;
  position: relative;
  display: block;
  min-height: 55px;
  font-size: 0.875rem;
  background-color: #bd2624;
  margin-top: 15px;
  letter-spacing: 0.3px;
  font-weight: 300;
  position: relative;
  line-height: 50px;
  text-align: left;
  border: solid 1px rgba(9, 38, 62, 0.25);
  color: #ffffff;
}

.wpcf7-not-valid-tip:after {
  background-color: #bd2624;
}

.wpcf7-not-valid-tip .alert-link {
  color: #2e1a47;
}

.wpcf7-not-valid-tip:before {
  content: " ";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  top: -15px;
  left: 18px;
  border-bottom: 15px solid #bd2624;
}

.wpcf7-not-valid-tip:after {
  font-family: "ElegantIcons";
  content: "\71";
  font-size: 1rem;
  font-weight: lighter;
  position: absolute;
  width: 55px;
  text-align: center;
  line-height: 50px;
  height: 100%;
  color: #ffffff;
  top: 0px;
  left: 0px;
  z-index: 2;
}

.wpcf7-not-valid-tip h4 {
  margin-top: 0;
  color: inherit;
}

.wpcf7-not-valid-tip .alert-link {
  font-weight: light;
}

.wpcf7-not-valid-tip > p,
.wpcf7-not-valid-tip > ul {
  margin-bottom: 0;
}

.wpcf7-not-valid-tip > p + p {
  margin-top: 5px;
}

.wpcf7-not-valid:not(select) {
  border: 1px solid red;
  color: #bd2624;
}

.wpcf7-form-control-wrap {
  display: block;
}

.wpcf7-form-control-wrap.postcode {
  max-width: 200px;
}

@media (min-width: 768px) {
  .wpcf7-form-control-wrap.text {
    max-width: 560px;
  }
  .wpcf7-form-control-wrap.email {
    max-width: 560px;
  }
  .wpcf7-form-control-wrap.tel {
    max-width: 300px;
  }
  .wpcf7-form-control-wrap.message {
    max-width: 660px;
  }
}

@media (max-width: 767px) {
  .locations .container {
    padding: 0;
  }
  .locations .row {
    margin: 0;
  }
  .locations .container div[class^="col"] {
    padding-left: 0;
    padding-right: 0;
  }
  .locations__heading, .locations__address, .locations__select, .locations__contact-details {
    margin-left: 20px;
    margin-right: 20px;
  }
  .locations__map {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 6px;
    padding-right: 6px;
    height: 200px;
    margin-bottom: 20px;
  }
}

.locations__map {
  background: #2e1a47;
}

@media (min-width: 768px) {
  .locations__map {
    position: absolute;
    top: 0;
    right: 0;
    left: 50%;
    bottom: 0;
  }
}

@media (min-width: 992px) {
  .locations__map {
    left: 40%;
  }
}

@media (min-width: 1280px) {
  .locations__map {
    left: 35%;
  }
}

.locations__heading {
  margin-bottom: 20px;
}

.locations__select {
  margin-bottom: 30px;
}

.locations__select select {
  background: none;
}

.locations__address {
  font-size: 22px;
  line-height: 32px;
}

.locations__contact-details {
  margin-bottom: 40px;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1500;
  overflow-y: scroll;
  overflow-x: hidden;
  -ms-overflow-style: none;
  background: #2e1a47;
}

.modal::-webkit-scrollbar {
  display: none;
  width: 0 !important;
}

@media (min-width: 768px) {
  .modal {
    width: 90%;
    height: 90%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    max-width: 1000px;
    max-height: 650px;
    box-shadow: 0 35px 36px 5px rgba(9, 38, 62, 0.3);
  }
}

@media (min-width: 992px) {
  .modal {
    width: 75%;
  }
}

.modal__content {
  padding: 25px;
  max-width: 320px;
  margin: 0 auto;
  text-align: center;
}

@media (min-width: 768px) {
  .modal__content {
    max-width: 650px;
  }
}

.modal__close {
  font-family: 'ElegantIcons';
  color: #ffffff;
  font-size: 35px;
  line-height: 35px;
  position: absolute;
  top: 15px;
  right: 15px;
}

.modal__close:before {
  content: "\4d";
}

.modal__heading {
  position: relative;
  padding-top: 20px;
  color: #ffffff;
  text-align: center;
  padding: 30px 25px 0;
  margin-top: 50px;
  margin-bottom: 40px;
}

.modal__heading:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 58px;
  height: 3px;
  background: #fedd00;
  background: linear-gradient(to right, #fedd00 0%, #fe5000 50%, #ec135b 80%, #fd10de 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fedd00', endColorstr='#fd10de',GradientType=1 );
  top: 0;
  width: 16%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

@media (min-width: 768px) {
  .modal__heading {
    font-size: 1.777rem;
    line-height: 39px;
    margin-top: 70px;
    padding-top: 40px;
  }
}

.modal__options {
  list-style-type: none;
  text-align: center;
  margin: 0 auto 40px;
  max-width: 430px;
}

.modal__options:after {
  content: "";
  display: table;
  clear: both;
}

.modal__options li {
  display: block;
  width: 45%;
  padding: 0;
  float: left;
  margin: 0;
  margin-right: 10%;
}

.modal__options li a {
  color: #ffffff;
}

@media (min-width: 768px) {
  .modal__options li a {
    font-size: 1.333rem;
    line-height: 28px;
  }
}

.modal__options li img {
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  .modal__options li img {
    margin-bottom: 20px;
  }
}

.modal__options li:last-child {
  margin-right: 0;
}

.modal .selectric-wrapper {
  width: 270px;
  margin: 0 auto 40px;
}

.modal .selectric {
  background: none;
  border: 1px solid #ffffff;
  outline: 0;
  line-height: 48px;
  height: 48px;
  font-weight: 300;
  width: 270px;
}

.modal .selectric .label {
  color: #ffffff;
  line-height: 48px;
  height: 48px;
}

.modal .selectric:after {
  color: #ffffff;
  line-height: 48px;
}

.modal .selectric-scroll {
  text-align: left;
  -ms-overflow-style: none;
}

.modal .selectric-scroll::-webkit-scrollbar {
  display: none;
  width: 0 !important;
}

.modal .selectric-scroll img {
  display: inline-block;
  height: 16px;
  width: auto;
  vertical-align: top;
  margin: 16px 10px 16px 0;
}

.cookie-banner {
  display: none;
  background: #2e1a47;
  padding: 40px 36px;
}

@media (min-width: 768px) {
  .cookie-banner {
    padding: 40px 0;
  }
}

@media (min-width: 992px) {
  .cookie-banner {
    padding-top: 70px;
    padding-bottom: 50px;
  }
}

.cookie-banner h3, .cookie-banner p, .cookie-banner .btn, .cookie-banner .btn--primary, .cookie-banner .btn--secondary, .cookie-banner button {
  color: #ffffff;
  margin-top: 0;
}

.cookie-banner p {
  font-size: 14px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .cookie-banner p {
    margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .cookie-banner p {
    margin-bottom: 20px;
  }
}

.cookie-banner .btn, .cookie-banner .btn--primary, .cookie-banner .btn--secondary, .cookie-banner button {
  margin-bottom: 0;
  margin-right: 20px;
}

@media (min-width: 992px) {
  .cookie-banner .btn, .cookie-banner .btn--primary, .cookie-banner .btn--secondary, .cookie-banner button {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

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

@media (min-width: 768px) {
  .cookie-banner__more {
    text-align: center;
  }
}

.cookie-banner__more-link {
  display: inline-block;
  line-height: 60px;
  color: #ffffff;
}

.cookie-banner__more-link i {
  margin-right: 6px;
}

#moove_gdpr_cookie_info_bar {
  background-color: #2e1a47 !important;
}

.moove-gdpr-infobar-close-btn,
.mgbutton {
  min-height: auto;
  min-width: auto;
}

.mgbutton.change-settings-button:hover {
  color: #202020 !important;
}

.change-settings-button:hover {
  color: #fff !important;
}

.main-modal-content .tab-title {
  margin-bottom: 0 !important;
}

.main-modal-content h3,
.main-modal-content h4 h5,
.main-modal-content h6 {
  margin-bottom: 10px !important;
}

.infinite-gallery__image-wrap {
  position: relative;
  overflow: hidden;
  padding-bottom: 100%;
  margin-bottom: 4px;
  cursor: pointer;
}

@media (min-width: 768px) {
  .infinite-gallery__image-wrap {
    margin-bottom: 8px;
  }
}

@media (min-width: 992px) {
  .infinite-gallery__image-wrap {
    margin-bottom: 12px;
  }
}

.infinite-gallery__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.infinite-gallery__pagination {
  text-align: center;
  margin-top: 65px;
}

.infinite-gallery__lightbox-bg {
  background-color: rgba(255, 255, 255, 0.85);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 10000000;
}

.infinite-gallery__lightbox {
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  display: none;
  z-index: 10000001;
}

@media (max-width: 1280px) {
  .infinite-gallery__lightbox {
    width: 90%;
  }
}

.infinite-gallery__lightbox img {
  margin: 0 auto;
  max-width: initial;
}

@media (max-width: 1280px) {
  .infinite-gallery__lightbox img {
    width: 90%;
    max-width: 100%;
  }
}

@media (min-width: 1281px) {
  .infinite-gallery__lightbox img {
    min-width: 780px;
  }
}

.infinite-gallery__close {
  position: absolute;
  top: 5%;
  right: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: pointer;
}

.infinite-gallery__close span {
  background-color: #2e1a47;
  width: 30px;
  height: 4px;
  display: inline-block;
  border-radius: 4px;
  pointer-events: none;
}

.infinite-gallery__close span:nth-of-type(1) {
  -webkit-transform: rotate(45deg) translateY(3px);
          transform: rotate(45deg) translateY(3px);
}

.infinite-gallery__close span:nth-of-type(2) {
  -webkit-transform: rotate(-45deg) translateY(-3px);
          transform: rotate(-45deg) translateY(-3px);
}

a.pagination-link {
  display: inline-block;
  margin: 0 auto;
}

a.pagination-link.is-disabled {
  pointer-events: none;
}

a.pagination-link span {
  font-size: 20px;
  position: relative;
  top: 4px;
  left: 5px;
}

.news-slider__wrap {
  width: 100%;
  overflow: hidden;
  min-height: 1px;
}

.news-slider__slide {
  float: left;
  background-size: cover;
  background-position: center;
}

.news-slider__content-wrap {
  padding: 22rem 0 5rem 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-decoration: none !important;
}

@media (min-width: 1440px) {
  .news-slider__content-wrap {
    padding: 28.5rem 0 5rem 0;
  }
}

.news-slider__title {
  color: #ffffff;
  margin: 0;
  font-size: 45px;
  transition: all 0.3s ease;
  line-height: 1.35;
}

@media (max-width: 992px) {
  .news-slider__title {
    font-size: 30px;
  }
}

@media (max-width: 768px) {
  .news-slider__title {
    font-size: 25px;
  }
}

.news-slider__title:hover {
  color: #fe5000;
}

.news-slider__subtitle {
  color: #ffffff;
  margin: 0;
  font-size: 16px;
  margin: 8px 0 0 0;
  transition: all 0.3s ease;
}

.news-slider__subtitle:hover {
  color: #fe5000;
}

.news-slider .btn, .news-slider .btn--primary, .news-slider .btn--secondary, .news-slider button {
  margin-top: 20px;
  display: none;
}

.news-slider .slick-arrow {
  background-color: transparent;
  border: 0;
  color: transparent;
  padding: 0;
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  z-index: 10;
  width: 30px;
  height: 40px;
  display: inline-block;
  min-width: auto;
  min-height: auto;
  line-height: 1;
}

.news-slider .slick-prev {
  left: 2.5%;
  background-image: url("../images/icons/caret-left-solid.svg");
}

.news-slider .slick-next {
  right: 2.5%;
  background-image: url("../images/icons/caret-right-solid.svg");
}

.repeating-circle-blocks {
  display: block;
  text-decoration: none !important;
}

.repeating-circle-blocks__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.repeating-circle-blocks__item {
  width: 22.5%;
  text-align: center;
  margin-bottom: 2rem;
}

@media (max-width: 1280px) {
  .repeating-circle-blocks__item {
    width: 47.5%;
  }
}

@media (max-width: 768px) {
  .repeating-circle-blocks__item {
    width: 100%;
  }
}

.repeating-circle-blocks__item:hover .repeating-circle-blocks__img div {
  width: 105%;
  height: 105%;
}

.repeating-circle-blocks__img {
  border-radius: 50%;
  width: 210px;
  height: 210px;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  transition: all 0.2s ease;
  position: relative;
}

.repeating-circle-blocks__img div {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  transition: all 0.2s ease;
  background-position: center;
  background-size: cover;
}

.repeating-circle-blocks__title-img {
  margin: 30px auto 20px auto;
  max-height: 22px;
  max-width: 150px;
  display: block;
}

.repeating-circle-blocks__title-text.pink {
  color: #ec135b;
}

.repeating-circle-blocks__title-text.purple {
  color: #2e1a47;
}

.repeating-circle-blocks__description {
  line-height: 1.35;
}

@media (max-width: 1280px) {
  .repeating-circle-blocks__description {
    max-width: 360px;
    margin: 0 auto;
  }
}

.country-selector {
  display: none;
  background: #1f1735;
  position: fixed;
  z-index: 10000;
  bottom: 0px;
  width: 100%;
  padding: 20px;
}

@media (min-width: 768px) {
  .country-selector {
    padding: 40px 36px;
    bottom: 0px;
    height: auto;
    top: auto;
  }
}

.country-selector .container {
  position: relative;
}

.country-selector__wrapper {
  margin-bottom: 10px;
  text-align: center;
}

@media (min-width: 992px) {
  .country-selector__wrapper {
    margin-bottom: 0px;
    float: right;
    text-align: left;
  }
}

@media (min-width: 768px) {
  .country-selector {
    padding: 40px 0;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 2;
  }
}

.country-selector p, .country-selector .btn, .country-selector .btn--primary, .country-selector .btn--secondary, .country-selector button {
  color: #ffffff;
  margin-top: 0;
}

.country-selector p {
  font-size: 14px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .country-selector p {
    margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .country-selector p {
    margin-bottom: 20px;
  }
}

.country-selector .btn, .country-selector .btn--primary, .country-selector .btn--secondary, .country-selector button {
  margin-bottom: 0;
  margin-right: 20px;
}

@media (min-width: 992px) {
  .country-selector .btn, .country-selector .btn--primary, .country-selector .btn--secondary, .country-selector button {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.country-selector__button {
  display: block;
  max-width: 230px;
}

@media screen and (max-width: 767px) {
  .country-selector__button {
    margin: 0 auto !important;
  }
}

@media (min-width: 768px) {
  .country-selector__button {
    float: left;
  }
}

@media (min-width: 768px) {
  .country-selector__button {
    float: right;
  }
}

.country-selector__close {
  cursor: pointer;
  z-index: 50;
  display: none;
  float: right;
  color: white;
  padding: 15px 0px 15px 30px;
  font-size: 1.777rem;
}

.country-selector__close.mobile {
  position: absolute;
  display: block;
  padding: 0px 0px 15px 30px;
  top: 0px;
  right: 0px;
}

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

@media (min-width: 992px) {
  .country-selector__close {
    position: relative;
    display: block;
  }
}

.country-selector .dropdown {
  float: none;
  display: inline-block;
  margin: 0 auto 1em;
  padding-top: 6px;
  width: 100%;
}

@media (min-width: 992px) {
  .country-selector .dropdown {
    float: left;
    margin-right: 30px;
    width: inherit;
  }
}

.country-selector .dropdown span {
  color: #2e1a47;
}

.country-selector .dropdown .icon_globe {
  margin-right: 10px;
}

.country-selector .dropdown ul {
  background-color: #ec135b;
  text-align: left;
}

.country-selector .dropdown ul li {
  background-color: #ec135b;
  margin-left: 0px;
  margin-bottom: 0px;
  padding-left: 18px;
}

.country-selector .dropdown ul li a {
  color: #ffffff;
}

.country-selector .dropdown ul li:hover, .country-selector .dropdown ul li:focus {
  text-decoration: none;
  background-color: #d41152;
}

.country-selector .dropdown .btn--dropdown {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 0px;
  float: left;
}

.country-selector .dropdown .dropdown-menu {
  left: auto;
  right: 0;
}

.country-selector .dropdown .current-flag-button img {
  display: inline-block;
  height: 16px;
  width: auto;
  float: left;
  margin-top: 15px;
  margin-right: 10px;
  margin-left: 10px;
}

.country-selector .dropdown .current-language {
  display: inline-block;
  float: left;
  font-size: 0.875rem;
}

.country-selector .dropdown .list-with-flags li img {
  display: inline-block;
  height: 16px;
  width: auto;
  vertical-align: top;
  margin: 16px 10px 16px 0;
}

body.page-template-template-country-selector .continent {
  background: white !important;
}

.page-transition {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  left: 0;
  background: white;
}

.language-switcher-section {
  background: #f4f9ff;
  padding: 80px 0;
  overflow: hidden;
}

.language-switcher-section h2 {
  margin-top: 0;
}

@media (min-width: 992px) {
  .language-switcher-section__content-wrap {
    margin-right: 10%;
  }
}

.language-switcher-section__global-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  padding: 20px 40px 20px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}

.language-switcher-section__global-block:after {
  position: absolute;
  top: 0;
  left: -50vw;
  width: 150vw;
  height: 100%;
  top: 0;
  background: white;
  content: '';
  z-index: -1;
}

@media (min-width: 992px) {
  .language-switcher-section__global-block:after {
    display: none;
  }
}

@media (min-width: 992px) {
  .language-switcher-section__global-block {
    margin-bottom: 0;
    background: #ffffff;
    padding: 40px 80px 40px 40px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.language-switcher-section__icon-wrap {
  max-width: 48px;
  margin-right: 20px;
}

@media (min-width: 992px) {
  .language-switcher-section__icon-wrap {
    margin-right: 40px;
    max-width: 80px;
  }
}

.language-switcher-section__info-wrap h4 {
  font-size: 22px;
  font-weight: 300;
  margin: 0;
}

@media (min-width: 992px) {
  .language-switcher-section__info-wrap h4 {
    margin: 0 0 15px 0;
  }
}

.language-switcher-section__info-wrap h4 span {
  font-size: 14px;
  margin-left: 10px;
  display: inline-block;
}

.language-switcher-section__info-wrap p {
  display: none;
}

@media (min-width: 992px) {
  .language-switcher-section__info-wrap p {
    display: inline-block;
  }
}

.language-switcher-section__info-wrap span.btn, .language-switcher-section__info-wrap span.btn--primary, .language-switcher-section__info-wrap span.btn--secondary {
  display: none;
}

@media (min-width: 992px) {
  .language-switcher-section__info-wrap span.btn, .language-switcher-section__info-wrap span.btn--primary, .language-switcher-section__info-wrap span.btn--secondary {
    display: inline-block;
  }
}

@media (min-width: 992px) {
  .language-switcher-section__list-wrap {
    margin-left: 10%;
  }
}

.language-switcher-section__block {
  margin-bottom: 25px;
}

@media (min-width: 992px) {
  .language-switcher-section__block {
    margin-bottom: 45px;
  }
}

.language-switcher-section__block:last-of-type {
  margin-bottom: 0;
}

.language-switcher-section__block.is-active ul {
  max-height: 1000px;
  opacity: 1;
}

.language-switcher-section__block.is-active h4:after {
  -webkit-transform: translateY(-50%) rotate(-180deg);
          transform: translateY(-50%) rotate(-180deg);
}

.language-switcher-section__block h4 {
  font-weight: 300;
  font-size: 22px;
  margin: 0 0 25px 0;
  position: relative;
  z-index: 1;
  padding-right: 30px;
  display: inline-block;
  cursor: pointer;
}

@media (min-width: 992px) {
  .language-switcher-section__block h4 {
    cursor: default;
  }
}

.language-switcher-section__block h4:after {
  content: '';
  width: 12px;
  height: 7px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/icons/chevron-down.svg");
  display: block;
  position: absolute;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  transition: all 0.3s ease;
}

@media (min-width: 992px) {
  .language-switcher-section__block h4:after {
    display: none;
    padding-right: 0;
  }
}

.language-switcher-section__block ul {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 0;
  transition: all 0.6s ease;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
}

@media (min-width: 768px) {
  .language-switcher-section__block ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (min-width: 992px) {
  .language-switcher-section__block ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: 1000px;
    opacity: 1;
  }
}

.language-switcher-section__block ul li {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .language-switcher-section__block ul li {
    width: 50%;
  }
}

.language-switcher-section__block ul li img {
  margin-right: 15px;
  max-width: 30px;
}

.language-switcher-section__block ul li p {
  margin: 0;
  transition: all 0.2s rase;
}

.language-switcher-section__block ul li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.language-switcher-section__block ul li a:hover {
  color: #ec135b;
}

.language-switcher-section__block ul li a:hover p {
  color: #ec135b;
}

.continent:nth-child(odd) {
  background-color: #f4f9ff;
}

.continent h2 {
  margin-top: 0px;
}

.continent .country-block {
  min-height: 70px;
  padding-left: 70px;
  position: relative;
  margin-bottom: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.continent .country-block img {
  display: block;
  position: absolute;
  left: 10px;
  max-width: 50px;
  height: auto;
  max-height: 60px;
}

.continent .country-block ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.continent .country-block a {
  color: #2e1a47;
}

.continent .country-block a:hover {
  color: #ec135b;
}

.p-top--0 {
  padding-top: 0px;
}

.p-top--20 {
  padding-top: 20px;
}

.p-top--30 {
  padding-top: 20px;
}

@media (min-width: 992px) {
  .p-top--30 {
    padding-top: 30px;
  }
}

.p-top--40 {
  padding-top: 30px;
}

@media (min-width: 992px) {
  .p-top--40 {
    padding-top: 40px;
  }
}

.p-top--60 {
  padding-top: 30px;
}

@media (min-width: 992px) {
  .p-top--60 {
    padding-top: 60px;
  }
}

.p-top--80 {
  padding-top: 30px;
}

@media (min-width: 992px) {
  .p-top--80 {
    padding-top: 80px;
  }
}

.p-top--150 {
  padding-top: 40px;
}

@media (min-width: 992px) {
  .p-top--150 {
    padding-top: 150px;
  }
}

.p-bottom--0 {
  padding-bottom: 0px;
}

.p-bottom--20 {
  padding-bottom: 20px;
}

.p-bottom--30 {
  padding-bottom: 20px;
}

@media (min-width: 992px) {
  .p-bottom--30 {
    padding-bottom: 30px;
  }
}

.p-bottom--40 {
  padding-bottom: 30px;
}

@media (min-width: 992px) {
  .p-bottom--40 {
    padding-bottom: 40px;
  }
}

.p-bottom--60 {
  padding-bottom: 30px;
}

@media (min-width: 992px) {
  .p-bottom--60 {
    padding-bottom: 60px;
  }
}

.p-bottom--80 {
  padding-bottom: 30px;
}

@media (min-width: 992px) {
  .p-bottom--80 {
    padding-bottom: 80px;
  }
}

.p-bottom--150 {
  padding-bottom: 40px;
}

@media (min-width: 992px) {
  .p-bottom--150 {
    padding-bottom: 150px;
  }
}

.m-top--0 {
  margin-top: 0px;
}

.m-top--20 {
  margin-top: 20px;
}

.m-top--30 {
  margin-top: 20px;
}

@media (min-width: 992px) {
  .m-top--30 {
    margin-top: 30px;
  }
}

.m-top--40 {
  margin-top: 30px;
}

@media (min-width: 992px) {
  .m-top--40 {
    margin-top: 40px;
  }
}

.m-top--60 {
  margin-top: 30px;
}

@media (min-width: 992px) {
  .m-top--60 {
    margin-top: 60px;
  }
}

.m-top--80 {
  margin-top: 30px;
}

@media (min-width: 992px) {
  .m-top--80 {
    margin-top: 80px;
  }
}

.m-top--150 {
  margin-top: 40px;
}

@media (min-width: 992px) {
  .m-top--150 {
    margin-top: 150px;
  }
}

.m-bottom--0 {
  margin-bottom: 0px;
}

.m-bottom--20 {
  margin-bottom: 20px;
}

.m-bottom--30 {
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .m-bottom--30 {
    margin-bottom: 30px;
  }
}

.m-bottom--40 {
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .m-bottom--40 {
    margin-bottom: 40px;
  }
}

.m-bottom--60 {
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .m-bottom--60 {
    margin-bottom: 60px;
  }
}

.m-bottom--80 {
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .m-bottom--80 {
    margin-bottom: 80px;
  }
}

.m-bottom--150 {
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  .m-bottom--150 {
    margin-bottom: 150px;
  }
}

.desktop-only {
  display: none;
}

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

.mobile-only {
  display: block;
}

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

/*======================================
Selectric v1.13.0
======================================*/
.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border: 1px solid #ccc;
  border-radius: 0px;
  background: #ffffff;
  position: relative;
  overflow: hidden;
  width: 240px;
  height: 58px;
}

.selectric:after {
  font-family: "ElegantIcons";
  content: "\33";
  font-size: 1rem;
  position: absolute;
  width: 30px;
  text-align: center;
  line-height: 58px;
  color: #2e1a47;
  top: 0;
  right: 0px;
  z-index: 1;
}

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 30px 0 20px;
  line-height: 58px;
  color: #2e1a47;
  height: 58px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: left;
  padding: 0;
  font-size: 100%;
  font-weight: normal;
}

.selectric .button {
  display: none;
}

.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #BBB;
  border-bottom: none;
}

.selectric-open {
  z-index: 9998;
}

.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

.selectric-hide-select select {
  position: absolute;
  left: -100%;
}

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  background: #ec135b;
  z-index: 9999;
}

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}

.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 48px;
  min-height: 48px;
}

.selectric-items li {
  display: block;
  padding: 0 20px;
  color: #ffffff;
  cursor: pointer;
}

.selectric-items li.selected {
  background: #cf1754;
  color: #ffffff;
}

.selectric-items li.highlighted {
  background: #cf1754;
  color: #ffffff;
}

.selectric-items li:hover {
  background: #cf1754;
  color: #ffffff;
}

.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: none;
  color: #444;
}

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}

.selectric-items .selectric-group li {
  padding-left: 25px;
}

/**
 * WordPress WYSIWYG Editor Styles
 *
 * Some nice SCSS styles. Fixes the alignment left/right issues when using them in the editor.
 * There's a load of more 'defaults' over at http://digwp.com/2010/05/default-wordpress-css-styles-hooks/
 * which is where this was original 'borrowed' from. Cheers Jeff Starr (@perishable)!
 *
 * @author Kevin Ruscoe (@kevdotbadger)
 * @link http://digwp.com/2010/05/default-wordpress-css-styles-hooks/ Original author
 * @link https://twitter.com/perishable                               Twitter of original author
 */
.entry-content img {
  margin: 0 0 1.5em;
}

.alignleft,
img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
  width: auto;
}

.alignright,
img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
  width: auto;
}

.aligncenter,
img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
  width: auto;
}

.wp-caption {
  margin-bottom: 1.5em;
  text-align: left;
  padding-top: 5px;
  max-width: 100%;
}

.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}

.wp-caption .wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0;
}

blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}

blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}

.video-wrapper {
  max-width: 800px;
  margin: 0 auto;
}

@media (min-width: 1280px) {
  .video-wrapper {
    margin-left: 16.66666667%;
  }
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 30px;
  width: 100%;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

section.video .video-wrapper {
  max-width: 100%;
  margin: auto;
}

section.video .video-wrapper .video-container {
  padding-top: 0;
}

.loading-blogs {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5000;
  background: rgba(255, 255, 255, 0.95);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.loading-blogs.is-active {
  opacity: 1;
  visibility: visible;
}

.loading-blogs p {
  font-size: 14px;
  margin: 0 0 5px 0;
  text-align: center;
}

.loading-blogs__bar {
  height: 5px;
  width: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #eee;
}

.loading-blogs__progress {
  background: #ec135b;
  display: none;
}

.inline-svg {
  position: relative;
  display: block;
  width: 100%;
}

.inline-svg > svg {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.object-cover--absolute {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.object-cover--absolute.top-center {
  -o-object-position: top center;
     object-position: top center;
}

.object-contain--absolute {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.object-contain--absolute.top-center {
  -o-object-position: top center;
     object-position: top center;
}

.flip-x {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.transform-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.transformY-center {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.transformX-center {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.statistics__block-block {
  margin-top: 40px;
}

@media (max-width: 768px) {
  .statistics__block-block {
    margin-top: 0;
  }
}

.statistics__block-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.statistics__block-content {
  text-align: center;
  margin-top: 40px;
}

@media (max-width: 768px) {
  .statistics__block-content {
    text-align: center;
    -o-object-position: center;
       object-position: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: auto !important;
  }
}

.statistics__block-content h4 {
  font-size: 2rem;
  font-weight: 600;
}

@media (max-width: 768px) {
  .statistics__block-content h4 {
    margin-top: 30px;
  }
}

.statistics__block-content p {
  margin-bottom: 0;
  padding: 0 40px;
}

@media (max-width: 768px) {
  .statistics__block-content p {
    padding: 0;
    margin-bottom: 15px;
  }
}

.statistics__block-icon {
  width: 90px;
  min-width: 90px;
  margin: auto auto;
}

@media (max-width: 768px) {
  .statistics__block-icon {
    margin: 0;
    text-align: center;
    -o-object-position: center;
       object-position: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: auto !important;
    margin-right: auto;
  }
}

.statistics__block-icon figure {
  width: 100%;
  position: relative;
  padding-top: 100%;
}

.statistics__block-btn {
  margin-top: 40px;
}

@media (max-width: 768px) {
  .statistics__block-btn {
    text-align: center;
    -o-object-position: center;
       object-position: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: auto !important;
  }
}

.panel__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 50px;
  padding-left: 2px;
  padding-right: 2px;
}

@media (min-width: 1025px) {
  .panel__block {
    margin-top: 100px;
  }
}

.panel__block-item {
  position: relative;
  width: 100%;
  padding-left: 2px;
  padding-right: 2px;
  margin-bottom: 4px;
}

@media (min-width: 768px) {
  .panel__block-item {
    width: calc(100% / 2);
  }
}

@media (min-width: 1024px) {
  .panel__block-item {
    width: calc(100% / 4);
  }
}

.panel__block-item:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.panel__block-image {
  position: relative;
  overflow: hidden;
}

.panel__block-image img {
  transition: .7s ease;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.panel__block-image:before {
  content: '';
  display: block;
  height: 0;
  padding-bottom: 66.67%;
}

@media (min-width: 1024px) {
  .panel__block-image:before {
    padding-bottom: 166.67%;
  }
}

.panel__block-image:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9));
}

.panel__block-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (min-width: 1025px) {
  .panel__block-content {
    padding: 50px;
  }
}

.panel__block-content .btn, .panel__block-content .btn--primary, .panel__block-content .btn--secondary, .panel__block-content button {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.panel__block-btn:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

@media (max-width: 767px) {
  .repeating-square-blocks .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .repeating-square-blocks .row {
    margin-left: 0;
    margin-right: 0;
  }
}

.repeating-square-blocks .content-block {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}

@media (max-width: 767px) {
  .repeating-square-blocks .content-block {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 768px) {
  .repeating-square-blocks .content-block {
    float: left;
    width: 83.33333333%;
  }
}

@media (min-width: 768px) {
  .repeating-square-blocks .content-block {
    left: 8.33333333%;
  }
}

@media (min-width: 992px) {
  .repeating-square-blocks .content-block {
    float: left;
    width: 66.66666667%;
  }
}

@media (min-width: 992px) {
  .repeating-square-blocks .content-block {
    left: 12.5%;
  }
}

@media (min-width: 1280px) {
  .repeating-square-blocks .content-block {
    float: left;
    width: 58.33333333%;
  }
}

@media (min-width: 1280px) {
  .repeating-square-blocks .content-block {
    left: 16.66666667%;
  }
}

.repeating-square-blocks .block-wrapper {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
  margin-top: 60px;
}

@media (max-width: 767px) {
  .repeating-square-blocks .block-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 768px) {
  .repeating-square-blocks .block-wrapper {
    float: left;
    width: 83.33333333%;
  }
}

@media (min-width: 768px) {
  .repeating-square-blocks .block-wrapper {
    left: 8.33333333%;
  }
}

@media (min-width: 992px) {
  .repeating-square-blocks .block-wrapper {
    float: left;
    width: 66.66666667%;
  }
}

@media (min-width: 992px) {
  .repeating-square-blocks .block-wrapper {
    left: 12.5%;
  }
}

@media (min-width: 1280px) {
  .repeating-square-blocks .block-wrapper {
    float: left;
    width: 58.33333333%;
  }
}

@media (min-width: 1280px) {
  .repeating-square-blocks .block-wrapper {
    left: 16.66666667%;
  }
}

.repeating-square-blocks .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -25px;
  margin-left: -25px;
}

.repeating-square-blocks .block-item {
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 20px;
}

@media (min-width: 1025px) {
  .repeating-square-blocks .block-item {
    width: calc(100% / 2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100%;
  }
}

.repeating-square-blocks .block-item-wrap {
  position: relative;
  width: 100%;
  transition: all 0.25s ease-in-out;
  box-shadow: 0 35px 36px 0 rgba(9, 38, 62, 0.03);
}

.repeating-square-blocks .block-item-wrap:hover {
  box-shadow: 0 35px 36px 0 rgba(9, 38, 62, 0.1);
  -webkit-transform: translate(0, -10px);
  transform: translate(0, -10px);
}

.repeating-square-blocks .block-item-image {
  position: relative;
  width: 100%;
  padding-bottom: 52.14%;
  background: #ec135b;
}

.repeating-square-blocks .block-item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  padding: 35px 30px;
}

.repeating-square-blocks .block-item-content h4 {
  margin-top: 0;
  font-weight: 500;
}

.repeating-square-blocks .block-item-content p {
  margin: 0 0 5px 0;
}

.repeating-square-blocks .block-item-content p:last-of-type {
  margin: 0;
}

.repeating-square-blocks .block-item-content p.orange {
  color: #fe5000;
}

@media (max-width: 767px) {
  .repeating-video-blocks .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .repeating-video-blocks .row {
    margin-left: 0;
    margin-right: 0;
  }
}

.repeating-video-blocks .content-block {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .repeating-video-blocks .content-block {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 768px) {
  .repeating-video-blocks .content-block {
    float: left;
    width: 83.33333333%;
  }
}

@media (min-width: 768px) {
  .repeating-video-blocks .content-block {
    left: 8.33333333%;
  }
}

@media (min-width: 992px) {
  .repeating-video-blocks .content-block {
    float: left;
    width: 66.66666667%;
  }
}

@media (min-width: 992px) {
  .repeating-video-blocks .content-block {
    left: 12.5%;
  }
}

@media (min-width: 1280px) {
  .repeating-video-blocks .content-block {
    float: left;
    width: 58.33333333%;
  }
}

@media (min-width: 1280px) {
  .repeating-video-blocks .content-block {
    left: 16.66666667%;
  }
}

.repeating-video-blocks .block-wrapper {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}

@media (max-width: 767px) {
  .repeating-video-blocks .block-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 768px) {
  .repeating-video-blocks .block-wrapper {
    float: left;
    width: 83.33333333%;
  }
}

@media (min-width: 768px) {
  .repeating-video-blocks .block-wrapper {
    left: 8.33333333%;
  }
}

@media (min-width: 992px) {
  .repeating-video-blocks .block-wrapper {
    float: left;
    width: 66.66666667%;
  }
}

@media (min-width: 992px) {
  .repeating-video-blocks .block-wrapper {
    left: 12.5%;
  }
}

@media (min-width: 1280px) {
  .repeating-video-blocks .block-wrapper {
    float: left;
    width: 58.33333333%;
  }
}

@media (min-width: 1280px) {
  .repeating-video-blocks .block-wrapper {
    left: 16.66666667%;
  }
}

.repeating-video-blocks .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -25px;
  margin-left: -25px;
}

.repeating-video-blocks .block-item {
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 20px;
}

@media (min-width: 1025px) {
  .repeating-video-blocks .block-item {
    width: calc(100% / 2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100%;
  }
}

.repeating-video-blocks .block-item-wrap {
  position: relative;
  width: 100%;
}

.repeating-video-blocks .block-item-videoBlock {
  position: relative;
  width: 100%;
  padding-bottom: 56.20%;
}

.repeating-video-blocks .block-item-video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}

.repeating-video-blocks .block-item-video iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.repeating-video-blocks .block-item-poster {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  transition: all 0.5s ease-in-out;
}

.repeating-video-blocks .block-item-poster.hide-poster {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}

.repeating-video-blocks .block-item-video-button {
  position: relative;
  z-index: 2;
  height: 60px;
  width: 60px;
  display: block;
  background-color: #ec135b;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/video/triangle.svg");
  cursor: pointer;
  border: none;
  outline: none;
}

.proposal .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.proposal__content p:last-of-type {
  margin-bottom: 0;
}

.proposal__download {
  -ms-flex-item-align: end;
      align-self: flex-end;
  text-align: right;
}

@media (max-width: 787px) {
  .proposal__download {
    text-align: left;
    margin-top: 40px;
  }
}

.proposal__image {
  margin-top: 80px;
}

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

.project-stages {
  overflow: hidden;
}

.project-stages .stage__lists {
  list-style-type: none;
  padding: 0;
  margin: 100px 0 0 0;
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1200px) {
  .project-stages .stage__lists {
    display: block;
    margin: 50px 0;
  }
}

.project-stages .stage__lists .flickity-viewport {
  overflow: visible;
}

.project-stages .stage__item {
  padding: 0;
  margin: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 140px;
          flex: 0 0 140px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

@media (max-width: 1200px) {
  .project-stages .stage__item {
    width: 60%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}

@media (min-height: 1025px) {
  .project-stages .stage__item.resize-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
  }
}

.project-stages .stage__item:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #ECECEC;
  top: 47px;
  left: -50%;
  z-index: -1;
}

.project-stages .stage__item:first-of-type:after {
  content: none;
}

.project-stages .stage__item.completed:after {
  background-color: #EC135B;
}

@media (max-width: 1200px) {
  .project-stages .stage__item.is-selected .stage__circle {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    margin-bottom: 40px;
  }
  .project-stages .stage__item.is-selected .stage__label {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    padding: 0 20px;
  }
}

.project-stages .stage__circle {
  position: relative;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin-bottom: 20px;
  background-color: #d9dad9;
  border: 4px solid #ededed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 10;
  transition: all 0.5s ease-in-out;
}

.project-stages .stage__circle img {
  max-width: 48px;
}

.project-stages .stage__circle.completed {
  background-color: #ffffff;
  border-color: #ec135b;
}

.project-stages .stage__circle.checkmark:before {
  content: '';
  width: 10px;
  height: 22px;
  border: solid #149918;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: -20px;
  top: 0px;
}

.project-stages .stage__label {
  color: #ec135b;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.project-stages .stage__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 1200px) {
  .project-stages .stage__controls {
    display: none;
  }
}

.project-stages .stage__controls-prev,
.project-stages .stage__controls-next {
  background: transparent;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  width: 20px;
  min-width: 20px;
  color: #ec135b;
}

.project-stages .stage__controls-prev:hover,
.project-stages .stage__controls-next:hover {
  color: #cf1754;
}

.project-stages .stage__controls-prev .inline-svg,
.project-stages .stage__controls-next .inline-svg {
  pointer-events: none;
}

.project-stages .stage__controls-prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.project-stages .stage__controls-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style-type: none;
  padding: 0;
  margin: 0 10px;
}

.project-stages .stage__controls-dots li {
  height: 13px;
  width: 13px;
  border: 2px solid #ededed;
  background: transparent;
  opacity: 1;
  margin: 0 8px;
  border-radius: 50%;
}

.project-stages .stage__controls-dots li.is-selected {
  height: 18px;
  width: 18px;
  background: #ec135b;
  border-color: #ec135b;
}

.instagram-feed__grid {
  margin-top: 60px;
}

.instagram-feed__image-wrap {
  position: relative;
  overflow: hidden;
  padding-bottom: 100%;
  margin-bottom: 4px;
  cursor: pointer;
}

.instagram-feed__image-wrap:before {
  content: '';
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 10;
  height: 24px;
  width: 24px;
  display: block;
  background-image: url("../images/icons/instagram.svg");
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 6px;
}

@media (min-width: 768px) {
  .instagram-feed__image-wrap {
    margin-bottom: 8px;
  }
}

@media (min-width: 992px) {
  .instagram-feed__image-wrap {
    margin-bottom: 12px;
  }
}

.instagram-feed__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
  background: #1B1730;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  transform-origin: 0;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 12px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-button {
    -webkit-transform: scale(0.55);
            transform: scale(0.55);
  }
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
}

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
  .fancybox-button {
    -webkit-transform: scale(0.55);
            transform: scale(0.55);
  }
}

.projects-map {
  position: relative;
}

.projects-map__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 50px;
  margin-left: -15px;
  margin-right: -15px;
}

.projects-map__filter {
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 1024px) {
  .projects-map__filter {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .projects-map__filter-wrap {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s cubic-bezier(0, 1.05, 0, 1);
  }
}

.projects-map__filter-wrap.is-open {
  max-height: 2000px;
  transition: max-height 0.5s ease;
}

.projects-map__filter-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -15px;
}

.projects-map__filter-column {
  padding: 0 15px;
}

.projects-map__filter-column:first-of-type {
  width: 100%;
}

@media (max-width: 1024px) {
  .projects-map__filter-column:first-of-type {
    width: 80%;
  }
}

.projects-map__filter-column:last-of-type {
  display: none;
}

@media (max-width: 1024px) {
  .projects-map__filter-column:last-of-type {
    display: block;
  }
}

.projects-map__filter-btn {
  font-size: 16px;
  font-weight: 400;
  color: #2E1A47;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.projects-map__filter-btn:after {
  content: '';
  display: block;
  background: url("../images/icons/chevron.svg");
  width: 10px;
  height: 6px;
  margin-left: 10px;
}

.projects-map__filter-btn.is-open:after {
  background: url("../images/icons/times.svg");
  width: 10px;
  height: 10px;
}

.projects-map__canvas {
  width: 75%;
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 1024px) {
  .projects-map__canvas {
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }
}

.projects-map__canvas:after {
  content: '';
  display: block;
  height: 0;
  padding-bottom: 75%;
  background: #2e1a47;
}

.projects-map__canvas button.gm-ui-hover-effect {
  min-width: auto !important;
}

.projects-map__filters {
  margin-top: 35px;
}

.projects-map__filters h4 {
  font-size: 12px;
  text-transform: uppercase;
  color: #ec135b;
  letter-spacing: 1.2px;
  margin: 0 0 15px 0;
}

.projects-map__filters.divider {
  border-top: 1px solid #EAEAEA;
  padding-top: 30px;
}

.projects-map__filters ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.projects-map__filters ul li {
  padding: 0;
  width: 100%;
  margin-bottom: 15px;
}

.projects-map__filters ul li label {
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
}

.projects-map__filters ul li label input[type="checkbox"] {
  display: none;
  pointer-events: none;
}

.projects-map__filters ul li label .form-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none;
}

.projects-map__filters ul li label .form-wrap img {
  margin-right: 10px;
  max-width: 12px;
}

.projects-map__filters ul li label span {
  pointer-events: none;
}

.projects-map__filters ul li label .form-checkbox {
  width: 18px;
  min-width: 18px;
  height: 18px;
  min-height: 18px;
  position: relative;
  background-color: #ffffff;
  border: 1px solid #FFEDE5;
  border-radius: 2px;
  pointer-events: none;
}

.projects-map__filters ul li label input[type="checkbox"]:checked ~ .form-checkbox {
  pointer-events: none;
}

.projects-map__filters ul li label input[type="checkbox"]:checked ~ .form-checkbox:after {
  content: '';
  position: absolute;
  left: 5px;
  top: 0px;
  width: 6px;
  height: 12px;
  border: solid #FE5000;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.projects-map__filters ul li label.inactive {
  pointer-events: none;
}

.projects-map__filters ul li label.inactive span {
  text-decoration: line-through;
  color: #C0BAC7;
}

.projects-map__filters ul li label.inactive .form-checkbox {
  border-color: #d8d5dc;
}

.map-window__block {
  display: block;
  padding: 0;
  margin: 0;
}

.map-window__header {
  background: #2D1946;
  padding: 10px 20px;
}

.map-window__header h3 {
  color: #FFFFFF;
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2.5px;
}

.map-window__headerImage {
  position: relative;
  background: #2D1946;
  display: block;
}

.map-window__headerImage:before {
  content: '';
  height: 0;
  display: block;
  padding-bottom: 46.15%;
}

.map-window__headerImage-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.map-window__headerImage-overlay h3 {
  margin: 0;
  padding: 0;
  color: #ffffff;
  width: 100%;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 2.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-transform: uppercase;
  position: relative;
  line-height: 1.5;
}

.map-window__headerImage-overlay h3:after {
  content: '';
  border: solid #FD501E;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 4px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.map-window__headerImage--false {
  pointer-events: none;
}

.map-window__headerImage--false .map-window__headerImage-overlay h3:after {
  display: none;
}

.map-window__content {
  padding: 12px;
}

.map-window__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.map-window__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
  margin-bottom: 0;
  border-bottom: 1px solid #EAEAEA;
}

.map-window__item:last-child {
  border-bottom: none;
}

.map-window__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
  min-width: 80px;
}

.map-window__column img {
  margin-right: 10px;
  max-width: 30px;
}

.map-window__label {
  font-size: 10px;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  color: #EC135B;
  font-weight: 700;
  letter-spacing: 1px;
}

.map-window__info {
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  color: #2E1A47;
  font-weight: 400;
  letter-spacing: 1px;
}

.gm-style-iw {
  width: 350px !important;
  top: 0 !important;
  left: 0 !important;
  background-color: #fff;
  border-radius: 2px 2px 0 0;
}

.gm-style .gm-style-iw-c {
  padding: 0 !important;
  margin: 0 !important;
}

.gm-style-iw-d {
  overflow: hidden !important;
}

.gm-control-active {
  min-height: auto !important;
  line-height: normal !important;
  min-width: auto !important;
}

.selector {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  position: relative;
  border: 1px solid #EAEAEA;
  color: #423960;
  background-color: #ffffff;
  border-radius: 2px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  width: 100%;
}

.selector__btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px;
  width: 100%;
}

.selector__btn:after {
  content: '';
  border: solid #FD501E;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  transition: all 0.5s ease;
}

.selector__list {
  position: absolute;
  width: calc(100% + 2px);
  z-index: 10;
  left: -1px;
  right: 0;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  background-color: #ffffff;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.selector__item {
  padding: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  border-bottom: 1px solid #EAEAEA;
  margin: 0;
  transition: all 0.5s ease;
}

.selector__item:last-child {
  border-bottom: none;
}

.selector__item:hover {
  background: #f9f9f9;
}

.selector__value {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.333;
  font-weight: 500;
  pointer-events: none;
}

.selector__icon {
  width: 30px;
  min-width: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 10px;
}

.selector.is-open .selector__btn:after {
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
}

.selector.is-open .selector__list {
  max-height: 300px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  border: 1px solid #EAEAEA;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
}

.full_width_image {
  background-position: center center;
  background-size: cover;
}

.extended-bg {
  display: none;
}

@media (min-width: 768px) {
  .extended-bg {
    display: block;
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 0;
    z-index: -1;
    transition: top 0.3s ease-in-out;
    background-size: 100%;
    background-size: var(--background-size);
    background-repeat: no-repeat;
    background-position: center center;
  }
}

/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.7.9 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2017, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
  html.with-featherlight {
    /* disable global scrolling when featherlights are visible */
    overflow: hidden;
  }
  .featherlight {
    display: none;
    /* dimensions: spanning the background from edge to edge */
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2147483647;
    /* z-index needs to be >= elements on the site. */
    /* position: centering content */
    text-align: center;
    /* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
    white-space: nowrap;
    /* styling */
    cursor: pointer;
    background: #333;
    /* IE8 "hack" for nested featherlights */
    background: #f4f9ff;
  }
  /* support for nested featherlights. Does not work in IE8 (use JS to fix) */
  .featherlight:before {
    /* position: trick to center content vertically */
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
  }
  .featherlight .featherlight-content {
    /* make content container for positioned elements (close button) */
    /* position: centering vertical and horizontal */
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    /* dimensions: cut off images */
    overflow: auto;
    padding: 25px 25px 0;
    border-bottom: 25px solid transparent;
    /* dimensions: handling large content */
    margin-left: 5%;
    margin-right: 5%;
    max-height: 95%;
    /* styling */
    cursor: auto;
    /* reset white-space wrapping */
    white-space: normal;
  }
}

@media all and (min-width: 768px) {
  .featherlight .featherlight-content {
    padding: 80px 80px 0;
  }
}

@media all {
  /* contains the content */
  .featherlight .featherlight-inner {
    /* make sure its visible */
    display: block;
  }
  /* don't show these though */
  .featherlight script.featherlight-inner,
  .featherlight link.featherlight-inner,
  .featherlight style.featherlight-inner {
    display: none;
  }
  .featherlight .featherlight-close-icon {
    /* position: centering vertical and horizontal */
    position: absolute;
    z-index: 9999;
    top: 30px;
    right: 30px;
    /* dimensions: 25px x 25px */
    line-height: 50px;
    width: 50px;
    /* styling */
    cursor: pointer;
    text-align: center;
    font-family: 'ElegantIcons';
    background: none;
    /* Set the background in case it overlaps the content */
    color: #ec135b;
    border: none;
    padding: 0;
    font-size: 50px;
  }
  .featherlight .featherlight-close-icon:before {
    content: '\e051';
  }
  /* See http://stackoverflow.com/questions/16077341/how-to-reset-all-default-styles-of-the-html5-button-element */
  .featherlight .featherlight-close-icon::-moz-focus-inner {
    border: 0;
    padding: 0;
  }
  .featherlight .featherlight-image {
    /* styling */
    width: 100%;
  }
  .featherlight-iframe .featherlight-content {
    /* removed the border for image croping since iframe is edge to edge */
    border-bottom: 0;
    padding: 0;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
  }
  .featherlight iframe {
    /* styling */
    border: none;
  }
  .featherlight * {
    /* See https://github.com/noelboss/featherlight/issues/42 */
    box-sizing: border-box;
  }
}

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    /* dimensions: maximize lightbox with for small screens */
    margin-left: 0;
    margin-right: 0;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent;
  }
}

/* hide non featherlight items when printing */
@media print {
  @page {
    size: landscape;
  }
  html.with-featherlight > * > :not(.featherlight) {
    display: none;
  }
}

/**
 * Featherlight Gallery – an extension for the ultra slim jQuery lightbox
 * Version 1.7.9 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2017, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
  .featherlight-next,
  .featherlight-previous {
    display: block;
    position: absolute;
    top: 25px;
    right: 25px;
    bottom: 0;
    left: 80%;
    cursor: pointer;
    /* preventing text selection */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* IE9 hack, otherwise navigation doesn't appear */
    background: rgba(0, 0, 0, 0);
  }
  .featherlight-previous {
    left: 25px;
    right: 80%;
  }
  .featherlight-next:hover,
  .featherlight-previous:hover {
    background: rgba(255, 255, 255, 0.25);
  }
  .featherlight-next span,
  .featherlight-previous span {
    display: none;
    position: absolute;
    top: 50%;
    left: 5%;
    width: 82%;
    /* center horizontally */
    text-align: center;
    font-size: 80px;
    line-height: 80px;
    /* center vertically */
    margin-top: -40px;
    text-shadow: 0px 0px 5px #fff;
    color: #fff;
    font-style: normal;
    font-weight: normal;
  }
  .featherlight-next span {
    right: 5%;
    left: auto;
  }
  .featherlight-next:hover span,
  .featherlight-previous:hover span {
    display: inline-block;
  }
  .featherlight-swipe-aware .featherlight-next,
  .featherlight-swipe-aware .featherlight-previous {
    display: none;
  }
  /* Hide navigation while loading */
  .featherlight-loading .featherlight-previous, .featherlight-loading .featherlight-next {
    display: none;
  }
  /* Hide navigation in case of single image */
  .featherlight-first-slide.featherlight-last-slide .featherlight-previous,
  .featherlight-first-slide.featherlight-last-slide .featherlight-next {
    display: none;
  }
}

/* Always display arrows on touch devices */
@media only screen and (max-device-width: 1024px) {
  .featherlight-next:hover,
  .featherlight-previous:hover {
    background: none;
  }
  .featherlight-next span,
  .featherlight-previous span {
    display: block;
  }
}

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
  .featherlight-next,
  .featherlight-previous {
    top: 10px;
    right: 10px;
    left: 85%;
  }
  .featherlight-previous {
    left: 10px;
    right: 85%;
  }
  .featherlight-next span,
  .featherlight-previous span {
    margin-top: -30px;
    font-size: 40px;
  }
}

@font-face {
  font-family: 'ElegantIcons';
  src: url("../fonts/ElegantIcons.eot");
  src: url("../fonts/ElegantIcons.eot?#iefix") format("embedded-opentype"), url("../fonts/ElegantIcons.woff") format("woff"), url("../fonts/ElegantIcons.ttf") format("truetype"), url("../fonts/ElegantIcons.svg#ElegantIcons") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
  font-family: 'ElegantIcons';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="your-class-prefix"] {
*/
.arrow_up, .arrow_down, .arrow_left, .arrow_right, .arrow_left-up, .arrow_right-up, .arrow_right-down, .arrow_left-down, .arrow-up-down, .arrow_up-down_alt, .arrow_left-right_alt, .arrow_left-right, .arrow_expand_alt2, .arrow_expand_alt, .arrow_condense, .arrow_expand, .arrow_move, .arrow_carrot-up, .arrow_carrot-down, .arrow_carrot-left, .arrow_carrot-right, .arrow_carrot-2up, .arrow_carrot-2down, .arrow_carrot-2left, .arrow_carrot-2right, .arrow_carrot-up_alt2, .arrow_carrot-down_alt2, .arrow_carrot-left_alt2, .arrow_carrot-right_alt2, .arrow_carrot-2up_alt2, .arrow_carrot-2down_alt2, .arrow_carrot-2left_alt2, .arrow_carrot-2right_alt2, .arrow_triangle-up, .arrow_triangle-down, .arrow_triangle-left, .arrow_triangle-right, .arrow_triangle-up_alt2, .arrow_triangle-down_alt2, .arrow_triangle-left_alt2, .arrow_triangle-right_alt2, .arrow_back, .icon_minus-06, .icon_plus, .icon_close, .icon_check, .icon_minus_alt2, .icon_plus_alt2, .icon_close_alt2, .icon_check_alt2, .icon_zoom-out_alt, .icon_zoom-in_alt, .icon_search, .icon_box-empty, .icon_box-selected, .icon_minus-box, .icon_plus-box, .icon_box-checked, .icon_circle-empty, .icon_circle-slelected, .icon_stop_alt2, .icon_stop, .icon_pause_alt2, .icon_pause, .icon_menu, .icon_menu-square_alt2, .icon_menu-circle_alt2, .icon_ul, .icon_ol, .icon_adjust-horiz, .icon_adjust-vert, .icon_document_alt, .icon_documents_alt, .icon_pencil, .icon_pencil-edit_alt, .icon_pencil-edit, .icon_folder-alt, .icon_folder-open_alt, .icon_folder-add_alt, .icon_info_alt, .icon_error-oct_alt, .icon_error-circle_alt, .icon_error-triangle_alt, .icon_question_alt2, .icon_question, .icon_comment_alt, .icon_chat_alt, .icon_vol-mute_alt, .icon_volume-low_alt, .icon_volume-high_alt, .icon_quotations, .icon_quotations_alt2, .icon_clock_alt, .icon_lock_alt, .icon_lock-open_alt, .icon_key_alt, .icon_cloud_alt, .icon_cloud-upload_alt, .icon_cloud-download_alt, .icon_image, .icon_images, .icon_lightbulb_alt, .icon_gift_alt, .icon_house_alt, .icon_genius, .icon_mobile, .icon_tablet, .icon_laptop, .icon_desktop, .icon_camera_alt, .icon_mail_alt, .icon_cone_alt, .icon_ribbon_alt, .icon_bag_alt, .icon_creditcard, .icon_cart_alt, .icon_paperclip, .icon_tag_alt, .icon_tags_alt, .icon_trash_alt, .icon_cursor_alt, .icon_mic_alt, .icon_compass_alt, .icon_pin_alt, .icon_pushpin_alt, .icon_map_alt, .icon_drawer_alt, .icon_toolbox_alt, .icon_book_alt, .icon_calendar, .icon_film, .icon_table, .icon_contacts_alt, .icon_headphones, .icon_lifesaver, .icon_piechart, .icon_refresh, .icon_link_alt, .icon_link, .icon_loading, .icon_blocked, .icon_archive_alt, .icon_heart_alt, .icon_star_alt, .icon_star-half_alt, .icon_star, .icon_star-half, .icon_tools, .icon_tool, .icon_cog, .icon_cogs, .arrow_up_alt, .arrow_down_alt, .arrow_left_alt, .arrow_right_alt, .arrow_left-up_alt, .arrow_right-up_alt, .arrow_right-down_alt, .arrow_left-down_alt, .arrow_condense_alt, .arrow_expand_alt3, .arrow_carrot_up_alt, .arrow_carrot-down_alt, .arrow_carrot-left_alt, .arrow_carrot-right_alt, .arrow_carrot-2up_alt, .arrow_carrot-2dwnn_alt, .arrow_carrot-2left_alt, .arrow_carrot-2right_alt, .arrow_triangle-up_alt, .arrow_triangle-down_alt, .arrow_triangle-left_alt, .arrow_triangle-right_alt, .icon_minus_alt, .icon_plus_alt, .icon_close_alt, .icon_check_alt, .icon_zoom-out, .icon_zoom-in, .icon_stop_alt, .icon_menu-square_alt, .icon_menu-circle_alt, .icon_document, .icon_documents, .icon_pencil_alt, .icon_folder, .icon_folder-open, .icon_folder-add, .icon_folder_upload, .icon_folder_download, .icon_info, .icon_error-circle, .icon_error-oct, .icon_error-triangle, .icon_question_alt, .icon_comment, .icon_chat, .icon_vol-mute, .icon_volume-low, .icon_volume-high, .icon_quotations_alt, .icon_clock, .icon_lock, .icon_lock-open, .icon_key, .icon_cloud, .icon_cloud-upload, .icon_cloud-download, .icon_lightbulb, .icon_gift, .icon_house, .icon_camera, .icon_mail, .icon_cone, .icon_ribbon, .icon_bag, .icon_cart, .icon_tag, .icon_tags, .icon_trash, .icon_cursor, .icon_mic, .icon_compass, .icon_pin, .icon_pushpin, .icon_map, .icon_drawer, .icon_toolbox, .icon_book, .icon_contacts, .icon_archive, .icon_heart, .icon_profile, .icon_group, .icon_grid-2x2, .icon_grid-3x3, .icon_music, .icon_pause_alt, .icon_phone, .icon_upload, .icon_download, .social_facebook, .social_twitter, .social_pinterest, .social_googleplus, .social_tumblr, .social_tumbleupon, .social_wordpress, .social_instagram, .social_dribbble, .social_vimeo, .social_linkedin, .social_rss, .social_deviantart, .social_share, .social_myspace, .social_skype, .social_youtube, .social_picassa, .social_googledrive, .social_flickr, .social_blogger, .social_spotify, .social_delicious, .social_facebook_circle, .social_twitter_circle, .social_pinterest_circle, .social_googleplus_circle, .social_tumblr_circle, .social_stumbleupon_circle, .social_wordpress_circle, .social_instagram_circle, .social_dribbble_circle, .social_vimeo_circle, .social_linkedin_circle, .social_rss_circle, .social_deviantart_circle, .social_share_circle, .social_myspace_circle, .social_skype_circle, .social_youtube_circle, .social_picassa_circle, .social_googledrive_alt2, .social_flickr_circle, .social_blogger_circle, .social_spotify_circle, .social_delicious_circle, .social_facebook_square, .social_twitter_square, .social_pinterest_square, .social_googleplus_square, .social_tumblr_square, .social_stumbleupon_square, .social_wordpress_square, .social_instagram_square, .social_dribbble_square, .social_vimeo_square, .social_linkedin_square, .social_rss_square, .social_deviantart_square, .social_share_square, .social_myspace_square, .social_skype_square, .social_youtube_square, .social_picassa_square, .social_googledrive_square, .social_flickr_square, .social_blogger_square, .social_spotify_square, .social_delicious_square, .icon_printer, .icon_calulator, .icon_building, .icon_floppy, .icon_drive, .icon_search-2, .icon_id, .icon_id-2, .icon_puzzle, .icon_like, .icon_dislike, .icon_mug, .icon_currency, .icon_wallet, .icon_pens, .icon_easel, .icon_flowchart, .icon_datareport, .icon_briefcase, .icon_shield, .icon_percent, .icon_globe, .icon_globe-2, .icon_target, .icon_hourglass, .icon_balance, .icon_rook, .icon_printer-alt, .icon_calculator_alt, .icon_building_alt, .icon_floppy_alt, .icon_drive_alt, .icon_search_alt, .icon_id_alt, .icon_id-2_alt, .icon_puzzle_alt, .icon_like_alt, .icon_dislike_alt, .icon_mug_alt, .icon_currency_alt, .icon_wallet_alt, .icon_pens_alt, .icon_easel_alt, .icon_flowchart_alt, .icon_datareport_alt, .icon_briefcase_alt, .icon_shield_alt, .icon_percent_alt, .icon_globe_alt, .icon_clipboard {
  font-family: 'ElegantIcons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.arrow_up:before {
  content: "\21";
}

.arrow_down:before {
  content: "\22";
}

.arrow_left:before {
  content: "\23";
}

.arrow_right:before {
  content: "\24";
}

.arrow_left-up:before {
  content: "\25";
}

.arrow_right-up:before {
  content: "\26";
}

.arrow_right-down:before {
  content: "\27";
}

.arrow_left-down:before {
  content: "\28";
}

.arrow-up-down:before {
  content: "\29";
}

.arrow_up-down_alt:before {
  content: "\2a";
}

.arrow_left-right_alt:before {
  content: "\2b";
}

.arrow_left-right:before {
  content: "\2c";
}

.arrow_expand_alt2:before {
  content: "\2d";
}

.arrow_expand_alt:before {
  content: "\2e";
}

.arrow_condense:before {
  content: "\2f";
}

.arrow_expand:before {
  content: "\30";
}

.arrow_move:before {
  content: "\31";
}

.arrow_carrot-up:before {
  content: "\32";
}

.arrow_carrot-down:before {
  content: "\33";
}

.arrow_carrot-left:before {
  content: "\34";
}

.arrow_carrot-right:before {
  content: "\35";
}

.arrow_carrot-2up:before {
  content: "\36";
}

.arrow_carrot-2down:before {
  content: "\37";
}

.arrow_carrot-2left:before {
  content: "\38";
}

.arrow_carrot-2right:before {
  content: "\39";
}

.arrow_carrot-up_alt2:before {
  content: "\3a";
}

.arrow_carrot-down_alt2:before {
  content: "\3b";
}

.arrow_carrot-left_alt2:before {
  content: "\3c";
}

.arrow_carrot-right_alt2:before {
  content: "\3d";
}

.arrow_carrot-2up_alt2:before {
  content: "\3e";
}

.arrow_carrot-2down_alt2:before {
  content: "\3f";
}

.arrow_carrot-2left_alt2:before {
  content: "\40";
}

.arrow_carrot-2right_alt2:before {
  content: "\41";
}

.arrow_triangle-up:before {
  content: "\42";
}

.arrow_triangle-down:before {
  content: "\43";
}

.arrow_triangle-left:before {
  content: "\44";
}

.arrow_triangle-right:before {
  content: "\45";
}

.arrow_triangle-up_alt2:before {
  content: "\46";
}

.arrow_triangle-down_alt2:before {
  content: "\47";
}

.arrow_triangle-left_alt2:before {
  content: "\48";
}

.arrow_triangle-right_alt2:before {
  content: "\49";
}

.arrow_back:before {
  content: "\4a";
}

.icon_minus-06:before {
  content: "\4b";
}

.icon_plus:before {
  content: "\4c";
}

.icon_close:before {
  content: "\4d";
}

.icon_check:before {
  content: "\4e";
}

.icon_minus_alt2:before {
  content: "\4f";
}

.icon_plus_alt2:before {
  content: "\50";
}

.icon_close_alt2:before {
  content: "\51";
}

.icon_check_alt2:before {
  content: "\52";
}

.icon_zoom-out_alt:before {
  content: "\53";
}

.icon_zoom-in_alt:before {
  content: "\54";
}

.icon_search:before {
  content: "\55";
}

.icon_box-empty:before {
  content: "\56";
}

.icon_box-selected:before {
  content: "\57";
}

.icon_minus-box:before {
  content: "\58";
}

.icon_plus-box:before {
  content: "\59";
}

.icon_box-checked:before {
  content: "\5a";
}

.icon_circle-empty:before {
  content: "\5b";
}

.icon_circle-slelected:before {
  content: "\5c";
}

.icon_stop_alt2:before {
  content: "\5d";
}

.icon_stop:before {
  content: "\5e";
}

.icon_pause_alt2:before {
  content: "\5f";
}

.icon_pause:before {
  content: "\60";
}

.icon_menu:before {
  content: "\61";
}

.icon_menu-square_alt2:before {
  content: "\62";
}

.icon_menu-circle_alt2:before {
  content: "\63";
}

.icon_ul:before {
  content: "\64";
}

.icon_ol:before {
  content: "\65";
}

.icon_adjust-horiz:before {
  content: "\66";
}

.icon_adjust-vert:before {
  content: "\67";
}

.icon_document_alt:before {
  content: "\68";
}

.icon_documents_alt:before {
  content: "\69";
}

.icon_pencil:before {
  content: "\6a";
}

.icon_pencil-edit_alt:before {
  content: "\6b";
}

.icon_pencil-edit:before {
  content: "\6c";
}

.icon_folder-alt:before {
  content: "\6d";
}

.icon_folder-open_alt:before {
  content: "\6e";
}

.icon_folder-add_alt:before {
  content: "\6f";
}

.icon_info_alt:before {
  content: "\70";
}

.icon_error-oct_alt:before {
  content: "\71";
}

.icon_error-circle_alt:before {
  content: "\72";
}

.icon_error-triangle_alt:before {
  content: "\73";
}

.icon_question_alt2:before {
  content: "\74";
}

.icon_question:before {
  content: "\75";
}

.icon_comment_alt:before {
  content: "\76";
}

.icon_chat_alt:before {
  content: "\77";
}

.icon_vol-mute_alt:before {
  content: "\78";
}

.icon_volume-low_alt:before {
  content: "\79";
}

.icon_volume-high_alt:before {
  content: "\7a";
}

.icon_quotations:before {
  content: "\7b";
}

.icon_quotations_alt2:before {
  content: "\7c";
}

.icon_clock_alt:before {
  content: "\7d";
}

.icon_lock_alt:before {
  content: "\7e";
}

.icon_lock-open_alt:before {
  content: "\e000";
}

.icon_key_alt:before {
  content: "\e001";
}

.icon_cloud_alt:before {
  content: "\e002";
}

.icon_cloud-upload_alt:before {
  content: "\e003";
}

.icon_cloud-download_alt:before {
  content: "\e004";
}

.icon_image:before {
  content: "\e005";
}

.icon_images:before {
  content: "\e006";
}

.icon_lightbulb_alt:before {
  content: "\e007";
}

.icon_gift_alt:before {
  content: "\e008";
}

.icon_house_alt:before {
  content: "\e009";
}

.icon_genius:before {
  content: "\e00a";
}

.icon_mobile:before {
  content: "\e00b";
}

.icon_tablet:before {
  content: "\e00c";
}

.icon_laptop:before {
  content: "\e00d";
}

.icon_desktop:before {
  content: "\e00e";
}

.icon_camera_alt:before {
  content: "\e00f";
}

.icon_mail_alt:before {
  content: "\e010";
}

.icon_cone_alt:before {
  content: "\e011";
}

.icon_ribbon_alt:before {
  content: "\e012";
}

.icon_bag_alt:before {
  content: "\e013";
}

.icon_creditcard:before {
  content: "\e014";
}

.icon_cart_alt:before {
  content: "\e015";
}

.icon_paperclip:before {
  content: "\e016";
}

.icon_tag_alt:before {
  content: "\e017";
}

.icon_tags_alt:before {
  content: "\e018";
}

.icon_trash_alt:before {
  content: "\e019";
}

.icon_cursor_alt:before {
  content: "\e01a";
}

.icon_mic_alt:before {
  content: "\e01b";
}

.icon_compass_alt:before {
  content: "\e01c";
}

.icon_pin_alt:before {
  content: "\e01d";
}

.icon_pushpin_alt:before {
  content: "\e01e";
}

.icon_map_alt:before {
  content: "\e01f";
}

.icon_drawer_alt:before {
  content: "\e020";
}

.icon_toolbox_alt:before {
  content: "\e021";
}

.icon_book_alt:before {
  content: "\e022";
}

.icon_calendar:before {
  content: "\e023";
}

.icon_film:before {
  content: "\e024";
}

.icon_table:before {
  content: "\e025";
}

.icon_contacts_alt:before {
  content: "\e026";
}

.icon_headphones:before {
  content: "\e027";
}

.icon_lifesaver:before {
  content: "\e028";
}

.icon_piechart:before {
  content: "\e029";
}

.icon_refresh:before {
  content: "\e02a";
}

.icon_link_alt:before {
  content: "\e02b";
}

.icon_link:before {
  content: "\e02c";
}

.icon_loading:before {
  content: "\e02d";
}

.icon_blocked:before {
  content: "\e02e";
}

.icon_archive_alt:before {
  content: "\e02f";
}

.icon_heart_alt:before {
  content: "\e030";
}

.icon_star_alt:before {
  content: "\e031";
}

.icon_star-half_alt:before {
  content: "\e032";
}

.icon_star:before {
  content: "\e033";
}

.icon_star-half:before {
  content: "\e034";
}

.icon_tools:before {
  content: "\e035";
}

.icon_tool:before {
  content: "\e036";
}

.icon_cog:before {
  content: "\e037";
}

.icon_cogs:before {
  content: "\e038";
}

.arrow_up_alt:before {
  content: "\e039";
}

.arrow_down_alt:before {
  content: "\e03a";
}

.arrow_left_alt:before {
  content: "\e03b";
}

.arrow_right_alt:before {
  content: "\e03c";
}

.arrow_left-up_alt:before {
  content: "\e03d";
}

.arrow_right-up_alt:before {
  content: "\e03e";
}

.arrow_right-down_alt:before {
  content: "\e03f";
}

.arrow_left-down_alt:before {
  content: "\e040";
}

.arrow_condense_alt:before {
  content: "\e041";
}

.arrow_expand_alt3:before {
  content: "\e042";
}

.arrow_carrot_up_alt:before {
  content: "\e043";
}

.arrow_carrot-down_alt:before {
  content: "\e044";
}

.arrow_carrot-left_alt:before {
  content: "\e045";
}

.arrow_carrot-right_alt:before {
  content: "\e046";
}

.arrow_carrot-2up_alt:before {
  content: "\e047";
}

.arrow_carrot-2dwnn_alt:before {
  content: "\e048";
}

.arrow_carrot-2left_alt:before {
  content: "\e049";
}

.arrow_carrot-2right_alt:before {
  content: "\e04a";
}

.arrow_triangle-up_alt:before {
  content: "\e04b";
}

.arrow_triangle-down_alt:before {
  content: "\e04c";
}

.arrow_triangle-left_alt:before {
  content: "\e04d";
}

.arrow_triangle-right_alt:before {
  content: "\e04e";
}

.icon_minus_alt:before {
  content: "\e04f";
}

.icon_plus_alt:before {
  content: "\e050";
}

.icon_close_alt:before {
  content: "\e051";
}

.icon_check_alt:before {
  content: "\e052";
}

.icon_zoom-out:before {
  content: "\e053";
}

.icon_zoom-in:before {
  content: "\e054";
}

.icon_stop_alt:before {
  content: "\e055";
}

.icon_menu-square_alt:before {
  content: "\e056";
}

.icon_menu-circle_alt:before {
  content: "\e057";
}

.icon_document:before {
  content: "\e058";
}

.icon_documents:before {
  content: "\e059";
}

.icon_pencil_alt:before {
  content: "\e05a";
}

.icon_folder:before {
  content: "\e05b";
}

.icon_folder-open:before {
  content: "\e05c";
}

.icon_folder-add:before {
  content: "\e05d";
}

.icon_folder_upload:before {
  content: "\e05e";
}

.icon_folder_download:before {
  content: "\e05f";
}

.icon_info:before {
  content: "\e060";
}

.icon_error-circle:before {
  content: "\e061";
}

.icon_error-oct:before {
  content: "\e062";
}

.icon_error-triangle:before {
  content: "\e063";
}

.icon_question_alt:before {
  content: "\e064";
}

.icon_comment:before {
  content: "\e065";
}

.icon_chat:before {
  content: "\e066";
}

.icon_vol-mute:before {
  content: "\e067";
}

.icon_volume-low:before {
  content: "\e068";
}

.icon_volume-high:before {
  content: "\e069";
}

.icon_quotations_alt:before {
  content: "\e06a";
}

.icon_clock:before {
  content: "\e06b";
}

.icon_lock:before {
  content: "\e06c";
}

.icon_lock-open:before {
  content: "\e06d";
}

.icon_key:before {
  content: "\e06e";
}

.icon_cloud:before {
  content: "\e06f";
}

.icon_cloud-upload:before {
  content: "\e070";
}

.icon_cloud-download:before {
  content: "\e071";
}

.icon_lightbulb:before {
  content: "\e072";
}

.icon_gift:before {
  content: "\e073";
}

.icon_house:before {
  content: "\e074";
}

.icon_camera:before {
  content: "\e075";
}

.icon_mail:before {
  content: "\e076";
}

.icon_cone:before {
  content: "\e077";
}

.icon_ribbon:before {
  content: "\e078";
}

.icon_bag:before {
  content: "\e079";
}

.icon_cart:before {
  content: "\e07a";
}

.icon_tag:before {
  content: "\e07b";
}

.icon_tags:before {
  content: "\e07c";
}

.icon_trash:before {
  content: "\e07d";
}

.icon_cursor:before {
  content: "\e07e";
}

.icon_mic:before {
  content: "\e07f";
}

.icon_compass:before {
  content: "\e080";
}

.icon_pin:before {
  content: "\e081";
}

.icon_pushpin:before {
  content: "\e082";
}

.icon_map:before {
  content: "\e083";
}

.icon_drawer:before {
  content: "\e084";
}

.icon_toolbox:before {
  content: "\e085";
}

.icon_book:before {
  content: "\e086";
}

.icon_contacts:before {
  content: "\e087";
}

.icon_archive:before {
  content: "\e088";
}

.icon_heart:before {
  content: "\e089";
}

.icon_profile:before {
  content: "\e08a";
}

.icon_group:before {
  content: "\e08b";
}

.icon_grid-2x2:before {
  content: "\e08c";
}

.icon_grid-3x3:before {
  content: "\e08d";
}

.icon_music:before {
  content: "\e08e";
}

.icon_pause_alt:before {
  content: "\e08f";
}

.icon_phone:before {
  content: "\e090";
}

.icon_upload:before {
  content: "\e091";
}

.icon_download:before {
  content: "\e092";
}

.social_facebook:before {
  content: "\e093";
}

.social_twitter:before {
  content: "\e094";
}

.social_pinterest:before {
  content: "\e095";
}

.social_googleplus:before {
  content: "\e096";
}

.social_tumblr:before {
  content: "\e097";
}

.social_tumbleupon:before {
  content: "\e098";
}

.social_wordpress:before {
  content: "\e099";
}

.social_instagram:before {
  content: "\e09a";
}

.social_dribbble:before {
  content: "\e09b";
}

.social_vimeo:before {
  content: "\e09c";
}

.social_linkedin:before {
  content: "\e09d";
}

.social_rss:before {
  content: "\e09e";
}

.social_deviantart:before {
  content: "\e09f";
}

.social_share:before {
  content: "\e0a0";
}

.social_myspace:before {
  content: "\e0a1";
}

.social_skype:before {
  content: "\e0a2";
}

.social_youtube:before {
  content: "\e0a3";
}

.social_picassa:before {
  content: "\e0a4";
}

.social_googledrive:before {
  content: "\e0a5";
}

.social_flickr:before {
  content: "\e0a6";
}

.social_blogger:before {
  content: "\e0a7";
}

.social_spotify:before {
  content: "\e0a8";
}

.social_delicious:before {
  content: "\e0a9";
}

.social_facebook_circle:before {
  content: "\e0aa";
}

.social_twitter_circle:before {
  content: "\e0ab";
}

.social_pinterest_circle:before {
  content: "\e0ac";
}

.social_googleplus_circle:before {
  content: "\e0ad";
}

.social_tumblr_circle:before {
  content: "\e0ae";
}

.social_stumbleupon_circle:before {
  content: "\e0af";
}

.social_wordpress_circle:before {
  content: "\e0b0";
}

.social_instagram_circle:before {
  content: "\e0b1";
}

.social_dribbble_circle:before {
  content: "\e0b2";
}

.social_vimeo_circle:before {
  content: "\e0b3";
}

.social_linkedin_circle:before {
  content: "\e0b4";
}

.social_rss_circle:before {
  content: "\e0b5";
}

.social_deviantart_circle:before {
  content: "\e0b6";
}

.social_share_circle:before {
  content: "\e0b7";
}

.social_myspace_circle:before {
  content: "\e0b8";
}

.social_skype_circle:before {
  content: "\e0b9";
}

.social_youtube_circle:before {
  content: "\e0ba";
}

.social_picassa_circle:before {
  content: "\e0bb";
}

.social_googledrive_alt2:before {
  content: "\e0bc";
}

.social_flickr_circle:before {
  content: "\e0bd";
}

.social_blogger_circle:before {
  content: "\e0be";
}

.social_spotify_circle:before {
  content: "\e0bf";
}

.social_delicious_circle:before {
  content: "\e0c0";
}

.social_facebook_square:before {
  content: "\e0c1";
}

.social_twitter_square:before {
  content: "\e0c2";
}

.social_pinterest_square:before {
  content: "\e0c3";
}

.social_googleplus_square:before {
  content: "\e0c4";
}

.social_tumblr_square:before {
  content: "\e0c5";
}

.social_stumbleupon_square:before {
  content: "\e0c6";
}

.social_wordpress_square:before {
  content: "\e0c7";
}

.social_instagram_square:before {
  content: "\e0c8";
}

.social_dribbble_square:before {
  content: "\e0c9";
}

.social_vimeo_square:before {
  content: "\e0ca";
}

.social_linkedin_square:before {
  content: "\e0cb";
}

.social_rss_square:before {
  content: "\e0cc";
}

.social_deviantart_square:before {
  content: "\e0cd";
}

.social_share_square:before {
  content: "\e0ce";
}

.social_myspace_square:before {
  content: "\e0cf";
}

.social_skype_square:before {
  content: "\e0d0";
}

.social_youtube_square:before {
  content: "\e0d1";
}

.social_picassa_square:before {
  content: "\e0d2";
}

.social_googledrive_square:before {
  content: "\e0d3";
}

.social_flickr_square:before {
  content: "\e0d4";
}

.social_blogger_square:before {
  content: "\e0d5";
}

.social_spotify_square:before {
  content: "\e0d6";
}

.social_delicious_square:before {
  content: "\e0d7";
}

.icon_printer:before {
  content: "\e103";
}

.icon_calulator:before {
  content: "\e0ee";
}

.icon_building:before {
  content: "\e0ef";
}

.icon_floppy:before {
  content: "\e0e8";
}

.icon_drive:before {
  content: "\e0ea";
}

.icon_search-2:before {
  content: "\e101";
}

.icon_id:before {
  content: "\e107";
}

.icon_id-2:before {
  content: "\e108";
}

.icon_puzzle:before {
  content: "\e102";
}

.icon_like:before {
  content: "\e106";
}

.icon_dislike:before {
  content: "\e0eb";
}

.icon_mug:before {
  content: "\e105";
}

.icon_currency:before {
  content: "\e0ed";
}

.icon_wallet:before {
  content: "\e100";
}

.icon_pens:before {
  content: "\e104";
}

.icon_easel:before {
  content: "\e0e9";
}

.icon_flowchart:before {
  content: "\e109";
}

.icon_datareport:before {
  content: "\e0ec";
}

.icon_briefcase:before {
  content: "\e0fe";
}

.icon_shield:before {
  content: "\e0f6";
}

.icon_percent:before {
  content: "\e0fb";
}

.icon_globe:before {
  content: "\e0e2";
}

.icon_globe-2:before {
  content: "\e0e3";
}

.icon_target:before {
  content: "\e0f5";
}

.icon_hourglass:before {
  content: "\e0e1";
}

.icon_balance:before {
  content: "\e0ff";
}

.icon_rook:before {
  content: "\e0f8";
}

.icon_printer-alt:before {
  content: "\e0fa";
}

.icon_calculator_alt:before {
  content: "\e0e7";
}

.icon_building_alt:before {
  content: "\e0fd";
}

.icon_floppy_alt:before {
  content: "\e0e4";
}

.icon_drive_alt:before {
  content: "\e0e5";
}

.icon_search_alt:before {
  content: "\e0f7";
}

.icon_id_alt:before {
  content: "\e0e0";
}

.icon_id-2_alt:before {
  content: "\e0fc";
}

.icon_puzzle_alt:before {
  content: "\e0f9";
}

.icon_like_alt:before {
  content: "\e0dd";
}

.icon_dislike_alt:before {
  content: "\e0f1";
}

.icon_mug_alt:before {
  content: "\e0dc";
}

.icon_currency_alt:before {
  content: "\e0f3";
}

.icon_wallet_alt:before {
  content: "\e0d8";
}

.icon_pens_alt:before {
  content: "\e0db";
}

.icon_easel_alt:before {
  content: "\e0f0";
}

.icon_flowchart_alt:before {
  content: "\e0df";
}

.icon_datareport_alt:before {
  content: "\e0f2";
}

.icon_briefcase_alt:before {
  content: "\e0f4";
}

.icon_shield_alt:before {
  content: "\e0d9";
}

.icon_percent_alt:before {
  content: "\e0da";
}

.icon_globe_alt:before {
  content: "\e0de";
}

.icon_clipboard:before {
  content: "\e0e6";
}

.glyph {
  float: left;
  text-align: center;
  padding: .75em;
  margin: .4em 1.5em .75em 0;
  width: 6em;
  text-shadow: none;
}

.glyph_big {
  font-size: 128px;
  color: #59c5dc;
  float: left;
  margin-right: 20px;
}

.glyph div {
  padding-bottom: 10px;
}

.glyph input {
  font-family: consolas, monospace;
  font-size: 12px;
  width: 100%;
  text-align: center;
  border: 0;
  box-shadow: 0 0 0 1px #ccc;
  padding: .2em;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.centered {
  margin-left: auto;
  margin-right: auto;
}

.glyph .fs1 {
  font-size: 2em;
}
