/*
Theme Name: MayeCreate Child
Theme URI: http://www.mayecreate.com/
description: MayeCreate Design Child Theme
Author: Tyler Ernst, Rebecca Thomas, Creative Director Monica Pitts
Author URI: http://www.mayecreate.com/
Template: mayecreate-theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* NOTE TO THE THEME DEV: DONT FORGET TO CHANGE THE SCREENSHOT.PNG TO A SCREENSHOT OF THE CLIENT SITE */

body {
	background: #000000;
}
#wpwrap h1, h1.wp-block, #wpwrap #wpcontent #wpbody #wpbody-content .block-editor #editor .edit-post-layout .interface-interface-skeleton__editor .interface-interface-skeleton__body .interface-interface-skeleton__content .edit-post-visual-editor .edit-post-visual-editor__content-area .block-editor-writing-flow .edit-post-visual-editor__post-title-wrapper h1.wp-block-post-title {
    background-image: none !important;
    background-position: left center !important;
    background-repeat: no-repeat !important;
    background-size: auto 100% !important;
    padding: 0 0 5px 52px !important;
    color: #000 !important;
    font-weight: 400 !important;
}

.wp-admin * {
    color: #000,
}

#sl_info_bubble span {
	color: #000 !important;
}

.edit-post-visual-editor__post-title-wrapper h1 {
	color: #000 !important;
}



/* PRINT STYLE SHEET
==========================================	*/
@media print {
	a:link:after, a:visited:after {    
		content: "";  
	}
	#mobile_menu {
		display:none !important;
	}
	h1, h2, h3, h4, h5, h6, p, .page-header {
		margin-bottom: 10px !important;
		color: #000 !important;
	}
} 

/* GLOBAL STUFF
==========================================	*/
.cleared, .clear {
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
}
form {
	padding:0 !important;
	margin:0 !important;
}
.divider, .wp-block-separator {
	margin: 30px auto;
	border-bottom: 4px solid #FCB729;
	clear: both;
	display: block;
	float: none;
	max-width: 100%;
}

.skip a, #skip a { 
	position:absolute; 
	left:-10000px; 
	top:auto; 		
	width:1px; 
	height:1px; 
	overflow:hidden;
	background: #000;
	color: #fff;
} 
 
.skip a:focus, #skip a:focus { 
    position: absolute;
    width: auto;
    height: auto;
    left: 0;
    top: 10px;
    z-index: 99999999999999;
    overflow: visible;
    padding: 20px 30px;
}

.bw {
	filter: grayscale(100%);
}

#navigation {
    margin-top: 0;
    margin-bottom: 0 !important;
}

#navbarTop {
	background: #fff;
    z-index: 999;
	padding: 0;
}

#homeContentWrap.scroll, #contentwrap.scroll {
    padding-top: 0px;
}

/*.pagehead .container {
	width: 100%;
	max-width: 1920px;
}*/

.identitybar {
	border-top: 4px solid #FCB729;
	padding: 30px 0;
}

.creditsbar {
	background: #FCB729;
	padding: 20px 0 5px 0;
	text-align: center;
	color: #000 !important;
}

#credits p, #credits span, #credits a {
	color: #000 !important;
	font-weight: 400;
	text-decoration: none;
	font-size: 18px;
	    margin: 5px 0;
}

#credits a:hover {
	color: #fff !important;
	font-weight: 400;
	text-decoration: none;
}

.home #page {
    margin-top: 0px;
}

.home .pagebreak_fix:first-child {
	display: none;
}

.memberpost a {
	text-decoration: none !important;
}

.home-post .fancy.btn-mayecreate {
    display: table;
    margin: 0 auto;
}

iframe#asphaltIndex {
    border: 4px solid #e8c501;
    margin: 30px auto !important;
    display: block;
}

.index-desktop {
    display: none;
}

:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}

/* LINKS: Change the colors of your links here.  These will change he navigation as well.
* To override these color in navigation change the colors in the style-tablet.css file.
==========================================	*/

a, a:link, a:visited {
	color: #FCB729;
	text-decoration:none; 
	font-weight: 700;
	-webkit-transition: all 0.14s ease-in-out;
    -moz-transition: all 0.14s ease-in-out;
    -o-transition: all 0.14s ease-in-out;
    -ms-transition: all 0.14s ease-in-out;
}
a:hover, a:active, a:focus{
	color: #5AAD3F;
	font-weight: 700;
	text-decoration:none; /* change to none if you don't want links to be underlined wehn hovered */
}

/* TYPOGRAPHY: HEADINGS
==========================================  */
.page-header {
	margin-top: 0;
	border-color: transparent;
}

.pagehead {
    height: 200px;
	margin-bottom: 40px;
	background-position: center center;
	background-size: cover;
}

.pagehead .page-header {
    margin-top: 0;
    border-color: transparent;
    height: 200px;
    max-width: 75%;
    /*background: rgba(0,0,0,.5);
    padding-left: 10%;*/
	position: relative;
	z-index: 2;
}
#internalfeatured {
    position: relative;
    filter: grayscale(1);
}
#internalfeatured:before {
	content: '';
	display: block;
	height: 100%;
	width: 75%;
	top: 0;
	left: 0;
    background: rgba(0,0,0,.5);
	position: absolute;
	z-index: 1;
}
 .pagehead .page-header .entry-title{
	position: absolute;
	top: 30%;
	 color: #fff;
	 text-shadow: 0 0 15px #000;
}

h1, h2, h3, h4, h5, h6, .h2, .h3, .h4, .h5, .h6 {
	font-weight: 400;
	line-height: 120%;
	margin: 0 0 10px 0;
	-webkit-font-smoothing: antialiased;
	font-family: 'Work Sans', sans-serif;
	color: #fff;
	
}
h1, h1.entry-title {
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: 800;
	text-transform: uppercase;
}
h2, .h2 {
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: 800;
	/*text-transform: uppercase;*/
}
h3, .h3 {
	font-size: 25px;
	font-size: 2.5rem;
	font-weight: 700;
}
h4, .h4 {
	font-size: 25px;
	font-size: 2.5rem;
	font-weight: 700;
}
h5, .h5, .btn-mayecreate.large, a.btn-mayecreate.large:link, a.btn-mayecreate.large:visited, .wp-block-button.large a:link, .wp-block-button.large a:visited {
	font-size: 23px;
	font-size: 2.3rem;
	font-weight: 500;
}
h6, .h6 {
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: 500;
}

.postSidebar h3 {
	font-size: 28px;
}

.imagebox {
	margin: 10px 0;
	background: #fff;
}

.imagebox img {
    margin: 0 auto !important;
    padding: 10px;
    display: block;
}

.postSidebar .collapseomatic {
    background-image: none ;
	color: #FCB729;
    background-repeat: no-repeat;
    padding: 0 0 10px 16px;
    cursor: pointer;
}

.postSidebar {
	border-left: 3px solid #FCB729;
}

/* TYPOGRAPHY: PARAGRAPHS
==========================================  */
p, .btn-mayecreate, a.btn-mayecreate:link, a.btn-mayecreate:visited, .wp-block-button a:link, .wp-block-button a:visited {
	font-size: 15px;
	font-size: 1.5rem; /* 10 ÷ $rembase */
	margin:0 0 20px 0;
	font-family: 'Roboto', sans-serif;
	color: #fff;
}

body {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-size: 1.5rem; /* 10 ÷ $rembase */
	color: #fff;
}

/* TYPOGRAPHY: LIST ITEMS
==========================================  */
ol, ul {
	margin-left: 40px;
	padding:0;
}

ul.category_list {
	margin-left: 0 !important;
}
ul {
	list-style-type: none;
	list-style-position:outside;
}
ol {
	list-style-position:outside;
	list-style: none;
}

ol li {
    counter-increment: li;
}

ol li:before {
    content: counter(li) '.';
    color: #FCB729;
    display: inline-block;
    width: 25px;
    margin-left: -1em;
	font-weight: 700;
}

li ol, li ul {
	margin:10px 0 10px 30px;
	padding:0;
}
li {
	margin:10px 0;
	padding:0;
}
ul li {
	list-style: url(img/dia-b.png);
}


/* BUTTONS: Styles for Custom Button Block
==========================================  */
.btn-mayecreate, a.btn-mayecreate:link, a.btn-mayecreate:visited, .wp-block-button a:link, .wp-block-button a:visited {
	background: #121212;
	border-radius: 0;
	border: none;
	border-bottom: 2px solid #FCB729;
	color: #fff;
	text-transform: uppercase;
	padding: 15px;
	text-align: center;
	line-height: 120%;
	height: auto;
	vertical-align: middle;
	cursor: pointer;
	font-weight: 700;
	font-family: 'Work Sans', sans-serif;
}
a.btn-mayecreate:hover, a.btn-mayecreate:active, a.btn-mayecreate:focus, .wp-block-button a:hover, .wp-block-button a:active, .btn-mayecreate:hover {
	background: #FCB729;
	color: #000;
}
.btn-mayecreate.large, a.btn-mayecreate.large:link, a.btn-mayecreate.large:visited, .wp-block-button.large a:link, .wp-block-button.large a:visited {
	font-family: 'Work Sans', sans-serif;
	font-weight: 700;
}
a.btn-mayecreate.large:hover, a.btn-mayecreate.large:active, a.btn-mayecreate.large:focus, .wp-block-button.large a:hover, .wp-block-button.large a:active {
	background: #FCB729;
	color: #000;
}
span.btn-mayecreate {
}

.btn-mayecreate.fancy, a.btn-mayecreate.fancy:link, a.btn-mayecreate.fancy:visited, .wp-block-button.fancy a:link, .wp-block-button.fancy a:visited {
	transform: skew(-20deg);
	background: #FCB729;
	color: #000;
	border: none !important;
	font-weight: 700;
	font-family: 'Work Sans', sans-serif;
}

.btn-mayecreate.fancy span {
	display:inline-block;
  transform: skew(20deg);
}

a.btn-mayecreate.fancy:hover, a.btn-mayecreate.fancy:active, a.btn-mayecreate.fancy:focus, .wp-block-button.fancy a:hover, .wp-block-button.fancy a:active {
	background: #121212;
	color: #fff;
	border: none !important;
}

a.contactbtn {
	background: #FCB729;
	color: #000;
	text-transform: uppercase;
	padding: 5px 15px;
	margin:auto 10px;
	text-align: center;
	line-height: 120%;
	height: auto;
	vertical-align: middle;
	cursor: pointer;    
	display: inline-grid;
}

a.contactbtn:hover {
	background: #121212;
	color: #fff;
}

a.payment-link {
    display: inline-grid;
	padding: 0 20px;
	font-weight: 500;
	margin:auto 0;
	color: #fff;
}

a.payment-link:hover {
	color: #FCB729;
}

.page-template-page-resources .btn-mayecreate {
    display: inline-block !important;
    margin: 0 15px 0 0 !important;
}

.righttext {
    text-align: center;
}

ul.social {
    margin: 10px 0;
    padding: 0;
    display: inline-grid;
	vertical-align: middle;
}

ul.social li a .fab {
    font-size: 32px;
    color: #FCB729;
}

ul.social li a:hover .fab {
    font-size: 32px;
    color: #fff;
}

.menu-icon a .fab {
	color: #000;
	opacity: 1;
}

.menu-icon:hover a .fab {
	color: #FCB729;
}


#top_nav a.menu-icon:link, #top_nav a.menu-icon:visited {
    color: #000;
}

#top_nav a.menu-icon:hover, #top_nav a.menu-icon:active, #top_nav a.menu-icon:focus, #top_nav > ul > li.active > a.menu-icon {
    color: #FCB729;
    text-decoration: none;
}

.nav-button span {
    background: #fff;
}

.nav-button span::before, .nav-button span::after {
    background-color: #fff;
}

.mm-listview > li.active{
	background: #000;
}

/* PAGEBREAK STYLES
======================================== */
.center {
	text-align: center !important;
}
.pagebreak {
	padding: 40px 0;
	background: url("img/pagebreak.jpg") center center no-repeat;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	border-top: 4px solid #FCB729;
	border-bottom: 4px solid #FCB729;
}
.pagebreak .pagebreak_inner {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	opacity: .65;
}

/*.pagebreak.outermap .container .row {
    position: relative;
    z-index: 2;
    max-width: 1050px;
    width: 90%;
    margin: 0;
}*/

.pagebreak .container {
	position: relative;
	z-index: 2; 
    max-width: 1470px;
    width: 90%;
	margin: 0 auto;
}
.pagebreak:after {
	display: block;
	content: '';
	width: 100%;
	height: 0;
	clear: both;
}
.pagebreak_left, .pagebreak_right {
	padding: 0;  
} 
.pagebreak_fix {
	padding: 50px 0;
}
.pagebreak_fix:first-child {
	padding-top: 0;
}
.page > .pagebreak_fix:last-child, .page > .pagebreak:last-child {
	
}
.pagebreak_right_content, .pagebreak_left_content {
	padding: 50px 0;
}
.pagebreak .pagebreak_left_img, .pagebreak .pagebreak_right_img {
	min-height: 200px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.home .pagebreak.light {
	padding: 30px 0;
}

.pagebreak.outermap {
	padding: 50px 0;
}

.outermap p{
    max-width: 600px;
    margin: 20px 0px 10px 50px;
}

/* PAGEBREAK COLORS: USE THESE STYLES TO CHANGE THE PAGEBREAK TEXT COLORS IF NEEDED
=========================================  */
.pagebreak.light h1, .pagebreak.light h2, .pagebreak.light h3, .pagebreak.light h4, .pagebreak.light h5, .pagebreak.light h6, .pagebreak.light p, .pagebreak.light li {
	color: #000;
}
.pagebreak.light a {
	color: #00306B;
	text-decoration: underline; 
}

.pagebreak.light a.btn-mayecreate {
	color: #fff;
	text-decoration: none;
}

.pagebreak.light a.btn-mayecreate:hover {
	color: #000;
	background: #fff;
	text-decoration: none; 
}

/* Responsive Videos
============================================*/

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
}
		
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
}
.embed-responsive-item{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	border: 0;
}
.embed-responsive-16by9{
	padding-bottom: 56.25%;
	position: relative;
}
.embed-responsive-4by3 {
    padding-bottom: 75%;
    position: relative;
}

div#homefeatured:after {
	display: block;
	position: absolute;
	background: transparent;
	width: 100%;
	z-index: 1;
	content: '';
	top: 0;
}
#page {
	margin-top: 30px;
}

div#homefeatured {
    margin-bottom: 0px;
}

/* FEATURED MEMBERS PAGE
==========================================	*/
.featuredMember{
	padding-top: 20px;
	padding-bottom: 25px;
	}

.featuredMember.member-box img {
	margin-bottom: 30px;
}

.row#main .col-md-6 {
	margin-bottom: 25px;
}

.page-template-page-members .featuredMember {
	border: 3px solid #fff;
	background: #ffffff;
	height: 100%;
	padding: 15px 20px;
    width: 100%;
	-webkit-transition: all 0.14s ease-in-out;
	-moz-transition: all 0.14s ease-in-out;
	-o-transition: all 0.14s ease-in-out;
	-ms-transition: all 0.14s ease-in-out;
}

.page-template-page-members .featuredMember:hover {
	background: #fff;
	border: 3px solid #FCB729;
	height: 100%;
}
   
.page-template-page-members .featuredMember .btn-mayecreate {
	margin: 10px 0 0 0;
	display: table;
	-webkit-transition: all 0.14s ease-in-out;
	-moz-transition: all 0.14s ease-in-out;
	-o-transition: all 0.14s ease-in-out;
	-ms-transition: all 0.14s ease-in-out;
}
.page-template-page-members .featuredMember:hover .btn-mayecreate {
	background: #FCB729;
    color: #000;
}
.page-template-page-members .featuredMember .title-info {
	font-size: 18px;
	color: #000000;
	font-weight: 700;
}

.page-template-page-members .featuredMember .business-info {
	font-size: 18px;
	color: #000000;
	font-weight: 400;
}

.page-template-page-members .featuredMember .website-info {
	font-size: 18px;
}

.page-template-page-members .featuredMember:hover  .title-info {
	font-size: 18px;
	color: #212121;
}

.page-template-page-members .featuredMember:hover  .business-info {
	font-size: 18px;
	color: #212121;
}

.page-template-page-members .pag_sub_menu, .pag_sub_menu {
	display: block;
    text-align: center;
    vertical-align: middle;
}

.page-template-page-members .pag_sub_menu ul.category_list li, .pag_sub_menu ul.category_list li {
    list-style: none!important;
    display: inline-table;
    background: none;
    padding: 0 10px;
    text-align: center;
    vertical-align: middle;
}

.page-template-page-members .pag_sub_menu ul.category_list, .pag_sub_menu ul.category_list {
    margin-top: 0 !important;
	padding-bottom: 10px;
	margin-bottom: 30px;
	border-bottom: 3px solid #fff;
	
}

.page-template-page-resources .pag_sub_menu ul.category_list {
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
	padding-top: 10px;
}


.page-template-page-staff h2 {
	margin-bottom: 50px;
}


span.memberImage img {
	border-top: 4px solid #FCB729;
	margin-bottom: 20px
}

.boardMember {
	border-top: 4px solid #A1A1A1;
	background: #121212;
	padding: 15px 10px;
}

.committee_chair {
	border-top: 4px solid #A1A1A1;
	background: #121212;
	padding: 20px 25px;
	margin-bottom: 30px;
	text-align: center;
}

.committeeMember, .boardMember {
	text-align: center;
	margin-bottom: 30px;
}

.committeeMember h3, .boardMember h3 {
	color: #FCB729;
	text-align: center;
	font-weight: 700;
}

.committeeMember p, .boardMember p {
	text-align: center;
	margin:  0 0 5px 0;
	color: #D1D1D1;
	font-weight: 500;
}

.committee_chair h3 {
	color:#D1D1D1;
	font-weight: 700;
}

.chair_person {
	font-weight: 700;
	color: #fff;
}

.chair_contact {
	font-weight: 600;
	color:#D1D1D1;
}

p.chair_description {
	font-size: 18px;
	color:#fff;
}

.resource-post img {
	margin: 15px 0;
}

.resource-post p {
	color: #fff;
	font-weight: 400;
	font-size: 18px;
}

.resource-post {
	border: 1px solid #FCB729;
	padding: 10px;
	margin: 0 0 30px 0;
}

.resource-post:hover {
	border: 1px solid #fff;
		background: #fff;
}

.resource-post:hover p, .resource-post:hover h2  {
	color: #000;
}

.next a, .prev a {
    color: #fff !important;
}

.next a {
    background: url(img/next.png) right center no-repeat;
    padding-right: 30px;
    background-size: contain;
}

.next {
    /* text-align: right; */
    float: right;
}

.prev a {
    background: url(img/prev.png) left center no-repeat;
    padding-left: 30px;
    background-size: contain;
} 

/* Search & Filter
==========================================	*/

/*.searchandfilter ul {
	margin: 0 0 20px 0;
}

.searchandfilter ul li {
    list-style: none;
    display: inline-block;
    margin: 0 10px;
	padding: 0;
    max-width: 100px;
}
.searchandfilter .search-filter-reset {
    display: block;
    background: #121212;
    text-align: center;
    font-weight: 700;
    text-decoration: none;
    border: 0 none;
	border-bottom: 2px solid #FCB729;
    padding: 2px 20px 2px 20px;
    color: #fff;
    text-transform: uppercase;
    vertical-align: middle;
    max-width: 140px;
	font-size: 16px;
	position: relative;
    top: 12px;
}

.searchandfilter input[type="submit"] {
	font-family: 'Lato', sans-serif;
       background: #000;
    text-align: center;
    font-weight: 700;
    text-decoration: none;
    border: 1px solid transparent;
    padding: 4px 20px 4px 16px;
    color: #fff;
    text-transform: uppercase;
	    font-size: 16px;
	    margin: 0 0px 0 10px;
	    position: relative;
    top: 10px;
}
.searchandfilter .search-filter-reset:hover, .searchandfilter input[type="submit"]:hover {
	background: #FCB729;
	color: #000;
	border-bottom: 2px solid #FCB729;
}
.searchandfilter select, .searchandfilter label {
	display: block; 
	width: 100%;
}



.searchandfilter ul li.sf-field-taxonomy-services {
    margin-right: 10px;
	margin-left: 10px;
	max-width:200px;
	    position: relative;
    top: 8px;
}

.searchandfilter ul li.sf-field-category {
    margin-right: 10px;
	margin-left: 10px;
	max-width:200px;
	    position: relative;
    top: 8px;
}

.searchandfilter ul li.sf-field-search {
    margin-right: 10px;
	margin-left: 10px;
	max-width:200px;
	    position: relative;
    top: 12px;
}

.searchandfilter select.sf-input-select {
    min-width: 170px;
}

.sf-level-0 {
	color: #000;
}

.sf-level-0:hover {
	color: #D86C00;
}

:after, :before {
  -webkit-box-sizing: none;
    -moz-box-sizing: none;
   box-sizing: none;
}

.searchandfilter ul {
	max-width: 1200px;
    float: right;
}

.sf-field-reset {float: right;}

select {
}*/
/* SEARCH FORMS
=================================  */
.searchandfilter ul {
    margin: 0 0 20px 0;
}
.searchandfilter ul li ul {
	margin: 0;
}
.searchandfilter ul li {
    display: block;
    margin: 0 0 10px 0;
    list-style: none;
    padding: 0;
}
.searchandfilter ul li li {
	padding: 0;
	margin: 0;
}
.searchandfilter ul li label {
    display: block;
	font-size: 18px;
	font-size: 1.8rem;
}
.searchandfilter ul li select, .searchandfilter ul li input {
    max-width: 100%;
    border: 1px solid #FCB729;
    color: #121212;
    padding: 11px 15px;
    font-weight: 400;
    width: 100%;
	line-height: 120%;
}
.searchandfilter ul li .search-filter-reset {
    color: #fff;
    padding: 10px 15px;
    font-weight: 700;
    display: block;
    text-align: center;
    margin: 0 0 10px 0;
	background: #121212;
	line-height: 120%;
	text-decoration: none;
	border-bottom: 2px solid #FCB729;
}
.searchandfilter ul li .search-filter-reset:hover, .searchandfilter ul li .search-filter-reset:focus {
    color: #000;
	background: #FCB729;
	border-bottom: 2px solid #FCB729;
}
.searchandfilter .sf-date-prefix {
	display: none;
}
form#searchForm, div#slpw_searchform, div#map_sidebar, div#slpw_resultsbox #slpw_results {
	background: #121212 !important;
}
div#map_sidebar .results_wrapper {
	border-bottom: 2px solid #000;
}
div#map_sidebar .results_wrapper:hover {
	border-bottom: 2px solid #FCB729;
}
div#map_sidebar .results_entry:hover, div#slpw_resultsbox .results_entry:hover {
	background: none !important;
	border-bottom: 2px solid #FCB729;
}
div#map_sidebar, div#slpw_resultsbox #slpw_results {
	border: 0 none !important;
}
div#map.slp_map {
	width: 100% !important;
	border: 0 none !important;
	margin-bottom: 20px !important;
}

form#searchForm LABEL, div#slpw_searchform LABEL {
    width: 150px !important;
}

#address_search {
    padding: 15px;
}

div#map_sidebar .results_entry, div#slpw_resultsbox .results_entry {
    padding: 15px !important;
}
.popmake-content *, .popmake-content p {
	color: #000;
}
.popmake-content a:link, .popmake-content a:visited {
	color: #212121;
	text-decoration: underline;
}
.popmake-content a:hover, .popmake-content a:active {
	color: #FCB729;
}

#myCarousel {
	position: absolute;
}



div#homefeatured #myCarousel, div#homefeatured .carousel, div#homefeatured .carousel-inner {
    height: 90vh;
    display: block;
}

div#homefeatured .carousel-inner>.item {
    height: 100%;
    width: 48%;
    background: rgba(0,0,0,.56);
}

div#homefeatured .slideDesc {
    margin: auto;
	padding: 25px;
    height: 100%;
    width: 100%;
    background: none;
}

div#homefeatured .slideDesc .slideTitle {
    display: block;
    font-size: 30px;
    color: #ffffff;
    text-align: left;
    font-weight: 800;
    padding: 0 50px;
	font-family: 'Work Sans', sans-serif;
	line-height: 1.2;
}

/* PAGE CUSTOMIZATION (STORE LOCATOR PLUS PLUGIN)
==========================================	*/
#sl_div{
}
#sl_div #map{
	margin-top: 10px;
	width: 100% !important;
	float: right;
	display: none;
	}
#sl_div #slp_tagline{
	display: none;
	}
#sl_div #map_sidebar{
	float: left;
	width: 100% !important;
	margin-top: 10px;
	}
#sl_div #searchForm{
	float: left;
	width: 100%;
	}

        /* Small devices (tablets, 768px and up) */
		@media (min-width: 768px) {
			
			body {
				font-size: 17px;
				font-size: 1.7rem;
			}
			h1, h1.entry-title {
				font-size: 40px;
				font-size: 4.0rem;
			}
			h2, .h2 {
				font-size: 35px;
				font-size: 3.5rem;
			}
			h3, .h3 {
				font-size: 28px;
				font-size: 2.8rem;
			}
			h4, .h4 {
				font-size: 25px;
				font-size: 2.5rem;
			}
			h5, .h5, .btn-mayecreate.large, a.btn-mayecreate.large:link, a.btn-mayecreate.large:visited, .wp-block-button.large a:link, .wp-block-button.large a:visited {
				font-size: 23px;
				font-size: 2.3rem;
			}
			h6, .h6 { 
				font-size: 20px;
				font-size: 2.0rem;
			}
			p, .btn-mayecreate, a.btn-mayecreate:link, a.btn-mayecreate:visited, .wp-block-button a:link, .wp-block-button a:visited {
				font-size: 17px;
				font-size: 1.7rem;
			}
			
			.righttext {
					text-align: right;
				}
			
			div#homefeatured .slideDesc .slideTitle {
				font-size: 40px;
			}
			
            
        }

            /* Small devices (tablets, 992px and up) */
            @media (min-width: 992px) {
				
				/* PAGE CUSTOMIZATION (STORE LOCATOR PLUS PLUGIN)
				==========================================	*/
				#sl_div{
				}
				#sl_div #map{
					margin-top: 10px;
					width: 50% !important;
					float: right;
					display: block;
					}
				#sl_div #slp_tagline{
					display: none;
					}
				#sl_div #map_sidebar{
					float: left;
					width: 48% !important;
					margin-top: 10px;
					max-height: 450px !important;
					}
				#sl_div #searchForm{
					float: left;
					width: 48% !important;
					}
				
				.page-template-page-staff .btn-mayecreate {
					display: inline-block !important;
					margin: 0 15px 0 0 !important;
				}
				body {
					font-size: 18px;
					font-size: 1.8rem;
				}
				h1, h1.entry-title {
					font-size: 40px;
					font-size: 4.0rem;
				}
				h2, .h2 {
					font-size: 35px;
					font-size: 3.5rem;
				}
				h3, .h3 {
					font-size:30px;
					font-size: 3rem;
				}
				h4, .h4 {
					font-size: 28px;
					font-size: 2.8rem;
				}
				h5, .h5, .btn-mayecreate.large, a.btn-mayecreate.large:link, a.btn-mayecreate.large:visited, .wp-block-button.large a:link, .wp-block-button.large a:visited {
					font-size: 25px;
					font-size: 2.5rem;
				}
				h6, .h6 { 
					font-size: 23px;
					font-size: 2.3rem;
				}
				p, .btn-mayecreate, a.btn-mayecreate:link, a.btn-mayecreate:visited, .wp-block-button a:link, .wp-block-button a:visited {
					font-size: 18px;
					font-size: 1.8rem;
				}
				
				/* TOP NAVIGATION
				==========================================  */
				#navbarTop, #navbarBottom, #footer_nav {
					display: block;
				}
				#navbarTop.navbar, #navbarBottom.navbar {
					border-radius: 0px;
				}
				#navbarTop.navbar .container, #navbarBottom.navbar .container {
					position: relative;
				}	
				#top_nav {
					width: 100%;
					max-width: 100%;
				}
				#top_nav ul {
					margin:0;
					padding:0;
					list-style:none;
					display:inline;
				}
				#top_nav ul li {
					float: left;
					margin:0;
					padding:0 0 0 0;
					background:none;
					list-style: none;
				}
				#top_nav a:link, #top_nav a:visited {
					display: inline-block;
					margin: 0;
					text-decoration: none;
					font-size: 17px;
					font-size: 1.7rem;
					padding: 15px 10px;
					text-transform: uppercase;
					color: #6A6A6A;
					font-weight: 600;
					font-family: 'Work Sans', sans-serif;
					/* if you have different color for Nav links, change it here */
				}
				#top_nav a:hover, #top_nav a:active, #top_nav a:focus, #top_nav > ul > li.active > a {
					color: #000000;
					text-decoration:none;
					/* if you have different color for Nav link hover state, change it here */
				}  
				#top_nav > ul > li {
					position: relative !important; 
				}

				#top_nav ul ul {
					z-index: 999999999999;
				}

				#top_nav ul li:hover ul, #top_nav ul li:hover ul #top_nav ul ul li:hover ul {
					list-style: none;
					position: absolute;
					display: list-item;
					margin-left: 3px;
				}

				#top_nav ul ul {
					display: none;
					position: absolute;
					z-index: 9000;
					background: #000;
					margin: 0;
					padding: 0;
					width: 250px;
					min-width: 150px;
					max-width: 300px;
					border: 1px solid #e7e7e7;
					border-top: none;
				} 

				#top_nav ul ul li{
					float: none;
					width: 100%;
					text-align: left;
				}

				#top_nav ul ul li{
					float: right;
				}

				#top_nav ul ul li a:link, #top_nav ul ul li a:visited {
					padding: 10px 15px !important;
					width: 100%;
					margin: 0 !important;
					color: #fff;
					background: none;
					text-align: left;
					font-size: 18px;
					font-size: 1.8rem;
				} 
				#top_nav ul ul li a:hover, #top_nav ul ul li a:active {
					background: none;
					color: #FCB729; 
				}


				/* MAIN NAVIGATION
				==========================================  */
				#main_nav {
					display: block;
				}

				#main_nav ul {
					margin:0;
					padding:0;
					list-style:none;
				}
				#main_nav ul li {
					float: left;
					margin:0;
					padding:0;
					background:none;
					display: block;
					position: relative;
				}
				#main_nav ul ul {
					display: none;
					position: absolute;
					z-index: 9000;
					background: #000;
					margin: 0;
					padding: 0;
					width: 250px;
					min-width: 150px;
					max-width: 300px;
					border: none;
					border-top: none;
				}
				#main_nav ul li:hover ul, #main_nav ul li:hover ul #main_nav ul ul li:hover ul {
					list-style: none;
					position: absolute;
					display: list-item;
				}

				#main_nav ul ul ul.sub-menu {
					display: none;
					position: absolute;
					right: -250px;
					top: 0;
				} 
				#main_nav ul li ul li:hover ul.sub-menu {
					display: block;
				}

				#main_nav ul ul li {
					float: none;
					display: block;
					position: relative;
				}

				#main_nav a:link, #main_nav a:visited {
					display: inline-block;
					margin: 0;
					text-decoration: none;
					font-size: 16px;
					padding: 25px 08px;
					text-transform: uppercase;
					color: #FFFFFF;
					font-weight: 800;
					font-family: 'Work Sans', sans-serif;
				}
				#main_nav a:hover, #main_nav a:active, #main_nav a:focus, #main_nav > ul > li.active > a {
					/* if you have different color for Nav link hover state, change it here */
					color: #FCB729;
					text-decoration:none;
				}
				#main_nav ul ul li a:link, #main_nav ul ul li a:visited {
					padding: 5px 15px;
					width: 100%;
					font-size: 18px;
				} 
				#mobile_menu {
					display: none;
				}

				/* FOOTER NAVIGATION
				==========================================  */
				
				footer.site-footer {
					padding-top: 0px;
					padding-bottom: 30px;
				}
				
				.site-footer {
					position: relative;
				}
				
				.site-footer .container{
					position: relative;
					z-index: 9;
					max-width: 1640px;
				}
				
				.identitybar .container {
					max-width: 1640px;
				}
				
				.site-footer:after {
					position: absolute;
					display: block;
					background: #FCB729;
					width: 100%;
					margin: 0 0;
					height: 50px;
					content: '';
					top:0;
					left: 0; 
					right:0;
				}
				
				
				#footer_nav ul li:first-child {
					color: #000 !important;
					background: #FCB729;
					font-size: 20px;
					font-size: 2rem;
					font-weight: 600;
					width: 100%;
					margin-bottom: 20px;
					text-transform: uppercase;
				}
				
				#footer_nav ul li:first-child a {
					color: #000 !important;
					background: #FCB729;
					font-size: 20px;
					font-size: 2rem;
					font-weight: 600;
					width: 100%
				}
				
				#footer_nav ul li:first-child a:hover {
					color: #FCB729 !important;
					background: #000;
					font-size: 20px;
					font-size: 2rem;
					font-weight: 600;
					width: 100%
				}
				
				#credits span {
					display:inline;
					height:auto;
					overflow:hidden;
				}
				#footer_nav {
					display: table;
				}
				#footer_nav ul {
					margin:0;
					padding:0;
					list-style:none;
					display:inline;
				}
				#footer_nav ul li {
					float: none;
					margin:0;
					padding:0 0 0 0;
					background:none;
					list-style: none;
				}
				#footer_nav a:link, #footer_nav a:visited {
					display:inline-block;
					margin:0;
					text-decoration:none;
					font-size: 16px;
					font-size: 1.6rem;
					padding: 10px 0px 10px 10px;
					color: #fff;
					font-weight: 400;
					/* if you have different color for Nav links, change it here */
				}
				#footer_nav a:hover, #footer_nav a:active, #footer_nav a:focus, #footer_nav > ul > li.active > a {
					text-decoration:none;
					color: #FCB729;
					/* if you have different color for Nav link hover state, change it here */
				}
				#branding-container {
						max-width: 120px;
					}
				
				.pagehead {
					height: 250px;
					margin-bottom: 40px;
					background-position: center center;
					background-size: cover;
				}

				.pagehead .page-header {
					height: 250px;
					/*padding-left: 10%;*/
				}
				/*SEARCH FORMS
				============================ */
				.searchandfilter ul {
					text-align: right;
				}
				.searchandfilter ul li {
					display: inline-block;
					vertical-align: top;
					margin-right: 15px;
				}
				.searchandfilter ul li label {
					display: inline-block;
				}
				.searchandfilter .sf-date-prefix {
					display: inline-block;
					padding-right:10px; 
					padding-left:10px; 
				}
				
				div#homefeatured .slideDesc .slideTitle {
					font-size: 50px;
				}

            }

                /* Small devices (tablets, 1024px and up) */
                @media (min-width: 1024px) {
					
					
					
					.index-desktop {
						display: block;
					}
					
					#main_nav a:link, #main_nav a:visited {
						font-size: 17px;
						padding: 25px 08px;
					}
					
					#top_nav a:link, #top_nav a:visited {
							font-size: 17px;
							padding: 10px 13px;
						}
					
					#branding-container {
						max-width: 120px;
					}
					
					body {
						font-size: 18px;
						font-size: 1.8rem;
					}
					h1, h1.entry-title {
						font-size: 45px;
						font-size: 4.5rem;
					}
					h2, .h2 {
						font-size: 40px;
						font-size: 4.0rem;
					}
					h3, .h3 {
						font-size: 35px;
						font-size: 3.5rem;
					}
					h4, .h4 {
						font-size:30px;
						font-size: 3rem;
					}
					h5, .h5, .btn-mayecreate.large, a.btn-mayecreate.large:link, a.btn-mayecreate.large:visited, .wp-block-button.large a:link, .wp-block-button.large a:visited {
						font-size: 28px;
						font-size: 2.8rem;
					}
					h6, .h6 { 
						font-size: 25px;
						font-size: 2.5rem;
					}
					p, .btn-mayecreate, a.btn-mayecreate:link, a.btn-mayecreate:visited, .wp-block-button a:link, .wp-block-button a:visited {
						font-size: 18px;
						font-size: 1.8rem;
					}
					/*/*MAP
					============================ 
					div#map.slp_map, div#map_sidebar {
						float: left !important;
						width: 48% !important;
						margin-right: 2% !important;
						height: 500px !important;
						max-height: 500px !important;
					}*/
					
					div#homefeatured .slideDesc .slideTitle {
						font-size: 60px;
					}
					
					.pagebreak.outermap {
						padding: 60px 0;
					}

                }

                    /* Small devices (tablets, 1200px and up) */
                    @media (min-width: 1200px) {
						
						.pagehead {
							height: 335px;
							margin-bottom: 40px;
							background-position: center center;
							background-size: cover;
						}

						.pagehead .page-header {
							height: 335px;
							/*padding-left: 10%;*/
						}
						
						#branding-container {
							max-width: 150px;
						}
						#main_nav a:link, #main_nav a:visited {
								font-size: 20px;
								padding: 28px 8px;
							}
						
						#top_nav a:link, #top_nav a:visited {
							font-size: 18px;
							padding: 10px 15px;
						}
						
						/* TYPOGRAPHY
						===========================================  */
						body {
							font-size: 20px;
							font-size: 2rem;
						}
						h1, h1.entry-title {
							font-size: 55px;
							font-size: 5.5rem;
						}
						h2, .h2 {
							font-size: 45px;
							font-size: 4.5rem;
						}
						h3, .h3 {
							font-size: 40px;
							font-size: 4.0rem;
						}
						h4, .h4 {
							font-size: 35px;
							font-size: 3.5rem;
						}
						h5, .h5, .btn-mayecreate.large, a.btn-mayecreate.large:link, a.btn-mayecreate.large:visited, .wp-block-button.large a:link, .wp-block-button.large a:visited {
							font-size:30px;
							font-size: 3rem;
						}
						h6, .h6 { 
							font-size: 28px;
							font-size: 2.8rem;
						}
						p, .btn-mayecreate, a.btn-mayecreate:link, a.btn-mayecreate:visited, .wp-block-button a:link, .wp-block-button a:visited {
							font-size: 20px;
							font-size: 2rem;
						}
						
						div#homefeatured .slideDesc .slideTitle {
							font-size: 70px;
						}
						
						.pagebreak.outermap {
							padding: 70px 0;
						}

                    }

                        /* Small devices (tablets, 1366px and up) */
                        @media (min-width: 1366px) {
							
							#branding-container {
								max-width: 345px;
							}
							
							#main_nav a:link, #main_nav a:visited {
								font-size: 23px;
								padding: 30px 10px;
							}
							
							#top_nav a:link, #top_nav a:visited {
								font-size: 20px;
								padding: 10px 15px;
							}
							
							
							/* TYPOGRAPHY
							===========================================  */
							body {
								font-size: 20px;
								font-size: 2rem;
							}
							h1, h1.entry-title {
								font-size: 65px;
								font-size: 6.5rem;
							}
							h2, .h2 {
								font-size: 55px;
								font-size: 5.5rem;
							}
							h3, .h3 {
								font-size: 45px;
								font-size: 4.5rem;
							}
							h4, .h4 {
								font-size: 40px;
								font-size: 4rem;
							}
							h5, .h5, .btn-mayecreate.large, a.btn-mayecreate.large:link, a.btn-mayecreate.large:visited, .wp-block-button.large a:link, .wp-block-button.large a:visited {
								font-size: 35px;
								font-size: 3.5rem;
							}
							h6, .h6 { 
								font-size: 30px;
								font-size: 3.0rem;
							}
							p, .btn-mayecreate, a.btn-mayecreate:link, a.btn-mayecreate:visited, .wp-block-button a:link, .wp-block-button a:visited {
								font-size: 20px;
								font-size: 2rem;
							}
							div#homefeatured .slideDesc .slideTitle {
								font-size: 80px;
							}
							
							.pagebreak.outermap {
								padding: 90px 0;
							}

                        }

                            /* Small devices (tablets, 1500px and up) */
                            @media (min-width: 1500px) {
								
								
								#main_nav a:link, #main_nav a:visited {
									font-size: 25px;
									padding: 30px 15px;
								}
								
								#top_nav a:link, #top_nav a:visited {
									font-size: 23px;
									padding: 10px 15px;
								}
								
								div#homefeatured .slideDesc .slideTitle {
										font-size: 90px;
									}
								
								.pagebreak.outermap {
									padding: 110px 0;
								}

                            }

                                /* Small devices (tablets, 1700px and up) */
                                @media (min-width: 1700px) {
									
									.pagebreak.outermap {
										padding: 130px 0;
									}
									
									div#homefeatured .slideDesc .slideTitle {
										font-size: 100px;
									}
									
									h1, h1.entry-title {
										font-size: 75px;
										font-size: 7.5rem;
									}
									
									#main_nav a:link, #main_nav a:visited {
									font-size: 28px;
									padding: 30px 15px;
								}
								
								#top_nav a:link, #top_nav a:visited {
									font-size: 23px;
									padding: 10px 15px;
								}

                                }