        /*--------------------------------------------------------
	FONT ASSIGNMENTS
--------------------------------------------------------*/
    
    body {
        font-family: 'Roboto', sans-serif;
        font-size: 16px;
        color: #213939;
    }
    
    .body-wrap {
        box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
        position: relative;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        max-width: 1200px;
        margin: 0 auto;
    }
    
    p {
        font-family: 'Roboto', sans-serif;
        font-size: 16px;
        color: #213939;
    }
    
    .container {}
    /*--------------------------------------------------------
	H1 - H6
--------------------------------------------------------*/
    
    h1,
    h2,
    h3,
    h4,
    h5 {
        font-family: 'Roboto', sans-serif;
        margin: 0px;
        padding: 0px;
    }
    
    h1,
    h2 {
        border-bottom: 3px solid #3E819B;
        margin-bottom: 15px;
    }
    
    h1:empty {
        display: none !important;
    }
    
    h1 {
        font-size: 34px;
        color: #555555;
        font-weight: bold;
        padding-bottom: 4px;
    }
    
    h2 {
        font-size: 32px;
        color: #555555;
        font-weight: bold;
        padding-bottom: 6px;
    }
    
    h2 a {
        text-decoration: none;
        color: #555555;
    }
    
    h2 a:hover {
        text-decoration: none;
        color: #555555;
    }
    
    h3 {
        font-size: 28px;
        color: #555555;
        font-weight: bold;
        padding-bottom: 10px;
    }
    
    h4 {
        font-size: 24px;
        color: #555555;
        font-weight: bold;
        padding-bottom: 10px;
    }
    
    h5 {
        font-size: 20px;
        color: #555555;
        font-weight: bold;
        padding-bottom: 10px;
    }
    
    h1.title {
        margin-top: 15px;
        display: inline-block;
    }
    /*--------------------------------------------------------
	LINKS
--------------------------------------------------------*/
    
    a {
        color: ;
        font-family: 'Roboto', sans-serif;
    }
    
    a:hover,
    a:focus {
        color: ;
    }
    /*--------------------------------------------------------
	IMAGES, Objects
--------------------------------------------------------*/
    
    img {
        border: 0px;
    }
    /*--------------------------------------------------------
						HEADER
--------------------------------------------------------*/
    
    #main-header {
        padding: 20px 0px;
    }
    
    #left-wrap {
        padding-top: 20px;
    }
    
    #left-wrap a {
        text-decoration: none;
    }
    
    .logo-wrap {
        display: inline-block;
        vertical-align: middle;
        margin-right: 50px;
    }
    
    svg#main-logo {
        width: 230px;
        height: 115px;
        max-width: 100%;
    }
    
    .logo-text {
        display: inline-block;
        vertical-align: middle;
        text-align: center;
    }
    
    .logo-text h4 {
        font-size: 25px;
        font-weight: 500;
        color: #213939;
        border-bottom: 3px solid #3E819B;
        padding-bottom: 0px;
    }
    
    .logo-text h5 {
        font-size: 20px;
        font-weight: normal;
        color: #213939;
        padding-top: 8px;
    }
    
    #right-wrap {
        text-align: right;
    }
    
    #right-wrap a {
        text-decoration: none;
    }
    
    .member-center-wrap {
        width: 230px;
        max-width: 100%;
        float: right;
        text-align: left;
    }
    
    .member-center-wrap h5 {
        font-size: 18px;
        font-weight: 500;
        color: #555555;
        padding-bottom: 7px;
    }
    
    .contact-us-wrap {
        display: inline-block;
        vertical-align: middle;
        margin-right: 3px;
    }
    
    .contact-us-text {
        display: inline-block;
        vertical-align: middle;
        font-size: 16px;
        color: #3E819B;
    }
    
    .contact-us-text:hover {
        color: #E27244;
    }
    
    svg#contact-icon {
        width: 15px;
        height: 15px;
    }
    /*Member Center */
    
    .member-center-wrap .input-group {
        border-radius: 0px;
        margin-bottom: 10px;
    }
    
    .member-center-wrap .input-group-addon {
        background: #387C8F;
        color: #ffffff;
        font-weight: 500;
        font-size: 15px;
        border: 0;
        border-radius: 2px;
        border: 0;
        padding: 6px 9px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    
    .member-center-wrap #login {
        margin-top: 5px;
    }
    
    .member-center-wrap #login input {
        width: 100% !important;
        height: 29px;
        border-radius: 2px;
        margin: 0px auto;
        border: 1px solid #777777;
        padding: 0px 10px;
        background: #fff;
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
        border-left: 0px;
        font-size: 15px;
    }
    
    a#sign-in-btn {
        background: #E27244;
        color: #fff;
        border: 1px solid #E27244!important;
        border-radius: 3px !important;
        padding: 5px;
        width: 80px !important;
        height: 30px;
        font-size: 16px;
    }
    
    .member-center-wrap #login input[type="submit"]:hover {
        background: #E27244;
        color: #fff;
        border: 1px solid #E27244!important;
        text-decoration: underline;
    }
    
    .member-center-wrap #login a {
        margin-bottom: 10px;
        color: #3E819B;
        text-decoration: underline;
        display: inline-block;
        /*float: right;*/
        padding-top: 5px;
    }
    
    .member-center-wrap #login a:hover,
    .member-center-wrap #login a:focus {
        color: #E27244;
        text-decoration: none;
    }
    /*--------------------------------------------------------
					Desktop Navigation
--------------------------------------------------------*/
    /* .navbar-nav>li a {
    color: ;
    font-family: ;
}

.nav>li>a:hover,
.nav>li>a:focus {} */
    /*--------------------------------------------------------
                    Mobile Navigation
--------------------------------------------------------*/
    /*li.mobile-contact {
    border-bottom: 2px solid #3E819B;
    margin-bottom: 10px;
}*/
    
    li.mobile-contact span {
        padding-left: 10px;
    }
    
    li.mobile-contact a:hover {
        border: none !important;
    }
    /*--------------------------------------------------------
	INDEX / MAIN BODY
--------------------------------------------------------*/
    /*----------------Slideshow----------*/
    
    #slide-container img {
        width: 100%;
    }
    
    .carousel-control {
        display: none;
    }
    
    .carousel-control.left,
    .carousel-control.right,
    .carousel-control:hover {
        background-image: none;
        font-size: ;
        font-weight: ;
        z-index: 101;
    }
    
    .carousel-control {
        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: 3px;
    }
    
    .carousel-indicators li {
        width: 10px;
        height: 10px;
        background: #fff;
        border: 0px;
        margin: 0 auto;
        margin-left: 8px;
        border-radius: 10px;
    }
    
    .carousel-indicators .active {
        background: transparent;
        width: 10px;
        height: 10px;
        margin-left: 8px;
        background: #DE703C;
    }
    
    .carousel-control {
        display: none;
    }
    
    @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: 'Roboto', sans-serif;
    }
    
    .carousel-caption p:last-of-type {
        font-size: 24px;
        font-family: 'Roboto', 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 ----*/
    /* Slideshow Content Overlay */
    
    #slide-content-links {
        position: absolute;
        top: -10px;
        bottom: inherit;
        right: 24px;
        width: 300px;
        padding: 10px 0px;
        background: rgba(40, 88, 102, 0.8);
        background: -webkit-linear-gradient(-90deg, rgba(40, 88, 102, 0.8), rgba(57, 125, 144, 0.8));
        background: -o-linear-gradient(-90deg, rgba(40, 88, 102, 0.3), rgba(57, 125, 144, 0.3));
        background: -moz-linear-gradient(-90deg, rgba(40, 88, 102, 0.3), rgba(57, 125, 144, 0.3));
        background: linear-gradient(-90deg, rgba(40, 88, 102, .7), rgba(57, 125, 144, .7));
    }
    
    #slide-content-links h4 {
        color: #fff;
        font-size: 23px;
        background: #E27244;
        padding: 8px 20px;
    }
    
    .slide-quicklinks-wrap {
        margin-bottom: 20px;
        line-height: normal;
    }
    
    .slide-quicklinks-wrap ul {
        margin: 0;
        padding: 0;
    }
    
    .slide-quicklinks-wrap ul li {
        list-style: none;
        margin: 0;
        padding: 5px 0;
        border-bottom: 1px solid #FFFFFF;
        color: #fff;
        font-size: 16px;
    }
    
    .slide-quicklinks-wrap ul li a {
        color: #fff;
        font-size: 16px;
        padding: 0 0 0 20px;
    }
    
    .slide-become-wrap {
        color: #FFFFFF;
        font-size: 16px;
    }
    
    .slide-become-wrap p {
        color: #FFFFFF;
        font-size: 16px;
        padding: 7px 20px;
    }
    
    .slide-become-wrap a {
        background: #E27244;
        color: #fff;
        margin-left: 20px;
        padding: 4px 13px;
        border-radius: 3px;
        font-size: 18px;
    }
    /*----------------------------------Primary-Content*/
    /*--------------------------------------------------------
	CSS STYLE FOR HOME PAGE CONTENT
--------------------------------------------------------*/
    
    .index-wrap {
        padding: 30px 0px 0px;
    }
    
    #welcome-wrap {
        margin-bottom: 20px;
    }
    
    #welcome-wrap p {
        line-height: 24px;
    }
    /* News */
    
    #news-wrap {
        margin-bottom: 20px;
    }
    
    #news-wrap span:first-of-type {
        margin-top: -15px;
        display: block;
        margin-bottom: 15px;
    }
    
    #news-wrap span:first-of-type img {
        vertical-align: bottom;
        margin-right: 5px;
    }
    
    .news-item {
        padding: 10px;
        background-color: #D6D2D1;
        min-height: 115px;
        margin-bottom: 15px;
    }
    
    .news-image {
        float: left;
        width: 50px;
    }
    
    .news-image img {
        display: block;
        margin: 0px auto;
        padding-right: 10px;
    }
    
    .news-details {
        float: left;
        width: 700px;
        width: calc( 100% - 50px);
    }
    
    a.news-title-link {
        color: #555555;
        font-size: 24px;
        font-weight: bold;
        text-decoration: underline;
    }
    
    a.news-title-link:hover,
    a.news-title-link:focus {
        color: #DE703C;
        text-decoration: none;
    }
    
    .date {
        font-size: 16px;
        color: #444444;
        margin-top: -5px;
        margin-bottom: 10px;
    }
    /* Corporate Sponsors */
    
    #corp-sponsors-wrap {
        margin-bottom: 20px;
    }
    
    #corp-sponsors-wrap .carousel {
        border: 1px solid #999999;
        margin-top: 20px;
        margin-bottom: 15px;
    }
    
    #corp-sponsors-wrap .carousel-indicators {
        display: none;
    }
    
    #corp-sponsors-wrap .carousel-control {
        text-shadow: none;
        color: rgba(0, 0, 0, .20);
        top: 0;
        width: 5%;
        vertical-align: middle;
        display: flex;
        justify-content: center;
        align-items: center;
        text-decoration: none;
    }
    
    #corp-sponsors-wrap .carousel-control:hover {
        text-decoration: none;
        color: rgba(0, 0, 0, .20);
    }
    
    #corp-sponsors-wrap .carousel img {
        padding: 5px;
        margin: 0 auto;
        text-align: center;
    }
    
    #corp-sponsors-wrap .carousel-caption {
        background: rgba(153, 153, 153, .6);
        font-size: 16px;
        font-weight: bold;
        color: #fff;
        padding: 0;
        margin: 0;
    }
    
    #corp-sponsors-wrap .carousel-caption .caption-text {
        font-size: 16px;
        font-weight: bold;
        color: #fff;
        text-transform: none;
        padding: 5px 0px;
        margin: 0;
    }
    
    #corp-sponsors-wrap a,
    .corp-txt-btn a {
        color: #387C8F;
        text-decoration: underline;
    }
    
    #corp-sponsors-wrap a:hover,
    .corp-txt-btn a:hover {
        color: #DE703C;
        text-decoration: none;
    }
    /* Events */
    
    #events-wrap {
        margin-bottom: 20px;
    }
    
    .event-item {
        padding: 8px 0px;
    }
    
    .event-date-wrap {
        background: #fff;
        border: 1px solid #777777;
        width: 15%;
        display: inline-block;
        vertical-align: top;
        max-width: 50px;
        margin-right: 15px;
        margin-top: 5px;
    }
    
    .event-details-wrap {
        display: inline-block;
        vertical-align: top;
        width: 80%;
    }
    
    .event-month {
        text-align: center;
        color: #fff;
        font-size: 16px;
        padding-top: 2px;
        padding-bottom: 2px;
        line-height: 22px;
        background: #3E819B;
    }
    
    .event-date {
        text-align: center;
        color: rgba(35, 31, 32, 0.5);
        font-size: 20px;
        font-weight: bold;
        padding-top: 2px;
        padding-bottom: 2px;
        line-height: 26px;
    }
    
    h3.event-title {
        font-weight: normal;
        padding-bottom: 0px;
    }
    
    a.ev-title-link {
        color: #666666;
        font-size: 24px;
        font-weight: bold;
        text-decoration: underline;
    }
    
    a.ev-title-link:hover {
        color: #DE703C;
        text-decoration: none;
    }
    
    p.event-blurb {
        padding-top: 10px;
    }
    /* WTI Crude */
    
    #wti-wrap {
        margin-bottom: 20px;
    }
    
    .wti-inner-wrap {
        background: #EFEFEF;
        border: 1px solid #999999;
        text-align: center;
        padding: 30px 0px;
    }
    
    .wti-inner-wrap img {
        margin: 0 auto;
    }
    
    #wti-wrap table {
        margin: 0 auto;
    }
    /* Meeting Sponsors */
    
    #meeting-sponsor-wrap {
        margin-top: 20px;
    }
    
    #meeting-sponsor-wrap .carousel-indicators {
        display: none;
    }
    
    #meeting-sponsor-wrap .carousel img {
        max-width: 100%;
    }
    /*--------------------------------------------------------
    CSS STYLE FOR INNER PAGES
--------------------------------------------------------*/
    
    #subpage {
        min-height: calc(100vh - 455px);
        padding-top: 10px;
        padding-bottom: 10px;
    }
    /*--------------------------------------------------------
    CSS STYLE FOR MMS
--------------------------------------------------------*/
    
    .subhead {
        font-family: 'Roboto', sans-serif;
        font-size: 34px;
        color: #555555;
        font-weight: bold;
        padding-bottom: 0px;
        display: inline-block;
        border-bottom: 3px solid #3E819B;
    }
    /*--------------------------------------------------------------
                        Modal Log In
--------------------------------------------------------------*/
    
    .modal {
        overflow-y: visible;
    }
    
    .modal-dialog {
        max-width: 260px;
        margin: 50px auto;
    }
    
    .modal-header {
        text-align: center;
        padding-top: 15px;
        padding-bottom: 10px;
    }
    
    .modal-body {
        padding: 25px 23px;
    }
    
    #login input {
        width: 100% !important;
        height: 29px;
        border-radius: 2px;
        margin: 0px auto;
        border: 1px solid #777777;
        padding: 0px 10px;
        background: #fff;
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
        border-left: 0px;
        font-size: 15px;
    }
    
    #login input[type="submit"] {
        background: #E27244;
        color: #fff;
        border: 1px solid #E27244!important;
        border-radius: 3px !important;
        padding: 0px;
        width: 80px !important;
        height: 30px;
        font-size: 16px;
    }
    
    #login input[type="submit"] {
        background: #E27244;
        color: #fff;
        border: 1px solid #E27244!important;
        border-radius: 3px !important;
        padding: 0px;
        width: 80px !important;
        height: 30px;
        font-size: 16px;
    }
    
    #login input[type="submit"]:hover {
        background: #E27244;
        border: 1px solid #E27244 !important;
        color: #fff;
        text-decoration: underline;
    }
    
    #login a {
        color: #3E819B;
        text-decoration: underline;
        display: inline-block;
        float: right;
        padding-top: 5px;
        font-size: 15px;
    }
    
    #login a:hover {
        color: #E27244;
        text-decoration: none;
    }
    
    #login input:last-of-type {
        width: 100px;
        margin: none;
    }
    
    h6.modal-title {
        color: #555555;
        font-size: 24px;
        font-weight: 700;
    }
    
    #login .input-group {
        border-radius: 0px;
        margin-bottom: 10px;
    }
    
    #login .input-group-addon {
        background: #387C8F;
        color: #ffffff;
        font-weight: 500;
        font-size: 15px;
        border: 0;
        border-radius: 2px;
        border: 0;
        padding: 6px 9px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    /*--------------------------------------------------------
	FOOTER
--------------------------------------------------------*/
    
    .footer-top-border {
        border-top: 3px solid #3E819B;
        padding: 12px 0px;
    }
    
    #footer-row {
        padding: 30px 0px 20px 0px;
    }
    
    .footer-wrapper p {
        font-size: 16px;
        color: #213939;
        line-height: 24px;
    }
    
    .footer-wrapper p a {
        color: #387C8F;
        text-decoration: underline;
    }
    
    .footer-wrapper p a:hover,
    .footer-wrapper p a:focus {
        color: #DE703C;
        text-decoration: none;
    }
    
    .footer-img {
        float: right;
    }
    /*-----------------------------------Footer Menu*/
    /*-------------------------------End-Footer Menu*/
    /*--------------------------------------------------------
	UTILITIES
--------------------------------------------------------*/
    /*----------- MEDIA QUERY --------------------*/
    
    @media (min-width: 1000px) {
        .container {}
    }
    
    @media (min-width: 990px) and (max-width: 1199px) {
        .container {}
        #main-header {
            padding: 15px 0px;
        }
        #left-wrap {
            padding-top: 0px;
        }
        .logo-wrap {
            margin-right: 30px;
            width: 35%;
        }
        .logo-text {
            width: 60%;
            padding-top: 15px;
        }
        .slide-become-wrap p {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }
        .event-date-wrap {
            width: 20%;
        }
        .event-details-wrap {
            width: 75%;
        }
    }
    
    @media (max-width: 991px) {}
    
    @media (min-width: 768px) and (max-width: 990px) {
        .container {}
        h1 {
            font-size: 32px;
        }
        h2 {
            font-size: 30px;
        }
        h3 {
            font-size: 26px;
        }
        h4 {
            font-size: 22px;
        }
        #main-header {
            padding: 10px 0px;
        }
        #left-wrap {
            padding-top: 0px;
        }
        .logo-wrap {
            margin-right: 25px;
            width: 35%;
        }
        .logo-text {
            width: 60%;
            padding-top: 20px;
        }
        #slide-content-links {
            display: block;
            position: static;
            width: 100%;
            padding-bottom: 30px;
            background: rgba(40, 88, 102, 1);
            background: -webkit-linear-gradient(-90deg, rgba(40, 88, 102, 1), rgba(57, 125, 144, 1));
            background: -o-linear-gradient(-90deg, rgba(40, 88, 102, 1), rgba(57, 125, 144, 1));
            background: -moz-linear-gradient(-90deg, rgba(40, 88, 102, 1), rgba(57, 125, 144, 1));
            background: linear-gradient(-90deg, rgba(40, 88, 102, 1), rgba(57, 125, 144, 1));
        }
        .slide-quicklinks-wrap ul {
            -webkit-column-count: 2;
            -moz-column-count: 2;
            column-count: 2;
            -webkit-column-gap: 40px;
            -moz-column-gap: 40px;
            column-gap: 40px;
        }
        .event-date-wrap {
            width: 20%;
        }
        .event-details-wrap {
            width: 75%;
        }
        #subpage {
            min-height: calc(100vh - 310px);
        }
    }
    
    @media (max-width: 767px) {
        .container {}
        #main-header {
            padding: 0px;
        }
        #left-wrap {
            padding-top: 0px;
        }
        .logo-wrap {
            margin-right: 20px;
            width: 40%;
        }
        .logo-text {
            width: 50%;
            padding-top: 20px;
        }
        .logo-text h4 {
            font-size: 15px;
            border-bottom: 2px solid #3E819B;
            padding-bottom: 3px;
        }
        .logo-text h5 {
            font-size: 14px;
        }
        #slide-content-links {
            display: block;
            position: static;
            width: 100%;
            padding-bottom: 40px;
            background: rgba(40, 88, 102, 1);
            background: -webkit-linear-gradient(-90deg, rgba(40, 88, 102, 1), rgba(57, 125, 144, 1));
            background: -o-linear-gradient(-90deg, rgba(40, 88, 102, 1), rgba(57, 125, 144, 1));
            background: -moz-linear-gradient(-90deg, rgba(40, 88, 102, 1), rgba(57, 125, 144, 1));
            background: linear-gradient(-90deg, rgba(40, 88, 102, 1), rgba(57, 125, 144, 1));
        }
        #events-wrap {
            margin-top: 20px;
        }
        #meeting-sponsor-wrap .carousel .item {
            margin: 0 auto;
            text-align: center;
        }
        #meeting-sponsor-wrap .carousel img {
            max-width: 100%;
            margin: 0 auto;
        }
        .footer-img {
            float: none;
            margin-bottom: 30px;
        }
        .footer-img img {
            text-align: center;
            margin: 0 auto;
        }
        .footer-text {
            text-align: center;
        }
        #subpage {
            min-height: calc(100vh - 372px);
        }
    }
    
    @media (max-width: 480px) {
        .container {}
        #main-header {
            padding: 0px;
        }
        #left-wrap {
            padding-top: 0px;
        }
        .logo-wrap {
            width: 70%;
        }
        .logo-text.hidden-for-mobile {
            display: none !important;
        }
        #slide-content-links {
            display: block;
            position: static;
            width: 100%;
            padding-bottom: 40px;
            background: rgba(40, 88, 102, 1);
            background: -webkit-linear-gradient(-90deg, rgba(40, 88, 102, 1), rgba(57, 125, 144, 1));
            background: -o-linear-gradient(-90deg, rgba(40, 88, 102, 1), rgba(57, 125, 144, 1));
            background: -moz-linear-gradient(-90deg, rgba(40, 88, 102, 1), rgba(57, 125, 144, 1));
            background: linear-gradient(-90deg, rgba(40, 88, 102, 1), rgba(57, 125, 144, 1));
        }
        #events-wrap {
            margin-top: 20px;
        }
        .event-details-wrap {
            display: inline-block;
            vertical-align: top;
            width: 70%;
        }
        #meeting-sponsor-wrap .carousel .item {
            margin: 0 auto;
            text-align: center;
        }
        #meeting-sponsor-wrap .carousel img {
            max-width: 100%;
            margin: 0 auto;
        }
        .footer-img {
            float: none;
            margin-bottom: 30px;
        }
        .footer-img img {
            text-align: center;
            margin: 0 auto;
        }
        .footer-text {
            text-align: center;
        }
    }
    /* Safari Browser */
    
    @media only screen and (-webkit-min-device-pixel-ratio: 1) {
         ::i-block-chrome,
        svg#main-logo {}
        /* Internet Browser */
        @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {}