/* BASE GRID
 * ------------------------------------------------ */
.container {
  position: relative;
  width: 65%;
  margin: 0 auto;
  padding: 0; }
  .container .column,
  .container .columns {
    float: left;
    display: inline; }
    .container .column.alpha,
    .container .columns.alpha {
      margin-left: 0; }
    .container .column.omega,
    .container .columns.omega {
      margin-right: 0; }

.row {
  margin-bottom: 20px; }

/* Overrides */
.container .column,
.container .columns {
  margin-left: 0%;
  margin-right: 0%; }

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

.container .two.columns {
  width: 16.66667%; }

.container .three.columns {
  width: 25%; }

.container .four.columns {
  width: 33.33333%; }

.container .five.columns {
  width: 41.66667%; }

.container .six.columns {
  width: 50%; }

.container .seven.columns {
  width: 58.33333%; }

.container .eight.columns {
  width: 66.66667%; }

.container .nine.columns {
  width: 75%; }

.container .ten.columns {
  width: 83.33333%; }

.container .eleven.columns {
  width: 91.66667%; }

.container .twelve.columns {
  width: 100%; }

.container .columns.one-third, .container .column.one-third {
  width: 30.66667%; }

.container .columns.two-thirds, .container .column.two-third {
  width: 63.33333%; }

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

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

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

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

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

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

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

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

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

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

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

/* TABLET (PORTRAIT)
 * ------------------------------------------------ */
@media only screen and (min-width: 1000px) and (max-width: 1299px) {
  .container {
    width: 80%; }
    .container .column.alpha, .container .columns.alpha {
      margin-left: 0;
      margin-right: 10px; }
    .container .column.omega, .container .columns.omega {
      margin-right: 0;
      margin-left: 10px; }
  .alpha.omega {
    margin-left: 0;
    margin-right: 0; } }

/*  MOBILE (PORTRAIT)
 * ------------------------------------------------ */
@media only screen and (max-width: 999px) {
  .container {
    width: 80%; }
    .container .column,
    .container .columns {
      margin-left: 0;
      margin-right: 0; }
    .container .one.column {
      width: 100%; }
    .container .one.columns, .container .two.columns, .container .three.columns, .container .four.columns, .container .five.columns, .container .six.columns, .container .seven.columns, .container .eight.columns, .container .nine.columns, .container .ten.columns, .container .eleven.columns, .container .twelve.columns {
      width: 100%; }
    .container .columns.one-third, .container .column.one-third {
      width: 100%; }
    .container .columns.two-thirds, .container .column.two-third {
      width: 100%; }
    .container .offset-by-one, .container .offset-by-two, .container .offset-by-three, .container .offset-by-four, .container .offset-by-five, .container .offset-by-six, .container .offset-by-seven, .container .offset-by-eight, .container .offset-by-nine, .container .offset-by-ten, .container .offset-by-eleven {
      padding-left: 0; } }

/* MOBILE (LANDSCAPE)
 * ------------------------------------------------ */
@media only screen and (min-width: 480px) and (max-width: 999px) {
  .container {
    width: 80%; }
    .container .column,
    .container .columns {
      margin-left: 0;
      margin-right: 0; }
    .container .one.column {
      width: 100%; }
    .container .one.columns, .container .two.columns, .container .three.columns, .container .four.columns, .container .five.columns, .container .six.columns, .container .seven.columns, .container .eight.columns, .container .nine.columns, .container .ten.columns, .container .eleven.columns, .container .twelve.columns {
      width: 100%; }
    .container .columns.one-third, .container .column.one-third {
      width: 100%; }
    .container .columns.two-thirds, .container .column.two-third {
      width: 100%; }
    .container .offset-by-one, .container .offset-by-two, .container .offset-by-three, .container .offset-by-four, .container .offset-by-five, .container .offset-by-six, .container .offset-by-seven, .container .offset-by-eight, .container .offset-by-nine, .container .offset-by-ten, .container .offset-by-eleven {
      padding-left: 0; } }

/* CLEARING
 * ------------------------------------------------ */
.container:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.group, .clearfix, .row {
  zoom: 1; }
  .group:before, .group:after, .clearfix:before, .clearfix:after, .row:before, .row:after {
    content: "\0020";
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0; }
  .group:after, .clearfix:after, .row:after {
    clear: both; }

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

.inlineBlock {
  display: inline-block; }

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,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: "";
    content: none; }

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

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

/* BASIC STYLES
 * ------------------------------------------------ */
body, html {
  width: 100%;
  height: 100%;
  padding: 0px;
  margin: 0px; }

body {
  overflow-y: scroll;
  background: #fff;
  font-size: 16px;
  font-family: "regularFamily", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 24px;
  color: #232323;
  -webkit-font-smoothing: antialiased;
  /* Fix for webkit rendering */
  -webkit-text-size-adjust: 100%; }

/* TYPOGRAPHY
 * ------------------------------------------------ */
h1, h2, h3, h4, h5, h6 {
  color: #181818;
  font-family: "boldFamily", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal; }

h1 a, h2 a, h3 a,
h4 a, h5 a, h6 a {
  font-weight: inherit; }

h1 {
  font-size: 47px;
  line-height: 53px;
  margin-bottom: 13px; }

h2 {
  font-size: 41px;
  line-height: 47px;
  margin-bottom: 11px; }

h3 {
  font-size: 29px;
  line-height: 29px;
  margin-bottom: 5px; }

h4 {
  font-size: 23px;
  line-height: 26px;
  margin-bottom: 5px; }

h5 {
  font-size: 18px;
  line-height: 22px; }

h6 {
  font-size: 11px;
  line-height: 19px; }

.subheader {
  color: #777; }

p {
  margin: 0 0 20px 0; }
  p img {
    margin: 0; }
  p.lead {
    font-size: 28px;
    line-height: 36px;
    color: #777; }

em, i {
  font-style: italic; }

strong, b {
  /* font-weight: bold; */
  font-family: "boldFamily", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }

u {
  text-decoration: underline; }

small {
  font-size: 80%; }

/*  Blockquotes  */
blockquote, blockquote p {
  font-size: 23px;
  line-height: 32px;
  color: #777;
  font-style: italic; }

blockquote {
  margin: 0 0 20px;
  padding: 9px 20px 0 19px;
  border-left: 1px solid #ddd; }

blockquote cite {
  display: block;
  font-size: 16px;
  color: #555; }
  blockquote cite:before {
    content: "\2014 \0020"; }
  blockquote cite a, blockquote cite a:visited {
    color: #555; }

hr {
  border-style: solid;
  border-color: #323232;
  border-width: 1px 0 0;
  width: 100px;
  clear: both;
  margin: -10px auto 10px;
  height: 0; }

/* LINKS
 * ------------------------------------------------ */
a, a:visited {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #ca003e;
  text-decoration: none;
  outline: 0; }

a:hover, a:focus, a:active {
  color: #ff3170; }

p a, p a:visited {
  line-height: inherit; }

/* LISTS
 * ------------------------------------------------ */
ul,
ol {
  margin-bottom: 20px;
  margin-top: 30px; }

ul {
  list-style: none outside; }

ol {
  list-style: decimal; }

ol, ul.square,
ul.circle, ul.disc {
  margin-left: 30px; }

ul.square {
  list-style: square outside; }

ul.circle {
  list-style: circle outside; }

ul.disc {
  list-style: disc outside; }

ul ul, ul ol,
ol ol, ol ul {
  margin-top: 4px;
  margin-right: 0;
  margin-bottom: 5px;
  margin-left: 30px;
  font-size: 90%; }

ul ul li, ul ol li,
ol ol li, ol ul li {
  margin-bottom: 6px; }

li {
  line-height: 18px;
  margin-bottom: 8px; }

ul.large li {
  line-height: 21px; }

li p {
  line-height: 21px; }

/* IMAGES
 * ------------------------------------------------ */
img.scale-with-grid {
  max-width: 100%;
  height: auto; }

/* BUTTONS
 * ------------------------------------------------ */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  text-decoration: none;
  cursor: pointer;
  font-size: 14px; }
  .button.full-width,
  button.full-width,
  input[type="submit"].full-width,
  input[type="reset"].full-width,
  input[type="button"].full-width {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: center; }
  .button.smaller,
  button.smaller,
  input[type="submit"].smaller,
  input[type="reset"].smaller,
  input[type="button"].smaller {
    font-size: 14px;
    padding: 4px 5px; }
  .button.larger,
  button.larger,
  input[type="submit"].larger,
  input[type="reset"].larger,
  input[type="button"].larger {
    font-size: 18px;
    padding: 10px 18px; }
  .button:focus,
  button:focus,
  input[type="submit"]:focus,
  input[type="reset"]:focus,
  input[type="button"]:focus {
    outline: 0; }

/* Fix for odd Mozilla border & padding issues */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/* FORMS
 * ------------------------------------------------ */
form {
  margin-bottom: 20px; }

fieldset {
  margin-bottom: 20px; }

input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
input[type="url"],
input[type="tel"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="number"],
textarea,
select {
  background: #fff;
  border: 1px solid #ccc;
  padding: 6px 4px;
  outline: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  font-size: 17px;
  font-family: "regularFamily", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #777;
  margin: 0 0 20px;
  width: 210px;
  max-width: 100%;
  display: block; }
  input[type="text"]:hover, input[type="text"]:focus,
  input[type="password"]:hover,
  input[type="password"]:focus,
  input[type="email"]:hover,
  input[type="email"]:focus,
  input[type="search"]:hover,
  input[type="search"]:focus,
  input[type="url"]:hover,
  input[type="url"]:focus,
  input[type="tel"]:hover,
  input[type="tel"]:focus,
  input[type="date"]:hover,
  input[type="date"]:focus,
  input[type="datetime"]:hover,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:hover,
  input[type="datetime-local"]:focus,
  input[type="month"]:hover,
  input[type="month"]:focus,
  input[type="week"]:hover,
  input[type="week"]:focus,
  input[type="time"]:hover,
  input[type="time"]:focus,
  input[type="number"]:hover,
  input[type="number"]:focus,
  textarea:hover,
  textarea:focus,
  select:hover,
  select:focus {
    border: 1px solid #aaa;
    color: #444;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); }
  input[type="text"]:active,
  input[type="password"]:active,
  input[type="email"]:active,
  input[type="search"]:active,
  input[type="url"]:active,
  input[type="tel"]:active,
  input[type="date"]:active,
  input[type="datetime"]:active,
  input[type="datetime-local"]:active,
  input[type="month"]:active,
  input[type="week"]:active,
  input[type="time"]:active,
  input[type="number"]:active,
  textarea:active,
  select:active {
    border: 1px solid #919191;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); }
  input[type="text"].full-width,
  input[type="password"].full-width,
  input[type="email"].full-width,
  input[type="search"].full-width,
  input[type="url"].full-width,
  input[type="tel"].full-width,
  input[type="date"].full-width,
  input[type="datetime"].full-width,
  input[type="datetime-local"].full-width,
  input[type="month"].full-width,
  input[type="week"].full-width,
  input[type="time"].full-width,
  input[type="number"].full-width,
  textarea.full-width,
  select.full-width {
    width: 100%; }

select {
  padding: 0; }

textarea {
  min-height: 60px; }

label,
legend {
  display: block;
  font-size: 16px;
  font-weight: normal;
  font-family: "boldFamily", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }

select {
  width: 220px; }

input[type="checkbox"] {
  display: inline; }

label span,
legend span {
  font-size: 17px;
  font-weight: normal;
  color: #444; }

/* MISC
 * ------------------------------------------------ */
.subtract-bottom {
  margin-bottom: -20px !important; }

.remove-bottom {
  margin-bottom: 0 !important; }

.half-bottom {
  margin-bottom: 10px !important; }

.add-bottom {
  margin-bottom: 20px !important; }

center-horizontal-vertical {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.center-vertical {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.toRight {
  float: right; }

.toLeft {
  float: left; }

.toCenter {
  width: 100%;
  text-align: center; }

.toUpper {
  text-transform: uppercase; }

.toLower {
  text-transform: lowercase; }

.width-eightforty {
  margin: 0 auto;
  max-width: 840px; }

.thin {
  font-family: "regularFamily", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.thick {
  font-family: "boldFamily", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.greasy {
  font-family: "blackFamily", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }

button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  padding: 0.7em 1.2em; }

.button {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-property: color, background-color, border;
  -o-transition-property: color, background-color, border;
  transition-property: color, background-color, border;
  position: relative;
  display: inline-block;
  margin: 0.4em 0;
  padding: 0.6em 4em 0.6em 1.2em;
  font-family: "blackFamily", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.8em;
  text-transform: uppercase;
  color: #ca003e;
  background-color: transparent;
  border: 2px solid #ca003e;
  border-radius: 20px; }
  .button:visited {
    background-color: transparent;
    color: #ca003e; }
  .button:hover {
    background-color: #ca003e;
    border-color: #ca003e;
    color: #efefef; }
  .button .link-icon {
    position: absolute;
    top: 8px;
    right: 10px;
    line-height: 25px;
    margin-left: 1.2em;
    text-align: center;
    color: #fff;
    width: 24px;
    height: 24px;
    border-radius: 50%; }
  .button--brand1 {
    border: 2px solid #ca003e;
    color: #ca003e; }
    .button--brand1:visited {
      background-color: transparent;
      color: #ca003e; }
    .button--brand1:hover {
      background-color: #ca003e;
      border-color: #ca003e;
      color: #efefef; }
    .button--brand1.selected {
      background-color: #ca003e; }
    .button--brand1 .link-icon {
      color: #efefef;
      background-color: #ca003e; }
  .button--brand1-inverted {
    border: 2px solid #efefef;
    color: #efefef; }
    .button--brand1-inverted:visited {
      background-color: transparent;
      color: #efefef; }
    .button--brand1-inverted:hover {
      background-color: #efefef;
      border-color: #efefef;
      color: #ca003e; }
    .button--brand1-inverted.selected {
      background-color: #efefef; }
    .button--brand1-inverted .link-icon {
      color: #ca003e;
      background-color: #efefef; }
  .button--brand2 {
    border: 2px solid #cb194b;
    color: #cb194b; }
    .button--brand2:visited {
      background-color: transparent;
      color: #cb194b; }
    .button--brand2:hover {
      background-color: #cb194b;
      border-color: #cb194b;
      color: #efefef; }
    .button--brand2.selected {
      background-color: #cb194b; }
    .button--brand2 .link-icon {
      color: #efefef;
      background-color: #cb194b; }
  .button--brand2-inverted {
    border: 2px solid #efefef;
    color: #efefef; }
    .button--brand2-inverted:visited {
      background-color: transparent;
      color: #efefef; }
    .button--brand2-inverted:hover {
      background-color: #efefef;
      border-color: #efefef;
      color: #cb194b; }
    .button--brand2-inverted.selected {
      background-color: #efefef; }
    .button--brand2-inverted .link-icon {
      color: #cb194b;
      background-color: #efefef; }
  .button--brand3 {
    border: 2px solid #00bcbf;
    color: #00bcbf; }
    .button--brand3:visited {
      background-color: transparent;
      color: #00bcbf; }
    .button--brand3:hover {
      background-color: #00bcbf;
      border-color: #00bcbf;
      color: #efefef; }
    .button--brand3.selected {
      background-color: #00bcbf; }
    .button--brand3 .link-icon {
      color: #efefef;
      background-color: #00bcbf; }
  .button--brand3-inverted {
    border: 2px solid #efefef;
    color: #efefef; }
    .button--brand3-inverted:visited {
      background-color: transparent;
      color: #efefef; }
    .button--brand3-inverted:hover {
      background-color: #efefef;
      border-color: #efefef;
      color: #00bcbf; }
    .button--brand3-inverted.selected {
      background-color: #efefef; }
    .button--brand3-inverted .link-icon {
      color: #00bcbf;
      background-color: #efefef; }

.articles {
  padding: 3em 0; }
  .articles h1, .articles h2, .articles h3, .articles h4, .articles h5, .articles h6 {
    text-transform: uppercase;
    font-family: "blackFamily", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .articles .article-text {
    padding: 1em 0; }
  .articles img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    user-drag: none; }
  .articles ul {
    text-align: left;
    list-style: disc outside;
    margin-top: 15px;
    margin-left: 30px; }

.article-type-1 {
  text-align: center; }

.article-type-2 {
  padding: 3em 0.5em;
  text-align: left; }
  .article-type-2 p {
    margin-bottom: 10px; }
  .article-type-2 .article-type-2-container {
    border: solid 1px #181818;
    background-color: rgba(255, 255, 255, 0.65); }
    .article-type-2 .article-type-2-container .title-master {
      text-align: center;
      margin-top: -0.8em;
      margin-bottom: 0.8em; }
      .article-type-2 .article-type-2-container .title-master h1, .article-type-2 .article-type-2-container .title-master h2, .article-type-2 .article-type-2-container .title-master h3, .article-type-2 .article-type-2-container .title-master h4, .article-type-2 .article-type-2-container .title-master h5, .article-type-2 .article-type-2-container .title-master h6 {
        font-family: "boldFamily", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
        display: inline;
        background-color: #181818;
        color: #efefef;
        padding: 0.5em 1em;
        letter-spacing: 0.05em; }
    .article-type-2 .article-type-2-container .article-text {
      padding: 1em; }
      .article-type-2 .article-type-2-container .article-text .list {
        text-align: center; }
        .article-type-2 .article-type-2-container .article-text .list p {
          margin-bottom: 20px; }
    .article-type-2 .article-type-2-container .img-master {
      width: 100%;
      text-align: center;
      overflow: hidden; }
      .article-type-2 .article-type-2-container .img-master img {
        width: 100%; }

.article-type-3-master {
  position: relative; }
  .article-type-3-master .img-master {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    text-align: center;
    overflow: hidden; }
    .article-type-3-master .img-master img {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%; }
  .article-type-3-master .container {
    z-index: 2; }
  .article-type-3-master .arrow-left, .article-type-3-master .arrow-right {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    top: 50%;
    margin-top: -35px;
    width: 38px;
    height: 70px;
    font-size: 70px;
    color: #efefef;
    text-shadow: 0 0px 15px rgba(24, 24, 24, 0.5);
    cursor: pointer;
    z-index: 2; }
  .article-type-3-master .arrow-left:hover, .article-type-3-master .arrow-right:hover {
    color: #ca003e; }
  .article-type-3-master .arrow-left {
    left: 50px; }
  .article-type-3-master .arrow-right {
    right: 50px; }
  .article-type-3-master .article-type-3 {
    position: relative;
    overflow: hidden; }
    .article-type-3-master .article-type-3 .content {
      position: relative;
      background-color: rgba(255, 255, 255, 0.85);
      overflow: hidden;
      border-radius: 10px; }
      .article-type-3-master .article-type-3 .content .article-hideshow {
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        cursor: pointer;
        position: absolute;
        top: 12px;
        right: 12px;
        width: 30px;
        height: 30px;
        line-height: 28px;
        border-radius: 50%;
        border: 2px solid #181818;
        font-size: 1.25em;
        text-align: center;
        z-index: 101; }
      .article-type-3-master .article-type-3 .content .article-hideshow:hover {
        color: #efefef;
        background-color: #ca003e;
        border-color: #ca003e; }
      .article-type-3-master .article-type-3 .content h1, .article-type-3-master .article-type-3 .content h2, .article-type-3-master .article-type-3 .content h3, .article-type-3-master .article-type-3 .content h4, .article-type-3-master .article-type-3 .content h5, .article-type-3-master .article-type-3 .content h6 {
        padding: 0.65em 0.75em 0.5em 0.75em; }
      .article-type-3-master .article-type-3 .content .article-text {
        padding: 0.5em 1em 1em 1em; }
        .article-type-3-master .article-type-3 .content .article-text .popup-video-btn {
          -webkit-transition: all 0.1s ease;
          -o-transition: all 0.1s ease;
          transition: all 0.1s ease;
          position: relative;
          font-size: 75px;
          line-height: 47px;
          width: 100px;
          height: 100px;
		  padding-top: 11px;
          border: 2px solid #181818;
          color: #181818;
          border-radius: 50%;
          text-align: center;
          margin: 0 auto;
          cursor: pointer;
          z-index: 101; }
        .article-type-3-master .article-type-3 .content .article-text .popup-video-btn:hover {
          line-height: 40px;
          border: 5px solid #ca003e;
          color: #ca003e; }
    .article-type-3-master .article-type-3 .content:after {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 100;
      background-image: url(images/OpenSkies_LogoBG_dark.png);
      background-repeat: no-repeat;
      background-position: bottom left;
      background-size: contain;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
      filter: alpha(opacity=10);
      -moz-opacity: 0.1;
      -khtml-opacity: 0.1;
      opacity: 0.1; }

.employees {
  position: relative;
  padding-bottom: 3em 0; }
  .employees h1, .employees h2, .employees h3, .employees h4, .employees h5, .employees h6 {
    line-height: 1em;
    margin-bottom: 0.25em; }
  .employees .employee-master {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .employees .employee-master .img-master {
      position: relative;
      top: 31%;
      padding: 0 25%; }
      .employees .employee-master .img-master .img-circle {
        margin: 0 auto;
        text-align: center;
        border-radius: 50%;
        overflow: hidden; }
        .employees .employee-master .img-master .img-circle img {
          width: 100%;
          display: inherit; }
    .employees .employee-master .text-master {
      position: relative;
      top: 32%;
      text-align: center;
      padding: 0 2.25em; }
      .employees .employee-master .text-master h5 {
        font-size: 0.8em; }
      .employees .employee-master .text-master p {
        margin-bottom: 5px;
        line-height: 1em;
        font-size: 0.75em; }
    .employees .employee-master a {
      position: absolute;
      bottom: 15.5%;
      left: 0;
      width: 100%;
      text-align: center;
      font-size: 0.6em; }
    .employees .employee-master .employee-more {
      position: absolute;
      bottom: 10%;
      left: 0;
      width: 100%; }
      .employees .employee-master .employee-more div {
        -webkit-transition: all 0.1s ease;
        -o-transition: all 0.1s ease;
        transition: all 0.1s ease;
        cursor: pointer;
        width: 25px;
        height: 25px;
        line-height: 23px;
        font-family: "boldFamily", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
        text-align: center;
        border-radius: 50%;
        border: 2px solid #181818;
        color: #181818;
        margin: 0 auto; }
      .employees .employee-master .employee-more div:hover {
        line-height: 18px;
        color: #ca003e;
        border: 4px solid #ca003e; }
  .employees .card img {
    width: 100%; }

.employee-identification {
  float: left;
  width: 180px;
  text-align: center;
  margin-bottom: 2em; }
  .employee-identification .img-circle {
    margin: 0 auto;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 0.5em;
    overflow: hidden; }
    .employee-identification .img-circle img {
      width: 100%;
      display: inherit; }

.employee-description {
  margin-left: 180px;
  padding: 0 0.8em; }

.highlight {
  background-color: #ff744f; }

.brand1 {
  color: #ca003e; }

.brand2 {
  color: #cb194b; }

.brand3 {
  color: #00bcbf; }

.light {
  color: #efefef; }

.dark {
  color: #181818; }

.white {
  color: white; }

.black {
  color: black; }

.BGbrand1 {
  background-color: #ca003e; }
  .BGbrand1.active:hover {
    background-color: #fd004e; }

.BGbrand2 {
  background-color: #cb194b; }
  .BGbrand2.active:hover {
    background-color: #e63164; }

.BGbrand3 {
  background-color: #00bcbf; }
  .BGbrand3.active:hover {
    background-color: #00eef2; }

.BGgray {
  background-color: rgba(170, 170, 170, 0.3); }
  .BGgray.active:hover {
    background-color: white; }

.radiocheck-container {
  margin-bottom: 15px; }

.radiocheck > input {
  float: left; }

.radiocheck:not(#foo) > input {
  padding: 0;
  margin: 0;
  height: 20px;
  width: 20px;
  float: left;
  position: absolute;
  left: 0;
  opacity: 0; }

.radiocheck:not(#foo) > label {
  line-height: 16px;
  padding: 2px 0 2px 25px; }

.radiocheck:not(#foo) > input[type=radio] + label {
  margin: 0.5em 0; }

.radiocheck:not(#foo) > input:hover + label,
.radiocheck:not(#foo) > input + label:hover,
.radiocheck:not(#foo) > input[type=checkbox]:checked + label {
  color: #008596; }

.radiocheck:not(#foo) > input + label {
  background: url(images/AIP_boxes_radios.png) 0 -1px no-repeat;
  height: 20px; }

.radiocheck:not(#foo) > input[type=radio] + label {
  background-position: 0 -201px; }

/* Checked styles */
.radiocheck:not(#foo) > input[type=radio]:checked + label {
  background-position: 0 -301px; }

.radiocheck:not(#foo) > input[type=checkbox]:checked + label {
  background-position: 0 -101px; }

.radiocheck:not(#foo) > input[type=checkbox]:hover:checked + label,
.radiocheck:not(#foo) > input[type=checkbox]:focus:checked + label,
.radiocheck:not(#foo) > input[type=checkbox]:checked + label:hover,
.radiocheck:not(#foo) > input[type=checkbox]:focus:checked + label {
  background-position: 0 -126px; }

.radiocheck:not(#foo) > input[type=radio]:hover:checked + label,
.radiocheck:not(#foo) > input[type=radio]:focus:checked + label,
.radiocheck:not(#foo) > input[type=radio]:checked + label:hover,
.radiocheck:not(#foo) > input[type=radio]:focus:checked + label {
  background-position: 0 -326px; }

/* Hover & Focus styles */
.radiocheck:not(#foo) > input[type=checkbox]:hover + label,
.radiocheck:not(#foo) > input[type=checkbox]:focus + label,
.radiocheck:not(#foo) > input[type=checkbox] + label:hover {
  background-position: 0 -26px; }

.radiocheck:not(#foo) > input[type=radio]:hover + label,
.radiocheck:not(#foo) > input[type=radio]:focus + label,
.radiocheck:not(#foo) > input[type=radio] + label:hover {
  background-position: 0 -226px; }

/* Active styles */
.radiocheck:not(#foo) > input[type=checkbox]:active + label,
.radiocheck:not(#foo) > input[type=checkbox] + label:hover:active {
  background-position: 0 -51px; }

.radiocheck:not(#foo) > input[type=radio]:active + label,
.radiocheck:not(#foo) > input[type=radio] + label:hover:active {
  background-position: 0 -251px; }

.radiocheck:not(#foo) > input[type=checkbox]:active:checked + label,
.radiocheck:not(#foo) > input[type=checkbox]:checked + label:hover:active {
  background-position: 0 -151px; }

.radiocheck:not(#foo) > input[type=radio]:active:checked + label,
.radiocheck:not(#foo) > input[type=radio]:checked + label:hover:active {
  background-position: 0 -351px; }

/* Disabled styles */
.radiocheck:not(#foo) > input[type=checkbox]:disabled + label,
.radiocheck:not(#foo) > input[type=checkbox]:hover:disabled + label,
.radiocheck:not(#foo) > input[type=checkbox]:focus:disabled + label,
.radiocheck:not(#foo) > input[type=checkbox]:disabled + label:hover,
.radiocheck:not(#foo) > input[type=checkbox]:disabled + label:hover:active {
  background-position: 0 -76px; }

.radiocheck:not(#foo) > input[type=radio]:disabled + label,
.radiocheck:not(#foo) > input[type=radio]:hover:disabled + label,
.radiocheck:not(#foo) > input[type=radio]:focus:disabled + label,
.radiocheck:not(#foo) > input[type=radio]:disabled + label:hover,
.radiocheck:not(#foo) > input[type=radio]:disabled + label:hover:active {
  background-position: 0 -276px; }

.radiocheck:not(#foo) > input[type=checkbox]:disabled:checked + label,
.radiocheck:not(#foo) > input[type=checkbox]:hover:disabled:checked + label,
.radiocheck:not(#foo) > input[type=checkbox]:focus:disabled:checked + label,
.radiocheck:not(#foo) > input[type=checkbox]:disabled:checked + label:hover,
.radiocheck:not(#foo) > input[type=checkbox]:disabled:checked + label:hover:active {
  background-position: 0 -176px; }

.radiocheck:not(#foo) > input[type=radio]:disabled:checked + label,
.radiocheck:not(#foo) > input[type=radio]:hover:disabled:checked + label,
.radiocheck:not(#foo) > input[type=radio]:focus:disabled:checked + label,
.radiocheck:not(#foo) > input[type=radio]:disabled:checked + label:hover,
.radiocheck:not(#foo) > input[type=radio]:disabled:checked + label:hover:active {
  background-position: 0 -376px; }

input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
input[type="url"],
input[type="tel"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="number"],
textarea,
select {
  width: 100%;
  margin-bottom: 10px; }
  input[type="text"].error,
  input[type="password"].error,
  input[type="email"].error,
  input[type="search"].error,
  input[type="url"].error,
  input[type="tel"].error,
  input[type="date"].error,
  input[type="datetime"].error,
  input[type="datetime-local"].error,
  input[type="month"].error,
  input[type="week"].error,
  input[type="time"].error,
  input[type="number"].error,
  textarea.error,
  select.error {
    background-color: #ffcccc;
    border: 1px solid red; }

.footer {
  width: 100%;
  background-color: #333d47;
  color: #efefef;
  padding: 1.5em 0 2em 0;
  text-align: left; }
  .footer .footer-item {
    padding: 1em; }
  .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6 {
    color: #efefef; }
  .footer a {
    font-size: 0.8em; }
  .footer p {
    margin: 0;
    font-size: 0.7em;
    line-height: 1.5em; }
  .footer img {
    padding: 0 2em;
    margin-bottom: 1em;
    width: 100%;
    max-width: 200px; }
  .footer .copyright {
    color: #969696;
    text-align: right;
    font-size: 0.8em;
    padding: 0 2em;
    margin-top: 2em; }

.header {
  position: relative;
  overflow: hidden;
  background-color: #fff; }
  .header nav {
    background-color: #fff;
    position: relative;
    font-size: 1.25em; }
  .header .header-menu ul {
    float: right;
    margin-right: 25px; }
  .header .header-menu .menu-dot {
    font-size: 1em;
    font-family: "blackFamily", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .header .header-menu .menu-link {
    -webkit-transition: 0.1s ease all;
    -o-transition: 0.1s ease all;
    transition: 0.1s ease all;
    cursor: pointer;
    font-size: 0.7em;
    font-family: "boldFamily", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .header .header-menu .menu-link:hover {
    color: #ca003e; }
  .header .lang-menu ul {
    float: right;
    margin-right: 20px; }
  .header .lang-menu li:first-child {
    margin-right: 1em; }
  .header .lang-menu li:first-child:after {
    content: '';
    border-right: 1px solid #cecece;
    position: absolute;
    top: -8px;
    left: 50px;
    height: 40px;
    width: 1px; }
  .header .lang-menu li:first-child:before {
    content: '';
    border-left: 1px solid #cecece;
    position: absolute;
    top: -8px;
    left: -10px;
    height: 40px;
    width: 1px; }
  .header ul {
    position: relative;
    margin-bottom: 15px;
    margin-top: 20px; }
  .header li {
    display: inline-block; }
  .header a {
    color: #181818;
    padding: 0 0.4em; }
  .header a:hover {
    color: #ca003e; }
  .header .logo {
    vertical-align: middle;
    display: block;
    margin: 0 auto;
    text-align: center;
    padding: 10px; }
    .header .logo img {
      max-width: 100%;
      max-height: 150px;
      -moz-user-select: none;
      -webkit-user-select: none;
      -ms-user-select: none;
      user-select: none;
      -webkit-user-drag: none;
      user-drag: none; }
  .header .title {
    text-transform: uppercase; }
    .header .title--dashboard {
      float: left;
      padding-top: 45px;
      cursor: default; }
  .header .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    margin: 0 auto;
    z-index: 0; }
    .header .bg img {
      height: 100%;
      -moz-user-select: none;
      -webkit-user-select: none;
      -ms-user-select: none;
      user-select: none;
      -webkit-user-drag: none;
      user-drag: none; }

.menu-toLeft {
  padding-left: 90px !important;
  text-align: left !important; }

.menu-list-mobile-master {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #181818;
  text-align: center;
  margin: 0;
  z-index: 500;
  display: none; }
  .menu-list-mobile-master .menu-list-mobile-top {
    width: 100%;
    height: 68px;
    border-bottom: 8px solid #efefef;
    margin-bottom: 1em; }
    .menu-list-mobile-master .menu-list-mobile-top .menu-close {
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      position: absolute;
      top: 12px;
      right: 10px;
      color: #efefef;
      width: 40px;
      height: 40px;
      line-height: 38px;
      font-size: 25px;
      cursor: pointer; }
    .menu-list-mobile-master .menu-list-mobile-top .menu-close:hover {
      color: #ca003e; }
    .menu-list-mobile-master .menu-list-mobile-top .menu-lang {
      position: absolute;
      top: 20px;
      right: 55px;
      font-size: 1em; }
      .menu-list-mobile-master .menu-list-mobile-top .menu-lang a {
        color: #efefef;
        border-top: none;
        padding: 0.25em 0.4em;
        background-color: #3e3e3e; }
      .menu-list-mobile-master .menu-list-mobile-top .menu-lang a:hover {
        background-color: #ca003e; }
    .menu-list-mobile-master .menu-list-mobile-top .menu-logo-icon {
      position: absolute;
      top: 10px;
      left: 20px;
      width: 40px;
      height: 40px; }
      .menu-list-mobile-master .menu-list-mobile-top .menu-logo-icon img {
        -webkit-transition: opacity 0.3s ease;
        -o-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
        opacity: 1;
        width: 100%; }
      .menu-list-mobile-master .menu-list-mobile-top .menu-logo-icon img:hover {
        opacity: 0.8; }
  .menu-list-mobile-master .menu-list-mobile-container ul {
    text-align: center !important;
    padding-left: 0 !important;
    margin: 0; }
    .menu-list-mobile-master .menu-list-mobile-container ul a {
      color: #efefef; }
    .menu-list-mobile-master .menu-list-mobile-container ul a:hover {
      color: #ca003e; }
    .menu-list-mobile-master .menu-list-mobile-container ul li {
      position: relative;
      line-height: 20px;
      margin-bottom: 8px;
      padding-bottom: 10px; }
    .menu-list-mobile-master .menu-list-mobile-container ul li:after {
      text-align: center;
      content: '';
      background: #efefef;
      position: absolute;
      bottom: 0;
      left: 50%;
      margin-left: -40px;
      width: 80px;
      height: 1px; }
  .menu-list-mobile-master .menu-list-mobile-contact {
    padding: 1em 0; }
    .menu-list-mobile-master .menu-list-mobile-contact .menu-mail-icon {
      position: relative;
      display: inline-block;
      top: 7px;
      font-size: 30px; }
      .menu-list-mobile-master .menu-list-mobile-contact .menu-mail-icon a {
        color: #efefef; }
      .menu-list-mobile-master .menu-list-mobile-contact .menu-mail-icon a:hover {
        color: #ca003e; }
    .menu-list-mobile-master .menu-list-mobile-contact .menu-phone {
      position: relative;
      top: 2px;
      padding: 0 0.5em;
      display: inline-block;
      font-size: 1.2em;
      font-family: "blackFamily", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
      color: #efefef; }

.menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: #181818; }
  .menu .menu-list, .menu .menu-hamburger {
    height: 50px; }
  .menu .menu-hamburger {
    font-size: 50px;
    line-height: 40px;
    display: none;
    color: #efefef;
    cursor: pointer;
    text-align: right;
    padding-right: 1.2em; }
  .menu .menu-hamburger:hover {
    color: #ca003e; }
  .menu .menu-logo-icon {
    position: absolute;
    top: 4px;
    left: 20px;
    width: 40px;
    height: 40px; }
    .menu .menu-logo-icon img {
      -webkit-transition: opacity 0.3s ease;
      -o-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease;
      opacity: 1;
      width: 100%; }
    .menu .menu-logo-icon img:hover {
      opacity: 0.8; }
  .menu .menu-contact {
    position: absolute;
    top: 4px;
    right: 20px;
	z-index: 1;}
    .menu .menu-contact .menu-mail-icon, .menu .menu-contact .menu-phone, .menu .menu-contact .menu-lang {
      margin-left: 0.5em; }
    .menu .menu-contact .menu-mail-icon {
      position: relative;
      display: inline-block;
      top: 7px;
      font-size: 30px; }
      .menu .menu-contact .menu-mail-icon a {
        color: #efefef; }
      .menu .menu-contact .menu-mail-icon a:hover {
        color: #ca003e; }
    .menu .menu-contact .menu-phone {
      position: relative;
      top: 2px;
      display: inline-block;
      font-size: 1em;
      font-family: "blackFamily", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
      color: #efefef; }
    .menu .menu-contact .menu-lang {
      position: relative;
      display: inline-block;
      font-size: 0.8em;
      top: 1px;
      line-height: 40px; }
      .menu .menu-contact .menu-lang a {
        color: #efefef;
        border-top: none;
        padding: 0.25em 0.4em;
        background-color: #3e3e3e; }
      .menu .menu-contact .menu-lang a:hover {
        background-color: #ca003e; }
  .menu ul {
    max-width: 100%;
    text-align: center;
    color: white;
    list-style: none;
    padding: 0;
    margin: 0; }
    .menu ul li {
      display: inline-block;
      font-size: 0.8em;
      margin: 0 0.1em; }
      .menu ul li:last-child {
        padding-right: 0; }
      .menu ul li a {
        text-decoration: none;
        text-transform: uppercase;
        color: white;
        padding: 1em 1em 1.3em;
        display: block;
        border-top: 4px solid #181818;
        font-family: "regularFamily", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }
        .menu ul li a:visited {
          color: white; }
        .menu ul li a:hover, .menu ul li a:active {
          -webkit-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
          color: white;
          border-top: 4px solid #ca003e; }
        .menu ul li a.active {
          color: white;
          border-top: 4px solid #ca003e; }

/* HIDE MOBILE PLAY BTN */
.ose1, .ose2 {
  color: #ca003e;
  letter-spacing: 0.035em;
  text-transform: lowercase; }

.ose1 {
  font-family: "brandFamily1", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.ose2 {
  font-family: "brandFamily2", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.testing {
  position: absolute;
  top: 0;
  left: 0;
  background-color: blue;
  color: white;
  z-index: 1000; }

video::-webkit-media-controls-start-playback-button {
  display: none !important; }

@-webkit-keyframes triangleMove {
  0% {
    bottom: 60px; }
  60% {
    bottom: 75px; }
  100% {
    bottom: 75px; } }

@keyframes triangleMove {
  0% {
    bottom: 60px; }
  60% {
    bottom: 75px; }
  100% {
    bottom: 75px; } }

body {
  background-color: #fff;
  text-align: justify; }

body:after {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url(images/OpenSkies_LogoBG.jpg);
  background-repeat: no-repeat;
  background-position: -250px 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=55)";
  filter: alpha(opacity=55);
  -moz-opacity: 0.55;
  -khtml-opacity: 0.55;
  opacity: 0.55; }

.invisible {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0; }

.limitedWidth {
  max-width: 1400px;
  margin: 0 auto; }

.title {
  font-family: "blackFamily", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-align: left;
  font-size: 1.5em;
  font-size: 2vw; }
  @media (max-width: 50em) {
    .title {
      font-size: 1em; } }
  @media (min-width: 90em) {
    .title {
      font-size: 1.8em; } }
  .title.small {
    margin-bottom: -0.3em;
    font-size: 1em;
    font-size: 1.25vw; }
    @media (max-width: 80em) {
      .title.small {
        font-size: 1em; } }
    @media (min-width: 100em) {
      .title.small {
        font-size: 1.25em; } }

.text {
  font-size: 1em;
  font-size: 1.2vw; }
  @media (max-width: 83.33333em) {
    .text {
      font-size: 1em; } }
  @media (min-width: 100em) {
    .text {
      font-size: 1.2em; } }
  .text p {
    padding: 1em; }

.section {
  margin-top: 1em; }

.top-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  z-index: 1; }
  .top-container .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    padding: 1em;
    padding: 2vw;
    margin-top: -40px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 5; }
    .top-container .logo img {
      margin-top: -50px;
      padding-bottom: 50px;
      width: 40%;
      -moz-user-select: none;
      -webkit-user-select: none;
      -ms-user-select: none;
      user-select: none;
      -webkit-user-drag: none;
      user-drag: none; }
      .top-container .logo img.small {
        width: 20%; }
    .top-container .logo .slogan {
      color: #efefef;
      font-size: 2em;
      font-size: 3.6vw;
      line-height: 2.2em;
      line-height: 4.6vw;
      padding: 0 2em;
      padding: 0 7vw;
      letter-spacing: 0.05em;
      font-family: "blackFamily", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
      text-transform: uppercase; }
  .top-container .top-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
    filter: alpha(opacity=65);
    -moz-opacity: 0.65;
    -khtml-opacity: 0.65;
    opacity: 0.65;
    z-index: 2; }
  .top-container .top-video-master {
    position: relative;
    z-index: 0; }
    .top-container .top-video-master #top-video, .top-container .top-video-master #top-poster {
      position: relative;
      height: 100%;
      z-index: 0; }
    .top-container .top-video-master #top-poster {
      text-align: center;
      display: none; }
      .top-container .top-video-master #top-poster img {
        margin: 0 auto;
        height: 100%; }
  .top-container .top-image-master {
    position: relative;
    z-index: 0; }
    .top-container .top-image-master img {
      height: 100%;
      z-index: 1; }

.top-container .triangle {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-name: triangleMove;
  animation-name: triangleMove;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  color: #fff;
  position: absolute;
  bottom: 60px;
  left: 50%;
  margin-left: -20px;
  background-color: #181818;
  text-align: center;
  border-radius: 50%;
  line-height: 45px;
  width: 40px;
  height: 40px;
  font-size: 25px;
  z-index: 20; }

.top-container .triangle:hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
  color: #ca003e; }

.top-container .popup-video-btn {
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  position: absolute;
  bottom: 80px;
  right: 50px;
  font-size: 25px;
  line-height: 47px;
  width: 50px;
  height: 50px;
  border: 2px solid #efefef;
  color: #efefef;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  z-index: 10; }

.top-container .popup-video-btn:hover {
  line-height: 40px;
  border: 5px solid #ca003e;
  color: #ca003e; }

.popup-video-iframe {
  width: 100%;
  height: 100%; }

.contact-master {
  position: relative; }
  .contact-master .contact-container {
    position: relative;
    z-index: 2;
    width: 50%;
    padding: 3.5em 0 3.5em 3.5em; }
    .contact-master .contact-container .contact-content {
      position: relative;
      background-color: rgba(254, 254, 254, 0.85);
      padding: 1em; }
  .contact-master .googlemap {
    width: 100%;
    height: 500px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }

.full-page, .full-page-min {
  position: relative;
  width: 100%; }

.vertically-centered {
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
  top: 45%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%); }

.all-centered {
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.error-field {
  background-color: #ffd4d4 !important;
  border: 1px solid #ff3e3e !important; }

/*
@font-face {
  font-family: 'lightFamily';
  src: url('./fonts/NoticiaText-BoldItalic.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
*/
@font-face {
  font-family: 'brandFamily1';
  src: url("./fonts/chalet.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'brandFamily2';
  src: url("./fonts/chalet2.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'regularFamily';
  src: url("./fonts/OpenSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'boldFamily';
  src: url("./fonts/OpenSans-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'blackFamily';
  src: url("./fonts/Lato-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

body {
  font-family: "regularFamily", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal; }

/* MEDIA QUERIES
 * ------------------------------------------------ */
/* Otherwise known as custom responsive code! Write it here! */
@media only screen and (min-width: 1300px) and (max-width: 1280px) {
  /* add code here */ }

/* Smaller than standard 1300 (devices and browsers) */
@media only screen and (max-width: 1299px) {
  /* add code here */ }

/* Tablet Portrait size to standard 1300 (devices and browsers) */
@media only screen and (min-width: 1000px) and (max-width: 1299px) {
  /* add code here */ }

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 999px) {
  .top-container .logo img {
    width: 90%;
    padding-bottom: 25px; }
    .top-container .logo img.small {
      width: 50%; }
  .top-container .logo .slogan {
    font-size: 1.8em;
    line-height: 1.2em;
    padding: 0 0.5em; }
  .article-type-3-master .arrow-left, .article-type-3-master .arrow-right {
    margin-top: -20px;
    font-size: 45px; }
  .article-type-3-master .arrow-left {
    left: 15px; }
  .article-type-3-master .arrow-right {
    right: 15px; }
  .article-type-3-master .article-type-3 .content {
    background-color: transparent; }
  .article-type-3-master .article-type-3 .content:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0; }
  .contact-master .contact-container {
    width: 100%;
    padding: 2em; }
  .employee-identification {
    float: none;
    width: 100%;
    padding: 0 1em; }
  .employee-description {
    margin-left: 0; }
  .center-vertical {
    position: relative;
    top: auto;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%); }
  .footer-container {
    text-align: center; }
  footer.footer, .copyright {
    text-align: center; }
  ul.menu.columns li {
    display: block;
    margin: 0; } }

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 999px) {
  .top-container .logo img {
    width: 70%; }
  .employee-identification {
    padding: 0 20%; }
  .footer .copyright {
    text-align: center; }
  .button {
    width: 100%;
    text-align: center; } }

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
  .footer .copyright {
    text-align: center; }
  .button {
    width: 100%;
    text-align: center; } }

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  h1, h2, h3, h4, h5, h6 {
    font-size: 14px !important; }
  body {
    font-size: 12px !important; }
  ul {
    margin: 0;
    padding: 0; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }
