/*--------------------------------------------------------
	FONT ASSIGNMENTS
--------------------------------------------------------*/
body {
	font-family: 'Raleway', sans-serif;
	font-size: 15px;
	color: #43474f;
}
p {
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    color: #43474f;
    margin-bottom: 25px;
}
.container{

}

/*--------------------------------------------------------
	H1 - H6
--------------------------------------------------------*/
h1, h2, h3, h4, h5 {
    font-family: 'Work Sans', sans-serif;
    font-weight: 700;
    color: #151516;
	margin: 0px;
	padding: 0px;
    padding-bottom: 10px;
}
h1 a, h2 a, h3 a, h4 , h5 a {
    font-family: 'Work Sans', sans-serif;
}

h1 {
    font-size: 38px;
    color: #394854;
}
h2 {
    font-size: 32px;
}
h3 {
    font-size: 24px;
    color: #394854;
}
h4 {
    font-size: 20px;
}

h1.title{
	margin-top: 15px;
	text-align: center;
}
/*--------------------------------------------------------
	LINKS
--------------------------------------------------------*/
a {
	color: #1B374C;
	font-family: 'Raleway', sans-serif;
}
a:hover, a:focus{
	color: ;
    text-decoration: underline;
}


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

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

#logo-wrap {
    position: relative;
    z-index: 2;
}
#logo-wrap svg {
    width: 310px;
    height: auto;
    vertical-align: middle;
    max-width: 100%;
}
#right-side-wrap {
    text-align: right;
    margin-top: 15px;
}
    @media (min-width: 768px) and (max-width: 990px) {
        #right-side-wrap {
            margin-top: 10px;
        }
    }
    @media (max-width: 767px) {
        #right-side-wrap {
            margin-top: 30px;
        }
    }
    @media (max-width: 560px) {
        #right-side-wrap {
            display: none;
        }
    }


/* Search Bar */

.search-menu-wrap {
    display: inline-block;
    vertical-align: middle;
    float: right;
}

.search-input {
    max-width: 245px;
    display: inline-block;
    vertical-align: middle;
}
    @media (min-width: 990px) and (max-width: 1199px) {
        .search-input {
            margin-bottom: 8px;
        }
    }
    @media (min-width: 768px) and (max-width: 990px) {
        .search-input {
            margin-bottom: 8px;
        }
    }
    @media (max-width: 767px) {
        .search-input {
            margin-bottom: 8px;
        }
    }
.search-main-wrap {
    display: inline-block;
    vertical-align: middle;
    margin-top: 20px;
}
.search-input {
    background: transparent;
    border: 1px solid #b3e2ce;
    border-radius: 25px;
    margin-right: 20px;
}
.search-input ::-webkit-input-placeholder {
   color: #3b4256;
}

.search-input :-moz-placeholder { /* Firefox 18- */
   color: #3b4256;  
}

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

.search-input :-ms-input-placeholder {  
   color: #3b4256;  
}
.icon-search:before {
    content: url("../images/search-icon.png");
}
.search-input input {
    border: 0px;
    box-shadow: none;
    height: 32px;
    color: #3b4256;
    font-size: 15px;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    padding: 0px 12px;
}
.search-input button {
    background: transparent;
    border: 1px solid #6D5753;
    box-shadow: none;
    border: 0;
    color: #fff;
    padding: 5px 9px;
    height: 32px;
    border-radius: 0px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
.search-input button:hover, .search-input button:focus {
    background: none !important;
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}
.input-group.search-input-wrap {
    border: 0;
    background: transparent;
}


/* Mobile Search */

.mobile-search-wrap {
    background: #fff;
    border: 1px solid #b3e2ce !important;
    border-radius: 25px;
    margin-top: 45px;
    margin-bottom: 10px;
    color: #3b4256;
    height: 34px;
}
.mobile-search-wrap a {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.mobile-search-wrap input {
    border: 0px;
    box-shadow: none;
    height: 32px;
    color: #3b4256;
    font-size: 15px;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    padding: 0px 12px;
}
.mobile-search-wrap button {
    background: transparent;
    border: 1px solid #6D5753;
    box-shadow: none;
    border: 0;
    color: #fff;
    padding: 5px 9px;
    height: 32px;
    border-radius: 0px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
.mobile-search-wrap button:hover, .mobile-search-wrap button:focus {
    background: none !important;
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}



/* Member Login */

.login-wrap {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
    @media (max-width: 767px) {
        .login-wrap {
            margin-right: 3px;
        }
        .login-wrap a {
            font-size: 13px !important;
            padding: 8px 7px 7px !important;
        }
    }
.login-wrap a {
    background: #19a582;
    border: 1px solid #19a582;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    padding: 8px 18px 7px;
    border-radius: 17px;
    font-family: 'Raleway', sans-serif;
    text-align: center;
}
.login-wrap a:hover, .login-wrap a:focus {
    background: #0a7f5b;
    border: 1px solid #0a7f5b;
    text-decoration: none;
}


li.mobile-login {
    display: inline-block !important;
    vertical-align: middle;
    border: 0 !important;
    margin-top: 20px;
    margin-bottom: 12px;
    margin-right: 10px;
}
li.mobile-join-renew {
    display: inline-block !important;
    vertical-align: middle;
    border: 0px !important;
    margin-top: 20px;
    margin-bottom: 12px;
    margin-right: 15px;
}
    @media (min-width: 561px) {
        li.mobile-login, li.mobile-join-renew {
            display: none !important;
        }
    }
li.mobile-login a, li.mobile-join-renew a {
    background: #19a582 !important;
    border: 1px solid #19a582 !important;
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    padding: 8px 18px 7px !important;
    border-radius: 17px;
    font-family: 'Raleway', sans-serif !important;
    text-align: center;
}
li.mobile-login a:hover, li.mobile-join-renew a:hover {
    background: #0a7f5b !important;
    border: 1px solid #0a7f5b !important;
    text-decoration: none;
}



/* Social - Mobile Menu Wrap */

.social-menu-wrap {
    text-align: right;
    float: right;
}
.social-menu-inside-wrap {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    margin-top: 5px;
}
.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;
}
li.social-media-wrap a {
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
    padding-top: 10px !important;
}
.social-media-wrap a {
    text-decoration: none;
}
.social-media-wrap svg {
    width: 31px;
    height: 31px;
    margin-right: 5px;
}
.social-media-wrap a:hover svg#fb-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#ig-icon .cls-1 {
    fill: #0a7f5b;
    stroke: none;
}

svg#burger-menu {
    width: 36px;
    height: 20px;
}
svg#burger-menu .cls-1 {
    fill: #fff !important;
}
.mobile-search-menu {
    display: inline-block;
    vertical-align: middle;
}


.mobile-sm-wrap {
    vertical-align: middle;
    border: 0px !important;
}
    @media (max-width: 767px) {
        .mobile-sm-wrap {
            display: inline-block !important;
        }
    }
.mobile-sm-wrap svg {
    width: 31px;
    height: 31px;
}
.mobile-sm-wrap a:hover svg#fb-icon .cls-1,
.mobile-sm-wrap a:hover svg#twitter-icon .cls-1,
.mobile-sm-wrap a:hover svg#linkedin-icon .cls-1 {
    fill: #0a7f5b;
    stroke: none;
}
.mobile-sm-wrap svg .cls-1 {
    stroke: #fff !important;
}


/* Join/ Renew Wrap */

.join-renew-wrap {
    display: inline-block;
    vertical-align: middle;
}
.join-renew-wrap a {
    background: #19a582;
    border: 1px solid #19a582;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    padding: 8px 18px 7px;
    border-radius: 17px;
    font-family: 'Raleway', sans-serif;
    text-align: center;
}
    @media (max-width: 767px) {
        .join-renew-wrap a {
            font-size: 13px !important;
            padding: 8px 7px 7px !important;
        }
    }
.join-renew-wrap a:hover, .join-renew-wrap a:focus {
    background: #0a7f5b;
    border: 1px solid #0a7f5b;
    text-decoration: none;
}



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

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

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



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

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

.slideshow-wrap {
    margin-bottom: 0px;
}
.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: 43px;
    width: 43px;
    color: #fff;
    top: 0px;
    left: auto;
    line-height: normal;
    bottom: 0;
    margin: auto;
    opacity: 1;
    text-shadow: none;
    font-family: 'Raleway', sans-serif;
    background: rgba(28,143,104,.3);
    vertical-align: middle;
    text-align: center;
    padding-right: 2px;
    border: 1px solid #fff;
    border-radius: 30px;
    margin-left: 15px;
}
.carousel-control.right {
    height: 43px;
    width: 43px;
    color: #fff;
    top: 0px;
    left: auto;
    right: 0px;
    line-height: normal;
    bottom: 0;
    margin: auto;
    opacity: 1;
    text-shadow: none;
    font-family: 'Raleway', sans-serif;
    background: rgba(28,143,104,.3);
    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: 110px;
        }
    }
    @media (max-width: 767px) {
        .carousel-control.left, .carousel-control.right {
            bottom: 100px;
        }
    }
.carousel-control:hover {
    background: rgba(28,143,104,1) !important;
}
.carousel-control svg {
    width: 10px;
    height: 18px;
    margin-top: 11px;
}

.carousel-caption {
    position: absolute;
    z-index: 10;
    background: transparent;
    padding: 0px;
    left: 0px;
    top: auto;
    right: 0px;
    bottom: 0px;
    width: 100%;
    text-align: center;
    text-shadow: none;
}
    @media (min-width: 768px) and (max-width: 990px) {
        .carousel-caption {
            display: block;
            position: static;
            width: 100%;
            height: auto !important;
            border: none;
        }
    }
    @media (max-width: 767px) {
        .carousel-caption {
            display: block;
            position: static;
            width: 100%;
            height: auto !important;
            border: none;
        }
    }
.carousel-wrap {
    max-width: 1170px;
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    background: rgba(23,94,150,.9);
    margin-bottom: 0px;
}
.carousel-indicators {
    bottom: 10px;
    text-align: left;
    z-index: 102;
    width: 100%;
    max-width: 1170px;
    margin: auto;
    left: 0;
    right: 0;
    padding-left: 7px;
    display: none;
}
.carousel-indicators li {
    width: 13px;
    height: 13px;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 10px;
    margin: 0 auto;
    margin-left: 8px;
}
.carousel-indicators .active {
    width: 13px;
    height: 13px;
    margin-left: 8px;
    background: #edad39;
    border: 1px solid #edad39;
    border-radius: 10px;
}


@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: 24px;
    font-weight: 700;
    display: block;
    color: #fff;
    font-family: 'Work Sans', sans-serif;
    text-align: left;
    margin-bottom: 1px;
    line-height: normal;
    padding: 6px 0px 3px;
    word-wrap: break-word;
    /*overflow: hidden;
    max-height: 1.7em;*/
}
    @media (max-width: 480px) {
        p.caption-text {
            font-size: 20px;
        }
    }
p.alt-text {
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    color: #fff;
    margin-bottom: 8px;
    text-align: left;
    display: inline-block;
    line-height: 20px;
    font-weight: 500;
}
.carousel-caption a {
    display: none;
}
.carousel-caption a:hover {
    color: #4B9699; 
    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
--------------------------------------------------------*/

/* Welcome Section */

.welcome-section-wrap {
    background: #edf1f4;
    padding: 50px 0px;
    margin-bottom: 50px;
}
.welcome-section-wrap h1 {
    padding-bottom: 20px;
}
.welcome-section-wrap p {
    line-height: 24px;
}
#welcome-video-wrap {
    margin-top: 5px;
}



/* News */

.news-item {
    background: #fff;
    border: 1px solid #d4d4d4;
    margin: 20px 0px;
    padding: 10px 10px;
}
.news-item h4 {
    padding: 5px 15px 20px;
}
h3.news-title {
    font-size: 20px;
    font-weight: 600;
}
a.news-title-link {
    color: #1c8f68;
    font-size: 20px;
    font-weight: 600;
    text-decoration: underline;
}
.date {
    border-top: 1px solid #d4d4d4;
    padding: 10px 15px 0px;
    color: #78797a;
    font-size: 14px;
    line-height: 15px;
}


.view-btn-wrap {
    margin-top: 40px;
}
.view-btn-wrap a {
    background: #19a582;
    border: 1px solid #19a582;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    padding: 11px 35px 10px;
    border-radius: 20px;
    font-family: 'Raleway', sans-serif;
    text-align: center;
    text-decoration: none;
}
.view-btn-wrap a:hover, .view-btn-wrap a:focus {
    background: #0a7f5b;
    border: 1px solid #0a7f5b;
    text-decoration: none;
}


/* Events */

.event-content {
    background: #fff;
    border: 1px solid #d4d4d4;
    margin: 20px 0px;
}
.event-date-wrap {
    display: inline-block;
    vertical-align: middle;
    background: #487796;
    color: #fff;
    text-align: center;
    padding: 18px 0px;
    text-transform: uppercase;
    font-size: 20px;
    font-family: 'Work Sans', sans-serif;
    margin-right: 15px;
    width: 81px;
}
    @media (min-width: 990px) and (max-width: 1199px) {
        .event-date-wrap {
            padding: 40px 0px;
        }    
    }
    @media (max-width: 385px) {
        .event-date-wrap {
            padding: 30px 0px;
        } 
    }
    @media (max-width: 345px) {
        .event-date-wrap {
            padding: 50px 0px;
        }
    }
.event-month {
    font-size: 20px;
    font-weight: 500;
    font-family: 'Work Sans', sans-serif;
}
.event-date {
    font-size: 50px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 300;
    line-height: 44px;
}
.event-year {
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    font-size: 18px;
}

.event-start {
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    font-size: 18px;
}

.event-end {
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    font-size: 14px;
}

.event-details-wrap {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 100px);
    width: -webkit-calc(100% - 100px);
    width: -moz-calc(100% - 100px);
    position: relative;
    padding: 5px 0px;
}
h3.event-title {
    font-size: 20px;
    font-weight: 600;
}
a.ev-title-link {
    color: #1c8f68;
    font-family: 'Work Sans', sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-decoration: underline;
}
p.event-blurb {
    color: #43474f;
    font-size: 16px;
    margin: 0;
}


/* Sponsors Section */

#sponsors-section-wrap {
    margin-bottom: 40px;
}
#sponsors-section-wrap h2 {
    padding-bottom: 25px;
}
#sponsors-section-wrap .carousel-control {
    background: transparent;
    border: 1px solid #3b4c5b;
    height: 30px;
    width: 30px;
}
#sponsors-section-wrap .carousel-control:hover {
    background: transparent !important;
    border: 1px solid #3b4c5b !important;
}
#sponsors-section-wrap .carousel-inner img {
    margin: 0 auto;
}
#sponsors-section-wrap .carousel-control svg {
    width: 7px;
    height: 12px;
    margin-top: 8px;
}
#sponsors-section-wrap .carousel-control svg .cls-1 {
    fill: #3b4c5b !important;
    stroke: #3b4c5b !important;
}

    @media (max-width: 767px) {
        #sponsors-section-wrap .carousel-control.left,
        #sponsors-section-wrap .carousel-control.right {
            bottom: 0px;
        }
    }



/* Quick Links Section */

#quicklinks-section-wrap ul {
    padding: 0px;
    margin: 0px;
    margin-left: 20px;
}
#quicklinks-section-wrap ul li {
    list-style: none;
    padding-left: 0px;
}
#quicklinks-section-wrap ul li a {
    color: #1c8f68;
    font-size: 16px;
    font-family: 'Work Sans', sans-serif;
    text-decoration: underline;
    font-weight: 400;
}
#quicklinks-section-wrap ul li a:hover, #quicklinks-section-wrap ul li a:focus {
    color: #1c8f68;
}
#quicklinks-section-wrap ul li:before {
    content: "";
    display: block;
    left: -1.2em;
    position: relative;
    width: 10px;
    height: 10px;
    cursor: pointer;
    background: #4faa90;
    border: none;
    border-radius: 8px;
    top: 1em;
}




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

#subpage {
    min-height: calc(100vh - 268px);
    padding-top: 30px;
    padding-bottom: 40px;
}


/*--------------------------------------------------------------
                        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: #9B9B9B;
    box-shadow: none !important;
    border: 1px solid #CCCCCC;
    border-radius: 18px;
}
.login-form input[type="submit"] {
    background: #19a582;
    border: 1px solid #19a582;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    padding: 8px 18px 7px;
    border-radius: 17px;
    font-family: 'Raleway', sans-serif;
    text-align: center;
    margin-left: 10px;
    outline: none;
    text-decoration: none;
    padding: 6px 20px;
    height: auto;
}
.login-form input[type="submit"]:hover, .login-form input[type="submit"]:focus {
    background: #0a7f5b;
    border: 1px solid #0a7f5b;
    text-decoration: none;
}
.login-form a {
    color: #1c8f68;
    font-size: 15px;
    font-family: 'Work Sans', sans-serif;
    display: block;
    margin-left: 15px;
    padding-bottom: 10px;
    text-decoration: underline;
}
.login-form a:hover, .login-form a:focus {
    color: #0a7f5b;
}
.login-form input:last-of-type{
    width: 100px;
    margin: none;
}
h6.modal-title {
    color: #151516;
    font-size: 24px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
}



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

.footer-content-wrapper {
    background: #3b4256;
    color: #fff;
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    line-height: 28px;
    padding: 28px 0px 24px;
    margin-top: 70px;
}
.footer-content-wrapper p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0;
    font-family: 'Nunito', sans-serif;
}
.footer-content-wrapper a, .footer-content-wrapper p a {
    color: #19a582;
    font-weight: 700;
    text-decoration: underline;
    font-family: 'Nunito', sans-serif;
}


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

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

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

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


@media (max-width: 1200px) {

    .carousel-wrap, .carousel-indicators {
        max-width: 970px;
    }

}

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

}

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

}


@media (max-width: 991px) {

}


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

    .carousel-wrap {
        margin-top: -1px;
    }
    #sponsor-quick-wrap {
        margin-top: 60px;
    }

}


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

    .carousel-wrap {
        margin-top: -1px;
    }
    #events-section-wrap {
        margin-top: 60px;
    }
    #sponsors-section-wrap {
        margin-top: 60px;
    }
    #quicklinks-section-wrap {
        margin-top: 20px;
    }
    .footer-content-wrapper .text-left, .footer-content-wrapper .text-right {
        text-align: center;
    }
    .footer-content-wrapper p {
        margin-bottom: 10px;
        line-height: 24px;
    }
}


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



/* Safari Browser */

@media only screen and (-webkit-min-device-pixel-ratio: 1) {
    ::i-block-chrome, #logo-wrap svg {
        width: 312px;
        height: 120px;
    }
    ::i-block-chrome, .event-date-wrap {
        width: 23%;
    }
    ::i-block-chrome, .event-details-wrap {
        width: 72%;
    }
}

/* Internet Browser */

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
    #logo-wrap svg {
        width: 312px;
        height: 120px;
    }
    #main-menu {
        margin-top: -46px !important;
    }
}