@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
}

body {
  font-family: "OpenSans", sans-serif;
  line-height: 1.5;
  color: #191313;
  font-size: 1.6rem;
  background-color: #ffffff;
}

#Form_switchTheme {
  background-color: #3a7f96;
}

#Form_switchTheme_theme_Holder {
  color: #f59432;
  padding-top: 1rem;
}

.fa.fa-bars {
  color: white;
}

@font-face {
  font-family: "Glyphicons Halflings";
  src: url(../fonts/glyphicons-halflings-regular.eot);
  src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(../fonts/glyphicons-halflings-regular.woff) format("woff"), url(../fonts/glyphicons-halflings-regular.ttf) format("truetype"), url(../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular) format("svg");
}
@font-face {
  font-family: "WebSymbolsRegular";
  src: url("../fonts/websymbols-regular-webfont.eot");
  src: url("../fonts/websymbols-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/websymbols-regular-webfont.woff") format("woff"), url("../fonts/websymbols-regular-webfont.ttf") format("truetype"), url("../fonts/websymbols-regular-webfont.svg#WebSymbolsRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-menu-hamburger::before {
  content: "\e236";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-envelope:before {
  content: "✉";
}

h1,
h2,
h3,
h4,
h5 {
  color: #3a7f96;
  border-left: solid 10px #f59432;
  padding-left: 8px;
}

h1 {
  padding-left: 10px;
  font-size: 3.5rem;
}

a {
  color: #e56e47;
}
a:focus, a:hover {
  color: #3a7f96;
  text-decoration: none;
}

.btn {
  font-size: 1.3rem;
}

header {
  background-color: #ffffff;
  box-shadow: 0 3px 5px -5px rgba(58, 127, 150, 0.3);
}
@media only screen and (max-width: 31.25em) {
  header {
    height: 70px;
  }
}

.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  margin: auto;
}
@media only screen and (max-width: 75em) {
  .nav-container {
    width: 90%;
  }
}

nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  /** Submenu */
}
@media only screen and (max-width: 56.25em) {
  nav {
    justify-content: space-between;
    align-items: center;
    width: 60%;
  }
}
nav .navbar-brand {
  padding: 0px !important;
}
@media only screen and (max-width: 75em) {
  nav .tb-logo {
    width: 150px;
  }
}
@media only screen and (max-width: 31.25em) {
  nav .tb-logo {
    width: 100px;
  }
}
nav .main-menu {
  display: none;
}
nav ul {
  margin: 0;
  padding: 0;
}
nav input[type=checkbox],
nav ul span.drop-icon {
  display: none;
}
@media only screen and (max-width: 68.75em) {
  nav li {
    font-size: 1.6rem;
    overflow: auto;
  }
}
nav label.drop-icon {
  padding: 1em;
  font-size: 1em;
  text-align: center;
  text-shadow: 0 0 0 transparent;
  color: rgba(255, 255, 255, 0.75);
}
nav .menu__item.active {
  background-color: #f59432;
}
nav .sub-menu {
  background-color: #ffffff;
  border-width: 0px 0px 1px 1px;
  margin-left: 1em;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.05);
  display: none;
}
nav .sub-menu li:last-child {
  border-width: 0;
}
nav .sub-menu a:hover {
  color: #3a7f96;
}
nav .sub-menu input[type=checkbox]:checked + .sub-menu {
  background-color: #ffffff;
}
nav .sub-menu input[type=checkbox]:checked + .sub-menu a {
  color: #3a7f96;
}
nav a {
  padding: 1.5rem;
  text-decoration: none;
  transition: all 0.125s ease-in-out;
  -webkit-transition: all 0.125s ease-in-out;
  color: #3a7f96;
}
nav a:not(.navbar-brand) {
  position: relative;
  font-size: 1.8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 0px;
}
nav a:not(.navbar-brand):hover {
  background-color: #ffffff;
  color: #3a7f96;
}
nav a:not(.navbar-brand):hover::after {
  opacity: 1;
  width: 100%;
}
nav a:not(.navbar-brand).active::after {
  opacity: 1;
  width: 100%;
}
@media only screen and (max-width: 68.75em) {
  nav a:not(.navbar-brand) {
    font-size: 1.6rem;
  }
}
nav a:not(.navbar-brand)::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 1px;
  background: #e56e47;
  opacity: 0;
  -webkit-transition: opacity 0.3s, width 0.4s;
  transition: opacity 0.3s, width 0.4s;
}
nav a label.menu__drop-icon {
  background-color: #f59432;
  color: #ffffff;
  padding: 1.7rem 2rem;
  margin: -1.3rem 0;
}
nav input[type=checkbox]:checked + .sub-menu {
  display: block;
  background-color: #ffffff;
}
nav input[type=checkbox]:checked + .sub-menu a {
  color: #3a7f96;
}

#dropdown:checked + .main-menu {
  display: block;
  position: absolute;
  top: 140px;
  left: 0;
  background: #ffffff;
  width: 100%;
}
@media only screen and (max-width: 31.25em) {
  #dropdown:checked + .main-menu {
    top: 70px;
  }
}

#toggle-menu {
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.05);
  border-width: 0 0 1px;
  position: relative;
  display: block;
  color: #ffffff;
  background: #3a7f96;
  padding: 1rem 1.5rem;
}
@media only screen and (max-width: 68.75em) {
  #toggle-menu {
    font-size: 1.6rem;
  }
}
#toggle-menu .drop-icon {
  position: absolute;
  transform: translate(-50%, -50%);
}
#toggle-menu span.drop-icon {
  padding: 1em;
  font-size: 1em;
  text-align: center;
  text-shadow: 0 0 0 transparent;
  color: rgba(255, 255, 255, 0.75);
}

@media only screen and (max-width: 56.25em) {
  .fixed-top {
    position: absolute;
  }
}

@media only screen and (min-width: 56.25em) {
  #menu .main-menu {
    display: flex;
    width: 80%;
    justify-content: space-around;
  }
  #menu ul span.drop-icon {
    display: inline-block;
  }
  #menu li {
    float: left;
  }
  #menu li:hover > input[type=checkbox] + .sub-menu {
    display: block;
  }
  #menu label.menu__drop-icon {
    background-color: #ffffff;
    color: #3a7f96;
    padding: 0;
    margin: -1.3rem 0;
  }
  #menu .menu__item.active {
    background-color: #ffffff;
  }
  #menu .sub-menu {
    margin: 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 20rem;
    z-index: 3000;
  }
  #menu .sub-menu li {
    float: none;
    border-width: 0 0 1px;
  }
  #menu .sub-menu .sub-menu {
    top: 0;
    left: 100%;
  }
  #menu .sub-menu .drop-icon {
    position: absolute;
    top: 0;
    right: 0;
    padding: 1em;
  }
  #toggle-menu {
    display: none;
  }
  #menu li,
  #toggle-menu,
  #menu a:not(.navbar-brand) {
    position: relative;
    display: block;
    color: #3a7f96;
    width: max-content;
  }
  #menu .sub-menu,
  #menu input[type=checkbox]:checked + .sub-menu {
    display: none;
  }
  li,
  #toggle-menu,
  #menu a {
    position: relative;
    display: block;
  }
  #toggle-menu,
  #menu a:not(.navbar-brand) {
    font-family: "OpenSans", sans-serif;
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 56.25em) and (max-width: 56.25em) {
  #toggle-menu,
  #menu a {
    padding: 1rem 0.5rem 1rem 0.5rem;
  }
}
@media only screen and (min-width: 56.25em) {
  #menu input[type=checkbox]:checked + .sub-menu {
    display: block;
  }
  #menu .sub-menu #menu input[type=checkbox]:checked + .sub-menu {
    display: block;
  }
  #toggle-menu .drop-icon,
  #menu li label.drop-icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  #menu label.drop-icon,
  #toggle-menu span.drop-icon {
    padding: 1em;
    font-size: 1em;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.125);
    text-shadow: 0 0 0 transparent;
    color: rgba(255, 255, 255, 0.75);
  }
  #toggle-menu,
  #menu label.drop-icon,
  #menu .sub-menu,
  #menu input[type=checkbox]:checked + .sub-menu {
    display: none;
  }
}
#Breadcrumbs {
  font-size: 1.5rem;
  padding-bottom: 3rem;
  line-height: 1.75rem;
}
#Breadcrumbs a {
  color: #3a7f96;
}

.main {
  margin-top: 120px;
  min-height: calc(100vh - 300px);
}
@media only screen and (max-width: 31.25em) {
  .main {
    margin-top: 50px;
  }
}

@media only screen and (min-width: 400px) and (max-width: 56.25em) {
  .container {
    max-width: 90%;
  }
}

aside {
  margin-top: -10px;
}
@media only screen and (max-width: 56.25em) {
  aside {
    display: none;
  }
}

section {
  padding: 5rem;
}

.btn-secondary {
  background-color: #3a7f96;
  border-color: #3a7f96;
}

.post-details {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.post-meta {
  display: flex;
  justify-content: space-between;
}
.post-posted {
  color: #3a7f96;
}
.post-posted:hover {
  color: #f59432;
}
.post-postedlink {
  color: #191313;
}
.post-summary {
  padding-left: 30px;
  width: 100%;
  padding-bottom: 3rem;
}

.event-details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1rem;
}
.event-detail {
  word-wrap: break-word;
  width: 220px;
  display: flex;
  justify-content: inherit;
  color: #191313;
}
.event-detail .btn {
  align-self: flex-end;
}
.event-date {
  border: 1px solid;
  border-radius: 0.25rem;
  padding: 2px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 2rem;
  color: #ffffff;
  background-color: #3a7f96;
}

/*------------------------------
// SEARCH FORM
-------------------------------*/
.search-dropdown-icon {
  display: none;
}

.search-bar {
  position: relative;
  width: 250px;
}
.search-bar form.form-inline {
  position: absolute;
  right: 0;
}
.search-bar form fieldset {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-right: 20px;
  position: relative;
  border-bottom: 1px solid #e56e47;
  border-radius: 3px 0px;
  font-size: 1.4rem;
}
.search-bar form input.action {
  cursor: pointer;
  border: none;
  padding: 5px;
  background: lightgrey;
  font-family: "WebSymbolsRegular";
  color: #3a7f96;
  border-radius: 0;
  text-align: right;
  margin-top: 0px !important;
}
@media only screen and (max-width: 75em) {
  .search-bar form input.action {
    margin-left: 0;
  }
}
.search-bar form input.text {
  color: #3a7f96;
  margin: 0;
  border: none;
  background: #ffffff;
}
.search-bar form input#SearchForm_SearchForm_Search {
  width: 0px;
  transition: width 0.55s ease;
}
.search-bar form input#SearchForm_SearchForm_Search:focus, .search-bar form input#SearchForm_SearchForm_Search:active {
  outline: none;
  width: 300px;
}
.search-bar:hover input#SearchForm_SearchForm_Search {
  width: 300px;
}
.search-bar:hover .icon {
  display: none;
}
.search-bar .icon {
  position: absolute;
  top: 0px;
  z-index: 1;
  color: #3a7f96;
  right: 21px;
  background: lightgrey;
  padding: 4px 5px;
}

aside li .child {
  padding-left: 2rem;
  display: flex;
}
aside li a {
  color: #3a7f96;
  padding-left: 5px;
}
aside li .section,
aside li .current {
  font-weight: 700;
}
aside .nav-side {
  padding-top: 3rem;
}

.caption {
  font-weight: 700;
}

.slideshow {
  max-width: 60vw;
  margin: 2rem auto;
  height: 315px;
}

.pgwSlider .ps-current {
  font-size: 1.6rem;
}

.pgwSlider .ps-caption {
  background: rgba(0, 0, 0, 0.4) !important;
}

ul.pgwSlider > li,
.pgwSlider > .ps-list > li {
  font-size: 1.3rem;
}

.caption span,
.courtesy {
  float: right;
  position: absolute;
  bottom: 0;
  right: 0;
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: block !important;
}

#Carousel,
.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.social-links a {
  color: #3a7f96;
}
.social-links a:hover {
  color: #e56e47;
}

.header_image {
  height: auto;
  margin-bottom: 6rem;
}
.header_image img {
  width: 100%;
}
.header_image-text {
  margin-top: -150px;
  padding-bottom: 3rem;
}
.header_image_title {
  color: #ffffff;
  border: none;
  font-size: 5rem;
  font-weight: bold;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0.7);
}
.header_image_caption {
  padding-left: 10px;
  color: #ffffff;
  font-size: 3.5rem;
}

.welcome {
  margin-bottom: 5rem;
}

.catch {
  font-size: 2.5rem;
}
.catch p:nth-of-type(1),
.catch p:nth-of-type(2) {
  border-left: solid 10px #f59432;
  padding-left: 8px;
  margin-bottom: 0px;
}
.catch p:nth-of-type(3) {
  padding-left: 18px;
}

.link-box {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 0.7rem;
  margin-bottom: 2rem;
}
.link-box-two .link-box-single {
  width: 50%;
}
.link-box-single {
  position: relative;
}
.link-box-single a {
  text-decoration: none;
}
.link-box-single h2 {
  font-size: 2.5rem;
  font-weight: bolder;
  color: #ffffff;
  position: absolute;
  bottom: 25px;
  left: 25px;
  margin-bottom: 0;
}
.link-box-three .link-box-single img {
  height: 240px;
}

#Contact h5,
.fn {
  font-style: italic;
}

.socialContact {
  z-index: 2000;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
  font-size: 1.5rem;
  font-family: inherit;
  color: inherit;
  padding: 1.5rem 2rem;
  border-radius: 2px;
  background-color: #f5fafb;
  border: none;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
  width: 100%;
}
.contact-form label {
  font-weight: 700;
  margin-left: 2rem;
  margin-top: 0.7rem;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: left;
}
.contact-form button {
  padding: 1rem 2rem !important;
  font-size: 1.75rem !important;
  margin-top: 2rem;
  margin-bottom: 3rem;
  background-color: #e56e47;
  border: none !important;
  color: #ffffff;
  text-transform: uppercase;
}
.contact-form .middleColumn input:placeholder-shown + label {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(1rem);
  -moz-transform: translateY(1rem);
  -o-transform: translateY(1rem);
  -ms-transform: translateY(1rem);
  transform: translateY(1rem);
}
.contact-form input:focus:invalid {
  border-bottom: 3px solid #3a7f96;
}
.contact-form input::-webkit-input-placeholder {
  color: #f5fafb;
}
.contact-form .btn.focus,
.contact-form .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(241, 241, 240, 0.25);
}
.contact-form .form input,
.contact-form .form textarea,
.contact-form .form select {
  font-size: 1.5rem;
  font-family: inherit;
  color: inherit;
  padding: 1.5rem 2rem;
  border-radius: 2px;
  background-color: lightgrey;
  border: none;
  border-bottom: 3px solid transparent;
  width: 90%;
  display: block;
  transition: all 0.3s;
}
.contact-form .form label {
  font-weight: 700;
  margin-left: 2rem;
  margin-top: 0.7rem;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.contact-form .form button {
  padding: 1rem 2rem !important;
  font-size: 1.75rem !important;
  margin-top: 2rem;
  margin-bottom: 3rem;
  background-color: #e56e47;
  border: none !important;
  color: #ffffff;
  text-transform: uppercase;
}
.contact-form .form .middleColumn input:placeholder-shown + label {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(1rem);
  -moz-transform: translateY(1rem);
  -o-transform: translateY(1rem);
  -ms-transform: translateY(1rem);
  transform: translateY(1rem);
}
.contact-form .form input:focus:invalid {
  border-bottom: 3px solid #3a7f96;
}
.contact-form .form input::-webkit-input-placeholder {
  color: lightgrey;
}
.contact-form .form .btn.focus,
.contact-form .form .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(241, 241, 240, 0.25);
}
.contact-form .form-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 60%;
  margin: auto;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 100em) {
  .contact-form .form-row {
    width: 80%;
  }
}
@media only screen and (max-width: 68.75em) {
  .contact-form .form-row {
    width: 100%;
    padding: 0 3rem;
  }
}
@media only screen and (max-width: 45em) {
  .contact-form .form-row {
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 45em) {
  .contact-form .form-row .field {
    margin-right: 1rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .contact-form .form-row .field {
    width: 40%;
  }
}
.contact-form .form-row .third {
  width: 30%;
  margin-right: 15px;
}
@media only screen and (max-width: 45em) {
  .contact-form .form-row .third {
    width: 40%;
  }
}
@media only screen and (max-width: 37.5em) {
  .contact-form .form-row .third {
    width: 100%;
  }
}
@media only screen and (max-width: 37.5em) {
  .contact-form .form-row .third .field {
    width: 100%;
  }
}
.contact-form .form-row.start {
  justify-content: flex-start;
}
.contact-form .form-left {
  padding-right: 5rem;
  width: 50%;
  box-sizing: border-box;
}
.contact-form .form-right {
  padding-left: 5rem;
  width: 50%;
  box-sizing: border-box;
}
.contact-form .input-group {
  margin-left: 2rem;
  display: flex;
  flex-direction: column;
}

.footer {
  font-size: 1.5rem;
  background: #3a7f96;
  padding: 2rem;
  color: #f5fafb;
  margin-top: 5rem;
}
.footer-fb {
  color: #ffffff;
  background-color: #3a7f96;
  margin-left: 5rem;
}
.footer-fb:hover {
  color: #e56e47;
}

/*# sourceMappingURL=style.css.map */
