@charset "UTF-8";
/*
Theme Name:    UDIA
Author:  Hazardawareness 
Author URI:   http://hazardawareness.com.au/
Company Name:  hazardawareness
Version: 0.1
*/
/* 
	RESET - ADAPTED FROM MEYER RESET
	URL - http://meyerweb.com/eric/tools/css/reset/
	LICENSE - PUBLIC DOMAIN
*/
/* RESET
----------------------------------------------------------------------------------------------------*/
@import url(lightgallery/css/lightgallery.css);
@import url(lightgallery/css/lg-transitions.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;
  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 */ }

:focus {
  /* -webkit-focus-ring-color = '#5B9DD9' */
  outline: -webkit-focus-ring-color auto 5px; }

/* 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;
  overflow: hidden;}

.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 {
  -webkit-transform: translate3d(0, 0, 0);
  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("./slick/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./slick/fonts/slick.eot");
  src: url("./slick/fonts/slick.eot?#iefix") format("embedded-opentype"), url("./slick/fonts/slick.woff") format("woff"), url("./slick/fonts/slick.ttf") format("truetype"), url("./slick/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%;
  -webkit-transform: translate(0, -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: 92%;
  max-width: 1200px; }

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

/* 1. 2 Column Grid 0px - 479px
    -----------------------------------------------------------------------------

    Span 1:    47.5%
    Span 2:    100%

    ----------------------------------------------------------------------------- */
@media screen and (min-width: 0px) and (max-width: 879px) {
  .container {
    width: 88%; }
  .col {
    margin-left: 5%;
    padding: 0 0%; }
  /* --- Gridpak variables ---*/
  .row .col:first-child {
    margin-left: 0; }
  /*
        Add your semantic classnames in alongside their corresponding spans here. e.g.

        .span_3,
        .my_semantic_class_name {
            ...
        }

        */
  .span_1 {
    width: 47.5%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 5%; }
  .span_2,
  .main_content_col,
  .main_col,
  .sidebar_col,
  .aside_col,
  .large_feature_col,
  .logo_col,
  .nav_col,
  .full_col,
  .full_width_col,
  .half_col,
  .fourth_col,
  .third_col,
  .footer_menu_col,
  .sponsor_logo_col,
  .development_col,
  .staff_col {
    margin-left: 0;
    width: 100%; } }

/* 2. 6 Column Grid 480px - 1059px
    -----------------------------------------------------------------------------

    Span 1:    13.3333333333%
    Span 2:    30.6666666667%
    Span 3:    48.0%
    Span 4:    65.3333333333%
    Span 5:    82.6666666667%
    Span 6:    100%

    ----------------------------------------------------------------------------- */
@media screen and (min-width: 880px) and (max-width: 1059px) {
  .col {
    margin-left: 4%;
    padding: 0 0%; }
  /* --- Gridpak variables ---*/
  .row .col:first-child,
  .row .col.development_col:nth-of-type(2n-1),
  .row .col.third_col:nth-of-type(2n-1),
  .row .col.fourth_col:nth-of-type(2n-1),
  .row .col.staff_col:nth-of-type(2n-1) {
    margin-left: 0;
    clear: both; }
  .span_1,
  .logo_col {
    width: 13.3333333333%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 4%; }
  .span_2,
  .sidebar_col,
  .aside_col,
  .event_date_col {
    width: 30.6666666667%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 4%; }
  .span_3,
  .fourth_col,
  .third_col,
  .sponsor_logo_col,
  .development_col,
  .staff_col {
    width: 48%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 4%; }
  .span_4,
  .main_content_col,
  .main_col,
  .large_feature_coll {
    width: 65.3333333333%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 4%; }
  .span_5,
  .nav_co {
    width: 82.6666666667%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 4%; }
  .span_6,
  .half_col,
  .full_col,
  .full_width_col,
  .footer_menu_col {
    margin-left: 0;
    width: 100%; } }

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

    Span 1:    5.125%
    Span 2:    13.75%
    Span 3:    22.375%
    Span 4:    31.0%
    Span 5:    39.625%
    Span 6:    48.25%
    Span 7:    56.875%
    Span 8:    65.5%
    Span 9:    74.125%
    Span 10:    82.75%
    Span 11:    91.375%
    Span 12:    100%

    ----------------------------------------------------------------------------- */
@media screen and (min-width: 1060px) {
  .col {
    margin-left: 3.5%;
    padding: 0 0%; }
  /* --- Gridpak variables ---*/
  .row .col:first-child,
  .row .col.development_col:nth-of-type(3n-2),
  .row .col.half_col:nth-of-type(2n-1),
  .row .col.third_col:nth-of-type(3n-2),
  .row .col.staff_col:nth-of-type(4n-3),
  .row .col.sponsor_logo_col:nth-of-type(4n-3) {
    margin-left: 0;
    clear:both;}
  .span_1 {
    width: 5.125%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 3.5%; }
  .span_2,
  .logo_col {
    width: 13.75%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 3.5%; }
  .span_3,
  .sidebar_col,
  .fourth_col,
  .sponsor_logo_col,
  .aside_col,
  .staff_col {
    width: 22.375%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 3.5%; }
  .span_4,
  .third_col,
  .event_date_col,
  .development_col {
    width: 31%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 3.5%; }
  .span_5 {
    width: 39.625%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 3.5%; }
  .span_6,
  .half_col,
  .footer_menu_col {
    width: 48.25%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 3.5%; }
  .span_7 {
    width: 56.875%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 3.5%; }
  .span_8 {
    width: 65.5%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 3.5%; }
  .span_9,
  .large_feature_col,
  .main_content_col,
  .main_col {
    width: 74.125%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 3.5%; }
  .span_10,
  .nav_col {
    width: 82.75%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 3.5%; }
  .span_11 {
    width: 91.375%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 3.5%; }
  .span_12,
  .full_col,
  .full_width_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; } }

/* Environment Colours */
/************** @MIXINS ************/
/************** BASE ************/
.rsp-img,
article img,
main 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 {
    -webkit-transform: scale(1.1);
            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; }

.visually-hidden {
  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; }

body:hover .visually-hidden a,
body:hover .visually-hidden input,
body:hover .visually-hidden button {
  display: none !important; }

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

.slicky-element {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 9; }

/*********** 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: 2.6rem 0; }

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

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

.box-padding {
  padding: 2.4rem; }

/************** BACKGROUNDS ************/
.lightblue-bg {
  background-color: rgba(0, 121, 184, 0.3); }

.lightgrey-bg {
  background-color: #F0EFEE; }

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

/************** BORDERS & SHADOWS ************/
.border-bottom {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: solid 1px #F0EFEE; }

body {
  font-family: "Open Sans", sans-serif;
  font-size: 62.5% !important;
  font-size: 1.5rem;
  color: #151515;
  font-weight: 400; }

h1, h2, h3, h4 {
  line-height: 1.25em;
  text-transform: uppercase; }
  h1 span, h2 span, h3 span, h4 span {
    font-weight: 700; }

h1 {
  font-size: 4.6rem;
  margin-bottom: 1.8rem;
  color: #005685; }

h2 {
  font-size: 3.4rem;
  margin-bottom: 1.6rem;
  color: #0079b8; }

h3 {
  font-size: 2.6rem;
  margin-bottom: 1.2rem;
  color: #0079b8; }

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

h5 {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
  font-weight: 800;
  color: #151515; }

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: 1.8rem; } }

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

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

date {
  font-size: 1.5rem; }

hr {
  border: none;
  clear: both;
  height: 1px;
  background-color: #ccc;
  margin: 2rem 0; }

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

.text-underline {
  text-decoration: underline; }

.highlight-text {
  font-weight: 700; }

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

.lightblue-text {
  color: #0079b8; }

.darkblue-text {
  color: #005685; }

.cyan-text {
  color: #20BDF0; }

.body-text {
  font-weight: 400; }

.header-text {
  font-weight: 900; }

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

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

hr {
  border: none;
  display: block;
  height: 2px;
  background-color: #343434;
  margin: 2.6rem 0; }

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

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

main p a {
  font-weight: 400;
  text-decoration: underline; }

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

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

article ol,
.main_content_col ol {
  list-style: decimal; }

ul.checklist {
  list-style: none; }
  ul.checklist li {
    position: relative;
    margin-left: 2rem; }
    ul.checklist li:before {
      content: "✓";
      color: #0079b8;
      display: block;
      float: left;
      position: absolute;
      left: -1.6rem; }

/* 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;
            column-count: 2;
    -webkit-column-gap: 4.5rem;
            column-gap: 4.5rem; }
  .mulit-col-list {
    -webkit-column-count: 2;
            column-count: 2; } }

@media (min-width: 1100px) {
  .mulit-col-list {
    -webkit-column-count: 3;
            column-count: 3; } }

.site-header {
  padding: 5px 0; }

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

.mobile-header {
  color: #fff; }

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

/******************* NAV *******************/
.site-menu {
  list-style: none;
  margin: 0; }
  .site-menu li {
    display: block;
    margin: 0;
    position: relative; }
  .site-menu a {
    display: block;
    color: #0079b8;
    text-decoration: none;
    font-size: 1.4rem;
    padding: 0.3rem 1.0rem 0.3rem;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.2s ease-in; }

.social-list {
  margin-bottom: 0; }
  .social-list li {
    display: inline-block;
    margin: 0 10px 0 0; }
    .social-list li img {
      display: block;
      max-height: 16px;
      width: auto; }

.site-header {
  background-color: #fff;
  position: relative;
  z-index: 20; }
  .site-header.header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0; }
  .site-header.header-minimal {
    box-shadow: 0 0 6px 0 rgba(31, 31, 31, 0.59); }
    .site-header.header-minimal .nav-container,
    .site-header.header-minimal .site-header {
      background-color: #fff; }
    .site-header.header-minimal .header-strap,
    .site-header.header-minimal .members-login-header {
      display: none; }
    .site-header.header-minimal .site-logo {
      max-height: 80px; }
    .site-header.header-minimal .site-nav {
      margin-top: 4.5rem; }
    .site-header.header-minimal .header-upper-row {
      display: none; }
    .site-header.header-minimal .container {
      background-color: #fff; }

.header-strap {
  display: none; }

@media (min-width: 880px) {/* changed from 800px to 880px */
  .site-header {
    background-color: #fff; }
  .header-strap {
    display: block;
    font-size: 2rem;
    line-height: 1;
    color: #005685;
    margin-bottom: 0; }
  .site-menu {
    text-justify: distribute;
    display: block;
    text-align: justify;
    min-width: 100%;
    margin-bottom: 0;
    line-height: 0;
    font-size: 0;
    margin-top: 2.2rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch; }
    .site-menu a {
      font-size: 1.15rem;
      padding: 1.2rem 1rem; }
    .site-menu li {
      text-align: center;
      margin: 0;
      position: relative;
      font-size: 1.3rem;
      flex-grow: 1; }
      .site-menu li:hover > a {
        background-color: #0079b8;
        color: #fff; }
      .site-menu li:hover > ul {
        display: block;
        opacity: 1;
        transition: all 0.2s ease-in; }
      .site-menu li.clear {
        display: inline-block;
        height: 0;
        line-height: 0;
        width: 100%;
        font-size: 0;
        opacity: 0; }
    .site-menu > li.current-menu-item > a,
    .site-menu > li.current-menu-parent > a {
      color: #005685;
      background-color: #F0EFEE; }
    .site-menu > li > a {
      text-align: center;
      line-height: 1.1;
      display: block;
      height: 100%;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center; }
    .site-menu ul {
      min-width: 200px;
      background-color: #fff;
      position: absolute;
      z-index: 13;
      z-index: 999;
      top: 100%;
      left: 0;
      opacity: 0;
      display: none;
      padding: 0;
      transition: all 0.2s ease-in; }
      .site-menu ul li {
        margin: 0;
        padding: 0;
        display: block;
        width: 100%; }
        .site-menu ul li a {
          padding: 0.8rem 1.5rem 0.6rem;
          color: #005685; }
      .site-menu ul ul {
        left: 100%;
        top: 0; } }

.mobile-header {
  display: none; }

#pull {
  display: none; }

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

@media (max-width: 879px) { /* changed from 799px to 879px for tablets */
  .header-upper-row,
  .members-login-header {
    display: none; }
  .site-header {
    box-shadow: 0 0 6px 0 rgba(31, 31, 31, 0.59); }
    .site-header.header-minimal .site-logo {
      max-height: 56px; }
    .site-header.header-minimal .site-nav {
      margin-top: 0; }
  .header_contact_col {
    display: none; }
  .logo-link {
    display: block;
    margin: auto; }
  .site-logo {
    margin: auto;
    display: block;
    max-height: 56px; }
  .col.nav_col,
  .col.logo_col {
    margin-bottom: 0; }
  .col.logo_col {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between; }
    .col.logo_col:after {
      content: none; }
  #pull {
    display: inherit;
    position: relative;
    text-transform: uppercase;
    padding: 1rem;
    margin: 0.2rem;
    top: 0;
    left: 0;
    cursor: pointer;
    text-indent: -9999px;
    z-index: 1099;
    text-decoration: none;
    border: solid 1px #005685; }
  .menu-icon {
    vertical-align: middle;
    height: 14px;
    margin-left: 0.5rem; }
  .site-nav {
    max-height: 80vh;
    overflow-y: scroll; }
  .site-menu {
    pointer-events: all;
    top: 0;
    left: 0;
    right: 0;
    padding: 1rem 0 2rem; }
    .site-menu ul {
      margin-bottom: 0; }
      .site-menu ul li {
        position: relative;
        padding-left: 1.2em; }
        .site-menu ul li:before {
          content: "-";
          color: #005685;
          position: absolute;
          left: 1em;
          top: 0.5em; }
    .site-menu.menu-hide {
      display: none;
      left: -110vw;
      right: 110vw;
      pointer-events: none; } }

.site-footer {
  background-color: #005685;
  color: #fff; }
  .site-footer .small-text {
    font-size: 1.2rem; }
  .site-footer a {
    text-decoration: none; }
  .site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5 {
    color: #fff; }

.lower-footer {
  background-color: #151515; }
  .lower-footer * {
    color: #fff; }
  .lower-footer a {
    text-transform: uppercase;
    color: #fff; }

.footer-nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0; }
  .footer-nav > li {
    flex: 1 1 14%;
    margin-right: 10px; }
    .footer-nav > li:last-child {
      margin-right: 0; }
  .footer-nav * {
    font-size: 1.3rem; }
  .footer-nav li {
    margin-bottom: 0; }
  .footer-nav > li > a {
    text-transform: uppercase; }
  .footer-nav ul a {
    opacity: 0.9; }

@media (max-width: 600px) {
  .footer-nav {
    flex-direction: column; } }

.legal-text {
  font-size: 1.7rem;
  opacity: 0.9; }

form .col {
  margin-bottom: 1.6rem; }

input,
textarea,
button {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
  margin-bottom: 1rem;
  padding: 1.0rem 1.0rem 0.6rem;
  width: 100%;
  display: block;
  background-color: #fff;
  border: solid 1px rgba(0, 86, 133, 0.9);
  background-color: #fff;
  color: #151515;
  border-radius: 0; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #848484;
  font-size: 1.4rem; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #848484;
  font-size: 1.4rem; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #848484;
  font-size: 1.4rem; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #848484;
  font-size: 1.4rem; }

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

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

select {
  font-family: "Open Sans", 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 #005685;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background: url(images/select-arrow.svg) center right 12px no-repeat;
  background-size: 16px !important;
  color: #333333 !important;
  background-color: #fff; }

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

label {
  font-size: 1.6rem;
  margin-right: 1.4rem;
  display: block;
  margin-bottom: 0.5rem; }

#swpm-registration-form label,
.acf-label label {
  display: block;
  position: static;
  clip: none; }

.checkboxes {
  margin-bottom: 1.4rem; }

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

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

.hidden-field {
  display: none; }

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

input:focus,
input[type=text]:focus,
textarea:focus {
  box-shadow: 0 0 5px #20BDF0;
  outline: none; }

.form-section {
  padding: 2rem;
  border: solid 1px #343434;
  border-radius: 3ps;
  margin-bottom: 2rem; }
  .form-section h4 {
    text-transform: none;
    font-weight: 800; }

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

div.wpcf7 .ajax-loader {
  display: block;
  margin-left: auto;
  margin-right: 0; }

/* Simple membership forms */
#swpm-registration-form input {
  margin-bottom: 1.6rem; }

#swpm-registration-form label {
  text-align: right; }

/*************** BUTTONS ******************/
.btn {
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
  padding: 1rem 1.5rem 0.8rem;
  font-size: 1.4rem;
  cursor: pointer;
  line-height: 1em;
  border-radius: 0;
  position: relative;
  text-align: center;
  color: #fff;
  font-weight: 600;
  transition: all 0.2s ease-in; }

.btn.large-btn {
  font-size: 1.8rem;
  padding: 1.4rem 2rem 1.2rem; }

.btn.block-btn {
  display: block;
  text-align: center; }

.btn.blue-btn {
  color: #fff;
  background-color: #005685; }
  .btn.blue-btn:hover, .btn.blue-btn:focus {
    color: #fff;
    background-color: rgba(0, 86, 133, 0.95); }

.btn.lightblue-btn {
  color: #fff;
  background-color: #0079b8; }
  .btn.lightblue-btn:hover, .btn.lightblue-btn:focus {
    color: #fff;
    background-color: rgba(0, 121, 184, 0.95); }

.btn.white-btn {
  color: #fff;
  background-color: #ffffff;
  color: #005685; }
  .btn.white-btn:hover, .btn.white-btn:focus {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.95); }

.btn.grey-btn {
  color: #fff;
  background-color: #343434; }
  .btn.grey-btn:hover, .btn.grey-btn:focus {
    color: #fff;
    background-color: rgba(52, 52, 52, 0.95); }

.disabled-btn {
  cursor: not-allowed; }

.outline-button {
  background-color: transparent !important;
  border: solid 1px #005685;
  color: #005685; }

.btn.outline-button,
.btn.outline-button:hover,
.btn.outline-button:focus {
  background-color: transparent !important;
  border: solid 1px #005685;
  color: #005685; }
  .btn.outline-button.blue-btn,
  .btn.outline-button:hover.blue-btn,
  .btn.outline-button:focus.blue-btn {
    color: #005685;
    border-color: #005685;
    background-color: transparent; }
  .btn.outline-button.white-btn,
  .btn.outline-button:hover.white-btn,
  .btn.outline-button:focus.white-btn {
    color: #fff;
    border-color: #fff;
    background-color: transparent; }

/*************** PAGE HEROS ******************/
.hero {
  min-height: 13.5rem;
  background-color: #E8E4E1;
  padding: 3rem 0; }
  .hero h1, .hero h2, .hero h3 {
    font-weight: 600;
    color: #005685;
    margin-bottom: 0; }
  .hero p {
    font-size: 1.8rem; }

/*************** BREADCRUMBS ******************/
.breadcrumbs-section {
  padding: 1rem 0; }
  .breadcrumbs-section p, .breadcrumbs-section a {
    color: #005685;
    text-decoration: none; }
  .breadcrumbs-section .breadcrumb_last {
    font-weight: 600; }

/*************** PAGINATION ******************/
nav.pagination {
  text-align: right;
  font-size: 1.4rem;
  padding-bottom: 1rem;
  border-bottom: solid 1px #343434; }
  nav.pagination a {
    text-decoration: underline;
    color: #005685;
    margin-left: 0.5rem; }
  nav.pagination .nav-links {
    text-align: right; }

/*************** GRID LAYOUT ******************/
.grid-item {
  background-color: #343434; }

.grid-item.content-cell {
  background-color: #005685;
  position: relative;
  background-size: cover;
  background-position: center; }
  .grid-item.content-cell * {
    color: #fff; }
  .grid-item.content-cell:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 86, 133, 0.8);
    transition: all 0.2s ease-in; }
  .grid-item.content-cell > * {
    position: relative;
    z-index: 11;
    cursor: pointer; }
  .grid-item.content-cell .cell-cat {
    margin-top: 1.6rem;
    font-size: 1.3rem; }
    .grid-item.content-cell .cell-cat span {
      display: inline-block;
      padding: 8px;
      background-color: #151515; }
  .grid-item.content-cell .cell-title {
    text-align: center;
    font-size: 1.6rem; }
  .grid-item.content-cell p {
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.3;
    margin-bottom: 1.2em; }
  .grid-item.content-cell .cell-content {
    padding: 1rem 2.2rem 2.2rem 2.2rem; }
  .grid-item.content-cell .read-more-link {
    text-transform: uppercase;
    text-align: center;
    transition: all 0.2s ease-in; }
  .grid-item.content-cell:hover .cell-cat {
    opacity: 0;
    transition: all 0.2s ease-in; }
  .grid-item.content-cell:hover:before {
    background-color: rgba(0, 45, 70, 0.9);
    transition: all 0.2s ease-in; }
  .grid-item.content-cell:hover .read-more-link {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    transition: all 0.2s ease-in; }

.grid-item.image-cell a {
  width: 100%;
  height: 100%; }

.grid-item.image-cell img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%; }

@media (min-width: 800px) {
  .page-grid-layout {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: repeat(1fr);
    grid-gap: 2rem 2rem; } }

@media all and (min-width: 800px) and (-ms-high-contrast: none), (min-width: 800px) and (-ms-high-contrast: active) {
  .page-grid-layout {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around; }
    .page-grid-layout > * {
      width: 30%;
      margin-bottom: 30px; } }

@media (min-width: 800px) {
  @supports (-ms-ime-align: auto) {
    .page-grid-layout {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-around; }
      .page-grid-layout > * {
        width: 30%;
        margin-bottom: 30px; } } }

/*************** SPONSOR COLS ******************/
.sponsor-title {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  padding: 5px;
  margin-bottom: 2rem; }

.sponsor-logo-container {
  height: 13rem;
  padding: 2rem;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center; }
  .sponsor-logo-container .sponsor-logo {
    display: block;
    max-height: 100%;
    max-width: 100%; }

/*************** SIDEBAR ******************/
.sidebar-box {
  margin-bottom: 2rem; }

.news-archive .news-sidebar {
  border-left: solid 1px #fff;
  padding-left: 2rem; }
  .news-archive .news-sidebar * {
    color: #fff; }
  .news-archive .news-sidebar input[type="text"] {
    color: #151515; }

.sidebar-nav {
  border-left: solid 1px #005685;
  padding-left: 2rem; }

.sidebar-menu {
  color: #005685;
  letter-spacing: -0.4px; }
  .sidebar-menu.sidebar-menu-hide > li {
    display: none; }
  .sidebar-menu.news-menu li {
    display: block;
    opacity: 1; }
  .sidebar-menu > li > a {
    text-transform: uppercase;
    font-size: 1.6rem;
    font-weight: 700; }
  .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 a {
    text-decoration: none; }
  .sidebar-menu ul {
    margin-left: 1rem; }
    .sidebar-menu ul li {
      font-size: 1.5rem;
      margin-top: 0.8rem;
      margin-bottom: 0.8rem; }
    .sidebar-menu ul ul {
      margin-left: 1rem; }
      .sidebar-menu ul ul li a {
        color: #0079b8; }

ul.sidebar-menu.sidebar-menu-visible,
ul.sidebar-menu.sidebar-menu-visible li {
  display: block; }

.news-sidebar ul {
  margin-left: 1rem; }
  .news-sidebar ul li {
    margin-top: 0.8rem;
    margin-bottom: 0.8rem; }

/*
Add anything in here specific to normal pages and not basic modules
*/
/******************* HOME *******************/
.home-hero .slide {
  background-color: #333333;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .home-hero .slide .slide-container {
    padding-top: 12vh;
    padding-bottom: 12vh; }
  .home-hero .slide h2, .home-hero .slide h4 {
    color: #fff;
    text-transform: none; }
  .home-hero .slide h2 {
    font-size: 4.0rem; }
  .home-hero .slide h4 {
    font-size: 3.4rem; }

/******************* NEWS *******************/
.hero.news-hero {
  background-color: transparent; }
  .hero.news-hero p {
    color: #0079b8; }

.news-bg {
  background-color: #0079b8;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  .news-bg .news-hero {
    background-color: transparent; }
    .news-bg .news-hero * {
      color: #fff; }
    .news-bg .news-hero p {
      color: #fff; }

.news-meta {
  position: relative;
  padding-left: 5rem;
  color: #005685;
  font-size: 1.5rem;
  margin-bottom: 1.6rem;
  line-height: 1.1; }
  .news-meta:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    width: 4rem;
    background-repeat: no-repeat;
    background-size: 27px;
    background-position: center;
    background-image: url(images/news-icon.svg); }

.grid-item.news-cell {
  background-color: #F0EFEE;
  padding: 2rem;
  min-height: 27vw; }
  .grid-item.news-cell .cell-title {
    text-transform: uppercase;
    color: #005685;
    font-size: 1.8rem; }
  .grid-item.news-cell .cell-content p {
    font-size: 1.4rem;
    color: #151515; }
  .grid-item.news-cell .read-more-link {
    text-transform: uppercase;
    color: #005685;
    text-align: center;
    transition: all 0.2s ease-in; }
  .grid-item.news-cell:hover {
    background-color: #005685;
    transition: all 0.2s ease-in; }
    .grid-item.news-cell:hover * {
      color: #fff !important; }
    .grid-item.news-cell:hover .read-more-link {
      -webkit-transform: scale(1.2);
              transform: scale(1.2);
      transition: all 0.2s ease-in; }
    .grid-item.news-cell:hover .news-meta:before {
      background-image: url(images/news-icon-white.svg); }

.news-archive .grid-item.news-cell {
  min-height: 22vw; }

@media (min-width: 1300px) {
  .grid-item.news-cell {
    min-height: 360px; }
  .news-archive .grid-item.news-cell {
    min-height: 280px; } }

.news-pagination .nav-previous {
  float: left; }

.news-pagination .nav-next {
  float: right; }

.news-pagination .pagination a,
.news-pagination .pagination span {
  display: inline-block;
  background-color: #669BCE;
  color: #fff;
  text-decoration: none;
  font-size: 1.4rem;
  padding: 0.6rem 1rem;
  border: none;
  float: none; }

h1.news-title {
  font-size: 3.8rem;
  color: #0079b8; }

/******************* NEWSLETTERS *******************/
.newsletters h5 {
  text-decoration: underline;
  margin-bottom: 1rem; }

.newsletter-container {
  margin-bottom: 1rem; }
  .newsletter-container .newsletter-link {
    display: block;
    margin-bottom: 0.8rem;
    border-bottom: solid 1px #ccc; }
    .newsletter-container .newsletter-link .newsletter-date {
      color: #005685;
      font-weight: 600;
      width: 65px;
      display: inline-block; }
    .newsletter-container .newsletter-link .newsletter-name {
      color: #0079b8; }

.display_archive .campaign {
  display: block;
  margin-bottom: 0.8rem;
  border-bottom: solid 1px #ccc;
  color: #005685;
  font-weight: 600; }
  .display_archive .campaign a {
    color: #0079b8;
    font-weight: 400;
    margin-left: 10px; }

/******************* EVENTS *******************/
.grid-item.event-cell {
  background-color: #fff;
  border: solid 1px #F0EFEE;
  padding: 2rem;
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: 110px 1fr; }
  .grid-item.event-cell .event-date {
    width: 110px;
    height: 110px;
    font-size: 1.1rem;
    text-align: center;
    color: #005685;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    background-image: url(images/event-circle-bg.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    grid-column: span 2; }
    .grid-item.event-cell .event-date span {
      display: block;
      text-align: center; }
    .grid-item.event-cell .event-date .date {
      font-size: 2.0rem; }
  .grid-item.event-cell .event-title {
    font-size: 2.2rem;
    font-weight: 600;
    text-transform: none;
    color: #005685; }
  .grid-item.event-cell .event-details {
    color: #151515;
    grid-column: span 2; }
    .grid-item.event-cell .event-details p {
      font-size: 1.35rem; }
    .grid-item.event-cell .event-details span {
      color: #005685; }
  .grid-item.event-cell .sponsor-section-title {
    grid-column-start: 1;
    grid-column-end: 3;
    text-align: left;
    margin: 0;
    padding: 0; }
  .grid-item.event-cell .event-sponsor-logos {
    font-size: 1.3rem;
    color: #151515;
    grid-column-start: 1;
    grid-column-end: 3;
    display: flex;
    align-content: space-around;
    justify-content: space-around; }
    .grid-item.event-cell .event-sponsor-logos .sponsor {
      display: inline-block;
      width: 44%; }
    .grid-item.event-cell .event-sponsor-logos .sponsor-title {
      display: block;
      margin-bottom: 3px;
      font-size: 1.2rem;
      color: #151515;
      text-align: left; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .event-sponsor-logos .sponsor {
    margin: 10px; } }

/*----MS Edge Browser CSS Start----*/
@supports (-ms-accelerator: true) {
  .event-sponsor-logos .sponsor {
    margin: 10px; } }

/*----MS Edge Browser CSS End----*/
.table-costs-table th, .table-costs-table td {
  padding: 4px 8px;
  border-right: solid 1px #F0EFEE; }
  .table-costs-table th:last-child, .table-costs-table td:last-child {
    border-right: none; }

.table-costs-table tr {
  border-bottom: solid 1px #F0EFEE; }
  .table-costs-table tr:last-child {
    border-bottom: none; }

.table-costs-table th {
  font-weight: 800; }

.attendees-list.number-1 .row:nth-of-type(n + 3) {
  display: none; }

.attendees-list.number-2 .row:nth-of-type(n + 4) {
  display: none; }

.attendees-list.number-3 .row:nth-of-type(n + 5) {
  display: none; }

.attendees-list.number-4 .row:nth-of-type(n + 6) {
  display: none; }

.attendees-list.number-5 .row:nth-of-type(n + 7) {
  display: none; }

.attendees-list.number-6 .row:nth-of-type(n + 8) {
  display: none; }

.attendees-list.number-7 .row:nth-of-type(n + 9) {
  display: none; }

.attendees-list.number-8 .row:nth-of-type(n + 10) {
  display: none; }

.attendees-list.number-9 .row:nth-of-type(n + 11) {
  display: none; }

.attendees-list.number-10 .row {
  display: block; }

.attendee-flex-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 1.6rem; }
  .attendee-flex-row .attendee {
    padding: 2px;
    width: 50%; }
  .attendee-flex-row small {
    width: 100%; }

@media (min-width: 1000px) {
  .attendee-flex-row .attendee {
    width: 33%; } }

.stripe-form #stripe-month,
.stripe-form #stripe-year {
  display: inline-block; }

/******************* DOCUMENTS *******************/
.facetwp-counts span {
  font-weight: 600; }

.document-search {
  margin-bottom: 2rem; }
  .document-search .facetwp-facet {
    margin-bottom: 0; }
  .document-search .facetwp-facet-search {
    position: relative;
    padding-left: 5em;
    margin-bottom: 2rem; }
    .document-search .facetwp-facet-search:before {
      content: 'Search:';
      position: absolute;
      top: 10px;
      left: 0;
      font-size: 2.2rem;
      color: #0079b8; }
    .document-search .facetwp-facet-search .facetwp-btn {
      display: none; }
    .document-search .facetwp-facet-search input {
      border: none;
      border-bottom: solid 1px #005685; }

.document-filters {
  text-align: right;
  display: flex;
  justify-content: flex-end;
  align-content: flex-end; }
  .document-filters > * {
    display: inline-block;
    margin-left: 2rem; }
  .document-filters select {
    margin-bottom: 0; }

.document-link {
  display: block;
  margin-bottom: 1rem; }
  .document-link .document-year {
    color: #005685;
    font-weight: 600;
    width: 45px;
    display: inline-block; }
  .document-link .document-type {
    color: #0079b8; }

/******************* GALLERY *******************/
.gallery-cell a {
  position: relative; }
  .gallery-cell a .gallery-cell-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    transition: opacity 0.2s ease-in;
    background-color: rgba(21, 21, 21, 0.4); }
  .gallery-cell a:hover .gallery-cell-overlay {
    opacity: 1;
    transition: opacity 0.2s ease-in; }

.gallery-cell-overlay {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 2rem; }
  .gallery-cell-overlay h4, .gallery-cell-overlay h6 {
    color: #fff;
    text-transform: uppercase; }

.event-gallery {
  margin: 0; }
  .event-gallery li {
    display: inline-block; }

@media (min-width: 800px) {
  .event-gallery {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: repeat(1fr);
    grid-gap: 2rem 2rem; } }

/******************* STAFF ******************/
.staff-section h4 {
  margin-bottom: 5px;
  font-weight: 600; }

.staff-section .job-title {
  display: block;
  margin-bottom: 5px; }

.staff-section a {
  text-decoration: none;
  color: #0079b8; }

.image-container.staff-photo-container {
  margin-bottom: 1rem; }
  .image-container.staff-photo-container img {
    margin-left: 0; }

/******************* SUSTAINABLE COMMUNITIES *******************/
.development-image-container {
  position: relative;
  margin-bottom: 1rem; }
  .development-image-container span.title {
    position: absolute;
    top: 1.6rem;
    left: 0;
    display: inline-block;
    color: #fff;
    font-size: 1.3rem;
    padding: 5px 10px;
    text-transform: uppercase;
    background-color: rgba(21, 21, 21, 0.8); }

.development-features-list {
  list-style: none;
  margin: 0 0 1rem 0;
  display: flex;
  justify-content: flex-start;
  align-content: stretch; }
  .development-features-list li {
    display: inline-block;
    width: 3.8rem;
    height: 3.6rem;
    margin-right: 0.5rem;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    text-indent: -9999px; }
    .development-features-list li.feature-ecosystems {
      background-image: url(images/feature-icon-ecosystems.png); }
    .development-features-list li.feature-waste {
      background-image: url(images/feature-icon-waste.png); }
    .development-features-list li.feature-energy {
      background-image: url(images/feature-icon-energy.png); }
    .development-features-list li.feature-materials {
      background-image: url(images/feature-icon-materials.png); }
    .development-features-list li.feature-water {
      background-image: url(images/feature-icon-water.png); }
    .development-features-list li.feature-community {
      background-image: url(images/feature-icon-community.png); }

.development-features-list.development-features-list-large {
  margin-bottom: 2rem; }
  .development-features-list.development-features-list-large li {
    width: 7rem;
    height: 8rem;
    text-indent: 0;
    font-size: 1.1rem;
    text-align: center;
    text-transform: uppercase;
    margin-right: 1.5rem;
    position: relative;
    background-position: center top;
    background-size: 6rem; }
    .development-features-list.development-features-list-large li:not(.logo) {
      padding-top: 5.5rem; }
    .development-features-list.development-features-list-large li.logo {
      width: 21rem; }
    .development-features-list.development-features-list-large li .tooltip-hover {
      display: block;
      position: absolute;
      z-index: 11;
      padding: 1.6rem;
      margin-top: 10px;
      top: 100%;
      left: -50%;
      margin-left: 50%;
      background-color: #015B1E;
      width: 500px;
      max-width: 80vw;
      display: none; }
      .development-features-list.development-features-list-large li .tooltip-hover:before {
        content: "";
        position: absolute;
        top: -11px;
        left: 20px;
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 10px 11px 10px;
        border-color: transparent transparent #015B1E transparent; }
      .development-features-list.development-features-list-large li .tooltip-hover h5 {
        font-size: 1.6rem;
        text-transform: uppercase;
        color: #fff; }
      .development-features-list.development-features-list-large li .tooltip-hover p {
        color: #fff;
        font-size: 1.3rem;
        line-height: 1.3; }
    .development-features-list.development-features-list-large li.feature-waste .tooltip-hover {
      background-color: #9C2066; }
      .development-features-list.development-features-list-large li.feature-waste .tooltip-hover:before {
        border-bottom-color: #9C2066; }
    .development-features-list.development-features-list-large li.feature-energy .tooltip-hover {
      background-color: #F1B000; }
      .development-features-list.development-features-list-large li.feature-energy .tooltip-hover:before {
        border-bottom-color: #F1B000; }
    .development-features-list.development-features-list-large li.feature-materials .tooltip-hover {
      background-color: #C1212B; }
      .development-features-list.development-features-list-large li.feature-materials .tooltip-hover:before {
        border-bottom-color: #C1212B; }
    .development-features-list.development-features-list-large li.feature-water .tooltip-hover {
      background-color: #007DC5; }
      .development-features-list.development-features-list-large li.feature-water .tooltip-hover:before {
        border-bottom-color: #007DC5; }
    .development-features-list.development-features-list-large li.feature-community .tooltip-hover {
      background-color: #78B540; }
      .development-features-list.development-features-list-large li.feature-community .tooltip-hover:before {
        border-bottom-color: #78B540; }
    .development-features-list.development-features-list-large li:hover .tooltip-hover {
      display: block; }

@media (max-width: 900px) {
  .development-features-list {
    flex-wrap: wrap; } }

/******************* DIRECTORY *******************/
.directory-search .facetwp-facet {
  margin-bottom: 2rem; }

.directory-search .facetwp-btn {
  display: none; }

.directory-search .facetwp-type-hierarchy_select {
  display: flex;
  justify-content: space-between; }
  .directory-search .facetwp-type-hierarchy_select .facetwp-hierarchy_select {
    display: inline-block;
    width: 45%; }

.directory-member-listing {
  background-color: #005685;
  padding: 3rem;
  margin-bottom: 3rem;
  position: relative; }
  .directory-member-listing .company-logo-container {
    margin-bottom: 3rem; }
  .directory-member-listing * {
    color: #fff; }

@media (min-width: 700px) {
  .directory-member-listing .company-logo-container {
    float: left;
    max-width: 22rem;
    margin-right: 3rem;
    margin-bottom: 0; }
  .see-more-button {
    position: absolute;
    right: 3rem;
    bottom: 3rem; } }

.location-map {
  width: 100%;
  height: 300px; }

.company-logo-container {
  background-color: #fff;
  padding: 2rem; }

/* fixes potential theme css conflict */
.acf-map img {
  max-width: inherit !important; }

.member-content .post-title {
  font-size: 3.2rem;
  font-weight: 600; }

.member-content .company-logo {
  float: right;
  display: block;
  max-width: 200px; }

.contact-details {
  font-size: 1.5rem;
  color: #343434; }
  .contact-details .contact {
    margin-bottom: 1.6rem; }
  .contact-details h4 {
    font-size: 1.4rem;
    font-weight: 600;
    color: #343434;
    margin-bottom: 4px; }
    .contact-details h4 span {
      font-weight: 300; }

.company-details {
  font-size: 1.4rem; }
  .company-details span {
    color: #0079b8; }
/*# sourceMappingURL=style.css.map */

.sponsor-logo-container, .sponsor-logo-container a, .sponsor-logo-container img {
    display: block;
    position: relative;
    width: auto;
    min-height: 0;
	object-fit: contain;
}
.sponsor-logo-container > img, .sponsor-logo-container > a {
    top: 50%;
    -webkit-transform: translateY(-50%);
     -khtml-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
    	-ms-transform: translateY(-50%);
    	 -o-transform: translateY(-50%);
    		transform: translateY(-50%);
}



/* Added by Slick 19.3.19*/
.gallery-cell a {
    height: 100%;
}
.grecaptcha-badge {
    display: none;
}
/* Fix IE 10 and earlier, Safari 9 and earlier */
.page-grid-layout {text-align: center;}
.page-grid-layout div.grid-item {
    display: inline-block !important;
    vertical-align: top;
    margin: 2px;
}
.ie .page-grid-layout div.grid-item {
    max-width: 280px;
}
ul.site-menu {
    text-align: right;
}
ul.site-menu>li, .footer-nav>li {
    display: inline-block;
    vertical-align: top;
}
.event-sponsor-logos .sponsor {
    margin: 10px;
    max-width: 150px;
}
@media (max-width: 879px) {
    ul.site-menu>li {
        width: 100%;
    }
    .hero, .grid-item {
        min-height: 0 !important;
    }
    aside.sidebar_col {
        display: none;
    }
    .page-grid-layout div.grid-item {
        margin-bottom: 15px;
    }
}
@media (min-width: 880px) and (max-width: 1059px) {
    .nav_col {
        max-width: 82%;
    }

    .sponsor-logos .col{
        margin-left: 2% !important;
    }
}

@media (min-width: 780px) and (max-width: 820px) {
  .footer-nav>li>a{
      overflow-wrap: break-word !important;
  }

  .footer-nav ul a{
    overflow-wrap: break-word !important;
    word-break: break-word;  
  }
}

@media (max-width: 779px){
  .footer-nav {
    flex-direction: column;
  }
}

/*Fix development col image too small issues*/
.row .col.development_col {
  height: auto ! important;
}

.row .col.development_col img {
  width: 100%;
}


.section-padding .fourth_col img{
	height: 300px;
    width: auto;
    object-fit: cover;
}
