@font-face {
  font-family: regular-font;
  src: url("/assets/css/fonts/Lato/Lato-Regular.ttf");
}

@font-face {
  font-family: bold-font;
  src: url("/assets/css/fonts/Lato/Lato-Bold.ttf");
}

@font-face {
  font-family: secondary-font;
  src: url("/assets/css/fonts/Roboto_Slab/RobotoSlab-VariableFont_wght.ttf");
}

body {
  font-family: regular-font;
  color: #262943;
  position: relative;

}

a {
  color: #5969ad;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #8087a7;
  text-decoration: none;
}

ul {
  /*list-style-type: none;*/
  padding: 4px;
  padding-left: 0;
}

main {
  background: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

h1,
.h1 {
  font-family: secondary-font;
  font-size: 2.5rem;
  margin-bottom: 0;
  text-transform: none;
}

h2,
.h2 {
  font-family: secondary-font;
  font-size: 2.2rem;
  padding-top: 1.0rem;
  padding-bottom: 1.0rem;
}

h3,
h4,
h5 {
  font-family: bold-font;
  color: #262943;
}

.defaultColor {
  color: #262943 !important;
}

.blue {
  color: #0780bd !important;
}

.lightblue {
  color: #22d4f7 !important;
}

.darkblue {
  color: #1b2630 !important;
}

.darkblueBackground {
  background-color: #1b2630 !important;
}


.lightgreen {
  color: #9b9c46 !important;
}

.orange {
  color: #c57e35 !important;
}

.gray {
  color: #bbbbbb !important;
}

.secondaryfont {
  font-family: secondary-font;
}

.hoverFade {
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -ms-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  opacity: 1;
}

.hoverFade:hover {
  opacity: 0.5;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  padding-right: 10px;
  padding-left: 10px;
}

p {
  margin-top: 1.0rem;
}

li {
  margin: 0;
  padding: 0.25rem 0;
  color: #262943;
}

.navbar-nav>li {
  margin: 0;
  padding: 0.25rem;
  list-style-type: none;
  background-image: none;
}

.pageContent>ul {
  list-style-type: circle;
}

button {
  border: 0px solid #fff;
}

strong {
  font-family: bold-font;
}

.btn {
  border-radius: 0;
  padding: 0.5rem 3.0rem;
}

.btn.btn-primary {
  color: #fff;
  background-color: transparent;
  border: 3px solid #fff;
  border-radius: 0;
}

.btn.btn-info {
  font-family: bold-font;
  color: #fff;
  background-color: #1b2630;
  border: 3px solid #1b2630;
  border-radius: 0px;
  margin: auto;
  font-size: 1.3rem;
  position: relative;
}

.btn.btn-info:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 12px;
  height: 24px;
  width: 16px;
  background: url(/assets/img/icons/iconRightArrow.webp) no-repeat center right;
}

.btn-info:hover,
.btn-info:focus {
  color: #1b2630;
  background-color: #fff;
  border: 3px solid #fff;
  border-radius: 0px;
}

.btn.btn-primary {
  background-color: #273d45;
  border: solid 3px #273d45;
}

.btn-primary:hover {
  background-color: #fff;
  color: #6d6e71;
  border: solid 3px #6d6e71;
}

.btn-secondary {
  background-color: #fff;
  border: solid 3px #6d6e71;
  color: #002e44;
}

.btn-secondary:hover {
  background-color: #262943;
  color: #fff;
  border: solid 3px #262943;
}

.btn-outline-primary {
  border-color: #7a9d51;
  color: #7a9d51;
}

.btn-outline-primary:hover {
  border-color: #7a9d51;
  background: #7a9d51;
  color: #fff;
}

.checkmarkBullets img, .mce-content-body img {
  max-width: 100% !important;
  height: auto !important;
}

.checkmarkBullets ul:not(.noCheckmarks),
.mce-content-body ul:not(.noCheckmarks) {
  list-style: none;
  padding: 0;
  margin: 0;
}

.checkmarkBullets ul:not(.noCheckmarks) li,
.mce-content-body ul:not(.noCheckmarks) li {
  padding-left: 30px;
  position: relative;
}

.checkmarkBullets ul:not(.noCheckmarks) li::after,
.mce-content-body ul:not(.noCheckmarks) li::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 18px;
  left: 0;
  top: 5px;
  background: url('/assets/img/checkmark.webp') no-repeat left center;
}


.imageBackground {
  background-repeat: no-repeat;
  background-size: cover;
}

/* HEADER
-------------------------------------------------- */
header {
  position: absolute;
  left: 0;
  top: 0;
  border: 0;
  width: 100%;
  z-index: 3;
  box-shadow: none !important;
}

#google_translate_element {
  position: absolute;
  top: 10px;
  right: 10px;
}

.social {
  margin: .25rem 0;
}

.card {
  margin: 1.0rem;
}

.page-banner {
  position: relative;
  color: #fff;
  text-shadow: none;
  font-family: regular-font;
  background-color: #283d458e;
  overflow: hidden;
}

.page-banner img {
  width: 100%;
}

.banner_badge {
  position: absolute;
  top: 40px;
  right: 20px;
  width: auto;
}

.carousel-caption {
  position: absolute;
  left: 0px;
  bottom: 0;
  width: 100%;
  z-index: 2;
  color: #fff;
  text-align: center;
  text-shadow: 2px 2px #000;
  padding: .5rem 1.5rem;
}

.carousel-caption-heading {
  font-size: 2.3rem;
  font-family: bold-font;
  line-height: 1.1;
}

.carousel-caption-content {
  display: none;
}

.carousel-caption .btn-info {
  background-color: #fff;
  border: solid 2px #6d6e71;
  color: #002e44;
  text-shadow: none;
  font-family: bold-font;
}

.carousel-caption .btn-info:hover {
  background-color: #002e44;
  color: #fff;
  border: solid 2px #002e44;
  text-shadow: none;
}

@media screen and (min-width: 768px) {

  .carousel-caption {
    padding: 1.5rem 1.5rem;
  }

  .carousel-caption-heading {
    font-size: 3.3rem;
  }

  .carousel-caption-content {
    display: block;
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 992px) {

  .carousel-caption-heading {
    font-size: 4.0rem;
  }

  .carousel-caption-content {
    font-size: 1.5rem;
  }

}

.social a {
  display: inline-block;
  width: 40px;
}



/* VIDEO LISTS
-------------------------------------------------- */
.video_row {
  padding: 1.5rem;
}

.video_row_style_even {
  color: #fff;
  background: #2254a5;
}

.video_row_style_even h2 {
  color: #fff;
}

.video_row_style_even a {
  color: #fff;
}

.video_row_style_odd {
  color: #000;
  background: #fff;
}


/* Gradiant Button
------------------------------------------------------------- */
.gradiant_button {
  background: url("/assets/img/backgrounds/gradiantButton.png") center no-repeat;
  background-size: 100%;
  font-family: secondary-font;
  font-size: 1.2rem;
  color: #fff;
  line-height: 1;
  display: inline-block;
  text-align: center;
  padding: 15px 20px 10px;
  margin: 0;
}

.gradiant_button:hover,
.gradiant_button:focus {
  color: #fff;
  text-shadow: 0 2px 2px #000;
}



/* EVENT CAROUSEL SECTION
-------------------------------------------------- */
.news {
  padding: 1.0rem;
}

.pages img {
  min-width: 100%;
}

.newsItem {
  padding-bottom: 25px;
}

.newsArrow img {
  min-width: unset;
}

.page-box {
  border: 1px solid #e5e7e1;
  margin: 1.0rem 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  border-radius: 20px;
  padding: 1.0rem;
  padding-bottom: 2.0rem;
  text-align: center;
  overflow: hidden;
  height: 100%;
}

.page-box h2 {
  padding: 1.0rem;
  font-family: bold-font;
  font-size: 1.6rem;
  color: #2e376b;
}

.page-box a {
  color: #04213a;
  text-decoration: none;
}

.page-box-link {
  height: 100%;
  color: #04213a;
  text-decoration: none;
}

.page-box-link:hover {
  color: #04213a;
  text-decoration: none;
}

.page-box p {
  margin: 0.25rem;
  text-align: left;
}

.type-links {
  padding: 1.0rem;
  margin-bottom: 1.5rem;
  border-bottom: solid 2px #e5e7e1;
}

.type-links a {
  text-decoration: none;
}

.type-link {
  color: #e5e7e1;
  padding: 1.0rem;
  font-size: 1.6rem;
  border-bottom: solid 3px transparent;
}

.type-link:hover {
  color: #04213a;
  border-bottom: solid 3px #f2852a;
}

.type-link-active {
  color: #04213a;
  padding: 1.0rem;
  font-size: 1.6rem;
  border-bottom: solid 3px #f2852a;
}

.type-link-active:hover {
  color: #04213a;
  border-bottom: solid 3px #f2852a;
}

.camera {
  position: absolute;
  top: 40px;
  right: 40px;
}

.camera img {
  width: 40px;
}

.news-read-more {
  position: absolute;
  bottom: 30px;
  left: 40px;
  padding: 0.5rem 1.5rem;
  color: #fff;
  background-color: #ef812c;
  border-radius: 16px;
}

.read-more {
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-size: .9rem;
  font-style: italic;
  color: #3e1f75;
}

.section-news {
  background: url("/assets/img/parallax/bubbles.png") right no-repeat fixed, #f0a329;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 20rem;
  padding: 1.0rem;
  padding-bottom: 3.0rem;
}

.section-news h2 {
  text-align: center;
  color: #fff;
}

.section-events {
  background: url("/assets/img/backgrounds/WACSEP_Trees.jpg") right no-repeat fixed, #afafaf;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 1.0rem;
  padding-bottom: 3.0rem;
}

.section-events h2 {
  text-align: center;
  color: #fff;
}

.outside-link a {
  color: #fff;
  float: right;
  font-family: bold-font;
}

/* SIDEBAR LIST
-------------------------------------------------- */
.sidebar-list-wrapper {
  padding: 0.5rem;
  color: #fff;
  background: #001b36;
  margin: 1.0rem 0;
}

.sidebar-list {
  padding: 1.5rem;
  color: #fff;
  background: #001b36;
  border: solid 1px #fff;
  overflow: hidden;
  min-height: 14rem;
}

.sidebar-list h1,
.sidebar-list h2,
.sidebar-list h3 {
  color: #fff;
  border-bottom: solid 1px;
}

.sidebar-list a {
  color: #fff;
  font-size: 1.1rem;
}

.sidebar-list ul {
  list-style-type: none;
}

/* EVENTS
-------------------------------------------------- */
.single-event h1,
.single-event h2 {
  text-align: left;
}

.event-list-date {
  font-family: bold-font;
}

/* CONTACT SECTION
-------------------------------------------------- */
.contact-section .form-control, .contact-section textarea {
  background-color: rgba(145, 175, 213, 0.44);
  border: none;
  border-radius: 0;
  color: #fff !important;
}

.form-floating>.form-control-plaintext~label::after,
.form-floating>.form-control:focus~label::after,
.form-floating>.form-control:not(:placeholder-shown)~label::after,
.form-floating>.form-select~label::after {
  background: transparent;
  color: #fff !important;
}

.contact-section label {
  color: #fff !important;
}


/* SOCIAL MEDIA
-------------------------------------------------------------*/
.section-sm {
  background: url("/assets/img/backgrounds/parallax.jpg") right no-repeat fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 1.0rem;
}

/* FOOTER
-------------------------------------------------- */
footer {
  font-family: regular-font;
  background: #001b36;
  min-height: 20rem;
  margin-top: 0px;
  padding: 3.0rem 1.0rem 1rem;
  color: #fff;
  font-size: 1.2em;
    line-height: 1.4;
}

.footer-logo img {
  margin-top: 20px;
}

.footerText {
  color: #fff;
}

.footer .h3 {
  border-bottom: solid 2px #ffc600;
}

.footer ul {
  list-style-type: none;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

.footer li {
  color: #a5a7aa;

}

footer a {
  color: #a5a7aa;
}

.footer a:hover,
.footer a:active {
  color: #fff;
}

.background-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.middle.row div {
  height: 100%;
  margin: auto;
}

.page-box:hover,
.page-box:focus {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.8);
}

@media screen and (min-width: 768px) {
  #google_translate_element {
    top: 10px;
  }

  .social {
    margin-top: 60px;
  }
}

@media screen and (min-width: 1200px) {
  header .container {
    position: relative;
  }

  #google_translate_element {
    position: relative;
    top: 0;
  }
}