@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Vidaloka&display=swap');

H1, H2, H3, H4, H5, H6 {

	font-family: 'Vidaloka', serif;
	color: #454857;
		

}
H1 {
	font-size: 2.25rem;
	line-height: 1em;
text-transform: uppercase;
}

/*Hide container that has Shop and container  below it that has the gold bar*/
div[class$="container-3"], div[class$="container-4"] {
	display: none;
}

/* Page Titles */

.widget__content__data :is(h1):not(.text-widget h1, .page-content h1) {
    text-align: center;
	color: #fff;
	padding: 0.8em 0;
	letter-spacing: 0.3em;
	margin: 0;
	position: absolute;
	top: -1.1em;
	background-color: #454857;
	opacity: 0.9;
    width: 100%;
}

.widget__content__data :is(h1):not(.text-widget h1, .page-content h1):before {
content: '';
background-image: url(https://www.jefflucas.org/stylesheets/images/c607.png );
background-repeat: no-repeat;
background-size: 20px 20px;
position: absolute;
width: 20px;
height: 20px;
top: -10px;
left: calc(50% - 10px);
}

H2 {
	font-size: 1.4rem;
	text-transform: uppercase;
	color: #47727C;
	margin-top: 2em;
}

H3 {
	 font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 1.5rem;
  	color: #454857;
	line-height: 1.3em;			
}

.widget__content__data > h3 {
  	margin-left: 10%;
}

table.intro h2, table.intro h3 {
	color: #fff ;
	margin: 5%;
	padding: 2em 5%;
	border-top: 1px solid #DEAC2D;
	border-bottom: 1px solid #DEAC2D;
	font-size: 1.5rem;
}


H4 {
	font-size: 1.35rem;
}


H5 {
	font-size: 1.2rem;
  
  	
}
H6 {
	font-size: 1.1rem;

}

.header-text {
    padding: 0.5em 0 !important;
	border-top: #D7AD49 solid 2px !important;
	background-color: #fff;
    margin-left: -6%;
    font-size: 1.75rem;
	color: #454857;
	padding: 0em 5% 0.3em;
	margin: 0;
	line-height: 1em;
	font-family: 'Vidaloka', serif;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	text-align: center;
}


P {
	font-family: 'Lora' sans-serif;
  	font-size: 1rem;
	line-height: 1.7rem;
	font-weight: 400;
	margin-top: 0.8rem;
	color: #000;
}

hr {
	border-bottom: solid #69A3B2 1px;
	border-top: solid #69A3B2 2px;
	/*! max-width: 250px; */
}
table {
	color: #000;
	line-height: 1.7rem;
}

.rows {
	background-color: #eef6f9;
}

.rows td{
		padding: 1.5em;
		border-bottom: 10px solid #fff;
}


li {
	font-size: 1rem;

}
blockquote {
margin: 1em 0;
}

blockquote p {
padding: 1em ;
    background-color: #eef6f9;
}


a:link, a:visited {
	color: #69A3B2;
	font-weight: 400;
	text-decoration: none;
}
a:hover {
	color: #666;
	text-decoration: underline;
}

.other-page a {
		font-family: 'Vidaloka', serif;
	color: #454857;
	font-size: 1.4rem;
	text-transform: uppercase;
	color: #47727C;
	margin-top: 2em;
}

/* Life with Lucas image homepage */

.lwlimg img {
  aspect-ratio: 1.5;
}

.textcontent {
	font-size: 1em !important;
	color: #000000;
}
#breadCrumbFeatures {
	text-align: right;
	float: right;
	font-size: 0.875rem !important;
	padding: 16px 0  0;
}
#breadcrumbs {
	width: 70%;
	float: left;
	padding: 16px 0  0;
	font-size: 0.875rem !important;
	color: #848484;
}
#breadcrumbs:empty {
	padding: 0px;
}
#breadcrumbs a:link, #breadcrumbs a:visited, #breadCrumbFeatures a:link, #breadCrumbFeatures a:visited {
	text-decoration: none!important;
	color: #000;
	font-weight: 400 !important;
	/* font-size: 0.875rem; */
}
#breadcrumbs a:hover, #breadCrumbFeatures a:hover {
	text-decoration: underline !important;
	color: #848484;
	font-weight: 400 !important;
}
.CollapsiblePanel {  /*holds the login text - non user definable */
	margin: 0px;
	padding: 0px;
	width: 250px;
	float: right;
	position: relative;
	z-index: 9;
}
#logintext {  /* holds the login text - non user definable */
	margin: 0px;
	padding-right: 30px;
	width: 80px;
	float: right;
	text-align: right;
}
.tableBorder {  /*used for standard tables*/
	border-color: #050000;
	border-width: 1px;
	border-style: solid;
}
.tableHeading, .tableHeading a:link, .tableHeading a:visited, .tableHeading a:active, .tableHeading a:hover {
	background-color: #000;
	color: #FFFFFF;
	font-family: Lato, Helvetica, Arial, sans-serif !important;
	font-weight: bold;
	text-align: center;
}
.tableContent1 {
	background-color: #F6F6F6;
	font-family: Lato, Helvetica, Arial, sans-serif !important;
	font-size: inherit;
	padding: 4px;
}
.tableContent2 {
	background-color: #E0E0E0;
	font-size: inherit;
	font-family: Lato, Helvetica, Arial, sans-serif !important;
}
a:link.button, a:visited.button, .button {
	margin: 1em 0;
	padding: 1em 2em;
	font-weight: bold;
	color: white;
	background: #D7AD49;
	border: 0px solid #D7AD49;
	cursor: pointer;
	font-size: 1em;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: 'Vidaloka', serif;
	display: inline-block;
}

a:link.smallbutton, a:visited.smallbutton, .smallbutton {
   	 background: #47727C;
	padding: 0.2em 1.5em;
	font-family: 'Open Sans', sans-serif;
	border-radius: 20px;
	letter-spacing: 0px;
  	margin: 0.2em 0;
  	white-space: normal;
}



.smallbutton.uk:before {
  	 content: ''; 
  	background-image:url(https://jefflucas.org/stylesheets/images/c609.png);
  	background-size:0.8em;
  	background-repeat: no-repeat;
  	background-position: center bottom;
  	height: 1em;
  	width: 1em;
  	display: inline-block;
  	margin-right: 0.2em;
  	}

.smallbutton.us:before {	
  	 content: ''; 
  	background-image:url(https://jefflucas.org/stylesheets/images/c608.png);
  	background-size:0.8em;
  	background-repeat: no-repeat;
  	background-position: center bottom;
  	height: 1em;
  	width: 1em;
  	display: inline-block;
  	margin-right: 0.2em;
}

#slideshowControls button {
    width: auto !important;
}

a:hover.button {
	background-color: #454857;
	text-decoration: none;
}

/* Forms */

form input, form textarea {
	border: 0;
	padding: 1em;
	width: 90%;
		border: #fff solid 1px;
}

form .button{
	width: 10em;
}

input, textarea, select, button {
	background-color: #efefef;
}

select {
	    width: 90%;
    padding: 1em 0.5em;
    border: none;
}

.h-captcha {
	margin: 1.3em;
}

.CollapsiblePanel .tableContent1 {
	background-color: #F0F1F5;
}

.page-content {
  margin-top: 8em;
  margin-left: 17%;
}

table hr {
    margin-left: 0;
}

.archive + hr, .archive {
    margin-left: 17%;
}

.archive a {
    display: flex;
}

.archive img {
  width: 100%;
}

.footerLine {
  margin-left: 0;
border-bottom: 2px solid #D6A34A;
position: absolute;
bottom: -1em;
width: 90%;
}

.poweredBy {
  background-color: #454857 !important;
  color: #ffffff !important;
}

.poweredBy a {
  color: #ffffff !important;
}

/* Mailchimp form on Homepage */

#mc_embed_signup {
    width: 90% !important;
padding: 0em 5% !important;
}

#mc_embed_signup_scroll div:first-of-type
{
    padding: 2em 0 0;
}

#mc_embed_signup input:not(.button) {
    background-color: #fff;
border: 0;
padding: 0.5em;
margin: 0.5em;
}

.mc-field-group, .indicates-required {
    font-family: 'Lora', sans-serif;
}

@media only screen and (max-width: 1200px) {
.CollapsiblePanel {
	width: 162px;
}
}

@media only screen and (max-width: 960px) {
.CollapsiblePanel {
	width: 135px;
}
}



        @media (max-width: 576px) {


            h1 {
                font-size: calc(32px - 92%)
            }


            h2 {
                font-size: calc(29px - 92%)
            }


            h3 {
                font-size: calc(66px - 92%)
            }


            h4 {
                font-size: calc(44px - 92%)
            }
          
            .page-content {
  				margin-left: 0;
}

			.archive, hr {
    			margin-left: 0;
}
           .sidebarBody {
             	margin-right: 0;
        }
        }
        @media (max-width: 768px) {


            h1 {
                font-size: calc(32px - 75%)
            }


            h2 {
                font-size: calc(29px - 75%)
            }


            h3 {
                font-size: calc(66px - 75%)
            }


            h4 {
                font-size: calc(44px - 75%)
            }
          
            .page-content {
  				margin-left: 0;
			}

			.archive, hr {
    			margin-left: 0;
			}
          
           .sidebarBody {
             	margin-right: 0;
       		}
}

.sidebarBody {
  	max-width: 200px !important;
	text-align: left;
	border-bottom: 3px solid #D7AD49;
  	margin-top: 7em;
  	margin-right: 50%;
	float: right;
}
.sidebarBody ul.level-1 > li > a{font-family: 'Vidaloka' !important; padding: 15px 20px 10px 20px !important; border-top: 3px solid #D7AD49; border-bottom:none !important; letter-spacing: 1px;}
.sidebarBody ul.level-1 > li > a{font-size: 1.25rem !important;}
.sidebarBody ul.level-1 > li > a{font-weight: 700 !important;}
.sidebarBody ul.level-1 > li > a{text-transform: uppercase !important;}
.sidebarBody ul.level-1 > li > a{color: #000000 !important;}
.sidebarBody ul.level-1{background-color: #ffffff !important;}
.sidebarBody ul.level-1 > li:hover > a{color: #000000}
.sidebarBody ul.level-1 > li:hover{background-color: #ffffff !important}
.sidebarBody ul.level-1.selected > li {background-color: #ffffff !important}
.sidebarBody ul.level-1.selected > li > a{color: #000000}
.sidebarBody ul.level-1 > li > a{padding-left: 10px !important; padding-right: 10px !important}
.sidebarBody ul.level-1 > li > a{padding-top: 10px !important; padding-bottom: 10px !important}
.sidebarBody ul.level-2 > li > a{font-family: 'Vidaloka' !important; border-bottom: #ddd solid 1px !important;}
.sidebarBody ul.level-2 > li > a{font-size: 1em !important}
.sidebarBody ul.level-2 > li > a{font-weight: 400}
.sidebarBody ul.level-2 > li > a{text-transform: none}
.sidebarBody ul.level-2 > li > a{color: #333333 !important}
.sidebarBody ul.level-2{background-color: #ffffff !important}
.sidebarBody ul.level-2 > li:hover > a{color: #333333 !important}
.sidebarBody ul.level-2 > li:hover{background-color: #f6f6f6 !important}
.sidebarBody ul.level-2.selected > li {background-color: #f6f6f6 !important}
.sidebarBody ul.level-2.selected > li > a{color: #333333 !important}
.sidebarBody ul.level-2 > li > a{padding-left: 10px !important; padding-right: 10px !important}
.sidebarBody ul.level-2 > li > a{padding-top: 10px !important; padding-bottom: 10px !important}
.sidebarBody ul.level-3 > li > a{font-family: 'Vidaloka', sans-serif !important; border-bottom: #ddd solid 1px !important;}
.sidebarBody ul.level-3 > li > a{font-size: 16px}
.sidebarBody ul.level-3 > li > a{font-weight: 400}
.sidebarBody ul.level-3 > li > a{text-transform: none}
.sidebarBody ul.level-3 > li > a{color: #333333 !important}
.sidebarBody ul.level-3{background-color: #ffffff !important}
.sidebarBody ul.level-3 > li:hover > a{color: #333333 !important}
.sidebarBody ul.level-3 > li:hover{background-color: #dddddd !important}
.sidebarBody ul.level-3.selected > li {background-color: #dddddd !important}
.sidebarBody ul.level-3.selected > li > a{color: #333333 !important}
.sidebarBody ul.level-3 > li > a{padding-left: 10px !important; padding-right: 10px !important}
.sidebarBody ul.level-3 > li > a{padding-top: 10px !important; padding-bottom: 10px !important}
.sidebarBody ul.level-4 > li > a{font-family: Arial}
.sidebarBody ul.level-4 > li > a{font-size: 16px}
.sidebarBody ul.level-4 > li > a{font-weight: 400}
.sidebarBody ul.level-4 > li > a{text-transform: none}
.sidebarBody ul.level-4 > li > a{color: #000000}
.sidebarBody ul.level-4{background-color: #f2f2f2}
.sidebarBody ul.level-4 > li:hover > a{color: #000000}
.sidebarBody ul.level-4 > li:hover{background-color: #e7e7e7}
.sidebarBody ul.level-4.selected > li {background-color: #e7e7e7}
.sidebarBody ul.level-4.selected > li > a{color: #000000}
.sidebarBody ul.level-4 > li > a{padding-left: 10px !important; padding-right: 10px !important}
.sidebarBody ul.level-4 > li > a{padding-top: 10px !important; padding-bottom: 10px !important}
.sidebarBody ul.level-5 > li > a{font-family: Arial}
.sidebarBody ul.level-5 > li > a{font-size: 16px}
.sidebarBody ul.level-5 > li > a{font-weight: 400}
.sidebarBody ul.level-5 > li > a{text-transform: none}
.sidebarBody ul.level-5 > li > a{color: #000000}
.sidebarBody ul.level-5{background-color: #f2f2f2}
.sidebarBody ul.level-5 > li:hover > a{color: #000000}
.sidebarBody ul.level-5 > li:hover{background-color: #e7e7e7}
.sidebarBody ul.level-5.selected > li {background-color: #e7e7e7}
.sidebarBody ul.level-5.selected > li > a{color: #000000}
.sidebarBody ul.level-5 > li > a{padding-left: 10px !important; padding-right: 10px !important}
.sidebarBody ul.level-5 > li > a{padding-top: 10px !important; padding-bottom: 10px !important}
.sidebarBody ul.level-1 > li > a{font-family: Arial}
.sidebarBody ul.level-1 > li > a{font-size: 28px}
.sidebarBody ul.level-1 > li > a{font-weight: 400}
.sidebarBody ul.level-1 > li > a{text-transform: none}
.sidebarBody ul.level-1 > li > a{color: rgb(0, 0, 0)}
.sidebarBody ul.level-1{background-color: rgb(242, 242, 242)}
.sidebarBody ul.level-1 > li:hover > a{color: rgb(0, 0, 0)}
.sidebarBody ul.level-1 > li:hover{background-color: rgb(231, 231, 231)}
.sidebarBody ul.level-1.selected > li {background-color: rgb(231, 231, 231)}
.sidebarBody ul.level-1.selected > li > a{color: rgb(0, 0, 0)}
.sidebarBody ul.level-1 > li > a{padding-left: 10px !important; padding-right: 10px !important}
.sidebarBody ul.level-1 > li > a{padding-top: 10px !important; padding-bottom: 10px !important}
.sidebarBody ul.level-2 > li > a{font-family: Arial}
.sidebarBody ul.level-2 > li > a{font-size: 16px}
.sidebarBody ul.level-2 > li > a{font-weight: 400}
.sidebarBody ul.level-2 > li > a{text-transform: none}
.sidebarBody ul.level-2 > li > a{color: rgb(0, 0, 0)}
.sidebarBody ul.level-2{background-color: rgb(242, 242, 242)}
.sidebarBody ul.level-2 > li:hover > a{color: rgb(0, 0, 0)}
.sidebarBody ul.level-2 > li:hover{background-color: rgb(231, 231, 231)}
.sidebarBody ul.level-2.selected > li {background-color: rgb(231, 231, 231)}
.sidebarBody ul.level-2.selected > li > a{color: rgb(0, 0, 0)}
.sidebarBody ul.level-2 > li > a{padding-left: 10px !important; padding-right: 10px !important}
.sidebarBody ul.level-2 > li > a{padding-top: 10px !important; padding-bottom: 10px !important}
.sidebarBody ul.level-3 > li > a{font-family: Arial}
.sidebarBody ul.level-3 > li > a{font-size: 16px}
.sidebarBody ul.level-3 > li > a{font-weight: 400}
.sidebarBody ul.level-3 > li > a{text-transform: none}
.sidebarBody ul.level-3 > li > a{color: rgb(0, 0, 0)}
.sidebarBody ul.level-3{background-color: rgb(242, 242, 242)}
.sidebarBody ul.level-3 > li:hover > a{color: rgb(0, 0, 0)}
.sidebarBody ul.level-3 > li:hover{background-color: rgb(231, 231, 231)}
.sidebarBody ul.level-3.selected > li {background-color: rgb(231, 231, 231)}
.sidebarBody ul.level-3.selected > li > a{color: rgb(0, 0, 0)}
.sidebarBody ul.level-3 > li > a{padding-left: 10px !important; padding-right: 10px !important}
.sidebarBody ul.level-3 > li > a{padding-top: 10px !important; padding-bottom: 10px !important}
.sidebarBody ul.level-4 > li > a{font-family: Arial}
.sidebarBody ul.level-4 > li > a{font-size: 16px}
.sidebarBody ul.level-4 > li > a{font-weight: 400}
.sidebarBody ul.level-4 > li > a{text-transform: none}
.sidebarBody ul.level-4 > li > a{color: rgb(0, 0, 0)}
.sidebarBody ul.level-4{background-color: rgb(242, 242, 242)}
.sidebarBody ul.level-4 > li:hover > a{color: rgb(0, 0, 0)}
.sidebarBody ul.level-4 > li:hover{background-color: rgb(231, 231, 231)}
.sidebarBody ul.level-4.selected > li {background-color: rgb(231, 231, 231)}
.sidebarBody ul.level-4.selected > li > a{color: rgb(0, 0, 0)}
.sidebarBody ul.level-4 > li > a{padding-left: 10px !important; padding-right: 10px !important}
.sidebarBody ul.level-4 > li > a{padding-top: 10px !important; padding-bottom: 10px !important}
.sidebarBody ul.level-5 > li > a{font-family: Arial}
.sidebarBody ul.level-5 > li > a{font-size: 16px}
.sidebarBody ul.level-5 > li > a{font-weight: 400}
.sidebarBody ul.level-5 > li > a{text-transform: none}
.sidebarBody ul.level-5 > li > a{color: rgb(0, 0, 0)}
.sidebarBody ul.level-5{background-color: rgb(242, 242, 242)}
.sidebarBody ul.level-5 > li:hover > a{color: rgb(0, 0, 0)}
.sidebarBody ul.level-5 > li:hover{background-color: rgb(231, 231, 231)}
.sidebarBody ul.level-5.selected > li {background-color: rgb(231, 231, 231)}
.sidebarBody ul.level-5.selected > li > a{color: rgb(0, 0, 0)}
.sidebarBody ul.level-5 > li > a{padding-left: 10px !important; padding-right: 10px !important}
.sidebarBody ul.level-5 > li > a{padding-top: 10px !important; padding-bottom: 10px !important}
