@import url(https://fonts.googleapis.com/css?family=Libre+Baskerville:400,400italic);
/* 
 $default-prefixes: webkit moz ms o;
 @mixin build-prefix-values($property, $value, $prefixes: $default-prefixes) {
 @each $prefix in $prefixes {
 -#{$prefix}-#{$property}: #{$value};
 }
 #{$property}: #{$value};
 } 
 @mixin transition($property: all, $delay: 1s, $timing: linear) {
 $value: $property $delay $timing;
 // use default prefixes
 @include build-prefix-values('transition', $value);
 }
 @mixin transform($transform) {
 $value: $transform;
 // use default prefixes
 @include build-prefix-values('transform', $value);
 } *//*
 * Handles prefixes for transitions.
 * @param {property timing easing}
 *//*
 * Handles prefixes for transforms.
 * @param {property timing easing}
 *//*
 * Handles prefixes for transform-origin.
 * @param {x y}
 *//* Custom functions *//**
 * Calculates the percentage font size.
 * @param  {font-size(px)}
 * @return {font-size(percentage)}
 *//**
 * Calculates the line height percentage.
 * @param  {line-height(px)}
 * @param  {font-size(px)}
 * @return {line-height(percentage)}
 *//**
 * Create an element for a block.
 * @param  {string}
 * @return {element}          
 *//**
 * Create a modifier for a block.
 * @param  {string}
 * @return {modifier}           
 *//**
 * Responsive break points
 *//* 
 $default-prefixes: webkit moz ms o;
 @mixin build-prefix-values($property, $value, $prefixes: $default-prefixes) {
 @each $prefix in $prefixes {
 -#{$prefix}-#{$property}: #{$value};
 }
 #{$property}: #{$value};
 } 
 @mixin transition($property: all, $delay: 1s, $timing: linear) {
 $value: $property $delay $timing;
 // use default prefixes
 @include build-prefix-values('transition', $value);
 }
 @mixin transform($transform) {
 $value: $transform;
 // use default prefixes
 @include build-prefix-values('transform', $value);
 } *//*
 * Handles prefixes for transitions.
 * @param {property timing easing}
 *//*
 * Handles prefixes for transforms.
 * @param {property timing easing}
 *//*
 * Handles prefixes for transform-origin.
 * @param {x y}
 *//* Custom functions *//**
 * Calculates the percentage font size.
 * @param  {font-size(px)}
 * @return {font-size(percentage)}
 *//**
 * Calculates the line height percentage.
 * @param  {line-height(px)}
 * @param  {font-size(px)}
 * @return {line-height(percentage)}
 *//**
 * Create an element for a block.
 * @param  {string}
 * @return {element}          
 *//**
 * Create a modifier for a block.
 * @param  {string}
 * @return {modifier}           
 *//**
 * Responsive break points
 */@font-face {
  font-family: 'League Spartan';
  src: url('../fonts/leaguespartan-bold-webfont.eot');
  src: url('../fonts/leaguespartan-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/leaguespartan-bold-webfont.woff2') format('woff2'), url('../fonts/leaguespartan-bold-webfont.woff') format('woff'), url('../fonts/leaguespartan-bold-webfont.ttf') format('truetype'), url('../fonts/leaguespartan-bold-webfont.svg#league_spartanregular') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'CGOmega';
  src: url('../fonts/CGOmega-webfont.eot');
  src: url('../fonts/CGOmega-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/CGOmega-webfont.woff2') format('woff2'), url('../fonts/CGOmega-webfont.woff') format('woff'), url('../fonts/CGOmega-webfont.ttf') format('truetype'), url('../fonts/CGOmega-webfont.svg#cg_omegaregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'fontello';
  src: url('../fonts/fontello.eot?24773981');
  src: url('../fonts/fontello.eot?24773981#iefix') format('embedded-opentype'), url('../fonts/fontello.woff?24773981') format('woff'), url('../fonts/fontello.ttf?24773981') format('truetype'), url('../fonts/fontello.svg?24773981#fontello') format('svg'), url('../fonts/fontello.woff2?24773981') format('woff2');
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: Arial, sans-serif, serif;
  font-size: 14px;
  line-height: 150%;
  margin: 0;
  padding: 0;
  color: #2e2e2e;
}
/****************//*HEADING STYLES*//****************/h1, h2, h3, h4, h5, h6 {
  font-family: 'CGOmega', Arial, sans-serif;
  margin-top: 0px;
  font-weight: normal;
  color: #303030;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #2e2e2e;
}
h1 {
  font-size: 257.14286%;
  margin-bottom: 10px;
  line-height: 145%;
}
h1 a {
  color: #913;
}
h2 {
  font-style: normal;
  font-size: 228.57143%;
  line-height: 81.25%;
  margin-bottom: 15px;
  line-height: 130%;
  color: #913;
}
h3 {
  font-style: normal;
  font-size: 178.57143%;
  line-height: 132.14286%;
  margin-bottom: 20px;
  line-height: 130%;
  font-variant: normal;
}
h4 {
  font-size: 142.85714%;
  line-height: 150%;
  margin-bottom: 15px;
  font-variant: normal;
}
h5 {
  font-size: 114.28571%;
  font-variant: normal;
}
h6 {
  font-size: 100%;
  font-variant: normal;
}
hr {
  max-width: 300px;
  height: 1px;
  margin: 30px auto;
  clear: both;
  background-color: #dadad8;
  border: 0;
}
hr.hidden {
  height: 0;
  width: 100%;
  margin: 0;
  border: 0;
  clear: both;
}
a.button, .input-button, a.cs-search-other-link {
  padding: 14px 20px 8px 20px;
  display: inline-block;
  color: #fff;
  background-color: #007687;
  border-bottom: 8px solid #005d6a;
  border-radius: 0;
}
a.button:hover, .input-button:hover, a.cs-search-other-link:hover {
  border-color: #781429;
  background-color: #913;
}
a.arrow-link {
  color: #2e2e2e;
  padding-left: 18px;
  background: url('../images/blue-arrow.png') no-repeat left 3px;
}
a.arrow-link:hover {
  color: #007687;
  text-decoration: none !important;
}
/****************//*CONTENT STYLES*//****************/a {
  color: #913;
  text-decoration: none;
}
p {
  margin: 0 0 20px 0;
  padding: 0;
}
p.intro {
  font-size: 142.85714%;
  line-height: 160%;
  font-family: 'CGOmega', Arial, sans-serif;
  margin-bottom: 15px;
}
.highlight {
  color: #913;
}
.highlight2 {
  color: #007687;
}
blockquote {
  padding: 0;
  margin: 0;
  color: #913;
  font-family: 'CGOmega', Arial, sans-serif;
  font-size: 157.14286%;
  font-weight: normal;
  line-height: 150%;
  clear: both;
}
blockquote p {
  margin-bottom: 10px;
}
/****************//*EDITOR STYLING*//****************/.mce-content-body#HeaderContent {
  background-color: #913;
  width: 1000px;
  text-align: center;
  color: #fff;
  padding-top: 10px;
}
.mce-content-body#HeaderContent h1, .mce-content-body#HeaderContent h2, .mce-content-body#HeaderContent h3 {
  color: #fff;
}
.mce-content-body#HeaderContent a.button, .mce-content-body#HeaderContent .input-button, .mce-content-body#HeaderContent a.cs-search-other-link {
  color: #913;
  border: 1px solid #fff;
  background-color: #fff;
}
.mce-content-body.HeaderLink {
  background-color: #007687;
  text-align: left;
  color: #fff;
  padding-top: 10px;
}
.mce-content-body.HeaderLink h1, .mce-content-body.HeaderLink h2, .mce-content-body.HeaderLink h3 {
  color: #fff;
}
.mce-content-body.HeaderLink a.button, .mce-content-body.HeaderLink .input-button, .mce-content-body.HeaderLink a.cs-search-other-link {
  color: #913;
  border: 1px solid #fff;
  background-color: #fff;
}
/****************//*IMAGE STYLING*//****************/img.img-right {
  float: right;
  margin-left: 30px;
  margin-bottom: 30px;
}
img.img-left {
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
}
img.img-round-right {
  float: right;
  border-radius: 150px;
  margin-left: 30px;
  margin-bottom: 30px;
}
img.img-round-left {
  float: left;
  border-radius: 150px;
  margin-right: 30px;
  margin-bottom: 30px;
}
img.img-push-right {
  float: right;
  margin-left: 30px;
  margin-bottom: 30px;
  margin-right: -130px;
}
img.img-push-left {
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
  margin-left: -130px;
}
img.img-push-both {
  margin-left: -130px;
  margin-right: -130px;
  margin-bottom: 30px;
}
/* Unicity Forms */.form-field-wrapper {
  margin: 0 0 0.75em 0;
}
.form-field-wrapper label {
  width: 10em;
  display: inline-block;
  margin: 0.2em 1em 0.2em 0;
  vertical-align: top;
}
.form-field-required-star {
  vertical-align: top;
}
.formErrorMessage {
  color: #f00;
}
/* Text & password fields */.form-text input, .form-email input, .form-password input {
  border: solid 1px #ccc;
  padding: 0.5em;
  font-size: 100%;
  font-family: inherit;
}
.form-text .input-tiny, .form-email .input-tiny, .form-password .input-tiny {
  width: 60px;
}
.form-text .input-small, .form-email .input-small, .form-password .input-small {
  width: 120px;
}
.form-text .input-medium, .form-email .input-medium, .form-password .input-medium {
  width: 180px;
}
.form-text .input-large, .form-email .input-large, .form-password .input-large {
  width: 240px;
}
.form-text .input-extralarge, .form-email .input-extralarge, .form-password .input-extralarge {
  width: 300px;
}
/* Text areas */.form-field-wrapper textarea {
  border: solid 1px #ccc;
  padding: 0.5em;
  font-size: 100%;
  font-family: inherit;
}
.form-field-wrapper textarea.input-tiny {
  width: 120px;
  height: 3em;
}
.form-field-wrapper textarea.input-small {
  width: 180px;
  height: 4em;
}
.form-field-wrapper textarea.input-medium {
  width: 240px;
  height: 5em;
}
.form-field-wrapper textarea.input-large {
  width: 300px;
  height: 5em;
}
.form-field-wrapper textarea.input-extralarge {
  width: 300px;
  height: 10em;
}
/* Select */.form-select select {
  border: solid 1px #ccc;
  padding: 0.5em;
  font-size: 100%;
  font-family: inherit;
}
/* Checkbox */.form-checkbox label {
  width: auto;
  max-width: 90%;
  margin: 0 0 0 0.5em;
}
.form-checkbox input {
  vertical-align: top;
  margin-right: 0.2em;
}
.form-checkbox .form-field-required-star {
  margin-right: 0.2em;
}
/* Radio Buttons */.form-field-wrapper p {
  margin-bottom: 0.2em;
  width: 10em;
  float: left;
}
.radio-option-wrapper {
  margin-left: 11.2em;
}
.radio-option-wrapper label {
  margin: 0 0 0.2em 0.5em;
  width: auto;
  max-width: 90%;
}
/* Buttons */.input-button {
  border-top: 0px none;
  border-left: 0px none;
  border-right: 0px none;
  cursor: pointer;
  font-size: 100%;
  font-family: inherit;
  margin-left: 11.2em;
  margin-top: 30px;
}
.form-text .fieldError, .form-email .fieldError, .form-textarea .fieldError, .form-password .fieldError, .form-select .fieldError {
  border-color: #f00;
}
.form-checkbox .fieldError, .form-radio .fieldError {
  outline: solid 1px #f00;
}
@media screen and (max-width: 800px) {
  /* Unicity Forms */  form {
    max-width: 100%;
  }
  .form-field-wrapper input, .form-field-wrapper textarea, .form-field-wrapper select {
    max-width: 86%;
  }
}
@media screen and (max-width: 600px) {
  /* Unicity Forms */
  /* Checkbox */
  /* Radio Buttons */
  /* Buttons */  .form-field-wrapper label {
    display: block;
    margin: 0.2em 0;
    width: auto;
  }
  .form-checkbox label {
    display: inline-block;
    max-width: 80%;
    margin: 0 0 0.2em 0.5em;
  }
  .form-field-wrapper p {
    width: auto;
    float: none;
  }
  .radio-option-wrapper {
    margin-left: 0;
  }
  .radio-option-wrapper label {
    display: inline-block;
    margin: 0 0 0.2em 0.5em;
    max-width: 90%;
  }
  .input-button {
    margin-left: 0;
  }
}
.search {
  height: 100%;
  width: 100%;
  position: fixed;
  display: none;
  top: 0px;
  left: 0px;
  z-index: 9999;
}
.search__container {
  height: 100%;
  width: 50%;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}
.search__box {
  position: absolute;
  width: 100%;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.search__box form {
  -webkit-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  position: relative;
  width: 300px;
  -webkit-transition: width 0.8s ease;
  -moz-transition: width 0.8s ease;
  -ms-transition: width 0.8s ease;
  -o-transition: width 0.8s ease;
  transition: width 0.8s ease;
}
.search__box input {
  background-color: transparent;
  padding: 15px 80px 15px 0px;
  width: 100%;
  box-sizing: border-box;
  color: #fff;
  font-size: 285.71429%;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-appearance: none;
  border-radius: 0;
}
.search__box input:focus {
  outline: 0;
}
.search__box ::-webkit-input-placeholder {
  color: #fff;
  opacity: 0.5;
}
.search__box :-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  opacity: 0.5;
}
.search__box ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  opacity: 0.5;
}
.search__box :-ms-input-placeholder {
  color: #fff;
  opacity: 0.5;
}
.search__box form.open {
  width: 100%;
}
.search__box button {
  position: absolute;
  right: 0px;
  bottom: 15px;
  background-color: transparent;
  border: 0;
  color: #fff;
  cursor: pointer;
}
.search__box button i {
  font-size: 285.71429%;
}
.search__search-results {
  opacity: 0;
  overflow: auto;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.search__search-results ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.search__search-results ul li {
  display: block;
  margin-bottom: 40px;
}
.search__search-results ul li h3 {
  margin-bottom: 10px;
  font-size: 142.85714%;
  font-family: Arial, sans-serif, serif;
  font-variant: normal;
  line-height: 1.3;
  font-weight: bold;
}
.search__search-results h1, .search__search-results h2, .search__search-results h3, .search__search-results p, .search__search-results a {
  color: #fff;
}
.search__search-results .result-blocks {
  opacity: 0;
  position: relative;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.search__search-results .result-blocks .spinners {
  position: absolute;
  bottom: 50px;
  left: 50%;
  margin-left: -15px;
}
.search__search-results .result-blocks.show-block {
  opacity: 1;
}
.search__cross {
  position: fixed;
  width: 40px;
  height: 40px;
  cursor: pointer;
  right: 40px;
  top: 40px;
}
.search__cross .lines {
  width: 40px;
  height: 5px;
  display: block;
  background-color: #fff;
  position: absolute;
  top: 20px;
  -webkit-transition: transform 0.2s;
  -moz-transition: transform 0.2s;
  -ms-transition: transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
}
.search__cross .line-1 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.search__cross .line-2 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/**
 * Animations
 */@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotate(360deg);
  }
}
.spinner {
  min-width: 30px;
  min-height: 30px;
}
.spinner:before {
  content: 'Loading…';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-top: -13px;
  margin-left: -13px;
}
.spinner:not(:required):before {
  content: '';
  border-radius: 50%;
  border: 5px solid #fff;
  border-top-color: #913;
  animation: spinner 0.6s linear infinite;
  -webkit-animation: spinner 0.6s linear infinite;
}
@media only screen and (max-width: 1000px) {
  .search__container {
    width: 70%;
  }
}
@media only screen and (max-width: 850px) {
  .search__cross {
    right: 20px;
    top: 20px;
  }
  .mCSB_scrollTools {
    opacity: 0 !important;
  }
  .mCSB_container {
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 500px) {
  .search__cross {
    width: 30px;
    height: 30px;
  }
  .search__cross .lines {
    width: 30px;
    height: 3px;
  }
  .search__container {
    width: 80%;
  }
  .search__box input {
    font-size: 171.42857%;
  }
  .search__box button i {
    font-size: 171.42857%;
  }
}
.church-locations-map-page p.intro {
  float: left;
}
@media only screen and (max-width: 530px) {
  .church-locations-map-page p.intro {
    float: none;
  }
}
.church-locations-map-page .select-country-form {
  float: right;
}
@media only screen and (max-width: 530px) {
  .church-locations-map-page .select-country-form {
    float: none;
  }
}
.church-locations-map-page .church-location-map {
  clear: both;
  margin: 16px 0 16px 0;
  width: 100%;
  height: 540px;
  background-color: #e4e4e0;
}
.select-country-form select {
  max-width: none;
}
.cl-page-container h1 {
  float: left;
}
@media only screen and (max-width: 530px) {
  .cl-page-container h1 {
    float: none;
  }
}
.cl-page-container .select-country-form {
  float: right;
}
@media only screen and (max-width: 530px) {
  .cl-page-container .select-country-form {
    float: none;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 850px) {
  .cl-page-container--church-details .select-country-form, .cl-page-container--church-details .cl-country-details, .cl-page-container--church-details .cl-town-list-container {
    display: none;
  }
}
.cl-country-details {
  clear: both;
  padding: 28px;
  background: #f3f3ee;
  border-bottom: 8px solid #e4e4e0;
  margin-bottom: 30px;
}
.cl-country-details p {
  margin-bottom: 10px;
}
.cl-country-details p:last-child {
  margin-bottom: 0;
}
.cl-country-detail-label {
  color: #007687;
}
.cl-town-list-container {
  float: left;
  width: 334px;
  margin-right: 24px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1200px) {
  .cl-town-list-container {
    width: 39%;
    margin-right: 2%;
  }
}
@media only screen and (max-width: 850px) {
  .cl-town-list-container {
    width: auto;
    float: none;
    margin-right: 0;
    clear: both;
  }
}
.cl-town-list-heading {
  background: #007687;
  margin: 0;
  color: #fff;
  padding: 15px 28px;
  font-variant: normal;
  font-size: 142.85714%;
  line-height: 125%;
}
@media only screen and (max-width: 400px) {
  .cl-town-list-heading {
    padding: 10px 18px;
  }
}
.cl-town-list {
  padding: 28px;
  background: #f3f3ee;
  border-bottom: 8px solid #e4e4e0;
}
@media only screen and (max-width: 400px) {
  .cl-town-list {
    padding: 18px;
  }
}
.cl-town-list ul {
  padding: 0 !important;
  margin: 0 !important;
  list-style: none;
}
.cl-town-list ul li {
  position: relative;
  display: block;
  padding-left: 18px;
}
.cl-town-list ul li:before {
  font-family: 'CGOmega', Arial, sans-serif;
  content: '»';
  font-size: 214.29%;
  position: absolute;
  left: 0;
  top: -3px;
  color: #007687;
}
.cl-town-list ul li a {
  color: #2e2e2e;
}
.cl-town-list ul li.selected:before {
  color: #913;
}
.cl-town-list ul li.selected a {
  color: #913;
}
.cl-town-list p:last-child {
  margin-bottom: 0;
}
.cl-town-details-container {
  float: left;
  width: 536px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1200px) {
  .cl-town-details-container {
    width: 59%;
  }
}
@media only screen and (max-width: 850px) {
  .cl-town-details-container {
    width: auto;
    float: none;
    clear: both;
  }
}
.cl-town-heading {
  background: #913;
  margin: 0;
  color: #fff;
  padding: 10px 28px;
  font-size: 192.86%;
}
@media only screen and (max-width: 400px) {
  .cl-town-heading {
    padding: 10px 18px;
  }
}
.cl-town-details {
  padding: 28px;
  background: #f3f3ee;
  border-bottom: 8px solid #e4e4e0;
}
@media only screen and (max-width: 400px) {
  .cl-town-details {
    padding: 18px;
  }
}
.cl-town-details h4 {
  color: #913;
  font-size: 192.86%;
}
.cl-town-details ul {
  padding: 0 !important;
  margin: 0 !important;
  list-style: none;
}
.cl-town-details ul li {
  position: relative;
  display: block;
  padding-left: 18px;
}
.cl-town-details ul li:before {
  font-family: 'CGOmega', Arial, sans-serif;
  content: '»';
  font-size: 214.29%;
  position: absolute;
  left: 0;
  top: -3px;
  color: #913;
}
.cl-town-details ul li a {
  color: #2e2e2e;
}
.cl-town-details .tel-wrapper, .cl-town-details .email-wrapper {
  display: block;
}
.cl-town-details .tel-label, .cl-town-details .email-label {
  float: left;
}
.cl-town-details .tel-no, .cl-town-details .email-address {
  display: block;
  padding-left: 16px;
}
.cl-town-details p:last-child {
  margin-bottom: 0;
}
.cl-contact-details {
  margin-top: 20px;
  border-top: solid 1px #e4e4e0;
  padding-top: 20px;
}
.cl-contact-details--first {
  margin-top: 0;
  border-top: none;
  padding-top: 0;
}
.cl-back-link {
  display: none;
}
@media only screen and (max-width: 850px) {
  .cl-back-link {
    display: inline-block;
    position: relative;
    margin-bottom: 16px;
    padding-left: 14px;
  }
  .cl-back-link:before {
    font-family: 'CGOmega', Arial, sans-serif;
    content: '«';
    font-size: 214.29%;
    position: absolute;
    left: 0;
    top: -3px;
  }
}
.cs-page-container {
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 850px) {
  .cs-page-container--results .cs-form-container, .cs-page-container--results .cs-search-other-link {
    display: none;
  }
}
@media only screen and (max-width: 850px) {
  .cs-page-container--contact .cs-form-container, .cs-page-container--contact .cs-left-col, .cs-page-container--contact .cs-search-other-link {
    display: none;
  }
}
.cs-form-container {
  margin: 26px 0 42px 0;
}
.cs-form-container h2 {
  padding: 10px 18px 10px 25px;
  background-color: #007687;
  color: #fff;
  margin-bottom: 0;
  font-size: 185.71%;
}
.cs-form-container form {
  padding: 28px;
  background: #f3f3ee;
  border-bottom: 8px solid #e4e4e0;
}
@media only screen and (max-width: 400px) {
  .cs-form-container form {
    padding: 28px 18px;
  }
}
.cs-form-container form label {
  width: auto;
  min-width: 60px;
  vertical-align: middle;
}
@media only screen and (max-width: 600px) {
  .cs-form-container form label {
    display: inline-block;
    margin-right: 1em;
  }
}
.cs-form-container form input[type=text] {
  padding: 9px 8px 9px 8px;
  margin: 0;
  height: 16px;
  vertical-align: middle;
  width: 200px;
}
@media only screen and (max-width: 530px) {
  .cs-form-container form input[type=text] {
    max-width: calc(100% - 96px);
  }
}
@media only screen and (max-width: 320px) {
  .cs-form-container form input[type=text] {
    max-width: none;
    width: calc(100% - 18px);
  }
}
.cs-form-container form button {
  margin: 0;
  height: 36px;
  border: 0px none;
  color: #fff;
  background-color: #007687;
  padding: 10px 34px 10px 20px;
  font-size: 100%;
  cursor: pointer;
  position: relative;
  vertical-align: middle;
}
@media only screen and (max-width: 530px) {
  .cs-form-container form button {
    margin: 6px 0 0 78px;
  }
}
@media only screen and (max-width: 320px) {
  .cs-form-container form button {
    margin-left: 0;
  }
}
.cs-form-container form button:hover {
  background-color: #913;
}
.cs-form-container form button:after {
  font-family: 'CGOmega', Arial, sans-serif;
  content: '»';
  font-size: 173.33%;
  position: absolute;
  right: 20px;
  bottom: 4px;
}
.cs-form-container form small {
  font-size: 85.71%;
  margin-left: 30px;
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 435px);
  line-height: 1.2;
}
@media only screen and (max-width: 700px) {
  .cs-form-container form small {
    width: auto;
    display: block;
    margin: 20px 0 0 0;
  }
}
@media only screen and (max-width: 530px) {
  .cs-form-container form small {
    width: 100%;
    clear: both;
  }
}
.cs-form-container p:last-child {
  margin-bottom: 0;
}
.cs-left-col {
  float: left;
  width: 435px;
  margin-right: 24px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1200px) {
  .cs-left-col {
    width: 49%;
    margin-right: 2%;
  }
}
@media only screen and (max-width: 850px) {
  .cs-left-col {
    width: auto;
    float: none;
    margin-right: 0;
  }
}
.cs-right-col {
  float: left;
  width: 435px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1200px) {
  .cs-right-col {
    width: 49%;
  }
}
@media only screen and (max-width: 850px) {
  .cs-right-col {
    width: auto;
    float: none;
  }
}
.cs-name-list-heading {
  background: #007687;
  margin: 0;
  color: #fff;
  padding: 10px 28px;
  font-size: 192.86%;
}
@media only screen and (max-width: 400px) {
  .cs-name-list-heading {
    padding: 10px 18px;
  }
}
.cs-name-list {
  padding: 28px;
  background: #f3f3ee;
  border-bottom: 8px solid #e4e4e0;
}
@media only screen and (max-width: 400px) {
  .cs-name-list {
    padding: 18px;
  }
}
.cs-name-list ul {
  padding: 0 !important;
  margin: 0 !important;
  list-style: none;
}
.cs-name-list ul li {
  position: relative;
  display: block;
  padding-left: 18px;
}
.cs-name-list ul li:before {
  font-family: 'CGOmega', Arial, sans-serif;
  content: '»';
  font-size: 214.29%;
  position: absolute;
  left: 0;
  top: -3px;
  color: #007687;
}
.cs-name-list ul li a {
  color: #2e2e2e;
}
.cs-name-list ul li a:hover {
  color: #913;
}
.cs-name-list ul li.selected:before {
  color: #913;
}
.cs-name-list ul li.selected a {
  color: #913;
}
.cs-name-list p:last-child {
  margin-bottom: 0;
}
.cs-pagination {
  padding-top: 20px;
  overflow: hidden;
}
.cs-pagination .button, .cs-pagination a.cs-search-other-link {
  padding: 6px 16px 6px 16px;
  position: relative;
  border: none;
}
.cs-pagination .button--prev, .cs-pagination --prev.cs-search-other-link {
  padding-left: 24px;
}
.cs-pagination .button--prev:before, .cs-pagination --prev.cs-search-other-link:before {
  font-family: 'CGOmega', Arial, sans-serif;
  content: '«';
  font-size: 173.33%;
  position: absolute;
  left: 12px;
  bottom: 8px;
}
.cs-pagination .button--next, .cs-pagination --next.cs-search-other-link {
  padding-right: 24px;
  float: right;
}
.cs-pagination .button--next:after, .cs-pagination --next.cs-search-other-link:after {
  font-family: 'CGOmega', Arial, sans-serif;
  content: '»';
  font-size: 173.33%;
  position: absolute;
  right: 12px;
  bottom: 8px;
}
.cs-person-heading {
  background: #913;
  margin: 0;
  color: #fff;
  padding: 10px 28px;
  font-size: 192.86%;
}
@media only screen and (max-width: 400px) {
  .cs-person-heading {
    padding: 10px 18px;
  }
}
.cs-person-details {
  padding: 28px;
  background: #f3f3ee;
  border-bottom: 8px solid #e4e4e0;
}
@media only screen and (max-width: 400px) {
  .cs-person-details {
    padding: 18px;
  }
}
.cs-person-details h4 {
  color: #913;
  font-size: 192.86%;
}
.cs-person-details ul {
  padding: 0 !important;
  margin: 0 !important;
  list-style: none;
}
.cs-person-details ul li {
  position: relative;
  display: block;
  padding-left: 18px;
}
.cs-person-details ul li:before {
  font-family: 'CGOmega', Arial, sans-serif;
  content: '»';
  font-size: 214.29%;
  position: absolute;
  left: 0;
  top: -3px;
  color: #913;
}
.cs-person-details ul li a {
  color: #2e2e2e;
}
.cs-person-details ul li a:hover {
  color: #913;
}
.cs-person-details .tel-wrapper, .cs-person-details .email-wrapper {
  display: block;
}
.cs-person-details .tel-label, .cs-person-details .email-label {
  float: left;
}
.cs-person-details .tel-no, .cs-person-details .email-address {
  display: block;
  padding-left: 16px;
}
.cs-back-link {
  display: none;
}
@media only screen and (max-width: 850px) {
  .cs-back-link {
    display: inline-block;
    position: relative;
    margin-bottom: 16px;
    padding-left: 14px;
  }
  .cs-back-link:before {
    font-family: 'CGOmega', Arial, sans-serif;
    content: '«';
    font-size: 214.29%;
    position: absolute;
    left: 0;
    top: -3px;
  }
}
a.cs-search-other-link {
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 32px;
}
a.cs-search-other-link:after {
  font-family: 'CGOmega', Arial, sans-serif;
  content: '»';
  font-size: 173.33%;
  position: absolute;
  right: 20px;
  bottom: 9px;
}
@media only screen and (max-width: 850px) {
  a.cs-search-other-link {
    background: none;
    border: none;
    padding: 0 12px 0 0;
    margin-top: 22px;
    color: #913;
  }
  a.cs-search-other-link:hover {
    background: none;
  }
  a.cs-search-other-link:after {
    font-size: 214.29%;
    position: absolute;
    right: 0;
    top: -3px;
  }
}
@media only screen and (max-width: 540px) {
  a.cs-search-other-link {
    margin-top: 16px;
  }
}
@media only screen and (max-width: 400px) {
  a.cs-search-other-link {
    position: relative;
    margin-top: 0;
  }
}
.pl-person-details {
  margin-bottom: 30px;
  border-bottom: solid 1px #e4e4e0;
  padding-bottom: 30px;
}
.pl-person-details p:last-child {
  margin-bottom: 0;
}
.pl-person-details:last-of-type {
  border-bottom: none;
}
html.noscroll {
  overflow: hidden;
  height: 100vh;
  position: fixed;
}
html.noscroll.menu-scroll {
  overflow: visible;
  position: relative;
  height: auto;
}
html.noscroll.menu-scroll .menu-show ul {
  transform: translate(0px, 0px);
}
html.noscroll.menu-scroll body {
  background-color: ;
}
html.noscroll body {
  overflow: hidden;
  height: 100vh;
  position: fixed;
  width: 100%;
}
html.noscroll.menu-scroll body {
  overflow: visible;
  position: relative;
  height: auto;
}
html.noscroll.menu-scroll body > div {
  display: none;
}
html.noscroll div#uni-headermenu {
  display: none;
}
body.noscroll {
  overflow: hidden;
  height: 100vh;
}
#master-container {
  width: 100%;
  background: #f3f3ee;
  background: -moz-linear-gradient(left, #f3f3ee 0%, #f3f3ee 50%, #fff 50%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #f3f3ee), color-stop(50%, #f3f3ee), color-stop(50%, #fff));
  background: -webkit-linear-gradient(left, #f3f3ee 0%, #f3f3ee 50%, #fff 50%);
  background: -o-linear-gradient(left, #f3f3ee 0%, #f3f3ee 50%, #fff 50%);
  background: -ms-linear-gradient(left, #f3f3ee 0%, #f3f3ee 50%, #fff 50%);
  background: linear-gradient(to right, #f3f3ee 0%, #f3f3ee 50%, #fff 50%);
}
body.template1 #master-container {
  background: #f3f3ee;
}
.png-fallback {
  display: none;
}
.no-svg .png-fallback {
  display: block;
}
.no-svg .svg-image {
  display: none;
}
#uni-headermenu {
  position: fixed;
}
#header-wrapper {
  background-color: #913;
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: #913;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  color: #fff;
  width: 100%;
  text-align: center;
  height: 113px;
  -webkit-transition: height 0.5s ease-in-out;
  -moz-transition: height 0.5s ease-in-out;
  -ms-transition: height 0.5s ease-in-out;
  -o-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
}
#header .header-left, #header .header-right {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}
#header.no-feature {
  margin-bottom: 30px;
}
#header a.logo {
  width: 195px;
  display: block;
  float: left;
}
#header a.logo .logo-text {
  display: block;
  margin: 15px 0;
  opacity: 1;
  float: left;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
#header a.logo .logo-text img {
  width: 121px;
  height: 40px;
}
#header a.logo .logo-image {
  float: left;
  margin-right: 5px;
}
#header a.logo .logo-image img {
  width: 69px;
  height: 69px;
  border: 0;
  -webkit-transition: transform 0.5s ease-in-out;
  -moz-transition: transform 0.5s ease-in-out;
  -ms-transition: transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
}
.user-logged-in #header {
  top: 31px;
}
#header.header-small {
  height: 80px;
}
#header.header-small #top-menu {
  font-size: 142.85714%;
}
#header.header-small a.logo {
  /*width:auto;*/
}
#header.header-small a.logo .logo-image {
  margin-right: 3px;
}
#header.header-small a.logo .logo-image img {
  -ms-transform: scale(0.75, 0.75);
  /* IE 9 */
  -webkit-transform: scale(0.75, 0.75);
  /* Chrome, Safari, Opera */
  transform: scale(0.75, 0.75);
}
#header.header-small a.logo .logo-text {
  /*img {
 display: none;	
 }*/
  opacity: 0;
}
#header-mobile {
  display: none;
}
body.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}
body.template1 #content-area {
  margin-top: -303px;
  background: none;
}
body.template1 #content-area #content-right {
  width: 231px;
  padding-top: 0;
  background: transparent;
}
.header-inner {
  display: table;
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  text-align: center;
}
.header-inner h1, .header-inner h2 {
  color: #fff;
}
.header-inner a.button, .header-inner .input-button, .header-inner a.cs-search-other-link {
  color: #913;
  border: 1px solid #fff;
  background-color: #fff;
}
.header-inner a.button:hover, .header-inner .input-button:hover, .header-inner a.cs-search-other-link:hover {
  color: #fff;
  background-color: transparent;
}
#header-top {
  text-align: left;
}
#header-image {
  height: 750px;
  min-height: 750px;
  background-position: center bottom;
}
#header-image span.header-text {
  float: left;
  text-align: left;
  font-family: 'CGOmega', Arial, sans-serif;
  color: #fff;
  font-size: 192.85714%;
  line-height: 118.51852%;
  font-weight: normal;
  margin-top: 260px;
}
#top-menu {
  float: right;
  text-align: right;
  font-size: 171.42%;
  font-weight: normal;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  -webkit-transition: font-size 0.2s ease-in-out;
  -moz-transition: font-size 0.2s ease-in-out;
  -ms-transition: font-size 0.2s ease-in-out;
  -o-transition: font-size 0.2s ease-in-out;
  transition: font-size 0.2s ease-in-out;
}
#top-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: block;
}
#top-menu ul li {
  float: left;
  list-style-type: none;
  margin: 0 0 0 64px;
  padding: 0;
  font-family: 'CGOmega', Arial, sans-serif;
  font-weight: normal;
}
#top-menu ul li:first-child {
  margin: 0;
}
#top-menu ul li a {
  color: #fff;
  padding: 6px 0 4px 0;
  border-bottom: 2px solid transparent;
  display: inline-block;
  /* @include transition(all 0.2s);	 */
}
#top-menu ul li#activeSection a {
  border-bottom: 2px solid #fff;
}
#top-menu ul li:hover a {
  border-bottom: 2px solid #fff;
}
#top-menu #menu-items {
  float: left;
  margin-right: 50px;
}
.icon-search {
  float: right;
  font-size: 12.5px;
  margin: 9px 0 0 0;
  display: block;
}
#social-icons {
  margin: 10px 0 10px 15px;
  float: right;
  font-size: 140%;
}
#social-icons a {
  color: #fff;
  margin-left: 5px;
}
#social-icons a:hover {
  opacity: 0.5;
}
#content-area {
  width: 1200px;
  margin: 0 auto;
  text-align: left;
  z-index: 10;
  clear: both;
  background: #fff;
  background: -moz-linear-gradient(left, #f3f3ee 231px, #fff 231px);
  background: -webkit-gradient(left top, right top, color-stop(231px, #f3f3ee), color-stop(231px, #fff));
  background: -webkit-linear-gradient(left, #f3f3ee 231px, #fff 231px);
  background: -o-linear-gradient(left, #f3f3ee 231px, #fff 231px);
  background: -ms-linear-gradient(left, #f3f3ee 231px, #fff 231px);
  background: linear-gradient(to right, #f3f3ee 231px, #fff 231px);
}
#content-area table {
  margin-bottom: 20px;
  border-color: #dadad8;
  border-collapse: collapse;
}
#content-area table th, #content-area table td {
  border-color: #dadad8;
}
.user-logged-in #content-area {
  margin-top: 31px;
}
div.content-strip {
  /*width: 1200px;*/
  width: 100%;
  /*margin:50px auto 0;*/
  margin-bottom: 31px;
  text-align: left;
}
div.content-strip.centred-text {
  text-align: center;
}
div.content-strip.two-col div.col1 {
  float: left;
  width: 465px;
}
div.content-strip.two-col div.col2 {
  float: right;
  width: 465px;
}
div.content-strip.three-col div.col1, div.content-strip.three-col div.col2 {
  float: left;
  width: 300px;
  margin-right: 30px;
}
div.content-strip.three-col div.image2col {
  width: 630px;
  float: left;
  margin-right: 30px;
}
div.content-strip.three-col div.text2colright {
  width: 630px;
  float: left;
}
div.content-strip.three-col div.col3 {
  float: left;
  width: 300px;
}
div.content-strip.quote {
  width: 100%;
  background-size: cover;
  color: #fff;
  text-align: center;
  background-color: #913;
}
div.content-strip div.quote-inner {
  margin: 0 auto;
  width: 960px;
}
div.content-strip div.quote-inner2 {
  display: table-cell;
  margin: 0 auto;
  width: 960px;
  padding: 100px 0 80px 0;
  font-size: 150%;
  line-height: 170%;
}
div.content-strip div.quote-inner2 a {
  color: #fff;
}
div.content-strip.image {
  width: 100%;
  background-size: cover;
  background-color: #913;
  height: 450px;
}
div#content-left {
  width: 894px;
}
div#content-left #header-button-container, div#content-left .info-box {
  display: none;
}
div#menu-left {
  float: left;
  padding-top: 182px;
  width: 231px;
  background: #f3f3ee;
}
div#menu-left div.menu-title a {
  color: #913;
  font-size: 120%;
}
div#menu-left ul {
  list-style-type: none;
  font-family: 'CGOmega', Arial, sans-serif;
  font-size: 142.85714%;
  margin: 0 0 50px 0;
  padding: 0;
}
div#menu-left ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #dadad8;
}
div#menu-left ul li:first-child {
  border-top: 1px solid #dadad8;
}
div#menu-left ul li ul {
  margin: 0 0 15px 15px;
  font-family: Arial, sans-serif, serif;
  font-size: 65%;
  line-height: 146.15385%;
}
div#menu-left ul li ul li {
  border: none;
}
div#menu-left ul li ul li:first-child {
  border-top: none;
}
div#menu-left ul li ul li ul {
  display: none;
}
div#menu-left ul li ul li.expanded, div#menu-left ul li ul li.selected {
  border-left: none;
}
div#menu-left ul li ul a {
  padding: 0 15px 7px 15px;
}
div#menu-left ul li ul a:hover {
  color: #913;
}
div#menu-left ul li a {
  color: #303030;
  display: block;
  padding: 21px 20px 21px 24px;
}
div#menu-left ul li a:hover {
  color: #913;
}
div#menu-left ul li.selected ul li a, div#menu-left ul li.expanded ul li a {
  color: #303030;
  padding: 0 15px 6px 17px;
}
div#menu-left ul li.selected ul li a:hover, div#menu-left ul li.expanded ul li a:hover {
  color: #913;
}
div#menu-left ul li ul li.selected a, div#menu-left ul li ul li.expanded a {
  color: #913;
}
div#menu-left li.expanded, div#menu-left li.selected {
  background-color: #fff;
  border-left: 6px solid #913;
}
div#menu-left li.expanded a, div#menu-left li.selected a {
  padding: 21px 0 21px 17px;
}
div#menu-left li.expanded a {
  padding: 21px 0 16px 18px;
}
div#content-right {
  padding-top: 182px;
  width: 894px;
  min-height: 600px;
  float: right;
  background-color: #fff;
  padding-left: 75px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 850px) {
  div#content-right {
    min-height: calc(100vh - 530px);
  }
}
div#content-right a:hover {
  text-decoration: underline;
}
#header-button-container {
  min-height: 303px;
  display: block;
  margin-bottom: 36px;
}
#header-button-container a {
  display: block;
  text-decoration: none !important;
}
#header-button-container a:hover .header-button {
  background-color: #780c27;
}
.header-button {
  min-height: 42px;
  background-color: #913;
  color: #fff;
  display: block;
  padding: 17px 25px 13px 25px;
  border-bottom: 8px solid #780c27;
  margin-bottom: 16px;
  line-height: 20px;
}
.header-button h3, .header-button p, .header-button a {
  line-height: 82.14286%;
  color: #fff;
  margin-bottom: 0;
}
.header-button h3 {
  font-size: 185.71429%;
}
div#content-centred {
  margin: 0 auto;
  width: 700px;
}
div#content-right ul, div#content-centred ul, div#content-right ol, div#content-centred ol {
  padding: 0 0 0 1.4em;
  margin-bottom: 40px;
}
div#content-right ul li, div#content-centred ul li, div#content-right ol li, div#content-centred ol li {
  padding-bottom: 10px;
}
div#content-right ul li:last-child, div#content-centred ul li:last-child, div#content-right ol li:last-child, div#content-centred ol li:last-child {
  padding-bottom: 0;
}
iframe.youtube-player {
  margin-bottom: 20px;
}
#footer {
  white-space: wrap;
  font-size: 85.71429%;
  background-color: #913;
  width: 100%;
  min-height: 200px;
  color: #fff;
  text-align: center;
}
#footer .footer-column {
  display: table-cell;
  height: 100%;
}
#footer .footer-column a.logo {
  width: 158px;
  display: block;
  bottom: 0;
}
#footer .footer-col-1, #footer .footer-col-3 {
  vertical-align: bottom;
}
#footer .footer-col-2 {
  width: 884px;
}
#footer .social-icons .fontello-icon {
  font-size: 178.57143%;
  line-height: 185%;
  text-decoration: none;
  background-color: #781429;
  border-radius: 200px;
  border: 0;
  height: 21px;
  width: 45px;
  display: inline-block;
  padding: 12px 0;
  margin-right: 6px;
}
#footer .social-icons .fontello-icon:hover {
  background-color: #007687;
}
#footer .footer-menu {
  margin: 35px 0 14px 0;
  text-align: center;
  clear: both;
  line-height: 100%;
}
#footer .footer-menu .footer-menu-container ul {
  display: inline;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
#footer .footer-menu .footer-menu-container ul li {
  display: inline-block;
  padding-right: 13px;
  margin-right: 13px;
  border-right: 1px solid #fff;
}
#footer .footer-menu .footer-menu-container ul li a {
  display: block;
  color: #fff;
  border-bottom: 0;
}
#footer .footer-menu .footer-menu-container ul li a:hover {
  opacity: 0.7;
  text-decoration: none;
}
#footer .tagline {
  font-family: 'CGOmega', Arial, sans-serif;
  font-size: 166.67%;
  margin-bottom: 30px;
}
#footer .footer-copyright p, #footer .footer-copyright span {
  line-height: 183.33333%;
  margin-bottom: 0;
}
#footer #footer-inner {
  position: relative;
  width: 1200px;
  padding: 53px 0;
  margin: 0 auto;
  display: table;
}
#footer a {
  color: #fff;
  text-decoration: none;
}
#footer p.powered-by {
  padding: 30px 0 0 0;
  margin: 0;
  color: rgba(255, 255, 255, 0.4);
}
#footer p.powered-by a {
  color: rgba(255, 255, 255, 0.4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
/* .button {
 text-transform: uppercase;
 font-family: $bodyFont;
 font-weight: bold;
 font-size: 80%;
 padding: 10px;
 display: inline-block;
 border-radius: 5px;
 @include transition(all, 0.1s);
 } *//* global classes */.left {
  float: left;
}
.right {
  float: right;
}
div.clear, span.clear {
  clear: both;
  height: 0;
  overflow: hidden;
  display: block;
}
/*
 *
 *
 * GALLERY
 *
 */div.unicity-popup-gallery.unicity-gallery-size-223 a img {
  border: none;
  padding: 0;
  margin-right: 20px;
  margin-bottom: 20px;
}
div.unicity-popup-gallery.unicity-gallery-size-223 a:nth-child(3n) img {
  margin-right: 0px;
}
/* FONTELLO */.fontello-icon {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  cursor: pointer;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-family: "fontello";
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  font-size: 120%;
  margin-top: -2px;
}
.icon-mail-1:before {
  content: '\e800';
}
/* '' */.icon-search:before {
  content: '\e801';
}
/* '' */.icon-flickr:before {
  content: '\f303';
}
/* '' */.icon-twitter-bird:before {
  content: '\f309';
}
/* '' */.icon-facebook-1:before {
  content: '\f30c';
}
/* '' */.icon-youtube:before {
  content: '\f315';
}
/* '' */.icon-instagram:before {
  content: '\f32d';
}
/* '' *//* NAVIGATION BLOCKS */.navigationblock {
  width: 435px;
  background-color: #fff;
  float: left;
  margin-right: 24px;
  border-bottom: 8px solid #e4e4e0;
}
.navigationblock .image-wrapper {
  float: left;
  padding: 3px;
}
.navigationblock .navigationblock-content {
  float: left;
  margin: 0;
  padding: 24px 27px;
  color: #2e2e2e;
  min-height: 183px;
}
.navigationblock .navigationblock-content h3 {
  margin-bottom: 13px;
}
.navigationblock .navigationblock-content p {
  font-size: 107.14286%;
  margin-bottom: 5px;
  line-height: 166.66667%;
}
.navigationblock a {
  display: block;
}
.navigationblock a:hover h3, .navigationblock a:hover .navigationblock-content {
  color: #913;
}
.navigationblock.right {
  float: right;
  margin-right: 0;
}
/**** LANDING / CONTENT PAGE ****/#feature-image {
  margin: 0 0 24px 0;
}
/* breadcrumbs */#sw-breadcrumbs {
  margin: 0 0 12px 0;
  color: #9b9a9a;
}
#sw-breadcrumbs a {
  color: #9b9a9a;
}
#sw-breadcrumbs a:hover {
  text-decoration: underline;
}
#sw-breadcrumbs span.current {
  color: #913;
}
#sw-breadcrumbs span.arrow {
  font-size: 135.71429%;
}
.full-width-content {
  margin: 0 0 30px 0;
}
.standard-panel {
  margin: 0 0 30px 0;
  /* INFO BOXES */
}
.standard-panel .info-box-space {
  width: 282px;
  float: right;
  margin: 5px 0 25px 28px;
  min-height: 100px;
}
.standard-panel .info-box {
  width: 282px;
  float: right;
  background-color: #f3f3ee;
  padding: 0;
  border-bottom: 8px solid #e4e4e0;
  margin: 5px 0 25px 28px;
  min-height: 52px;
  background-color: #f3f3ee;
  display: block;
  border-bottom: 8px solid #e4e4e0;
  margin-bottom: 37px;
}
.standard-panel .info-box h3 {
  background-color: #007687;
  color: #fff;
  padding: 7px 18px;
  margin: 0;
}
.standard-panel .info-box .info-box-content {
  display: block;
  padding: 24px 18px;
}
.standard-panel .info-box .info-box-content a:hover {
  color: #007687;
  text-decoration: none !important;
}
.standard-panel .info-box .info-box-content ul {
  list-style: none;
  padding: 0 !important;
  margin: 0 !important;
}
.standard-panel .info-box .info-box-content ul li {
  background: url('../images/blue-arrow.png') no-repeat left 5px;
  padding-left: 18px;
}
.standard-panel .info-box .info-box-content ul li a {
  padding: 0;
}
.standard-panel .info-box .info-box-content ul li a:hover {
  color: #007687;
}
.standard-panel .info-box .info-box-content ul li:last-child {
  padding-bottom: 0;
}
.standard-panel p {
  line-height: 178.57143%;
}
.standard-panel p:last-of-type {
  margin-bottom: 0;
}
#share-widget {
  color: #007687;
  font-family: 'CGOmega', Arial, sans-serif;
  font-size: 128.57143%;
  line-height: 311.11111%;
}
#share-widget span {
  margin-right: 7px;
}
#share-widget a {
  margin-right: 5px;
}
#share-widget a i {
  color: #007687;
}
#share-widget a i:hover {
  color: #913;
}
#share-widget a i.icon-twitter-bird {
  font-size: 16px;
  margin-right: 5px;
}
/* Navigation Blocks */.navblockrow {
  display: block;
  clear: both;
}
.navblockrow.first-child {
  padding-top: 20px;
}
.navblock {
  float: left;
  display: block;
  width: 282px;
  margin: 0 24px 30px 0;
  background-color: #f3f3ee;
  border-bottom: 8px solid #e4e4e0;
}
.navblock a {
  display: block;
  color: #2e2e2e;
  text-decoration: none;
}
.navblock a:hover {
  text-decoration: none !important;
}
.navblock a:hover h3, .navblock a:hover:hover .navblocktext {
  color: #913;
}
.navblock a:hover .image-wrapper h4 {
  background-color: #913;
}
.navblock a .image-wrapper {
  display: block;
}
.navblock h4 {
  position: absolute;
  left: 0;
  bottom: -25px;
  background-color: #007687;
  color: #fff;
  padding: 10px 16px;
  margin: 0;
}
.navblock .navblocktext {
  display: block;
  font-size: 107.14286%;
  line-height: 160%;
  padding: 46px 18px 20px 26px;
  min-height: 60px;
}
.navblock .navblocktext p {
  margin: 0;
}
.navblock .image-wrapper img {
  width: 100%;
  height: auto;
}
.navblock.right {
  margin-right: 0;
  float: right;
}
.image-wrapper {
  position: relative;
}
/* HOMEPAGE */#dailyprayer-container {
  background-color: #fff;
  margin: 54px 0 31px 0;
  clear: both;
  padding: 0 0 35px 0;
  border-bottom: 8px solid #e4e4e0;
}
#dailyprayer-container a {
  color: #2e2e2e;
}
#dailyprayer-container h3 {
  background-color: #007687;
  color: #fff;
  padding: 10px 27px 10px 25px;
  display: inline-block;
  margin-top: -23px;
}
#dailyprayer-container h3:hover {
  background-color: #913;
}
#dailyprayer-container h3 a {
  color: #fff;
}
#dailyprayer-container .column-right {
  padding: 10px 27px 0 27px;
  font-size: 107.14286%;
}
#twitterfeed-container {
  background-color: #fff;
  margin: 54px 0 31px 0;
  clear: both;
  padding: 0 0 35px 0;
  border-bottom: 8px solid #e4e4e0;
}
#twitterfeed-container a {
  color: #2e2e2e;
}
#twitterfeed-container h3 {
  background-color: #913;
  color: #fff;
  padding: 10px 27px 10px 25px;
  display: inline-block;
  margin-top: -23px;
}
#twitterfeed-container h3:hover {
  background-color: #007687;
}
#twitterfeed-container h3 a {
  color: #fff;
}
#twitterfeed-container .column-left, #twitterfeed-container .column-right {
  margin-top: 5px;
}
#twitterfeed-container .column-left {
  width: 97px;
  display: block;
  float: left;
  text-align: center;
}
#twitterfeed-container .column-left i {
  color: #007687;
  font-size: 250%;
}
#twitterfeed-container .column-right {
  width: 777px;
  padding-right: 20px;
  float: right;
  font-size: 107.14286%;
}
#twitterfeed-container .column-right .tweet {
  margin-top: 10px;
}
#twitterfeed-container .column-right .tweet.first {
  margin-top: 0;
}
#twitterfeed-container .column-right .tweet a:hover {
  color: #007687;
}
div#menu-left .blog-menu ul {
  margin-bottom: 55px;
}
/* RESPONSIVE ELEMENTS */#mobile-menu-toggle {
  display: none;
}
#mobile-menu-overlay {
  z-index: -1;
  opacity: 0;
}
/* SEARCH */.search {
  height: 100%;
  width: 100%;
  position: fixed;
  background-color: #913;
  display: none;
  top: 0px;
  left: 0px;
  z-index: 9999;
}
.search .search-container {
  height: 100%;
  width: 50%;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}
.search .search-box {
  position: absolute;
  width: 100%;
}
.search .search-box form {
  transform: translate(0px, -50%);
  position: relative;
  width: 300px;
}
.search .search-box input {
  background-color: transparent;
  padding: 15px 80px 15px 0px;
  width: 100%;
  box-sizing: border-box;
  color: #fff;
  font-size: 285.71429%;
  font-family: Arial, sans-serif, serif;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom: 1px solid #fff;
}
.search .search-box input:focus {
  outline: 0;
}
.search .search-box form.open {
  width: 100%;
}
.search .search-box button {
  position: absolute;
  right: 0px;
  top: 20px;
  background-color: transparent;
  border: 0;
  color: #fff;
  cursor: pointer;
}
.search .search-box button i {
  font-size: 285.71429%;
}
.search .search-results {
  opacity: 0;
  overflow: auto;
}
.search .search-results ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.search .search-results ul li {
  display: block;
  margin-bottom: 30px;
}
.search .search-results h1, .search .search-results h2, .search .search-results h3, .search .search-results p, .search .search-results a {
  color: #fff;
}
.search .search-results .result-blocks {
  opacity: 0;
  position: relative;
}
.search .search-results .result-blocks .spinners {
  position: absolute;
  bottom: 50px;
  left: 50%;
  margin-left: -15px;
}
.search .search-results .result-blocks.show-block {
  opacity: 1;
}
.search .search-cross {
  position: fixed;
  width: 40px;
  height: 40px;
  cursor: pointer;
  right: 40px;
  top: 40px;
}
.search .search-cross .lines {
  width: 40px;
  height: 5px;
  display: block;
  background-color: #fff;
  position: absolute;
  top: 20px;
}
.search .search-cross .line-1 {
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari */
}
.search .search-cross .line-2 {
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  /* IE 9 */
  -webkit-transform: rotate(-45deg);
  /* Safari */
}
/* INFO BOXES */.info-box {
  min-height: 52px;
  background-color: #fff;
  display: block;
  border-bottom: 8px solid #e4e4e0;
  margin-bottom: 31px;
  float: none;
}
.info-box h3 {
  padding: 10px 18px 10px 25px;
  background-color: #007687;
  color: #fff;
  margin-bottom: 0;
}
.info-box .info-box-content {
  padding: 24px 25px;
  display: block;
}
.info-box .info-box-content ul {
  list-style: none;
  padding: 0 !important;
  margin: 0 !important;
}
.info-box .info-box-content ul li {
  background: url('../images/blue-arrow.png') no-repeat left 5px;
  padding-left: 18px;
}
.info-box .info-box-content ul li a {
  padding: 0;
}
.info-box .info-box-content ul li a:hover {
  color: #007687;
}
.info-box .info-box-content ul li:last-child {
  padding-bottom: 0 !important;
}
.info-box .info-box-content a {
  color: #2e2e2e;
}
.info-box .info-box-content a:hover {
  color: #007687;
}
.info-box .info-box-content p {
  margin: 0 0 5px 0;
}
body.template1 .info-box .info-box-content {
  font-size: 114.28571%;
}
body.template1 .info-box .info-box-content li {
  padding-bottom: 3px !important;
}
/*
 *
 *  BLOG
 *
 */div#blog p.date {
  font-size: 80%;
  opacity: 0.5;
}
div.blog-post-summary {
  padding-bottom: 75px;
}
a.blog-more-link {
  float: right;
}
a.blog-previous-link {
  float: left;
}
div.blog-menu h3 {
  font-size: 200%;
  margin-bottom: 16px;
  color: #913;
}
div.blog-menu div#blog-months, div.blog-menu div#blog-cats {
  margin-bottom: 30px;
}
div.blog-menu p {
  margin-bottom: 10px;
}
div.blog-menu p a {
  color: #303030;
}
div.blog-menu p.selected a {
  color: #913;
}
#blog-headlines-container {
  margin: 0 0 31px 0;
}
#blog-headlines-container h3 {
  background-color: #007687;
  color: #fff;
  padding: 10px 27px 10px 25px;
  display: inline-block;
  font-size: 114.28571%;
}
#blog-headlines-container .blogheadline {
  background-color: #fff;
}
#blog-headlines-container .blogheadline {
  float: left;
  display: block;
  width: 435px;
  margin: 0 24px 31px 0;
  border-bottom: 8px solid #e4e4e0;
}
#blog-headlines-container .blogheadline a:hover .image-wrapper h3 {
  background-color: #913;
}
#blog-headlines-container .blogheadline a:hover .blogheadline-content h3, #blog-headlines-container .blogheadline a:hover .blogheadline-content p {
  color: #913;
}
#blog-headlines-container .blogheadline a:hover .blogsummary-content h3, #blog-headlines-container .blogheadline a:hover .blogsummary-content p {
  color: #913;
}
#blog-headlines-container .blogheadline h3 {
  background: none;
  font-size: 178.57143%;
  line-height: 118.51852%;
  color: #000;
  margin: 0 0 15px 0;
  padding: 0;
}
#blog-headlines-container .blogheadline .blogheadline-content {
  padding: 45px 25px 30px 25px;
  display: block;
  min-height: 183px;
}
#blog-headlines-container .blogheadline .blogheadline-content p {
  margin: 0;
  font-size: 107.14286%;
  color: #2e2e2e;
}
#blog-headlines-container .blogheadline .image-wrapper {
  position: relative;
  float: left;
  padding: 3px;
  overflow: visible;
  display: block;
}
#blog-headlines-container .blogheadline .image-wrapper img {
  width: 100%;
  height: auto;
}
#blog-headlines-container .blogheadline .image-wrapper h3 {
  font-size: 135.71429%;
  position: absolute;
  left: 3px;
  bottom: -22px;
  color: #fff;
  background-color: #007687;
  padding: 12px 18px;
  margin: 0;
}
#blog-headlines-container .blogheadline.right {
  margin-right: 0;
  float: right;
}
#blog {
  margin: 6px 0;
  /*p img {
 float: left;
 margin: 4px 20px 20px 0;
 }*/
}
#blog .blog-article .blog-article-left {
  width: 582px;
  float: left;
  display: block;
}
#blog .blog-article .blog-article-right {
  width: 282px;
  float: right;
  margin-left: 30px;
  display: block;
}
#blog .blog-article .image-wrapper {
  position: relative;
  display: block;
  margin-bottom: 44px;
}
#blog .blog-article .image-wrapper img {
  width: 100%;
  height: auto;
}
#blog .blog-article .image-wrapper h3 {
  position: absolute;
  margin: 0;
  left: 0px;
  bottom: 0px;
  font-size: 114.28571%;
}
#blog .blog-article .info-box {
  width: 282px;
}
#blog .blog-article .info-box h3 {
  display: block;
  font-size: 185.71429%;
  padding-left: 20px;
  padding-right: 20px;
}
#blog .blog-article .info-box .info-box-content {
  display: block;
  padding: 24px 18px;
  background: #f3f3ee;
}
#blog .blog-article .info-box .info-box-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#blog .blog-article .info-box .info-box-content ul li {
  background: url('../images/blue-arrow.png') no-repeat left 5px;
  padding-left: 18px;
}
#blog .blog-article .info-box .info-box-content ul li a {
  padding: 0;
  background: none;
}
#blog .blog-article .info-box .info-box-content ul li:last-child {
  padding-bottom: 0;
}
#blog h3 {
  background-color: #007687;
  color: #fff;
  padding: 10px 27px 10px 25px;
  display: inline-block;
  font-size: 114.28571%;
}
#blog .blogsummary {
  float: left;
  display: block;
  width: 435px;
  margin: 0 24px 32px 0;
  border-bottom: 8px solid #e4e4e0;
  background-color: #f3f3ee;
}
#blog .blogsummary a {
  display: block;
}
#blog .blogsummary a:hover .image-wrapper h3 {
  background-color: #913;
}
#blog .blogsummary a:hover .blogheadline-content h3, #blog .blogsummary a:hover .blogheadline-content p {
  color: #913;
}
#blog .blogsummary a:hover .blogsummary-content h3, #blog .blogsummary a:hover .blogsummary-content p {
  color: #913;
}
#blog .blogsummary h3 {
  background: none;
  font-size: 178.57143%;
  line-height: 118.51852%;
  color: #000;
  margin: 0 0 15px 0;
  padding: 0;
}
#blog .blogsummary .blogheadline-content, #blog .blogsummary .blogsummary-content {
  padding: 45px 25px 30px 25px;
  display: block;
  min-height: 183px;
}
#blog .blogsummary .blogheadline-content p, #blog .blogsummary .blogsummary-content p {
  margin: 0;
  font-size: 107.14286%;
  color: #2e2e2e;
}
#blog .blogsummary .image-wrapper {
  position: relative;
  display: block;
}
#blog .blogsummary .image-wrapper img {
  width: 100%;
  height: auto;
}
#blog .blogsummary .image-wrapper h3 {
  position: absolute;
  left: 0;
  bottom: -22px;
  color: #fff;
  background-color: #007687;
  padding: 12px 18px;
  margin: 0;
  font-size: 114.28571%;
}
#blog .blogsummary.right {
  margin-right: 0;
  float: right;
}
#blog #more-posts-link {
  width: 100%;
  text-align: center;
  display: block;
  clear: both;
}
#blog #more-posts-link ul {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  text-align: center;
  display: inline-block;
}
#blog #more-posts-link ul li {
  float: left;
  margin-right: 5px;
}
#blog #more-posts-link ul li a {
  width: 32px;
  height: 32px;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  color: #2e2e2e;
  background: #f3f3ee;
  border-bottom: 4px solid #e4e4e0;
}
#blog #more-posts-link ul li.selected a {
  background: #007687;
  color: #fff;
  border-bottom: 4px solid #006472;
}
div#uni-headermenu {
  overflow: visible !important;
}
div#uni-headermenu:after {
  display: block;
  overflow: hidden;
  clear: both;
  content: '';
}
#smartsearch-results ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#smartsearch-results ul li {
  display: block;
  background: #f3f3ee;
  border-bottom: solid 8px #e4e4e0;
  padding: 20px;
  margin-bottom: 24px;
}
#smartsearch-results ul li .highlighted-text {
  color: #007687;
}
#smartsearch-results ul li a:hover {
  color: #913;
}
#smartsearch-results ul li a:hover .highlighted-text {
  color: #913;
}
#smartsearch-results .pagination {
  overflow: hidden;
}
#smartsearch-results .pagination a {
  padding: 14px 20px 8px 20px;
  display: inline-block;
  color: #fff;
  background: #007687;
  border-bottom: solid 8px #005d6a;
}
#smartsearch-results .pagination a.nextlink {
  float: right;
}
#smartsearch-results .pagination a:hover {
  background-color: #913;
  border-color: #781429;
}
.gmap-canvas {
  max-width: 100%;
}
