/*--------------------------------------------------------
	FONT ASSIGNMENTS
--------------------------------------------------------*/
body {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	color: #363e47;
    background-image: url(../images/bg-img.png);
    background-attachment: fixed;
    background-size: cover;
}
p {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    color: #363e47;
}
.container {

}

/*--------------------------------------------------------
	H1 - H6
--------------------------------------------------------*/
h1, h2, h3, h4, h5 {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: bold;
    color: #0E3E64;
	margin: 0px;
	padding: 0px;
    padding-bottom: 10px;
}
h1 a, h2 a, h3 a, h4 , h5 a {
    font-family: 'Source Sans Pro', sans-serif;
}
h1 {
    font-size: 36px;
    color: #009900;
}
h2 {
    font-size: 32px;
    color: #009900;
}
h3 {
    font-size: 28px;
    color: #009900;
}
h4 {
    font-size: 24px;
}

h1.title{
	margin-top: 15px;
}

#mms-container h1, 
#mms-container h2, 
#mms-container h3, 
#mms-container h4, 
#mms-container h5 {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: bold;
    color: #0E3E64;
    margin: 0px;
    padding: 0px;
    padding-bottom: 10px;
}
#mms-container h1 a, 
#mms-container h2 a, 
#mms-container h3 a, 
#mms-container h4 a, 
#mms-container h5 a {
    font-family: 'Source Sans Pro', sans-serif;
}
#mms-container h1 {
    font-size: 36px;
    color: #009900;
}
#mms-container h2 {
    font-size: 32px;
    color: #009900;
}
#mms-container h3 {
    font-size: 28px;
    color: #009900;
}
#mms-container h4 {
    font-size: 24px;
}

/*--------------------------------------------------------
	LINKS
--------------------------------------------------------*/
a {
	color: #1B374C;
	font-family: 'Source Sans Pro', sans-serif;
}
a:hover, a:focus{
	color: ;
    text-decoration: underline;
}
#mms-container a {
    color: #009900;
}

/*--------------------------------------------------------
	IMAGES, Objects
--------------------------------------------------------*/
img {
	border: 0px;
}

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

/*#top-header-wrap {
    background: url(../images/header-top.png) repeat-x 0 0;
    background-size: cover;
    display: block;
    max-width: 100%;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 226px;
}   
    @media (min-width: 768px) and (max-width: 990px) {
        #top-header-wrap {
            height: auto;
        }
    }
    @media (max-width: 767px) {
        #top-header-wrap {
            height: auto;
        }
    }*/

/* Top Member Login */

.login-mobile-menu-wrap {
    display: inline-block;
    vertical-align: middle;
    float: right;
    margin-top: 12px;
}   
    @media (min-width: 768px) and (max-width: 990px) {
        .login-mobile-menu-wrap {
            margin-top: 0px;
        }
    }
    @media (max-width: 767px) {
        .login-mobile-menu-wrap {
            margin-top: 0px;
        }
    }
.login-wrap {
    display: inline-block;
    vertical-align: middle;
}
.login-wrap a {
    background: #ff6666;
    border: 1px solid #ff6666;
    color: #fff;
    font-size: 17px;
    font-weight: normal;
    padding: 4px 13px 5px;
    font-family: 'Source Sans Pro', sans-serif;
}
.login-wrap a:hover, .login-wrap a:focus {
    background: #a8da61;
    border: 1px solid #a8da61;
    text-decoration: none;
}

.main-header {
    padding: 20px 0px 12px;
}
#logo-wrap svg {
    width: 493px;
    height: 60px;
    vertical-align: middle;
    max-width: 100%;
}

#right-side-wrap {
    text-align: right;
}


/* Mobile SVG burger menu */

svg#burger-menu {
    width: 38px;
    height: 32px;
}
.mobile-menu-wrap {
    display: inline-block;
    vertical-align: middle;
}



/* Social - Mobile Menu Wrap */


.social-menu-inside-wrap {
    top: 3px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.social-menu-inside-wrap ul {
    float: left;
    margin: 0;
    text-align: right;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.social-menu-inside-wrap ul>li {
    float: left;
    position: relative;
    display: block;
}
.social-menu-inside-wrap svg {
    margin-right: 20px;
}
svg#fb-icon {
    width: 9px;
    height: 16px;
}
svg#twitter-icon {
    width: 17px;
    height: 14px;
}
svg#linkedin-icon {
    width: 16px;
    height: 15px;
}
svg#ig-icon {
    width: 16px;
    height: 16px;
}


#social-search-login-wrap {
    margin-top: 50px;
}

/* Search Bar */

#search-input {
    max-width: 245px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
}
.search-main-wrap {
    display: inline-block;
    vertical-align: middle;
    margin-top: 20px;
}7
#search-input ::-webkit-input-placeholder {
   color: #8f9396;
}

#search-input :-moz-placeholder { /* Firefox 18- */
   color: #8f9396;  
}

#search-input ::-moz-placeholder {  /* Firefox 19+ */
   color: #8f9396;  
}

#search-input :-ms-input-placeholder {  
   color: #8f9396;  
}
.icon-search:before {
    content: url("../images/search-icon.png");
}
#search-input input {
    border: 0px;
    box-shadow: none;
    height: 33px;
    color: #58704c;
    font-size: 16px;
    font-family: 'Source Sans Pro', sans-serif;
    padding: 0px 15px;
}
#search-input button {
    background: transparent;
    border: 1px solid #b3bec6;
    box-shadow: none;
    border: 0;
    color: #fff;
    padding: 0px 10px;
    height: 33px;
    border-radius: 0px;
}
.input-group.search-input-wrap {
    border: 1px solid #b3bec6;
    background: #fff;
}


/* Mobile Search Bar */

li.mobile-search-wrap {
    margin-top: 50px;
    margin-bottom: 10px;
    padding-left: 0px;
    width: 260px;
}
.mobile-search-wrap input {
    border: 0px;
    box-shadow: none;
    height: 33px;
    color: #9B9B9B;
    font-size: 15px;
    font-family: 'Source Sans Pro', sans-serif;
    padding: 0px 12px;
}
.mobile-search-wrap button {
    background: transparent;
    box-shadow: none;
    border: 0;
    color: #fff;
    padding: 0px 10px;
    height: 33px;
    border-radius: 0px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
.mobile-search-wrap button:hover {
    background: transparent;
}

.org-logo-wrap {
    display: inline-block;
    vertical-align: middle;
    margin-left: 30px;
}


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

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

/*--------------------------------------------------------
                    Mobile Navigation
--------------------------------------------------------*/



/*--------------------------------------------------------
	INDEX / MAIN BODY
--------------------------------------------------------*/

.body-wrapper {
    background: #fff;
    padding-top: 15px;
    border-radius: 3px;
}


/*----------------Slideshow----------*/
.slideshow-wrap {
    margin-bottom: 35px;
}
/*.slideshow-wrap .container {
    width: 100%;
}*/
.slideshow-wrap img {
    width: 100%;
}
/*.slideshow-wrap [class*="col-"] {
    padding: 0;
}*/
.slideshow-wrap a {
    text-decoration: none;
}
.carousel-control {
    margin: auto 0px;
}
.carousel-control.left {
    height: 51px;
    width: 51px;
    color: #fff;
    top: 0px;
    left: auto;
    line-height: normal;
    bottom: 0;
    margin: auto;
    opacity: 1;
    text-shadow: none;
    font-family: 'Source Sans Pro', sans-serif;
    background: rgba(255,153,153,.5);
    vertical-align: middle;
    text-align: center;
    padding-right: 2px;
    border: 2px solid #fff;
    border-radius: 30px;
    margin-left: 15px;
}
.carousel-control.right {
    height: 51px;
    width: 51px;
    color: #fff;
    top: 0px;
    left: auto;
    right: 0px;
    line-height: normal;
    bottom: 0;
    margin: auto;
    opacity: 1;
    text-shadow: none;
    font-family: 'Source Sans Pro', sans-serif;
    background: rgba(255,153,153,.5);
    vertical-align: middle;
    text-align: center;
    padding-left: 2px;
    border: 2px solid #fff;
    border-radius: 30px;
    margin-right: 15px;
}
    
    @media (max-width: 767px) {
        .carousel-control.left, .carousel-control.right {
            height: 31px;
            width: 31px;
            top: 75px;
            bottom: auto;
        }
    }
     @media (max-width: 480px) {
        .carousel-control.left, .carousel-control.right {
            top: 40px;
        }
    }
.carousel-control img {
    width: 11px;
    height: 19px;
    margin-top: 15px;
}
    @media (max-width: 767px) {
        .carousel-control img {
            width: 6px;
            height: 11px;
            margin-top: -3px;
        }
    }

.carousel-caption {
    position: absolute;
    z-index: 100;
    background: rgba(54, 62, 71, .7);
    left: auto;
    top: auto;
    right: 0px;
    bottom: 0px;
    width: 100%;
    text-align: left;
    text-shadow: none;
    padding-top: 10px;
    padding-bottom: 6px;
    min-height: 135px;
}
    @media (min-width: 768px) and (max-width: 990px) {
        .carousel-caption {
            display: block;
            position: static;
            width: 100%;
            height: auto !important;
            min-height: 138px !important;
            border: none;
        }
    }
    @media (max-width: 767px) {
        .carousel-caption {
            display: block;
            position: static;
            width: 100%;
            height: auto !important;
            min-height: 225px !important;
            border: none;
        }
    }
    @media (max-width: 640px) {
        .carousel-caption {
            min-height: 250px !important;
        }
    }
    @media (max-width: 510px) {
        .carousel-caption {
            min-height: 270px !important;
        }
    }
    @media (max-width: 480px) {
        .carousel-caption {
            min-height: 210px !important;
        }
    }
    @media (max-width: 350px) {
        .carousel-caption {
            min-height: 290px !important;
        }
    }
.carousel-wrap {
    max-width: 1170px;
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px;
}
.carousel-indicators {
    bottom: 15px;
    text-align: left;
    z-index: 102;
    width: 100%;
    max-width: 1170px;
    margin: auto;
    left: 0;
    right: 0;
    padding-left: 7px;
}
.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: #ff9999;
    border: 1px solid #fff;
    border-radius: 20px;
}


@media (min-width: 990px) and (max-width: 1199px) {
    .carousel-caption{
        
    }
}
@media (max-width: 990px){
    .carousel-caption{
        
    }
    #slide-row .col-md-12{
        
    }
}
p.caption-text {
    font-size: 30px;
    font-weight: 600;
    display: block;
    color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    text-align: left;
    margin-bottom: 3px;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 1.25em;
    line-height: normal;
}
    @media (min-width: 700px) and (max-width: 767px) {
        p.caption-text {
            max-height: 1.5em;
        }
    }
    @media (max-width: 700px) {
        p.caption-text {
            max-height: 2.7em;
        }
    }
    @media (max-width: 480px) {
        p.caption-text {
            max-height: 2.5em;
        }
    }
    @media (max-width: 380px) {
        p.caption-text {
            max-height: 3.8em;
        }
    }

p.alt-text {
    font-size: 18px;
    font-family: 'Source Sans Pro', sans-serif;
    color: #fff;
    margin-bottom: 30px;
    text-align: left;
    display: inline-block;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 2.5em;
    line-height: 22px;
}
    @media (max-width: 767px) {
        p.alt-text {
            max-height: 4.9em;
        }
    }
    @media (max-width: 640px) {
        p.alt-text {
            max-height: 6.1em;
        }
    }
    @media (max-width: 515px) {
        p.alt-text {
            max-height: 7.3em;
        }
    }
    @media (max-width: 450px) {
        p.alt-text {
            max-height: 8.5em;
        }
    }
    @media (max-width: 348px) {
        p.alt-text {
            max-height: 10.8em;
        }
    }
.carousel-caption a {
    display: none;
}
.carousel-caption a:hover {
    color: #fff; 
    text-decoration: none;
}


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

/*---------- news_feed_pages function ----*/
div#news-button-container {
	margin: 10px 0px 0px 0px;
	text-align: right;
}
div#news-button-verbiage {
	margin-right: 10px;
	display: inline-block;
	color: #5DB2D7;
}
div#news-button-container:active{	
	margin: 9px 0px 0px -1px; /* keeps buttons from jumping around when pressed*/
}
div.news-button {
	display: inline-block;
	padding: 5px 10px;
	background-color: #5DB2D7;
	color: black;
	border: 1px solid black;
	border-radius:5px;
	margin: 0px;
}
div.nb-number:hover {
	opacity:0.7; /*buttons move toward backgound color when hovered over*/
	cursor: pointer;
}
div.nb-number:active {
	/* make buttons look like they are being pressed when clicked*/
	opacity:0.6;
	border-width:2px 0px 0px 2px; 
}
div.nb-selected {	
	/* style the selected button */
	opacity:0.5;
}
div#nb-ellipsis-left, div#nb-ellipsis-right {
	background-color: transparent;
	color: #5DB2D7;
	border: 0px;
	margin: 0px;
	padding: 5px;
	font-weight: bold;
}
/*---------- END: news_feed_pages ----*/



/*----------------------------------Primary-Content*/


/*--------------------------------------------------------
	CSS STYLE FOR HOME PAGE CONTENT
--------------------------------------------------------*/

/* Events */

.event-item {
    margin-bottom: 15px;
}
#events-wrap h1 {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 10px;
}
    @media (max-width: 480px) {
        #events-wrap h1 {
            line-height: 50px;
        }
    }
.events-btn {
    /*float: right;*/
    display: inline-block;
    vertical-align: middle;
    margin-top: 2px;
    padding-bottom: 25px;
}
    @media (min-width: 768px) and (max-width: 990px) {
        #events-quick-wrap .events-btn {
            float: none;
            margin-bottom: 30px;
            width: 100%;
        }
    }
    @media (max-width: 580px) {
        .events-btn {
            float: none;
            margin-bottom: 30px;
            width: 100%;
        }
    }
.events-btn a {
    background: #ff6666;
    border: 1px solid #ff6666;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 7px 12px;
    font-family: 'Source Sans Pro', sans-serif;
}
.events-btn a:hover {
    background: #a8da61;
    border: 1px solid #a8da61;
    text-decoration: none;
}

#events-wrap {
    margin-bottom: 30px;
}
.event-date-wrap {
    background: transparent;
    width: 21%;
    display: inline-block;
    vertical-align: top;
    max-width: 74px;
    margin-right: 10px;
    padding: 0px;
}
    @media (min-width: 768px) and (max-width: 990px) {
        .event-date-wrap { 
            width: 30%;
        }
    }

.event-details-wrap {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 88px);
    width: -webkit-calc(100% - 88px);
    width: -moz-calc(100% - 88px);
    position: relative;
    top: -2px;
}
.event-month {
    text-align: center;
    color: #fff;
    font-size: 22px;
    padding: 2px 0px;
    font-weight: 600;
    background: #ff9999;
    border: 1px solid #ff9999;
    text-transform: uppercase;
}
.event-date {
    text-align: center;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    padding-bottom: 2px;
    background: #a8da61;
    border: 1px solid #a8da61;
    line-height: 40px;
}
#event-container {
    padding-left: 0px;
    margin-left: -15px;
}
h4.event-title {
    font-weight: normal;
    padding-bottom: 0px;
    line-height: 16px;
    margin-bottom: 3px;
}
a.ev-title-link {
    color: #363e47;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    font-family: 'Source Sans Pro', sans-serif;
    text-transform: none;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 2.2em;
    line-height: 22px;
    display: inline-block;
}
a.ev-title-link:hover {
    text-decoration: none;
    color: #ff6666;
}
p.event-blurb {
    padding-top: 0px;
    margin-bottom: 0px;
    color: #464849;
    line-height: 20px;
    word-wrap: break-word;
    overflow: hidden;
}
a.events-btn {
    display: block;
    background: #76A8A1;
    width: 195px;
    padding: 5px 10px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 3px;
    margin-top: 10px; 
    font-family: 'PT Sans', sans-serif;  
}
a.events-btn:hover {
    background: #4A3333;
}
a.events-viewall {
    color: #F2745F;
    font-size: 18px;
}
a.events-viewall:hover {
    text-decoration: underline;
}
.more-info-btn a {
    color: #ff6666;
    font-size: 17px;
}



/* Quick Links */

#quicklinks-wrap h2 {
    margin-bottom: 5px;
}
#quicklinks-wrap ul {
    margin: 0;
    padding: 0;
}
#quicklinks-wrap ul li {
    list-style: none;
    margin: 0;
}
#quicklinks-wrap ul li:before {
    content: url(../images/quick-link-icon.png);
    display: block;
    left: 0;
    position: relative;
    width: 8px;
    height: 8px;
    cursor: pointer;
    border: none;
    top: 0.8em;
}
#quicklinks-wrap ul li a {
    color: #363e47;
    font-size: 16px;
    display: block;
    padding: 3px 0px 0px 28px;
}
#quicklinks-wrap ul li a:hover, #quicklinks-wrap ul li a:focus {
    text-decoration: none;
    color: #ff6666;
}



/* News */

#news-section-wrap {
    margin-top: 20px;
}
    @media (min-width: 990px) and (max-width: 1199px) {
        #news-section-wrap {
            margin-top: 50px;
        }
    }
    @media (max-width: 767px) {
        #news-section-wrap {
            margin-top: 50px;
        }
    }
.news-item {
    margin-bottom: 20px;
    background: #e6ebed;
    padding: 15px;
}
#news-section-wrap h2 {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 7px;
}
.news-btn {
    float: right;
    display: inline-block;
    vertical-align: middle;
    margin-top: 7px;
}
    @media (max-width: 580px) {
        .news-btn {
            float: none;
            margin-bottom: 40px;
            width: 100%;
        }
    }
.news-btn a {
    background: #ff6666;
    border: 1px solid #ff6666;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 7px 16px;
    font-family: 'Source Sans Pro', sans-serif;
}
.news-btn a:hover {
    background: #a8da61;
    border: 1px solid #a8da61;
    text-decoration: none;
}

.news-details {
    padding-left: 15px;
}
    @media (min-width: 990px) and (max-width: 1199px) {
        .news-details {
            padding-left: 40px;
        }
    }
    @media (min-width: 768px) and (max-width: 990px) {
        .news-details {
            padding-left: 15px;
        }
    }
    @media (max-width: 580px) {
        .news-details {
            padding-left: 15px;
        }
    }
h3.news-title {
    padding: 0;
    font-size: 20px;
}
    @media (max-width: 580px) {
        h3.news-title {
            padding-top: 10px;
            padding-bottom: 5px;
        }
    }
a.news-title-link {
    color: #363e47;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    font-family: 'Source Sans Pro', sans-serif;
    text-transform: none;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 2.2em;
    line-height: 22px;
}
a.news-title-link:hover {
    color: #ff6666;
}
.news-date {
    font-size: 16px;
    color: #636977;
}
.read-more-btn {
    margin-top: 8px;
}
.read-more-btn a {
    color: #ff6666;
    font-size: 17px;
}



/* Community Events */

#community-events-wrap {
    margin-top: 40px;
}
#community-events-wrap h3 {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 20px;
}
#community-events-wrap .more-info-btn {
    margin-top: 6px;
}
#community-events-wrap .event-month {
    background: #a8da61;
    border: 1px solid #a8da61;
}
#community-events-wrap .event-date {
    background: #f3b0b1;
    border: 1px solid #f3b0b1;
}



/*--------------------------------------------------------
	CSS STYLE FOR INNER PAGES
--------------------------------------------------------*/

#subpage {
    min-height: calc(100vh - 431px);
    /*padding-top: 30px;*/
    padding-bottom: 30px;
}


/*--------------------------------------------------------------
                        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 15px;
    margin-left: 15px;
    background: #fff;
    font-size: 16px;
    color: #9B9B9B;
    box-shadow: none !important;
    border: 1px solid #CCCCCC;
    border-radius: 18px;
}
#login input[type="submit"] {
    background: #ff6666;
    border: 1px solid #ff6666;
    color: #fff;
    font-size: 17px;
    font-weight: normal;
    border-radius: 0px;
    font-family: 'Source Sans Pro', sans-serif;
    margin-left: 10px;
    outline: none;
    text-decoration: none;
    padding: 4px 20px;
    height: auto;
}
#login input[type="submit"]:hover, #login input[type="submit"]:focus {
    background: #a8da61;
    border: 1px solid #a8da61;
    text-decoration: none;
}
#login a {
    color: #363e47;
    font-size: 17px;
    display: block;
    margin-left: 15px;
    padding-bottom: 10px;
    text-decoration: underline;
}
#login a:hover, #login a:focus {
    color: #ff6666;
}
#login input:last-of-type{
    width: 100px;
    margin: none;
}
h6.modal-title {
    color: #009900;
    font-size: 24px;
    font-weight: 700;
}


/*--------------------------------------------------------
	FOOTER
--------------------------------------------------------*/

.footer-content-wrapper {
    background: #363e47;
    color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 17px;
    line-height: 28px;
    padding: 32px 0px 19px;
    margin-top: 35px;
}
.footer-content-wrapper p {
    color: #fff;
    font-size: 17px;
    line-height: 30px;
}
.footer-content-wrapper a, .footer-content-wrapper p a {
    color: #ff9999;
}
.footer-details-wrap {
    font-size: 17px;
    line-height: 20px;
    border-bottom: 1px solid #495663;
    padding-bottom: 23px;
    margin-bottom: 15px;
}



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

/*-------------------------------End-Footer Menu*/

/*--------------------------------------------------------
	UTILITIES
--------------------------------------------------------*/

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


@media (max-width: 1200px) {

}

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

    .mobile-menu-wrap {
        display: none;
    }

}

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

}


@media (max-width: 991px) {

}


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

    .main-header {
        padding: 15px 0px;
    }
    .org-logo-wrap img {
        width: 120px;
    }
}


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

    #logo-wrap img {
        width: 98px;
    }
    .org-logo-wrap img {
        width: 103px;
    }
    .footer-details-wrap, .footer-content-wrapper p {
        text-align: center;
    }
}

@media (min-width: 580px) and (max-width: 767px) {
    .news-image {
        width: 33%;
    }
    .news-details {
        width: 67%;
    }

}

@media (max-width: 580px) {
    .news-image img {
        width: 100%;
        height: auto;
    }
}

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

}

@media (max-width: 350px) {

}


/* Safari Browser */

@media only screen and (-webkit-min-device-pixel-ratio: 1) {
     ::i-block-chrome, .event-details-wrap {
        width: 88%;
     }
     ::i-block-chrome, .community-events .event-details-wrap {
        width: 75%;
     }
}

/* Internet Browser */

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


}
/*--------------------------------------------------------
    MMS corrections
--------------------------------------------------------*/
font[face*="Verdana"],
font[face*="verdana"],
font[size="2"] {
    /*Any page that was built when font tags had not been depricated can have it's font styles ignored*/
    font-family: inherit;
    font-size: inherit;
}
ul.jqueryFileTree {
    /*Instead of 11px, Verdana...*/
    font-size: inherit !important;
    font-family: inherit !important;
}