/* line 1, app/stylesheets/elements/base.scss */
* {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }
/* line 5, app/stylesheets/elements/base.scss */
*, *::before, *::after {
    box-sizing: border-box; }
/* line 11, app/stylesheets/elements/base.scss */
*::-ms-input-placeholder {
    opacity: 1; }
/* line 15, app/stylesheets/elements/base.scss */
*::-webkit-input-placeholder {
    transition: color .3s ease; }
*:-ms-input-placeholder {
    transition: color .3s ease; }
*::placeholder {
    transition: color .3s ease; }
/* line 19, app/stylesheets/elements/base.scss */
*:focus::-webkit-input-placeholder {
    color: transparent; }
*:focus:-ms-input-placeholder {
    color: transparent; }
*:focus::placeholder {
    color: transparent; }
/* line 24, app/stylesheets/elements/base.scss */
html {
  font-size: 62.5%; }
/* line 28, app/stylesheets/elements/base.scss */
body {
  background-color: #fff4e2;
  position: relative; }
/* line 33, app/stylesheets/elements/base.scss */
a {
  color: inherit; }
/* line 36, app/stylesheets/elements/base.scss */
a:focus {
    outline: 0; }
/* line 41, app/stylesheets/elements/base.scss */
img {
  height: auto;
  max-width: 100%; }
/* line 46, app/stylesheets/elements/base.scss */
strong {
  font-weight: 700; }
/* line 50, app/stylesheets/elements/base.scss */
em {
  font-style: italic; }
/* line 54, app/stylesheets/elements/base.scss */
ul.grid {
  list-style: none;
  padding: 0; }
/* line 59, app/stylesheets/elements/base.scss */
.404-message {
  color: #333;
  margin: 0 auto;
  max-width: 1000px;
  padding: 40px;
  text-align: center; }
/* line 67, app/stylesheets/elements/base.scss */
p.404-message__text {
  font-size: 18px; }
/* line 71, app/stylesheets/elements/base.scss */
.404-message__button {
  position: relative; }
/* line 76, app/stylesheets/elements/base.scss */
.u-align-center {
  text-align: center; }
/* line 80, app/stylesheets/elements/base.scss */
.page-container {
  margin: 0 60px; }
/* line 84, app/stylesheets/elements/base.scss */
.link {
  color: #911e37; }
/* line 87, app/stylesheets/elements/base.scss */
.link:hover, .link:focus {
    opacity: .6; }
/* line 93, app/stylesheets/elements/base.scss */
.flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
/* line 96, app/stylesheets/elements/base.scss */
.flex--space-between {
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
/* line 100, app/stylesheets/elements/base.scss */
.flex--justify-center {
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
/* line 104, app/stylesheets/elements/base.scss */
.flex--align-center {
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
/* line 109, app/stylesheets/elements/base.scss */
img.float-left {
  float: left;
  margin-right: 20px; }
/* line 114, app/stylesheets/elements/base.scss */
img.float-right {
  float: right;
  margin-left: 20px; }
/*Background colours */
/* line 120, app/stylesheets/elements/base.scss */
.forest-green {
  background-color: #004b4b;
  color: #fee8c4; }
/* line 125, app/stylesheets/elements/base.scss */
.ruby {
  background-color: #ebd2aa;
  color: #004b4b; }
@media screen and (max-width: 768px) {
  /* line 131, app/stylesheets/elements/base.scss */
  .page-container {
    margin: 0 20px; }
  /* line 135, app/stylesheets/elements/base.scss */
  img.float-left,
  img.float-right {
    float: none;
    margin: 0;
    width: 100%; } }
@media screen and (max-width: 414px) {
  /* line 144, app/stylesheets/elements/base.scss */
  .page-container {
    margin: 0 10px; } }
/* line 3, app/stylesheets/settings/reset.scss */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }
/* line 8, app/stylesheets/settings/reset.scss */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
dd,
dt,
blockquote,
fieldset,
figure,
figcaption,
button {
  margin: 0;
  font-weight: normal; }
/* line 31, app/stylesheets/settings/reset.scss */
details,
summary,
main {
  display: block; }
/* line 37, app/stylesheets/settings/reset.scss */
b,
strong {
  font-weight: bold; }
/* line 42, app/stylesheets/settings/reset.scss */
textarea {
  overflow: auto; }
/* line 46, app/stylesheets/settings/reset.scss */
table {
  border-collapse: separate;
  border-spacing: 0; }
/* line 51, app/stylesheets/settings/reset.scss */
td,
th,
fieldset,
legend {
  padding: 0; }
/* line 58, app/stylesheets/settings/reset.scss */
fieldset {
  border: none;
  width: 100%; }
/* line 63, app/stylesheets/settings/reset.scss */
legend {
  width: 100%; }
/* line 3, app/stylesheets/tools/_gridz.scss */
.grid {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
/* line 12, app/stylesheets/tools/_gridz.scss */
.col-1, .col-push-1, .col-2, .col-push-2, .col-3, .col-push-3, .col-4, .col-push-4, .col-5, .col-push-5, .col-6, .col-push-6, .col-7, .col-push-7, .col-8, .col-push-8, .col-9, .col-push-9, .col-10, .col-push-10, .col-11, .col-push-11, .col-12, .col-push-12 {
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column; }
/* line 17, app/stylesheets/tools/_gridz.scss */
.col-1 {
  width: 8.33333%; }
/* line 26, app/stylesheets/tools/_gridz.scss */
.col-push-1 {
  margin-left: 8.33333%; }
/* line 17, app/stylesheets/tools/_gridz.scss */
.col-2 {
  width: 16.66667%; }
/* line 26, app/stylesheets/tools/_gridz.scss */
.col-push-2 {
  margin-left: 16.66667%; }
/* line 17, app/stylesheets/tools/_gridz.scss */
.col-3 {
  width: 25%; }
/* line 26, app/stylesheets/tools/_gridz.scss */
.col-push-3 {
  margin-left: 25%; }
/* line 17, app/stylesheets/tools/_gridz.scss */
.col-4 {
  width: 33.33333%; }
/* line 26, app/stylesheets/tools/_gridz.scss */
.col-push-4 {
  margin-left: 33.33333%; }
/* line 17, app/stylesheets/tools/_gridz.scss */
.col-5 {
  width: 41.66667%; }
/* line 26, app/stylesheets/tools/_gridz.scss */
.col-push-5 {
  margin-left: 41.66667%; }
/* line 17, app/stylesheets/tools/_gridz.scss */
.col-6 {
  width: 50%; }
/* line 26, app/stylesheets/tools/_gridz.scss */
.col-push-6 {
  margin-left: 50%; }
/* line 17, app/stylesheets/tools/_gridz.scss */
.col-7 {
  width: 58.33333%; }
/* line 26, app/stylesheets/tools/_gridz.scss */
.col-push-7 {
  margin-left: 58.33333%; }
/* line 17, app/stylesheets/tools/_gridz.scss */
.col-8 {
  width: 66.66667%; }
/* line 26, app/stylesheets/tools/_gridz.scss */
.col-push-8 {
  margin-left: 66.66667%; }
/* line 17, app/stylesheets/tools/_gridz.scss */
.col-9 {
  width: 75%; }
/* line 26, app/stylesheets/tools/_gridz.scss */
.col-push-9 {
  margin-left: 75%; }
/* line 17, app/stylesheets/tools/_gridz.scss */
.col-10 {
  width: 83.33333%; }
/* line 26, app/stylesheets/tools/_gridz.scss */
.col-push-10 {
  margin-left: 83.33333%; }
/* line 17, app/stylesheets/tools/_gridz.scss */
.col-11 {
  width: 91.66667%; }
/* line 26, app/stylesheets/tools/_gridz.scss */
.col-push-11 {
  margin-left: 91.66667%; }
/* line 17, app/stylesheets/tools/_gridz.scss */
.col-12 {
  width: 100%; }
/* line 26, app/stylesheets/tools/_gridz.scss */
.col-push-12 {
  margin-left: 100%; }
/* line 3, app/stylesheets/settings/reset.scss */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }
/* line 8, app/stylesheets/settings/reset.scss */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
dd,
dt,
blockquote,
fieldset,
figure,
figcaption,
button {
  margin: 0;
  font-weight: normal; }
/* line 31, app/stylesheets/settings/reset.scss */
details,
summary,
main {
  display: block; }
/* line 37, app/stylesheets/settings/reset.scss */
b,
strong {
  font-weight: bold; }
/* line 42, app/stylesheets/settings/reset.scss */
textarea {
  overflow: auto; }
/* line 46, app/stylesheets/settings/reset.scss */
table {
  border-collapse: separate;
  border-spacing: 0; }
/* line 51, app/stylesheets/settings/reset.scss */
td,
th,
fieldset,
legend {
  padding: 0; }
/* line 58, app/stylesheets/settings/reset.scss */
fieldset {
  border: none;
  width: 100%; }
/* line 63, app/stylesheets/settings/reset.scss */
legend {
  width: 100%; }
@font-face {
  font-family: 'publica_sansbold';
  src: url("../fonts/publicasans-bold-webfont.woff2") format("woff2"), url("../fonts/publicasans-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'publica_sansmedium';
  src: url("../fonts/publicasans-medium-webfont.woff2") format("woff2"), url("../fonts/publicasans-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
/* line 21, app/stylesheets/settings/_typography.scss */
.heading--one,
.heading--two,
.heading--three {
  font-family: "publica_sansbold"; }
/* line 27, app/stylesheets/settings/_typography.scss */
body {
  font-family: "publica_sansmedium";
  font-size: 12px;
  line-height: 1.4;
  margin: 0; }
/* line 36, app/stylesheets/settings/_typography.scss */
.heading--one {
  font-size: 40px;
  font-size: 4rem;
  line-height: 1; }
/* line 41, app/stylesheets/settings/_typography.scss */
.heading--two {
  font-size: 18px;
  font-size: 1.8rem; }
/* line 45, app/stylesheets/settings/_typography.scss */
.heading--three {
  font-size: 12px;
  font-size: 1.2rem; }
/* line 49, app/stylesheets/settings/_typography.scss */
.heading--asset {
  margin-bottom: 20px;
  position: relative; }
/* line 53, app/stylesheets/settings/_typography.scss */
.heading--asset::after {
    content: '';
    background-color: #196e6e;
    bottom: 0;
    height: 2px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 300px; }
/* line 65, app/stylesheets/settings/_typography.scss */
.heading--primary {
  color: #196e6e; }
/* line 69, app/stylesheets/settings/_typography.scss */
.heading--secondary {
  color: #fee8c4; }
/* line 73, app/stylesheets/settings/_typography.scss */
.heading--tertiary {
  color: #004b4b; }
/* line 77, app/stylesheets/settings/_typography.scss */
.heading__link {
  text-decoration: none; }
/* line 81, app/stylesheets/settings/_typography.scss */
.heading--space-bottom {
  padding-bottom: 15px; }
/* line 85, app/stylesheets/settings/_typography.scss */
.heading--space-bottom-large {
  padding-bottom: 40px; }
/* line 90, app/stylesheets/settings/_typography.scss */
.sr-only {
  line-height: 0;
  font-size: 0;
  color: transparent; }
@media screen and (max-width: 768px) {
  /* line 97, app/stylesheets/settings/_typography.scss */
  .heading--one {
    font-size: 30px;
    font-size: 3rem; } }
@media screen and (max-width: 414px) {
  /* line 104, app/stylesheets/settings/_typography.scss */
  .heading--one {
    font-size: 20px;
    font-size: 2rem; }
  /* line 108, app/stylesheets/settings/_typography.scss */
  .heading--asset::after {
    width: 200px; } }
/* line 2, app/stylesheets/settings/_grid-overrides.scss */
.grid--space-bottom {
  margin-bottom: 20px; }
/* line 6, app/stylesheets/settings/_grid-overrides.scss */
.grid--flex-wrap {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
/* line 10, app/stylesheets/settings/_grid-overrides.scss */
.grid--flex-start {
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
@media screen and (max-width: 768px) {
  /* line 17, app/stylesheets/settings/_grid-overrides.scss */
  .grid--flex-start {
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  /* line 21, app/stylesheets/settings/_grid-overrides.scss */
  .grid .col-3 {
    width: calc(50% - 20px); } }
/* line 1, app/stylesheets/elements/base.scss */
* {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }
/* line 5, app/stylesheets/elements/base.scss */
*, *::before, *::after {
    box-sizing: border-box; }
/* line 11, app/stylesheets/elements/base.scss */
*::-ms-input-placeholder {
    opacity: 1; }
/* line 15, app/stylesheets/elements/base.scss */
*::-webkit-input-placeholder {
    transition: color .3s ease; }
*:-ms-input-placeholder {
    transition: color .3s ease; }
*::placeholder {
    transition: color .3s ease; }
/* line 19, app/stylesheets/elements/base.scss */
*:focus::-webkit-input-placeholder {
    color: transparent; }
*:focus:-ms-input-placeholder {
    color: transparent; }
*:focus::placeholder {
    color: transparent; }
/* line 24, app/stylesheets/elements/base.scss */
html {
  font-size: 62.5%; }
/* line 28, app/stylesheets/elements/base.scss */
body {
  background-color: #fff4e2;
  position: relative; }
/* line 33, app/stylesheets/elements/base.scss */
a {
  color: inherit; }
/* line 36, app/stylesheets/elements/base.scss */
a:focus {
    outline: 0; }
/* line 41, app/stylesheets/elements/base.scss */
img {
  height: auto;
  max-width: 100%; }
/* line 46, app/stylesheets/elements/base.scss */
strong {
  font-weight: 700; }
/* line 50, app/stylesheets/elements/base.scss */
em {
  font-style: italic; }
/* line 54, app/stylesheets/elements/base.scss */
ul.grid {
  list-style: none;
  padding: 0; }
/* line 59, app/stylesheets/elements/base.scss */
.404-message {
  color: #333;
  margin: 0 auto;
  max-width: 1000px;
  padding: 40px;
  text-align: center; }
/* line 67, app/stylesheets/elements/base.scss */
p.404-message__text {
  font-size: 18px; }
/* line 71, app/stylesheets/elements/base.scss */
.404-message__button {
  position: relative; }
/* line 76, app/stylesheets/elements/base.scss */
.u-align-center {
  text-align: center; }
/* line 80, app/stylesheets/elements/base.scss */
.page-container {
  margin: 0 60px; }
/* line 84, app/stylesheets/elements/base.scss */
.link {
  color: #911e37; }
/* line 87, app/stylesheets/elements/base.scss */
.link:hover, .link:focus {
    opacity: .6; }
/* line 93, app/stylesheets/elements/base.scss */
.flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
/* line 96, app/stylesheets/elements/base.scss */
.flex--space-between {
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
/* line 100, app/stylesheets/elements/base.scss */
.flex--justify-center {
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
/* line 104, app/stylesheets/elements/base.scss */
.flex--align-center {
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
/* line 109, app/stylesheets/elements/base.scss */
img.float-left {
  float: left;
  margin-right: 20px; }
/* line 114, app/stylesheets/elements/base.scss */
img.float-right {
  float: right;
  margin-left: 20px; }
/*Background colours */
/* line 120, app/stylesheets/elements/base.scss */
.forest-green {
  background-color: #004b4b;
  color: #fee8c4; }
/* line 125, app/stylesheets/elements/base.scss */
.ruby {
  background-color: #ebd2aa;
  color: #004b4b; }
@media screen and (max-width: 768px) {
  /* line 131, app/stylesheets/elements/base.scss */
  .page-container {
    margin: 0 20px; }
  /* line 135, app/stylesheets/elements/base.scss */
  img.float-left,
  img.float-right {
    float: none;
    margin: 0;
    width: 100%; } }
@media screen and (max-width: 414px) {
  /* line 144, app/stylesheets/elements/base.scss */
  .page-container {
    margin: 0 10px; } }
/* line 1, app/stylesheets/objects/_wrappers.scss */
.container {
  margin: 0 auto;
  max-width: 1200px;
  padding: 40px;
  position: relative; }
/* line 7, app/stylesheets/objects/_wrappers.scss */
.container--slim {
    max-width: 800px;
    margin: 0 auto; }
/* line 12, app/stylesheets/objects/_wrappers.scss */
.container--border-top {
    border-top: 1px solid #b9be87; }
/* line 16, app/stylesheets/objects/_wrappers.scss */
.container--header-top {
    margin-top: 140px; }
/* line 20, app/stylesheets/objects/_wrappers.scss */
.container--vh-top {
    margin-top: 20vh; }
/* line 25, app/stylesheets/objects/_wrappers.scss */
.row {
  margin: 40px 0; }
/* line 28, app/stylesheets/objects/_wrappers.scss */
.row--no-margin {
    margin: 0; }
@media only screen and (max-width: 768px) {
  /* line 35, app/stylesheets/objects/_wrappers.scss */
  .container--header-top {
    margin-top: 100px; }
  /* line 39, app/stylesheets/objects/_wrappers.scss */
  .container--vh-top {
    margin-top: 10vh; } }
/* line 1, app/stylesheets/objects/_btns.scss */
.btn {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "publica_sansmedium";
  font-weight: 400;
  padding: 15px 40px;
  position: absolute;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase; }
/* line 11, app/stylesheets/objects/_btns.scss */
.btn--secondary {
    background-color: #911e37;
    color: #ebd2aa;
    transition: opacity .3s ease;
    cursor: pointer; }
/* line 17, app/stylesheets/objects/_btns.scss */
.btn--secondary:hover {
      opacity: .6; }
/* line 22, app/stylesheets/objects/_btns.scss */
.btn--submit {
    -webkit-appearance: none;
    position: relative; }
/* line 27, app/stylesheets/objects/_btns.scss */
.btn--center {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
/* line 32, app/stylesheets/objects/_btns.scss */
.btn--tabs {
    position: relative; }
/* line 35, app/stylesheets/objects/_btns.scss */
.btn--tabs:not(:last-child) {
      border-right: 1px solid #fff4e2; }
/* line 41, app/stylesheets/objects/_btns.scss */
.tab-active {
  background-color: #b9506e; }
/* line 46, app/stylesheets/objects/_btns.scss */
.lime__btn {
  background-color: #b9be87;
  color: #196e6e;
  cursor: pointer;
  transition: background-color .3s ease, color .3s ease; }
/* line 52, app/stylesheets/objects/_btns.scss */
.lime__btn:hover {
    background-color: #196e6e;
    color: #b9be87; }
@media screen and (max-width: 767px) {
  /* line 59, app/stylesheets/objects/_btns.scss */
  .btn {
    padding: 14px; } }
@media screen and (max-width: 414px) {
  /* line 65, app/stylesheets/objects/_btns.scss */
  .btn {
    font-size: 12px;
    font-size: 1.2rem; } }
/* line 1, app/stylesheets/templates/_header.scss */
.header {
  background-color: #196e6e;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 11; }
/* line 11, app/stylesheets/templates/_header.scss */
.header__logo {
    height: 60px;
    width: 160px; }
@media screen and (max-width: 768px) {
  /* line 18, app/stylesheets/templates/_header.scss */
  .header {
    padding: 20px; } }
/* line 1, app/stylesheets/templates/_navigation.scss */
.menu-icon .menu-bar, .menu-icon .menu-bar::before, .menu-icon .menu-bar::after {
  background-color: #b9be87;
  content: '';
  height: 3px;
  position: absolute;
  width: 25px; }
/* line 9, app/stylesheets/templates/_navigation.scss */
.navigation {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 20px;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: auto 0;
  list-style: none; }
/* line 17, app/stylesheets/templates/_navigation.scss */
.navigation__item {
    font-size: 16px;
    font-size: 1.6rem;
    color: #b9be87;
    cursor: pointer;
    position: relative;
    text-transform: uppercase; }
/* line 24, app/stylesheets/templates/_navigation.scss */
.navigation__item:not(:last-child) {
      border-right: 1px solid #b9be87; }
/* line 29, app/stylesheets/templates/_navigation.scss */
.navigation__item:last-child .navigation__link {
      padding-right: 0; }
/* line 35, app/stylesheets/templates/_navigation.scss */
.navigation__link {
    font-weight: 900;
    padding: 0 20px;
    position: relative;
    text-decoration: none;
    transition: opacity .3s ease; }
/* line 42, app/stylesheets/templates/_navigation.scss */
.navigation__link:hover, .navigation__link:focus {
      opacity: .6; }
/* line 49, app/stylesheets/templates/_navigation.scss */
.menu-icon {
  cursor: pointer;
  display: none;
  height: 40px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  z-index: 3; }
/* line 60, app/stylesheets/templates/_navigation.scss */
.menu-icon:hover .menu-bar::before,
  .menu-icon:focus .menu-bar::before {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px); }
/* line 65, app/stylesheets/templates/_navigation.scss */
.menu-icon:hover .menu-bar::after,
  .menu-icon:focus .menu-bar::after {
    -webkit-transform: translateY(2px);
            transform: translateY(2px); }
/* line 71, app/stylesheets/templates/_navigation.scss */
.menu-icon.active .menu-bar::before,
  .menu-icon.active .menu-bar::after {
    transition: .3s, -webkit-transform;
    transition: transform, .3s;
    transition: transform, .3s, -webkit-transform;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    position: absolute;
    top: 50%; }
/* line 77, app/stylesheets/templates/_navigation.scss */
.menu-icon.active .menu-bar::before {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg); }
/* line 81, app/stylesheets/templates/_navigation.scss */
.menu-icon.active .menu-bar {
    transition: background, .3s;
    background: transparent; }
/* line 86, app/stylesheets/templates/_navigation.scss */
.menu-icon.active .menu-bar::after {
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg); }
/* line 91, app/stylesheets/templates/_navigation.scss */
.menu-icon .menu-bar {
    transition: background, .3s;
    left: 8px;
    top: 18px; }
/* line 97, app/stylesheets/templates/_navigation.scss */
.menu-icon .menu-bar::before, .menu-icon .menu-bar::after {
      transition: .3s, -webkit-transform;
      transition: transform, .3s;
      transition: transform, .3s, -webkit-transform; }
/* line 103, app/stylesheets/templates/_navigation.scss */
.menu-icon .menu-bar::before {
      top: -8px; }
/* line 107, app/stylesheets/templates/_navigation.scss */
.menu-icon .menu-bar::after {
      top: 8px; }
@media screen and (max-width: 768px) {
  /* line 114, app/stylesheets/templates/_navigation.scss */
  .menu-icon {
    display: block; }
  /* line 118, app/stylesheets/templates/_navigation.scss */
  .menu-open {
    position: fixed; }
  /* line 122, app/stylesheets/templates/_navigation.scss */
  .navigation {
    background-color: #196e6e;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    opacity: 0;
    padding: 20px;
    position: fixed;
    right: 0;
    top: -132px;
    transition: opacity .3s, -webkit-transform .4s ease-in-out;
    transition: opacity .3s, transform .4s ease-in-out;
    transition: opacity .3s, transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    width: 260px;
    z-index: 2; }
    /* line 136, app/stylesheets/templates/_navigation.scss */
    .navigation.active {
      opacity: 1;
      top: 0;
      -webkit-transform: translateY(100px);
              transform: translateY(100px); }
    /* line 142, app/stylesheets/templates/_navigation.scss */
    .navigation__item {
      padding-bottom: 10px;
      text-align: right; }
      /* line 145, app/stylesheets/templates/_navigation.scss */
      .navigation__item:not(:last-child) {
        border: none; }
    /* line 150, app/stylesheets/templates/_navigation.scss */
    .navigation__link {
      padding: 0; } }
@media screen and (max-width: 736px) {
  /* line 157, app/stylesheets/templates/_navigation.scss */
  .navigation {
    border-top: 1px solid #b9be87;
    height: calc(100vh - 100px);
    width: 100vw; }
    /* line 162, app/stylesheets/templates/_navigation.scss */
    .navigation__item {
      font-size: 15px;
      font-size: 1.5rem;
      padding-bottom: 0;
      text-align: center; }
      /* line 167, app/stylesheets/templates/_navigation.scss */
      .navigation__item::after {
        bottom: 0;
        content: '';
        background-color: #b9be87;
        height: 1px;
        left: 50%;
        position: absolute;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        width: 20px; } }
/* line 1, app/stylesheets/templates/_footer.scss */
.footer {
  background-color: #196e6e; }
/* line 4, app/stylesheets/templates/_footer.scss */
.footer__top {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
/* line 8, app/stylesheets/templates/_footer.scss */
.footer__contact, .footer__support {
    margin: 20px 0;
    padding: 20px 40px;
    width: 50%; }
/* line 14, app/stylesheets/templates/_footer.scss */
.footer__contact h2, .footer__support h2 {
      font-size: 30px;
      font-size: 3rem;
      color: #fff; }
/* line 20, app/stylesheets/templates/_footer.scss */
.footer__contact {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
/* line 26, app/stylesheets/templates/_footer.scss */
.footer__link {
    font-size: 18px;
    font-size: 1.8rem;
    color: #b9be87;
    font-family: "publica_sansmedium";
    text-decoration: none;
    transition: opacity .6s ease; }
/* line 33, app/stylesheets/templates/_footer.scss */
.footer__link:hover, .footer__link:focus {
      opacity: .6; }
/* line 39, app/stylesheets/templates/_footer.scss */
.footer__support {
    border-left: 1px solid rgba(0, 75, 75, 0.6); }
/* line 42, app/stylesheets/templates/_footer.scss */
.footer__support .footer__info {
      font-size: 18px;
      font-size: 1.8rem;
      color: #d1d3d4;
      margin-bottom: 20px; }
/* line 49, app/stylesheets/templates/_footer.scss */
.footer__social {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 20px;
    width: 235px; }
/* line 55, app/stylesheets/templates/_footer.scss */
.footer__social .footer__link {
      background-color: #b9be87;
      height: 40px;
      position: relative;
      transition: opacity .3s ease;
      width: 40px; }
/* line 62, app/stylesheets/templates/_footer.scss */
.footer__social .footer__link:not(:last-child) {
        margin-right: 20px; }
/* line 66, app/stylesheets/templates/_footer.scss */
.footer__social .footer__link:hover, .footer__social .footer__link:focus {
        opacity: .6; }
/* line 71, app/stylesheets/templates/_footer.scss */
.footer__social .footer__link span {
        font-size: 0px;
        line-height: 0; }
/* line 77, app/stylesheets/templates/_footer.scss */
.footer__social i {
      font-size: 25px;
      font-size: 2.5rem;
      color: #196e6e;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
/* line 87, app/stylesheets/templates/_footer.scss */
.footer__bottom {
    font-size: 12px;
    font-size: 1.2rem;
    border-top: 1px solid #004b4b;
    color: #004b4b;
    margin: 0 40px;
    padding: 40px 0;
    text-align: center; }
/* line 97, app/stylesheets/templates/_footer.scss */
.subscribe {
  margin-top: 20px; }
/* line 100, app/stylesheets/templates/_footer.scss */
.subscribe__input, .subscribe__submit {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 15px; }
/* line 106, app/stylesheets/templates/_footer.scss */
.subscribe__input {
    color: #004b4b;
    background-color: #196e6e;
    border: 1px solid rgba(0, 75, 75, 0.6);
    border-right: 0;
    padding: 15px;
    width: 75%; }
/* line 115, app/stylesheets/templates/_footer.scss */
.subscribe__submit {
    border: none;
    background-color: #b9be87;
    color: #004b4b;
    transition: opacity .3s ease; }
/* line 121, app/stylesheets/templates/_footer.scss */
.subscribe__submit:hover, .subscribe__submit:focus {
      cursor: pointer;
      opacity: .6; }
/* line 128, app/stylesheets/templates/_footer.scss */
.subscribe input[type="email"].subscribe__input::-webkit-input-placeholder {
    color: #004b4b; }
.subscribe input[type="email"].subscribe__input:-ms-input-placeholder {
    color: #004b4b; }
.subscribe input[type="email"].subscribe__input::placeholder {
    color: #004b4b; }
@media only screen and (max-width: 880px) {
  /* line 134, app/stylesheets/templates/_footer.scss */
  .subscribe__input {
    width: 65%; } }
@media only screen and (max-width: 768px) {
  /* line 141, app/stylesheets/templates/_footer.scss */
  .footer__top {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  /* line 146, app/stylesheets/templates/_footer.scss */
  .footer__contact * {
    width: 100%; }
  /* line 150, app/stylesheets/templates/_footer.scss */
  .footer__contact .heading--two .heading__link {
    text-decoration: none; }
  /* line 155, app/stylesheets/templates/_footer.scss */
  .footer__support {
    border-left: 0;
    border-top: 1px solid rgba(0, 75, 75, 0.6); }
  /* line 160, app/stylesheets/templates/_footer.scss */
  .footer .subscribe {
    max-width: 440px;
    margin: 20px auto 0; }
    /* line 164, app/stylesheets/templates/_footer.scss */
    .footer .subscribe__input {
      border-right: 1px solid rgba(0, 75, 75, 0.6); } }
@media only screen and (max-width: 414px) {
  /* line 172, app/stylesheets/templates/_footer.scss */
  .subscribe {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    /* line 174, app/stylesheets/templates/_footer.scss */
    .subscribe__input {
      width: 100%; }
    /* line 178, app/stylesheets/templates/_footer.scss */
    .subscribe__submit {
      margin: 10px 0 0;
      padding: 15px 61px; }
  /* line 184, app/stylesheets/templates/_footer.scss */
  .footer__link {
    font-size: 14px;
    font-size: 1.4rem; } }
@media only screen and (max-width: 768px) {
  /* line 190, app/stylesheets/templates/_footer.scss */
  .footer__contact, .footer__support {
    text-align: center;
    width: 100%; } }
@media only screen and (max-width: 375px) {
  /* line 198, app/stylesheets/templates/_footer.scss */
  .footer__contact, .footer__support {
    padding: 20px; } }
@media only screen and (max-width: 320px) {
  /* line 205, app/stylesheets/templates/_footer.scss */
  .footer__contact, .footer__support {
    padding: 10px; } }
/* line 2, app/stylesheets/templates/_home-events.scss */
.events-block {
  background-color: #b9be87;
  height: 460px;
  width: 360px; }
/* line 7, app/stylesheets/templates/_home-events.scss */
.events-block .events-link {
    color: #196e6e;
    height: 100%;
    text-decoration: none;
    width: 100%; }
/* line 14, app/stylesheets/templates/_home-events.scss */
.events-block .post-image {
    background-color: #b9506e;
    background-position: center center;
    background-size: cover;
    height: 50%;
    width: 100%; }
/* line 23, app/stylesheets/templates/_home-events.scss */
.events-grid__col--title {
  font-size: 30px;
  font-size: 3rem;
  padding: 20px 20px 0; }
/* line 28, app/stylesheets/templates/_home-events.scss */
.events-grid__col--info {
  font-size: 12px;
  font-size: 1.2rem;
  padding: 20px 20px 0; }
/* line 1, app/stylesheets/templates/_home-press.scss */
.press {
  width: 100%; }
/* line 4, app/stylesheets/templates/_home-press.scss */
.press__container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 40px;
    position: relative;
    width: 100%; }
/* line 13, app/stylesheets/templates/_home-press.scss */
.press__block {
    background-color: pink;
    height: 75px;
    margin: 0 10px;
    transition: opacity .3s ease;
    width: 25%; }
/* line 20, app/stylesheets/templates/_home-press.scss */
.press__block--image {
      height: 75px;
      width: 25%; }
/* line 25, app/stylesheets/templates/_home-press.scss */
.press__block:hover, .press__block:focus {
      opacity: .6;
      -webkit-transform: opacity .2s ease;
              transform: opacity .2s ease; }
/* line 32, app/stylesheets/templates/_home-press.scss */
.press__btn {
    display: block;
    margin: 0 auto;
    max-width: 240px;
    text-align: center; }
/* line 1, app/stylesheets/templates/_header-quote.scss */
.quote {
  background-color: #b9506e;
  background-position: center center;
  background-size: cover;
  height: 150px;
  margin-top: 140px;
  overflow: hidden;
  position: relative;
  text-align: center; }
/* line 11, app/stylesheets/templates/_header-quote.scss */
.quote::after {
    background-color: rgba(0, 0, 0, 0.4);
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 5; }
/* line 22, app/stylesheets/templates/_header-quote.scss */
.quote__background {
    background-color: rgba(0, 0, 0, 0.4);
    height: auto;
    width: 100%; }
/* line 28, app/stylesheets/templates/_header-quote.scss */
.quote__inner {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 40px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    z-index: 6; }
/* line 38, app/stylesheets/templates/_header-quote.scss */
.quote__title {
    font-size: 30px;
    font-size: 3rem;
    color: #ebd2aa;
    line-height: 1.2; }
/* line 44, app/stylesheets/templates/_header-quote.scss */
.quote__author {
    font-size: 20px;
    font-size: 2rem;
    color: #ebd2aa;
    font-family: "publica_sansbold"; }
@media only screen and (max-width: 768px) {
  /* line 52, app/stylesheets/templates/_header-quote.scss */
  .quote {
    margin-top: 100px; }
    /* line 55, app/stylesheets/templates/_header-quote.scss */
    .quote__title {
      font-size: 40px;
      font-size: 4rem; }
    /* line 59, app/stylesheets/templates/_header-quote.scss */
    .quote .container {
      padding: 20px; } }
@media only screen and (max-width: 375px) {
  /* line 67, app/stylesheets/templates/_header-quote.scss */
  .quote__title {
    font-size: 20px;
    font-size: 2rem; }
  /* line 71, app/stylesheets/templates/_header-quote.scss */
  .quote__author {
    font-size: 12px;
    font-size: 1.2rem; }
  /* line 75, app/stylesheets/templates/_header-quote.scss */
  .quote .container {
    padding: 10px; } }
/* line 1, app/stylesheets/templates/_two-block.scss */
.two-block {
  background-color: #b9be87;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 40px; }
/* line 7, app/stylesheets/templates/_two-block.scss */
.two-block__section {
    color: #196e6e;
    width: 50%; }
/* line 11, app/stylesheets/templates/_two-block.scss */
.two-block__section--padding-right {
      border-right: 1px solid #196e6e;
      padding-right: 40px; }
/* line 16, app/stylesheets/templates/_two-block.scss */
.two-block__section--padding-left {
      padding-left: 40px; }
/* line 21, app/stylesheets/templates/_two-block.scss */
.two-block__title {
    font-size: 25px;
    font-size: 2.5rem;
    text-align: center;
    padding-bottom: 10px; }
/* line 27, app/stylesheets/templates/_two-block.scss */
.two-block p {
    font-size: 12px; }
@media only screen and (max-width: 768px) {
  /* line 33, app/stylesheets/templates/_two-block.scss */
  .two-block {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    /* line 36, app/stylesheets/templates/_two-block.scss */
    .two-block__section {
      width: 100%; }
      /* line 39, app/stylesheets/templates/_two-block.scss */
      .two-block__section:not(:last-child) {
        padding: 0 0 20px 0; }
      /* line 43, app/stylesheets/templates/_two-block.scss */
      .two-block__section--padding-right {
        border: none;
        padding-right: none; }
      /* line 48, app/stylesheets/templates/_two-block.scss */
      .two-block__section--padding-left {
        padding-left: 0; } }
@media only screen and (max-width: 414px) {
  /* line 56, app/stylesheets/templates/_two-block.scss */
  .two-block {
    padding: 20px 10px; }
    /* line 59, app/stylesheets/templates/_two-block.scss */
    .two-block__section {
      padding: 0 10px; } }
/* line 1, app/stylesheets/templates/_our-team.scss */
.team {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }
/* line 8, app/stylesheets/templates/_our-team.scss */
.team-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 10px;
  margin-bottom: 20px;
  width: calc(33% - 20px);
  /*  &__social i {
    @include font-size(2);
    padding-right: 10px;
    transition: opacity .3s ease;

    &:hover,
    &:focus {
      opacity: .6;
    }
  }*/ }
/* line 15, app/stylesheets/templates/_our-team.scss */
.team-block__image {
    background-color: #e696a0;
    height: auto;
    overflow: hidden;
    position: relative; }
/* line 22, app/stylesheets/templates/_our-team.scss */
.team-block__info {
    background-color: #b9be87;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    color: #196e6e;
    padding: 20px;
    width: 100%; }
/* line 30, app/stylesheets/templates/_our-team.scss */
.team-block__name {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
    margin: 0;
    font-weight: 600; }
/* line 37, app/stylesheets/templates/_our-team.scss */
.team-block__role {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
    margin-bottom: 10px; }
/* line 43, app/stylesheets/templates/_our-team.scss */
.team-block__bio {
    font-size: 12px;
    font-size: 1.2rem; }
/* line 46, app/stylesheets/templates/_our-team.scss */
.team-block__bio p {
      font-weight: 400;
      line-height: 1.4;
      margin-bottom: 5px;
      word-wrap: break-word; }
@media screen and (max-width: 768px) {
  /* line 67, app/stylesheets/templates/_our-team.scss */
  .team-block {
    width: calc(50% - 20px); } }
@media screen and (max-width: 414px) {
  /* line 74, app/stylesheets/templates/_our-team.scss */
  .team-block {
    width: 100%; } }
/* line 1, app/stylesheets/templates/_internal-page.scss */
.post {
  max-width: 1200px;
  margin: 0 auto; }
/* line 5, app/stylesheets/templates/_internal-page.scss */
.post__featured-image {
    background-size: cover;
    background-position: center center;
    height: 500px;
    max-width: 750px;
    margin: 40px auto; }
/* line 13, app/stylesheets/templates/_internal-page.scss */
.post__title {
    margin: 0 auto;
    max-width: 750px; }
/* line 17, app/stylesheets/templates/_internal-page.scss */
.post__title--date {
      font-size: 20px;
      font-size: 2rem;
      color: #b9506e; }
/* line 23, app/stylesheets/templates/_internal-page.scss */
.post__content {
    font-size: 16px;
    font-size: 1.6rem;
    color: #333;
    margin: 0 auto;
    max-width: 750px;
    /* For soundcloud iframes */ }
/* line 29, app/stylesheets/templates/_internal-page.scss */
.post__content a {
      color: #911e37;
      text-decoration: none; }
/* line 33, app/stylesheets/templates/_internal-page.scss */
.post__content a:hover, .post__content a:focus {
        text-decoration: underline; }
/* line 39, app/stylesheets/templates/_internal-page.scss */
.post__content h1,
    .post__content h2,
    .post__content h3,
    .post__content h4,
    .post__content h5,
    .post__content h6 {
      color: #911e37;
      margin-bottom: 20px; }
/* line 49, app/stylesheets/templates/_internal-page.scss */
.post__content h1 {
      font-size: 50px;
      font-size: 5rem; }
/* line 53, app/stylesheets/templates/_internal-page.scss */
.post__content h2 {
      font-size: 40px;
      font-size: 4rem; }
/* line 57, app/stylesheets/templates/_internal-page.scss */
.post__content h3 {
      font-size: 30px;
      font-size: 3rem; }
/* line 61, app/stylesheets/templates/_internal-page.scss */
.post__content h4 {
      font-size: 20px;
      font-size: 2rem; }
/* line 66, app/stylesheets/templates/_internal-page.scss */
.post__content h5 {
      font-size: 18px;
      font-size: 1.8rem; }
/* line 70, app/stylesheets/templates/_internal-page.scss */
.post__content p {
      margin: 20px 0; }
/* line 73, app/stylesheets/templates/_internal-page.scss */
.post__content p:last-child {
        margin-bottom: 0; }
/* line 79, app/stylesheets/templates/_internal-page.scss */
.post__content iframe {
      margin: 20px 0; }
@media screen and (max-width: 768px) {
  /* line 86, app/stylesheets/templates/_internal-page.scss */
  .post__featured-image {
    height: 350px; } }
/* line 1, app/stylesheets/templates/_listing.scss */
.card {
  width: calc(33.333% - 20px); }
/* line 4, app/stylesheets/templates/_listing.scss */
.card:nth-child(3n+3) {
    margin-right: 0; }
/* line 8, app/stylesheets/templates/_listing.scss */
.card:nth-child(1n + 4) {
    margin-top: 20px; }
/* line 12, app/stylesheets/templates/_listing.scss */
.card .events,
  .card .post {
    background-color: #b9be87;
    height: 100%; }
/* line 17, app/stylesheets/templates/_listing.scss */
.card .events.category-jummah,
    .card .post.category-jummah {
      background-color: #a75363; }
/* line 21, app/stylesheets/templates/_listing.scss */
.card .events.category-jummah .card__details,
      .card .post.category-jummah .card__details {
        border-color: #ebd2aa; }
/* line 24, app/stylesheets/templates/_listing.scss */
.card .events.category-jummah .card__info, .card .events.category-jummah .card__title, .card .events.category-jummah .card__excerpt, .card .events.category-jummah .card__read-more,
      .card .post.category-jummah .card__info,
      .card .post.category-jummah .card__title,
      .card .post.category-jummah .card__excerpt,
      .card .post.category-jummah .card__read-more {
        color: #ebd2aa; }
/* line 34, app/stylesheets/templates/_listing.scss */
.card__link {
    display: block;
    height: 100%;
    text-decoration: none;
    width: 100%; }
/* line 42, app/stylesheets/templates/_listing.scss */
.card__link:hover .card__info .card__read-more, .card__link:focus .card__info .card__read-more {
      text-decoration: underline; }
/* line 48, app/stylesheets/templates/_listing.scss */
.card__media {
    background-position: center center;
    background-size: cover;
    height: 230px; }
/* line 54, app/stylesheets/templates/_listing.scss */
.card__info {
    color: #196e6e;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 20px; }
/* line 62, app/stylesheets/templates/_listing.scss */
.card__title {
    font-size: 17.5px;
    font-size: 1.75rem;
    font-weight: 700;
    color: #196e6e; }
/* line 68, app/stylesheets/templates/_listing.scss */
.card__details {
    font-size: 12.5px;
    font-size: 1.25rem;
    border-top: 1px solid #196e6e;
    font-style: italic;
    margin-top: 10px;
    padding: 10px 0; }
/* line 76, app/stylesheets/templates/_listing.scss */
.card__excerpt {
    font-size: 12.5px;
    font-size: 1.25rem;
    color: #196e6e; }
/* line 81, app/stylesheets/templates/_listing.scss */
.card__read-more {
    font-size: 12.5px;
    font-size: 1.25rem;
    color: #911e37;
    font-weight: 700;
    margin-top: 10px;
    text-transform: uppercase; }
@media only screen and (max-width: 1115px) {
  /* line 92, app/stylesheets/templates/_listing.scss */
  .card:nth-child(3n+3) {
    margin-right: 20px; } }
@media only screen and (max-width: 768px) {
  /* line 99, app/stylesheets/templates/_listing.scss */
  .col-4 {
    width: 48%; }
  /* line 103, app/stylesheets/templates/_listing.scss */
  .card {
    margin-right: 20px; }
    /* line 106, app/stylesheets/templates/_listing.scss */
    .card:nth-child(even) {
      margin-right: 0; } }
@media only screen and (max-width: 650px) {
  /* line 113, app/stylesheets/templates/_listing.scss */
  .col-4 {
    width: 100%; }
  /* line 117, app/stylesheets/templates/_listing.scss */
  .card {
    margin: 0 0 20px 0; }
    /* line 120, app/stylesheets/templates/_listing.scss */
    .card:nth-child(3n+3) {
      margin-right: 0; } }
/* line 1, app/stylesheets/templates/_contact.scss */
.address {
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  color: #911e37;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
/* line 8, app/stylesheets/templates/_contact.scss */
.address__links {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 20px; }
/* line 14, app/stylesheets/templates/_contact.scss */
.address__link {
    text-decoration: none;
    transition: opacity .3s ease; }
/* line 18, app/stylesheets/templates/_contact.scss */
.address__link:hover, .address__link:focus {
      opacity: .6; }
/* line 25, app/stylesheets/templates/_contact.scss */
.form-tabs {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 40px auto 0;
  max-width: 730px; }
/* line 31, app/stylesheets/templates/_contact.scss */
.form-tabs__button {
    border: none; }
/* line 36, app/stylesheets/templates/_contact.scss */
.form {
  display: none;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 40px;
  max-width: 1120px; }
/* line 42, app/stylesheets/templates/_contact.scss */
.form--active {
    display: block; }
/* line 46, app/stylesheets/templates/_contact.scss */
.form__row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
/* line 50, app/stylesheets/templates/_contact.scss */
.form__row .col-6:first-child {
      margin-right: 10px; }
/* line 55, app/stylesheets/templates/_contact.scss */
.form__label {
    font-size: 14px;
    font-size: 1.4rem;
    color: #196e6e;
    display: block;
    font-family: "publica_sansmedium";
    margin-bottom: 10px;
    text-transform: uppercase; }
/* line 64, app/stylesheets/templates/_contact.scss */
.form__input, .form__verification {
    font-size: 16px;
    font-size: 1.6rem;
    background-color: #fee8c4;
    border: 1px solid #fee8c4;
    color: #888;
    margin: 0 15px 15px 0;
    padding: 20px 15px;
    width: 100%; }
/* line 74, app/stylesheets/templates/_contact.scss */
.form__input--no-right-space, .form__verification--no-right-space {
      margin-right: 0; }
/* line 78, app/stylesheets/templates/_contact.scss */
.form__input:focus, .form__verification:focus {
      border: 1px solid #911e37;
      outline: none; }
/* line 84, app/stylesheets/templates/_contact.scss */
.form__verification {
    max-width: 60px;
    margin-bottom: 0; }
/* line 89, app/stylesheets/templates/_contact.scss */
.form__sum {
    font-size: 14px;
    font-size: 1.4rem;
    color: #911e37; }
/* line 94, app/stylesheets/templates/_contact.scss */
.form__btn {
    border: none;
    margin-top: 25px; }
/* line 100, app/stylesheets/templates/_contact.scss */
.success,
.error {
  padding: 40px;
  text-align: center;
  font-size: 22px; }
/* line 107, app/stylesheets/templates/_contact.scss */
.success {
  color: green; }
/* line 111, app/stylesheets/templates/_contact.scss */
.error {
  color: red; }
/* line 115, app/stylesheets/templates/_contact.scss */
form span {
  color: red; }
/* line 119, app/stylesheets/templates/_contact.scss */
.nf-form-title {
  display: none; }
/* line 123, app/stylesheets/templates/_contact.scss */
.nf-field-label label {
  font-size: 14px;
  font-size: 1.4rem;
  color: #196e6e;
  display: block;
  font-family: "publica_sansmedium";
  margin-bottom: 10px; }
@media screen and (max-width: 789px) {
  /* line 132, app/stylesheets/templates/_contact.scss */
  .form {
    margin-bottom: 20px; }
    /* line 135, app/stylesheets/templates/_contact.scss */
    .form__input {
      margin: 0 0 20px 0;
      width: 100%; }
    /* line 140, app/stylesheets/templates/_contact.scss */
    .form__btn {
      margin-top: 5px; } }
@media screen and (max-width: 767px) {
  /* line 147, app/stylesheets/templates/_contact.scss */
  .form-tabs {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    /* line 150, app/stylesheets/templates/_contact.scss */
    .form-tabs__button {
      width: 100%; }
    /* line 154, app/stylesheets/templates/_contact.scss */
    .form-tabs__button:not(:last-child) {
      margin-bottom: 10px; } }
@media screen and (max-width: 414px) {
  /* line 161, app/stylesheets/templates/_contact.scss */
  .form__row {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    /* line 164, app/stylesheets/templates/_contact.scss */
    .form__row .col-6 {
      width: 100%; }
  /* line 169, app/stylesheets/templates/_contact.scss */
  .address__link {
    font-size: 14px;
    font-size: 1.4rem; } }
/* line 2, app/stylesheets/templates/_central-paragraph.scss */
.central-paragraph {
  font-size: 16px;
  font-size: 1.6rem; }
/* line 1, app/stylesheets/templates/carousel.scss */
.owl-stage-outer {
  height: 100%; }
/* line 5, app/stylesheets/templates/carousel.scss */
.owl-carousel {
  height: calc(100vh - 280px);
  top: 140px;
  overflow: hidden; }
/* line 10, app/stylesheets/templates/carousel.scss */
.owl-carousel .owl-stage {
    height: 100%; }
/* line 13, app/stylesheets/templates/carousel.scss */
.owl-carousel .owl-stage .owl-item {
      height: 100%; }
/* line 19, app/stylesheets/templates/carousel.scss */
.slide {
  height: 100%;
  position: relative; }
/* line 23, app/stylesheets/templates/carousel.scss */
.slide__content {
    top: 50%;
    padding: 40px;
    position: absolute;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
/* line 29, app/stylesheets/templates/carousel.scss */
.slide__content .btn {
      position: relative; }
/* line 34, app/stylesheets/templates/carousel.scss */
.slide__title, .slide__subtitle {
    line-height: 1.17;
    font-weight: 700; }
/* line 40, app/stylesheets/templates/carousel.scss */
.slide__title {
    background-color: rgba(0, 75, 75, 0.6);
    color: #fff;
    margin-bottom: 20px;
    padding: 10px 20px; }
/* line 47, app/stylesheets/templates/carousel.scss */
.slide__subtitle {
    margin-bottom: 20px; }
/* line 52, app/stylesheets/templates/carousel.scss */
.owl-dots {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  bottom: 40px;
  position: absolute;
  right: 40px; }
/* line 59, app/stylesheets/templates/carousel.scss */
.owl-dot {
  border: 2px solid #b9be87;
  border-radius: 50%;
  display: block;
  height: 12px;
  width: 12px; }
/* line 66, app/stylesheets/templates/carousel.scss */
.owl-dot:not(:last-child) {
    margin-right: 8px; }
/* line 70, app/stylesheets/templates/carousel.scss */
.owl-dot.active {
    border: none;
    background-color: #b9be87; }
@media only screen and (max-width: 768px) {
  /* line 77, app/stylesheets/templates/carousel.scss */
  .owl-carousel {
    height: auto;
    top: 100px; } }
@media screen and (max-width: 414px) {
  /* line 85, app/stylesheets/templates/carousel.scss */
  .slide__container {
    padding: 20px; }
  /* line 89, app/stylesheets/templates/carousel.scss */
  .slide__content {
    bottom: 30px; }
  /* line 94, app/stylesheets/templates/carousel.scss */
  .owl-dots {
    bottom: 20px;
    right: 20px; }
  /* line 99, app/stylesheets/templates/carousel.scss */
  .owl-dot {
    border: 1px solid #b9be87;
    height: 8px;
    width: 8px; } }
@media screen and (max-width: 320px) {
  /* line 107, app/stylesheets/templates/carousel.scss */
  .owl-dots {
    display: none; } }
/* line 1, app/stylesheets/templates/404-message.scss */
.error404 .container {
  margin-top: 140px; }
/* line 5, app/stylesheets/templates/404-message.scss */
.message-404 {
  color: #333;
  margin: 0 auto;
  max-width: 1000px;
  padding: 40px;
  text-align: center; }
/* line 12, app/stylesheets/templates/404-message.scss */
.message-404__text {
    font-size: 18px;
    margin-bottom: 20px; }
/* line 17, app/stylesheets/templates/404-message.scss */
.message-404__button {
    background-color: #911e37;
    color: #ebd2aa;
    font-size: 18px;
    padding: 15px 40px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: .3s color ease, .3s background-color ease; }
/* line 27, app/stylesheets/templates/404-message.scss */
.message-404__button:not(:last-child) {
      margin-right: 20px; }
/* line 31, app/stylesheets/templates/404-message.scss */
.message-404__button:hover, .message-404__button:focus {
      color: #911e37;
      background-color: #ebd2aa; }
@media screen and (max-width: 768px) {
  /* line 41, app/stylesheets/templates/404-message.scss */
  .error404 .container {
    margin-top: 100px; } }
/* line 1, app/stylesheets/templates/_article-page.scss */
.article-logo {
  text-decoration: none; }
/* line 5, app/stylesheets/templates/_article-page.scss */
.article-logo:nth-child(4n + 4) .article-logo__image {
    margin-right: 0; }
/* line 10, app/stylesheets/templates/_article-page.scss */
.article-logo__image {
    height: 95px;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    transition: .3s opacity; }
/* line 18, app/stylesheets/templates/_article-page.scss */
.article-logo__media {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
/* line 24, app/stylesheets/templates/_article-page.scss */
.article-logo__image, .article-logo__title {
    margin-right: 20px; }
/* line 29, app/stylesheets/templates/_article-page.scss */
.article-logo__title {
    font-size: 18px;
    font-size: 1.8rem;
    color: #911e37;
    font-weight: 700;
    margin-top: 10px;
    text-transform: uppercase; }
/* line 39, app/stylesheets/templates/_article-page.scss */
.article-logo:hover .article-logo__image, .article-logo:focus .article-logo__image {
    opacity: .6; }
@media screen and (max-width: 768px) {
  /* line 46, app/stylesheets/templates/_article-page.scss */
  .grid {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    /* line 49, app/stylesheets/templates/_article-page.scss */
    .grid .col-3 {
      width: calc(50% - 20px); } }
@media screen and (max-width: 768px) {
  /* line 56, app/stylesheets/templates/_article-page.scss */
  .grid {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  /* line 61, app/stylesheets/templates/_article-page.scss */
  .article-logo__image, .article-logo__title {
    margin-right: 0; } }
@media only screen and (max-width: 650px) {
  /*  .grid .col-3 {
    width: ;
  }*/ }
/* line 1, app/stylesheets/templates/_holding-page.scss */
.page-template-holding-page {
  background-color: #196e6e;
  height: 100vh;
  position: relative;
  width: 100vw; }
/* line 7, app/stylesheets/templates/_holding-page.scss */
.page-template-holding-page .header,
  .page-template-holding-page .footer {
    display: none; }
/* line 13, app/stylesheets/templates/_holding-page.scss */
.page-template-holding-page .holding-page__content {
    left: 50%;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
/* line 21, app/stylesheets/templates/_holding-page.scss */
.page-template-holding-page .holding-page__heading, .page-template-holding-page .holding-page__sub, .page-template-holding-page .holding-page__para {
    color: #fff; }
/* line 27, app/stylesheets/templates/_holding-page.scss */
.page-template-holding-page .holding-page__heading {
    font-size: 60px;
    font-size: 6rem; }
/* line 31, app/stylesheets/templates/_holding-page.scss */
.page-template-holding-page .holding-page__sub {
    font-size: 25px;
    font-size: 2.5rem; }
/* line 35, app/stylesheets/templates/_holding-page.scss */
.page-template-holding-page .holding-page__para {
    font-size: 15px;
    font-size: 1.5rem; }
/* line 39, app/stylesheets/templates/_holding-page.scss */
.page-template-holding-page .holding-page__link {
    color: #b9be87;
    text-decoration: none;
    transition: color .3s ease; }
/* line 44, app/stylesheets/templates/_holding-page.scss */
.page-template-holding-page .holding-page__link:hover, .page-template-holding-page .holding-page__link:focus {
      color: #004b4b; }
/* line 1, app/stylesheets/templates/_gallery.scss */
.gallery {
  padding-top: 40px; }
/* line 4, app/stylesheets/templates/_gallery.scss */
.gallery--space-top {
    margin-top: 40px; }
/* line 7, app/stylesheets/templates/_gallery.scss */
.gallery__image {
    width: calc(33.333% - 20px); }
@media screen and (max-width: 768px) {
    /* line 12, app/stylesheets/templates/_gallery.scss */
    .gallery__image {
      margin-bottom: 40px;
      width: calc(50% - 20px); } }
@media screen and (max-width: 414px) {
    /* line 19, app/stylesheets/templates/_gallery.scss */
    .gallery--space-top {
      margin-top: 20px; }
    /* line 23, app/stylesheets/templates/_gallery.scss */
    .gallery__image {
      margin-bottom: 20px;
      width: 100%; } }
/* line 1, app/stylesheets/templates/_about-intros.scss */
.about-intros {
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 20px;
          column-gap: 20px; }
@media only screen and (max-width: 768px) {
  /* line 8, app/stylesheets/templates/_about-intros.scss */
  .about-intros {
    -webkit-column-count: 1;
            column-count: 1; } }
/* line 2, app/stylesheets/templates/_tags.scss */
.tags ul.post-categories {
  list-style: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-left: 0; }
/* line 10, app/stylesheets/templates/_tags.scss */
.tags ul.post-categories li:not(:last-child) {
    margin-right: 10px; }
/* line 14, app/stylesheets/templates/_tags.scss */
.tags ul.post-categories li a {
    background-color: #911e37;
    color: #ebd2aa;
    padding: 5px 10px;
    font-size: 14px;
    transition: background-color .3s ease; }
/* line 21, app/stylesheets/templates/_tags.scss */
.tags ul.post-categories li a:hover, .tags ul.post-categories li a:focus {
      text-decoration: none;
      background-color: rgba(145, 30, 55, 0.6); }
/* line 1, app/stylesheets/templates/404-message.scss */
.error404 .container {
  margin-top: 140px; }
/* line 5, app/stylesheets/templates/404-message.scss */
.message-404 {
  color: #333;
  margin: 0 auto;
  max-width: 1000px;
  padding: 40px;
  text-align: center; }
/* line 12, app/stylesheets/templates/404-message.scss */
.message-404__text {
    font-size: 18px;
    margin-bottom: 20px; }
/* line 17, app/stylesheets/templates/404-message.scss */
.message-404__button {
    background-color: #911e37;
    color: #ebd2aa;
    font-size: 18px;
    padding: 15px 40px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: .3s color ease, .3s background-color ease; }
/* line 27, app/stylesheets/templates/404-message.scss */
.message-404__button:not(:last-child) {
      margin-right: 20px; }
/* line 31, app/stylesheets/templates/404-message.scss */
.message-404__button:hover, .message-404__button:focus {
      color: #911e37;
      background-color: #ebd2aa; }
@media screen and (max-width: 768px) {
  /* line 41, app/stylesheets/templates/404-message.scss */
  .error404 .container {
    margin-top: 100px; } }
/* line 1, app/stylesheets/templates/carousel.scss */
.owl-stage-outer {
  height: 100%; }
/* line 5, app/stylesheets/templates/carousel.scss */
.owl-carousel {
  height: calc(100vh - 280px);
  top: 140px;
  overflow: hidden; }
/* line 10, app/stylesheets/templates/carousel.scss */
.owl-carousel .owl-stage {
    height: 100%; }
/* line 13, app/stylesheets/templates/carousel.scss */
.owl-carousel .owl-stage .owl-item {
      height: 100%; }
/* line 19, app/stylesheets/templates/carousel.scss */
.slide {
  height: 100%;
  position: relative; }
/* line 23, app/stylesheets/templates/carousel.scss */
.slide__content {
    top: 50%;
    padding: 40px;
    position: absolute;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
/* line 29, app/stylesheets/templates/carousel.scss */
.slide__content .btn {
      position: relative; }
/* line 34, app/stylesheets/templates/carousel.scss */
.slide__title, .slide__subtitle {
    line-height: 1.17;
    font-weight: 700; }
/* line 40, app/stylesheets/templates/carousel.scss */
.slide__title {
    background-color: rgba(0, 75, 75, 0.6);
    color: #fff;
    margin-bottom: 20px;
    padding: 10px 20px; }
/* line 47, app/stylesheets/templates/carousel.scss */
.slide__subtitle {
    margin-bottom: 20px; }
/* line 52, app/stylesheets/templates/carousel.scss */
.owl-dots {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  bottom: 40px;
  position: absolute;
  right: 40px; }
/* line 59, app/stylesheets/templates/carousel.scss */
.owl-dot {
  border: 2px solid #b9be87;
  border-radius: 50%;
  display: block;
  height: 12px;
  width: 12px; }
/* line 66, app/stylesheets/templates/carousel.scss */
.owl-dot:not(:last-child) {
    margin-right: 8px; }
/* line 70, app/stylesheets/templates/carousel.scss */
.owl-dot.active {
    border: none;
    background-color: #b9be87; }
@media only screen and (max-width: 768px) {
  /* line 77, app/stylesheets/templates/carousel.scss */
  .owl-carousel {
    height: auto;
    top: 100px; } }
@media screen and (max-width: 414px) {
  /* line 85, app/stylesheets/templates/carousel.scss */
  .slide__container {
    padding: 20px; }
  /* line 89, app/stylesheets/templates/carousel.scss */
  .slide__content {
    bottom: 30px; }
  /* line 94, app/stylesheets/templates/carousel.scss */
  .owl-dots {
    bottom: 20px;
    right: 20px; }
  /* line 99, app/stylesheets/templates/carousel.scss */
  .owl-dot {
    border: 1px solid #b9be87;
    height: 8px;
    width: 8px; } }
@media screen and (max-width: 320px) {
  /* line 107, app/stylesheets/templates/carousel.scss */
  .owl-dots {
    display: none; } }


/*# sourceMappingURL=app.css.map*/