*, *:before, *:after {
  -webkit-box-sizing: border-box; 
  -moz-box-sizing: border-box; 
  box-sizing: border-box;
}
/*This changes the box model of everything in the website and can be overwriten per component if needed. To read more about box-sizing and why you'd want to overwrite it see https://css-tricks.com/international-box-sizing-awareness-day/ or https://www.w3schools.com/cssref/css3_pr_box-sizing.asp*/
/*--------------------------------------------------------
    FONT ASSIGNMENTS
--------------------------------------------------------*/
html {
    overflow-x: hidden;
}
body {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #333333;
    overflow-x: hidden;
}
p {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #333333;
    line-height: 24px;
    margin-bottom: 20px;
}

#subpage-main p:empty { display: none; } 
/*^^ Break tags shouldn't be used to space out lines, only to make text within a paragraph break to a new line*/
/*--------------------------------------------------------
    H1 - H6
--------------------------------------------------------*/
h1, h2, h3, h4, h5 {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    color: #000000;
    margin: 0px;
    padding: 0px;
    padding-bottom: 15px;
}
h1 a, h2 a, h3 a, h4 , h5 a {
    font-family: 'Inter', sans-serif;
}

h1 {
    font-size: 30px;
}
h2 {
    font-size: 24px;
}
h3 {
    font-size: 22px;
}
h4 {
    font-size: 20px;
    font-weight: 600;
}
h5 {
    font-size: 18px;
    font-weight: 600;
}


h1.title{
    margin-top: 15px;
}
h1.title:empty{ display:none; }
/*^^Hides the extra margin that is added on pages without a title*/
#subpage-main p:not(:empty) + h2,
#subpage-main p:not(:empty) + h3,
#subpage-main p:not(:empty) + h4,
#subpage-main ul + h2,
#subpage-main ul + h3,
#subpage-main ul + h4,
#subpage-main table + h2,
#subpage-main table + h3,
#subpage-main table + h4 {
    margin-top: 1.5em;
}
#subpage-main h2 + ul,
#subpage-main h3 + ul,
#subpage-main h4 + ul {
    margin-top: -.75rem; /*Adjusts for the margin-bottom placed on these headings to make the ul's look like they belong to that heading*/
}
/*--------------------------------------------------------
    LINKS
--------------------------------------------------------*/
a {
    color: ;
}
a:hover, 
a:focus {
    color: ;
}
a.button {}
a.button:hover,
a.button:focus
 {
    text-decoration: none;
}
a.button + * {
    padding-top: 1.5em;
}
/*--------------------------------------------------------
    Objects
--------------------------------------------------------*/
#subpage-main img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}
figcaption {
    font-style: italic;
    font-size: .9em;
    padding-top: 5px;
}
@media (max-width: 767px) {
    figcaption {
        font-size: 1em;
    }
}
@media (min-width: 767px) {
    /*The following styles are meant to give more space to the label column in contact forms that are too narrow for the entire label to be read normally*/
    .col-md-5 form[action="contact_form_resp.php"] .col-sm-2, 
    .col-md-4 form[action="contact_form_resp.php"] .col-sm-2, 
    .col-md-3 form[action="contact_form_resp.php"] .col-sm-2, 
    .col-md-2 form[action="contact_form_resp.php"] .col-sm-2, 
    .col-md-1 form[action="contact_form_resp.php"] .col-sm-2 {
        width: 25%;
        padding-right: 1em;
    }
    .col-md-5 form[action="contact_form_resp.php"] .col-sm-10, 
    .col-md-4 form[action="contact_form_resp.php"] .col-sm-10, 
    .col-md-3 form[action="contact_form_resp.php"] .col-sm-10, 
    .col-md-2 form[action="contact_form_resp.php"] .col-sm-10, 
    .col-md-1 form[action="contact_form_resp.php"] .col-sm-10 {
        width: 75%;
        padding-left: 0;
    }
    .col-md-5 form[action="contact_form_resp.php"] .col-sm-offset-2, 
    .col-md-4 form[action="contact_form_resp.php"] .col-sm-offset-2, 
    .col-md-3 form[action="contact_form_resp.php"] .col-sm-offset-2, 
    .col-md-2 form[action="contact_form_resp.php"] .col-sm-offset-2, 
    .col-md-1 form[action="contact_form_resp.php"] .col-sm-offset-2 {
        margin-left: 25%;
    }
    /*^^Adjusts the form-group placement of the reCAPTCHA iframe and submit buttom to match the new widths from the styles above*/
}
blockquote {
    font-size: inherit;
}
/*Styles below are taken from Bootstrap's table style to ensure that tables on content pages are responsive and neat whether Bootstrap classes are added or not*/
#subpage-main table {
    max-width: 100%;
    border-collapse: collapse;
    color: #212529;
    margin-bottom: 1em;
}
#subpage-main table td, 
#subpage-main table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    text-align: inherit;
}
#subpage-main table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
    border-top: none;
}
#subpage-main table caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}
#subpage-main table tbody tr:hover {
    color: #212529;
    background-color: rgba(0,0,0,.075);
}
grammarly-btn {
    display: none;
    /*If someone copy/pastes text from Grammarly it will add this invisible button and cause the page to scroll horizontally. This style hides that.*/
}



/*--------------------------------------------------------
                     TOP HEADER
--------------------------------------------------------*/
#top-header {
    height: 50px;
    background: #d9d3a4;
    padding: 7px 0px 6px;
}
#top-right-wrap {
    text-align: right;
    margin-top: 6px;
}




/* Social Media Icons */

.social-media-outside-wrap {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-top: 4px;
    margin-right: 0px;
}
.social-media-wrap {
    float: left;
    vertical-align: middle;
}
    @media (min-width: 1200px) {
        .social-media-wrap {
            display: inline-block !important;
        }   
    }
.social-media-outside-wrap ul {
    float: left;
    margin: 0;
    text-align: right;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.social-media-outside-wrap ul>li {
    position: relative;
    vertical-align: middle;
    margin-right: 10px;
}
    @media (max-width: 580px) {
        .social-media-outside-wrap ul>li {
            margin-right: 8px;
        }

    }

.social-media-outside-wrap ul>li:last-child {
    margin-right: 0px;
}
.social-media-outside-wrap svg {
    width: 28px;
    height: 28px;
}



/* Login */
#member-login-wrap a {
    background: #566422;
    color: #fff;
    padding: 7px 15px 8px;
    position: relative;
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    border-radius: 2px;
}


/* Become a Range Partner */

#become-ranger-wrap {
    display: inline-block;
    vertical-align: middle;
}
#become-ranger-wrap a {
    background: #444f19;
    color: #fff;
    padding: 8px 21px 12px;
    position: relative;
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    border-radius: 0px;
}

    @media (max-width: 480px) {
        #become-ranger-wrap a {
            padding: 12px 7px;
        }
    }
    @media (max-width: 385px) {
        #top-right-wrap {
            padding-left: 0px;
        }
        #become-ranger-wrap a {
            padding: 12px 6px;
        }
    }
    @media (max-width: 355px) {
        #top-left-wrap {
            width: 100%;
        }
        #top-right-wrap {
            padding-left: 15px;
            width: 100%;
            margin-top: 20px;
            margin-bottom: 40px;
            text-align: left;
        }
    }

#become-ranger-wrap a:hover, #become-ranger-wrap a:focus {
    background: #3E6EDF;
}


/* Mobile Login */

.mobile-login {
    border: 0px !important;
    margin-left: 15px;
    margin-top: 25px;
}
.mobile-login a {
    background: #3E6EDF !important;
    color: #fff;
    padding: 8px 19px 11px !important;
    position: relative;
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    border: 0px !important;
    border-radius: 2px;
    width: 100px !important;
}





/*--------------------------------------------------------
                    Search Bar
--------------------------------------------------------*/


#search-input {
    display: inline-block;
    vertical-align: middle;
    margin-left: 12px;
}

.searchbox {
    width: 190px;
    max-width: 45vw;
    display: inline-block;
    vertical-align: middle;
    color: #808080;
    position: relative;
    padding: 5px 1.5ch;
    height: 36px;
    background: #fff;
    border: 1px solid #e6e6e6;
    transition: .125s border ease-in-out;
    border-radius: 2px;
}
    @media (max-width: 767px) {
        .searchbox {
            max-width: 100%;
            width: 100%;
        }
    } 


.searchbox ::-webkit-input-placeholder {
    color: #808080;
}

.searchbox :-moz-placeholder {
    /* Firefox 18- */
    color: #808080;
}

.searchbox ::-moz-placeholder {
    /* Firefox 19+ */
    color: #808080;
}

.searchbox :-ms-input-placeholder {
    color: #808080;
}


.search-input {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: none;
    width: 100%;
    padding: inherit;
    background: #fff;
    padding: 2px 10px;
    outline: none;
    color: #808080;
    border-radius: 2px;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
}
#search-input .searchbox input[type="submit"]:not(#mms-main input),
.mobile-search-wrap input[type="submit"]:not(#mms-main input) {
    color: transparent;
    background: #fff;
    border: none;
    background-image: url(../images/search-new.svg.php?fc=566422);
    position: absolute;
    right: 0;
    top: 0px;
    bottom: 0;
    width: 34px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px;
    border-left: 0px;
    transition: .25s all ease-in-out;
    padding: 0;
    display: block;
    left: auto;
    margin: 0;
    text-align: left;
    border-radius: 2px;
}





/* Mobile Search Bar */

li.mobile-search-wrap {
    margin-top: 0px;
    margin-bottom: 10px;
    width: 100%;
    border-top: 0px !important;
}
li.mobile-search-wrap a {
    padding-left: 0px !important;
    padding-right: 0px !important;
    border-top: 0px !important;
}





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

/*header#header-outer-wrap {
    background: #fff;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    position: sticky;
    top: 0;
    z-index: 99;
}*/

#header-outer-wrap {
    padding: 20px 0px 10px;
}
svg#main-logo {
    max-width: 100%;
    width: 185px;
    height: 50px;
}

#right-side-wrap {
    text-align: right;
    margin-top: 5px;
}
    @media (max-width: 767px) {
        #right-side-wrap {
            margin-top: 12px;
        }
    }

#join-donate-wrap {
    padding-top: 4px;
    display: inline-block;
}
.join-wrap, .donate-wrap {
    display: inline-block;
    vertical-align: middle;
}
.join-wrap a {
    background: #F65848;
    color: #fff;
    border-radius: 3px;
    padding: 10px 14px 12px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
}
.donate-wrap {
    margin-left: 12px;
}
.donate-wrap a {
    background: #0F63C2;
    color: #fff;
    border-radius: 3px;
    padding: 10px 18px 12px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
}


.mobile-join-wrap, .mobile-donate-wrap {
    margin-left: 15px;
}
@media (max-width: 767px) {
    .mobile-join-wrap, .mobile-donate-wrap {
        display: inline-block !important;
        vertical-align: middle;
        margin-top: 10px;
        border: 0px !important;
    }
}

.mobile-join-wrap a {
    background: #F65848 !important;
    color: #fff !important;
    border-radius: 3px !important;
    padding: 7px 10px !important;
    text-decoration: none !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}
.mobile-donate-wrap a {
    background: #fff !important;
    color: #0F63C2 !important;
    border-radius: 3px !important;
    padding: 7px 10px !important;
    text-decoration: none !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}


/*--------------------------------------------------------
                    Desktop Navigation
--------------------------------------------------------*/

.dropdown-menu li{
    width: 100%;
}
.nav>li>a:hover, .nav>li>a:focus {
    background-color: transparent;
}

/*--------------------------------------------------------
                    Index / Main Body
--------------------------------------------------------*/
main {
    min-height: calc(100vh - 44px - 149px - 48px - 130px);
    /*The minimum height of the main section of the page should be the height of the screen minus the header and footer*/
    position: relative;
}
main#subpage-main {
    padding-top: 20px;
}
#subpage-main
#mms-main {
    margin-bottom: 2.5em;
}
@media (max-width: 900px) {
    #subpage-main
    #mms-main {
        margin-bottom: 2em;
    }
}
@media (min-width: 767px) { 
    #subpage-main .row {
        margin-bottom: 1em;
    }
}
@media (max-width: 767px) {
    #subpage-main div[class^="col-md"] {
        margin-bottom: 1em;
    }
}
/*^^These two styles can be tweaked if needed, but they are a handy default for spacing rows (and then columns once the screen hits the col-xs breakpoint on subpages*/


#subpage-main .panel-body ul {
    margin-bottom: 25px;
}

/*----------------Slideshow----------*/

.slideshow-wrap {
    margin-bottom: 80px;
    position: relative;
}
    @media (min-width: 768px) and (max-width: 990px) {
        .slideshow-wrap {
            margin-bottom: 50px;
        }
    }
    @media (max-width: 767px) {
        .slideshow-wrap {
            margin-bottom: 40px;
        }
    }

.slideshow-wrap .container  {
    width: 100%;
}
.slideshow-wrap img{
    width: 100%;
}  
.slideshow-wrap .carousel-inner .item img {
    max-height: 450px;
    object-fit: cover;
}
.slideshow-wrap a {
    text-decoration: none;
}
.slideshow-wrap [class*="col-"] {
    padding: 0;
}
#slide-row{
    margin-bottom: 10px;
}
.carousel-control.left, .carousel-control.right, .carousel-control:hover{
    background-image: none;
    font-size: ;
    font-weight: ;
    z-index: 101;
}
.carousel-control {
    margin: auto 0px;
    display: none;
}
.carousel-control.left {
    height: 50px;
    width: 50px;
    color: #fff;
    top: 0px;
    left: auto;
    line-height: normal;
    bottom: 0;
    margin: auto;
    opacity: 1;
    text-shadow: none;
    font-family: 'Inter', sans-serif;
    background: rgba(0, 0, 0, 0.6);
    vertical-align: middle;
    text-align: center;
    padding-right: 2px;
    border: 0px;
    border-radius: 30px;
    margin-left: 15px;
}
.carousel-control.right {
    height: 50px;
    width: 50px;
    color: #fff;
    top: 0px;
    left: auto;
    right: 0px;
    line-height: normal;
    bottom: 0;
    margin: auto;
    opacity: 1;
    text-shadow: none;
    font-family: 'Inter', sans-serif;
    background: rgba(0, 0, 0, 0.6);
    vertical-align: middle;
    text-align: center;
    padding-left: 2px;
    border: 0px;
    border-radius: 30px;
    margin-right: 15px;
}
    @media (min-width: 768px) and (max-width: 990px) {
        .carousel-control.left, .carousel-control.right {
        }
    }
    @media (max-width: 767px) {
        .carousel-control.left, .carousel-control.right {
            height: 38px;
            width: 38px;
        }
    }
.carousel-control img {
    width: 16px;
    height: 22px;
    margin-top: 13px;
}
    @media (max-width: 767px) {
        .carousel-control img {
            margin-top: 5px;
            width: 12px;
            height: 16px;
        }
    }


.carousel-caption {
    display: flex;
    position: absolute;
    z-index: 100;
    background: transparent;
    left: auto;
    top: auto;
    right: 0px;
    bottom: 0px;
    width: 100%;
    text-align: left;
    text-shadow: none;
    margin: 0;
    padding: 12px 0px;
    max-width: 1170px;
    margin: 0 auto;
}
    @media (max-width: 991px){
        .carousel-caption {
            max-width: 750px;
        }
    }
    @media (max-width: 1200px) {
        .carousel-caption {
            max-width: 970px;
        }
    }
    @media (max-width: 767px) {
        .carousel-caption {
            position: static;
            background: rgba(51,51,51,0.9);
            min-height: auto;
            padding: 15px 0px 25px;
        }
    }


.caption-wrapper {
    padding: 25px 20px;
    background: rgba(51, 51, 51, 0.75);
    border: 10px solid #fff;
    border-radius: 4px;
    width: 830px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}
    @media (max-width: 767px) {
        .caption-wrapper {
            background: transparent;
            width: 100%;
            border: 0px;
            padding: 0;
        }
    }


p.caption-text {
    font-size: 22px;
    font-weight: 500;
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    text-align: center;
    word-wrap: break-word;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 34px;
}
p.alt-text {
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    color: #ffffff;
    text-align: center;
    display: inline-block;
    word-wrap: break-word;
    line-height: 22px;
    margin-bottom: 0px;
    width: 65%;
}
    @media (max-width: 767px) {
        p.alt-text {
            font-size: 16px;
            width: 100%;
        }
    }
.slideshow-wrap p.alt-text {
    display: none;
}
.carousel-indicators {
    bottom: -8px;
}
    @media (max-width: 767px) {
        .carousel-indicators {
            bottom: 10px;
        }
    }
.carousel-indicators li {
    width: 12px;
    height: 12px;
    margin-left: 8px !important;
    margin: 0 auto;
    background-color: #DFE1E5;
    border: 1px solid #DFE1E5;
    border-radius: 15px;
}
.carousel-indicators li.active {
    width: 12px;
    height: 12px;
    margin-left: 8px !important;
    margin: 0 auto;
    background-color: #566422;
    border: 1px solid #566422;
    border-radius: 15px;
}
    @media (max-width: 767px) {
        .carousel-indicators li, .carousel-indicators li.active {
            width: 10px;
            height: 10px;
        }
    }
.caption-text-wrap {
    display: inline-block;
    vertical-align: middle;
    width: 74%;
}
.caption-btn-wrap {
    display: inline-block;
    vertical-align: middle;
    width: 25%;
    float: right;
    text-align: right;
    margin-top: 20px;
}
    @media (min-width: 768px) and (max-width: 990px) {
        .caption-text-wrap {
            width: 64%;
        }
        .caption-btn-wrap {
            width: 35%;
        }
    }

.caption-btn-wrap a {
    background: #4F85C4;
    border: 1px solid #4F85C4;
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-transform: none;
    padding: 12px 20px;
    border-radius: 1px;
    text-align: center;
}


/*----------------Subpage Slideshow----------*/

.subpage-outer-slideshow {
    margin-bottom: 60px;
    position: relative;
    border-bottom: 10px solid #444f19;
}
    @media (min-width: 768px) and (max-width: 990px) {
        .subpage-outer-slideshow {
            margin-bottom: 50px;
        }
    }
    @media (max-width: 767px) {
      .subpage-outer-slideshow  .subpage-outer-slideshow {
            margin-bottom: 40px;
        }
    }

.subpage-outer-slideshow .container  {
    width: 100%;
}
.subpage-outer-slideshow img{
    width: 100%;
}  
.subpage-outer-slideshow .carousel-inner .item img {
    max-height: 500px;
    object-fit: cover;
}
.subpage-outer-slideshow a {
    text-decoration: none;
}
.subpage-outer-slideshow [class*="col-"] {
    padding: 0;
}

#subpage-main .members-plan-outer-wrap {
    position: relative;
}
#subpage-main .members-plan-outer-wrap:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -666vw;
    right: -666vw;
    display: block;
    background-color: #F0F2F7;
    z-index: -1;
}



/*----------------End Slideshow------*/

/*--------------------------------------------------------
                    News and Events Feeds
--------------------------------------------------------*/


/*--------------------------------------------------------
                    Index / Home Page
--------------------------------------------------------*/


/* Buttons */
.btn-wrap {
    margin-top: 30px;
}
.btn-wrap a {
    font-family: 'Inter', sans-serif;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    background: #566422;
    border: 1px solid #566422;
    color: #fff;
    padding: 7px 20px 8px;
    text-align: center;
    border-radius: 3px;
    transition: background .3s;
    display: inline-block;
}
.btn-wrap a:hover {
    color: #fff;
    background: #303810;
    border: 1px solid #303810;
}





/* Featured Section */
#featured-section-wrap {
    margin-bottom: 30px;
}
#featured-section-wrap .col-content-wrap {
    background: #ffffff;
    border-radius: 2px;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
    padding: 20px 20px 35px;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #333333;
    transition: background .3s;
    margin-bottom: 30px;
    min-height: 325px;
}
    @media (min-width: 768px) and (max-width: 990px) {
        #featured-section-wrap .col-content-wrap {
            min-height: 400px;
        }
    }
    @media (max-width: 767px) {
        #featured-section-wrap .col-content-wrap {
            min-height: auto;
        }
    }
#featured-section-wrap .col-content-wrap:hover {
    display: block;
    background: #566422;
    color: #fff;
    cursor: pointer;
}
#featured-section-wrap .col-content-wrap:hover * {
    color: #fff;
}
#featured-section-wrap .col-content-wrap:hover img {
    filter: brightness(0) invert(1);
}
#featured-section-wrap .col-content-wrap:hover .btn-wrap a {
    background: #303810;
}
#featured-section-wrap .col-content-wrap img {
    margin: 0 auto 20px;
}

@media (min-width: 768px) and (max-width: 990px) {
    #featured-section-wrap .btn-wrap a {
        font-size: 15px;
        padding: 7px 15px 8px;
    }

}



#events-newsletter-wrap {
    margin-top: 20px;
}

/* Upcoming Events */
#events-section-wrap {
    margin-bottom: 40px;
}
#events-section-wrap h1 {
    margin-bottom: 10px;
}
.event-item {
    margin-bottom: 30px;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
    padding: 15px 20px 20px;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #333333;
    transition: background .3s;
}
.event-item:hover {
    display: block;
    background: #566422;
    color: #fff;
    cursor: pointer;
}
.event-item:hover * {
    color: #d9d3a4;
}
.event-item:hover a.ev-title-link {
    color: #ffffff;
    text-decoration: none;
}
.event-item:hover img {
    filter: invert(0%) sepia(135%) saturate(100%) hue-rotate(10deg) brightness(120%) contrast(100%);
}
.event-title {
    padding-bottom: 4px;
}
a.ev-title-link {
    color: #566422;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    text-transform: none;
    word-wrap: break-word;
}
a.ev-title-link:hover {
    color: #ffffff;
    text-decoration: none;
}
.event-date {
    font-size: 15px;
    color: #808080;
    font-weight: 600;
    padding-top: 4px;
}
.event-date img {
    display: inline-block;
    vertical-align: text-top;
    margin-right: 10px;
    position: relative;
    top: 3px;
}
.event-date span {
    display: inline-block;
    vertical-align: text-top;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #808080;
}
.event-description {
    color: #333333;
    font-size: 15px;
    margin-top: 8px;
}
#events-section-wrap .btn-wrap  {
    margin-top: 35px;
}
#events-section-wrap .btn-wrap a {
    background: #fff;
    border: 1px solid #566422;
    color: #566422;
    border-radius: 5px;
}
#events-section-wrap .btn-wrap a:hover {
    background: #566422;
    border: 1px solid #566422;
    color: #fff;
}



/* Sign Up to Our Newsletter */
#newsletter-section-wrap{
    margin-bottom: 40px;
}
#newsletter-section-wrap h4 {
    font-weight: 700;
    margin-bottom: 20px;
}
#newsletter-section-wrap form#contact-form label.control-label {
    display: none;
    margin-bottom: 15px;
    padding-top: 0px;
}
#newsletter-section-wrap form#contact-form label[for=contactCaptcha] {
    display: block;
    width: 100%;
    text-align: left;
}
#newsletter-section-wrap form#contact-form input.form-control {
    background: #fff;
    border: 1px solid #e6e6e6 !important;
    border-radius: 2px !important;
    box-shadow: none;
    height: 39px;
    color: #808080;
    font-size: 15px;
    font-family: 'Inter', sans-serif;
}
#newsletter-section-wrap form#contact-form .form-submit-btn {
    margin-top: 12px;
}
#newsletter-section-wrap form#contact-form .form-submit-btn .btn {
    font-family: 'Inter', sans-serif;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    background: #b5121b;
    border: 1px solid #b5121b;
    color: #fff;
    padding: 6px 20px 7px;
    text-align: center;
    border-radius: 5px;
    transition: background .3s;
}
#newsletter-section-wrap form#contact-form .form-submit-btn .btn:hover {
    background: #8c0915;
    border: 1px solid #8c0915;
}





/*--------------------------------------------------------
                CSS Styles for Inner Pages
--------------------------------------------------------*/
/*----------Responsive Nivo*/
div[id^=slider-container-FD], div[id^=slider_FD], .nivoSlider img {
    max-width: 100% !important;
    height: auto !important;
}
/*----------Nivo Controls*/
.nivo-prevNav, .nivo-nextNav {
    background-image: none !important;
    width: 25px !important;
    top: 25% !important; /*Fallback for browsers that don't support calc*/
    top: calc( 50% - 50px) !important;
    text-decoration: none;
    color: white;
    font-weight: bold;
    font-size: 75px;
    font-family: Arial, sans-serif;
    text-shadow: 0px 0px 10px rgba(51,51,51,0.4);
}
.nivo-prevNav:hover, .nivo-nextNav:hover {
    text-decoration: none;
    color: #ae0e0d;
    text-shadow: none;
}
.nivo-prevNav {
    left: 10px !important;
}
.nivo-nextNav {
    right: 10px !important;
}
.nivo-prevNav:after {
    content: "‹";
}
.nivo-nextNav:after {
    content: "›" ;
}

/*--------------------------------------------------------
                        Footer
--------------------------------------------------------*/



footer#main-footer {
    background: #444f19;
    padding: 44px 0px 43px;
    margin-top: 50px;
}
footer#main-footer p {
    color: #fff;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    margin: 0;
    line-height: 28px;
    font-weight: 300;
}
.footer-credit-section .text-left p:nth-child(2) {
    margin-top: 12px !important;
}
footer#main-footer a {
    color: #fff;
    text-decoration: underline;
    font-weight: 300;
}
footer#main-footer a:hover {
    color: #d9d3a4;
}
footer#main-footer strong {
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
}
footer#main-footer span.footer-privacy {
    border-left: 1px solid #ffffff;
    margin-left: 12px;
    padding-left: 12px;
}
footer#main-footer .text-right a {
    text-decoration: underline;
    font-weight: 300;
}

    @media (min-width: 768px) and (max-width: 990px) {
        footer#main-footer .text-left, footer#main-footer .text-right {

        }

    }

    @media (max-width: 767px) {
        footer#main-footer .text-left, footer#main-footer .text-right {
            text-align: center;
        }
        footer#main-footer p {
            margin-bottom: 5px;
        }
        footer#main-footer span.footer-privacy {
            display: block;
            border-left: 0px;
            padding-left: 0px;
            margin-left: 0px;
        }
        .footer-nav-wrap {
            margin-top: 20px;
        }
        .footer-featured-logo {
            margin-top: 35px;
        }
    }

.footer-credit-section * {
    color: #fff;
}
.footer-social-wrap {
    margin-bottom: 15px;
}
.footer-social-wrap ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-social-wrap ul li {
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    margin-left: 12px;
}
.footer-social-wrap ul li:first-child {
    margin-left: 0px;
}
.footer-social-wrap ul li img {
    width: 34px !important;
    height: 34px;
}


.footer-nav-wrap ul {
    list-style: none;
    width: 100%;
    padding: 0;
    margin: 0;
}

.footer-nav-wrap ul li {
    display: block;
    padding: 15px 10px;
    position: relative;
    float: left;
    list-style-type: none;
}
.footer-nav-wrap ul li:first-child {
    padding-left: 0px;
}
.footer-nav-wrap ul li:last-child {
    padding-right: 0px;
}

@media (min-width: 990px) and (max-width: 1199px) {
    .footer-nav-wrap ul li {
        padding: 15px 10px 0px;
    }
}

@media (min-width: 768px) and (max-width: 990px) {
    .footer-nav-wrap ul li {
        padding: 15px 10px 0px;
    }
}

@media (max-width: 767px) {
    .footer-nav-wrap ul li {
        width: 100%;
        padding: 3px 0;
        text-align: center;
    }
}

.footer-nav-wrap ul li a {
    color: #fff;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    text-decoration: underline;
    outline: none;
}

@media (min-width: 990px) and (max-width: 1199px) {
    .footer-nav-wrap ul li a {
        font-size: 15px;
    }
}
.footer-featured-logo {
    margin-bottom: 25px;
}
.footer-contact-info {
    margin-top: 5px;
}



/*--------------------------------------------------------
                        MMS Styling
--------------------------------------------------------*/

.grid-slideshow-content {
    background: transparent;
    margin-left: 0px;
    padding: 0px 15px;
}
.grid-bottom-featured-wrap {
    background-image: none;
}
.grid-bottom-featured-wrap-h2 {
    color: #527785;
    margin-bottom: 0px;
}
.grid-bottom-featured-wrap-p {
    color: #323233;
}

#mycanvas #news-section-wrap .column,
#mycanvas #get-involved-wrap .column {
    min-height: 415px;
}


/*--------------------------------------------------------------
                      Modal Member Login
--------------------------------------------------------------*/
.modal{
    overflow-y: visible;
}
.modal-dialog{
    max-width: 280px;
    margin: 50px auto;
}
.modal-header{
    text-align: center;
}
.modal-body {
    padding: 15px 23px;
}
.login-form input {
    width: 203px!important;
    height: 30px;
    margin: 0px auto;
    margin-bottom: 10px;
    padding: 0px 15px;
    margin-left: 15px;
    background: #fff;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    color: #808080;
    box-shadow: none !important;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
}
.login-form input[type="submit"] {
    background: #b5121b;
    border: 1px solid #b5121b;
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    border-radius: 5px;
    font-family: 'Inter', sans-serif;
    margin-left: 10px;
    outline: none;
    text-decoration: none;
    text-align: center;
    padding: 8px 20px;
    height: auto;
    transition: background .3s;
}
.login-form input[type="submit"]:hover, .login-form input[type="submit"]:focus {
    background: #8c0915;
    border: 1px solid #8c0915;
    text-decoration: none;
}
.login-form a {
    color: #333333;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    display: block;
    margin-left: 15px;
    padding-bottom: 10px;
    text-decoration: underline;
}
.login-form a:hover, .login-form a:focus {
    color: #444f19;
}
.login-form input:last-of-type{
    width: 100px;
    margin: none;
}
h6.modal-title {
    color: #527785;
    font-size: 24px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
}
h4#myModalLabel {
    font-family: 'Inter', sans-serif;
    font-size: 22px;
    color: #1A1A1A;
    padding-bottom: 0px;
}




/*--------------------------------------------------------
                        MMS Styling
--------------------------------------------------------*/




/*----------- MEDIA QUERY --------------------*/

@media (min-width: 1332px) and (max-width: 1365px) {

}

@media (max-width: 1200px) {
    .caption-wrapper {
        max-width: 970px;
    }
}

@media (min-width: 1000px) {
    .container {}

}

@media (min-width: 990px) and (max-width: 1199px) {
    .container {}
    

}

@media (min-width: 991px) {
   .mobile-menu-wrap {
        display: none !important;
    }

}


@media (max-width: 991px) {
    .caption-wrapper {
        max-width: 750px;
        padding-top: 0px;
    }
}


@media (min-width: 768px) and (max-width: 990px) {
    .container {}

    #search-input {
        display: inline-block !important;
        margin-right: 12px;
    }

}


@media (max-width: 767px) {
    .container {}

    #events-section-wrap {
        margin-bottom: 80px;
    }
}

@media (min-width: 560px) and (max-width: 767px) {

}

@media (max-width: 580px) {
    p.caption-text {
        width: 100%;
        font-size: 16px;
        line-height: 24px;
    }

}

@media (max-width: 480px) {
    .container {}

}

@media (max-width: 380px) {

}


/* Safari Browser */

@media only screen and (-webkit-min-device-pixel-ratio: 1) {
     ::i-block-chrome, .div {
        
     }
}

/* Internet Browser */

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  


}





html {
    overflow-x: hidden;
    --side-margin: calc((100vw - var(--page-width) + 30px) / -2);
    /* 13px to compensate for width of scrollbar */
}
@media (min-width:992px) {
     :root {
        --page-width: 970px;
    }
    .wrapper {
        width: 970px;
    }
}

@media (min-width:1200px) {
     :root {
        --page-width: 1170px;
    }
    .wrapper {
        width: 1170px;
    }
}
@media (max-width: 990px) {
    .container,
    .wrapper {
        /* Extra wiggle room at a breakpoint that needs it  */
        width: 100%;
    }
    #full-width {
        --side-margin: unset;
        left: unset;
        right: unset;
        width: unset !important;
    }
}


#full-width {
    /* Make an element span the width of the viewport */
    position: relative;
    left: var(--side-margin);
    right: var(--side-margin);
    width: calc(100vw + 13px);
}
#full-width .carousel-inner .item img,
#full-width img {
    width: 100% !important;
}
#full-width .column.col-md-12:not(#gm-canvas #full-width .column.col-md-12) {
    padding: 0;
}
#gm-canvas #full-width {
    left: unset;
    right: unset;
    width: unset;
}




/* Featured Text Image - Subpages */
#featured-text-img-wrap {
    /* Make an element span the width of the viewport */
    position: relative;
    left: var(--side-margin);
    right: var(--side-margin);
    width: calc(100vw + 13px);
}
#featured-text-img-wrap .col-content-wrap {
    display: flex;
    white-space: normal;
}
    @media (max-width: 767px) {
        #featured-text-img-wrap .col-content-wrap {
            display: inline-block;
        }
    }

#featured-text-img-wrap .col-content-wrap * {
    color: #fff;
}
#featured-text-img-wrap .col-content-wrap #featured-text-wrap {
    padding: 50px 60px;
    background: #566422;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
#featured-text-img-wrap .col-content-wrap #featured-img-wrap {
    padding: 0;
    flex-grow: 1;
    display: flex;
}
#featured-text-img-wrap .col-content-wrap img {
    width: 100% !important;
}
#featured-text-img-wrap .column.col-md-12:not(#gm-canvas #featured-text-img-wrap .column.col-md-12) {
    padding: 0;
}
#gm-canvas #featured-text-img-wrap {
    left: unset;
    right: unset;
    width: unset;
}

@media (max-width: 990px) {
    #featured-text-img-wrap {
        --side-margin: unset;
        left: unset;
        right: unset;
        width: unset !important;
    }
}





/* Media - News Subpages */

main#subpage-main .feed-item h3 {
    font-size: 16px;
    font-weight: 400;
}
main#subpage-main .feed-item h3 a.news-title-link {
    color: #333333;
}