/*Variables*/
body {
  font: 'Catamaran';
}
.row {
  max-width: 1280px;
}
.search-button {
  width: 0;
  height: 0;
  border: none;
  opacity: 0;
}
.spaced-down {
  margin-bottom: 20px;
}
#header #first-row {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4b0002+1,a41e35+49,630f11+91 */
  background: #4b0002;
  /* Old browsers */
  background: -moz-linear-gradient(left, #4b0002 1%, #a41e35 49%, #630f11 91%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #4b0002 1%, #a41e35 49%, #630f11 91%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #4b0002 1%, #a41e35 49%, #630f11 91%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4b0002', endColorstr='#630f11', GradientType=1);
  /* IE6-9 */
  z-index: 19;
}
#header #first-row .first-row {
  z-index: 20;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  /*drop down menu*/
}
#header #first-row .first-row .dropbtn:hover {
  background-color: #510c12;
  color: #fff;
}
#header #first-row .first-row .dropbtn:hover i::before {
  content: '\f106';
}
#header #first-row .first-row .dropdown-content {
  display: none;
  position: absolute;
  width: 295px;
  margin-left: 0px;
  left: 0;
  top: 36px;
  z-index: 99;
}
@media only screen and (max-width: 1294px) {
  #header #first-row .first-row .dropdown-content {
    top: 29px;
  }
}
#header #first-row .first-row .dropdown-content a {
  color: #ffffff;
  margin: 0;
  text-decoration: none;
  display: block;
  transition: ease-in-out 300ms;
  float: left;
  padding: 10px 30px;
}
#header #first-row .first-row .dropdown-content a:hover {
  margin-left: 10px;
}
#header #first-row .first-row .dropdown-content hr {
  margin: 0 25px;
}
#header #first-row .first-row .dropdown1:hover .dropdown-content {
  display: block;
  background-color: #510c12;
}
#header #first-row .first-row .dropdown2:hover .dropdown-content {
  display: block;
  background-color: #510c12;
}
#header #first-row .first-row .dropdown3:hover .dropdown-content {
  display: block;
  background-color: #510c12;
}
#header #first-row .first-row .dropdown4:hover .dropdown-content {
  display: block;
  background-color: #510c12;
}
#header #first-row .first-row .link-item {
  position: relative;
  font-family: 'Catamaran';
  font-weight: 700;
  color: #fff;
  font-size: 16px;
  padding: 5px;
  z-index: 80;
  /*padding-left:10px;
                padding-right:0;*/
  line-height: 1;
}
@media only screen and (max-width: 1294px) {
  #header #first-row .first-row .link-item {
    font-size: 12px;
  }
}
#header #first-row .first-row .link-item i {
  font-weight: 700;
  margin-left: 13px;
  vertical-align: middle;
}
#header #first-row .first-row .fa-bars {
  /*display: table-cell;*/
  font-weight: 700;
  color: #fff;
  font-size: 26px;
  vertical-align: middle;
  margin-top: 20px;
  margin-right: 20px;
}
#header #first-row .first-row .fa-home {
  /*display:table-cell;*/
  font-weight: 700;
  color: #fff;
  font-size: 26px;
  margin-top: 20px;
  float: left;
  margin-left: 20px;
}
#header #first-row .first-row .nav-text {
  padding-top: 24px;
}
#header #second-row {
  max-width: 1920px;
  /*height: 56px;*/
  position: relative;
  background-color: #fff;
  z-index: 9;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -55px;
  margin-top: 0px;
  opacity: 0.8;
  overflow: hidden;
  /*@media only screen and (max-width: 40em) { padding:10px; }*/
}
@media only screen and (max-width: 64.063em) {
  #header #second-row {
    padding-left: 20px;
    height: 52px;
    margin-bottom: -52px;
  }
}
#header #second-row .second-row {
  /*position:absolute;

               max-width:1280px;
                       z-index:1;
               background-color:#fff;
        opacity:0.7;

           left:0;
           right:0;*/
  display: table;
  width: 100%;
  /*width:1920px;*/
  /*background-color:#fff;
        opacity:0.7;*/
  /*.tel:hover{
                    background-color:#c9c9c9;
                }*/
}
#header #second-row .second-row .tel {
  display: table-cell;
  width: 15%;
  vertical-align: middle;
  font-family: 'Catamaran';
  font-weight: 400;
  color: #262626;
  font-size: 18px;
}
@media only screen and (max-width: 64.063em) {
  #header #second-row .second-row .tel {
    width: 20%;
  }
}
@media only screen and (max-width: 40em) {
  #header #second-row .second-row .tel {
    width: 40%;
    font-size: 13px;
  }
}
#header #second-row .second-row .tel i {
  margin-right: 13px;
  color: #a41e35;
}
#header #second-row .second-row .mail {
  display: table-cell;
  width: 25%;
  vertical-align: middle;
  font-family: 'Catamaran';
  font-weight: 400;
  color: #262626;
  font-size: 18px;
}
@media only screen and (max-width: 64.063em) {
  #header #second-row .second-row .mail {
    width: 40%;
  }
}
#header #second-row .second-row .mail i {
  margin-right: 13px;
  color: #a41e35;
}
#header #second-row .second-row .search-container {
  display: table-cell;
  width: 25%;
  vertical-align: middle;
  /*padding-bottom:0px;*/
}
#header #second-row .second-row .search-container .home-search {
  margin: 0px;
  font-family: 'Catamaran';
  font-size: 14px;
  font-weight: 400;
  border-radius: 30px;
  height: 30px;
  width: 190px;
  background-image: url('/images/search-icon.png');
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding-left: 15px;
  display: inline;
  color: #262626;
}
#header #second-row .second-row .search-container ::-webkit-input-placeholder {
  color: #262626;
}
#header #second-row .second-row .search-container :-moz-placeholder {
  /* Firefox 18- */
  color: #262626;
}
#header #second-row .second-row .search-container ::-moz-placeholder {
  /* Firefox 19+ */
  color: #262626;
}
#header #second-row .second-row .search-container :-ms-input-placeholder {
  color: #262626;
}
#header #second-row .second-row .school-contact {
  display: table-cell;
  vertical-align: middle;
  font-family: 'Catamaran';
  font-weight: 400;
  color: #262626;
  font-size: 18px;
  width: 25%;
}
#header #second-row .second-row .school-contact i {
  margin-right: 13px;
  color: #a41e35;
}
#header #second-row .second-row .membership {
  display: table-cell;
  width: 15%;
  font-family: 'Catamaran';
  font-weight: 700;
  color: #a41e35;
  font-size: 16px;
}
@media only screen and (max-width: 64.063em) {
  #header #second-row .second-row .membership {
    width: 15%;
  }
}
@media only screen and (max-width: 40em) {
  #header #second-row .second-row .membership {
    font-size: 13px;
    width: 30%;
  }
}
#header #second-row .second-row .login {
  display: table-cell;
  width: 10%;
  /*float:right;*/
  font-family: 'Catamaran';
  font-weight: 700;
  color: #fff;
  font-size: 17px;
  background-color: #949496;
  /*margin-left:15px;*/
  padding: 15px;
  /*margin-right:-30px;*/
}
@media only screen and (max-width: 64.063em) {
  #header #second-row .second-row .login {
    padding: 14px 24px;
    width: 15%;
  }
}
@media only screen and (max-width: 40em) {
  #header #second-row .second-row .login {
    width: 30%;
    font-size: 13px;
    padding: 19px 24px;
  }
}
#footer {
  padding-top: 35px;
  padding-bottom: 100px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a41e35+49,4b0002+100 */
  background: #a41e35;
  /* Old browsers */
  background: -moz-linear-gradient(top, #a41e35 49%, #4b0002 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #a41e35 49%, #4b0002 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #a41e35 49%, #4b0002 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a41e35', endColorstr='#4b0002', GradientType=0);
  /* IE6-9 */
}
@media only screen and (max-width: 40em) {
  #footer {
    padding-bottom: 30px;
  }
}
#footer .first-row {
  color: #fff;
}
#footer .first-row .links a {
  transition: 500ms ease-in-out;
  font-family: 'Catamaran';
  font-weight: 400;
  color: #fff;
  font-size: 12px;
}
#footer .first-row .links a:hover {
  color: #949496;
}
#footer .first-row .social {
  float: right;
}
#footer .first-row .social a {
  transition: 500ms ease-in-out;
  color: #fff;
  font-size: 30px;
  margin-left: 15px;
}
#footer .first-row .social a span {
  opacity: 0;
}
#footer .first-row .social a:hover {
  color: #949496;
}
#footer .second-row {
  margin-top: 15px;
}
#footer .second-row .address {
  display: table-cell;
  font-family: 'Catamaran';
  font-weight: 400;
  color: #fff;
  font-size: 12px;
  line-height: 1.3;
}
#footer .second-row .tel-fax {
  display: table-cell;
  font-family: 'Catamaran';
  font-weight: 400;
  color: #fff;
  font-size: 12px;
  line-height: 2;
}
#footer .second-row .tel-fax a {
  transition: 500ms ease-in-out;
  font-family: 'Catamaran';
  font-weight: 400;
  color: #fff;
}
#footer .second-row .tel-fax a:hover {
  color: #949496;
}
#to-top {
  margin-top: 12px;
  margin-bottom: 12px;
  transition: 700ms ease-in-out;
}
#to-top a {
  transition: 700ms ease-in-out;
  font-family: 'Catamaran';
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  background-color: #949496;
  padding: 12px 16px;
}
#to-top a:hover {
  padding-bottom: 22px;
}
#to-top:hover {
  transform: translateY(-10px);
}
.close-button span {
  color: #a41e35 !important;
}
#side-menu li a {
  outline: none;
  transition: ease-in-out 500ms;
  background-color: #e9e9f2;
  font-weight: 400;
  color: #a41e35;
  font-size: 18px;
  margin: 5px;
}
#side-menu li a:hover {
  background-color: #949496;
  color: #fff;
  border-bottom: 1px #a41e35 solid;
}
.text-right {
  text-align: right;
}
/*body{
        background-color:@main-color;
    form{
        background-color:#fff;
    }
}*/
.text {
  font: 'Catamaran';
}
.ei-calendar {
  left: initial !important;
  right: 0;
}
.ei-calendar::before {
  left: 90% !important;
}
.nudge-down {
  margin-top: 10px;
}
.nudge-down-x2 {
  margin-top: 30px;
}
.home-button a {
  background-color: #a41e35;
  -moz-transition: 400ms ease-in-out;
  -o-transition: 400ms ease-in-out;
  -webkit-transition: 400ms ease-in-out;
  transition: 400ms ease-in-out;
  padding: 15px 15px;
  font-family: 'Catamaran';
  font-weight: 700;
  font-size: 16px;
  color: #fff;
}
.home-button a:hover {
  border: 2px solid #949496;
}
#partOnly p,
#partOnlyGuest p,
#partOnlyOverseas p,
#partOnlyHonorary p {
  font-family: 'Catamaran';
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  padding-right: 20px;
  line-height: 1;
}
#partOnly .ei-c,
#partOnlyGuest .ei-c,
#partOnlyOverseas .ei-c,
#partOnlyHonorary .ei-c {
  top: 0 !important;
}
@media only screen and (min-width: 1025px) {
  #partOnly .ei-c .ei-container,
  #partOnlyGuest .ei-c .ei-container,
  #partOnlyOverseas .ei-c .ei-container,
  #partOnlyHonorary .ei-c .ei-container {
    width: 200px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  #partOnly .ei-c .ei-container,
  #partOnlyGuest .ei-c .ei-container,
  #partOnlyOverseas .ei-c .ei-container,
  #partOnlyHonorary .ei-c .ei-container {
    width: 140px;
  }
}
#partOnly .ei-c .ei-container > label,
#partOnlyGuest .ei-c .ei-container > label,
#partOnlyOverseas .ei-c .ei-container > label,
#partOnlyHonorary .ei-c .ei-container > label {
  margin-left: 0 !important;
}
@media only screen and (min-width: 1025px) {
  #partOnly .ei-c .ei-container > label,
  #partOnlyGuest .ei-c .ei-container > label,
  #partOnlyOverseas .ei-c .ei-container > label,
  #partOnlyHonorary .ei-c .ei-container > label {
    min-width: 100px !important;
  }
}
#generic-banner {
  margin-bottom: 100px;
}
#generic-banner .banner-row {
  position: relative;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 428px;
}
#generic-banner .banner-row .landing-title-text {
  position: absolute;
  -moz-transform: translateY(-55%);
  -ms-transform: translateY(-55%);
  -o-transform: translateY(-55%);
  -webkit-transform: translateY(-55%);
  transform: translateY(-55%);
  top: 55%;
  background-color: #232323;
  opacity: 0.7;
  padding: 20px;
}
#generic-banner .banner-row .landing-title-text h1 {
  font-family: 'Catamaran';
  font-weight: 700;
  color: #fff;
  font-size: 60px;
  line-height: 1;
  margin-bottom: 0;
}
#generic-banner .banner-row .landing-title-text h2 {
  font-family: 'Catamaran';
  font-weight: 700;
  color: #fff;
  font-size: 33px;
  line-height: 1;
}
#generic-banner .banner-row .tier-title-text {
  position: absolute;
  -moz-transform: translateY(-55%);
  -ms-transform: translateY(-55%);
  -o-transform: translateY(-55%);
  -webkit-transform: translateY(-55%);
  transform: translateY(-55%);
  top: 55%;
  background-color: #232323;
  opacity: 0.7;
  padding: 20px;
  max-width: 600px;
}
#generic-banner .banner-row .tier-title-text h1 {
  font-family: 'Catamaran';
  font-weight: 700;
  color: #fff;
  font-size: 44px;
  line-height: 1;
}
#generic-banner .banner-row .tier-title-text h3 {
  font-family: 'Catamaran';
  font-weight: 700;
  color: #fff;
  font-size: 33px;
  line-height: 1;
}
#generic-banner .banner-row .book-button {
  position: absolute;
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  bottom: 0%;
  background-color: #a41e35;
  padding: 10px 20px 0px 20px;
  max-width: 600px;
  transition: 900ms ease-in-out;
}
#generic-banner .banner-row .book-button:hover {
  background-color: #232323;
  opacity: 0.7;
}
#generic-banner .banner-row .book-button p {
  font-family: 'Catamaran';
  font-weight: 700;
  font-size: 20px;
  color: #fff;
}
#generic-banner .breadcrumb {
  margin-top: 10px;
  margin-bottom: 10px;
}
#generic-banner .breadcrumb span {
  color: #262626;
}
#generic-banner .breadcrumb span:last-child {
  color: #a41e35;
}
#generic-banner .breadcrumb span:last-child a {
  color: #a41e35;
}
#generic-banner .breadcrumb p {
  font-family: 'Catamaran';
  font-weight: 700;
  font-size: 14px;
  color: #262626;
  display: inline;
  margin-right: 40px;
}
#generic-banner .breadcrumb a {
  font-family: 'Catamaran';
  font-size: 14px;
  color: #262626;
  margin-right: 20px;
}
#generic-banner .breadcrumb-line {
  max-width: 1920px;
  margin-top: 0;
  margin-bottom: 70px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
#about-landing {
  margin-top: 80px;
  margin-bottom: 150px;
}
#about-landing .about-items .item {
  margin-bottom: 80px;
  position: relative;
}
#about-landing .about-items .item .title {
  margin-bottom: 30px;
}
#about-landing .about-items .item .title h1 {
  font-family: 'Catamaran';
  font-weight: 700;
  color: #a41e35;
  font-size: 26px;
}
#about-landing .about-items .item .link-image {
  height: 372px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 999;
  transition: ease-in-out 900ms;
}
#about-landing .about-items .item .link-image:hover {
  opacity: 0.9;
}
#about-landing .about-items .item .link-image .link {
  background-color: #232323;
  width: 114px;
  height: 99px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  bottom: 0px;
  left: 40%;
  opacity: 0.7;
}
#about-landing .about-items .item .link-image .link i {
  position: absolute;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 35px;
  font-weight: 400;
  font-size: 32px;
  background-color: #fff;
  color: #949496;
  border-radius: 50%;
  padding: 5px 17px 8px;
  -moz-transition: 700ms ease-in-out;
  -o-transition: 700ms ease-in-out;
  -webkit-transition: 700ms ease-in-out;
  transition: 700ms ease-in-out;
}
#about-landing .about-items .item .link-image .link i:hover {
  background-color: #a41e35;
}
#about-landing .about-items .item .shadow {
  position: absolute;
  bottom: -30px;
  z-index: 1;
}
#about-tier .row1 {
  margin-bottom: 60px;
}
#about-tier .row1 .content .text li p {
  margin-bottom: 0;
}
#about-tier .row1 .content .text p {
  font-family: 'Catamaran';
  font-weight: 400;
  font-size: 16px;
  color: #262626;
  line-height: 1.3;
}
#about-tier .row1 .content .text a {
  font-family: 'Catamaran';
  font-weight: 700;
  font-size: 16px;
  color: #a41e35;
  line-height: 1.3;
}
#about-tier .row1 .content .text li {
  line-height: 1;
}
#about-tier .row1 .content .links {
  display: table;
  width: 100%;
}
#about-tier .row1 .content .links .at-icon-wrapper {
  display: none;
}
#about-tier .row1 .content .links span {
  display: table-cell;
}
@media only screen and (max-width: 320px) {
  #about-tier .row1 .content .links span {
    display: block;
  }
}
#about-tier .row1 .content .links span a {
  font-family: 'Catamaran';
  font-weight: 400;
  font-size: 14px;
  color: #262626;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 40em) {
  #about-tier .row1 .content .links span a {
    font-size: 10px;
  }
}
#about-tier .row1 .content .links span .fa-print::before {
  content: url('/images/print-icon.png');
}
@media only screen and (max-width: 40em) {
  #about-tier .row1 .content .links span .fa-print::before {
    content: '\f02f';
  }
}
#about-tier .row1 .content .links span i {
  font-size: 26px;
  color: #949496;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 40em) {
  #about-tier .row1 .content .links span i {
    font-size: 16px;
  }
}
#about-tier .row1 .image img {
  border: 1px solid #949496;
}
#about-tier .row2 {
  margin-bottom: 120px;
}
#about-tier .row2 .home-button a {
  background-color: #a41e35;
  -moz-transition: 400ms ease-in-out;
  -o-transition: 400ms ease-in-out;
  -webkit-transition: 400ms ease-in-out;
  transition: 400ms ease-in-out;
  padding: 15px 15px;
  font-family: 'Catamaran';
  font-weight: 700;
  font-size: 16px;
  color: #fff;
}
@media only screen and (max-width: 40em) {
  #about-tier .row2 .home-button a {
    font-size: 8px;
    padding: 10px 10px;
  }
}
#about-tier .row2 .home-button a:hover {
  border: none !important;
}
#about-tier .row3 {
  margin-bottom: 60px;
}
#about-tier .row3 .image {
  margin-bottom: 30px;
}
#about-tier .row3 .image img {
  border: 1px solid #949496;
}
.ep-content .left-side img {
  border: 1px solid #b2b2b2;
}
.ep-content .left-side p {
  font-family: 'Catamaran';
  font-weight: 700;
  font-size: 22px;
  color: #a41e35 !important;
  margin-top: 20px;
  text-align: left;
}
.ep-content .right-side p {
  font-family: 'Catamaran';
  font-weight: 400;
  font-size: 16px;
  text-align: left;
}
.ep-window-state {
  background-color: #a41e35 !important;
  border-radius: 50% !important;
  right: 35px !important;
  top: 8px !important;
  opacity: 1 !important;
}
#secretariat {
  margin-bottom: 100px;
}
#secretariat .row1 .team-member {
  margin-bottom: 80px;
}
#secretariat .row1 .team-member img {
  border: 1px solid #b2b2b2;
}
#secretariat .row1 .team-member h3 {
  font-family: 'Catamaran';
  font-weight: 700;
  font-size: 22px;
  color: #a41e35;
  margin-top: 25px;
}
#secretariat .row1 .team-member h2 {
  font-family: 'Catamaran';
  font-weight: 700;
  font-size: 22px;
  color: #a41e35;
  margin-top: -10px;
  margin-bottom: 10px;
}
#secretariat .row1 .team-member p {
  font-family: 'Catamaran';
  font-weight: 400;
  font-size: 16px;
  color: #262626;
  margin-bottom: 40px;
  margin-top: 20px;
}
#secretariat .row1 .team-member .link {
  /*margin-top:30px;*/
  background-color: #949496;
  -moz-transition: 400ms ease-in-out;
  -o-transition: 400ms ease-in-out;
  -webkit-transition: 400ms ease-in-out;
  transition: 400ms ease-in-out;
  padding: 15px 15px;
  font-family: 'Catamaran';
  font-weight: 700;
  font-size: 16px;
  color: #fff;
}
#secretariat .row1 .team-member .link:hover {
  background-color: #a41e35;
}
#secretariat .row2 .team-member {
  margin-bottom: 80px;
}
#secretariat .row2 .team-member img {
  margin-bottom: 40px;
}
#secretariat .row2 .team-member a {
  margin-bottom: 40px;
  display: block;
  width: 150px;
  margin-left: auto;
  margin-right: auto;
  background-color: #949496;
  -moz-transition: 400ms ease-in-out;
  -o-transition: 400ms ease-in-out;
  -webkit-transition: 400ms ease-in-out;
  transition: 400ms ease-in-out;
  padding: 15px 15px;
  font-family: 'Catamaran';
  font-weight: 700;
  font-size: 16px;
  color: #fff;
}
#secretariat .row2 .team-member a:hover {
  background-color: #a41e35;
}
#secretariat .row3 {
  margin-top: 40px;
}
#secretariat .row3 .home-button a {
  background-color: #a41e35;
  -moz-transition: 400ms ease-in-out;
  -o-transition: 400ms ease-in-out;
  -webkit-transition: 400ms ease-in-out;
  transition: 400ms ease-in-out;
  padding: 15px 15px;
  font-family: 'Catamaran';
  font-weight: 700;
  font-size: 16px;
  color: #fff;
}
#secretariat .row3 .home-button a:hover {
  border: none !important;
}
#school {
  margin-bottom: 100px;
}
@media only screen and (max-width: 40em) {
  #school .row1 .heading-text {
    text-align: center;
    margin-bottom: 20px;
  }
}
#school .row1 .heading-text p {
  font-family: 'Catamaran';
  font-weight: 700;
  color: #262626;
  font-size: 16px;
  margin-top: 10px;
}
@media only screen and (max-width: 40em) {
  #school .row1 .link {
    text-align: center;
  }
}
#school .row1 .link a {
  font-family: 'Catamaran';
  font-weight: 700;
  color: #949496;
  font-size: 16px;
  float: right;
  padding: 10px 20px;
  background-color: #bfbec0;
  -moz-transition: 700ms ease-in-out;
  -o-transition: 700ms ease-in-out;
  -webkit-transition: 700ms ease-in-out;
  transition: 700ms ease-in-out;
}
@media only screen and (max-width: 40em) {
  #school .row1 .link a {
    float: none;
  }
}
#school .row1 .link a:hover {
  background-color: #a41e35;
  color: #fff;
}
#school .row2 {
  margin-top: 40px;
  /*.letters*/
}
#school .row2 input {
  background-color: #bfbec0;
  display: inline-block;
  width: 75px !important;
  padding: 10px 10px 8px;
  margin: 10.5px;
  font-family: 'Catamaran';
  font-weight: 700;
  color: #949496;
  font-size: 35px;
  cursor: pointer;
  -moz-transition: 700ms ease-in-out;
  -o-transition: 700ms ease-in-out;
  -webkit-transition: 700ms ease-in-out;
  transition: 700ms ease-in-out;
  border: none;
}
#school .row2 input a {
  font-weight: 700;
  font-size: 18px;
}
#school .row2 .letters:hover {
  background-color: #a41e35;
  color: #fff;
}
#school .row2 .letters-inactive {
  pointer-events: none;
  opacity: 0.5;
}
#school .row3 {
  margin-top: 40px;
}
#school .row3 .school {
  margin-bottom: 80px;
}
#school .row3 .school img {
  margin-bottom: 40px;
}
#school .row3 .school p {
  font-family: 'Catamaran';
  font-weight: 700;
  color: #a41e35;
  font-size: 16px;
}
#school .row3 .school a {
  margin-bottom: 40px;
  display: block;
  width: 150px;
  margin-left: auto;
  margin-right: auto;
  background-color: #949496;
  -moz-transition: 400ms ease-in-out;
  -o-transition: 400ms ease-in-out;
  -webkit-transition: 400ms ease-in-out;
  transition: 400ms ease-in-out;
  padding: 15px 15px;
  font-family: 'Catamaran';
  font-weight: 700;
  font-size: 16px;
  color: #fff;
}
#school .row3 .school a:hover {
  background-color: #a41e35;
}
#school .row4 {
  margin-top: 40px;
}
#school .row4 .home-button a {
  background-color: #a41e35;
  -moz-transition: 400ms ease-in-out;
  -o-transition: 400ms ease-in-out;
  -webkit-transition: 400ms ease-in-out;
  transition: 400ms ease-in-out;
  padding: 15px 15px;
  font-family: 'Catamaran';
  font-weight: 700;
  font-size: 16px;
  color: #fff;
}
#school .row4 .home-button a:hover {
  border: none !important;
}
#membership-landing {
  margin-top: 80px;
  margin-bottom: 150px;
}
#membership-landing .login-area {
  margin-bottom: 50px;
}
#membership-landing .login-area .title {
  margin-bottom: 30px;
}
#membership-landing .login-area .title h1 {
  font-family: 'Catamaran';
  font-weight: 700;
  color: #a41e35;
  font-size: 26px;
}
#membership-landing .login-area .login-box {
  /*height: 372px;*/
  padding: 30px 40px 0px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4b0002+0,a41e35+52,4b0002+100 */
  background: #4b0002;
  /* Old browsers */
  background: -moz-linear-gradient(left, #4b0002 0%, #a41e35 52%, #4b0002 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #4b0002 0%, #a41e35 52%, #4b0002 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #4b0002 0%, #a41e35 52%, #4b0002 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4b0002', endColorstr='#4b0002', GradientType=1);
  /* IE6-9 */
}
#membership-landing .login-area .login-box h1 {
  text-align: center;
  font-family: 'Catamaran';
  font-weight: 700;
  color: #fff;
  font-size: 33px;
  margin-bottom: 30px;
}
#membership-landing .login-area .login-box .form .not-successfull p {
  font-family: 'Catamaran';
  font-weight: 700;
  color: #fff !important;
  font-size: 16px;
}
#membership-landing .login-area .login-box .form .TextBoxError {
  border: 3px solid red;
  background-color: #FFDBDB;
}
#membership-landing .login-area .login-box .form span {
  font-family: 'Catamaran';
  font-weight: 400;
  color: #fff;
}
#membership-landing .login-area .login-box .form .forgotten a {
  color: #fff;
}
#membership-landing .login-area .login-box .form .forgotten a span {
  font-family: 'Catamaran';
  font-weight: 400;
  color: #fff;
  font-size: 14px;
  margin-left: 3px;
}
#membership-landing .login-area .login-box .form .login-button a {
  font-family: 'Catamaran';
  font-weight: 700;
  color: #fff;
  font-size: 16px;
  padding: 15px 25px;
  background-color: #949496;
}
#membership-landing .login-area .login-box .form .space {
  height: 15px;
}
#membership-landing .login-area .login-box .form .textbox {
  margin-bottom: 20px;
}
#membership-landing .login-area .login-box .form ::-webkit-input-placeholder {
  font-family: 'Catamaran';
  font-weight: 400;
  font-size: 16px;
  color: #262626;
  text-align: center;
}
#membership-landing .login-area .login-box .form ::-moz-placeholder {
  /* Firefox 19+ */
  font-family: 'Catamaran';
  font-weight: 400;
  font-size: 16px;
  color: #262626;
  text-align: center;
}
#membership-landing .login-area .login-box .form :-ms-input-placeholder {
  font-family: 'Catamaran';
  font-weight: 400;
  font-size: 16px;
  color: #262626;
  text-align: center;
}
#membership-landing .membership-items .item {
  margin-bottom: 80px;
  position: relative;
}
#membership-landing .membership-items .item .title {
  margin-bottom: 30px;
}
#membership-landing .membership-items .item .title h1 {
  font-family: 'Catamaran';
  font-weight: 700;
  color: #a41e35;
  font-size: 26px;
}
#membership-landing .membership-items .item .link-image {
  height: 372px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 999;
  transition: ease-in-out 900ms;
}
#membership-landing .membership-items .item .link-image:hover {
  opacity: 0.9;
}
#membership-landing .membership-items .item .link-image .link {
  background-color: #232323;
  width: 114px;
  height: 99px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  bottom: 0px;
  left: 40%;
  opacity: 0.7;
}
#membership-landing .membership-items .item .link-image .link i {
  position: absolute;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 35px;
  font-weight: 400;
  font-size: 32px;
  background-color: #fff;
  color: #949496;
  border-radius: 50%;
  padding: 5px 17px 8px;
  -moz-transition: 700ms ease-in-out;
  -o-transition: 700ms ease-in-out;
  -webkit-transition: 700ms ease-in-out;
  transition: 700ms ease-in-out;
}
#membership-landing .membership-items .item .link-image .link i:hover {
  background-color: #a41e35;
}
#membership-landing .membership-items .item .shadow {
  position: absolute;
  bottom: -30px;
  z-index: 1;
}
#events-landing {
  margin-top: 80px;
  margin-bottom: 150px;
}
#events-landing .event-items .item {
  margin-bottom: 80px;
  position: relative;
}
#events-landing .event-items .item .title {
  margin-bottom: 30px;
}
#events-landing .event-items .item .title h1 {
  font-family: 'Catamaran';
  font-weight: 700;
  color: #a41e35;
  font-size: 26px;
}
#events-landing .event-items .item .link-image {
  height: 372px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 999;
  transition: ease-in-out 900ms;
}
#events-landing .event-items .item .link-image:hover {
  opacity: 0.9;
}
#events-landing .event-items .item .link-image .link {
  background-color: #232323;
  width: 114px;
  height: 99px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  bottom: 0px;
  left: 40%;
  opacity: 0.7;
}
#events-landing .event-items .item .link-image .link i {
  position: absolute;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 35px;
  font-weight: 400;
  font-size: 32px;
  background-color: #fff;
  color: #949496;
  border-radius: 50%;
  padding: 5px 17px 8px;
  -moz-transition: 700ms ease-in-out;
  -o-transition: 700ms ease-in-out;
  -webkit-transition: 700ms ease-in-out;
  transition: 700ms ease-in-out;
}
#events-landing .event-items .item .link-image .link i:hover {
  background-color: #a41e35;
}
#events-landing .event-items .item .shadow {
  position: absolute;
  bottom: -30px;
  z-index: 1;
}
#events-calendar {
  margin-bottom: 100px;
}
#events-calendar .row1 {
  margin-top: -40px;
  margin-bottom: 30px;
}
#events-calendar .row1 .month-text p {
  font-family: 'Catamaran';
  font-weight: 700;
  font-size: 28px;
  color: #a41e35;
}
#events-calendar .row1 .month-drop-down {
  margin-bottom: 20px;
  max-width: 500px;
}
#events-calendar .row1 .month-drop-down .ei-input {
  padding-left: 10px;
  line-height: 50px;
  font-family: 'Catamaran';
  font-weight: 400;
  font-size: 16px;
  color: #262626;
  border: 1px solid #b2b2b2;
}
#events-calendar .row1 .month-drop-down .ei-name {
  margin-right: 12px;
}
#events-calendar .row1 .month-drop-down .ei-name::before {
  content: url(/images/drop-icon2.png ) !important;
}
#events-calendar .row1 .year-drop-down {
  margin-bottom: 20px;
  max-width: 300px;
}
#events-calendar .row1 .year-drop-down .ei-input {
  padding-left: 10px;
  line-height: 50px;
  font-family: 'Catamaran';
  font-weight: 400;
  font-size: 16px;
  color: #262626;
  border: 1px solid #b2b2b2;
}
#events-calendar .row1 .year-drop-down .ei-name {
  margin-right: 12px;
}
#events-calendar .row1 .year-drop-down .ei-name::before {
  content: url(/images/drop-icon2.png ) !important;
}
#events-calendar .row1 .search-drop-down {
  margin-bottom: 20px;
  /*max-width:500px;*/
}
#events-calendar .row1 .search-drop-down .ei-input {
  padding-left: 10px;
  line-height: 50px;
  font-family: 'Catamaran';
  font-weight: 400;
  font-size: 16px;
  color: #262626;
  border: 1px solid #b2b2b2;
}
#events-calendar .row1 .search-drop-down .ei-name {
  margin-right: 12px;
}
#events-calendar .row1 .search-drop-down .ei-name::before {
  content: url(/images/search-icon2.png ) !important;
}
#events-calendar .row1 .search-box {
  margin-bottom: 20px;
}
#events-calendar .row1 .search-box .textbox {
  font-family: 'Catamaran';
  font-size: 16px;
  font-weight: 400;
  color: #262626;
  border: 1px solid #b2b2b2;
  background-image: url('/images/search-icon2.png');
  background-repeat: no-repeat;
  background-position: right 30px center;
  padding-left: 20px;
}
#events-calendar .row1 .search-box ::-webkit-input-placeholder {
  font-family: 'Catamaran';
  font-size: 16px;
  font-weight: 400;
  color: #262626;
}
#events-calendar .row1 .search-box :-moz-placeholder {
  /* Firefox 18- */
  font-family: 'Catamaran';
  font-size: 16px;
  font-weight: 400;
  color: #262626;
}
#events-calendar .row1 .search-box :-ms-input-placeholder {
  font-family: 'Catamaran';
  font-size: 16px;
  font-weight: 400;
  color: #262626;
}
#events-calendar .row1 .legend {
  position: relative;
  /*width:100%;*/
  margin-top: 10px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 1000px) and (max-width: 1300px) {
  #events-calendar .row1 .legend {
    margin-right: 100px;
  }
}
@media only screen and (max-width: 40em) {
  #events-calendar .row1 .legend {
    margin-top: 50px;
  }
}
#events-calendar .row1 .legend .icon-left {
  transition: ease-in-out 500ms;
  position: absolute;
  left: 15px;
  bottom: 0;
  font-weight: 700;
  font-size: 20px;
  color: #a41e35;
}
#events-calendar .row1 .legend .icon-left:hover {
  color: #949496;
}
#events-calendar .row1 .legend .left-text {
  position: absolute;
  left: 40px;
  bottom: -5px;
  font: 'Catamaran' !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  color: #262626 !important;
}
@media only screen and (max-width: 64.063em) {
  #events-calendar .row1 .legend .left-text {
    display: none;
  }
}
#events-calendar .row1 .legend .right-text {
  position: absolute;
  right: 15px;
  bottom: -5px;
  font: 'Catamaran' !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  color: #262626 !important;
}
@media only screen and (max-width: 64.063em) {
  #events-calendar .row1 .legend .right-text {
    display: none;
  }
}
#events-calendar .row1 .legend .icon-right {
  transition: ease-in-out 500ms;
  position: absolute;
  right: 12px;
  bottom: 0;
  font: 'Catamaran';
  font-weight: 700;
  font-size: 20px;
  color: #a41e35;
}
#events-calendar .row1 .legend .icon-right:hover {
  color: #949496;
}
#events-calendar .row1 .legend .current {
  font-weight: 400;
  font-size: 31px;
  color: #a41e35;
  vertical-align: middle;
}
@media only screen and (max-width: 40em) {
  #events-calendar .row1 .legend .current {
    font-size: 12px;
  }
}
#events-calendar .row1 .legend .active {
  font-weight: 400;
  font-size: 31px;
  color: #949496;
  vertical-align: middle;
}
@media only screen and (max-width: 40em) {
  #events-calendar .row1 .legend .active {
    font-size: 12px;
  }
}
#events-calendar .row1 .legend .no {
  font-weight: 400;
  font-size: 31px;
  color: #dfdedf;
  vertical-align: middle;
}
@media only screen and (max-width: 40em) {
  #events-calendar .row1 .legend .no {
    font-size: 12px;
  }
}
#events-calendar .row1 .legend span {
  font-weight: 400;
  font-size: 16px;
  color: #262626;
  margin-right: 30px;
}
@media only screen and (max-width: 40em) {
  #events-calendar .row1 .legend span {
    font-size: 10px;
    margin-right: 3px;
  }
}
#events-calendar .row2 {
  /*.day-num{
            position:relative;
            top:45%;
            transform:translateY(-45%);
            text-align:center;
            font:@font;
            font-weight: @bold;
            font-size: 80px;
            color: #fff;

        }*/
}
#events-calendar .row2 .legend {
  position: relative;
  /*width:100%;*/
  margin-top: 50px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 1000px) and (max-width: 1300px) {
  #events-calendar .row2 .legend {
    margin-right: 100px;
  }
}
@media only screen and (max-width: 40em) {
  #events-calendar .row2 .legend {
    margin-top: 50px;
  }
}
#events-calendar .row2 .legend .icon-left {
  transition: ease-in-out 500ms;
  position: absolute;
  left: 15px;
  bottom: 0;
  font-weight: 700;
  font-size: 20px;
  color: #a41e35;
}
#events-calendar .row2 .legend .icon-left:hover {
  color: #949496;
}
#events-calendar .row2 .legend .left-text {
  position: absolute;
  left: 40px;
  bottom: -5px;
  font: 'Catamaran' !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  color: #262626 !important;
}
@media only screen and (max-width: 64.063em) {
  #events-calendar .row2 .legend .left-text {
    display: none;
  }
}
#events-calendar .row2 .legend .right-text {
  position: absolute;
  right: 15px;
  bottom: -5px;
  font: 'Catamaran' !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  color: #262626 !important;
}
@media only screen and (max-width: 64.063em) {
  #events-calendar .row2 .legend .right-text {
    display: none;
  }
}
#events-calendar .row2 .legend .icon-right {
  transition: ease-in-out 500ms;
  position: absolute;
  right: 12px;
  bottom: 0;
  font: 'Catamaran';
  font-weight: 700;
  font-size: 20px;
  color: #a41e35;
}
#events-calendar .row2 .legend .icon-right:hover {
  color: #949496;
}
#events-calendar .row2 .legend .current {
  font-weight: 400;
  font-size: 31px;
  color: #a41e35;
  vertical-align: middle;
}
@media only screen and (max-width: 40em) {
  #events-calendar .row2 .legend .current {
    font-size: 12px;
  }
}
#events-calendar .row2 .legend .active {
  font-weight: 400;
  font-size: 31px;
  color: #949496;
  vertical-align: middle;
}
@media only screen and (max-width: 40em) {
  #events-calendar .row2 .legend .active {
    font-size: 12px;
  }
}
#events-calendar .row2 .legend .no {
  font-weight: 400;
  font-size: 31px;
  color: #dfdedf;
  vertical-align: middle;
}
@media only screen and (max-width: 40em) {
  #events-calendar .row2 .legend .no {
    font-size: 12px;
  }
}
#events-calendar .row2 .legend span {
  font-weight: 400;
  font-size: 16px;
  color: #262626;
  margin-right: 30px;
}
@media only screen and (max-width: 40em) {
  #events-calendar .row2 .legend span {
    font-size: 10px;
    margin-right: 3px;
  }
}
#events-calendar .row2 .active-event {
  height: 282px;
  /*width:282px;*/
  background-color: #949496;
  margin-left: auto;
  margin-right: auto;
  /*cursor:pointer;*/
}
#events-calendar .row2 .active-event .content {
  position: relative;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#events-calendar .row2 .active-event .content h1 {
  font: 'Catamaran';
  font-weight: 700;
  font-size: 80px;
  color: #fff;
}
#events-calendar .row2 .active-event .content p {
  font: 'Catamaran';
  font-weight: 700;
  font-size: 13px;
  color: #fff;
  line-height: 1.2;
  max-width: 180px;
  margin-left: auto;
  margin-right: auto;
}
#events-calendar .row2 .active-event .content p a {
  color: #fff;
}
#events-calendar .row2 .active-event .content p a:hover {
  color: #a41e35;
}
#events-calendar .row2 .active-event .active-content {
  position: relative;
  bottom: 40%;
  padding-top: 15px;
  padding-left: 3px;
  height: inherit;
  /*background-color:#949496;
                z-index:2;*/
  cursor: pointer;
}
#events-calendar .row2 .active-event .active-content .heading {
  font: 'Catamaran';
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  margin-left: 10px;
  line-height: 1;
}
@media only screen and (max-width: 40em) {
  #events-calendar .row2 .active-event .active-content .heading {
    font-size: 13px;
  }
}
#events-calendar .row2 .active-event .active-content .text {
  margin-top: -10px;
  font: 'Catamaran';
  font-weight: 700;
  font-size: 13px;
  color: #fff;
  margin-left: 10px;
  line-height: 1;
}
@media only screen and (max-width: 40em) {
  #events-calendar .row2 .active-event .active-content .text {
    font-size: 13px;
  }
}
#events-calendar .row2 .active-event .active-content .bottom-buttons {
  display: table;
  width: 99%;
  position: absolute;
  bottom: 2px;
}
#events-calendar .row2 .active-event .active-content .bottom-buttons .more {
  background-color: #fff;
  display: table-cell;
  width: 55%;
  font-weight: 700;
  font-size: 16px;
  color: #a41e35;
  padding: 10px;
}
@media only screen and (max-width: 40em) {
  #events-calendar .row2 .active-event .active-content .bottom-buttons .more {
    font-size: 13px;
  }
}
#events-calendar .row2 .active-event .active-content .bottom-buttons .book {
  background-color: #a41e35;
  display: table-cell;
  width: 43%;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  text-align: center;
  /*padding:10px;*/
  /*padding-bottom:15px;*/
}
@media only screen and (max-width: 40em) {
  #events-calendar .row2 .active-event .active-content .bottom-buttons .book {
    font-size: 13px;
  }
}
#events-calendar .row2 .current-day {
  height: 282px;
  /*width:282px;*/
  background-color: #a41e35;
  margin-left: auto;
  margin-right: auto;
}
#events-calendar .row2 .current-day .content {
  position: relative;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#events-calendar .row2 .current-day .content h1 {
  font: 'Catamaran';
  font-weight: 700;
  font-size: 80px;
  color: #fff;
}
#events-calendar .row2 .current-day .content p {
  font: 'Catamaran';
  font-weight: 700;
  font-size: 13px;
  color: #fff;
  line-height: 1.2;
  max-width: 180px;
  margin-left: auto;
  margin-right: auto;
}
#events-calendar .row2 .current-day .content p a {
  color: #fff;
}
#events-calendar .row2 .current-day .content p a:hover {
  color: #a41e35;
}
#events-calendar .row2 .current-day .active-content {
  position: relative;
  padding-top: 15px;
  padding-left: 3px;
  height: inherit;
}
#events-calendar .row2 .current-day .active-content .heading {
  font: 'Catamaran';
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  margin-left: 10px;
  line-height: 1;
}
@media only screen and (max-width: 40em) {
  #events-calendar .row2 .current-day .active-content .heading {
    font-size: 13px;
  }
}
#events-calendar .row2 .current-day .active-content .text {
  margin-top: -10px;
  font: 'Catamaran';
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  margin-left: 10px;
  line-height: 1;
}
@media only screen and (max-width: 40em) {
  #events-calendar .row2 .current-day .active-content .text {
    font-size: 13px;
  }
}
#events-calendar .row2 .current-day .active-content .bottom-buttons {
  display: table;
  width: 99%;
  position: absolute;
  bottom: 2px;
}
#events-calendar .row2 .current-day .active-content .bottom-buttons .more {
  background-color: #fff;
  display: table-cell;
  width: 50%;
  font-weight: 700;
  font-size: 16px;
  color: #a41e35;
  padding: 10px;
}
@media only screen and (max-width: 40em) {
  #events-calendar .row2 .current-day .active-content .bottom-buttons .more {
    font-size: 13px;
  }
}
#events-calendar .row2 .current-day .active-content .bottom-buttons .book {
  background-color: #a41e35;
  display: table-cell;
  width: 48%;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  text-align: center;
  /*padding:10px;*/
  /*padding-bottom:15px;*/
}
@media only screen and (max-width: 40em) {
  #events-calendar .row2 .current-day .active-content .bottom-buttons .book {
    font-size: 13px;
  }
}
#events-calendar .row2 .no-event {
  /*pointer-events:none;*/
  height: 282px;
  /*width:282px;*/
  background-color: #dfdedf;
  margin-left: auto;
  margin-right: auto;
}
#events-calendar .row2 .no-event .content {
  position: relative;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#events-calendar .row2 .no-event .content h1 {
  font: 'Catamaran';
  font-weight: 700;
  font-size: 80px;
  color: #949496;
}
#events-calendar .row2 .no-event .content p {
  font: 'Catamaran';
  font-weight: 700;
  font-size: 18px;
  color: #949496;
  line-height: 1.2;
  max-width: 120px;
  margin-left: auto;
  margin-right: auto;
}
#events-calendar .row2 .event-hover {
  transition: ease-in-out 900ms;
  /*transition:ease-in-out 500ms;*/
}
#events-calendar .row2 .event-hover:hover {
  background-color: #949496;
}
#events-calendar .row2 .event-hover:hover .content {
  /*display:none;*/
}
#events-calendar .row2 .event-hover:hover .active-content {
  /*display:block !important;*/
}
#event-tier .row1 {
  /*margin-bottom: 60px;*/
}
#event-tier .row1 .content {
  margin-bottom: 60px;
}
#event-tier .row1 .content .text {
  /*li {
                    line-height: 1;
                }*/
}
#event-tier .row1 .content .text li {
  line-height: 1;
}
#event-tier .row1 .content .text li p {
  margin-bottom: 0;
}
#event-tier .row1 .content .text p {
  font-family: 'Catamaran';
  font-weight: 400;
  font-size: 16px;
  color: #262626;
  line-height: 1.3;
}
#event-tier .row1 .content .text a {
  font-family: 'Catamaran';
  font-weight: 400;
  font-size: 16px;
  color: #a41e35;
  line-height: 1.3;
}
#event-tier .row1 .content .links {
  display: table;
  width: 100%;
}
#event-tier .row1 .content .links .at-icon-wrapper {
  display: none;
}
#event-tier .row1 .content .links span {
  display: table-cell;
}
@media only screen and (max-width: 320px) {
  #event-tier .row1 .content .links span {
    display: block;
  }
}
#event-tier .row1 .content .links span a {
  font-family: 'Catamaran';
  font-weight: 400;
  font-size: 14px;
  color: #262626;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 40em) {
  #event-tier .row1 .content .links span a {
    font-size: 10px;
  }
}
#event-tier .row1 .content .links span .fa-print::before {
  content: url('/images/print-icon.png');
}
@media only screen and (max-width: 40em) {
  #event-tier .row1 .content .links span .fa-print::before {
    content: '\f02f';
  }
}
#event-tier .row1 .content .links span i {
  font-size: 26px;
  color: #949496;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 40em) {
  #event-tier .row1 .content .links span i {
    font-size: 16px;
  }
}
#event-tier .row1 .image {
  margin-bottom: 60px;
}
#event-tier .row1 .image img {
  border: 1px solid #949496;
  margin-bottom: 10px;
}
#event-tier .row1 .image a:hover .download i {
  position: relative;
  top: 5px;
}
#event-tier .row1 .image .download {
  background-color: #dfdedf;
  margin-right: 5px;
  padding: 25px 10px;
}
#event-tier .row1 .image .download i {
  font-size: 29px;
  color: #a41e35;
  margin-top: 10px;
}
#event-tier .row1 .image .download p {
  font-family: 'Catamaran';
  font-weight: 400;
  font-size: 22px;
  color: #949496;
  margin: 0;
  line-height: 1;
  margin-top: 5px;
}
@media only screen and (max-width: 40em) {
  #event-tier .row1 .image .download p {
    font-size: 16px;
  }
}
#event-tier .row1 .image .contact {
  background-color: #dfdedf;
  margin-left: 5px;
  padding: 25px 10px;
}
#event-tier .row1 .image .contact i {
  font-size: 20px;
  color: #a41e35;
  font-weight: 700;
  margin-top: 5px;
}
@media only screen and (max-width: 40em) {
  #event-tier .row1 .image .contact i {
    font-size: 16px;
  }
}
#event-tier .row1 .image .contact .heading-text {
  transition: ease-in-out 500ms;
  font-family: 'Catamaran';
  font-weight: 700;
  font-size: 26px;
  color: #a41e35;
  margin: 0;
  vertical-align: middle;
}
@media only screen and (max-width: 40em) {
  #event-tier .row1 .image .contact .heading-text {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
#event-tier .row1 .image .contact span {
  font-family: 'Catamaran';
  font-weight: 400;
  font-size: 22px;
  color: #949496;
  line-height: 1;
}
@media only screen and (max-width: 40em) {
  #event-tier .row1 .image .contact span {
    font-size: 16px;
  }
}
#event-tier .row1 .image .contact:hover .heading-text {
  font-size: 24px;
}
@media only screen and (max-width: 40em) {
  #event-tier .row1 .image .contact:hover .heading-text {
    font-size: 18px;
  }
}
#event-tier .row2 {
  margin-bottom: 120px;
}
#event-tier .row2 .home-button a {
  background-color: #a41e35;
  -moz-transition: 400ms ease-in-out;
  -o-transition: 400ms ease-in-out;
  -webkit-transition: 400ms ease-in-out;
  transition: 400ms ease-in-out;
  padding: 15px 15px;
  font-family: 'Catamaran';
  font-weight: 700;
  font-size: 16px;
  color: #fff;
}
@media only screen and (max-width: 40em) {
  #event-tier .row2 .home-button a {
    font-size: 8px;
    padding: 10px 10px;
  }
}
#event-tier .row2 .home-button a:hover {
  border: none !important;
}
#gallerys {
  margin-bottom: 240px;
}
#gallerys .row1 h3 {
  font-family: 'Catamaran';
  font-weight: 700;
  color: #949496;
  font-size: 33px;
}
#gallerys .row2 .image {
  position: relative;
  margin-bottom: 20px;
}
#gallerys .row2 .image a {
  position: absolute;
  -moz-transform: translateY(-55%);
  -ms-transform: translateY(-55%);
  -o-transform: translateY(-55%);
  -webkit-transform: translateY(-55%);
  transform: translateY(-55%);
  top: 55%;
  left: 45%;
  font-weight: 700;
  color: #dfdedf;
  font-size: 33px;
  transition: 2000ms ease-in-out;
}
#gallerys .row2 .image a:hover {
  color: #a41e35;
  font-size: 35px;
}
#booking-form,
#school-booking-form {
  padding: 0;
  /*margin-top:-280px;*/
  /*margin-bottom:100px;*/
}
@media only screen and (max-width: 1025px) {
  #booking-form .space,
  #school-booking-form .space {
    margin-bottom: 20px;
    clear: both;
  }
}
#booking-form .booking-row1,
#school-booking-form .booking-row1 {
  padding: 30px;
  padding-bottom: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4b0002+0,a41e35+52,4b0002+100 */
  background: #4b0002;
  /* Old browsers */
  background: -moz-linear-gradient(left, #4b0002 0%, #a41e35 52%, #4b0002 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #4b0002 0%, #a41e35 52%, #4b0002 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #4b0002 0%, #a41e35 52%, #4b0002 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4b0002', endColorstr='#4b0002', GradientType=1);
  /* IE6-9 */
}
#booking-form .booking-row1 h3,
#school-booking-form .booking-row1 h3 {
  font-family: 'Catamaran';
  font-weight: 700;
  color: #fff;
  font-size: 26px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 40em) {
  #booking-form .booking-row1 h3,
  #school-booking-form .booking-row1 h3 {
    font-size: 21px;
  }
}
#booking-form .booking-row1 .drop-down,
#school-booking-form .booking-row1 .drop-down {
  margin-bottom: 20px;
  /*@media only screen and (max-width: 64.063em) { margin-bottom:0px;}*/
}
#booking-form .booking-row1 .drop-down .ei-input,
#school-booking-form .booking-row1 .drop-down .ei-input {
  padding-left: 10px;
  line-height: 50px;
  font-family: 'Catamaran';
  font-weight: 400;
  font-size: 16px;
  color: #262626;
  border: 1px solid #b2b2b2;
}
@media only screen and (max-width: 40em) {
  #booking-form .booking-row1 .drop-down .ei-input,
  #school-booking-form .booking-row1 .drop-down .ei-input {
    font-size: 12px;
  }
}
#booking-form .booking-row1 .drop-down .ei-name,
#school-booking-form .booking-row1 .drop-down .ei-name {
  margin-right: 12px;
}
#booking-form .booking-row1 .drop-down .ei-name::before,
#school-booking-form .booking-row1 .drop-down .ei-name::before {
  content: url(/images/drop-icon2.png ) !important;
  width: 5px;
  margin-right: 15px;
}
#booking-form .booking-row1 .textbox,
#school-booking-form .booking-row1 .textbox {
  margin-bottom: 20px;
  display: inline;
}
#booking-form .booking-row1 .TextBoxError,
#school-booking-form .booking-row1 .TextBoxError {
  border: 1px solid red;
  background-color: #FFDBDB;
}
#booking-form .booking-row1 .small-text-box,
#school-booking-form .booking-row1 .small-text-box {
  float: right;
}
#booking-form .booking-row1 ::-webkit-input-placeholder,
#school-booking-form .booking-row1 ::-webkit-input-placeholder {
  font-family: 'Catamaran';
  font-weight: 400;
  font-size: 16px;
  color: #262626;
  padding-left: 10px;
}
@media only screen and (max-width: 40em) {
  #booking-form .booking-row1 ::-webkit-input-placeholder,
  #school-booking-form .booking-row1 ::-webkit-input-placeholder {
    font-size: 12px;
  }
}
#booking-form .booking-row1 ::-moz-placeholder,
#school-booking-form .booking-row1 ::-moz-placeholder {
  /* Firefox 19+ */
  font-family: 'Catamaran';
  font-weight: 400;
  font-size: 16px;
  color: #262626;
  padding-left: 10px;
}
@media only screen and (max-width: 40em) {
  #booking-form .booking-row1 ::-moz-placeholder,
  #school-booking-form .booking-row1 ::-moz-placeholder {
    font-size: 12px;
  }
}
#booking-form .booking-row1 :-ms-input-placeholder,
#school-booking-form .booking-row1 :-ms-input-placeholder {
  font-family: 'Catamaran';
  font-weight: 400;
  font-size: 16px;
  color: #262626;
  padding-left: 10px;
}
@media only screen and (max-width: 40em) {
  #booking-form .booking-row1 :-ms-input-placeholder,
  #school-booking-form .booking-row1 :-ms-input-placeholder {
    font-size: 12px;
  }
}
#booking-form .booking-row1 .accomodation,
#school-booking-form .booking-row1 .accomodation {
  margin-bottom: 5px;
  /*display: table;
            width: 50%;*/
  /*@media only screen and (max-width: 64.063em) {
                width: 100%;
            }*/
}
@media only screen and (max-width: 64.063em) {
  #booking-form .booking-row1 .accomodation,
  #school-booking-form .booking-row1 .accomodation {
    margin-bottom: 20px;
  }
}
#booking-form .booking-row1 .accomodation .required,
#school-booking-form .booking-row1 .accomodation .required {
  width: 8%;
  display: table-cell;
  font-family: 'Catamaran';
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  padding-right: 20px;
  line-height: 1;
}
@media only screen and (max-width: 40em) {
  #booking-form .booking-row1 .accomodation .required,
  #school-booking-form .booking-row1 .accomodation .required {
    font-size: 12px;
    padding-bottom: 40px;
  }
}
#booking-form .booking-row1 .accomodation .ei-c,
#school-booking-form .booking-row1 .accomodation .ei-c {
  /*display: table-cell;
                width: 15%;
                padding-right: 0px;

                @media only screen and (max-width: 40em) {
                    padding-left: 40px;
                }

                position: relative;
                top: 18px;*/
}
#booking-form .booking-row1 .accomodation .ei-c .ei-container > label,
#school-booking-form .booking-row1 .accomodation .ei-c .ei-container > label {
  /*float: left;*/
  font-family: 'Catamaran';
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  position: relative;
  top: -5px;
  margin-right: 10px;
}
@media only screen and (max-width: 40em) {
  #booking-form .booking-row1 .accomodation .ei-c .ei-container > label,
  #school-booking-form .booking-row1 .accomodation .ei-c .ei-container > label {
    font-size: 12px;
    top: -6px;
  }
}
@media only screen and (max-width: 40em) {
  #booking-form .booking-row1 .accomodation .ei-c .ei-checkbox,
  #school-booking-form .booking-row1 .accomodation .ei-c .ei-checkbox {
    font-size: 12px;
    top: -5px;
  }
}
#booking-form .booking-row1 .accomodation .spec-dates,
#school-booking-form .booking-row1 .accomodation .spec-dates {
  /*display: table-cell;*/
  font-family: 'Catamaran';
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  max-width: 200px;
  line-height: 1.3;
  /*position: relative;*/
  /*top: 5px;*/
}
@media only screen and (max-width: 40em) {
  #booking-form .booking-row1 .accomodation .spec-dates,
  #school-booking-form .booking-row1 .accomodation .spec-dates {
    font-size: 12px;
  }
}
#booking-form .booking-row1 .accomodation .fa-calendar,
#school-booking-form .booking-row1 .accomodation .fa-calendar {
  font-size: 31px;
  color: #fff;
  float: right;
  position: relative;
  top: -55px;
}
#booking-form .booking-row1 .accomodation .ei-container,
#school-booking-form .booking-row1 .accomodation .ei-container {
  /*width:40%;*/
  /*float: right;*/
}
#booking-form .booking-row1 .accomodation .ei-container .ei-date-icon::before,
#school-booking-form .booking-row1 .accomodation .ei-container .ei-date-icon::before {
  content: url('/images/cal.png');
}
@media only screen and (max-width: 40em) {
  #booking-form .booking-row1 .accomodation .ei-container .ei-date-icon::before,
  #school-booking-form .booking-row1 .accomodation .ei-container .ei-date-icon::before {
    width: 20px;
  }
}
#booking-form .booking-row1 .meals-required,
#school-booking-form .booking-row1 .meals-required {
  /*display:table;
                width:100%;*/
}
#booking-form .booking-row1 .meals-required select,
#school-booking-form .booking-row1 .meals-required select {
  /*float:left;*/
}
#booking-form .booking-row1 .meals-required .ei-date,
#school-booking-form .booking-row1 .meals-required .ei-date {
  /*width:40%;*/
  float: right;
}
#booking-form .booking-row1 .meals-required .ei-date .ei-date-icon::before,
#school-booking-form .booking-row1 .meals-required .ei-date .ei-date-icon::before {
  content: url('/images/cal.png');
}
@media only screen and (max-width: 40em) {
  #booking-form .booking-row1 .meals-required .ei-date .ei-date-icon::before,
  #school-booking-form .booking-row1 .meals-required .ei-date .ei-date-icon::before {
    width: 20px;
  }
}
#booking-form .booking-row1 .dietry,
#school-booking-form .booking-row1 .dietry {
  /*margin-bottom:30px;*/
  /*display: table;
            width: 50%;*/
  /*@media only screen and (max-width: 64.063em) {
                width: 100%;
                margin-bottom: 30px;
            }*/
}
#booking-form .booking-row1 .dietry .required,
#school-booking-form .booking-row1 .dietry .required {
  width: 2.5%;
  display: table-cell;
  font-family: 'Catamaran';
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  padding-right: 20px;
  line-height: 1;
  max-width: 200px;
  padding: 0 !important;
  margin: 0 !important;
}
@media only screen and (max-width: 40em) {
  #booking-form .booking-row1 .dietry .required,
  #school-booking-form .booking-row1 .dietry .required {
    font-size: 12px;
  }
}
#booking-form .booking-row1 .dietry .ei-c,
#school-booking-form .booking-row1 .dietry .ei-c {
  /*padding-right:50px;*/
  /*width: 3%;
                display: table-cell;
                position: relative;
                top: 15px;

                @media only screen and (max-width: 64.063em) {
                    top: 0;
                }

                @media only screen and (max-width: 40em) {
                    padding-left: 30px;
                    top: 40px;
                }*/
}
#booking-form .booking-row1 .dietry .ei-c .ei-container > label,
#school-booking-form .booking-row1 .dietry .ei-c .ei-container > label {
  /*float: left;*/
  font-family: 'Catamaran';
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  position: relative;
  top: -3px;
  margin-right: 10px;
}
@media only screen and (max-width: 40em) {
  #booking-form .booking-row1 .dietry .ei-c .ei-container > label,
  #school-booking-form .booking-row1 .dietry .ei-c .ei-container > label {
    font-size: 12px;
    margin-bottom: 60px;
  }
}
#booking-form .booking-row1 .dietry .small-text-box,
#school-booking-form .booking-row1 .dietry .small-text-box {
  width: 100%;
}
#booking-form .booking-row1 .spouse,
#school-booking-form .booking-row1 .spouse {
  margin-top: -20px;
  /*margin-bottom:30px;*/
  display: table;
  width: 100%;
}
#booking-form .booking-row1 .spouse .required,
#school-booking-form .booking-row1 .spouse .required {
  width: 15%;
  display: table-cell;
  font-family: 'Catamaran';
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  padding-right: 20px;
  line-height: 1;
  padding: 0 !important;
}
@media only screen and (max-width: 40em) {
  #booking-form .booking-row1 .spouse .required,
  #school-booking-form .booking-row1 .spouse .required {
    font-size: 12px;
  }
}
#booking-form .booking-row1 .spouse .check-text,
#school-booking-form .booking-row1 .spouse .check-text {
  display: table-cell;
  width: 5%;
  font-family: 'Catamaran';
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  /*position:relative;
                    
                    top:10px;*/
  padding: 0;
}
#booking-form .booking-row1 .spouse .spCheck,
#school-booking-form .booking-row1 .spouse .spCheck {
  display: table-cell;
}
#booking-form .booking-row1 .spouse .ei-c,
#school-booking-form .booking-row1 .spouse .ei-c {
  width: 5%;
  position: relative;
  top: 3px;
}
@media only screen and (max-width: 40em) {
  #booking-form .booking-row1 .spouse .ei-c,
  #school-booking-form .booking-row1 .spouse .ei-c {
    padding-left: 60px;
    top: 8px;
  }
}
#booking-form .booking-row1 .spouse .ei-c .ei-container > label,
#school-booking-form .booking-row1 .spouse .ei-c .ei-container > label {
  float: left;
  font-family: 'Catamaran';
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  position: relative;
  top: -4px;
  margin-right: 10px;
}
@media only screen and (max-width: 40em) {
  #booking-form .booking-row1 .spouse .ei-c .ei-container > label,
  #school-booking-form .booking-row1 .spouse .ei-c .ei-container > label {
    font-size: 12px;
  }
}
#booking-form .booking-row1 .spouse .ei-c.members,
#school-booking-form .booking-row1 .spouse .ei-c.members {
  width: 100%;
  padding-left: 0;
}
#booking-form .booking-row2,
#school-booking-form .booking-row2 {
  /*margin-top:-70px;*/
  background-color: #4b0002;
  padding: 30px;
}
#booking-form .booking-row2 h3,
#school-booking-form .booking-row2 h3 {
  font-family: 'Catamaran';
  font-weight: 700;
  color: #fff;
  font-size: 26px;
  margin-bottom: 30px;
}
#booking-form .booking-row2 .required,
#school-booking-form .booking-row2 .required {
  display: inline;
  font-family: 'Catamaran';
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  padding-right: 20px;
  line-height: 1;
  padding: 0 !important;
}
@media only screen and (max-width: 40em) {
  #booking-form .booking-row2 .required,
  #school-booking-form .booking-row2 .required {
    font-size: 12px;
  }
}
#booking-form .booking-row2 .required span,
#school-booking-form .booking-row2 .required span {
  font-size: 14px;
  font-weight: 400;
  color: #dfdedf;
}
#booking-form .booking-row2 .spCheck,
#school-booking-form .booking-row2 .spCheck {
  display: inline-block;
}
#booking-form .booking-row2 .guest-text-box,
#school-booking-form .booking-row2 .guest-text-box {
  width: 40%;
}
@media only screen and (max-width: 40em) {
  #booking-form .booking-row2 .guest-text-box,
  #school-booking-form .booking-row2 .guest-text-box {
    width: 100%;
  }
}
#booking-form .booking-row2 .drop-down,
#school-booking-form .booking-row2 .drop-down {
  /*margin-bottom:20px;*/
}
@media only screen and (max-width: 40em) {
  #booking-form .booking-row2 .drop-down,
  #school-booking-form .booking-row2 .drop-down {
    margin-bottom: 20px;
  }
}
#booking-form .booking-row2 .drop-down .ei-input,
#school-booking-form .booking-row2 .drop-down .ei-input {
  padding-left: 10px;
  line-height: 50px;
  font-family: 'Catamaran';
  font-weight: 400;
  font-size: 16px;
  color: #262626;
  border: 1px solid #b2b2b2;
}
@media only screen and (max-width: 40em) {
  #booking-form .booking-row2 .drop-down .ei-input,
  #school-booking-form .booking-row2 .drop-down .ei-input {
    font-size: 12px;
  }
}
#booking-form .booking-row2 .drop-down .ei-name,
#school-booking-form .booking-row2 .drop-down .ei-name {
  margin-right: 12px;
}
#booking-form .booking-row2 .drop-down .ei-name::before,
#school-booking-form .booking-row2 .drop-down .ei-name::before {
  content: url(/images/drop-icon2.png ) !important;
}
#booking-form .booking-row2 .textbox,
#school-booking-form .booking-row2 .textbox {
  margin-bottom: 20px;
  display: inline;
}
#booking-form .booking-row2 .small-text-box,
#school-booking-form .booking-row2 .small-text-box {
  float: right;
}
#booking-form .booking-row2 ::-webkit-input-placeholder,
#school-booking-form .booking-row2 ::-webkit-input-placeholder {
  font-family: 'Catamaran';
  font-weight: 400;
  font-size: 16px;
  color: #262626;
  padding-left: 10px;
}
@media only screen and (max-width: 40em) {
  #booking-form .booking-row2 ::-webkit-input-placeholder,
  #school-booking-form .booking-row2 ::-webkit-input-placeholder {
    font-size: 12px;
  }
}
#booking-form .booking-row2 ::-moz-placeholder,
#school-booking-form .booking-row2 ::-moz-placeholder {
  /* Firefox 19+ */
  font-family: 'Catamaran';
  font-weight: 400;
  font-size: 16px;
  color: #262626;
  padding-left: 10px;
}
@media only screen and (max-width: 40em) {
  #booking-form .booking-row2 ::-moz-placeholder,
  #school-booking-form .booking-row2 ::-moz-placeholder {
    font-size: 12px;
  }
}
#booking-form .booking-row2 :-ms-input-placeholder,
#school-booking-form .booking-row2 :-ms-input-placeholder {
  font-family: 'Catamaran';
  font-weight: 400;
  font-size: 16px;
  color: #262626;
  padding-left: 10px;
}
@media only screen and (max-width: 40em) {
  #booking-form .booking-row2 :-ms-input-placeholder,
  #school-booking-form .booking-row2 :-ms-input-placeholder {
    font-size: 12px;
  }
}
#booking-form .booking-row2 .accomodation,
#school-booking-form .booking-row2 .accomodation {
  margin-bottom: 5px;
  display: table;
  width: 50%;
}
@media only screen and (max-width: 64.063em) {
  #booking-form .booking-row2 .accomodation,
  #school-booking-form .booking-row2 .accomodation {
    width: 100%;
  }
}
#booking-form .booking-row2 .accomodation .required,
#school-booking-form .booking-row2 .accomodation .required {
  width: 20%;
  display: table-cell;
  font-family: 'Catamaran';
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  padding-right: 20px;
  line-height: 1;
}
@media only screen and (max-width: 40em) {
  #booking-form .booking-row2 .accomodation .required,
  #school-booking-form .booking-row2 .accomodation .required {
    font-size: 12px;
    padding-bottom: 10px;
  }
}
#booking-form .booking-row2 .accomodation .required.wider,
#school-booking-form .booking-row2 .accomodation .required.wider {
  width: 50%;
}
#booking-form .booking-row2 .accomodation .required.wider.center,
#school-booking-form .booking-row2 .accomodation .required.wider.center {
  text-align: center;
}
@media only screen and (min-width: 64em) {
  #booking-form .booking-row2 .accomodation .required.longer,
  #school-booking-form .booking-row2 .accomodation .required.longer {
    padding-top: 100px !important;
  }
}
#booking-form .booking-row2 .accomodation .check-text,
#school-booking-form .booking-row2 .accomodation .check-text {
  display: table-cell;
  width: 7%;
  font-family: 'Catamaran';
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  position: relative;
  top: 10px;
}
@media only screen and (max-width: 40em) {
  #booking-form .booking-row2 .accomodation .check-text,
  #school-booking-form .booking-row2 .accomodation .check-text {
    font-size: 12px;
  }
}
#booking-form .booking-row2 .accomodation .ei-c,
#school-booking-form .booking-row2 .accomodation .ei-c {
  display: table-cell;
  width: 10%;
  padding-right: 50px;
  position: relative;
  top: 18px;
}
@media only screen and (max-width: 40em) {
  #booking-form .booking-row2 .accomodation .ei-c,
  #school-booking-form .booking-row2 .accomodation .ei-c {
    padding-right: 0px;
  }
}
#booking-form .booking-row2 .accomodation .ei-c .ei-container > label,
#school-booking-form .booking-row2 .accomodation .ei-c .ei-container > label {
  float: left;
  font-family: 'Catamaran';
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  position: relative;
  top: -5px;
  margin-right: 10px;
}
@media only screen and (max-width: 40em) {
  #booking-form .booking-row2 .accomodation .ei-c .ei-container > label,
  #school-booking-form .booking-row2 .accomodation .ei-c .ei-container > label {
    font-size: 12px;
  }
}
#booking-form .booking-row2 .accomodation .spec-dates,
#school-booking-form .booking-row2 .accomodation .spec-dates {
  display: table-cell;
  font-family: 'Catamaran';
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  max-width: 200px;
  line-height: 1.3;
  position: relative;
  top: 5px;
}
@media only screen and (max-width: 64.063em) {
  #booking-form .booking-row2 .accomodation .spec-dates,
  #school-booking-form .booking-row2 .accomodation .spec-dates {
    max-width: 400px;
  }
}
@media only screen and (max-width: 40em) {
  #booking-form .booking-row2 .accomodation .spec-dates,
  #school-booking-form .booking-row2 .accomodation .spec-dates {
    font-size: 12px;
  }
}
#booking-form .booking-row2 .accomodation .fa-calendar,
#school-booking-form .booking-row2 .accomodation .fa-calendar {
  font-size: 31px;
  color: #fff;
  float: right;
  position: relative;
  top: -55px;
}
#booking-form .booking-row2 .accomodation .ei-container,
#school-booking-form .booking-row2 .accomodation .ei-container {
  /*width:40%;*/
  float: right;
}
#booking-form .booking-row2 .accomodation .ei-container .ei-date-icon::before,
#school-booking-form .booking-row2 .accomodation .ei-container .ei-date-icon::before {
  content: url('/images/cal.png');
}
@media only screen and (max-width: 40em) {
  #booking-form .booking-row2 .accomodation .ei-container .ei-date-icon::before,
  #school-booking-form .booking-row2 .accomodation .ei-container .ei-date-icon::before {
    width: 20px;
  }
}
#booking-form .booking-row2 .meals-required,
#school-booking-form .booking-row2 .meals-required {
  /*display:table;
                width:100%;*/
}
#booking-form .booking-row2 .meals-required select,
#school-booking-form .booking-row2 .meals-required select {
  /*float:left;*/
}
#booking-form .booking-row2 .meals-required .ei-date,
#school-booking-form .booking-row2 .meals-required .ei-date {
  /*width:40%;*/
  float: right;
}
#booking-form .booking-row2 .meals-required .ei-date .ei-date-icon::before,
#school-booking-form .booking-row2 .meals-required .ei-date .ei-date-icon::before {
  content: url('/images/cal.png');
}
@media only screen and (max-width: 40em) {
  #booking-form .booking-row2 .meals-required .ei-date .ei-date-icon::before,
  #school-booking-form .booking-row2 .meals-required .ei-date .ei-date-icon::before {
    width: 20px;
  }
}
#booking-form .booking-row2 .dietry,
#school-booking-form .booking-row2 .dietry {
  /*margin-bottom:30px;*/
  display: table;
  width: 50%;
}
@media only screen and (max-width: 64.063em) {
  #booking-form .booking-row2 .dietry,
  #school-booking-form .booking-row2 .dietry {
    width: 100%;
    margin-bottom: 30px;
  }
}
#booking-form .booking-row2 .dietry .required,
#school-booking-form .booking-row2 .dietry .required {
  width: 2.5%;
  display: table-cell;
  font-family: 'Catamaran';
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  padding-right: 20px;
  line-height: 1;
  max-width: 200px;
  padding: 0 !important;
  margin: 0 !important;
}
@media only screen and (max-width: 40em) {
  #booking-form .booking-row2 .dietry .required,
  #school-booking-form .booking-row2 .dietry .required {
    font-size: 12px;
  }
}
#booking-form .booking-row2 .dietry .ei-c,
#school-booking-form .booking-row2 .dietry .ei-c {
  /*padding-right:50px;*/
  width: 3%;
  display: table-cell;
  position: relative;
  top: 15px;
}
@media only screen and (max-width: 64.063em) {
  #booking-form .booking-row2 .dietry .ei-c,
  #school-booking-form .booking-row2 .dietry .ei-c {
    top: 0;
  }
}
#booking-form .booking-row2 .dietry .ei-c .ei-container > label,
#school-booking-form .booking-row2 .dietry .ei-c .ei-container > label {
  float: left;
  font-family: 'Catamaran';
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  position: relative;
  top: -3px;
  margin-right: 10px;
}
@media only screen and (max-width: 40em) {
  #booking-form .booking-row2 .dietry .ei-c .ei-container > label,
  #school-booking-form .booking-row2 .dietry .ei-c .ei-container > label {
    font-size: 12px;
  }
}
#booking-form .booking-row2 .dietry .small-text-box,
#school-booking-form .booking-row2 .dietry .small-text-box {
  width: 100%;
}
#booking-form .row3,
#school-booking-form .row3 {
  /*margin-top:-120px;*/
  padding: 30px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4b0002+0,a41e35+52,4b0002+100 */
  background: #4b0002;
  /* Old browsers */
  background: -moz-linear-gradient(left, #4b0002 0%, #a41e35 52%, #4b0002 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #4b0002 0%, #a41e35 52%, #4b0002 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #4b0002 0%, #a41e35 52%, #4b0002 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4b0002', endColorstr='#4b0002', GradientType=1);
  /* IE6-9 */
}
#booking-form .row3 h3,
#school-booking-form .row3 h3 {
  font-family: 'Catamaran';
  font-weight: 700;
  color: #fff;
  font-size: 16px;
  margin-bottom: 50px;
}
#booking-form .row3 .submit-button,
#school-booking-form .row3 .submit-button {
  margin-bottom: 20px;
}
#booking-form .row3 .submit-button a,
#school-booking-form .row3 .submit-button a {
  background-color: #fff;
  -moz-transition: 400ms ease-in-out;
  -o-transition: 400ms ease-in-out;
  -webkit-transition: 400ms ease-in-out;
  transition: 400ms ease-in-out;
  padding: 15px 15px;
  font-family: 'Catamaran';
  font-weight: 700;
  font-size: 16px;
  color: #a41e35;
}
#booking-form .row3 .submit-button a:hover,
#school-booking-form .row3 .submit-button a:hover {
  border: 4px solid #4b0002;
}
#booking-form .row4,
#school-booking-form .row4 {
  margin-top: 50px;
  margin-bottom: 50px;
}
#booking-form .row4 .slider-heading p,
#school-booking-form .row4 .slider-heading p {
  font-family: 'Catamaran';
  font-weight: 700;
  font-size: 26px;
  color: #949496;
  margin-top: 20px;
}
#booking-form .row4 .slider-text p,
#school-booking-form .row4 .slider-text p {
  font-family: 'Catamaran';
  font-weight: 400;
  font-size: 16px;
  color: #262626;
}
#booking-form .row4 .slider-container,
#school-booking-form .row4 .slider-container {
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
}
#booking-form .row4 .slider-container .slick-slide,
#school-booking-form .row4 .slider-container .slick-slide {
  outline: none;
}
#booking-form .row4 .slider-container .left-arrow,
#school-booking-form .row4 .slider-container .left-arrow {
  transition: background-color ease-in-out 500ms;
  background-color: #949496;
  position: absolute;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 45%;
  left: 0;
  font-family: 'Catamaran';
  font-weight: 700;
  font-size: 31px;
  color: #fff;
  padding: 5px 20px 1px;
  border-radius: 50%;
}
#booking-form .row4 .slider-container .left-arrow:hover,
#school-booking-form .row4 .slider-container .left-arrow:hover {
  background-color: #a41e35;
}
#booking-form .row4 .slider-container .right-arrow,
#school-booking-form .row4 .slider-container .right-arrow {
  transition: background-color ease-in-out 500ms;
  background-color: #949496;
  position: absolute;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 45%;
  right: 0;
  font-family: 'Catamaran';
  font-weight: 700;
  font-size: 31px;
  color: #fff;
  padding: 5px 20px 1px;
  border-radius: 50%;
}
#booking-form .row4 .slider-container .right-arrow:hover,
#school-booking-form .row4 .slider-container .right-arrow:hover {
  background-color: #a41e35;
}
#resources-landing {
  margin-bottom: 100px;
}
#resources-landing .box {
  background-color: #a41e35;
  color: #FFF;
  padding: 52px;
  margin-bottom: 20px;
}
#resources-landing .box i {
  font-size: 88px;
  margin-bottom: 15px;
}
#resources-landing .box i.chevron {
  font-size: 48px;
  margin-bottom: 0;
}
#resources-landing .box h2 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
}
#resources-landing .row1 .downloads-container {
  /*display:table;
            width:100%;*/
}
#resources-landing .row1 .download-item {
  /*display:table-cell;
            width:10%;*/
  margin-bottom: 60px;
}
#resources-landing .row1 .fa-download::before {
  content: url(/images/download.png);
}
#resources-landing .row1 p {
  font-family: 'Catamaran';
  font-weight: 700;
  font-size: 22px;
  color: #a41e35;
  line-height: 1;
  padding-top: 15px;
  padding-bottom: 10px;
}
#resources-landing .row1 .right-arrow {
  transition: ease-in-out 500ms;
  background-color: #a41e35;
  font-weight: 700;
  font-size: 33px;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
#resources-landing .row1 .right-arrow::before {
  position: relative;
  transform: translateY(-23%);
  top: 23%;
  left: 1px;
}
#resources-landing .row1 .right-arrow:hover {
  background-color: #949496;
  color: #a41e35;
}
#dowmloads-landing {
  margin-bottom: 100px;
}
#dowmloads-landing .row1 .download-item {
  margin-bottom: 60px;
}
#dowmloads-landing .row1 .fa-download::before {
  content: url(/images/download.png);
}
#dowmloads-landing .row1 p {
  font-family: 'Catamaran';
  font-weight: 700;
  font-size: 22px;
  color: #a41e35;
  line-height: 1;
  padding-top: 15px;
  padding-bottom: 10px;
}
#dowmloads-landing .row1 .right-arrow {
  transition: ease-in-out 500ms;
  background-color: #a41e35;
  font-weight: 700;
  font-size: 33px;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
#dowmloads-landing .row1 .right-arrow::before {
  position: relative;
  transform: translateY(-23%);
  top: 23%;
  left: 1px;
}
#dowmloads-landing .row1 .right-arrow:hover {
  background-color: #949496;
  color: #a41e35;
}
#downloads-tier {
  margin-bottom: 100px;
}
#downloads-tier .row1 {
  margin-top: -40px;
  margin-bottom: 100px;
}
#downloads-tier .row1 .category-text p {
  font-family: 'Catamaran';
  font-weight: 400;
  font-size: 19px;
  color: #a41e35;
  line-height: 3;
  margin-bottom: 0;
}
#downloads-tier .row1 .category-drop-down {
  margin-bottom: 20px;
  max-width: 500px;
}
#downloads-tier .row1 .category-drop-down .ei-input {
  padding-left: 10px;
  line-height: 50px;
  font-family: 'Catamaran';
  font-weight: 400;
  font-size: 16px;
  color: #262626;
  border: 1px solid #b2b2b2;
}
#downloads-tier .row1 .category-drop-down .ei-name {
  margin-right: 12px;
}
#downloads-tier .row1 .category-drop-down .ei-name::before {
  content: url(/images/drop-icon2.png ) !important;
}
#downloads-tier .row1 .search-box {
  margin-bottom: 20px;
}
#downloads-tier .row1 .search-box .textbox {
  font-family: 'Catamaran';
  font-size: 16px;
  font-weight: 400;
  color: #262626;
  border: 1px solid #b2b2b2;
  background-image: url('/images/search-icon2.png');
  background-repeat: no-repeat;
  background-position: right 30px center;
  padding-left: 20px;
}
#downloads-tier .row1 .search-box ::-webkit-input-placeholder {
  font-family: 'Catamaran';
  font-size: 16px;
  font-weight: 400;
  color: #262626;
}
#downloads-tier .row1 .search-box :-moz-placeholder {
  /* Firefox 18- */
  font-family: 'Catamaran';
  font-size: 16px;
  font-weight: 400;
  color: #262626;
}
#downloads-tier .row1 .search-box :-ms-input-placeholder {
  font-family: 'Catamaran';
  font-size: 16px;
  font-weight: 400;
  color: #262626;
}
#downloads-tier .row1 .search-drop-down {
  margin-bottom: 20px;
  /*max-width:500px;*/
}
#downloads-tier .row1 .search-drop-down .ei-input {
  padding-left: 10px;
  line-height: 50px;
  font-family: 'Catamaran';
  font-weight: 400;
  font-size: 16px;
  color: #262626;
  border: 1px solid #b2b2b2;
}
#downloads-tier .row1 .search-drop-down .ei-name {
  margin-right: 12px;
}
#downloads-tier .row1 .search-drop-down .ei-name::before {
  content: url(/images/search-icon2.png ) !important;
}
#downloads-tier .row1 .btns .btn {
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}
#downloads-tier .row1 .btns .btn a {
  display: block;
  text-align: center;
  padding: 15px 0px;
  font-family: 'Catamaran';
  font-size: 16px;
  color: #262626;
  border: 1px solid #949496;
}
#downloads-tier .row1 .btns .btn a.selected,
#downloads-tier .row1 .btns .btn a:hover {
  background-color: #949496;
  color: #fff;
}
#downloads-tier .row2 .download-item {
  margin-bottom: 60px;
}
#downloads-tier .row2 .fa-download::before {
  content: url(/images/download.png);
}
#downloads-tier .row2 p {
  font-family: 'Catamaran';
  font-weight: 700;
  font-size: 16px;
  color: #a41e35;
  line-height: 1;
  padding-top: 35px;
  padding-bottom: 35px;
}
#downloads-tier .row2 .download-button a {
  transition: 700ms ease-in-out;
  font-family: 'Catamaran';
  font-weight: 700;
  color: #fff;
  font-size: 16px;
  padding: 15px 25px;
  background-color: #949496;
}
#downloads-tier .row2 .download-button a:hover {
  background-color: #a41e35;
}
#downloads-tier.video-library .row1 {
  margin-bottom: 60px;
}
#downloads-tier.video-library .row2 .image {
  position: relative;
  margin-bottom: 15px;
}
#downloads-tier.video-library .row2 .image .price {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #a41e35;
  color: #fff;
  padding: 5px 10px;
  font-family: 'Catamaran';
  font-weight: 700;
  font-size: 16px;
}
#downloads-tier.video-library .row2 .image .count {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #a41e35;
  color: #fff;
  padding: 5px 10px;
  font-family: 'Catamaran';
  font-weight: 700;
  font-size: 16px;
}
#downloads-tier.video-library .row2 .image .count i {
  font-size: 12px;
}
#downloads-tier.video-library .row2 h2 {
  font-family: 'Catamaran';
  font-weight: 700;
  font-size: 18px;
  color: #a41e35;
  margin-bottom: 15px;
  line-height: 19px;
}
#downloads-tier.video-library .row2 p {
  font-family: 'Catamaran';
  font-weight: 400;
  font-size: 16px;
  color: #262626;
  margin-bottom: 15px;
  padding-top: 0;
  padding-bottom: 0;
}
#downloads-tier.video-library .row2 .btns a {
  display: block;
  padding: 15px 10px;
  background-color: #a41e35;
  color: #fff;
  font-size: 16px;
  font-family: 'Catamaran';
  font-weight: 700;
}
#downloads-tier.video-library .row2 .btns a.alt {
  background-color: #949496;
}
#news-gallery-landing {
  margin-top: -40px;
  margin-bottom: 100px;
}
#news-gallery-landing .row1 {
  margin-bottom: 50px;
}
#news-gallery-landing .row1 .heading-text p {
  font-family: 'Catamaran';
  font-weight: 700;
  font-size: 33px;
  color: #949496;
}
#news-gallery-landing .row2 .news-item {
  margin-bottom: 10px;
}
@media only screen and (max-width: 40em) {
  #news-gallery-landing .row2 .news-item .image {
    text-align: center;
  }
}
#news-gallery-landing .row2 .news-item hr {
  margin-top: 30px;
}
#news-gallery-landing .row2 .news-item h3 {
  font-family: 'Catamaran';
  font-weight: 700;
  font-size: 16px;
  color: #a41e35;
  line-height: 1.2;
  margin-bottom: 29px;
}
@media only screen and (max-width: 40em) {
  #news-gallery-landing .row2 .news-item h3 {
    margin-top: 30px;
    text-align: center;
  }
}
#news-gallery-landing .row2 .news-item p {
  font-family: 'Catamaran';
  font-weight: 400;
  font-size: 16px;
  color: #262626;
  line-height: 1.2;
  margin-bottom: 45px;
}
@media only screen and (max-width: 40em) {
  #news-gallery-landing .row2 .news-item p {
    text-align: center;
  }
}
@media only screen and (max-width: 40em) {
  #news-gallery-landing .row2 .news-item .read-button {
    text-align: center;
  }
}
#news-gallery-landing .row2 .news-item .read-button a {
  transition: 700ms ease-in-out;
  font-family: 'Catamaran';
  font-weight: 700;
  color: #fff;
  font-size: 16px;
  padding: 15px 25px;
  background-color: #949496;
}
#news-gallery-landing .row2 .news-item .read-button a:hover {
  background-color: #a41e35;
}
#news-gallery-landing .row3 {
  margin-bottom: 100px;
}
/*#forthcoming-events #row1 .month table tr td{
    background-color:white !important;
}*/
#forthcoming-events #Events-Heading {
  margin-bottom: 30px;
}
#forthcoming-events #Events-Heading h3 {
  font-family: 'Catamaran';
  font-weight: 700;
  font-size: 33px;
  color: #949496;
}
#forthcoming-events #row1 {
  margin-bottom: 100px;
}
#forthcoming-events #row1 .month #heading {
  position: relative;
}
#forthcoming-events #row1 .month #heading .calendar-heading {
  outline: none;
  margin-left: auto;
  margin-right: auto;
}
#forthcoming-events #row1 .month #heading .calendar-heading p {
  font-family: 'Catamaran';
  font-weight: 700;
  font-size: 26px;
  color: #a41e35;
}
#forthcoming-events #row1 .month #heading .slick-slide {
  outline: none;
}
#forthcoming-events #row1 .month #heading .left-arrow {
  transition: 700ms ease-in-out;
  font-weight: 700;
  font-size: 18px;
  color: #949496;
  position: absolute;
  top: 13%;
  z-index: 999;
}
#forthcoming-events #row1 .month #heading .left-arrow:hover {
  color: #a41e35;
}
#forthcoming-events #row1 .month #heading .right-arrow {
  transition: 700ms ease-in-out;
  font-weight: 700;
  font-size: 18px;
  color: #949496;
  position: absolute;
  top: 13%;
  right: 0;
  z-index: 999;
}
#forthcoming-events #row1 .month #heading .right-arrow:hover {
  color: #a41e35;
}
#forthcoming-events #row1 .month #days {
  display: table;
  width: 100%;
}
#forthcoming-events #row1 .month #days a {
  display: table-cell;
  min-width: 89px;
  padding: 10px 0;
  font-family: 'Catamaran';
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  background-color: #a41e35;
  border-right: 15px solid #fff;
}
@media only screen and (max-width: 1025px) {
  #forthcoming-events #row1 .month #days a {
    min-width: 66px;
    border-right: 5px solid #fff;
  }
}
@media only screen and (max-width: 40em) {
  #forthcoming-events #row1 .month #days a {
    font-size: 10px;
    border-right: 2px solid #fff;
    padding: 5px 0;
    min-width: 30px;
  }
}
#forthcoming-events #row1 .month #days .sun {
  display: table-cell;
  min-width: 95px;
  padding: 10px 0;
  font-family: 'Catamaran';
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  background-color: #a41e35;
  border-right: 15px solid #fff;
}
@media only screen and (max-width: 1025px) {
  #forthcoming-events #row1 .month #days .sun {
    min-width: 70px;
    border-right: 5px solid #fff;
  }
}
@media only screen and (max-width: 40em) {
  #forthcoming-events #row1 .month #days .sun {
    font-size: 10px;
    border-right: 2px solid #fff;
    padding: 5px 0;
    min-width: 30px;
  }
}
#forthcoming-events #row1 .month #days .tues {
  display: table-cell;
  min-width: 85px;
  padding: 10px 0;
  font-family: 'Catamaran';
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  background-color: #a41e35;
  border-right: 15px solid #fff;
}
@media only screen and (max-width: 1025px) {
  #forthcoming-events #row1 .month #days .tues {
    min-width: 70px;
    border-right: 5px solid #fff;
  }
}
@media only screen and (max-width: 40em) {
  #forthcoming-events #row1 .month #days .tues {
    font-size: 10px;
    border-right: 2px solid #fff;
    padding: 5px 0;
    min-width: 30px;
  }
}
#forthcoming-events #row1 .month #days .fri {
  display: table-cell;
  min-width: 85px;
  padding: 10px 0;
  font-family: 'Catamaran';
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  background-color: #a41e35;
  border-right: 15px solid #fff;
}
@media only screen and (max-width: 1025px) {
  #forthcoming-events #row1 .month #days .fri {
    min-width: 70px;
    border-right: 5px solid #fff;
  }
}
@media only screen and (max-width: 40em) {
  #forthcoming-events #row1 .month #days .fri {
    font-size: 10px;
    border-right: 2px solid #fff;
    padding: 5px 0;
    min-width: 30px;
  }
}
#forthcoming-events #row1 .month table {
  margin-bottom: 30px;
  border: none !important;
  width: 100%;
}
#forthcoming-events #row1 .month table tr:nth-of-type(1) td {
  background-color: #fff !important;
}
#forthcoming-events #row1 .month table .calTitle {
  display: table;
  width: 500px;
  position: relative;
  background-color: #fff;
}
#forthcoming-events #row1 .month table .calTitle td:nth-of-type(1) {
  width: 0% !important;
  padding: 0;
}
#forthcoming-events #row1 .month table .calTitle td:nth-of-type(1) a {
  position: relative;
  transition: 700ms ease-in-out !important;
  font-weight: 700 !important;
  font-size: 31px !important;
  color: #949496 !important;
}
#forthcoming-events #row1 .month table .calTitle td:nth-of-type(1) a:hover {
  color: #a41e35 !important;
}
#forthcoming-events #row1 .month table .calTitle td:nth-of-type(1) a:after {
  font-family: FontAwesome;
  content: '\f104' !important;
  position: absolute;
  top: 0;
  left: 0px;
  right: 0;
  bottom: 0;
  background: white;
}
@media only screen and (min-width: 64.063em) {
  #forthcoming-events #row1 .month table .calTitle td:nth-of-type(1) a:after {
    left: -20px;
  }
}
#forthcoming-events #row1 .month table .calTitle td:nth-of-type(2) {
  padding: 0;
  font-family: 'Catamaran';
  font-weight: 700;
  font-size: 26px;
  position: relative;
  top: 8px;
  text-align: center;
  color: #a41e35;
}
#forthcoming-events #row1 .month table .calTitle td:nth-of-type(3) {
  width: 0% !important;
  padding: 0;
}
#forthcoming-events #row1 .month table .calTitle td:nth-of-type(3) a {
  position: relative;
  transition: 700ms ease-in-out !important;
  font-weight: 700 !important;
  font-size: 31px !important;
  color: #949496 !important;
}
#forthcoming-events #row1 .month table .calTitle td:nth-of-type(3) a:hover {
  color: #a41e35 !important;
}
#forthcoming-events #row1 .month table .calTitle td:nth-of-type(3) a:after {
  font-family: FontAwesome;
  content: '\f105' !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: white;
}
@media only screen and (min-width: 64.063em) {
  #forthcoming-events #row1 .month table .calTitle td:nth-of-type(3) a:after {
    right: -30px;
  }
}
#forthcoming-events #row1 .month table .calHeader {
  display: table-cell;
  min-width: 89px;
  padding: 10px 0;
  font-family: 'Catamaran';
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  background-color: #a41e35;
  border-right: 15px solid #fff;
}
@media only screen and (max-width: 1025px) {
  #forthcoming-events #row1 .month table .calHeader {
    min-width: 66px;
    border-right: 5px solid #fff;
  }
}
@media only screen and (max-width: 40em) {
  #forthcoming-events #row1 .month table .calHeader {
    font-size: 10px;
    border-right: 2px solid #fff;
    padding: 5px 0;
    min-width: 30px;
  }
}
#forthcoming-events #row1 .month table .event-day {
  transition: background-color 700ms ease-in-out;
  background-color: #949496;
}
#forthcoming-events #row1 .month table .event-day a {
  font-family: 'Catamaran';
  font-weight: 700;
  font-size: 31px;
  color: #fff !important;
}
@media only screen and (max-width: 40em) {
  #forthcoming-events #row1 .month table .event-day a {
    font-size: 12px;
  }
}
#forthcoming-events #row1 .month table .event-day:hover {
  background-color: #a41e35;
}
#forthcoming-events #row1 .month table .selDay {
  background-color: #a41e35;
}
#forthcoming-events #row1 .month table .selDay a {
  font-family: 'Catamaran';
  font-weight: 700;
  font-size: 31px;
  color: #fff !important;
}
@media only screen and (max-width: 40em) {
  #forthcoming-events #row1 .month table .selDay a {
    font-size: 12px;
  }
}
#forthcoming-events #row1 .month table tr {
  display: table;
  width: 100%;
  /*padding:5px 20px;*/
}
#forthcoming-events #row1 .month table tr td {
  display: table-cell;
  background-color: #e4e4e4;
  border-right: 15px solid #fff;
  border-top: 15px solid #fff;
  padding: 8px 20px;
  min-width: 87px;
}
@media only screen and (max-width: 1025px) {
  #forthcoming-events #row1 .month table tr td {
    min-width: 67px;
    border-right: 5px solid #fff;
    padding: 8px 0px;
  }
}
@media only screen and (max-width: 40em) {
  #forthcoming-events #row1 .month table tr td {
    font-size: 10px;
    border-right: 2px solid #fff;
    padding: 5px 0;
    min-width: 30px;
  }
}
#forthcoming-events #row1 .month table .day a {
  font-family: 'Catamaran';
  font-weight: 700;
  font-size: 31px;
  color: #949496 !important;
}
@media only screen and (max-width: 40em) {
  #forthcoming-events #row1 .month table .day a {
    font-size: 12px;
  }
}
#forthcoming-events #row1 .month table .weekend a {
  font-family: 'Catamaran';
  font-weight: 700;
  font-size: 31px;
  color: #949496 !important;
}
@media only screen and (max-width: 40em) {
  #forthcoming-events #row1 .month table .weekend a {
    font-size: 12px;
  }
}
#forthcoming-events #row1 .month .legend .current {
  font-weight: 400;
  font-size: 16px;
  color: #a41e35;
}
@media only screen and (max-width: 40em) {
  #forthcoming-events #row1 .month .legend .current {
    font-size: 12px;
  }
}
#forthcoming-events #row1 .month .legend .active {
  font-weight: 400;
  font-size: 16px;
  color: #949496;
}
@media only screen and (max-width: 40em) {
  #forthcoming-events #row1 .month .legend .active {
    font-size: 12px;
  }
}
#forthcoming-events #row1 .month .legend .no {
  font-weight: 400;
  font-size: 16px;
  color: #dfdedf;
}
@media only screen and (max-width: 40em) {
  #forthcoming-events #row1 .month .legend .no {
    font-size: 12px;
  }
}
#forthcoming-events #row1 .month .legend span {
  font-weight: 400;
  font-size: 16px;
  color: #262626;
  margin-right: 20px;
}
@media only screen and (max-width: 40em) {
  #forthcoming-events #row1 .month .legend span {
    font-size: 10px;
  }
}
#forthcoming-events #row1 .events .event-heading {
  margin-top: 122px;
  display: table;
  width: 100%;
  background-color: #a41e35;
  padding: 9px 20px;
}
#forthcoming-events #row1 .events .event-heading span {
  float: left;
  font-family: 'Catamaran';
  font-weight: 700;
  font-size: 16px;
  color: #fff;
}
#forthcoming-events #row1 .events .event-heading a {
  float: right;
  font-family: 'Catamaran';
  font-weight: 700;
  font-size: 16px;
  color: #fff;
}
#forthcoming-events #row1 .events .event-activity {
  overflow: hidden;
  position: relative;
  margin-top: 16px;
  display: table;
  width: 100%;
  height: 61px;
  transition: ease-in-out 500ms;
  background-color: #c9c9c9;
  color: #949496;
}
#forthcoming-events #row1 .events .event-activity .rotate-date {
  position: absolute;
  display: table-cell;
  width: 80px;
  /*text-align:center;*/
  -ms-transform: rotate(-90deg);
  /* IE 9 */
  -ms-transform-origin: 38% 120%;
  /* IE 9 */
  -webkit-transform: rotate(-90deg);
  /* Chrome, Safari, Opera */
  -webkit-transform-origin: 38% 120%;
  /* Chrome, Safari, Opera */
  transform: rotate(-90deg);
  transform-origin: 38% 120%;
  color: #fff;
  font-size: 12px;
  font-family: 'Catamaran';
  background-color: #949496;
  padding: 5px 9px;
}
#forthcoming-events #row1 .events .event-activity .event-text {
  font-family: 'Catamaran';
  font-weight: 700;
  font-size: 16px;
  margin-left: 50px;
  margin-top: 5px;
  margin-bottom: 0;
}
@media only screen and (max-width: 40em) {
  #forthcoming-events #row1 .events .event-activity .event-text {
    font-size: 10px !important;
  }
}
#forthcoming-events #row1 .events .event-activity .event-venue {
  font-family: 'Catamaran';
  font-weight: 700;
  font-size: 12px;
  margin-left: 50px;
  margin-bottom: 0;
  padding: 0;
}
@media only screen and (max-width: 40em) {
  #forthcoming-events #row1 .events .event-activity .event-venue {
    font-size: 10px !important;
  }
}
#forthcoming-events #row1 .events .event-activity .event-time {
  font-family: 'Catamaran';
  font-weight: 700;
  font-size: 16px;
  float: right;
  margin-bottom: 0;
  padding-right: 20px;
}
@media only screen and (max-width: 40em) {
  #forthcoming-events #row1 .events .event-activity .event-time {
    font-size: 10px !important;
  }
}
#forthcoming-events #row1 .events .event-activity:hover {
  background-color: #a41e35;
  color: #fff !important;
}
#forthcoming-events #row1 .calendar-button {
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}
#forthcoming-events #row1 .calendar-button a {
  background-color: #a41e35;
  transition: 400ms ease-in-out;
  padding: 15px 15px;
  font-family: 'Catamaran';
  font-weight: 700;
  font-size: 16px;
  color: #fff;
}
#forthcoming-events #row1 .calendar-button a:hover {
  border: 2px solid #949496;
}
#news-archive .row1 {
  margin-bottom: 60px;
}
#news-archive .row1 .news-item {
  margin-bottom: 10px;
}
@media only screen and (max-width: 40em) {
  #news-archive .row1 .news-item .image {
    text-align: center;
  }
}
#news-archive .row1 .news-item hr {
  margin-top: 30px;
}
#news-archive .row1 .news-item h3 {
  font-family: 'Catamaran';
  font-weight: 700;
  font-size: 16px;
  color: #a41e35;
  line-height: 1.2;
  margin-bottom: 29px;
}
@media only screen and (max-width: 40em) {
  #news-archive .row1 .news-item h3 {
    margin-top: 30px;
    text-align: center;
  }
}
#news-archive .row1 .news-item p {
  font-family: 'Catamaran';
  font-weight: 400;
  font-size: 16px;
  color: #262626;
  line-height: 1.2;
  margin-bottom: 45px;
}
@media only screen and (max-width: 40em) {
  #news-archive .row1 .news-item p {
    text-align: center;
  }
}
@media only screen and (max-width: 40em) {
  #news-archive .row1 .news-item .read-button {
    text-align: center;
  }
}
#news-archive .row1 .news-item .read-button a {
  transition: 700ms ease-in-out;
  font-family: 'Catamaran';
  font-weight: 700;
  color: #fff;
  font-size: 16px;
  padding: 15px 25px;
  background-color: #949496;
}
#news-archive .row1 .news-item .read-button a:hover {
  background-color: #a41e35;
}
#news-archive .row2 {
  margin-bottom: 120px;
}
#news-archive .row2 .home-button a {
  background-color: #a41e35;
  -moz-transition: 400ms ease-in-out;
  -o-transition: 400ms ease-in-out;
  -webkit-transition: 400ms ease-in-out;
  transition: 400ms ease-in-out;
  padding: 15px 15px;
  font-family: 'Catamaran';
  font-weight: 700;
  font-size: 16px;
  color: #fff;
}
@media only screen and (max-width: 40em) {
  #news-archive .row2 .home-button a {
    font-size: 8px;
    padding: 10px 10px;
  }
}
#news-archive .row2 .home-button a:hover {
  border: none !important;
}
#news-story .row1 {
  margin-bottom: 60px;
}
#news-story .row1 .content {
  margin-bottom: 60px;
}
#news-story .row1 .content .text h3 {
  font-family: 'Catamaran';
  font-weight: 700;
  font-size: 16px;
  color: #a41e35;
  line-height: 1.3;
  margin-bottom: 15px;
}
#news-story .row1 .content .text li p {
  margin-bottom: 0;
}
#news-story .row1 .content .text p {
  font-family: 'Catamaran';
  font-weight: 400;
  font-size: 16px;
  color: #262626;
  line-height: 1.3;
}
#news-story .row1 .content .text a {
  font-family: 'Catamaran';
  font-weight: 400;
  font-size: 16px;
  color: #a41e35;
  line-height: 1.3;
}
#news-story .row1 .content .text li {
  line-height: 1;
}
#news-story .row1 .content .links {
  display: table;
  width: 100%;
}
#news-story .row1 .content .links .at-icon-wrapper {
  display: none;
}
#news-story .row1 .content .links span {
  display: table-cell;
}
@media only screen and (max-width: 320px) {
  #news-story .row1 .content .links span {
    display: block;
  }
}
#news-story .row1 .content .links span a {
  font-family: 'Catamaran';
  font-weight: 400;
  font-size: 14px;
  color: #262626;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 40em) {
  #news-story .row1 .content .links span a {
    font-size: 10px;
  }
}
#news-story .row1 .content .links span .fa-print::before {
  content: url('/images/print-icon.png');
}
@media only screen and (max-width: 40em) {
  #news-story .row1 .content .links span .fa-print::before {
    content: '\f02f';
  }
}
#news-story .row1 .content .links span i {
  font-size: 26px;
  color: #949496;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 40em) {
  #news-story .row1 .content .links span i {
    font-size: 16px;
  }
}
#news-story .row1 .image img {
  border: 1px solid #949496;
  margin-bottom: 10px;
}
#news-story .row1 .image .contact {
  background-color: #dfdedf;
  margin-left: 5px;
  padding: 25px 10px;
}
#news-story .row1 .image .contact a {
  font-size: 20px;
  color: #a41e35;
  font-weight: 700;
  margin-top: 5px;
}
@media only screen and (max-width: 40em) {
  #news-story .row1 .image .contact a {
    font-size: 16px;
  }
}
#news-story .row1 .image .contact .heading-text {
  font-family: 'Catamaran';
  font-weight: 700;
  font-size: 26px;
  color: #a41e35;
  margin: 0;
  vertical-align: middle;
}
@media only screen and (max-width: 40em) {
  #news-story .row1 .image .contact .heading-text {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
#news-story .row1 .image .contact span {
  font-family: 'Catamaran';
  font-weight: 400;
  font-size: 22px;
  color: #949496;
  line-height: 1;
}
@media only screen and (max-width: 40em) {
  #news-story .row1 .image .contact span {
    font-size: 16px;
  }
}
#news-story .row2 {
  margin-bottom: 80px;
}
#news-story .row2 h3 {
  font-family: 'Catamaran';
  font-weight: 700;
  font-size: 33px;
  color: #949496;
  margin-bottom: 80px;
}
#news-story .row2 .news-item {
  margin-bottom: 10px;
}
@media only screen and (max-width: 40em) {
  #news-story .row2 .news-item .image {
    text-align: center;
  }
}
#news-story .row2 .news-item hr {
  margin-top: 30px;
}
#news-story .row2 .news-item h3 {
  font-family: 'Catamaran';
  font-weight: 700;
  font-size: 16px;
  color: #a41e35;
  line-height: 1.2;
  margin-bottom: 29px;
}
@media only screen and (max-width: 40em) {
  #news-story .row2 .news-item h3 {
    margin-top: 30px;
    text-align: center;
  }
}
#news-story .row2 .news-item p {
  font-family: 'Catamaran';
  font-weight: 400;
  font-size: 16px;
  color: #262626;
  line-height: 1.2;
  margin-bottom: 45px;
}
@media only screen and (max-width: 40em) {
  #news-story .row2 .news-item p {
    text-align: center;
  }
}
@media only screen and (max-width: 40em) {
  #news-story .row2 .news-item .read-button {
    text-align: center;
  }
}
#news-story .row2 .news-item .read-button a {
  transition: 700ms ease-in-out;
  font-family: 'Catamaran';
  font-weight: 700;
  color: #fff;
  font-size: 16px;
  padding: 15px 25px;
  background-color: #949496;
}
#news-story .row2 .news-item .read-button a:hover {
  background-color: #a41e35;
}
#news-story .row3 {
  margin-bottom: 120px;
}
#news-story .row3 .home-button a {
  background-color: #a41e35;
  -moz-transition: 400ms ease-in-out;
  -o-transition: 400ms ease-in-out;
  -webkit-transition: 400ms ease-in-out;
  transition: 400ms ease-in-out;
  padding: 15px 15px;
  font-family: 'Catamaran';
  font-weight: 700;
  font-size: 16px;
  color: #fff;
}
@media only screen and (max-width: 40em) {
  #news-story .row3 .home-button a {
    font-size: 8px;
    padding: 10px 10px;
  }
}
#news-story .row3 .home-button a:hover {
  border: none !important;
}
#gallery {
  margin-bottom: 100px;
}
#gallery .row1 .image {
  position: relative;
  margin-bottom: 20px;
}
#gallery .row1 .image a {
  position: absolute;
  -moz-transform: translateY(-55%);
  -ms-transform: translateY(-55%);
  -o-transform: translateY(-55%);
  -webkit-transform: translateY(-55%);
  transform: translateY(-55%);
  top: 55%;
  left: 45%;
  font-weight: 700;
  color: #dfdedf;
  font-size: 33px;
  transition: 2000ms ease-in-out;
}
#gallery .row1 .image a:hover {
  color: #a41e35;
  font-size: 35px;
}
#gallery .row2 {
  margin-top: 60px;
}
#gallery .row2 .home-button a {
  background-color: #a41e35;
  -moz-transition: 400ms ease-in-out;
  -o-transition: 400ms ease-in-out;
  -webkit-transition: 400ms ease-in-out;
  transition: 400ms ease-in-out;
  padding: 15px 15px;
  font-family: 'Catamaran';
  font-weight: 700;
  font-size: 16px;
  color: #fff;
}
@media only screen and (max-width: 40em) {
  #gallery .row2 .home-button a {
    font-size: 8px;
    padding: 10px 10px;
  }
}
#gallery .row2 .home-button a:hover {
  border: none !important;
}
#contact-us {
  margin-bottom: 100px;
}
#contact-us h3 {
  font-family: 'Catamaran';
  font-weight: 700;
  font-size: 20px;
  color: #a41e35;
}
@media only screen and (max-width: 64.063em) {
  #contact-us h3 {
    text-align: center;
  }
}
#contact-us p {
  font-family: 'Catamaran';
  font-weight: 400;
  font-size: 20px;
  color: #262626;
  max-width: 500px;
}
@media only screen and (max-width: 64.063em) {
  #contact-us p {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
#contact-us .map {
  width: 100%;
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
}
@media only screen and (max-width: 64.063em) {
  #contact-us .map {
    margin-top: 50px;
  }
}
#contact-us .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
#login-shared {
  margin-top: -40px;
  margin-bottom: 80px;
}
#login-shared h3 {
  font-family: 'Catamaran';
  font-weight: 700;
  color: #fff;
  font-size: 26px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 40em) {
  #login-shared h3 {
    font-size: 21px;
  }
}
#login-shared .row1 .heading-text p {
  margin-left: auto;
  margin-right: auto;
  font-family: 'Catamaran';
  font-weight: 400;
  font-size: 16px;
  color: #262626;
  line-height: 1;
  max-width: 1090px;
}
#login-shared .row2 {
  margin-top: 35px;
  padding: 30px 40px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4b0002+0,a41e35+52,4b0002+100 */
  background: #4b0002;
  /* Old browsers */
  background: -moz-linear-gradient(left, #4b0002 0%, #a41e35 52%, #4b0002 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #4b0002 0%, #a41e35 52%, #4b0002 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #4b0002 0%, #a41e35 52%, #4b0002 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4b0002', endColorstr='#4b0002', GradientType=1);
  /* IE6-9 */
}
#login-shared .row2 p {
  font-family: 'Catamaran';
  color: #fff !important;
}
#login-shared .row2 h1 {
  font-family: 'Catamaran';
  font-weight: 700;
  font-size: 33px;
  color: #fff;
  margin-bottom: 30px;
}
#login-shared .row2 .form .not-successfull p {
  font-family: 'Catamaran';
  font-weight: 700;
  color: #fff !important;
  font-size: 16px;
}
#login-shared .row2 .form .TextBoxError {
  border: 3px solid red;
}
#login-shared .row2 .form span {
  font-family: 'Catamaran';
  font-weight: 400;
  color: #fff;
}
#login-shared .row2 .form .forgotten a {
  color: #fff;
}
@media only screen and (max-width: 40em) {
  #login-shared .row2 .form .forgotten a {
    display: block;
  }
}
#login-shared .row2 .form .forgotten a span {
  font-family: 'Catamaran';
  font-weight: 400;
  color: #fff;
  font-size: 14px;
  margin-left: 3px;
}
#login-shared .row2 .form .login-button a {
  font-family: 'Catamaran';
  font-weight: 700;
  color: #fff;
  font-size: 16px;
  padding: 15px 25px;
  background-color: #949496;
}
#login-shared .row2 .form .space {
  clear: both;
  height: 20px;
}
#login-shared .row2 .form .textbox {
  margin-bottom: 20px;
}
#login-shared .row2 .form ::-webkit-input-placeholder {
  font-family: 'Catamaran';
  font-weight: 400;
  font-size: 16px;
  color: #262626;
  text-align: center;
}
#login-shared .row2 .form ::-moz-placeholder {
  /* Firefox 19+ */
  font-family: 'Catamaran';
  font-weight: 400;
  font-size: 16px;
  color: #262626;
  text-align: center;
}
#login-shared .row2 .form :-ms-input-placeholder {
  font-family: 'Catamaran';
  font-weight: 400;
  font-size: 16px;
  color: #262626;
  text-align: center;
}
#member-area {
  margin-bottom: 100px;
}
#member-area .row1 .downloads-container {
  /*display:table;
            width:100%;*/
}
#member-area .row1 .download-item {
  /*display:table-cell;
            width:10%;*/
  margin-bottom: 60px;
}
#member-area .row1 .fa-download::before {
  content: url(/images/download.png);
}
#member-area .row1 p {
  font-family: 'Catamaran';
  font-weight: 700;
  font-size: 22px;
  color: #a41e35;
  line-height: 1;
  padding-top: 15px;
  padding-bottom: 10px;
}
#member-area .row1 .right-arrow {
  transition: ease-in-out 500ms;
  background-color: #a41e35;
  font-weight: 700;
  font-size: 33px;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
#member-area .row1 .right-arrow::before {
  position: relative;
  transform: translateY(-23%);
  top: 23%;
  left: 1px;
}
#member-area .row1 .right-arrow:hover {
  background-color: #949496;
  color: #a41e35;
}
#member-area .row2 {
  margin-top: 20px;
}
#member-area .row2 .link-item {
  margin-bottom: 35px;
  padding: 30px 10px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4b0002+0,a41e35+52,4b0002+100 */
  background: #4b0002;
  /* Old browsers */
  background: -moz-linear-gradient(left, #4b0002 0%, #a41e35 52%, #4b0002 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #4b0002 0%, #a41e35 52%, #4b0002 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #4b0002 0%, #a41e35 52%, #4b0002 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4b0002', endColorstr='#4b0002', GradientType=1);
  /* IE6-9 */
}
#member-area .row2 .link-item p {
  font-family: 'Catamaran';
  font-weight: 700;
  font-size: 22px;
  color: #fff;
  line-height: 1.2;
}
#member-area .row2 .link-item .right-arrow {
  transition: ease-in-out 500ms;
  background-color: #fff;
  font-weight: 700;
  font-size: 33px;
  color: #a41e35;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
#member-area .row2 .link-item .right-arrow::before {
  position: relative;
  transform: translateY(-23%);
  top: 23%;
  left: 40%;
}
#member-area .row2 .link-item .right-arrow:hover {
  background-color: #949496;
}
#member-tier {
  margin-bottom: 100px;
}
#member-tier .row1 {
  margin-top: -40px;
  margin-bottom: 100px;
}
#member-tier .row1 .category-text p {
  font-family: 'Catamaran';
  font-weight: 400;
  font-size: 19px;
  color: #a41e35;
  line-height: 3;
  margin-bottom: 0;
}
#member-tier .row1 .category-drop-down {
  margin-bottom: 20px;
  max-width: 500px;
}
#member-tier .row1 .category-drop-down .ei-input {
  padding-left: 10px;
  line-height: 50px;
  font-family: 'Catamaran';
  font-weight: 400;
  font-size: 16px;
  color: #262626;
  border: 1px solid #b2b2b2;
}
#member-tier .row1 .category-drop-down .ei-name {
  margin-right: 12px;
}
#member-tier .row1 .category-drop-down .ei-name::before {
  content: url(/images/drop-icon2.png ) !important;
}
#member-tier .row1 .search-box {
  margin-bottom: 20px;
}
#member-tier .row1 .search-box .textbox {
  font-family: 'Catamaran';
  font-size: 16px;
  font-weight: 400;
  color: #262626;
  border: 1px solid #b2b2b2;
  background-image: url('/images/search-icon2.png');
  background-repeat: no-repeat;
  background-position: right 30px center;
  padding-left: 20px;
}
#member-tier .row1 .search-box ::-webkit-input-placeholder {
  font-family: 'Catamaran';
  font-size: 16px;
  font-weight: 400;
  color: #262626;
}
#member-tier .row1 .search-box :-moz-placeholder {
  /* Firefox 18- */
  font-family: 'Catamaran';
  font-size: 16px;
  font-weight: 400;
  color: #262626;
}
#member-tier .row1 .search-box :-ms-input-placeholder {
  font-family: 'Catamaran';
  font-size: 16px;
  font-weight: 400;
  color: #262626;
}
#member-tier .row1 .search-drop-down {
  margin-bottom: 20px;
  /*max-width:500px;*/
}
#member-tier .row1 .search-drop-down .ei-input {
  padding-left: 10px;
  line-height: 50px;
  font-family: 'Catamaran';
  font-weight: 400;
  font-size: 16px;
  color: #262626;
  border: 1px solid #b2b2b2;
}
#member-tier .row1 .search-drop-down .ei-name {
  margin-right: 12px;
}
#member-tier .row1 .search-drop-down .ei-name::before {
  content: url(/images/search-icon2.png ) !important;
}
#member-tier .row2 .download-item {
  margin-bottom: 60px;
}
#member-tier .row2 .fa-download::before {
  content: url(/images/download.png);
}
#member-tier .row2 p {
  font-family: 'Catamaran';
  font-weight: 700;
  font-size: 16px;
  color: #a41e35;
  line-height: 1;
  padding-top: 35px;
  padding-bottom: 35px;
}
#member-tier .row2 .download-button a {
  transition: 700ms ease-in-out;
  font-family: 'Catamaran';
  font-weight: 700;
  color: #fff;
  font-size: 16px;
  padding: 15px 25px;
  background-color: #949496;
}
#member-tier .row2 .download-button a:hover {
  background-color: #a41e35;
}
#booking {
  margin-top: 100px;
  padding: 0;
  /*margin-top:-280px;*/
  /*margin-bottom:100px;*/
}
@media only screen and (max-width: 1025px) {
  #booking .space {
    margin-bottom: 20px;
    clear: both;
  }
}
#booking .booking-row1 {
  padding: 30px;
  padding-bottom: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4b0002+0,a41e35+52,4b0002+100 */
  background: #4b0002;
  /* Old browsers */
  background: -moz-linear-gradient(left, #4b0002 0%, #a41e35 52%, #4b0002 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #4b0002 0%, #a41e35 52%, #4b0002 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #4b0002 0%, #a41e35 52%, #4b0002 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4b0002', endColorstr='#4b0002', GradientType=1);
  /* IE6-9 */
}
#booking .booking-row1 h3 {
  font-family: 'Catamaran';
  font-weight: 700;
  color: #fff;
  font-size: 26px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 40em) {
  #booking .booking-row1 h3 {
    font-size: 21px;
  }
}
#booking .booking-row1 .drop-down {
  margin-bottom: 20px;
  /*@media only screen and (max-width: 64.063em) { margin-bottom:0px;}*/
}
#booking .booking-row1 .drop-down .ei-input {
  padding-left: 10px;
  line-height: 50px;
  font-family: 'Catamaran';
  font-weight: 400;
  font-size: 16px;
  color: #262626;
  border: 1px solid #b2b2b2;
}
@media only screen and (max-width: 40em) {
  #booking .booking-row1 .drop-down .ei-input {
    font-size: 12px;
  }
}
#booking .booking-row1 .drop-down .ei-name {
  margin-right: 12px;
}
#booking .booking-row1 .drop-down .ei-name::before {
  content: url(/images/drop-icon2.png ) !important;
  width: 5px;
  margin-right: 15px;
}
#booking .booking-row1 .textbox {
  margin-bottom: 20px;
  display: inline;
}
#booking .booking-row1 .TextBoxError {
  border: 1px solid red;
  background-color: #FFDBDB;
}
#booking .booking-row1 .small-text-box {
  float: right;
}
#booking .booking-row1 ::-webkit-input-placeholder {
  font-family: 'Catamaran';
  font-weight: 400;
  font-size: 16px;
  color: #262626;
  padding-left: 10px;
}
@media only screen and (max-width: 40em) {
  #booking .booking-row1 ::-webkit-input-placeholder {
    font-size: 12px;
  }
}
#booking .booking-row1 ::-moz-placeholder {
  /* Firefox 19+ */
  font-family: 'Catamaran';
  font-weight: 400;
  font-size: 16px;
  color: #262626;
  padding-left: 10px;
}
@media only screen and (max-width: 40em) {
  #booking .booking-row1 ::-moz-placeholder {
    font-size: 12px;
  }
}
#booking .booking-row1 :-ms-input-placeholder {
  font-family: 'Catamaran';
  font-weight: 400;
  font-size: 16px;
  color: #262626;
  padding-left: 10px;
}
@media only screen and (max-width: 40em) {
  #booking .booking-row1 :-ms-input-placeholder {
    font-size: 12px;
  }
}
#booking .booking-row1 .accomodation {
  margin-bottom: 5px;
  display: table;
  width: 50%;
}
@media only screen and (max-width: 64.063em) {
  #booking .booking-row1 .accomodation {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 64.063em) {
  #booking .booking-row1 .accomodation {
    width: 100%;
  }
}
#booking .booking-row1 .accomodation .required {
  width: 8%;
  display: table-cell;
  font-family: 'Catamaran';
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  padding-right: 20px;
  line-height: 1;
}
@media only screen and (max-width: 40em) {
  #booking .booking-row1 .accomodation .required {
    font-size: 12px;
    padding-bottom: 40px;
  }
}
#booking .booking-row1 .accomodation .ei-c {
  display: table-cell;
  width: 15%;
  padding-right: 0px;
  position: relative;
  top: 18px;
}
@media only screen and (max-width: 40em) {
  #booking .booking-row1 .accomodation .ei-c {
    padding-left: 40px;
  }
}
#booking .booking-row1 .accomodation .ei-c .ei-container > label {
  float: left;
  font-family: 'Catamaran';
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  position: relative;
  top: -5px;
  margin-right: 10px;
}
@media only screen and (max-width: 40em) {
  #booking .booking-row1 .accomodation .ei-c .ei-container > label {
    font-size: 12px;
    top: -6px;
  }
}
@media only screen and (max-width: 40em) {
  #booking .booking-row1 .accomodation .ei-c .ei-checkbox {
    font-size: 12px;
    top: -5px;
  }
}
#booking .booking-row1 .accomodation .spec-dates {
  display: table-cell;
  font-family: 'Catamaran';
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  max-width: 200px;
  line-height: 1.3;
  position: relative;
  top: 5px;
}
@media only screen and (max-width: 40em) {
  #booking .booking-row1 .accomodation .spec-dates {
    font-size: 12px;
  }
}
#booking .booking-row1 .accomodation .fa-calendar {
  font-size: 31px;
  color: #fff;
  float: right;
  position: relative;
  top: -55px;
}
#booking .booking-row1 .accomodation .ei-container {
  /*width:40%;*/
  float: right;
}
#booking .booking-row1 .accomodation .ei-container .ei-date-icon::before {
  content: url('/images/cal.png');
}
@media only screen and (max-width: 40em) {
  #booking .booking-row1 .accomodation .ei-container .ei-date-icon::before {
    width: 20px;
  }
}
#booking .booking-row1 .meals-required {
  /*display:table;
                width:100%;*/
}
#booking .booking-row1 .meals-required select {
  /*float:left;*/
}
#booking .booking-row1 .meals-required .ei-date {
  /*width:40%;*/
  float: right;
}
#booking .booking-row1 .meals-required .ei-date .ei-date-icon::before {
  content: url('/images/cal.png');
}
@media only screen and (max-width: 40em) {
  #booking .booking-row1 .meals-required .ei-date .ei-date-icon::before {
    width: 20px;
  }
}
#booking .booking-row1 .dietry {
  /*margin-bottom:30px;*/
  display: table;
  width: 50%;
}
@media only screen and (max-width: 64.063em) {
  #booking .booking-row1 .dietry {
    width: 100%;
    margin-bottom: 30px;
  }
}
#booking .booking-row1 .dietry .required {
  width: 2.5%;
  display: table-cell;
  font-family: 'Catamaran';
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  padding-right: 20px;
  line-height: 1;
  max-width: 200px;
  padding: 0 !important;
  margin: 0 !important;
}
@media only screen and (max-width: 40em) {
  #booking .booking-row1 .dietry .required {
    font-size: 12px;
  }
}
#booking .booking-row1 .dietry .ei-c {
  /*padding-right:50px;*/
  width: 3%;
  display: table-cell;
  position: relative;
  top: 15px;
}
@media only screen and (max-width: 64.063em) {
  #booking .booking-row1 .dietry .ei-c {
    top: 0;
  }
}
@media only screen and (max-width: 40em) {
  #booking .booking-row1 .dietry .ei-c {
    padding-left: 30px;
    top: 40px;
  }
}
#booking .booking-row1 .dietry .ei-c .ei-container > label {
  float: left;
  font-family: 'Catamaran';
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  position: relative;
  top: -3px;
  margin-right: 10px;
}
@media only screen and (max-width: 40em) {
  #booking .booking-row1 .dietry .ei-c .ei-container > label {
    font-size: 12px;
    margin-bottom: 60px;
  }
}
#booking .booking-row1 .dietry .small-text-box {
  width: 100%;
}
#booking .booking-row1 .spouse {
  margin-top: -20px;
  /*margin-bottom:30px;*/
  display: table;
  width: 100%;
}
#booking .booking-row1 .spouse .required {
  width: 15%;
  display: table-cell;
  font-family: 'Catamaran';
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  padding-right: 20px;
  line-height: 1;
  padding: 0 !important;
}
@media only screen and (max-width: 40em) {
  #booking .booking-row1 .spouse .required {
    font-size: 12px;
  }
}
#booking .booking-row1 .spouse .check-text {
  display: table-cell;
  width: 5%;
  font-family: 'Catamaran';
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  /*position:relative;
                    
                    top:10px;*/
  padding: 0;
}
#booking .booking-row1 .spouse .ei-c {
  /*display:table-cell;*/
  width: 5%;
  position: relative;
  top: 3px;
}
@media only screen and (max-width: 40em) {
  #booking .booking-row1 .spouse .ei-c {
    padding-left: 60px;
    top: 8px;
  }
}
#booking .booking-row1 .spouse .ei-c .ei-container > label {
  float: left;
  font-family: 'Catamaran';
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  position: relative;
  top: -4px;
  margin-right: 10px;
}
@media only screen and (max-width: 40em) {
  #booking .booking-row1 .spouse .ei-c .ei-container > label {
    font-size: 12px;
  }
}
#booking .booking-row2 {
  /*margin-top:-70px;*/
  background-color: #4b0002;
  padding: 30px;
}
#booking .booking-row2 .drop-down {
  /*margin-bottom:20px;*/
}
@media only screen and (max-width: 40em) {
  #booking .booking-row2 .drop-down {
    margin-bottom: 20px;
  }
}
#booking .booking-row2 .drop-down .ei-input {
  padding-left: 10px;
  line-height: 50px;
  font-family: 'Catamaran';
  font-weight: 400;
  font-size: 16px;
  color: #262626;
  border: 1px solid #b2b2b2;
}
@media only screen and (max-width: 40em) {
  #booking .booking-row2 .drop-down .ei-input {
    font-size: 12px;
  }
}
#booking .booking-row2 .drop-down .ei-name {
  margin-right: 12px;
}
#booking .booking-row2 .drop-down .ei-name::before {
  content: url(/images/drop-icon2.png ) !important;
}
#booking .booking-row2 .textbox {
  margin-bottom: 20px;
  display: inline;
}
#booking .booking-row2 .small-text-box {
  float: right;
}
#booking .booking-row2 ::-webkit-input-placeholder {
  font-family: 'Catamaran';
  font-weight: 400;
  font-size: 16px;
  color: #262626;
  padding-left: 10px;
}
@media only screen and (max-width: 40em) {
  #booking .booking-row2 ::-webkit-input-placeholder {
    font-size: 12px;
  }
}
#booking .booking-row2 ::-moz-placeholder {
  /* Firefox 19+ */
  font-family: 'Catamaran';
  font-weight: 400;
  font-size: 16px;
  color: #262626;
  padding-left: 10px;
}
@media only screen and (max-width: 40em) {
  #booking .booking-row2 ::-moz-placeholder {
    font-size: 12px;
  }
}
#booking .booking-row2 :-ms-input-placeholder {
  font-family: 'Catamaran';
  font-weight: 400;
  font-size: 16px;
  color: #262626;
  padding-left: 10px;
}
@media only screen and (max-width: 40em) {
  #booking .booking-row2 :-ms-input-placeholder {
    font-size: 12px;
  }
}
#booking .booking-row2 .accomodation {
  margin-bottom: 5px;
  display: table;
  width: 50%;
}
@media only screen and (max-width: 64.063em) {
  #booking .booking-row2 .accomodation {
    width: 100%;
  }
}
#booking .booking-row2 .accomodation .required {
  width: 20%;
  display: table-cell;
  font-family: 'Catamaran';
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  padding-right: 20px;
  line-height: 1;
}
@media only screen and (max-width: 40em) {
  #booking .booking-row2 .accomodation .required {
    font-size: 12px;
    padding-bottom: 10px;
  }
}
#booking .booking-row2 .accomodation .check-text {
  display: table-cell;
  width: 7%;
  font-family: 'Catamaran';
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  position: relative;
  top: 10px;
}
@media only screen and (max-width: 40em) {
  #booking .booking-row2 .accomodation .check-text {
    font-size: 12px;
  }
}
#booking .booking-row2 .accomodation .ei-c {
  display: table-cell;
  width: 10%;
  padding-right: 50px;
  position: relative;
  top: 18px;
}
@media only screen and (max-width: 40em) {
  #booking .booking-row2 .accomodation .ei-c {
    padding-right: 0px;
  }
}
#booking .booking-row2 .accomodation .ei-c .ei-container > label {
  float: left;
  font-family: 'Catamaran';
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  position: relative;
  top: -5px;
  margin-right: 10px;
}
@media only screen and (max-width: 40em) {
  #booking .booking-row2 .accomodation .ei-c .ei-container > label {
    font-size: 12px;
  }
}
#booking .booking-row2 .accomodation .spec-dates {
  display: table-cell;
  font-family: 'Catamaran';
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  max-width: 200px;
  line-height: 1.3;
  position: relative;
  top: 5px;
}
@media only screen and (max-width: 64.063em) {
  #booking .booking-row2 .accomodation .spec-dates {
    max-width: 400px;
  }
}
@media only screen and (max-width: 40em) {
  #booking .booking-row2 .accomodation .spec-dates {
    font-size: 12px;
  }
}
#booking .booking-row2 .accomodation .fa-calendar {
  font-size: 31px;
  color: #fff;
  float: right;
  position: relative;
  top: -55px;
}
#booking .booking-row2 .accomodation .ei-container {
  /*width:40%;*/
  float: right;
}
#booking .booking-row2 .accomodation .ei-container .ei-date-icon::before {
  content: url('/images/cal.png');
}
@media only screen and (max-width: 40em) {
  #booking .booking-row2 .accomodation .ei-container .ei-date-icon::before {
    width: 20px;
  }
}
#booking .booking-row2 .meals-required {
  /*display:table;
                width:100%;*/
}
#booking .booking-row2 .meals-required select {
  /*float:left;*/
}
#booking .booking-row2 .meals-required .ei-date {
  /*width:40%;*/
  float: right;
}
#booking .booking-row2 .meals-required .ei-date .ei-date-icon::before {
  content: url('/images/cal.png');
}
@media only screen and (max-width: 40em) {
  #booking .booking-row2 .meals-required .ei-date .ei-date-icon::before {
    width: 20px;
  }
}
#booking .booking-row2 .dietry {
  /*margin-bottom:30px;*/
  display: table;
  width: 50%;
}
@media only screen and (max-width: 64.063em) {
  #booking .booking-row2 .dietry {
    width: 100%;
    margin-bottom: 30px;
  }
}
#booking .booking-row2 .dietry .required {
  width: 2.5%;
  display: table-cell;
  font-family: 'Catamaran';
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  padding-right: 20px;
  line-height: 1;
  max-width: 200px;
  padding: 0 !important;
  margin: 0 !important;
}
@media only screen and (max-width: 40em) {
  #booking .booking-row2 .dietry .required {
    font-size: 12px;
  }
}
#booking .booking-row2 .dietry .ei-c {
  /*padding-right:50px;*/
  width: 3%;
  display: table-cell;
  position: relative;
  top: 15px;
}
@media only screen and (max-width: 64.063em) {
  #booking .booking-row2 .dietry .ei-c {
    top: 0;
  }
}
#booking .booking-row2 .dietry .ei-c .ei-container > label {
  float: left;
  font-family: 'Catamaran';
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  position: relative;
  top: -3px;
  margin-right: 10px;
}
@media only screen and (max-width: 40em) {
  #booking .booking-row2 .dietry .ei-c .ei-container > label {
    font-size: 12px;
  }
}
#booking .booking-row2 .dietry .small-text-box {
  width: 100%;
}
#booking .row3 {
  /*margin-top:-120px;*/
  padding: 30px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4b0002+0,a41e35+52,4b0002+100 */
  background: #4b0002;
  /* Old browsers */
  background: -moz-linear-gradient(left, #4b0002 0%, #a41e35 52%, #4b0002 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #4b0002 0%, #a41e35 52%, #4b0002 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #4b0002 0%, #a41e35 52%, #4b0002 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4b0002', endColorstr='#4b0002', GradientType=1);
  /* IE6-9 */
}
#booking .row3 h3 {
  font-family: 'Catamaran';
  font-weight: 700;
  color: #fff;
  font-size: 16px;
  margin-bottom: 50px;
}
#booking .row3 .submit-button {
  margin-bottom: 20px;
}
#booking .row3 .submit-button a {
  background-color: #fff;
  -moz-transition: 400ms ease-in-out;
  -o-transition: 400ms ease-in-out;
  -webkit-transition: 400ms ease-in-out;
  transition: 400ms ease-in-out;
  padding: 15px 15px;
  font-family: 'Catamaran';
  font-weight: 700;
  font-size: 16px;
  color: #a41e35;
}
#booking .row3 .submit-button a:hover {
  border: 4px solid #4b0002;
}
#booking .row4 {
  margin-top: 50px;
  margin-bottom: 50px;
}
#booking .row4 .slider-heading p {
  font-family: 'Catamaran';
  font-weight: 700;
  font-size: 26px;
  color: #949496;
  margin-top: 20px;
}
#booking .row4 .slider-text p {
  font-family: 'Catamaran';
  font-weight: 400;
  font-size: 16px;
  color: #262626;
}
#booking .row4 .slider-container {
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
}
#booking .row4 .slider-container .slick-slide {
  outline: none;
}
#booking .row4 .slider-container .left-arrow {
  transition: background-color ease-in-out 500ms;
  background-color: #949496;
  position: absolute;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 45%;
  left: 0;
  font-family: 'Catamaran';
  font-weight: 700;
  font-size: 31px;
  color: #fff;
  padding: 5px 20px 1px;
  border-radius: 50%;
}
#booking .row4 .slider-container .left-arrow:hover {
  background-color: #a41e35;
}
#booking .row4 .slider-container .right-arrow {
  transition: background-color ease-in-out 500ms;
  background-color: #949496;
  position: absolute;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 45%;
  right: 0;
  font-family: 'Catamaran';
  font-weight: 700;
  font-size: 31px;
  color: #fff;
  padding: 5px 20px 1px;
  border-radius: 50%;
}
#booking .row4 .slider-container .right-arrow:hover {
  background-color: #a41e35;
}
#search-page a {
  font-weight: 400;
  color: #a41e35;
  font-size: 21px;
}
#search-page #pager {
  float: right;
}
#search-page #pager .paging-prev {
  margin-right: 20px;
}
#search-page #pager .paging-link {
  margin-right: 20px;
}
#search-page #pager .paging-current {
  font-weight: 700;
}
#search-page .heading-text {
  font-family: 'Catamaran';
  font-size: 21px;
  font-weight: 400;
  color: #a41e35;
}
#search-page .link {
  font-family: 'Catamaran';
  font-size: 14px;
  font-weight: 400;
  color: #a41e35;
}
#search-page p {
  font-family: 'Catamaran';
  font-size: 18px;
  font-weight: 400;
  color: #231f20;
}
#search-page .not-found {
  font-family: 'Catamaran';
  font-size: 21px;
  font-weight: 700;
  color: #a41e35;
}
.school-contact_text {
  font-family: 'Catamaran';
  font-size: 15px;
  font-weight: 700;
  color: white;
}
@media only screen and (max-width: 40em) {
  .school-contact_text {
    padding: 0 15px;
  }
}
.school-contact_heading {
  padding: 0 15px;
  font-family: 'Catamaran';
  font-size: 22px;
  font-weight: 700;
  color: white;
  margin-top: 50px;
}
.school-contact_subheading {
  font-family: 'Catamaran';
  font-size: 14px;
  font-weight: 700;
  color: white;
  text-align: left;
}
.teachers-section {
  margin-top: 30px;
}
.junior-textbox {
  display: flex;
}
.school-contact_footer {
  margin: 20px 0 50px 0;
}
.column-nested {
  padding: 0;
}
.row-nested {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.school-contact_heading-mobile {
  padding: 0 25px;
  font-family: 'Catamaran';
  font-size: 22px;
  font-weight: 700;
  color: black;
  margin-top: 50px;
}
@media only screen and (max-width: 40em) {
  .accord_mobile {
    display: none;
  }
}
.video-form .column.small-12.large-6 {
  margin-bottom: 23px;
}
.video-form input[type="text"] {
  width: 100%;
  padding: 12px 26px;
  border-radius: 0;
  height: auto;
  box-shadow: none;
  border: 1px solid #949497;
  margin-bottom: 12px;
}
.video-form input[type="text"] ::placeholder,
.video-form input[type="text"] ::-webkit-input-placeholder,
.video-form input[type="text"] :-moz-placeholder,
.video-form input[type="text"] ::-moz-placeholder,
.video-form input[type="text"] :-ms-input-placeholder {
  color: #000;
  opacity: 1;
}
.video-form input[type="checkbox"] {
  margin-bottom: 0;
}
.video-form span {
  display: flex;
  justify-content: left;
  align-items: center;
  width: 100%;
}
.video-form span ul {
  margin-left: 13px;
  margin-bottom: 0;
}
.video-form span ul li {
  display: inline-block;
  list-style: none;
  margin-right: 13px;
}
.video-form span ul li label,
.video-form span ul li input {
  display: inline-block;
}
.video-form span.terms {
  margin-bottom: 15px;
}
.video-form label {
  margin-right: 7px;
  font-size: 16px;
}
.video-form label a {
  color: #a41e35;
}
.video-form input[type="submit"] {
  background-color: #a41e35;
  -moz-transition: 400ms ease-in-out;
  -o-transition: 400ms ease-in-out;
  -webkit-transition: 400ms ease-in-out;
  transition: 400ms ease-in-out;
  padding: 15px 15px;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  border: none;
  border-radius: 0;
  cursor: pointer;
}
.video-form .error-border {
  border-color: #a41e35 !important;
}