/*
Theme Name:    Intersect Communications
Developed by:   hazardawareness
Company URL:   https://hazardawareness.com.au/
Company Name:  hazardawareness
*/
/* 
	RESET - ADAPTED FROM MEYER RESET
	URL - http://meyerweb.com/eric/tools/css/reset/
	LICENSE - PUBLIC DOMAIN
*/
/* RESET
----------------------------------------------------------------------------------------------------*/
@import url(./css/lightgallery.min.css);
@import url(./css/lg-transitions.min.css);
a, abbr, acronym, address, applet, article, aside, audio,
b, big, blockquote, body, caption, canvas, center, cite, code,
dd, del, details, dfn, dialog, div, dl, dt, em, embed,
fieldset, figcaption, figure, form, footer,
header, hgroup, h1, h2, h3, h4, h5, h6, html,
i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav,
object, ol, output, p, pre, q, ruby,
s, samp, section, main, small, span, strike, strong, sub, summary, sup,
tt, table, tbody, textarea, tfoot, thead, time, tr, th, td,
u, ul, var, video {
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
  white-space: normal;
  text-align: left;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent; }

article, aside, details, figcaption, figure, footer, header, hgroup,
menu, nav, section, main {
  display: block; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

/* 	SET ALL ELEMENTS TO BOX-SIZING : BORDER-BOX */
* {
  box-sizing: border-box;
  *behavior: url(/scripts/boxsizing.htc);
  /*	If you need support for IE7 and lower make 
		sure the boxsizing.htc file is linked properly.
		More info here:  https://github.com/Schepp/box-sizing-polyfill */ }

body, html {
  font-size: 62.5%;
  overflow-x: hidden; }

div {
  font-size: 1.6rem;
  line-height: 2.1rem; }

#mfPreviewBar {
  display: none !important; }

/************** @MIXINS ************/
@-webkit-keyframes AnimationName {
  0% {
    background-position: 0% 81%; }
  50% {
    background-position: 100% 20%; }
  100% {
    background-position: 0% 81%; } }

@keyframes AnimationName {
  0% {
    background-position: 0% 81%; }
  50% {
    background-position: 100% 20%; }
  100% {
    background-position: 0% 81%; } }

/************** BASE ************/
.rsp-img,
article img {
  display: block;
  max-width: 100%;
  height: auto; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.image-container {
  display: block;
  overflow: hidden;
  width: 100%; }
  .image-container img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto; }

.hidden {
  display: none; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  /*16:9*/
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.screen-reader-text {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden; }

/*********** WORDPRESS IMAGES **************/
img.alignright {
  float: right;
  margin: 0 0 1em 1em; }

img.alignleft {
  float: left;
  margin: 0 1em 1em 0; }

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

a img.alignright {
  float: right;
  margin: 0 0 1em 1em; }

a img.alignleft {
  float: left;
  margin: 0 1em 1em 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

div.wp-caption {
  max-width: 100%;
  overflow: hidden;
  margin-top: 1.5em; }
  div.wp-caption .wp-caption-text {
    margin-top: 0; }
  div.wp-caption img {
    width: 100%;
    display: block;
    max-width: 100%;
    height: auto; }

.wp-caption-text {
  text-align: center;
  padding: 0.5rem;
  font-style: italic;
  background-color: #F9BFCB;
  margin-bottom: 1.5rem;
  margin-top: 1rem; }

iframe {
  display: block;
  max-width: 100%; }

/************** LAYOUT ************/
.inline-block {
  display: inline-block !important; }

.block {
  display: block !important; }

.relative {
  position: relative !important; }

.vertical-children {
  display: flex;
  align-items: center;
  justify-content: center; }

.flex-container {
  display: flex;
  width: 100%;
  height: 100%; }
  .flex-container > * {
    display: block; }

.flex-5050 {
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: stretch; }
  .flex-5050 > * {
    width: 50%; }

.flex-content-bottom {
  align-content: flex-end;
  justify-content: flex-end; }

main img {
  display: block;
  max-width: 100%;
  height: auto; }

/*********** PADDING & MARGIN **************/
.no-padding {
  padding: 0 !important; }

.no-margin {
  margin: 0 !important; }

.margin-auto {
  margin: auto; }

.margin-bottom {
  margin-bottom: 5vw; }

.margin-bottom-small {
  margin-bottom: 3em; }

.section-padding {
  padding: 5vw 0; }

.section-padding-small {
  padding: 4em 0; }

.section-padding-large {
  padding: 9em 0; }

.section-margin {
  margin: 5vw 0; }

.box-padding {
  padding: 5vw; }

.box-padding-small {
  padding: 2em; }

@media (max-width: 699px) {
  .section-padding {
    padding: 3em 0; }
  .margin-bottom {
    margin-bottom: 3em; }
  .section-margin {
    margin: 3em 0; } }

/************** BACKGROUNDS ************/
.pink-bg {
  background-color: #F9BFCB; }

.teal-bg {
  background-color: #003C45; }
  .teal-bg p,
  .teal-bg h1,
  .teal-bg h2,
  .teal-bg h3,
  .teal-bg h4,
  .teal-bg h5,
  .teal-bg h6,
  .teal-bg li,
  .teal-bg ul,
  .teal-bg a,
  .teal-bg div,
  .teal-bg span {
    color: rgba(255, 255, 255, 0.91); }
  .teal-bg ::-moz-selection {
    background-color: #fff;
    color: #003C45; }
  .teal-bg ::selection {
    background-color: #fff;
    color: #003C45; }

.bronze-bg {
  background-image: linear-gradient(-225deg, #825039 0%, #CE9077 21%, #B07B67 34%, #A0654E 58%, #AE7C67 81%, #96614C 100%);
  background: linear-gradient(242deg, #825039, #b07b67, #985e48, #a0654e, #ce9077, #ae7c67);
  background-size: 1200% 1200%;
  -webkit-animation: AnimationName 15s ease infinite;
  animation: AnimationName 15s ease infinite; }

@media (max-width: 600px) {
  .mobile-hide {
    display: none; } }

::-moz-selection {
  background-color: #003C45;
  color: #fff; }

::selection {
  background-color: #003C45;
  color: #fff; }

/**
 * Gridpak Beta SCSS
 *
 * Generator - http://gridpak.com/
 * Created by @simplygoodwork
 */
/* Reusable column setup */
.col {
  border: 0px solid rgba(0, 0, 0, 0);
  float: left;
  box-sizing: border-box;
  -moz-background-clip: padding-box !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important; }

.spacer-col {
  min-height: 1px; }

.container {
  margin: 0 auto;
  width: 92%;
  max-width: 1280px;
  position: relative; }

.single-column-container {
  max-width: 90.5rem;
  margin: auto; }

/*	SELF CLEARING FLOATS - CLEARFIX METHOD */
.container:after,
.row:after,
.col:after,
.clr:after,
.group:after {
  content: "";
  display: table;
  clear: both; }

/* 1. 4 Column Grid 0px - 559px
    -----------------------------------------------------------------------------

    Span 1:    21.25%
    Span 2:    47.5%
    Span 3:    73.75%
    Span 4:    100%

    ----------------------------------------------------------------------------- */
@media screen and (min-width: 0px) and (max-width: 839px) {
  .col {
    margin-left: 5%;
    padding: 0 0%; }
  /* --- Gridpak variables ---*/
  .row .col:first-child {
    margin-left: 0; }
  .row .article-col:nth-of-type(2n + 1) {
    margin-left: 0; }
  .col {
    margin-bottom: 2rem; }
  /*
        Add your semantic classnames in alongside their corresponding spans here. e.g.

        .span_3,
        .my_semantic_class_name {
            ...
        }

        */
  .span_1,
  .nav_col {
    width: 21.25%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 5%; }
  .span_2 {
    width: 47.5%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 5%; }
  .span_3,
  .logo_col {
    width: 73.75%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 5%; }
  .span_4,
  .main_col,
  .sidebar_col,
  .aside_col,
  .third_col,
  .main_content_col,
  .home_feature_col,
  .full_width_col,
  .half_col {
    margin-left: 0;
    width: 100%; }
  .row.mobile-column-switch {
    display: flex;
    flex-direction: column-reverse; } }

/* 2. 12 Column Grid 560px - 1079px
    -----------------------------------------------------------------------------

    Span 1:    6.04166666667%
    Span 2:    14.5833333333%
    Span 3:    23.125%
    Span 4:    31.6666666667%
    Span 5:    40.2083333333%
    Span 6:    48.75%
    Span 7:    57.2916666667%
    Span 8:    65.8333333333%
    Span 9:    74.375%
    Span 10:    82.9166666667%
    Span 11:    91.4583333333%
    Span 12:    100%

    ----------------------------------------------------------------------------- */
@media screen and (min-width: 840px) and (max-width: 899px) {
  .col {
    margin-left: 2.5%;
    padding: 0 0%; }
  /* --- Gridpak variables ---*/
  .row .col:first-child {
    margin-left: 0; }
  .row .article-col:nth-of-type(n + 1),
  .row .podcast_col:nth-of-type(2n - 1) {
    margin-left: 0; }
  .span_1 {
    width: 4.6666666667%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 4%; }
  .span_2 {
    width: 13.3333333333%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 4%; }
  .span_3,
  .logo_col,
  .sidebar_col {
    width: 22%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 4%; }
  .span_4,
  .aside_col,
  .third_col,
  .home_feature_col {
    width: 30.6666666667%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 4%; }
  .span_5 {
    width: 39.3333333333%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 4%; }
  .span_6,
  .podcast_col,
  .half_col {
    width: 48%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 4%; }
  .span_7 {
    width: 56.6666666667%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 4%; }
  .span_8,
  .main_content_col {
    width: 65.3333333333%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 4%; }
  .span_9,
  .nav_col,
  .main_col {
    width: 74%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 4%; }
  .span_10 {
    width: 82.6666666667%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 4%; }
  .span_11 {
    width: 91.3333333333%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 4%; }
  .span_12,
  .full_width_col {
    margin-left: 0;
    width: 100%; } }

/* 3. 12 Column Grid 1080px - Infinity
    -----------------------------------------------------------------------------

    Span 1:    5.58333333333%
    Span 2:    14.1666666667%
    Span 3:    22.75%
    Span 4:    31.3333333333%
    Span 5:    39.9166666667%
    Span 6:    48.5%
    Span 7:    57.0833333333%
    Span 8:    65.6666666667%
    Span 9:    74.25%
    Span 10:    82.8333333333%
    Span 11:    91.4166666667%
    Span 12:    100%

    ----------------------------------------------------------------------------- */
@media screen and (min-width: 900px) {
  .col {
    margin-left: 3%;
    padding: 0 0%; }
  /* --- Gridpak variables ---*/
  .row .col:first-child {
    margin-left: 0; }
  .row .article-col:nth-of-type(4n + 1),
  .row .podcast_col:nth-of-type(3n - 2) {
    margin-left: 0; }
  .span_1 {
    width: 5.5833333333%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 3%; }
  .span_2 {
    width: 14.1666666667%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 3%; }
  .span_3,
  .sidebar_col {
    width: 22.75%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 3%; }
  .span_4,
  .logo_col,
  .aside_col,
  .third_col,
  .home_feature_col,
  .podcast_col {
    width: 31.3333333333%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 3%; }
  .span_5 {
    width: 39.9166666667%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 3%; }
  .span_6,
  .half_col {
    width: 48.5%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 3%; }
  .span_7 {
    width: 57.0833333333%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 3%; }
  .span_8,
  .nav_col,
  .main_content_col {
    width: 65.6666666667%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 3%; }
  .span_9,
  .main_col {
    width: 74.25%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 3%; }
  .span_10 {
    width: 82.8333333333%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 3%; }
  .span_11 {
    width: 91.4166666667%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 3%; }
  .span_12,
  .full_width_col {
    margin-left: 0;
    width: 100%; } }

.page_grid {
  margin: 0 30px;
  position: relative; }
  .page_grid.margin-bottom {
    margin-bottom: 5vw; }

.grid_padding {
  padding: 5vw 0; }

.text-container {
  max-width: 60rem; }

@media (min-width: 100px) {
  .page_grid {
    margin: 0 50px; }
    .page_grid.margin-bottom {
      margin-bottom: 5vw; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  .page_grid.page_grid {
    margin: 0;
    padding-left: 50px;
    padding-right: 50px; }
    .page_grid.page_grid.margin-bottom {
      margin-bottom: 5vw; } }

@media all and (-ms-high-contrast: none) and (min-width: 900px), (-ms-high-contrast: active) and (min-width: 900px) {
  .page_grid,
  .page_grid.simple_split_grid,
  .page_grid.service_intro_grid,
  .page_grid.service_section_grid,
  .page_grid.feature_text_grid {
    display: flex;
    justify-content: space-between;
    align-content: stretch;
    flex-direction: row;
    flex-wrap: wrap; }
    .page_grid > *,
    .page_grid.simple_split_grid > *,
    .page_grid.service_intro_grid > *,
    .page_grid.service_section_grid > *,
    .page_grid.feature_text_grid > * {
      width: 46%; }
    .page_grid .full_width_area,
    .page_grid.simple_split_grid .full_width_area,
    .page_grid.service_intro_grid .full_width_area,
    .page_grid.service_section_grid .full_width_area,
    .page_grid.feature_text_grid .full_width_area {
      width: 100%; }
    .page_grid .team_member_grid,
    .page_grid.simple_split_grid .team_member_grid,
    .page_grid.service_intro_grid .team_member_grid,
    .page_grid.service_section_grid .team_member_grid,
    .page_grid.feature_text_grid .team_member_grid {
      width: 100%; }
    .page_grid .header-flex-container,
    .page_grid.simple_split_grid .header-flex-container,
    .page_grid.service_intro_grid .header-flex-container,
    .page_grid.service_section_grid .header-flex-container,
    .page_grid.feature_text_grid .header-flex-container {
      width: 100%; }
    .page_grid .aside_column_grid,
    .page_grid.simple_split_grid .aside_column_grid,
    .page_grid.service_intro_grid .aside_column_grid,
    .page_grid.service_section_grid .aside_column_grid,
    .page_grid.feature_text_grid .aside_column_grid {
      width: 25%; }
    .page_grid .main_columns_grid,
    .page_grid .partners_list_grid,
    .page_grid.simple_split_grid .main_columns_grid,
    .page_grid.simple_split_grid .partners_list_grid,
    .page_grid.service_intro_grid .main_columns_grid,
    .page_grid.service_intro_grid .partners_list_grid,
    .page_grid.service_section_grid .main_columns_grid,
    .page_grid.service_section_grid .partners_list_grid,
    .page_grid.feature_text_grid .main_columns_grid,
    .page_grid.feature_text_grid .partners_list_grid {
      width: 70%; }
  .text_grid_section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 5vw; }
  .page_grid.service_intro_grid .service-icon,
  .page_grid.service_section_grid .service-icon {
    width: 20%; }
  .page_grid.service_intro_grid .text_grid_area,
  .page_grid.service_section_grid .text_grid_area {
    width: 70%; }
  .page_grid.service_intro_grid .service-header,
  .page_grid.service_section_grid .service-header {
    width: 30%; }
  .page_grid.service_intro_grid .sub-service-content,
  .page_grid.service_section_grid .sub-service-content {
    width: 65%; }
  .main_columns_grid,
  .partners_list_grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: stretch; }
    .main_columns_grid *,
    .partners_list_grid * {
      width: 240px; } }

@supports (display: grid) {
  .container {
    display: grid;
    grid-template-columns: minmax(25px, 5vw) 1fr minmax(25px, 5vw);
    width: 100%;
    max-width: 100%;
    margin: 0;
    grid-auto-flow: dense; }
    .container > * {
      grid-column: 2 / 3; }
  .page_grid {
    width: 100%;
    max-width: 100%;
    margin: 0;
    display: grid;
    grid-template-columns: minmax(25px, 5vw) 1fr minmax(25px, 5vw);
    grid-row-gap: 3rem;
    grid-auto-flow: dense; }
    .page_grid.margin-bottom {
      margin-bottom: 5vw; }
    .page_grid > * {
      grid-column: 2 / 3; }
    .page_grid .full_bleed_area {
      grid-column: 1 / -1; }
  .text_grid_area {
    align-self: center;
    padding: 5vw 0; }
  .simple_split_grid {
    grid-template-columns: minmax(25px, 5vw) 1fr 5vw 1fr minmax(25px, 5vw); }
    .simple_split_grid > * {
      grid-column: 2 / 5; }
  .feature_image_bleed {
    grid-column: 1 / -1; }
  .main_columns_grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 250px));
    grid-gap: 5vw; }
  @media (min-width: 700px) {
    .page_grid.simple_split_grid {
      grid-row-gap: 5vw; }
      .page_grid.simple_split_grid .full_width_area {
        grid-column: 2 / 5; }
      .page_grid.simple_split_grid .text_grid_area,
      .page_grid.simple_split_grid .left_grid_area {
        grid-column: 2 / 3; }
      .page_grid.simple_split_grid .normal_aside_area,
      .page_grid.simple_split_grid .right_grid_area {
        grid-column: 4 / 5; }
      .page_grid.simple_split_grid .right_bleed_area,
      .page_grid.simple_split_grid .full_bleed_area {
        grid-column: 4 / -1; }
      .page_grid.simple_split_grid .left_bleed_area {
        grid-column: 1 / 3; }
    .page_grid.home_split_grid {
      grid-row-gap: 0; }
    .page_grid.partners_grid {
      grid-template-columns: minmax(25px, 5vw) 1fr 5vw 3fr minmax(25px, 5vw); }
      .page_grid.partners_grid .aside_column_grid {
        grid-column: 2 / 3; }
      .page_grid.partners_grid .partners_list_grid {
        grid-column: 4 / 5; }
    .page_grid.service_intro_grid {
      grid-template-columns: minmax(25px, 5vw) 3fr 7fr 2fr minmax(25px, 5vw); }
      .page_grid.service_intro_grid .text_grid_area {
        grid-column: 3 / 5; }
      .page_grid.service_intro_grid .service-more {
        grid-column: 3 / 5; }
    .page_grid.service_section_grid {
      grid-template-columns: minmax(25px, 5vw) 2fr 5vw 5fr minmax(25px, 5vw); }
      .page_grid.service_section_grid .service-header {
        grid-column: 2 / 3; }
      .page_grid.service_section_grid .sub-service-content {
        grid-column: 4 / 5; }
    .testimonial_grid {
      display: grid;
      grid-template-columns: 1fr 5vw 3fr; }
      .testimonial_grid h3 {
        grid-column: 1 / 2; }
      .testimonial_grid .client-testimonial {
        grid-column: 3 / 4; }
    .page_grid.feature_text_grid {
      grid-template-columns: minmax(25px, 5vw) 5fr 5vw 7fr minmax(25px, 5vw); }
      .page_grid.feature_text_grid .feature_image_bleed {
        grid-column: 1 / 3; }
      .page_grid.feature_text_grid .feature_content {
        grid-column: 4 / 5; } } }

body {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "Segoe UI", Helvetica, sans-serif;
  font-size: 62.5% !important;
  font-size: 1.6rem;
  line-height: 1.55;
  color: #003C45;
  font-weight: 400;
  letter-spacing: 0.5px; }

h1,
h2,
h3,
h4,
h5 {
  line-height: 1.25em;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "Segoe UI", Helvetica, sans-serif;
  margin-bottom: 0.5em;
  font-weight: 200;
  line-height: 1.1;
  letter-spacing: 0.04em;
  color: #9C6D58; }

h1 {
  font-size: 3rem; }

h2 {
  font-size: 2.6rem; }

h3 {
  font-size: 2.0rem;
  margin-bottom: 1.2rem; }

h4 {
  font-size: 1.8rem;
  margin-bottom: 0.8rem; }

h5 {
  font-size: 1.6rem;
  margin-bottom: 0.5rem; }

h6 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem; }

@media (min-width: 1000px) {
  h1 {
    font-size: 4.2rem; }
  h2 {
    font-size: 3.5rem; }
  h3 {
    font-size: 2.8rem; }
  h4 {
    font-size: 2.2rem; } }

p {
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 1.5em;
  font-weight: 400; }

p:last-child {
  margin-bottom: 0; }

.entry-content * + * {
  margin-top: 1.2em; }

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  margin-bottom: 0; }

.entry-content p, .entry-content ul, .entry-content ol, .entry-content div, .entry-content figure {
  margin-bottom: 0; }

.entry-content p, .entry-content li {
  max-width: 70em; }

main p {
  max-width: 40em; }

hr {
  border: none;
  height: 3px;
  width: auto;
  clear: both;
  margin: 3rem auto;
  background-color: #003C45; }

small,
.small-text {
  font-size: 1.4rem;
  line-height: 1.4; }

em,
.italic {
  font-style: italic; }

strong,
b {
  font-weight: 700; }

date {
  font-size: 1.5rem;
  opacity: 0.9; }

mark {
  background-color: #9C6D58;
  color: #fff; }

/*  Utilities  */
.large-0 {
  font-size: 1.1em; }

.large-1 {
  font-size: 1.2em; }

.large-2 {
  font-size: 1.5em; }

.large-3 {
  font-size: 2em; }

@media (min-width: 900px) {
  .large-0 {
    font-size: 1.2em; }
  .large-1 {
    font-size: 1.5em; }
  .large-2 {
    font-size: 2em; }
  .large-3 {
    font-size: 2.5em; } }

.text-centre,
.text-center,
.text-centre *,
.text-center * {
  text-align: center; }

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

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

.text-uppercase {
  text-transform: uppercase; }

.text-lowercase {
  text-transform: lowercase; }

.text-normalcase {
  text-transform: none; }

.highlight-text {
  font-weight: 900;
  text-transform: uppercase; }

.light-text,
.white-text {
  color: #fff; }

.bronze-text {
  color: #9C6D58; }

.pink-text {
  color: #F9BFCB; }

.teal-text {
  color: #003C45; }

blockquote {
  padding: 0;
  margin: 0 0 2rem; }
  blockquote p {
    font-size: 1.8rem;
    line-height: 1.55em; }

.page-content blockquote {
  padding-left: 2em;
  border-left: solid 2px #003C45; }

.page-content blockquote p {
  font-size: 200%;
  font-style: italic; }

.quote-footer {
  margin-left: 2rem; }

.quote-footer,
cite {
  font-size: 1.6rem;
  text-transform: uppercase;
  color: #003C45; }

.text-max-width {
  max-width: 47em; }

/* Links and buttons  */
a {
  color: inherit;
  cursor: pointer; }

main a {
  color: #9C6D58;
  text-decoration: underline; }

/*  Lists  */
ul,
ol,
li {
  font-size: 1.5rem;
  line-height: 2.3rem;
  margin-bottom: 0.8rem; }

ul.display-list,
article ul,
article ol,
main ol,
main ul,
.entry-content ul,
.entry-content ol {
  list-style: disc;
  margin-left: 2.3rem; }
  ul.display-list li,
  article ul li,
  article ol li,
  main ol li,
  main ul li,
  .entry-content ul li,
  .entry-content ol li {
    position: relative;
    margin: 0.5em 0; }

article ol li,
main ol li {
  list-style-type: decimal; }

ul.social-list {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0; }
  ul.social-list li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 0; }
    ul.social-list li img {
      width: 40px;
      height: auto;
      display: block; }

/* Tables */
main table {
  width: 100%;
  font-size: 1.45rem;
  margin-bottom: 2rem;
  margin-top: 2rem; }
  main table td {
    padding: 4px 12px;
    line-height: 2.1rem; }

.site-header {
  padding: 2vw 0; }
  .site-header ul {
    margin: 0;
    padding: 0; }

.logo-container {
  padding: 0.5vw;
  padding-left: 0; }

.logo-svg {
  display: block;
  width: 100%;
  margin-left: 0;
  height: auto;
  max-width: 210px; }

.header-flex-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; }

.large-screen,
.site-header .large-screen {
  display: none; }

@media (max-width: 500px) {
  .site-header {
    padding: 5vw 0; }
    .site-header .logo-svg {
      max-width: 190px; } }

@media (min-width: 650px) {
  .mobile-only {
    display: none; }
  .logo-container {
    padding: 2rem;
    padding-left: 0; }
  .large-screen,
  .site-header .large-screen {
    display: block; }
  @supports (display: grid) {
    .header-flex-container {
      display: grid;
      grid-template-columns: 2fr 2fr 1fr 1fr; }
      .header-flex-container .social-icons {
        justify-content: center; } } }

/*********** NAVIGATION ************/
.nav-icon,
.close-nav-icon {
  color: #fff;
  background-color: transparent;
  border: none;
  font-size: 3rem;
  margin: 1rem;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "Segoe UI", Helvetica, sans-serif;
  font-weight: 400; }

.close-nav-icon {
  position: absolute;
  top: 3rem;
  right: 4rem;
  z-index: 10001;
  font-size: 4rem; }

.site-nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  min-height: 100vh;
  padding: 10vh 10vw; }
  .site-nav ul {
    position: relative;
    z-index: 10000; }
  .site-nav a {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 2rem;
    display: block;
    padding: 1rem 2rem; }

/* Hamburger button styles. */
.nav-icon {
  position: relative;
  transition: .3s ease-in-out;
  width: 32px;
  height: 26px;
  z-index: 1001;
  padding: 0; }

.nav-icon span {
  position: absolute;
  height: 2px;
  border-radius: 0;
  width: 100%;
  background-color: #003C45;
  left: 0;
  top: 0;
  transition: transform .2s ease-in-out, opacity .2s ease-in-out, background .2s ease; }

.nav-icon:hover span,
.nav-icon:focus span {
  transition: background .2s ease; }

.nav-icon span:nth-child(1) {
  top: 0px; }

.nav-icon span:nth-child(2),
.nav-icon span:nth-child(3) {
  top: 50%; }

.nav-icon span:nth-child(4) {
  top: 100%; }

.nav-icon.active span {
  background-color: #fff; }

.nav-icon.active span:nth-child(1),
.nav-icon.active span:nth-child(4) {
  opacity: 0; }

.nav-icon.active span:nth-child(2) {
  transform: rotate(45deg); }

.nav-icon.active span:nth-child(3) {
  transform: rotate(-45deg); }

/* 1. Style the overlay & navigation. */
.overlay {
  position: fixed;
  background-color: rgba(0, 60, 69, 0.95);
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s, height .3s;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  z-index: 997; }

.mobile-nav {
  padding-top: 7rem;
  font-size: 2rem;
  text-align: left;
  max-height: 90%;
  max-height: 90vh;
  overflow: scroll; }

.mobile-nav ul {
  list-style: none;
  padding: 0 0 0 1rem;
  margin: 0;
  line-height: 1.6; }

.mobile-nav ul li {
  opacity: 0;
  margin: 1rem 0; }

.mobile-nav ul li a {
  text-transform: uppercase;
  color: #fff;
  font-size: 1.8rem;
  display: block;
  padding: 0.5rem 2rem;
  transition: opacity .2s ease;
  opacity: 0.95; }

.mobile-nav ul li a:focus,
.mobile-nav ul li a:hover {
  opacity: 1; }

.mobile-nav a {
  font-weight: 700;
  text-decoration: underline; }

.mobile-nav .sub-menu a {
  font-weight: 700;
  text-decoration: none;
  font-size: 1.6rem; }

.mobile-nav .sub-menu .sub-menu a {
  font-weight: 300; }

/* 2. Add the animation. */
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-25%, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-25%, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

/* 3. Style the visible overlay. */
.overlay.visible {
  opacity: 1;
  visibility: visible;
  height: 100%; }

.overlay.visible li {
  -webkit-animation: fadeInLeft .3s ease forwards;
          animation: fadeInLeft .3s ease forwards; }

.overlay.visible li:nth-of-type(1) {
  -webkit-animation-delay: 0.23s;
          animation-delay: 0.23s; }

.overlay.visible li:nth-of-type(2) {
  -webkit-animation-delay: 0.28s;
          animation-delay: 0.28s; }

.overlay.visible li:nth-of-type(3) {
  -webkit-animation-delay: 0.31s;
          animation-delay: 0.31s; }

.overlay.visible li:nth-of-type(4) {
  -webkit-animation-delay: 0.36s;
          animation-delay: 0.36s; }

.overlay.visible li:nth-of-type(5) {
  -webkit-animation-delay: 0.40s;
          animation-delay: 0.40s; }

.overlay.visible li:nth-of-type(6) {
  -webkit-animation-delay: 0.43s;
          animation-delay: 0.43s; }

.overlay.visible li:nth-of-type(7) {
  -webkit-animation-delay: 0.47s;
          animation-delay: 0.47s; }

/* Desktop Nav */
.desktop-nav {
  display: flex;
  justify-content: center; }
  .desktop-nav > li {
    position: relative;
    padding: 2rem 0.8rem; }
    .desktop-nav > li > ul {
      position: absolute;
      top: 100%;
      z-index: 12;
      opacity: 0;
      transform: translateX(-100vw);
      background-color: #fff;
      border: solid 1px #9C6D58;
      padding: 1.5rem 2rem;
      transition: opacity 0.2s ease; }
      .desktop-nav > li > ul li {
        margin: 0.5rem 0;
        white-space: nowrap; }
        .desktop-nav > li > ul li li a {
          font-weight: 300;
          opacity: 0.94;
          font-size: 90%; }
      .desktop-nav > li > ul ul {
        padding-left: 1rem; }
    .desktop-nav > li:hover > ul {
      transform: none;
      opacity: 1;
      transition: opacity 0.2s ease; }
    .desktop-nav > li:hover > ul, .desktop-nav > li:focus-within > ul {
      transform: none;
      opacity: 1;
      transition: opacity 0.2s ease; }
  .desktop-nav a {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: 1px;
    color: #003C45;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    padding-bottom: 0.4rem;
    border-bottom: none !important;
    transition: all 0.15s ease; }
    .desktop-nav a:hover, .desktop-nav a:focus {
      border-bottom-color: #9C6D58;
      color: #9C6D58;
      transition: all 0.15s ease; }
  .desktop-nav .mobile-only {
    display: none; }

@media (min-width: 1100px) {
  .desktop-nav > li > ul {
    padding: 0.5em 1em; }
    .desktop-nav > li > ul li {
      margin: 0.4em 0; } }

/* Mobile Nav */
.large-contact {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #9C6D58;
  font-weight: 200;
  font-size: 2.2rem;
  text-decoration: none; }
  .large-contact svg {
    margin-right: 2rem; }

.site-footer {
  background-color: #003C45;
  font-size: 1.5rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.9); }
  .site-footer p {
    font-size: 1.4rem;
    color: rgba(255, 255, 255, 0.9); }
  .site-footer a {
    color: #fff;
    text-decoration: none; }
  .site-footer .icons-list svg,
  .site-footer .icons-list svg g {
    fill: #fff; }
  .site-footer .legal-text {
    font-size: 1.4rem; }

.footer-contact {
  position: relative;
  padding-top: 3rem; }

@media (min-width: 580px) {
  .footer-flex-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
  .footer-contact {
    padding-top: 0;
    text-align: right; }
    .footer-contact p, .footer-contact ul, .footer-contact li {
      text-align: right; }
    .footer-contact .icons-list {
      justify-content: flex-end; } }

@media (min-width: 780px) {
  .large-contact {
    font-size: 4.2rem;
    line-height: 1; } }

.site-footer-container {
  padding: 2rem;
  display: flex;
  justify-content: space-between;
  align-content: center; }

@media (max-width: 670px) {
  .site-footer-container .social-icons {
    display: flex;
    flex-direction: column;
    margin-bottom: 1em; } }

input,
.light-text input,
textarea,
.light-text textarea,
button {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "Segoe UI", Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  padding: 1.2rem 1.3rem 0.8rem;
  width: 100%;
  display: block;
  margin-bottom: 1.5rem;
  border: solid 1px #363536;
  background-color: #fff;
  color: #231F20;
  -webkit-appearance: none; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #363536; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #363536; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #363536; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #363536; }

textarea {
  height: 12.0rem;
  max-width: 100%; }

form input[type="button"],
form input[type="submit"],
form button {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  padding: 1em;
  font-size: 1.5rem;
  cursor: pointer;
  line-height: 1em;
  border-radius: 0;
  letter-spacing: 1px;
  color: #fff;
  background-color: #9C6D58;
  transition: all 0.2s ease-in;
  color: #fff;
  border: none;
  background-color: #9C6D58;
  background-image: linear-gradient(-225deg, #825039 0%, #CE9077 21%, #B07B67 34%, #A0654E 58%, #AE7C67 81%, #96614C 100%);
  background: linear-gradient(242deg, #825039, #b07b67, #985e48, #a0654e, #ce9077, #ae7c67);
  background-size: 1200% 1200%;
  -webkit-animation: AnimationName 15s ease infinite;
  animation: AnimationName 15s ease infinite;
  display: inline-block;
  font-size: 1.5rem;
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  float: right;
  border: none;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  -webkit-appearance: none; }
  form input[type="button"]:focus,
  form input[type="submit"]:focus,
  form button:focus {
    box-shadow: 0 0 4px 1px #9C6D58; }
  form input[type="button"]:hover, form input[type="button"]:focus,
  form input[type="submit"]:hover,
  form input[type="submit"]:focus,
  form button:hover,
  form button:focus {
    background-color: #956854; }

select {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "Segoe UI", Helvetica, sans-serif;
  width: 100%;
  font-size: 1.5rem;
  padding: 0.5rem 4rem 0.5rem 1rem;
  display: block;
  margin-bottom: 0.8rem;
  border-radius: 3px;
  border: solid 1px #292829;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background: url(images/select-arrow.svg) center right 12px no-repeat;
  background-size: 16px !important;
  color: #333333 !important;
  background-color: #fff; }

input[type="checkbox"],
input[type="radio"] {
  display: inline-block;
  width: auto; }

label {
  font-size: 1.5rem;
  display: block;
  margin-bottom: 0.5rem; }

.visible-labels label {
  display: inherit; }

.checkboxes {
  margin-bottom: 1.4rem; }

.checklist-item {
  display: inline-block;
  width: 20.0rem;
  margin-right: 1rem; }

input.form-width-50 {
  display: block;
  float: left; }

.form-width-50 {
  width: 48%;
  margin-right: 4%; }
  .form-width-50:nth-of-type(2n) {
    margin-right: 0; }

.inline-form {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch; }

@media (min-width: 800px) {
  .inline-form {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch; } }

input.inline-block,
textarea.inline-block,
button.inline-block,
select.inline-block {
  width: auto;
  margin: auto 1rem 0.8rem; }

/******* Contact Form 7 Styles *********/
.wpcf7-form div.wpcf7-response-output {
  background-color: #363636;
  color: #fff;
  border: none;
  padding: 1em 1.5em;
  border-radius: 5px; }
  .wpcf7-form div.wpcf7-response-output.wpcf7-mail-sent-ok {
    background-color: #42ba71; }
  .wpcf7-form div.wpcf7-response-output.wpcf7-mail-sent-ng {
    background-color: #CF584B; }
  .wpcf7-form div.wpcf7-response-output.wpcf7-spam-blocked {
    background-color: #920505; }
  .wpcf7-form div.wpcf7-response-output.wpcf7-validation-errors {
    background-color: #e4941d; }

/*************** BUTTONS ******************/
.btn {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  padding: 1em;
  font-size: 1.5rem;
  cursor: pointer;
  line-height: 1em;
  border-radius: 0;
  letter-spacing: 1px;
  color: #fff;
  background-color: #9C6D58;
  transition: all 0.2s ease-in; }
  .btn:focus {
    box-shadow: 0 0 4px 1px #9C6D58; }

.small-btn {
  font-size: 1.6rem;
  padding: 0.8rem 1.5rem; }

.large-btn {
  font-size: 2.1rem;
  padding: 2.0rem 3.0rem;
  margin: 2.5rem 0;
  display: block;
  text-align: center; }

.btn.bronze-btn {
  color: #fff;
  border: none;
  background-color: #9C6D58;
  background-image: linear-gradient(-225deg, #825039 0%, #CE9077 21%, #B07B67 34%, #A0654E 58%, #AE7C67 81%, #96614C 100%);
  background: linear-gradient(242deg, #825039, #b07b67, #985e48, #a0654e, #ce9077, #ae7c67);
  background-size: 1200% 1200%;
  -webkit-animation: AnimationName 15s ease infinite;
  animation: AnimationName 15s ease infinite; }
  .btn.bronze-btn:hover, .btn.bronze-btn:focus {
    background-color: #956854; }

.btn.teal-btn {
  color: #fff;
  border: none;
  background-color: #003C45; }
  .btn.teal-btn:hover, .btn.teal-btn:focus {
    background-color: #00333b; }

.btn.pink-btn {
  color: #fff;
  border: none;
  background-color: #F9BFCB; }
  .btn.pink-btn:hover, .btn.pink-btn:focus {
    background-color: #f8b6c3; }

/*************** ICON LISTS ******************/
ul.icons-list {
  list-style: none;
  display: flex;
  margin: 0; }
  ul.icons-list li {
    display: inline-block;
    margin: 0 0.5rem 1rem;
    height: 22px;
    width: 22px; }
    ul.icons-list li img, ul.icons-list li svg {
      height: 22px;
      width: auto; }
  ul.icons-list a, ul.icons-list button {
    display: block;
    height: 100%;
    width: 100%; }

/*************** OBJECT FIT IMAGES ******************/
.image-container,
.feature-image-container {
  overflow: hidden; }
  .image-container img,
  .feature-image-container img {
    display: block; }

.feature-image-container {
  height: 320px; }

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .image-container img,
  .feature-image-container img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
    min-width: none;
    min-height: none; } }

/*************** ICON LISTS ******************/
.line-break-area {
  position: relative;
  padding-top: 2em; }
  .line-break-area:before {
    content: "";
    display: block;
    position: absolute;
    background-color: #003C45;
    height: 1px;
    width: 30vw;
    top: 1em;
    right: 80%; }
  .line-break-area.bronze-line-break:before {
    background-image: linear-gradient(-225deg, #825039 0%, #CE9077 21%, #B07B67 34%, #A0654E 58%, #AE7C67 81%, #96614C 100%);
    background: linear-gradient(242deg, #825039, #b07b67, #985e48, #a0654e, #ce9077, #ae7c67);
    background-size: 1200% 1200%;
    -webkit-animation: AnimationName 15s ease infinite;
    animation: AnimationName 15s ease infinite; }
  .line-break-area.pink-line-break:before {
    background-color: #F9BFCB; }
  .line-break-area.white-line-break:before {
    background-color: #fff; }

.title-underline {
  position: relative; }
  .title-underline:before {
    content: "";
    display: block;
    position: absolute;
    background-color: #003C45;
    height: 1px;
    width: 5em;
    bottom: -1em;
    left: -2em; }
  .title-underline.white-underline:before {
    background-color: #fff; }

@media (min-width: 900px) {
  .line-break-area {
    padding-top: 0.5em;
    padding-left: 6vw; }
    .line-break-area:before {
      width: 8em;
      right: calc(100% - 2vw); } }

/*************** SERVICES ******************/
.all-services-list {
  background-color: #003C45; }
  .all-services-list p,
  .all-services-list h1,
  .all-services-list h2,
  .all-services-list h3,
  .all-services-list h4,
  .all-services-list h5,
  .all-services-list h6,
  .all-services-list li,
  .all-services-list ul,
  .all-services-list a,
  .all-services-list div,
  .all-services-list span {
    color: rgba(255, 255, 255, 0.91); }

.services-pink-colour .all-services-list {
  background-color: #F9BFCB; }
  .services-pink-colour .all-services-list p,
  .services-pink-colour .all-services-list h1,
  .services-pink-colour .all-services-list h2,
  .services-pink-colour .all-services-list h3,
  .services-pink-colour .all-services-list h4,
  .services-pink-colour .all-services-list h5,
  .services-pink-colour .all-services-list h6,
  .services-pink-colour .all-services-list li,
  .services-pink-colour .all-services-list ul,
  .services-pink-colour .all-services-list a,
  .services-pink-colour .all-services-list div,
  .services-pink-colour .all-services-list span {
    color: #003C45; }
  .services-pink-colour .all-services-list ul li a {
    color: #003C45; }

.services-list {
  list-style: none;
  margin: 0 0 2em;
  padding: 0;
  display: flex;
  flex-wrap: wrap; }
  .services-list li {
    width: 300px;
    max-width: 100%;
    text-align: center;
    padding: 2rem; }
    .services-list li a {
      text-decoration: none;
      font-size: 2rem;
      font-weight: 200;
      opacity: 0.9;
      text-align: center; }
      .services-list li a:hover, .services-list li a:focus {
        opacity: 1; }

@supports (display: grid) {
  .services-list.services_list_grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
    .services-list.services_list_grid li {
      width: auto;
      position: relative;
      background-color: rgba(0, 0, 0, 0);
      transition: background 0.2s ease;
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center; }
      .services-list.services_list_grid li:before {
        content: "";
        display: block;
        position: absolute;
        background-color: #9C6D58;
        width: 3em;
        height: 1px;
        bottom: 0;
        right: -1.5em; }
      .services-list.services_list_grid li:after {
        content: "";
        display: block;
        position: absolute;
        background-color: #9C6D58;
        height: 3em;
        width: 1px;
        right: 0;
        bottom: -1.5em; }
      .services-list.services_list_grid li:hover, .services-list.services_list_grid li:focus-within {
        background-color: rgba(0, 0, 0, 0.05);
        transition: background 0.2s ease; }
  @media (min-width: 560px) and (max-width: 839px) {
    .services-list li:nth-of-type(even) a {
      color: #F9BFCB; } }
  @media (min-width: 840px) and (max-width: 1119px) {
    .services-list li:nth-of-type(3n + 2) a {
      color: #F9BFCB; } }
  @media (min-width: 1120px) and (max-width: 1399px) {
    .services-list li:nth-of-type(even) a {
      color: #F9BFCB; } }
  @media (min-width: 1400px) {
    .services-list li:nth-of-type(5n + 2) a,
    .services-list li:nth-of-type(5n - 1) a {
      color: #F9BFCB; } } }

@media (max-width: 700px) {
  .services-list.services_list_grid {
    padding-right: 3rem; }
    .services-list.services_list_grid li:before {
      width: 2em;
      right: -1em; }
    .services-list.services_list_grid li:after {
      height: 2em;
      bottom: -1em; } }

/*************** DIVIDERS ******************/
.pink-divider,
.teal-divider,
.bronze-divider {
  display: block;
  height: 5vh;
  min-height: 2rem;
  width: 100%;
  background-color: #F9BFCB; }

.teal-divider {
  background-color: #003C45; }

.bronze-divider {
  background-image: linear-gradient(-225deg, #825039 0%, #CE9077 21%, #B07B67 34%, #A0654E 58%, #AE7C67 81%, #96614C 100%);
  background: linear-gradient(242deg, #825039, #b07b67, #985e48, #a0654e, #ce9077, #ae7c67);
  background-size: 1200% 1200%;
  -webkit-animation: AnimationName 15s ease infinite;
  animation: AnimationName 15s ease infinite; }

/*************** MISC ******************/
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  /*16:9*/
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#main-top:focus,
.page-content:focus {
  outline: none !important; }

.map-container {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%); }

@media (max-width: 600px) {
  #sb_instagram #sbi_images {
    padding: 0 !important;
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 5vw; }
    #sb_instagram #sbi_images .sbi_item {
      width: 100% !important; }
      #sb_instagram #sbi_images .sbi_item a {
        height: auto !important;
        padding-bottom: 100% !important; } }

/*----------------------- POPUP --------------------*/
#modal-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #08242980;
  z-index: 1001;
  display: none; }

.modal-content {
  position: fixed;
  left: 50%;
  top: -100%;
  transform: translate(-50%, -50%);
  z-index: 1500;
  border: 5px solid #9C6D58;
  padding: 0px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.4);
  display: none;
  opacity: 0;
  width: 90%;
  max-width: 700px; }

.modal-content .modal-text {
  text-align: center;
  padding: 50px 20px 30px; }

.modal-content .modal-text p {
  font-size: 18px;
  line-height: 1.2; }

#close-modal {
  box-sizing: border-box;
  background: white;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 60;
  cursor: pointer; }

@media (min-width: 700px) {
  .modal-content {
    width: 80%; }
  .modal-content .modal-text {
    padding: 50px 40px; } }

/* ---- MODAL CLOSE X STATIC----*/
#close-modal::before {
  background: #9C6D58;
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  position: absolute;
  top: 14px;
  transform: rotate(45deg);
  border-radius: 1px;
  right: 5px; }

#close-modal span {
  background: #9C6D58;
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  position: absolute;
  top: 14px;
  transform: rotate(135deg);
  border-radius: 1px;
  right: 5px; }

/************** HOME **************/
.home_split_grid {
  position: relative; }
  .home_split_grid:before {
    content: "";
    display: block;
    background-color: #F9BFCB;
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 4%;
    height: 55%; }

.work-highlight-container {
  position: relative; }
  .work-highlight-container:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    min-height: 320px;
    height: 33%;
    background-color: #F9BFCB;
    z-index: -1; }
  .work-highlight-container.recent-work:before {
    height: 340px; }

@media (max-width: 699px) {
  .page_grid.home_split_grid {
    margin-bottom: 0;
    padding-top: 3rem;
    padding-bottom: 3rem; }
    .page_grid.home_split_grid:before {
      bottom: 0; }
    .page_grid.home_split_grid > * {
      margin: 0;
      padding: 0; } }

/************** TEAM **************/
.team-member .title {
  text-transform: uppercase;
  color: #003C45;
  font-size: 1.5rem; }

.staff-header {
  position: relative;
  padding-bottom: 3rem; }
  .staff-header:before {
    content: "";
    display: block;
    position: absolute;
    background-color: #003C45;
    height: 1px;
    width: 30vw;
    max-width: 160px;
    bottom: 2rem;
    left: -10%; }

@supports (display: grid) {
  .team_member_grid {
    display: grid;
    grid-template-columns: 1fr; }
    .team_member_grid .staff-photo {
      order: -1; } }

@media (min-width: 800px) {
  .staff-header {
    display: flex;
    flex-direction: column; }
    .staff-header .title {
      order: 1; }
    .staff-header .name {
      order: 2; }
  .team-member:nth-of-type(odd) .staff-header:before {
    right: -10%;
    left: auto; }
  .team-member:nth-of-type(odd) .text-container {
    margin-right: 0;
    margin-left: auto; }
  .team_member_grid {
    display: flex;
    flex-direction: row; }
  @supports (display: grid) {
    .team_member_grid {
      display: grid;
      grid-template-columns: 1fr 5vw 2fr;
      grid-template-areas: "image gap bio"; }
      .team_member_grid:nth-of-type(odd) {
        grid-template-columns: 2fr 5vw 1fr;
        grid-template-areas: "bio gap image"; }
        .team_member_grid:nth-of-type(odd) * {
          text-align: right; }
      .team_member_grid .bio {
        grid-area: bio; }
      .team_member_grid .staff-photo {
        grid-area: image; } } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .team_member_grid {
    justify-content: space-between;
    flex-direction: row-reverse;
    margin-bottom: 5vw; }
    .team_member_grid:nth-of-type(odd) {
      flex-direction: row; }
      .team_member_grid:nth-of-type(odd) * {
        text-align: right; }
    .team_member_grid .staff-photo {
      width: 450px; } }

ul.parters-list {
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: 100%; }
  ul.parters-list li {
    list-style-type: none; }
  ul.parters-list * {
    max-width: 100%; }

.partner-photo {
  height: 0;
  width: 80%;
  padding-bottom: 80%;
  overflow: hidden;
  position: relative; }
  .partner-photo .square-photo-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

@supports (display: grid) {
  .partners_list_grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); }
    .partners_list_grid li {
      margin: 0 3em 3em 0; } }

@supports (grid-gap: 3rem) {
  .partners_list_grid {
    grid-gap: 3rem; }
    .partners_list_grid li {
      margin: 0; } }

@media (min-width: 800px) {
  .partner-photo {
    width: 60%;
    padding-bottom: 60%; } }

@media (max-width: 600px) {
  .partners_list_grid {
    grid-template-columns: 1fr; }
  li.partner {
    max-width: 100%;
    grid-template-columns: 100px 1fr;
    grid-gap: 2vw; } }

/************** SERVICES **************/
.text_grid_area.service-title {
  padding-bottom: 0; }

.service-icon {
  display: inherit; }
  .service-icon svg {
    width: 40%;
    margin: auto;
    height: auto; }
  .service-icon * {
    vector-effect: non-scaling-stroke; }

.column {
  margin-bottom: 1em; }

.service-sub-section .sub-service-content {
  background-color: #F9BFCB;
  display: flex;
  justify-content: space-around;
  flex-direction: column; }
  .service-sub-section .sub-service-content .service-icon img,
  .service-sub-section .sub-service-content .service-icon svg {
    margin: 2rem auto;
    max-width: 50vw; }
  .service-sub-section .sub-service-content .service-icon svg path {
    stroke: #fff; }

.service-sub-section:nth-of-type(even) .sub-service-content {
  background-color: #003C45; }
  .service-sub-section:nth-of-type(even) .sub-service-content p,
  .service-sub-section:nth-of-type(even) .sub-service-content h1,
  .service-sub-section:nth-of-type(even) .sub-service-content h2,
  .service-sub-section:nth-of-type(even) .sub-service-content h3,
  .service-sub-section:nth-of-type(even) .sub-service-content h4,
  .service-sub-section:nth-of-type(even) .sub-service-content h5,
  .service-sub-section:nth-of-type(even) .sub-service-content h6,
  .service-sub-section:nth-of-type(even) .sub-service-content li,
  .service-sub-section:nth-of-type(even) .sub-service-content ul,
  .service-sub-section:nth-of-type(even) .sub-service-content a,
  .service-sub-section:nth-of-type(even) .sub-service-content div,
  .service-sub-section:nth-of-type(even) .sub-service-content span {
    color: rgba(255, 255, 255, 0.91); }

@media (min-width: 800px) {
  .service-intro {
    overflow: hidden; }
    .service-intro .line-break-area::before {
      width: 4rem; }
  .service-icon {
    display: block;
    grid-column: 2 / 3;
    grid-row: span 2; }
    .service-icon img, .service-icon svg {
      display: block;
      width: 60%;
      left: 0;
      margin-top: 4rem;
      margin-bottom: 4rem; }
    .service-icon svg, .service-icon svg path {
      stroke-width: 1px; }
  .service-sub-section .sub-service-content {
    flex-direction: row; }
    .service-sub-section .sub-service-content .service-icon {
      min-width: 220px;
      flex-basis: 1;
      justify-self: flex-start;
      margin-top: 0; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .service-icon svg {
    margin-top: 0;
    margin-bottom: 0; } }

/************** CASE STUDIES **************/
.case-study-card {
  position: relative;
  margin-bottom: 3rem; }
  .case-study-card a {
    text-decoration: none; }
  .case-study-card h3, .case-study-card h4 {
    font-size: 2rem;
    color: #9C6D58;
    border-bottom: solid 1px #9C6D58;
    background-color: #fff;
    padding: 1rem 0;
    position: relative;
    text-align: left;
    width: 100%; }
  .case-study-card .square-image-container {
    border: solid 1px #9C6D58; }

.work-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: -2.5vw;
  margin-right: -2.5vw; }
  .work-container .case-study-card {
    width: 100%;
    max-width: 360px;
    margin: 0 2.5vw 2.5vw; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .work-container {
    justify-content: flex-start; }
    .work-container .case-study-card {
      width: 28%; } }

@media (min-width: 900px) {
  .archive .work-container {
    padding-left: 6vw; } }

@supports (display: grid) {
  .work-container {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 2vw 5vw;
    margin: 0; }
    .work-container .case-study-card {
      max-width: none;
      margin: 0;
      grid-column: span 3; }
      .work-container .case-study-card:nth-of-type(3n +1) {
        grid-column: span 6; }
  @media (min-width: 700px) {
    .work-container .case-study-card.case-study-card {
      grid-column: span 2; } }
  @media (min-width: 1300px) {
    .work-container {
      grid-gap: 3vw 8vw; } } }

@media (min-width: 1000px) {
  .work-container .case-study-card {
    margin-top: 5vw; }
  .work-container .case-study-card:nth-of-type(3n + 2) {
    margin-top: 0; } }

.case-study .text_grid_area {
  padding: 5vw; }

.case-study .full_text_grid .text_grid_area {
  padding: 2.5vw 5vw; }

.section-header h1, .section-header h2, .section-header h3, .section-header h4 {
  font-size: 1.6rem;
  text-transform: uppercase;
  margin-bottom: 1em; }

.client-testimonial {
  position: relative;
  padding: 5vw;
  background-color: #F9BFCB; }

@media (min-width: 800px) {
  .case-study-title {
    line-height: 1.1; }
    .case-study-title span {
      color: #9C6D58;
      display: block; } }

@media (min-width: 1000px) {
  .client-testimonial {
    padding-right: 10vw; }
    .client-testimonial:after {
      content: "";
      position: absolute;
      height: 10vw;
      width: 10vw;
      top: -2rem;
      right: -2rem;
      background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20height%3D%22107%22%20viewBox%3D%220%200%20143%20107%22%20width%3D%22143%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22m84.0466102%2051.5665722v-50.5665722h57.9533898v38.0736544c0%2038.0736544-19.118644%2061.8696886-57.9533898%2066.9263456v-20.8215297c19.4173728-5.3541077%2025.3919488-13.6827196%2026.8855928-33.6118981zm-83.0466102%200v-50.5665722h57.9533898v38.0736544c0%2038.0736544-19.118644%2061.8696886-57.9533898%2066.9263456v-20.8215297c19.4173729-5.3541077%2025.3919492-13.6827196%2026.8855932-33.6118981z%22%20fill%3D%22none%22%20stroke%3D%22%239c6d58%22/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-size: contain; } }

/* case study gallery  */
ul.project-gallery {
  list-style: none;
  margin: 0;
  padding: 0; }
  ul.project-gallery li {
    list-style: none;
    list-style-type: none; }
    ul.project-gallery li img {
      height: 100%;
      width: 100%;
      -o-object-fit: contain;
         object-fit: contain;
      top: 0;
      margin-top: 0; }

.lg button {
  width: auto; }

ul.project-gallery {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start; }
  ul.project-gallery li {
    margin: 1em;
    width: 35%;
    overflow: hidden; }
    ul.project-gallery li.small-item, ul.project-gallery li.medium-item, ul.project-gallery li.large-item {
      width: 100%; }

.image-caption {
  display: block;
  text-align: center;
  font-size: 1.5rem;
  font-style: italic;
  opacity: 0.9;
  padding-top: 0.3em;
  line-height: 1.3; }

@media (min-width: 800px) {
  ul.project-gallery li {
    margin: 2em;
    max-width: 50vw; }
    ul.project-gallery li.small-item {
      width: 25%; }
    ul.project-gallery li.medium-item {
      width: 33%; }
    ul.project-gallery li.large-item {
      width: 42%; }
    ul.project-gallery li:first-of-type {
      align-self: flex-end; }
    ul.project-gallery li:last-of-type {
      align-self: flex-start; } }

@media (min-width: 1100px) {
  ul.project-gallery li {
    margin: 2em; }
    ul.project-gallery li.small-item {
      width: 22%; }
    ul.project-gallery li.medium-item {
      width: 30%; }
    ul.project-gallery li.large-item {
      width: 46%; }
    ul.project-gallery li:first-of-type {
      align-self: flex-end; }
    ul.project-gallery li:last-of-type {
      align-self: flex-start; } }

/************** CLIENTS **************/
.logo_grid {
  display: flex;
  justify-content: center;
  align-items: stretch;
  align-content: stretch;
  flex-wrap: wrap;
  list-style-type: none;
  list-style: none;
  margin: 0;
  padding: 0; }
  .logo_grid .logo-box {
    margin: 1.3em;
    padding: 0;
    list-style-type: none;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    height: 140px;
    width: 140px; }
    .logo_grid .logo-box a {
      display: flex;
      justify-content: center;
      align-items: center;
      align-content: center;
      height: 100%;
      width: 100%; }
    .logo_grid .logo-box img {
      display: block;
      width: 100%;
      max-width: 100%;
      max-height: 100%;
      -webkit-filter: grayscale(100%);
              filter: grayscale(100%); }
    .logo_grid .logo-box:hover img {
      -webkit-filter: grayscale(20%);
              filter: grayscale(20%); }

@media (max-width: 500px) {
  .logo_grid .logo-box {
    width: 100px;
    height: 100px;
    margin: 0.8em; } }

/************** BLOG **************/
.post-meta {
  position: relative;
  padding-bottom: 3rem; }
  .post-meta:before {
    content: "";
    display: block;
    position: absolute;
    background-color: #003C45;
    height: 1px;
    width: 30vw;
    max-width: 160px;
    bottom: 0;
    left: -10%; }

@media (min-width: 800px) {
  .post-header {
    text-align: right; }
  .blog_post_grid {
    display: flex;
    flex-direction: column; }
  @supports (display: grid) {
    .page_grid.blog_post_grid {
      display: grid;
      grid-template-columns: 10vw 5fr 5vw 7fr 10vw;
      grid-template-areas: "gap intro gap2 blog gap3";
      grid-gap: 0; }
      .page_grid.blog_post_grid .post-header {
        grid-area: intro; }
        .page_grid.blog_post_grid .post-header h1, .page_grid.blog_post_grid .post-header h2 {
          text-align: right; }
      .page_grid.blog_post_grid .post-meta {
        text-align: right;
        align-self: start; }
        .page_grid.blog_post_grid .post-meta:before {
          left: auto;
          right: 0;
          bottom: 0; }
      .page_grid.blog_post_grid .blog_content {
        grid-area: blog;
        grid-row: 2; } } }

/************** HOW WE WORK **************/
.large-icon-container {
  display: none; }

@media (min-width: 800px) {
  .large-icon-container {
    display: inherit;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    align-content: center; }
    .large-icon-container * {
      vector-effect: non-scaling-stroke; }
    .large-icon-container img {
      display: block;
      width: 100%;
      max-width: 450px;
      height: auto; }
    .large-icon-container.arrow-icon img {
      max-width: 280px; } }

/************** HOW WE WORK **************/
@media (min-width: 700px) {
  .text_grid_area.contact_text_grid {
    padding-bottom: 0; }
  .map-container {
    margin-top: calc(5vw + 80px); } }
