/*
Theme Name: Social Edge Two
Version: 2.5 - 2024-04-26
Custom Genesis Child Theme for Crystal Media
Built on Altitude Pro Theme by StudioPress
*/

html {
    line-height:1.15;
    -webkit-text-size-adjust:100%;
}
body {
    margin:0;
}
main {
    display:block;
}
hr {
    box-sizing:content-box;
    height:0;
    overflow:visible;
}
pre {
    font-family:monospace,monospace;
    font-size:1em;
}
a {
    background-color:transparent;
}
abbr[title] {
    border-bottom:none;
    text-decoration:underline;
    text-decoration:underline dotted;
}
b,strong {
    font-weight:bolder; 
}
code,kbd,samp {
    font-family:monospace,monospace;
    font-size:1em;
}
small {
    font-size:80%;
}
sub,sup {
    font-size:75%;
    line-height:0;
    position:relative;
    vertical-align:baseline
}
sub {
    bottom:-.25em;
}
sup {
    top:-.5em;
}
img {
    border-style:none;
}

button,input,optgroup,select,textarea {
    font-family:inherit;
    font-size:100%;
    line-height:1.15;
    margin:0
}
button,input {
    overflow:visible;
}
button,select{
    text-transform:none;
}
[type=button],[type=reset],[type=submit],button{
    -webkit-appearance:button;
}
[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
    border-style:none;padding:0;
}
[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{
    outline:1px dotted ButtonText;
}
fieldset {
    padding:.35em .75em .625em;
}
legend {
    box-sizing:border-box;
    color:inherit;
    display:table;
    max-width:100%;padding:0;
    white-space:normal;
}
progress {
    vertical-align: baseline
}
textarea {
    overflow:auto;
}
[type=checkbox],[type=radio] {
    box-sizing:border-box;
    padding:0;
}
[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
    height:auto;
}
[type=search] {
    -webkit-appearance:textfield;
    outline-offset:-2px;
}
[type=search]::-webkit-search-decoration {
    -webkit-appearance:none;
}
::-webkit-file-upload-button {
    -webkit-appearance:button;
    font:inherit;
}
details {
    display:block;
}
summary {
    display:list-item;
}
[hidden],template {
     display:none
}

/* Box Sizing
--------------------------------------------- */
html,input[type="search"] {
	box-sizing: border-box;
}

*,*::before,*::after {
	box-sizing: inherit;
}

/* Float Clearing
--------------------------------------------- */
.author-box::before, .clearfix::before, .entry::before, .entry-content::before, .pagination::before, .site-container::before, .site-footer::before, .site-header::before, .site-inner::before, .widget::before, .wrap::before {
	content: " ";
	display: table;
}

.author-box::after, .clearfix::after, .entry::after, .entry-content::after, .pagination::after, .site container::after, .site-footer::after, .site-header::after,.site-inner::after,.widget::after, .wrap::after {
	clear: both;
	content: " ";
	display: table;
}

/* Colors --------------------------------------- */ 
:root {
	/* 2023 */
		--midnight: #000000;
        --black: #000000;
		--snow: #ffffff;
        --white: #ffffff;
		--spa: #63BDD9;  /* From initial style guide, not used */
        --pool: #4FBBDA; /* Used in old and 2023 redesign */ 
		--navy: #1A2466;
		--aura: #CDEEEF;
		--joy: #EDFE42;
        --yellow: #EDFE42;
		--jewel: linear-gradient(90deg, #CDEEEF 0%, #63BDD9 25%, #1A2466 95% );
        --shamrock: #23CE6B; /* Was #4CB944 in old */
        --green-alt: #23CE6B; /* For bgds that need alt */
        --midnight-transparent: rgba(0,0,0,.8);
	
	/* Rooted */ 
		--sand: #DDC7BE;
		--gray: #C5BEC1;
		--dark-gray: #807777;
		--light-gray: #E7DEE0;
    
    /* Old  */
        --blueberry: #16216c;
		--sapphire: #1A74BB;
		--icy: #C2EFEF;
		--celeste: #EDF1F9;
		--green: #23CE6B; /* Was #4CB944 */
		--happiness: #EDFE42; /* Was #FADa40 */
		--gold: #FADa40;
		--monument: #EADACC;
		--trevi: #EFE9DB;
		--pink: #EF48E8; /* Potentially will be reused */
}

/* Old */
.blueberry hr {
	color: var(--midnight); 
	opacity: .6;
	margin-top: .5rem !important;
}
.blueberry, .blueberry p, .blueberry li {
    color: var(--midnight);
}
.sapphire {
	color: var(--sapphire);
}
.icy {
	color: var(--icy);
}
.monument {
	color: var(--monument);
}
.trevi {
	color: var(--trevi);
}
.gold, .happiness {
	color: var(--joy);
}
.pink {
	color: var(--pink)
}
.green, .shamrock {
	color: var(--shamrock)
}

/* 2023 */
.midnight {
    color: var(--midnight);
}
.midnight-bgd {
	background: var(--midnight);
    color: var(--snow);
}
.midnight-bgd button:hover, .midnight-bgd button:active, .midnight-bgd button:focus, .midnight-bgd .button:hover, .midnight-bgd .button:active, .midnight-bgd .button:focus {
    border: 2px solid var(--joy);
}
.midnight-bgd a:not(.button, .calendly-widget){
	color: var(--joy);
}
.midnight-bgd a:not(.button):hover {
	color: var(--pool);
}
.snow, .white {
	color: var(--snow);
}
.snow-bgd {
	background: var(--snow);
}
.spa {
    color: var(--spa);
}
.spa-bgd {
	background: var(--spa);
}
.pool {
	color: var(--pool);
}
.pool-bgd {
	background: var(--pool);
    color: var(--snow);
}
.pool-bgd a:not(.button) {
	color: var(--joy);
}
.pool-bgd a:not(.button):hover {
	color: var(--midnight);
}
.navy {
    color: var(--navy);
}
.navy-bgd {
	background: var(--navy);
}
.aura {
	color: var(--aura);
}
.aura-bgd {
	background: var(--aura);
}
.aura-bgd a:not(.button, .calendly-widget) {
	color: var(--navy);
}
.aura-bgd a:not(.button, .calendly-widget):hover {
	color: var(--pool);
}
.aura-bgd button, .aura-bgd .button {
    /* border-color: var(--midnight); */
}
.joy {
    color: var(--joy);
}
.joy-bgd {
	background: var(--joy);
}
.joy-bgd a:not(.button) {
	color: var(--pool);
}
.joy-bgd a:not(.button):hover {
	color: var(--navy);
}
.jewel-bgd, .jewel {
	background: var(--jewel);
	background-size: 120%;
	background-position: right;
}
.jewel-bgd h1, .jewel-bgd h2, .jewel-bgd h3, .jewel-bgd h4, .jewel-bgd h5, .jewel-bgd h6, .jewel-bgd p, .jewel-bgd li {
	color: var(--snow);
}
.jewel-bgd a:not(.button, .pp-modal-trigger, .calendly-widget) {
	color: var(--joy);
}
.jewel-bgd a:not(.button, .pp-modal-trigger, .calendly-widget):hover {
	color: var(--joy);
	opacity: .4;
}

/* Rooted */
.sand {
    color: var(--sand);
}
.sand-bgd {
	background: var(--sand);
}
.gray, .grey {
    color: var(--gray);
}
.gray-bgd, .grey-bgd {
	background: var(--gray);
}
.dark-gray, .dark-grey {
    color: var(--dark-gray);
}
.dark-gray-bgd, .dark-grey-bgd {
	background: var(--dark-gray);
}
.light-gray, .light-grey {
    color: var(--light-gray);
}
.light-gray-bgd, .light-grey-bgd {
	background: var(--light-gray);
}

/* FONTS */ 
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@900&display=swap');
.raleway {
	font-family: 'Raleway', sans-serif;
	font-weight: 900;
}



/* Typographical Elements
--------------------------------------------- */
body {
	background-color: #fff;
	color: #000;
	font-family: "gotham-book", sans-serif;
	font-size: 1.35rem;
	font-weight: 200;
	line-height: 1.5;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
}
p, ul li span, .textwidget, a, ul, li, ol, ul *, ol * {
    font-family: "gotham-book", sans-serif;
}
body.altitude-home {
	background: none;
}

a,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.site-header.dark {
	transition: all 0.2s ease-in-out;
}

::selection {
	background-color: #000;
	color: #fff;
}

a {
	text-decoration: none;
    display: inline-block; 
}
a, .entry-title a:focus, .entry-title a:hover {
	color: var(--pool);
}
a:hover {
	color: var(--midnight);
}

p {
	font-size: 1.35rem;
	margin: 0 0 15px 0;
    padding: 0;
}

.white p {
	color: #fff;
	margin: 2px;
}

.smallp p {
	font-size: 1rem;
	margin-bottom: 15px
}

.smallp li {
	font-size: 1rem;
}

.disclaimer {
	font-style: italic;
	font-size: 10px;
}
.sm-disclaimer p {
    font-size: 8px;
    line-height: 1.1;
}
.midnight-bgd .disclaimer a {
	color: var(--pool);
}
.midnight-bgd .disclaimer a:hover {
	color: var(--joy);
}

p.align-right {
	clear: both;
}

.nomarginbottom p {
	margin-bottom: 0;
}

ol, ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

b, strong {
	font-family: gotham-bold, sans-serif;
	font-weight: 700;
}

cite, em, i {
	font-style: italic;
}

.image-section .widget:first-of-type cite {
	font-size: 16px;
	font-style: normal;
	font-weight: 800;
	letter-spacing: 3px;
	text-transform: uppercase;
}

figure {
	margin: 0;
}

mark {
	background: #ddd;
	color: #000;
}

blockquote {
	color: currentColor;
	margin: 40px;
}

blockquote::before {
	color: currentColor;
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.image-section .widget:first-of-type blockquote {
	color: #fff;
	font-size: 80px;
	font-weight: 200;
	line-height: 1;
	margin: 0 0 20px;
}

.image-section blockquote::before {
	display: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 2px solid currentColor;
	clear: both;
	color: var(--gray);
	margin: 1.65em auto;
}

hr.quarter-hr {
	width: 20%;
	float: left;
	margin: 0 auto 1rem 0rem;
	clear: both;
}
hr.quarter-hr-right {
	width: 20%;
	float: right;
	margin: 0 auto .5rem .5rem;
}
hr.quarter-hr-center {
	width: 20%;
	margin: .5em auto;
}

.uppercase {
	text-transform: uppercase;
}

.aligncenter {
	text-align: center;
}

/* Headings
--------------------------------------------- */
.archive-title {
	font-size: 24px;
	line-height: 1;
	margin-bottom: 20px;
}
.entry-title {
	font-size: 48px;
}
.sidebar .entry-title {
	font-size: 24px;
	text-align: left;
}
.entry-title a {
	color: #000;
}
.entry-title a:focus,
.entry-title a:hover {
	color: var(--pool);
}

h1, h2 {
    font-family: 'gotham-bold', sans-serif;
}
h1, h1.entry-title {
	font-size: 3.5rem;
	text-transform: capitalize;
    line-height: 1.1;
    margin:.67em 0;
}
h1.archive-title {
	font-size: 48px;
    line-height: 1.1;
}
h1.gold {
	font-size: 4.55rem;
	line-height: 1;
}
h2, h2.entry-title a {
	font-style: normal;
	font-size: 2.5rem;
	font-weight: 600;
	line-height: 1.15;
}
.header-text h2 {
	font-size: 4.2rem !important;
	margin-bottom: 2.5rem;
	max-width: 600px;
}
h2 span {
	display: inline;
}
.team-header h2 {
	font-size: 3.5rem !important;
}
h2.no-margin-top {
	margin-top: 0;
}
h3, h4, h5, h6 {
	line-height: 1.2;
	margin: 0 0 20px;
}
h3, h4, h5 {
	font-family: 'gotham-medium', sans-serif !important;
	font-weight: 600;
	text-transform: capitalize;
}
h3 {
	font-size: 2rem;
    line-height: 1.4;
}
.entry-content h3 { 
	font-weight: 400;
	line-height: 1;
	margin-bottom: 0;
} 
h4 {
	font-size: 1.8rem;
	line-height: 1;
}
h4.widget-title {
	margin-bottom: .2rem;
}
h5 {
	font-size: 1.6rem;
	line-height: 1.4;
}
h6 {
	font-size: 1.5rem;
	font-family: 'gotham-book', sans-serif;
	font-weight: 600;
}
.header-text h6, p.header-text {
	font-size: 1.6rem !important;
	max-width: 600px;
}

.header-text p {
	clear: both;
	font-size: 1.1rem;
}
.sub-header-text {
	max-width: 800px;
}

/* 2024-04 CW: Header, Preheader, Subheader Styles */
.preheader {
    margin-top: 1rem;
    font-size: 2rem !important;
    font-weight: 600;
}
.header, h1.header {
    margin-top: 0;
}
.subheader {
    font-size: 1.4rem;
    font-weight: 600 !important;
    font-family: 'gotham-book', sans-serif;
}
.small-heading {
    font-size: 1.8rem;
    margin-top: .1rem;
    margin-bottom: 1rem;
}


.front-page-1 .widget:first-of-type h4,
.front-page-2 .widget:first-of-type h4 {
	font-size: 80px;
	font-weight: 200;
	letter-spacing: normal;
	line-height: 1;
	text-transform: none;
}

.image-section h4,
.solid-section h4,
.image-section .widget-title,
.solid-section .widget-title {
	border-width: 0;
	font-size: 16px;
	font-weight: 800;
	letter-spacing: 3px;
	padding-bottom: 0;
	text-transform: uppercase;
}
@media only screen and (min-width: 780px) {
    .no-margin-bottom, p.no-margin-bottom {
        margin-bottom: 0 !important;
    }
}

/* --- FULL WIDTH --------------------------
* CW 06-12-2023: se-full still exists in style.css, for backwards compatibility
* Added these classes to eliminate need for se-full in Beaver Builder layouts 
*/
.page.fl-builder:not(.standard-width) .site-container,
.page.fl-builder:not(.standard-width) .site-inner,
.page.fl-builder:not(.standard-width) .site-inner .content,
.page.fl-builder:not(.standard-width) .content .entry-content { 
    max-width: 100%;  
    padding: 0; 
}
.page.fl-builder:not(.standard-width) .entry-title, 
.page.fl-builder:not(.standard-width) .breadcrumb, 
.page.fl-builder:not(.standard-width) .entry-header {
    display: none;
}
/* CW 06-12-2023: This exists in style.css 
.fl-module-content {
    margin: 0; 
} */



/* Objects
--------------------------------------------- */
embed, iframe, img, object, video, .wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.full-width-content img.pull-left {
	float: left;
	margin: 0 40px 40px -200px;
}

.full-width-content img.pull-right {
	float: right;
	margin: 0 -200px 40px 40px;
}

figure {
	margin: 0;
}

/* Strikethroughs */
.strk {
        border-bottom: 2px solid #16216c;
        top: -9px; 
        position: relative;
    }
.strkw {
        border-bottom: 2px solid #fff;
        top: -9px; 
        position: relative;
    }
.offsetstrk {
        position: relative;
        top: 9px; 
    }  

/* Gallery
--------------------------------------------- */
.gallery {
	margin-bottom: 28px;
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0;
	padding: 0 4px;
	text-align: center;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery .gallery-item img {
	border: none;
	height: auto;
	margin: 0;
}

/* Forms
--------------------------------------------- */
input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 0;
	box-shadow: none;
	color: #000;
	font-size: 20px;
	font-weight: 200;
	padding: 20px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

.front-page input:focus,
.front-page textarea:focus {
	border: 1px solid #079bc4;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #000;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #000;
}

/* Buttons
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form button[type="submit"],
.widget .button, li.work-with-us a, a.calendly-widget, .testim-button span.pp-modal-trigger-text, .case-button span.pp-modal-trigger-text, .sshortcuts-btn {
    background: var(--joy);
	background-size: 110%;
	background-position: right;
	border: 2px solid var(--joy);
	border-radius: .5rem;
	color: var(--midnight);
	cursor: pointer;
    font-family: 'gotham-bold', sans-serif;
	font-size: 1.2rem;
	font-weight: 800;
    line-height: 1;
    margin-top: .5rem;
	padding: .9rem 1.1rem;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
	white-space: normal;
	width: auto;
    letter-spacing: 0px;
	transition-duration: 250ms;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}
button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.button.clear:focus,
.button.clear:hover,
.button:focus,
.button:hover,
.footer-widgets .widget .button,
.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
.widget .button.clear:focus,
.widget .button.clear:hover,
.widget .button:focus,
.widget .button:hover, li.work-with-us a:hover, a.calendly-widget:hover, .button:focus,  .testim-button span.pp-modal-trigger-text:hover, button:hover 
{
    /*animation: jewel-gradient 5s ease infinite;*/
	color: var(--joy);
    background: var(--midnight);
	border: 2px solid var(--midnight);
}

.clear-btn, .testim-clear-btn span.pp-modal-trigger-text, .jewel-bgd .button, .jewel-bgd .testim-button span.pp-modal-trigger-text, .jewel-bgd .calendly-widget {
	margin-top: .5rem;
	/*background: rgba(255,255,255,.8); */ 
    background: var(--midnight);
	color: var(--joy);
	border-radius: 6px;
	border: 2px solid var(--midnight);
}
.clear-btn:hover, .testim-clear-btn span.pp-modal-trigger-text:hover, .jewel-bgd .button:hover, .jewel-bgd .testim-button span.pp-modal-trigger-text:hover, .jewel-bgd .calendly-widget:hover  {
	background: var(--joy);
	color: var(--midnight);
	transition-duration: 250ms;
	border: 2px solid var(--joy);
}
.midnight-bgd .clear-btn {
    border: 2px solid var(--joy);
}

.se-button {
	background: #000;
	color: #fff;
  text-transform: uppercase;
	font-family: 'gotham-medium', sans-serif;
    font-weight: 600;
    font-size: 14px;
	  padding: 10px 20px;
}
.se-button:hover {
	color: #fff;
}
.shamrock-btn, .green-btn {
    background: none;
	background-color: var(--shamrock) !important;
	border: 2px solid var(--shamrock) !important;
}
.shamrock-btn:hover, .green-btn:hover {
	background-color: rgba(255,255,255,.4) !important;
	color: var(--shamrock) !important;
    border: 2px solid var(--shamrock) !important;
}
.jewel-bgd .shamrock-btn, .aura-bgd .shamrock-btn {
    background: var(--shamrock) !important;
    border: 2px solid var(--shamrock) !important;
    color: var(--snow);
}
.jewel-bgd .shamrock-btn:hover, .aura-bgd .shamrock-btn:hover {
    color: var(--midnight) !important;
    background-color: rgba(255,255,255,.4) !important;
    border: 2px solid var(--shamrock) !important;
}
.button {
	display: inline-block;
}

button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small,
.button.small {
	padding: 8px 16px;
}

.footer-widgets .widget .button.clear,
.widget .button.clear {
	background-color: transparent;
	border: 2px solid #000;
	color: #000;
}

.image-section .button {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 20px;
}

.image-section .widget .button.clear {
	background-color: transparent;
	border-color: #fff;
	color: #fff;
}
.jewel-frame img {

}
.jewel-frame:before {
}

p.buttons-row {
    display: inline-flex;
    gap: 1.5rem;
}

.footer-widgets .widget button:focus,
.footer-widgets .widget button:hover,
.footer-widgets .widget input[type="button"]:focus,
.footer-widgets .widget input[type="button"]:hover,
.footer-widgets .widget input[type="reset"]:focus,
.footer-widgets .widget input[type="reset"]:hover,
.footer-widgets .widget input[type="submit"]:focus,
.footer-widgets .widget input[type="submit"]:hover,
.footer-widgets .widget .button:focus,
.footer-widgets .widget .button:hover,
.image-section button:focus,
.image-section button:hover,
.image-section input[type="button"]:focus,
.image-section input[type="button"]:hover,
.image-section input[type="reset"]:focus,
.image-section input[type="reset"]:hover,
.image-section input[type="submit"]:focus,
.image-section input[type="submit"]:hover,
.image-section .widget .button:focus,
.image-section .widget .button:hover {
	background-color: #fff;
	border: 2px solid #fff;
	color: #000;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover,
.site-container .footer-widgets .widget input[type="submit"]:disabled,
.site-container .footer-widgets .widget input[type="submit"]:disabled:hover {
	background-color: #ddd;
	border-color: #ddd;
	color: #444;
	cursor: not-allowed;
}
.fl-button-text {
    font-family: 'gotham-medium', sans-serif;
    font-weight: 600;
    font-size: 14px;
    padding: 0px 10px;
}
body .gform_wrapper .gform_footer input[type=submit] {
    font-family: 'gotham-book', sans-serif;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 30px;
    color: #fff;
    background-color: #000 !important;
    border-radius: 0;
    border: none;
}
/* 30-Day Money Back Button */
.button.cc-guarantee {
	max-height: 55px;
	padding-right: 0;
}
.button.cc-guarantee:after {
	content: '';
	background: url('/wp-content/uploads/2023/06/30-Day-Money-Back-SM2.png');
	background-repeat: no-repeat;
	background-size: contain;
	width: 170px;
	aspect-ratio: 7/5;
	display: inline-flex;
	position: relative;
	float: right;
	top: -45px;
}
.button.rooted-btn {
    background: var(--midnight);
    font-family: 'TT Fors', sans-serif;
    border: 2px solid var(--midnight);
    color: var(--snow);
}
.button.rooted-btn:hover, .button.rooted-btn:active, .button.rooted-btn:focus {
    background: rgba(255,255,255,.8);
    border: 2px solid var(--midnight);
    color: var(--midnight);
}


/* Tables
--------------------------------------------- */
table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-all;
}

tbody {
	border-bottom: 1px solid #eee;
}

td,
th {
	line-height: 2;
	text-align: left;
	vertical-align: top;
}

td {
	padding: 0.5em;
}

tr {
	border-top: 1px solid #eee;
}

th {
	font-weight: 800;
	padding: 0.5em;
}

/* Screen Reader Text
--------------------------------------------- */
.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.genesis-nav-menu .search input[type="submit"]:focus,
.screen-reader-shortcut:focus,
.screen-reader-text:focus,
.widget_search input[type="submit"]:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 1em;
	font-weight: 800;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

.more-link {
	position: relative;
}

/* Structure and Layout
---------------------------------------------------------------------------- */
.curved-bottom {
	background-color: var(--celeste);
}
div.curved-bottom div{
	border-bottom-right-radius: 50%;
}
.hidden {
	visibility: hidden;
}
h1.hidden, h2.hidden {
    font-size: 10px !important;
    margin: 0 !important;
}

/* Site Containers
--------------------------------------------- */
.site-inner, .wrap {
	float: none;
	margin: 0 auto;
	max-width: 1400px;
}

.site-inner {
	background-color: #fff;
	clear: both;
	margin-top: 170px;
	position: relative;
	z-index: 9;
	word-wrap: break-word;
}

.altitude-landing .site-inner {
	margin-top: 0;
}


/* Column Classes
--------------------------------------------- */
.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}

/* Common Classes
---------------------------------------------------------------------------- */
/* Avatar
--------------------------------------------- */
.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar {
	height: 88px;
	width: 88px;
}

.entry-comments .avatar {
	height: 60px;
	width: 60px;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 20px 24px 0;
}

/* Genesis
--------------------------------------------- */
.breadcrumb {
	border-bottom: 2px solid #f5f5f5;
	font-size: 20px;
	margin-bottom: 60px;
	padding-bottom: 10px;
}

.archive-description,
.author-box {
	border-bottom: none;
	border-top: none;
	font-size: 20px;
	margin-bottom: 30px;
    padding: 20px 0;
}

.author-box-title {
	font-size: 22px;
	margin-bottom: 8px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */
.search-form {
	overflow: hidden;
	position: relative;
}

.search-form input[type="submit"] {
	padding: 25px;
}

.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.widget_search input[type="submit"]:focus {
	background: #000;
	border-radius: 0;
	box-shadow: none;
	color: #fff;
	padding: 20px 23px;
	right: 0;
	top: 0;
}

.error404 .content .search-form {
	margin-bottom: 40px;
}

.error404 .content input[type="search"] {
	margin-right: 10px;
	width: auto;
}


/* WordPress
--------------------------------------------- */
.alignleft, .alignleft a {
	float: left;
	text-align: left;
}
 
.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

a.alignnone {
	display: inline-block;
}

a.aligncenter img {
	display: block;
	margin: 0 auto;
}
p.aligncenter {
    text-align: center;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin: 0 0 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	color: #000;
	font-family: "gotham book", sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 1.2;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.gallery-caption,
.entry-content .gallery-caption {
	margin: 0 0 10px;
}

.post-password-form input {
	width: auto;
}

.post-password-form input[type="submit"] {
	padding: 25px;
}

.wp-audio-shortcode,
.wp-playlist,
.wp-video {
	margin: 0 0 28px;
}

/* Widgets */
.widget {
	word-wrap: break-word;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget ul li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td, .widget_calendar th {
	text-align: center;
}

/* Featured Content
--------------------------------------------- */
.featured-content .entry-title {
	font-size: 24px;
}

/* Simple Social Icons
--------------------------------------------- */
.altitude-home .content .simple-social-icons {
	margin-top: 40px;
}

.altitude-home .content .simple-social-icons ul li {
	margin: 0 20px !important;
}

.altitude-home .content .simple-social-icons ul li a,
.altitude-home .content .simple-social-icons ul li a:focus,
.altitude-home .content .simple-social-icons ul li a:hover {
	padding: 30px;
}

/* Plugins
---------------------------------------------------------------------------- */
/* Genesis eNews Extended
--------------------------------------------- */
.enews-widget input {
	font-size: 18px;
	margin-bottom: 20px;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews form + p {
	margin-top: 24px;
}

/* Genesis Portfolio Pro
--------------------------------------------- */
.genesis-pro-portfolio .content .pro-portfolio {
	padding: 0;
}

/* Jetpack
--------------------------------------------- */
#wpstats {
	display: none;
}

/* Skip Links
---------------------------------------------------------------------------- */
.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* Site Header
---------------------------------------------------------------------------- */
.site-header {
	left: 0;
	position: fixed;
	width: 100%;
	z-index: 999;
}

.featured-section .site-header {
	background-color: transparent;
}

.featured-section .site-header > .wrap {
	border-bottom: 1px solid #fff;
}

.site-header, .site-header.dark {
	background-color: var(--midnight);
	opacity: 1;
}

.site-header.dark > .wrap {
	border-bottom: none;
}

.site-header.dark .nav-secondary {
    display: none;
}
.site-header.dark {
	padding-bottom: 10px;
}
.site-header { 
	padding-bottom: 35px;
}


/* Title Area
--------------------------------------------- */
.title-area {
	float: left;
	width: 240px;
    margin: 5px 0;
}

.header-image .title-area,
.header-image .site-header.dark .title-area {
	padding: 0;
}

.site-title {
	font-size: 24px;
	font-weight: 800;
	letter-spacing: 2px;
	line-height: 1;
	margin-bottom: 0;
	text-transform: uppercase;
    padding-left: .5rem;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #fff !important;
}

.header-image .site-title > a {
	background-size: contain !important;
	display: block;
	height: 80px;
	text-indent: -9999px;
}

.header-image .dark .site-title > a {
	height: 56px;
}

.site-description {
	display: block;
	height: 0;
	margin-bottom: 0;
	text-indent: -9999px;
}

/* Site Navigation
---------------------------------------------------------------------------- */
.genesis-nav-menu {
	line-height: 1;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu li li {
	margin-left: 0;
}

.genesis-nav-menu a {
	font-family: 'gotham book', sans-serif;
    color: var(--snow);
	display: block;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
	padding: 30px 15px;
	text-transform: uppercase;
}

.site-header.dark .genesis-nav-menu > a {
	padding: 0px 15px;
}

.site-header ul.genesis-nav-menu.menu-primary > li > a {
    padding: 12px;
	margin-top: 10px;
}

.genesis-nav-menu li.highlight a:focus::before,
.genesis-nav-menu li.highlight a:hover::before {
	color: var(--snow);
}

.genesis-nav-menu li.highlight > a {
	font-weight: 800;
}

.front-page .genesis-nav-menu li.current-menu-item > a,
.genesis-nav-menu > li > a {
	border-bottom: 2px solid transparent;
}

.front-page .genesis-nav-menu li.current-menu-item > a:focus,
.front-page .genesis-nav-menu li.current-menu-item > a:hover,
.genesis-nav-menu li.current-menu-item > a,
.genesis-nav-menu > li > a:focus,
.genesis-nav-menu > li > a:hover {
	border-color: var(--snow);
}
li.work-with-us a {
    padding: .7rem !important;
}
li.work-with-us a span {
	border: none;
    font-family: 'gotham-bold', sans-serif;
    font-size: 1rem;
}
.work-with-us a:hover, .work-with-us a:active, .work-with-us a:focus {
    border: 2px solid var(--joy);
    border-color: var(--joy) !important; 
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	letter-spacing: 0;
	opacity: 0;
	position: absolute;
	transition: opacity 0.4s ease-in-out;
	width: 220px;
	z-index: 99;
}
.genesis-nav-menu .sub-menu a {
	background-color: #222;
    color: var(--snow);
    font-size: 14px;
    margin-top: 0;
    text-transform: capitalize;
	outline: none;
	padding: 20px;
	position: relative;
	width: 220px;
    border: 1px solid #222;
}

.genesis-nav-menu .sub-menu a:focus,
.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu li.current-menu-item > a {
	color: var(--pool);
    background-color: var(--midnight);
    border: 1px solid var(--snow);
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -56px 0 0 199px;
}
#menu-crystal-media-main-header-menu {
	margin-top: .7rem;
}
.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	color: #fff;
	display: inline-block;
	list-style-type: none;
	padding: 27px 20px;
	text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	display: block;
	margin: 0 auto;
	padding: 0 20px 20px;
	width: 50%;
}

/* Primary Navigation
--------------------------------------------- */
.nav-primary {
	text-align: center;
}

.nav-primary .genesis-nav-menu {
	float: right;
}

/* Secondary Navigation
--------------------------------------------- */
.nav-secondary {
	text-align: right;
    border-bottom: none;
}
.nav-secondary a {
	font-size: .8rem;
	padding: 15px
}

/* Footer Navigation
--------------------------------------------- */
.nav-footer .genesis-nav-menu {
	padding: 20px 0;
}

.nav-footer .genesis-nav-menu a {
	border: none;
	font-weight: 800;
	letter-spacing: 3px;
	margin: 0 20px;
	padding: 0;
}

/* Responsive Menu
--------------------------------------------- */
.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

.sub-menu-toggle {
	display: none;
	visibility: hidden;
}


/* Content Area
---------------------------------------------------------------------------- */
/* Front Page
--------------------------------------------- */
.image-section,
.solid-section {
	clear: both;
	text-align: center;
	width: 100%;
}

.image-section {
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0.8) 80%, rgba(0, 0, 0, 0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#33000000", endColorstr="#e6000000", GradientType=0);
	display: table;
	overflow: hidden;
	table-layout: fixed;
	width: 100%;
}

.image-section .widget-area {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.image-section,
.image-section a {
	color: #fff;
}

.image-section a:focus,
.image-section a:hover,
.image-section .featured-content .entry-title a:focus,
.image-section .featured-content .entry-title a:hover {
	color: #079bc4;
}

.solid-section {
	background-color: #fff;
}

.front-page-2,
.front-page-3,
.front-page-4,
.front-page-5,
.front-page-6,
.front-page-7 {
	border-top: 54px solid transparent;
	margin-top: -54px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	position: relative;
	z-index: 9;
}

.front-page-1,
.front-page-3,
.front-page-5,
.front-page-7 {
	background-attachment: fixed;
	background-color: #fff;
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
}

.front-page-1 {
	position: relative;
}

.front-page-1 .image-section {
	padding-top: 75px;
}

.secondary-nav .front-page-1 .image-section {
	padding-top: 150px;
}

.front-page-4 .solid-section {
	background-color: #f3f3f3;
}

.bottom-image {
	margin-bottom: -120px;
	margin-top: 100px;
}

.bottom-image img {
	margin-bottom: -10px;
}

.front-page .field-wrap:last-child {
	margin-bottom: 0;
}

.small-disclaimer {
	font-size: 14px;
	font-style: italic;
}

/* Dashicons
--------------------------------------------- */
.front-page .dashicons {
	font-size: 40px;
	height: 40px;
	margin-bottom: 20px;
	width: 40px;
}

/* Flexible Widgets
--------------------------------------------- */
.flexible-widgets {
	padding-bottom: 60px;
	padding-top: 100px;
}

.flexible-widgets .widget {
	float: left;
	margin: 0 0 40px 2.564102564102564%;
}

.flexible-widgets.widget-full .widget,
.flexible-widgets.widget-area .widget:nth-of-type(1),
.flexible-widgets.widget-halves.uneven .widget:last-of-type {
	background: none;
	margin-left: 0;
	padding: 0;
	width: 100%;
}

.widget-area.flexible-widgets.widget-half .widget,
.flexible-widgets.widget-halves .widget {
	width: 48.717948717948715%;
}

.flexible-widgets.widget-thirds .widget {
	width: 31.623931623931625%;
}

.flexible-widgets.widget-fourths .widget {
	width: 23.076923076923077%;
}

.flexible-widgets.widget-halves .widget:nth-child(even),
.flexible-widgets.widget-thirds .widget:nth-child(3n+2),
.flexible-widgets.widget-fourths .widget:nth-child(4n+2) {
	clear: left;
	margin-left: 0;
}

.solid-section .widget {
	background-color: #fff;
	padding: 40px;
}

.solid-section .widget:not(:first-child) .widget-title {
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.flexible-widgets p.large {
	font-size: 36px;
	line-height: 1;
}

.flexible-widgets p.price {
	font-size: 32px;
	font-weight: 800;
	line-height: 1.2;
	margin-bottom: 20px;
}

/* Content
--------------------------------------------- */
.content {
	float: left;
	width: 700px;
}
.content-sidebar .content {
	width: 960px;
}

.page .content {
	padding-bottom: 50px;
}

.sidebar-content .content {
	float: right;
}

.full-width-content .content {
	padding: 0 200px 50px;
	width: 100%;
}

.full-width-content.front-page .content {
	padding: 0;
}


/* Entries
--------------------------------------------- */
.entry, .widget .entry {
	margin-bottom: 40px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 30px;
	padding-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ul > li,
.entry-content ul ul > li {
	list-style-type: circle;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #000;
	color: #ddd;
}

/* Entry Meta
--------------------------------------------- */
p.entry-meta {
    font-size: 15px;
    color: var(--dark-gray);
    margin-bottom: 30px;
    /*display: none; */
}

time.entry-time {
	color: #000;
	font-size: 20px
	font-size: 2.0rem;
}

.entry-header, .entry-footer {
	text-align: center;
}

.entry-header p.entry-meta {
	font-weight: 700;
	letter-spacing: 2px;
	margin-bottom: 16px;
	text-transform: uppercase;
}

.sidebar .entry-header::after {
	display: none;
}

.entry-categories::before,
.entry-tags::before {
	display: inline-block;
	font: 20px/1 dashicons;
	/* stylelint-disable-line font-family-no-missing-generic-family-keyword */
	margin-right: 5px;
	margin-top: 2px;
	vertical-align: top;
	-webkit-font-smoothing: antialiased;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* After Entry
--------------------------------------------- */
.after-entry {
	border-top: 1px solid #000;
	padding: 40px 0;
}

.after-entry .widget {
	margin-bottom: 40px;
}

.after-entry p:last-child,
.after-entry .widget:last-child {
	margin: 0;
}

.after-entry li {
	list-style-type: none;
}

.blog article::after, .archive article::after {
    border-top: 1px solid var(--gray);
    content: "";
    display: block;
    margin: 30px auto 0;
    padding-top: 60px;
    width: 25%;
}

/* Pagination
--------------------------------------------- */
.pagination {
	clear: both;
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #000;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	letter-spacing: 1px;
	padding: 8px 12px;
	text-transform: uppercase;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #079bc4;
	color: #fff;
}

/* Comments
--------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 100px;
}

p.comment-meta,
.entry-comments .comment,
.entry-comments .comment-reply {
	margin-bottom: 40px;
}

.entry-comments .comment-meta {
	font-size: 1rem;
	margin-bottom: 0;
}
.entry-comments .comment-reply  {
	font-size: 1rem;
}

.comment-header {
	font-size: 20px;
}

.entry-comments .comment {
	border-bottom: 1px solid var(--midnight);
}

.comment-content,
.entry-comments .comment {
	clear: both;
}

.entry-comments .comment-content p {
	font-size: 1.1rem;
}

p.form-submit,
.entry-comments .children .comment,
.entry-comments .comment-author {
	margin: 0;
}

.entry-comments .children .comment {
	border: none;
}

.comment-respond label {
	display: block;
	font-weight: 800;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 100%;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.entry-comments ul.children {
	margin-left: 40px;
}

.ping-list .reply {
	display: none;
}

/* Facebook Comments 2023-11-30 */ 
.cm-facebook-comments {
    margin-bottom: 1rem;
}

/* Sidebar
---------------------------------------------------------------------------- */
.sidebar {
	float: right;
	width: 360px;
}

.sidebar.widget-area {
    margin-top: 3rem;
}

.sidebar-content .sidebar {
	float: left;
}

.sidebar p:last-child {
	margin-bottom: 0;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	word-wrap: break-word;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 40px;
}

/* Footer Widgets
---------------------------------------------------------------------------- */
.footer-widgets {
	background-color: #079bc4;
	clear: both;
	text-align: center;
	position: relative;
	z-index: 9;
}

.footer-widgets .wrap {
	padding-bottom: 100px;
	padding-top: 100px;
}

.footer-widgets,
.footer-widgets .wrap a,
.footer-widgets .wrap a.button {
	color: #fff;
}

.footer-widgets a:focus,
.footer-widgets a:hover {
	color: #000;
}

.footer-widgets li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.footer-widgets .widget {
	margin-bottom: 40px;
}

.footer-widgets p:last-child {
	margin-bottom: 0;
}

/* Site Footer
---------------------------------------------------------------------------- */
.site-footer {
	background-color: var(--midnight);
	padding: 20px;
	text-align: center;
}

.site-footer,
.site-footer a,
.site-footer p {
	color: var(--snow);
}
.site-footer .nav-footer a span:hover {
	color: var(--pool);
}

.site-footer a:focus,
.site-footer a:hover {
	color: var(--pool);
}

.site-footer p {
    font-size: .6rem;
	margin: 20px auto;
	letter-spacing: 0px;
	margin-bottom: 0;
	text-transform: uppercase;
}

/* Social Media Icons */ 
.social-buttons a {
	margin: 1rem .45rem;
	height: 2rem;
	width: 2rem;
}

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

@media only screen and (max-width: 1450px) {
	.site-inner {
		max-width: 95%;
	}
	 .content-sidebar .content {
    width: 800px;
 }
}

@media only screen and (max-width: 1350px) {
    /* Fix for extra wide menu, was in 1280 query */
	.nav-primary .genesis-nav-menu {
		float: none;
	}
}

@media only screen and (max-width: 1280px) {
	.site-inner, .wrap {
		max-width: 1140px;
	}
    .content-sidebar .content {
    width: 700px;
 }
	.content-sidebar .sidebar {
		width: 300px;
	}
	.title-area {
		width: 241px;
	}
}

@media only screen and (max-width: 1200px) {
	.site-inner, .wrap {
		max-width: 960px;
	}
	.site-header .widget-area {
		width: 580px;
	}
	.content {
		width: 520px;
	}
	.full-width-content .content {
		padding: 0 110px;
	}
	.genesis-nav-menu a {
		padding: 30px 10px;
	}
	.site-header.dark .genesis-nav-menu a {
		padding: 20px 10px;
	}
	.front-page-1,
	.front-page-3,
	.front-page-5,
	.front-page-7 {
		background-attachment: scroll;
	}
}

@media only screen and (max-width: 1100px) {
	.m-center, .m-center p, .m-center a {
	text-align: center;
}
	#team h2 {
		font-size: 2.8rem 
		!important;
		text-align: center;
	}
	.testim-button span.pp-modal-trigger-text {
		font-size: 11px;
	}
}

@media only screen and (max-width: 1023px) {
    .title-area {
		width: 50%;
	}
	.site-inner, .wrap {
		max-width: 768px;
        margin-top: 0;
	}
	.front-page .site-inner {
		max-width: none;
	}
	.site-header {
		position: static;
	}
	.front-page .site-header {
		background-color: #000;
	}
	.front-page .site-header > .wrap {
		border: none;
	}
	.content, .sidebar, .site-header .widget-area {
		width: 100%;
	}
    aside#genesis-sidebar-primary {
        float: none;
		text-align: center;
}
    .content-sidebar .content {
        width: 95%;
 }
	.content-sidebar .sidebar {
		width: 95%;
	}
	.site-header .title-area,
	.site-header.dark .title-area {
		padding: 15px 0;
	}
	.header-image .dark .site-title > a {
		height: 76px;
	}
	.genesis-nav-menu,
	.site-header .widget-area,
	.site-title {
		text-align: center;
	}
	.header-image .site-title > a {
		background-position: center !important;
	}
	.nav-primary .genesis-nav-menu {
		float: none;
	}
	.genesis-nav-menu a,
	.site-header.dark .genesis-nav-menu a {
		padding: 10px;
	}
	.front-page .site-inner {
		margin-top: 0;
    }
	.full-width-content .content {
		padding: 0;
	}
	.full-width-content img.pull-left {
		margin-left: 0;
	}
	.full-width-content img.pull-right {
		margin-right: 0;
	}
	.five-sixths, .four-sixths, .one-fourth, .one-half, .one-sixth, .one-third, .three-fourths, .three-sixths, .two-fourths, .two-sixths, .two-thirds {
		margin: 0;
		width: 100%;
	}
	.flexible-widgets.widget-full .widget,
	.flexible-widgets.widget-halves .widget,
	.flexible-widgets.widget-thirds .widget,
	.flexible-widgets.widget-fourths .widget {
		margin: 0 auto 20px;
		width: 100%;
	}
	.front-page-1 .widget:first-of-type h4,
	.front-page-2 .widget:first-of-type h4 {
		font-size: 60px;
	}
	.front-page-1 .image-section,
	.secondary-nav .front-page-1 .image-section {
		padding-top: 0;
	}
}

@media only screen and (max-width: 1080px) {
	h2.entry-title a {
		font-size: 1.5rem;
  }
}
@media only screen and (min-width: 993px) {
	.bb-smalls {
		display: none;
	}
}

.menu-toggle {
    background: transparent;
    --mobile-menu-color: var(--snow);
    color: var(--mobile-menu-color);
    margin: 38px 0;
    z-index: 1000;
    float: right;
    border: none;
    font-size: 1rem;
    transition: all ease-in 250ms;
}
.menu-toggle:focus,
.menu-toggle:hover, 
.menu-toggle:active {
    --mobile-menu-color: var(--joy);
    color: var(--mobile-menu-color);
    background: transparent;
    border: none;
}
.menu-toggle:focus:before,
.menu-toggle:hover:before, 
.menu-toggle:active:before {
    
}

.menu-toggle::before,
.menu-toggle.activated::before {
    margin-right: 10px;
    text-rendering: auto;
    transition: all ease-in 250ms;
    color: var(--mobile-menu-color);
}

@media only screen and (max-width: 800px) { 
    .nav-primary.genesis-responsive-menu {
        /*display: inline-block; */
        margin-top: 126px;
        width: 86vw;
    }
    .site-header {
        padding-bottom: 0;
    }
}

@media only screen and (min-width: 801px) {
    .menu-toggle {
	   display: none;
	   visibility: hidden;
    }
}

@media only screen and (max-width: 800px) {
	.site-inner, .wrap {
		max-width: none;
		width: 100%;
	}
	.site-inner,
	.wrap {
		padding: 0 5%;
	}
	.front-page .site-inner {
		padding: 0;
	}
	/* Genesis Responsive Menus */
	nav.nav-primary {
		top: 0;
	}
	.site-header nav .wrap {
		padding: 0;
	}
	nav.genesis-responsive-menu {
		display: none;
		position: relative;
	}
	.genesis-skip-link .skip-link-hidden {
		display: none;
		visibility: hidden;
	}
    
	.sub-menu-toggle {
		border-width: 0;
		color: var(--snow);
		display: block;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
		visibility: visible;
	}
  
    .sub-menu-toggle {
        background: var(--midnight);
    }
	
	.sub-menu-toggle {
		float: right;
		padding: 10px;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 100;
	}
	.sub-menu-toggle::before {
		display: inline-block;
		text-rendering: auto;
		transform: rotate(0);
		transition: transform 0.25s ease-in-out;
	}
	.sub-menu-toggle.activated::before {
		transform: rotate(180deg);
	}
    .sub-menu-toggle:focus, .sub-menu-toggle:hover { 
        color: var(--pool);
    }
	.genesis-responsive-menu .genesis-nav-menu .menu-item a,
	.genesis-responsive-menu .genesis-nav-menu .menu-item a:focus,
	.genesis-responsive-menu .genesis-nav-menu .menu-item a:hover {
		background-color: transparent;
		border-bottom: 0;
		margin-bottom: 1px;
	}
    .genesis-responsive-menu .genesis-nav-menu .current-menu-item > a {
        color: var(--pool);
    }
	.genesis-responsive-menu .genesis-nav-menu .menu-item a {
		outline-color: var(--snow);
	}
	.genesis-responsive-menu .genesis-nav-menu .menu-item a:focus,
	.genesis-responsive-menu .genesis-nav-menu .menu-item a:hover {
		text-decoration: underline;
	}
	.genesis-responsive-menu .genesis-nav-menu .menu-item {
		display: block;
		float: none;
		position: relative;
		text-align: left;
        padding-bottom: .5rem;
        border-bottom: .5px solid var(--gray);
	}
	.genesis-responsive-menu .genesis-nav-menu .menu-item:focus,
	.genesis-responsive-menu .genesis-nav-menu .menu-item:hover {
		position: relative;
	}
	.front-page .genesis-responsive-menu .genesis-nav-menu li.current-menu-item > a,
	.genesis-responsive-menu .genesis-nav-menu > li > a,
	.genesis-responsive-menu .genesis-nav-menu .menu-item a {
		border: 0;
	}
	.genesis-responsive-menu .genesis-nav-menu .menu-item a {
		padding: 15px 20px;
		width: 100%;
	}
	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		border: none;
	}
	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
		left: 0;
		margin-left: 0;
	}
	.genesis-responsive-menu .genesis-nav-menu > .menu-item-has-children > a::after {
		content: none;
	}
	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		margin: 0;
		opacity: 1;
		padding-left: 15px;
		position: static;
		width: 100%;
	}
	.genesis-responsive-menu .genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}
	.altitude-home .simple-social-icons ul li {
		margin: 0 20px 20px !important;
	}
	.footer-widgets .wrap {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.front-page-2, .front-page-3, .front-page-4, .front-page-5, .front-page-6,.front-page-7 {
		border-top: 0;
		margin-top: 0;
	}
	.image-section .flexible-widgets {
		padding-bottom: 80px;
	}
	.solid-section .flexible-widgets {
		padding-bottom: 40px;
		padding-top: 60px;
	}
	.bottom-image {
		margin-top: 60px;
		margin-bottom: -80px;
	}
    .site-container .site-header ul.genesis-nav-menu.menu-primary .sub-menu li a {
        border-top: none;
        width: 100%;
    }
    .no-link-parent .sub-menu-toggle {
  width: 100%;
	position: absolute;
	padding: 10px;
	justify-content: right;
	text-align: right;
	background-color: transparent;
    }
}

@media only screen and (max-width: 480px) {
	.front-page-1 .widget:first-of-type h4,
	.front-page-2 .widget:first-of-type h4 {
		font-size: 40px;
	}
}

/* Jewel Gradient for Button Hover */ 
@keyframes jewel-gradient {
	0% {
		background-position: 100% 50%;
			background-size: 110%;
	}
	30% {
		background-position: 0% 50%;
		background-size: 200%;
	}
	60% {
		background-position: 100% 50%;
		background-size: 200%;
	}
	100% {
		background-position: 100% 50%;
		background-size: 110%;
	}
}


/* PAGES -------------------------*/
/* Home Page */ 
.home-we-are h2 {
	margin-bottom: 0 !important;
}
.home-we-are h1 {
	margin-top: .5rem;
	margin-bottom: 1.5rem;
}
#home-opt-in .h1 {
    margin-left: 175px;
    margin-right: 175px;
}
#home-about-crystal {
    font-size: 18px;
}
.content #home-about-crystal ul li { 
  margin-left: 0px;
  margin-bottom: 0px;
  }

/* Elements */ 
img.circle {
 border-radius: 50%;
}
.polaroid img {
	border-radius: 6px;
}

/* Testimonials */ 
.testimonial p {
	margin-bottom: .5rem;
}
.testimonial em, .testimonial strong {
	font-size: 1.2rem;
	line-height: 1;
}
.testim-slider-insider .fl-slide-photo img {
    border-radius: 1.2rem;
}


/* Team Page */ 
.page-id-46381 .smallp p {
	margin-bottom: .8rem;
}

/* Single Blog Posts */ 
.single-post h1.entry-title {
    font-size: 2.4rem;
}

/* Retailers Roadmap 2023 Heading Block */ 
.rr-prehead {
	color: var(--white);
	font-style: italic;
	font-size: 1.5rem;
}
.rr-head {
    margin-top: 1.25rem;
}
.rr-head, .hero-head {
	text-transform: uppercase;
}
.rr-head-a, .hero-head-a {
	color: var(--joy);
	font-size: 4.5rem;
}
.rr-head-b, .hero-head-b {
	font-size: 3.7rem;
	color: var(--white);
	font-family: 'gotham-book', sans-serif;
	font-weight: 300;
}
h2.rr-sub, h2.hero-sub, h3.hero-sub {
	color: var(--white);
	font-family: 'gotham-book', sans-serif;
	font-weight: 300;
	font-size: 1.7rem;
}
.rr-subhead, .hero-subhead {
	font-family: 'gothic-book', sans-serif;
	font-weight: 300;
	font-size: 1.3rem;
	font-style: italic;
	margin-bottom: .25rem;
}

@media only screen and (max-width: 800px) {
    h1.hero-head {
        margin: 0;
        line-height: .3;
    }
    .hero-head-a, .hero-head-b {
        font-size: 1.5rem;
        line-height: 1;
        margin-top: 0;
        font-weight: bold;
    }
    h2.hero-sub, h3.hero-sub {
        font-size: 1.25rem;
        padding-top: .25rem;
    }
    .hero-text {
        font-size: 1rem;
        margin-bottom: 0;
        padding-bottom: 1rem;
    }
}

/* Hooks and Hacks 2023 */ 

.hooks-hero > div > div > div > div > div.fl-col-content {
	margin: 0 0 0 20px;
	padding: 0 0 0 20px;
}
.hooks-hero-img-right .fl-photo {
	margin-right: -2.25rem;
}
@media only screen and (max-width: 768px) {
    .hooks-hero-img-right {
        float: right;
        margin-right: 0;
    }
}

/* ELEMENTS ---------------------------------*/
/* Lower Roman List */
ol.lower-roman-list > li, .live-fb-training-text ol > li {
    list-style-type: lower-roman;
}

/* Dark Blue Bubble */ 
.dark-blue-bubble {
	padding-top: 20px;
	font-size: 1rem;
}
.dark-blue-bubble .fl-col-content {
	background: var(--jewel);
	background-size: 140%;
	background-position: right;
	border-radius: 25px;
}
.dark-blue-bubble img {
	margin-bottom: 2rem;
}
.dark-blue-bubble p {
	font-size: 1.1rem;
}

/* Custom Search */ 
.sidebar .widget_search {
	display: none;
}
.logged-in  .sidebar .widget_search {
	display: table;
}
.logged-in .sidebar .widget_blog_search {
	display: none;
}
#searchsubmit {
	color: #fff;
}

/* YouTube Videos */ 
.youtube-video {
  aspect-ratio: 16 / 9;
  width: 100%;
}

/* Login Page */
.login-page .footer-widgets {
    display: none;
}
.login-page .site-inner {
    background: none;
}
/* Login widget */
.pal-login-table td {
    text-align: center !important;
}
.pal-login-table {
    width: 100%;
}
.accessally-login-label-col label {
    float: right;
    padding-right: 10%;
}
.pal-login-table input[type='submit'] {
    margin-top: 5%;
    margin-bottom: 5%;
}
.pal-login-table input[type='text'],
.pal-login-table input[type='password'] {
    margin-bottom: 2%;
}
.pal-login-table input[type='checkbox'] {
    margin-right: 5px;
}
.pal-login-table a {
    text-align: center;
    float: none;
    font-style: italic;
    text-decoration: underline;
}
#login-copy, #loginform {
    font-family: 'gotham-medium', sans-serif;
    font-weight: 400;
}
.pal-login-rememberme-box {
    text-transform: none;
    font-style: italic;
}
.post-password-form input[type="password"] {
	margin-bottom: 15px;
}

/* Before After Columns - 2024-04 CW */ 
.ba-outer .fl-col-content .fl-col-group .fl-col {
    border-radius: 1.5rem;
    padding: 1.4rem;
}
.ba-outer .fl-col-content .fl-col-group {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
}
@media only screen and (min-width: 900px) {
    .ba-outer .fl-col-content .fl-col-group .fl-col {
        width: 44%;
    }    
}

.ba-outer .fl-col-content .fl-col-group .fl-col:first-child {
    background: var(--aura);
}
.ba-outer .fl-col-content .fl-col-group .fl-col:last-child {
    background: var(--jewel);
}

/* Flex Services - 2024-04 CW */ 
.flex-services .fl-col-group {
	flex-wrap: wrap;
	justify-content: center;
}
.flex-services-two .fl-col-group {
    flex-wrap: wrap;
	justify-content: center;
    align-items: stretch;
}
.flex-services .fl-col-group .fl-col:not(.flex-services-header) {
    flex: none;
}
.flex-services-two .fl-col-group .fl-col:not(.flex-services-header) {
    flex: none;
    align-self: stretch;
}
@media only screen and (min-width: 769px) {
    .flex-services .fl-col-group .fl-col:not(.flex-services-header) {
        width: 44%;
        flex-basis: 44%;
    }
    .flex-services-two .fl-col-group .fl-col:not(.flex-services-header) {
        width: 44%;
        flex-basis: 44%;
    }
}
@media only screen and (min-width: 1000px) {
    .flex-services:not(.flex-seven) .fl-col-group .fl-col:not(.flex-services-header) {
        width: 33%;
        flex-basis: 33%;
    }
    .flex-services.flex-seven .fl-col-group .fl-col:not(.flex-services-header) {
        width: 25%;
        flex-basis: 25%;
    }
    .flex-services-two .fl-col-group .fl-col:not(.flex-services-header) {
        width: 33%;
        flex-basis: 33%;
    }
}

.flex-services .fl-col-group .fl-col:not(.flex-services-header) .fl-col-content {
	margin: 2px;
}
.flex-services-two .fl-col-group .fl-col:not(.flex-services-header) .fl-col-content, .flex-services-two .fl-col-group .fl-col.flex-services-header-black .fl-col-content {
    background: var(--midnight);
    padding: 1.25rem;
    margin: 10px;
    border-radius: 1.25rem;
    display: flex;
    justify-content: center;
    box-shadow: 5px 5px 0 rgba(0,0,0,.5);
    transition: all ease-in 200ms;
}
.flex-services-two .fl-col-content p, .flex-services-two .fl-col-content h3 {
    color: var(--white);
}
.flex-services-two .fl-col-group .fl-col:not(.flex-services-header) .fl-col-content:hover, .flex-services-two .fl-col-group .fl-col.flex-services-header-black .fl-col-content:hover {
    box-shadow: 5px 5px 5px rgba(0,0,0,1);
    background: rgba(0,0,0, .9);
}
.flex-services-two h3 {
    font-size: 1.5rem;
    text-transform: none;
}
.flex-services.flex-seven h3 {
    font-size: 1.5rem;
}
.flex-services-two .smallp p {
    margin-bottom: 0;
}

.flex-services-accordion {
    background: var(--midnight);
    padding: 1.5rem;
    border-radius: 1.5rem;
    transition: all ease-in 160ms;
}
.flex-services-accordion .accordion-item-title {
    background-color: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    opacity: 1;
}
.flex-services-accordion .accordion-item-title h3:after {
    content: '';
}
.flex-services-accordion .accordion-item-title:after {
    content: '';
    width: 16px;
    height: 16px;
    border-color: var(--joy);
    border-style: solid;
    border-top: 0;
    border-left: 0;
    border-right-width: 2px;
    border-bottom-width: 2px;
    transform: rotate(45deg);
    display: block;
}
.flex-services-accordion:hover {
    box-shadow: 5px 5px 10px rgba(0,0,0,.5);
}
.flex-services-accordion .accordion-item-title:hover {
    opacity: .8;
}
.flex-services-accordion .accordion-item-title.active:after {
    transform: rotate(-135deg);
}
.flex-services-accordion .fsa-content {
    border-top: 1px solid var(--snow);
    margin-top: .5rem;
}
.flex-services-accordion .fsa-content p, .flex-services-accordion .fsa-content a, .flex-services-accordion .fsa-content em {
    font-size: 1rem;
    display: inline;
}
p.flex-services-subhead {
    font-size: 1.1rem;
    font-weight: 800;
}


/* Homepage PP Timeline Accordion */ 
.pp-timeline-text-wrapper {
    display: none;
}
.pp-timeline-title-wrapper {
    cursor: pointer;
    transition: 500ms;
}
.pp-timeline-title-wrapper h3:after {
    content: '➕ See Details';
    cursor: pointer;
    transition: 500ms;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding-top: .75rem;
    font-size: 1rem;
    text-transform: uppercase;
}
.pp-timeline-title-wrapper.active h3:after {
    content: '➖ Hide Details';
	transition: 500ms;
}
.pp-timeline-title-wrapper.active {
    border-bottom: 1px solid var(--midnight) !important;
}
.pp-timeline-text h2 {
    margin-top: 0;
}
.pp-timeline-text a {
    font-family: 'gotham-bold', sans-serif;
}

/* BB PowerPack Events Timeline */ 
.pp-timeline-content .pp-timeline-title-wrapper {
	background-color: var(--aura) !important;
	color: #fff !important;
}
.pp-timeline .pp-separator-arrow {
	border-right-color: var(--aura) !important;
	border-left-color: var(--aura) !important;
}
div.pp-timeline-content {
	border-radius: 6px;
	background-color: var(--aura) !important;
}
.pp-timeline p {
	font-size: 1.1rem;
	color: var(--midnight) !important;
}
.pp-timeline h3 {
	color: var(--midnight) !important;
	font-size: 1.8rem;
	padding: 1rem 1rem 0 1rem !important;
}
.pp-timeline-title {
	margin-top: 1rem !important;
	padding-bottom: 0 !important;
}
.pp-timeline-content .pp-timeline-text-wrapper {
	padding: 0 1rem 1rem 1rem !important;
}
.pp-timeline img {
	margin: .5rem  !important;
}
a.pp-timeline-button {        
    background: var(--jewel) !important;
	background-size: 110%;
	background-position: right;
	border: none;
	border-radius: 6px;
	color: var(--snow) !important;
	cursor: pointer;
    font-family: 'gotham-book', sans-serif;
	font-size: 14px;
	font-weight: 800;
    margin-top: .5rem;
	padding: 15px 25px;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
	white-space: normal;
	width: auto;
    letter-spacing: 2px;
	transition-duration: 250ms;
}
.pp-timeline-content .pp-timeline-button:hover {
    animation: jewel-gradient 5s ease infinite !important;
	color: var(--snow);
	border: none;
}
.pp-timeline-icon span.pp-icon {
	color: var(--midnight) !important;
}

/* BB PowerPack Image Carousel */ 
.pp-image-carousel .pp-swiper-button, .pp-image-carousel .pp-swiper-button .button {
	background-color: rgba(0,0,0,0) !important;
	border: none;
	color: #6b6b6b !important;
}
.pp-image-carousel .pp-swiper-button:hover {
	color: #999 !important;
}

/* BB PowerPack FAQ */ 
.pp-faq-item:not(.pp-faq-item-active) .pp-faq-button-label:before {
    content: '+ ';
    padding-right: .25rem;
    font-weight: 800;
}
.pp-faq-item.pp-faq-item-active .pp-faq-button-label:before {
    content: '− ';
    padding-right: .25rem;
    font-weight: 800;
}


/* EVOLVE 2023 */ 
.evolve-pass-basic .pass-header {
	background-color: var(--pool);
	border-radius: 13px 13px 0 0;
}
.evolve-pass-basic .pass-footer {
	background-color: var(--pool);
	border-radius: 0 0 13px 13px;
}
.evolve-pass-premium .pass-header {
	background: var(--midnight);
	border-radius: 13px 13px 0 0;
}
.evolve-pass-premium .pass-footer {
	background: var(--midnight);
	border-radius: 0 0 13px 13px;
}
.post-48743 .fl-node-auhnk3zp9rs6 {
	margin-top: 0 !important;
}
.evolve-profile .fl-col-content {
	background: linear-gradient(var(--aura) 0%, var(--aura) 30%, #fff 40%, #fff 100%);
}
.evolve-subheader h2, .evolve-subheader h1 {
	font-size: 2.2rem !important;
	line-height: 1;
	max-width: 1100px;
}
.evolveh2  {
	font-size: 3.1rem;
	text-transform: capitalize;
	line-height: 1.1;
}
.evolve-profile .profile-header h3 {
	font-weight: 600;
	margin-bottom: .5rem;
}
.evolve-profile .profile-header h4 {
	font-weight: 300;
	font-size: 1rem;
	font-family: 'gotham-book', sans-serif !important;
	text-transform: uppercase;
	margin-bottom: 1.5rem;
}
.evolve-profile .profile-header h5 {
	font-weight: 300;
	font-size: 1.1rem;
}

@media only screen and (max-width: 768px) {
	.evolve-profile {
		margin-bottom: 1rem;
	}
	.evolve-profile img {
		max-height: 200px;
		max-width: 200px;
	}
}

/* Speaker Popup */ 
.speaker-popup h2 {
	color: var(--midnight);
	font-family: 'gotham-book', sans-serif;
	font-size: 2.2rem;
	font-weight: 300;
	margin-top: 0;
	margin-bottom: .65rem;
}
.speaker-popup h3 {
	color: var(--midnight);
	font-weight: 300;
	font-size: 1rem;
	font-family: 'gotham-book', sans-serif !important;
	text-transform: uppercase;
	margin-bottom: 1.5rem;
}
.speaker-popup h4 {
	color: var(--midnight);
	font-weight: 300;
	font-size: 1.5rem;
	margin-bottom: .5rem;
}
.speaker-popup p {
	color: var(--midnight);
	font-size: 1rem;
}
.speaker-popup li {
	list-style: disc;
	margin-left: 2.5rem;
}
.speaker-popup ul {
    color: var(--midnight);
	margin-bottom: 1rem;
}
.wp-block-column.speak-text {
	padding-left: 2rem;
	background: radial-gradient(var(--celeste) 0%, #fff 80%) !important;
}
.wp-block-column.speak-img img {
	border-radius: 4px;
}
@media only screen and (max-width: 768px) {
	.wp-block-column.speak-text {
		padding-left: 0;
	}
}

/* Access Ally */ 
.accessally-custom-operation-button {
	font-weight: 800;
	letter-spacing: 2px;
	text-transform: uppercase;
	line-height: 150%;
}
#dashboard-icons .accessally-icon-img {
	margin: 25px;
}

/* RIBBON */
.ribbon-outer .fl-module-content { 
width: 100%;
}
.ribbon-outer {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ribbon-inner {
  position: relative;
  box-shadow: 0 0 15px rgba(0,0,0,.1);
}
.ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
}
.ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 9px 0;
  background-color: var(--pool);
  box-shadow: 1 5px 10px rgba(0,0,0,.18);
  color: #fff;
 	font-weight: 600;
	font-size: 1.2rem;
  text-transform: uppercase;
  text-align: center;
}
.ribbon-top-right {
  top: -76px;
  right: -2px;
}
.ribbon-top-right span {
  left: -20px;
  top: 30px;
  transform: rotate(45deg);
}

/* Checkboxes */ 
span.checkboxes {
	content: url("/wp-content/uploads/2022/04/Checkbox-Crystal-Media.png");
	height: 1.9rem;
	vertical-align: middle;
	margin-left: 3rem;
}

/* Study Metrics on Case Studies */ 
.study-metrics h3 {
	color: var(--midnight);
}
.midnight-bgd .study-metrics h3 {
    color: var(--snow);
}
.study-metrics p {
	color: var(--pool);
	font-size: 1rem;
}

/* Remove Page Spacing */ 
.no-bottom-page, .no-bottom-page article {
	margin-bottom: 0;
	padding-bottom: 0;
}
@media only screen and (max-width: 800px) {
	.no-mb-top-page .site-header {
	padding-bottom: 0;
	}
}
body.black-page, .black-page .site-inner {
    background-color: var(--midnight);
}

/* Hovercards */ 
.pp-hover-card .pp-hover-card-title-wrap .pp-hover-card-title {
	margin-bottom: 0!important;
}
.pp-hover-card-inner-wrap {
    width: 100%;
}
h3.hov-dark {
	font-family: 'gotham', sans-serif !important;
	text-transform: uppercase;
	font-weight: 400 !important;
	line-height: 1.2 !important;
    text-align: center !important;
}
h3.hov-light {
	font-family: 'gotham-medium', sans-serif !important;
	text-transform: uppercase;
	font-weight: 700 !important;
	line-height: 1.03 !important;
    text-align: center !important;
}

/* Social to Sale Menu */
#s2s-menu a {
    font-weight: bold;
    font-family: gotham-medium, sans-serif;
}
#s2s-menu .sub-menu > li > a:hover,
#menu-social-to-sale-menu .current-menu-ancestor a,
#menu-facebook-and-instagram-ads-menu  .current-menu-ancestor a,
#s2s-menu .sub-menu > .current-menu-item > a {
    color: #00aeef;
}
#s2s-menu .sub-menu > li {
    padding-left: 2.2em;
    text-indent: -2.2em;
}
#s2s-menu .sub-menu > li > a {
    color: #000;
}
.S2S-course-progress {
    background-color: #342059;
    color: #ffffff;
    margin-left: 20px;
    margin-right: 20px;
    text-transform: uppercase;
    padding-top: 10px;
}
.S2S-sales-current-video {
    border: 2px solid #342059;
}
.S2S-sales-video {
    border: 2px solid #e6e7e8;
}
#s2s-buy-button {
    display: none;
}
.S2S-accordion .fl-accordion-button-label {
    font-weight: bold;
}
.S2S-accordion .fl-accordion-item {
    background-color: #d4effc;
}

/* Accordion */ 
.fl-accordion-item {
	border: 1px solid var(--gray) !important;
}
.fl-accordion-button > a {
	color: var(--midnight);
}
.fl-accordion-button > a:hover {
	color: var(--pool);
}
.fl-accordion-button i {
	opacity: .7;
}
.fl-accordion-content {
	border-top: 1px solid var(--gray);
		padding-top: 1rem !important;
}
.fl-accordion-content p, .fl-accordion-content li {
	font-size: 1.1rem;
}


/* Course Menu Fix  - Removes ul padding from vertical menus in BB */
ul.fl-menu-vertical {
	padding-left: 0;
}

/* Clarity Portal */
#menu-clarity-portal li.menu-item-has-children ul.sub-menu li.menu-item a {
	margin-left: 30px;
}

/* Extra Lists  - adds fun icon to list*/ 
ul.li-rocket li {
	list-style: '🚀 ';
    margin-bottom: .5rem;
}
ul.li-checkmark li {
	list-style: '✅ ';
}
ul.li-checkmark-simple li {
	list-style: '✔️ ';
}
ul.li-checkmark-simple-two li {
    list-style: '✓ ';
}
ul.li-checkmark-simple-two.green-li li::marker {
    color: var(--shamrock);
}
ul.cm-hex-li li {
    list-style: none;
    display: flex;
}
ul.cm-hex-li li:before {
    content: '';   
    display: inline-block;   
    height: 1.3rem;   
    width: 1.3rem;   
    background-size: 1.3rem;   
    background-image: url('/wp-content/uploads/2023/04/CM-Icon-Filled.png'); 
    background-repeat: no-repeat;   
    margin-right: 10px;
    background-position: center center;
    vertical-align: middle;
}
.jewel-bgd ul.li-checkmark-simple-two.green-li li::marker {
    color: var(--green-alt);
}

ol.li-extra-space li {
	margin-bottom: 1rem;
}
ul.li-cancel li {
    list-style: '✖ ';
}
ul.li-cancel li::marker {
    color: red;
}


/* BB Menus */ 
.entry-content .fl-menu ul > li {
    list-style-type: none;
}
.entry-content .fl-menu .menu > li {
    font-size: 18px;
}

/* Rooted In Retail Fonts */ 
@font-face {
    font-family: 'TT Fors';
    src: url('/wp-content/themes/social-edge/fonts/ttfors-md.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: 'TT Fors';
    src: url('/wp-content/themes/social-edge/fonts/ttfors-md-it.ttf') format('truetype');
    font-style: italic;
    font-weight: normal;
}
@font-face {
    font-family: 'TT Fors';
    src: url('/wp-content/themes/social-edge/fonts/ttfors-bold-it.ttf') format('truetype');
    font-style: italic;
    font-weight: bold;
}
@font-face {
    font-family: 'TT Fors';
    src: url('/wp-content/themes/social-edge/fonts/ttfors-bold.ttf') format('truetype');
    font-style: normal;
    font-weight: bold;
}
@font-face {
    font-family: 'TT Fors';
    src: url('/wp-content/themes/social-edge/fonts/ttfors-light.ttf') format('truetype');
    font-style: normal;
    font-weight: thin;
}
@font-face {
    font-family: 'TT Fors';
    src: url('/wp-content/themes/social-edge/fonts/ttfors-light-it.ttf') format('truetype');
    font-style: italic;
    font-weight: thin;
}
@font-face {
    font-family: 'Blackjack';
    src: url('/wp-content/themes/social-edge/fonts/blackjack.otf') format('opentype');
    font-style: cursive;
    font-weight: normal;
}
.ttfors {
    font-family: 'TT Fors', sans-serif !important;
}
.ttfors-bold {
    font-family: 'TT Fors', sans-serif !important;
    font-weight: bold !important;
}
.ttfors-light {
    font-family: 'TT Fors', sans-serif !important;
    font-weight: thin !important;
}
.blackjack {
    font-family: 'Blackjack', sans-serif !important;
}

/* BB Editor Fixes */ 
.fl-lightbox-wrap button {
	background: transparent;
}
.fl-builder-edit .entry-content {
	margin-top: 20px !important;
}

/* BB Numbers Counter Widget */ 
.fl-number-string {
    font-weight: 800;
}
.jewel-bgd .fl-number-string {
    color: var(--joy);
}
.jewel-bgd .fl-number-after-text, .jewel-bgd .fl-number-before-text {
    color: var(--snow);
}

/* Booking Widget */ 
.pauline-booking a {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.pauline-booking a:hover img, .pauline-booking a:active img, .pauline-booking a:focus img {
    opacity: .9;
}
.pb-book-img {
    max-width: 150px !important;
}
