/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
ul,
ol {
  margin-top: 0;
  margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
ul,
ol {
  padding-left: 0;
  margin-left: 0;
}
li {
  list-style: none;
}
footer {
  background-color: #074830;
  font-size: 87.5%;
  line-height: 1.4285714286;
  padding: 20px 0 40px;
  clear: both;
  text-align: center;
}
footer b {
  font-weight: bold;
}
footer,
footer a {
  color: #ffffff;
}
footer a {
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}
footer .container {
  background-color: transparent;
}
footer h2 {
  color: #fff200;
  font-size: 225%;
}
.translated-rtl {
  direction: rtl;
}
body {
  font-family: "Signika Negative", Arial, sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  font-weight: 300;
}
.js-nav-open {
  overflow-y: hidden;
}
.clearfix, .container, footer .container {
  clear: both;
}
.container {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  position: relative;
}
.home-news__heading, .chaternotice h2, .subnav, .page-title, .body h2,
.body h3,
.body h4,
.body h5, header, footer h2 {
  font-family: "Corben", Georgia, serif;
  font-weight: normal;
  font-weight: 400;
}
.chaternotice, .search-bar {
  font-family: "Alegreya Sans", "Signike Negative", Arial, sans-serif;
}
body > .container {
  padding-bottom: 40px;
}
.clearfix:before, .container:before,
.clearfix:after,
.container:after {
  display: table;
  content: "";
  height: 0;
  clear: both;
}
.background {
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 480px;
  background: url(../images/bg-red.png) 50% 100% no-repeat #d03534;
  left: 0;
  top: 0;
}
.sr-only {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  width: 1px;
  position: absolute;
}
@media screen and (min-width: 569px) and (max-width: 960px) {
  .container {
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
  }
}
@media screen and (min-width: 960px) {
  .js-nav-open {
    overflow-y: auto;
  }
}
@media screen and (max-width: 568px) {
  .container {
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
  }
}
.skiplink {
  background-color: #ffffff;
  border: 3px solid #074830;
  color: #074830;
  display: block;
  max-width: 300px;
  padding: 1em;
  z-index: 15;
  position: fixed;
  left: 10px;
  top: -999px;
}
.skiplink:focus,
.skiplink:active {
  top: 0;
}
#logo {
  display: none;
  width: 300px;
  z-index: 2;
  position: fixed;
  left: -130px;
}
#logo a {
  display: block;
  width: 100%;
  height: 350px;
  background: url("../images/logo.png") 0 0 no-repeat;
  background-size: contain;
  background-position: 50% 100%;
  text-indent: -999em;
}
header {
  padding-top: 70px;
  overflow: hidden;
}
header h1 {
  color: #101010;
  font-size: 16px;
  bottom: 16px;
  left: 110px;
}
.header-block {
  align-items: center;
  background-color: #ffffff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  color: #074830;
  display: flex;
  height: 70px;
  padding: 0 20px;
  z-index: 10;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}
.header-description {
  align-items: center;
  display: flex;
  margin-left: auto;
  margin-right: -11px;
}
.header-description h2 {
  color: #074830;
  font-size: 112.5%;
  margin-bottom: 1.25em;
}
.header-description a {
  color: inherit;
  display: block;
}
.header-phone-no {
  display: none;
}
.header-phone-icon {
  display: inline-block;
  height: 22px;
  width: 22px;
  padding: 11px;
}
.header-phone-icon svg {
  display: block;
  fill: currentColor;
  height: 100%;
  width: 100%;
}
#search {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border-width: 0;
  cursor: pointer;
  display: block;
  height: 44px;
  padding: 11px;
  width: 44px;
}
#search svg {
  display: block;
  fill: #074830;
  height: 22px;
  width: 22px;
}
#search:focus {
  outline: 2px solid currentColor;
}
#search:focus:not(:focus-visible) {
  outline: none;
}
@media screen and (min-width: 360px) {
  header h1 {
    font-size: 24px;
  }
}
@media screen and (min-width: 568px) {
  header h1 {
    padding-left: 54px;
  }
  #logo {
    display: block;
    z-index: 11;
    width: 60px;
    left: 8px;
    top: 4px;
  }
  #logo a {
    height: 60px;
    width: 60px;
  }
  #search {
    margin-left: 8px;
  }
  .header-description {
    margin-right: 0;
  }
  .header-phone-no {
    display: inline-block;
  }
  .header-phone-icon {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  header {
    padding-top: 0;
  }
  header h1 {
    font-size: 250%;
    line-height: 1;
    margin-left: 100px;
    padding-left: 0;
  }
  #logo {
    width: 300px;
    z-index: 2;
    position: absolute;
    left: -130px;
  }
  #logo a {
    display: block;
    width: 100%;
    height: 350px;
    background-size: contain;
    background-position: 50% 100%;
    text-indent: -999em;
  }
  .header-block {
    align-items: flex-end;
    box-shadow: none;
    min-height: 90px;
    padding-bottom: 20px;
    z-index: 0;
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    top: auto;
  }
  .header-phone-no {
    font-size: 150%;
  }
}
#navigation {
  display: block !important;
  background-color: #074830;
  font-size: 20px;
  margin: 0;
  padding: 30px 0;
  overflow-y: auto;
  transition: all 0.3s ease-out, visibility 0s 0.3s;
  visibility: hidden;
  width: 100%;
  z-index: 10;
  position: fixed;
  bottom: 0;
  left: auto;
  right: -101%;
  top: 70px;
}
#navigation li {
  padding: 8px 20px;
}
#navigation a {
  color: #fff200;
  text-decoration: none;
  transition: color 0.2s;
}
#navigation a:hover {
  color: #ffffff;
}
#navigation li.current_page_item > a,
#navigation li.current_page_parent > a,
#navigation li.current_page_ancestor > a {
  color: #ffffff;
}
.js-nav-open #navigation {
  transition: all 0.3s ease-out, visibility 0s 0s;
  visibility: visible;
  right: 0;
}
#menu {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border-width: 0;
  color: #074830;
  cursor: pointer;
  display: block;
  height: 44px;
  padding: 0;
  width: 44px;
  position: relative;
}
#menu:focus {
  outline: 1px solid currentColor;
}
#menu:focus:not(:focus-visible) {
  outline-width: 0;
}
#menu:focus-visible {
  outline: 1px solid currentColor;
}
#menu:before, #menu:after,
#menu span {
  background-color: currentColor;
  content: "";
  display: block;
  height: 2px;
  transition: all 0.3s;
  width: 22px;
  position: absolute;
  left: 11px;
  right: 11px;
}
#menu:before {
  top: 12px;
}
#menu:after {
  bottom: 12px;
}
#menu span {
  top: calc(50% - 1px);
}
.js-nav-open #menu span {
  opacity: 0;
}
.js-nav-open #menu:before {
  transform: rotate(45deg);
  top: calc(50% - 1px);
}
.js-nav-open #menu:after {
  transform: rotate(-45deg);
  bottom: calc(50% - 1px);
}
@media screen and (min-width: 568px) {
  #navigation {
    width: 320px;
    left: auto;
    right: -321px;
  }
  .js-nav-open header::after {
    background-color: rgba(7, 72, 48, 0.6);
    content: "";
    display: block;
    opacity: 1;
    z-index: 1;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 70px;
  }
}
@media screen and (min-width: 960px) {
  #menu {
    display: none;
  }
  #navigation {
    font-size: 87.5%;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 0;
    transition: none;
    visibility: visible;
    width: 95.8333333333%;
    position: static;
  }
  #navigation li {
    position: relative;
    overflow: visible;
    padding: 7px 16px 10px;
    float: left;
  }
  #navigation li:after {
    position: absolute;
    content: "|";
    right: 0;
    color: #fff200;
  }
  #navigation li:last-child:after {
    content: "";
    display: none;
  }
  #navigation ul {
    margin-left: 150px;
  }
  .js-nav-open header::after {
    display: none;
  }
}
@media screen and (max-width: 568px) {
  #navigation {
    width: 100%;
  }
  #navigation li {
    float: none;
  }
  #navigation li:after {
    content: "";
    display: none;
  }
  #navigation ul {
    margin-left: 0;
  }
  header h1 {
    float: none;
    position: static;
    left: auto;
    top: auto;
    margin-top: 0;
  }
}
.search-bar {
  background-color: rgba(7, 72, 48, 0.95);
  color: #ffffff;
  padding: 20px;
  transform: translateY(-101%);
  transition: all 0.3s, visibility 0s 0.3s;
  visibility: hidden;
  z-index: 15;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.js-search-open .search-bar {
  transform: translateY(0);
  transition: all 0.3s, visibility 0s 0s;
  visibility: visible;
}
.search-bar__wrap {
  display: flex;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.search-bar__form {
  display: flex;
  width: 100%;
  position: relative;
}
.search-bar__input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: inherit;
  background-color: transparent;
  border-color: currentColor;
  border-style: solid;
  border-width: 0 0 2px;
  border-radius: 0;
  display: block;
  width: 100%;
}
.search-bar__input::-webkit-search-decoration, .search-bar__input::-webkit-search-cancel-button {
  display: none;
}
.search-bar__input + label {
  font-size: 12px;
  pointer-events: none;
  transition: all 0.3s;
  position: absolute;
  left: 0;
  top: -2px;
}
.search-bar__input:focus {
  outline: none;
}
.search-bar__input:focus + label {
  font-size: 12px;
  position: absolute;
  left: 0;
  top: -2px;
}
.search-bar__input:-moz-placeholder-shown:not(:focus) + label {
  font-size: 18px;
  top: calc(50% - 0.7em);
}
.search-bar__input:-ms-input-placeholder:not(:focus) + label {
  font-size: 18px;
  top: calc(50% - 0.7em);
}
.search-bar__input:placeholder-shown:not(:focus) + label {
  font-size: 18px;
  top: calc(50% - 0.7em);
}
.search-bar__submit svg {
  display: block;
  height: 100%;
  fill: currentColor;
  width: 100%;
}
.search-bar__submit, .search-bar__close {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border-width: 0;
  color: inherit;
  display: block;
  height: 44px;
  padding: 11px;
  width: 44px;
}
.search-bar__submit:focus, .search-bar__close:focus {
  outline: 2px solid currentColor;
}
.search-bar__close {
  position: relative;
}
.search-bar__close::before, .search-bar__close::after {
  background-color: currentColor;
  content: "";
  display: block;
  height: 2px;
  width: 22px;
  position: absolute;
  top: calc(50% - 1px);
  left: 11px;
}
.search-bar__close::before {
  transform: rotate(45deg);
}
.search-bar__close::after {
  transform: rotate(-45deg);
}
.body {
  font-size: 100%;
  line-height: 1.25;
  color: #101010;
}
.body a {
  color: #636363;
  text-decoration: none;
}
.body a:hover {
  text-decoration: underline;
}
.body li {
  margin-left: 1.5em;
}
.body ul li,
.body ul > li {
  display: list-item;
  list-style: disc;
}
.body ol li,
.body ol > li {
  display: list-item;
  list-style: decimal;
}
.body i,
.body em {
  font-style: italic;
}
.body b,
.body strong {
  font-weight: bold;
}
.body blockquote {
  margin-left: 1.5em;
  margin-right: 1.5em;
}
.body p,
.body blockquote,
.body ol,
.body ul {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.body h1 {
  font-size: 162.5%;
  margin-top: 0.7692307692em;
  margin-bottom: 0.7692307692em;
  color: #101010;
}
.body h2 {
  font-size: 137.5%;
  margin-top: 0.9090909091em;
  margin-bottom: 0.9090909091em;
}
.body h3 {
  font-size: 118.75%;
  margin-top: 1.0526315789em;
  margin-bottom: 1.0526315789em;
}
.body h4 {
  font-size: 100%;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.body h5 {
  font-size: 100%;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.body h6 {
  font-size: 100%;
  margin-top: 1.25em;
  margin-bottom: 0;
}
.body h6 + p,
.body h6 + ul,
.body h6 + ol {
  margin-top: 0;
}
.body > p:first-child, .body > ol:first-child, .body > ul:first-child, .body > h1:first-child, .body > h2:first-child, .body > h3:first-child, .body > h4:first-child, .body > h5:first-child, .body > h6:first-child, .body > .wp-caption:first-child {
  margin-top: 0;
}
.body h2,
.body h3,
.body h4,
.body h5 {
  color: #074830;
}
.body h2 > a,
.body h3 > a,
.body h4 > a,
.body h5 > a {
  color: inherit;
}
.body img {
  max-width: 100%;
}
.body .wp-caption {
  margin-top: 20px;
  margin-bottom: 20px;
}
.body .wp-caption img {
  vertical-align: bottom;
}
.body .wp-caption .wp-caption-text {
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 75%;
}
.body table,
.body th,
.body td {
  border-collapse: collapse;
}
.body th,
.body td {
  border: 1px solid #bfbebf;
  padding: 3px;
}
.body .alignleft {
  float: left;
  margin-right: 16px;
}
.body .alignright {
  float: right;
  margin-left: 16px;
}
.body .aligncenter {
  text-align: center;
}
.body .wp-caption.alignleft,
.body .wp-caption.alignright {
  margin-top: 0;
}
.body .timely ul > li {
  text-indent: 0;
  margin-left: 0;
}
.body .timely ul > li:before {
  content: none;
  width: 0;
  display: none;
}
.maincontent {
  width: 70.2083333333%;
  float: right;
  margin-right: 2.0833333333%;
  margin-top: 10px;
}
.page-title {
  color: #101010;
  font-size: 162.5%;
  margin-top: 20px;
  border-bottom: 1px solid #074830;
  line-height: 1.25;
  padding-bottom: 8px;
}
.page-title:first-child {
  margin-top: 0;
}
.page-body-content {
  margin-top: 20px;
  margin-right: 5.9347181009%;
  min-height: 500px;
}
.archivecontainer {
  min-height: 600px;
}
article img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 568px) {
  .maincontent {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
  .page-body-content {
    margin-right: 0;
    min-height: 0;
  }
}
.sidebar {
  width: 23.9583333333%;
  float: left;
  margin-left: 2.0833333333%;
  margin-top: 210px;
}
.subnav {
  font-size: 93.75%;
  line-height: 1.3333333333;
}
.subnav li {
  border-top: 2px solid #ffffff;
}
.subnav li:first-child {
  border-top: none;
}
.subnav li.current_page_item > a, .subnav li.current_page_parent > a, .subnav li.current_page_ancestor > a {
  background-color: #fff200;
  color: #074830;
}
.subnav a {
  display: block;
  background-color: #074830;
  color: #fff200;
  padding: 0.53333em 16px;
  text-decoration: none;
  transition: background-color 0.25s;
}
.subnav a:hover {
  background-color: #fff200;
  color: #074830;
}
.subnav .children {
  display: none;
}
.subnav .children a {
  background-color: #0a6946;
  padding: 0.53333em 16px 0.53333em 28px;
}
.subnav .children a:hover {
  background-color: #fff200;
}
.subnav .current_page_item > .children,
.subnav .current_page_parent > .children,
.subnav .current_page_ancestor > .children {
  display: block;
}
@media screen and (max-width: 568px) {
  .sidebar {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
  }
}
#carousel {
  height: 284px;
  margin-left: 2.0833333333%;
  margin-right: 2.0833333333%;
  position: relative;
  margin-bottom: 20px;
}
.carousel-item {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  display: none;
}
.carousel-item:first-child {
  display: block;
}
#carouselcontrols {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 1;
}
.carousel-control {
  float: left;
  margin-right: 5px;
  border-radius: 16px;
  border-color: #fff;
  border-width: 3px;
  border-style: solid;
  width: 14px;
  height: 14px;
  background-color: #fff;
  cursor: pointer;
}
#carouselcontrols .active {
  background-color: #074830;
}
#leftrightcontrols {
  position: absolute;
  left: 0;
  top: 230px;
  width: 100%;
  background-color: #074830;
  z-index: 1;
  height: 30px;
}
#carouselleft,
#carouselright {
  width: 40px;
  height: 30px;
  background-color: #fff200;
  cursor: pointer;
}
#carouselleft {
  float: left;
}
#carouselright {
  float: right;
}
@media screen and (max-width: 568px) {
  #carousel {
    display: none;
  }
}
.gallery {
  display: table;
  width: 100%;
}
.gallery .gallery-row {
  display: table-row;
  *overflow: hidden;
}
.gallery figure {
  display: table-cell;
  *display: block;
  *float: left;
  text-align: center;
  padding: 10px 0;
}
.gallery figcaption {
  display: none;
}
.gallery .col-2 {
  width: 50%;
}
.gallery .col-3 {
  width: 33.33333%;
}
.gallery .col-4 {
  width: 25%;
}
.gallery .col-5 {
  width: 20%;
}
.gallery img {
  vertical-align: bottom;
  border: 2px solid #bfbebf;
  transition: border-color 0.25s;
}
.gallery a:hover > img {
  border-color: #868686;
}
.chaternotice {
  background-color: #074830;
  border: 10px solid #074830;
  text-align: center;
  color: #fff;
  line-height: 1.25;
  margin-left: 2.0833333333%;
  margin-right: 2.0833333333%;
}
.chaternotice > div {
  border: 1px solid #fff200;
  padding: 20px 80px;
}
.chaternotice h2 {
  color: #fff200;
  font-size: 175%;
  margin-bottom: 0.571428em;
}
.chaternotice h3 {
  font-weight: 700;
  margin-bottom: 1em;
}
.chaternotice p {
  font-size: 87.5%;
  margin-bottom: 1.14286em;
}
.chaternotice *:last-child {
  margin-bottom: 0;
}
.chaterhomemain {
  width: 70.8333333333%;
  float: left;
  margin-left: 2.0833333333%;
}
.chaterhomemain article {
  clear: both;
}
.chaterhomethumb {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.chaterhometrailer {
  margin-left: 160px;
  margin-right: 20px;
}
.chaterhomeside {
  width: 23.9583333333%;
  float: right;
  margin-right: 2.0833333333%;
}
.chaterhomeside article {
  border-bottom: 1px solid #101010;
}
.chaterhomeblock h2 {
  border-bottom: 1px solid #074830;
  color: #101010;
}
.chaterhomelink h3 {
  font-size: 87.5%;
  margin-bottom: 0;
}
.chaterhomelink h3 a {
  color: #074830;
  text-decoration: none;
}
.chaterhomelink h3 a:hover {
  text-decoration: underline;
}
.chaterhomelink p {
  margin-top: 0;
  font-size: 81.25%;
}
@media screen and (max-width: 568px) {
  .chaterhomemain,
  .chaterhomeside {
    float: none;
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .chaterhomemain article {
    overflow: hidden;
  }
  .chaternotice {
    margin-left: 0;
    margin-right: 0;
    margin-top: 16px;
  }
  .chaternotice > div {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.home-news {
  clear: both;
}
.home-news__heading {
  border-bottom: 1px solid #101010;
  margin-bottom: 0.3em;
  padding-bottom: 0.2em;
}
.home-news__items {
  list-style: none;
  padding: 0;
}
.home-news__item {
  margin-bottom: 30px;
}
.home-news__item-link {
  color: inherit;
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
.home-news__item-link:hover .home-news__item-title, .home-news__item-link:hover .home-news__more {
  text-decoration: underline;
}
.home-news__item-title {
  color: #074830;
  margin-bottom: 0.5em;
}
.home-news__item-title + P {
  margin-bottom: 1em;
}
.home-news__more {
  color: #074830;
  margin-top: auto;
}
.quick-links__items {
  list-style: none;
  padding: 0;
}
.quick-links__item {
  margin: 0;
}
.quick-links__a {
  background-color: #074830;
  color: #ffffff;
  display: block;
  font-weight: 700;
  margin: 10px 0;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s;
}
.quick-links__a:hover {
  background-color: #fff200;
  color: #074830;
}
.home-intro {
  color: #074830;
  font-size: 1.5rem;
  font-weight: 400;
  margin-top: 40px;
  margin-bottom: 50px;
}
.home-intro__col {
  margin-left: auto;
  margin-right: auto;
  max-width: 29em;
}
.home-intro p {
  margin: 1em 0;
}
.home-intro a {
  color: inherit;
  text-decoration: underline;
  transition: all 0.2s;
}
.home-intro a:hover, .home-intro a:focus {
  background-color: #fff200;
}
.home-intro__more {
  margin-top: 2em;
}
@media screen and (min-width: 568px) {
  .home-section {
    margin-left: 2.0833333333%;
    margin-right: 2.0833333333%;
  }
  .home-news__items {
    display: flex;
    margin: 0 -10px;
  }
  .home-news__item {
    display: flex;
    margin: 20px 10px;
    width: calc(50% - 20px);
  }
  .quick-links {
    margin-top: 20px;
  }
  .quick-links__items {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
  .quick-links__item {
    margin: 10px;
    width: calc(50% - 20px);
  }
  .quick-links__a {
    margin: 0;
  }
  .home-intro {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.woocommerce input[type=tel],
.woocommerce input[type=text],
.woocommerce input[type=email],
.woocommerce input[type=number],
.woocommerce textarea,
.woocommerce select {
  border: 1px solid #bfbebf;
  padding: 0;
}
.woocommerce input[type=text],
.woocommerce input[type=email],
.woocommerce input[type=tel],
.woocommerce textarea,
.woocommerce select {
  padding: 0.5em;
}
.woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes td {
  border: none;
}
.woocommerce .woocommerce-product-attributes-item__label {
  text-align: left;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color: #074830;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background-color: #095f3f;
}
.woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover {
  background-color: #074830;
  opacity: 0.6;
}
.woocommerce .form-row label {
  color: #074830;
}
.woocommerce #add_payment_method #payment ul.payment_methods li,
.woocommerce .woocommerce-cart #payment ul.payment_methods li,
.woocommerce .woocommerce-checkout #payment ul.payment_methods li {
  list-style: none;
}
.woocommerce table.shop_table th {
  border-width: 0;
}
.woocommerce table.shop_table td {
  border-width: 1px 0 0 0;
}
#customer_details .col-1,
#customer_details .col-2 {
  display: block;
  float: none;
  width: auto;
}
.search-res {
  min-height: 700px;
}
.search-res__heading {
  color: #074830;
}
.search-res__item {
  border-bottom: 1px solid rgba(16, 16, 16, 0.2);
  padding: 10px 0;
}
.search-res .search-res__link:hover {
  text-decoration: none;
}
.search-res__link:hover .search-res__item-title, .search-res__link:hover .search-res__more {
  text-decoration: underline;
}
.admissions-page {
  min-height: 1200px;
}
.admission-list a {
  color: #074830;
  font-size: 1.25rem;
  font-weight: 700;
}
.admission-list__item {
  background-color: transparent;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px 0 20px;
  transition: all 1s;
}
.admission-list__item.-highlight {
  background-color: rgba(255, 242, 0, 0.1);
}