@charset "UTF-8";
/* CSS Document */

/* general styles */

section {
	margin: 0;
	padding: 2em 0;
	font-size: 1.29vw;
}
@media (min-width: 1233px){
	section {
		margin: 0 calc( ( 100vw - 1232px ) / 2 );
		font-size: 1em;
	}
}
@media (max-width: 1024px){
	section {
		font-size: 1em;
		margin: 0;
	}
}

/* Headers */
#md-page-main > div > h1 {
  background-size: 100% auto;
  background-repeat: no-repeat !important;
}
@media (max-width: 1024px){
	#md-page-main > div > h1 {
	  background-size: 150% auto;
	}
}
@media (max-width: 750px){
	#md-page-main > div > h1 {
	  background-size: 175% auto;
	}
}
/* Revisions fix */

div#pp_revisions_top_bar {
	display: none !important;
}

/* anchors */

a.tlg-anchor {
    position: absolute;
    margin-top: -6em;
    visibility: hidden;
}

/* Front Page */
section.tlg-home-header {
	width: 100%;
	max-width: unset;
	margin: 2rem 0 1rem 0;
	padding: 0;
	margin-top: 6.125em;
	background-color: rgb(0,83,154);
}
section.tlg-home-header .md-fifty-fifty {
	background-image: url('https://thompsonlawgroup.com/wp-content/uploads/2024/01/home-header-portraits-wide.jpg');
	background-size: cover;
	background-position: right center;
	background-repeat: no-repeat;
}
@media (min-width: 1233px){
	section.tlg-home-header .md-fifty-fifty {
		background-size: contain;
		background-position: center;
	}
}
@media (max-width: 775px){
	section.tlg-home-header .md-fifty-fifty {
		background-image: unset;
	}
	section.tlg-home-header .md-fifty-fifty > div:first-child {
		background-image: url('https://thompsonlawgroup.com/wp-content/uploads/2024/01/home-header-portraits-centered.jpg');
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
		padding: 2em 0 2em 2em;
	}
}
section.tlg-home-header .md-fifty-fifty .md-ff-box:last-child {
	/*border-bottom-right-radius: 1em;*/
	/*background-color: rgb(0,83,154);*/
	padding-top: 1em;
	padding-left: calc( ( 100vw - 1232px ) / 2 );
}
section.tlg-home-header .md-fifty-fifty .md-ff-box:first-child {
	/*border-top-left-radius: 1em;*/
	height: 450px;
	padding-right: calc( ( 100vw - 1232px ) / 2 );
}

section.tlg-home-header p.tlg-home-header-slide {
	font-size: 30px;
	font-weight: bold;
	color: rgb(196,209,241);
}
section.tlg-home-header p.tlg-home-header-slide span,
section.tlg-home-header p.tlg-home-header-slide a,
p.tlg-home-header-slide a {
	white-space: nowrap !important;
}
@media (max-width: 1024px){ /* Mobile Menu */
	section.tlg-home-header p.tlg-home-header-slide {
		font-size: 24px;
		font-weight: bold;
		color: rgb(196,209,241);
		padding-right: 2em;
	}
}

section.tlg-home-slider {

}

section.tlg-home-teasers {

}

section.tlg-home-teasers .md-thirds .md-3rd {
	padding: 1em;
	z-index: 0;
}
section.tlg-home-teasers .md-thirds .md-3rd > div {
	margin: 0;
}
/*section.tlg-home-teasers .md-thirds .md-3rd > div::after {
	content: "";
	position: absolute;
	top: 1em;
	left: 1em;
	bottom: 1em;
	right: 1em;
	border-radius: 1em;
	background: transparent;
	box-shadow: 0 3px 6px rgba(0,0,0,0.5);
	z-index: -1;
}*/
section.tlg-home-teasers .md-thirds .md-3rd > div.tlg-home-teasers-header,
section.tlg-home-teasers .md-thirds .md-3rd > div.tlg-home-teasers-text,
section.tlg-home-teasers .md-thirds .md-3rd > div.tlg-home-teasers-cta {
	padding: 1em;
	text-align: center;
	box-shadow: 0 3px 6px rgba(0,0,0,0.5);
}

section.tlg-home-teasers .md-thirds .md-3rd > div.tlg-home-teasers-header {
	background: rgb(0,83,154);
	border-top-left-radius: 1em;
	border-top-right-radius: 1em;
	font-weight: bold;
	color: rgb(255,255,255);
}
section.tlg-home-teasers .md-thirds .md-3rd > div.tlg-home-teasers-text {
	background:  rgb(196,209,241);
	color: rgb(0,0,0);
	font-weight: bold;
	padding: 1em 2em;
}
section.tlg-home-teasers .md-thirds .md-3rd > div.tlg-home-teasers-text span {
	color: rgb(216,57,179);
}
section.tlg-home-teasers .md-thirds .md-3rd > div.tlg-home-teasers-cta {
	border-bottom-left-radius: 1em;
	border-bottom-right-radius: 1em;
	background:  rgb(232,143,2);
	color: rgb(0,0,0);
	display: flex;
	flex-direction: row;
	justify-content: center;
}

section.tlg-home-teasers .md-thirds .md-3rd > div.tlg-home-teasers-cta > a {
	display: inline-block;
	background: rgb(13,53,148);
	color: rgb(255,255,255);
	font-weight: bold;
	text-decoration: none;
	padding: 0.5em 1em;
	border-radius: 2em;
	border: 1px solid rgb(255,255,255);
	transition: 0.3s;
	cursor: pointer;
}
section.tlg-home-teasers .md-thirds .md-3rd > div.tlg-home-teasers-cta > a:hover {
	background: rgb(232,143,2);
	color: rgb(13,53,148);
	
}

section.our-philosophy {

}

section.our-philosophy h2 {
	margin-bottom: 0.5em;
}

section.our-philosophy p {
	color: rgb(0,0,0);
}

section.our-philosophy .tlg-quote {
	text-align: center;
	font-weight: bold;
	font-style: italic;
	font-size: 1.5em;
	color: rgb(255,255,255);
}
section.our-philosophy div.tlg-inline-ff-logo img {
	width: 50%;
	height: auto;
	display: block;
	margin: 0 auto;
}
section.our-philosophy .md-ff-box:first-child {
	padding-left: 1em;
}
section.our-philosophy .md-ff-box:last-child {
	padding-right: 1em;
}
section.tlg-home-avvo {
	text-align: center;
}
section.tlg-home-avvo p {
	font-size: 1.5em;
	font-weight: bold;
	font-weight: bold;
	padding-left: 2em;
	padding-right: 2em;
}

/* Testimonials w BK OLD */

#slider_63 .owl-item > div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-image: linear-gradient(30deg, rgb(232,143,2), rgb(255,255,255));
	border-radius: 0.25em;
}

#slider_63 .owl-item > div .tlg-testim-title,
#slider_63 .owl-item > div .tlg-testim,
#slider_63 .owl-item > div .tlg-testim-byline {
	color: rgb(13,53,148);
}

#slider_63 .owl-item > div .tlg-testim-title {
	font-size: 1.5em;
	font-weight: bold;
}
#slider_63 .owl-item > div .tlg-testim {
	text-align: center;
	font-size: 1.25em;
}
#slider_63 .owl-item > div .tlg-testim-byline {
	font-size: 1.5em;
	font-weight: bold;
	font-style: italic;
}
#slider_63 > div.owl-dots {
}

/* Testimonials no BK */

#slider_2685 .owl-item > div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-image: linear-gradient(30deg, rgb(232,143,2), rgb(255,255,255));
	border-radius: 0.25em;
}

#slider_2685 .owl-item > div .tlg-testim-title,
#slider_2685 .owl-item > div .tlg-testim,
#slider_2685 .owl-item > div .tlg-testim-byline {
	color: rgb(13,53,148);
	text-align: center;
}

#slider_2685 .owl-item > div .tlg-testim-title {
	font-size: 1.5em;
	font-weight: bold;
}
#slider_2685 .owl-item > div .tlg-testim {
	text-align: center;
	font-size: 1.25em;
}
#slider_2685 .owl-item > div .tlg-testim-byline {
	font-size: 1.5em;
	font-weight: bold;
	font-style: italic;
}
#slider_2685 > div.owl-dots {
}


/* Sections */

section h3 {
	color: rgb(236,236,236);
	margin: 1em 0 0.5em 0;
	padding: 0;
}
section h3:first-child {
	margin-top: 0;
}

section.tlg-gold-block {
	width: 100%;
	max-width: unset;
	margin: 0 0 0 0;
	padding: 2rem calc( ( 100vw - 1232px ) /2 );
	background-color: rgb(172,163,137);
	color: rgb(0,0,0);
}

section.tlg-gold-block h2 {
	color: rgb(13,53,148);
}

section.tlg-gold-block p a,
section.tlg-gold-block li a {
	color: rgb(13,53,148);
}

section.tlg-gold-block .tlg-btn a {
	color: rgb(255,255,255);
}
section.tlg-gold-block .tlg-btn a:hover {
	color: rgb(13,53,148);
}

section.tlg-white-block {
	width: 100%;
	max-width: unset;
	margin: 0;
	padding: 2rem calc( ( 100vw - 1232px ) /2 );
	background-color: rgb(255,255,255);
	color: rgb(13,53,148);
}

section.tlg-white-block h2 {
	color: rgb(13,53,148);
}

section.tlg-white-block h3 {
	color: rgb(216,57,179);
}

section.tlg-gray-block {
	width: 100%;
	max-width: unset;
	margin: 0;
	padding: 2rem calc( ( 100vw - 1232px ) /2 );
	background-color: rgb(82,93,104);
	color: rgb(200,200,200);
}

section.tlg-gray-block h2,
section.tlg-gray-block h3 {
	color: rgb(255,255,255);
}

section.tlg-light-gray-block {
	width: 100%;
	max-width: unset;
	margin: 0;
	padding: 2rem calc( ( 100vw - 1232px ) /2 );
	background-color: rgb(236,236,236);
	color: rgb(100,100,100);
}

section.tlg-light-gray-block h2,
section.tlg-light-gray-block h3 {
	color: rgb(13,53,148);
}

section.tlg-scam-alert {
	width: 100%;
	max-width: unset;
	margin: 0;
	padding: 2rem calc( ( 100vw - 1232px ) / 2 );
	background-color: rgb(236,236,236);
	border-top: 2px solid rgb(255,45,0);
	border-bottom: 2px solid rgb(255,45,0);
	color: rgb(255,255,255);
}
section.tlg-scam-alert h2 {
	color: rgb(255,45,0);
}
section.tlg-scam-alert p {
	font-size: 1.5em;
	color: rgb(0,0,0);
}
@media (max-width: 1232px){
	section,
	section.tlg-white-block,
	section.tlg-gold-block,
	section.tlg-scam-alert,
	section.tlg-gray-block,
	section.tlg-light-gray-block {
		padding: 2rem 1rem;
	}
}

/** Jump Menu Block, Menu **/

section.tlg-jump-block {
	width: 100%;
	max-width: unset;
	margin: 0;
	padding: 1rem calc( ( 100vw - 1232px ) /2 );
}

section.tlg-jump-block h2,
section.tlg-jump-block h3 {
	color: rgb(255,255,255);
}

#md-jump-menu {
    z-index: 100;
}
.md-jm-container {
	max-height: 50vh !important;
	overflow-y: auto;
	overflow-x: hidden;
}
.md-jm-container li {
    white-space: nowrap;
    padding: 0.25em 1.5em 0.25em 1.25em;
}

.md-jm-container li a {
    padding: 0.125em 0.25em; !important;
}

@media screen and (max-width: 751px){
	.md-jm-container li {
		white-space: wrap;
	}
	.md-jm-container {
		width: 80%;
	}
}
.md-jm-container li.tlg-jm-menu-h2 {
	padding-left: 0.25em;
}

.tlg-jm-menu-h2 a {
	font-weight: bold;
	color: rgb(216,57,179);
}

.md-jm-container li.tlg-jm-menu-h3 {
	padding-left: 0.75em;
}

.tlg-jm-menu-h3 a {
	color: rgb(255,189,238);
	font-weight: bold;
}

/* Base styles for the jump menu container */
.md-jm-container {
    background-color: rgba(13,53,148,0.95); /* Light grey background for the menu */
    border: 1px solid rgba(255,255,255,0.75); /* Adds a border around the menu */
}

/* Styles for each list item in the menu */
.md-jm-container > li {
    color: rgb(255,255,255); /* Sets text color */
}
    
/* Style the first list item in the menu */
.md-jm-container > li:first-child {
    color: rgb(255,255,255); /* Sets text color */
}

/* Styles for dropdown items (initially hidden) */
.md-jm-container > li + li {
    background-color: transparent; /* Background for dropdown items */
    border-top: 1px solid rgba(255,255,255,0.75); /* Adds a border on top of each dropdown item */
}

/* Hover effect for list items */
.md-jm-container > li:hover {
    background-color: rgba(255,255,255,0.2); /* Changes background color on hover */
}

/* pages */
#md-page-main > div > h1 {

}

section .md-sf-forty img,
section .md-3rd img,
section .md-2-3rds img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 0.5em;
	/* border: 1px solid rgba(0,0,0,0.25); */
}

section .tlg-no-border img,
section .tlg-no-border img,
section .tlg-no-border img {
	border: 0 !important;
}

section .md-sf-padded,
section .md-ff-padded,
section .md-3rd-padded,
section .md-2-3rds-padded {
	padding: 1em;
}

p.tlg-page-intro {
	font-size: 1.375em;
}

.tlg-contact-us span {
	display: inline-block;
	width: 6em;
	text-transform: capitalize;
	font-weight: bold;
}

/* Service Submenu */
section.services-menu {
	text-align: center;
	padding: 1em 0;
	margin: 0 0 !important;
	width: 100%;
	max-width: 100%;
	background-color: rgb(10,42,117);
}
section.services-menu a {
	display: inline-block;
	position: relative;
	padding: 0.25em 0.5em;
	margin: 0 1em;
	text-decoration: none;
	border-bottom: 1px solid rgba(216,57,179,0.3);
	font-weight: normal;
}

section.services-menu a:hover {
	background-color: rgba(0,0,0,0.2);
	background-blend-mode: multiply;
}

section.services-menu a.active {
	border-bottom: 1px solid rgb(216,57,179,1);
	font-weight: bold;
}

/* Buttons */

.tlg-corner-button {
	position: fixed;
	font-size: 1.5em;
	bottom: 2em;
	right: 2em;
	z-index: 300;
	text-decoration: none;
	padding: 0.5em 1em;
	border-radius: 2em;
	background-color: rgb(232,143,2);
	border: 1px solid rgb(216,57,179);
	color: rgb(13,53,148);
	transition: 0.3s;	
}

.tlg-corner-button:hover {
	background-color: rgb(13,53,148);
	color: rgb(232,143,2);
}

/* Bullets */

.tlg-bullets-1 {
	padding: 0;
	margin: 1em 1em;
	list-style: none;
}

.tlg-bullets-1 li {
	padding: 0.25em 0 0.25em 2em;
	margin: 1em;
}

.tlg-bullets-1 li span {
	display: block;
	padding: 0;
	margin: 0 0 0.125em 0;
	font-weight: bold;
}

.tlg-bullets-1 li::before {
    content: "\f005";
    font-family: "Font Awesome 6 Pro";
    float: left;
    margin: 0.0625em 0 0 -2em;
    color: rgb(216,57,179);
    font-size: 1em;
}

.tlg-bullets-2 {
	list-style: none;
	padding: 0;
	margin: 0.5em 0 0.5em 2em;
}
.tlg-bullets-2 li {
	padding: 0 0.5em;
	margin: 0.5em;
	border-left: 2px solid rgb(216,57,179);
	transition: 0.2s;
}
.tlg-bullets-2 li:hover {
	padding: 0 0.25em 0 0.75em;
	margin: 0.5em;
	border-left: 2px solid rgb(216,57,179);
}

/* Numbered Lists */

.tlg-numbered-1, .tlg-numbered-1 li {
	padding: 0;
	margin: 0;
}
.tlg-numbered-1 {
  margin-left: 1em;
  list-style-position: outside;
  font-size: 1em;
}
.tlg-numbered-1 li {
  position: relative;
  padding-left: 1em;
  margin: 0.5em 0 0.5em 1em;
  counter-increment: tlgol;
  font-size: 1em !important;
}
.tlg-numbered-1 li:before {
  position: absolute;
  content: counter(tlgol) ".";
  color: rgb(216,57,179);
  font-weight: bold;
  left: -1em;
  top: 0;
}
.tlg-numbered-1 {
  list-style: none;
  counter-reset: tlgol;
}

ol.tlg-cta-steps {
    padding: 0;
    margin: 0 0 2.5em 2em;
}
ol.tlg-cta-steps li {
    padding: 0.25em 0;
    margin: 0;
}

ol.tlg-cta-steps li::marker {
    color:  rgb(216,57,179);
    font-weight: bold;
}

/* announcements */

/* on white */
.tlg-announcement-light {
	padding: 0.5em; 
	border: 2px solid var(--tlg-red); 
	color: var(--tlg-blue);
	background-color: #fff;
	font-weight: bold; 
	border-radius: 0.5em; 
	font-size: 1.1em;
	text-align: center;
}

/* on dark */
.tlg-announcement-dark {
	padding: 0.5em; 
	border: 2px solid #fff; 
	color: var(--tlg-pink);
	background-color: transparent;
	font-weight: bold; 
	border-radius: 0.5em; 
	font-size: 1.1em;
	text-align: center;
}

/* Cart */

#tlg-checkout-fields div {
    font-size: 1em;
    font-weight: normal;
    margin-bottom: 0.25em;
    color: rgb(0,0,0);
}
#tlg-checkout-fields div span {
    display: inline-block;
    min-width: 200px;
    font-size: 1em;
    font-weight: bold;
    color: rgb(13,53,148);
}

#tlg-checkout-fields pre {
	font-family: Raleway, "Lucida Grande", Verdana, sans-serif;
}

.tlg-transaction-id {
	font-size: 0.75em !important;
    margin-top: 0.5em;
	color: rgb(200,200,200) !important;
}

/* tabs */
h2.sp-tab__section_title_205,
h2.sp-tab__section_title_215,
h2.sp-tab__section_title_223,
h2.sp-tab__section_title_221 {
	display: none;
}

.sp-tab__active h3 {
	color: rgb(255,255,255) !important;
}

/*  Tab Styling  */

/*light*/
.md-tabs.tlg-tabs-light {
	padding: 0 0 0 1em;
	margin: 0;
	list-style: none;
}

.md-tabs.tlg-tabs-light li {
  cursor: pointer;
  display: inline-block;
  padding: 10px;
  margin: 0 0.5em 0 0;
  border: 1px solid #ccc;
  border-bottom: 0;
  color: rgb(13,53,148);
  background-color: #fff;
  font-weight: normal;
}
.md-tabs.tlg-tabs-light li.active {
  background-color: #eee;
  font-weight: bold;
}

.md-tabs.tlg-tabs-light li:hover,
.md-tabs.tlg-tabs-light li.active:hover {
  background-color: #e2e2e2;
}

.md-tabs-content.tlg-tabs-light {
  display: none;
  border: 1px solid #ccc;
  padding: 10px;
  margin: 0;
  background-color: #fff;
}

.md-tabs-content.tlg-tabs-light.active {
  display: block;
}

/*dark*/
.md-tabs.tlg-tabs-dark {
	padding: 0 0 0 1em;
	margin: 0;
	list-style: none;
}

.md-tabs.tlg-tabs-dark li {
  cursor: pointer;
  display: inline-block;
  padding: 10px;
  margin: 0 0.5em 0 0;
  border: 1px solid #ccc;
  border-bottom: 0;
  color: #fff;
  background-color: rgb(13,53,148);
  font-weight: normal;
}
.md-tabs.tlg-tabs-dark li.active {
  background-color: rgb(0,83,154);
  font-weight: bold;
}

.md-tabs.tlg-tabs-dark li:hover,
.md-tabs.tlg-tabs-dark li.active:hover {
  background-color: rgb(0,83,154);
}

.md-tabs-content.tlg-tabs-dark {
  display: none;
  border: 1px solid #ccc;
  padding: 10px;
  margin: 0;
  background-color: rgb(13,53,148);
}

.md-tabs-content.tlg-tabs-dark.active {
  display: block;
}

/* Contact Form */

.tlg-contact-form div {

}

.tlg-contact-form .tlg-form-field {
	background-color: transparent;
	border: 0;
	width: 90%;
	border-bottom: 1px solid rgba(255,255,255,0.5);
	font-size: 1em;
	padding: 0.25em 0.75em;
	color: rgb(255,255,255);
	font-family: Raleway, "Lucida Grande", Verdana, sans-serif;
}
.tlg-contact-form  .tlg-form-textarea {
	background-color: transparent;
	width: 90%;
	border: 1px solid rgba(255,255,255,0.5);
	border-radius: 0.5em;
	font-size: 1em;
	padding: 0.25em 0.75em;
	color: rgb(255,255,255);
	font-family: Raleway, "Lucida Grande", Verdana, sans-serif;
}

.tlg-contact-form .tlg-form-submit {
	background: none;
    border: none;
    outline: none;
    box-shadow: none;
}
.tlg-contact-form .tlg-form-submit {
	background-color: transparent;
	border: 1px solid rgba(255,255,255,0.5);
	border-radius: 0.5em;
	font-size: 1em;
	padding: 0.25em 0.75em;
	color: rgb(255,255,255);
	font-family: Raleway, "Lucida Grande", Verdana, sans-serif;
	transition: 0.3s;
}
.tlg-contact-form .tlg-form-submit:hover {
	background-color: rgb(172,163,137);
	color: rgb(13,53,148);
}


/* Form Responses */
.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: none !important; /* None */
	color: #fff !important;
	border-radius: 0.25em;
}

.wpcf7 form.sent .wpcf7-response-output {
	background-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	background-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	background-color: #ffb900; /* Yellow */
}

.wpcf7-not-valid-tip {
	color: rgb(216,57,179) !important; /* Pink */
}



/* packages */
section.tlg-cta-packages .md-3rd,
section.tlg-cta-packages .md-full-width {
	padding: 1em;
	z-index: 0;
}
section.tlg-cta-packages h2.tlg-package {
}
section.tlg-cta-packages .md-3rd > div,
section.tlg-cta-packages .md-full-width > div {
	border: 1px solid rgb(216,57,179);
}
/*section.tlg-cta-packages .md-thirds .md-3rd > div.tlg-p-cost::after {
	content: "";
	position: absolute;
	top: 1em;
	left: 1em;
	bottom: 1em;
	right: 1em;
	border-radius: 1em;
	background: transparent;
	box-shadow: 0 3px 6px rgba(0,0,0,0.5);
	z-index: -1;
}*/
section.tlg-cta-packages .tlg-p-level {
	text-align: center;
	font-weight: bold;
	margin: 0;
	padding: 1em;
	border-top-right-radius: 1em;
	border-top-left-radius: 1em;
	background-color: rgb(255,255,255);
	color: rgb(255,255,255);
	font-size: 1.5em;
	border-bottom-width: 0 !important;
}
section.tlg-cta-packages .tlg-p-text {
	text-align: center;
	font-weight: normal;
	margin: 0;
	padding: 1em;
	background-color: rgb(236,236,236);
	color: rgb(0,0,0);
	border-top-width: 0 !important;
	border-bottom-width: 0 !important;

}
section.tlg-cta-packages .tlg-p-text ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
section.tlg-cta-packages .tlg-p-text ul li {
	padding: 0.125em 0.5em 0.125em 0.5em;
	margin: 0.75em 0;
	text-align: left;
	border-left: 1px solid rgb(216,57,179);
	transition: 0.3s;
}
section.tlg-cta-packages .tlg-p-text ul li:hover {
	padding: 0.125em 0.25em 0.125em 0.75em;
	background-color: rgba(216,57,179,0.1);
}

section.tlg-cta-packages .tlg-p-cost {
	text-align: center;
	font-weight: normal;
	margin: 0;
	padding: 1em;
	border-bottom-right-radius: 1em;
	border-bottom-left-radius: 1em;
	background-color: rgb(255,255,255);
	color: rgb(255,255,255);
	font-size: 1.5em;
	border-top-width: 0 !important;
}

section.tlg-cta-packages .tlg-p-cost a,
section .tlg-btn a {
	display: inline-block;
	text-decoration: none;
	padding: 0.5em 1em;
	border-radius: 2em;
	background-color: rgb(13,53,148);
	border: 1px solid rgb(216,57,179);
	color: rgb(232,143,2);
	transition: 0.3s;
}
section.tlg-cta-packages .tlg-p-cost a:hover,
section .tlg-btn a:hover {
	background-color: rgb(232,143,2);
	color: rgb(13,53,148);
}


section.tlg-cta-packages .tlg-p-extras {
	font-size: 0.875em;
	padding: 1em;
	border-width: 0 !important;
	box-shadow: unset !important;
}
section.tlg-cta-packages .tlg-p-extras ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
section.tlg-cta-packages .tlg-p-extras ul li {
	padding: 0.25em 2em;
	margin: 0.5em 0;
}

section.tlg-cta-packages .md-thirds > .md-3rd:nth-child(1) .tlg-p-level,
section.tlg-cta-packages .md-thirds > .md-3rd:nth-child(1) .tlg-p-cost {
	background-image: linear-gradient( to bottom, rgba(169,113,66,0.6), rgba(169,113,66,1) );
}
section.tlg-cta-packages .md-thirds > .md-3rd:nth-child(2) .tlg-p-level,
section.tlg-cta-packages .md-thirds > .md-3rd:nth-child(2) .tlg-p-cost {
	background-image: linear-gradient( to bottom, rgba(150,150,150,0.6), rgba(150,150,150,1) );
}
section.tlg-cta-packages .md-thirds > .md-3rd:nth-child(3) .tlg-p-level,
section.tlg-cta-packages .md-thirds > .md-3rd:nth-child(3) .tlg-p-cost,
section.tlg-cta-packages .md-full-width > div .tlg-p-level,
section.tlg-cta-packages > div.md-full-width > div.tlg-p-level,
section.tlg-cta-packages > div.md-full-width > div.tlg-p-cost {
	background-image: linear-gradient( to bottom, rgba(212,175,55,0.6),rgba(212,175,55,1) );
}

section.tlg-gray-block.tlg-add-packages {

}
section.tlg-gray-block.tlg-add-packages h3 {
	margin-top: 2em;
	padding-bottom: 0.25rem;
	border-bottom: 1px solid rgb(216,57,179);
}
section.tlg-gray-block.tlg-add-packages > ul,
section.tlg-add-packages > ul {
	list-style: none;
	padding: 0;
	margin: 0.5em 0 0.5em 3em;
}
section.tlg-gray-block.tlg-add-packages ul > li,
section.tlg-add-packages > ul li {
	padding: 0 0.5em;
	margin: 0.5em;
	border-left: 1px solid rgb(216,57,179);
}

/** Bullets **/

/* Pipe Bullet */
section ul.tlg-bul-pipe {
	list-style: none;
	padding: 0;
	margin: 0.5em 0 0.5em 3em;
}
section ul.tlg-bul-pipe > li {
	padding: 0 0.5em;
	margin: 0.5em;
	border-left: 1px solid rgb(216,57,179);
}

/* btn */

div.md-btn {
	margin-top: 1em;
}

div.md-btn a,
span.md-btn a {
	display: inline-block;
	background: rgb(196, 134, 47);
	text-decoration: none;
	padding: 1em 2em;
	border-radius: 2em;
	font-size: 1em;
	color: rgb(255,255,255);
	transition: background 0.1s linear;
}

div.md-btn a:hover,
span.md-btn a:hover {
	background: rgb(233,130,38);
}


/* btn extras */

/* Home Page Thirds Section */

.t-section .md-thirds {
	flex-direction: row;
	flex-flow: wrap;
	width: 100%;
	justify-content: center;
}

.t-section .md-3rd {
	background: rgb(236,236,236);
	padding: 2em;
	margin: 1em;
	width: calc(33% - 2em);
	min-width: 20em !important;
}

.t-section .md-3rd h3 {
	font-size: 1.5em;
	font-weight: normal;
	padding: 0;
	margin: 0 0 1em 0;
	text-align: center;
}

.t-section .md-3rd p {
	font-size: 1.125em;
	text-align: center;
	line-height: 1.25em;
}

.t-section .md-3rd div.md-btn {
	margin-top: 1em;
	text-align: center;
}

.t-section .md-3rd div.md-btn a {
	display: inline-block;
	background: rgb(225,225,225);
	text-decoration: none;
	padding: 1em 2em;
	border-radius: 2em;
	font-size: 1em;
	color: rgb(50,50,50);
	transition: background 0.1s linear;
	border: 1px solid rgb(100,100,100);
}

.t-section .md-3rd div.md-btn a:hover {
	border: 1px solid rgb(50,50,50);
	background: rgb(50,50,50);
	color: rgb(255,255,255);
}

/* e-section */
section.e-section h2 {
	font-family: "Folks-Bold", serif;
	text-transform: uppercase;
	font-size: 3em;
	text-align: center;
}

section.e-section p {
	text-align: center;
}

section.e-section input[type="text"],
section.e-section input[type="email"] {
	font-family: Raleway, sans-serif;
	font-size: 1.25em;
	border: 0;
	padding: 0.25em;
	width: 60%;
	border-bottom: 1px solid rgba(200,200,200,1);
}

section.e-section textarea {
	font-family: Raleway, sans-serif;
	font-size: 1em;
	padding: 0.25em;
	width: 60%;
	min-height: 6em;
	border: 1px solid rgba(200,200,200,1);
}

section.e-section .md-recaptcha {
	font-size: 0.75em;
}

section.e-section .md-btn {
	display: inline-block;
	margin-left: 1em;
}

section.e-section input[type="checkbox"] {

}
/* Contact Form 7 */

section.e-section .md-submit-center {
	padding-left: 64px;
}
section.e-section form div.wpcf7-response-output {
	border: 0;
	text-align: center;
	font-weight: bold;
}

section.e-section form.invalid div.wpcf7-response-output {
	color: rgb(187,0,0);
}

section.e-section form.sent div.wpcf7-response-output {
	color: rgb(74,103,65);
}

/* Checkboxes */
section.e-section .md-checkbox {
    display: inline-flex;
    cursor: pointer;
    position: relative;
}

section.e-section.md-checkbox > input {
	font-size: 1.75em;
	margin-right: 0.5em;
	transform: translateY(0.125em);
  }

section.e-section input[type=button], 
section.e-section input[type=submit], 
section.e-section input[type=reset] {
	display: inline-block;
	background: rgb(150,150,150);
	text-decoration: none;
	padding: 1em 2em;
	border: 1px solid rgba(94,94,94);
	border-radius: 2em;
	font-size: 1em;
	color: rgb(255,255,255);
	transition: background 0.1s linear;
	cursor: pointer;
}

section.e-section input[type=button]:hover, 
section.e-section input[type=submit]:hover, 
section.e-section input[type=reset]:hover {
	background: rgb(175,175,175);
}

/* General Text Section */

section.txt-section {
	max-width: 48em;
}
#md-page-main > div > section.txt-section {
	margin-top: 0;
}

/* About */


.tlg-orange-band .md-thirds {
	max-width: 1232px;
	margin-left: auto;
	margin-right: auto;
}
.tlg-orange-band h2 {
	color: rgb(255,255,255) !important;	
}

section.md-full img.scale {
	display: block;
	width: 100%;
	height: auto;
	padding: 1rem;
}

/* footer */
footer {
	background-color: rgb(104,98,82);
	margin-top: 0;
	margin-bottom: 0;
}

#md-page-main > div > section.tlg-scam-alert > div > div.md-3rd > img {
	border: 0;
	height: 17em;
	width: auto;
	margin: 0 auto;
}

/* Videos */

.tlg-video-popup {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	margin: 1em 0;
}

.tlg-video-popup a {
	display: block;
	width: 50%;
	padding: 0;
	margin: 0 auto;
}

.tlg-video-popup a img {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
	border: 1px solid rgb(10,42,117);
	box-shadow: 0 0.125em 0.25em  0.25em rgba(10,42,117,0.25);
}

.tlg-vp-hours {
	color: rgb(172,163,137);
	font-weight: bold;
	font-size: 0.8em;
}

.tlg-gold-block .tlg-vp-hours {
	color: rgb(255,255,255);
}

@media only screen and (max-width: 800px ) {
	.tlg-video-popup a img {
		width: 80%;
	}
}

/* accordion */
.md-accordion,
button.md-accordion {
  background-color: transparent;
  color: rgb(236,236,236) !important;
  cursor: pointer;
  padding: 1em;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 1em;
  font-weight: normal;
  transition: 0.4s;
}

.md-accordion::after {
	content: "\f107" !important;
    font: normal normal normal 14px/1 FontAwesome !important;
	display: inline-block;
	float: right;
	opacity: 0.5 !important;
}

.md-a-active, .md-accordion:hover {
  background-color: none;
}

.md-accordion.md-a-active::after {
	content: "\f106" !important;
}

.md-a-panel {
  padding: 0 1em;
  background-color: transparent;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
	border-bottom: 1px solid rgba(162, 110, 37,0.5) !important;
}

.md-a-panel * {
	color:  rgb(236,236,236) !important;
	font-size: 0.75em;
}

.md-a-open-all,
button.md-a-open-all {
  background-color: transparent;
  color: rgb(236,236,236) !important;
  cursor: pointer;
  padding: 1em;
  display: inline-block;
  border: none;
  text-align: right !important;
  outline: none;
  font-size: 1em;
  font-weight: normal;
  transition: 0.4s;
}

.md-a-panel {
	
	border-bottom: 1px solid rgba(172,163,137,0.5);
}

.md-a-panel * {
	font-size: 0.9em !important;
}
.md-a-panel ul,
.md-a-panel ol,
.md-a-panel li,
.md-a-panel p a {
	font-size: 1em !important;
}

.md-a-panel ul,
.md-a-panel ol {
	margin: 0 0 0 1em;
	padding: 0 0 0.5em 1em;
}

.md-a-panel li {
	margin: 0.5em 0;
	padding: 0 0 0 0;
	line-height: 1.5em;
}

.md-a-panel li::marker {
	color: rgb(216,57,179);
}

/* Latest Posts */
.md-recent-posts-container {
	
}

.md-recent-posts-container h3 {
	margin: 1em 0 0.5em 0;
	padding: 0;
	font-size: 1em;
	font-weight: bold;
	color: rgb(255,255,255);
}

.md-recent-posts {
	list-style: none;
	padding: 0;
	margin: 0;
}

.md-recent-posts li {
	margin: 0 0 0.5em 0;
	padding: 0;
}

.md-recent-posts li.sticky {
	font-weight: bold;
}

.md-recent-posts span {
	display: block;
	font-size: 0.75em;
}

/* Constant Contact Form */
.tlg-cta-signup div.ctct-form-embed div.ctct-form-defaults {
  color: rgb(255,255,255);
  background-color: rgba(255,255,255,0) !important;
  border-radius: 0 !important;
  padding: 0 !important;
  font: 1empx raleway, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.25;
  -webkit-font-smoothing: antialiased; 
}
.tlg-cta-signup h2.ctct-form-header,
.tlg-cta-signup p.ctct-form-text,
.tlg-cta-signup p.ctct-gdpr-text,
.tlg-cta-signup p.ctct-gdpr-text a,
.tlg-cta-signup label.ctct-form-label {
	color: rgb(255,255,255) !important;
	text-align: left;
    font-family: raleway, "Helvetica Neue", Arial, sans-serif !important;
}

.tlg-cta-signup p.ctct-form-text,
.tlg-cta-signup div.ctct-form-field {
	margin: 0.25em 0 !important;
	padding: 0;
}

.tlg-cta-signup h2.ctct-form-header {
	line-height: 1.1em !important;
	font-size: 1.5em !important;
}

.tlg-cta-signup button.ctct-form-button {
	border: 1px solid rgb(255,255,255);
}

.tlg-cta-signup div.ctct-form-embed form.ctct-form-custom input.ctct-form-element {
    width: 100%;
    height: auto !important;
    padding: 0.125em 0.25em !important;
    border: 1px solid #000 !important;
    background-color: rgba(255,255,255,0.6) !important;
    box-shadow: unset !important;
    border-radius: 3px;
    font-size: 1em !important;
    line-height: 1.3 !important;
    font-family: raleway, "Helvetica Neue", Arial, sans-serif !important;
    color: #000 !important;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none; 
}

/* MD Website Blocks fixes */

@media only screen and (max-width: 800px ) {

	/* md-fifty-fifty */
	
		.md-fifty-fifty {
			flex-direction: column;
			justify-content: flex-start;
		}
		.md-ff-box {
			width: 100%;
		}
		
	/* md-sixty-forty */
	
		.md-sixty-forty {
			flex-direction: column;
			justify-content: flex-start;
		}
		.md-sf-sixty,
		.md-sf-fourty {
			width: 100%;
		}
	/* md-thirds */
	
		.md-thirds {
			flex-direction: column;
			justify-content: flex-start;
		}
		.md-3rd,
		.md-2-3rds {
			width: 100%;
		}
		
	/* md-txt */
	
		.md-txt-left,
		.md-txt-right,
		.md-txt-center {
			padding-top: 0;
			padding-right: 0;
			padding-bottom: 0;
			padding-left: 0;
		}
		
	/* md-row-rev */
	
		.md-row-rev {
			flex-direction: column;
		}
		
	}
/* recaptcha */

    .grecaptcha-badge { 
        visibility: hidden; 
    }
/* EOF */