<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

.companyLogo {
    padding-bottom: 5px;
}

.i4a_header_row1 {
    /* background-color: #efefef; */
    background-color: #ffffff;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

#header_row1_column2 {
    display: flex;
    justify-content: flex-end;
}

#header_row2_column1 {
    padding-left: 0px;
    padding-right: 0px;
}

.btn.buttonRed:hover,
.btn.buttonRed:focus,
.btn.buttonPurple:hover,
.btn.buttonPurple:focus {
    background-position: 0;
}

/*-------------------------------*/
/*
 * the buttonRed class to be changed to use SPE greens
 * the buttonPurple class to be changed to use SPE greys
 */
/*.btn.buttonRed,
.btn.buttonRed:hover,
.btn.buttonRed:active:hover,
.btn.buttonRed:active,
.btn.buttonRed.active,
.btn.buttonRed:focus {
    text-transform: uppercase !important;
    ----------------------
    
    background-image: -webkit-linear-gradient(#e72510, #d9230f 6%, #cb210e) !important;
    background-image: -o-linear-gradient(#e72510, #d9230f 6%, #cb210e) !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e72510), color-stop(6%, #d9230f), to(#cb210e)) !important;
    background-image: linear-gradient(#e72510, #d9230f 6%, #cb210e) !important;
    
    ----------------------
    background-image: -webkit-linear-gradient(#46a748, #58b84e 6%, #78be4d) !important;
    background-image: -o-linear-gradient(#46a748, #58b84e 6%, #78be4d) !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#78be4d), color-stop(6%, #58b84e), to(#46a748)) !important;
    background-image: linear-gradient(#46a748, #58b84e 6%, #78be4d) !important;
    background-repeat: no-repeat !important;
    ----------------------
    
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe72510', endColorstr='#ffcb210e', GradientType=0) !important;
    ----------------------
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#78be4d10', endColorstr='#89cf5e0e', GradientType=0) !important;
    -webkit-filter: none !important;
    filter: none !important;
    ----------------------
    border: 1px solid #a91b0c !important;
    ----------------------
    border: 1px solid #58b84e !important;
}*/

/*.btn.buttonPurple,
.btn.buttonPurple:hover,
.btn.buttonPurple:active:hover,
.btn.buttonPurple:active,
.btn.buttonPurple.active,
.btn.buttonPurple:focus {
    background-image: -webkit-linear-gradient(#606063, #808285 6%, #a2a4a7) !important;
    background-image: -o-linear-gradient(#606063, #808285 6%, #a2a4a7) !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#a2a4a7), color-stop(6%, #808285), to(#606063)) !important;
    background-image: linear-gradient(#606063, #808285 6%, #a2a4a7) !important;
    background-repeat: no-repeat !important;
    -----------------------
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa54caa', endColorstr='#ff914294', GradientType=0) !important;
    -----------------------
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#808285aa', endColorstr='#a2a4a794', GradientType=0) !important;
    -webkit-filter: none !important;
    filter: none !important;
    border: 1px solid #808285 !important;
    color: #fff !important;
    text-shadow: 0px !important;
}*/

/*-------------------------------*/
/*-------------------------------*/
/*-------------------------------*/

/*.btn-secondary.buttonPurple {
    color: #fff !important;
}
*/

nav.mainNavigation {
    height: 60px !important;
    min-height: 60px !important;
    /*background-color: #cc0000 !important;*/
    background-color: #46a748 !important;
    background-image: none !important;
    margin-bottom: 20px !important;
}

.sub-arrow {
	display: none !important;
}

.navbar-nav .dropdown-menu {
	min-width: 15em !important;
	/*max-width: 40em !important;*/
}

#mainNavbar &gt; ul &gt; li &gt; a {
	padding-top: 18px !important;
	padding-bottom: 19px !important;
	padding-left: 13px !important;
	padding-right: 13px !important;	
}

ul.dropdown-menu.multi-level &gt; li &gt; a {
	padding-top: 3px !important;
	padding-bottom: 3px !important;
}

#mainNavbar &gt; ul &gt; li &gt; a:hover {
	color: #fff !important;
}

.bg-dark.navbar-dark .navbar-nav .nav-link:hover {
    color: #fff !important;
}



/*---btn overrides----*/

.btn-primary {
    background-color: #3d9be9 !important;
    border-color: #3d9be9 !important;
    color: #ffffff;
    background-image: none;
}

.btn-primary:hover {
    background-color: #ffffff !important;
    border-color: #3d9be9 !important;
    color: #3d9be9 !important;
    background-image: none;
}

.btn-success {
    background-color: #46a748 !important;
    border-color: #46a748 !important;
    color: #ffffff;
    background-image: none;
}

.btn-success:hover {
    background-color: #ffffff !important;
    border-color: #46a748 !important;
    color: #46a748 !important;
    background-image: none;
}


.btn-secondary,
.buttonPurple {
    background-image: none !important;
    background-color: #808285 !important;
    color: #fff !important;
    border-color: #808285 !important;
}

.btn-secondary:hover,
.buttonPurple:hover {
    background-image: none !important;
    background-color: #ffffff !important;
    color: #808285 !important;
    border-color: #808285 !important;
}


.buttonRed {
    background-image: none !important;
    background-color: #46a748 !important;
    color: #fff !important;
    border-color: #46a748 !important;
}

.buttonRed:hover {
    background-image: none !important;
    background-color: #ffffff !important;
    color: #46a748 !important;
    border-color: #46a748 !important;
}

/*-----------------------------*/

.navbar-nav&gt;li&gt;a {
    color: #fff !important;
    text-transform: uppercase !important;
}

.navbar-nav&gt;li:hover {
    /*
  background-color: #660099 !important;
  */
    background-color: #808285 !important;
}

.navbar-nav&gt;li&gt;.dropdown-menu {
    /*
  background-color: #660099 !important;
  */
    background-color: #808285 !important;
}

.navbar-nav&gt;.dropdown-menu&gt;li&gt;a:hover {
    /*
  background-color: #660099 !important;
  */
    background-color: #808285 !important;
}

nav .dropdown-menu&gt;li&gt;a:focus,
nav .dropdown-menu&gt;li&gt;a:hover {
    /*
    background-color: #cc0000 !important;
    */
    background-color: #46a748 !important;
    background-image: none !important;
}

nav .dropdown-menu&gt;li&gt;a {
    color: #fff !important;
}

/*---Right Side Sub Menu---*/

.dropdown-submenu&gt;.dropdown-menu {
    /*
    background-color: #660099;
    */
    background-color: #808285;
}

#menu_submenu_wrapper #level1_currentSection {
    margin-top: 5px;
    background-color: #efefef;
}

#menu_submenu_wrapper #level1_currentSection a:link {
    margin-top: 5px;
    background-color: #efefef;
    /*
   color:#660099;
   */
    color: #808285;
    padding-left: 15px;
    display: block;
    line-height: normal;
    padding-top: 8px;
    padding-bottom: 8px;
}

#menu_submenu_wrapper #level1_currentSection a:hover {
    display: block;
    margin-top: 5px;
    padding-left: 15px;
    /*
  background-color:#660099;
  */
    background-color: #808285;
    text-decoration: none;
    color: #ffffff;
}

#menu_submenu_wrapper #level1_currentSection_currentPage {
    margin-top: 5px;
    background-color: #efefef;
}

#menu_submenu_wrapper #level1_currentSection_currentPage a:link {
    margin-top: 5px;
    background-color: #efefef;
    /*
   color:#660099;
   */
    color: #808285;
    padding-left: 15px;
    display: block;
    line-height: normal;
    padding-top: 8px;
    padding-bottom: 8px;
}

#menu_submenu_wrapper #level1_currentSection_currentPage a:hover {
    display: block;
    margin-top: 5px;
    padding-left: 15px;
    /*
  background-color:#660099;
  */
    background-color: #808285;
    text-decoration: none;
    color: #ffffff;
}

#menu_submenu_wrapper #level2_currentSection_currentPage {
    margin: 0;
    margin-top: 5px;
    margin-left: 15px;
    padding-left: 15px;
    background-color: #cccccc;
    line-height: 30px;
    display: block;
}

#menu_submenu_wrapper #level2_currentSection_currentPage a:link {
    margin: 0;
    margin-top: 5px;
    margin-left: 0px;
    padding-left: 0px;
    background-color: #cccccc;
    /*
    color:#660099;
    */
    color: #808285;
    line-height: 30px;
    display: block;
    line-height: normal;
    padding-top: 8px;
    padding-bottom: 8px;
}

#menu_submenu_wrapper #level2_currentSection_currentPage a:hover {
    margin: 0;
    margin-top: 5px;
    margin-left: -15px;
    padding-left: 15px;
    /*
    background-color: #660099;
    */
    color: #808285;
    color: #ffffff;
    text-decoration: none;
    line-height: 30px;
    display: block;
}

#menu_submenu_wrapper #level2_currentSection {
    margin: 0;
    margin-top: 5px;
    margin-left: 15px;
    padding-left: 15px;
    background-color: #cccccc;
    line-height: 30px;
    display: block;
}

#menu_submenu_wrapper #level2_currentSection a:link {
    margin: 0;
    margin-top: 5px;
    margin-left: 0px;
    padding-left: 0px;
    background-color: #cccccc;
    /*
    color:#660099 !important;
    */
    color: #808285 !important;
    line-height: 30px;
    display: block;
}

#menu_submenu_wrapper #level2_currentSection a:hover {
    margin: 0;
    margin-top: 5px;
    margin-left: -15px;
    padding-left: 15px;
    /*
    background-color: #660099;
    */
    background-color: #808285;
    color: #ffffff !important;
    text-decoration: none;
    line-height: 30px;
    display: block;
}

/* below is styles for different screen sizes */

/* small tablets
---------------------------------------------------------------*/
@media (max-width: 767px) {
	.container {
		max-width: 100% !important;
	}
	
    div[class*="col"] {
        padding-bottom: 10px;
        padding-top: 0px !important;
    }
	
	.navbar-toggler {
    	border-color: #1a242f !important;
    	margin-left: auto !important;
    	margin-top: -5px;
	}
	
	.navbar-toggler:hover {
    	background-color: #1a242f !important;
	}
	
    .navbar-collapse {
		height: auto !important;
		background-color: #46a748 !important;
		background-image: none !important;
	    border-color: transparent !important;
	}
	
	#mainNavbar {
		margin-left: -17px !important;
		margin-right: -17px !important;
		border-top: 1px solid #ccc !important;
		margin-top: 2px !important;
	}
	
	#mainNavbar &gt; ul &gt; li {
		padding-right: 0px !important;
	}
	
	#mainNavbar &gt; ul &gt; li &gt; a {
		padding-left: 15px !important;
		padding-right: 0px !important;
		padding-top: 12px !important;
    	padding-bottom: 12px !important;
	}
	
	ul.dropdown-menu.multi-level &gt; li &gt; a {
		padding-left: 25px !important;
		padding-top: 5px !important;
		padding-bottom: 5px !important;
	}
}

/* smartphones
---------------------------------------------------------------*/
@media (max-width: 480px) {

    div[class*="col"] {
        padding-bottom: 10px;
        padding-top: 0px !important;
    }

    a.menu_secondarymenu_link_link,
    a.menu_secondarymenu_link_link:link,
    a.menu_secondarymenu_link_link:active,
    a.menu_secondarymenu_link_link:visited {
        font-size: 11px !important;
    }

}

/*---bootstrap default button color override---*/
/*
.btn-secondary, .btn-secondary:hover {
background-color: #ccc !important;
background-image: none !important;
}
*/

/*---breaking news category select override---*/
#headlinesCatSelect {
    font-weight: bold;
    font-size: 15px;
    color: #777 !important;
}

/*---profile small button overrides---*/
#contactTab .btn-group&gt;.btn-secondary,
.btn-group&gt;.btn-secondary:hover {
    background: #bfbfbf !important;
    background-image: none !important;
}

#activitiesTab .btn-group&gt;.btn-secondary,
.btn-group&gt;.btn-secondary:hover {
    background: #bfbfbf !important;
    background-image: none !important;
}

#individualsTab .btn-group&gt;.btn-secondary,
.btn-group&gt;.btn-secondary:hover {
    background: #bfbfbf !important;
    background-image: none !important;
}

/*--------------home page image carousel----------*/
/*change or remove if using images wider than 1200px*/
.carousel {
    position: relative;
    max-width: 1200px;
}

/*--------------FONT AWESOME OVERRIDE-------------*/
i.fa {

    font-family: FontAwesome !important;

}


/*--------------Footer Icons Styling--------------*/
.footer-icons,
.footer-icons i,
.footer-icons a {
    color: #46a748;
    text-decoration: none;

}

/*-------SEARCH BOX &amp; SEARCH RESULTS STYLING------*/

#searchBox {
    float: right !important;
    margin-top: 30px;

    z-index: 100000;
}

.searchBox {
    max-width: 300px;
}

.bcs-modal {

    z-index: 100000;
    text-align: left;

}

.bcs-host-div {
    background-color: transparent !important;
}

button.bcs-searchbox-submit {
    /* background-color: #10A14E; */
    border-color: #10A14E;
    /* width: 30px;
         height: 30px;
             border-width: 4px;*/
}

/*
       div.bcs-modal-header {
       background-color: #10A14E; 
       }
       */
div.bcs-modal-header&gt;h2 {
    color: #ffffff;
}

/*
       li.bcs-result &gt; h2 &gt; a,
       li.bcs-result &gt; h2 &gt; a:link,
       li.bcs-result &gt; h2 &gt; a:visited{
         color: #10A14E; 
       }
       
       li.bcs-result &gt; h2 &gt; a:hover,
       li.bcs-result &gt; h2 &gt; a:active{
         color: #58B84E; 
       }
       */


/* input.bcs-searchbox {
            height: 32px;
           margin: 0 0 0 8px;
          padding: 0 33px 0 0;
       }*/

div.bcs-container-searchbox {
    background-color: #ffffff;
    border-color: #10A14E;
    /* max-width: 165px;
           max-height: 32px; */
}

/*--------Homepage Carousel -----------*/

.carousel {
    background-color: #46a748;
}

/*---------Forgot Password style Override-------*/
/* ? margin-top override */
/*----------------------------------------------*/

.loginWidgetForgotPassword {
    margin-top: 10px !important;
}

/*---------Calenday Button Override-------*/
/* ? background-color override */
/*----------------------------------------------*/
.calendarButtonTD {
    background-color: #46a748 !important;
}

/*---------Primary Button Override-------*/
/* 
   ? background-color override
   ? border-color override
 */
/*----------------------------------------------*/

.btn-primary {
    color: #ffffff;
    background-color: #46a748;
    border-color: #359637;
}

/*---------table-stripped override---*/

.table-striped&gt;tbody&gt;tr:nth-of-type(odd) {
    background-color: #f5f5f5 !important;
}

/*---------latestNews Override-------*/
/* 
   ? p tag override
 */
/*----------------------------------------------*/

.latestNews-item-text {
    padding-bottom: 0 !important;
}

/*---------calendar widget override Override-------*/
/* 
   ? widget_cal table override
 */
/*----------------------------------------------*/

.widget_cal table {
    margin-bottom: 10px;
}

/*----------Carousel Control Overrides----------*/
/*
 ? carousel arrows and indicators
 */
/*----------------------------------------------*/

.carousel-control,
.carousel-indicators {
    display: none;
}

/*.btn {
    color: #ffffff !important;
}*/

.btn-success {
    background-color: #46a748 !important;
}

/*----JOIN SPE Page css grid Code----*/

.container-member-price-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(5, minmax(40px, auto));
    justify-content: center;
    grid-column-gap: 10px;
    grid-auto-flow: column;
    background-color: #fefefe;
}

.container-member-price-grid .member-icon {
    display: flex;
    justify-content: center;
}

.container-member-price-grid .title {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 2rem;
    padding: 10px 0;
}

.container-member-price-grid .pricing {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: rgba(70, 167, 72, 0.7);
    font-size: 2rem;
    color: #ffffff;
    padding: 20px;
}

.container-member-price-grid .join-button {
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid rgba(70, 167, 72, 0.7);
    text-align: center;
    padding: 10px;
}

.container-member-price-grid .join-button::after {
    content: "\00a0\00a0&gt;";
    color: #46a748;
}

.container-member-price-grid .member-pricing-description {
    border-bottom: 1px solid rgba(70, 167, 72, 0.6);
}



.join-chapter-container {
    background-color: #f5f5f5;
    margin-top: 20px;
}

.join-chapter-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    margin: 20px 0;
    padding: 10px 20px 20px 20px;
}

.join-chapter-title {
    text-align: center;
    padding-top: 20px;
}

.join-chapter-button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.join-chapter-button h3 {
    text-align: center;
}

.join-by-container {
    display: grid;
    grid-template-columns: 2fr 3fr;
    grid-gap: 20px;
}

.join-by-block:nth-child(2) {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    padding: 20px;
    background-color: #f5f5f5;
}

.join-by-subscriber {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.join-by-button {
    margin-top: 10px;
}

.join-member-benefits {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
}

@media (max-width: 768px) {
    .container-member-price-grid {
        display: block;
    }

    .container-member-price-grid .member-icon {
        margin-top: 20px;
    }

    .join-chapter-grid {
        display: block;
    }

    .join-chapter-button {
        margin-top: 20px;
    }

    .join-by-container {
        display: block;
    }

    .join-by-block:nth-child(2) {
        display: block;
    }

    .join-member-benefits {
        margin-top: 20px;
    }
}

/*----About SPE page code----*/

.aboutList {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
    font-size: 1.2em;
}

.aboutList li {
    margin-bottom: 16px;

}

.aboutList li::before {
    content: "&gt; ";
    color: #46a748;
}

/*----Contact Us Page Code----*/

.contact-us-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
}

.contact-us-grid-item {
    background-color: #78be4d;
    background-image: url('https://www.4spe.org/images/Pages/ContactUs/assets/SPE_logo(SillouetteOnly).png');
    background-repeat: no-repeat;
    background-position-x: -20px;
    background-position-y: center;
    color: #ffffff;
}

.staffBg {
    display: grid;
    grid-template-columns: 2fr 3fr;
    align-items: center;
}

.staff-description {
    padding: 4px;
}

.staff-description a,
.staff-description a:link,
.staff-description a:visited,
.staff-description a:hover,
.staff-description a:active {
    color: #ffffff;

}

.staffLink {
    color: #ffffff;
    font-style: italic;
    font-size: 1.4em;
}


/*----SPE Foundation Grid Code----*/

.foundationAds {
    width: 189px;
    height: 158px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    text-align: center;
}

.foundationAds div {
    background-color: rgba(51, 51, 51, 0.5);
    padding: 4px;
    font-size: 1.8rem;
    border-bottom: 2px solid rgba(51, 51, 51, 0.6);
}

.foundationAds div a {
    color: #ffffff;
}

.foundationAds div a:hover {
    color: #ffd52f;
}

/*----Promote Your Business page code----*/

.promoteBusiness-cards-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
}

/*----PlastChicks Page Code----*/

.plastChicksIntro {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 20px;
}

/*----Geographical Section page code----*/

.sectionButton {

    display: block;
    background-color: #efefef;
    color: #2caa52;
    padding: 10px;
    border: 2px solid #efefef;
    margin-bottom: 20px;


}

.sectionButton:hover {

    background-color: #ffffff;
    border: 2px solid #2caa52;
    color: #2caa52;
}







/*----VINYLTEC 2019 Theme Header Code----*/

.foams-header {
  background-color: #ffffff;
    /*background-color: #3d9be9;
    background-image: linear-gradient(246deg, rgba(234, 234, 234, 0.04) 0%, rgba(234, 234, 234, 0.04) 33.3%,rgba(69, 69, 69, 0.04) 33.3%, rgba(69, 69, 69, 0.04) 66.6%,rgba(189, 189, 189, 0.04) 66.6%, rgba(189, 189, 189, 0.04) 99.89999999999999%),linear-gradient(81deg, rgba(126, 126, 126, 0.05) 0%, rgba(126, 126, 126, 0.05) 33.3%,rgba(237, 237, 237, 0.05) 33.3%, rgba(237, 237, 237, 0.05) 66.6%,rgba(74, 74, 74, 0.05) 66.6%, rgba(74, 74, 74, 0.05) 99.89999999999999%),linear-gradient(14deg, rgba(3, 3, 3, 0.08) 0%, rgba(3, 3, 3, 0.08) 33.3%,rgba(156, 156, 156, 0.08) 33.3%, rgba(156, 156, 156, 0.08) 66.6%,rgba(199, 199, 199, 0.08) 66.6%, rgba(199, 199, 199, 0.08) 99.89999999999999%),linear-gradient(323deg, rgba(82, 82, 82, 0.06) 0%, rgba(82, 82, 82, 0.06) 33.3%,rgba(179, 179, 179, 0.06) 33.3%, rgba(179, 179, 179, 0.06) 66.6%,rgba(212, 212, 212, 0.06) 66.6%, rgba(212, 212, 212, 0.06) 99.89999999999999%),linear-gradient(32deg, rgba(70, 70, 70, 0.02) 0%, rgba(70, 70, 70, 0.02) 33.3%,rgba(166, 166, 166, 0.02) 33.3%, rgba(166, 166, 166, 0.02) 66.6%,rgba(53, 53, 53, 0.02) 66.6%, rgba(53, 53, 53, 0.02) 99.89999999999999%),linear-gradient(38deg, rgba(129, 129, 129, 0.09) 0%, rgba(129, 129, 129, 0.09) 33.3%,rgba(38, 38, 38, 0.09) 33.3%, rgba(38, 38, 38, 0.09) 66.6%,rgba(153, 153, 153, 0.09) 66.6%, rgba(153, 153, 153, 0.09) 99.89999999999999%),linear-gradient(63deg, rgba(51, 51, 51, 0.02) 0%, rgba(51, 51, 51, 0.02) 33.3%,rgba(12, 12, 12, 0.02) 33.3%, rgba(12, 12, 12, 0.02) 66.6%,rgba(158, 158, 158, 0.02) 66.6%, rgba(158, 158, 158, 0.02) 99.89999999999999%),linear-gradient(227deg, rgba(63, 63, 63, 0.03) 0%, rgba(63, 63, 63, 0.03) 33.3%,rgba(9, 9, 9, 0.03) 33.3%, rgba(9, 9, 9, 0.03) 66.6%,rgba(85, 85, 85, 0.03) 66.6%, rgba(85, 85, 85, 0.03) 99.89999999999999%),linear-gradient(103deg, rgba(247, 247, 247, 0.07) 0%, rgba(247, 247, 247, 0.07) 33.3%,rgba(93, 93, 93, 0.07) 33.3%, rgba(93, 93, 93, 0.07) 66.6%,rgba(208, 208, 208, 0.07) 66.6%, rgba(208, 208, 208, 0.07) 99%),linear-gradient(0deg, #0b91d7,#6efc29);*/
    /*background-image: url('https://www.4spe.org/templates/1158/images/Vinyltec-headerbg.png');*/
    background-position: left center, right center;
    background-repeat: no-repeat, no-repeat;
    background-size: cover;
}

/*----Event Menu Code----*/

nav.foams-nav .toggle,
nav.foams-nav [id^="drop"] {
    display: none;
}

nav.foams-nav {
    margin: 0;
    padding: 0;
    background-color: #3d9be9;
    z-index: 980000;
    text-align: center;
}

nav.foams-nav:after {
    content: "";
    display: table;
    clear: both;
}

nav.foams-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

nav.foams-nav ul li {
    margin: 0px;
    display: inline-block;
    float: left;
    background-color: #3d9be9;
}

nav.foams-nav a {
    display: block;
    padding: 0 20px;
    color: #fff !important;
    font-size: 16px;
    line-height: 60px;
    text-decoration: none;
}

nav.foams-nav ul li ul li:hover {
    background: #46a748;
}

nav.foams-nav a:hover {
    background-color: #46a748;
    color: #ffffff !important;
}

nav.foams-nav ul ul {
    display: none;
    position: absolute;
    top: 60px;
}

nav.foams-nav ul li:hover&gt;ul {
    display: inherit;
}

nav.foams-nav ul ul li {
    width: 260px;
    float: none;
    display: list-item;
    position: relative;
}

nav.foams-nav ul ul ul li {
    position: relative;
    top: -60px;
    left: 170px;
}

nav.foams-nav li&gt;a:after {
    content: "";
}

nav.foams-nav li&gt;a:only-child:after {
    content: "";
}

.attendNav,
.attendNav a {
    background-color: #46a748;
}

.attendNav,
.attendNav a:hover {
    background-color: #888888 !important;
}

/* Media Queries
--------------------------------------------- */

@media all and (max-width: 768px) {
    nav.foams-nav {
        margin: 0;
    }

    nav.foams-nav .toggle+a,
    nav.foams-nav .menu {
        display: none;
    }

    nav.foams-nav .toggle {
        display: block;
        background-color: #3d9be9;
        padding: 0 20px;
        color: #fff;
        font-size: 16px;
        line-height: 60px;
        text-decoration: none;
        border: none;
    }

    nav.foams-nav .toggle:hover {
        background-color: #46a748;
    }

    nav.foams-nav [id^="drop"]:checked+ul {
        display: block;
    }

    nav.foams-nav ul li {
        display: block;
        width: 100%;
    }

    nav.foams-nav ul ul .toggle,
    nav.foams-nav ul ul a {
        padding: 0 40px;
    }

    nav.foams-nav ul ul ul a {
        padding: 0 80px;
    }

    nav.foams-nav a:hover,
    nav.foams-nav ul ul ul a {
        background-color: #46a748;
    }

    nav.foams-nav ul li ul li .toggle,
    nav.foams-nav ul ul a {
        background-color: #212121;
    }

    nav.foams-nav ul ul {
        float: none;
        position: static;
        color: #ffffff;
    }

    nav.foams-nav ul ul li:hover&gt;ul,
    nav.foams-nav ul li:hover&gt;ul {
        display: none;
    }

    nav.foams-nav ul ul li {
        display: block;
        width: 100%;
        z-index: 98000;
    }

    nav.foams-nav ul ul ul li {
        position: static;
    }
}

@media all and (max-width: 330px) {
    nav.foams-nav ul li {
        display: block;
        width: 94%;
    }
}

/*--send reset link--*/

.meetingUserExists&gt;div&gt;a#sendResetLink {
    color: #ffffff;
    text-decoration: underline;
}

/*---bg bootstrap overrides----*/

.bg-success {
    background-color: #46a748;
}

.bg-warning {
    background-color: #ff9900;
}

.bg-primary {
    background-color: #3d9be9;
}

.bg-danger {
    background-color: #d9232d;
}

/*---bg bootstrap overrides alert----*/

.alert-success {
    background-color: #46a748;
}

.alert-warning {
    background-color: #ff9900;
}

.alert-primary {
    background-color: #3d9be9;
}

.alert-danger {
    background-color: #d9232d;
}

/*---bg bootstrap overrides text----*/

.text-success {
    color: #46a748;
}

.text-warning {
    color: #ff9900;
}

.text-primary {
    color: #3d9be9;
}

.text-danger {
    color: #d9232d;
}

/*--SPE IN ACTION MENU ITEM--*/
/*
div.widget_responsivemenu &gt; nav &gt; div.navbar-collapse &gt; ul &gt; li:nth-child(4){
  font-weight: bold !important;
}*/

a#memberLoginToggleMenu span.popoverLink {
 color: #46a748 !important; 
}

div.memberLogin-list-group a.memberLogin-list-group-item .text-primary, div.memberLogin-list-group a.memberLogin-list-group-item .text-primary i {
 color: #46a748 !important; 
}
</pre></body></html>