// VALUE:COLOR_2:
// VALUE:COLOR_1:

/*--------------------------------------------------------
	FONT ASSIGNMENTS
--------------------------------------------------------*/

body {
    font-family: 'Muli', sans-serif;
    font-size: 16px;
    color: #242935;
    background: #fff;
}

#body-container {
    background-color: #ffffff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    font-family: 'Muli', sans-serif;
    font-size: 16px;
}

p {
    font-family: 'Muli', sans-serif;
    font-size: 16px;
    color: #242935;
    color: #3A3A3A;
}


/*--------------------------------------------------------
	H1 - H6
--------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5 {
    margin: 0px;
    padding: 0px;
    font-family: 'Montserrat', sans-serif;
    color: #35516f;
    font-weight: 800;
    margin-bottom: 20px;
}

h1 {
    font-size: 32px;
    color: #101a23;
}

h2 {
    font-size: 28px;
    color: #013a60;
}

h3 {
    font-size: ;
}

h4 {
    font-size: ;
}

h1.title:empty {
    display: none;
}


/*Client styles per ticket #105486*/

#subpage h1,
#subpage h2,
#subpage h3,
#subpage h4,
#subpage h5,
#subpage h6 {
    margin: 25px 0 5px;
    padding: 0px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

#subpage h1 {
    font-size: 32px;
    color: #37A160;
    margin: 0 0 10px;
}

#subpage h2 {
    font-size: 20px;
    color: #37A160;
}

#subpage h3 {
    font-size: 20px;
    color: #3A3A3A;
}

#subpage h4 {
    font-family: 'Muli', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #37A160;
    margin-bottom: 0px;
}

#subpage h5 {
    font-family: 'Muli', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #37A160;
    margin-bottom: 0px;
}

#subpage h6 {
    font-family: 'Muli', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #646464;
    margin-bottom: 0px;
}

#subpage p {
    font-family: 'Muli', sans-serif;
    font-weight: ;
    font-size: 16px;
    color: #3A3A3A;
    line-height: 23px;
}

.mms-titles {
    text-align: left;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 5px;
    font-family: 'Montserrat', sans-serif;
    font-size: 23px;
    font-weight: 600;
    border-bottom: 2px solid #5ebc5e;
}


/*--------------------------------------------------------
	LINKS
--------------------------------------------------------*/

a {
    text-decoration: underline;
    color: inherit;
}

a:hover,
a:focus {
    color: #37A160;
    text-decoration: underline;
}


/*--------------------------------------------------------
	IMAGES, Objects, Others
--------------------------------------------------------*/

img {
    border: 0px;
}

a.btn {
    color: white;
    background-color: #37A160;
    font-size: 18px;
    text-decoration: none;
    font-weight: bold;
    margin-bottom: 10px;
}

a.btn:hover {
    color: white;
    font-size: 18px;
    text-decoration: none;
    font-weight: bold;
    background-color: #5CBC5E;
    border-color: #4cae4c;
}

a.btn-light-green {
    color: white;
    background-color: #5EBC5E;
    font-size: 18px;
    text-decoration: none;
    font-weight: bold;
    margin-bottom: 10px;
}

a.btn-light-green:hover {
    color: white;
    font-size: 18px;
    text-decoration: none;
    font-weight: bold;
    background-color: #5CBC5E;
    border-color: #4cae4c;
}

a.btn-yellow {
    color: white;
    background-color: #FDB913;
    font-size: 18px;
    text-decoration: none;
    font-weight: bold;
    margin-bottom: 10px;
}

a.btn-yellow:hover {
    color: white;
    font-size: 18px;
    text-decoration: none;
    font-weight: bold;
    background-color: #5CBC5E;
    border-color: #4cae4c;
}

a.btn-dark-blue {
    color: white;
    background-color: #343D98;
    font-size: 18px;
    text-decoration: none;
    font-weight: bold;
    margin-bottom: 10px;
}

a.btn-dark-blue:hover {
    color: white;
    font-size: 18px;
    text-decoration: none;
    font-weight: bold;
    background-color: #5CBC5E;
    border-color: #4cae4c;
}

a.btn-light-blue {
    color: white;
    background-color: #009AD5;
    font-size: 18px;
    text-decoration: none;
    font-weight: bold;
    margin-bottom: 10px;
}

a.btn-light-blue:hover {
    color: white;
    font-size: 18px;
    text-decoration: none;
    font-weight: bold;
    background-color: #5CBC5E;
    border-color: #4cae4c;
}

a.btn-purple {
    color: white;
    background-color: #8D1D82;
    font-size: 18px;
    text-decoration: none;
    font-weight: bold;
    margin-bottom: 10px;
}

a.btn-purple:hover {
    color: white;
    font-size: 18px;
    text-decoration: none;
    font-weight: bold;
    background-color: #5CBC5E;
    border-color: #4cae4c;
}

.white-link,
.white-link a {
    text-decoration: none !important;
}

.white-link:hover,
.white-link:focus,
.white-link a:hover,
.white-link a:focus {
    text-decoration: none !important;
    color: #E0E0E0;
}


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

.header-wrap {
    padding: 35px 0px 15px;
    background: #008355;
}

@media (min-width: 990px) and (max-width: 1199px) {
    .header-wrap {
        padding: 35px 0px 25px;
    }
}

@media (min-width: 768px) and (max-width: 990px) {
    .header-wrap {
        padding: 35px 0px 25px;
    }
}

@media (max-width: 767px) {
    .header-wrap {
        padding: 20px 0px;
    }
}

.header-wrap .container {
    padding-left: 40px;
    padding-right: 40px;
}

@media (min-width: 990px) and (max-width: 1199px) {
    .header-wrap .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 768px) and (max-width: 990px) {
    .header-wrap .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 767px) {
    .header-wrap .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

svg#main-logo {
    max-width: 210px;
}

.head-right-wrap {
    text-align: right;
    margin-top: 3px;
}

@media (max-width: 767px) {
    .head-right-wrap {
        margin-top: 15px;
    }
}

@media (max-width: 480px) {
    .head-right-wrap {
        margin-top: 10px;
    }
}

.nav-main-wrapper {
    display: inline-block;
    vertical-align: middle;
}

@media (min-width: 990px) and (max-width: 1199px) {
    .nav-main-wrapper {
        display: none;
    }
}

@media (max-width: 990px) {
    .nav-main-wrapper {
        display: none;
    }
}


/* Social Menu Wrap and Mobile SM */

.social-menu-wrap {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}

.social-menu-wrap ul {
    float: left;
    margin: 0;
    text-align: right;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.social-menu-wrap ul>li {
    float: left;
    position: relative;
    display: block;
}

.social-menu-wrap svg {
    width: 28px;
    height: 28px;
    margin-right: 5px;
}

.mobile-sm-wrap svg {
    width: 28px;
    height: 28px;
    margin-right: 0px;
}

.social-menu-wrap svg:hover .cls-1,
.mobile-sm-wrap svg:hover .cls-1 {
    fill: #fff !important;
    stroke: #008355 !important;
}

.social-menu-wrap svg:hover .cls-2,
.mobile-sm-wrap svg:hover .cls-2 {
    fill: #008355 !important;
}


/* Contact Wrap */

#contact-wrap {
    display: inline-block;
    margin-right: 10px;
}

@media (min-width: 768px) and (max-width: 990px) {
    #contact-wrap {
        margin-right: 0px;
    }
}

#contact-wrap a {
    background: #008355;
    border: 1px solid #fff;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding: 4px 9.5px;
    border-radius: 2px;
    font-family: 'Muli', sans-serif;
    text-decoration: none;
}

#contact-wrap a:hover,
#contact-wrap a:focus {
    background: #fff;
    border: 1px solid #008355;
    text-decoration: none;
    color: #008355;
}


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


/* Search Bar */

#search-login-wrap {
    display: inline-block;
    vertical-align: middle;
}

#search-input {
    max-width: 220px;
    display: inline-block;
    vertical-align: middle;
}

.search-main-wrap {
    display: inline-block;
    vertical-align: middle;
    margin-top: 20px;
}

.search-input {
    background: transparent;
    border: 2px solid #fff;
}

#search-input ::-webkit-input-placeholder,
.mobile-search-wrap ::-webkit-input-placeholder {
    color: #9B9B9B;
}

#search-input :-moz-placeholder,
.mobile-search-wrap :-moz-placeholder {
    /* Firefox 18- */
    color: #9B9B9B;
}

#search-input ::-moz-placeholder,
.mobile-search-wrap ::-moz-placeholder {
    /* Firefox 19+ */
    color: #9B9B9B;
}

#search-input :-ms-input-placeholder,
.mobile-search-wrap :-ms-input-placeholder {
    color: #9B9B9B;
}

.icon-search:before {
    content: url("../images/search-icon.png");
}

#search-input input {
    border: 0px;
    box-shadow: none;
    height: 26px;
    color: #9B9B9B;
    font-size: 16px;
    font-family: 'Muli', sans-serif;
    font-weight: normal;
    padding: 0px 9px;
    padding-bottom: 1px;
}

#search-input button {
    background: #fff;
    border: 1px solid #fff;
    box-shadow: none;
    border: 0;
    color: #fff;
    padding: 0px 10px;
    padding-top: 4px;
    height: 26px;
    border-radius: 0px;
}

.input-group.search-input-wrap {
    border: 1px solid #fff;
    background: #fff;
    border-radius: 2px;
}


/* Mobile Search Bar */

li.mobile-search-wrap {
    margin-bottom: 20px;
    padding-top: 45px;
    padding-left: 0px;
    width: 270px;
}

.mobile-search-wrap input {
    border: 0px;
    box-shadow: none;
    height: 31px;
    color: #9B9B9B !important;
    font-size: 16px;
    font-family: 'Muli', sans-serif;
    font-weight: normal;
    padding: 0px 12px;
}

.mobile-search-wrap button {
    background: #fff;
    border: 1px solid #fff;
    box-shadow: none;
    color: #fff;
    padding: 0px 10px;
    height: 31px;
    border-radius: 16px;
}

.mobile-search-wrap button:hover,
.mobile-search-wrap button:focus {
    background: transparent;
    border: none;
}

.mobile-search-wrap .input-group.search-input-wrap {
    border: 1px solid #fff;
    background: #fff;
    color: #9B9B9B;
}


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

.navbar-nav>li a {
    color: ;
    font-family: ;
}

.nav>li>a:hover,
.nav>li>a:focus {}


/*--------------------------------------------------------
					Index / Main Body
--------------------------------------------------------*/


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

.slideshow-wrap img {
    width: 100%;
}

.slideshow-wrap a {
    text-decoration: none;
    color: #fff;
}

.slideshow-wrap .row {
    margin-left: -30px;
    margin-right: -30px;
}

@media (min-width: 990px) and (max-width: 1199px) {
    .slideshow-wrap .row {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media (min-width: 768px) and (max-width: 990px) {
    .slideshow-wrap .row {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media (max-width: 767px) {
    .slideshow-wrap .row {
        margin-left: -15px;
        margin-right: -15px;
    }
}

.carousel-control {
    margin: auto 0px;
    display: none;
}

.carousel-control.left {
    height: 46px;
    width: 46px;
    color: #fff;
    top: 0px;
    left: auto;
    line-height: normal;
    bottom: 0;
    margin: auto;
    opacity: 1;
    text-shadow: none;
    font-family: 'Muli', sans-serif;
    background: rgba(0, 167, 81, .5);
    vertical-align: middle;
    text-align: center;
    padding-right: 2px;
    border: 2px solid #fff;
    border-radius: 30px;
    margin-left: 15px;
}

.carousel-control.right {
    height: 46px;
    width: 46px;
    color: #fff;
    top: 0px;
    left: auto;
    right: 0px;
    line-height: normal;
    bottom: 0;
    margin: auto;
    opacity: 1;
    text-shadow: none;
    font-family: 'Muli', sans-serif;
    background: rgba(0, 167, 81, .5);
    vertical-align: middle;
    text-align: center;
    padding-left: 2px;
    border: 2px solid #fff;
    border-radius: 30px;
    margin-right: 15px;
}

.carousel-control img {
    width: 13px;
    height: 21px;
    margin-top: 11px;
}

.carousel-inner .item:nth-child(1n) .carousel-caption {
    background: rgba(0, 131, 85, .9);
}

.carousel-inner .item:nth-child(1n) a {
    background: #009AD5;
}

.carousel-inner .item:nth-child(2n) .carousel-caption {
    background: rgba(52, 61, 152, .9);
}

.carousel-inner .item:nth-child(2n) a {
    background: #FDB913;
}

.carousel-inner .item:nth-child(3n) .carousel-caption {
    background: rgba(55, 161, 96, .9);
}

.carousel-inner .item:nth-child(3n) a {
    background: #343D98;
}

.carousel-inner .item:nth-child(4n) .carousel-caption {
    background: rgba(52, 61, 152, .9);
}

.carousel-inner .item:nth-child(4n) a {
    background: #5EBC5E;
}

.carousel-caption {
    position: absolute;
    z-index: 100;
    background: rgba(0, 131, 85, .9);
    left: auto;
    top: auto;
    right: 3%;
    bottom: 34px;
    width: 26.75%;
    text-align: center;
    text-shadow: none;
    padding-top: 35px;
    padding-bottom: 10px;
    min-height: 401px;
    padding-left: 25px;
    padding-right: 25px;
}

@media (min-width: 990px) and (max-width: 1199px) {
    .carousel-caption {
        width: 32.2%;
        right: 0;
        bottom: 0;
    }
}

@media (min-width: 768px) and (max-width: 990px) {
    .carousel-caption {
        padding-left: 15px;
        padding-right: 15px;
        display: block;
        position: static;
        width: 100%;
        height: auto !important;
        min-height: 280px !important;
        border: none;
        text-align: left;
    }
}

@media (max-width: 767px) {
    .carousel-caption {
        padding-left: 15px;
        padding-right: 15px;
        display: block;
        position: static;
        width: 100%;
        height: auto !important;
        min-height: 310px !important;
        border: none;
        text-align: left;
    }
}

@media (max-width: 767px) {
    .carousel-caption {
        min-height: 340px !important;
    }
}

@media (max-width: 480px) {
    .carousel-caption {
        min-height: 385px !important;
    }
}

@media (max-width: 350px) {
    .carousel-caption {
        min-height: 420px !important;
    }
}

.carousel-wrap {
    max-width: 1170px;
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 1000px) {
    .carousel-wrap {
        padding-right: 50px;
        padding-left: 50px;
    }
}

.carousel-indicators {
    bottom: 8px;
    text-align: center;
    z-index: 102;
    width: 100%;
    max-width: 1170px;
    margin: auto;
    left: 0;
    right: 0;
}

@media (max-width: 480px) {
    .carousel-indicators {
        bottom: 13px;
    }
}

.carousel-indicators li {
    width: 12px;
    height: 12px;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 20px;
    margin: 0 auto;
    margin-left: 8px;
}

.carousel-indicators .active {
    background: transparent;
    width: 12px;
    height: 12px;
    margin-left: 8px;
    background: #009AD5;
    border: 1px solid #fff;
    border-radius: 20px;
}

p.caption-text {
    font-size: 22px;
    font-weight: 700;
    display: block;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    text-align: left;
    margin-bottom: 0px;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 1.4em;
    line-height: normal;
    text-shadow: none;
    padding-bottom: 15px;
}

@media (min-width: 768px) and (max-width: 990px) {
    p.caption-text {
        max-height: 1.4em;
        margin-bottom: 5px;
    }
}

@media (max-width: 767px) {
    p.caption-text {
        max-height: 1.5em;
        margin-bottom: 5px;
    }
}

@media (max-width: 720px) {
    p.caption-text {
        max-height: 1.4em;
        margin-bottom: 10px;
    }
}

@media (max-width: 480px) {
    p.caption-text {
        max-height: 1.3em;
        margin-bottom: 10px;
    }
}

p.alt-text {
    font-size: 18px;
    font-family: 'Muli', sans-serif;
    color: #fff;
    margin-bottom: 0px;
    text-align: left;
    display: inline-block;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 12.4em;
    line-height: 25px;
    text-shadow: none;
    margin-bottom: 30px;
}

@media (min-width: 990px) and (max-width: 1199px) {
    p.alt-text {
        max-height: 12.4em;
    }
}

@media (min-width: 768px) and (max-width: 990px) {
    p.alt-text {
        max-height: 5em;
    }
}

@media (max-width: 767px) {
    p.alt-text {
        max-height: 5em;
    }
}

@media (max-width: 650px) {
    p.alt-text {
        max-height: 7.5em;
    }
}

@media (max-width: 480px) {
    p.alt-text {
        max-height: 8.6em;
    }
}

@media (max-width: 380px) {
    p.alt-text {
        max-height: 10em;
    }
}

.caption-btn {
    margin-top: 30px;
}

.carousel-caption a {
    background: #009AD5;
    border: 2px solid #fff;
    color: #fff;
    padding: 15px 45px;
    border-radius: 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 400;
}

.carousel-caption a:hover {
    text-decoration: none;
}


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


/*--------------------------------------------------------
				CSS Styles for Home/ Index Page
--------------------------------------------------------*/

.body-wrap {
    padding-bottom: 70px;
}

#welcome-txt-wrap .column {
    padding-left: 40px;
    padding-right: 40px;
}

@media (max-width: 767px) {
    #welcome-txt-wrap .column {
        padding-left: 15px;
        padding-right: 15px;
    }
}

#welcome-txt-wrap h1 {
    color: #008355;
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    border-bottom: 1px solid #008355;
    padding: 40px 100px;
    margin-bottom: 30px;
}

@media (min-width: 768px) and (max-width: 990px) {
    #welcome-txt-wrap h1 {
        padding: 40px 0px;
    }
}

@media (max-width: 767px) {
    #welcome-txt-wrap h1 {
        padding: 40px 0px;
    }
}

#featured-index-wrap .column {
    padding-left: 30px;
    padding-right: 30px;
}

@media (max-width: 767px) {
    #featured-index-wrap .column {
        padding-left: 15px;
        padding-right: 15px;
    }
}

#featured-index-wrap #coming-up-wrap {
    padding-right: 15px;
    padding-left: 15px;
}


/* News and Updates */

#news-updates-wrap img {
    margin: 0 auto;
    text-align: center;
}

#news-updates-wrap h2 {
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    color: #37a160;
    margin-bottom: 35px;
}

.news-item {
    margin-bottom: 35px;
}

.news-item h4 {
    margin-bottom: 10px;
}

.news-item a.news-title-link {
    color: #37a160;
    font-size: 18px;
    text-decoration: underline;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

a.news-btn {
    color: #37a160;
    font-size: 22px;
    font-weight: 600;
    text-decoration: underline;
}

.news-description,
.policy-description {
    font-family: 'Muli', sans-serif;
    font-size: 16px;
}


/* Coming Up */

#coming-up-wrap img {
    margin: 0 auto;
    text-align: center;
}

#coming-up-wrap h2 {
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    color: #343c98;
    margin-bottom: 35px;
}

.event-item {
    margin-bottom: 20px;
}

.event-date-wrap {
    background: #fff;
    border: 1px solid #444444;
    border-radius: 3px;
    width: 95%;
    display: inline-block;
    vertical-align: top;
    max-width: 63px;
    margin-right: 15px;
    padding: 10px 0px;
    text-align: center;
}

.event-month {
    color: #343c98;
    font-size: 16px;
    font-family: 'Muli', sans-serif;
    font-weight: 400;
    line-height: 16px;
}

.event-date {
    color: #343c98;
    font-size: 18px;
    font-family: 'Muli', sans-serif;
    font-weight: 700;
}

#event-container {
    padding-left: 0px;
}

.event-details-wrap {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 83px);
    width: -webkit-calc(100% - 83px);
    width: -moz-calc(100% - 83px);
    position: relative;
    top: -5px;
}

h3.event-title {
    margin-bottom: 10px;
}

a.ev-title-link {
    color: #343c98;
    font-size: 18px;
    text-decoration: underline;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

a.coming-btn {
    color: #343c98;
    font-size: 22px;
    font-weight: 600;
    text-decoration: underline;
}


/* Policy Monitor */

#policy-monitor-wrap img {
    margin: 0 auto;
    text-align: center;
}

#policy-monitor-wrap h2 {
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    color: #009bd6;
    margin-bottom: 35px;
}

.policy-item {
    margin-bottom: 35px;
}

.policy-item h4 {
    margin-bottom: 10px;
}

.policy-item a.news-title-link {
    color: #009bd6;
    font-size: 18px;
    text-decoration: underline;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

a.policy-btn {
    color: #009bd6;
    font-size: 22px;
    font-weight: 600;
    text-decoration: underline;
}


/*--------------------------------------------------------
				CSS Styles for Inner/ Sub Pages
--------------------------------------------------------*/

#subpage {
    min-height: calc(100vh - 346px);
    padding: 50px 40px;
    padding-bottom: 30px;
    position: relative;
    z-index: 1;
}

@media (max-width: 767px) {
    #subpage {
        padding: 30px 15px;
    }
}

#v_contain+.container {
    /*Ensures that the Grid Page columns don't spill out the sides of their container since the page has additional padding*/
    max-width: 100%;
}

#gm-canvas a {
    /*Removes the underline from all of the buttons in the GPE*/
    text-decoration: none;
}

.drop-shadow {
    box-shadow: 1px 5px 20px rgba(35, 31, 32, 0.3);
}


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

.upcoming-event-item {
    border-top: 1px solid #ededed;
    padding: 1em 30px;
}

#subpage h3.upcoming-event-title:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #34A161;
    position: absolute;
    left: -30px;
    bottom: 0.25em;
}

#subpage h3.upcoming-event-title {
    margin-top: 0px;
    margin-bottom: 0;
    position: relative;
}

#subpage h3.upcoming-event-title a {
    color: #3A3B4C;
    text-decoration: none;
}

#subpage h3.upcoming-event-title a:hover {
    color: #4BAA70;
    text-decoration: underline;
}

#subpage h4.upcoming-event-date {
    color: #4BAA70;
    margin-top: 0px;
    margin-bottom: 0;
    font-weight: normal;
    font-size: 16px;
}

.upcoming-event-blurb {
    margin: 0px;
}

.interior-news-item {
    margin: 1em 0px;
    min-height: 105px;
}

.interior-news-item .image-column {
    display: block;
    width: 135px;
    margin-right: 1em;
    max-width: 100%;
    position: relative;
    float: left;
}

.interior-news-item .image-column:empty {
    display: none;
}

.interior-news-item .second-column {
    display: inline-block;
    width: calc( 100% - ( 135px + 1em));
    max-width: 100%;
    float: left;
}

.image-column:empty+.second-column {
    width: 100%;
}

@media (max-width: 600px) {
    .interior-news-item .image-column,
    .interior-news-item .second-column {
        width: 100%;
    }
}

.interior-news-item img {
    width: 135px;
    max-width: 100%;
    position: relative;
    z-index: 50;
    margin-bottom: 1em;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

@media (max-width: 600px) {
    .interior-news-item img {
        min-width: 50%;
    }
}

#subpage h3.interior-news-title {
    margin-top: 0px;
    padding-bottom: 5px;
    border-bottom: .5px solid #5ebc5e;
    margin-bottom: 5px;
    position: relative;
}

#subpage h6.interior-news-date {
    color: #636364;
    margin-top: 0px;
    margin-bottom: 5px;
    font-weight: normal;
}

.interior-news-blurb {
    margin: 0 0 5px;
}

#subpage h4.learn-more {
    margin: 0;
}

h4.learn-more a.news-more-info-link {
    text-decoration: none;
    color: inherit;
    margin-bottom: 1em;
    display: block;
}

@media (max-width: 600px) {
    h4.learn-more a.news-more-info-link {
        margin-bottom: 1.5em;
    }
}

h4.learn-more a.news-more-info-link:after {
    content: "...";
}


/*--------------------------------------------------------
                mlogin.php Login Page
--------------------------------------------------------*/

#mlogin {}

#system-login-form input[type="submit"],
#system-reset-password-form input[type="submit"] {
    font-size: 15px;
    font-weight: 700;
    padding: 4px 9.5px;
    border-radius: 2px;
    font-family: 'Muli', sans-serif;
    text-decoration: none;
    border: 1px solid #008355;
    background: #fff;
    color: #008355;
}

#system-login-form input[type="submit"]:hover,
#system-reset-password-form input[type="submit"]:hover,
#system-login-form input[type="submit"]:focus,
#system-reset-password-form input[type="submit"]:focus {
    background: #008355;
    border: 1px solid #008355;
    color: #fff;
    text-decoration: none;
}


/*--------------------------------------------------------
                Admin Menu / Member Menu
--------------------------------------------------------*/

#adminMenu,
#adminMenu *,
#adminMenu #admin_full .admin-menu .menu-item .block .block-item * {
    font-family: 'Muli', sans-serif;
}

#adminMenu .links a {
    text-decoration: none;
    color: #37A160;
}

#adminMenu #admin_top .admin-menu .menu-item,
#adminMenu #admin_full .admin-menu .menu-item {
    background-color: #37A160;
}

#adminMenu #admin_top .admin-menu .menu-item.active,
#adminMenu #admin_full .admin-menu .menu-item.active {
    background-color: white;
}

#admin_full .admin-menu .menu-item.active #adminMenu #admin_full .admin-menu .menu-item:hover {
    background-color: #5EBC5E;
    color: #444;
}

#adminMenu #admin_full .admin-menu .menu-item .block .block-item:hover {
    background-color: rgba(94, 188, 94, 0.5);
}

#adminMenu #admin_full .admin-menu .menu-item .block .block-item:hover li.help-link svg path {
    fill: #37A160;
}

#adminMenu~.text-center>.nav>li>a {
    text-decoration: none;
    font-family: 'Muli', sans-serif;
    color: #37A160;
}

#adminMenu~.text-center>.nav>li>a:focus,
#adminMenu~.text-center>.nav>li>a:hover {
    background-color: white;
    border-radius: 5px 5px 0px 0px;
    border: 1px solid #eee;
    border-bottom: 4px solid #37A160;
    text-decoration: none;
}

#adminMenu~.text-center>.nav>li>a svg * {
    fill: #646464;
}

ul.nav.nav-tabs {
    font-family: 'Muli', sans-serif;
}

ul.nav.nav-tabs a {
    text-decoration: none;
    padding-bottom: 9px;
    color: #37A160;
}

ul.nav.nav-tabs .open>a,
ul.nav.nav-tabs .open>a:hover,
ul.nav.nav-tabs>li>a:hover {
    background-color: transparent;
    text-decoration: none;
    border-bottom: 3px solid #37A160;
    padding-bottom: 6px;
}

#My_Profile {
    padding-top: 1em;
}


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

#footer-container {
    background-color: #008355;
    padding-top: 32px;
    padding-bottom: 21px;
    padding-left: 30px;
    padding-right: 30px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) and (max-width: 990px) {
    #footer-container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 767px) {
    #footer-container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

#footer-container p,
#footer-container a {
    font-size: 16px;
    color: #fff;
}

#footer-container a {
    text-decoration: underline;
}

#footer-container .text-left span {
    font-weight: 700;
}


/* Footer Links */

.footer-links-wrap {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 10px;
}

@media (min-width: 768px) and (max-width: 990px) {
    .footer-links-wrap {
        width: 100%;
    }
}

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

.footer-links-wrap ul li {
    display: inline-block;
    position: relative;
    list-style-type: none;
    border-right: 1px solid #fff;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 10px;
}

.footer-links-wrap ul li:last-child {
    border-right: none;
}


/* Footer Social Menu Wrap */

.footer-social-menu-wrap {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.footer-social-menu-wrap ul {
    float: left;
    margin: 0;
    text-align: right;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.footer-social-menu-wrap ul>li {
    float: left;
    position: relative;
    display: block;
}

.footer-social-menu-wrap svg {
    width: 28px;
    height: 28px;
    margin-right: 5px;
}

.footer-social-menu-wrap svg .cls-1 {
    fill: #fff !important;
    stroke: #008355 !important;
}

.footer-social-menu-wrap svg .cls-2 {
    fill: #008355 !important;
}

.footer-social-menu-wrap svg:hover .cls-1 {
    fill: #008355 !important;
    stroke: #fff !important;
}

.footer-social-menu-wrap svg:hover .cls-2 {
    fill: #fff !important;
}


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

input[name="discount_code"] {
    /*-- Event reg discount code box coloring */
    border: 2px solid green;
    background-color: #daeae1;
}


/*--------------------------------------------------------------
                        Modal Log In
--------------------------------------------------------------*/


/*.modal{
    overflow-y: visible;
}
.modal-dialog{
    max-width: 280px;
    margin: 50px auto;
}
.modal-header{
    text-align: center;
}
.modal-body {
    padding: 15px 23px;
}*/

#login input {
    width: 203px!important;
    height: 30px;
    margin: 0px auto;
    margin-bottom: 10px;
    padding: 0px 10px;
    margin-left: 15px;
    background: #fff;
    font-size: 14px;
    color: #444444;
    box-shadow: none !important;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
}

#login input[type="submit"] {
    background: #008355;
    border: 1px solid #008355;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    border-radius: 5px;
    font-family: 'Libre Franklin', sans-serif;
    margin-left: 10px;
    outline: none;
    text-decoration: none;
    padding: 6px 20px;
    height: auto;
}

#login input[type="submit"]:hover,
#login input[type="submit"]:focus {
    background: transparent;
    border: 1px solid #008355;
    text-decoration: none;
    color: #008355;
    outline: none;
}

#login a {
    color: #009bd6;
    display: block;
    margin-left: 15px;
    font-size: 14px;
    padding-bottom: 10px;
    text-decoration: underline;
}

#login a:hover,
#login a:focus {
    color: #008355;
}

#login input:last-of-type {
    width: 100px;
    margin: none;
}

h6.modal-title {
    color: #343c98;
    font-size: 24px;
    font-weight: bold;
}


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

@media (max-width: 1200px) {}

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

@media (max-width: 991px) {}

@media (min-width: 990px) and (max-width: 1199px) {
    .slideshow-wrap .column {
        padding-right: 0px;
        padding-left: 0px;
    }
}

@media (min-width: 768px) and (max-width: 990px) {
    .slideshow-wrap .column {
        padding-right: 0px;
        padding-left: 0px;
    }
    #footer-container,
    #footer-container .text-left,
    #footer-container .text-right {
        text-align: center;
    }
    #footer-container .text-right {
        margin-top: 25px;
    }
}

@media (max-width: 767px) {
    .slideshow-wrap .column {
        padding-right: 0px;
        padding-left: 0px;
    }
    #footer-container,
    #footer-container .text-left,
    #footer-container .text-right {
        text-align: center;
    }
    #footer-container .text-right {
        margin-top: 25px;
    }
}

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

@media (max-width: 350px) {}


/* Safari Browser */

@media only screen and (-webkit-min-device-pixel-ratio: 1) {
     ::i-block-chrome,
    svg#main-logo {
        max-width: 210px;
        height: 72px;
    }
     ::i-block-chrome,
    #news-updates-wrap img,
     ::i-block-chrome,
    #coming-up-wrap img,
     ::i-block-chrome,
    #policy-monitor-wrap img {
        height: 42% !important;
    }
     ::i-block-chrome,
    .event-details-wrap {
        width: 277px;
    }
}


/* Internet Browser */

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    svg#main-logo {
        max-width: 210px;
        height: 72px;
    }
}