/**
 * =============================================================================
 * @template    Current Chapter Styles
 * =============================================================================
 */
.current-chapter-page #header {
  background: #E0BC6C !important;
}
.current-chapter-page #header nav .level-0 li a:hover {
  color: #fff !important;
}
.current-chapter-page #header .toggle-mode .level-0 {
  background: #E0BC6C !important;
  top: 40px;
}
.current-chapter-page .hdr-nav-btns {
  background: none !important;
}
.current-chapter-page .hdr-nav-btns a {
  display: none;
}
.page-4 #header {
  margin-bottom: 0 !important;
}
.page-4 .events-outter-wrapper {
  clear: both;
}
.page-4 .events-outter-wrapper img {
  width: 100%;
}
.page-4 .alumni-temp-wrapper {
  clear: both;
}
.page-4 .community-wrapper {
  text-align: center;
  width: calc(100vw);
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  overflow: hidden;
  margin-bottom: 60px;
}
.page-4 .community-wrapper .purple-mask {
  background: #492F75;
  opacity: .8;
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.page-4 .community-wrapper img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.page-4 .community-wrapper .width-wrapper {
  position: relative;
  z-index: 9999;
  color: #fff;
  width: 1400px;
  margin: 0 auto;
  max-width: 100%;
  padding: 220px 60px;
}
.page-4 .community-wrapper .width-wrapper h2 {
  color: #fff !important;
}
.page-4 .events-block-wrapper h2 {
  display: none;
}
.page-4 .events-outter-wrapper {
  margin-bottom: 30px;
}
.page-4 .current-slogan-wrapper {
  display: flex;
  align-items: center;
}
.page-4 .current-slogan-wrapper .col {
  min-width: 50% !important;
  position: relative;
  text-align: center;
}
.page-4 .current-slogan-wrapper .col h1 {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}
.page-7 .headshot-section {
  padding-top: 30px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.page-7 .headshot-section .officer {
  text-align: center;
  width: 21%;
  padding-bottom: 15px;
}
.page-7 .headshot-section .officer h4 {
  margin: 10px 0 0 0;
  font-size: 35px;
}
.page-10 .com-intro {
  padding-bottom: 20px;
}
.page-10 .com-row h2 {
  margin-top: 0 !important;
}
.page-10 .events-outter-wrapper {
  margin-top: 50px;
}
.page-10 .events-outter-wrapper h2 {
  display: none;
}
.page-11 .contact-intro {
  padding-bottom: 30px;
}
.page-11 .contact-row {
  display: flex;
  justify-content: space-between;
}
.page-11 .contact-row .contact-col {
  width: 47%;
}
.page-8 .officer {
  float: left;
  margin-right: 50px;
}
.page-8 .cms-nested-content {
  display: flex;
}
.page-8 .cms-nested-content .cms-nested-content-item {
  margin-right: 40px;
}
.page-8 .cms-nested-content .image_after_heading_right {
  max-width: 300px;
  padding: 0px;
  margin-bottom: 20px;
}
.image_left .image {
  max-width: 500px;
  float: left;
  padding: 20px;
}
/**
 * =============================================================================
 * @template    Flexbox Styles
 * =============================================================================
 */
.flex-two-col {
  display: flex;
  justify-content: space-between;
  margin: 0 0 30px 0;
}
.flex-col-half {
  width: 48%;
}
/**
 * =============================================================================
 * @template    Fonts & Defaults 
 * =============================================================================
 */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: 'Ropa Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  line-height: 34px;
}
#main .cms-content {
  max-width: 1400px;
  margin: 0 auto;
}
.page-5 #main a {
  color: #fff;
  text-decoration: underline;
}
.page-5 #main a:hover {
  color: #deae42;
}
body {
  overflow-x: hidden;
}
#main h1 {
  color: #492f75;
  font-size: 54px;
}
#main h2 {
  color: #492f75;
  font-size: 42px;
}
#main h3 {
  color: #492f75;
  font-size: 30px;
}
.content-width-wrapper {
  padding: 40px 0;
}
/**
 * =============================================================================
 * @template    Forms
 * =============================================================================
 */
form {
  background: #492f75;
  padding: 20px;
}
form label {
  width: 100%;
}
form label textarea {
  width: 100%;
}
form label input {
  width: 100%;
}
form textarea {
  color: #000;
}
form input {
  color: #000;
}
form li {
  list-style: none;
  color: #ffffff;
}
form span.field-label {
  display: block;
}
/**
 * =============================================================================
 * @template    Headers
 * =============================================================================
 */
#header {
  background: #ffffff;
}
#header li {
  list-style: none;
  display: inline;
  padding: 0 20px;
}
#header .hdr-wrapper {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}
#header .hdr-wrapper .hdr-logo {
  display: flex;
  align-items: center;
}
#header .hdr-wrapper .hdr-logo span {
  color: #fff;
  font-size: 40px;
  padding-left: 17px;
}
#header .hdr-wrapper .hdr-logo img {
  max-width: 400px;
}
#header .hdr-wrapper .hdr-nav .toggle-mode {
  position: relative;
  margin: 0;
  padding: 0;
}
#header .hdr-wrapper .hdr-nav .toggle-mode .nav-menu-toggle {
  margin: 10px 0 0 0;
  padding: 0;
  font-size: 35px;
}
#header .hdr-wrapper .hdr-nav .toggle-mode .nav-menu-toggle .label {
  display: none;
}
#header .hdr-wrapper .hdr-nav .toggle-mode .level-0 {
  position: absolute;
  z-index: 999;
  right: 0;
  background: #fff;
  padding: 0 !important;
}
#header .hdr-wrapper .hdr-nav .toggle-mode .level-0 li {
  padding: 0;
}
#header .hdr-wrapper .hdr-nav a {
  color: #492f75;
}
#header .hdr-wrapper .hdr-nav-btns {
  text-align: right;
  background: #492f75;
  padding: 10px 40px;
}
#header .hdr-wrapper .hdr-nav-btns:hover {
  background: #deae42;
}
#header .hdr-wrapper .hdr-nav-btns a {
  color: #ffffff;
  padding: 0;
  text-decoration: none;
}
#header .hdr-wrapper .hdr-nav-btns a span {
  text-transform: uppercase;
}
#header .hdr-wrapper .hdr-nav-btns nav {
  text-align: right;
}
#header .hdr-wrapper .hdr-nav-btns nav .level-0 {
  display: flex;
  justify-content: space-between;
  padding-left: 60px;
}
#header .hdr-wrapper .hdr-nav-btns nav .level-0 li a {
  color: #fff;
  line-height: 0;
  padding: 0;
}
#header .hdr-wrapper .hdr-nav-btns nav .level-0 li a:hover {
  color: #deae42;
}
.homepage .slick-carousel img {
  width: 100%;
}
.homepage .slick-carousel .slick-dots {
  display: none !important;
}
.homepage .slick-carousel span.file-description {
  position: absolute;
  top: 0;
  background: linear-gradient(to right, rgba(73, 46, 117, 0.85), rgba(73, 46, 117, 0));
  width: 45%;
  color: #ffffff;
  padding: 30px;
  font-size: 26px;
}
/*.alumni-template{
    #header{
        background: @Purple;
        .hdr-wrapper{
            max-width: 1440px;
            margin: 0 auto;
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 10px 0;
            .hdr-logo{
                //width: 70%;
                display: flex;
                align-items: center;
                span{
                    color: #fff;
                    font-size: 40px;
                    padding-left: 17px;
                }
                img{
                    max-width: 400px;
                }
            }
            .hdr-nav{
                //width: 60%;
                .hdr-nav-btns{
                    text-align: right;
                    

                    a{
                        color: @Gold;
                        padding: 0;
                        
                    }
                }
                nav{
                    text-align: right;
                    .level-0{
                        display: flex;
                        justify-content: space-between;
                        padding-left: 60px;
                        li{
                            a{
                                color: #fff;
                                line-height: 0;
                                padding: 0;
                            }
                            &:hover{
                                a{
                                    color: @Gold;
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}*/
/**
 * =============================================================================
 * @template    Footer
 * =============================================================================
 */
#footer {
  clear: both;
  position: relative;
  background: #492f75;
  margin-top: 60px;
}
#footer .bottom-footer {
  display: flex;
  align-items: center;
}
#footer .footer-wrapper {
  opacity: .05;
  position: absolute;
  height: 100%;
  right: 0;
}
#footer .footer-wrapper img {
  height: 100%;
}
#footer .purple-footer {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding: 60px 0;
}
#footer .purple-footer #powered-by {
  text-align: center;
  color: #fff;
  width: 100%;
  display: block;
  font-size: 15px;
}
#footer .ftr-social-icons {
  padding: 20px 20px 20px 0;
}
#footer .mid-section {
  border-bottom: solid #fff 2px;
}
#footer .mid-section li {
  list-style: none;
  padding-right: 30px;
}
#footer .mid-section li a {
  color: #ffffff;
}
#footer .mid-section .simple_nav li {
  display: inline;
  padding: 20px 20px 20px 0;
}
#footer .mid-section .simple_nav li a {
  color: #fff;
}
#footer i.fa-brands {
  font-family: 'FontAwesome';
  font-size: 35px;
  color: #fff;
  padding-right: 15px;
}
/*
    
    .top-footer-section{
        //display: flex;
        //background: @Gold;
        
    .mid-footer-section{
        .content-width-wrapper{
            position: relative;
            img{
                margin: 0 auto;
                display: block;
            }
            h1{
                position: absolute;
                top: 50%;
                font-family: "Ropa Sans Pro", sans-serif;
                font-size: 40px;
                left: 50%;
                text-align: center;
                width: 100%;
                transform: translate(-50%, -70%);
                color: @Purple !important;
                margin: 0;
            }
        }
    }
    
    
    
    
    
    .top-footer-section {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        padding: 0 30px 0 0;
        color: @Purple !important;
        .subscribe a {
            &:hover {
                background: @White;
                color: @Purple;
            }
        }
        .col-md-4{
                padding: 0 30px 0 0;
            .col-icon, .col-title{
                text-align: center;
            }
            .col-icon{
                height: 95px;
                display: flex;
                flex-direction: row;
                flex-wrap: nowrap;
                align-items: center;
                justify-content: center;
            }
        }
    }
    }
    .bottom-footer-section, .mid-section {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
    }
    
    .bottom-footer-section{
        background: @Purple;
        .ftr-logo{
            text-align: center;
            img{
                max-width: 400px;
                margin: 20px 0;
            }
        }
        
      
    }
    .subscribe.col-md-8 {
        color: #fff;
    }
    */
/**
 * =============================================================================
 * @template    Images
 * =============================================================================
 */
img {
  max-width: 100%;
}
.image_after_h2_right {
  float: right;
  padding: 0 0 20px 20px;
}
.image_after_heading_right {
  float: right;
  padding: 0 0 20px 20px;
  max-width: 500px;
}
.gallery-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
  align-items: flex-start;
}
.gallery-wrapper img {
  padding: 0px;
  object-fit: cover;
  height: 300px;
  width: 600px;
}
.gallery-wrapper .col-md-4 {
  padding-left: 0px !important;
}
/**
 * =============================================================================
 * @template    Landing Page
 * =============================================================================
 */
.page-1 {
  background: #492f75;
  color: #deae42;
}
.page-1 .landing-header {
  clear: both;
  text-align: center;
  font-size: 42px !important;
  padding-top: 40px;
  animation-name: hdr;
  animation-fill-mode: both;
  animation-duration: 2s;
}
.page-1 .landing-content-wrapper {
  display: flex;
  justify-content: space-evenly;
  padding-top: 40px;
}
.page-1 .landing-content-wrapper .alumni-section {
  position: relative;
  max-width: 600px;
  padding: 0 30px;
}
.page-1 .landing-content-wrapper .alumni-section .alum-crest {
  position: relative;
  animation-name: crest;
  animation-duration: 2s;
  left: 50%;
  max-width: 400px;
  transform: translate(-50%, 0);
}
.page-1 .landing-content-wrapper .alumni-section .block-content {
  line-height: 35px;
  font-size: 20px;
  padding-top: 18px;
  animation-name: crest;
  position: relative;
  transform: translate(-50%, 0);
  left: 50%;
  animation-delay: 2s;
  animation-duration: 2s;
  animation-fill-mode: both;
  color: #fff;
}
.page-1 .landing-content-wrapper .alumni-section .block-btn a {
  background: #fff;
  color: #492f75;
  padding: 10px;
  display: block;
  max-width: fit-content;
  position: relative;
  transform: translate(-50%, 0);
  left: 50%;
  animation-name: crest;
  animation-delay: 3s;
  animation-duration: 1s;
  animation-fill-mode: both;
  text-decoration: none;
  margin-top: 25px;
  border-radius: 10px;
}
.page-1 .landing-content-wrapper .alumni-section .block-btn a:hover {
  text-decoration: underline;
}
.page-1 .landing-content-wrapper .current-section {
  max-width: 600px;
  position: relative;
  padding: 0 30px;
}
.page-1 .landing-content-wrapper .current-section .curr-crest {
  position: relative;
  animation-name: logo;
  animation-duration: 2s;
  left: 50%;
  max-width: 400px;
  transform: translate(-50%, 0);
}
.page-1 .landing-content-wrapper .current-section .block-content {
  line-height: 35px;
  font-size: 20px;
  padding-top: 18px;
  animation-name: logo;
  position: relative;
  transform: translate(-50%, 0);
  left: 50%;
  animation-delay: 2s;
  animation-duration: 2s;
  animation-fill-mode: both;
  color: #fff;
}
.page-1 .landing-content-wrapper .current-section .block-btn a {
  background: #deae42;
  color: #492f75;
  padding: 10px;
  display: block;
  max-width: fit-content;
  position: relative;
  transform: translate(-50%, 0);
  left: 50%;
  animation-name: logo;
  animation-delay: 3s;
  animation-duration: 1s;
  animation-fill-mode: both;
  margin-top: 25px;
  border-radius: 10px;
  text-decoration: none;
}
.page-1 .landing-content-wrapper .current-section .block-btn a:hover {
  text-decoration: underline;
}
.page-83 #main em strong a {
  background: #492f75;
  padding: 10px 40px;
  color: #fff;
  text-transform: uppercase;
}
.page-83 #main em strong a:hover {
  background: #deae42;
}
@media only screen and (max-width: 991px) {
  .landing-content-wrapper {
    flex-direction: column;
  }
  .landing-content-wrapper .alumni-section {
    margin: 0 auto;
  }
  .landing-content-wrapper .current-section {
    margin: 0 auto;
    padding: 60px 30px 0 30px !important;
  }
}
/**
 * =============================================================================
 * @template    Alumni Homepage
 * =============================================================================
 */
.homepage .image_after_h2_right {
  float: right;
  margin-left: 70px;
  height: 450px;
}
.events-outter-wrapper {
  margin-bottom: 100px;
}
.events-outter-wrapper .events-block-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 30px;
}
.events-outter-wrapper .events-block-wrapper .events-img-wrapper {
  width: 30%;
}
.events-outter-wrapper .events-block-wrapper .events-img-wrapper img {
  width: 100%;
}
.events-outter-wrapper .events-block-wrapper .events-text {
  width: 68%;
}
.events-outter-wrapper .events-block-wrapper .events-text h3 {
  margin-top: 0 !important;
}
.donation-wrapper {
  background-image: url(/lol/plugins/cms/user_content/uploads/delta-donation-home.k.jpg);
  color: #ffffff;
  text-align: center;
  width: calc(100vw);
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  background-position: center;
}
.donation-wrapper .donation-content-inner {
  max-width: 1400px;
  margin: 0 auto;
}
.donation-wrapper .donation-content {
  padding: 100px 0;
  background-color: rgba(73, 47, 117, 0.6);
}
.donation-wrapper .donation-content h2 {
  color: #ffffff !important;
}
.slogan-wrapper {
  background-image: url('/cms-files/500x300-image_twig/alumnilogo.png');
  height: 400px;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
/*.slider-outer-wrapper{
        .slide{
            position: relative;
        }
        img{
            width: 100%;
            max-height: 700px;
            object-fit: cover;
            object-position: top;
        }
        .img-text{
            position: absolute;
            bottom: 150px;
            padding: 40px 0 40px 120px;
            width: 100%;
            background: linear-gradient( 90deg, rgba(0,0,0,0.85) 0%, rgba(255,255,255,0) 100%);
            color: #fff;
        }
}


//NEW ALUMNI HOME
.page-31 {
    .cms-content{
        .slider-outer-wrapper{
            .slide{
                position: relative;
            }
            img{
                width: 100%;
                max-height: 700px;
                object-fit: cover;
                object-position: top;
            }
            .img-text{
                position: absolute;
                top: 0px;
                padding: 40px 0 40px 120px;
                width: 100%;
                background: linear-gradient( 90deg, rgba(73,47,117,0.85) 0%, rgba(255,255,255,0) 100%);
                color: #fff;
            }
        }
        .alumni-intro-wrapper{
            display: flex;
            .intro-content{
                h1{
                    color: @Purple !important;
                }
                h2{
                    color: @Purple !important;
                }
            }
            img{
                border-radius: 10px;
            }
        }
        .alumni-outro-wrapper{
            display: flex;
        }
    }
}
*/
/**
 * =============================================================================
 * @template    Alumni Subpages
 * =============================================================================
 */
.inside-template .slick-carousel img {
  width: 100%;
}
.inside-template .slick-carousel .slick-dots {
  display: none !important;
}
.inside-template .slick-carousel span.file-description {
  position: absolute;
  top: 0%;
  background: linear-gradient(to right, rgba(73, 46, 117, 0.85), rgba(73, 46, 117, 0));
  width: max-content;
  color: #ffffff;
  padding: 30px;
  font-size: 26px;
}
.inside-template .cms-nested-content-item {
  margin-bottom: 60px;
}
.inside-template #header {
  background: #ffffff;
  margin-bottom: 50px;
}
.inside-template #header .hdr-wrapper {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}
.inside-template #header .hdr-wrapper .hdr-logo {
  display: flex;
  align-items: center;
}
.inside-template #header .hdr-wrapper .hdr-logo span {
  color: #fff;
  font-size: 40px;
  padding-left: 17px;
}
.inside-template #header .hdr-wrapper .hdr-logo img {
  max-width: 400px;
}
.inside-template #header .hdr-wrapper .hdr-nav .hdr-nav-btns {
  text-align: right;
  background: #492f75;
  padding: 10px 40px;
}
.inside-template #header .hdr-wrapper .hdr-nav .hdr-nav-btns:hover {
  background: #deae42;
}
.inside-template #header .hdr-wrapper .hdr-nav .hdr-nav-btns a {
  color: #ffffff;
  padding: 0;
  text-decoration: none;
}
.inside-template #header .hdr-wrapper .hdr-nav .hdr-nav-btns a span {
  text-transform: uppercase;
}
.inside-template #header .hdr-wrapper .hdr-nav nav {
  text-align: right;
}
.inside-template #header .hdr-wrapper .hdr-nav nav .level-0 li a {
  line-height: 0;
  padding: 0;
}
.events-link a {
  color: #492f75;
}
.page-37 em strong a {
  color: #fff;
}
.page-48 .cms-nested-content-item {
  float: left;
  width: 50%;
  padding-right: 30px;
}
.page-44 .cms-nested-content-item {
  margin-bottom: 60px;
  float: left;
  width: 50%;
}
.page-44 .content_id-54 {
  padding-right: 50px;
}
em strong a,
button {
  color: #492f75;
  background: #deae42;
  padding: 10px 25px;
  margin-right: 15px;
  display: inline-block;
  min-width: 145px;
  text-transform: uppercase !important;
  text-decoration: none !important;
  font-family: 'Ropa Sans', sans-serif;
  text-align: center;
}
em strong a:hover,
button:hover {
  background: #492f75;
  color: #ffffff;
}
/**
 * =============================================================================
 * @template    Current Responsiveness
 * =============================================================================
 */
@media only screen and (max-width: 1310px) {
  .current-chapter-page #header .hdr-wrapper {
    position: relative;
    margin: 10px 30px;
  }
  .current-chapter-page #header .hdr-wrapper .hdr-nav {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .current-chapter-page #header .hdr-wrapper .hdr-nav ul {
    width: max-content !important;
    margin: 10px 0 0 0 !important;
  }
  .current-chapter-page #header .hdr-wrapper .hdr-nav ul li {
    display: block;
    padding: 3px 15px !important;
  }
  .current-chapter-page #header .hdr-wrapper .hdr-nav-btns {
    margin-bottom: 30px;
  }
  .page-4 .current-slogan-wrapper .img-col {
    display: none;
  }
  .page-4 .current-slogan-wrapper .slogan-col {
    width: 100%;
  }
}
@media only screen and (max-width: 1100px) {
  .page-10 .flex-two-col {
    flex-direction: column;
  }
  .page-10 .flex-two-col .flex-col-half {
    width: 100%;
  }
}
@media only screen and (max-width: 975px) {
  .page-7 .image_after_heading_right {
    float: none;
    padding: 10px 0;
  }
  .page-7 .headshot-section {
    flex-direction: column;
    align-items: center;
  }
  .page-7 .headshot-section .officer {
    width: 100%;
  }
}
@media only screen and (max-width: 800px) {
  .page-11 .contact-row {
    flex-direction: column;
  }
  .page-11 .contact-row .contact-col {
    width: 100%;
    padding-bottom: 20px;
  }
  .page-8 .cms-nested-content {
    display: inline-block;
  }
  .image_after_heading_right {
    float: none;
  }
}
@media only screen and (max-width: 750px) {
  #main .events-outter-wrapper .events-block-wrapper {
    flex-direction: column;
    padding-bottom: 45px;
  }
  #main .events-outter-wrapper .events-block-wrapper .events-img-wrapper {
    width: 100%;
    padding-bottom: 10px;
  }
  #main .events-outter-wrapper .events-block-wrapper .events-text {
    width: 100%;
  }
}
@media only screen and (max-width: 700px) {
  #header .hdr-wrapper {
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    height: 160px;
  }
  #header .hdr-wrapper .hdr-nav-btns {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0 !important;
  }
}
@media only screen and (max-width: 600px) {
  .page-4 .image_after_heading_right {
    float: none;
    padding: 15px 0;
    max-width: 100%;
    text-align: center;
  }
}
/**
 * =============================================================================
 * @template    ALUMNI Responsiveness
 * =============================================================================
 */
@media only screen and (max-width: 1280px) {
  .page-alumni #header .hdr-nav .level-0 li {
    padding: 0 7px;
  }
}
@media only screen and (max-width: 1155px) {
  #header .hdr-wrapper {
    position: relative;
    margin: 10px 30px;
  }
  #header .hdr-wrapper .hdr-nav {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  #header .hdr-wrapper .hdr-nav-btns {
    margin-bottom: 30px;
  }
  .page-48 .cms-nested-content-item,
  .page-44 .cms-nested-content-item {
    float: none;
    width: 100%;
  }
  .gallery-wrapper {
    display: block;
  }
  .gallery-wrapper img {
    padding: 20px;
    height: 300px;
    float: left;
  }
  .cms-nested-content-item {
    clear: both;
  }
}
@media only screen and (max-width: 1400px) {
  #main {
    padding: 0 30px;
  }
  .page-31 .donation-content-inner {
    padding: 0 20px;
  }
  .inside-template #header .hdr-wrapper {
    margin: 0px 20px;
    display: flex;
    justify-content: space-between;
  }
  .inside-template #header .hdr-wrapper .hdr-logo {
    display: flex;
    align-items: center;
  }
}
@media only screen and (max-width: 900px) {
  .gallery-wrapper {
    display: block;
  }
  .gallery-wrapper img {
    padding: 20px;
    height: 300px;
    width: 100%;
    float: left;
  }
  .page-38 .content_id-50 {
    clear: both;
  }
  .homepage .slick-carousel img {
    width: 100%;
    object-fit: cover;
    height: 500px;
  }
  .content_id-50 {
    clear: both;
  }
  .page-44 .cms-nested-content-item {
    float: none;
    width: 100%;
  }
  .page-48 .cms-nested-content-item {
    float: none;
    width: 100%;
  }
}
@media only screen and (max-width: 800px) {
  .homepage .slick-carousel span.file-description {
    width: 100%;
  }
  .inside-template #header .hdr-wrapper .hdr-logo {
    align-items: flex-end;
    flex-direction: column;
  }
  .inside-template .intro-image {
    padding-top: 20px;
  }
  .page-5 .cms-content .slider-outer-wrapper .img-text {
    padding: 10px 0 10px 30px;
  }
}
@media only screen and (max-width: 700px) {
  .page-31 .image_after_h2_right {
    float: none;
    margin-left: auto;
    height: auto;
  }
  .inside-template .cms-content .slider-outer-wrapper .img-text {
    position: absolute;
    bottom: 85px;
  }
}
@media only screen and (max-width: 600px) {
  .homepage .slick-carousel img {
    width: 100%;
    object-fit: cover;
    height: 400px;
  }
  .gallery-wrapper {
    display: block;
  }
  .gallery-wrapper img {
    padding: 20px;
    height: 300px;
    width: 100%;
    float: none;
  }
}
@media only screen and (max-width: 500px) {
  .inside-template #header .hdr-wrapper {
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .inside-template .cms-content .slider-outer-wrapper .img-text {
    position: absolute;
    bottom: 45px;
  }
  .inside-template #footer .ftr-logo img {
    max-width: 300px;
  }
}
@media only screen and (max-width: 400px) {
  .inside-template #header .hdr-wrapper .hdr-logo img {
    max-width: 300px;
  }
  .inside-template #header .hdr-wrapper .hdr-logo span {
    font-size: 30px;
  }
  .inside-template .cms-content .slider-outer-wrapper .img-text {
    position: absolute;
    bottom: 25px;
  }
}
@media only screen and (max-width: 990px) {
  .page-31 .events-block-wrapper {
    display: block !important;
  }
  .page-37 .events-block-wrapper {
    display: flex;
    flex-wrap: nowrap;
  }
  .page-37 .events-block-wrapper .col-md-4 {
    width: 100%;
  }
}
@media only screen and (max-width: 850px) {
  .page-37 .events-block-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  .page-37 .events-block-wrapper .col-md-4 {
    width: 100%;
  }
}
/**
 * =============================================================================
 * @template    Variables & Keyframes
 * =============================================================================
 */
@keyframes crest {
  0% {
    left: -545px;
  }
  100% {
    left: 50%;
  }
}
@keyframes logo {
  0% {
    left: 1170px;
  }
  100% {
    left: 50%;
  }
}
@keyframes hdr {
  0% {
    font-size: 1px;
    opacity: 0;
  }
  100% {
    font-size: 42px;
    opacity: 1;
  }
}
/**
 * =============================================================================
 * @template    Lightbox
 * =============================================================================
 */
body.lb-disable-scrolling {
  overflow: hidden;
}
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none;
}
.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 0px;
  /* Image border */
  border: 30px solid #000000;
}
.lightbox a img {
  border: none;
}
.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: #000000;
}
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
}
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
.lb-container > .nav {
  left: 0;
}
.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}
.lb-prev,
.lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}
.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-data {
  padding: 0 4px;
  color: #ccc;
}
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
.lb-data .lb-caption a {
  color: #4ae;
}
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(/cms-files/images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}