@font-face {
  font-family: 'gotham';
  src: url("fonts/Gotham-Book.eot");
  src: url("fonts/Gotham-Book.otf") format("opentype"), url("fonts/Gotham-Book.eot?iefix") format("embedded-opentype"), url("fonts/Gotham-Book.woff") format("woff"), url("fonts/Gotham-Book.ttf") format("truetype"), url("fonts/Gotham-Book.svg#gotham") format("svg"); }
/* Theme
  ==========================================================================

  1.0 Base
    1.1 General
    1.2 Typography
    1.3 Forms
  2.0 Layout
    2.1 Blocks
    2.2 Grid
    2.3 Helpers
  3.0 Module
    3.1 Sections
    3.2 Parts
    3.3 Navigation
  4.0 State
    4.2 Plugins
    4.1 Animations

*/
/* 1.0 Base
  ========================================================================== */
/* 1.1 General
  -------------------------------------------------------------------------- */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  height: 100%;
  font-size: 62.5%; }
  @media screen and (max-width: 767px) {
    html {
      font-size: 50%; } }

form {
  height: 100%; }

body {
  margin: 0;
  padding: 0;
  position: relative;
  height: 100%;
  font-family: "source-sans-pro", sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 1.5;
  background-color: #f5f5f5;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #070707;
  overflow-x: hidden; }
  body.is-toggled {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden; }
  body > div, body form {
    font-size: 1.6rem; }

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

figure {
  margin: 0; }

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

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

hr {
  margin: 7.5% 0;
  height: 1px;
  border: none;
  background: rgba(0, 0, 0, 0.05); }

img {
  display: block;
  max-width: 100%;
  height: auto;
  border: 0; }

/* 1.2 Typography
  -------------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-family: "source-sans-pro", sans-serif;
  font-weight: bold;
  letter-spacing: 0;
  color: #175552; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #175552; }
    h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
      color: #89d2ed; }

h1 {
  font-size: 5rem;
  line-height: 1.25; }

h2 {
  font-size: 2.8rem;
  line-height: 1.25;
  background: #89d2ed;
  padding: 5px 50px;
  border-radius: 24px;
  text-align: center; }
  h2 a {
    color: white; }
    h2 a:hover {
      color: #eeeeee; }

h3 {
  font-size: 2.2rem;
  line-height: 1.25; }

p {
  margin: 25px 0; }

pre {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word; }

/* 1.3 Forms
  -------------------------------------------------------------------------- */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  color: inherit; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }

legend {
  padding: 0;
  border: 0; }

label {
  padding: 0 5px 0 0;
  display: block;
  font-weight: normal; }

input, textarea {
  padding: 0 15px;
  width: 100%;
  height: 40px;
  font-family: "source-sans-pro", sans-serif;
  font-size: 1.6rem;
  border: 1px solid #cccccc;
  background: white;
  box-shadow: none;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }
  input:focus, textarea:focus {
    outline: none;
    background: #f5f5f5; }

#site-main select {
  padding: 0 15px;
  width: 100%;
  height: 40px;
  font-family: "source-sans-pro", sans-serif;
  font-size: 1.6rem;
  border: 1px solid #cccccc;
  background: white;
  box-shadow: none;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }
  #site-main select:focus {
    outline: none;
    background: #f5f5f5; }

textarea {
  padding: 15px;
  height: 200px;
  line-height: 1.5;
  resize: vertical; }

input[type="submit"] {
  margin: 2.5% 0 0 0;
  padding: 0 45px;
  width: auto;
  min-width: 0;
  font-family: "gotham", sans-serif;
  text-transform: uppercase;
  line-height: 0;
  color: #f5f5f5;
  border: 1px solid #175552;
  background: #175552; }
  input[type="submit"]:hover {
    border: 1px solid #070707;
    background: #070707; }
  input[type="submit"].grey {
    border: 1px solid #b7b7b7;
    background: #b7b7b7; }
    input[type="submit"].grey:hover {
      border: 1px solid #070707;
      background: #070707; }

.eway-button {
  margin: 2.5% 0 0 0;
  padding: 0 45px;
  width: auto;
  min-width: 0;
  font-family: "gotham", sans-serif;
  text-transform: uppercase;
  line-height: 0;
  color: #f5f5f5;
  border: 1px solid #175552;
  background: #175552; }
  .eway-button:hover {
    border: 1px solid #070707;
    background: #070707; }
  .eway-button.grey {
    border: 1px solid #b7b7b7;
    background: #b7b7b7; }
    .eway-button.grey:hover {
      border: 1px solid #070707;
      background: #070707; }

.eway-button span {
  margin: 2.5% 0 0 0;
  padding: 0 45px;
  width: auto;
  min-width: 0;
  font-family: "gotham", sans-serif;
  text-transform: uppercase;
  line-height: 0;
  color: #f5f5f5;
  border: 1px solid #175552;
  background: #175552; }
  .eway-button span:hover {
    border: 1px solid #070707;
    background: #070707; }
  .eway-button span.grey {
    border: 1px solid #b7b7b7;
    background: #b7b7b7; }
    .eway-button span.grey:hover {
      border: 1px solid #070707;
      background: #070707; }

.required {
  margin: 5px 0 0 0;
  font-size: 1.2rem;
  color: red; }

/* 2.0 Layout
  ========================================================================== */
/* 2.1 Blocks
  -------------------------------------------------------------------------- */
#site-wrap {
  display: table;
  width: 100%;
  height: 100%;
  table-layout: fixed; }
  @media screen and (max-width: 767px) {
    #site-wrap {
      padding: 0; } }
  #site-wrap .page-row {
    display: table-row;
    min-height: 1px;
    overflow: hidden; }
  #site-wrap .page-row-expanded {
    height: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }

body.landing #site-wrap .page-row-expanded {
  display: table-cell; }

#site-header {
  position: relative;
  z-index: 9;
  line-height: 1;
  background: #ffffff; }
  #site-header #header-top {
    background: #175552; }
    @media screen and (max-width: 767px) {
      #site-header #header-top {
        display: none; } }
  #site-header #header-banner {
    padding: 15px 0; }
    @media screen and (max-width: 767px) {
      #site-header #header-banner {
        padding: 0;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: 50px;
        background: #ffffff;
        border-bottom: 1px solid rgba(0, 0, 0, 0.25); } }
    #site-header #header-banner .row {
      display: table;
      width: 100%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      table-layout: fixed;
      position: relative; }
      #site-header #header-banner .row #header-logo {
        display: table-cell;
        width: 29.16667%;
        vertical-align: middle; }
        @media screen and (max-width: 960px) and (min-width: 768px) {
          #site-header #header-banner .row #header-logo {
            display: table-cell;
            width: 16.66667%; } }
        @media screen and (max-width: 767px) {
          #site-header #header-banner .row #header-logo {
            height: 50px;
            text-align: center; }
            #site-header #header-banner .row #header-logo img {
              max-height: 30px; }
            #site-header #header-banner .row #header-logo .smallLogo {
              margin-left: 45px; }
            #site-header #header-banner .row #header-logo #topLogo {
              position: absolute;
              left: 0;
              top: 0;
              margin: 10px 0; } }
      #site-header #header-banner .row #header-nav {
        display: table-cell;
        width: 70.83333%;
        vertical-align: middle; }
        #site-header #header-banner .row #header-nav #toggle-nav {
          display: none; }
          @media screen and (max-width: 767px) {
            #site-header #header-banner .row #header-nav #toggle-nav {
              display: block;
              float: right;
              font-size: 2.4rem;
              color: #070707;
              cursor: pointer; }
              #site-header #header-banner .row #header-nav #toggle-nav.is-toggled {
                color: #89d2ed; } }
        @media screen and (max-width: 960px) and (min-width: 768px) {
          #site-header #header-banner .row #header-nav {
            display: table-cell;
            width: 83.33333%; } }

#site-main {
  line-height: 1.5; }
  @media screen and (max-width: 767px) {
    #site-main {
      padding: 20px 0 0 0; } }

#site-footer {
  margin: 20px 0 0 0;
  padding: 20px 0 10px;
  font-size: 1.1rem;
  line-height: 1;
  color: #f5f5f5;
  background: #175552; }
  #site-footer p {
    margin: 0 0 15px 0; }
  #site-footer #footer-bottom {
    display: block;
    padding: 10px 0 0 0; }
    #site-footer #footer-bottom:after {
      content: "";
      display: table;
      clear: both; }
    #site-footer #footer-bottom #bottom-social {
      float: left;
      display: block;
      margin-right: 3.84615%;
      width: 48.07692%; }
      #site-footer #footer-bottom #bottom-social:last-child {
        margin-right: 0; }
      #site-footer #footer-bottom #bottom-social a {
        margin: 0 15px 0 0;
        display: inline-block;
        opacity: 1;
        -webkit-transition: color 0.15s ease-in-out;
        -moz-transition: color 0.15s ease-in-out;
        transition: color 0.15s ease-in-out; }
        #site-footer #footer-bottom #bottom-social a:hover {
          opacity: 0.75; }
    #site-footer #footer-bottom #bottom-digerati {
      float: left;
      display: block;
      margin-right: 3.84615%;
      width: 48.07692%;
      text-align: right; }
      #site-footer #footer-bottom #bottom-digerati:last-child {
        margin-right: 0; }
      #site-footer #footer-bottom #bottom-digerati img {
        float: right; }

body.landing #site-footer {
  background: rgba(0, 0, 0, 0.5); }

.backgroundImage {
  display: block !important;
  min-height: 360px !important; }
  @media screen and (max-width: 960px) {
    .backgroundImage {
      width: 100%;
      height: auto !important; } }
  @media screen and (max-width: 767px) {
    .backgroundImage {
      width: 100%;
      min-height: 200px !important; } }

/* 2.2 Grid
  -------------------------------------------------------------------------- */
.container {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }
  .container:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (max-width: 767px) {
    .container {
      padding: 0 20px; } }

/* 2.3 Helpers
  -------------------------------------------------------------------------- */
.section > *:first-child,
.section > *:first-child > *:first-child,
.section > *:first-child > *:first-child > *:first-child {
  margin-top: 0 !important; }

.section > *:last-child,
.section > *:last-child > *:last-child,
.section > *:last-child > *:last-child > *:last-child {
  margin-bottom: 0 !important; }

/* 3.0 Module
  ========================================================================== */
/* 3.1 Sections
  -------------------------------------------------------------------------- */
.section {
  padding: 50px 0; }

/* 3.2 Parts
  -------------------------------------------------------------------------- */
#home-buttons {
  background: #89d2ed; }
  #home-buttons .container {
    display: block; }
    #home-buttons .container:after {
      content: "";
      display: table;
      clear: both; }
    #home-buttons .container .home-button {
      float: left;
      display: block;
      margin-right: 3.84615%;
      width: 30.76923%; }
      #home-buttons .container .home-button:last-child {
        margin-right: 0; }
      #home-buttons .container .home-button:nth-child(3n) {
        margin-right: 0; }
      #home-buttons .container .home-button:nth-child(3n+1) {
        clear: left; }
      @media screen and (max-width: 767px) {
        #home-buttons .container .home-button {
          float: left;
          display: block;
          margin-right: 3.84615%;
          width: 100%; }
          #home-buttons .container .home-button:last-child {
            margin-right: 0; }
          #home-buttons .container .home-button:nth-child(1n) {
            margin-right: 0; }
          #home-buttons .container .home-button:nth-child(1n+1) {
            clear: left; } }
      #home-buttons .container .home-button a {
        display: block;
        padding: 30px 0; }
        #home-buttons .container .home-button a:hover img {
          box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
          -webkit-transform: scale(1.05);
          -moz-transform: scale(1.05);
          -ms-transform: scale(1.05);
          -o-transform: scale(1.05);
          transform: scale(1.05); }
          @media screen and (max-width: 767px) {
            #home-buttons .container .home-button a:hover img {
              box-shadow: none; } }
        #home-buttons .container .home-button a h3 {
          margin: 0 0 25px 0;
          text-align: center;
          text-transform: uppercase;
          color: #ffffff; }
        #home-buttons .container .home-button a img {
          margin: 0 auto;
          border-radius: 100%;
          box-shadow: 0 0 0 rgba(0, 0, 0, 0.25);
          -webkit-transform: scale(1);
          -moz-transform: scale(1);
          -ms-transform: scale(1);
          -o-transform: scale(1);
          transform: scale(1);
          -webkit-transition: all 0.15s ease-in-out;
          -moz-transition: all 0.15s ease-in-out;
          transition: all 0.15s ease-in-out; }
          @media screen and (max-width: 767px) {
            #home-buttons .container .home-button a img {
              padding: 0 50px; } }

#upcoming-events {
  padding: 20px 0;
  background: #89d2ed; }
  #upcoming-events h3 {
    margin: 0 0 20px 0;
    text-align: center;
    color: #ffffff; }
  #upcoming-events .row {
    display: block; }
    #upcoming-events .row:after {
      content: "";
      display: table;
      clear: both; }
    #upcoming-events .row .upcoming-event {
      float: left;
      display: block;
      margin-right: 3.84615%;
      width: 30.76923%;
      text-align: center; }
      #upcoming-events .row .upcoming-event:last-child {
        margin-right: 0; }
      #upcoming-events .row .upcoming-event:nth-child(3n) {
        margin-right: 0; }
      #upcoming-events .row .upcoming-event:nth-child(3n+1) {
        clear: left; }
      @media screen and (max-width: 767px) {
        #upcoming-events .row .upcoming-event {
          float: left;
          display: block;
          margin-right: 3.84615%;
          width: 100%;
          padding: 5px 0; }
          #upcoming-events .row .upcoming-event:last-child {
            margin-right: 0; }
          #upcoming-events .row .upcoming-event:nth-child(1n) {
            margin-right: 0; }
          #upcoming-events .row .upcoming-event:nth-child(1n+1) {
            clear: left; } }
      #upcoming-events .row .upcoming-event a {
        .
        font-size: 20px;
        font-weight: bold;
        line-height: 1;
        color: #175552; }

.form {
  padding: 40px 13.5%;
  background: #ffffff;
  border: 1px solid #cccccc; }
  .form h2 {
    margin-top: 0; }
  @media screen and (max-width: 767px) {
    .form {
      padding: 10px 20px 20px 20px; } }
  .form .form-group {
    padding: 20px 0;
    border-bottom: 1px solid #f5f5f5; }
    @media screen and (max-width: 767px) {
      .form .form-group {
        padding: 5px 0;
        border-bottom: none; } }
    .form .form-group:first-child {
      padding: 0 0 20px 0; }
      @media screen and (max-width: 767px) {
        .form .form-group:first-child {
          padding: 0 0 5px 0; } }
    .form .form-group:last-child {
      padding: 20px 0 0 0;
      border-bottom: 0; }
      @media screen and (max-width: 767px) {
        .form .form-group:last-child {
          padding: 5px 0 0 0; } }
    .form .form-group .group {
      display: block; }
      .form .form-group .group:after {
        content: "";
        display: table;
        clear: both; }
      .form .form-group .group .label {
        float: left;
        display: block;
        margin-right: 3.84615%;
        width: 30.76923%;
        padding: 10px 0 0 0;
        min-height: 1px;
        vertical-align: middle; }
        .form .form-group .group .label:last-child {
          margin-right: 0; }
        @media screen and (max-width: 767px) {
          .form .form-group .group .label {
            float: left;
            display: block;
            margin-right: 3.84615%;
            width: 100%; }
            .form .form-group .group .label:last-child {
              margin-right: 0; } }
        .form .form-group .group .label label {
          font-weight: bold; }
      .form .form-group .group .input {
        float: left;
        display: block;
        margin-right: 3.84615%;
        width: 65.38462%;
        min-height: 1px;
        vertical-align: middle; }
        .form .form-group .group .input:last-child {
          margin-right: 0; }
        .form .form-group .group .input.mobile .ddlStyle {
          float: left;
          width: 30% !important; }
          @media screen and (max-width: 767px) {
            .form .form-group .group .input.mobile .ddlStyle {
              float: none;
              width: 100% !important; } }
        .form .form-group .group .input.mobile .tbxStyle {
          margin: 0 0 0 5%;
          float: left;
          width: 65% !important; }
          @media screen and (max-width: 767px) {
            .form .form-group .group .input.mobile .tbxStyle {
              margin: 0;
              float: none;
              width: 100% !important; } }
        @media screen and (max-width: 767px) {
          .form .form-group .group .input {
            float: left;
            display: block;
            margin-right: 3.84615%;
            width: 100%; }
            .form .form-group .group .input:last-child {
              margin-right: 0; } }
  .form .form-buttons {
    padding: 25px 0;
    text-align: center;
    background: #f5f5f5; }
    @media screen and (max-width: 767px) {
      .form .form-buttons {
        margin: 15px 0 0 0;
        padding: 0;
        background: none; } }
    .form .form-buttons input[type="submit"] {
      margin: 0 5px; }
      @media screen and (max-width: 767px) {
        .form .form-buttons input[type="submit"] {
          margin: 0;
          display: block;
          width: 100%; } }
      @media screen and (max-width: 767px) {
        .form .form-buttons input[type="submit"].clear {
          display: none; } }

.amount-container {
  position: relative; }
  .amount-container:before {
    margin: -0.7rem 0 0 0;
    padding: 0 10px 0 0;
    content: "AUD $";
    position: absolute;
    top: 50%;
    left: 15px;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1;
    border-right: 2px solid #acacac; }
  .amount-container input[type="number"] {
    padding: 0 0 0 80px !important; }

#sermon-items {
  padding: 30px;
  background: #ffffff;
  border: 1px solid #cccccc; }
  @media screen and (max-width: 767px) {
    #sermon-items {
      padding: 10px; } }
  #sermon-items .sermon-item {
    border-bottom: 1px solid #cccccc; }
    #sermon-items .sermon-item.head .sermon-info {
      font-weight: bold;
      color: #175552; }
      #sermon-items .sermon-item.head .sermon-info .info-description {
        text-transform: capitalize; }
    #sermon-items .sermon-item:last-child {
      border-bottom: none; }
    #sermon-items .sermon-item.is-toggled .sermon-content {
      display: block; }
    #sermon-items .sermon-item .sermon-info {
      display: block;
      padding: 10px 0; }
      #sermon-items .sermon-item .sermon-info:after {
        content: "";
        display: table;
        clear: both; }
      #sermon-items .sermon-item .sermon-info .info-description {
        float: left;
        display: block;
        margin-right: 3.84615%;
        width: 56.73077%;
        text-transform: uppercase; }
        #sermon-items .sermon-item .sermon-info .info-description:last-child {
          margin-right: 0; }
      #sermon-items .sermon-item .sermon-info .info-date {
        float: left;
        display: block;
        margin-right: 3.84615%;
        width: 22.11538%; }
        #sermon-items .sermon-item .sermon-info .info-date:last-child {
          margin-right: 0; }
      #sermon-items .sermon-item .sermon-info .info-link {
        float: left;
        display: block;
        margin-right: 3.84615%;
        width: 13.46154%;
        text-align: right; }
        #sermon-items .sermon-item .sermon-info .info-link:last-child {
          margin-right: 0; }
        #sermon-items .sermon-item .sermon-info .info-link a.view {
          color: #89d2ed; }
    #sermon-items .sermon-item .sermon-content {
      display: none; }
      #sermon-items .sermon-item .sermon-content a.button {
        margin: 0 0 30px 0;
        padding: 20px 25px; }

#calendar .event-list {
  margin: 0 0 10px 0;
  display: inline-block;
  float: right; }

#event-items .event-item {
  margin: 0 0 30px 0;
  padding: 0 0 30px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
  #event-items .event-item:last-child {
    border-bottom: 0; }
  #event-items .event-item h2 {
    margin: 0; }
  #event-items .event-item .date {
    margin: 5px 0 10px 0;
    opacity: 0.5; }

#event-item h1 {
  margin: 0; }
#event-item .date {
  margin: 5px 0 10px 0;
  opacity: 0.5; }

#gallery-items {
  display: block; }
  #gallery-items:after {
    content: "";
    display: table;
    clear: both; }
  #gallery-items .gallery-item {
    float: left;
    display: block;
    margin-right: 3.84615%;
    width: 30.76923%;
    padding: 20px 0; }
    #gallery-items .gallery-item:last-child {
      margin-right: 0; }
    #gallery-items .gallery-item:nth-child(3n) {
      margin-right: 0; }
    #gallery-items .gallery-item:nth-child(3n+1) {
      clear: left; }
    @media screen and (max-width: 767px) {
      #gallery-items .gallery-item {
        float: left;
        display: block;
        margin-right: 3.84615%;
        width: 100%; }
        #gallery-items .gallery-item:last-child {
          margin-right: 0; }
        #gallery-items .gallery-item:nth-child(1n) {
          margin-right: 0; }
        #gallery-items .gallery-item:nth-child(1n+1) {
          clear: left; } }
    #gallery-items .gallery-item h3 {
      margin: 5px 0 0 0; }

#gallery-item .slider-nav {
  margin: 20px 0 0 0; }

#landing-container {
  margin: 0 auto;
  padding: 5% 2.5%;
  max-width: 1400px;
  font-size: 2.4rem;
  line-height: 1.25;
  text-align: center; }
  #landing-container img {
    margin: 0 auto; }
    #landing-container img.logo {
      margin: 0 auto 50px auto; }
  #landing-container .container-content {
    margin: 0 auto;
    max-width: 920px; }

#locations {
  display: table;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  table-layout: fixed;
  margin: 75px 0 0 0; }
  #locations .location {
    display: table-cell;
    width: 25%;
    margin: 0 0 40px 0;
    position: relative;
    text-align: left;
    vertical-align: top; }
    #locations .location:first-child:before {
      content: "Visit a location";
      position: absolute;
      top: -4.0rem;
      left: 10px;
      font-size: 2.2rem;
      opacity: 0.75; }
      @media screen and (max-width: 960px) {
        #locations .location:first-child:before {
          display: none; } }
    #locations .location:last-child:before {
      content: "Community Care";
      position: absolute;
      top: -4.0rem;
      left: 10px;
      font-size: 2.2rem;
      opacity: 0.75; }
      @media screen and (max-width: 960px) {
        #locations .location:last-child:before {
          display: none; } }
    #locations .location:hover > div .location-content {
      height: 200px;
      padding: 20px; }
    #locations .location > div {
      margin: 0 10px; }
      #locations .location > div h1 {
        margin: 0; }
        #locations .location > div h1 a {
          margin: 0;
          padding: 10px 15px 10px 50px;
          font-size: 3.8rem;
          font-weight: normal;
          line-height: 1;
          text-transform: lowercase;
          color: #070707;
          background-color: white;
          background-image: url(/images/logo-small.png);
          background-repeat: no-repeat;
          background-position: 8px center;
          display: block;
          color: #070707; }
          #locations .location > div h1 a:hover {
            color: #175552;
            background-color: #f5f5f5; }
      #locations .location > div .location-content {
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
        height: 0px;
        overflow: hidden;
        margin: 10px 0 0 0;
        padding: 0 20px;
        font-family: "gotham", sans-serif;
        font-size: 1.6rem;
        color: #ffffff;
        background: rgba(0, 0, 0, 0.4); }
        @media screen and (max-width: 767px) {
          #locations .location > div .location-content {
            min-height: 0; } }
        #locations .location > div .location-content p {
          margin: 0 0 20px 0; }
  @media screen and (max-width: 960px) and (min-width: 768px) {
    #locations {
      display: block; }
      #locations:after {
        content: "";
        display: table;
        clear: both; }
      #locations .location {
        float: left;
        display: block;
        margin-right: 3.84615%;
        width: 48.07692%; }
        #locations .location:last-child {
          margin-right: 0; }
        #locations .location:nth-child(2n) {
          margin-right: 0; }
        #locations .location:nth-child(2n+1) {
          clear: left; } }
  @media screen and (max-width: 767px) {
    #locations {
      display: block; }
      #locations:after {
        content: "";
        display: table;
        clear: both; }
      #locations .location {
        float: left;
        display: block;
        margin-right: 3.84615%;
        width: 100%; }
        #locations .location:last-child {
          margin-right: 0; }
        #locations .location:nth-child(1n) {
          margin-right: 0; }
        #locations .location:nth-child(1n+1) {
          clear: left; } }

#profile-items {
  display: block; }
  #profile-items:after {
    content: "";
    display: table;
    clear: both; }
  #profile-items .home-button {
    float: left;
    display: block;
    margin-right: 3.84615%;
    width: 16.92308%;
    padding: 15px 0;
    display: block; }
    #profile-items .home-button:last-child {
      margin-right: 0; }
    #profile-items .home-button:nth-child(5n) {
      margin-right: 0; }
    #profile-items .home-button:nth-child(5n+1) {
      clear: left; }
    @media screen and (max-width: 767px) {
      #profile-items .home-button {
        float: left;
        display: block;
        margin-right: 3.84615%;
        width: 100%; }
        #profile-items .home-button:last-child {
          margin-right: 0; }
        #profile-items .home-button:nth-child(1n) {
          margin-right: 0; }
        #profile-items .home-button:nth-child(1n+1) {
          clear: left; } }
    #profile-items .home-button:hover img {
      box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
      -webkit-transform: scale(1.05);
      -moz-transform: scale(1.05);
      -ms-transform: scale(1.05);
      -o-transform: scale(1.05);
      transform: scale(1.05); }
      @media screen and (max-width: 767px) {
        #profile-items .home-button:hover img {
          box-shadow: none; } }
    #profile-items .home-button img {
      margin: 0 auto;
      border-radius: 100%;
      box-shadow: 0 0 0 rgba(0, 0, 0, 0.25);
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
      -webkit-transition: all 0.15s ease-in-out;
      -moz-transition: all 0.15s ease-in-out;
      transition: all 0.15s ease-in-out; }
      @media screen and (max-width: 767px) {
        #profile-items .home-button img {
          padding: 0 50px; } }
    #profile-items .home-button h3 {
      margin: 7px 0 5px 0;
      text-align: center;
      color: #070707;
      font-size: 1.75rem !important; }
    #profile-items .home-button p {
      margin: 0; }
    #profile-items .home-button p {
      text-align: center;
      color: #070707;
      font-size: 1.5rem !important;
      margin: 0 0 5px 0; }

/* 3.3 Navigation
  -------------------------------------------------------------------------- */
#nav-locations {
  margin: 0;
  padding: 28px 0;
  text-align: right;
  list-style: none; }
  #nav-locations li {
    margin: 0 25px 0 0;
    display: inline-block; }
    #nav-locations li:last-child {
      margin: 0; }
    #nav-locations li a {
      font-family: "gotham", sans-serif;
      text-transform: lowercase;
      color: #ffffff; }
      #nav-locations li a:hover {
        color: #89d2ed; }

@media screen and (min-width: 768px) {
  #nav-header {
    margin: 0;
    padding: 0;
    left: 0 !important;
    list-style: none;
    text-align: right; }
    #nav-header > li {
      display: inline-block; }
      #nav-header > li.active > a {
        color: #89d2ed; }
      #nav-header > li:hover > a {
        color: #89d2ed; }
      #nav-header > li:hover > ul {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px); }
      #nav-header > li:last-child > a {
        padding: 18px 0px 18px 9px; }
        #nav-header > li:last-child > a:after {
          display: none; }
      #nav-header > li > a {
        margin: 0 -4px 0 0;
        padding: 18px 10px;
        position: relative;
        display: block;
        font-family: "gotham", sans-serif;
        text-transform: lowercase;
        line-height: 1;
        color: #070707; } }
      @media screen and (min-width: 768px) and (max-width: 960px) and (min-width: 768px) {
        #nav-header > li > a {
          padding: 18px 8px; } }
@media screen and (min-width: 768px) {
        #nav-header > li > a:after {
          content: "";
          position: absolute;
          top: 37.5%;
          right: 0;
          bottom: 37.5%;
          width: 2px;
          background: #acacac; }
        #nav-header > li > a:hover {
          color: #89d2ed; }
      #nav-header > li > ul {
        display: table;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        table-layout: fixed;
        margin: 0;
        padding: 60px 60px 20px 60px;
        position: absolute;
        top: 100%;
        left: 0 !important;
        right: 0;
        text-align: left;
        color: #ffffff;
        list-style: none;
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translateY(-5px);
        -moz-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        -o-transform: translateY(-5px);
        transform: translateY(-5px);
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out; }
        #nav-header > li > ul:before {
          content: "";
          position: absolute;
          z-index: 1;
          top: 30px;
          left: 0;
          right: 0;
          bottom: 0;
          background: rgba(23, 85, 82, 0.9); }
        #nav-header > li > ul > li {
          display: table-cell;
          width: 100%;
          position: relative;
          z-index: 2; }
          #nav-header > li > ul > li.mob-only {
            display: none; }
          #nav-header > li > ul > li > a {
            font-family: "gotham", sans-serif;
            font-size: 1.6rem;
            font-weight: bold;
            text-transform: uppercase;
            color: #ffffff; }
          #nav-header > li > ul > li > ul {
            margin: 0;
            padding: 15px 0 0 0;
            left: 0 !important;
            list-style: none; }
            #nav-header > li > ul > li > ul > li {
              margin: 3px 0; }
              #nav-header > li > ul > li > ul > li.mob-only {
                display: none; }
              #nav-header > li > ul > li > ul > li > a {
                line-height: 1.25;
                color: #ffffff; }
                #nav-header > li > ul > li > ul > li > a:hover {
                  color: #89d2ed; } }
@media screen and (max-width: 767px) {
  .nav-outer {
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0;
    visibility: hidden;
    opacity: 0; }
    .nav-outer.is-toggled {
      visibility: visible;
      opacity: 1; }
    .nav-outer .nav-inner {
      position: relative;
      left: 0;
      height: 100%;
      background: #070707; }

  #nav-header {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    list-style: none;
    background: #070707;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
    #nav-header ul {
      background: #070707;
      height: 100%; }
    #nav-header > li.active > ul {
      visibility: visible; }
    #nav-header > li.has-ul > a {
      position: relative; }
      #nav-header > li.has-ul > a:after {
        margin: -0.7rem 0 0 0;
        content: "\f054";
        position: absolute;
        top: 50%;
        right: 0;
        bottom: 0;
        font-family: "fontawesome";
        font-size: 1.4rem;
        line-height: 1;
        width: 25px; }
    #nav-header > li > a {
      display: block;
      padding: 15px 20px;
      color: #ffffff;
      border-bottom: 1px solid rgba(255, 255, 255, 0.25); }
      #nav-header > li > a:hover {
        background: rgba(255, 255, 255, 0.1); }
    #nav-header > li > ul {
      margin: 0;
      padding: 0;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      list-style: none;
      background: #070707;
      z-index: 100;
      visibility: hidden;
      -webkit-transition: all 0.25s ease-in-out;
      -moz-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out; }
      #nav-header > li > ul > li.active > ul {
        visibility: visible; }
      #nav-header > li > ul > li.has-ul > a {
        position: relative; }
        #nav-header > li > ul > li.has-ul > a:after {
          margin: -0.7rem 0 0 0;
          content: "\f054";
          position: absolute;
          top: 50%;
          right: 0;
          bottom: 0;
          font-family: "fontawesome";
          font-size: 1.4rem;
          line-height: 1;
          width: 25px; }
      #nav-header > li > ul > li > a {
        display: block;
        padding: 15px 20px;
        color: #ffffff;
        border-bottom: 1px solid rgba(255, 255, 255, 0.25); }
        #nav-header > li > ul > li > a:hover {
          background: rgba(255, 255, 255, 0.1); }
      #nav-header > li > ul > li > ul {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        list-style: none;
        background: #070707;
        z-index: 200;
        visibility: hidden;
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out; }
        #nav-header > li > ul > li > ul > li > a {
          padding: 15px 20px;
          display: block;
          color: #ffffff;
          border-bottom: 1px solid rgba(255, 255, 255, 0.25); }
          #nav-header > li > ul > li > ul > li > a:hover {
            background: rgba(255, 255, 255, 0.1); } }
#nav-header li a[href="#"] {
  cursor: default; }

#nav-footer {
  margin: 8px 0;
  padding: 0;
  list-style: none; }
  #nav-footer li {
    margin: 0 5px 0 0;
    padding: 0 8px 0 0;
    display: inline-block;
    border-right: 1px solid rgba(245, 245, 245, 0.5); }
    #nav-footer li:last-child {
      margin: 0;
      padding: 0;
      border-right: none; }
    #nav-footer li a {
      color: #f5f5f5; }
      #nav-footer li a:hover {
        color: #89d2ed; }

a.button {
  margin: 2.5% 0;
  padding: 25px;
  display: inline-block;
  width: auto;
  font-family: "gotham", sans-serif;
  font-size: 1.4rem;
  text-transform: uppercase;
  line-height: 0;
  color: #f5f5f5;
  border: 1px solid #175552;
  background: #175552; }
  a.button:hover {
    color: #f5f5f5;
    border: 1px solid #070707;
    background: #070707; }

a {
  text-decoration: none;
  color: #2da59f;
  cursor: pointer;
  -webkit-transition: color 0.15s ease-in-out;
  -moz-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out; }
  a:hover {
    color: #070707; }
  a img {
    border: none; }

/* 4.0 State
  ========================================================================== */
/* 4.1 Plugins
  -------------------------------------------------------------------------- */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

table.RadCalendar_Ephpheta {
  margin: 0 0 25px 0;
  width: 100%;
  font-size: 12px;
  line-height: 1.35;
  background: #ffffff;
  border: 1px solid #cccccc;
  table-layout: fixed; }

.RadCalendar_Ephpheta .rcTitlebar {
  height: 50px;
  font-size: bold;
  color: #f5f5f5;
  background: #175552; }

#contentLeftInner .RadCalendar_Ephpheta .rcTitlebar {
  height: 50px; }

.RadCalendar_Ephpheta .rcTitlebar table {
  width: 100%;
  border: 0;
  border-collapse: separate; }

.RadCalendar_Ephpheta .rcTitlebar td {
  border: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle; }

.RadCalendar_Ephpheta .rcTitlebar .rcTitle {
  width: 100%;
  font-size: 15px;
  cursor: default; }

.RadCalendar_Ephpheta .rcTitlebar .rcPrev,
.RadCalendar_Ephpheta .rcTitlebar .rcNext {
  margin: 0 20px;
  display: block;
  width: 8px;
  height: 11px;
  background-image: url(/images/buttons-calendar.png);
  text-indent: -2222px;
  text-decoration: none;
  overflow: hidden; }

.RadCalendar_Ephpheta .rcTitlebar .rcPrev {
  background-position: 0 0; }

.RadCalendar_Ephpheta .rcTitlebar .rcNext {
  background-position: -8px 0; }

.RadCalendar_Ephpheta .rcTitlebar .rcFastPrev,
.RadCalendar_Ephpheta .rcTitlebar .rcFastNext {
  display: none; }

.RadCalendar_Ephpheta .rcMain {
  width: 100%;
  border: 0;
  padding: 0; }

.RadCalendar_Ephpheta .rcMainTable {
  width: 100%;
  border: 0;
  border-collapse: separate;
  table-layout: fixed; }

.RadCalendar_Ephpheta .rcHeader,
.RadCalendar_Ephpheta .rcFooter {
  padding: 0;
  border: 0; }

.RadCalendar_Ephpheta .rcWeek th,
.RadCalendar_Ephpheta .rcRow th {
  min-width: 21px;
  height: 50px;
  font-size: 10px;
  font-weight: normal;
  text-transform: uppercase;
  vertical-align: middle;
  cursor: default;
  background: #cccccc;
  border: 1px solid #cccccc; }

#contentLeftInner .RadCalendar_Ephpheta .rcWeek th,
#contentLeftInner .RadCalendar_Ephpheta .rcRow th {
  height: 40px;
  font-size: 12px;
  text-align: center; }

.RadCalendar_Ephpheta .rcRow td {
  width: 29px;
  height: 85px;
  font-family: Arial, sans-serif;
  font-size: 11px;
  text-align: center;
  border: 1px solid #cccccc; }
  @media screen and (max-width: 767px) {
    .RadCalendar_Ephpheta .rcRow td {
      height: auto; } }
  .RadCalendar_Ephpheta .rcRow td a {
    color: #aaaaaa; }

#contentLeftInner .RadCalendar_Ephpheta .rcRow td {
  width: 79px;
  font-size: 13px;
  text-indent: 0; }

.RadCalendar_Ephpheta .rcRow .rcDayEvent a {
  display: block;
  width: 100%;
  color: #175552; }

#contentLeftInner .RadCalendar_Ephpheta .rcRow .rcDayEvent a {
  padding: 10px 0;
  display: block;
  font-size: 10px;
  text-indent: 0; }
  #contentLeftInner .RadCalendar_Ephpheta .rcRow .rcDayEvent a > div {
    margin: 5px 0 0 0;
    display: block; }

.RadCalendar_Ephpheta .rcRow .rcMulti a {
  display: block;
  color: #175552;
  overflow: hidden; }

#contentLeftInner .RadCalendar_Ephpheta .rcRow .rcMulti a {
  padding: 10px 0;
  display: block;
  font-size: 10px;
  text-indent: 0; }

/* 4.2 Animations
  -------------------------------------------------------------------------- */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
#header-logo #topLogo {
  display: none; }

#topLogo {
  float: left;
  margin: 14px 0; }

@media screen and (max-width: 767px) {
  #header-logo #topLogo {
    display: block; } }
.divMyCMSPageContent img {
  margin: 10px; }
.divMyCMSPageContent div {
  display: inline-block;
  margin-bottom: 25px; }

.divFAQ {
  border-bottom: solid 1px #175552; }
  .divFAQ p {
    margin: 0 0 25px 0; }

.divQuestion {
  line-height: 36px;
  font-size: 18px;
  color: #175552 !important;
  text-decoration: none !important; }

.hide-for-mobile {
  display: block; }
  @media screen and (max-width: 767px) {
    .hide-for-mobile {
      display: none; } }

.show-for-mobile {
  display: none; }
  @media screen and (max-width: 767px) {
    .show-for-mobile {
      display: block; } }

/*# sourceMappingURL=Website.css.map */
