/*
Theme Name: TTHA
Theme URL: //ttha.org.au/
Description: TTHA official WordPress theme.
Author: Ellis Jones
Author URI: development@carloscastillo.com.au
Version: 1.0
*/
/**********************************************************
    NORMALISE
**********************************************************/
button, hr, input {
  overflow: visible; }

audio, canvas, progress, video {
  display: inline-block; }

progress, sub, sup {
  vertical-align: baseline; }

:focus {
  outline: 0; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

h1 {
  font-size: 2em;
  margin: .67em 0; }

figure {
  margin: 1em 0; }

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active, a:hover {
  outline-width: 0; }

abbr[title] {
  border-bottom: 1px #767676 dotted;
  text-decoration: none; }

b, strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

mark {
  background-color: #eee;
  color: #222; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

audio:not([controls]) {
  display: none;
  height: 0; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button, select {
  text-transform: none; }

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button; }

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0; }

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: ButtonText dotted 1px; }

fieldset {
  border: 1px solid #bbb;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

textarea {
  overflow: auto; }

[type=checkbox], [type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto; }

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

summary {
  display: list-item; }

[hidden], template {
  display: none; }

/**********************************************************
    FONTS
**********************************************************/
@font-face {
  font-family: 'Effra Regular';
  src: url("fonts/effra-regular-webfont.woff2") format("woff2"), url("fonts/effra-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Effra Italic';
  src: url("fonts/effra_it-webfont.woff2") format("woff2"), url("fonts/effra_it-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Effra Medium';
  src: url("fonts/effra-medium-webfont.woff2") format("woff2"), url("fonts/effra-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

/**********************************************************
    VARIABLES
**********************************************************/
/*
COLORS
*/
/*
FONTS
*/
/*
OTHER VARIABLES
*/
/*
RESPONSIVE BREAKPOINTS
*/
/*
A lot of information on this file. It might require breaking it into
separate files.
*/
/**********************************************************
    FRAMEWORK
**********************************************************/
* {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.row {
  margin: 0;
  padding: 0; }

.row > [class*='col-'] {
  padding-right: 0;
  padding-left: 0; }

.row.is-flex {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.row.is-flex > [class*='col-'] {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column; }

.container {
  width: 100% !important;
  padding: 0 5%; }
  @media screen and (min-width: 992px) {
    .container {
      padding: 0 2em; } }
  @media screen and (min-width: 1200px) {
    .container {
      width: auto;
      min-width: 1100px;
      max-width: 1300px;
      padding: 0 2.8em; } }

.container-fluid {
  padding: 0; }

.auto-width {
  width: 100%;
  height: auto; }

.cover-img {
  background-size: cover;
  background-position: top center; }

.hover-fx {
  opacity: 1;
  -webkit-transition: all ease-in 0.2s;
  -o-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s; }
  .hover-fx:hover {
    opacity: 0.6; }

.list-unformatted {
  margin: 0;
  padding: 0;
  list-style: none; }

.col img {
  max-width: 100%; }

input,
textarea {
  /* Fixes iOS issues */
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  font-family: inherit; }

input:required {
  -webkit-box-shadow: none;
  box-shadow: none;
  /* Fixes Firefox's red border */ }

/**********************************************************
    WORDPRESS
**********************************************************/
img.alignleft {
  float: left;
  margin: 7px 10px 10px 0; }

img.alignright {
  float: right;
  margin: 7px 0 10px 10px; }

img.aligncenter {
  margin: 7px auto; }

/**********************************************************
    GLOBAL STYLING
**********************************************************/
body {
  padding-top: 70px;
  color: #666;
  font-family: "Effra Regular", Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.35em; }
  @media screen and (min-width: 576px) {
    body {
      padding-top: 90px;
      font-size: 18px; } }

a {
  color: #20b482;
  -webkit-transition: all ease-in 0.2s;
  -o-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s; }
  a:hover {
    color: #00757a;
    text-decoration: none; }
  a:focus {
    color: inherit;
    text-decoration: inherit; }

strong {
  font-family: "Effra Medium", Helvetica, sans-serif;
  font-weight: normal; }

em {
  font-family: "Effra Italic", Helvetica, sans-serif; }

p,
ol,
ul {
  margin-bottom: 1.4em; }

/**********************************************************
    HEADER
**********************************************************/
header {
  position: fixed;
  z-index: 4;
  top: 0;
  width: 100%;
  height: 70px;
  background: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.25); }
  @media screen and (min-width: 576px) {
    header {
      height: 90px; } }

.container.top-nav {
  position: relative; }
  @media screen and (min-width: 1200px) {
    .container.top-nav {
      max-width: 1400px; } }
  @media screen and (max-width: 1200px) {
    .container.top-nav {
      width: 100%; } }

header .logo {
  display: block;
  float: left;
  width: 100px;
  margin-top: 13px; }
  @media screen and (min-width: 576px) {
    header .logo {
      width: 150px; } }

header .toolbox {
  opacity: 1;
  float: right;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity .2s .2s ease-in, -webkit-transform 0s .2s linear;
  transition: opacity .2s .2s ease-in, -webkit-transform 0s .2s linear;
  -o-transition: opacity .2s .2s ease-in, transform 0s .2s linear;
  transition: opacity .2s .2s ease-in, transform 0s .2s linear;
  transition: opacity .2s .2s ease-in, transform 0s .2s linear, -webkit-transform 0s .2s linear; }
  .overlay-active header .toolbox {
    opacity: 0;
    -webkit-transform: translateY(-300%);
    -ms-transform: translateY(-300%);
    transform: translateY(-300%);
    -webkit-transition: opacity .2s 0s ease-in, -webkit-transform 0s .2s linear;
    transition: opacity .2s 0s ease-in, -webkit-transform 0s .2s linear;
    -o-transition: opacity .2s 0s ease-in, transform 0s .2s linear;
    transition: opacity .2s 0s ease-in, transform 0s .2s linear;
    transition: opacity .2s 0s ease-in, transform 0s .2s linear, -webkit-transform 0s .2s linear; }

header .but-nav-form {
  display: none;
  float: right;
  margin: 1.05em 2.5em 0 0;
  font-family: "Effra Medium", Helvetica, sans-serif; }
  @media screen and (min-width: 576px) {
    header .but-nav-form {
      display: block; } }

header .phone-number {
  display: none;
  float: right;
  width: auto;
  padding: 0 2.5em;
  margin-right: 2.5em;
  background: #f3f4f5;
  color: #00757a;
  line-height: 90px;
  -webkit-transition: all ease-in 0.2s;
  -o-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s; }
  header .phone-number:hover {
    background: #20b482;
    color: #f3f4f5; }
  @media screen and (min-width: 992px) {
    header .phone-number {
      display: block; } }

header .but-nav-search {
  display: block;
  float: right;
  width: 29px;
  margin: 22px 2em 0 0; }
  @media screen and (min-width: 576px) {
    header .but-nav-search {
      margin: 32px 2.5em 0 0; } }

header .but-nav-search .icon-magnifier {
  -webkit-transition: all ease-in 0.2s;
  -o-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s; }

header .but-nav-search:hover .icon-magnifier {
  stroke: #20b482; }

.but-nav-menu {
  display: block;
  float: right;
  width: 40px;
  margin-top: 20px;
  color: #00757a;
  text-transform: uppercase;
  text-align: center;
  font-size: .7em; }
  @media screen and (min-width: 576px) {
    .but-nav-menu {
      width: 46px;
      margin-top: 24px; } }

.but-nav-menu span {
  display: block;
  margin-top: -3px; }
  @media screen and (min-width: 768px) {
    .but-nav-menu span {
      margin-top: 3px; } }

.but-nav-menu:hover *,
.but-nav-menu-close:hover * {
  -webkit-transition: all ease-in 0.2s;
  -o-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s; }

.but-nav-menu:hover *,
.but-nav-menu-close:hover * {
  color: #20b482;
  stroke: #20b482; }

.but-nav-menu-close {
  opacity: 0;
  display: block;
  position: absolute;
  right: 5%;
  top: 12px;
  width: 40px;
  color: #00757a;
  text-transform: uppercase;
  text-align: center;
  font-size: .7em;
  -webkit-transform: translateY(-300%);
  -ms-transform: translateY(-300%);
  transform: translateY(-300%);
  -webkit-transition: opacity .2s 0s ease-in, -webkit-transform 0s .2s linear;
  transition: opacity .2s 0s ease-in, -webkit-transform 0s .2s linear;
  -o-transition: opacity .2s 0s ease-in, transform 0s .2s linear;
  transition: opacity .2s 0s ease-in, transform 0s .2s linear;
  transition: opacity .2s 0s ease-in, transform 0s .2s linear, -webkit-transform 0s .2s linear; }
  .overlay-active .but-nav-menu-close {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: opacity .2s .2s ease-in, -webkit-transform 0s 0s linear;
    transition: opacity .2s .2s ease-in, -webkit-transform 0s 0s linear;
    -o-transition: opacity .2s .2s ease-in, transform 0s 0s linear;
    transition: opacity .2s .2s ease-in, transform 0s 0s linear;
    transition: opacity .2s .2s ease-in, transform 0s 0s linear, -webkit-transform 0s 0s linear; }
  @media screen and (min-width: 576px) {
    .but-nav-menu-close {
      top: 20px;
      right: 4.2em; } }

.but-nav-menu-close svg {
  width: 80%; }

.but-nav-menu-close span {
  display: block;
  margin-top: -5px;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .but-nav-menu-close span {
      margin-top: 0; } }

/*
Overlay menu
*/
.overlay-element {
  display: block !important; }

.site-overlay {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 100vh;
  background: #00757a;
  z-index: 3;
  opacity: 0;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: opacity .5s ease, -webkit-transform .01s .5s linear;
  transition: opacity .5s ease, -webkit-transform .01s .5s linear;
  -o-transition: opacity .5s ease, transform .01s .5s linear;
  transition: opacity .5s ease, transform .01s .5s linear;
  transition: opacity .5s ease, transform .01s .5s linear, -webkit-transform .01s .5s linear;
  overflow-x: auto; }
  .overlay-active .site-overlay {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: opacity .5s ease, -webkit-transform .01s 0s linear;
    transition: opacity .5s ease, -webkit-transform .01s 0s linear;
    -o-transition: opacity .5s ease, transform .01s 0s linear;
    transition: opacity .5s ease, transform .01s 0s linear;
    transition: opacity .5s ease, transform .01s 0s linear, -webkit-transform .01s 0s linear; }

.site-overlay .inner {
  width: 100%;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%); }
  @media screen and (min-width: 768px) {
    .site-overlay .inner {
      position: absolute;
      top: 50%;
      -webkit-transition: all ease .5s;
      -o-transition: all ease .5s;
      transition: all ease .5s; } }

@media screen and (min-width: 768px) {
  .site-overlay .row {
    margin-bottom: 1.5em; } }

@media screen and (min-width: 992px) {
  .site-overlay .row {
    margin-bottom: 2.5em; } }

.overlay-active .site-overlay .inner {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  margin-top: 100px;
  padding: 0 5%; }
  @media screen and (min-width: 576px) {
    .overlay-active .site-overlay .inner {
      margin-top: 130px; } }
  @media screen and (min-width: 768px) {
    .overlay-active .site-overlay .inner {
      -webkit-transform: translateY(-38%);
      -ms-transform: translateY(-38%);
      transform: translateY(-38%);
      margin-top: 0;
      padding: 0; } }

/*
Main Navigation
*/
.main-nav {
  display: none; }

.main-nav ul {
  list-style: none;
  padding-left: 0;
  padding-right: 1em;
  line-height: 1.1em; }

.main-nav li {
  padding-bottom: .4em; }

.main-nav a {
  color: #fff;
  text-decoration: none; }
  .main-nav a:hover {
    color: #20b482; }

.main-nav .menu > li > a {
  display: inline-block;
  margin: 0 0 .5em;
  font-size: 1.4em;
  line-height: 1.1em;
  font-family: "Effra Medium", Helvetica, sans-serif; }
  @media screen and (min-width: 768px) {
    .main-nav .menu > li > a {
      font-size: 1.3em; } }
  @media screen and (min-width: 992px) {
    .main-nav .menu > li > a {
      font-size: 1.5em; } }

/*
Search Bar
*/
.search-bar {
  display: none;
  margin-top: 5em; }
  @media screen and (min-width: 768px) {
    .search-bar {
      margin-top: 0; } }

.search-bar input[type='text'] {
  width: 100%;
  background: none;
  border: none;
  border-bottom: 2px solid #fff;
  color: #fff;
  font-size: 2em;
  font-family: 'Effra Medium', Helvetica, sans-serif; }
  @media screen and (min-width: 768px) {
    .search-bar input[type='text'] {
      font-size: 3em; } }

.search-bar input::-webkit-input-placeholder {
  color: #fff; }

.search-bar input::-moz-placeholder {
  color: #fff; }

.search-bar input:-ms-input-placeholder {
  color: #fff; }

.search-bar input::placeholder {
  color: #fff; }

.search-bar input[type='submit'] {
  display: none; }

.search-info {
  margin-top: 1em;
  color: #20b482;
  text-transform: uppercase; }

/*
Booking form
*/
.overlay-form {
  display: none; }

.overlay-form h5 {
  font-size: 1.7em;
  margin: 0 0 1em;
  font-family: "Effra Medium", Helvetica, sans-serif;
  color: #fff;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .overlay-form h5 {
      margin: 0 0 2em; } }

/**********************************************************
    FOOTER
**********************************************************/
.newsletter {
  padding: 2.4em 0;
  background: #5d5d5d;
  color: #fff; }
  @media screen and (min-width: 768px) {
    .newsletter {
      padding: 4.5em 0; } }

.newsletter .col.intro {
  font-size: 1.2em;
  line-height: 1.4em; }
  @media screen and (min-width: 768px) {
    .newsletter .col.intro {
      padding-right: 4em;
      font-size: 1.4em; } }

footer {
  padding: 3em 1.5em;
  background: #474747;
  color: #fff;
  font-size: .85em; }
  @media screen and (min-width: 768px) {
    footer {
      padding: 4.5em 0; } }

footer .logo-ttha {
  width: auto;
  height: 60px;
  margin: 0 0 2em; }
  @media screen and (min-width: 768px) {
    footer .logo-ttha {
      margin: 0 0 38px; } }

footer .logo-ttha .logo-shape {
  fill: #fff; }

footer .features ul {
  padding: 0 2em 0 1em; }

footer .features li {
  padding-left: .5em;
  list-style-image: url("images/icon-triangle.svg"); }

footer .col.footer-col {
  padding-right: 2em; }

footer h5 {
  margin: 2em 0 1em;
  font-family: "Effra Medium", Helvetica, sans-serif;
  font-size: 1.1em; }
  @media screen and (min-width: 768px) {
    footer h5 {
      margin: 47px 0 38px; } }

footer a {
  color: #fff;
  text-decoration: underline; }
  footer a:hover {
    color: #20b482;
    text-decoration: underline; }

footer a[href^="tel:"]:hover {
  text-decoration: underline; }

.footer-nav {
  display: none; }
  @media screen and (min-width: 768px) {
    .footer-nav {
      display: block; } }

footer .menu {
  list-style: none;
  padding-left: 0; }

footer .copyright {
  text-align: center;
  margin-top: 3em;
  padding-top: 2em;
  border-top: 2px solid #666; }
  @media screen and (min-width: 768px) {
    footer .copyright {
      text-align: left; } }

footer .ellis-jones {
  display: block;
  margin: 3em auto 0;
  width: 36px;
  -webkit-transform: translateY(-25%);
  -ms-transform: translateY(-25%);
  transform: translateY(-25%); }
  @media screen and (min-width: 768px) {
    footer .ellis-jones {
      float: right;
      margin: .5em auto 0; } }

footer .ellis-jones svg {
  width: 100%; }

/**********************************************************
    HOMEPAGE
**********************************************************/
/*
HOME SLIDES
*/
.home-slides {
  position: relative;
  overflow: hidden;
  background: #00757a; }
  @media screen and (min-width: 768px) {
    .home-slides {
      height: 600px; } }

.home-slides-nav {
  position: absolute;
  z-index: 2;
  top: 0;
  width: 100%;
  margin-top: 2em; }
  @media screen and (min-width: 768px) {
    .home-slides-nav {
      margin-top: 3.5em; } }

.home-slides-dots {
  padding: 0;
  /* Overrides bootstrap default col padding */ }

.home-slides-wrapper {
  position: relative;
  z-index: 1; }

.home-slides .slide {
  position: relative;
  color: #fff; }

.home-slides .content {
  padding: 5em 0 2em 0;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .home-slides .content {
      text-align: left;
      height: 600px;
      padding: 7em 1.5em 0 0; } }
  @media screen and (min-width: 992px) {
    .home-slides .content {
      height: 600px;
      padding: 7em 8em 0 0; } }
  .home-slides .content img {
    margin: 0 auto; }
    @media screen and (min-width: 768px) {
      .home-slides .content img {
        margin: 0; } }

.home-slides .content img {
  max-width: 100%;
  height: auto; }

.homepage .home-slides .btn {
  margin-top: .5em; }
  .homepage .home-slides .btn:hover {
    color: #00757a; }
  @media screen and (min-width: 768px) {
    .homepage .home-slides .btn {
      margin-top: 1.7em; } }

.home-slides .image {
  width: 100%;
  height: 0;
  padding-bottom: 62.5%; }
  @media screen and (min-width: 768px) {
    .home-slides .image {
      position: absolute;
      top: 0;
      right: 50%;
      bottom: -1px;
      /* Fixes some weird space at the bottom of the panel */
      left: 0;
      width: auto;
      height: auto;
      padding: 0; } }

.home-slides .slick-slide {
  height: auto;
  /* Fixes an issue with the height of the slide image */ }

/*
HOME COLOUR PANELS
*/
.homepage .colour-panels .col {
  overflow: hidden;
  color: #fff;
  text-align: center; }

.homepage .colour-panels .fuchsia {
  background: #e40572; }

.homepage .colour-panels .orange {
  background: #ff8300; }

.homepage .colour-panels .blue {
  background: #00b2db; }

.homepage .colour-panels .inner {
  margin: 0 auto;
  padding-top: 2.5em;
  max-width: 300px; }

.homepage .colour-panels h2 {
  margin: 0 0 1.2em;
  font-family: "Effra Medium", Helvetica, sans-serif;
  font-size: 1.45em;
  line-height: 1.15em; }

.homepage .colour-panels .fuchsia .btn:hover {
  color: #e40572; }

.homepage .colour-panels .orange .btn:hover {
  color: #ff8300; }

.homepage .colour-panels .blue .btn:hover {
  color: #00b2db; }

.homepage .colour-panels .image-wrapper {
  position: relative; }

.homepage .colour-panels .image {
  height: 0;
  margin-top: 2em;
  padding-top: 65%; }

.homepage .colour-panels svg {
  position: absolute;
  z-index: 2;
  /* Particular positioning to fix some mobile Safari rendering issues */
  top: -1px;
  left: -2%;
  right: -2%;
  width: 104%;
  height: auto; }

.homepage .colour-panels .fuchsia .box-border {
  fill: #e40572; }

.homepage .colour-panels .orange .box-border {
  fill: #ff8300; }

.homepage .colour-panels .blue .box-border {
  fill: #00b2db; }

/*
HOME ARTICLE
*/
.homepage article {
  padding: 2.7em 0 2em;
  margin-bottom: 2.4em;
  background: #f1e8e3; }
  @media screen and (min-width: 768px) {
    .homepage article {
      margin-bottom: 3.5em;
      padding: 4em 0; } }

.homepage article .media {
  margin-bottom: 2em; }
  @media screen and (min-width: 992px) {
    .homepage article .media {
      margin-bottom: 0; } }

.homepage article h2 {
  margin: 0 0 1em;
  font-family: "Effra Medium", Helvetica, sans-serif;
  font-size: 1.45em;
  line-height: 1.15em;
  color: #00757a; }
  @media screen and (min-width: 992px) {
    .homepage article h2 {
      margin: 0 0 2.45em; } }

.homepage article .image {
  width: 100%;
  height: 0;
  padding-bottom: 65%; }

/*
HOME NEWS FEED
*/
@media screen and (min-width: 992px) {
  .homepage .news-feed {
    margin-bottom: 2em; } }

.homepage .news-feed h2 {
  display: inline-block;
  margin: 0 0 1.5em;
  font-family: "Effra Medium", Helvetica, sans-serif;
  font-size: 1.45em;
  color: #666;
  -webkit-transition: all ease-in 0.2s;
  -o-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s; }
  .homepage .news-feed h2:hover {
    color: #00757a; }

/*
HOME TESTIMONIALS
*/
.home-testimonials {
  position: relative;
  background: #20b482; }

.home-testimonials .home-testimonials-wrapper {
  position: relative;
  z-index: 1; }

.home-testimonials .slide {
  position: relative; }

.home-testimonials .content {
  padding: 5em 0 2em; }
  @media screen and (min-width: 768px) {
    .home-testimonials .content {
      padding: 7em 0 4em; } }

.home-testimonials .quote {
  color: #fff;
  font-family: "Effra Italic", Helvetica, sans-serif;
  font-size: 1.2em;
  line-height: 1.25em; }
  @media screen and (min-width: 768px) {
    .home-testimonials .quote {
      margin-bottom: 1.2em;
      font-size: 1.4em; } }
  @media screen and (min-width: 992px) {
    .home-testimonials .quote {
      margin-bottom: 1.2em;
      font-size: 1.75em; } }

.home-testimonials .by-line {
  display: none;
  color: #00757a; }

.home-testimonials .image {
  width: 100%;
  height: 0;
  padding-bottom: 62.5%; }
  @media screen and (min-width: 768px) {
    .home-testimonials .image {
      position: absolute;
      top: 0;
      right: 0;
      bottom: -1px;
      /* Fixes some weird space at the bottom of the panel */
      left: 58%;
      width: auto;
      height: auto;
      padding: 0; } }

.home-testimonials .slick-slide {
  height: auto;
  /* Fixes an issue with the height of the slide image */ }

.home-testimonials-nav {
  position: absolute;
  z-index: 2;
  top: 0;
  width: 100%;
  margin-top: 2em; }
  @media screen and (min-width: 768px) {
    .home-testimonials-nav {
      margin-top: 3.5em; } }

/**********************************************************
    STANDARD PAGE
**********************************************************/
.page-heading {
  position: relative;
  background: #00757a;
  color: #ffffff; }
  .page-heading .box-border {
    fill: #00757a; }

.theme-fuchsia {
  background: #e40572; }
  .theme-fuchsia .box-border {
    fill: #e40572; }

.theme-orange {
  background: #ff8300; }
  .theme-orange .box-border {
    fill: #ff8300; }

.theme-blue {
  background: #00b2db; }
  .theme-blue .box-border {
    fill: #00b2db; }

@media screen and (min-width: 768px) {
  .page-heading .col-title {
    height: 325px; } }

@media screen and (min-width: 992px) {
  .page-heading .col-title {
    height: 435px; } }

.page-heading h1 {
  line-height: 1em;
  font-family: "Effra Medium", Helvetica, sans-serif;
  font-size: 2.5em;
  padding: .5em 0 .2em; }
  @media screen and (min-width: 768px) {
    .page-heading h1 {
      position: absolute;
      top: 50%;
      left: 0;
      right: 1em;
      -webkit-transform: translateY(-70%);
      -ms-transform: translateY(-70%);
      transform: translateY(-70%); } }
  @media screen and (min-width: 992px) {
    .page-heading h1 {
      font-size: 3.5em; } }

.page-heading .hero-image {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 67%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
  @media screen and (min-width: 768px) {
    .page-heading .hero-image {
      position: absolute;
      z-index: 1;
      width: auto;
      height: auto;
      padding: 0;
      top: 0;
      right: 0;
      bottom: 0;
      left: 50%; } }
  .page-heading .hero-image svg {
    position: absolute;
    z-index: 2;
    /* Particular positioning to fix some mobile Safari rendering issues */
    top: -1px;
    left: -2%;
    right: -2%;
    width: 104%;
    height: auto; }
    @media screen and (min-width: 768px) {
      .page-heading .hero-image svg {
        display: none; } }

.container.page-content {
  position: relative;
  z-index: 2;
  margin-top: -50px;
  padding-top: 3.2em;
  padding-bottom: 1em;
  background: #fff; }
  @media screen and (min-width: 768px) {
    .container.page-content {
      padding-bottom: 3.2em; } }

.page-content .decoration {
  display: none;
  position: absolute;
  top: -58px;
  right: 50%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 93px 58px 93px;
  border-color: transparent transparent #fff transparent; }
  @media screen and (min-width: 768px) {
    .page-content .decoration {
      display: block; } }

.page-content h2,
.page-content h3,
.page-content h4 {
  font-family: "Effra Medium", Helvetica, sans-serif;
  font-weight: normal; }

.page-content h2 {
  margin: 0 0 .8em;
  font-size: 1.7em;
  line-height: 1.25em; }

.page-content h3 {
  margin: 0 0 .8em;
  font-size: 1.3em; }

.page-content h4 {
  margin: 0 0 .5em;
  font-size: 1.05em; }

.page-content img {
  max-width: 100%;
  height: auto; }

.page-content ul,
.page-content ol {
  padding-left: 2em; }

.page-content li {
  padding: 0 0 .3em .5em; }

.page-content ul li {
  list-style-image: url("images/icon-triangle.svg"); }

.page-toolbox {
  margin: 2em 0 1.5em;
  padding-top: .5em;
  border-top: 1px solid #bbc1c7; }
  @media screen and (min-width: 576px) {
    .page-toolbox {
      margin: 4em 0 3em;
      padding-top: 3em; } }

.page-toolbox .CTA {
  margin-top: 2.2em;
  margin-bottom: 1em;
  text-align: left; }
  @media screen and (min-width: 768px) {
    .page-toolbox .CTA {
      margin: 0;
      text-align: right; } }

/**********************************************************
    SIDEBAR
**********************************************************/
.widget {
  margin-bottom: 2em;
  background: #f3f4f5; }

.widget h5 {
  padding: 1em 1.2em .8em;
  color: #fff;
  font-family: "Effra Medium", Helvetica, sans-serif;
  font-size: 1.5em;
  line-height: 1em; }

.widget.orange h5 {
  background: #ff8300; }

.widget.blue h5 {
  background: #00b2db; }

.widget.fuchsia h5 {
  background: #e40572; }

.widget .inner {
  padding: 2em 2.2em; }

.widget.testimonial {
  background: #20b482;
  color: #fff; }

.testimonial p {
  font-family: "Effra Italic", Helvetica, sans-serif;
  line-height: 1.35em;
  margin-bottom: 0; }

.testimonial h6 {
  display: none;
  margin: 0;
  color: #00757a;
  font-size: inherit;
  line-height: inherit; }

/**********************************************************
    ARCHIVES
**********************************************************/
.search-item {
  margin-bottom: 1.8em;
  padding-bottom: 1.8em;
  border-bottom: 1px solid #e2e2e2; }

.search-item h3 {
  margin-bottom: .4em; }

.news-feed .col {
  position: relative;
  padding: 0 .55em 5em;
  margin-bottom: 3.5em; }

.news-feed a .image {
  display: block;
  height: 0;
  padding-bottom: 65%;
  margin-bottom: 1.6em;
  text-indent: -9999px; }

.news-feed .categories {
  margin-bottom: 1.6em;
  font-family: "Effra Medium", Helvetica, sans-serif;
  font-size: .8em;
  letter-spacing: .08em;
  text-transform: uppercase; }

.news-feed .categories a,
.news-feed a h3 {
  color: #666; }
  .news-feed .categories a:hover,
  .news-feed a h3:hover {
    color: #00757a; }

.news-feed h3 {
  margin: 0 0 1.6em;
  font-family: "Effra Medium", Helvetica, sans-serif;
  font-size: 1.1em; }

.news-feed .btn {
  position: absolute;
  bottom: 0;
  left: 0; }

.news-feed .sticky-hero {
  padding-bottom: 0;
  margin-bottom: 1.6em; }
  @media screen and (min-width: 992px) {
    .news-feed .sticky-hero {
      margin-bottom: 3.5em; } }

.news-feed .sticky-hero a .image {
  margin-bottom: 0; }

/*
Pagination
*/
.pagination {
  display: block;
  text-align: center;
  margin: 1em 0;
  /* Bootsrap override */ }

.pagination span {
  padding-right: 1em; }

.pagination a {
  text-decoration: none; }

.pagination a,
.pagination .current {
  padding: 0 9px; }

.pagination .current {
  font-family: 'Effra Medium', Helvetica, sans-serif;
  text-decoration: underline; }

/*
News Search
*/
.news-search {
  margin-bottom: 1.6em; }
  @media screen and (min-width: 992px) {
    .news-search {
      margin-bottom: 3em; } }

.news-search .col {
  padding-bottom: 0;
  margin-bottom: .5em; }

.news-search ul {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0; }

.news-search ul li {
  list-style-image: none;
  margin: 0;
  padding: 0; }

.news-search .dropdown-button {
  position: relative;
  display: block;
  height: 38px;
  padding: 0 15px;
  background: #f3f4f5;
  line-height: 38px;
  color: inherit;
  text-decoration: none;
  -webkit-transition: all ease-in 0.2s;
  -o-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s; }

.news-search .dropdown-button:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 38px;
  background: #00757a url("images/icon-dropdown.svg") no-repeat 50% 50%;
  background-size: 20px 20px; }

.news-search .dropdown-button:hover,
.news-search .dropdown_active {
  background: #00757a;
  color: #fff; }

.news-search ul.dropdown-content {
  display: none;
  z-index: 1;
  position: absolute;
  width: 100%;
  background: #ffffff;
  -webkit-box-shadow: 0px 8px 26px -6px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 8px 26px -6px rgba(0, 0, 0, 0.35); }

.news-search ul.dropdown-content a {
  display: block;
  padding: 8px 15px;
  border: 1px solid #cccccc;
  border-top: 0 none !important;
  color: inherit !important;
  font-size: 15px;
  text-decoration: none;
  -webkit-transition: all ease-in 0.2s;
  -o-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s; }

.news-search ul.dropdown-content a:hover {
  background: #d8d9da; }

.news-search .searchform * {
  border: 0;
  border-radius: 0; }

.news-search .searchform input[type="text"] {
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(100% - 38px);
  height: 38px;
  line-height: 38px;
  padding: 0 15px;
  background: #f3f4f5;
  color: inherit !important;
  font-family: "Effra Regular", Helvetica, sans-serif; }

.news-search .searchform input[type="submit"] {
  float: left;
  width: 38px;
  height: 38px;
  margin: 0;
  background: #00757a url("images/icon-magnifier-white.svg") no-repeat 50% 50%;
  background-size: 20px 20px;
  -webkit-transition: all ease-in 0.2s;
  -o-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
  text-indent: -9999px; }

.news-search .searchform input[type="submit"]:hover {
  background-color: #20b482; }

/**********************************************************
    BOOTSTRAP & VENDORS OVERRIDES
**********************************************************/
.btn {
  padding: 0.1em 1.7em 0;
  border-radius: 1.35em;
  line-height: 2.6em;
  font-size: 1em; }

.btn-primary {
  background-color: #00757a;
  border: 0; }
  .btn-primary:hover, .btn-primary:focus {
    background-color: #20b482; }

.btn-outline {
  border: 2px solid #00757a;
  background: none;
  color: #00757a; }
  .btn-outline:hover, .btn-outline:focus {
    background-color: #00757a;
    color: #fff; }

.btn-outline-white {
  border: 2px solid rgba(255, 255, 255, 0.8);
  background: none;
  color: rgba(255, 255, 255, 0.8); }
  .btn-outline-white:hover, .btn-outline-white:focus {
    background: rgba(255, 255, 255, 0.6);
    border-color: rgba(255, 255, 255, 0); }

.btn-outline-grey {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background: none;
  color: rgba(0, 0, 0, 0.5); }
  .btn-outline-grey:hover, .btn-outline-grey:focus {
    background: #20b482;
    border-color: #20b482;
    color: #fff; }

/*
SLIDER
*/
.slick-dotted.slick-slider {
  margin-bottom: 0; }

.slick-dots {
  position: relative;
  bottom: auto;
  text-align: left; }

.slick-dots li {
  margin: 0 0 0 4px; }

.slick-dots li button:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: none;
  border-radius: 7px;
  border: 2px solid #fff;
  -webkit-transition: all ease-in 0.2s;
  -o-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s; }

.slick-dots li.slick-active button:before {
  background: #fff; }

/*
ACCORDIONS
*/
.accordion-wrapper {
  margin-bottom: 2em; }

.accordion-row {
  margin-bottom: .5em; }

.accordion-button {
  display: block;
  position: relative;
  overflow: hidden;
  background: #f3f4f5;
  border-bottom: 1px solid #c9ced2;
  color: #666;
  -webkit-transition: all ease-in 0.2s;
  -o-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s; }
  .accordion-button:hover, .accordion-button.accordion-active {
    background: #20b482;
    color: #fff; }

.accordion-button svg {
  display: block;
  position: absolute;
  top: 50%;
  right: 1em;
  width: 30px;
  stroke: #666;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all ease-in 0.2s;
  -o-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s; }

.accordion-button:hover svg,
.accordion-active svg {
  stroke: #fff; }

.accordion-active svg {
  stroke: #fff;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg); }

.accordion-content {
  display: none;
  padding: 1em .5em 0;
  margin-bottom: 1em; }
  @media screen and (min-width: 576px) {
    .accordion-content {
      padding: 1em 1em 0; } }

.accordion-button h3 {
  margin: 0 !important;
  padding: 1em 3em .8em .5em;
  line-height: 1em;
  font-size: 1.1em; }
  @media screen and (min-width: 576px) {
    .accordion-button h3 {
      padding: 1em 2.5em .8em 1em;
      font-size: 1.3em; } }

/*
SHARE THIS
*/
.share-this {
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px); }

.share-this h6 {
  margin: 0;
  font-size: 1em;
  font-weight: normal;
  margin-right: 1.2em;
  line-height: 32px; }
  @media screen and (min-width: 576px) {
    .share-this h6 {
      float: left; } }

.share-this ul {
  float: left;
  margin: 0;
  padding: 0 !important; }

.share-this ul li {
  float: left;
  list-style: none  !important;
  padding: 0; }

.share-this ul a {
  display: block;
  overflow: hidden;
  width: 42px;
  height: 32px;
  color: #fff;
  -webkit-transition: all ease-in 0.2s;
  -o-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s; }
  .share-this ul a:hover {
    width: 164px;
    background: #e40572 !important; }

.share-this ul a span {
  display: inline-block;
  padding-right: 1em;
  font-size: .6em;
  font-family: "Effra Medium", Helvetica, sans-serif;
  text-transform: uppercase;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px); }

.share-this ul a:hover span {
  margin-left: -.5em; }

.share-this ul a .fa {
  display: inline-block;
  width: 42px;
  line-height: 32px;
  text-align: center; }

.share-this ul a.facebook {
  background: #3b5998; }

.share-this ul a.twitter {
  background: #55acee; }

.share-this ul a.linkedin {
  background: #0077b5; }

.share-this ul a.email {
  background: #20b482; }

/*
GRAVITY FORMS
*/
.gform_multi_column_wrapper .gform_body:after,
.gform_page_multi_column .gform_page_fields:after {
  content: ' ';
  display: table;
  clear: both; }

.gform_body .gfield_label {
  display: none !important; }

.gform_wrapper input[type=text],
.gform_wrapper input[type=email],
.gform_wrapper textarea {
  padding: .5em 1.5em .4em !important;
  margin-top: .5em !important;
  border: 1px solid rgba(0, 0, 0, 0.15);
  line-height: 2em;
  color: #666; }

.gform_wrapper textarea {
  height: 6em !important; }

.gform_footer:after {
  content: '';
  display: table;
  clear: both; }

.gform_footer .gform_button {
  float: right;
  width: auto !important;
  min-width: 160px;
  margin-right: 0;
  padding: 0.2em 1.7em 0;
  background: #20b482;
  border: 0 none;
  border-radius: 1.35em;
  line-height: 2.6em;
  color: #fff;
  font-family: inherit;
  font-size: 1em;
  -webkit-transition: all ease-in 0.2s;
  -o-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s; }
  .gform_footer .gform_button:hover {
    background: #43dea9; }

@media screen and (max-width: 768px) {
  .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
    min-width: 120px;
    line-height: 2.6em !important; } }

.site-overlay .gform_wrapper input[type=text],
.site-overlay .gform_wrapper input[type=email],
.site-overlay .gform_wrapper textarea {
  border: 0; }

.site-overlay .gform_wrapper textarea {
  height: 16em !important; }

.site-overlay .gform_multi_column_wrapper ul.gform_fields,
.site-overlay .gform_page_multi_column ul.gform_fields {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media screen and (min-width: 768px) {
    .site-overlay .gform_multi_column_wrapper ul.gform_fields,
    .site-overlay .gform_page_multi_column ul.gform_fields {
      float: left;
      width: 50%; } }

.site-overlay .gform_wrapper .ginput_container_text,
.site-overlay .gform_wrapper .ginput_container_email {
  width: 100%; }
  @media screen and (min-width: 768px) {
    .site-overlay .gform_wrapper .ginput_container_text,
    .site-overlay .gform_wrapper .ginput_container_email {
      width: 90%; } }

.site-overlay .gform_wrapper .ginput_container_textarea {
  width: 100%; }
  @media screen and (min-width: 768px) {
    .site-overlay .gform_wrapper .ginput_container_textarea {
      margin-left: 10%;
      width: 90%; } }

.site-overlay .gform_wrapper div.validation_error {
  color: #fff;
  border-color: #fff; }

.site-overlay .gform_wrapper .validation_message {
  padding-left: 16px !important;
  color: #fff; }

.site-overlay .gform_confirmation_wrapper .gform_confirmation_message {
  color: #fff;
  font-size: 1.2em;
  text-align: center; }

/*
MAILCHIMP
*/
.newsletter input[type='text'],
.newsletter input[type='email'] {
  display: block;
  width: 100%;
  margin-bottom: .85em;
  background: none;
  border: none;
  border-bottom: 2px solid #fff;
  font-family: "Effra Regular", Helvetica, sans-serif;
  line-height: 2em;
  -webkit-transition: border-color ease-in .3s;
  -o-transition: border-color ease-in .3s;
  transition: border-color ease-in .3s; }
  .newsletter input[type='text']::-webkit-input-placeholder,
  .newsletter input[type='email']::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: white; }
  .newsletter input[type='text']::-moz-placeholder,
  .newsletter input[type='email']::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: white;
    opacity: 1; }
  .newsletter input[type='text']:-ms-input-placeholder,
  .newsletter input[type='email']:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: white; }

.newsletter input[type='text']:focus,
.newsletter input[type='email']:focus {
  border-color: #20b482; }

.newsletter .button {
  margin-top: 1.8em;
  font-family: "Effra Regular", Helvetica, sans-serif;
  -webkit-transition: all ease-in 0.2s;
  -o-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s; }
  .newsletter .button:hover, .newsletter .button:focus {
    color: #5d5d5d; }

.page-content .indicates-required {
  margin-bottom: 2em;
  font-size: .85em; }
  .page-content .indicates-required .asterisk {
    color: #e40572; }

.page-content input[type='text'],
.page-content input[type='email'] {
  display: block;
  width: 100%;
  margin-bottom: 1.4em;
  padding: 0 1em;
  background: #f7f7f7;
  border: none;
  border-bottom: 2px solid #d9d9d9;
  color: #737373;
  font-family: "Effra Regular", Helvetica, sans-serif;
  line-height: 3.2em;
  -webkit-transition: border-color ease-in .3s;
  -o-transition: border-color ease-in .3s;
  transition: border-color ease-in .3s; }

.page-content input[type='text']:focus,
.page-content input[type='email']:focus {
  border-color: #20b482; }

.page-content .mc-field-group .asterisk {
  color: #e40572; }

.page-content input.button {
  padding: 0.1em 1.7em 0;
  border-radius: 1.35em;
  background-color: #00757a;
  border: 0;
  color: #fff;
  line-height: 2.6em;
  font-size: 1em;
  -webkit-transition: all ease-in 0.2s;
  -o-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s; }
  .page-content input.button:hover, .page-content input.button:focus {
    background-color: #20b482; }

/* MailChimp Form Embed Code - Classic - 12/17/2015 v10.7 */
#mc_embed_signup form {
  display: block;
  position: relative;
  text-align: left; }

#mc_embed_signup .button {
  clear: both; }

#mc_embed_signup .mc-field-group.input-group ul {
  margin: 0;
  padding: 0;
  list-style: none; }

#mc_embed_signup .small-meta {
  font-size: 11px; }

#mc_embed_signup .nowrap {
  white-space: nowrap; }

#mc_embed_signup .clear {
  clear: both; }

#mc_embed_signup .mc-field-group.input-group ul li {
  display: block;
  padding: 3px 0;
  margin: 0; }

#mc_embed_signup .mc-field-group.input-group label {
  display: inline; }

#mc_embed_signup .mc-field-group.input-group input {
  display: inline;
  width: auto;
  border: none; }

#mc_embed_signup div#mce-responses {
  float: left;
  top: -1.4em;
  padding: 0em .5em 0em .5em;
  overflow: hidden;
  width: 90%;
  margin: 0 5%;
  clear: both;
  -webkit-transition: all ease-in .3s;
  -o-transition: all ease-in .3s;
  transition: all ease-in .3s; }

#mc_embed_signup div.response {
  margin: 1em 0;
  padding: 1em .5em .5em 0;
  font-weight: bold;
  float: left;
  top: -1.5em;
  z-index: 1;
  width: 80%; }

#mc_embed_signup #mce-error-response {
  display: none; }

#mc_embed_signup #mce-success-response {
  color: #20b482;
  display: none; }

#mc_embed_signup label.error {
  display: block;
  float: none;
  width: auto;
  margin-left: 1.05em;
  text-align: left;
  padding: .5em 0; }

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
  display: inline-block;
  margin: 2px 0 1em 0;
  padding: 5px 10px;
  background-color: rgba(255, 255, 255, 0.85);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: normal;
  z-index: 1;
  color: #e40572; }

#mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {
  border-color: #e40572; }

/**Xchange Hover************************************/

.xchange{
  height: 31px !important;
  width: 171px !important;
  background-image: url(//ttha.org.au/wp-content/themes/TTHA/images/ttha-xchange-logo.png);
  display: block !important ;
  background-size: cover !important ;
  transition: .3s;
  cursor: pointer !important;
}

.xchange:hover {
  background-image: url(//ttha.org.au/wp-content/themes/TTHA/images/ttha-xchange-hover.png);
  transition: .3s;
  cursor: pointer !important;
}

.xchangeHead{
  margin-top: 4px;
  height: 31px !important;
  width: 171px !important;
  background-image: url(//ttha.org.au/wp-content/themes/TTHA/images/ttha-xchange-logo.png);
  display: block !important ;
  background-size: cover !important ;
  transition: .3s;
  cursor: pointer !important;
}

.xchangeHead:hover {
  background-image: url(//ttha.org.au/wp-content/themes/TTHA/images/ttha-xchange-logo2-gray.png);
  transition: .3s;
  cursor: pointer !important;
}

header .xchangeCont {
    float: right;
    width: auto;
    padding: 0px;
    margin-right: 2.5em;
    background: transparent ;
    color: #00757a;
}

.footer-nav {
    display: block !important;
}

@media screen and (min-width: 1030px){
    header .phone-number {
        display: block;
    }

    .listing-item{
      overflow: auto;
      position: relative;
    }

    .listing-item:after {
        content: "";
        clear: both;
        display: table;
    }

    .events-posts .listing-image{
      float: left;
      width: 45%;
      padding-right: 30px;
    }

    .events-posts .listing-info{
      float: right;
      width: 55%;
    }

    .events-posts .listing-item .excerpt {
      margin-bottom: 50px;
    }

    .page-1318 .col-md-7{
      width: 62%;
    }

    .page-1318 .col-md-4{
      width: 29%;
    }
}


@media screen and (max-width: 1029px){
    header .phone-number {
        display: none !important;
    }
}

@media screen and (max-width: 800px){
    header .xchangeCont {
        display: none !important;
    }
}

.events-posts .listing-image{
  padding-bottom: 30px;
}

.events-posts .listing-item{
	margin-bottom: 90px;
}

.events-posts .listing-item .title{
	width: 100%;
    display: -webkit-inline-box;
    color: #00757a;
    font-size: 24px;
    margin-bottom: 15px;
}

.events-posts .listing-item .excerpt-dash{
	display: none;
}

.events-posts .listing-item .excerpt{
	width: 100%;
    display: -webkit-inline-box;
    position: relative;
}

.events-posts .listing-item .excerpt a{
    background-color: #00757a;
    color: #fff;
    width: auto;
    display: initial;
    padding: 10px 25px 5px;
    border-radius: 50px;
    position: absolute;
    bottom: -50px;
    left: 0px;
    transition: 0.4s;
}
.events-posts .listing-item .excerpt a:hover{
	background-color: #20b482;
    transition: 0.4s;	
}

/*
Posts
*/
.sponsor-list{
	display: flex;
    flex-wrap: wrap;
}
.sponsor-list .col-2{
	width: 50%;
}


/* Hide Past Evetns */
.page-1318 .events-posts .listing-item:nth-child(2),
.page-1318 .events-posts .listing-item:nth-child(3){
	display: none;
}