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

:root {
    --green: #336617;
    --font: 'Lato', sans-serif;
    ;
}

html,
body {
    font-family: var(--font);
    font-size: 18px;
    color: #222;
}

p {
    font-family: var(--font);
    /* color: #2a2e38; */
}


/* .container{
}
.row {
	margin-right: 0px;
	margin-left: 0px;
}
em {
    
} */


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

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    margin-bottom: .5em;
    padding-bottom: .25em;
    font-family: var(--font);
    font-weight: bold;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 26px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 19px;
}


/* h1.title,
#subpage h2 {
    margin-top: 15px;
    color: #006400;
    text-align: center;
    border-bottom: 1px solid #888;
    margin-bottom: 1.5em;
} */

h1.title:not(#subpage>.title) {
    margin-bottom: 0;
}

h1+h2.subtitle {
    margin-top: -20px;
    font-size: 28px;
}


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


/* a {
	color: ;
	cursor: pointer;
	font-family: var(--font);
}
a:hover, a:focus{
	color: ;
} */

a.button-link {
    display: inline-block;
    background: #DAE064;
    padding: .5em 2ch;
    border: 2px solid var(--green);
    border-radius: 10px;
    color: var(--green);
    font-weight: bold;
    margin-bottom: 1em;
}


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

img {
    border: 0px;
}


/* .callout {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    border-top: 1px solid #888;
    border-bottom: 1px solid #888;
    padding: .5em 0;
} */

h1+.callout,
h2+.callout {
    border-top: none;
}

hr {
    border-top: 1px solid #888;
}

.flex-row {
    display: flex;
    gap: 30px;
}

@media (max-width: 990px) {
    .flex-row {
        flex-direction: column;
    }
}

#mycanvas .flex-row {
    display: block;
}

.session+.session {
    margin-top: 2rem;
}

.session h3 {
    margin-bottom: 5px;
    padding-bottom: 0;
}

@media (max-width: 767px) {
    .session+.session {
        margin-top: 1rem;
    }
}


/*--------------------------------------------------------
    GPE
--------------------------------------------------------*/

.row_background {
    background: #8EB6F5;
}


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


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

#top-wrap-header {
    background: transparent;
    height: auto;
    padding-bottom: 25px;
    position: relative;
    z-index: 102;
}

.header-top-wrapper {
    background: rgba(45, 47, 55, 0.7);
    padding: 15px 0px 10px;
    position: relative;
    z-index: 3;
    font-family: var(--font);
    font-size: 24px;
}

#header-social-media svg {
    display: inline-block;
    margin-left: 15px;
    width: 40px;
    height: 40px;
}

#header-social-media svg#fb-icon .cls-2,
#header-social-media svg#twitter-icon .cls-2,
#header-social-media svg#linkedin-icon .cls-2 {
    fill: var(--green) !important;
}

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

#search-input {
    display: inline-block;
    vertical-align: middle;
    text-align: right;
}


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

#search-input input {
    border: 0px;
    box-shadow: none;
    color: #fff;
    height: 40px;
}

#search-input .search-button {
    background-color: #fff;
    background-image: url(../images/search-icon.png);
    background-repeat: no-repeat;
    padding: 10px 20px 12px 21px;
    background-position: center;
    border: 0;
    color: #fff;
    border-left: 0px;
    height: 40px;
    border-radius: 0px !important;
    margin-left: -5px;
}

#search-input .search-input {
    border: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
    padding: 0px 10px 3px 10px;
    position: relative;
    top: -12px;
}

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


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

#main-header {
    padding-top: 25px;
    position: relative;
    z-index: 4;
}

.index-background {
    background: url('../images/header-image.png') repeat-x 0 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: block;
    max-width: 100%;
    position: relative;
    width: 100%;
    /*overflow: hidden;
    height: 60vw;*/
    z-index: 2;
    margin-top: -246px;
    min-height: 802px;
    max-height: 802px;
}

#logo-wrap img.img-responsive {
    height: 100px;
}

.page-content {
    padding-top: 60px;
    color: #fff;
    position: relative;
    z-index: 2;
}

#mycanvas .index-background {
    display: none;
}


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


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

#nav_menu {
    padding-right: 0;
}

#nav_menu>ul {
    float: right;
}

#nav_menu .navbar-nav>li a {
    color: var(--green);
    font-family: var(--font);
}

#nav_menu .navbar-nav>li>a:hover,
#nav_menu .navbar-nav>li>a:focus,
#nav_menu .navbar-nav .open>a,
#nav_menu .navbar-nav .open>a:focus,
#nav_menu .navbar-nav .open>a:hover,
#nav_menu .navbar-nav>li#register-link a {
    background: var(--green);
    color: #fff;
    border: 0px;
}

#register-link a {
    text-transform: uppercase;
}

.register-btn {
    margin-left: 10px;
}

.register-btn a {
    background: var(--green) !important;
    color: #fff !important;
}


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

#featured-img-wrap .column img {
    margin-bottom: 20px;
    object-fit: cover;
    background-position: center;
}

.index-content .container {
    padding: 20px 0;
}

.row_background {
    color: #000000;
    background-color: #8EB6F5;
}

.row_background h1,
.row_background h2,
.row_background h3,
.row_background h4,
.row_background p,
.row_background a {
    color: #ffffff;
}


/* Featured Icons */

svg#assoc-news .cls-1 {
    fill: #fff !important;
}

svg#assoc-news .cls-2 {
    fill: var(--green) !important;
}

svg#guidelines .cls-1 {
    fill: #fff !important;
}

svg#guidelines .cls-2 {
    fill: #f8bc4c !important;
}

.resources-wrap svg#resources .cls-1 {
    fill: #fff !important;
}

svg#resources .cls-2 {
    fill: var(--green) !important;
}


/* Home Content */

.home-primary-section {
    background: #f8bc4c;
    margin-top: 25px;
    padding: 50px 0px;
}

.home-primary-section h1,
.home-primary-section h2 {
    text-align: center;
}

.home-primary-section h1 {
    color: var(--green);
}

.home-primary-section h2 {
    border-bottom: 1px solid #888;
}

.upcoming-events-section {
    padding: 50px 0px;
}

.upcoming-events-section h2 {
    color: #2D2F37 !important;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    padding-bottom: 30px;
}

.event-date-wrap {
    background: #f8bc4c;
    color: #fff;
    text-align: center;
    font-size: 48px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 12px 0px;
}

.event-content {
    margin-bottom: 25px;
}

.event-title,
a.ev-title-link {
    color: #2D2F37;
    font-size: 26px;
    font-weight: bold;
    padding-bottom: 5px;
}

.event-details-wrap p.event-blurb {
    font-size: 24px;
}

.event-blurb a {
    color: #2D2F37;
}


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

.slideshow-wrap {
    position: relative;
    z-index: 2;
    top: -227px;
    margin-bottom: -227px;
    display: block;
    max-width: 100%;
    width: 100%;
}

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

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

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

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

.slideshow-wrap .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 {
    background: rgba(45, 47, 55, 0.7);
}

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

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

p.caption-text {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 0px;
}

p.alt-text {
    font-size: 16px;
    color: #fff;
}

.carousel-caption a {
    font-weight: 700;
    background-color: #FFE519;
    max-width: 215px;
    display: block;
    border-bottom: 5px solid #E0AB03;
    border-radius: 3px;
    padding: 13px 30px;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    margin: 0px auto;
    color: #333;
}


/*----------------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 INNER PAGES
--------------------------------------------------------*/

#subpage-main {
    min-height: calc(100vh - 150px - 116px);
}

#subpage {
    padding-top: 15px;
    margin-bottom: 2rem;
}

#subpage .row+.row {
    margin-top: 2rem;
}

@media (max-width: 990px) {
    #subpage .row+.row {
        margin-top: 1rem;
    }
}

@media (max-width: 767px) {
    #subpage {
        margin-bottom: 1rem;
    }
    #subpage .column+.column {
        margin-top: 1rem;
    }
}


/* Highlights page */

#highlights-page .flex-row>.column:not(#mycanvas .column) {
    border: 1px solid #888;
    padding: 30px;
    border-radius: 30px;
    overflow: hidden;
}

#highlights-page .flex-row>.column::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: radial-gradient(ellipse at top, transparent, var(--green));
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
    opacity: .5;
}

#highlights-page .flex-row>#awards-luncheon::before {
    background-image: url(../images/Safe_Worker_Awards.jpg);
    opacity: .15;
}

#highlights-page .flex-row>#casino-night::before {
    background-image: url(../images/asphalt-after-party.jpg);
    opacity: .15;
    background-position: center;
}

#highlights-page .flex-row>#major-projects::before {
    background-image: url(../images/Asphalt_Road.jpg);
    opacity: .25;
    background-position: center;
}

#highlights-page .flex-row>#hot-button::before {
    background-image: url(../images/Showcase_1.jpg);
    opacity: .15;
    background-position: center;
}

#highlights-page .flex-row>#gameshow::before {
    background-image: url(../images/Game_Show_1.jpg);
    opacity: .2;
    background-position: center;
}

#mycanvas .flex-row>.column::before {
    content: none;
}

#highlights-page .flex-row>.column h2 {
    font-size: 24px;
}


/* Register page */

#button-row {
    min-height: calc(100vh - 150px - 176px);
    position: relative;
}

#button-row>.column:not(#mycanvas .column) {
    display: inherit;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
}

.button-wrapper {
    margin: auto;
    flex-direction: column;
    display: inherit;
}


/* Exhibit page  */

#subpage-main time {
    display: block;
    padding-top: .25em;
}

.agenda-item time span:first-child {
    color: var(--green);
    font-weight: bold;
}

.agenda-item:last-of-type {
    margin-bottom: 1rem;
}

#hall-hours,
#setup-teardown {
    border: 1px solid #888;
    border-radius: 30px;
    padding: 1rem;
    padding: clamp(1rem, 5vh, 2.5rem) clamp(1rem, 4vw, 80px);
}

#hall-hours h2 {
    margin: 0 0 1rem;
}

#setup-teardown {
    margin-top: 1rem;
    position: relative;
    overflow: hidden;
}

#setup-teardown::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: radial-gradient(ellipse at top, transparent, var(--green));
    background-size: cover;
    opacity: .5;
}


/* Cost page */

#cost-page table {
    margin-bottom: 2em;
    /* font-size: .9em; */
}

#cost-page [colspan="2"] {
    text-align: center;
}


/* Schedule page  */

#schedule-row h2 {
    font-size: 22px;
    margin-bottom: .75rem;
}

.event {
    text-align: center;
    font-weight: bold;
    padding: .25rem 0 .75rem;
    border-bottom: 1px solid #888;
}

.event+.event {
    margin-top: .75rem;
}

.event p {
    margin: 0;
}

.event ul {
    text-align: left;
}

.event .event-name {
    color: var(--green);
    margin-bottom: 5px;
}


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

#footer-row {
    background: var(--green);
    color: #fff;
    padding: 30px 0px 20px;
}

.footer-wrapper p,
.footer-wrapper a {
    color: #fff;
    font-size: 24px;
    font-size: 20px;
}


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


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


/*--------------------------------------------------------
    MODAL LOGIN
--------------------------------------------------------*/

.modal-header h4 {
    color: var(--green);
    font-weight: bold;
    font-size: 24px;
}

.modal-content {
    width: 280px;
    border-radius: 0;
}

.modal-dialog {
    display: block;
    width: 280px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.modal-body {
    padding: 10px 20px 20px;
}

.modal-body a {
    font-size: 16px;
}

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

.modal-content input[type="text"],
.modal-content input[type="password"] {
    margin: 5px 0 5px;
    border: 1px solid #737373;
    padding: 5px 0;
    text-indent: 5px;
    font-size: 18px;
}

.modal-content input[type="submit"] {
    font-size: 16px;
}


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


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

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

@media (min-width: 990px) and (max-width: 1199px) {
    .container {}
    .assoc-news-wrap,
    .guidelines-wrap,
    .resources-wrap {
        padding: 40px 15px;
    }
    .assoc-news-wrap h2,
    .assoc-news-wrap h2 a,
    .guidelines-wrap h2,
    .guidelines-wrap h2 a,
    .resources-wrap h2,
    .resources-wrap h2 a {
        font-size: 26px;
    }
}

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

@media (min-width: 768px) and (max-width: 990px) {
    .container {}
    #mobile-menu-col {
        top: 35px !important;
    }
    .slideshow-wrap {
        top: 0px;
        margin-bottom: 0px;
    }
    .assoc-news-wrap,
    .guidelines-wrap,
    .resources-wrap {
        padding: 40px 10px;
    }
    .assoc-news-wrap h2,
    .assoc-news-wrap h2 a,
    .guidelines-wrap h2,
    .guidelines-wrap h2 a,
    .resources-wrap h2,
    .resources-wrap h2 a {
        font-size: 20px;
    }
    .assoc-news-wrap,
    .guidelines-wrap,
    .resources-wrap {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .container {}
    #header-social-media {
        margin-top: 5px;
    }
    #header-social-media img {
        margin-left: 10px;
    }
    #header-social-media svg {
        width: 30px;
        height: 30px;
        margin-left: 7px;
    }
    #search-input .search-input {
        max-width: 220px;
    }
    #mobile-menu-col {
        top: 30px !important;
    }
    #top-wrap-header {
        padding-bottom: 15px;
    }
    .register-btn {
        margin-left: 0px;
    }
    .slideshow-wrap {
        top: 0px;
        margin-bottom: 0px;
    }
    .assoc-news-wrap,
    .guidelines-wrap,
    .resources-wrap {
        margin-bottom: 40px;
    }
    .index-background {
        margin-top: -360px;
    }
}

@media (max-width: 480px) {
    .container {}
    #header-social-media {
        width: 100%;
        margin-bottom: 10px;
        text-align: center;
    }
    #header-social-media img {
        margin-left: 10px;
        width: 30px;
    }
    #header-social-media svg {
        width: 30px;
        height: 30px;
        margin-left: 10px;
    }
    #search-input {
        width: 100%;
        margin-top: 0px;
        text-align: center;
        margin-bottom: 5px;
    }
    #search-input .search-input {
        max-width: 190px;
    }
    #search-input button {
        height: 30px;
        padding: 0px 5px;
    }
    #mobile-menu-col {
        top: 5px !important;
    }
    #top-wrap-header {
        padding-bottom: 10px;
    }
    .slideshow-wrap {
        top: 0px;
        margin-bottom: 0px;
    }
    .assoc-news-wrap,
    .guidelines-wrap,
    .resources-wrap {
        margin-bottom: 40px;
    }
    .event-date-wrap {
        font-size: 24px;
    }
    .index-background {
        margin-top: -246px;
    }
}


/* Safari Browser */

@media only screen and (-webkit-min-device-pixel-ratio: 1) {
     ::i-block-chrome,
    #logo-wrap svg {
        height: 15 % !important;
    }
     ::i-block-chrome,
    #top-wrap-header {
        height: 768px;
    }
}