@charset "UTF-8";
/*
Theme Name:    Future Considerations
Developed by:  hazardawareness 
Company URL:   http://hazardawareness.com.au/
Company Name:  hazardawareness
*/
/* 
	RESET - ADAPTED FROM MEYER RESET
	URL - http://meyerweb.com/eric/tools/css/reset/
	LICENSE - PUBLIC DOMAIN
*/
/* RESET
----------------------------------------------------------------------------------------------------*/
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;
  outline: 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 */ }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

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

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

#mfPreviewBar {
  display: none !important; }

/**
 * 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: 90%;
  max-width: 1200px;
  position: relative; }

/*	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: 559px) {
  .col {
    margin-left: 5%;
    padding: 0 0%; }
  /* --- Gridpak variables ---*/
  .row .col:first-child {
    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 {
    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 {
    width: 73.75%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 5%; }
  .span_4,
  .footer_legal_col,
  .social_links_col,
  .section_col,
  .home_feature_col,
  .span_6,
  .flat_col,
  .full_col,
  .half_col,
  .blog_main_col,
  .blog_sidebar_col,
  .footer_col,
  .footer_col_first,
  .social_section_col,
  .person_col,
  .person_details_col,
  .staff_intro_col,
  .post_highlight_col,
  .third_col,
  .logo_col,
  .nav_col {
    margin-left: 0;
    width: 100%; } }

/* 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: 560px) and (max-width: 900px) {
  .col {
    margin-left: 2.5%;
    padding: 0 0%; }
  /* --- Gridpak variables ---*/
  .row .col:first-child {
    margin-left: 0; }
  .row .person_col:nth-of-type(2n - 1),
  .row .post_highlight_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 {
    width: 22.75%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 3%; }
  .span_4,
  .social_links_col,
  .home_feature_col,
  .logo_col,
  .blog_sidebar_col,
  .footer_col,
  .footer_col_first,
  .social_section_col,
  .person_details_col,
  .post_highlight_col,
  .third_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,
  .section_col,
  .flat_col,
  .half_col,
  .person_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,
  .footer_legal_col,
  .nav_col,
  .blog_main_col {
    width: 65.6666666667%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 3%; }
  .span_9 {
    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_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 .person_col:nth-of-type(3n - 2),
  .row .post_highlight_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,
  .footer_col {
    width: 14.1666666667%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 3%; }
  .span_3,
  .footer_col_first {
    width: 22.75%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 3%; }
  .span_4,
  .social_links_col,
  .logo_col,
  .blog_sidebar_col,
  .social_section_col,
  .recent_blog_col,
  .person_details_col,
  .post_highlight_col,
  .third_col,
  .person_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,
  .section_col,
  .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,
  .blog_main_col {
    width: 65.6666666667%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 3%; }
  .span_9 {
    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_col {
    margin-left: 0;
    width: 100%; } }

/* Column Shortcodes */
@media (min-width: 600px) {
  .content-column {
    padding: 0 3rem 0 0;
    margin-bottom: 2rem; }
    .content-column.last_column {
      padding: 0 0 0 0; } }

/************** @MIXINS ************/
/************** 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; }
  .image-container .hover-expand {
    transition: all 0.2s ease-in; }
  .image-container .hover-expand:hover {
    transform: scale(1.1);
    transition: all 0.2s ease-in; }

.hidden {
  display: none; }

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

#wpadminbar {
  position: absolute; }

/*********** 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-bottom: 1.5rem; }
  div.wp-caption img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0; }
  div.wp-caption.alignright {
    float: right;
    margin: 0 0 1em 1em; }
  div.wp-caption.alignleft {
    float: left;
    margin: 0 0 1em 1em; }

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

/************** LAYOUT ************/
body {
  overflow-x: hidden; }

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

.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-content-bottom {
  align-content: flex-end;
  justify-content: flex-end; }

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

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

.margin-bottom {
  margin-bottom: 3.0rem; }

.margin-bottom-small {
  margin-bottom: 1.7rem; }

.margin-bottom-large {
  margin-bottom: 4.5rem; }

.section-padding {
  padding: 3.0rem 0; }

.section-padding-large {
  padding: 5.0rem 0; }

.section-margin {
  margin: 3.0rem 0; }

.box-padding {
  padding: 2.4rem; }

/************** BACKGROUNDS ************/
.orange-grad-section {
  background-image: url(images/orange-grad-top.svg), url(images/orange-grad-bottom.svg);
  background-repeat: repeat-x, repeat-x;
  background-position: top center, bottom center;
  background-size: auto, auto; }

.grey-grad-section {
  background-image: url(images/grey-grad.svg);
  background-repeat: repeat-x;
  background-position: top center;
  background-size: auto; }

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

/* Generated by Font Squirrel (https://www.fontsquirrel.com) on July 13, 2016 */
body {
  font-family: "Proxima Nova", "Montserrat", sans-serif;
  line-height: 1.6em;
  font-size: 62.5% !important;
  font-size: 1.5rem;
  color: #333333;
  font-weight: 300; }

h1, h2, h3, h4, h5 {
  line-height: 1.25em;
  color: #E25532; }

h1, h2, h3, h4 {
  font-weight: 600;
  font-family: "Minion Pro", serif; }

h1 {
  font-size: 3.2rem;
  margin-bottom: 1.8rem; }

h2 {
  font-size: 3rem;
  margin-bottom: 1.6rem; }

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

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

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

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

@media (max-width: 700px) {
  h1 {
    font-size: 2.6rem; }
  h2 {
    font-size: 2.4rem; }
  h3, h4 {
    font-size: 2.0rem; } }

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

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

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

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

strong, b {
  font-weight: 600; }

date {
  font-size: 1.5rem; }

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

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

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

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

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

.red-text,
.orange-text {
  color: #E25532; }

.blue-text {
  color: #60CCD9; }

.yellow-text {
  color: #FAC842; }

.tan-text {
  color: #A6937A; }

.stone-text {
  color: #D6E2CD; }

.grey-text {
  color: #A19CA3; }

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

.body-text {
  font-family: "Proxima Nova", "Montserrat", sans-serif;
  font-weight: 300; }

.header-text {
  font-family: "Minion Pro", serif;
  font-weight: 600; }

blockquote p {
  color: #A19CA3;
  font-size: 1.8rem;
  line-height: 1.45em; }

blockquote cite {
  display: block;
  font-size: 1.6rem;
  font-style: italic;
  margin-top: 1em; }

/* Links and buttons  */
a {
  color: inherit;
  cursor: pointer;
  color: #60CCD9;
  text-decoration: none; }

h1 a, h2 a, h3 a, h4 a, h5 a {
  text-decoration: none;
  display: inline-block; }

main p a {
  font-weight: 300;
  text-decoration: none; }

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

ul.display-list,
article ul,
article ol {
  list-style: disc;
  margin-left: 2.3rem; }
  ul.display-list li,
  article ul li,
  article ol li {
    position: relative;
    margin-bottom: 0.3rem; }

/* Titles & Sub-titles */
.two-column-text {
  text-align: left; }
  .two-column-text p {
    text-align: left; }

@media (min-width: 900px) {
  .two-column-text {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 4.5rem;
       -moz-column-gap: 4.5rem;
            column-gap: 4.5rem; } }

.site-header {
  background-color: #fff;
  position: relative;
  padding: 1rem;
  border-bottom: solid 1px rgba(161, 156, 163, 0.3);
  background-image: url(images/header-colour-strip.svg);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: auto; }

.logo-link {
  padding: 1rem;
  display: block; }

.mobile-header {
  color: #fff; }

.site-logo {
  max-height: 80px; }

/******************* SEARCH *******************/
.header-search {
  text-align: right; }
  .header-search > span {
    margin-right: 4rem; }
  .header-search .search {
    display: inline-block;
    padding: 5px;
    background-color: #D6E2CD;
    padding: 8px;
    position: relative; }
    .header-search .search:before {
      content: "";
      position: absolute;
      display: block;
      width: 200%;
      top: 0;
      bottom: 0;
      background-color: #D6E2CD;
      left: -20px;
      z-index: -1;
      transform: skew(-25deg); }
  .header-search input {
    border: none;
    background-image: url(images/search-icon.svg);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 16px;
    font-size: 1.5rem;
    padding: 6px 30px 6px 10px; }

/******************* NAV *******************/
@media (max-width: 600px) {
  .header-search {
    text-align: center; }
    .header-search > span {
      margin-right: 0; }
    .header-search .search {
      display: none; } }

.site-menu {
  list-style: none;
  margin: 0; }
  .site-menu li {
    display: block;
    margin: 0;
    position: relative; }
  .site-menu a {
    display: block;
    color: #333333;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.5rem;
    padding: 1rem 1.2rem;
    white-space: nowrap;
    transition: all 0.2s ease-in; }

@media (min-width: 1000px) {
  .site-header {
    position: fixed;
    background-color: #fff;
    top: 0;
    left: 0;
    right: 0;
    z-index: 11; }
  body {
    padding-top: 11rem; }
  .site-menu {
    display: block;
    text-align: right;
    margin-bottom: 0;
    margin-top: 1rem; }
    .site-menu a {
      padding: 1rem; }
    .site-menu li {
      display: inline-block;
      margin: 0;
      position: relative; }
      .site-menu li:hover > a {
        color: #E25532;
        transition: all 0.2s ease-in; }
      .site-menu li:hover > ul {
        display: block;
        opacity: 1;
        transition: all 0.2s ease-in; }
    .site-menu ul {
      background-color: #A19CA3;
      position: absolute;
      z-index: 13;
      z-index: 999;
      top: 100%;
      left: -10px;
      opacity: 0;
      padding: 2px;
      display: none;
      border-radius: 4px;
      transition: all 0.2s ease-in; }
      .site-menu ul li {
        margin: 0;
        padding: 0;
        display: block;
        width: 100%; }
        .site-menu ul li a {
          padding: 5px 10px;
          color: #fff !important;
          border-radius: 2px; }
          .site-menu ul li a:hover {
            background-color: #60CCD9; }
        .site-menu ul li:last-child {
          border-bottom: 0; }
      .site-menu ul:after {
        content: "";
        display: block;
        position: absolute;
        background-color: #A19CA3;
        height: 15px;
        width: 15px;
        top: -7px;
        left: 40px;
        z-index: -1;
        margin-left: -9px;
        transform: rotate(45deg); }
      .site-menu ul ul {
        left: 100%;
        top: 0; }
        .site-menu ul ul:after {
          content: none; } }

.mobile-header {
  display: none; }

#pull {
  display: none; }

.mobile-menu-background {
  display: none; }

@media (max-width: 1000px) {
  .site-header {
    margin: 0; }
  .logo-link {
    display: block;
    margin: auto; }
  #pull {
    display: block;
    text-transform: uppercase;
    padding: 1rem;
    top: 1.5rem;
    right: 1.5rem;
    color: #fff;
    background-color: #E25532;
    cursor: pointer;
    z-index: 1099;
    text-decoration: none;
    background-image: url(images/menu-icon.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: right 12px center;
    margin-top: 1rem; }
  .menu-icon {
    vertical-align: middle;
    height: 14px;
    margin-left: 0.5rem; }
  .site-menu {
    pointer-events: all;
    position: relative;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    background: #E25532;
    z-index: 999;
    transition: all 0.2s ease-in; }
    .site-menu a {
      color: #fff; }
    .site-menu ul {
      margin-bottom: 0; }
      .site-menu ul li {
        position: relative;
        padding-left: 1.2em; }
        .site-menu ul li:before {
          content: "-";
          font-weight: 600;
          color: #E25532;
          position: absolute;
          left: 1em;
          top: 0.5em; }
    .site-menu.menu-hide {
      display: none;
      left: -110vw;
      right: 110vw;
      pointer-events: none; } }

.post-type-archive.post-type-archive-staff-member #home-slider .slide {
  background-size: auto 100%;
  background-position: center right; }

.site-footer {
  background-color: #A19CA3;
  background-image: url(images/footer-colour-strip.svg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: auto;
  position: relative;
  padding: 3rem 0;
  color: #fff;
  font-size: 1.3rem; }
  .site-footer .small-text {
    font-size: 1.45rem; }
  .site-footer p,
  .site-footer div {
    font-size: 1.3rem;
    line-height: 1.3em; }
  .site-footer a {
    text-decoration: none;
    color: #fff; }

.footer-country-section {
  display: flex;
  align-content: stretch; }
  .footer-country-section .country {
    text-align: right;
    width: 90px;
    margin-right: 10px;
    font-size: 15px; }
  .footer-country-section .blue-text,
  .footer-country-section .yellow-text {
    font-size: 15px; }

.social-media-links {
  list-style: none;
  text-align: right;
  margin-bottom: 0; }
  .social-media-links li {
    display: inline-block;
    margin-left: 0.4rem; }
    .social-media-links li img {
      display: block;
      width: 32px;
      height: auto; }

.mobile-back-to-top {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  display: block;
  height: 4rem;
  width: 4rem;
  overflow: hidden;
  text-indent: -99999px;
  background-image: url(images/back-to-top.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 0;
  transition: all 0.2s ease-in; }
  .mobile-back-to-top.visible {
    opacity: 1;
    transition: all 0.2s ease-in; }

@media (min-width: 700px) {
  .mobile-back-to-top {
    display: none; } }

input,
textarea,
button {
  font-family: "Proxima Nova", "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 1.5rem;
  padding: 1.0rem 1.0rem 0.6rem;
  width: 100%;
  display: block;
  background-color: #fff;
  border: solid 1px rgba(51, 51, 51, 0.4);
  background-color: #fff;
  color: #333333; }

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

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

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

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

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

input[type="button"],
input[type="submit"],
button {
  display: inline-block;
  text-decoration: none;
  padding: 0.8rem 1.5rem;
  font-size: 1.5rem;
  cursor: pointer;
  text-transform: uppercase;
  line-height: 1em;
  font-weight: 300;
  color: #fff;
  position: relative;
  transition: all 0.2s ease-in;
  background-color: #E25532;
  border: none;
  display: inline-block;
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  float: right;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  border-radius: 0 !important; }

select {
  font-family: "Proxima Nova", "Montserrat", sans-serif;
  width: 100%;
  font-size: 1.5rem;
  padding: 1.0rem 0.8rem 1.2rem 1.6rem;
  display: block;
  margin-bottom: 0.8rem;
  border-radius: 0 !important;
  border: solid 1px rgba(51, 51, 51, 0.4);
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background: url(images/select.jpg) center right no-repeat;
  background-size: 50% !important;
  color: #333333 !important;
  background-color: #fff; }

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

label {
  font-size: 1.6rem;
  margin-right: 1.4rem; }

.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 input {
  display: block;
  float: left; }

.inline-form .form-width-70 {
  width: 70%; }

.inline-form .form-width-30 {
  width: 30%; }

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

form.sent {
  display: none; }

/*************** BUTTONS ******************/
.skew-button-container {
  transform: skew(-25deg);
  background-color: #F04E23;
  display: inline-block; }
  .skew-button-container a, .skew-button-container .skew-btn {
    transform: skew(25deg); }
  .skew-button-container .skew-btn {
    color: #fff;
    background-color: transparent;
    border: none; }
  .skew-button-container.blue-button-container {
    background-color: #60CCD9; }
  .skew-button-container.yellow-button-container {
    background-color: #FAC842; }
  .skew-button-container.tan-button-container {
    background-color: #A6937A; }
  .skew-button-container.stone-button-container {
    background-color: #D6E2CD; }

.btn {
  display: inline-block;
  text-decoration: none;
  padding: 0.8rem 1.5rem;
  font-size: 1.5rem;
  cursor: pointer;
  text-transform: uppercase;
  line-height: 1em;
  font-weight: 300;
  color: #fff;
  position: relative;
  transition: all 0.2s ease-in; }

/***************  HOME ******************/
/* Slider */
.home-slider {
  border-bottom: solid 4px #E25532; }
  .home-slider .slick-slider {
    margin-bottom: 0; }
  .home-slider .section {
    background-color: transparent; }
  .home-slider .slide {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 0;
    overflow: hidden;
    height: 500px !important; }
    .home-slider .slide * {
      color: #fff; }
    .home-slider .slide h1, .home-slider .slide h2, .home-slider .slide h3, .home-slider .slide h4 {
      font-size: 2.5em;
      font-weight: 400;
      line-height: 1.2;
      margin-bottom: 0.5rem;
      text-transform: uppercase; }
    .home-slider .slide p {
      font-size: 1.5rem;
      font-weight: 600; }
    .home-slider .slide:after {
      content: "";
      display: block;
      z-index: 2;
      position: absolute;
      top: -1px;
      bottom: -1px;
      width: 100%;
      right: 70%;
      background-image: url(images/white-hero-angle.svg);
      background-position: right center;
      background-size: cover;
      background-repeat: no-repeat; }
  .home-slider .home-slide-content {
    background-color: #E25532;
    max-width: 60%;
    width: 600px;
    padding: 40px 10px 40px 0;
    position: relative;
    z-index: 10;
    margin-left: 0;
    margin-right: auto;
    margin-bottom: 120px;
    float: left; }
    .home-slider .home-slide-content p a {
      display: inline-block;
      color: #E25532;
      background-color: #fff;
      padding: 5px 10px 3px;
      border-radius: 3px;
      text-transform: uppercase; }
    .home-slider .home-slide-content:before {
      content: "";
      display: block;
      position: absolute;
      right: 100%;
      width: 100%;
      top: 0;
      bottom: 0;
      background-color: #E25532; }
    .home-slider .home-slide-content:after {
      content: "";
      display: block;
      position: absolute;
      left: 100%;
      top: -2px;
      bottom: 0;
      width: 400px;
      background-image: url(images/orange-triangle-right.svg);
      background-repeat: no-repeat;
      background-size: contain;
      background-position: left center; }
  .home-slider .slick-dots {
    bottom: 2rem; }
    .home-slider .slick-dots button {
      display: block;
      height: 8px;
      width: 8px;
      border-radius: 4px;
      background-color: rgba(255, 255, 255, 0.57); }
      .home-slider .slick-dots button:before {
        content: none; }
    .home-slider .slick-dots .slick-active button {
      background-color: #fff; }

.slick-arrow.slick-arrow {
  display: block;
  position: absolute;
  height: 30px;
  width: 20px;
  background-image: url(images/slider-arrow.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  top: 60%;
  left: 50px;
  z-index: 19;
  opacity: 0.5;
  margin-top: -15px;
  transform: translate(0, -50%) rotate(180deg); }
  .slick-arrow.slick-arrow:hover {
    opacity: 0.8; }
  .slick-arrow.slick-arrow.slick-next {
    right: 50px;
    left: auto;
    transform: translate(0, -50%); }
  .slick-arrow.slick-arrow:before {
    content: none; }

@media (max-width: 700px) {
  .home-slider .home-slide-content {
    max-width: 90%;
    width: 500px;
    padding: 50px 20px 50px 0;
    margin-bottom: 40px; }
    .home-slider .home-slide-content:after {
      content: none; }
    .home-slider .home-slide-content h1, .home-slider .home-slide-content h2, .home-slider .home-slide-content h3, .home-slider .home-slide-content h4 {
      font-size: 2.4rem; }
  .slick-arrow.slick-arrow {
    top: 90%;
    left: 20px; }
    .slick-arrow.slick-arrow.slick-next {
      right: 20px; } }

.logo-section {
  overflow-x: hidden; }

.logo-slider {
  margin: 50px auto; }
  .logo-slider .logo.slick-slide {
    max-height: 100px; }

.logo-slider.logo-slider .slick-arrow {
  background-image: url(images/arrow@2x.png);
  left: -50px;
  margin-top: -15px;
  opacity: 1; }
  .logo-slider.logo-slider .slick-arrow.slick-next {
    right: -50px;
    left: auto; }

.part-background-image {
  position: relative; }

.part-background-image-container {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 240px;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed; }

.circle-icon {
  display: block;
  width: 120px;
  height: 120px;
  border-radius: 60px;
  background-color: #fff;
  margin: auto;
  padding: 30px; }
  .circle-icon img {
    display: block;
    max-width: 60px;
    margin: auto; }

/******** HEROS ********/
.hero.inner-hero {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 0;
  overflow: hidden;
  height: 500px;
  min-height: 20vh;
  position: relative;
  background-image: url(images/placeholder.png); }
  .hero.inner-hero:after {
    content: "";
    display: block;
    z-index: 2;
    position: absolute;
    top: -1px;
    bottom: -1px;
    width: 100%;
    right: 70%;
    background-image: url(images/white-hero-angle.svg);
    background-position: right center;
    background-size: cover;
    background-repeat: no-repeat; }

.page-hero-title {
  background-color: #E25532;
  max-width: 40%;
  width: 400px;
  padding: 30px 10px 20px 0;
  position: relative;
  z-index: 10;
  margin-left: 0;
  margin-right: auto;
  margin-bottom: 40px;
  float: left; }
  .page-hero-title h1, .page-hero-title h2, .page-hero-title h3 {
    color: #fff;
    line-height: 1.2;
    font-weight: 400;
    font-size: 2.8rem;
    text-transform: uppercase;
    margin-bottom: 0; }
  .page-hero-title p {
    color: #fff; }
  .page-hero-title:before {
    content: "";
    display: block;
    position: absolute;
    right: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    background-color: #E25532; }
  .page-hero-title:after {
    content: "";
    width: 0;
    display: block;
    height: 0;
    position: absolute;
    top: -1px;
    bottom: 0;
    left: 100%;
    width: 300px;
    z-index: 12;
    background-image: url(images/orange-triangle-right.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
    height: 100%; }
  .page-hero-title.stone-hero-bg {
    background-color: #D6E2CD; }
    .page-hero-title.stone-hero-bg:before {
      background-color: #D6E2CD; }
    .page-hero-title.stone-hero-bg:after {
      background-image: url(images/stone-triangle-right.svg); }
  .page-hero-title.yellow-hero-bg {
    background-color: #FAC842; }
    .page-hero-title.yellow-hero-bg:before {
      background-color: #FAC842; }
    .page-hero-title.yellow-hero-bg:after {
      background-image: url(images/yellow-triangle-right.svg); }
  .page-hero-title.blue-hero-bg {
    background-color: #60CCD9; }
    .page-hero-title.blue-hero-bg:before {
      background-color: #60CCD9; }
    .page-hero-title.blue-hero-bg:after {
      background-image: url(images/blue-triangle-right.svg); }
  .page-hero-title.tan-hero-bg {
    background-color: #A6937A; }
    .page-hero-title.tan-hero-bg:before {
      background-color: #A6937A; }
    .page-hero-title.tan-hero-bg:after {
      background-image: url(images/tan-triangle-right.svg); }

@media (max-width: 700px) {
  .hero.inner-hero {
    height: 200px; }
  .page-hero-title {
    max-width: 80%; }
    .page-hero-title h1, .page-hero-title h2, .page-hero-title h3 {
      font-size: 2.4rem; } }

/***************  PAGE CONTENT  ******************/
.page-intro p {
  font-size: 2.1rem;
  color: #E25532;
  font-weight: 600; }

@media (max-width: 700px) {
  .page-intro p {
    font-size: 1.8rem; } }

/***************  DIVIDERS  ******************/
.divider {
  display: block;
  background-color: #E25532;
  height: 2px;
  margin: 1.5rem auto; }
  .divider.wide-divider {
    height: 10px;
    margin: 2rem auto; }
  .divider.blue-divider {
    background-color: #60CCD9; }
  .divider.yellow-divider {
    background-color: #FAC842; }
  .divider.tan-divider {
    background-color: #A6937A; }
  .divider.stone-divider {
    background-color: #D6E2CD; }
  .divider.grey-divider {
    background-color: #A19CA3; }

.break-out-section {
  background-color: rgba(161, 156, 163, 0.3);
  padding: 3rem 4rem 1rem;
  position: relative;
  overflow: hidden; }
  .break-out-section:after {
    content: "";
    display: block;
    position: absolute;
    background-color: #fff;
    height: 50px;
    width: 50px;
    top: -25px;
    left: 50%;
    margin-left: -25px;
    transform: rotate(45deg); }

/******** WIDGETS ********/
.widget-title {
  text-transform: uppercase;
  font-family: "Proxima Nova", "Montserrat", sans-serif;
  color: #333333;
  font-size: 1.7rem;
  padding: 8px 0 14px;
  margin-bottom: 2.5rem; }
  .widget-title.orange-widget-title {
    border-bottom: solid 5px #E25532; }
  .widget-title.blue-widget-title {
    border-bottom: solid 5px #60CCD9; }
  .widget-title.tan-widget-title {
    border-bottom: solid 5px #A6937A; }
  .widget-title.stone-widget-title {
    border-bottom: solid 5px #D6E2CD; }
  .widget-title.yellow-widget-title {
    border-bottom: solid 5px #FAC842; }
  .widget-title.grey-widget-title {
    border-bottom: solid 5px #A19CA3; }

ul.social-icons {
  list-style: none;
  margin: 1.8rem 0; }
  ul.social-icons li {
    list-style: none;
    display: inline-block;
    background-color: #A19CA3;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 15px 15px;
    text-indent: -999999px;
    height: 30px;
    width: 30px;
    border-radius: 20px;
    padding: 0;
    margin-right: 10px; }
    ul.social-icons li a {
      display: block;
      width: 100%;
      height: 100%; }
    ul.social-icons li.twitter-icon {
      background-image: url(images/twitter-icon.svg); }
    ul.social-icons li.facebook-icon {
      background-image: url(images/facebook-icon.svg); }
    ul.social-icons li.blog-icon {
      background-image: url(images/blog-icon.svg); }
    ul.social-icons li.linkedin-icon {
      background-image: url(images/linkedin-icon.svg); }

.newsletter-sign-up-button {
  display: block;
  color: #A19CA3;
  font-weight: 500;
  max-width: 300px;
  text-decoration: none !important;
  border: solid 1px #A19CA3;
  padding: 0.8rem;
  background-image: url(images/arrow@2x.png);
  background-position: right 12px center;
  background-repeat: no-repeat;
  background-size: 10px;
  cursor: pointer; }

.archive-footer .newsletter-sign-up-button {
  max-width: 300px; }

.archive-footer ul.social-icons {
  margin: 0;
  text-align: right; }

/***************  POSTS  ******************/
.post_highlight_col {
  margin-bottom: 2.5rem; }
  .post_highlight_col .post-highlight-image {
    height: 150px;
    background-color: #D6E2CD;
    margin-bottom: 2rem; }

.load-more {
  text-align: center; }
  .load-more .ajax-load-more-button {
    display: block;
    text-indent: -9999px;
    margin: auto;
    height: 60px;
    width: 100%;
    border: none;
    background-color: transparent !important;
    background-image: url(images/load-more-button@2x.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center; }

.post-tags .post-cat {
  color: #fff;
  display: inline-block;
  background-color: #A19CA3;
  padding: 5px 10px;
  border-radius: 5px;
  margin-right: 10px;
  text-decoration: none; }

nav.pagination {
  border-top: solid 1px #D6E2CD;
  padding-top: 20px; }
  nav.pagination .nav-links {
    text-align: right; }
    nav.pagination .nav-links > * {
      display: inline-block;
      padding: 3px 8px; }
    nav.pagination .nav-links span.current {
      color: #A19CA3;
      font-weight: 600; }
    nav.pagination .nav-links a {
      border: solid 1px #A19CA3;
      border-radius: 3px;
      color: #A19CA3;
      margin-left: 3px; }

/***************  COMMENTS  ******************/
.commentlist {
  list-style: none;
  margin: 0; }
  .commentlist .comment {
    margin-bottom: 2rem;
    border-bottom: solid 1px #A19CA3;
    padding-bottom: 2rem; }
  .commentlist .comment-author .avatar {
    margin-bottom: 5px; }
  .commentlist .comment-author cite {
    font-weight: 600; }
  .commentlist .comment-meta a {
    color: #60CCD9; }
  .commentlist .reply a {
    background-color: #E25532;
    padding: 5px 10px;
    border-radius: 5px;
    text-decoration: none;
    color: #fff; }

/***************  STAFF  ******************/
.person_col {
  background-color: #A19CA3;
  margin-bottom: 2.5rem; }
  .person_col a {
    text-decoration: none; }
  .person_col .staff-photo-container {
    max-height: 350px;
    position: relative; }
  .person_col .image-overlay {
    background-color: rgba(226, 85, 50, 0.8);
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: all 0.2s ease-in; }
    .person_col .image-overlay span {
      display: block;
      text-align: center;
      font-weight: 600;
      font-family: "Minion Pro", serif;
      font-size: 2.6rem;
      color: #fff; }
  .person_col .staff-photo-container:hover .image-overlay {
    opacity: 1;
    transition: all 0.2s ease-in; }
  .person_col h4 {
    margin-bottom: 0; }

.person-pop-up-container,
.newsletter-pop-up-container {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.6);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  z-index: 0;
  opacity: 0;
  display: none;
  height: 100%;
  width: 100%;
  overflow-y: scroll;
  padding-bottom: 15rem; }
  .person-pop-up-container.current-visible,
  .newsletter-pop-up-container.current-visible {
    z-index: 20;
    opacity: 1;
    display: block; }

.person-popup,
.newsletter-popup {
  position: relative;
  z-index: 22;
  margin: auto;
  max-width: 1000px;
  margin-top: 5vh;
  background-color: #fff; }
  .person-popup .person-pop-up-details,
  .person-popup .newsletter-pop-up-details,
  .newsletter-popup .person-pop-up-details,
  .newsletter-popup .newsletter-pop-up-details {
    background-color: #dedede;
    padding: 4rem; }
  .person-popup .divider.divider,
  .newsletter-popup .divider.divider {
    margin: 1rem 0; }
  .person-popup .content-clipped,
  .newsletter-popup .content-clipped {
    max-height: 200px;
    overflow: hidden; }
  .person-popup .pop-up-close,
  .newsletter-popup .pop-up-close {
    position: absolute;
    z-index: 25;
    cursor: pointer;
    top: 50px;
    right: 20px;
    padding: 15px;
    border-radius: 50%;
    border: solid 2px #E25532;
    background-color: #A19CA3; }
    .person-popup .pop-up-close img,
    .newsletter-popup .pop-up-close img {
      display: block;
      width: 30px;
      height: auto; }

.newsletter-popup {
  max-width: 500px; }

.staff-intro {
  background-color: rgba(161, 156, 163, 0.3);
  position: relative;
  max-height: 550px;
  overflow: hidden; }

.staff-intro-row {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  background-color: rgba(161, 156, 163, 0.5);
  max-height: 550px;
  overflow: hidden; }

.staff_photo_col {
  width: 60%; }

.staff-intro-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 2.5rem; }

.staff_photo_col img.rsp-img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 550px;
  width: 100%; }

@media (max-width: 700px) {
  .staff-intro-row {
    flex-direction: column; }
  .staff_photo_col {
    width: 100%; }
  .staff_photo_col img.rsp-img {
    height: auto;
    width: auto; } }

.breadcrumb-link {
  position: relative;
  font-size: 1.8rem;
  color: #E25532;
  float: left;
  display: inline-block;
  padding: 5px 20px;
  font-weight: 600;
  font-family: "Minion Pro", serif; }
  .breadcrumb-link:before {
    content: "";
    position: absolute;
    display: block;
    z-index: -1;
    top: 0;
    bottom: 0;
    width: 20px;
    left: 0;
    background-image: url(images/arrow@2x.png);
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: center; }
  .breadcrumb-link.breadcrumb-left:before {
    transform: rotate(180deg); }
  .breadcrumb-link.breadcrumb-right {
    float: right; }
    .breadcrumb-link.breadcrumb-right:before {
      left: auto;
      right: 0; }

/***************  IMAGE GRID SHORTCODE  ******************/
.image-flex-container {
  display: flex;
  flex-direction: column; }

@media (min-width: 700px) {
  .image-flex-container {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: flex-start; }
    .image-flex-container > * {
      margin-right: 1em; }
      .image-flex-container > *:last-child {
        margin-right: 0; } }
/*# sourceMappingURL=style.css.map */