@import url(../fonts/Futura%20PT%20Bold/FuturaPT-Bold-min.css);
@import url(../fonts/Futura%20PT%20Book/FuturaPT-Book-min.css);
@import url(../fonts/Futura%20PT%20Demi/FuturaPT-Demi-min.css);
fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0; }

legend {
  font-weight: 600;
  margin-bottom: 0.375em;
  padding: 0; }

label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.375em; }

input,
select,
textarea {
  display: block;
  font-family: "FuturaPT", sans-serif;
  font-size: 16px; }

[type='color'], [type='date'], [type='datetime'], [type='datetime-local'], [type='email'], [type='month'], [type='number'], [type='password'], [type='search'], [type='tel'], [type='text'], [type='time'], [type='url'], [type='week'], input:not([type]), textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-bottom: 0.75em;
  padding: 0.5em;
  -webkit-transition: border-color 150ms ease;
  transition: border-color 150ms ease;
  width: 100%; }
  [type='color']:hover, [type='date']:hover, [type='datetime']:hover, [type='datetime-local']:hover, [type='email']:hover, [type='month']:hover, [type='number']:hover, [type='password']:hover, [type='search']:hover, [type='tel']:hover, [type='text']:hover, [type='time']:hover, [type='url']:hover, [type='week']:hover, input:not([type]):hover, textarea:hover {
    border-color: #b1b1b1; }
  [type='color']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='email']:focus, [type='month']:focus, [type='number']:focus, [type='password']:focus, [type='search']:focus, [type='tel']:focus, [type='text']:focus, [type='time']:focus, [type='url']:focus, [type='week']:focus, input:not([type]):focus, textarea:focus {
    border-color: #1565c0;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(21, 101, 192, 0.7);
    outline: none; }
  [type='color']:disabled, [type='date']:disabled, [type='datetime']:disabled, [type='datetime-local']:disabled, [type='email']:disabled, [type='month']:disabled, [type='number']:disabled, [type='password']:disabled, [type='search']:disabled, [type='tel']:disabled, [type='text']:disabled, [type='time']:disabled, [type='url']:disabled, [type='week']:disabled, input:not([type]):disabled, textarea:disabled {
    background-color: #f2f2f2;
    cursor: not-allowed; }
    [type='color']:disabled:hover, [type='date']:disabled:hover, [type='datetime']:disabled:hover, [type='datetime-local']:disabled:hover, [type='email']:disabled:hover, [type='month']:disabled:hover, [type='number']:disabled:hover, [type='password']:disabled:hover, [type='search']:disabled:hover, [type='tel']:disabled:hover, [type='text']:disabled:hover, [type='time']:disabled:hover, [type='url']:disabled:hover, [type='week']:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover {
      border: 1px solid #ddd; }
  [type='color']::-webkit-input-placeholder, [type='date']::-webkit-input-placeholder, [type='datetime']::-webkit-input-placeholder, [type='datetime-local']::-webkit-input-placeholder, [type='email']::-webkit-input-placeholder, [type='month']::-webkit-input-placeholder, [type='number']::-webkit-input-placeholder, [type='password']::-webkit-input-placeholder, [type='search']::-webkit-input-placeholder, [type='tel']::-webkit-input-placeholder, [type='text']::-webkit-input-placeholder, [type='time']::-webkit-input-placeholder, [type='url']::-webkit-input-placeholder, [type='week']::-webkit-input-placeholder, input:not([type])::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #858585; }
  [type='color']:-ms-input-placeholder, [type='date']:-ms-input-placeholder, [type='datetime']:-ms-input-placeholder, [type='datetime-local']:-ms-input-placeholder, [type='email']:-ms-input-placeholder, [type='month']:-ms-input-placeholder, [type='number']:-ms-input-placeholder, [type='password']:-ms-input-placeholder, [type='search']:-ms-input-placeholder, [type='tel']:-ms-input-placeholder, [type='text']:-ms-input-placeholder, [type='time']:-ms-input-placeholder, [type='url']:-ms-input-placeholder, [type='week']:-ms-input-placeholder, input:not([type]):-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #858585; }
  [type='color']::-ms-input-placeholder, [type='date']::-ms-input-placeholder, [type='datetime']::-ms-input-placeholder, [type='datetime-local']::-ms-input-placeholder, [type='email']::-ms-input-placeholder, [type='month']::-ms-input-placeholder, [type='number']::-ms-input-placeholder, [type='password']::-ms-input-placeholder, [type='search']::-ms-input-placeholder, [type='tel']::-ms-input-placeholder, [type='text']::-ms-input-placeholder, [type='time']::-ms-input-placeholder, [type='url']::-ms-input-placeholder, [type='week']::-ms-input-placeholder, input:not([type])::-ms-input-placeholder, textarea::-ms-input-placeholder {
    color: #858585; }
  [type='color']::placeholder, [type='date']::placeholder, [type='datetime']::placeholder, [type='datetime-local']::placeholder, [type='email']::placeholder, [type='month']::placeholder, [type='number']::placeholder, [type='password']::placeholder, [type='search']::placeholder, [type='tel']::placeholder, [type='text']::placeholder, [type='time']::placeholder, [type='url']::placeholder, [type='week']::placeholder, input:not([type])::placeholder, textarea::placeholder {
    color: #858585; }

textarea {
  resize: vertical; }

[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

[type="file"] {
  margin-bottom: 0.75em;
  width: 100%; }

select {
  margin-bottom: 0.75em;
  width: 100%; }

[type="checkbox"]:focus,
[type="radio"]:focus,
[type="file"]:focus,
select:focus {
  outline: 3px solid rgba(21, 101, 192, 0.6);
  outline-offset: 2px; }

html {
  background-color: #fff;
  box-sizing: border-box; }

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

html,
body {
  height: 100%; }

body {
  margin: 0; }

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }

dl {
  margin: 0; }

dt {
  font-weight: 600;
  margin: 0; }

dd {
  margin: 0; }

figure {
  margin: 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

table {
  border-collapse: collapse;
  margin: 1.5em 0;
  table-layout: fixed;
  text-align: left;
  width: 100%; }

thead {
  line-height: 1.2;
  vertical-align: bottom; }

tbody {
  vertical-align: top; }

tr {
  border-bottom: 1px solid #ddd; }

th {
  font-weight: 600; }

th,
td {
  padding: 0.75em 0.75em 0.75em 0; }

html {
  color: #333;
  font-family: "FuturaPT", sans-serif;
  font-size: 100%;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "FuturaPT", sans-serif;
  font-size: 1.25em;
  line-height: 1.2;
  margin: 0 0 0.75em; }

p {
  margin: 0 0 0.75em; }

a {
  color: #1565c0;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip: ink;
  -webkit-transition: color 150ms ease;
  transition: color 150ms ease; }
  a:hover {
    color: #104c90; }
  a:focus {
    outline: 3px solid rgba(21, 101, 192, 0.6);
    outline-offset: 2px; }

hr {
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0; }

@media screen and (max-width: 700px) {
  body.fixed {
    height: 100vh;
    overflow: hidden; } }

.wrapper {
  font-size: 16px; }
  .wrapper section .inner {
    max-width: 1100px;
    padding: 0 20px;
    margin: auto; }
  .wrapper section h2 {
    text-align: center;
    margin: 1em 0; }
  .wrapper section.top img {
    max-width: 300px;
    margin-top: 5px; }
  .wrapper section.slash {
    position: relative;
    overflow: hidden; }
    .wrapper section.slash .text {
      position: relative;
      z-index: 2;
      padding: 40px 20px; }
      .wrapper section.slash .text h2 {
        text-align: left; }
    .wrapper section.slash:before {
      content: "";
      position: absolute;
      top: -1px;
      z-index: 1;
      display: block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 700.0px 140.0px 0 0; }
      @media screen and (max-width: 700px) {
        .wrapper section.slash:before {
          display: none; } }
    .wrapper section.slash:after {
      content: "";
      height: 100%;
      position: absolute;
      top: 0;
      background-size: cover;
      background-position: center; }
      @media screen and (max-width: 700px) {
        .wrapper section.slash:after {
          position: relative;
          height: 300px;
          width: 100% !important;
          display: block;
          left: 0 !important;
          right: 0 !important; } }
  .wrapper section.top {
    text-align: center;
    padding: 10px 0; }
  .wrapper section.header {
    background-color: #BFB193;
    color: #fff;
    position: relative;
    overflow: hidden; }
    @media screen and (min-width: 1330px) {
      .wrapper section.header .text {
        width: 700px;
        margin: auto;
        -webkit-transform: translate(-45%, 0);
                transform: translate(-45%, 0); } }
    @media screen and (min-width: 700px) {
      .wrapper section.header .text {
        max-width: 53%; } }
    .wrapper section.header .text h1 {
      font-size: 3em;
      line-height: 1em;
      letter-spacing: 2px; }
      .wrapper section.header .text h1 span {
        color: #232330;
        text-transform: uppercase;
        display: block;
        margin: auto;
        font-size: 2.25em;
        line-height: 1em; }
      @media screen and (max-width: 825px) {
        .wrapper section.header .text h1 {
          font-size: 2.3em; } }
      @media screen and (max-width: 700px) {
        .wrapper section.header .text h1 {
          font-size: 1.7em;
          text-align: center; } }
    .wrapper section.header:before {
      left: calc(50% - 1px);
      border-color: #bfb193 transparent transparent transparent; }
    .wrapper section.header:after {
      width: 50%;
      left: 50%;
      background-image: url(../img/header.jpg); }
  .wrapper section.who p {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
  .wrapper section.who .table_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin: 40px 0; }
    @media screen and (max-width: 700px) {
      .wrapper section.who .table_wrap {
        display: block; } }
    .wrapper section.who .table_wrap > div {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
              flex: 1;
      margin: 0 2px; }
      .wrapper section.who .table_wrap > div:nth-child(2) .top {
        background-color: #59C5EF;
        border-radius: 0 10px 0 0; }
      .wrapper section.who .table_wrap > div:nth-child(2) .body {
        background-color: #def3fc; }
        .wrapper section.who .table_wrap > div:nth-child(2) .body .row .info ul li span {
          color: #59C5EF; }
      .wrapper section.who .table_wrap > div .top {
        background-color: #BFB193;
        border-radius: 10px 0 0 0;
        margin: 4px 0;
        padding: 7px 0;
        text-align: center;
        color: #fff; }
        .wrapper section.who .table_wrap > div .top h3 {
          margin: 0;
          font-size: 1.2em; }
      .wrapper section.who .table_wrap > div .body {
        background-color: #f2efe9;
        padding: 1px; }
        .wrapper section.who .table_wrap > div .body .row {
          display: -webkit-box;
          display: -webkit-flex;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
                  align-items: center;
          margin: 10px 0; }
          .wrapper section.who .table_wrap > div .body .row .img {
            width: 75px;
            padding: 5px; }
            @media screen and (max-width: 400px) {
              .wrapper section.who .table_wrap > div .body .row .img {
                display: none; } }
          .wrapper section.who .table_wrap > div .body .row .info {
            -webkit-box-flex: 1;
            -webkit-flex: 1;
                    flex: 1;
            padding: 0 10px; }
            .wrapper section.who .table_wrap > div .body .row .info h4 {
              font-size: 1em; }
            .wrapper section.who .table_wrap > div .body .row .info ul {
              padding-left: 20px; }
              .wrapper section.who .table_wrap > div .body .row .info ul li {
                list-style: disc; }
                .wrapper section.who .table_wrap > div .body .row .info ul li span {
                  font-weight: 700;
                  font-size: 1em;
                  color: #BFB193; }
  .wrapper section.sneak_peak {
    background-color: #232330;
    color: #fff;
    padding: 1px;
    position: relative; }
    .wrapper section.sneak_peak .inner h2 {
      text-align: left;
      margin: 1em 0 0.7em;
      font-size: 2em;
      padding-bottom: 0em;
      border-bottom: 2px solid #E2175A; }
    .wrapper section.sneak_peak .inner p span {
      color: #FFD300;
      font-weight: 400; }
    .wrapper section.sneak_peak .grid {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
              justify-content: center;
      -webkit-flex-wrap: wrap;
              flex-wrap: wrap;
      margin: 40px 0; }
      .wrapper section.sneak_peak .grid .item {
        margin: 0 10px 10px 10px; }
        .wrapper section.sneak_peak .grid .item .img {
          width: 175px;
          height: 100px;
          overflow: hidden;
          box-shadow: 0 0 10px -2px #000;
          margin-bottom: 5px; }
          @media screen and (max-width: 700px) {
            .wrapper section.sneak_peak .grid .item .img {
              width: 125px;
              height: 80px; } }
          .wrapper section.sneak_peak .grid .item .img img {
            -webkit-transition: all 0.1s;
            transition: all 0.1s;
            opacity: 0.9; }
        .wrapper section.sneak_peak .grid .item:hover {
          cursor: pointer; }
          .wrapper section.sneak_peak .grid .item:hover img {
            -webkit-transform: scale(1.1);
                    transform: scale(1.1);
            opacity: 1; }
    .wrapper section.sneak_peak .overlay {
      position: absolute;
      -webkit-box-align: center;
      -webkit-align-items: center;
              align-items: center;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(0, 0, 0, 0.7);
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      z-index: 99; }
      @media screen and (max-width: 700px) {
        .wrapper section.sneak_peak .overlay {
          position: fixed;
          overflow: scroll;
          display: block;
          padding: 20px;
          min-height: 100vh; } }
      .wrapper section.sneak_peak .overlay.hide {
        display: none; }
      .wrapper section.sneak_peak .overlay .banner {
        background-color: #fff;
        width: 100%;
        padding-bottom: 60px;
        position: relative; }
        .wrapper section.sneak_peak .overlay .banner .close {
          position: absolute;
          top: 0px;
          right: 0px;
          width: 30px;
          height: 30px;
          color: #232330;
          font-size: 2em;
          cursor: pointer;
          z-index: 99; }
        .wrapper section.sneak_peak .overlay .banner h2 {
          color: #000;
          text-align: left; }
          .wrapper section.sneak_peak .overlay .banner h2 span {
            color: #E2175A; }
        .wrapper section.sneak_peak .overlay .banner .slider {
          max-width: 1000px;
          margin: auto;
          position: relative;
          padding: 0 70px;
          opacity: 0;
          -webkit-transition: opacity 0.3s;
          transition: opacity 0.3s; }
          .wrapper section.sneak_peak .overlay .banner .slider.slick-initialized {
            opacity: 1; }
          .wrapper section.sneak_peak .overlay .banner .slider > button {
            position: absolute;
            height: 50px;
            width: 50px;
            font-size: 0;
            background-color: transparent;
            -webkit-transform: translate(0, 0);
                    transform: translate(0, 0);
            top: 50%;
            outline: 0; }
            .wrapper section.sneak_peak .overlay .banner .slider > button:before {
              width: 100%;
              height: 100%;
              color: #000;
              font-size: 100px;
              position: absolute;
              top: -100%;
              left: 0; }
            .wrapper section.sneak_peak .overlay .banner .slider > button.slick-next {
              right: 0; }
              .wrapper section.sneak_peak .overlay .banner .slider > button.slick-next:before {
                content: '\203A'; }
            .wrapper section.sneak_peak .overlay .banner .slider > button.slick-prev {
              left: 0; }
              .wrapper section.sneak_peak .overlay .banner .slider > button.slick-prev:before {
                content: '\2039'; }
          .wrapper section.sneak_peak .overlay .banner .slider .slick-dots {
            right: 0;
            left: 0;
            bottom: -40px; }
          .wrapper section.sneak_peak .overlay .banner .slider .slide .flex {
            display: -webkit-box;
            display: -webkit-flex;
            display: flex; }
            @media screen and (max-width: 700px) {
              .wrapper section.sneak_peak .overlay .banner .slider .slide .flex {
                display: block; }
                .wrapper section.sneak_peak .overlay .banner .slider .slide .flex img {
                  margin-bottom: 40px; } }
            .wrapper section.sneak_peak .overlay .banner .slider .slide .flex > * {
              -webkit-box-flex: 1;
              -webkit-flex: 1;
                      flex: 1; }
            .wrapper section.sneak_peak .overlay .banner .slider .slide .flex .q_row {
              margin-bottom: 10px;
              clear: both;
              overflow: hidden;
              padding: 0 10px; }
              .wrapper section.sneak_peak .overlay .banner .slider .slide .flex .q_row > * {
                position: relative;
                border-radius: 10px;
                padding: 3px 10px;
                margin-bottom: 10px;
                display: inline-block;
                clear: both;
                float: left;
                font-size: 0.9em;
                line-height: 1.4em; }
                .wrapper section.sneak_peak .overlay .banner .slider .slide .flex .q_row > *:before {
                  content: '';
                  display: block;
                  position: absolute;
                  bottom: -3px;
                  width: 0;
                  height: 0;
                  border-style: solid;
                  border-width: 0 4.0px 10.0px 4.0px; }
              .wrapper section.sneak_peak .overlay .banner .slider .slide .flex .q_row .q {
                background-color: #232330;
                font-weight: 700; }
                .wrapper section.sneak_peak .overlay .banner .slider .slide .flex .q_row .q:before {
                  border-color: transparent transparent #232330 transparent;
                  left: -3px;
                  -webkit-transform: rotate(225deg);
                          transform: rotate(225deg); }
              .wrapper section.sneak_peak .overlay .banner .slider .slide .flex .q_row .a {
                background-color: #E2175A; }
                .wrapper section.sneak_peak .overlay .banner .slider .slide .flex .q_row .a:before {
                  border-color: transparent transparent #E2175A transparent;
                  right: -3px;
                  -webkit-transform: rotate(135deg);
                          transform: rotate(135deg); }
          @media screen and (max-width: 700px) {
            .wrapper section.sneak_peak .overlay .banner .slider {
              padding: 0 35px; }
              .wrapper section.sneak_peak .overlay .banner .slider > button {
                width: 30px;
                height: 30px;
                position: fixed; }
                .wrapper section.sneak_peak .overlay .banner .slider > button:before {
                  font-size: 50px; }
                .wrapper section.sneak_peak .overlay .banner .slider > button.slick-next {
                  right: 20px; }
                .wrapper section.sneak_peak .overlay .banner .slider > button.slick-prev {
                  left: 20px; } }
  .wrapper section.inside, .wrapper section.ashamed {
    position: relative;
    background-color: #F9F9F9; }
    @media screen and (min-width: 1130px) {
      .wrapper section.inside .text, .wrapper section.ashamed .text {
        width: 50%;
        max-width: 800px;
        margin: auto;
        -webkit-transform: translate(-30%, 0);
                transform: translate(-30%, 0); } }
    @media screen and (min-width: 700px) {
      .wrapper section.inside .text, .wrapper section.ashamed .text {
        max-width: 65%; } }
    .wrapper section.inside .text h1, .wrapper section.ashamed .text h1 {
      font-size: 3em;
      line-height: 1em; }
      .wrapper section.inside .text h1 span, .wrapper section.ashamed .text h1 span {
        color: #232330;
        text-transform: uppercase;
        display: block;
        margin: auto;
        font-size: 2.25em;
        line-height: 1em; }
    .wrapper section.inside:before, .wrapper section.ashamed:before {
      left: calc(60% - 2px);
      border-color: #F9F9F9 transparent transparent transparent; }
    .wrapper section.inside:after, .wrapper section.ashamed:after {
      width: 40%;
      left: 60%;
      background-image: url(../img/lurking.jpg); }
  @media screen and (min-width: 1130px) {
    .wrapper section.ashamed .text {
      -webkit-transform: translate(30%, 0) !important;
              transform: translate(30%, 0) !important;
      left: initial !important; } }
  @media screen and (min-width: 700px) {
    .wrapper section.ashamed .text {
      -webkit-transform: translate(-20%, 0);
              transform: translate(-20%, 0);
      left: 50%; } }
  .wrapper section.ashamed:before {
    left: calc(40% + 2px);
    -webkit-transform: scaleX(-1) translate(100%, 0);
            transform: scaleX(-1) translate(100%, 0); }
  .wrapper section.ashamed:after {
    left: 0;
    background-image: url(../img/ashamed.jpg); }
  .wrapper section.outro {
    font-size: 1.1em;
    padding: 40px 0 60px;
    text-align: center; }
    .wrapper section.outro a {
      color: #E2175A; }
      .wrapper section.outro a:hover {
        color: inherit; }
  .wrapper section.footer {
    padding: 20px 0; }
    .wrapper section.footer .inner {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      font-size: 0.8em;
      -webkit-box-align: center;
      -webkit-align-items: center;
              align-items: center; }
      .wrapper section.footer .inner .s {
        max-width: 75px; }
      .wrapper section.footer .inner .l {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
                flex: 1;
        padding: 0 5px; }
