@charset "UTF-8";
/*
Theme Name:    Resolute Mining
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(slick/slick.css);
@import url(slick/slick-theme.css);
@import url("https://use.typekit.net/yyw3jkc.css");
@import url("https://p.typekit.net/p.css?s=1&k=yyw3jkc&ht=tk&f=26053.26054.26056.26062&a=961929&app=typekit&e=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 */ }

/************** @MIXINS ************/
/* Responsive media query mixins */
/* Hack + IE Mixins */
body, html {
  font-size: 62.5%;
  overflow-x: hidden; }

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

#mfPreviewBar {
  display: none !important; }

/************** 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%;
  height: 100%; }
  .image-container img {
    display: block;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.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-bottom: 1.5rem; }
  div.wp-caption img {
    display: block;
    max-width: 100%;
    height: auto; }

.wp-caption-text {
  text-align: center;
  padding: 0.5rem;
  font-style: italic;
  background-color: #9d9d9d;
  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: 3.5vw; }

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

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

.section-padding-small {
  padding: 2rem 0; }

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

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

.box-padding {
  padding: 3.5vw; }

.box-padding-small {
  padding: 1rem; }

/************** BACKGROUNDS ************/
.yellow-bg,
.yellow-bg-stretch {
  background-color: #f4c522;
  color: #134169; }
  .yellow-bg ::-moz-selection, .yellow-bg-stretch ::-moz-selection {
    background-color: #0c0c0c;
    color: #f4c522; }
  .yellow-bg ::selection,
  .yellow-bg-stretch ::selection {
    background-color: #0c0c0c;
    color: #f4c522; }

.black-bg,
.black-bg-stretch {
  background-color: #134169; }
  .black-bg p,
  .black-bg h1,
  .black-bg h2,
  .black-bg h3,
  .black-bg h4,
  .black-bg h5,
  .black-bg h6,
  .black-bg li,
  .black-bg ul,
  .black-bg a,
  .black-bg div,
  .black-bg span,
  .black-bg-stretch p,
  .black-bg-stretch h1,
  .black-bg-stretch h2,
  .black-bg-stretch h3,
  .black-bg-stretch h4,
  .black-bg-stretch h5,
  .black-bg-stretch h6,
  .black-bg-stretch li,
  .black-bg-stretch ul,
  .black-bg-stretch a,
  .black-bg-stretch div,
  .black-bg-stretch span {
    color: rgba(255, 255, 255, 0.91); }

.darkgrey-bg {
  background-color: #134169; }
  .darkgrey-bg p,
  .darkgrey-bg h1,
  .darkgrey-bg h2,
  .darkgrey-bg h3,
  .darkgrey-bg h4,
  .darkgrey-bg h5,
  .darkgrey-bg h6,
  .darkgrey-bg li,
  .darkgrey-bg ul,
  .darkgrey-bg a,
  .darkgrey-bg div,
  .darkgrey-bg span {
    color: rgba(255, 255, 255, 0.91); }

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

.yellow-bg-stretch,
.black-bg-stretch {
  position: relative; }
  .yellow-bg-stretch:before,
  .black-bg-stretch:before {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: -20vw;
    right: -20vw;
    background-color: #134169; }

.yellow-bg-stretch:before {
  background-color: #f4c522; }

/*************** GOOGLE TRANSLATE ******************/
.goog-te-gadget .goog-te-gadget-simple {
  display: flex;
  padding: 1rem; }
  .goog-te-gadget .goog-te-gadget-simple * {
    font-size: 1.5rem; }
  .goog-te-gadget .goog-te-gadget-simple .goog-te-menu-value {
    min-width: 200px;
    display: flex; }

/*********** GUTENBERG BASE **************/
.entry-content .alignwide {
  margin-left: -3em;
  margin-right: -3em;
  width: calc(100% + 6em); }

/**
 * 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%; } }

.project_intro_grid .project-map {
  order: -1; }

.project_intro_grid .project-content {
  order: 1; }

.split_grid {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-content: stretch;
  align-items: stretch;
  width: 100%;
  max-width: 100%; }
  .split_grid > * {
    width: 100%;
    max-width: 100%; }

@media (min-width: 700px) {
  .project_intro_grid .project-map {
    order: 2; }
  .split_grid {
    flex-direction: row;
    flex-wrap: nowrap; }
    .split_grid > * {
      width: 50%; }
    .split_grid:nth-last-of-type(2n) {
      flex-direction: row-reverse; } }

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

@media all and (-ms-high-contrast: none) and (min-width: 900px), (-ms-high-contrast: active) and (min-width: 900px) {
  .page_grid.project-more,
  .page_grid.article_grid {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto; }
  .page_grid.project-introduction,
  .page_grid.page-intro {
    position: relative;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto; }
    .page_grid.project-introduction::before,
    .page_grid.page-intro::before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      background-color: #f4c522;
      left: -50vw;
      right: -50vw;
      z-index: -2; }
  .page_grid.home_hero_grid {
    padding-right: 20vw;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start; }
    .page_grid.home_hero_grid .home-news {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      width: 20vw; }
  .page_grid.project_intro_grid {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    justify-content: flex-start; }
    .page_grid.project_intro_grid .project-content {
      width: 60%; }
    .page_grid.project_intro_grid .project-map {
      width: 35%; }
  .page_grid.sidebar_grid {
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
    .page_grid.sidebar_grid .sidebar-col {
      width: 30%; }
    .page_grid.sidebar_grid .main-content-col {
      width: 65%; }
  .page_grid.map_grid {
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
    .page_grid.map_grid .text-container {
      width: 45%; }
    .page_grid.map_grid .locations-map {
      width: 50%; } }

@supports (display: grid) {
  .container {
    display: grid;
    grid-template-columns: 3.5vw 1fr 3.5vw;
    width: 100%;
    max-width: 100%;
    margin: 0;
    grid-auto-flow: dense; }
    .container > * {
      grid-column: 2 / 3; }
  .page_grid {
    margin: 0;
    max-width: none;
    display: grid;
    grid-template-columns: minmax(30px, 3.5vw) repeat(8, 1fr) minmax(30px, 3.5vw); }
    .page_grid > * {
      grid-column: 2 / 10; }
    .page_grid .stretch-width,
    .page_grid .alignfull {
      grid-column: 1 / -1; }
  .page_grid.home_hero_grid {
    grid-template-columns: minmax(30px, 3.5vw) repeat(8, 1fr) minmax(30px, 3.5vw); }
    .page_grid.home_hero_grid .home-news {
      grid-column: 1 / -1; }
  .page_grid.map_grid {
    grid-row-gap: 3rem; }
    .page_grid.map_grid .locations-map {
      grid-column: 1 / -1;
      order: -1; }
  .page_grid.footer_grid,
  .page_grid.map_grid,
  .page_grid.stats_grid {
    grid-template-columns: minmax(30px, 3.5vw) repeat(8, 1fr) minmax(30px, 3.5vw); }
  .page_grid.sidebar_grid {
    display: grid;
    grid-gap: 3.5vw;
    grid-template-columns: minmax(30px, 3.5vw) 1fr minmax(30px, 3.5vw); }
    .page_grid.sidebar_grid .sidebar-col {
      order: 3; }
  @media (min-width: 700px) {
    .page_grid.project_intro_grid .project-content {
      grid-column: 2 / 7; }
    .page_grid.project_intro_grid .project-map {
      grid-column: 7 / 10; }
    .page_grid.sidebar_grid {
      grid-template-columns: minmax(30px, 3.5vw) 300px 3.5vw 1fr minmax(30px, 3.5vw);
      grid-gap: 0; }
      .page_grid.sidebar_grid .main-content-col {
        grid-column: 4 / 5; }
      .page_grid.sidebar_grid .sidebar-col {
        order: 0;
        grid-column: 2 / 3; } }
  @media (min-width: 1000px) {
    .page_grid.home_hero_grid .home-navigation {
      grid-column: 2 / 8; }
    .page_grid.home_hero_grid .site-title,
    .page_grid.home_hero_grid .home-slider {
      grid-column: 2 / 6; }
    .page_grid.home_hero_grid .home-news {
      grid-column: 8 / -1;
      grid-row: 1 / -4; }
    .page_grid.map_grid {
      grid-auto-flow: dense; }
      .page_grid.map_grid .text-container {
        grid-column: 2 / 6;
        align-self: center; }
      .page_grid.map_grid .locations-map {
        order: 0;
        grid-column: 6 / -1; } }
  @media (min-width: 1300px) {
    .page_grid {
      grid-template-columns: calc( (100vw - 1000px) / 2) repeat(8, 1fr) calc( (100vw - 1000px) / 2); }
    .page_grid.sidebar_grid {
      grid-template-columns: calc( (100vw - 1000px) / 2) 300px 3.5vw 1fr calc( (100vw - 1000px) / 2);
      grid-gap: 0; }
      .page_grid.sidebar_grid .main-content-col {
        grid-column: 4 / 5; } } }

.entry-content .wp-block-columns {
  display: block; }

/* Colours */
.entry-content .has-text-color.has-dark-color,
.entry-content .has-dark-color {
  color: #0c0c0c; }

.entry-content .has-text-color.has-yellow-color,
.entry-content .has-yellow-color {
  color: #f4c522; }

.entry-content .has-text-color.has-dark-grey-color,
.entry-content .has-dark-grey-color {
  color: #3a3a3a; }

.entry-content .has-text-color.has-white-color,
.entry-content .has-white-color {
  color: #fff;
  color: rgba(255, 255, 255, 0.92); }

.entry-content .has-text-color.has-grey-color,
.entry-content .has-grey-color {
  color: #9d9d9d; }

.entry-content .has-background.has-dark-grey-background-color {
  background-color: #3a3a3a; }

.entry-content .has-background.has-dark-background-color {
  background-color: #0c0c0c; }

.entry-content .has-background.has-yellow-background-color {
  background-color: #f4c522; }

.entry-content .has-background.has-grey-background-color {
  background-color: #9d9d9d; }

.entry-content .has-background.has-white-background-color {
  background-color: #fff; }

.entry-content .has-background.has-transparent-background-color {
  background-color: transparent; }

/* Gutenberg Buttons */
.wp-block-button a.wp-block-button__link {
  font-family: 'acumin-pro', sans-serif;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  padding: 1rem 1.7rem;
  font-size: 1.7rem;
  cursor: pointer;
  line-height: 1em;
  border-radius: 0;
  color: #fff;
  transition: all 0.2s ease-in; }
  .wp-block-button a.wp-block-button__link:focus {
    box-shadow: 0 0 6px 0 #f4c522; }
  .wp-block-button a.wp-block-button__link.has-dark-color {
    border: solid 1px #0c0c0c; }
  .wp-block-button a.wp-block-button__link.has-dark-grey-color {
    border: solid 1px #3a3a3a; }
  .wp-block-button a.wp-block-button__link.has-yellow-color {
    border: solid 1px #f4c522; }
  .wp-block-button a.wp-block-button__link.has-grey-color {
    border: solid 1px #9d9d9d; }

/* Gutenberg Columns */
@media (min-width: 700px) {
  .entry-content .wp-block-columns {
    display: flex; }
    .entry-content .wp-block-columns > .wp-block-column {
      margin-left: 2em;
      margin-right: 2em;
      margin-top: 0; }
      .entry-content .wp-block-columns > .wp-block-column:first-child {
        margin-left: 0; }
      .entry-content .wp-block-columns > .wp-block-column:last-child {
        margin-right: 0; } }

/* Gutenberg blockquotes */
blockquote.wp-block-quote {
  padding-left: 2em;
  border-left: solid 3px #9d9d9d; }
  blockquote.wp-block-quote cite {
    display: block;
    opacity: 0.9;
    margin-top: 0.8em;
    font-style: italic; }
  blockquote.wp-block-quote.is-style-large {
    border-left: 0;
    border-top: solid 3px #9d9d9d;
    border-bottom: solid 3px #9d9d9d;
    padding: 2em 0;
    margin-top: 1.2em; }
    blockquote.wp-block-quote.is-style-large p {
      font-family: 'acumin-pro', sans-serif;
      font-weight: 400; }

.advgb-social-icons .advgb-social-icon {
  margin: 5px; }

/*
 * The Typekit service used to deliver this font or fonts for use on websites
 * is provided by Adobe and is subject to these Terms of Use
 * http://www.adobe.com/products/eulas/tou_typekit. For font license
 * information, see the list below.
 *
 * metronic-slab:
 *   - http://typekit.com/eulas/0000000000000000000157e3
 *   - http://typekit.com/eulas/0000000000000000000157e5
 *   - http://typekit.com/eulas/0000000000000000000157e7
 *
 * © 2009-2019 Adobe Systems Incorporated. All Rights Reserved.
 */
/*{"last_published":"2018-08-31 02:41:08 UTC"}*/
@font-face {
  font-family: 'acumin-pro';
  src: url("https://use.typekit.net/af/6d4bb2/00000000000000003b9acafc/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/6d4bb2/00000000000000003b9acafc/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/6d4bb2/00000000000000003b9acafc/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 700;
  font-stretch: normal; }

@font-face {
  font-family: 'acumin-pro';
  src: url("https://use.typekit.net/af/6ce26b/00000000000000003b9acafd/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff2"), url("https://use.typekit.net/af/6ce26b/00000000000000003b9acafd/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff"), url("https://use.typekit.net/af/6ce26b/00000000000000003b9acafd/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 700;
  font-stretch: normal; }

@font-face {
  font-family: 'acumin-pro';
  src: url("https://use.typekit.net/af/aa5b59/00000000000000003b9acaf7/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff2"), url("https://use.typekit.net/af/aa5b59/00000000000000003b9acaf7/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff"), url("https://use.typekit.net/af/aa5b59/00000000000000003b9acaf7/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 400;
  font-stretch: normal; }

@font-face {
  font-family: 'acumin-pro';
  src: url("https://use.typekit.net/af/46da36/00000000000000003b9acaf6/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/46da36/00000000000000003b9acaf6/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/46da36/00000000000000003b9acaf6/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal; }

.tk-acumin-pro {
  font-family: 'acumin-pro', sans-serif; }

.tk-metronic-slab {
  font-family: 'acumin-pro', sans-serif; }

body {
  font-family: "Montserrat", sans-serif;
  font-size: 62.5% !important;
  font-size: 1.6rem;
  line-height: 1.55;
  color: #0c0c0c;
  font-weight: 300; }

h1,
h2,
h3,
h4 {
  font-family: 'acumin-pro', sans-serif;
  font-weight: 400;
  line-height: 1.25em;
  margin-bottom: 0.8em;
  line-height: 1.1;
  letter-spacing: 1.5px; }
  h1 .sub-title,
  h2 .sub-title,
  h3 .sub-title,
  h4 .sub-title {
    font-size: 70%; }

h1 {
  font-size: 3rem; }

h2 {
  font-size: 2.6rem; }

h3 {
  font-size: 2rem;
  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.4rem; }
  h3 {
    font-size: 2.6rem; }
  h4 {
    font-size: 2.2rem; } }

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

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 {
  max-width: 70em; }

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

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: #f4c522;
  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-family: 'acumin-pro', sans-serif;
  font-weight: 700; }

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

.yellow-text {
  color: #f4c522; }

.black-text {
  color: #0c0c0c; }

.grey-text {
  color: #9d9d9d; }

::-moz-selection {
  background-color: #f4c522;
  color: #134169; }

::selection {
  background-color: #f4c522;
  color: #134169; }

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

main a {
  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 {
  list-style: disc;
  margin-left: 2.3rem; }
  ul.display-list li,
  article ul li,
  article ol li,
  main ol li,
  main ul li {
    position: relative;
    margin-bottom: 0.3rem; }

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 {
  position: relative; }
  .site-header ul {
    margin: 0;
    padding: 0; }

.logo-container {
  padding: 1rem;
  padding-left: 0; }

.site-logo {
  display: block;
  padding: 2rem 2rem 0.5rem 2rem; }
  .site-logo img, .site-logo svg {
    display: block;
    max-width: 70px;
    height: auto;
    width: 100%; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .site-logo img, .site-logo svg {
        max-height: 70px; } }
.header-flex-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; }

.large-screen {
  display: none; }

@media (min-width: 800px) {
  .mobile-only {
    display: none; }
  .large-screen {
    display: block; }
  .header-flex-container {
    flex-wrap: nowrap;
    align-items: flex-end;
    justify-content: flex-start; } }

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

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

/* Hamburger button styles. */
.nav-icon {
  position: relative;
  transition: .3s ease-in-out;
  width: 34px;
  height: 30px;
  z-index: 10001; }

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

.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: 13px; }

.nav-icon span:nth-child(4) {
  top: 26px; }

.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) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }

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

/* 1. Style the overlay & navigation. */
.overlay {
  position: fixed;
  background-color: rgba(12, 12, 12, 0.9);
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s, height .3s;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9997; }

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

.mobile-nav ul {
  list-style: none;
  padding: 0 0 0 2rem;
  margin: 0; }

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

.mobile-nav ul li a {
  font-family: 'acumin-pro', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  font-size: 1.5rem;
  display: block;
  padding: 0.5rem 2rem;
  transition: opacity .2s ease;
  opacity: 0.9; }

.mobile-nav li.current-menu-item > a {
  color: #f4c522; }

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

/* 2. Add the animation. */
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
            transform: translate3d(-25%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
            transform: translate3d(-25%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            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 {
  position: relative;
  display: flex;
  flex-wrap: wrap; }
  .desktop-nav > li {
    margin: 0 0.5rem;
    font-size: 1em;
    line-height: 2em; }
    .desktop-nav > li > a {
      position: relative; }
    .desktop-nav > li.menu-item-has-children > a:before {
      content: "";
      display: block;
      position: absolute;
      height: 7px;
      width: 7px;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      bottom: -8px;
      left: 50%;
      background-color: #f4c522;
      opacity: 0; }
    .desktop-nav > li > ul {
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      width: 100%;
      z-index: 12;
      opacity: 0;
      -webkit-transform: translateX(-100vw);
              transform: translateX(-100vw);
      background-color: #f4c522;
      padding: 1rem;
      transition: opacity 0.2s ease;
      display: flex;
      justify-content: center;
      flex-wrap: wrap; }
      .desktop-nav > li > ul a {
        color: #0c0c0c; }
      .desktop-nav > li > ul li:hover a,
      .desktop-nav > li > ul li a:focus {
        color: #fff; }
      .desktop-nav > li > ul li {
        margin: 0 0.5rem;
        white-space: nowrap; }
      .desktop-nav > li > ul ul {
        padding-left: 1rem; }
    .desktop-nav > li:hover > a {
      color: #f4c522; }
      .desktop-nav > li:hover > a:before {
        opacity: 1;
        transition: opacity 0.1s ease 0.05s; }
    .desktop-nav > li:hover > ul {
      -webkit-transform: none;
              transform: none;
      opacity: 1;
      transition: opacity 0.2s ease; }
    .desktop-nav > li:focus-within > a {
      color: #f4c522; }
      .desktop-nav > li:focus-within > a:before {
        opacity: 1;
        transition: opacity 0.1s ease 0.05s; }
    .desktop-nav > li:focus-within > ul {
      -webkit-transform: none;
              transform: none;
      opacity: 1;
      transition: opacity 0.2s ease; }
    .desktop-nav > li.current-menu-ancestor > a {
      color: #f4c522; }
  .desktop-nav a {
    font-family: 'acumin-pro', sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
    letter-spacing: 1px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    transition: all 0.15s ease; }
    .desktop-nav a:hover, .desktop-nav a:focus {
      border-bottom-color: #f4c522;
      color: #f4c522;
      transition: all 0.15s ease; }

/* Home */
@media (min-width: 1200px) {
  .desktop-nav > li,
  .desktop-nav .sub-menu li {
    margin: 0 1.4rem; } }

@media (min-width: 1400px) {
  .desktop-nav > li,
  .desktop-nav .sub-menu li {
    margin: 0 2rem; } }

.home-navigation {
  padding-top: 3rem; }
  .home-navigation .desktop-nav > li > ul {
    right: 3.5vw;
    width: calc(100% - 3.5vw); }

.site-footer {
  background-color: #0c2e4b;
  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 p {
    font-size: 1.4rem;
    color: #9d9d9d; }
    .site-footer .legal-text p a {
      color: #c7c7c7;
      text-decoration: underline; }

.footer-nav-container {
  display: none; }
  .footer-nav-container .not-footer {
    display: none; }

@media (min-width: 800px) {
  .footer-nav-container {
    display: flex;
    flex-wrap: wrap; }
    .footer-nav-container .menu-primary-menu-container {
      width: 100%; }
  .legal-text {
    display: flex;
    justify-content: space-between;
    width: 100%; }
  @supports (display: grid) {
    .footer-container {
      display: grid;
      grid-template-columns: 1fr 7fr; }
      .footer-container .logo-container {
        grid-column: 1 / 2; }
      .footer-container .footer-nav-container,
      .footer-container .legal-text {
        grid-column: 2 / -1; } } }

.footer_nav_grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

@supports (display: grid) {
  .footer_nav_grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 2em; } }

.footer-logo img,
.footer-logo svg {
  display: block;
  width: 90px;
  max-width: 90px;
  height: auto; }

.footer-nav a {
  color: #f4c522;
  font-weight: 600; }

.footer-nav .sub-menu a {
  color: #c7c7c7;
  font-weight: normal; }

.footer-nav li.page-item-6 {
  display: none; }

input,
.light-text input,
textarea,
.light-text textarea,
button {
  font-family: "Montserrat", 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 #909090;
  background-color: #fff;
  color: #0c0c0c;
  -webkit-appearance: none; }

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

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

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

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

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

input[type="button"],
input[type="submit"],
button {
  font-family: 'acumin-pro', sans-serif;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  padding: 1rem 1.7rem;
  font-size: 1.7rem;
  cursor: pointer;
  line-height: 1em;
  border-radius: 0;
  color: #fff;
  transition: all 0.2s ease-in;
  display: inline-block;
  font-size: 1.5rem;
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  float: right;
  border-color: #0c0c0c;
  color: #fff !important;
  background-color: #0c0c0c;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  -webkit-appearance: none; }
  input[type="button"]:focus,
  input[type="submit"]:focus,
  button:focus {
    box-shadow: 0 0 6px 0 #f4c522; }

select {
  font-family: "Montserrat", 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 #909090;
  -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; }
  select option {
    font-size: 1.2em; }

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

label {
  font-size: 1.6rem;
  margin-right: 1.4rem;
  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; }

.page div.wpcf7-response-output {
  background-color: #0c0c0c;
  color: #fff;
  border: none;
  padding: 2rem 2.5rem;
  border-radius: 3px; }
  .page div.wpcf7-response-output.wpcf7-mail-sent-ok {
    background-color: #42ba71; }

/****** Bloom Styles *******/
.et_bloom.et_bloom .et_bloom_optin_1
.et_bloom.et_bloom_form_container h2,
.et_bloom.et_bloom .et_bloom_optin_1
.et_bloom.et_bloom_form_container h2 span,
.et_bloom.et_bloom .et_bloom_optin_1
.et_bloom.et_bloom_form_container h2 strong {
  font-family: 'acumin-pro', sans-serif;
  font-weight: 400;
  line-height: 1.25em;
  margin-bottom: 0.8em;
  line-height: 1.1;
  letter-spacing: 1.5px; }

.et_bloom.et_bloom .et_bloom_form_header p {
  font-size: 17px; }

.et_bloom.et_bloom .et_bloom_optin_1 .et_bloom_form_container p,
.et_bloom.et_bloom .et_bloom_optin_1 .et_bloom.et_bloom_form_container p span,
.et_bloom.et_bloom .et_bloom_optin_1 .et_bloom_form_container p strong,
.et_bloom.et_bloom .et_bloom_optin_1 .et_bloom_form_container form input,
.et_bloom.et_bloom .et_bloom_optin_1 .et_bloom.et_bloom_form_container form button span {
  font-family: 'acumin-pro', sans-serif;
  font-weight: 400;
  font-weight: 700; }

.et_bloom.et_bloom .et_bloom_form_container.et_bloom_rounded input,
.et_bloom.et_bloom .et_bloom_form_container.et_bloom_rounded textarea,
.et_bloom.et_bloom .et_bloom_form_container.et_bloom_rounded .et_bloom_form_content #mc_embed_signup .button,
.et_bloom.et_bloom .et_bloom_form_container.et_bloom_rounded button {
  font-family: 'acumin-pro', sans-serif;
  font-weight: 400;
  font-weight: 700; }

/*************** BUTTONS ******************/
.btn {
  font-family: 'acumin-pro', sans-serif;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  padding: 1rem 1.7rem;
  font-size: 1.7rem;
  cursor: pointer;
  line-height: 1em;
  border-radius: 0;
  color: #fff;
  transition: all 0.2s ease-in; }
  .btn:focus {
    box-shadow: 0 0 6px 0 #f4c522; }

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

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

.btn.black-btn {
  color: #fff;
  border: none;
  background-color: #222; }
  .btn.black-btn:hover, .btn.black-btn:focus {
    background-color: #1d1d1d; }
  .btn.black-btn:focus {
    box-shadow: 0 0 5px 0 #f4c522; }

.btn.yellow-btn {
  color: #fff;
  border: none;
  background-color: #f4c522; }
  .btn.yellow-btn:hover, .btn.yellow-btn:focus {
    background-color: #f4c218; }
  .btn.yellow-btn:focus {
    box-shadow: 0 0 5px 0 #f4c522; }

.btn.yellow-ghost-btn {
  border: solid 1px #f4c522;
  color: #f4c522;
  background-color: transparent; }
  .btn.yellow-ghost-btn:hover, .btn.yellow-ghost-btn:focus {
    background-color: rgba(12, 12, 12, 0.2); }

.btn.dark-ghost-btn {
  border: solid 1px #0c0c0c;
  color: #0c0c0c;
  background-color: transparent; }
  .btn.dark-ghost-btn:hover, .btn.dark-ghost-btn:focus {
    background-color: rgba(12, 12, 12, 0.08); }

.btn.white-ghost-btn {
  border: solid 1px #fff;
  color: #fff;
  background-color: transparent; }
  .btn.white-ghost-btn:hover, .btn.white-ghost-btn:focus {
    background-color: rgba(255, 255, 255, 0.08); }

/*************** ICON LISTS ******************/
ul.icons-list {
  list-style: none;
  display: flex;
  margin: 0.5em 0 0 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 ******************/
.object-fit-container,
.feature-image-container {
  overflow: hidden; }
  .object-fit-container img,
  .feature-image-container img {
    min-width: 100%;
    min-height: 100%; }

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

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .object-fit-container img,
  .feature-image-container img {
    min-width: 100% !important;
    min-height: 100% !important;
    height: 100%;
    max-width: none !important; } }

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .object-fit-container .object-fit-image,
  .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; } }

/*************** HEROS ******************/
.page-hero,
.home-hero {
  position: relative;
  padding-bottom: 20vh;
  background: radial-gradient(circle, rgba(0, 0, 0, 0.05) 30%, rgba(0, 0, 0, 0.25) 73%, black 100%), linear-gradient(0deg, rgba(85, 85, 85, 0) 0%, rgba(40, 40, 40, 0.4) 52%, rgba(18, 18, 18, 0.5) 100%); }
  .page-hero::before,
  .home-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("images/hero-placeholder.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -2; }

.page-header h1 {
  color: #fff; }

.home-hero {
  padding-bottom: 0;
  background: radial-gradient(circle, rgba(0, 0, 0, 0.2) 30%, rgba(0, 0, 0, 0.3) 73%, black 100%); }
  .home-hero:before {
    content: none; }
  .home-hero:after {
    background-size: 60%; }

/*************** STAT COUNTERS ******************/
.stats-background {
  background-color: #134169; }

.stats-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-content: stretch; }

.stat-number {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 10px 1em; }
  .stat-number * {
    font-family: 'acumin-pro', sans-serif;
    font-weight: 400; }
  .stat-number .number-counter {
    font-family: 'acumin-pro', sans-serif;
    font-weight: 700; }
  .stat-number .number {
    font-size: 3rem;
    color: #f4c522;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: first baseline; }
  .stat-number .number-counter {
    font-size: 4rem; }
  .stat-number .number-text {
    order: -1;
    font-size: 1.5rem;
    margin-bottom: 0.8em;
    color: #fff; }
  .stat-number .under-number {
    color: #f4c522; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .stat-number .number {
      height: 3.6rem; } }
@media (min-width: 800px) {
  .stat-number {
    margin-bottom: 0; }
    .stat-number .number-counter {
      font-size: 5rem; }
  .home-stats-container h3 {
    font-size: 4em; } }

@media (min-width: 1200px) {
  .stat-number .number-text {
    font-size: 1.8rem;
    margin-bottom: 1em; }
  .stat-number .number {
    font-display: 3.6rem; }
  .stat-number .number-counter {
    font-size: 6.2rem; }
  .stat-number .under-number {
    font-size: 1.8rem; } }

.home-stats-container .stats-background {
  background-color: #2d2d2d;
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to bottom, #232526, #414345, #232526);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ }

/*************** SIDEBAR ******************/
.sidebar-menu {
  list-style: none;
  margin: 0;
  font-weight: 400;
  position: relative; }
  .sidebar-menu a {
    font-size: 1.8rem;
    text-transform: none; }
  .sidebar-menu ul {
    list-style: none;
    margin: 0;
    position: relative; }
    .sidebar-menu ul > li {
      margin: 0;
      padding: 0.5rem 0 1rem 0;
      border-bottom: solid 2px #c7c7c7; }
      .sidebar-menu ul > li a {
        font-weight: 400;
        padding: 0.2rem 0;
        font-size: 1.45rem;
        color: #0c0c0c;
        text-transform: none; }
  .sidebar-menu > li {
    display: none; }
  .sidebar-menu > li.current-page-ancestor,
  .sidebar-menu > li.current-menu-ancestor,
  .sidebar-menu > li.current-menu-parent,
  .sidebar-menu > li.current-menu-item {
    display: block;
    opacity: 1; }
    .sidebar-menu > li.current-page-ancestor > a,
    .sidebar-menu > li.current-menu-ancestor > a,
    .sidebar-menu > li.current-menu-parent > a,
    .sidebar-menu > li.current-menu-item > a {
      color: #0c0c0c;
      border-bottom: solid 2px #f4c522;
      margin-bottom: 5px; }
  .sidebar-menu li a {
    text-decoration: none;
    padding: 0.6rem 0 0.8rem;
    display: block; }
  .sidebar-menu li.current-menu-item > a {
    font-weight: 900; }

/*************** EDITORIALS ******************/
.editorials-tab-container {
  padding: 1.6rem; }

.year-tab-container {
  position: relative;
  z-index: 99;
  top: 1px; }
  .year-tab-container a {
    text-decoration: none;
    font-size: 1.6rem;
    display: inline-block;
    padding: 1rem 2rem; }
    .year-tab-container a.active-tab {
      background-color: #fff;
      border-top: solid 1px rgba(199, 199, 199, 0.4);
      border-left: solid 1px rgba(199, 199, 199, 0.4);
      border-right: solid 1px rgba(199, 199, 199, 0.4); }

.editorials-container {
  background-color: #fff;
  padding: 0; }

ul.editorial-list {
  list-style-type: none;
  margin: 0;
  padding: 1.5rem 2rem;
  border: solid 1px rgba(199, 199, 199, 0.4); }
  ul.editorial-list li {
    list-style-type: none;
    display: block;
    padding: 0.5rem 0;
    border-bottom: solid 1px rgba(199, 199, 199, 0.8);
    display: flex;
    justify-content: space-between; }
    ul.editorial-list li date {
      flex-basis: 100px;
      text-align: right; }
    ul.editorial-list li a {
      color: #f4c522; }
  ul.editorial-list.hidden-list {
    display: none; }
  ul.editorial-list.active-list {
    display: block; }

/*************** Genesis BLOCKS OVERRIDES ******************/
.gb-block-profile .gb-profile-image-wrap:before {
  content: none; }

.gb-block-profile .gb-profile-image-square {
  height: auto;
  position: relative; }

.gb-block-profile.gb-block-profile .gb-profile-image-square {
  height: auto; }

/*************** FACETWP ******************/
.document-filter-form .facetwp-facet {
  float: right;
  max-width: 250px; }

/*************** MISC ******************/
a.read-more {
  font-size: 1.4rem;
  color: #f4c522;
  font-family: 'acumin-pro', sans-serif;
  font-weight: 400; }
  a.read-more:focus {
    box-shadow: 0 0 6px 0 #f4c522; }

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

/* Override the entry-content margins */
.epyt-gallery * + * {
  margin-top: 0; }

.advgb-accordion-block * + * {
  margin-top: 0; }

/*----------------------- 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%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1500;
  border: 5px solid #0c0c0c;
  padding: 0px;
  text-align: center;
  background-color: #0c0c0c;
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.4);
  display: none;
  opacity: 0;
  width: 90%;
  max-width: 700px; }
  .modal-content * {
    color: #fff; }
  .modal-content h1,
  .modal-content h2,
  .modal-content h3,
  .modal-content h4 {
    color: #f4c522; }
  .modal-content .yellow-btn {
    color: #0c0c0c; }

.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: transparent;
  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: #f4c522;
  content: '';
  display: block;
  width: 20px;
  height: 2px;
  position: absolute;
  top: 14px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-radius: 1px;
  right: 5px; }

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

/************** HOME **************/
.home-hero {
  background-color: rgba(19, 65, 105, 0.25);
  color: #fff;
  position: relative; }
  .home-hero h1 {
    font-size: 3rem;
    color: #fff;
    line-height: 0.9;
    font-weight: 300; }

.home-logo {
  display: block;
  max-width: 100%;
  margin-top: 6vh;
  margin-bottom: 6vh; }
  .home-logo img,
  .home-logo svg {
    display: block;
    max-width: 80%;
    max-height: 120px;
    margin-left: 0; }

@media (min-width: 1000px) {
  .home-logo {
    max-height: 140px; } }

.home-news {
  padding: 4rem;
  background-color: rgba(12, 46, 75, 0.8);
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  justify-content: space-between; }
  .home-news .news-box {
    border-bottom: solid 2px #f4c522;
    padding-bottom: 0.5em;
    margin-bottom: 1em; }
  .home-news h4 {
    font-size: 1.3rem;
    margin-bottom: 0;
    text-transform: uppercase; }
  .home-news h5 {
    font-size: 1.8rem;
    line-height: 1.1; }
  .home-news * {
    color: #fff; }
  .home-news a {
    text-decoration: none; }
  .home-news date {
    color: #f4c522;
    font-size: 1.2rem; }
  .home-news .news-box.share-price {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0 10px; }

.price-container {
  font-family: 'acumin-pro', sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 2rem;
  line-height: 1.2; }
  .price-container .current-price {
    font-family: 'acumin-pro', sans-serif;
    font-weight: 700;
    color: #f4c522;
    font-size: 1.45em;
    display: inline-block; }

@media (min-width: 900px) {
  .price-container {
    font-size: 2.3rem; } }

.home-slider {
  align-self: end;
  max-width: 100%;
  padding-bottom: 2em; }
  .home-slider .slide {
    max-width: 100%; }

button.slick-arrow,
button.slick-arrow:hover {
  display: block;
  background-image: url(images/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 16px;
  height: 36px;
  opacity: 0.6;
  z-index: 8; }
  button.slick-arrow.slick-next,
  button.slick-arrow:hover.slick-next {
    right: -1rem;
    -webkit-transform: translate(0, -50%) rotate(180deg);
            transform: translate(0, -50%) rotate(180deg); }
  button.slick-arrow.slick-prev,
  button.slick-arrow:hover.slick-prev {
    display: none;
    opacity: 0; }
  button.slick-arrow:before,
  button.slick-arrow:hover:before {
    content: none; }

.background-slider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -10; }
  .background-slider .slick-list,
  .background-slider .slick-track {
    width: 100%;
    height: 100%; }
  .background-slider li.background-slide {
    display: block;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-color: #134169;
    background-image: url("images/hero-placeholder.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed; }

ul.slick-slider {
  padding: 0;
  margin: 0; }

@media (min-width: 800px) {
  .home-hero h1 {
    font-size: 5.2rem; } }

@media (min-width: 1000px) {
  .home-hero h1 {
    font-size: 8rem;
    font-weight: 700; }
  .home-news {
    flex-direction: column; }
    .home-news .gold-price {
      margin-bottom: auto;
      border-bottom: none; }
    .home-news .announcements {
      margin-top: 3vh; }
    .home-news .news-box:last-of-type {
      margin-bottom: 0;
      border-bottom: none;
      padding-bottom: 0; } }

.rsgtv-box iframe {
  border: solid 3px #f4c522;
  margin: 1rem 0; }

.map-bg {
  background-color: #0b263e; }
  .map-bg h3 {
    color: #fff;
    margin-bottom: 1.5em;
    font-size: 1.4em; }

@media (min-width: 1100px) {
  .map-bg h3 {
    font-size: 2.4em; } }

.locations-map {
  position: relative; }
  .locations-map .map-point {
    cursor: pointer;
    outline: none;
    z-index: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 14px !important;
    height: 14px !important;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    border: solid 4px #134169;
    background-color: #fff; }
    .locations-map .map-point .content {
      opacity: 0;
      position: absolute;
      transition: all 0.25s ease-in-out;
      right: 100%;
      -webkit-transform: translateY(-50%) translateX(10px);
              transform: translateY(-50%) translateX(10px);
      overflow: overlay;
      background-color: #134169;
      border: solid 3px #f4c522;
      border-radius: 5px;
      z-index: 9999999;
      pointer-events: none; }
      .locations-map .map-point .content h3 {
        color: #f4c522;
        font-family: 'acumin-pro', sans-serif;
        font-weight: 700;
        font-size: 1.6rem;
        text-align: center;
        margin: 5px 20px; }
    .locations-map .map-point:active, .locations-map .map-point:focus, .locations-map .map-point:hover {
      margin: 0;
      padding: 0; }
      .locations-map .map-point:active .content, .locations-map .map-point:focus .content, .locations-map .map-point:hover .content {
        opacity: 1;
        -webkit-transform: translateY(-50%) translateX(-10px);
                transform: translateY(-50%) translateX(-10px);
        transition: all 0.25s ease-in-out; }

.resolute-intro p {
  font-family: 'acumin-pro', sans-serif;
  font-weight: 400;
  font-size: 2rem; }

.resolute-intro span {
  color: #f4c522;
  font-family: 'acumin-pro', sans-serif;
  font-weight: 700; }

@media (min-width: 900px) {
  .resolute-intro p {
    font-size: 3.2rem; } }

.rml-video .video-container {
  height: 100%; }

/* Home Feature Sections */
.project-highlight {
  background-color: #134169;
  color: #fff;
  padding: 3.5vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start; }
  .project-highlight h4:empty,
  .project-highlight h2:empty,
  .project-highlight p:empty {
    display: none; }
  .project-highlight h4 {
    opacity: 0.5; }

@media (min-width: 700px) {
  .project-highlight {
    padding: 3.5vw; } }

@media (min-width: 1200px) {
  .project-highlight {
    padding: 3.5vw; } }

.model-section {
  background-image: url(images/3d-model-bg.jpg);
  background-repeat: no-repeat;
  background-position: fixed;
  background-attachment: fixed;
  background-size: cover; }
  .model-section .text-overlay {
    background-color: rgba(19, 65, 105, 0.4);
    padding: 3em; }
    .model-section .text-overlay h3 {
      color: #fff;
      font-size: 2em;
      text-transform: uppercase; }
      .model-section .text-overlay h3 span {
        font-family: 'acumin-pro', sans-serif;
        font-weight: 700;
        color: #f4c522; }

@media (max-width: 1000px) {
  .model-section {
    background-image: url(images/3d-model-bg_1000.jpg); } }

@media (max-width: 600px) {
  .model-section {
    background-image: url(images/3d-model-bg_600.jpg); } }

/************** ANNOUNCEMENT BANNER **************/
.announcement-banner {
  background-color: #f4c522;
  color: #0c0c0c;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  padding: 2rem; }
  .announcement-banner > * {
    margin: 1em 0; }

@media (min-width: 700px) {
  .announcement-banner {
    flex-direction: row;
    align-content: center;
    align-items: center; }
    .announcement-banner > * {
      margin: 1em; }
    .announcement-banner .announement-title {
      max-width: 35%;
      flex: 0 0 auto; }
    .announcement-banner .btn {
      white-space: nowrap; } }

/************** PROJECTS **************/
.project-introduction {
  background-color: #f4c522; }
  .project-introduction ::-moz-selection {
    background-color: #0c0c0c;
    color: #f4c522; }
  .project-introduction ::selection {
    background-color: #0c0c0c;
    color: #f4c522; }

.project-map img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto; }

@media (min-width: 700px) {
  .project-map img {
    margin-top: -4rem; } }

/************** ASX ANNOUNCEMENTS **************/
body.page-id-15 .announcement-split,
body.page-id-3539 .announcement-split {
  display: flex; }

.announcement-split {
  display: none;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  border-bottom: solid 1px #c7c7c7; }
  .announcement-split > * {
    display: block;
    font-size: 15px;
    padding: 7px 15px;
    margin-bottom: -1px;
    position: relative; }
  .announcement-split a {
    text-decoration: none;
    background-color: #dbdbdb;
    border-bottom: solid 1px #c7c7c7; }
    .announcement-split a:hover {
      background-color: #ebebeb; }
  .announcement-split .active {
    border-left: solid 1px #c7c7c7;
    border-top: solid 1px #c7c7c7;
    border-right: solid 1px #c7c7c7;
    border-bottom: solid 1px #fff; }

.document-list {
  list-style: none;
  margin: 0 0 2rem 0 !important; }
  .document-list li {
    display: block;
    margin: 0;
    border-bottom: solid 1px #c7c7c7;
    padding: 0.8em 0; }
    .document-list li:focus-within {
      outline: dotted 1px #134169;
      box-shadow: 0 0 5px #f4c522; }
      .document-list li:focus-within a:focus {
        outline: none;
        border: none; }
    .document-list li a {
      text-align: left;
      text-decoration: none; }
  .document-list date {
    color: #9d9d9d;
    font-size: 1.4rem;
    display: block;
    margin-bottom: 0.5em; }
  .document-list h4 {
    color: #134169;
    margin: 0;
    font-size: 1.8rem; }

form.document-filter-form {
  padding-bottom: 20px;
  margin-bottom: 1.6rem;
  border-bottom: solid 2px #f8f8f8; }
  form.document-filter-form select {
    margin: 0;
    float: right;
    width: auto; }

.file-details {
  font-weight: 600;
  color: #f4c522;
  font-size: 1.4rem; }
  .file-details span {
    text-decoration: underline; }

.pagination .nav-links {
  text-align: right; }
  .pagination .nav-links span,
  .pagination .nav-links a {
    display: inline-block;
    background-color: #c7c7c7;
    padding: 0.4rem 1rem;
    border-radius: 4px;
    margin: 0 0.5rem;
    font-size: 1.4rem; }
/*# sourceMappingURL=style.css.map */