*,
*: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
--------------------------------------------------------*/

body {
    font-family: 'Public Sans', sans-serif;
    font-size: 16px;
    color: #323233;
}

p {
    font-family: 'Public Sans', sans-serif;
    font-size: 16px;
    color: #323233;
}


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

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Public Sans', sans-serif;
    font-weight: 800;
    color: #2a2e38;
    margin: 0px;
    padding: 0px;
    padding-bottom: 15px;
}

h1 a,
h2 a,
h3 a,
h4,
h5 a {
    font-family: 'Public Sans', sans-serif;
}

h1 {
    font-size: 36px;
    color: #202328;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 22px;
    color: #2a2e38;
}

h4 {
    font-size: 20px;
}

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

h1.title:empty {
    display: none;
}


/*^^Hides the extra margin that is added on pages without a title*/


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

a {
    color: #2E27FE;
}

a:hover,
a:focus {
    color: ;
}


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

img {
    border: 0px;
}

hr {
    margin-bottom: 40px;
}


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

#main-header {
    padding: 20px 0px 15px;
}

#logo-wrap a {
    text-decoration: none;
}

svg#main-logo {
    width: 268px;
    height: 80px;
    max-width: 100%;
}

#right-side-wrap {
    text-align: right;
    margin-top: 5px;
}

@media (max-width: 480px) {
    #right-side-wrap {
        margin-top: 20px;
    }
}


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

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

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

@media (min-width: 768px) and (max-width: 990px) {
    #search-input {
        max-width: 215px;
    }
}

@media (max-width: 380px) {
    #search-input {
        max-width: 180px;
    }
}

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

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

#search-input ::-webkit-input-placeholder {
    color: #515151;
}

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

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

#search-input :-ms-input-placeholder {
    color: #515151;
}

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

#search-input input {
    border: 1px solid transparent;
    box-shadow: none;
    height: 35px;
    color: #515151;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Public Sans', sans-serif;
    padding: 0px 10px;
}

#search-input button {
    background: transparent;
    border-left: 1px solid #c7cfd3 !important;
    box-shadow: none;
    border: 0;
    color: #fff;
    padding: 4px 10px 0px;
    height: 35px;
    border-radius: 0px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

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

#search-input .input-group-btn {
    background: #EBD6FF;
}


/* Mobile Search Bar */

li.mobile-search-wrap {
    margin-top: 35px;
    margin-bottom: 5px;
    padding-left: 0px;
    width: 260px;
}

li.mobile-search-wrap a {
    border-bottom: 0px !important;
}

li.mobile-search-wrap .input-group.search-input-wrap {
    border: 1px solid #c7cfd3;
    background: #fff;
    border-radius: 0px;
}

.mobile-search-wrap input {
    border: 0px;
    box-shadow: none;
    height: 31px;
    color: #515151;
    font-size: 15px;
    font-family: 'Public Sans', sans-serif;
    padding: 0px 12px;
    font-weight: normal;
}

.mobile-search-wrap ::-webkit-input-placeholder {
    color: #515151;
}

.mobile-search-wrap :-moz-placeholder {
    /* Firefox 18- */
    color: #515151;
}

.mobile-search-wrap ::-moz-placeholder {
    /* Firefox 19+ */
    color: #515151;
}

.mobile-search-wrap :-ms-input-placeholder {
    color: #515151;
}

.mobile-search-wrap button {
    background: #EBD6FF;
    border-left: 1px solid #c7cfd3 !important;
    box-shadow: none;
    border: 0;
    color: #515151;
    padding: 4px 10px 0px;
    height: 31px;
    border-radius: 0px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

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

.sm-signin-wrap {
    text-align: right;
    margin-top: 5px;
}

@media (min-width: 992px) {
    .sm-signin-wrap {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
    #login-wrap {
        margin-top: 5px !important;
    }
}


/* Social Media Icons */

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

.social-media-wrap:not(.social-media-wrap .social-media-wrap) {
    margin-top: 10px;
}

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

.social-media-wrap ul>li {
    float: left;
    position: relative;
    display: block;
    margin-right: 5px;
}

.social-media-wrap svg {
    width: 29px;
    height: 29px;
}
svg.instagram-icon rect#Instagram_1_ {
    fill: #212c38;
}
svg#threads-app-icon {
    background: #212c38 !important;
}
svg#threads-app-icon path:first-child {
    fill: #212c38 !important;
}

.social-media-wrap a:hover rect {
    fill: #2E27FE !important;
    stroke: #2E27FE !important;
}

.social-media-wrap path {
    fill: #ffffff !important;
}

.social-media-wrap a:hover svg#fb-icon .cls-1,
.social-media-wrap a:hover svg#ig-icon .cls-1,
.social-media-wrap a:hover svg#twitter-icon .cls-1,
.social-media-wrap a:hover svg#linkedin-icon .cls-1,
.social-media-wrap a:hover svg#threads-app-icon path:first-child {
    fill: #2E27FE !important;
    stroke: #2E27FE !important;
}

.social-media-wrap a:hover svg#fb-icon .cls-2,
.social-media-wrap a:hover svg#ig-icon .cls-2,
.social-media-wrap a:hover svg#twitter-icon .cls-3,
.social-media-wrap a:hover svg#linkedin-icon .cls-2 {
    fill: #ffffff !important;
}

.social-media-wrap a:hover svg#threads-app-icon {
    background: #2E27FE !important;

}


/* Login */

#login-wrap {
    display: inline-block;
    vertical-align: middle;
    margin-top: 10px;
    margin-left: 10px;
}


/* Mozilla Firefox */

@-moz-document url-prefix() {
    #login-wrap {
        margin-top: -15px;
    }
}

#login-wrap a {
    background: #2E27FE;
    color: #fff;
    padding: 5px 20px 5px;
    position: relative;
    text-decoration: none;
    border: 1px solid #2E27FE;
    font-family: 'Public Sans', sans-serif;
    font-size: 16px;
    font-weight: 500;
    border-radius: 1px;
}

@-moz-document url-prefix() {
    #login-wrap a {
        top: 9px;
    }
}

#login-wrap a:hover,
#login-wrap a:focus {
    background: #2e67b2;
}

#login-wrap a span {
    padding-left: 5px;
}

svg#sign-in-icon {
    width: 12px;
    height: 16px;
}


/* Mobile Login */

li.mobile-login a {
    border-bottom: 0px !important;
}

li.mobile-login span {
    margin-left: 5px;
}


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


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


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


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

.slideshow-wrap {
    margin-bottom: 50px;
    position: relative;
}

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

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

.slideshow-wrap [class*="col-"] {
    padding: 0;
}

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

#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: 42px;
    width: 42px;
    color: #fff;
    top: 0px;
    left: auto;
    line-height: normal;
    bottom: 0;
    margin: auto;
    opacity: 1;
    text-shadow: none;
    font-family: 'Lato', sans-serif;
    background: transparent;
    vertical-align: middle;
    text-align: center;
    padding-right: 2px;
    border: 1px solid #fff;
    border-radius: 30px;
    margin-left: 15px;
}

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

@media (min-width: 768px) and (max-width: 990px) {
    .carousel-control.left,
    .carousel-control.right {
        bottom: 5%;
    }
}

@media (max-width: 767px) {
    .carousel-control.left,
    .carousel-control.right {
        bottom: 40%;
        height: 34px;
        width: 34px;
        top: -38px;
    }
}

.carousel-control img {
    width: 10px;
    height: 16px;
    margin-top: 8px;
}

@media (max-width: 767px) {
    .carousel-control img {
        margin-top: 4px;
    }
}

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

.carousel-caption {
    position: absolute;
    z-index: 100;
    background: transparent;
    padding: 0px;
    left: inherit;
    bottom: 0px;
    right: 0px;
    top: 0px;
    width: 100%;
    text-align: left;
    text-shadow: none;
}

.caption-inside-wrap {
    background: rgba(48, 48, 48, .8);
    padding: 10px 15px;
}

.carousel-caption p.caption-text {
    display: none !important;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Public Sans', sans-serif;
    padding: 9px 15px;
    line-height: 25px;
    display: block;
    color: #ffffff;
    margin-bottom: 0px;
    background: rgba(42, 46, 56, 0.8);
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

.carousel-caption p.alt-text {
    font-size: 16px;
    font-family: 'Public Sans', sans-serif;
    font-style: italic;
    color: white;
    margin-bottom: 10px;
    display: none;
}

.carousel-indicators {
    bottom: 10px;
}

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

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

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin-left: 6px;
    background: #2e67b2;
    border: 1px solid #c7cfd3;
    border-radius: 10px;
}


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


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


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

.btn-wrap {
    margin-top: 25px;
}

.btn-wrap a {
    background: #2E27FE;
    color: #fff;
    padding: 8px 16px;
    border-radius: 1px;
    border: 1px solid #2E27FE;
    box-shadow: 0px 0px 7px rgba(10, 10, 10, 0.4);
    font-size: 16px;
    font-family: 'Public Sans', sans-serif;
    font-weight: 600;
    text-decoration: none;
}

#welcome-events-wrap {
    margin-bottom: 50px;
}


/* Recent News */

#news-quick-wrap {
    margin-bottom: 20px;
}

#news-section-wrap h2 {
    margin-bottom: 10px;
}

.news-item {
    background: #fff;
    border: 1px solid #d9dfe2;
    border-radius: 1px;
    padding: 5px 10px;
    cursor: pointer;
    margin-bottom: 20px;
    min-height: 240px;
}

@media (min-width: 768px) and (max-width: 990px) {
    .news-item {
        min-height: 330px;
    }
}

.news-item:hover {
    box-shadow: 0px 0px 7px rgba(10, 10, 10, 0.2);
}

a.news-title-link {
    color: #2a2e38;
    font-family: 'Public Sans', sans-serif;
    font-weight: 700;
    font-size: 18px;
    text-decoration: underline;
}

@media (min-width: 768px) and (max-width: 990px) {
    a.news-title-link {
        font-size: 16px;
    }
}

a.news-title-link:hover {
    color: #2E27FE;
}

.news-calendar-wrap,
.news-end-date {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    color: #4c5360;
    font-family: 'Public Sans', sans-serif;
    font-weight: 600;
}

.news-end-date {
    margin-left: 5px;
}

.news-blurb {
    margin: 15px 0px 10px;
    border-top: 1px solid #c7cfd3;
    padding-top: 12px;
}

.news-btn,
.news-more-wrap {
    display: inline-block;
    vertical-align: middle;
}

.news-btn a {
    color: #2a2e38;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}

.news-more-wrap {
    margin-left: 4px;
}


/* Quick Links Section */

#quicklinks-section-wrap h2 {
    margin-bottom: 10px;
}

#quicklinks-section-wrap ul {
    padding: 0px;
    margin: 0px;
    margin-left: 0px;
}

#quicklinks-section-wrap ul li {
    list-style: none;
    padding-left: 0px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d9dfe2;
    margin-bottom: 15px;
}

#quicklinks-section-wrap ul li:last-child {
    border-bottom: 0px;
}

#quicklinks-section-wrap ul li img {
    display: inline-block;
    vertical-align: top;
}

#quicklinks-section-wrap ul li a {
    color: #2a2e38;
    font-size: 16px;
    font-family: 'Public Sans', sans-serif;
    text-decoration: underline;
    font-weight: 400;
    display: inline-block;
    vertical-align: top;
    width: 59%;
    margin-left: 15px;
}

@media (max-width: 400px) {
    #quicklinks-section-wrap ul li a {
        width: 45%;
    }
}

#quicklinks-section-wrap ul li a:hover,
#quicklinks-section-wrap ul li a:focus {
    color: #2E27FE;
}


/* Sponsors Slideshow Section */

#sponsors-section-wrap {
    margin-bottom: 60px;
}

#sponsors-section-wrap h2 {
    margin-bottom: 10px;
}

#sponsors-section-wrap .carousel-control {
    display: block;
    width: 12px;
    height: 28px;
    margin-left: 0px;
    margin-right: 0px;
    padding: 0px;
    top: 0px;
    bottom: 0px;
    line-height: normal;
    border: none;
}

#sponsors-section-wrap .carousel-control.left {
    left: -30px;
}

#sponsors-section-wrap .carousel-control.right {
    right: -30px;
}

@media (max-width: 990px) {
    #sponsors-section-wrap .carousel-control.left {
        left: 0px;
    }
    #sponsors-section-wrap .carousel-control.right {
        right: 0px;
    }
    #sponsors-section-wrap .carousel .item {
        margin: 0 auto;
        text-align: center;
    }
}

#sponsors-section-wrap .carousel img {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}

#sponsors-section-wrap .carousel-control img {
    width: 12px;
    height: 22px;
    margin: 0;
}

#sponsors-section-wrap .carousel-indicators {
    display: none;
}


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

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

#subpage,
#mms-page {
    min-height: calc(100vh - 297px);
    padding-top: 30px;
    padding-bottom: 30px;
}

#subpage {
    min-height: calc(100vh - 415px);
}


/*Title Banner*/

#title-banner {
    position: relative;
}

#title-banner figcaption {
    position: absolute;
    bottom: calc(50% - 5em);
    bottom: 0;
    width: 100%;
    padding: 5px calc((100vw - 1170px) / 2);
    /* padding-right: 15px; */
    background: black;
}

#title-banner img {
    width: 100%;
}

#title-banner .title {
    margin: 0;
    padding: 0;
    color: white;
    /* text-shadow: 3px 3px 5px rgb(0 0 0 / 80%); */
}

@media (max-width: 1200px) {
    #title-banner figcaption {
        padding: 5px calc((100vw - 970px) / 2);
    }
    #title-banner h1 {
        font-size: 30px;
    }
}

@media (max-width: 990px) {
    #title-banner figcaption {
        padding: 5px 15px;
    }
    #title-banner h1 {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    #title-banner h1 {
        font-size: 26px;
    }
    #title-banner figcaption {
        position: relative;
    }
}


/*Subpage Navigation*/

#title-banner #subpage-navigation,
#title-banner .sub-top {
    /* If Javascript runs, remove the padding */
    padding: 0;
    margin: 0;
}

#subpage-navigation ul {
    list-style: none;
    padding: 0;
}

#subpage-navigation>ul>li>a,
#subpage-navigation>ul>li>ul>li>ul {
    display: none;
}

#subpage-navigation>ul>li>ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0 15px;
}

#title-banner #subpage-navigation a {
    color: white;
}






/*Subpage Press Releases News*/
#subpage-main #press-news-wrap .column {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0;
    padding: 0;
}
    
    @media (max-width: 767px) {
        #subpage-main #press-news-wrap .column {
            display: block;
        }
    }
    
#press-news-wrap .column .news-out-wrap {
    width: 100%;
}
#press-news-wrap .column .news-out-wrap .news-item {
    min-height: auto;
}




/*----------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: "›";
}


/*--------------------------------------------------------------
                        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-form input {
    width: 203px!important;
    height: 30px;
    margin: 0px auto;
    margin-bottom: 10px;
    padding: 0px 15px;
    margin-left: 15px;
    background: #fff;
    font-size: 16px;
    color: #3a3f47;
    box-shadow: none !important;
    border: 1px solid #CCCCCC;
    border-radius: 2px;
    font-family: 'Public Sans', sans-serif;
}

.login-form input[type="submit"] {
    background: #2E27FE;
    border: 1px solid #2E27FE;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border-radius: 2px;
    font-family: 'Public Sans', sans-serif;
    margin-left: 10px;
    outline: none;
    text-decoration: none;
    padding: 6px 20px;
    height: auto;
}

.login-form input[type="submit"]:hover,
#login input[type="submit"]:focus {
    background: #2e67b2;
    border: 1px solid #2e67b2;
    text-decoration: none;
    color: #fff;
    outline: none;
}

.login-form a {
    color: #2a2e38;
    display: block;
    margin-left: 15px;
    font-size: 15px;
    padding-bottom: 10px;
    text-decoration: underline;
}

.login-form a:hover,
#login a:focus {
    color: #2E27FE;
}

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

h4.modal-title {
    color: #2a2e38;
    padding-bottom: 0px;
    font-size: 24px;
    font-family: 'Public Sans', sans-serif;
    font-weight: 800;
}


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

.footer-content-wrapper {
    background: #25262F;
    color: #d9dfe2;
    font-family: 'Public Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    padding: 20px 0px 22px;
}

.footer-content-wrapper strong {
    color: #d9dfe2;
}

.footer-content-wrapper a {
    color: #d9dfe2;
    text-decoration: underline;
    font-weight: 400;
}

.footer-content-wrapper a:hover {
    color: #2E27FE;
}

.footer-content-wrapper p {
    color: #d9dfe2;
    font-size: 16px;
    font-family: 'Public Sans', sans-serif;
    margin-bottom: 0px;
}

.footer-content-wrapper .text-left p {
    padding-top: 8px;
    line-height: 26px;
}

.footer-content-wrapper .text-right {
    margin-top: 6px;
}

.footer-content-wrapper .text-right p {
    line-height: 28px;
}

.footer-link {
    margin-bottom: 5px;
}

.footer-contact,
.footer-policy {
    display: inline-block;
    vertical-align: middle;
}

.footer-policy {
    margin-left: 20px;
}


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


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

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

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

@media (min-width: 990px) and (max-width: 1199px) {
    .container {}
    #quicklinks-section-wrap ul li a {
        width: 50%;
    }
}

@media (min-width: 768px) and (max-width: 990px) {
    .container {}
    #quicklinks-section-wrap ul li img {
        width: 45% !important;
    }
    #quicklinks-section-wrap ul li a {
        width: 50% !important;
        font-size: 15px;
        margin-left: 10px;
    }
    #sponsors-section-wrap {
        margin-top: 35px;
    }
}

@media (max-width: 767px) {
    .container {}
    #logo-wrap {
        text-align: center;
        padding-right: 0px;
    }
    #quicklinks-section-wrap {
        margin-top: 60px;
    }
    .footer-content-wrapper .text-left {
        margin-bottom: 20px;
    }
    .footer-content-wrapper .text-left,
    .footer-content-wrapper .text-right {
        text-align: center;
    }
}

@media (max-width: 420px) {
    #logo-wrap {
        width: 100%;
    }
    #right-side-wrap {
        width: 100%;
    }
}

@media (min-width: 560px) and (max-width: 767px) {
    #news-section-wrap .news-out-wrap {
        width: 50%;
    }
    #quicklinks-section-wrap ul {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 80px;
        -moz-column-gap: 80px;
        column-gap: 20px;
    }
    #quicklinks-section-wrap ul li a {
        width: 40%;
    }
    #sponsors-section-wrap {
        margin-top: 30px;
    }
}

@media (min-width: 560px) and (max-width: 710px) {
    .news-item {
        min-height: 305px;
    }
}

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

/* Donation Page Gritter - the div that will pop up when you edit a donation and you get a "error" or "donation successful message in the upper right */

.gritter-item p {
    color: white;
}

/* 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) {}