﻿/* ****************************************** */
/* border radius */
/* ****************************************** */
/* ****************************************** */
/* border radius */
/* ****************************************** */
/* ****************************************** */
/* Mixin to create a bootstrap button with custom colors */
/* ****************************************** */
/* ****************************************** */
/* media queries colours */
/* ****************************************** */
/* ****************************************** */
/* Large devices (large desktops, 1200px and up)
/* ****************************************** */
/* ****************************************** */
/* Medium devices (desktops, 992px and up)
/* ****************************************** */
/* ****************************************** */
/* Small devices (tablets, 768px and up)
/* ****************************************** */
/* ****************************************** */
/* Very small devices (tablets, 480px and up)
/* ****************************************** */
/* ****************************************** */
/* base global colours */
/* ****************************************** */
/* ****************************************** */
/* font family */
/* ****************************************** */
/* ****************************************** */
/* font weights */
/* ****************************************** */
/* ****************************************** */
/* title sizes */
/* ****************************************** */
/* ****************************************** */
/* font sizes */
/* ****************************************** */
/* ****************************************** */
/* header sizes */
/* ****************************************** */
/* ****************************************** */
/* navigation sizes */
/* ****************************************** */
/* ****************************************** */
/* site terms sizes */
/* ****************************************** */
/* ****************************************** */
/* banner sizes */
/* ****************************************** */
/* ****************************************** */
/* layout spacers */
/* ****************************************** */
.spacer130 {
  display: block;
  margin-bottom: 130px;
}

.spacer100 {
  display: block;
  margin-bottom: 100px;
}

.spacer90 {
  display: block;
  margin-bottom: 90px;
}

.spacer80 {
  display: block;
  margin-bottom: 80px;
}

.spacer70 {
  display: block;
  margin-bottom: 70px;
}

.spacer60 {
  display: block;
  margin-bottom: 60px;
}

.spacer50 {
  display: block;
  margin-bottom: 50px;
}

.spacer40 {
  display: block;
  margin-bottom: 40px;
}

.spacer30 {
  display: block;
  margin-bottom: 30px;
}

.spacer20 {
  display: block;
  margin-bottom: 20px;
}

.spacer10 {
  display: block;
  margin-bottom: 10px;
}

/* ****************************************** */
/* global styles */
/* ****************************************** */
html, body {
  height: 100%;
}

body {
  color: #000000;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  background-color: #cce7fc;
  background-image: url(/assets/img/layout/bg-background.jpg);
  background-repeat: repeat-x;
  background-position: top left;
}

/* ****************************************** */
/* bootstrap globals */
/* ****************************************** */
.container-fluid {
  max-width: 990px;
}

* {
  outline: none !important;
}

.btn-default {
  color: #333;
  background-color: #de7fa5;
  border-color: #d0487e;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  text-transform: uppercase;
}
.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #d45688;
  border-color: #791f43;
}
.btn-default:hover {
  color: #333;
  background-color: #d45688;
  border-color: #ad2d60;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #d45688;
  border-color: #ad2d60;
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #cc3a75;
  border-color: #791f43;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
  background-color: #de7fa5;
  border-color: #d0487e;
}
.btn-default .badge {
  color: #de7fa5;
  background-color: #333;
}

.btn-primary {
  color: #333;
  background-color: #cce7fc;
  border-color: #76bef7;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  text-transform: uppercase;
}
.btn-primary:focus, .btn-primary.focus {
  color: #333;
  background-color: #9cd0f9;
  border-color: #0d84e0;
}
.btn-primary:hover {
  color: #333;
  background-color: #9cd0f9;
  border-color: #3ca3f4;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #333;
  background-color: #9cd0f9;
  border-color: #3ca3f4;
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #333;
  background-color: #7ac0f7;
  border-color: #0d84e0;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
  background-color: #cce7fc;
  border-color: #76bef7;
}
.btn-primary .badge {
  color: #cce7fc;
  background-color: #333;
}

/* ****************************************** */
/* Large devices (large desktops, 1200px and up)
/* ****************************************** */
/* ****************************************** */
/* Medium devices (desktops, 992px and up)
/* ****************************************** */
/* ****************************************** */
/* Small devices (tablets, 768px and up)
/* ****************************************** */
/* ****************************************** */
/* Very small devices (tablets, 480px and up)
/* ****************************************** */
/* ****************************************** */
/* main navigation styles */
/* ****************************************** */
.navbar-grob {
  min-height: 0;
  margin: 52px 0;
}
.navbar-grob .nav > li > a {
  padding: 0 9px;
  font-size: 14px;
  text-transform: uppercase;
  color: #9b9797;
  font-weight: 900;
}
.navbar-grob .nav > li > a:focus, .navbar-grob .nav > li > a:hover {
  color: #de7fa5;
  background-color: transparent;
}
.navbar-grob .dropdown:hover .dropdown-menu {
  display: block;
}
.navbar-grob .navbar-toggle {
  position: fixed;
  top: 30px;
  right: 2%;
  height: 27px;
  width: 35px;
  cursor: pointer;
  z-index: 100;
  transition: opacity 0.25s ease;
}
.navbar-grob .navbar-toggle:hover {
  opacity: 0.7;
}
.navbar-grob .navbar-toggle.active .top {
  -webkit-transform: translateY(11px) translateX(0) rotate(45deg);
  transform: translateY(11px) translateX(0) rotate(45deg);
  background: #FFF;
}
.navbar-grob .navbar-toggle.active .middle {
  opacity: 0;
  background: #FFF;
}
.navbar-grob .navbar-toggle.active .bottom {
  -webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
  transform: translateY(-11px) translateX(0) rotate(-45deg);
  background: #FFF;
}
.navbar-grob .navbar-toggle span {
  background: #de7fa5;
  border: none;
  height: 5px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease;
  cursor: pointer;
}
.navbar-grob .navbar-toggle span:nth-of-type(2) {
  top: 11px;
}
.navbar-grob .navbar-toggle span:nth-of-type(3) {
  top: 22px;
}

/* ****************************************** */
/* Large devices (large desktops, 1200px and up)
/* ****************************************** */
/* ****************************************** */
/* Medium devices (desktops, 992px and up)
/* ****************************************** */
@media only screen and (max-width: 992px) {
  /* ****************************************** */
  /* main navigation styles */
  /* ****************************************** */
  .navbar-grob {
    margin: 28px 0;
  }
  .navbar-grob .nav > li > a {
    padding: 0 8px;
  }
}
/* ****************************************** */
/* Small devices (tablets, 768px and up)
/* ****************************************** */
@media only screen and (max-width: 768px) {
  /* ****************************************** */
  /* main navigation styles */
  /* ****************************************** */
  .navbar-grob {
    margin: 0;
  }
}
/* ****************************************** */
/* Very small devices (tablets, 480px and up)
/* ****************************************** */
/* ****************************************** */
/* alert box styling */
/* ****************************************** */
.alert {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  margin: 0;
  border: 0;
  padding: 20px;
}
.alert p:last-child {
  margin-bottom: 0;
}
.alert.alert-primary {
  background-color: #de7fa5;
  color: #ffffff;
}
.alert.alert-primary a {
  color: #ffffff;
}

/* ****************************************** */
/* Large devices (large desktops, 1200px and up)
/* ****************************************** */
/* ****************************************** */
/* Medium devices (desktops, 992px and up)
/* ****************************************** */
/* ****************************************** */
/* Small devices (tablets, 768px and up)
/* ****************************************** */
/* ****************************************** */
/* Very small devices (tablets, 480px and up)
/* ****************************************** */
/* ****************************************** */
/* header styles */
/* ****************************************** */
header .logo {
  padding: 20px;
}
header .logo p {
  text-transform: uppercase;
  margin: 0 0 3px;
  font-size: 11px;
}
header .logo p strong {
  font-weight: normal;
  color: #de7fa5;
}

/* ****************************************** */
/* Large devices (large desktops, 1200px and up)
/* ****************************************** */
/* ****************************************** */
/* Medium devices (desktops, 992px and up)
/* ****************************************** */
/* ****************************************** */
/* Small devices (tablets, 768px and up)
/* ****************************************** */
/* ****************************************** */
/* Very small devices (tablets, 480px and up)
/* ****************************************** */
@media only screen and (max-width: 480px) {
  /* ****************************************** */
  /* header styles */
  /* ****************************************** */
  header .logo {
    padding: 25px 20px;
  }
}
/* ****************************************** */
/* footer styles */
/* ****************************************** */
footer {
  color: #9a9a9a;
  background-color: #363636;
  font-style: italic;
  font-size: 12px;
  padding: 10px 15px 0 15px;
}
footer p {
  margin: 0;
  padding: 9px 0;
}
footer ul.list-inline {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}
footer ul.list-inline li {
  padding-left: 2px;
  padding-right: 2px;
}

/* ****************************************** */
/* Large devices (large desktops, 1200px and up)
/* ****************************************** */
/* ****************************************** */
/* Medium devices (desktops, 992px and up)
/* ****************************************** */
/* ****************************************** */
/* Small devices (tablets, 768px and up)
/* ****************************************** */
@media only screen and (max-width: 768px) {
  /* ****************************************** */
  /* footer styles */
  /* ****************************************** */
  footer .text-left {
    text-align: center;
  }
  footer ul {
    margin: auto;
  }
  footer ul.list-inline {
    float: none;
    margin: 10px auto;
    text-align: center;
  }
}
/* ****************************************** */
/* Very small devices (tablets, 480px and up)
/* ****************************************** */
/* ****************************************** */
/* intro section colours */
/* ****************************************** */
section.intro {
  position: relative;
}
section.intro::after {
  content: "";
  background-image: url(/Images/bg-welcome.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 2;
}
section.intro .wrapper {
  position: relative;
  padding: 20px 30px;
  z-index: 3;
}

/* ****************************************** */
/* home widgets section colours */
/* ****************************************** */
section.home-widgets {
  padding: 30px 20px 0 20px;
}
section.home-widgets .wrapper {
  display: block;
}
section.home-widgets hr {
  margin: 10px 0;
}

.banner {
  position: relative;
  color: #ffffff;
  font-size: 16px;
}
.banner .contact-wrapper {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 30px;
  width: 350px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: linear-gradient(to bottom, rgba(235, 202, 217, 0.1), rgb(235, 202, 217));
}
.banner .contact-wrapper .contact-inner {
  text-transform: uppercase;
  font-size: 32px;
  color: #de7fa5;
  font-family: "Dosis", sans-serif;
  padding: 7px 15px;
}
.banner .contact-wrapper .contact-inner p {
  line-height: 1.2em;
  margin: 0;
}
.banner .contact-wrapper .contact-info {
  padding: 7px 15px;
  background-color: #de7fa5;
}
.banner .contact-wrapper .contact-info a {
  color: #ffffff;
}
.banner .contact-wrapper .contact-info p {
  margin: 0;
}

.member-carousel div {
  padding: 15px;
}

.banner-mobile {
  display: none;
  margin: 0;
  padding: 10px 40px;
  background-color: #de7fa5;
  color: #ffffff;
  text-align: center;
}
.banner-mobile h2 {
  color: #ffffff;
  padding-bottom: 7px;
}
.banner-mobile a {
  color: #ffffff;
}
.banner-mobile p {
  margin: 0;
}

/* ****************************************** */
/* Large devices (large desktops, 1200px and up)
/* ****************************************** */
/* ****************************************** */
/* Medium devices (desktops, 992px and up)
/* ****************************************** */
@media only screen and (max-width: 992px) {
  .banner .contact-wrapper {
    display: none;
  }
  .banner-mobile {
    display: block;
  }
}
/* ****************************************** */
/* Small devices (tablets, 768px and up)
/* ****************************************** */
@media only screen and (max-width: 768px) {
  /* ****************************************** */
  /* intro section colours */
  /* ****************************************** */
  section.intro::after {
    opacity: 0.3;
  }
}
/* ****************************************** */
/* Very small devices (tablets, 480px and up)
/* ****************************************** */
/* ****************************************** */
/* heading styles */
/* ****************************************** */
h1 {
  padding: 0;
  margin: 0;
  font-size: 30px;
  text-transform: uppercase;
  color: #de7fa5;
  font-family: "Dosis", sans-serif;
}

h2 {
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  color: #de7fa5;
  font-family: "Dosis", sans-serif;
  font-size: 20px;
  font-weight: 900;
}

h3 {
  padding: 0;
  margin: 0;
  text-transform: none;
  color: #de7fa5;
  font-family: "Dosis", sans-serif;
  font-size: 18px;
}

/* ****************************************** */
/* compontent styles */
/* ****************************************** */
hr {
  height: 3px;
  color: #de7fa5;
  background: #de7fa5;
  border: 0;
  margin: 5px 0;
}

a.link {
  height: 29px;
  line-height: 29px;
  float: right;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 42px 0 10px;
  background-color: #dd7fa7;
  background-image: url(/assets/img/general/link.jpg);
  background-position: right top;
  background-repeat: no-repeat;
}

.map {
  width: 100%;
  display: block;
  overflow: hidden;
  height: 0;
  padding-top: 70%;
}

/* ****************************************** */
/* global tool styles */
/* ****************************************** */
.wrapper-outer {
  width: 100%;
  position: relative;
}
.wrapper-outer .ribbon {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  height: 13px;
  background-image: url(/assets/img/layout/bg-ribbon.png);
  background-repeat: repeat-x;
  background-position: left top;
}
.wrapper-outer .wrapper-shade {
  margin-top: -20px;
  padding-top: 32px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 3px 23px 3px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 3px 23px 3px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 3px 23px 3px rgba(0, 0, 0, 0.75);
}

/* ****************************************** */
/* form stylings
/* ****************************************** */
form .form-control {
  outline: none !important;
  border: 1px solid #ccc !important;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  box-shadow: none !important;
}
form textarea {
  resize: none;
}

/* ****************************************** */
/* overlay styles */
/* ****************************************** */
.overlay {
  position: fixed;
  background: #de7fa5;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  overflow: hidden;
  z-index: 9;
}
.overlay.open {
  opacity: 1;
  visibility: visible;
  height: 100%;
}
.overlay.open li {
  -webkit-animation: fadeInRight 0.5s ease forwards;
  animation: fadeInRight 0.5s ease forwards;
  -webkit-animation-delay: 0.35s;
  animation-delay: 0.35s;
}
.overlay.open li:nth-of-type(2) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.overlay.open li:nth-of-type(3) {
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s;
}
.overlay.open li:nth-of-type(4) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.overlay.open li:nth-of-type(5) {
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s;
}
.overlay.open nav {
  position: relative;
  height: 70%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 50px;
  font-weight: 400;
  text-align: center;
}
.overlay.open nav ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 100%;
}
.overlay.open nav ul li {
  display: block;
  height: 25%;
  height: 20%;
  min-height: 50px;
  position: relative;
  opacity: 0;
}
.overlay.open nav ul li a {
  display: block;
  position: relative;
  color: #FFF;
  text-decoration: none;
  overflow: hidden;
}
.overlay.open nav ul li a:hover:after, .overlay.open nav ul li a:focus:after, .overlay.open nav ul li a:active:after {
  width: 100%;
}
.overlay.open nav ul li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 3px;
  background: #FFF;
  transition: 0.35s;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
/* ****************************************** */
/* overlay styles */
/* ****************************************** */
section.terms {
  position: relative;
}
section.terms a {
  color: #000000;
}
section.terms::after {
  content: "";
  background-image: url(/assets/img/layout/bg-footer.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 1;
}
section.terms .wrapper {
  position: relative;
  padding: 0 20px 30px 20px;
  z-index: 3;
}
section.terms .wrapper .ten-columns > .col-sm-2 {
  width: 20%;
  float: left;
}
section.terms .wrapper p {
  font-size: 12px;
}
section.terms .wrapper h2 {
  color: #bec457;
}
section.terms .wrapper hr {
  color: #bec457;
  background: #bec457;
}
section.terms .wrapper img {
  margin-bottom: 10px;
}

/* ****************************************** */
/* content styles */
/* ****************************************** */
section.content .wrapper {
  padding: 0 20px;
}
section.content .wrapper p {
  margin: 0 0 15px;
}
section.content .wrapper a {
  color: #de7fa5;
}
section.content .wrapper .content-area ul {
  margin-bottom: 40px;
}
section.content .wrapper .content-area h1, section.content .wrapper .content-area h2, section.content .wrapper .content-area h3, section.content .wrapper .content-area h4, section.content .wrapper .content-area h5 {
  margin-bottom: 6px;
}
section.content .wrapper .content-area img {
  max-width: 100%;
  min-width: 70px;
  height: auto !important;
}
section.content .wrapper .location h2 {
  color: #000000;
  text-transform: none;
  margin-bottom: 10px;
}
section.content .wrapper .location h3 {
  text-transform: uppercase;
  margin-bottom: 5px;
}
section.content .wrapper .location p {
  margin: 0 0 25px;
}
section.content .wrapper .letter h2 {
  text-transform: none;
  font-weight: 400;
  margin: 0 0 5px;
  font-style: italic;
}
section.content .wrapper .letter p {
  margin: 0 0 10px;
}

/* ****************************************** */
/* Large devices (large desktops, 1200px and up)
/* ****************************************** */
/* ****************************************** */
/* Medium devices (desktops, 992px and up)
/* ****************************************** */
@media only screen and (max-width: 992px) {
  /* ****************************************** */
  /* overlay styles */
  /* ****************************************** */
  section.terms .wrapper .ten-columns > .col-sm-2 {
    width: 50%;
    text-align: center;
  }
}
/* ****************************************** */
/* Small devices (tablets, 768px and up)
/* ****************************************** */
@media only screen and (max-width: 768px) {
  /* ****************************************** */
  /* overlay styles */
  /* ****************************************** */
  section.terms .wrapper .ten-columns > .col-sm-2 {
    width: 100%;
  }
}
/* ****************************************** */
/* Very small devices (tablets, 480px and up)
/* ****************************************** */
