<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*--------------------------------------------------------
	FONT ASSIGNMENTS
--------------------------------------------------------*/

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #333333;
    line-height: normal;
    overflow-x: hidden;
}

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

.container {}


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

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Open Sans Condensed', sans-serif;
    margin: 0px;
    padding: 0px;
}

h1 {
    font-size: 40px;
    color: #A09235;
    font-weight: bold;
    padding-bottom: 20px;
}

h2 {
    font-size: 36px;
    color: #A09235;
    font-weight: bold;
    padding-bottom: 20px;
}

h2 a {
    text-decoration: none;
    color: #A09235;
}

h3 {
    font-size: 30px;
    color: #A09235;
    font-weight: bold;
    padding-bottom: 20px;
}

h4 {
    font-size: 24px;
    color: #A09235;
    font-weight: bold;
    padding-bottom: 20px;
}

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


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

a {
    color: ;
    font-family: 'Open Sans', sans-serif;
}

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


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

img {
    border: 0px;
}


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


/* CSS STYLE FOR HEADER TOP*/

.header-top-wrapper {
    padding: 40px 0px;
    position: relative;
    background: #fff;
}

#header-left-wrap img {
    display: inline-block;
}

#header-left-wrap a {
    text-decoration: none;
}

.org-name {
    display: inline-block;
    vertical-align: middle;
    width: 55%;
    word-wrap: break-word;
}

.org-name a {
    text-decoration: none;
}

#header-left-wrap h1 {
    color: #360E35;
    font-size: 22px;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    word-wrap: break-word;
    line-height: 30px;
}

.member-login-wrap {
    background: #EE870C;
    display: inline-block;
    padding: 12px 24px 14px;
    text-align: center;
    vertical-align: middle;
}

.member-login-wrap h3 {
    color: #fff;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 16px;
}

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

.member-login-wrap a:hover,
.member-login-wrap a:focus {
    text-decoration: none;
    outline: none;
}

.member-login-wrap:hover {
    background: #4A1448;
}

#header-right-wrap {
    padding-top: 22px;
    text-align: right;
}

.social-media-wrap {
    display: inline-block;
    vertical-align: middle;
    margin-top: 5px;
}

.social-media-wrap a {
    text-decoration: none;
}

.social-media-wrap svg {
    width: 40px;
    height: 40px;
    margin-left: 15px;
}

.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#ig-icon .cls-1 {
    fill: none;
    stroke: #DF7F1C;
}

.social-media-wrap a:hover svg#fb-icon .cls-2,
.social-media-wrap a:hover svg#twitter-icon .cls-2,
.social-media-wrap a:hover svg#ig-icon .cls-2 {
    fill: #DF7F1C;
}


/* Search Bar */

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

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

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

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

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

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

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

#search-input input {
    border: 0px;
    box-shadow: none;
    height: 40px;
    color: #DF7F1C;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
}

#search-input button {
    background: #DF7F1C;
    box-shadow: none;
    border: 0;
    color: #fff;
    border-left: 0px;
    padding: 0px 10px;
    height: 40px;
    border-radius: 0px;
}

.input-group.search-input-wrap {
    border: 1px solid #DF7F1C;
    border-radius: 5px;
}


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

#search-input {
    display: inline-block;
    vertical-align: middle;
    max-width: 260px;
    position: relative;
    z-index: 0;
}


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

#nav-wrap .navbar-nav&gt;li&gt;a {
    line-height: 1;
    white-space: nowrap;
}

#nav_menu_consumer {
    padding-left: 0;
    padding-right: 0;
}

#nav-wrap .nav {
    display: flex;
    justify-content: space-around;
    width: 100%;
}

#nav-wrap .nav::before,
#nav-wrap .nav::after {
    content: none;
}

#nav-wrap .nav&gt;li {
    /* width: 100%; */
    text-align: center;
}


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

.mobile-social-media-wrap {
    margin-top: 30px;
}

.mobile-social-media-wrap a {
    display: inline !important;
}

.mobile-social-media-wrap a:hover,
.mobile-social-media-wrap a:focus {
    background: transparent !important;
    border-radius: 0px !important;
}

.mobile-social-media-wrap svg {
    width: 40px;
    height: 40px;
}

.mobile-search-wrap button.btn.btn-info.btn-lg {
    background: #DF7F1C;
    box-shadow: none;
    border: 0;
    border-radius: 0px;
}


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


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

.container&gt;#consumer-slideshow {
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    max-width: 100vw;
    width: 100vw;
}

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

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

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

.carousel-control.left,
.carousel-control.right,
.carousel-control:hover {
    background-image: none;
    font-size: ;
    font-weight: ;
    z-index: 101;
}

.carousel-control {
    display: none;
    top: ;
    width: ;
}

.carousel-caption {
    position: absolute;
    z-index: 100;
    background: rgba(0, 0, 0, .5);
    padding: 5px 15px 30px;
    left: auto;
    top: auto;
    right: 0px;
    bottom: 0px;
    width: 100%;
    text-align: center;
    text-shadow: none;
}

.carousel-indicators {
    bottom: 0px;
}

.carousel-indicators li {
    width: 15px;
    height: 15px;
    background: #fff;
    border: 0px;
    margin: 0 auto;
    margin-left: 8px;
    border-radius: 10px;
}

.carousel-indicators .active {
    background: #FBA100;
    width: 15px;
    height: 15px;
    margin-left: 8px;
}

#slide-container .carousel-control img {
    width: 13px !important;
    height: 24px;
}

#slide-container .carousel-control.left {
    height: 50px;
    width: 50px;
    color: #fff;
    top: 0px;
    line-height: normal;
    bottom: 0;
    margin: auto;
    opacity: 1;
    text-shadow: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    background: rgba(74, 20, 72, 0.6);
    border-radius: 80px;
    margin-left: 3px;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
}

#slide-container .carousel-control.right {
    height: 50px;
    width: 50px;
    color: #fff;
    top: 0px;
    line-height: normal;
    bottom: 0;
    margin: auto;
    opacity: 1;
    text-shadow: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    background: rgba(74, 20, 72, 0.6);
    border-radius: 80px;
    margin-right: 3px;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
}

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

@media (max-width: 990px) {
    .carousel-caption {}
    #slide-row .col-md-12 {}
}

.carousel-caption p:first-of-type {
    font-size: 46px;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
}

.carousel-caption p:last-of-type {
    font-size: 24px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    margin-bottom: 20px;
    padding: 0px 180px;
}

.carousel-caption a {
    display: none;
}

.carousel-caption a:hover {
    background: #fff;
    color: #3D3D3D;
    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
--------------------------------------------------------*/


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

#subpage {
    padding-top: 30px;
    padding-bottom: 30px;
}


/* Join Section */

#join-wrap {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 5px;
}

#join-wrap h1 {
    font-size: 76px;
    font-family: 'Open Sans Condensed', sans-serif;
    color: #A09235;
}

.sign-up-wrap {}

a.signup-btn {
    text-decoration: none;
    border: 1px solid #DF7F1C;
    border-radius: 3px;
    padding: 21px 0px;
    color: #DF7F1C;
    font-size: 20px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    margin-bottom: 30px;
}


/* .sign-up-wrap:hover,  */

a.signup-btn:hover {
    background: #DF7F1C;
    color: #fff;
    text-decoration: none;
}


/* .signup-btn {
    color: #DF7F1C;
    font-size: 20px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
} */

#welcome-section {
    padding: 30px 0px;
}

#welcome-section,
#welcome-section p {
    color: #333333;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 28px;
    font-family: 'Open Sans', sans-serif;
}


/* Quick Link Section */

#quicklink-section {
    margin-bottom: 30px;
}

#quicklink-row1 {
    margin-top: 30px;
}

#quicklink-row2 {
    margin-top: 60px;
}

#quicklink-section .img-responsive {
    border-radius: 5px;
    max-width: 360px;
    text-align: center;
    margin: 0 auto;
    background-position: center center;
}

#quicklink-section a {
    text-decoration: none;
    color: #fff;
    font-family: 'Open Sans Condensed', sans-serif;
}

#quicklink-section h3 {
    position: absolute;
    width: 100%;
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    padding: 12px 5px;
    font-size: 30px;
    font-weight: bold;
    background-size: contain;
    font-family: 'Open Sans Condensed', sans-serif;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#quicklink-section a h3:hover {
    color: #DF7F1C;
}

#quicklink-row1:not(.gm-editing)&gt;.column&gt;div,
#quicklink-row2:not(.gm-editing)&gt;.column&gt;div {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 287px;
    position: relative;
}

#nc-craft-wrap {
    /*background-image: url(../images/nc-craft-beer-news.png);*/
    /*background-image: url(../photos/tshirt.png);*/
    background-image: url(../images/BrewSmart_Logo_Full_Circle.png);
}

#join-guild-wrap {
    background-image: url(../images/join-the-guild.png);
}

#help-nccraft-wrap {
    background-image: url(../photos/39214_06062019112732.jpg);
}

#nc-beer-wrap {
    background-image: url(../images/nc-beer-store.png);
}

#events-fornc-wrap {
    background-image: url(../images/Coronavirus.jpg);
}

#guild-events-wrap {
    background-image: url(../images/guild-events-for-the-craft-beer-industry.png);
}

#info-beer-wrap {
    background-image: url(../images/information-for-the-state-of-southern-beer.png);
}

.consumer-ql #quicklink-row1&gt;.column:nth-of-type(1)&gt;div.img-responsive {
    background-image: url(../images/events-for-the-nc-craft-beer-enthusiast.png);
}

.consumer-ql #quicklink-row1&gt;.column:nth-of-type(2)&gt;div.img-responsive {
    background-image: url(../images/NCBeer_Month_2020.png);
    background-image: url(../images/NCBM_2021_LOGO_color[5].png);
}

.consumer-ql #quicklink-row1&gt;.column:nth-of-type(3)&gt;div.img-responsive {
    background-image: url(../images/State_Fair_Public_House_logo_2021.png);
    /* background-position: bottom; */
}

.consumer-ql #quicklink-row2&gt;.column:nth-of-type(1)&gt;div.img-responsive {
    background-image: url(../photos/39214_06062019112732.jpg);
}

.consumer-ql #quicklink-row2&gt;.column:nth-of-type(2)&gt;div.img-responsive {
    background-image: url(../images/information-for-the-state-of-southern-beer.png);
}

.consumer-ql #quicklink-row2&gt;.column:nth-of-type(3)&gt;div.img-responsive {
    /*background-image: url(../images/Our_State_Public_House_Logo_Color_1.png);*/
    /*background-image: url(../photos/tshirt.png);*/
    /*background-image: url(../images/NC_Beer_Mens_Ladies.jpg);*/
    background-image: url(../images/Salty_Turtle_Bar_Waiting_Front.jpg);
}


/* #nc-craft-wrap {
    height: 287px;
    background-size: cover;
    position: relative;
}
#join-guild-wrap {
    background: url(../images/Our_State_Public_House_Logo_Color_1.png) no-repeat;
    height: 287px;
    background-size: cover;
    position: relative;
}
#help-nccraft-wrap {
    background: url(../photos/39214_06062019112732.jpg) no-repeat;
    height: 287px;
    background-size: cover;
    position: relative;
}
#nc-beer-wrap {
    background: url(../images/nc-beer-store.png) no-repeat;
    height: 287px;
    background-size: cover;
    position: relative;
}
#events-fornc-wrap {
    background: url(../images/events-for-the-nc-craft-beer-enthusiast.png) no-repeat;
    height: 287px;
    background-size: cover;
    position: relative;
}
#guild-events-wrap {
    background: url(../images/under-construction.png) no-repeat;
    height: 287px;
    background-size: cover;
    position: relative;
}
#info-beer-wrap {
    background: url(../images/information-for-the-state-of-southern-beer.png) no-repeat;
    height: 287px;
    background-size: cover;
    position: relative;
} */


/* Recent News */

#news-feed-wrap {
    margin-top: 50px;
    margin-bottom: 50px;
}

#news-feed-wrap h2 {
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    color: #fff;
    font-size: 32px;
    padding: 10px 0px 12px;
    border-radius: 5px;
    margin-bottom: 40px;
}

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

a.news-title-link {
    color: #DF7F1C;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
}

.date {
    font-size: 12px;
    color: #4C5D6D;
}

.description {
    margin-top: 12px;
}


/* Google Map */

#google-map-wrap {
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
}

#google-map-wrap h2 {
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    color: #fff;
    font-size: 32px;
    padding: 10px 0px 12px;
    border-radius: 5px;
    margin-bottom: 40px;
}

#google-map-wrap iframe {
    max-width: 100%;
}


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

.modal {
    overflow-y: visible;
}

.modal-dialog {
    max-width: 250px;
    margin: 50px auto;
}

.modal-header {
    text-align: center;
}

.modal-body {
    padding: 15px 23px;
}

#login input {
    width: 200px;
    height: 30px;
    border-radius: 5px;
    margin: 0px auto;
    margin-bottom: 10px;
    border: 1px solid #999;
    padding: 3px;
}

#login input[type="submit"] {
    background: #DF7F1C;
    color: #fff;
    border: 1px solid #DF7F1C !important;
    border-radius: 5px !important;
    padding: 0px;
}

#login input[type="submit"]:hover {
    background: #fff;
    border: 1px solid #DF7F1C !important;
    color: #DF7F1C;
}

#login a {
    margin-bottom: 10px;
    display: block;
    color: #A09235;
    font-size: 14px;
}

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

h6.modal-title {
    color: #DF7F1C;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Open Sans Condensed', sans-serif;
}

#login input {
    width: 200px !important;
    height: 30px;
    border-radius: 5px;
    margin: 0px auto;
    margin-bottom: 10px;
    border: 1px solid #999;
    padding: 3px;
}


/*--------------------------------------------------------
	Site Choice Modal
--------------------------------------------------------*/

#site-choice-modal .modal-dialog {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80vh;
}

#site-choice-modal .modal-title {
    font-size: 24px;
    padding: 0;
}

#site-choice-modal .modal-body a {
    border: 1px solid #DF7F1C;
    border-radius: 3px;
    display: inline-block;
    padding: 10px 20px;
    color: #DF7F1C;
    font-size: 18px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

#site-choice-modal .modal-body a+a {
    margin-top: 1em;
}

#mdl_industryOrEnthusiast .modal-body a:hover {
    background: #DF7F1C;
    color: #fff;
    text-decoration: none;
}


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

#footer-row {
    color: #333333;
    padding: 50px 0px 40px 0px;
}

.footer-separator {
    border: 1px solid #DF7F1C;
    margin-bottom: 35px;
}

.footer-social-media-wrap {
    margin-top: 25px;
}

.footer-social-media-wrap a:hover svg#fb-icon .cls-1,
.footer-social-media-wrap a:hover svg#twitter-icon .cls-1,
.footer-social-media-wrap a:hover svg#ig-icon .cls-1 {
    fill: #fff;
    stroke: #DF7F1C;
}

.footer-social-media-wrap a:hover svg#fb-icon .cls-2,
.footer-social-media-wrap a:hover svg#twitter-icon .cls-2,
.footer-social-media-wrap a:hover svg#ig-icon .cls-2 {
    fill: #DF7F1C;
}

.footer-wrapper p {
    font-size: 16px;
    color: #333333;
}

.footer-wrapper p a {
    color: #333333;
}

.footer-wrapper strong,
.footer-wrapper a {
    font-weight: normal;
    color: #333333;
    font-size: 16px;
}

.footer-social-media-wrap a {
    text-decoration: none;
}

.footer-social-media-wrap svg {
    width: 40px;
    height: 40px;
    margin-left: 15px;
}

svg#fb-icon {
    margin-left: 0px;
}

.footer-info span {
    color: #DF7F1C;
}

.footer-info span a {
    color: #DF7F1C;
    font-size: 16px;
    text-decoration: underline;
}

.footer-info span a:hover {
    text-decoration: none;
}


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


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


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


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

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

@media (min-width: 990px) and (max-width: 1199px) {
    .container {}
    #header-right-wrap {
        padding-top: 15px;
    }
    .member-login a {
        margin-left: 0px !important;
        margin-top: 10px !important;
    }
    #mobile-menu-col {
        margin-left: 15px;
    }
    #join-wrap h1 {
        font-size: 64px;
    }
}

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

@media (min-width: 768px) and (max-width: 990px) {
    .container {}
    .header-top-wrapper {
        padding: 40px 0px 20px;
    }
    #header-right-wrap {
        padding-top: 15px;
    }
    #search-input {
        max-width: 220px;
    }
    #mobile-menu-col {
        margin-left: 15px;
    }
    #join-wrap h1 {
        font-size: 50px;
    }
    .sign-up-wrap {
        padding: 15px 0px;
    }
    #quicklink-section h3 {
        padding: 9px 5px;
        font-size: 22px;
    }
    #quicklink-section .img-responsive {
        height: 220px;
    }
    .member-login a {
        margin-left: 0px !important;
        margin-top: 10px !important;
    }
}

@media (max-width: 767px) {
    .container {}
    #header-left-wrap {
        margin: 0 auto;
        text-align: left;
    }
    .header-top-wrapper {
        padding-top: 30px;
        padding-bottom: 0px;
    }
    #header-right-wrap {
        text-align: center;
    }
    #search-input {
        max-width: 200px;
    }
    #mobile-menu-col {
        margin-left: 10px;
        margin-top: 0px;
    }
    .member-login a {
        margin-left: 0px !important;
        margin-top: 10px !important;
    }
    #join-wrap h1 {
        font-size: 42px;
    }
    .sign-up-wrap {
        padding: 10px 0px;
    }
    #welcome-section,
    #welcome-section p {
        font-size: 18px;
    }
    #quicklink-section .img-responsive {
        margin-bottom: 50px;
    }
    #quicklink-row2 {
        margin-top: 0px;
    }
    #news-feed-wrap {
        margin-top: 15px;
        margin-bottom: 30px;
    }
    .news-item {
        margin-bottom: 40px;
    }
}

@media (max-width: 480px) {
    .container {}
    #header-left-wrap {
        margin: 0 auto;
        text-align: left;
    }
    .header-top-wrapper {
        padding-top: 10px;
        padding-bottom: 0px;
    }
    #header-right-wrap {
        text-align: center;
        padding-top: 0px;
    }
    .social-media-wrap {
        width: 100%;
    }
    .search-main-wrap {
        margin-top: 20px;
        margin-left: 0px;
    }
    #search-input {
        max-width: 200px;
    }
    #mobile-menu-col {
        margin-left: 10px;
        margin-top: 20px;
    }
    .member-login a {
        margin-left: 0px !important;
        margin-top: 10px !important;
    }
    #join-wrap h1 {
        font-size: 42px;
    }
    .sign-up-wrap {
        padding: 10px 0px;
    }
    #welcome-section,
    #welcome-section p {
        font-size: 18px;
    }
    #quicklink-section .img-responsive {
        margin-bottom: 50px;
    }
    #quicklink-row2 {
        margin-top: 0px;
    }
    #news-feed-wrap {
        margin-top: 15px;
        margin-bottom: 30px;
    }
    .news-item {
        margin-bottom: 40px;
    }
}


/* Safari Browser */

@media only screen and (-webkit-min-device-pixel-ratio: 1) {
     ::i-block-chrome,
    svg#main-logo {}
     ::i-block-chrome,
    svg#footer-logo {}
}


/* Internet Browser */

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .member-login a {
        margin-left: 40px;
    }
}</pre></body></html>