@charset "UTF-8";
/* This comment is
    * several lines long.
    * since it uses the CSS comment syntax,
    * it will appear in the CSS output. */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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; }

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; }

a {
  text-decoration: none; }
  a:active, a:focus, a:hover {
    text-decoration: none; }

/*
IMPORT FONTS
-------------------------------------------- */
/*@font-face {
    font-family: 'Hoefler Text';
    src: url('HoeflerText.eot');
    src: url('HoeflerText.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/HoeflerText.woff2') format('woff2'),
        url('../webfonts/HoeflerText.woff') format('woff'),
        url('../webfonts/HoeflerText.ttf') format('truetype'),
        url('../webfonts/HoeflerText.svg#HoeflerText') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Hoefler Text';
    src: url('HoeflerText.eot');
    src: url('HoeflerText.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/HoeflerText.woff2') format('woff2'),
        url('../webfonts/HoeflerText.woff') format('woff'),
        url('../webfonts/HoeflerText.ttf') format('truetype'),
        url('../webfonts/HoeflerText.svg#HoeflerText') format('svg');
    font-weight: normal;
    font-style: normal;
}*/
@font-face {
  font-family: 'Hoefler Text';
  font-style: normal;
  font-weight: normal;
  src: local("Hoefler Text"), url("../webfonts/ufonts.com_hoefler-text.woff") format("woff"); }

@font-face {
  font-family: 'Hoefler Text Italic';
  font-style: normal;
  font-weight: normal;
  src: local("Hoefler Text Italic"), url("../webfonts/ufonts.com_hoefler-text-italic.woff") format("woff"); }

@font-face {
  font-family: 'effraregular';
  src: url("../webfonts/effra_std_rg-webfont.eot");
  src: url("../webfonts/effra_std_rg-webfont.eot?#iefix") format("embedded-opentype"), url("../webfonts/effra_std_rg-webfont.woff2") format("woff2"), url("../webfonts/effra_std_rg-webfont.woff") format("woff"), url("../webfonts/effra_std_rg-webfont.ttf") format("truetype"), url("../webfonts/effra_std_rg-webfont.svg#effraregular") format("svg");
  font-weight: normal;
  font-style: normal; }

body,
input,
select,
button {
  font-family: "Hoefler Text", serif; }

h1 {
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 45px;
  letter-spacing: 2px; }

h2,
h3 {
  margin-bottom: 25px;
  padding-bottom: 20px;
  font-size: 40px;
  line-height: 48px;
  text-transform: uppercase;
  letter-spacing: 2px; }
  @media (max-width: 1200px) {
    h2,
    h3 {
      font-size: 34px;
      line-height: 42px; } }
  @media (max-width: 480px) {
    h2,
    h3 {
      font-size: 24px;
      line-height: 32px; } }

h4 {
  margin-bottom: 25px;
  padding-bottom: 20px;
  font-size: 25px;
  line-height: 32px;
  text-transform: uppercase; }
  @media (max-width: 480px) {
    h4 {
      font-size: 20px;
      line-height: 26px; } }

h2,
h3,
h4 {
  position: relative; }
  h2:after,
  h3:after,
  h4:after {
    content: "● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ●";
    position: absolute;
    left: 0;
    bottom: 0;
    overflow: hidden;
    width: 100%;
    height: 10px;
    font-size: 18px;
    line-height: 12px; }

h5 {
  margin-bottom: 20px;
  font-size: 26px;
  line-height: 32px;
  letter-spacing: 1px; }

p {
  margin-bottom: 32px;
  font-size: 21px;
  line-height: 30px; }
  @media (max-width: 1200px) {
    p {
      margin-bottom: 20px;
      font-size: 18px;
      line-height: 24px; } }
  @media (max-width: 640px) {
    p {
      margin-bottom: 20px;
      font-size: 15px;
      line-height: 21px; } }

em {
  font-family: "Hoefler Text Italic", serif; }

.info-page-entry a {
  color: black;
  text-decoration: underline; }
  .info-page-entry a:hover {
    text-decoration: none; }

.info-page-entry h1 {
  padding-bottom: 20px;
  margin-bottom: 40px;
  font-size: 40px;
  line-height: 48px;
  border-bottom: #ccc solid 1px; }

.info-page-entry h2 {
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 38px;
  text-transform: none; }
  .info-page-entry h2:after {
    display: none; }

.info-page-entry h3 {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 31px;
  text-transform: none; }
  .info-page-entry h3:after {
    display: none; }

.info-page-entry h4 {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 28px;
  text-transform: none; }

.info-page-entry h4 {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 24px; }

.info-page-entry p,
.info-page-entry ul li,
.info-page-entry ol li {
  font-size: 16px;
  line-height: 21px; }
  .info-page-entry p strong,
  .info-page-entry ul li strong,
  .info-page-entry ol li strong {
    font-weight: bold; }
  .info-page-entry p em,
  .info-page-entry ul li em,
  .info-page-entry ol li em {
    font-style: italic; }

.info-page-entry ol,
.info-page-entry ul {
  margin-bottom: 32px;
  padding-left: 30px; }

.info-page-entry ol {
  list-style: decimal; }

.info-page-entry ul {
  list-style: disc; }

/*
GLOBAL STYLES
-------------------------------------------- */
body {
  overflow-x: hidden;
  position: relative;
  background-color: #FFFCF5;
  -webkit-overflow-scrolling: touch; }

.desktop .ma-0,
.tablet.landscape .ma-0 {
  margin: 0px !important; }

.desktop .pa-0,
.tablet.landscape .pa-0 {
  padding: 0px !important; }

.desktop .mt-0,
.tablet.landscape .mt-0 {
  margin-top: 0px !important; }

.desktop .pt-0,
.tablet.landscape .pt-0 {
  padding-top: 0px !important; }

.desktop .mb-0,
.tablet.landscape .mb-0 {
  margin-bottom: 0px !important; }

.desktop .pb-0,
.tablet.landscape .pb-0 {
  padding-bottom: 0px !important; }

.desktop .ml-0,
.tablet.landscape .ml-0 {
  margin-left: 0px !important; }

.desktop .pl-0,
.tablet.landscape .pl-0 {
  padding-left: 0px !important; }

.desktop .mr-0,
.tablet.landscape .mr-0 {
  margin-right: 0px !important; }

.desktop .pr-0,
.tablet.landscape .pr-0 {
  padding-right: 0px !important; }

.desktop .ma-5,
.tablet.landscape .ma-5 {
  margin: 5px !important; }

.desktop .pa-5,
.tablet.landscape .pa-5 {
  padding: 5px !important; }

.desktop .mt-5,
.tablet.landscape .mt-5 {
  margin-top: 5px !important; }

.desktop .pt-5,
.tablet.landscape .pt-5 {
  padding-top: 5px !important; }

.desktop .mb-5,
.tablet.landscape .mb-5 {
  margin-bottom: 5px !important; }

.desktop .pb-5,
.tablet.landscape .pb-5 {
  padding-bottom: 5px !important; }

.desktop .ml-5,
.tablet.landscape .ml-5 {
  margin-left: 5px !important; }

.desktop .pl-5,
.tablet.landscape .pl-5 {
  padding-left: 5px !important; }

.desktop .mr-5,
.tablet.landscape .mr-5 {
  margin-right: 5px !important; }

.desktop .pr-5,
.tablet.landscape .pr-5 {
  padding-right: 5px !important; }

.desktop .ma-10,
.tablet.landscape .ma-10 {
  margin: 10px !important; }

.desktop .pa-10,
.tablet.landscape .pa-10 {
  padding: 10px !important; }

.desktop .mt-10,
.tablet.landscape .mt-10 {
  margin-top: 10px !important; }

.desktop .pt-10,
.tablet.landscape .pt-10 {
  padding-top: 10px !important; }

.desktop .mb-10,
.tablet.landscape .mb-10 {
  margin-bottom: 10px !important; }

.desktop .pb-10,
.tablet.landscape .pb-10 {
  padding-bottom: 10px !important; }

.desktop .ml-10,
.tablet.landscape .ml-10 {
  margin-left: 10px !important; }

.desktop .pl-10,
.tablet.landscape .pl-10 {
  padding-left: 10px !important; }

.desktop .mr-10,
.tablet.landscape .mr-10 {
  margin-right: 10px !important; }

.desktop .pr-10,
.tablet.landscape .pr-10 {
  padding-right: 10px !important; }

.desktop .ma-15,
.tablet.landscape .ma-15 {
  margin: 15px !important; }

.desktop .pa-15,
.tablet.landscape .pa-15 {
  padding: 15px !important; }

.desktop .mt-15,
.tablet.landscape .mt-15 {
  margin-top: 15px !important; }

.desktop .pt-15,
.tablet.landscape .pt-15 {
  padding-top: 15px !important; }

.desktop .mb-15,
.tablet.landscape .mb-15 {
  margin-bottom: 15px !important; }

.desktop .pb-15,
.tablet.landscape .pb-15 {
  padding-bottom: 15px !important; }

.desktop .ml-15,
.tablet.landscape .ml-15 {
  margin-left: 15px !important; }

.desktop .pl-15,
.tablet.landscape .pl-15 {
  padding-left: 15px !important; }

.desktop .mr-15,
.tablet.landscape .mr-15 {
  margin-right: 15px !important; }

.desktop .pr-15,
.tablet.landscape .pr-15 {
  padding-right: 15px !important; }

.desktop .ma-20,
.tablet.landscape .ma-20 {
  margin: 20px !important; }

.desktop .pa-20,
.tablet.landscape .pa-20 {
  padding: 20px !important; }

.desktop .mt-20,
.tablet.landscape .mt-20 {
  margin-top: 20px !important; }

.desktop .pt-20,
.tablet.landscape .pt-20 {
  padding-top: 20px !important; }

.desktop .mb-20,
.tablet.landscape .mb-20 {
  margin-bottom: 20px !important; }

.desktop .pb-20,
.tablet.landscape .pb-20 {
  padding-bottom: 20px !important; }

.desktop .ml-20,
.tablet.landscape .ml-20 {
  margin-left: 20px !important; }

.desktop .pl-20,
.tablet.landscape .pl-20 {
  padding-left: 20px !important; }

.desktop .mr-20,
.tablet.landscape .mr-20 {
  margin-right: 20px !important; }

.desktop .pr-20,
.tablet.landscape .pr-20 {
  padding-right: 20px !important; }

.desktop .ma-25,
.tablet.landscape .ma-25 {
  margin: 25px !important; }

.desktop .pa-25,
.tablet.landscape .pa-25 {
  padding: 25px !important; }

.desktop .mt-25,
.tablet.landscape .mt-25 {
  margin-top: 25px !important; }

.desktop .pt-25,
.tablet.landscape .pt-25 {
  padding-top: 25px !important; }

.desktop .mb-25,
.tablet.landscape .mb-25 {
  margin-bottom: 25px !important; }

.desktop .pb-25,
.tablet.landscape .pb-25 {
  padding-bottom: 25px !important; }

.desktop .ml-25,
.tablet.landscape .ml-25 {
  margin-left: 25px !important; }

.desktop .pl-25,
.tablet.landscape .pl-25 {
  padding-left: 25px !important; }

.desktop .mr-25,
.tablet.landscape .mr-25 {
  margin-right: 25px !important; }

.desktop .pr-25,
.tablet.landscape .pr-25 {
  padding-right: 25px !important; }

.desktop .ma-30,
.tablet.landscape .ma-30 {
  margin: 30px !important; }

.desktop .pa-30,
.tablet.landscape .pa-30 {
  padding: 30px !important; }

.desktop .mt-30,
.tablet.landscape .mt-30 {
  margin-top: 30px !important; }

.desktop .pt-30,
.tablet.landscape .pt-30 {
  padding-top: 30px !important; }

.desktop .mb-30,
.tablet.landscape .mb-30 {
  margin-bottom: 30px !important; }

.desktop .pb-30,
.tablet.landscape .pb-30 {
  padding-bottom: 30px !important; }

.desktop .ml-30,
.tablet.landscape .ml-30 {
  margin-left: 30px !important; }

.desktop .pl-30,
.tablet.landscape .pl-30 {
  padding-left: 30px !important; }

.desktop .mr-30,
.tablet.landscape .mr-30 {
  margin-right: 30px !important; }

.desktop .pr-30,
.tablet.landscape .pr-30 {
  padding-right: 30px !important; }

.desktop .ma-35,
.tablet.landscape .ma-35 {
  margin: 35px !important; }

.desktop .pa-35,
.tablet.landscape .pa-35 {
  padding: 35px !important; }

.desktop .mt-35,
.tablet.landscape .mt-35 {
  margin-top: 35px !important; }

.desktop .pt-35,
.tablet.landscape .pt-35 {
  padding-top: 35px !important; }

.desktop .mb-35,
.tablet.landscape .mb-35 {
  margin-bottom: 35px !important; }

.desktop .pb-35,
.tablet.landscape .pb-35 {
  padding-bottom: 35px !important; }

.desktop .ml-35,
.tablet.landscape .ml-35 {
  margin-left: 35px !important; }

.desktop .pl-35,
.tablet.landscape .pl-35 {
  padding-left: 35px !important; }

.desktop .mr-35,
.tablet.landscape .mr-35 {
  margin-right: 35px !important; }

.desktop .pr-35,
.tablet.landscape .pr-35 {
  padding-right: 35px !important; }

.desktop .ma-40,
.tablet.landscape .ma-40 {
  margin: 40px !important; }

.desktop .pa-40,
.tablet.landscape .pa-40 {
  padding: 40px !important; }

.desktop .mt-40,
.tablet.landscape .mt-40 {
  margin-top: 40px !important; }

.desktop .pt-40,
.tablet.landscape .pt-40 {
  padding-top: 40px !important; }

.desktop .mb-40,
.tablet.landscape .mb-40 {
  margin-bottom: 40px !important; }

.desktop .pb-40,
.tablet.landscape .pb-40 {
  padding-bottom: 40px !important; }

.desktop .ml-40,
.tablet.landscape .ml-40 {
  margin-left: 40px !important; }

.desktop .pl-40,
.tablet.landscape .pl-40 {
  padding-left: 40px !important; }

.desktop .mr-40,
.tablet.landscape .mr-40 {
  margin-right: 40px !important; }

.desktop .pr-40,
.tablet.landscape .pr-40 {
  padding-right: 40px !important; }

.desktop .ma-45,
.tablet.landscape .ma-45 {
  margin: 45px !important; }

.desktop .pa-45,
.tablet.landscape .pa-45 {
  padding: 45px !important; }

.desktop .mt-45,
.tablet.landscape .mt-45 {
  margin-top: 45px !important; }

.desktop .pt-45,
.tablet.landscape .pt-45 {
  padding-top: 45px !important; }

.desktop .mb-45,
.tablet.landscape .mb-45 {
  margin-bottom: 45px !important; }

.desktop .pb-45,
.tablet.landscape .pb-45 {
  padding-bottom: 45px !important; }

.desktop .ml-45,
.tablet.landscape .ml-45 {
  margin-left: 45px !important; }

.desktop .pl-45,
.tablet.landscape .pl-45 {
  padding-left: 45px !important; }

.desktop .mr-45,
.tablet.landscape .mr-45 {
  margin-right: 45px !important; }

.desktop .pr-45,
.tablet.landscape .pr-45 {
  padding-right: 45px !important; }

.desktop .ma-50,
.tablet.landscape .ma-50 {
  margin: 50px !important; }

.desktop .pa-50,
.tablet.landscape .pa-50 {
  padding: 50px !important; }

.desktop .mt-50,
.tablet.landscape .mt-50 {
  margin-top: 50px !important; }

.desktop .pt-50,
.tablet.landscape .pt-50 {
  padding-top: 50px !important; }

.desktop .mb-50,
.tablet.landscape .mb-50 {
  margin-bottom: 50px !important; }

.desktop .pb-50,
.tablet.landscape .pb-50 {
  padding-bottom: 50px !important; }

.desktop .ml-50,
.tablet.landscape .ml-50 {
  margin-left: 50px !important; }

.desktop .pl-50,
.tablet.landscape .pl-50 {
  padding-left: 50px !important; }

.desktop .mr-50,
.tablet.landscape .mr-50 {
  margin-right: 50px !important; }

.desktop .pr-50,
.tablet.landscape .pr-50 {
  padding-right: 50px !important; }

.desktop .ma-75,
.tablet.landscape .ma-75 {
  margin: 75px !important; }

.desktop .pa-75,
.tablet.landscape .pa-75 {
  padding: 75px !important; }

.desktop .mt-75,
.tablet.landscape .mt-75 {
  margin-top: 75px !important; }

.desktop .pt-75,
.tablet.landscape .pt-75 {
  padding-top: 75px !important; }

.desktop .mb-75,
.tablet.landscape .mb-75 {
  margin-bottom: 75px !important; }

.desktop .pb-75,
.tablet.landscape .pb-75 {
  padding-bottom: 75px !important; }

.desktop .ml-75,
.tablet.landscape .ml-75 {
  margin-left: 75px !important; }

.desktop .pl-75,
.tablet.landscape .pl-75 {
  padding-left: 75px !important; }

.desktop .mr-75,
.tablet.landscape .mr-75 {
  margin-right: 75px !important; }

.desktop .pr-75,
.tablet.landscape .pr-75 {
  padding-right: 75px !important; }

.desktop .ma-100,
.tablet.landscape .ma-100 {
  margin: 100px !important; }

.desktop .pa-100,
.tablet.landscape .pa-100 {
  padding: 100px !important; }

.desktop .mt-100,
.tablet.landscape .mt-100 {
  margin-top: 100px !important; }

.desktop .pt-100,
.tablet.landscape .pt-100 {
  padding-top: 100px !important; }

.desktop .mb-100,
.tablet.landscape .mb-100 {
  margin-bottom: 100px !important; }

.desktop .pb-100,
.tablet.landscape .pb-100 {
  padding-bottom: 100px !important; }

.desktop .ml-100,
.tablet.landscape .ml-100 {
  margin-left: 100px !important; }

.desktop .pl-100,
.tablet.landscape .pl-100 {
  padding-left: 100px !important; }

.desktop .mr-100,
.tablet.landscape .mr-100 {
  margin-right: 100px !important; }

.desktop .pr-100,
.tablet.landscape .pr-100 {
  padding-right: 100px !important; }

.desktop .ma-130,
.tablet.landscape .ma-130 {
  margin: 130px !important; }

.desktop .pa-130,
.tablet.landscape .pa-130 {
  padding: 130px !important; }

.desktop .mt-130,
.tablet.landscape .mt-130 {
  margin-top: 130px !important; }

.desktop .pt-130,
.tablet.landscape .pt-130 {
  padding-top: 130px !important; }

.desktop .mb-130,
.tablet.landscape .mb-130 {
  margin-bottom: 130px !important; }

.desktop .pb-130,
.tablet.landscape .pb-130 {
  padding-bottom: 130px !important; }

.desktop .ml-130,
.tablet.landscape .ml-130 {
  margin-left: 130px !important; }

.desktop .pl-130,
.tablet.landscape .pl-130 {
  padding-left: 130px !important; }

.desktop .mr-130,
.tablet.landscape .mr-130 {
  margin-right: 130px !important; }

.desktop .pr-130,
.tablet.landscape .pr-130 {
  padding-right: 130px !important; }

.desktop .ma-150,
.tablet.landscape .ma-150 {
  margin: 150px !important; }

.desktop .pa-150,
.tablet.landscape .pa-150 {
  padding: 150px !important; }

.desktop .mt-150,
.tablet.landscape .mt-150 {
  margin-top: 150px !important; }

.desktop .pt-150,
.tablet.landscape .pt-150 {
  padding-top: 150px !important; }

.desktop .mb-150,
.tablet.landscape .mb-150 {
  margin-bottom: 150px !important; }

.desktop .pb-150,
.tablet.landscape .pb-150 {
  padding-bottom: 150px !important; }

.desktop .ml-150,
.tablet.landscape .ml-150 {
  margin-left: 150px !important; }

.desktop .pl-150,
.tablet.landscape .pl-150 {
  padding-left: 150px !important; }

.desktop .mr-150,
.tablet.landscape .mr-150 {
  margin-right: 150px !important; }

.desktop .pr-150,
.tablet.landscape .pr-150 {
  padding-right: 150px !important; }

.desktop .ma-200,
.tablet.landscape .ma-200 {
  margin: 200px !important; }

.desktop .pa-200,
.tablet.landscape .pa-200 {
  padding: 200px !important; }

.desktop .mt-200,
.tablet.landscape .mt-200 {
  margin-top: 200px !important; }

.desktop .pt-200,
.tablet.landscape .pt-200 {
  padding-top: 200px !important; }

.desktop .mb-200,
.tablet.landscape .mb-200 {
  margin-bottom: 200px !important; }

.desktop .pb-200,
.tablet.landscape .pb-200 {
  padding-bottom: 200px !important; }

.desktop .ml-200,
.tablet.landscape .ml-200 {
  margin-left: 200px !important; }

.desktop .pl-200,
.tablet.landscape .pl-200 {
  padding-left: 200px !important; }

.desktop .mr-200,
.tablet.landscape .mr-200 {
  margin-right: 200px !important; }

.desktop .pr-200,
.tablet.landscape .pr-200 {
  padding-right: 200px !important; }

.desktop .ma-300,
.tablet.landscape .ma-300 {
  margin: 300px !important; }

.desktop .pa-300,
.tablet.landscape .pa-300 {
  padding: 300px !important; }

.desktop .mt-300,
.tablet.landscape .mt-300 {
  margin-top: 300px !important; }

.desktop .pt-300,
.tablet.landscape .pt-300 {
  padding-top: 300px !important; }

.desktop .mb-300,
.tablet.landscape .mb-300 {
  margin-bottom: 300px !important; }

.desktop .pb-300,
.tablet.landscape .pb-300 {
  padding-bottom: 300px !important; }

.desktop .ml-300,
.tablet.landscape .ml-300 {
  margin-left: 300px !important; }

.desktop .pl-300,
.tablet.landscape .pl-300 {
  padding-left: 300px !important; }

.desktop .mr-300,
.tablet.landscape .mr-300 {
  margin-right: 300px !important; }

.desktop .pr-300,
.tablet.landscape .pr-300 {
  padding-right: 300px !important; }

/* apply a natural box layout model to all elements */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/*
|------------------------------------------------------------
| Help Classes
|------------------------------------------------------------
*/
.display-none {
  display: none; }

.display-block {
  display: block; }

.display-inline {
  display: inline; }

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

.left {
  float: left; }

.right {
  float: right; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.bold {
  font-weight: bold; }

.italic {
  font-style: italic; }

.capitalize {
  text-transform: capitalize; }

.uppercase {
  text-transform: uppercase; }

.lowercase {
  text-transform: lowercase; }

.fixed {
  position: fixed; }

/*
|------------------------------------------------------------
| Clearfix
|------------------------------------------------------------
*/
.clearfix {
  zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .clearfix:after {
    clear: both; }

/*
BUTTONS GLOBAL
-------------------------------------------- */
/*
FORMS GLOBAL
-------------------------------------------- */
/*
+ Landscape message */
.landscape-message {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  display: none !important;
  width: 100%;
  height: 200%;
  background: url(../img/bgr-landscape-message.jpg) center no-repeat #000000;
  background-size: contain;
  -webkit-transform: translateY(-25%);
  -moz-transform: translateY(-25%);
  transform: translateY(-25%); }

.mobile.landscape .landscape-message {
  display: block !important; }

/*
HEADER
-------------------------------------------- */
header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 100px;
  padding: 30px 50px;
  background-color: #FFFCF5;
  box-sizing: border-box; }
  @media (max-width: 1024px) {
    header {
      height: 50px;
      padding: 10px 20px; } }
  header .wrapper {
    position: relative; }
  header .logo img {
    display: block; }
    @media (max-width: 1024px) {
      header .logo img {
        width: 150px;
        height: auto; } }
  header .nav-trigger {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    border-radius: 4px; }
    @media (max-width: 1024px) {
      header .nav-trigger {
        height: 30px; } }
    header .nav-trigger span {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 35px;
      height: 3px;
      background-color: black; }
      header .nav-trigger span:before, header .nav-trigger span:after {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        width: 35px;
        height: 3px;
        background-color: black; }
      header .nav-trigger span:before {
        transform: translateY(-14px); }
        @media (max-width: 1024px) {
          header .nav-trigger span:before {
            transform: translateY(-9px); } }
      header .nav-trigger span:after {
        transform: translateY(10px); }
        @media (max-width: 1024px) {
          header .nav-trigger span:after {
            transform: translateY(5px); } }
    header .nav-trigger.active {
      background-color: black; }
      header .nav-trigger.active span {
        background-color: white; }
        header .nav-trigger.active span:before, header .nav-trigger.active span:after {
          background-color: white; }
  header .slogan {
    position: absolute;
    left: 50%;
    top: 50%;
    overflow: hidden;
    transform: translate(-50%, -50%);
    width: 200px;
    height: 100px;
    text-indent: -9999px;
    background: url(../img/header-text-img.svg) 50% 50% no-repeat; }
    @media (max-width: 640px) {
      header .slogan {
        display: none; } }

.main-nav-outer {
  position: fixed;
  left: 0;
  top: -120%;
  z-index: 80;
  width: 100%;
  height: 100%;
  padding: 100px 20px 20px;
  background-color: #FFFCF5;
  box-sizing: border-box; }
  @media (max-width: 1024px) {
    .main-nav-outer {
      padding-top: 50px; } }
  .main-nav-outer .main-nav {
    opacity: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transform: translateY(5%);
    background-color: black;
    -webkit-transition: all 300ms 200ms ease-in-out;
    -moz-transition: all 300ms 200ms ease-in-out;
    -ms-transition: all 300ms 200ms ease-in-out;
    -o-transition: all 300ms 200ms ease-in-out;
    transition: all 300ms 200ms ease-in-out; }
    .main-nav-outer .main-nav li {
      padding: 20px;
      text-align: center;
      text-transform: uppercase;
      font-size: 30px;
      line-height: 40px;
      letter-spacing: 2px; }
      @media (max-width: 1024px) {
        .main-nav-outer .main-nav li {
          font-size: 24px;
          line-height: 30px; } }
      .main-nav-outer .main-nav li a {
        display: inline-block;
        color: white;
        border-bottom: transparent solid 1px; }
        .main-nav-outer .main-nav li a:hover {
          border-bottom: white solid 1px; }
      .main-nav-outer .main-nav li.current-menu-item a {
        border-bottom: white solid 1px; }
  .main-nav-outer.open .main-nav {
    opacity: 1;
    transform: translateY(0); }

/*
FOOTER
-------------------------------------------- */
footer {
  padding: 20px;
  margin: 0 20px;
  background: url(../img/footer-img.svg) 50% 30px no-repeat;
  border-top: black solid 1px; }
  @media (max-width: 1200px) {
    footer {
      padding-top: 100px; } }
  footer p,
  footer ul li {
    font-family: "effraregular", Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 20px;
    color: black; }
    footer p a,
    footer ul li a {
      color: black; }
      footer p a:hover,
      footer ul li a:hover {
        opacity: 0.7; }
  footer p {
    margin-bottom: 20px; }
  footer ul li {
    text-transform: uppercase; }
  footer h6 {
    margin-bottom: 20px;
    font-family: "effraregular", Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 24px;
    color: black; }
    footer h6 a {
      color: black; }
      footer h6 a:hover {
        opacity: 0.7; }
    footer h6 img {
      display: inline-block;
      vertical-align: bottom;
      margin-left: 5px; }
  footer .wrapper {
    overflow: hidden; }
    footer .wrapper .col-left {
      float: left;
      max-width: 430px; }
      @media (max-width: 640px) {
        footer .wrapper .col-left {
          float: none;
          max-width: 1000px;
          margin-bottom: 40px;
          text-align: center; } }
    footer .wrapper .col-right {
      float: right; }
      @media (max-width: 640px) {
        footer .wrapper .col-right {
          float: none;
          text-align: center; } }

/*
GENERAL
-------------------------------------------- */
.wrapper {
  max-width: 1600px;
  margin: 0 auto; }

.wrapper-narrow .wrapper {
  max-width: 900px; }

.page-outer {
  padding: 100px 20px 20px 20px; }
  @media (max-width: 1024px) {
    .page-outer {
      padding-top: 50px; } }

/*
HERO
-------------------------------------------- */
.hero {
  display: flex;
  flex-direction: column-reverse;
  min-height: 87vh;
  margin: 0 0 50px;
  padding: 0 20px;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover; }
  .hero hgroup {
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 7vh;
    text-align: center; }
    @media (max-width: 1024px) {
      .hero hgroup {
        padding-left: 10%;
        padding-right: 10%; } }
    @media (max-width: 640px) {
      .hero hgroup {
        padding-left: 0;
        padding-right: 0; } }
    .hero hgroup img {
      display: block;
      margin: 0 auto 8vh;
      max-width: 100%;
      height: auto; }
    .hero hgroup h1,
    .hero hgroup p {
      color: white; }
      @media (max-width: 768px) {
        .hero hgroup h1 br,
        .hero hgroup p br {
          display: none; } }

@media (max-width: 640px) {
  body.page-id-9 .hero, body.home .hero {
    background-position: 80% 50%; } }

/*
SECTIONS
-------------------------------------------- */
section {
  padding: 40px 30px 50px 30px;
  margin-bottom: 20px; }
  section.no-margin {
    margin-bottom: 0; }
  section.style-pink {
    background-color: #D2AACF; }
    section.style-pink h2,
    section.style-pink h3 {
      color: #644479; }
      section.style-pink h2:after,
      section.style-pink h3:after {
        color: #644479; }
  section.style-pink-dark {
    background-color: #644479;
    padding: 70px 30px 70px 30px; }
    section.style-pink-dark h5 {
      color: #D2AACF;
      padding: 15px 0; }
    section.style-pink-dark p {
      color: white;
      width: 81%;
      margin: 0 auto 20px auto; }
      section.style-pink-dark p em {
        line-height: 38px; }
  section.style-red-dark {
    background-color: #964E69;
    padding: 50px 30px 60px 30px; }
    section.style-red-dark * {
      color: white; }
    section.style-red-dark h2,
    section.style-red-dark h3 {
      color: #FBD6DE; }
      section.style-red-dark h2:after,
      section.style-red-dark h3:after {
        color: #FBD6DE;
        font-size: 15px; }
    section.style-red-dark h2 {
      width: 100%; }
    section.style-red-dark .section-content .entry-column:first-child {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      section.style-red-dark .section-content .entry-column:first-child p {
        width: 46%; }
        @media (max-width: 640px) {
          section.style-red-dark .section-content .entry-column:first-child p {
            width: 100%; } }
  section.style-titles-red-dark h4 {
    color: #964E69; }
    section.style-titles-red-dark h4:after {
      width: 96%;
      color: #964E69;
      font-size: 15px; }
  section.style-green-dark {
    background-color: #768172; }
    section.style-green-dark h2,
    section.style-green-dark h3,
    section.style-green-dark h4 {
      color: #EFEABF; }
      section.style-green-dark h2:after,
      section.style-green-dark h3:after,
      section.style-green-dark h4:after {
        color: #EFEABF;
        font-size: 15px; }
    section.style-green-dark p {
      color: white; }
    section.style-green-dark .section-content .entry-column {
      padding: 0 20px; }
  section.style-titles-red h2,
  section.style-titles-red h3 {
    color: #C75859; }
    section.style-titles-red h2:after,
    section.style-titles-red h3:after {
      color: #C75859;
      font-size: 15px; }
  section.style-titles-green h4 {
    color: #768172; }
    section.style-titles-green h4:after {
      color: #768172; }
  section.center-both .entry-column:last-child p {
    position: relative;
    top: 50%;
    -webkit-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    -moz-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    -ms-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    -o-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    margin: 0px; }
    @media (max-width: 768px) {
      section.center-both .entry-column:last-child p {
        top: auto;
        -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
        -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
        -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
        -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
        transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1); } }

.section-content {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin: 0 -20px; }
  .section-content .entry-column {
    padding: 0 20px;
    box-sizing: border-box; }
    @media (max-width: 768px) {
      .section-content .entry-column {
        text-align: center; } }
    .section-content .entry-column img {
      max-width: 100%;
      height: auto; }
    .section-content .entry-column p a {
      display: inline-block; }

.type-onecol .section-content {
  display: block; }
  .type-onecol .section-content .entry-column {
    margin-bottom: 60px; }
    .type-onecol .section-content .entry-column p {
      width: 80%;
      margin: 0 auto 32px auto; }
      @media (max-width: 640px) {
        .type-onecol .section-content .entry-column p br {
          display: none; } }

@media (max-width: 768px) {
  .type-twocols .section-content {
    display: block; } }

.type-twocols .section-content .entry-column {
  flex-basis: 50%; }
  .type-twocols .section-content .entry-column:first-child {
    padding-right: 5%; }
  .type-twocols .section-content .entry-column:last-child {
    padding-left: 5%; }
  @media (max-width: 768px) {
    .type-twocols .section-content .entry-column {
      padding-left: 20px !important;
      padding-right: 20px !important;
      margin-bottom: 50px; }
      .type-twocols .section-content .entry-column:last-child {
        margin-bottom: 0; } }

.type-twocols.layout-3-2 .section-content .entry-column:first-child {
  flex-basis: 60%; }

.type-twocols.layout-3-2 .section-content .entry-column:last-child {
  flex-basis: 40%; }

.type-twocols.layout-3-2.style-red-dark .section-content .entry-column:first-child {
  flex-basis: 92%; }

.type-twocols.layout-2-3 .section-content .entry-column:first-child {
  flex-basis: 38%; }

.type-twocols.layout-2-3 .section-content .entry-column:last-child {
  flex-basis: 62%; }

@media (max-width: 768px) {
  .type-threecols .section-content {
    display: block; } }

.type-threecols .section-content .entry-column {
  flex-basis: 33.333%;
  padding: 0 1px; }
  .type-threecols .section-content .entry-column p:first-child {
    margin-bottom: 12px; }
  .type-threecols .section-content .entry-column p:not(:first-child) {
    width: 95%; }
  .type-threecols .section-content .entry-column h4 {
    padding-bottom: 30px; }
  @media (max-width: 768px) {
    .type-threecols .section-content .entry-column {
      margin-bottom: 50px; }
      .type-threecols .section-content .entry-column:last-child {
        margin-bottom: 0; }
      .type-threecols .section-content .entry-column h3 br {
        display: none; } }

.type-team .section-content {
  flex-wrap: wrap;
  margin: 0 -30px; }
  @media (max-width: 1024px) {
    .type-team .section-content {
      margin: 0 -10px; } }
  @media (max-width: 768px) {
    .type-team .section-content {
      display: flex; } }
  @media (max-width: 480px) {
    .type-team .section-content {
      display: block; } }
  .type-team .section-content .entry-column {
    flex-grow: auto;
    flex-basis: 25%;
    margin-bottom: 40px;
    padding: 0 30px; }
    @media (max-width: 1024px) {
      .type-team .section-content .entry-column {
        padding: 0 10px; } }
    @media (max-width: 768px) {
      .type-team .section-content .entry-column {
        flex-basis: 50%; } }
    .type-team .section-content .entry-column h4 {
      font-size: 20px;
      text-transform: none; }
      .type-team .section-content .entry-column h4:after {
        font-size: 10px; }
      @media (max-width: 768px) {
        .type-team .section-content .entry-column h4 {
          font-size: 26px; }
          .type-team .section-content .entry-column h4 br {
            display: none; } }
    .type-team .section-content .entry-column p {
      font-size: 15px;
      line-height: 21px; }
    .type-team .section-content .entry-column .meta a {
      display: inline-block;
      vertical-align: top;
      margin-right: 5px; }
      .type-team .section-content .entry-column .meta a.email img {
        width: 32px;
        height: auto; }
      .type-team .section-content .entry-column .meta a.phone img {
        width: 23px;
        height: auto; }
      .type-team .section-content .entry-column .meta a:hover {
        opacity: 0.7; }

/*
STATIC INFO PAGES
-------------------------------------------- */
.info-page-outer {
  background-color: #f3f3f3; }
  .info-page-outer .info-page-entry {
    padding: 40px;
    background-color: white; }
  .info-page-outer.pink-bgr {
    background: url(../img/pattern-bgr.png) 100% 0 repeat-y #d2aacf; }

.post-password-form {
  max-width: 600px; }
  .post-password-form label {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px; }
    .post-password-form label input {
      display: block;
      width: 100%;
      height: 40px;
      padding: 10px;
      margin-top: 5px;
      font-size: 14px;
      color: black;
      border: #eee solid 1px;
      background: white; }
  .post-password-form input[type="submit"] {
    width: 150px;
    height: 40px;
    font-size: 14px;
    color: black;
    text-transform: uppercase;
    border: #ccc solid 1px;
    background: #eee; }
