/** 
 *
 * Include Plugin LESS
 *
 * I know this isn't best practice by any means, but it will make updating the site a HELL of lot easier
 * 
 */
@font-face {
  font-family: 'Lowraw';
  src: url('https://runtasmania.rapidascent.com.au/wp-content/themes/screenr-runtasmania/fonts/Lowraw.woff2');
}
/* Plugin variables LESS file should be included first */
/**
 *
 * Variable Definitions
 *
 */
/* Site-Specific Variables */
/* These will override plugin definitions */
/* Next, Plugin mixins LESS file */
/**
 *
 * Mixin Definitions
 *
 */
.container-width {
  margin: 0 auto;
  max-width: 576px;
  width: 100%;
}
@media (min-width: 768px) {
  .container-width {
    max-width: none;
    width: 720px;
  }
}
@media (min-width: 992px) {
  .container-width {
    width: 940px;
  }
}
@media (min-width: 1200px) {
  .container-width {
    width: 1140px;
  }
}
.social-icon {
  font-size: 0;
  line-height: 0;
}
.social-icon::before {
  display: inline-block;
  transition: color 0.45s;
  color: #22badb;
  font-family: 'FontAwesome';
  font-size: 1.8rem;
  font-weight: 400;
}
.social-icon:hover::before {
  color: #fff;
}
.social-icon.facebook::before {
  content: '\f09a';
}
.social-icon.twitter::before {
  content: '\f099';
}
.social-icon.instagram::before {
  content: '\f16d';
}
.social-icon.youtube::before {
  content: '\f167';
}
.social-icon.email::before {
  content: '\f0e0';
}
.h2 {
  margin: 0 0 2.2rem;
  color: #0f6068;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  text-transform: capitalize;
}
.h3 {
  margin: 0 0 2rem;
  color: #0f6068;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  text-transform: capitalize;
}
.h3.alt {
  font-size: 2.6rem;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
}
.h4 {
  color: #0f6068;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
  text-transform: capitalize;
}
.h5 {
  color: #0f6068;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  line-height: 1.2;
  text-transform: uppercase;
}
/**
 *
 * Buttons
 *
 */
.btn {
  padding: 0;
  border: 0 none #000;
}
.btn.heading {
  color: #22badb;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  text-transform: lowercase;
}
.btn.heading:hover {
  color: #0f6068;
}
.btn.read-more {
  color: #22badb;
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: capitalize;
}
.btn.read-more:hover {
  color: #0f6068;
}
.btn.goto {
  color: #22badb;
}
.btn.goto::after {
  display: inline-block;
  height: 3rem;
  width: 3rem;
  margin-left: 1rem;
  border: 1px solid #22badb;
  border-radius: 50%;
  color: inherit;
  content: '\f105';
  font-family: 'FontAwesome';
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 2.8rem;
  text-align: center;
}
.btn.goto:hover::after {
  background-color: #0f6068;
  border: 1px solid #0f6068;
  color: #fff;
}
.btn.facebook,
.btn.instagram {
  color: #22badb;
}
.btn.facebook::after,
.btn.instagram::after {
  display: inline-block;
  height: 3rem;
  width: 3rem;
  margin-left: 1rem;
  border: 1px solid #22badb;
  border-radius: 50%;
  color: inherit;
  font-family: 'FontAwesome';
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 2.8rem;
  text-align: center;
}
.btn.facebook:hover::after,
.btn.instagram:hover::after {
  background-color: #0f6068;
  border: 1px solid #0f6068;
  color: #fff;
}
.btn.facebook::after {
  content: '\f09a';
}
.btn.instagram::after {
  content: '\f16d';
}
/**
 *
 * Search Form
 *
 */
.site-search-form {
  display: flex;
  flex-direction: row;
  overflow: hidden;
  justify-content: flex-start;
}
@media (min-width: 768px) {
  .site-search-form {
    margin-right: 0;
  }
}
.site-search-form label {
  flex-grow: 1;
  margin: 0;
  width: auto;
}
@media (min-width: 575px) {
  .site-search-form label {
    width: 80px;
  }
}
@media (min-width: 650px) {
  .site-search-form label {
    width: 140px;
  }
}
@media (min-width: 768px) {
  .site-search-form label {
    width: auto;
  }
}
.site-search-form label input.search-field {
  box-sizing: border-box;
  padding: 8px 14px;
  width: auto;
  border: 1px solid #ddd;
  border-radius: 0;
  box-shadow: none;
  -webkit-appearance: none;
  font-size: 1.3rem;
  line-height: 1.4;
}
.site-search-form button.search-submit {
  box-sizing: border-box;
  flex-basis: 3.2rem;
  flex-grow: 0;
  margin-left: 4px;
  padding: 0;
  background-color: transparent;
  border: 0 none #000;
  -webkit-appearance: none;
  font-size: 0;
  line-height: 0;
}
.site-search-form button.search-submit::before {
  display: block;
  height: 3.2rem;
  width: 3.2rem;
  background-color: #b7b7b7;
  border: 1px solid #b7b7b7;
  border-radius: 50%;
  color: #fff;
  content: '\f105';
  font-family: 'FontAwesome';
  font-size: 2.1rem;
  line-height: 3rem;
  text-align: center;
}
.site-search-form button.search-submit:hover::before {
  background-color: transparent;
  border: 1px solid #22badb;
  color: #22badb;
}
/**
 *
 * Stubs Read More
 *
 */
p.read-more-container {
  margin: 60px 0;
  text-align: center;
}
/**
 *
 * News Item Stubs
 *
 */
.data-stub.news-item {
  margin: 0 2rem;
  padding: 0;
  background-color: #fff;
}
.data-stub.news-item:focus {
  outline: none;
}
.data-stub.news-item div.stub-header {
  height: auto;
  width: 100%;
  padding-bottom: 66.667%;
  position: relative;
}
.data-stub.news-item div.stub-header figure {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
.data-stub.news-item div.stub-header figure img {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
}
.data-stub.news-item div.stub-body {
  padding: 3rem;
  background-color: #fff;
}
.data-stub.news-item div.stub-body h4 {
  color: #0f6068;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
  text-transform: capitalize;
}
.data-stub.news-item div.stub-body p {
  margin: 0 0 2rem;
  color: #272727;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.5rem;
  line-height: 1.3;
}
.data-stub.news-item div.stub-body a.continue-reading {
  display: block;
  color: #22badb;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: font_size_base;
  font-weight: 700;
}
/**
 *
 * Results List
 *
 */
ul.past-results {
  display: flex;
  flex-direction: column;
  margin: 0 0 2.5rem;
  padding: 0;
  list-style-type: none;
}
@media (min-width: 992px) {
  ul.past-results {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  ul.past-results li {
    margin-right: 1rem;
  }
  ul.past-results li:last-child {
    margin-right: 0;
  }
}
/**
 *
 * Facebook Feed styling
 *
 */
.facebook-feed-custom-styles #cff .cff-item .cff-author .cff-author-img {
  background-image: none;
}
.facebook-feed-custom-styles #cff .cff-item .cff-author a {
  border-radius: 50%;
}
.facebook-feed-custom-styles #cff .cff-item .cff-author a img {
  border-radius: 50%;
  border: 1px solid rgba(183, 183, 183, 0.8) !important;
}
.facebook-feed-custom-styles #cff .cff-item .cff-author .cff-page-name.cff-author-date a {
  color: #22badb;
}
.facebook-feed-custom-styles #cff .cff-item .cff-post-text .cff-expand a span.cff-more,
.facebook-feed-custom-styles #cff .cff-item .cff-post-text .cff-expand a span.cff-less {
  color: #999999;
}
.facebook-feed-custom-styles #cff .cff-item .cff-meta-wrap .cff-post-links a.cff-viewpost-facebook {
  color: #999999;
  font-weight: 700;
  line-height: 2rem;
}
.facebook-feed-custom-styles #cff .cff-item .cff-meta-wrap .cff-post-links a.cff-viewpost-facebook::before {
  display: inline-block;
  padding-right: 8px;
  content: '\f09a';
  font-family: 'FontAwesome';
  font-size: 1.6rem;
  line-height: inherit;
}
.facebook-feed-custom-styles #cff .cff-item .cff-meta-wrap .cff-post-links a.cff-viewpost-facebook:hover {
  color: #22badb;
}
.facebook-feed-custom-styles #cff .cff-item .cff-meta-wrap .cff-post-links div.cff-share-container {
  margin-left: 15px;
}
.facebook-feed-custom-styles #cff .cff-item .cff-meta-wrap .cff-post-links div.cff-share-container .cff-dot {
  display: none;
}
.facebook-feed-custom-styles #cff .cff-item .cff-meta-wrap .cff-post-links div.cff-share-container .cff-share-link {
  color: #999999;
  font-weight: 700;
  line-height: 2rem;
}
.facebook-feed-custom-styles #cff .cff-item .cff-meta-wrap .cff-post-links div.cff-share-container .cff-share-link::before {
  display: inline-block;
  padding-right: 8px;
  content: '\f064';
  font-family: 'FontAwesome';
  font-size: 1.6rem;
  line-height: inherit;
}
.facebook-feed-custom-styles #cff .cff-item .cff-meta-wrap .cff-post-links div.cff-share-container .cff-share-link:hover {
  color: #22badb;
}
ul.data-stubs.calendar-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul.data-stubs.calendar-list li {
  display: flex;
  flex-direction: row;
  margin-bottom: 1rem;
  padding: 1.5rem 0;
  justify-content: center;
}
ul.data-stubs.calendar-list li div.stub-date {
  flex-basis: 15%;
  padding-right: 1.5rem;
  text-align: right;
}
ul.data-stubs.calendar-list li div.stub-body {
  flex-basis: 50%;
  padding: 0 2.5rem;
}
ul.data-stubs.calendar-list li div.stub-body h5 {
  color: #999999;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
  text-transform: capitalize;
}
ul.data-stubs.calendar-list li div.stub-image {
  flex-basis: 15%;
  text-align: center;
}
ul.data-stubs.calendar-list li div.stub-image img {
  height: 100% !important;
  width: 80% !important;
  margin: 0 auto;
  max-height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}
ul.data-stubs.calendar-list li.ra-event {
  padding: 1.5rem 0;
  background-color: white;
}
ul.data-stubs.calendar-list li.ra-event div.stub-date {
  flex-basis: 20%;
}
ul.data-stubs.calendar-list li.ra-event div.stub-body {
  flex-basis: 50%;
}
ul.data-stubs.calendar-list li.ra-event div.stub-image {
  flex-basis: 20%;
}
/**
 *
 * Form field mixins
 *
 */
.form-field label {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
}
.form-field input {
  display: block;
  float: none;
  height: auto;
  width: 100%;
  padding: 0.6rem 1rem;
  background-color: white;
  border: 1px solid #b7b7b7;
  border-radius: 0.2rem;
  font-size: 1.5rem;
  line-height: 1.3;
}
/**
 *
 * Flexbox Grid mixin
 *
 */
/**
 *
 * Toggle Pane
 *
 */
.toggle-pane {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.45s, max-height 0.45s;
}
.toggle-pane.open {
  max-height: 700px;
  opacity: 1;
}
/* Finally, Plugin styling LESS file */
/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 *
 * # Note, not to be enqueued in the plugin itself. This file should be included in the site .less file.
 *
 */
/**
 *
 * Template Styles
 *
 */
html {
  font-size: 62.5% !important;
}
body {
  font-size: 1.5rem;
}
body.menu-open {
  overflow-y: hidden;
}
@media (max-width: 599px) {
  body.menu-open {
    position: fixed;
  }
  body.menu-open #wpadminbar {
    display: none;
  }
}
@media (min-width: 768px) {
  body.menu-open div#page {
    overflow-y: scroll;
  }
}
/**
 *
 * Font Styles
 *
 */
h4 {
  font-size: 2.5rem;
  font-weight: 700;
}
/**
 *
 * Common Header
 *
 */
.has-site-title.has-site-tagline header#masthead {
  bottom: auto;
  left: 0;
  right: 0;
  top: 0;
  height: auto;
  width: 100%;
  line-height: 1;
  position: fixed;
  z-index: 1001;
}
.has-site-title.has-site-tagline header#masthead section.rap-common-header {
  padding: 7px 0;
  background-color: #272727;
  font-size: 1.3rem;
}
.has-site-title.has-site-tagline header#masthead section.rap-common-header ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: right;
}
.has-site-title.has-site-tagline header#masthead section.rap-common-header ul li {
  display: inline-block;
  margin-right: 10px;
}
.has-site-title.has-site-tagline header#masthead section.rap-common-header ul li:last-child {
  margin-right: 0;
}
.has-site-title.has-site-tagline header#masthead section.rap-common-header ul li a {
  color: #22badb;
}
.has-site-title.has-site-tagline header#masthead section.rap-common-header ul li a:hover {
  color: #fff;
}
.has-site-title.has-site-tagline header#masthead section.event-header {
  z-index: 1001;
}
.has-site-title.has-site-tagline header#masthead section.event-header .container-fluid > .row > div:first-child {
  background-color: #fff;
}
.has-site-title.has-site-tagline header#masthead section.event-header .container-fluid > .row > div:last-child {
  display: flex;
  flex-direction: row;
  width: 100%;
  background-color: #0f6068;
  align-items: stretch;
  text-align: center;
}
.has-site-title.has-site-tagline header#masthead section.event-header a#nav-toggle {
  bottom: auto;
  left: auto;
  right: 1.5rem;
  top: 50%;
  display: none;
  overflow: visible;
  position: absolute;
  transform: translateY(-50%);
  color: transparent;
}
@media screen and (max-width: 1199px) {
  .has-site-title.has-site-tagline header#masthead section.event-header a#nav-toggle {
    display: block;
  }
}
.has-site-title.has-site-tagline header#masthead section.event-header a#nav-toggle span {
  bottom: auto;
  left: auto;
  right: 5px;
  top: 50%;
  box-sizing: content-box;
  display: inline-block;
  height: 2px;
  width: 24px;
  margin-top: -2px;
  position: absolute;
  transition: background 0.2s;
  background-color: #000000;
}
.has-site-title.has-site-tagline header#masthead section.event-header a#nav-toggle span::before,
.has-site-title.has-site-tagline header#masthead section.event-header a#nav-toggle span::after {
  bottom: auto;
  left: auto;
  right: 0;
  top: auto;
  display: inline-block;
  height: 2px;
  width: 24px;
  position: absolute;
  transition: transform 0.2s;
  transform: translateZ(0);
  transform-origin: 0% 50%;
  background-color: #000000;
  content: '';
}
.has-site-title.has-site-tagline header#masthead section.event-header a#nav-toggle span::before {
  top: -8px;
}
.has-site-title.has-site-tagline header#masthead section.event-header a#nav-toggle span::after {
  top: 8px;
}
.has-site-title.has-site-tagline header#masthead section.event-header nav {
  box-sizing: border-box;
  display: flex;
  height: 100%;
  margin-right: 5rem;
  flex-direction: row;
  padding: 12px 0;
  background-color: #fff;
  color: #000;
  font-size: 0;
  justify-content: flex-start;
  line-height: 0;
}
@media (min-width: 1200px) {
  .has-site-title.has-site-tagline header#masthead section.event-header nav {
    margin-right: 0;
    padding: 0;
    justify-content: center;
  }
}
.has-site-title.has-site-tagline header#masthead section.event-header nav div.nav-and-search-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin: 0;
  align-items: center;
  justify-content: flex-start;
}
@media (min-width: 1200px) {
  .has-site-title.has-site-tagline header#masthead section.event-header nav div.nav-and-search-container {
    display: block;
    flex-basis: auto;
  }
}
.has-site-title.has-site-tagline header#masthead section.event-header nav div.nav-and-search-container ul.nav-menu {
  margin: 0;
  text-align: left;
}
@media screen and (max-width: 1199px) {
  .has-site-title.has-site-tagline header#masthead section.event-header nav div.nav-and-search-container ul.nav-menu {
    width: 100% !important;
    display: none;
  }
}
.has-site-title.has-site-tagline header#masthead section.event-header nav div.nav-and-search-container ul.nav-menu.nav-menu-mobile {
  bottom: 0;
  left: 0;
  right: 0;
  top: 152px;
  display: block;
  height: calc(100vh - 152px);
  width: 100% !important;
  overflow: auto;
  position: fixed;
  z-index: 1001;
  transition: all 0.45s;
  background-color: rgba(0, 0, 0, 0.9);
  border: 0 none #000;
}
.has-site-title.has-site-tagline header#masthead section.event-header nav div.nav-and-search-container ul.nav-menu.nav-menu-mobile.step-2 {
  left: -100%;
  width: 200% !important;
}
.has-site-title.has-site-tagline header#masthead section.event-header nav div.nav-and-search-container ul.nav-menu.nav-menu-mobile.step-2 > li:not(.step-2) {
  width: 50% !important;
}
.has-site-title.has-site-tagline header#masthead section.event-header nav div.nav-and-search-container ul.nav-menu.nav-menu-mobile > li.menu-item {
  float: none;
  transition: all 0.45s;
  background-color: transparent;
  border: 0 none #000;
  text-align: center;
}
.has-site-title.has-site-tagline header#masthead section.event-header nav div.nav-and-search-container ul.nav-menu.nav-menu-mobile > li.menu-item a {
  margin: 0 auto;
  max-width: 576px;
  width: 100%;
  display: block;
  position: relative;
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
}
@media (min-width: 768px) {
  .has-site-title.has-site-tagline header#masthead section.event-header nav div.nav-and-search-container ul.nav-menu.nav-menu-mobile > li.menu-item a {
    max-width: none;
    width: 720px;
  }
}
@media (min-width: 992px) {
  .has-site-title.has-site-tagline header#masthead section.event-header nav div.nav-and-search-container ul.nav-menu.nav-menu-mobile > li.menu-item a {
    width: 940px;
  }
}
@media (min-width: 1200px) {
  .has-site-title.has-site-tagline header#masthead section.event-header nav div.nav-and-search-container ul.nav-menu.nav-menu-mobile > li.menu-item a {
    width: 1140px;
  }
}
.has-site-title.has-site-tagline header#masthead section.event-header nav div.nav-and-search-container ul.nav-menu.nav-menu-mobile > li.menu-item a:hover {
  color: #005ca6;
  text-decoration: none;
}
.has-site-title.has-site-tagline header#masthead section.event-header nav div.nav-and-search-container ul.nav-menu.nav-menu-mobile > li.menu-item > div.nav-toggle-subarrow {
  display: none;
}
.has-site-title.has-site-tagline header#masthead section.event-header nav div.nav-and-search-container ul.nav-menu.nav-menu-mobile > li.menu-item.current-menu-item > a::before,
.has-site-title.has-site-tagline header#masthead section.event-header nav div.nav-and-search-container ul.nav-menu.nav-menu-mobile > li.menu-item.current_page_item > a::before {
  bottom: auto;
  left: 5px;
  right: auto;
  top: 50%;
  display: block;
  position: absolute;
  transform: translateY(-50%);
  content: '\f0da';
  font-family: 'FontAwesome';
  font-size: 1.4rem;
  line-height: 2.4rem;
}
.has-site-title.has-site-tagline header#masthead section.event-header nav div.nav-and-search-container ul.nav-menu.nav-menu-mobile > li.menu-item.menu-item-has-children > a::after {
  bottom: auto;
  left: auto;
  right: 5px;
  top: 50%;
  display: block;
  position: absolute;
  transform: translateY(-50%);
  content: '\f0da';
  font-family: 'FontAwesome';
  font-size: 1.4rem;
  line-height: 2.4rem;
}
.has-site-title.has-site-tagline header#masthead section.event-header nav div.nav-and-search-container ul.nav-menu.nav-menu-mobile > li.menu-item > ul.sub-menu {
  margin: 0 auto;
  max-width: 576px;
  width: 100%;
  display: block;
  max-height: 0;
  opacity: 0;
  pointer-events: none;
  transform: translateY(5rem);
  transition: opacity 0.15s, transform 0.15s;
  transition-delay: 0s;
}
@media (min-width: 768px) {
  .has-site-title.has-site-tagline header#masthead section.event-header nav div.nav-and-search-container ul.nav-menu.nav-menu-mobile > li.menu-item > ul.sub-menu {
    max-width: none;
    width: 720px;
  }
}
@media (min-width: 992px) {
  .has-site-title.has-site-tagline header#masthead section.event-header nav div.nav-and-search-container ul.nav-menu.nav-menu-mobile > li.menu-item > ul.sub-menu {
    width: 940px;
  }
}
@media (min-width: 1200px) {
  .has-site-title.has-site-tagline header#masthead section.event-header nav div.nav-and-search-container ul.nav-menu.nav-menu-mobile > li.menu-item > ul.sub-menu {
    width: 1140px;
  }
}
.has-site-title.has-site-tagline header#masthead section.event-header nav div.nav-and-search-container ul.nav-menu.nav-menu-mobile > li.menu-item > ul.sub-menu > li {
  padding: 0;
  background-color: transparent;
  border: 0 none #000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.has-site-title.has-site-tagline header#masthead section.event-header nav div.nav-and-search-container ul.nav-menu.nav-menu-mobile > li.menu-item > ul.sub-menu > li > div.nav-toggle-subarrow {
  display: none;
}
.has-site-title.has-site-tagline header#masthead section.event-header nav div.nav-and-search-container ul.nav-menu.nav-menu-mobile > li.menu-item > ul.sub-menu > li > a {
  padding: 12px 20px;
  border-bottom: 0 none #000;
  font-size: 1.8rem;
}
.has-site-title.has-site-tagline header#masthead section.event-header nav div.nav-and-search-container ul.nav-menu.nav-menu-mobile > li.menu-item > ul.sub-menu > li.feature a {
  font-weight: 700;
  letter-spacing: 0.25rem;
  text-transform: uppercase;
}
.has-site-title.has-site-tagline header#masthead section.event-header nav div.nav-and-search-container ul.nav-menu.nav-menu-mobile > li.menu-item > ul.sub-menu > li.menu-item-has-children > a::after {
  bottom: auto;
  left: auto;
  right: 25px;
  top: 50%;
  display: block;
  position: absolute;
  transform: translateY(-50%);
  color: inherit;
  content: '\f0d7';
  font-family: 'FontAwesome';
  font-size: 1.4rem;
  line-height: 2.4rem;
}
.has-site-title.has-site-tagline header#masthead section.event-header nav div.nav-and-search-container ul.nav-menu.nav-menu-mobile > li.menu-item > ul.sub-menu > li > ul.sub-menu {
  margin-bottom: 1.5rem;
}
.has-site-title.has-site-tagline header#masthead section.event-header nav div.nav-and-search-container ul.nav-menu.nav-menu-mobile > li.menu-item > ul.sub-menu > li > ul.sub-menu > li {
  box-sizing: border-box;
  padding: 0 20px;
  background-color: transparent;
  border: 0 none #000;
}
.has-site-title.has-site-tagline header#masthead section.event-header nav div.nav-and-search-container ul.nav-menu.nav-menu-mobile > li.menu-item > ul.sub-menu > li > ul.sub-menu > li > a {
  padding: 6px 20px;
  border-bottom: 0 none #000;
  font-size: 1.4rem;
}
.has-site-title.has-site-tagline header#masthead section.event-header nav div.nav-and-search-container ul.nav-menu.nav-menu-mobile > li.menu-item.step-2 {
  bottom: 0;
  left: 0;
  right: 0;
  top: 58px;
  overflow-y: auto;
  position: fixed;
  height: calc(100vh - 58px);
  width: 100%;
  pointer-events: all;
}
.has-site-title.has-site-tagline header#masthead section.event-header nav div.nav-and-search-container ul.nav-menu.nav-menu-mobile > li.menu-item.step-2 > a::before {
  display: inline-block;
  height: 22px;
  width: 22px;
  margin-right: 10px;
  border: 1px solid #fff;
  border-radius: 50%;
  color: inherit;
  content: '\f0d9';
  font-family: 'FontAwesome';
  font-size: 1.4rem;
  line-height: 20px;
  text-align: center;
  text-indent: -1px;
}
.has-site-title.has-site-tagline header#masthead section.event-header nav div.nav-and-search-container ul.nav-menu.nav-menu-mobile > li.menu-item.step-2 > a:hover::before {
  border-color: #005ca6;
}
.has-site-title.has-site-tagline header#masthead section.event-header nav div.nav-and-search-container ul.nav-menu.nav-menu-mobile > li.menu-item.step-2 > ul.sub-menu {
  bottom: auto;
  left: auto;
  right: auto;
  top: auto;
  position: relative;
  opacity: 1;
  pointer-events: all;
  transform: translateY(0);
  transition: opacity 0.45s, transform 0.45s;
  transition-delay: 0.1s;
}
.has-site-title.has-site-tagline header#masthead section.event-header nav div.nav-and-search-container ul.nav-menu.nav-menu-mobile > li.menu-item.step-2.menu-item-has-children a::after {
  color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px) {
  .has-site-title.has-site-tagline header#masthead section.event-header nav div.nav-and-search-container ul.nav-menu {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    float: left;
    padding-right: 1rem;
    width: auto !important;
    color: inherit;
    justify-content: flex-start;
  }
  .has-site-title.has-site-tagline header#masthead section.event-header nav div.nav-and-search-container ul.nav-menu > li.menu-item {
    display: block;
    flex-basis: auto;
    position: relative;
  }
  .has-site-title.has-site-tagline header#masthead section.event-header nav div.nav-and-search-container ul.nav-menu > li.menu-item > a {
    display: inline-block;
    padding: 13px 15px;
    color: inherit;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 3.5rem;
    text-decoration: none;
    text-transform: uppercase;
  }
  .has-site-title.has-site-tagline header#masthead section.event-header nav div.nav-and-search-container ul.nav-menu > li.menu-item > ul.sub-menu {
    bottom: auto;
    left: 0;
    right: auto;
    top: 100%;
    display: inline-block;
    height: auto;
    width: auto;
    max-width: 400px;
    overflow: auto;
    padding: 1.5rem;
    position: absolute;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.35s;
    background-color: rgba(0, 0, 0, 0.9);
    border: 0 none #000;
  }
  .has-site-title.has-site-tagline header#masthead section.event-header nav div.nav-and-search-container ul.nav-menu > li.menu-item > ul.sub-menu.open {
    opacity: 1;
    pointer-events: all;
  }
  .has-site-title.has-site-tagline header#masthead section.event-header nav div.nav-and-search-container ul.nav-menu > li.menu-item > ul.sub-menu > li {
    background-color: transparent;
    border: 0 none #000;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  .has-site-title.has-site-tagline header#masthead section.event-header nav div.nav-and-search-container ul.nav-menu > li.menu-item > ul.sub-menu > li a {
    background-color: transparent;
    border: 0 none #000;
    color: #005ca6;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.6;
    text-align: left;
  }
  .has-site-title.has-site-tagline header#masthead section.event-header nav div.nav-and-search-container ul.nav-menu > li.menu-item > ul.sub-menu > li a:hover {
    color: #fff;
    -webkit-text-decoration: underline dotted ;
            text-decoration: underline dotted ;
  }
  .has-site-title.has-site-tagline header#masthead section.event-header nav div.nav-and-search-container ul.nav-menu > li.menu-item > ul.sub-menu > li.menu-item-has-children > a {
    padding-bottom: 0;
    pointer-events: none;
  }
  .has-site-title.has-site-tagline header#masthead section.event-header nav div.nav-and-search-container ul.nav-menu > li.menu-item > ul.sub-menu > li.feature a {
    font-weight: 700;
    letter-spacing: 0.25rem;
    text-transform: uppercase;
  }
  .has-site-title.has-site-tagline header#masthead section.event-header nav div.nav-and-search-container ul.nav-menu > li.menu-item > ul.sub-menu > li > ul.sub-menu {
    bottom: auto;
    left: auto;
    right: auto;
    top: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 0 1.5rem;
    max-width: none;
    padding-left: 0;
    position: static;
    width: auto;
    border: 0 none #000;
  }
  .has-site-title.has-site-tagline header#masthead section.event-header nav div.nav-and-search-container ul.nav-menu > li.menu-item > ul.sub-menu > li > ul.sub-menu li {
    flex-basis: 50%;
    border: 0 none #000;
  }
  .has-site-title.has-site-tagline header#masthead section.event-header nav div.nav-and-search-container ul.nav-menu > li.menu-item > ul.sub-menu > li > ul.sub-menu li a {
    padding: 2px 18px;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 400;
  }
  .has-site-title.has-site-tagline header#masthead section.event-header nav div.nav-and-search-container ul.nav-menu > li.menu-item:nth-child(2) ul.sub-menu {
    max-width: none;
    width: 600px;
  }
}
.has-site-title.has-site-tagline header#masthead section.event-header nav div.nav-and-search-container a.search-toggle {
  flex-basis: 18px;
  margin-right: 1rem;
  pointer-events: none;
  color: inherit;
  font-size: 0;
  line-height: 0;
}
@media (min-width: 1200px) {
  .has-site-title.has-site-tagline header#masthead section.event-header nav div.nav-and-search-container a.search-toggle {
    pointer-events: all;
  }
}
.has-site-title.has-site-tagline header#masthead section.event-header nav div.nav-and-search-container a.search-toggle::before {
  display: inline-block;
  color: inherit;
  content: '\f002';
  font-family: 'FontAwesome';
  font-size: 1.8rem;
  line-height: 1;
}
@media (min-width: 1200px) {
  .has-site-title.has-site-tagline header#masthead section.event-header nav div.nav-and-search-container a.search-toggle::before {
    padding: 13px 0;
    line-height: 3.5rem;
  }
}
.has-site-title.has-site-tagline header#masthead section.event-header nav div.nav-and-search-container form.search-form {
  display: flex;
  flex-direction: row;
  overflow: hidden;
  justify-content: flex-start;
  flex-grow: 1;
  flex-shrink: 0;
  transition: max-height 0.5s;
}
@media (min-width: 768px) {
  .has-site-title.has-site-tagline header#masthead section.event-header nav div.nav-and-search-container form.search-form {
    margin-right: 0;
  }
}
.has-site-title.has-site-tagline header#masthead section.event-header nav div.nav-and-search-container form.search-form label {
  flex-grow: 1;
  margin: 0;
  width: auto;
}
@media (min-width: 575px) {
  .has-site-title.has-site-tagline header#masthead section.event-header nav div.nav-and-search-container form.search-form label {
    width: 80px;
  }
}
@media (min-width: 650px) {
  .has-site-title.has-site-tagline header#masthead section.event-header nav div.nav-and-search-container form.search-form label {
    width: 140px;
  }
}
@media (min-width: 768px) {
  .has-site-title.has-site-tagline header#masthead section.event-header nav div.nav-and-search-container form.search-form label {
    width: auto;
  }
}
.has-site-title.has-site-tagline header#masthead section.event-header nav div.nav-and-search-container form.search-form label input.search-field {
  box-sizing: border-box;
  padding: 8px 14px;
  width: auto;
  border: 1px solid #ddd;
  border-radius: 0;
  box-shadow: none;
  -webkit-appearance: none;
  font-size: 1.3rem;
  line-height: 1.4;
}
.has-site-title.has-site-tagline header#masthead section.event-header nav div.nav-and-search-container form.search-form button.search-submit {
  box-sizing: border-box;
  flex-basis: 3.2rem;
  flex-grow: 0;
  margin-left: 4px;
  padding: 0;
  background-color: transparent;
  border: 0 none #000;
  -webkit-appearance: none;
  font-size: 0;
  line-height: 0;
}
.has-site-title.has-site-tagline header#masthead section.event-header nav div.nav-and-search-container form.search-form button.search-submit::before {
  display: block;
  height: 3.2rem;
  width: 3.2rem;
  background-color: #b7b7b7;
  border: 1px solid #b7b7b7;
  border-radius: 50%;
  color: #fff;
  content: '\f105';
  font-family: 'FontAwesome';
  font-size: 2.1rem;
  line-height: 3rem;
  text-align: center;
}
.has-site-title.has-site-tagline header#masthead section.event-header nav div.nav-and-search-container form.search-form button.search-submit:hover::before {
  background-color: transparent;
  border: 1px solid #22badb;
  color: #22badb;
}
@media (min-width: 1200px) {
  .has-site-title.has-site-tagline header#masthead section.event-header nav div.nav-and-search-container form.search-form {
    max-height: 0;
    justify-content: flex-end;
  }
}
.has-site-title.has-site-tagline header#masthead section.event-header nav div.nav-and-search-container form.search-form.open {
  margin-bottom: 1.2rem;
  max-height: 5rem;
}
.has-site-title.has-site-tagline header#masthead section.event-header div.rap-countdown-clock {
  display: flex;
  flex-direction: row;
  padding: 12px 0;
  background-color: #0f6068;
  align-content: center;
  color: #fff;
  justify-content: center;
}
.has-site-title.has-site-tagline header#masthead section.event-header div.rap-countdown-clock::before {
  display: inline-block;
  height: 30px;
  width: 30px;
  margin-right: 15px;
  background-image: url('http://staging.paulkellycreative.com.au/runlarapinta/wp-content/uploads/2018/12/clock.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 90% auto;
  content: none;
}
.has-site-title.has-site-tagline header#masthead section.event-header div.rap-countdown-clock dl {
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0;
  align-content: center;
}
.has-site-title.has-site-tagline header#masthead section.event-header div.rap-countdown-clock dl dt {
  margin: 0;
  padding: 0;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 3.5rem;
}
.has-site-title.has-site-tagline header#masthead section.event-header div.rap-countdown-clock dl dt strong {
  display: inline-block;
  padding: 0 1rem;
  font-family: 'Rock Salt', sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: inherit;
  vertical-align: middle;
}
.has-site-title.has-site-tagline header#masthead section.event-header div.rap-countdown-clock dl dd {
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
  line-height: 3.5rem;
}
.has-site-title.has-site-tagline header#masthead section.event-header section.rap-social-header {
  display: flex;
  flex-basis: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
}
.has-site-title.has-site-tagline header#masthead section.event-header section.rap-social-header .socials-container {
  display: flex;
  flex-basis: 100%;
  flex-direction: row;
  flex-wrap: nowrap;
  margin: 0 auto;
  padding: 5px 0;
  max-width: 500px;
  align-items: center;
  justify-content: center;
}
@media (min-width: 575px) {
  .has-site-title.has-site-tagline header#masthead section.event-header section.rap-social-header .socials-container {
    padding: 10px 0;
  }
}
@media (min-width: 660px) {
  .has-site-title.has-site-tagline header#masthead section.event-header section.rap-social-header .socials-container {
    padding: 5px 0 0;
  }
}
.has-site-title.has-site-tagline header#masthead section.event-header section.rap-social-header .socials-container a.newsletter-signup-toggle {
  display: block;
  flex-grow: 1;
  color: #fff;
  line-height: 2.4rem;
  text-align: left;
}
@media (min-width: 575px) {
  .has-site-title.has-site-tagline header#masthead section.event-header section.rap-social-header .socials-container a.newsletter-signup-toggle {
    line-height: 1.8rem;
  }
}
@media (min-width: 660px) {
  .has-site-title.has-site-tagline header#masthead section.event-header section.rap-social-header .socials-container a.newsletter-signup-toggle {
    line-height: 2.4rem;
  }
}
.has-site-title.has-site-tagline header#masthead section.event-header section.rap-social-header .socials-container a.newsletter-signup-toggle::after {
  display: inline-block;
  height: 2.6rem;
  width: 2.6rem;
  margin-left: 5px;
  transition: transform 0.45s;
  background-color: #0f6068;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  content: '\f107';
  font-family: 'FontAwesome';
  font-size: 1.8rem;
  line-height: inherit;
  text-align: center;
}
@media (min-width: 575px) {
  .has-site-title.has-site-tagline header#masthead section.event-header section.rap-social-header .socials-container a.newsletter-signup-toggle::after {
    height: 2rem;
    width: 2rem;
    font-size: 1.5rem;
  }
}
@media (min-width: 660px) {
  .has-site-title.has-site-tagline header#masthead section.event-header section.rap-social-header .socials-container a.newsletter-signup-toggle::after {
    height: 2.6rem;
    width: 2.6rem;
    font-size: 1.8rem;
  }
}
.has-site-title.has-site-tagline header#masthead section.event-header section.rap-social-header .socials-container a.newsletter-signup-toggle:focus {
  text-decoration: none;
}
.has-site-title.has-site-tagline header#masthead section.event-header section.rap-social-header .socials-container a.newsletter-signup-toggle:hover {
  text-decoration: none;
}
.has-site-title.has-site-tagline header#masthead section.event-header section.rap-social-header .socials-container a.newsletter-signup-toggle:hover::after {
  background-color: #fff;
  color: #0f6068;
}
.has-site-title.has-site-tagline header#masthead section.event-header section.rap-social-header .socials-container a.newsletter-signup-toggle.signup-open::after {
  transform: rotate(180deg);
}
.has-site-title.has-site-tagline header#masthead section.event-header section.rap-social-header .socials-container a.ra-logo {
  margin-right: 1rem;
}
.has-site-title.has-site-tagline header#masthead section.event-header section.rap-social-header .socials-container a.ra-logo img {
  transition: filter 0.45s;
}
@media (min-width: 575px) {
  .has-site-title.has-site-tagline header#masthead section.event-header section.rap-social-header .socials-container a.ra-logo img {
    max-width: 60px;
  }
}
@media (min-width: 660px) {
  .has-site-title.has-site-tagline header#masthead section.event-header section.rap-social-header .socials-container a.ra-logo img {
    max-width: none;
  }
}
.has-site-title.has-site-tagline header#masthead section.event-header section.rap-social-header .socials-container a.ra-logo:hover img {
  filter: brightness(0);
}
.has-site-title.has-site-tagline header#masthead section.event-header section.rap-social-header .socials-container ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.has-site-title.has-site-tagline header#masthead section.event-header section.rap-social-header .socials-container ul li {
  display: inline-block;
  margin-right: 10px;
}
@media (min-width: 575px) {
  .has-site-title.has-site-tagline header#masthead section.event-header section.rap-social-header .socials-container ul li {
    margin-right: 5px;
  }
}
@media (min-width: 660px) {
  .has-site-title.has-site-tagline header#masthead section.event-header section.rap-social-header .socials-container ul li {
    margin-right: 10px;
  }
}
.has-site-title.has-site-tagline header#masthead section.event-header section.rap-social-header .socials-container ul li:last-child {
  margin-right: 0;
}
.has-site-title.has-site-tagline header#masthead section.event-header section.rap-social-header .socials-container ul li a::before {
  color: #fff;
}
.has-site-title.has-site-tagline header#masthead section.event-header section.rap-social-header .socials-container ul li a:hover::before {
  color: #22badb;
}
.has-site-title.has-site-tagline header#masthead section.event-header section.rap-social-header .newsletter-signup-container {
  flex-basis: 100%;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.45s;
  text-align: center;
}
.has-site-title.has-site-tagline header#masthead section.event-header section.rap-social-header .newsletter-signup-container.active {
  max-height: 140px;
}
@media (min-height: 600px) {
  .has-site-title.has-site-tagline header#masthead section.event-header section.rap-social-header .newsletter-signup-container.active {
    max-height: 110px;
  }
}
.has-site-title.has-site-tagline header#masthead section.event-header section.rap-social-header .newsletter-signup-container #mc_embed_signup {
  margin: 0 auto;
  max-width: 500px;
}
@media (max-width: 600px) {
  .has-site-title.has-site-tagline header#masthead section.event-header section.rap-social-header .newsletter-signup-container #mc_embed_signup {
    margin-top: 2rem;
  }
}
.has-site-title.has-site-tagline header#masthead section.event-header section.rap-social-header .newsletter-signup-container #mc_embed_signup form #mc_embed_signup_scroll {
  display: flex;
  flex-direction: row;
  padding: 1rem 0;
  position: relative;
  align-content: stretch;
}
@media (max-width: 600px) {
  .has-site-title.has-site-tagline header#masthead section.event-header section.rap-social-header .newsletter-signup-container #mc_embed_signup form #mc_embed_signup_scroll {
    flex-wrap: wrap;
  }
}
.has-site-title.has-site-tagline header#masthead section.event-header section.rap-social-header .newsletter-signup-container #mc_embed_signup form #mc_embed_signup_scroll .mc-field-group {
  width: auto;
}
.has-site-title.has-site-tagline header#masthead section.event-header section.rap-social-header .newsletter-signup-container #mc_embed_signup form #mc_embed_signup_scroll .mc-field-group:first-child {
  flex-basis: 50%;
  order: 1;
}
@media (max-width: 600px) {
  .has-site-title.has-site-tagline header#masthead section.event-header section.rap-social-header .newsletter-signup-container #mc_embed_signup form #mc_embed_signup_scroll .mc-field-group:first-child {
    flex-basis: 100%;
    padding-bottom: 1rem;
  }
}
.has-site-title.has-site-tagline header#masthead section.event-header section.rap-social-header .newsletter-signup-container #mc_embed_signup form #mc_embed_signup_scroll .mc-field-group:nth-child(2) {
  flex-basis: 25%;
  order: 2;
  padding-left: 4px;
}
@media (max-width: 600px) {
  .has-site-title.has-site-tagline header#masthead section.event-header section.rap-social-header .newsletter-signup-container #mc_embed_signup form #mc_embed_signup_scroll .mc-field-group:nth-child(2) {
    flex-basis: 100%;
    padding: 0 0 1rem 0;
  }
}
.has-site-title.has-site-tagline header#masthead section.event-header section.rap-social-header .newsletter-signup-container #mc_embed_signup form #mc_embed_signup_scroll .mc-field-group input,
.has-site-title.has-site-tagline header#masthead section.event-header section.rap-social-header .newsletter-signup-container #mc_embed_signup form #mc_embed_signup_scroll .mc-field-group select {
  box-sizing: border-box;
  margin: 0;
  padding: 5px 8px;
  width: 100%;
  border: 0 none #000;
  border-radius: 0;
  color: #272727;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6rem;
}
.has-site-title.has-site-tagline header#masthead section.event-header section.rap-social-header .newsletter-signup-container #mc_embed_signup form #mc_embed_signup_scroll .mc-field-group select {
  height: calc(1.6rem + 10px);
  padding: 0 8px;
}
.has-site-title.has-site-tagline header#masthead section.event-header section.rap-social-header .newsletter-signup-container #mc_embed_signup form #mc_embed_signup_scroll .mc-field-group input::-moz-placeholder {
  color: rgba(15, 96, 104, 0.6);
  font-weight: bold;
}
.has-site-title.has-site-tagline header#masthead section.event-header section.rap-social-header .newsletter-signup-container #mc_embed_signup form #mc_embed_signup_scroll .mc-field-group input::placeholder,
.has-site-title.has-site-tagline header#masthead section.event-header section.rap-social-header .newsletter-signup-container #mc_embed_signup form #mc_embed_signup_scroll .mc-field-group select:invalid {
  color: rgba(15, 96, 104, 0.6);
  font-weight: bold;
}
.has-site-title.has-site-tagline header#masthead section.event-header section.rap-social-header .newsletter-signup-container #mc_embed_signup form #mc_embed_signup_scroll div.clear:last-child {
  flex-basis: 25%;
  order: 3;
  padding-left: 4px;
  width: auto;
}
@media (max-width: 600px) {
  .has-site-title.has-site-tagline header#masthead section.event-header section.rap-social-header .newsletter-signup-container #mc_embed_signup form #mc_embed_signup_scroll div.clear:last-child {
    flex-basis: 100%;
    padding: 0 0 1rem 0;
  }
}
.has-site-title.has-site-tagline header#masthead section.event-header section.rap-social-header .newsletter-signup-container #mc_embed_signup form #mc_embed_signup_scroll div.clear:last-child input.button {
  margin: 0;
  padding: 5px 8px;
  width: 100%;
  background-color: #22badb;
  border: 0 none #000;
  border-radius: 0;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.6rem;
  text-transform: capitalize;
}
.has-site-title.has-site-tagline header#masthead section.event-header section.rap-social-header .newsletter-signup-container #mc_embed_signup form #mc_embed_signup_scroll #mc-responses {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
@media (min-width: 600px) {
  body.admin-bar.has-site-title.has-site-tagline header#masthead {
    top: 46px;
  }
}
@media (min-width: 783px) {
  body.admin-bar.has-site-title.has-site-tagline header#masthead {
    top: 32px;
  }
}
/**
 *
 * Banner
 *
 */
.has-site-title.has-site-tagline section.banner {
  margin-top: 112px;
  position: relative;
  z-index: 1000;
}
@media (min-width: 600px) {
  .has-site-title.has-site-tagline section.banner {
    margin-top: 58px;
  }
}
.has-site-title.has-site-tagline section.banner .site-branding {
  bottom: auto;
  left: 0;
  right: 0;
  top: 0;
  float: none;
  position: absolute;
  z-index: 1000;
  transform: none;
}
.has-site-title.has-site-tagline section.banner .site-branding .container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
}
.has-site-title.has-site-tagline section.banner .site-branding .custom-logo-link {
  display: block;
  flex-basis: 33.333%;
  margin-top: 2rem;
  width: auto;
  text-align: left;
}
.has-site-title.has-site-tagline section.banner .site-branding .custom-logo-link img {
  height: auto;
  width: auto;
  margin-left: 1.5rem;
  max-height: 120px;
}
@media (min-width: 768px) {
  .has-site-title.has-site-tagline section.banner .site-branding .custom-logo-link img {
    max-height: 30vh;
    max-width: 60%;
  }
}
.has-site-title.has-site-tagline section.banner .site-branding aside.widget_text {
  flex-basis: 66.667%;
  width: auto;
  text-align: right;
}
.has-site-title.has-site-tagline section.banner .site-branding aside.widget_text h3.widget-title {
  display: none;
}
.has-site-title.has-site-tagline section.banner .site-branding aside.widget_text div.textwidget {
  text-align: right;
}
.has-site-title.has-site-tagline section.banner .site-branding aside.widget_text div.textwidget p {
  margin: 0;
}
.has-site-title.has-site-tagline section.banner .site-branding aside.widget_text div.textwidget p a {
  display: inline-block;
  height: auto;
  width: 50%;
  margin: 0 auto;
  padding-bottom: 25%;
  position: relative;
}
@media (min-width: 768px) {
  .has-site-title.has-site-tagline section.banner .site-branding aside.widget_text div.textwidget p a {
    padding-bottom: 35%;
    width: 75%;
  }
}
@media (min-width: 992px) {
  .has-site-title.has-site-tagline section.banner .site-branding aside.widget_text div.textwidget p a {
    width: 60%;
  }
}
@media (min-width: 1200px) {
  .has-site-title.has-site-tagline section.banner .site-branding aside.widget_text div.textwidget p a {
    width: 45%;
  }
}
.has-site-title.has-site-tagline section.banner .site-branding aside.widget_text div.textwidget p a span {
  bottom: auto;
  left: 47%;
  right: auto;
  top: 46%;
  display: inline-block;
  height: auto;
  width: 100%;
  position: absolute;
  transform: translate(-50%, -50%);
  transition: all 0.35s;
  color: #fff;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 600px) {
  .has-site-title.has-site-tagline section.banner .site-branding aside.widget_text div.textwidget p a span {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  .has-site-title.has-site-tagline section.banner .site-branding aside.widget_text div.textwidget p a span {
    font-size: 2.4rem;
  }
}
@media (min-width: 992px) {
  .has-site-title.has-site-tagline section.banner .site-branding aside.widget_text div.textwidget p a span {
    font-size: 2.8rem;
  }
}
.has-site-title.has-site-tagline section.banner .site-branding aside.widget_text div.textwidget p a img {
  bottom: auto;
  left: 0;
  right: auto;
  top: 50%;
  display: block;
  height: auto;
  width: 100%;
  position: absolute;
  z-index: -1;
  transform: translateY(-50%);
  transition: all 0.35s;
}
.has-site-title.has-site-tagline section.banner .site-branding aside.widget_text div.textwidget p a:hover span {
  color: #000;
}
.has-site-title.has-site-tagline section.banner .site-branding aside.widget_text div.textwidget p a:hover img {
  filter: brightness(4) saturate(0);
}
.has-site-title.has-site-tagline section.banner aside.widget_media_image {
  max-height: 300px;
  overflow: hidden;
  width: 100%;
}
.has-site-title.has-site-tagline section.banner aside.widget_media_image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.has-site-title.has-site-tagline section.banner aside.widget_smartslider3 .n2-ss-slider {
  min-height: 450px;
  min-height: var(--target-height);
}
@media (min-width: 768px) {
  .has-site-title.has-site-tagline section.banner aside.widget_smartslider3 .n2-ss-slider {
    min-height: calc( var(--target-height) - 100px );
  }
}
@media (min-width: 992px) {
  .has-site-title.has-site-tagline section.banner aside.widget_smartslider3 .n2-ss-slider {
    min-height: calc( var(--target-height) - 120px );
  }
}
@media (min-width: 1200px) {
  .has-site-title.has-site-tagline section.banner aside.widget_smartslider3 .n2-ss-slider {
    min-height: calc( var(--target-height) - 150px );
  }
}
.has-site-title.has-site-tagline section.banner aside.widget_smartslider3 .n2-ss-slider .n2-ss-slider-1 {
  min-height: inherit;
}
.has-site-title.has-site-tagline section.banner aside.widget_smartslider3 div#n2-ss-2 .n2-ss-section-main-content {
  height: 100%;
  min-height: 450px;
  min-height: var(--target-height);
  position: relative;
  perspective: 0;
  transform: translateY(20%);
  text-align: center;
}
@media (min-width: 768px) {
  .has-site-title.has-site-tagline section.banner aside.widget_smartslider3 div#n2-ss-2 .n2-ss-section-main-content {
    min-height: calc( var(--target-height) - 100px );
  }
}
@media (min-width: 992px) {
  .has-site-title.has-site-tagline section.banner aside.widget_smartslider3 div#n2-ss-2 .n2-ss-section-main-content {
    min-height: calc( var(--target-height) - 120px );
  }
}
@media (min-width: 1200px) {
  .has-site-title.has-site-tagline section.banner aside.widget_smartslider3 div#n2-ss-2 .n2-ss-section-main-content {
    min-height: calc( var(--target-height) - 150px );
  }
}
.has-site-title.has-site-tagline section.banner aside.widget_smartslider3 div#n2-ss-2 .n2-ss-section-main-content::before {
  bottom: auto;
  left: 0;
  right: 0;
  top: 50%;
  display: block;
  height: 14rem;
  width: 100%;
  position: absolute;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.64);
  content: '';
}
@media (min-width: 600px) {
  .has-site-title.has-site-tagline section.banner aside.widget_smartslider3 div#n2-ss-2 .n2-ss-section-main-content::before {
    height: 10rem;
  }
}
@media (min-width: 768px) {
  .has-site-title.has-site-tagline section.banner aside.widget_smartslider3 div#n2-ss-2 .n2-ss-section-main-content::before {
    height: 11rem;
  }
}
@media (min-width: 992px) {
  .has-site-title.has-site-tagline section.banner aside.widget_smartslider3 div#n2-ss-2 .n2-ss-section-main-content::before {
    height: 12rem;
  }
}
@media (min-width: 1200px) {
  .has-site-title.has-site-tagline section.banner aside.widget_smartslider3 div#n2-ss-2 .n2-ss-section-main-content::before {
    height: 12rem;
  }
}
.has-site-title.has-site-tagline section.banner aside.widget_smartslider3 div#n2-ss-2 .n2-ss-section-main-content .n2-ss-layer {
  margin: 0 auto;
  max-width: 576px;
  width: 100%;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .has-site-title.has-site-tagline section.banner aside.widget_smartslider3 div#n2-ss-2 .n2-ss-section-main-content .n2-ss-layer {
    max-width: none;
    width: 720px;
  }
}
@media (min-width: 992px) {
  .has-site-title.has-site-tagline section.banner aside.widget_smartslider3 div#n2-ss-2 .n2-ss-section-main-content .n2-ss-layer {
    width: 940px;
  }
}
@media (min-width: 1200px) {
  .has-site-title.has-site-tagline section.banner aside.widget_smartslider3 div#n2-ss-2 .n2-ss-section-main-content .n2-ss-layer {
    width: 1140px;
  }
}
.has-site-title.has-site-tagline section.banner aside.widget_smartslider3 div#n2-ss-2 .n2-ss-section-main-content .n2-ss-layer h2 {
  margin: 0 0 0 2rem;
  max-width: 80%;
  color: #fff;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 0.9;
  text-align: left;
  text-transform: uppercase;
}
@media (min-width: 600px) {
  .has-site-title.has-site-tagline section.banner aside.widget_smartslider3 div#n2-ss-2 .n2-ss-section-main-content .n2-ss-layer h2 {
    margin-left: 4rem;
  }
}
@media (min-width: 768px) {
  .has-site-title.has-site-tagline section.banner aside.widget_smartslider3 div#n2-ss-2 .n2-ss-section-main-content .n2-ss-layer h2 {
    max-width: 70%;
    font-size: 4rem;
  }
}
@media (min-width: 992px) {
  .has-site-title.has-site-tagline section.banner aside.widget_smartslider3 div#n2-ss-2 .n2-ss-section-main-content .n2-ss-layer h2 {
    max-width: none;
    font-size: 5rem;
  }
}
@media (min-width: 1200px) {
  .has-site-title.has-site-tagline section.banner aside.widget_smartslider3 div#n2-ss-2 .n2-ss-section-main-content .n2-ss-layer h2 {
    font-size: 6rem;
  }
}
.has-site-title.has-site-tagline section.banner aside.widget_smartslider3 div#n2-ss-2 .n2-ss-section-main-content .n2-ss-layer p {
  margin: 0 0 0 2rem;
  color: #fff;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  text-align: left;
  text-transform: uppercase;
}
@media (min-width: 600px) {
  .has-site-title.has-site-tagline section.banner aside.widget_smartslider3 div#n2-ss-2 .n2-ss-section-main-content .n2-ss-layer p {
    margin-left: 4rem;
  }
}
@media (min-width: 768px) {
  .has-site-title.has-site-tagline section.banner aside.widget_smartslider3 div#n2-ss-2 .n2-ss-section-main-content .n2-ss-layer p {
    max-width: 70%;
    font-size: 2.1rem;
  }
}
@media (min-width: 992px) {
  .has-site-title.has-site-tagline section.banner aside.widget_smartslider3 div#n2-ss-2 .n2-ss-section-main-content .n2-ss-layer p {
    max-width: 75%;
    font-size: 2.4rem;
  }
}
@media (min-width: 1200px) {
  .has-site-title.has-site-tagline section.banner aside.widget_smartslider3 div#n2-ss-2 .n2-ss-section-main-content .n2-ss-layer p {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  body.home.has-site-title.has-site-tagline section.banner .site-branding .container {
    flex-direction: column;
  }
  body.home.has-site-title.has-site-tagline section.banner .site-branding .container .custom-logo-link {
    flex-basis: 40%;
    margin-top: 1rem;
    width: auto;
    text-align: center;
  }
  body.home.has-site-title.has-site-tagline section.banner .site-branding .container .custom-logo-link img {
    height: auto;
    width: auto;
    margin-left: 0;
    max-height: 120px;
  }
  body.home.has-site-title.has-site-tagline section.banner .site-branding .container aside.widget_text {
    flex-basis: auto;
    width: 100%;
  }
  body.home.has-site-title.has-site-tagline section.banner .site-branding .container aside.widget_text div.textwidget {
    margin-top: 4rem;
    text-align: center;
  }
}
/**
 *
 * Breadcrumbs
 *
 */
section.breadcrumbs {
  padding: 0;
  background-color: #272727;
  border-bottom: 0 none #000;
}
section.breadcrumbs aside.widget_breadcrumb_navxt {
  margin: 0 auto;
  max-width: 576px;
  width: 100%;
}
@media (min-width: 768px) {
  section.breadcrumbs aside.widget_breadcrumb_navxt {
    max-width: none;
    width: 720px;
  }
}
@media (min-width: 992px) {
  section.breadcrumbs aside.widget_breadcrumb_navxt {
    width: 940px;
  }
}
@media (min-width: 1200px) {
  section.breadcrumbs aside.widget_breadcrumb_navxt {
    width: 1140px;
  }
}
section.breadcrumbs aside.widget_breadcrumb_navxt div.breadcrumbs {
  padding: 10px 0;
  border-bottom: 0 none #000;
  text-align: right;
}
section.breadcrumbs aside.widget_breadcrumb_navxt div.breadcrumbs span[property="itemListElement"] a {
  color: #ccc;
}
section.breadcrumbs aside.widget_breadcrumb_navxt div.breadcrumbs span[property="itemListElement"] a::after {
  content: none;
}
section.breadcrumbs aside.widget_breadcrumb_navxt div.breadcrumbs span[property="itemListElement"] a::before {
  bottom: auto;
  left: auto;
  right: -12px;
  top: 50%;
  transform: translateY(-50%);
  border: 0 none #000;
  color: inherit;
  content: '\f105';
  font-family: 'FontAwesome';
  font-size: 1.3rem;
}
@media (min-width: 720px) {
  section.breadcrumbs aside.widget_breadcrumb_navxt div.breadcrumbs span[property="itemListElement"] a::before {
    right: -23px;
  }
}
section.breadcrumbs aside.widget_breadcrumb_navxt div.breadcrumbs span.current-item {
  color: #fff;
}
/**
 *
 * Content
 *
 */
div#content.site-content {
  background-color: #fff;
}
div#content.site-content #content-inside {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  div#content.site-content #content-inside {
    flex-direction: row;
    align-items: flex-start;
  }
}
div#content.site-content #content-inside.left-sidebar .content-area {
  border-left: 0 none #000;
}
div#content.site-content #content-inside #secondary {
  float: none;
  order: 2;
  padding: 0 20px 20px;
  width: 100%;
  background-color: #0f6068;
  border: 0 none #000;
}
@media (min-width: 768px) {
  div#content.site-content #content-inside #secondary {
    padding: 0 30px 30px;
  }
}
@media (min-width: 992px) {
  div#content.site-content #content-inside #secondary {
    order: 1;
    padding: 0 35px 35px;
    width: 25.22523%;
  }
}
@media (min-width: 1200px) {
  div#content.site-content #content-inside #secondary {
    padding: 0 40px 40px;
  }
}
div#content.site-content #content-inside #secondary section.widget h2.widget-title {
  margin: 0 0 2rem;
  color: #0f6068;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  text-transform: capitalize;
  font-size: 2.6rem;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  margin-top: 3.2rem;
  color: #fff;
}
div#content.site-content #content-inside #secondary section.widget h2.widget-title.alt {
  font-size: 2.6rem;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  div#content.site-content #content-inside #secondary section.widget h2.widget-title {
    margin-top: 3.2rem;
  }
}
@media (min-width: 992px) {
  div#content.site-content #content-inside #secondary section.widget h2.widget-title {
    margin-top: 3.9rem;
  }
}
@media (min-width: 1200px) {
  div#content.site-content #content-inside #secondary section.widget h2.widget-title {
    margin-top: 3.9rem;
  }
}
div#content.site-content #content-inside #secondary section.widget form.search-form {
  display: flex;
  flex-direction: row;
  overflow: hidden;
  justify-content: flex-start;
  width: 100%;
  align-items: stretch;
}
@media (min-width: 768px) {
  div#content.site-content #content-inside #secondary section.widget form.search-form {
    margin-right: 0;
  }
}
div#content.site-content #content-inside #secondary section.widget form.search-form label {
  flex-grow: 1;
  margin: 0;
  width: auto;
}
@media (min-width: 575px) {
  div#content.site-content #content-inside #secondary section.widget form.search-form label {
    width: 80px;
  }
}
@media (min-width: 650px) {
  div#content.site-content #content-inside #secondary section.widget form.search-form label {
    width: 140px;
  }
}
@media (min-width: 768px) {
  div#content.site-content #content-inside #secondary section.widget form.search-form label {
    width: auto;
  }
}
div#content.site-content #content-inside #secondary section.widget form.search-form label input.search-field {
  box-sizing: border-box;
  padding: 8px 14px;
  width: auto;
  border: 1px solid #ddd;
  border-radius: 0;
  box-shadow: none;
  -webkit-appearance: none;
  font-size: 1.3rem;
  line-height: 1.4;
}
div#content.site-content #content-inside #secondary section.widget form.search-form button.search-submit {
  box-sizing: border-box;
  flex-basis: 3.2rem;
  flex-grow: 0;
  margin-left: 4px;
  padding: 0;
  background-color: transparent;
  border: 0 none #000;
  -webkit-appearance: none;
  font-size: 0;
  line-height: 0;
}
div#content.site-content #content-inside #secondary section.widget form.search-form button.search-submit::before {
  display: block;
  height: 3.2rem;
  width: 3.2rem;
  background-color: #b7b7b7;
  border: 1px solid #b7b7b7;
  border-radius: 50%;
  color: #fff;
  content: '\f105';
  font-family: 'FontAwesome';
  font-size: 2.1rem;
  line-height: 3rem;
  text-align: center;
}
div#content.site-content #content-inside #secondary section.widget form.search-form button.search-submit:hover::before {
  background-color: transparent;
  border: 1px solid #22badb;
  color: #22badb;
}
div#content.site-content #content-inside #secondary section.widget form.search-form label {
  flex-grow: 2;
}
div#content.site-content #content-inside #secondary section.widget form.search-form button {
  flex-grow: 1;
}
div#content.site-content #content-inside #secondary section.widget ul.menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
div#content.site-content #content-inside #secondary section.widget ul.menu li {
  margin: 2px 0;
  line-height: 1.3;
}
div#content.site-content #content-inside #secondary section.widget ul.menu li > a {
  color: #fff;
  font-size: 1.3rem;
}
div#content.site-content #content-inside #secondary section.widget ul.menu li > a:hover {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
div#content.site-content #content-inside #secondary section.widget ul.menu li.menu-item-has-children {
  padding-top: 2.4rem;
  line-height: 1.5;
}
div#content.site-content #content-inside #secondary section.widget ul.menu li.menu-item-has-children > a {
  color: #0f6068;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  line-height: 1.2;
  text-transform: uppercase;
  color: #fff;
}
div#content.site-content #content-inside #secondary section.widget ul.menu li.menu-item-has-children > a:hover {
  text-decoration: none;
}
div#content.site-content #content-inside #secondary section.widget ul.menu li > ul.sub-menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
div#content.site-content #content-inside #secondary section.widget ul.menu li > ul.sub-menu > li > a {
  color: #fff;
  font-size: 1.3rem;
}
div#content.site-content #content-inside #secondary section.widget ul.menu li > ul.sub-menu > li > a:hover {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
div#content.site-content #content-inside #secondary section.widget ul.menu li > ul.sub-menu > li.current-menu-item a,
div#content.site-content #content-inside #secondary section.widget ul.menu li > ul.sub-menu > li.current_page_item a {
  color: #22badb;
  font-weight: 700;
}
div#content.site-content #content-inside #secondary .context-nav > .context-nav-menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
div#content.site-content #content-inside #secondary .context-nav > .context-nav-menu > li {
  margin-top: 3.2rem;
}
@media (min-width: 768px) {
  div#content.site-content #content-inside #secondary .context-nav > .context-nav-menu > li {
    margin-top: 3.2rem;
  }
}
@media (min-width: 992px) {
  div#content.site-content #content-inside #secondary .context-nav > .context-nav-menu > li {
    margin-top: 3.9rem;
  }
}
@media (min-width: 1200px) {
  div#content.site-content #content-inside #secondary .context-nav > .context-nav-menu > li {
    margin-top: 3.9rem;
  }
}
div#content.site-content #content-inside #secondary .context-nav > .context-nav-menu > li > a {
  margin: 0 0 2rem;
  color: #0f6068;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  text-transform: capitalize;
  font-size: 2.6rem;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  margin-top: 0;
  color: #fff;
}
div#content.site-content #content-inside #secondary .context-nav > .context-nav-menu > li > a.alt {
  font-size: 2.6rem;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
}
div#content.site-content #content-inside #secondary .context-nav > .context-nav-menu > li.feature > a {
  padding: 5px 0;
  border: 1px solid #fff;
  border-style: solid none;
}
div#content.site-content #content-inside #secondary .context-nav > .context-nav-menu > li.feature > a:hover {
  border-color: #22badb;
  color: #22badb;
}
div#content.site-content #content-inside #secondary .context-nav > .context-nav-menu > li > .sub-menu > li {
  padding-top: 2.4rem;
  line-height: 1.5;
}
div#content.site-content #content-inside #secondary .context-nav > .context-nav-menu > li > .sub-menu > li > a {
  color: #0f6068;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  line-height: 1.2;
  text-transform: uppercase;
  color: #fff;
}
div#content.site-content #content-inside #secondary .context-nav > .context-nav-menu > li > .sub-menu > li > a:hover {
  text-decoration: none;
}
div#content.site-content #content-inside #secondary .context-nav > .context-nav-menu > li > .sub-menu > li > .sub-menu > li {
  margin: 2px 0;
  line-height: 1.3;
}
div#content.site-content #content-inside #secondary .context-nav > .context-nav-menu > li > .sub-menu > li > .sub-menu > li:hover {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
div#content.site-content #content-inside #secondary .context-nav > .context-nav-menu > li > .sub-menu > li > .sub-menu > li > a {
  color: #fff;
  font-size: 1.3rem;
}
div#content.site-content #content-inside #secondary .context-nav > .context-nav-menu > li > .sub-menu > li > .sub-menu > li.current-menu-item a,
div#content.site-content #content-inside #secondary .context-nav > .context-nav-menu > li > .sub-menu > li > .sub-menu > li.current_page_item a {
  color: #22badb;
  font-weight: 700;
}
div#content.site-content #content-inside #secondary section.media-info {
  margin: 0 -20px -20px;
  padding: 20px;
  background-color: #272727;
  border-top: 20px solid #f2f2f2;
  color: #fff;
}
@media (min-width: 768px) {
  div#content.site-content #content-inside #secondary section.media-info {
    margin: 0 -30px -30px;
    padding: 30px;
  }
}
@media (min-width: 992px) {
  div#content.site-content #content-inside #secondary section.media-info {
    margin: 0 -35px -35px;
    padding: 35px;
  }
}
@media (min-width: 1200px) {
  div#content.site-content #content-inside #secondary section.media-info {
    margin: 0 -40px -40px;
    padding: 40px;
  }
}
div#content.site-content #content-inside #secondary section.media-info h2 {
  margin: 0 0 2rem;
  color: #0f6068;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  text-transform: capitalize;
  overflow: visible;
  position: relative;
  color: #fff;
  text-transform: uppercase;
}
div#content.site-content #content-inside #secondary section.media-info h2.alt {
  font-size: 2.6rem;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
}
div#content.site-content #content-inside #secondary section.media-info h2::before {
  bottom: auto;
  left: -28px;
  right: auto;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  content: '\f030';
  font-family: 'FontAwesome';
  font-size: 1.6rem;
  font-weight: 400;
}
div#content.site-content #content-inside #secondary section.media-info div.textwidget {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.5rem;
}
div#content.site-content #content-inside #primary {
  order: 1;
}
@media (min-width: 992px) {
  div#content.site-content #content-inside #primary {
    order: 2;
    padding: 0 4rem 4rem;
    width: 74%;
  }
}
div#content.site-content #primary article,
div#content.site-content .homepage-content article {
  padding: 0 15px;
}
@media (min-width: 768px) {
  div#content.site-content #primary article,
  div#content.site-content .homepage-content article {
    padding: 0 15px 0 0;
  }
}
div#content.site-content #primary h2.center,
div#content.site-content .homepage-content h2.center {
  margin: 0 0 2.2rem;
  color: #0f6068;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  text-transform: capitalize;
  margin-top: 6rem;
  text-align: center;
}
div#content.site-content #primary .entry-header h2,
div#content.site-content .homepage-content .entry-header h2,
div#content.site-content #primary .news-item-header h2,
div#content.site-content .homepage-content .news-item-header h2 {
  margin: 0 0 2.2rem;
  color: #0f6068;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  text-transform: capitalize;
  margin: 3rem 0 15px;
}
@media (min-width: 768px) {
  div#content.site-content #primary .entry-header h2,
  div#content.site-content .homepage-content .entry-header h2,
  div#content.site-content #primary .news-item-header h2,
  div#content.site-content .homepage-content .news-item-header h2 {
    margin-top: 3.5rem;
  }
}
@media (min-width: 992px) {
  div#content.site-content #primary .entry-header h2,
  div#content.site-content .homepage-content .entry-header h2,
  div#content.site-content #primary .news-item-header h2,
  div#content.site-content .homepage-content .news-item-header h2 {
    margin-top: 3.5rem;
  }
}
@media (min-width: 1200px) {
  div#content.site-content #primary .entry-header h2,
  div#content.site-content .homepage-content .entry-header h2,
  div#content.site-content #primary .news-item-header h2,
  div#content.site-content .homepage-content .news-item-header h2 {
    margin-top: 3.5rem;
  }
}
div#content.site-content #primary .entry-header h3.search-result-title,
div#content.site-content .homepage-content .entry-header h3.search-result-title,
div#content.site-content #primary .news-item-header h3.search-result-title,
div#content.site-content .homepage-content .news-item-header h3.search-result-title {
  margin: 0 0 2rem;
  color: #0f6068;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  text-transform: capitalize;
}
div#content.site-content #primary .entry-header h3.search-result-title.alt,
div#content.site-content .homepage-content .entry-header h3.search-result-title.alt,
div#content.site-content #primary .news-item-header h3.search-result-title.alt,
div#content.site-content .homepage-content .news-item-header h3.search-result-title.alt {
  font-size: 2.6rem;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
}
div#content.site-content #primary .entry-header h3.search-result-title a,
div#content.site-content .homepage-content .entry-header h3.search-result-title a,
div#content.site-content #primary .news-item-header h3.search-result-title a,
div#content.site-content .homepage-content .news-item-header h3.search-result-title a {
  color: inherit;
}
div#content.site-content #primary .entry-header p.news-item-date,
div#content.site-content .homepage-content .entry-header p.news-item-date,
div#content.site-content #primary .news-item-header p.news-item-date,
div#content.site-content .homepage-content .news-item-header p.news-item-date {
  margin-bottom: 2.5rem;
  color: #272727;
  font-size: 1.3rem;
  letter-spacing: 0.15rem;
  text-transform: uppercase;
}
div#content.site-content #primary .entry-content,
div#content.site-content .homepage-content .entry-content,
div#content.site-content #primary .news-item-content,
div#content.site-content .homepage-content .news-item-content {
  border-top: 0 none #000;
}
div#content.site-content #primary .entry-content h2,
div#content.site-content .homepage-content .entry-content h2,
div#content.site-content #primary .news-item-content h2,
div#content.site-content .homepage-content .news-item-content h2 {
  margin: 0 0 2rem;
  color: #0f6068;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  text-transform: capitalize;
  margin: 30px 0 8px;
  padding-top: 30px;
  border-top: 1px solid #ccc;
}
div#content.site-content #primary .entry-content h2.alt,
div#content.site-content .homepage-content .entry-content h2.alt,
div#content.site-content #primary .news-item-content h2.alt,
div#content.site-content .homepage-content .news-item-content h2.alt {
  font-size: 2.6rem;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
}
div#content.site-content #primary .entry-content h2:first-child,
div#content.site-content .homepage-content .entry-content h2:first-child,
div#content.site-content #primary .news-item-content h2:first-child,
div#content.site-content .homepage-content .news-item-content h2:first-child {
  border-top: 0 none #000;
}
div#content.site-content #primary .entry-content h3,
div#content.site-content .homepage-content .entry-content h3,
div#content.site-content #primary .news-item-content h3,
div#content.site-content .homepage-content .news-item-content h3 {
  margin: 0 0 2rem;
  color: #0f6068;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  text-transform: capitalize;
  margin: 20px 0 5px;
}
div#content.site-content #primary .entry-content h3.alt,
div#content.site-content .homepage-content .entry-content h3.alt,
div#content.site-content #primary .news-item-content h3.alt,
div#content.site-content .homepage-content .news-item-content h3.alt {
  font-size: 2.6rem;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
}
div#content.site-content #primary .entry-content h3.center,
div#content.site-content .homepage-content .entry-content h3.center,
div#content.site-content #primary .news-item-content h3.center,
div#content.site-content .homepage-content .news-item-content h3.center {
  text-align: center;
}
div#content.site-content #primary .entry-content h4,
div#content.site-content .homepage-content .entry-content h4,
div#content.site-content #primary .news-item-content h4,
div#content.site-content .homepage-content .news-item-content h4 {
  color: #0f6068;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
  text-transform: capitalize;
}
div#content.site-content #primary .entry-content a,
div#content.site-content .homepage-content .entry-content a,
div#content.site-content #primary .news-item-content a,
div#content.site-content .homepage-content .news-item-content a {
  color: #22badb;
}
div#content.site-content #primary .entry-content blockquote,
div#content.site-content .homepage-content .entry-content blockquote,
div#content.site-content #primary .news-item-content blockquote,
div#content.site-content .homepage-content .news-item-content blockquote {
  padding: 3rem 6rem 1.5rem;
  position: relative;
  background-color: transparent;
  border: 0 none #000;
}
div#content.site-content #primary .entry-content blockquote::before,
div#content.site-content .homepage-content .entry-content blockquote::before,
div#content.site-content #primary .news-item-content blockquote::before,
div#content.site-content .homepage-content .news-item-content blockquote::before {
  bottom: auto;
  left: 0;
  right: auto;
  top: 0;
  position: absolute;
  color: #bfbfbf;
  content: '\f10d';
  font-family: 'FontAwesome';
  font-size: 4rem;
}
div#content.site-content #primary .entry-content blockquote::after,
div#content.site-content .homepage-content .entry-content blockquote::after,
div#content.site-content #primary .news-item-content blockquote::after,
div#content.site-content .homepage-content .news-item-content blockquote::after {
  bottom: 0;
  left: auto;
  right: 0;
  top: auto;
  position: absolute;
  color: #bfbfbf;
  content: '\f10e';
  font-family: 'FontAwesome';
  font-size: 4rem;
}
div#content.site-content #primary .entry-content .two-col,
div#content.site-content .homepage-content .entry-content .two-col,
div#content.site-content #primary .news-item-content .two-col,
div#content.site-content .homepage-content .news-item-content .two-col {
  -moz-columns: 2 300px;
       columns: 2 300px;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}
div#content.site-content #primary .entry-content .two-col h3:first-child,
div#content.site-content .homepage-content .entry-content .two-col h3:first-child,
div#content.site-content #primary .news-item-content .two-col h3:first-child,
div#content.site-content .homepage-content .news-item-content .two-col h3:first-child {
  margin: 0 0 30px 0;
}
div#content.site-content #primary article.hentry,
div#content.site-content .homepage-content article.hentry {
  border-bottom: 1px solid #ccc;
}
body.page-template-sponsors-page div#content.site-content #primary article.hentry {
  border-bottom: none;
}
body.page-template-full-width-page #content {
  background-color: #f2f2f2;
}
.home-sidebar-container {
  background-color: #f2f2f2;
}
.home-sidebar-container aside {
  padding: 0 30px;
}
.home-sidebar-container aside.homepage-gallery-link a.btn.heading,
.home-sidebar-container aside.homepage-facebook-link a.btn.heading,
.home-sidebar-container aside.homepage-instagram-link a.btn.heading {
  margin: 4rem 0 30px;
  text-align: left;
}
.home-sidebar-container aside.facebook-feed #cff .cff-item .cff-author .cff-author-img {
  background-image: none;
}
.home-sidebar-container aside.facebook-feed #cff .cff-item .cff-author a {
  border-radius: 50%;
}
.home-sidebar-container aside.facebook-feed #cff .cff-item .cff-author a img {
  border-radius: 50%;
  border: 1px solid rgba(183, 183, 183, 0.8) !important;
}
.home-sidebar-container aside.facebook-feed #cff .cff-item .cff-author .cff-page-name.cff-author-date a {
  color: #22badb;
}
.home-sidebar-container aside.facebook-feed #cff .cff-item .cff-post-text .cff-expand a span.cff-more,
.home-sidebar-container aside.facebook-feed #cff .cff-item .cff-post-text .cff-expand a span.cff-less {
  color: #999999;
}
.home-sidebar-container aside.facebook-feed #cff .cff-item .cff-meta-wrap .cff-post-links a.cff-viewpost-facebook {
  color: #999999;
  font-weight: 700;
  line-height: 2rem;
}
.home-sidebar-container aside.facebook-feed #cff .cff-item .cff-meta-wrap .cff-post-links a.cff-viewpost-facebook::before {
  display: inline-block;
  padding-right: 8px;
  content: '\f09a';
  font-family: 'FontAwesome';
  font-size: 1.6rem;
  line-height: inherit;
}
.home-sidebar-container aside.facebook-feed #cff .cff-item .cff-meta-wrap .cff-post-links a.cff-viewpost-facebook:hover {
  color: #22badb;
}
.home-sidebar-container aside.facebook-feed #cff .cff-item .cff-meta-wrap .cff-post-links div.cff-share-container {
  margin-left: 15px;
}
.home-sidebar-container aside.facebook-feed #cff .cff-item .cff-meta-wrap .cff-post-links div.cff-share-container .cff-dot {
  display: none;
}
.home-sidebar-container aside.facebook-feed #cff .cff-item .cff-meta-wrap .cff-post-links div.cff-share-container .cff-share-link {
  color: #999999;
  font-weight: 700;
  line-height: 2rem;
}
.home-sidebar-container aside.facebook-feed #cff .cff-item .cff-meta-wrap .cff-post-links div.cff-share-container .cff-share-link::before {
  display: inline-block;
  padding-right: 8px;
  content: '\f064';
  font-family: 'FontAwesome';
  font-size: 1.6rem;
  line-height: inherit;
}
.home-sidebar-container aside.facebook-feed #cff .cff-item .cff-meta-wrap .cff-post-links div.cff-share-container .cff-share-link:hover {
  color: #22badb;
}
ul.home-latest-news {
  overflow: hidden;
  padding: 0;
  width: 100%;
  list-style-type: none;
}
ul.home-latest-news .slick-track {
  display: flex;
  align-items: stretch;
  justify-content: center;
}
ul.home-latest-news .slick-track .slick-slide {
  height: auto;
}
ul.home-latest-news li {
  margin: 0 2rem;
  padding: 0;
  background-color: #fff;
}
ul.home-latest-news li:focus {
  outline: none;
}
ul.home-latest-news li div.stub-header {
  height: auto;
  width: 100%;
  padding-bottom: 66.667%;
  position: relative;
}
ul.home-latest-news li div.stub-header figure {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
ul.home-latest-news li div.stub-header figure img {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
}
ul.home-latest-news li div.stub-body {
  padding: 3rem;
  background-color: #fff;
}
ul.home-latest-news li div.stub-body h4 {
  color: #0f6068;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
  text-transform: capitalize;
}
ul.home-latest-news li div.stub-body p {
  margin: 0 0 2rem;
  color: #272727;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.5rem;
  line-height: 1.3;
}
ul.home-latest-news li div.stub-body a.continue-reading {
  display: block;
  color: #22badb;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: font_size_base;
  font-weight: 700;
}
ul.home-latest-news li div.stub-body h4 {
  color: #f6931d;
}
ul.home-latest-news li div.stub-body a {
  color: #0f6068;
}
ul.home-latest-news li div.stub-body a.continue-reading {
  color: #0f6068;
}
ul.slick-dots {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin: 2rem 0 0 0;
  padding: 0;
  list-style-type: none;
  justify-content: center;
}
ul.slick-dots li {
  display: inline-block;
  flex-basis: auto;
  margin: 0 0.7rem 0 0;
  width: auto;
  background-color: transparent;
  border: 0 none #000;
}
ul.slick-dots li button {
  height: 12px;
  width: 12px;
  cursor: pointer;
  background-color: #000;
  border: 0 none #000;
  border-radius: 50%;
  font-size: 0;
  line-height: 0;
}
ul.slick-dots li button:hover {
  opacity: 0.8;
}
ul.slick-dots li:last-child {
  margin-right: 0;
}
ul.slick-dots li.slick-active button {
  background-color: #22badb;
}
div.news-archive-container ul.news-archive {
  padding: 0;
  list-style-type: none;
  align-items: stretch;
}
@media only screen and (max-width: 767px) {
  div.news-archive-container ul.news-archive {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  div.news-archive-container ul.news-archive > * {
    box-sizing: border-box;
    width: 90%/1;
    margin-left: 10%/2;
    margin-right: 10%/2;
  }
}
@media only screen and (min-width: 768px) {
  div.news-archive-container ul.news-archive {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  div.news-archive-container ul.news-archive > * {
    box-sizing: border-box;
    width: 92%/2;
    margin-left: 8%/4;
    margin-right: 8%/4;
  }
}
@media only screen and (min-width: 1200px) {
  div.news-archive-container ul.news-archive {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  div.news-archive-container ul.news-archive > * {
    box-sizing: border-box;
    width: 94%/3;
    margin-left: 6%/6;
    margin-right: 6%/6;
  }
}
div.news-archive-container ul.news-archive li.data-stub.news-item {
  margin-bottom: 2rem;
}
/**
 *
 * Sponsors Page
 *
 */
ul.sponsors-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 5rem 0 0 0;
  padding: 0;
  list-style-type: none;
  align-items: stretch;
}
@media only screen and (max-width: 767px) {
  ul.sponsors-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  ul.sponsors-list > * {
    box-sizing: border-box;
    width: 90%/1;
    margin-left: 10%/2;
    margin-right: 10%/2;
  }
}
@media only screen and (min-width: 768px) {
  ul.sponsors-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  ul.sponsors-list > * {
    box-sizing: border-box;
    width: 90%/2;
    margin-left: 10%/4;
    margin-right: 10%/4;
  }
}
@media only screen and (min-width: 992px) {
  ul.sponsors-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  ul.sponsors-list > * {
    box-sizing: border-box;
    width: 90%/3;
    margin-left: 10%/6;
    margin-right: 10%/6;
  }
}
ul.sponsors-list li {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 5rem;
  overflow: visible;
  padding: 3rem;
  position: relative;
  width: 100% !important;
  background-color: #fff;
  border-bottom: 1px solid #b7b7b7;
  align-items: center;
}
@media (min-width: 992px) {
  ul.sponsors-list li {
    flex-wrap: nowrap;
  }
}
ul.sponsors-list li .sponsor-header {
  flex-basis: 100%;
  margin: 0;
  overflow: visible;
}
@media (min-width: 992px) {
  ul.sponsors-list li .sponsor-header {
    flex-basis: 32%;
    margin-right: 4%;
  }
}
ul.sponsors-list li .sponsor-header .sponsor-level {
  bottom: auto;
  left: -2.5rem;
  right: auto;
  top: -2.5rem;
  display: flex;
  flex-direction: column;
  height: 7.5rem;
  width: 7.5rem;
  position: absolute;
  z-index: 100;
  border-radius: 50%;
  align-content: stretch;
  justify-content: center;
}
ul.sponsors-list li .sponsor-header .sponsor-level span {
  flex-basis: auto;
  color: #fff;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
}
ul.sponsors-list li .sponsor-header figure.sponsor-logo {
  padding-bottom: 66.667%;
  position: relative;
  width: 100%;
}
ul.sponsors-list li .sponsor-header figure.sponsor-logo img {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
}
ul.sponsors-list li .sponsor-content {
  flex-basis: 100%;
}
@media (min-width: 992px) {
  ul.sponsors-list li .sponsor-content {
    flex-basis: 64%;
  }
}
ul.sponsors-list li .sponsor-content a {
  font-weight: 700;
}
ul.sponsors-list li.sponsor-level-naming-rights {
  order: 1;
}
ul.sponsors-list li.sponsor-level-event-partner {
  order: 2;
}
ul.sponsors-list li.sponsor-level-gold {
  order: 3;
}
ul.sponsors-list li.sponsor-level-silver {
  order: 4;
}
ul.sponsors-list li.sponsor-level-bronze {
  order: 5;
}
ul.sponsors-list li.sponsor-level-product-sponsor {
  order: 6;
}
ul.sponsors-list li.sponsor-level-naming-rights .sponsor-header .sponsor-level {
  background-color: #0f6068;
}
ul.sponsors-list li.sponsor-level-event-partner .sponsor-header .sponsor-level {
  background-color: #272727;
}
ul.sponsors-list li.sponsor-level-gold .sponsor-header .sponsor-level {
  background-color: #005ca6;
}
ul.sponsors-list li.sponsor-level-silver .sponsor-header .sponsor-level {
  background-color: #b7b7b7;
}
ul.sponsors-list li.sponsor-level-bronze .sponsor-header .sponsor-level {
  background-color: #0f6068;
}
ul.sponsors-list li.sponsor-level-product-sponsor .sponsor-header .sponsor-level {
  background-color: #22badb;
}
/**
 *
 * Volunteers Page
 *
 */
body.page-template-volunteer-page div#content.site-content #content-inside #primary,
body.page-template-sponsors-page div#content.site-content #content-inside #primary,
body.page-template-full-width-page div#content.site-content #content-inside #primary {
  width: 100%;
}
/**
 *
 * Newsletter Signup
 *
 */
section.rap-newsletter-signup {
  padding: 35px 0 30px;
  background-color: #0f6068;
  color: #fff;
}
section.rap-newsletter-signup h4 {
  margin: 0;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 4.7rem;
  font-weight: 700;
}
section.rap-newsletter-signup h5 {
  margin: 0;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
}
section.rap-newsletter-signup div.row > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 600px) {
  section.rap-newsletter-signup #mc_embed_signup {
    margin-top: 2rem;
  }
}
section.rap-newsletter-signup #mc_embed_signup form #mc_embed_signup_scroll {
  display: flex;
  flex-direction: row;
  position: relative;
  align-content: stretch;
}
@media (max-width: 600px) {
  section.rap-newsletter-signup #mc_embed_signup form #mc_embed_signup_scroll {
    flex-wrap: wrap;
  }
}
section.rap-newsletter-signup #mc_embed_signup form #mc_embed_signup_scroll .mc-field-group {
  width: auto;
}
section.rap-newsletter-signup #mc_embed_signup form #mc_embed_signup_scroll .mc-field-group:first-child {
  flex-basis: 50%;
  order: 1;
}
@media (max-width: 600px) {
  section.rap-newsletter-signup #mc_embed_signup form #mc_embed_signup_scroll .mc-field-group:first-child {
    flex-basis: 100%;
    padding-bottom: 1rem;
  }
}
section.rap-newsletter-signup #mc_embed_signup form #mc_embed_signup_scroll .mc-field-group:nth-child(2) {
  flex-basis: 25%;
  order: 2;
  padding-left: 4px;
}
@media (max-width: 600px) {
  section.rap-newsletter-signup #mc_embed_signup form #mc_embed_signup_scroll .mc-field-group:nth-child(2) {
    flex-basis: 100%;
    padding: 0 0 1rem 0;
  }
}
section.rap-newsletter-signup #mc_embed_signup form #mc_embed_signup_scroll .mc-field-group input,
section.rap-newsletter-signup #mc_embed_signup form #mc_embed_signup_scroll .mc-field-group select {
  box-sizing: border-box;
  margin: 0;
  padding: 11px 16px;
  width: 100%;
  border: 0 none #000;
  border-radius: 0;
  color: #272727;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 3rem;
}
section.rap-newsletter-signup #mc_embed_signup form #mc_embed_signup_scroll .mc-field-group select {
  height: calc(3rem + 22px);
}
section.rap-newsletter-signup #mc_embed_signup form #mc_embed_signup_scroll .mc-field-group input::-moz-placeholder {
  color: rgba(15, 96, 104, 0.6);
  font-weight: bold;
}
section.rap-newsletter-signup #mc_embed_signup form #mc_embed_signup_scroll .mc-field-group input::placeholder,
section.rap-newsletter-signup #mc_embed_signup form #mc_embed_signup_scroll .mc-field-group select:invalid {
  color: rgba(15, 96, 104, 0.6);
  font-weight: bold;
}
section.rap-newsletter-signup #mc_embed_signup form #mc_embed_signup_scroll div.clear:last-child {
  flex-basis: 25%;
  order: 3;
  padding-left: 4px;
  width: auto;
}
@media (max-width: 600px) {
  section.rap-newsletter-signup #mc_embed_signup form #mc_embed_signup_scroll div.clear:last-child {
    flex-basis: 100%;
    padding: 0 0 1rem 0;
  }
}
section.rap-newsletter-signup #mc_embed_signup form #mc_embed_signup_scroll div.clear:last-child input.button {
  margin: 0;
  padding: 11px 16px;
  width: 100%;
  background-color: #22badb;
  border: 0 none #000;
  border-radius: 0;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 3rem;
  text-transform: capitalize;
}
section.rap-newsletter-signup #mc_embed_signup form #mc_embed_signup_scroll #mc-responses {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
/**
 *
 * Sponsor Slider
 *
 */
.widget_rapid_ascent_plugin_sponsor_slider ul.sponsor-logos {
  margin: 0;
  padding: 2rem 0;
  list-style-type: none;
}
.widget_rapid_ascent_plugin_sponsor_slider ul.sponsor-logos li {
  display: inline-block;
  padding: 0 2rem;
}
.widget_rapid_ascent_plugin_sponsor_slider ul.sponsor-logos li figure {
  margin: 0;
  padding-bottom: 66.667%;
  position: relative;
  width: 100%;
}
.widget_rapid_ascent_plugin_sponsor_slider ul.sponsor-logos li figure a {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
}
.widget_rapid_ascent_plugin_sponsor_slider ul.sponsor-logos li figure a img {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
}
/**
 *
 * Common Footer
 *
 */
footer.rap-common-footer {
  padding-top: 50px;
  background-color: #272727;
  font-size: 1.3rem;
}
footer.rap-common-footer section.company-info {
  margin: 0;
  color: #fff;
}
footer.rap-common-footer section.company-info .container > div:first-child p {
  max-width: 60%;
}
footer.rap-common-footer section.company-info h4 {
  margin-bottom: 5rem;
  color: #fff;
  line-height: 45px;
}
footer.rap-common-footer section.company-info h4.ra-logo::before {
  display: inline-block;
  height: 44px;
  width: 80px;
  margin-right: 5px;
  background-image: url('https://rapidascentmedia.s3.ap-southeast-2.amazonaws.com/wp-content/uploads/sites/8/2019/04/01033525/rapid-ascent-logo-grey.png');
  background-position: center center;
  background-repeat: no-repeat;
  content: '';
  vertical-align: middle;
}
footer.rap-common-footer section.company-info ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
footer.rap-common-footer section.company-info ul.social-icons li {
  display: inline-block;
  margin-right: 10px;
}
footer.rap-common-footer section.company-info ul.social-icons li:last-child {
  margin-right: 0;
}
footer.rap-common-footer section.company-info a {
  transition: color 0.45s;
  color: #22badb;
  font-weight: 700;
}
footer.rap-common-footer section.company-info a:hover {
  color: #fff;
}
footer.rap-common-footer section.site-info {
  margin: 5rem 0 0 0;
  padding: 7px 0;
  background-color: #343434;
}
footer.rap-common-footer section.site-info .container > div > div:first-child {
  text-align: center;
}
@media (min-width: 600px) {
  footer.rap-common-footer section.site-info .container > div > div:first-child {
    text-align: left;
  }
}
footer.rap-common-footer section.site-info .container > div > div:nth-child(2) {
  text-align: center;
}
@media (min-width: 600px) {
  footer.rap-common-footer section.site-info .container > div > div:nth-child(2) {
    text-align: right;
  }
}
@media (min-width: 768px) {
  footer.rap-common-footer section.site-info .container > div > div:nth-child(2) {
    text-align: center;
  }
}
footer.rap-common-footer section.site-info .container > div > div:last-child {
  text-align: center;
}
@media (min-width: 600px) {
  footer.rap-common-footer section.site-info .container > div > div:last-child {
    padding-top: 4rem;
    text-align: center;
  }
}
@media (min-width: 768px) {
  footer.rap-common-footer section.site-info .container > div > div:last-child {
    padding-top: 0;
    text-align: right;
  }
}
footer.rap-common-footer section.site-info ul.legals {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
footer.rap-common-footer section.site-info ul.legals li {
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 0;
}
footer.rap-common-footer section.site-info ul.legals li:last-child {
  margin-right: 0;
}
footer.rap-common-footer section.site-info p {
  margin: 0;
  color: #bbb;
}
footer.rap-common-footer section.site-info a {
  transition: color 0.45s;
  color: #fff;
  text-decoration: none;
}
footer.rap-common-footer section.site-info a:hover {
  color: #22badb;
}
table.wp-block-table td,
table.wp-block-table th {
  text-align: left;
}
table.wp-block-table td ul,
table.wp-block-table th ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
table.wp-block-table.ra-info-table {
  border: 1px solid #b7b7b7;
}
table.wp-block-table.ra-info-table tr:nth-child(2n) {
  background-color: #f2f2f2;
}
table.tmf-listings tr td ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
table.tmf-listings tr td ul li {
  margin: 0 0 2px 0;
}
table.tmf-listings tr td button {
  padding: 0;
  border: 0 none #000;
  padding: 0.5rem 1.5rem;
  background-color: #0f6068;
  color: white;
  font-weight: 700;
}
table.tmf-listings tr td button.heading {
  color: #22badb;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  text-transform: lowercase;
}
table.tmf-listings tr td button.heading:hover {
  color: #0f6068;
}
table.tmf-listings tr td button.read-more {
  color: #22badb;
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: capitalize;
}
table.tmf-listings tr td button.read-more:hover {
  color: #0f6068;
}
table.tmf-listings tr td button.goto {
  color: #22badb;
}
table.tmf-listings tr td button.goto::after {
  display: inline-block;
  height: 3rem;
  width: 3rem;
  margin-left: 1rem;
  border: 1px solid #22badb;
  border-radius: 50%;
  color: inherit;
  content: '\f105';
  font-family: 'FontAwesome';
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 2.8rem;
  text-align: center;
}
table.tmf-listings tr td button.goto:hover::after {
  background-color: #0f6068;
  border: 1px solid #0f6068;
  color: #fff;
}
table.tmf-listings tr td button.facebook,
table.tmf-listings tr td button.instagram {
  color: #22badb;
}
table.tmf-listings tr td button.facebook::after,
table.tmf-listings tr td button.instagram::after {
  display: inline-block;
  height: 3rem;
  width: 3rem;
  margin-left: 1rem;
  border: 1px solid #22badb;
  border-radius: 50%;
  color: inherit;
  font-family: 'FontAwesome';
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 2.8rem;
  text-align: center;
}
table.tmf-listings tr td button.facebook:hover::after,
table.tmf-listings tr td button.instagram:hover::after {
  background-color: #0f6068;
  border: 1px solid #0f6068;
  color: #fff;
}
table.tmf-listings tr td button.facebook::after {
  content: '\f09a';
}
table.tmf-listings tr td button.instagram::after {
  content: '\f16d';
}
div.video-container {
  padding-bottom: 66.667%;
  position: relative;
  width: 100%;
}
div.video-container div {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  position: absolute;
}
div.video-container div figure {
  display: block;
  height: 100%;
  width: 100%;
}
div.video-container div figure iframe {
  height: 100% !important;
  width: 100% !important;
}
div.dynamic-load-container {
  min-height: 160px;
  background-image: url('https://data.rapidascent.com.au/wp-content/uploads/2019/04/Rolling-1s-200px.gif');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 80px 80px;
}
div.socials-container div.dynamic-load-container {
  min-height: 60px;
  min-width: 60px;
  background-size: 40px 40px;
}
section.company-info div.dynamic-load-container {
  max-width: 100px;
  background-size: 40px 40px;
}
/* ***
 * Team Mate Finder
 * *** */
.tmf-action-selector-list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.tmf-action-selector-list li {
  margin: 0 2px 0 0;
  padding: 0;
}
.tmf-action-selector-list li:last-child {
  margin-right: 0;
}
.tmf-action-selector-list li button {
  padding: 0;
  border: 0 none #000;
  padding: 0.5rem 1.5rem;
  background-color: #999999;
  color: white;
  font-weight: 700;
}
.tmf-action-selector-list li button.heading {
  color: #22badb;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  text-transform: lowercase;
}
.tmf-action-selector-list li button.heading:hover {
  color: #0f6068;
}
.tmf-action-selector-list li button.read-more {
  color: #22badb;
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: capitalize;
}
.tmf-action-selector-list li button.read-more:hover {
  color: #0f6068;
}
.tmf-action-selector-list li button.goto {
  color: #22badb;
}
.tmf-action-selector-list li button.goto::after {
  display: inline-block;
  height: 3rem;
  width: 3rem;
  margin-left: 1rem;
  border: 1px solid #22badb;
  border-radius: 50%;
  color: inherit;
  content: '\f105';
  font-family: 'FontAwesome';
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 2.8rem;
  text-align: center;
}
.tmf-action-selector-list li button.goto:hover::after {
  background-color: #0f6068;
  border: 1px solid #0f6068;
  color: #fff;
}
.tmf-action-selector-list li button.facebook,
.tmf-action-selector-list li button.instagram {
  color: #22badb;
}
.tmf-action-selector-list li button.facebook::after,
.tmf-action-selector-list li button.instagram::after {
  display: inline-block;
  height: 3rem;
  width: 3rem;
  margin-left: 1rem;
  border: 1px solid #22badb;
  border-radius: 50%;
  color: inherit;
  font-family: 'FontAwesome';
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 2.8rem;
  text-align: center;
}
.tmf-action-selector-list li button.facebook:hover::after,
.tmf-action-selector-list li button.instagram:hover::after {
  background-color: #0f6068;
  border: 1px solid #0f6068;
  color: #fff;
}
.tmf-action-selector-list li button.facebook::after {
  content: '\f09a';
}
.tmf-action-selector-list li button.instagram::after {
  content: '\f16d';
}
.tmf-action-selector-list li button:hover {
  background-color: #0f6068;
}
.tmf-action-selector-list li button.active {
  background-color: #0f6068;
}
.tmf-action-selector-list ~ .toggle-pane {
  padding: 0 2rem;
  background-color: #f2f2f2;
  border: 1px solid #0f6068;
}
.tmf-action-selector-list ~ .toggle-pane:last-of-type {
  margin-top: -2px;
}
.tmf-action-selector-list ~ .toggle-pane .form-field {
  display: flex;
  flex-direction: row;
  margin-bottom: 1rem;
  padding: 0.5rem 0;
  border-bottom: 1px solid white;
  align-items: center;
}
.tmf-action-selector-list ~ .toggle-pane .form-field:first-of-type {
  margin-top: 2rem;
}
.tmf-action-selector-list ~ .toggle-pane .form-field label {
  flex-basis: 30%;
}
.tmf-action-selector-list ~ .toggle-pane .form-field input,
.tmf-action-selector-list ~ .toggle-pane .form-field select {
  flex-basis: 70%;
  padding: 0.5rem 1rem;
}
.tmf-action-selector-list ~ .toggle-pane .checkbox-list {
  flex-grow: 2;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.tmf-action-selector-list ~ .toggle-pane .checkbox-list li {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.tmf-action-selector-list ~ .toggle-pane .checkbox-list li input[type="checkbox"] {
  flex-basis: 10%;
}
.tmf-action-selector-list ~ .toggle-pane .checkbox-list li label {
  flex-basis: 30%;
}
.tmf-action-selector-list ~ .toggle-pane .checkbox-list li select {
  flex-basis: 60%;
}
.tmf-action-selector-list ~ .toggle-pane label {
  display: inline-block;
  margin-right: 1rem;
}
.tmf-action-selector-list ~ .toggle-pane select {
  padding: 0.5rem 1rem;
}
.tmf-action-selector-list ~ .toggle-pane select:disabled {
  opacity: 0.6;
}
.tmf-action-selector-list ~ .toggle-pane input[type="submit"] {
  padding: 0;
  border: 0 none #000;
  padding: 0.5rem 1rem;
  background-color: #0f6068;
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: none;
}
.tmf-action-selector-list ~ .toggle-pane input[type="submit"].heading {
  color: #22badb;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  text-transform: lowercase;
}
.tmf-action-selector-list ~ .toggle-pane input[type="submit"].heading:hover {
  color: #0f6068;
}
.tmf-action-selector-list ~ .toggle-pane input[type="submit"].read-more {
  color: #22badb;
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: capitalize;
}
.tmf-action-selector-list ~ .toggle-pane input[type="submit"].read-more:hover {
  color: #0f6068;
}
.tmf-action-selector-list ~ .toggle-pane input[type="submit"].goto {
  color: #22badb;
}
.tmf-action-selector-list ~ .toggle-pane input[type="submit"].goto::after {
  display: inline-block;
  height: 3rem;
  width: 3rem;
  margin-left: 1rem;
  border: 1px solid #22badb;
  border-radius: 50%;
  color: inherit;
  content: '\f105';
  font-family: 'FontAwesome';
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 2.8rem;
  text-align: center;
}
.tmf-action-selector-list ~ .toggle-pane input[type="submit"].goto:hover::after {
  background-color: #0f6068;
  border: 1px solid #0f6068;
  color: #fff;
}
.tmf-action-selector-list ~ .toggle-pane input[type="submit"].facebook,
.tmf-action-selector-list ~ .toggle-pane input[type="submit"].instagram {
  color: #22badb;
}
.tmf-action-selector-list ~ .toggle-pane input[type="submit"].facebook::after,
.tmf-action-selector-list ~ .toggle-pane input[type="submit"].instagram::after {
  display: inline-block;
  height: 3rem;
  width: 3rem;
  margin-left: 1rem;
  border: 1px solid #22badb;
  border-radius: 50%;
  color: inherit;
  font-family: 'FontAwesome';
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 2.8rem;
  text-align: center;
}
.tmf-action-selector-list ~ .toggle-pane input[type="submit"].facebook:hover::after,
.tmf-action-selector-list ~ .toggle-pane input[type="submit"].instagram:hover::after {
  background-color: #0f6068;
  border: 1px solid #0f6068;
  color: #fff;
}
.tmf-action-selector-list ~ .toggle-pane input[type="submit"].facebook::after {
  content: '\f09a';
}
.tmf-action-selector-list ~ .toggle-pane input[type="submit"].instagram::after {
  content: '\f16d';
}
.tmf-action-selector-list ~ .toggle-pane .form-actions {
  margin-bottom: 1.5rem;
}
.tmf-action-selector-list ~ .toggle-pane .crud-feedback.active dl dt.success {
  display: block;
  margin-bottom: 0.5rem;
  padding: 0.5rem 1.5rem 0;
  border-top: 1px solid #999999;
  color: #999999;
  text-transform: uppercase;
}
.tmf-action-selector-list ~ .toggle-pane .crud-feedback.active dl dt.success + dd {
  margin-bottom: 2rem;
  padding: 0 1.5rem 0.5rem;
  border-bottom: 1px solid #999999;
  color: #999999;
}
.form-container h3 {
  margin: 0 0 2rem;
  color: #0f6068;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  text-transform: capitalize;
}
.form-container h3.alt {
  font-size: 2.6rem;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
}
.form-container .crud-feedback.active dl dt.success {
  display: block;
  margin-bottom: 0.5rem;
  padding: 0.5rem 1.5rem 0;
  border-top: 1px solid #999999;
  color: #999999;
  text-transform: uppercase;
}
.form-container .crud-feedback.active dl dt.success + dd {
  margin-bottom: 2rem;
  padding: 0 1.5rem 0.5rem;
  border-bottom: 1px solid #999999;
  color: #999999;
}
form.user-form .form-field {
  display: flex;
  flex-direction: row;
  margin-bottom: 1rem;
  padding: 0.5rem 0;
  border-bottom: 1px solid white;
  align-items: center;
}
form.user-form .form-field:first-of-type {
  margin-top: 2rem;
}
form.user-form .form-field label {
  flex-basis: 30%;
}
form.user-form .form-field input,
form.user-form .form-field select {
  flex-basis: 70%;
  padding: 0.5rem 1rem;
}
form.user-form .form-field.invalid .checkbox-list::after {
  opacity: 1;
  pointer-events: all;
}
form.user-form .checkbox-list {
  flex-grow: 2;
  margin: 0;
  padding: 0;
  position: relative;
  list-style-type: none;
}
form.user-form .checkbox-list li {
  display: flex;
  flex-direction: row;
  margin: 0 0 5px 0;
  align-items: center;
}
form.user-form .checkbox-list li input[type="checkbox"] {
  flex-basis: 10%;
}
form.user-form .checkbox-list li label {
  flex-basis: 30%;
}
form.user-form .checkbox-list li select {
  flex-basis: 60%;
}
form.user-form .checkbox-list::after {
  bottom: -10px;
  left: 0;
  right: auto;
  top: auto;
  padding: 1.5rem 2rem;
  position: absolute;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.75s;
  background-color: white;
  border-radius: 5px;
  box-shadow: 2px 2px 5px #000;
  color: black;
  content: 'Please tick at least one checkbox.';
}
form.user-form label {
  display: inline-block;
  margin-right: 1rem;
}
form.user-form select {
  padding: 0.5rem 1rem;
}
form.user-form select:disabled {
  opacity: 0.6;
}
form.user-form input[type="submit"] {
  padding: 0;
  border: 0 none #000;
  padding: 0.5rem 1rem;
  background-color: #0f6068;
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: none;
}
form.user-form input[type="submit"].heading {
  color: #22badb;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  text-transform: lowercase;
}
form.user-form input[type="submit"].heading:hover {
  color: #0f6068;
}
form.user-form input[type="submit"].read-more {
  color: #22badb;
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: capitalize;
}
form.user-form input[type="submit"].read-more:hover {
  color: #0f6068;
}
form.user-form input[type="submit"].goto {
  color: #22badb;
}
form.user-form input[type="submit"].goto::after {
  display: inline-block;
  height: 3rem;
  width: 3rem;
  margin-left: 1rem;
  border: 1px solid #22badb;
  border-radius: 50%;
  color: inherit;
  content: '\f105';
  font-family: 'FontAwesome';
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 2.8rem;
  text-align: center;
}
form.user-form input[type="submit"].goto:hover::after {
  background-color: #0f6068;
  border: 1px solid #0f6068;
  color: #fff;
}
form.user-form input[type="submit"].facebook,
form.user-form input[type="submit"].instagram {
  color: #22badb;
}
form.user-form input[type="submit"].facebook::after,
form.user-form input[type="submit"].instagram::after {
  display: inline-block;
  height: 3rem;
  width: 3rem;
  margin-left: 1rem;
  border: 1px solid #22badb;
  border-radius: 50%;
  color: inherit;
  font-family: 'FontAwesome';
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 2.8rem;
  text-align: center;
}
form.user-form input[type="submit"].facebook:hover::after,
form.user-form input[type="submit"].instagram:hover::after {
  background-color: #0f6068;
  border: 1px solid #0f6068;
  color: #fff;
}
form.user-form input[type="submit"].facebook::after {
  content: '\f09a';
}
form.user-form input[type="submit"].instagram::after {
  content: '\f16d';
}
form.user-form .form-actions {
  margin-bottom: 1.5rem;
}
/* ***
 * Popup and Blackout
 * *** */
#popup {
  bottom: auto;
  left: 50%;
  right: auto;
  top: 50%;
  box-sizing: border-box;
  height: 80%;
  width: 80%;
  padding: 4rem;
  position: fixed;
  z-index: 1001;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%);
  background-color: white;
}
#popup.active {
  opacity: 1;
  pointer-events: all;
}
#popup #popup-close {
  bottom: auto;
  left: auto;
  right: 2rem;
  top: 2rem;
  position: fixed;
  font-size: 0;
  line-height: 0;
}
#popup #popup-close::before {
  color: black;
  content: '\f00d';
  font-family: 'FontAwesome';
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}
#popup #popup-close:hover::before {
  color: #0f6068;
}
#popup #popup-view-container {
  height: calc( 100% - 80px );
  width: calc( 100% - 80px );
  position: relative;
}
#popup #popup-view-container .form-container {
  bottom: auto;
  left: 50%;
  right: auto;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
#blackout {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  position: fixed;
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.8);
}
#blackout.active {
  opacity: 1;
  pointer-events: all;
}
/***
 * Masthead
 ***/
.has-site-title.has-site-tagline header#masthead section.event-header .container-fluid > .row > div:last-child {
  background-color: #005ca6;
}
.has-site-title.has-site-tagline header#masthead section.event-header section.rap-social-header .socials-container a.newsletter-signup-toggle::after {
  background-color: #005ca6;
}
.has-site-title.has-site-tagline header#masthead section.event-header section.rap-social-header .socials-container a.newsletter-signup-toggle:hover::after {
  color: #005ca6;
}
@media (min-width: 1200px) {
  .has-site-title.has-site-tagline header#masthead section.event-header nav div.nav-and-search-container ul.nav-menu > li.menu-item > ul.sub-menu > li a {
    color: #0f6068;
  }
}
/***
 * Banner
 ***/
.has-site-title.has-site-tagline section.banner aside.widget_smartslider3 div#n2-ss-2 .n2-ss-section-main-content::before {
  background-color: rgba(15, 96, 104, 0.75) !important;
}
.has-site-title.has-site-tagline section.banner aside.widget_smartslider3 div#n2-ss-2 .n2-ss-section-main-content .n2-ss-layer h2,
.has-site-title.has-site-tagline section.banner aside.widget_smartslider3 div#n2-ss-2 .n2-ss-section-main-content .n2-ss-layer h4 {
  font-family: 'Lowraw', 'Arial Narrow', sans-serif !important;
  font-weight: 400 !important;
}
@media (min-width: 600px) {
  .has-site-title.has-site-tagline section.banner aside.widget_smartslider3 div#n2-ss-2 .n2-ss-section-main-content .n2-ss-layer h2,
  .has-site-title.has-site-tagline section.banner aside.widget_smartslider3 div#n2-ss-2 .n2-ss-section-main-content .n2-ss-layer h4 {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .has-site-title.has-site-tagline section.banner aside.widget_smartslider3 div#n2-ss-2 .n2-ss-section-main-content .n2-ss-layer h2,
  .has-site-title.has-site-tagline section.banner aside.widget_smartslider3 div#n2-ss-2 .n2-ss-section-main-content .n2-ss-layer h4 {
    margin-left: 4rem;
  }
}
.has-site-title.has-site-tagline section.banner aside.widget_smartslider3 div#n2-ss-2 .n2-ss-section-main-content .n2-ss-layer h3 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  line-height: 1.1;
}
@media (min-width: 768px) {
  .has-site-title.has-site-tagline section.banner aside.widget_smartslider3 div#n2-ss-2 .n2-ss-section-main-content .n2-ss-layer h3 {
    margin-left: 4rem;
  }
}
.has-site-title.has-site-tagline section.banner aside.widget_smartslider3 div#n2-ss-2 .n2-ss-section-main-content .n2-ss-layer p {
  font-family: 'Lowraw', 'Arial Narrow', sans-serif !important;
  font-weight: 400 !important;
}
.has-site-title.has-site-tagline section.banner .site-branding {
  padding-top: 15px;
}
@media (min-width: 768px) {
  .has-site-title.has-site-tagline section.banner .site-branding {
    padding-top: 25px;
  }
}
@media (min-width: 992px) {
  .has-site-title.has-site-tagline section.banner .site-branding {
    padding-top: 40px;
  }
}
@media (min-width: 1200px) {
  .has-site-title.has-site-tagline section.banner .site-branding {
    padding-top: 60px;
  }
}
.has-site-title.has-site-tagline section.banner .site-branding .container .custom-logo-link img {
  max-width: 80%;
}
@media (max-width: 767px) {
  .has-site-title.has-site-tagline section.banner .site-branding .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
  }
  .has-site-title.has-site-tagline section.banner .site-branding .container .custom-logo-link {
    width: 100%!important;
    margin-top: 1rem!important;
    text-align: center;
  }
}
.has-site-title.has-site-tagline section.banner .site-branding .container aside.widget_text div.textwidget p a.enter-now-button {
  height: auto !important;
  width: auto !important;
  margin-top: 1.5rem;
  padding: 2rem 5rem !important;
  background-color: #005ca6;
  color: white;
  font-family: 'Lowraw', 'Arial Narrow', sans-serif;
  font-size: 2.4rem;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .has-site-title.has-site-tagline section.banner .site-branding .container aside.widget_text div.textwidget p a.enter-now-button {
    margin-top: 0;
    font-size: 2.8rem;
  }
}
@media (min-width: 992px) {
  .has-site-title.has-site-tagline section.banner .site-branding .container aside.widget_text div.textwidget p a.enter-now-button {
    font-size: 3.2rem;
  }
}
@media (min-width: 1200px) {
  .has-site-title.has-site-tagline section.banner .site-branding .container aside.widget_text div.textwidget p a.enter-now-button {
    font-size: 3.6rem;
  }
}
.has-site-title.has-site-tagline section.banner .site-branding .container aside.widget_text div.textwidget p a.enter-now-button:hover {
  background-color: #002340;
}
/***
 * Breadcrumbs
 ***/
section.breadcrumbs {
  background-color: #0f6068;
}
/***
 * Content
 ***/
div#content.site-content #primary .entry-header h2,
div#content.site-content .homepage-content .entry-header h2,
div#content.site-content #primary .news-item-header h2,
div#content.site-content .homepage-content .news-item-header h2 {
  color: #f6931d;
  font-family: 'Lowraw', 'Arial Narrow', sans-serif;
  font-size: 3rem;
}
@media (min-width: 768px) {
  div#content.site-content #primary .entry-header h2,
  div#content.site-content .homepage-content .entry-header h2,
  div#content.site-content #primary .news-item-header h2,
  div#content.site-content .homepage-content .news-item-header h2 {
    font-size: 3.5rem;
  }
}
@media (min-width: 992px) {
  div#content.site-content #primary .entry-header h2,
  div#content.site-content .homepage-content .entry-header h2,
  div#content.site-content #primary .news-item-header h2,
  div#content.site-content .homepage-content .news-item-header h2 {
    font-size: 4rem;
  }
}
@media (min-width: 1200px) {
  div#content.site-content #primary .entry-header h2,
  div#content.site-content .homepage-content .entry-header h2,
  div#content.site-content #primary .news-item-header h2,
  div#content.site-content .homepage-content .news-item-header h2 {
    font-size: 4.5rem;
  }
}
div#content.site-content #primary .entry-content h2,
div#content.site-content .homepage-content .entry-content h2,
div#content.site-content #primary .news-item-content h2,
div#content.site-content .homepage-content .news-item-content h2 {
  color: #005ca6;
  font-family: 'Lowraw', 'Arial Narrow', sans-serif;
  font-size: 3rem;
}
@media (min-width: 768px) {
  div#content.site-content #primary .entry-content h2,
  div#content.site-content .homepage-content .entry-content h2,
  div#content.site-content #primary .news-item-content h2,
  div#content.site-content .homepage-content .news-item-content h2 {
    font-size: 3.5rem;
  }
}
@media (min-width: 992px) {
  div#content.site-content #primary .entry-content h2,
  div#content.site-content .homepage-content .entry-content h2,
  div#content.site-content #primary .news-item-content h2,
  div#content.site-content .homepage-content .news-item-content h2 {
    font-size: 4rem;
  }
}
@media (min-width: 1200px) {
  div#content.site-content #primary .entry-content h2,
  div#content.site-content .homepage-content .entry-content h2,
  div#content.site-content #primary .news-item-content h2,
  div#content.site-content .homepage-content .news-item-content h2 {
    font-size: 4.5rem;
  }
}
div#content.site-content #primary .entry-content h3,
div#content.site-content .homepage-content .entry-content h3,
div#content.site-content #primary .news-item-content h3,
div#content.site-content .homepage-content .news-item-content h3 {
  color: #005ca6;
  font-family: 'Lowraw', 'Arial Narrow', sans-serif;
  font-size: 2.4rem;
}
@media (min-width: 768px) {
  div#content.site-content #primary .entry-content h3,
  div#content.site-content .homepage-content .entry-content h3,
  div#content.site-content #primary .news-item-content h3,
  div#content.site-content .homepage-content .news-item-content h3 {
    font-size: 2.8rem;
  }
}
@media (min-width: 992px) {
  div#content.site-content #primary .entry-content h3,
  div#content.site-content .homepage-content .entry-content h3,
  div#content.site-content #primary .news-item-content h3,
  div#content.site-content .homepage-content .news-item-content h3 {
    font-size: 3.2rem;
  }
}
@media (min-width: 1200px) {
  div#content.site-content #primary .entry-content h3,
  div#content.site-content .homepage-content .entry-content h3,
  div#content.site-content #primary .news-item-content h3,
  div#content.site-content .homepage-content .news-item-content h3 {
    font-size: 3.6rem;
  }
}
div#content.site-content #primary .entry-content h4,
div#content.site-content .homepage-content .entry-content h4,
div#content.site-content #primary .news-item-content h4,
div#content.site-content .homepage-content .news-item-content h4 {
  color: #f6931d;
}
div#content.site-content #primary .entry-content a,
div#content.site-content .homepage-content .entry-content a,
div#content.site-content #primary .news-item-content a,
div#content.site-content .homepage-content .news-item-content a {
  color: #0f6068;
}
div#content.site-content #content-inside #secondary {
  background-color: #0f6068;
}
div#content.site-content #content-inside #secondary section.widget h2.widget-title {
  color: #f6931d;
  font-family: 'Lowraw', 'Arial Narrow', sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0;
}
@media (min-width: 992px) {
  div#content.site-content #content-inside #secondary section.widget h2.widget-title {
    font-size: 2.7rem;
  }
}
@media (min-width: 1200px) {
  div#content.site-content #content-inside #secondary section.widget h2.widget-title {
    font-size: 3rem;
  }
}
div#content.site-content #content-inside #secondary section.widget .menu-event-details-container li.current_page_item a {
  color: #f6931d !important;
}
section.rap-newsletter-signup {
  background-color: black;
}
section.rap-newsletter-signup #mc_embed_signup form #mc_embed_signup_scroll div.clear:last-child input.button {
  background-color: #0f6068;
}
.btn.goto.heading {
  color: black;
}
.btn.goto.heading::after {
  border: 1px solid black;
}
.read-more-container a.btn.heading {
  color: black;
}
.data-stub.news-item div.stub-body h4 {
  color: #f6931d;
}
.data-stub.news-item div.stub-body a {
  color: #0f6068;
}
.home-sidebar-container aside.facebook-feed #cff .cff-item .cff-author .cff-page-name.cff-author-date a {
  color: black;
}
.btn.facebook {
  color: black;
}
.btn.facebook::after {
  border: 1px solid black;
}
.btn.goto {
  color: black;
}
.btn.goto::after {
  border: 1px solid black;
}
li#menu-item-1365 a {
  color: #f6931d !important;
}
li#menu-item-1365 ul.sub-menu li a {
  color: #fff !important;
}
.menu-event-details-container li.current_page_item a {
  color: black!important;
}
.data-stub.news-item div.stub-body a.continue-reading {
  color: #0f6068;
}
div#content.site-content .homepage-content .entry-content a {
  color: #0f6068;
}
footer.rap-common-footer section.company-info a {
  color: #005ca6;
}
.social-icon::before {
  color: #005ca6;
}
div#content.site-content #content-inside #secondary section.widget ul.menu > li:not(.menu-item-has-children) {
  padding-top: 2.4rem;
  line-height: 1.5;
}
div#content.site-content #content-inside #secondary section.widget ul.menu > li:not(.menu-item-has-children) > a {
  color: #0f6068;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  line-height: 1.2;
  text-transform: uppercase;
  color: #fff;
}
.capra-map-container {
  height: auto;
  width: 100%;
  padding-bottom: 100%;
  position: relative;
}
.capra-map-container iframe {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
  position: absolute;
  background-color: transparent;
  border: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

