@font-face {
    font-family: regular-font;
    src: url("fonts/Lato/Lato-Regular.ttf");
}
@font-face {
    font-family: bold-font;
    src: url("fonts/Lato/Lato-Bold.ttf");
}
@font-face {
    font-family: secondary-font;
    src: url("fonts/Cinzel/static/Cinzel-SemiBold.ttf");
}
body {
    font-family: regular-font;
    color: #262943;
    position: relative;
    background-color: #fff;
}
a {
    color: #7a9d51;
    text-decoration: none;
}
a:hover,
a:focus {
    color: #9b9c46;
    text-decoration: none ;
}
ul {
    /*list-style-type: none;*/
    padding: 4px;
    padding-left: 0;
}
main {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    margin-top: 0;
    margin-bottom: 0;
}
hr {
    margin-top: 2rem;
    margin-bottom: 2rem;
}
h1, .h1 {
    font-family: secondary-font;
    color: #061e4a;
    font-size: 2.5rem;
    margin-bottom: 0;
    text-transform: none;
}
h2, .h2 {
    font-family: secondary-font;
    color: #061e4a;
    font-size: 2.2rem;
    padding-top: 1.0rem;
    padding-bottom: 1.0rem;
}

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

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

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

.green {
    color: #7a9d51 !important;
}

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

.orange {
    color: #c57e35 !important;
}

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

.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 {
    color: #fff;
    background-color: #262262;
    border: 3px solid #262262;
    border-radius: 0;
}
.btn-info:hover,
.btn-info:focus {
    color: #fff;
    background-color: #6a60a4;
    border: 3px solid #fff;
    border-radius: 0;
}
.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 ul:not(.noCheckmarks) {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

.bottom_small_border {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.bottom_small_border::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 80px;
    height: 3px;
    margin: 0 auto;
    background: #a28133;
}

.bottom_small_border.border_start::after {
    content: "";
    margin: 0 ;
}

.text-white.bottom_small_border::after {
    content: "";
    background: #fff;
}

/* HEADER
-------------------------------------------------- */

header {
    background: #283D45 url(/assets/img/backgrounds/gradientLine.png) no-repeat center top;
    background-size: contain;
    padding: 1.0rem;
    padding-top: 1.5rem;
    border: 0;
    width: 100%;
    z-index: 3;
}

#google_translate_element {
    position: absolute;
    top: 5px;
    left: 5px;
}

.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: left;
    padding: 1.5rem 1.5rem;
    text-shadow: 2px 2px #000;
}

.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 {
        font-family: bold-font;
        font-size: 2rem;
        line-height: 1.2;
        left: 5%;
        bottom: 5%;
        width: 60%;
    }

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

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

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

    .carousel-caption {
        left: 5%;
        width: 60%;
        bottom: 20%;
    }

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

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

}

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

    .carousel-caption {
        left: 10%;
    }
}

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

    .carousel-caption {
        left: 10%;
        bottom: 18%;
        width: 40%
    }
}

.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 {
        border: 0px solid #000;
        border-radius: 16px;
        min-width: 100%;
    }
    .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: #90c44b;
    margin: 1.0rem 0;
    border-radius: 20px;
}
.sidebar-list {
    padding: 1.5rem;
    color: #fff;
    background: #90c44b;
    border-radius: 18px;
    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 .contactIcon {
    width: 25px;
    float: left;
    height: 100%;
    margin-right: 5px;
}

.contact-section .contactIconText {
    color: #fff;
    padding-left: 45px;
    font-size: .8rem;
    line-height: 1.2;
    min-height: 54px;
}

.contact-section .container .row {
    height: 100%;
    justify-content: center;
    align-items: center;
}

.contact-section h6 {
    color: #fff;
    font-weight: normal;
    margin-bottom: .25em;
}

.contact-section-heading {
    display: block;
    width: 100%;
    text-align: left;
    text-transform: none;
    color: #262943;
    font-family: regular-font;
    font-size: 2.0rem;
    font-style: none;
    padding: 0;
    padding-bottom: 0rem;
}
.contact-section a:hover,
.contact-section a:focus {
    text-decoration: none;
}
.contact-section p {
    position: relative;
    color: #262943;
    background-color: #fff;
    padding: 1.0rem;
    text-align: left;
    margin: 1.0rem;
    margin-top: -76px;
    z-index: 1;
    min-height: 160px;
}
.contact-section input {
    color: #000;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 0;
    border: solid 1px #aeaeae;
}
.contact-section textarea {
    color: #000;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 0;
    border: solid 1px #aeaeae;
}
.contact-section label {
    color: #000;
}

.contact-form h2 {
    text-align: center;
}

.contact-page-icon {
    text-align: center;
    font-size: 1.5rem;
}

.contact-page-icon img {
    margin: 1rem 0;
    min-height: 90px;
}

/* FOOTER
-------------------------------------------------- */
footer {
    font-family: regular-font;
    background-position-x: 0%;
    background-position-y: 0%;
    background-attachment: scroll;
    background-image: none;
    background-size: auto;
    background-image: url("/assets/img/backgrounds/parallaxbkgd2.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    min-height: 20rem;
    margin-top: 0px;
}

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

.footer {
    position: relative;
    background: url("/assets/img/backgrounds/FooterBkgd.png") top center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #fff;
    min-height: 20rem;
    padding: 3.0rem 1.0rem;
    margin-top: 0px;
    font-size: .8rem;
}
.footer h2 {
    color: #f9c530;
    font-size: 1.4rem;
    text-align: left;
}

.footer p {
    margin: .25rem 0;
}

.footer ul {
    list-style-type: none;
    padding-left: 0.6rem;
    padding-right: 0.6rem;
}
.footer li {
	color: #fff;
}
footer a {
    color: #fff;
}
.footer a:hover,
.footer a:active {
    color: #fff;
}

footer .contactIcon {
    width: 20px;
    float: left;
    height: 100%;
    margin-right: 5px;
}
.footer .contactIconText {
    padding-left: 25px;
    font-weight: bold;
}

.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);
}