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

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

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

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

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

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

#mfPreviewBar {
  display: none !important; }

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

.spacer_col {
  min-height: 1px; }

.container {
  margin: 0 auto;
  width: 90%;
  max-width: 1280px; }

/*	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: 479px) {
  .container {
    width: 88%; }
  .col {
    margin-left: 5%;
    padding: 0 0%;
    margin-bottom: 2rem; }
  /* --- 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,
  .country_map_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: 480px) and (max-width: 1059px) {
  .col {
    margin-left: 4%;
    padding: 0 0%; }
  /* --- Gridpak variables ---*/
  .row .col:first-child,
  .row .col.third_col:nth-of-type(2n-1) {
    margin-left: 0; }
  .span_1 {
    width: 13.3333333333%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 4%; }
  .span_2,
  .sidebar_col,
  .aside_col,
  .logo_col,
  .event_date_col,
  .country_map_col {
    width: 30.6666666667%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 4%; }
  .span_3,
  .fourth_col,
  .third_col {
    width: 48%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 4%; }
  .span_4,
  .main_content_col,
  .main_col,
  .large_feature_col,
  .nav_col {
    width: 65.3333333333%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 4%; }
  .span_5 {
    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 {
    margin-left: 0; }
  .span_1 {
    width: 5.125%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 3.5%; }
  .span_2 {
    width: 13.75%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 3.5%; }
  .span_3,
  .logo_col,
  .fourth_col,
  .country_map_col {
    width: 22.375%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 3.5%; }
  .span_4,
  .aside_col,
  .third_col,
  .event_date_col,
  .sidebar_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 {
    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,
  .main_content_col,
  .main_col {
    width: 65.5%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 3.5%; }
  .span_9,
  .large_feature_col,
  .nav_col,
  .footer_menu_col {
    width: 74.125%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 3.5%; }
  .span_10 {
    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; } }

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

#wpadminbar {
  position: absolute; }

.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: 3.0rem 0; }

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

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

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

.box-padding {
  padding: 2.4rem; }

/************** BACKGROUNDS ************/
.blue-bg {
  background-color: #05488a; }

.green-bg {
  background-color: #00AE4E; }

.grey-bg {
  background-color: #E1E1E1; }

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

/************** BORDERS & SHADOWS ************/
body {
  font-family: "proxima-nova", sans-serif;
  font-size: 62.5% !important;
  font-size: 1.6rem;
  color: #3D3D3D;
  font-weight: 300; }

h1, h2, h3, h4 {
  line-height: 1.25em;
  text-transform: uppercase;
  color: #005AB2; }

h1 {
  font-size: 4.6rem;
  margin-bottom: 1.5rem;
  color: #fff;
  font-weight: 600; }

main h1, .main h1 {
  color: #00AE4E;
  line-height: 1.05; }

h2 {
  font-size: 3.4rem;
  margin-bottom: 1.4rem;
  font-weight: 600; }

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

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

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

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

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

p {
  font-size: 1.6rem;
  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: 700; }

date {
  font-size: 1.5rem; }

/*  Utilities  */
.large-text {
  font-size: 1.3em; }

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

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

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

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

.large-text, .large-0, .large-1, .large-2, .large-3 {
  line-height: 1.25; }

.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: 600;
  color: #005AB2; }

.condensed-text {
  font-family: "proxima-nova-condensed", proxima-nova-condensed, sans-serif;
  font-weight: 600; }

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

.green-text {
  color: #00AE4E; }

.blue-text {
  color: #005AB2; }

.dark-text {
  color: #3D3D3D; }

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

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

blockquote p {
  color: #3D3D3D;
  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: #E1E1E1;
  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.6rem;
  line-height: 2.3rem;
  margin-bottom: 0.8rem; }

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

ul.checklist {
  list-style: none; }
  ul.checklist li {
    position: relative;
    margin-left: 2rem; }
    ul.checklist li:before {
      content: "✓";
      color: #005AB2;
      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 {
  background-color: #05488a;
  position: relative;
 /* <!-- background-image: url(images/inner-hero-bg.png); -->*/
  background-repeat: repeat-y;
  background-position: left top;
  padding: 2rem 0; }


  body.home .site-header {
 /*<!-- background-image: url(images/Home-Hero-Image.jpg);  -->*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center; }


.mobile-header {
  color: #fff; }

.quick-contact {
  display: flex;
  flex-direction: row;
  justify-content: flex-end; }
  .quick-contact span {
    margin-left: 2rem;
    text-align: right; }

.phone-contact a {
  font-size: 1.9rem;
  color: #646464;
  text-align: right;
  line-height: 1;
  position: relative; }

/******************* NAV *******************/
.site-menu {
  list-style: none;
  margin: 0; }
  .site-menu li {
    display: block;
    margin: 0;
    position: relative; }
  .site-menu a {
    color: #fff;
    display: block;
    text-decoration: none;
    font-family: "proxima-nova", sans-serif;
    padding: 1rem 1.2rem 0.6rem;
    white-space: nowrap;
    font-size: 1.7rem;
    transition: all 0.2s ease-in; }

@media (min-width: 800px) {
  .nav-container {
    margin-bottom: 5rem; }
  .site-logo {
    margin-top: 1rem; }
  .site-menu {
    display: block;
    text-align: right;
    min-width: 100%;
    margin-bottom: 0;
    line-height: 0;
    font-size: 0;
    margin-top: 2rem; }
    .site-menu > li:hover:before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      top: -400px;
      display: block;
      background-color: rgba(7, 35, 65, 0.3);
      border-radius: 3px;
      z-index: 0; }
    .site-menu > li.current-menu-item:before, .site-menu > li.current-menu-parent:before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      top: -400px;
      display: block;
      background-color: #00AE4E;
      border-radius: 3px;
      z-index: 0; }
    .site-menu > li:hover > a,
    .site-menu > li.current-menu-item > a,
    .site-menu > li.current-menu-parent > a {
      position: relative;
      color: #fff;
      z-index: 2; }
    .site-menu > li > a {
      font-family: "proxima-nova-condensed", proxima-nova-condensed, sans-serif;
      font-weight: 600; }
    .site-menu:after {
      content: "";
      display: inline-block;
      height: 0;
      line-height: 0;
      width: 100%;
      font-size: 0; }
    .site-menu li {
      display: inline-block;
      margin: 0;
      position: relative; }
      .site-menu li:hover > ul {
        display: block;
        opacity: 1;
        transition: all 0.2s ease-in; }
    .site-menu ul {
      background-color: rgba(0, 90, 178, 0.9);
      position: absolute;
      z-index: 13;
      z-index: 999;
      top: 100%;
      left: 0;
      opacity: 0;
      display: none;
      padding: 0 1.2rem;
      transition: all 0.2s ease-in; }
      .site-menu ul li {
        margin: 0;
        padding: 0;
        display: block;
        width: 100%;
        border-bottom: solid 1px rgba(255, 255, 255, 0.5); }
        .site-menu ul li a {
          padding: 0.6rem 0 0.5rem;
          font-size: 1.5rem; }
          .site-menu ul li a:hover {
            color: #00AE4E; }
        .site-menu ul li.current-menu-item a {
          color: #00AE4E; }
        .site-menu ul li:last-of-type {
          border-bottom: none; }
      .site-menu ul ul {
        opacity: 1;
        display: inherit;
        position: relative; } }

.mobile-header {
  display: none; }

#pull {
  display: none; }

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

@media (max-width: 799px) {
  .header-upper-row {
    display: none; }
  .site-header {
    padding-top: 7.6rem; }
  .header_contact_col {
    display: none; }
  .logo-link {
    display: block;
    margin: auto; }
  .site-logo {
    margin: auto;
    display: block;
    max-height: 50px;
    margin-bottom: 3rem; }
  .col.nav_col,
  .col.logo_col {
    margin-bottom: 0; }
  .main-site-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
    height: 100%; }
  .menu-primary-menu-container {
    overflow-y: auto;
    height: 100%;
    padding-bottom: 5rem; }
  .menu-container-hide .menu-primary-menu-container {
    height: auto; }
  .menu-container-hide .main-site-nav {
    height: 50px;
    bottom: 0; }
  #pull {
    display: block;
    background-color: #E1E1E1;
    color: #3D3D3D;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    padding: 1rem 1.6rem;
    cursor: pointer;
    z-index: 1099;
    text-decoration: none; }
  .menu-icon {
    vertical-align: middle;
    height: 14px;
    margin-left: 0.5rem; }
  .site-menu {
    pointer-events: all;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    padding: 3rem;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.47); }
    .site-menu a {
      color: #05488a;
      white-space: normal; }
    .site-menu ul {
      margin-bottom: 0; }
      .site-menu ul li {
        position: relative;
        padding-left: 1.2em; }
        .site-menu ul li:before {
          content: "-";
          font-weight: 600;
          position: absolute;
          left: 1em;
          top: 0.5em; }
    .site-menu.menu-hide {
      display: none;
      left: -110vw;
      right: 110vw;
      pointer-events: none; } }

/******************* MEMBERSHIP-HEADER *******************/
@media (max-width: 800px) {
  .membership-header {
    display: none; } }

.membership-header {
  background-color: #E1E1E1;
  position: relative;
  z-index: 99; }

.membership-login-container #swpm-login-form .swpm-login-form-inner {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end; }
  .membership-login-container #swpm-login-form .swpm-login-form-inner h4 {
    margin-bottom: 12px;
    margin-right: 15px;
    font-weight: 700; }
  .membership-login-container #swpm-login-form .swpm-login-form-inner label,
  .membership-login-container #swpm-login-form .swpm-login-form-inner .swpm-login-form-pw-reset-link {
    font-size: 1.2rem;
    color: #005AB2; }
  .membership-login-container #swpm-login-form .swpm-login-form-inner input {
    font-size: 1.5rem;
    padding: 0.4rem 1rem;
    margin-right: 1rem; }
  .membership-login-container #swpm-login-form .swpm-login-form-inner input[type="submit"],
  .membership-login-container #swpm-login-form .swpm-login-form-inner .login-btn {
    background-color: #005AB2;
    font-size: 1.6rem;
    display: block;
    float: none;
    padding: 0.7rem 1.5rem 0.5rem;
    color: #fff; }

.supporter_logos {
  list-style: none;
  text-align: center;
  margin: 0; }
  .supporter_logos li {
    display: inline-block;
    margin: 0 1rem; }
    .supporter_logos li img {
      height: 46px;
      display: block;
      width: auto; }

.site-footer {
  position: relative;
  padding: 3rem 0;
  font-size: 1.35rem; }
  .site-footer p,
  .site-footer div,
  .site-footer ul,
  .site-footer li,
  .site-footer a {
    color: #7c7c7c; }
  .site-footer a {
    color: #005AB2;
    text-decoration: none; }
  .site-footer .footer-phone-number {
    font-size: 2.7rem;
    display: block;
    margin-bottom: 1rem; }

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

.lower-footer-row {
  color: #7c7c7c; }
  .lower-footer-row a {
    color: #7c7c7c; }

.footer-logo {
  display: block;
  max-width: 200px;
  height: auto;
  margin: auto; }

.footer-menu-links span {
  text-align: left; }

.footer-menu-links a {
  display: block;
  text-align: left;
  margin-bottom: 0.5rem;
  line-height: 1.3; }

.footer-menu-links .parent {
  font-family: "proxima-nova-condensed", proxima-nova-condensed, sans-serif;
  font-weight: 600; }

@media (min-width: 800px) {
  .footer-menu-links {
    display: flex;
    justify-content: space-between;
    align-content: stretch;
    align-items: flex-start; }
    .footer-menu-links span {
      width: 24%; } }

input,
textarea,
button {
  font-family: "proxima-nova", sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
  padding: 1.0rem 1.0rem 0.6rem;
  width: 100%;
  display: block;
  background-color: #fff;
  border: solid 1px rgba(61, 61, 61, 0.9);
  background-color: #fff;
  color: #3D3D3D;
  border-radius: 3px; }

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

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

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

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

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

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

select {
  font-family: "proxima-nova", sans-serif;
  width: 100%;
  font-size: 1.5rem;
  padding: 1.0rem 0.8rem 1.2rem 1.6rem;
  display: block;
  margin-bottom: 0.8rem;
  border-radius: 3px;
  border: solid 1px #3D3D3D;
  -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"] {
  display: inline-block;
  width: auto; }

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

.checkboxes {
  margin-bottom: 1.4rem; }

input[type="radio"],
input[type="checkbox"] {
  display: inline-block;
  width: auto;
  float: left;
  margin-right: 1rem;
  margin-left: 0;
  margin-bottom: 2rem; }

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

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

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

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

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

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

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

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

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

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

.sub-radio-option {
  margin-bottom: 1rem; }

.sub-radio-option span {
  font-style: italic;
  color: #005AB2; }

.wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 1.6rem; }

.wpcf7-list-item.first {
  margin-left: 0; }

body .facetwp-facet {
  margin-bottom: 0; }

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

.facetwp-filters {
  text-align: right;
  display: flex;
  justify-content: flex-end;
  align-content: flex-end;
  flex-wrap: wrap; }
  .facetwp-filters > * {
    display: inline-block;
    margin-left: 2rem; }
  .facetwp-filters select {
    margin-bottom: 0; }
  .facetwp-filters .facetwp-type-fselect .fs-wrap,
  .facetwp-filters .facetwp-type-fselect .fs-dropdown {
    width: 200; }
  .facetwp-filters .btn {
    height: 35px; }

/*************** BUTTONS ******************/
.btn,
.button,
.acf-button {
  font-family: "proxima-nova-condensed", proxima-nova-condensed, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
  padding: 1.2rem 1.5rem 0.8rem;
  margin-bottom: 1.2em;
  font-size: 1.65rem;
  cursor: pointer;
  line-height: 1em;
  border-radius: 0;
  position: relative;
  text-align: center;
  font-weight: 500;
  color: #fff;
  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,
.button.button-primary {
  color: #fff;
  background-color: #005AB2; }
  .btn.blue-btn:hover, .btn.blue-btn:focus,
  .button.button-primary:hover,
  .button.button-primary:focus {
    background-color: rgba(0, 90, 178, 0.95); }

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

.btn.grey-btn {
  color: #fff;
  background-color: #E1E1E1;
  color: #3D3D3D; }
  .btn.grey-btn:hover, .btn.grey-btn:focus {
    background-color: rgba(225, 225, 225, 0.95); }
  .btn.grey-btn:hover {
    color: #3D3D3D; }

.btn.green-btn {
  color: #fff;
  background-color: #00AE4E; }
  .btn.green-btn:hover, .btn.green-btn:focus {
    background-color: rgba(0, 174, 78, 0.95); }

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

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

.btn.outline-button,
.btn.outline-button:hover,
.btn.outline-button:focus {
  background-color: transparent !important;
  border: solid 1px #005AB2;
  color: #005AB2; }
  .btn.outline-button.blue-btn,
  .btn.outline-button:hover.blue-btn,
  .btn.outline-button:focus.blue-btn {
    color: #005AB2;
    border-color: #005AB2;
    background-color: transparent; }
  .btn.outline-button.green-btn,
  .btn.outline-button:hover.green-btn,
  .btn.outline-button:focus.green-btn {
    color: #00AE4E;
    border-color: #00AE4E;
    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: 2vh; }
  .hero h1, .hero h2, .hero h3 {
    font-weight: 600;
    color: #fff; }
    .hero h1 span, .hero h2 span, .hero h3 span {
      color: #00AE4E; }


/*************** BREADCRUMBS ******************/
.breadcrumbs-section {
  padding: 1rem 0 1.6rem;
  color: #005AB2; }
  .breadcrumbs-section p, .breadcrumbs-section a {
    color: #005AB2;
    text-decoration: none; }
  .breadcrumbs-section .current-breadcrumb {
    font-weight: 700; }
  .breadcrumbs-section .breadcrumb_last {
    font-weight: 600; }

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

/*************** SIDEBAR ******************/
.sidebar-box {
  padding: 2rem;
  background-color: #ededed;
  margin-bottom: 2rem; }

.sidebar-nav > li > a {
  color: #005AB2;
  font-weight: 700; }

.sidebar-nav ul {
  margin-left: 1rem;
  margin-top: 0.5rem; }

/*************** MISC ******************/
.blue-header {
  background-color: #05488a;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0; }
  .blue-header h1, .blue-header h2, .blue-header h3, .blue-header h4, .blue-header h5 {
    color: #fff;
    padding: 0;
    margin: 0;
    font-size: 1.7rem; }

.main table {
  border: none; }
  .main table th {
    font-size: 1.7rem;
    font-weight: 800; }
  .main table th, .main table td {
    padding: 0 8px 4px 0;
    border-right: solid 1px #E1E1E1; }
    .main table th:last-child, .main table td:last-child {
      border-right: none; }

.logo-divider-line,
main hr {
  display: block;
  position: relative;
  width: 100%;
  margin: 3rem 0;
  height: 1px;
  background-color: #E1E1E1;
  border: none;
  overflow: visible; }
  .logo-divider-line:before,
  main hr:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: -14px;
    margin-left: -60px;
    height: 28px;
    width: 100px;
    overflow: hidden;
    background-color: #fff;
    background-image: url(images/logo-divider-icon.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat; }

/*
Add anything in here specific to normal pages and not basic modules
*/
/******************* HOME *******************/
body.home .site-header h1 {
  color: #00AE4E;
  font-size: 5.6rem; }

body.home .site-header h2 {
  color: #fff;
  font-weight: 300;
  font-size: 3.0rem; }

body.home .site-header .home-hero {
 /******** min-height: 0vh; *******/
  padding-top: 13.0rem;
  display: flex;
  align-items: flex-end; }

body.home .blue-bg h1, body.home .blue-bg h2, body.home .blue-bg h3, body.home .blue-bg h4, body.home .blue-bg h5, body.home .blue-bg ul, body.home .blue-bg li, body.home .blue-bg p, body.home .blue-bg div, body.home .blue-bg a {
  color: #fff; }

@media (max-width: 300px) {
  body.home .site-header h1 {
    font-size: 3.2rem;
    line-height: 1.2; }
  body.home .site-header h2 {
    font-size: 2.4rem;
    line-height: 1.2; } }

/******************* STAFF *******************/
.staff-row {
  padding-bottom: 2rem;
  margin-bottom: 2rem; }
  .staff-row:last-of-type {
    border-bottom: 0;
    margin-bottom: 0; }
  .staff-row h3 {
    color: #005AB2;
    text-transform: none; }
  .staff-row h4 {
    font-size: 1.8rem; }
  .staff-row img {
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%); }
  .staff-row .staff-title {
    padding-bottom: 10px;
    border-bottom: solid 1px #E1E1E1;
    margin-bottom: 3.5%; }
  .staff-row .staff-overview {
    background-color: #004b93;
    color: #fff;
    padding: 15px; }
    .staff-row .staff-overview p {
      font-size: 1.4rem;
      line-height: 1.4em; }

/******************* NEWS *******************/
.hero.news-hero,
.hero.events-hero {
  min-height: 10vh;
  color: #fff; }
  .hero.news-hero h2,
  .hero.events-hero h2 {
    font-size: 3.8rem; }

.main-news-article h1 {
  color: #00AE4E; }

.main-news-article h2 {
  color: #00AE4E;
  font-size: 2.2rem; }

.main-news-article h2.post-subtitle {
  color: #005AB2;
  font-size: 3.2rem; }

.main-news-article h3, .main-news-article h4 {
  color: #3D3D3D;
  font-size: 1.8rem;
  font-weight: 700; }

.post-meta {
  font-weight: 700;
  font-size: 1.4rem; }

.news-article {
  border-bottom: solid 1px #7c7c7c;
  margin-bottom: 2rem;
  padding-bottom: 2rem; }
  .news-article h3.post-title {
    text-transform: none;
    font-weight: 600; }

/* News Filter */
.document-filter-form {
  display: flex;
  align-items: center;
  padding-bottom: 2rem;
  border-bottom: solid 1px #E1E1E1;
  margin-bottom: 1rem; }
  .document-filter-form > * {
    margin: 0 1rem; }
    .document-filter-form > *:first-child {
      margin-left: 0; }
    .document-filter-form > *:last-child {
      margin-right: 0; }

@media (max-width: 799px) {
  .document-filter-form {
    flex-direction: column;
    align-items: flex-start; }
    .document-filter-form > * {
      margin: 0 0 1rem; } }

/******************* EVENTS *******************/
.event-highlight {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 2.6rem;
  border-bottom: solid 1px #E1E1E1;
  padding: 2.2rem; }
  .event-highlight.aameg-event {
    background-color: rgba(0, 90, 178, 0.2);
    border-bottom: none; }

.event-date {
  border: solid 1px #005AB2;
  text-align: center;
  display: inline-block;
  margin-right: 2.6rem; }

.event-month {
  background-color: #005AB2;
  color: #fff;
  padding: 0.5rem 2rem;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.4rem; }

.event-day {
  text-align: center;
  background-color: #fff;
  color: #005AB2;
  padding: 1rem 1.5rem;
  font-weight: 700;
  font-size: 2.4rem; }

.event-type {
  background-color: #E1E1E1;
  padding: 0.6rem;
  width: 100%; }
  .event-type h4 {
    color: #3D3D3D;
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 0; }
  .event-type.aameg-event {
    background-color: #005AB2; }
    .event-type.aameg-event h4 {
      color: #fff;
      font-size: 1.6rem; }

.event-details {
  display: inline-block; }

/******************* MEMBER DIRECTORY *******************/
.directory-member-listing {
  border-bottom: solid 1px #7c7c7c;
  margin-bottom: 2rem;
  padding-bottom: 2rem; }

.member-logos-list {
  display: block;
  text-align: justify;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch; }
  .member-logos-list li {
    list-style: none;
    display: inline-block;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
    margin: 1rem;
    padding: 1rem; }
    .member-logos-list li img {
      display: block;
      max-width: 150px;
      max-height: 100px;
      height: auto;
	  width: auto;
      margin-bottom: 1rem; }

.type-tribe_events {
  border-bottom: solid 1px #7c7c7c;
  margin-bottom: 2rem;
  padding-bottom: 2rem; }

.single-directory-company h5 {
  font-size: 1.5rem;
  color: #005AB2;
  font-weight: 700;
  text-transform: uppercase; }

.key-info-title {
  margin: 0;
  font-size: 1.4rem;
  color: #fff;
  text-transform: uppercase;
  background-color: #005AB2;
  padding: 0.8rem 1.4rem; }
  .key-info-title h4 {
    font-weight: 700;
    text-transform: none; }
  .key-info-title ul {
    margin-bottom: none; }

.key-info-section a {
  text-decoration: underline; }

.key-info-section:not(:last-of-type) {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: solid 1px #7c7c7c; }

.other-contact {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  justify-content: space-between; }

@media (min-width: 1000px) {
  .other-contact span {
    width: 30%; } }

/******************* INGSIGHT DOCUMENTS *******************/
.insight-publications {
  list-style: none;
  margin: 0; }
  .insight-publications li {
    display: block;
    border-bottom: solid 1px #7c7c7c;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
    position: relative;
    padding-left: 5rem; }
    .insight-publications li:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 1.5rem;
      width: 4rem;
      background-repeat: no-repeat;
      background-image: url(images/pdf-icon.svg);
      background-size: contain;
      background-position: left center; }

.document-link {
  display: block; }
  .document-link h4 {
    margin-bottom: 0.4rem; }
  .document-link span {
    display: block; }

/******************* COUNTRY PROFILES *******************/
.country-list-container {
  list-style: none;
  display: grid;
  grid-gap: 1rem; }

.country-listing {
  display: flex;
  flex-direction: row;
  align-items: center; }
  .country-listing .country-flag-thumb {
    width: 45px;
    margin-right: 1rem; }
  .country-listing h2 {
    flex-grow: 2;
    text-transform: none;
    font-size: 2rem;
    margin-bottom: 0; }

@media (min-width: 1000px) {
  .country-list-container {
    grid-template-columns: 1fr 1fr; } }

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

/******************* CONTACT PAGE *******************/
.map-section {
  position: relative; }
  .map-section iframe {
    position: relative;
    z-index: 1; }
  .map-section:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background-color: transparent; }
/*# sourceMappingURL=style.css.map */