/* FONTS */
/* COLOURS */
/* CUSTOM MIXINS */
/* Utility Classes */
.floatLeft {
  float: left;
}
.floatRight {
  float: right;
}
.clearLeft {
  clear: left;
}
.clearRight {
  clear: right;
}
.clearBoth {
  clear: both;
}
.textLeft {
  text-align: left;
}
.textRight {
  text-align: right;
}
.textCen {
  text-align: center;
}
.textJust {
  text-align: justify;
}
.posRel {
  position: relative;
}
.posAb {
  position: absolute;
}
.posFix {
  position: fixed;
}
.disBl {
  display: block;
}
.disIn {
  display: inline;
}
.disInbl {
  display: inline-block;
}
.disNone {
  display: none;
}
.noRightPadding {
  padding-right: 0;
}
.noLeftPadding {
  padding-left: 0;
}
.ccm-ui .container-fluid #ccm-stack-container .ccm-area .ccm-area-block-list div div .carouselSlide .carouselImageHolder img {
  width: 100% !important;
}
/* Grid system additions */
@media screen and (max-width: 767px) {
  .clear-xs {
    clear: both;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .clear-sm {
    clear: both;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .clear-md {
    clear: both;
  }
}
@media screen and (min-width: 1200px) {
  .clear-lg {
    clear: both;
  }
}
@media screen and (max-width: 400px) {
  .col-stack-400 {
    width: 100%;
  }
}
@media screen and (max-width: 450px) {
  .col-stack-450 {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .col-stack-500 {
    width: 100%;
  }
}
@media screen and (max-width: 550px) {
  .col-stack-550 {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .col-stack-600 {
    width: 100%;
  }
}
@media screen and (max-width: 650px) {
  .col-stack-650 {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .col-stack-700 {
    width: 100%;
  }
}
.edit-mode #sb-site {
  position: static;
}
html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
}
html div#ccm-toolbar > ul li.ccm-logo span {
  padding: 6px 18px 0;
}
.header,
.main,
.footer {
  color: #000000;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.header a,
.main a,
.footer a {
  text-decoration: none;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header a:hover,
.main a:hover,
.footer a:hover,
.header a:active,
.main a:active,
.footer a:active,
.header a:focus,
.main a:focus,
.footer a:focus {
  text-decoration: none;
}
.header .embeddedVideo,
.main .embeddedVideo,
.footer .embeddedVideo {
  padding: 8px;
  background: #dfdcbf;
}
.header .embeddedVideo .videoTitle,
.main .embeddedVideo .videoTitle,
.footer .embeddedVideo .videoTitle {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.1;
  margin-bottom: 4px;
  text-align: center;
}
.header .embeddedVideo .videoHolder,
.main .embeddedVideo .videoHolder,
.footer .embeddedVideo .videoHolder {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.header .embeddedVideo .videoHolder iframe,
.main .embeddedVideo .videoHolder iframe,
.footer .embeddedVideo .videoHolder iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.header .embeddedVideo .videoDescription,
.main .embeddedVideo .videoDescription,
.footer .embeddedVideo .videoDescription {
  font-size: 14px;
  font-size: 1.4rem;
  color: #0090c6;
  line-height: 1.1;
  margin-top: 4px;
  text-align: center;
}
.header .iconButton,
.main .iconButton,
.footer .iconButton {
  position: relative;
  display: inline-block;
  text-align: center;
  color: #ffffff !important;
  font-family: 'Cutive', serif;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-shadow: 0 0 4px transparent;
  z-index: 2;
  margin-bottom: 12px;
  line-height: 50px;
  font-size: 18px;
  font-size: 1.8rem;
  margin-left: 26px;
  margin-right: 38px;
}
.header .iconButton .holder,
.main .iconButton .holder,
.footer .iconButton .holder {
  position: relative;
  display: inline-block;
}
.header .iconButton .holder .text,
.main .iconButton .holder .text,
.footer .iconButton .holder .text {
  position: relative;
  z-index: 2;
  top: 1px;
}
.header .iconButton .holder .text img,
.main .iconButton .holder .text img,
.footer .iconButton .holder .text img {
  vertical-align: text-bottom;
}
.header .iconButton .holder .linkBG,
.main .iconButton .holder .linkBG,
.footer .iconButton .holder .linkBG {
  position: absolute;
  display: inline-block;
  top: 0;
  bottom: 0;
  background-color: #00aeef;
  z-index: 1;
}
.header .iconButton:before,
.main .iconButton:before,
.footer .iconButton:before,
.header .iconButton:after,
.main .iconButton:after,
.footer .iconButton:after {
  position: absolute;
  top: 0;
  bottom: 0;
  content: '';
  background-size: 100% 100%;
}
.header .iconButton.small,
.main .iconButton.small,
.footer .iconButton.small {
  line-height: 36px;
  font-size: 14px;
  font-size: 1.4rem;
  margin-left: 20px;
  margin-right: 32px;
}
.header .iconButton.small .holder,
.main .iconButton.small .holder,
.footer .iconButton.small .holder {
  line-height: 24px;
  padding: 6px 0;
}
.header .iconButton.small .holder .linkBG,
.main .iconButton.small .holder .linkBG,
.footer .iconButton.small .holder .linkBG {
  left: 23px;
  right: 23px;
}
.header .iconButton.small:before,
.main .iconButton.small:before,
.footer .iconButton.small:before,
.header .iconButton.small:after,
.main .iconButton.small:after,
.footer .iconButton.small:after {
  width: 43px;
}
.header .iconButton.small:before,
.main .iconButton.small:before,
.footer .iconButton.small:before {
  left: -20px;
  background-image: url(/application/themes/custom/images/icon_button/small-left.png);
}
.header .iconButton.small:after,
.main .iconButton.small:after,
.footer .iconButton.small:after {
  right: -20px;
  background-image: url(/application/themes/custom/images/icon_button/small-right.png);
}
.header .iconButton.small img,
.main .iconButton.small img,
.footer .iconButton.small img {
  max-height: 21.6px;
}
.header .iconButton .holder,
.main .iconButton .holder,
.footer .iconButton .holder {
  line-height: 30px;
  padding: 10px 0;
}
.header .iconButton .holder .linkBG,
.main .iconButton .holder .linkBG,
.footer .iconButton .holder .linkBG {
  left: 34px;
  right: 34px;
}
.header .iconButton:before,
.main .iconButton:before,
.footer .iconButton:before,
.header .iconButton:after,
.main .iconButton:after,
.footer .iconButton:after {
  width: 60px;
}
.header .iconButton:before,
.main .iconButton:before,
.footer .iconButton:before {
  left: -26px;
  background-image: url(/application/themes/custom/images/icon_button/medium-left.png);
}
.header .iconButton:after,
.main .iconButton:after,
.footer .iconButton:after {
  right: -26px;
  background-image: url(/application/themes/custom/images/icon_button/medium-right.png);
}
.header .iconButton img,
.main .iconButton img,
.footer .iconButton img {
  max-height: 30px;
}
.header .iconButton.large,
.main .iconButton.large,
.footer .iconButton.large {
  line-height: 60px;
  font-size: 22px;
  font-size: 2.2rem;
  margin-left: 32px;
  margin-right: 44px;
}
.header .iconButton.large .holder,
.main .iconButton.large .holder,
.footer .iconButton.large .holder {
  line-height: 36px;
  padding: 12px 0;
}
.header .iconButton.large .holder .linkBG,
.main .iconButton.large .holder .linkBG,
.footer .iconButton.large .holder .linkBG {
  left: 43px;
  right: 43px;
}
.header .iconButton.large:before,
.main .iconButton.large:before,
.footer .iconButton.large:before,
.header .iconButton.large:after,
.main .iconButton.large:after,
.footer .iconButton.large:after {
  width: 75px;
}
.header .iconButton.large:before,
.main .iconButton.large:before,
.footer .iconButton.large:before {
  left: -32px;
  background-image: url(/application/themes/custom/images/icon_button/large-left.png);
}
.header .iconButton.large:after,
.main .iconButton.large:after,
.footer .iconButton.large:after {
  right: -32px;
  background-image: url(/application/themes/custom/images/icon_button/large-right.png);
}
.header .iconButton.large img,
.main .iconButton.large img,
.footer .iconButton.large img {
  max-height: 36px;
}
.header .iconButton img,
.main .iconButton img,
.footer .iconButton img {
  vertical-align: text-top;
  margin: 0 0 0 15px;
}
.header .iconButton.imgBefore img,
.main .iconButton.imgBefore img,
.footer .iconButton.imgBefore img {
  margin-left: 0;
  margin-right: 15px;
}
.header .iconButton:hover,
.main .iconButton:hover,
.footer .iconButton:hover,
.header .iconButton:active,
.main .iconButton:active,
.footer .iconButton:active,
.header .iconButton:focus,
.main .iconButton:focus,
.footer .iconButton:focus {
  color: white !important;
  text-shadow: 0 0 4px white;
}
.ie8 .header .iconButton:hover,
.ie8 .main .iconButton:hover,
.ie8 .footer .iconButton:hover,
.ie8 .header .iconButton:active,
.ie8 .main .iconButton:active,
.ie8 .footer .iconButton:active,
.ie8 .header .iconButton:focus,
.ie8 .main .iconButton:focus,
.ie8 .footer .iconButton:focus {
  color: #cccccc !important;
  text-decoration: underline;
}
@media screen and (max-width: 430px) {
  .header .iconButton,
  .main .iconButton,
  .footer .iconButton {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .header .iconButton .holder .text img,
  .main .iconButton .holder .text img,
  .footer .iconButton .holder .text img {
    vertical-align: top;
  }
}
.header a.blueButton,
.main a.blueButton,
.footer a.blueButton {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  max-width: 270px;
  min-height: 150px;
  height: 150px;
  vertical-align: middle;
  padding: 20px 18px;
  background: #00aeef;
  border: 14px solid #69d5fe;
  -moz-border-radius: 75px;
  -webkit-border-radius: 75px;
  border-radius: 75px;
  color: #ffffff !important;
  line-height: 1.2;
  text-align: center;
  font-family: 'Cutive', serif;
  font-size: 25px;
  font-size: 2.5rem;
  text-shadow: 0 0 4px transparent;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ie8 .header a.blueButton,
.ie8 .main a.blueButton,
.ie8 .footer a.blueButton {
  max-width: 200px;
}
.header a.blueButton div,
.main a.blueButton div,
.footer a.blueButton div {
  display: table;
  width: 100%;
  height: 100%;
}
.header a.blueButton div span,
.main a.blueButton div span,
.footer a.blueButton div span {
  display: table-cell;
  vertical-align: middle;
}
.header a.blueButton:hover,
.main a.blueButton:hover,
.footer a.blueButton:hover,
.header a.blueButton:active,
.main a.blueButton:active,
.footer a.blueButton:active,
.header a.blueButton:focus,
.main a.blueButton:focus,
.footer a.blueButton:focus {
  color: #ffffff !important;
  text-shadow: 0 0 4px white;
}
.ie8 .header a.blueButton:hover,
.ie8 .main a.blueButton:hover,
.ie8 .footer a.blueButton:hover,
.ie8 .header a.blueButton:active,
.ie8 .main a.blueButton:active,
.ie8 .footer a.blueButton:active,
.ie8 .header a.blueButton:focus,
.ie8 .main a.blueButton:focus,
.ie8 .footer a.blueButton:focus {
  background-color: #23c3ff;
}
.header a.blueButton:before,
.main a.blueButton:before,
.footer a.blueButton:before {
  content: "";
  position: absolute;
  top: -14px;
  left: -14px;
  right: -14px;
  bottom: -14px;
  pointer-events: none;
  background: url(/application/themes/custom/images/blue-button-TL.png) no-repeat left top, url(/application/themes/custom/images/blue-button-TR.png) no-repeat right top, url(/application/themes/custom/images/blue-button-BL.png) no-repeat left bottom, url(/application/themes/custom/images/blue-button-BR.png) no-repeat right bottom;
}
.header a.blueButton.small,
.main a.blueButton.small,
.footer a.blueButton.small {
  min-height: 128px;
  height: 128px;
  padding: 28px 12px;
  border: 8px solid #69d5fe;
  -moz-border-radius: 64px;
  -webkit-border-radius: 64px;
  border-radius: 64px;
  font-size: 22px;
  font-size: 2.2rem;
}
.header a.blueButton.small:before,
.main a.blueButton.small:before,
.footer a.blueButton.small:before {
  top: -8px;
  left: -8px;
  right: -8px;
  bottom: -8px;
  background: url(/application/themes/custom/images/blue-button-small-TL.png) no-repeat left top, url(/application/themes/custom/images/blue-button-small-TR.png) no-repeat right top, url(/application/themes/custom/images/blue-button-small-BL.png) no-repeat left bottom, url(/application/themes/custom/images/blue-button-small-BR.png) no-repeat right bottom;
}
.header .framedImage,
.main .framedImage,
.footer .framedImage {
  max-width: 60%;
  margin-bottom: 24px;
  border: 4px solid #d2c3b4;
  -moz-box-shadow: 1px 1px 1px 0px #444444;
  -webkit-box-shadow: 1px 1px 1px 0px #444444;
  box-shadow: 1px 1px 1px 0px #444444;
}
.header .framedImage.floatLeft,
.main .framedImage.floatLeft,
.footer .framedImage.floatLeft {
  margin-right: 24px;
}
.header .framedImage.floatRight,
.main .framedImage.floatRight,
.footer .framedImage.floatRight {
  margin-left: 24px;
}
.header .framedImage img,
.main .framedImage img,
.footer .framedImage img {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .header .framedImageHolder,
  .main .framedImageHolder,
  .footer .framedImageHolder {
    text-align: center;
  }
  .header .framedImageHolder .framedImage,
  .main .framedImageHolder .framedImage,
  .footer .framedImageHolder .framedImage {
    display: inline-block;
    float: none;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.header .siteEditorNote,
.main .siteEditorNote,
.footer .siteEditorNote {
  display: block;
  color: red;
  padding: 12px;
  border: 1px solid red;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background: white;
  background: rgba(255, 255, 255, 0.8);
  margin-bottom: 12px;
}
.header .siteEditorNote *:last-child,
.main .siteEditorNote *:last-child,
.footer .siteEditorNote *:last-child {
  margin-bottom: 0;
}
.coreStyle {
  font-size: 18px;
  font-size: 1.8rem;
  color: black;
}
.coreStyle h1 {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
}
.editMode .coreStyle h1:after {
  content: " (We advise that you don't use any Heading 1 text in your normal content as one is generated through the code using the page name and it's recommended that only one is used on each page.  Please use headings 2 and below.  This message will disappear when you leave edit mode.)";
  color: red;
  font-size: 12px;
  font-size: 1.2rem;
}
.coreStyle h2 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 40px;
  font-size: 4rem;
  color: #0090c6;
  letter-spacing: -1px;
  margin: 0 0 32px;
}
.page-template-home .coreStyle h2 {
  font-weight: bold;
}
.coreStyle h3 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: normal;
  color: black;
  margin: 0 0 32px;
}
.coreStyle h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  color: #0090c6;
  margin: 0 0 12px;
}
.coreStyle h5 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0;
}
.coreStyle p,
.coreStyle ul,
.coreStyle ol,
.coreStyle dl,
.coreStyle table,
.coreStyle blockquote,
.coreStyle pre,
.coreStyle img {
  margin: 0 0 20px;
}
.coreStyle p + h2,
.coreStyle ul + h2,
.coreStyle ol + h2,
.coreStyle dl + h2,
.coreStyle table + h2,
.coreStyle blockquote + h2,
.coreStyle pre + h2,
.coreStyle img + h2 {
  margin-top: 52px;
}
.coreStyle p + h3,
.coreStyle ul + h3,
.coreStyle ol + h3,
.coreStyle dl + h3,
.coreStyle table + h3,
.coreStyle blockquote + h3,
.coreStyle pre + h3,
.coreStyle img + h3 {
  margin-top: 32px;
}
.coreStyle .floatRight + h2,
.coreStyle .floatRight + h3 {
  margin-top: 0;
}
.coreStyle a {
  color: #00b450;
}
.coreStyle a:hover {
  color: #00e767;
}
.coreStyle hr {
  border-color: #a0a0a0;
}
.coreStyle blockquote {
  padding: 6px 20px;
  border-left: 6px solid #00b450;
  background: rgba(0, 180, 80, 0.05);
}
.coreStyle table {
  border-collapse: collapse;
  background: white;
}
.coreStyle table th,
.coreStyle table td {
  border: 2px solid #77abbf;
  padding: 2px 5px;
}
.coreStyle table th {
  background: rgba(0, 174, 240, 0.4);
}
.coreStyle table tr td {
  background: rgba(0, 174, 240, 0.1);
}
.coreStyle table tr:nth-child(even) td {
  background: rgba(0, 174, 240, 0.15);
}
@media screen and (max-width: 991px) {
  .coreStyle table {
    display: block;
    overflow-x: scroll;
  }
}
.coreStyle ul.pagination {
  float: right;
}
.coreStyle ul.pagination > li {
  display: inline-block;
  margin-left: 4px;
  background: #f4f4f4;
  background: #eaeaea;
  background: -moz-linear-gradient(top, #f4f4f4 0%, #eaeaea 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f4f4), color-stop(100%, #eaeaea));
  background: -webkit-linear-gradient(top, #f4f4f4 0%, #eaeaea 100%);
  background: -o-linear-gradient(top, #f4f4f4 0%, #eaeaea 100%);
  background: -ms-linear-gradient(top, #f4f4f4 0%, #eaeaea 100%);
  background: linear-gradient(top, #f4f4f4 0%, #eaeaea 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f4f4f4, endColorstr=#eaeaea, GradientType=0);
  border: 1px solid #c0c0c0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0px 1px 1px -1px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 1px 1px -1px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 1px -1px rgba(0, 0, 0, 0.4);
}
.coreStyle ul.pagination > li.active {
  background: #696969;
  background: #616161;
  background: -moz-linear-gradient(top, #696969 0%, #616161 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #696969), color-stop(100%, #616161));
  background: -webkit-linear-gradient(top, #696969 0%, #616161 100%);
  background: -o-linear-gradient(top, #696969 0%, #616161 100%);
  background: -ms-linear-gradient(top, #696969 0%, #616161 100%);
  background: linear-gradient(top, #696969 0%, #616161 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#696969, endColorstr=#616161, GradientType=0);
  box-shadow: 0px 1px 1px -1px rgba(0, 0, 0, 0.4), 0 1px 8px -2px rgba(0, 0, 0, 0.4) inset;
}
.coreStyle ul.pagination > li.active span {
  color: #ffffff;
  -ms-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  background-color: transparent;
}
.coreStyle ul.pagination > li.active span:hover {
  color: #ffffff;
}
.coreStyle ul.pagination > li.active span:hover {
  background-color: transparent;
}
.coreStyle ul.pagination > li a,
.coreStyle ul.pagination > li span {
  display: block;
  float: none;
  margin: 0;
  border: none;
  font-family: arial, sans-serif;
  color: #717171;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 3px 8px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.coreStyle ul.pagination > li a {
  -ms-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  background-color: transparent;
}
.coreStyle ul.pagination > li a:hover {
  background-color: #f6f6f6;
}
.coreStyle ul.pagination > li span {
  -ms-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  background-color: #fdfdfd;
  color: #aaaaaa;
  cursor: default !important;
}
.coreStyle ul.pagination > li span:hover {
  background-color: #fdfdfd;
}
.coreStyle ul.pagination > li span:hover {
  color: #aaaaaa;
}
.coreStyle a.btn-primary,
.coreStyle a.btn-success,
.coreStyle a.btn-info,
.coreStyle a.btn-warning,
.coreStyle a.btn-danger {
  color: white;
}
.header {
  background-color: #fff9ea;
}
.header .mobileNavBar {
  text-align: right;
  background: #5ccaf2;
}
.header .headerTop {
  background-color: #00aef0;
}
.header .headerTop .mobile-nav-button {
  text-align: right;
}
.header .headerTop .mobile-nav-button img {
  cursor: pointer;
}
.header .headerTop .accessibilityBar {
  padding: 12px 24px;
  overflow: hidden;
  background-image: url(/application/themes/custom/images/pattern-layer-bg.png);
  -moz-border-radius: 0 0 7px 7px;
  -webkit-border-radius: 0 0 7px 7px;
  border-radius: 0 0 7px 7px;
}
.header .headerTop .accessibilityBar .controls .buttons {
  color: #000000;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
}
.header .headerTop .accessibilityBar .controls .buttons * {
  vertical-align: bottom;
}
.header .headerTop .accessibilityBar .controls .buttons .inc,
.header .headerTop .accessibilityBar .controls .buttons .dec {
  width: 30px;
  height: 30px;
  text-align: center;
  font-weight: 300;
  font-size: 35px;
  font-size: 3.5rem;
}
.header .headerTop .accessibilityBar .controls .buttons .inc,
.header .headerTop .accessibilityBar .controls .buttons .dec,
.header .headerTop .accessibilityBar .controls .buttons .reset {
  line-height: 30px;
  display: inline-block;
  margin-right: 5px;
  background-color: #ffffff;
  border: 1px solid #a59784;
}
.header .headerTop .accessibilityBar .controls .buttons .dec {
  line-height: 23px;
}
.header .headerTop .accessibilityBar .controls .buttons .reset {
  line-height: 28px;
  padding: 0 15px;
}
.header .headerTop .accessibilityBar .controls .buttons .inc,
.header .headerTop .accessibilityBar .controls .buttons .dec,
.header .headerTop .accessibilityBar .controls .buttons .reset,
.header .headerTop .accessibilityBar .controls .buttons .highContrastLink {
  color: #000000;
  vertical-align: middle;
}
.header .headerTop .accessibilityBar .controls .buttons .inc:hover,
.header .headerTop .accessibilityBar .controls .buttons .dec:hover,
.header .headerTop .accessibilityBar .controls .buttons .reset:hover,
.header .headerTop .accessibilityBar .controls .buttons .highContrastLink:hover {
  color: #0090c6;
}
.MacOS .header .headerTop .accessibilityBar .controls .buttons .inc {
  line-height: 20px !important;
}
.header .headerTop .accessibilityBar .controls .buttons .highContrastLink:before {
  content: "";
  display: inline-block;
  height: 30px;
  width: 0;
  vertical-align: bottom;
}
@media screen and (max-width: 1200px) {
  .header .headerTop .accessibilityBar {
    padding: 10px 12px;
  }
  .header .headerTop .accessibilityBar .buttons .floatLeft,
  .header .headerTop .accessibilityBar .buttons .floatRight {
    text-align: center;
    float: none;
  }
}
@media screen and (max-width: 540px) and (orientation: portrait) {
  .header .headerTop .accessibilityBar .buttons .floatLeft,
  .header .headerTop .accessibilityBar .buttons .floatRight {
    float: none;
  }
}
.header .headerTop .headerTopContent {
  text-align: right;
  color: #ffffff;
  font-family: 'Cutive', serif;
  padding: 24px 0 16px;
}
.header .headerTop .headerTopContent > * {
  padding: 8px 0 0;
}
.header .headerTop .headerTopContent .ccm-block-social-links.smallIcons {
  display: inline-block;
}
.header .headerTop .headerTopContent p {
  display: inline-block;
  margin: 0 0 0 15px;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1;
  vertical-align: bottom;
}
.header .headerTop .headerTopContent p strong {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: normal;
  white-space: nowrap;
}
@media screen and (max-width: 991px) {
  .header .headerTop .headerTopContent p strong {
    line-height: 1.9;
  }
}
@media screen and (max-width: 700px) {
  .header .headerTop .headerTopContent {
    text-align: center;
  }
  .header .headerTop .headerTopContent p {
    margin: 0;
  }
  .header .headerTop .headerTopContent p a {
    color: #ffffff;
  }
}
.header .headerMain {
  padding: 17px 0;
}
.header .headerMain .headerMainContent {
  display: inline-block;
  padding-top: 32px;
  text-align: right;
  float: right;
}
.header .headerMain .headerMainContent .headerMainBlock {
  display: inline-block;
  margin-left: 12px;
  margin-bottom: 10px;
  vertical-align: middle;
  line-height: 1;
}
.header .headerMain .headerMainContent .headerMainBlock:first-child {
  margin-left: 0;
}
.header .headerMain .headerMainContent .headerMainBlock .buttonholder {
  margin: 10px 0;
}
.header .headerMain .headerMainContent .headerMainBlock .buttonholder .iconButton {
  margin-bottom: 0;
  margin-right: 26px;
}
.header .headerMain .headerMainContent .headerMainBlock .buttonholder .iconButton.small {
  margin-right: 20px;
}
.header .headerMain .headerMainContent .headerMainBlock .buttonholder .iconButton.large {
  margin-right: 32px;
}
.header .headerMain .headerMainContent .headerMainBlock .ccm-search-block-form {
  overflow: hidden !important;
}
.header .headerMain .headerMainContent .headerMainBlock .ccm-search-block-form .ccm-search-block-text {
  width: 230px;
}
.header .headerMain .headerMainContent .quickExit {
  display: inline-block;
  position: relative;
  color: #ffffff;
  padding: 20px;
  background-image: url(/application/themes/custom/images/green-btn-bg.png);
  background-size: 100% 62px;
  background-position: center center;
  background-repeat: no-repeat;
  font-family: 'Cutive', serif;
  text-shadow: 0 0 4px transparent;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 33px;
  text-align: center;
}
.header .headerMain .headerMainContent .quickExit img {
  vertical-align: text-bottom;
  margin-left: 10px;
}
.header .headerMain .headerMainContent .quickExit:hover {
  color: #ffffff;
  text-shadow: 0 0 4px white;
}
.ie8 .header .headerMain .headerMainContent .quickExit:hover {
  color: #cccccc !important;
  text-decoration: underline;
}
@media screen and (max-width: 400px) {
  .header .headerMain .headerMainContent .quickExit {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.header .headerMain .headerMainContent .googleTranslate {
  position: relative;
  width: 155px;
}
.header .headerMain .headerMainContent .googleTranslate #google_translate_element .goog-te-gadget .goog-te-gadget-simple {
  border: 0;
  background-color: #fff9ea;
}
@media screen and (max-width: 767px) {
  .header .headerMain {
    text-align: center;
  }
  .header .headerMain .headerMainContent {
    float: none;
    text-align: center;
  }
  .header .headerMain .headerMainContent .headerMainBlock {
    display: block;
    margin-left: 12px;
    margin-bottom: 18px;
  }
  .header .headerMain .headerMainContent .headerMainBlock:first-child {
    margin-left: 12px;
  }
  .header .headerMain .headerMainContent .headerMainBlock .ccm-search-block-form .ccm-search-block-text {
    width: 100%;
  }
  .header .headerMain .headerMainContent .googleTranslate {
    text-align: center;
    display: block;
    margin: auto;
  }
}
.header .bannerArea {
  background: #00aef0;
}
.header .bannerArea h1,
.header .bannerArea h2 {
  font-family: 'Cutive', serif;
  font-weight: normal;
  color: white;
}
.header .bannerArea h1 {
  font-size: 42px;
  font-size: 4.2rem;
}
.header .bannerArea h2 {
  font-size: 20px;
  font-size: 2rem;
}
.header .bannerArea .bannerNoImage h1 {
  margin: 26px 0 36px;
}
.header .bannerArea .bannerNoImage h2 {
  margin: -40px 0 44px 2px;
}
.header .bannerArea .bannerImage {
  position: relative;
  background: no-repeat center;
  background-size: cover;
  min-height: 360px;
}
.header .bannerArea .bannerImage:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("/application/themes/custom/images/banner-overlay.png") no-repeat center top;
  background-size: 100% 70%;
  z-index: 1;
}
.header .bannerArea .bannerImage h1,
.header .bannerArea .bannerImage h2 {
  position: relative;
  display: inline-block;
  background: #00b450;
  z-index: 2;
}
.header .bannerArea .bannerImage h1 {
  padding: 12px 26px;
  margin-top: 66px;
  margin-bottom: 8px;
}
.header .bannerArea .bannerImage h2 {
  padding: 6px 26px;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .header .bannerArea .bannerNoImage h1,
  .header .bannerArea .bannerImage h1 {
    font-size: 32px;
    font-size: 3.2rem;
  }
  .header .bannerArea .bannerNoImage h2,
  .header .bannerArea .bannerImage h2 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 480px) {
  .header .bannerArea .bannerNoImage h1,
  .header .bannerArea .bannerImage h1 {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .header .bannerArea .bannerNoImage h2,
  .header .bannerArea .bannerImage h2 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.header .bannerArea .bannerCarousel {
  position: relative;
}
.header .bannerArea .bannerCarousel .carouselDotsHolder {
  position: absolute;
  bottom: 56px;
  left: 0;
  right: 0;
  z-index: 2;
  pointer-events: none;
}
.header .bannerArea .bannerCarousel .carouselDotsHolder .carouselDots {
  float: right;
  pointer-events: auto;
}
.header .bannerArea .bannerCarousel .carouselDotsHolder .carouselDots .owl-dot {
  position: relative;
  width: 53px;
  height: 49px;
  background: url("/application/themes/custom/images/banner-button-bg.png") no-repeat center;
  font-family: 'Dosis', sans-serif;
  font-size: 33px;
  font-size: 3.3rem;
  font-weight: bold;
  color: white;
  text-align: center;
  cursor: pointer;
  z-index: 1;
  margin-left: 10px;
}
.header .bannerArea .bannerCarousel .carouselDotsHolder .carouselDots .owl-dot span {
  position: relative;
  z-index: 3;
}
.header .bannerArea .bannerCarousel .carouselDotsHolder .carouselDots .owl-dot:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("/application/themes/custom/images/banner-button-bg-hover.png") no-repeat center;
  opacity: 0;
  z-index: 2;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .bannerArea .bannerCarousel .carouselDotsHolder .carouselDots .owl-dot:hover:after,
.header .bannerArea .bannerCarousel .carouselDotsHolder .carouselDots .owl-dot:active:after,
.header .bannerArea .bannerCarousel .carouselDotsHolder .carouselDots .owl-dot:focus:after,
.header .bannerArea .bannerCarousel .carouselDotsHolder .carouselDots .owl-dot.active:after {
  opacity: 1;
}
@media screen and (max-width: 991px) {
  .header .bannerArea .bannerCarousel .carouselDotsHolder {
    bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .header .bannerArea .bannerCarousel .carouselDotsHolder {
    position: relative;
    margin-top: 10px;
  }
}
.main {
  position: relative;
  z-index: 1;
  background-color: #fff9ea;
}
.edit-mode .main {
  position: static;
}
.main:before {
  content: '';
  display: block;
  position: relative;
  width: 100%;
  height: 21px;
  top: -20px;
  background: url(/application/themes/custom/images/main-area-top-border.png) repeat-x center top;
}
.main.paddingBottom {
  padding-bottom: 70px;
}
.main .mainSection {
  padding-bottom: 50px;
}
.main .mainPageImage {
  float: right;
  clear: right;
  max-width: 50%;
  margin: 0 0 30px 30px;
}
.main .mainPageImage img {
  max-width: 100%;
  margin: 0;
  border: 5px solid #dfdcbf;
}
@media screen and (max-width: 600px) {
  .main .mainPageImage {
    float: none;
    clear: none;
    margin: 0 10px 30px;
    max-width: 100%;
  }
}
.main .lowerSection {
  padding: 60px 0px 80px;
  background-image: url(/application/themes/custom/images/lower-main-background.png);
}
.main .lowerSection:before {
  content: '';
  display: block;
  position: relative;
  width: 100%;
  height: 21px;
  top: -61px;
  background: url(/application/themes/custom/images/lower-section-top-border.png) repeat-x center top;
}
.main .lowerSection .lowerSectionContents {
  text-align: justify;
}
.main .lowerSection .lowerSectionContents:after {
  content: ' ';
  display: inline-block;
  position: relative;
  width: 100%;
  height: 0;
  vertical-align: top;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .main .lowerSection .lowerSectionContents a.blueButton {
    max-width: 224px;
  }
}
@media screen and (max-width: 767px) {
  .main .lowerSection .lowerSectionContents {
    text-align: center;
  }
}
@media screen and (max-width: 700px) {
  .main .lowerSection .lowerSectionContents .page-title span:before,
  .main .lowerSection .lowerSectionContents .page-title span:after {
    display: none;
  }
}
.main .lowerSection .page-title {
  margin: 0 0 75px;
  padding-bottom: 25px;
  padding-left: 60px;
  padding-right: 55px;
  text-align: center;
  font-weight: bold;
  color: #000000;
  background-image: url(/application/themes/custom/images/large-arrow-down.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  font-size: 42px;
  font-size: 4.2rem;
}
.main .lowerSection .page-title span {
  position: relative;
}
.main .lowerSection .page-title span:before,
.main .lowerSection .page-title span:after {
  position: absolute;
  content: "";
  display: block;
}
.main .lowerSection .page-title span:before {
  top: 40.5%;
  left: -60px;
  width: 40px;
  height: 26px;
  background-image: url(/application/themes/custom/images/large-arrow-left.png);
  background-repeat: no-repeat;
}
.main .lowerSection .page-title span:after {
  right: -55px;
  top: 52.5%;
  width: 38px;
  height: 26px;
  background-image: url(/application/themes/custom/images/large-arrow-right.png);
  background-repeat: no-repeat;
}
@media screen and (max-width: 991px) {
  .main .lowerSection .page-title {
    margin-bottom: 20px;
    font-size: 39px;
    font-size: 3.9rem;
  }
}
@media screen and (max-width: 767px) {
  .main .lowerSection .page-title {
    font-size: 36px;
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 400px) {
  .main .lowerSection .page-title {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
.main .mainMiddle {
  padding: 56px 0;
  background-color: #e7f7ff;
}
.main .mainLower {
  padding-top: 100px;
  padding-bottom: 80px;
  background-image: url(/application/themes/custom/images/lower-main-background.png);
}
.page-template-home .main .mainLower .contentArea {
  line-height: 1.6;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 20px;
  font-size: 2rem;
}
.page-template-home .main .mainLower .contentArea .buttonholder {
  margin-top: 25px;
}
.page-template-home .main .mainLower .contentArea h2 {
  margin: 0;
  letter-spacing: -1px;
  word-spacing: -1px;
  line-height: 1.2;
  color: #0090c6;
  font-size: 38px;
  font-size: 3.8rem;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media screen and (max-width: 1199px) {
  .page-template-home .main .mainLower .contentArea {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .page-template-home .main .mainLower .contentArea h2 {
    font-size: 34px;
    font-size: 3.4rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .page-template-home .main .mainLower .contentArea {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .page-template-home .main .mainLower .contentArea h2 {
    font-size: 30px;
    font-size: 3rem;
  }
  .page-template-home .main .mainLower .contentArea p,
  .page-template-home .main .mainLower .contentArea ul,
  .page-template-home .main .mainLower .contentArea ol,
  .page-template-home .main .mainLower .contentArea dl {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .page-template-home .main .mainLower .contentArea {
    margin-top: 40px;
  }
}
.footer .main-section {
  position: relative;
  padding: 15px 0 50px;
  color: #ffffff;
  background-color: #00b450;
}
.footer .main-section a {
  color: #ffffff;
}
.footer .main-section a:hover {
  color: #e6e6e6;
}
.footer .main-section:before {
  content: '';
  position: relative;
  display: block;
  width: 100%;
  height: 21px;
  top: -35px;
  background: url("/application/themes/custom/images/footer-top-border.png") repeat-x center top;
  z-index: 1;
}
.footer .main-section .tf-container.large-feature .tf-tweets .tf-tweet .tf-body a {
  color: #9ef9ff;
}
.footer .main-section .tf-container.large-feature .tf-tweets .tf-tweet .tf-body a:hover {
  color: #6bf6ff;
}
.footer .bottom-section {
  padding: 50px 0 30px;
  background-color: #ffffff;
}
.footer .bottom-section p {
  color: #000000;
  font-size: 15px;
  font-size: 1.5rem;
}
.footer .bottom-section p strong {
  color: #3d55a6;
}
.footer .bottom-section img {
  display: inline-block;
}
@media screen and (max-width: 600px) {
  .footer .bottom-section {
    text-align: center;
  }
  .footer .bottom-section .textRight {
    text-align: center !important;
  }
}
.footer .loginBar {
  text-align: right;
  background: #00aef0;
  padding: 12px 0;
  color: white;
}
.footer .loginBar a {
  color: #b4ffd5;
  font-weight: bold;
}
.footer .loginBar a:hover {
  color: #e7fff2;
}
.footer .loginBar br {
  display: none;
}
@media screen and (max-width: 430px) {
  .footer .loginBar {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .footer .loginBar span {
    display: none;
  }
  .footer .loginBar br {
    display: inline;
  }
}
.footer .loginBar .policy-link {
  text-align: left;
}
.input[type="text"].form-control,
input[type="email"].form-control,
input[type="tel"].form-control,
input[type="search"].form-control,
input[type="url"].form-control,
input[type="password"].form-control,
textarea.form-control {
  padding: 6px 12px;
}
.vivid-thumb-gallery {
  margin: 0 -10px;
}
.vivid-thumb-gallery .thumb-item {
  background: #dfdcbf;
  border: 10px solid transparent;
  text-align: center;
}
.main .vivid-thumb-gallery .thumb-item {
  border-color: #fff9ea;
}
.vivid-thumb-gallery .thumb-item img {
  margin-bottom: 0;
}
img#imagelightbox {
  -moz-box-shadow: 0 0 80px 20px rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: 0 0 80px 20px rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 80px 20px rgba(255, 255, 255, 0.3);
}
.page_password_request {
  background-color: #00aef0;
  color: white;
  padding: 22.5px;
  margin: 0 0 25px;
}
.page_password_request input#pagePassword {
  display: inline-block;
  color: #000;
  border: 2px solid #d9cdb8;
  background-color: #fcfcfc;
  padding: 9px 60px 9px 20px;
  font-size: 16px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  box-shadow: none !important;
}
.page_password_request input#submit {
  margin: 20px 20px 0 0;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 15px 70px;
  background-image: url(/application/themes/custom/images/green-btn-bg-border.png);
  -webkit-appearance: none;
  background-color: inherit;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  font-family: 'Cutive', serif;
  border: none;
  text-align: center;
  color: #ffffff !important;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-shadow: 0 0 4px transparent;
}
.page_password_request input#submit:hover {
  text-shadow: 0 0 4px white;
}
