/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* This stylesheet generated by Transfonter (https://transfonter.org) on September 13, 2017 7:39 AM */
@font-face {
  font-family: 'Judson';
  src: url("../fonts/subset-Judson-Italic.eot");
  src: url("../fonts/subset-Judson-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/subset-Judson-Italic.woff") format("woff"), url("../fonts/subset-Judson-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
body {
  font-family: "Europa", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #494948;
}

h1, h2 {
  line-height: 1.5em;
}

h1 {
  font-weight: 400;
  font-size: 40px;
}
@media screen and (min-width: 992px) {
  h1 {
    font-size: 50px;
  }
}
@media screen and (min-width: 1200px) {
  h1 {
    font-size: 56px;
  }
}

h2 {
  font-weight: 300;
  font-size: 25px;
}
@media screen and (min-width: 1200px) {
  h2 {
    font-size: 36px;
  }
}

h3 {
  font-size: 18px;
  font-weight: 600;
}
@media screen and (min-width: 1200px) {
  h3 {
    font-size: 20px;
  }
}

a {
  text-decoration: none;
  color: inherit;
}

li {
  line-height: 1.5em;
}

p {
  margin: 1.5em 0;
  font-size: 14px;
  line-height: 1.5em;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

.row:after {
  content: '';
  display: block;
  clear: both;
}

.col-xs-2, .col-xs-3, .col-xs-4, .col-xs-6, .col-xs-8,
.col-sm-2, .col-sm-3, .col-sm-4, .col-sm-6, .col-sm-8, .col-sm-9,
.col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9,
.col-lg-4 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-6, .col-sm-8, .col-sm-9 {
    float: left;
  }

  .col-sm-2 {
    width: 16.66667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.3333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-8 {
    width: 66.6666%;
  }

  .col-sm-9 {
    width: 75%;
  }
}
@media screen and (min-width: 992px) {
  .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    float: left;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.33%;
  }

  .col-md-5 {
    width: 41.66667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.33333%;
  }

  .col-md-8 {
    width: 66.6666%;
  }

  .col-md-9 {
    width: 75%;
  }
}
.flexbox, .stretchbox {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flexbox--zero {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.flexbox--nd {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.flexbox--col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.stretchbox {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.stretchbox--space {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 992px) {
  .flexbox-md, .stretchbox-md {
    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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .stretchbox-md {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

.text-bold {
  font-weight: 700;
}

.plug__left {
  padding: 15px 20px 0 20px;
}
@media screen and (min-width: 768px) {
  .plug__left {
    padding: 30px 50px 0 50px;
  }
}
.plug__logo {
  height: 75px;
}
@media screen and (min-width: 768px) {
  .plug__logo {
    height: auto;
  }
}
.plug__title {
  margin-top: 30px;
  font-family: "Europa", sans-serif;
  font-weight: 300;
  font-size: 22px;
  text-transform: uppercase;
  line-height: 1.35em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .plug__title {
    margin-top: 50px;
    font-size: 28px;
  }
}
.plug__title-2 {
  font-family: "Judson", sans-serif;
  font-style: italic;
  font-size: 16px;
  margin: 1em 0;
  line-height: 1.25em;
}
@media screen and (min-width: 768px) {
  .plug__title-2 {
    font-size: 18px;
  }
}
.plug__title-3 {
  font-family: "Europa", sans-serif;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .plug__title-3 {
    font-size: 24px;
  }
}
.plug__title-4 {
  font-family: "Judson", sans-serif;
  font-size: 18px;
  font-style: italic;
  margin: 1em 0;
  line-height: 1.25em;
}
@media screen and (min-width: 768px) {
  .plug__title-4 {
    font-size: 22px;
  }
}
.plug__line {
  margin: 12px 0 12px 0;
}
@media screen and (min-width: 768px) {
  .plug__line {
    margin: 30px 0 30px 0;
  }
}
.plug__line img {
  height: 1px;
}
.plug__line--2 {
  margin: 0 0 12px 0;
}
@media screen and (min-width: 768px) {
  .plug__line--2 {
    margin: 0 0 30px 0;
  }
}
.plug__line--2 img {
  height: 1px;
}
.plug__list p {
  line-height: 1.25em;
  font-size: 18px;
  font-family: "Europa", sans-serif;
}
@media screen and (min-width: 768px) {
  .plug__list--left {
    padding-right: 15px;
  }
  .plug__list--right {
    padding-left: 15px;
  }
}
.plug__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.plug__bottom p {
  margin: 0 0 0.5em 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .plug__bottom p {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .plug__bottom p:first-child {
    text-align: left;
  }
  .plug__bottom p:last-child {
    text-align: right;
  }
}
.plug__right {
  height: 50vh;
  background: url("../images/woman.jpg") center/cover no-repeat;
}
@media screen and (min-width: 992px) {
  .plug__right {
    height: auto;
  }
}

div#__bs_notify__ {
  display: none !important;
}
