/*--------------------------------------------------------
	FONT ASSIGNMENTS
--------------------------------------------------------*/

body {
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    color: #333333;
    line-height: normal;
    scroll-behavior: smooth;
}

p {
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    color: #333333;
    margin-bottom: .9em;
}

.container {}


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

h1,
h2,
h3,
h4,
h5 {
    font-family: Arial;
    margin: 0px;
    padding: 0 0 0.3em;
}

h1 {
    font-size: 30px;
    color: #0A3342;
    font-weight: bold;
    text-transform: uppercase;
}

h2 {
    font-size: 26px;
    color: #0A3342;
    font-weight: bold;
    text-transform: uppercase;
}

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

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

h3 {
    font-size: 22px;
    color: #0A3342;
    text-transform: uppercase;
    font-weight: bold;
}

h4 {
    font-size: 18px;
    color: #0A3342;
    text-transform: uppercase;
    font-weight: bold;
}

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


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

a {
    color: #569F45;
    font-family: 'Nunito', sans-serif;
}

a:focus,
a:hover {
    color: #0A3342;
}


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

img {
    border: 0px;
}


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

#header-left-wrap img {
    width: 155px;
    height: auto;
    max-width: 100%;
    z-index: 199;
    margin-top: 65px;
    position: absolute;
}


/* saf3+, chrome1+ */

@media screen and (-webkit-min-device-pixel-ratio:0) {
    #header-left-wrap img {
        margin-top: 65px;
    }
}

svg#main-logo {
    width: 155px;
    height: 173px;
    max-width: 100%;
    z-index: 199;
    margin-top: 33px;
    position: absolute;
}


/* saf3+, chrome1+ */

@media screen and (-webkit-min-device-pixel-ratio:0) {
    svg#main-logo {
        margin-top: 33px;
    }
}

@media (max-width: 767px) {
    .header-top-wrapper {
        height: 0;
    }
}

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

.email-wrap {
    display: inline-block;
    margin-right: 40px;
    vertical-align: middle;
    margin-top: -5px;
}

.email-wrap a {
    text-decoration: none;
    font-size: 16px;
}

.email-wrap a .email-icon-text {
    color: #569F45;
    padding-left: 3px;
    vertical-align: middle;
    display: inline-block;
}

.email-wrap svg#email-icon {
    width: 19px;
    height: 16px;
    vertical-align: middle;
    display: inline-block;
}

.email-wrap svg#email-icon .cls-1 {
    fill: #569F45;
}


/* Search Bar */

#search-input {
    max-width: 260px;
    display: inline-block;
    margin-bottom: 20px;
}

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

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

@media (max-width: 1200px) {
    #search-input {
        margin-bottom: 10px;
    }
    .search-main-wrap {
        margin-top: 10px;
    }
}

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

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

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

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

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

#search-input input {
    border: 0px;
    box-shadow: none;
    height: 36px;
    color: #666666;
    font-size: 16px;
    font-family: 'Nunito', sans-serif;
}

#search-input button {
    background: #0A3342;
    box-shadow: none;
    border: 0;
    color: #fff;
    border-left: 5px solid #fff;
    padding: 0px 13px;
    height: 36px;
    border-radius: 0px;
}

.input-group.search-input-wrap {
    background: #F2F2F2;
}


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


/* .navbar-nav>li a {
    color: ;
    font-family: ;
}

.nav>li>a:hover,
.nav>li>a:focus {} */


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


/* Mobile Header and Search */

#mobile-menu-col {
    top: 15px;
    padding: 15px 0px 15px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    float: right;
    margin-left: 15px;
}

.mobile-email-wrap a {
    text-decoration: none;
    font-size: 16px;
}

.mobile-email-wrap a .email-icon-text {
    color: #fff;
    padding-left: 3px;
    vertical-align: middle;
    display: inline-block;
    font-size: 16px;
    text-transform: none;
}

svg#mobile-email-icon {
    width: 19px;
    height: 16px;
    vertical-align: middle;
    display: inline-block;
}


/*.mobile-email-wrap img {
    width: 19px;
    height: 16px;
    vertical-align: middle;
    display: inline-block;
}*/

.mobile-search-wrap {
    margin-bottom: 20px;
}

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

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

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

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

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

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

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

.mobile-search-wrap input {
    border: 0px;
    box-shadow: none;
    height: 36px;
    color: #666666;
    font-size: 16px;
    font-family: 'Nunito', sans-serif;
}

.mobile-search-wrap button {
    background: #fff;
    box-shadow: none;
    border: 0;
    color: #fff;
    border-left: 5px solid #0A3342;
    padding: 0px 13px;
    height: 36px;
    border-radius: 0px;
}

.mobile-search-wrap button:hover {
    background: #fff !important;
    border: none;
    color: transparent;
    border-left: 5px solid #0A3342 !important;
}

.mobile-search-wrap .input-group.search-input-wrap {
    background: #F2F2F2;
}


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


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

.slideshow-wrap {
    position: relative;
    z-index: 9;
    top: -72px;
    margin-bottom: 20px;
}

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

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

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

#slide-container img {
    width: 100%;
}

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

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

.slideshow-wrap .carousel-control img {
    width: 26px !important;
    height: 36px;
}

.slideshow-wrap .carousel-control.left {
    background: transparent;
    color: #fff;
    top: 0px;
    line-height: normal;
    bottom: 0;
    margin: auto;
    opacity: 1;
    text-shadow: none;
    font-family: 'Nunito', sans-serif;
    font-weight: 100;
    margin-left: 0px;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 120px;
}

.slideshow-wrap .carousel-control.right {
    background: transparent;
    color: #fff;
    top: 0px;
    line-height: normal;
    bottom: 0;
    margin: auto;
    opacity: 1;
    text-shadow: none;
    font-family: 'Nunito', sans-serif;
    font-weight: 100;
    margin-right: 0px;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 120px;
}

.carousel-caption {
    position: absolute;
    z-index: 100;
    background: rgba(175, 214, 226, .9);
    padding: 11px 15px;
    left: 14.8%;
    top: auto;
    right: 14.8%;
    bottom: 12%;
    text-align: left;
    text-shadow: none;
}

.carousel-indicators {
    bottom: 5px;
}

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

.carousel-indicators .active {
    background: transparent;
    width: 15px;
    height: 15px;
    margin-left: 8px;
    border: 2px solid #fff;
}

@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-family: Arial;
    font-size: 30px;
    font-weight: bold;
    color: #0A3542;
}

p.alt-text {
    font-size: 18px;
    color: #0A3542;
}

.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
--------------------------------------------------------*/


/* Button */

.btn-wrap {
    margin-top: 25px;
    background: #569F45;
    width: 165px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    padding: 8px 10px;
    font-size: 15px;
    font-weight: 800;
    font-family: 'Nunito', sans-serif;
    cursor: pointer;
}

a:hover .btn-wrap,
.btn-wrap:hover {
    background: #0A3342;
}

.btn-wrap a {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 15px;
    font-weight: 800;
    font-family: 'Nunito', sans-serif;
}

.btn-wrap a:hover {
    color: #fff;
}


/* Quick Links Boxes */

#quicklinks-boxes-wrap {
    margin-top: 20px;
    margin-bottom: 20px;
}

#quicklinks-boxes-wrap .col-content-wrap a {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    text-decoration: underline;
    vertical-align: middle;
}

#quicklinks-boxes-wrap a:hover {
    text-decoration: none;
}

#quicklinks-boxes-wrap .col-content-wrap img {
    width: 100% !important;
    max-width: 100% !important;
}

.quicklinks-boxes-title,
#quicklinks-boxes-wrap .col-content-wrap h3 {
    background: rgba(86, 159, 69, .8);
    width: 100%;
    text-align: center;
    position: relative;
    top: -50px;
    height: 50px;
    line-height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
}

.quicklinks-boxes-title:hover,
#quicklinks-boxes-wrap .col-content-wrap h3:hover {
    background: rgba(10, 53, 66, .8);
}

#quicklinks-boxes-wrap .col-content-wrap p {
    margin-top: -30px;
}


/* Conference- Events - Quick Links */

#conference-events-quick {
    margin-top: 20px;
    margin-bottom: 20px;
}

.conference-content {
    background: rgba(175, 214, 226, .9);
    padding: 15px 15px;
}

.conference-content h3 {
    padding-bottom: 5px;
    text-transform: uppercase;
}

.conference-content p {
    margin-bottom: 0px;
    line-height: 24px;
}

.event-item {
    background: rgba(175, 214, 226, .9);
    padding: 24px 15px;
    margin-bottom: 35px;
}

#events-outside-wrap .event-item:last-child {
    margin-bottom: 0px;
}

.event-item h4 {
    font-size: 18px;
    font-weight: 700;
    text-transform: none;
    padding-bottom: 3px;
}

a.ev-title-link {
    font-family: 'Arial' !important;
    /*    color: #333333;
    text-decoration: underline;*/
}

a.ev-title-link:hover {
    font-family: 'Arial' !important;
    color: #569f46;
    text-decoration: underline;
}

.event-date-wrap {
    font-family: 'Arial' !important;
    font-size: 14px;
    color: #666666;
    font-style: italic;
    padding-bottom: 15px;
}

.event-blurb {
    color: #333333;
    font-size: 16px;
}

#quicklinks-wrap ul {
    padding-left: 20px;
}

#quicklinks-wrap a {
    color: #333333;
    text-decoration: underline;
    font-weight: bold;
    line-height: 32px;
}

#quicklinks-wrap a:hover {
    color: #569F45;
    text-decoration: none;
}


/* News Section */

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

.news-image img {
    display: block;
    max-width: 100%;
    height: auto;
}

h3.news-title {
    font-size: 16px;
    font-weight: bold;
    text-transform: none;
    color: #333333;
    padding-top: 15px;
    padding-bottom: 3px;
}

a.news-title-link {
    color: #333333;
    text-decoration: underline;
}

a.news-title-link:hover {
    color: #569F45;
    text-decoration: none;
}

.news-date {
    font-size: 14px;
    color: #666666;
    font-style: italic;
    padding-bottom: 15px;
}

.news-blurb {
    color: #333333;
    font-size: 16px;
}

a.news-button-links {
    text-decoration: none;
}


/* Join Us */

#join-us-wrapper {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 199;
}

.joinus-wrap {
    background: #569F45;
    padding: 16px 0px;
    margin-top: 20px;
}

#joinus-inside-wrap {
    padding-top: 5px;
}

#joinus-inside-wrap h1 {
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    padding-bottom: 0px;
}

#joinus-inside-wrap p {
    color: #fff;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0px;
    vertical-align: middle;
    max-width: 80%;
    max-width: calc(100% - 81px - 1ch);
}

#joinus-button-wrap {
    text-align: right;
}

#joinus-button-wrap a {
    text-decoration: none;
}

a:first-child .joinus-button {
    margin-left: 0px;
}

.joinus-button {
    background: url(../images/white-btn.svg);
    width: 128px;
    height: 42px;
    display: inline-block;
    color: #569F45;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 800;
    text-align: center;
    padding-top: 15px;
    margin-left: 10px;
    background-repeat: no-repeat;
}


/*a:hover .joinus-button {
   background: url(../images/darkgreen-btn.svg);
	width: 128px;
	height: 42px;
	color: #fff;
}*/

@media (min-width: 990px) and (max-width: 1199px) {
    #joinus-inside-wrap {
        width: 53%;
    }
    #joinus-inside-wrap p {
        max-width: 65%;
    }
    #joinus-button-wrap {
        width: 47%;
    }
}

@media (max-width: 767px) {
    .joinus-wrap {
        padding: 0;
    }
    #joinus-inside-wrap {
        padding-top: 0;
    }
    #joinus-inside-wrap h1 {
        font-size: 20px;
    }
    #joinus-button-wrap {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .joinus-button {
        margin: 5px 0;
        display: inline-block;
        max-width: calc(33% - 0.5em);
    }
}


/* News Letter - Connect with us */

.newsletter-connect-wrap {
    background: #AFD6E2;
    padding: 22px 0px;
    margin-top: 30px;
}

#newsletter-wrap {
    margin-top: 3px;
}

a.newsletter-btn-links {
    text-decoration: none;
}

#newsletter-wrap h2,
#connect-wrap h2 {
    color: #569F45;
}

#newsletter-wrap p {
    color: #333333;
}

#connect-wrap {
    margin-top: 3px;
}

#connect-wrap h2 a {
    font-family: Arial;
}

#connect-wrap a {
    color: #569F45;
}

#connect-wrap img {
    display: inline-block;
    margin-right: 7px;
    margin-top: 15px;
}


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

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

@media (max-width: 767px) {
    #subpage {
        padding-top: 30px;
    }
}


/*--------------------------------------------------------
	CSS STYLE FOR GPE
--------------------------------------------------------*/

#mycanvas a {
    text-decoration: none;
}

#mheader_5_wrapper .slideshow-wrap {
    top: 0px !important;
}


/*--------------------------------------------------------------
                        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: #569F45;
    color: #fff;
    border: 1px solid #569F45!important;
    border-radius: 0px !important;
    padding: 0px;
}

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

#login a {
    margin-bottom: 10px;
    display: block;
    color: #569F45;
}

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

h6.modal-title {
    color: #0A3342;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
}

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


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

#footer-row {
    padding: 19px 0px 7px 0px;
    background: #0A3342;
}

.footer-wrapper p {
    font-size: 16px;
    color: #fff;
    line-height: 20px;
}

.footer-wrapper p a {
    color: #fff;
    text-decoration: underline;
}

.footer-wrapper p a:hover {
    text-decoration: none;
}

p.footer-info-right {
    text-align: right;
}


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


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


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


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

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

@media (min-width: 990px) and (max-width: 1199px) {
    .container {}
    svg#main-logo,
    #header-left-wrap img {
        margin-top: 81px;
        height: auto;
    }
    #main-menu {
        height: auto !important;
    }
    #mobile-menu-col {
        top: 5px !important;
    }
    .custom-divider {
        margin-top: -2px;
    }
    #amznCharityBanner iframe {
        width: 100% !important;
        max-width: 220px !important;
    }
}

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

@media (min-width: 768px) and (max-width: 990px) {
    .container {}
    svg#main-logo,
    #header-left-wrap img {
        margin-top: 81px;
        height: auto;
    }
    #main-menu {
        height: auto !important;
    }
    #mobile-menu-col {
        top: 5px !important;
    }
    .custom-divider {
        margin-top: -2px;
    }
    .carousel-caption {
        padding: 7px 15px;
        left: 8.8%;
        right: 8.8%;
        bottom: 15%;
    }
    .carousel-indicators {
        bottom: 0px;
    }
    .slideshow-wrap .carousel-control.left,
    .slideshow-wrap .carousel-control.right {
        height: auto;
        width: 70px;
    }
    p.caption-text {
        margin-bottom: 0px;
    }
    .quicklinks-boxes-title {
        font-size: 15px;
    }
    #conference-wrap {
        margin-bottom: 20px;
    }
    #conference-wrap img {
        width: 100% !important;
    }
    #events-outside-wrap {
        margin-top: 20px;
    }
    #quicklinks-wrap {
        margin-top: 20px;
    }
    #quicklinks-wrap ul {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 80px;
        -moz-column-gap: 80px;
        column-gap: 80px;
    }
    .joinus-wrap {
        padding: 35px 0px;
    }
    #joinus-button-wrap {
        text-align: left;
        margin-top: 20px;
    }
    #amznCharityBanner iframe {
        width: 100% !important;
        max-width: 220px !important;
    }
}

@media (max-width: 767px) {
    .container {}
    #main-menu {
        padding: 6px 0px;
        height: auto !important;
        margin-bottom: -10px;
        min-height: 64px;
    }
    svg#main-logo,
    #header-left-wrap img {
        margin-top: 13px;
        height: auto;
    }
    .carousel-caption {
        background: rgba(175, 214, 226, .75);
        display: block;
        position: static;
        width: 100%;
        height: auto !important;
        padding-bottom: 60px !important;
        padding-left: 20px;
        padding-right: 20px;
        min-height: 325px;
    }
    .slideshow-wrap .carousel-control.left,
    .slideshow-wrap .carousel-control.right {
        display: block;
        top: 18%;
        height: auto;
        width: 50px;
    }
    #quicklinks-boxes-wrap .column {
        margin-bottom: 35px;
    }
    #quicklinks-boxes-wrap img {
        width: 100% !important;
    }
    .quicklinks-boxes-title {
        width: 100%;
    }
    #conference-wrap {
        margin-bottom: 20px;
    }
    #conference-wrap img {
        width: 100% !important;
    }
    #events-outside-wrap {
        margin-top: 40px;
        margin-bottom: 20px;
    }
    #quicklinks-wrap ul {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 80px;
        -moz-column-gap: 80px;
        column-gap: 80px;
    }
    .news-item {
        margin-top: 10px;
        margin-bottom: 30px;
    }
    #news-section-wrap .news-wrap:last-child .news-item {
        margin-bottom: 0px;
    }
    .news-image img {
        width: 100%;
    }
    #joinus-button-wrap {
        text-align: left;
    }
    #joinus-inside-wrap p {
        padding-left: 1ch;
        padding-top: 0;
        padding-bottom: 0;
    }
    #newsletter-wrap {
        margin-bottom: 20px;
    }
    #connect-wrap {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    #amazon-section-wrap {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    #amznCharityBanner {
        background: #FFFFFF;
        border-top: 5px solid #FF9900;
        border-bottom: 40px solid #FF9900;
    }
    #amznCharityBanner iframe {
        width: 100% !important;
        margin-top: -13px;
        margin-bottom: -40px;
    }
    .footer-wrapper p {
        text-align: center;
    }
    text-align: center;
}

@media (max-width: 480px) {
    .container {}
    #main-menu {
        padding: 6px 0px;
        height: auto !important;
    }
    svg#main-logo,
    #header-left-wrap img {
        margin-top: 13px;
        height: auto;
    }
    .carousel-caption {
        background: rgba(175, 214, 226, .75);
        display: block;
        position: static;
        width: 100%;
        height: auto !important;
        padding-bottom: 60px !important;
        padding-left: 20px;
        padding-right: 20px;
        min-height: 325px;
    }
    .slideshow-wrap .carousel-control.left,
    .slideshow-wrap .carousel-control.right {
        display: block;
        top: 10%;
        height: auto;
        width: 50px;
    }
    #quicklinks-boxes-wrap img {
        width: 100%;
    }
    .quicklinks-boxes-title {
        width: 100% !important;
    }
    #conference-wrap {
        margin-bottom: 20px;
    }
    #conference-wrap img {
        width: 100% !important;
    }
    #events-outside-wrap {
        margin-top: 40px;
        margin-bottom: 20px;
    }
    #quicklinks-wrap ul {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 80px;
        -moz-column-gap: 80px;
        column-gap: 80px;
    }
    .news-item {
        margin-top: 10px;
        margin-bottom: 30px;
    }
    #news-section-wrap .news-wrap:last-child .news-item {
        margin-bottom: 0px;
    }
    .news-image img {
        width: 100%;
    }
    #joinus-button-wrap {
        text-align: left;
    }
    #newsletter-wrap {
        margin-bottom: 20px;
    }
    #connect-wrap {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    #amazon-section-wrap {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    #amznCharityBanner {
        background: #FFFFFF;
        border-top: 5px solid #FF9900;
        border-bottom: 40px solid #FF9900;
    }
    #amznCharityBanner iframe {
        width: 100% !important;
        margin-top: -13px;
        margin-bottom: -40px;
    }
    .footer-wrapper p {
        text-align: center;
    }
}


/* Safari Browser */

@media only screen and (-webkit-min-device-pixel-ratio: 1) {
     ::i-block-chrome,
    svg#main-logo,
     ::i-block-chrome,
    #header-left-wrap img {
        padding-top: 0px;
        height: 230px;
    }
    /* ::i-block-chrome,
    .navbar-nav>li a {
        padding-left: 23px !important;
        padding-right: 23px !important;
    } */
}


/* Internet Browser */

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    /* .navbar-nav>li a {
        padding-left: 24px !important;
        padding-right: 24px !important;
    } */
}


/*--------------------------------------------------------
                MMS styles
--------------------------------------------------------*/

#mms_content .sto_intro,
#mms_content .sto_info {
    border: 0;
    background: white;
}


/*--------------------------------------------------------
                Conference Page
--------------------------------------------------------*/

@media (min-width: 800px) {
    .two-column-list {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 2em;
        -moz-column-gap: 2em;
        column-gap: 2em;
    }
}

#conference-page {
    position: relative;
    top: -40px;
}

.sentence-case {
    text-transform: none;
}

#conference-page-content ul {
    margin-left: 0;
    padding-left: 1em;
}

#conference-resources h4:first-child {
    margin-bottom: .5em;
}

#conference-resources ul,
ul#past-conferences {
    padding-left: 0;
    list-style: none;
}

#session-topics li,
#conference-resources li,
#past-conferences li {
    margin-bottom: .4em;
}

#conference-page-content table {
    margin: 1em 0 1.5em;
    border: 1px solid #ddd;
    max-width: 100%;
    overflow-x: auto;
    font-size: .9em;
    display: block;
}

#past-conferences .list-year {
    color: #0A3342;
    font-weight: bold;
}

#past-conferences li:first-child {
    color: #4b7520;
    font-weight: bold;
}

#conference-page-content table tr:nth-child(even) {
    background-color: #eee;
}

#conference-page-content table td,
#conference-page-content table th {
    padding: .5em;
}

#conference-page-content table tfoot td {
    padding-top: 1em;
}

#pricing-table {
    width: 550px;
}


/*-------------Conference Menu --------- */

#conference-menu {
    position: sticky;
    margin-left: -200px;
    top: 60px;
    height: 0;
    overflow: visible;
}

@media (max-width: 1600px) {
    #conference-menu {
        margin-left: -170px;
    }
}

#conference-menu a {
    color: #333;
}

#conference-menu .nav>li.active>a::before {
    content: '';
    display: inline-block;
    left: -21px;
    top: 2px;
    width: 11px;
    height: 16px;
    position: absolute;
    background: #569F45;
}

#conference-menu .active a {
    font-weight: bold;
    color: #569F45;
}

#conference-menu .nav>li>a {
    display: inline;
    padding: 0;
    /*Overwrite Bootstrap styles*/
}

#conference-menu .nav>li>a:focus,
#conference-menu .nav>li>a:hover {
    text-decoration: underline;
    background-color: transparent;
    /*Overwrite Bootstrap styles*/
}

@media (max-width: 1570px) {
    #conference-menu {
        background: #0A3342;
        max-height: 0;
        height: auto;
        width: 100%;
        margin: 0;
        z-index: 20;
        padding: 0;
        transition: .125s padding, .125s max-height;
        overflow: hidden;
        position: fixed;
        bottom: 0;
        top: inherit;
        left: 0;
    }
    #conference-menu.show-nav {
        max-height: 200px;
        padding-top: .5em;
        padding-bottom: .5em;
    }
    #conference-menu .nav {
        text-align: center;
    }
    #conference-menu li {
        display: inline-block;
        margin-left: 2ch;
    }
    #conference-menu .nav>li>a {
        color: white;
    }
    #conference-menu .nav>li>a:focus,
    #conference-menu .nav>li>a:hover {
        text-decoration: none;
    }
    #conference-menu .nav>li.active>a::before,
    #conference-menu .nav>li.active>a:hover::before {
        content: '';
        display: inline-block;
        left: inherit;
        top: 1.3em;
        width: 100%;
        height: .25em;
        position: absolute;
        background: white;
    }
    #conference-menu .nav>li.active>a {
        color: white;
    }
}

@media (max-width: 990px) {
    #conference-menu .nav {
        text-align: left;
    }
}


/*-------------Conference Banner--------- */

#banner {
    position: relative;
    overflow: hidden;
    top: -80px;
}

@media(max-width: 990px) {
    #banner {
        top: -77px;
    }
}

#conference-banner {
    max-height: 350px;
    overflow-y: hidden;
}

#conference-banner::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /*z-index: 1;*/
    opacity: .5;
    background: -moz-linear-gradient(50% 0% -90deg, rgba(10, 53, 66, 0.5) 0%, rgba(10, 53, 66, 1) 100%);
    background: -webkit-linear-gradient(-90deg, rgba(10, 53, 66, 0.5) 0%, rgba(10, 53, 66, 1) 100%);
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0, rgba(10, 53, 66, 0.5)), color-stop(1, rgba(10, 53, 66, 1)));
    background: -o-linear-gradient(-90deg, rgba(10, 53, 66, 0.5) 0%, rgba(10, 53, 66, 1) 100%);
    background: -ms-linear-gradient(-90deg, rgba(10, 53, 66, 0.5) 0%, rgba(10, 53, 66, 1) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#0A3342', endColorstr='#0A3342' ,GradientType=0)";
    background: linear-gradient(180deg, rgba(10, 53, 66, 0.5) 60%, rgba(10, 53, 66, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#0A3342', endColorstr='#0A3342', GradientType=0);
}

#conference-banner img {
    width: 100%;
    position: relative;
    z-index: -1;
    top: -50px;
}

@media(max-width: 1200px) {
    #conference-banner img {
        top: inherit;
    }
}

@media(max-width: 650px) {
    #conference-banner {
        overflow: hidden;
    }
    #conference-banner img {
        width: 650px;
    }
}

#figcaption-row {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 1140px;
}

#banner figcaption,
#banner h1,
#banner a {
    color: white;
    text-transform: capitalize;
    font-size: 1.9em;
    line-height: 0.5em;
    text-shadow: 2px 2px 4px rgba(51, 51, 51, 1);
}

#banner figcaption time,
#banner figcaption address {
    display: inline-block;
    margin-right: .7ch;
    font-weight: bold;
    margin-bottom: 0;
}

#banner .youtube-link::before {
    content: url(/images/youtube-icon.svg);
    position: relative;
    top: 9px;
    left: -5px;
}

#banner .youtube-link {
    font-size: 20px;
    position: absolute;
    right: -10px;
    font-size: 20px;
    top: 45px;
}

@media (max-width: 1200px) {
    #figcaption-row {
        left: 0;
        transform: inherit;
        padding-left: 1em;
        padding-right: 1em;
        width: 100%;
    }
}

@media (max-width: 990px) {
    #figcaption-row {
        bottom: 0;
    }
    #banner figcaption,
    #banner h1,
    #banner a {
        font-size: 1.5em;
    }
    #banner .youtube-link {
        position: relative;
        top: -10px;
        right: 0;
    }
}

@media (max-width: 650px) {
    #banner figcaption,
    #banner h1,
    #banner a {
        font-size: 1.3em;
    }
}

@media (max-width: 500px) {
    #figcaption-row {
        bottom: 20px;
    }
    #banner figcaption {
        position: relative;
        top: 1em;
    }
    #banner figcaption,
    #banner h1,
    #banner a {
        font-size: 1.1em;
    }
    #banner .youtube-link {
        position: relative;
        top: 0;
        right: 0;
        font-size: 16px;
    }
}


/*-----------Conference Page Main--------- */

#conference-page-row {
    position: relative;
    top: -40px;
}

#conference-page-row {
    display: flex;
    flex-direction: row;
}

@media (max-width: 630px) {
    #conference-page-row {
        flex-direction: column-reverse;
    }
}

#conference-page-row figure {
    margin-bottom: 1em;
}

#conference-page-row figcaption {
    font-size: .8em;
    margin-top: .75em;
}

#conference-page article {
    margin-bottom: 1em;
    padding-top: 1em;
    /*Padding-top added for space at the top of the screen when conference menu links are used to display an article*/
}

#conference-page article:first-of-type {
    padding-top: 0;
}

@media (max-width: 1570px) {
    #conference-page article {
        margin-bottom: -1em;
        padding-top: 3em;
    }
    #conference-page article:last-of-type {
        margin-bottom: 0;
    }
}


/*-----------#summary--------- */

#conference-page #summary h1 {
    font-weight: 800;
    line-height: 1.1em;
}

#conference-page #summary h1 span {
    font-weight: bold;
    display: block;
    text-transform: capitalize;
    font-size: .9em;
    color: #444;
    line-height: 1.2em;
}


/*-----------#session-topics--------- */

#session-topics ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

@media(max-width: 670px) {
    #session-topics ul {
        -webkit-column-count: inherit;
        -moz-column-count: inherit;
        column-count: inherit;
    }
}


/*-----------Conference Resources sidebar--------- */

#conference-resources {
    width: 20%;
}

#conference-page-content {
    width: 80%;
}

@media (max-width: 1200px) {
    #conference-resources {
        width: 230px;
    }
    #conference-page-content {
        width: calc(100% - 250px);
    }
}

@media (max-width: 767px) and (min-width: 630px) {
    #main-body {
        width: 70%;
        float: left;
        padding-left: 30px;
        padding-right: 30px;
    }
    #conference-resources {
        width: 30%;
        float: left;
        padding-right: 30px;
        font-size: 14px;
    }
    #conference-resources h3 {
        font-size: 20px;
    }
    #conference-resources h4 {
        font-size: 16px;
    }
    #conference-resources p {
        font-size: 14px;
    }
}

@media (max-width: 630px) {
    #conference-resources,
    #conference-page-content {
        width: 100%;
    }
}

@media (max-width: 990px) {
    #banner+.container {
        width: 100%;
    }
}

#conference-page-row h1,
#conference-page-row h2,
#conference-page-row h3,
#conference-page-row h4,
#conference-page-row h5 {
    text-transform: capitalize;
}

#conference-page-row *+h1,
#conference-page-row *+h2,
#conference-page-row *+h3,
#conference-page-row *+h4,
#conference-page-row *+h5 {
    margin-top: .5em;
}

#featured-announcement {
    background: rgba(175, 214, 226, .6);
    padding: 1.25em 1em 1em;
    margin-bottom: 1.5em;
    border-left: .375em solid rgba(10, 51, 66, .25);
    display: none;
}

@media (max-width: 990px) {
    #featured-announcement {
        padding-left: .5em;
    }
}

#conference-resources section,
#conference-resources nav {
    margin-bottom: 2.5em;
}


/*-----------Conference Sponsors--------- */

#conference-sponsors br {
    display: none;
}

#conference-sponsors div[class*="-sponsor"] {
    /*margin-bottom: 2em;*/
    display: flex;
    flex-direction: column;
}

#conference-sponsors div[class*="-sponsor"]>a {
    margin-bottom: 1.5em;
}


/*#conference-sponsors div[class*="-sponsor"] img + * {
    margin-top: -1.5em;
    display: block
}*/

#conference-sponsors img {
    width: 100%;
    max-width: 60%;
    display: block;
}

#conference-sponsors img.bigger {
    transform: scale(1.3);
    margin-left: 1em;
    margin-top: 1em;
    margin-bottom: .5em;
}

@media (max-width: 650px) {
    #conference-sponsors>div[class*="-sponsor"]:not(.silver-sponsor) {
        width: 50%;
        float: left;
        margin-top: .5em;
    }
    #conference-sponsors>.silver-sponsor {
        clear: both;
    }
}


/*Fix display in Grid Page Editor only*/

#gm-canvas #conference-page,
#gm-canvas #banner,
#conference-banner::before,
#gm-canvas #banner figcaption,
#gm-canvas #banner h1,
#gm-canvas #banner a {
    all: unset;
}