@charset "UTF-8";
/*
Theme Name:    Horizons Gold Theme
Developed by:   hazardawareness 
Company URL:   http://hazardawareness.com.au/
Company Name:  hazardawareness
*/
/* 
	RESET - ADAPTED FROM MEYER RESET
	URL - http://meyerweb.com/eric/tools/css/reset/
	LICENSE - PUBLIC DOMAIN
*/
/* RESET
----------------------------------------------------------------------------------------------------*/
@import url(slick/slick.css);
@import url(slick/slick-theme.css);
@import url(lightgallery/css/lightgallery.css);
@import url(lightgallery/css/lg-transitions.css);
@import url(lightgallery/css/lg-fb-comment-box.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 */ }

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: 85%;
  max-width: 1100px;
  position: relative; }

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

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

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

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

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

        .span_3,
        .my_semantic_class_name {
            ...
        }

        */
  .span_1 {
    width: 21.25%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 5%; }
  .span_2 {
    width: 47.5%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 5%; }
  .span_3 {
    width: 73.75%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 5%; }
  .span_4 {
    margin-left: 0;
    width: 100%; }
  .row.mobile-column-switch {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse; } }

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

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

    ----------------------------------------------------------------------------- */
@media screen and (min-width: 560px) and (max-width: 900px) {
  .col {
    margin-left: 2.5%;
    padding: 0 0%; }
  /* --- Gridpak variables ---*/
  .row .col:first-child {
    margin-left: 0; }
  .row .article-col:nth-of-type(n + 1) {
    margin-left: 0; }
  .span_1 {
    width: 4.6666666667%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 4%; }
  .span_2 {
    width: 13.3333333333%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 4%; }
  .span_3 {
    width: 22%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 4%; }
  .span_4 {
    width: 30.6666666667%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 4%; }
  .span_5 {
    width: 39.3333333333%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 4%; }
  .span_6 {
    width: 48%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 4%; }
  .span_7 {
    width: 56.6666666667%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 4%; }
  .span_8 {
    width: 65.3333333333%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 4%; }
  .span_9 {
    width: 74%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 4%; }
  .span_10 {
    width: 82.6666666667%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 4%; }
  .span_11 {
    width: 91.3333333333%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 4%; }
  .span_12 {
    margin-left: 0;
    width: 100%; } }

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

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

    ----------------------------------------------------------------------------- */
@media screen and (min-width: 900px) {
  .col {
    margin-left: 3%;
    padding: 0 0%; }
  /* --- Gridpak variables ---*/
  .row .col:first-child {
    margin-left: 0; }
  .row .article-col:nth-of-type(4n + 1) {
    margin-left: 0; }
  .span_1 {
    width: 3.75%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 5%; }
  .span_2 {
    width: 12.5%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 5%; }
  .span_3 {
    width: 21.25%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 5%; }
  .span_4 {
    width: 30%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 5%; }
  .span_5 {
    width: 38.75%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 5%; }
  .span_6 {
    width: 47.5%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 5%; }
  .span_7 {
    width: 56.25%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 5%; }
  .span_8 {
    width: 65%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 5%; }
  .span_9 {
    width: 73.75%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 5%; }
  .span_10 {
    width: 82.5%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 5%; }
  .span_11 {
    width: 91.25%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 5%; }
  .span_12 {
    margin-left: 0;
    width: 100%; } }

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

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

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

.hidden {
  display: none; }

#wpadminbar {
  position: absolute; }

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

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

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

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

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

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

div.wp-caption {
  max-width: 100%;
  overflow: hidden;
  margin-bottom: 1.5rem; }
  div.wp-caption img {
    display: block;
    max-width: 100%;
    height: auto; }

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

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

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

.block {
  display: block !important; }

.relative {
  position: relative !important; }

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

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

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

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

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

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

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

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

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

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

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

.box-padding {
  padding: 2.4rem; }

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

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

/* Generated by Font Squirrel (https://www.fontsquirrel.com) on July 13, 2016 */
@font-face {
  font-family: 'Montserrat';
  src: url("webfontkit/montserrat-light-webfont.woff2") format("woff2"), url("webfontkit/montserrat-light-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Montserrat';
  src: url("webfontkit/montserrat-regular-webfont.woff2") format("woff2"), url("webfontkit/montserrat-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Montserrat';
  src: url("webfontkit/montserrat-ultralight-webfont.woff2") format("woff2"), url("webfontkit/montserrat-ultralight-webfont.woff") format("woff");
  font-weight: 200;
  font-style: normal; }

body {
  font-family: Montserrat, "Montserrat", sans-serif;
  line-height: 1.4em;
  font-size: 62.5% !important;
  font-size: 1.5rem;
  color: #2A2A2A;
  font-weight: 200; }

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

h1, h2, h3, h4 {
  font-weight: bold;
  font-weight: 200;
  text-transform: uppercase; }

h1 {
  font-size: 2.6rem;
  margin-bottom: 1.7rem; }

h2 {
  font-size: 2.6rem;
  margin-bottom: 1.6rem;
  color: #ADAA7A; }

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

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

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

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

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

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

hr {
  border: none;
  height: 1px;
  width: auto;
  clear: both;
  margin: 20px auto;
  background-color: #D4D4D4; }

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

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

strong, b {
  font-weight: 400; }

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

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

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

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

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

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

.blue-text {
  color: #005786; }

.gold-text {
  color: #ADAA7A; }

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

blockquote {
  margin: 1.0rem 2.0rem 2.0rem; }
  blockquote p {
    color: #2A2A2A;
    font-size: 1.8rem;
    line-height: 1.45em; }
  blockquote cite {
    display: block;
    font-size: 1.6rem;
    font-weight: 400;
    text-transform: uppercase; }

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

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

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

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

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

ul.social-list {
  list-style: none;
  text-align: center;
  margin: 0;
  padding: 15px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: center;
          align-items: center; }
  ul.social-list li {
    display: inline-block;
    margin-left: 20px; }
    ul.social-list li img {
      width: 36px;
      height: auto;
      display: block; }

.site-header {
  position: relative;
  margin-bottom: 1.5rem; }

.header-buttons {
  color: #fff;
  text-align: right;
  margin: 1.4rem 0 0; }

.site-logo {
  display: block;
  margin: auto;
  width: 80%;
  max-width: 600px; }

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

body.page-template-front-page-template .logo-link,
body.home .logo-link {
  padding: 10.0rem 0 15rem; }

.mobile-header {
  color: #fff; }

.header-background {
  background-image: url("images/site-header-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative; }
  .header-background:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 3;
    background-image: url(images/header-curve-overlay.png);
    background-size: contain;
    background-position: bottom center;
    background-repeat: no-repeat; }
  .header-background * {
    position: relative;
    z-index: 11; }

.home-background-slider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1; }
  .home-background-slider li {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }

.hero-image-overlay {
  position: relative;
  z-index: 10; }

/******************* NAV *******************/
.nav-row {
  background-color: #005786; }

.site-menu {
  list-style: none;
  margin: 0; }
  .site-menu li {
    display: block;
    margin: 0;
    position: relative; }
  .site-menu a {
    display: block;
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.55rem;
    font-weight: 300;
    padding: 1.3rem 1.5rem;
    white-space: nowrap;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in; }

.header-buttons a.header-phone-icon {
  display: block;
  margin-bottom: 0.5rem;
  padding: 0.5rem;
  float: right;
  margin-left: 0 !important;
  white-space: nowrap; }

@media (min-width: 840px) {
  .site-menu {
    margin-bottom: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between; }
    .site-menu a {
      padding: 1rem 2rem; }
    .site-menu > li {
      display: inline-block;
      margin: 0;
      position: relative; }
      .site-menu > li.current-menu-item > a,
      .site-menu > li.current-menu-parent > a {
        background-color: #ADAA7A;
        color: #fff;
        -webkit-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in; }
    .site-menu li:hover {
      background-color: #00466d; }
      .site-menu li:hover a {
        color: #fff; }
      .site-menu li:hover > ul {
        display: block;
        opacity: 1;
        -webkit-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in; }
    .site-menu ul {
      position: absolute;
      background-color: #00466d;
      z-index: 999;
      top: 100%;
      left: 0;
      opacity: 0;
      padding: 0;
      display: none;
      -webkit-transition: all 0.2s ease-in;
      transition: all 0.2s ease-in; }
      .site-menu ul li {
        margin: 0;
        display: block;
        width: 100%; }
        .site-menu ul li:hover {
          background-color: #003653; }
    .site-menu ul ul {
      left: 100%;
      top: 0;
      background-color: #003653; }
      .site-menu ul ul li:hover {
        background-color: #00253a; } }

.mobile-header {
  display: none; }

#pull {
  display: none; }

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

/******************* INNER HEADER *******************/
.inner-header {
  position: relative;
  height: 270px;
  overflow: hidden;
  background-color: #0C3553; }
  .inner-header .overlay {
    position: absolute;
    bottom: 0;
    left: -1px;
    display: block; }
    .inner-header .overlay.white-overlay {
      width: 100%;
      bottom: -1px; }
    .inner-header .overlay.gold-overlay {
      width: 75%;
      left: -7px;
      bottom: 10px; }
  .inner-header .header-image-container {
    overflow: hidden; }
    .inner-header .header-image-container img {
      display: block;
      max-width: 100%;
      min-height: 270px; }

@media (max-width: 840px) {
  .site-header {
    margin-bottom: 0; }
  .header-background:after {
    background-image: url(images/header-curve-mobile.png); }
  .inner-header .logo-container {
    width: 100%; }
  .inner-header .header-image-container {
    display: none; }
  .logo-link {
    display: block;
    margin: auto;
    padding: 5rem 0 8rem; }
  #pull {
    display: block;
    text-transform: uppercase;
    padding: 1.2rem;
    background-color: #ADAA7A;
    color: #fff;
    cursor: pointer;
    z-index: 1099;
    text-align: center;
    text-decoration: none; }
  .mobile-menu-background {
    display: block;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    z-index: 1; }
    .mobile-menu-background.menu-hide {
      z-index: -1; }
  .site-menu {
    pointer-events: all;
    display: none;
    z-index: 999; }
    .site-menu a {
      padding: 1rem 1.4rem; }
    .site-menu ul li {
      position: relative;
      margin-left: 1.2em; }
      .site-menu ul li:before {
        content: "–";
        color: #fff;
        position: absolute;
        left: -0.1em;
        top: 0.7em; } }

.footer-container {
  padding-top: 2em;
  background-color: #F6F6F6;
  background-image: url(images/footer-white-curve-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 30px;
  background-position: center top; }

.footer-logo {
  display: block;
  width: 60%;
  max-width: 340px;
  margin: 2rem auto; }

.site-footer {
  border-top: solid 1px #4A4A4A;
  padding: 2rem 0; }
  .site-footer * {
    font-size: 1.3rem; }
  .site-footer .small-text {
    font-size: 1.15rem; }
  .site-footer a {
    text-decoration: underline; }

.legal-footer {
  margin-top: 2.0rem;
  padding-top: 2.5rem; }

.footer-top-row {
  border-bottom: solid 1px #fff;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column; }
  .footer-top-row > div {
    width: 100%;
    margin-bottom: 1.5rem; }

.footer-mark-logo {
  max-width: 90px; }

.social-media-links {
  list-style: none;
  text-align: center;
  margin: 0;
  padding: 15px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: center;
          align-items: center; }
  .social-media-links li {
    display: inline-block;
    margin-left: 0.4rem; }
    .social-media-links li img {
      display: block;
      height: auto; }

@media (max-width: 700px) {
  .site-footer span {
    display: block;
    text-align: center; } }

form {
  margin-bottom: 1.8rem; }

input,
textarea,
button {
  font-family: Montserrat, "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 1.7rem;
  padding: 1.2rem 1.3rem 0.8rem;
  width: 100%;
  display: block;
  margin-bottom: 1.5rem;
  background-color: #fff;
  border: solid 1px #2A2A2A;
  background-color: rgba(255, 255, 255, 0.38);
  color: #2A2A2A; }

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

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

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

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

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

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

select {
  width: 100%;
  font-size: 1.7rem;
  padding: 1.2rem 0.8rem;
  display: block;
  margin-bottom: 0.8rem; }

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

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

.checkboxes {
  margin-bottom: 1.4rem; }

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

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

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

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

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

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

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

form.sent {
  display: none; }

/*************** COMING SOON ******************/
.coming-soon {
  background-color: #005786;
  min-height: 100vh; }
  .coming-soon h1 {
    text-align: center;
    color: #fff;
    font-weight: 300; }

.coming-soon-logo {
  display: block;
  margin: 20vh auto 10vh;
  max-width: 80%; }

.home-modal-link,
a.home-download-link {
  display: inline-block;
  background-color: transparent;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 300;
  border: solid 1px #fff;
  padding: 1rem 2rem;
  cursor: pointer;
  margin: 1em auto; }

.modal {
  opacity: 0;
  visibility: hidden;
  padding: 3rem 3rem 2rem;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background-color: #fff;
  max-width: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  .modal .disclaimer-text {
    max-height: 240px;
    overflow: scroll;
    font-size: 1.4rem; }
    .modal .disclaimer-text p {
      text-align: left; }
  .modal span {
    position: absolute;
    top: .2em;
    right: .5em;
    font-size: 1.5em;
    cursor: pointer; }
    .modal span:hover {
      color: #c69; }
  .modal .home-btn {
    color: #fff;
    background-color: #005786;
    padding: 1rem 2rem;
    text-transform: uppercase;
    margin-top: 2rem; }

.modal.modal-show {
  opacity: 1;
  visibility: visible; }

/*************** BUTTONS ******************/
.btn {
  display: inline-block;
  text-decoration: none;
  padding: 1rem 1.7rem;
  font-size: 1.7rem;
  cursor: pointer;
  text-transform: uppercase;
  line-height: 1em;
  font-weight: 300;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in; }

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

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

.blue-btn {
  color: #fff;
  border: none;
  background-color: #005786; }
  .blue-btn:hover, .blue-btn:focus {
    background-color: #00507c; }

.gold-btn {
  color: #fff;
  border: none;
  background-color: #ADAA7A; }
  .gold-btn:hover, .gold-btn:focus {
    background-color: #a9a674; }

/***************  HEADER SECTION ******************/
/***************  HOME PAGE ******************/
.home_feature_col {
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 4%; }
  .home_feature_col a {
    display: block;
    text-decoration: none; }
  .home_feature_col h3 {
    font-size: 1.8rem;
    color: #fff;
    background-color: #ADAA7A;
    text-align: center;
    padding: 1rem;
    font-weight: lighter;
    font-weight: 200;
    margin-bottom: 0; }
  .home_feature_col .file-post-highlight,
  .home_feature_col .file-post-highlight p {
    font-size: 14px; }

.home-feature-links {
  margin-top: 3rem;
  margin-bottom: 2rem; }

.timeline-table {
  width: 100%;
  font-size: 1.45rem;
  margin-bottom: 2rem;
  margin-top: 2rem; }
  .timeline-table td {
    padding: 4px 12px;
    line-height: 2.1rem; }
  .timeline-table tr > td:first-of-type {
    border-right: solid 2px #D4D4D4;
    color: #005786; }

/***************  STAFF SECTION ******************/
.staff-row {
  padding-bottom: 2rem;
  margin-bottom: 2rem; }
  .staff-row:last-of-type {
    border-bottom: 0;
    margin-bottom: 0; }
  .staff-row h3 {
    color: #005786;
    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 #ADAA7A;
    margin-bottom: 3.5%; }
  .staff-row .staff-overview {
    background-color: #004367;
    color: #fff;
    padding: 15px; }
    .staff-row .staff-overview p {
      font-size: 1.4rem;
      line-height: 1.4em; }

/***************  SIDEBAR BOXES ******************/
.sidebar-box {
  margin-bottom: 2.4rem; }
  .sidebar-box .sidebar-header h4 {
    padding: 1.4rem 2.4rem;
    color: #fff;
    font-size: 1.7rem;
    font-weight: 300;
    margin-bottom: 0; }
  .sidebar-box .sidebar-content {
    padding: 2.4rem; }

.sidebar-box.grey-box {
  background-color: rgba(74, 74, 74, 0.11); }
  .sidebar-box.grey-box .sidebar-header {
    background-color: #4A4A4A; }

.sidebar-box.blue-box {
  background-color: rgba(0, 87, 134, 0.7);
  color: #fff; }
  .sidebar-box.blue-box .sidebar-header {
    background-color: #005786; }

.sidebar-box.gold-box {
  background-color: rgba(173, 170, 122, 0.4); }
  .sidebar-box.gold-box .sidebar-header {
    background-color: #ADAA7A; }

.news-box a.recent-post {
  display: block;
  text-decoration: none;
  font-size: 1.4rem;
  padding-bottom: 1.5rem;
  border-bottom: solid 1px #D4D4D4;
  margin-bottom: 1.5rem; }
  .news-box a.recent-post date {
    font-weight: 300; }

.sidebar-menu {
  list-style: none;
  margin: 0;
  font-weight: 400;
  position: relative;
  border-right: solid 1px #D4D4D4; }
  .sidebar-menu:after {
    content: "";
    display: block;
    height: 100%;
    width: 1px;
    top: 0;
    right: -10px;
    background-color: #ccc; }
  .sidebar-menu ul {
    list-style: none;
    margin: 0; }
    .sidebar-menu ul > li {
      padding-left: 1.5rem; }
      .sidebar-menu ul > li a {
        font-weight: 300;
        padding: 0.2rem 0;
        font-size: 1.45rem; }
    .sidebar-menu ul .current-menu-item:before {
      content: '•';
      color: #005786;
      position: absolute;
      left: 0.2rem;
      top: 2px;
      font-size: 1.8rem; }
  .sidebar-menu > li {
    display: none; }
  .sidebar-menu > li.current-page-ancestor,
  .sidebar-menu > li.current-menu-ancestor,
  .sidebar-menu > li.current-menu-parent,
  .sidebar-menu > li.current-menu-item {
    display: block;
    opacity: 1; }
    .sidebar-menu > li.current-page-ancestor > a,
    .sidebar-menu > li.current-menu-ancestor > a,
    .sidebar-menu > li.current-menu-parent > a,
    .sidebar-menu > li.current-menu-item > a {
      color: #005786; }
  .sidebar-menu li a {
    text-decoration: none;
    text-transform: uppercase;
    padding: 0.6rem 0;
    display: block; }

body.page-id-93 .sidebar-menu .menu-item-340 {
  display: block;
  opacity: 1; }
  body.page-id-93 .sidebar-menu .menu-item-340 > a {
    color: #005786; }

/***************  PDF DOWNLOADS ******************/
.pdf-download,
.pretty-pdf-link a[href$=".pdf"] {
  position: relative;
  background-color: #ADAA7A;
  display: block;
  margin: 1.4em 0;
  padding: 1.5rem 2rem 1.5rem 6.6rem;
  font-size: 1.7rem;
  font-weight: 400;
  text-decoration: none;
  line-height: 1.2em;
  color: #fff;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in; }
  .pdf-download:hover,
  .pretty-pdf-link a[href$=".pdf"]:hover {
    background-color: #b7b48a;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in; }
  .pdf-download:before,
  .pretty-pdf-link a[href$=".pdf"]:before {
    content: "";
    display: block;
    position: absolute;
    top: 1.7rem;
    bottom: 1.7rem;
    left: 1.7rem;
    width: 3.2rem;
    background-image: url(images/pdf-icon-white.svg);
    background-size: contain;
    background-repeat: no-repeat; }
  .pdf-download .pdf-size,
  .pretty-pdf-link a[href$=".pdf"] .pdf-size {
    font-weight: 200;
    color: #fff;
    font-size: 1.6rem; }

.pretty-pdf-link a[href$=".pdf"] {
  padding: 2.2rem 2rem 2.2rem 6.6rem; }

.sl-announcements a[href$=".pdf"],
.sl-announcements-widget a[href$=".pdf"] {
  position: static;
  background-color: transparent;
  display: block;
  margin: 0;
  padding: 0;
  font-size: 1.7rem;
  font-weight: 200;
  text-decoration: none;
  line-height: 1.4em;
  color: #2A2A2A;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in; }
  .sl-announcements a[href$=".pdf"]:hover,
  .sl-announcements-widget a[href$=".pdf"]:hover {
    background-color: transparent; }
  .sl-announcements a[href$=".pdf"]:before,
  .sl-announcements-widget a[href$=".pdf"]:before {
    content: none; }

.sl-announcements.coming-soon a[href$=".pdf"] {
  color: #fff;
  border: none; }

.recent-file-post {
  padding-left: 3.3rem;
  position: relative; }
  .recent-file-post:before {
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    left: 0;
    width: 2.2rem;
    height: 3rem;
    background-image: url(images/pdf-icon-grey.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center; }

/***************  NEWS ******************/
.file-post-highlight {
  position: relative;
  display: block;
  text-decoration: none;
  padding-left: 5rem; }
  .file-post-highlight:before {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    bottom: 0;
    left: 0;
    width: 2rem;
    background-image: url(images/pdf-icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; }

.post-highlight {
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-bottom: solid 1px #ccc; }
  .post-highlight a {
    text-decoration: none; }
  .post-highlight:first-of-type {
    border-top: solid 1px #ccc; }

/*************** PAGINATION ******************/
.pagination-row {
  margin-top: 1.5rem; }

.nav-next, .nav-previous {
  position: relative;
  display: block;
  float: left;
  width: 50%;
  min-height: 20px;
  text-decoration: none;
  text-transform: uppercase; }

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

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

#sl-asx-list ul {
  /* your css code goes here */ }

#sl-asx-list ul li {
  /* your css code to customize the look of a table row goes here */ }

/* Announcements */
.sl-announcements ul,
.sl-announcements-widget ul {
  list-style: none;
  margin-left: 0; }
  .sl-announcements ul li:not(.no-files),
  .sl-announcements-widget ul li:not(.no-files) {
    position: relative;
    display: block;
    text-decoration: none;
    padding-left: 4rem;
    padding-bottom: 1.35rem;
    padding-top: 1.35rem;
    border-bottom: solid 1px #D4D4D4;
    margin-bottom: 0;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in; }
    .sl-announcements ul li:not(.no-files):hover,
    .sl-announcements-widget ul li:not(.no-files):hover {
      background-color: rgba(173, 170, 122, 0.15); }
    .sl-announcements ul li:not(.no-files):before,
    .sl-announcements-widget ul li:not(.no-files):before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: 2.4rem;
      background-image: url(images/pdf-icon.svg);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center; }
    .sl-announcements ul li:not(.no-files) .sl-date,
    .sl-announcements-widget ul li:not(.no-files) .sl-date {
      display: block;
      font-size: 1.3rem;
      line-height: 1.1rem; }

.sl-announcements-widget {
  font-size: 1.4rem; }
  .sl-announcements-widget ul {
    margin-top: 1.5rem; }
    .sl-announcements-widget ul li {
      padding-left: 3.2rem;
      padding-bottom: 1rem;
      margin-bottom: 1rem; }
      .sl-announcements-widget ul li:before {
        width: 2rem; }

/* Box */
#sharelink-box div.sl-box {
  font-size: 1.4rem; }

#sharelink-box .sl-symbol {
  font-weight: 400; }

#sharelink-box .sl-symbol,
#sharelink-box .sl-close {
  font-size: 2rem;
  margin-right: 10px; }

#sharelink-box .sl-updated {
  width: 100%;
  display: block; }

#sharelink-box div.sl-box span.sl-provided {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.72); }

/* Table */
.sl-table table {
  width: 100%;
  margin-bottom: 2rem; }

.sl-table thead {
  border-bottom: solid 1px #4A4A4A; }

.sl-table th, .sl-table td {
  font-size: 1.4rem;
  padding: 5px; }

.sl-table th {
  font-weight: 300; }
/*# sourceMappingURL=style.css.map */