/*
Title:	CSS for Artifact Basic
Author: https://agentartifact.com
*/


/* =Reset default browser CSS. 
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, 
sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { 
	border: 0; font-family: inherit; font-size: 100%; font-style: inherit; font-weight: inherit; margin: 0; outline: 0; padding: 0; vertical-align: baseline; }
img { border: 0px; }
li { list-style-type: none; }

button.forward-tab, button.reverse-tab, button.forward-landing, button.reverse-landing, button.forward-tab-entry, button.reverse-tab-entry, button.forward-landing-entry,
button.reverse-landing-entry { clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px); padding: 0 !important;border: 0 !important; height: 1px !important; 
    width: 1px !important; overflow: hidden; position: absolute; outline: none !important; }

:focus { outline: 0; }

:root { 
	/* Root Colors */
	--artifactRed: #ff0546; 
	--artifactRedLight: #ff363c;
	--artifactRedDark: #e6053f; 
	--artifactRedDark2: #cc0438;
	--linkBlue: #0069FF;

	--red1: #fff7f7;
	--red2: #ffebeb;
	--red3: #ffdede;
	--red4: #ffd1d1;
	--red5: #ffc4c4;
	--red6: #ffb8b8;
	--red7: #ffabab;

	--yellow7: #ffebab;
	--green: #18ba0e;

	/* Primary Colors */

	/* Secondary */




	/* Tertiary */
    --white: #ffffff;
    --gray1: #f8f9fa;
    --gray2: #f6f7f8;
    --gray3: #eeeff0;
	--gray4: #e0e5ec; 
	--gray5: #d7d7de;
    --gray6: #c7c7d1;
    --gray7: #b6b6c4;
    --gray8: #a7a7b8;
    --gray9: #9898ab;
    --gray10: #89899e;
    --gray11: #7b7b91;
    --gray12: #707085;
    --gray13: #646478;
    --gray14: #58586b;
    --gray15: #4c4c5e;
    --gray16: #454253;
    --gray17: #383645;
    --gray18: #2d2b38;
    --gray19: #23212b;
    --gray20: #18171f;
    --gray21: #0e0d12;


	/* Other Neutrals */
	
	--black: #000000;
	--twhite: var(--gray1);
	--twhite2: var(--gray2);
	--twhite3: var(--gray3);

	--whiteTranslucent: rgba(255,255,255,.7);
	--whiteTranslucent2: rgba(255,255,255,.9);

	/* Most Used Colors */
	--primaryTextColor: var(--gray20); /* Used for regular text and headlines */
	--secondaryTextColor: var(--gray15); /* Used on all sub headlines */

	--primaryColor: var(--artifactRed);
	--primaryColorLight: var(--artifactRedLight);
	--primaryColorDark: var(--artifactRedDark2);
	--primaryColorDark2: var(--artifactRedDark2);
	
	--secondaryColor: var(--gray16); 
	--secondaryColorLight: var(--gray14);
	--secondaryColorDark: var(----gray18);

	/* Shadows */
	--primaryBoxShadow: 0 0 30px rgba(0,0,0,.15); 
	--secondaryBoxShadow: 0 0 30px rgba(0,0,0,.1);
    --cardBoxShadow: 0 0 20px rgba(0,0,0,.075);
    --smallBoxShadow: 0 0 20px rgba(0,0,0,.15);
    --avatarBoxShadow: 0 0 15px rgba(0,0,0,.15);

	/* Fonts */
	--primaryFont: Inter, Helvetica, Arial, Sans-serif;
	--primaryMonospaceFont: 'Source Code Pro', 'Courier New', Courier, monospace;
	--blockquoteFont: Georgia, Sans-serif;
	
}


/* ================== EVERYTHING is BOX-SIZED - position relative ================== */
* { position: relative; box-sizing: border-box; -webkit-text-size-adjust: none; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; }
/* ================== EVERYTHING is BOX-SIZED - position relative ================== */

* { -webkit-text-size-adjust: none; } /* Disable iOS gettin' in muh business */

html { height: 100%; scroll-behavior: smooth; } 
body { height: 100%; font-size: 16px; font-family: var(--primaryFont); color: var(--primaryTextColor); line-height: 1.5em; margin: 0; background: var(--white); }
body.noscroll { overflow-y: hidden; }

.clearfix:after { content: "."; visibility: hidden; display: block; height: 0; clear: both; } /* On the rare occasion you need to use a float */
.clearright { clear: right; }


/* Titles, Text Sizing, Colors, Links, Buttons ============================================== */
	
	/* Headings & Text */
		h1, h2, h3, h4, h5, h6, .huge, .xxlarge, .xlarge, .large, .medium, .h1, .h2, .h3, .h4, .h5, .h6 { font-size: 16px; -webkit-font-smoothing: antialiased; 
			line-height: 1.25em; font-family: var(--primaryFont); letter-spacing: -.03em; }
		h1, .huge, .h1 { font-size: 34px; font-weight: bold; }
		h2, .xxlarge, .h2 { font-size: 24px; }
		h3, .xlarge, .h3 { font-size: 22px; }
		h4, .large, .h4 { font-size: 20px; }
		h5, .medium , .h5 { font-size: 18px; }
		h6, .small, .h6 { font-size: 16px; letter-spacing: 0px; }

	/* Weights, Italics, Underlines, Strikes */
		strong, .strong, .weight700 { font-weight: bold; } 
		.lightweight, .weight300 { font-weight: 300; }
		.normalweight, .weight400 { font-weight: normal; }
		.midweight, .semiweight, .weight600 { font-weight: 600; }
		.heavyweight, .weight800 { font-weight: 800; }
		.blackweight, .weight900 { font-weight: 900; }

		em, .italic { font-style: italic; }
		.stritalic { font-weight: bold; font-style: italic; }
		.underline { text-decoration: underline; }
		.strike { text-decoration: line-through; }

	/* Character Spacing & Casing */
		tt { font-family: var(--primaryMonospaceFont); }
		.tight { letter-spacing: -.03em; }
		.tight2 { letter-spacing: -.06em; }
		.upper { text-transform: uppercase; }
		.lower { text-transform: none; }
		
	
	/* Text Alignment */
		.center, .centertext { text-align: center; }
		.indent { margin-left: 30px; margin-bottom: 30px; }

	/* Basic Paragraph Rules */
		p { line-height: 1.7em; margin-bottom: 30px; }
		p:last-child { margin-bottom: 0; padding-bottom: 0; }
		p.nobot, p.mclear { margin-bottom: 0; }

		ul, ol { margin-bottom: 30px; }
		ul:last-child, ol:last-child { margin-bottom: 0; }
		ul li, ol li { line-height: 1.5em; margin: 7px 0 7px 25px; list-style-type: disc; }
		ol li { list-style-type: decimal; }
		ul li:first-child, ol li:first-child { margin-top: 0; }
		ul li:last-child, ol li:last-child { margin-bottom: 0; }
	
	
	/* Block Quote */
		blockquote { border-left: 10px solid var(--primaryColor); padding-left: 40px; margin-bottom: 30px; font-family: var(--blockquoteFont); font-style: italic; }
		blockquote p:last-child { padding-bottom: 0; }
		cite { font-size: 14px; font-style: normal; }
	
	
	/* Color Palette */
		.white { color: var(--white); } .whiteb { background: var(--white); }
		.black { color: var(--black); } .blackb { background: var(--black); }

		.twhite { color: var(--twhite); } /* Not Quite White */
		.twhite2 { color: var(--twhite2); } /* Not Quite White 2 */
		.twhite3 { color: var(--twhite3); } /* Definitely not White, but still fairly light */
		
		.red1, .bred1 { color: var(--artifactRed); } /* Artifact Red */
		.red2, .bred2 { color: var(--artifactRedLight); } /* Artifact Red Tint */
		.red3, .bred3 { color: var(--artifactDark); } /* Artifact Red Hover */

		.navy1 { color: var(--artifactNavy); } /* Artifact Navy 1 */

		.gray1 { color: var(--gray1); }
        .gray2 { color: var(--gray2); }
        .gray3 { color: var(--gray3); }
        .gray4 { color: var(--gray4); }
        .gray5 { color: var(--gray5); }
        .gray6 { color: var(--gray6); }
        .gray7 { color: var(--gray7); }
        .gray8 { color: var(--gray8); }
        .gray9 { color: var(--gray9); }
        .gray10 { color: var(--gray10); }
        .gray11 { color: var(--gray11); }
        .gray12 { color: var(--gray12); }
        .gray13 { color: var(--gray13); }
        .gray14 { color: var(--gray14); }
        .gray15 { color: var(--gray15); }
        .gray16 { color: var(--gray16); }
        .gray17 { color: var(--gray17); }
        .gray18 { color: var(--gray18); }
        .gray19 { color: var(--gray19); }
        .gray20 { color: var(--gray20); }
        .gray21 { color: var(--gray21); }
	
		
	/* Basic Table */
		table { width: 100%; float: left; border: none; border-collapse: collapse; border-radius: 0; }
		table tr th { padding: 10px 10px; font-weight: bold; line-height: 14px; vertical-align: middle; background: var(--primaryColorDark); color: #fff; text-align: left; }
		table tr { transition:background .15s linear; }
		table tr td { background: #fff; border: 1px solid var(--graylight); padding: 6px 10px; line-height: 16px; vertical-align: middle; background: #fff; cursor: pointer; 
			line-height: 1.2em; transition:background .15s linear; }
		
		table.alternating tr:nth-child(even) td{ background: var(--twhite2); }

	
	/* Links */
		a, a:visited { color: var(--linkBlue); text-decoration: none; cursor: pointer;	transition:color .15s linear; }
		a:hover { color: var(--gray10); transition:color .15s linear; }

		.inline-block { display: inline-block; }
		
	/* Displays */
		.hide, .hidden { display: none; }
		.eclipse { height: 0; overflow: hidden; padding: 0; margin: 0; }
		
		.req, .required, .wpforms-required-label { color: var(--primaryColorDark); font-weight: bold; }
		.req:after, .required:after { content: " * "; }

	/* Buttons */

		/* The 'button' HTML element is reset to look like text in case I need a button that looks like a normal link */
			button { padding: 0; margin: 0; border: 0; line-height: inherit; background: transparent; }

		/* Standard Button Dimensions - requires the class '.button', or be a Submit button */
			.button, a.button, button[type=submit], input[type=submit], input[type=submit].wpforms-submit { font-family: var(--primaryFont);
				padding: 8px 19px; border: 1px solid transparent; border-radius: 3px; font-size: 14px; line-height: 16px; text-align: center; overflow: hidden; margin: 0px; 
				color: var(--white); font-weight: bold; display: inline-block; background: var(--primaryColor); transition: .15s linear all; }
			.button:hover, a.button:hover, button[type=submit]:hover, input[type=submit]:hover, input[type=submit].wpforms-submit:hover { cursor: pointer; 
				background: var(--primaryColorLight); transition: .15s linear all; }	

			.button.icon-right, a.button.icon-right, button[type=submit].icon-right, input[type=submit].icon-right, input[type=submit].wpforms-submit.icon-right {
				padding-right: 35px; display: flex; align-items: center; gap: 8px; }
			.button.icon-right svg, a.button.icon-right svg, button[type=submit].icon-right svg, input[type=submit].icon-right svg,
			input[type=submit].wpforms-submit.icon-right svg { width: 20px; height: 20px; }
		
		/* Gold Button Override */
			.button.gold, a.button.gold, button[type=submit].gold, input[type=submit].gold, input[type=submit].wpforms-submit.gold { background: var(--secondaryColor);
			color: var(--gray20);  }
			.button.gold:hover, a.button.gold:hover, button[type=submit].gold:hover, input[type=submit].gold:hover, input[type=submit].wpforms-submit.gold:hover { 
				background: var(--secondaryColorDark); }

		/* Neutral Button */
		.button.gray, a.button.gray, button[type=submit].gray, input[type=submit].gray, input[type=submit].wpforms-submit.gray { background: var(--gray14); }
			.button.gray:hover, a.button.gray:hover, button[type=submit].gray:hover, input[type=submit].gray:hover, input[type=submit].wpforms-submit.gray:hover { 
				background: var(--gray16); }	

		/* Disabled Button Override */
			.button.disabled, a.button.disabled, button[type=submit].disabled, input[type=submit].disabled, input[type=submit].wpforms-submit.disabled { opacity: .5;
				filter: grayscale(100%); pointer-events: none; }

		/* Medium Sized Button */
			.button.medium, a.button.medium, button[type=submit].medium, input[type=submit].medium, input[type=submit].wpforms-submit.medium { font-size: 16px; padding: 14px 29px; }

		/* Large Sized Button */
			.button.large, a.button.large, button[type=submit].large, input[type=submit].large, input[type=submit].wpforms-submit.large	{ font-size: 20px; padding: 24px 44px; }

		.button-wrap { display: flex; align-items: center; gap: 10px; margin-top: 30px; }
		.button-wrap.fill { justify-content: space-between; }
		.button-wrap.center { justify-content: center; }

		
/* Form Basics */
	textarea { font-size: 14px; font-family: var(--primaryFont); }
	input[type=text], input[type=email], textarea { -webkit-appearance: none; } /* Rmemoves iOS Styling */
	
	::-webkit-input-placeholder { color: var(--gray10); }
	::-moz-placeholder { color: var(--gray10); } /* firefox 19+ */
	:-ms-input-placeholder { color: var(--gray10); } /* ie */
	input:-moz-placeholder { color: var(--gray10); }
	
	
	label:hover { cursor: pointer; font-family: var(--primaryFont); }
	input[type=text], input[type=search], input[type=email], select, textarea, input#email, input#url, input[type=url] { color: var(--primaryTextColor); width: 100%; line-height: 20px; border-radius: 5px; 
		padding: 6px 12px 6px 12px; background: var(--graylightTint); font-size: 16px; border: 1px solid transparent; font-weight: 600; font-family: var(--primaryFont); }

	textarea { height: auto; border-radius: 2px; -webkit-overflow-scrolling:touch; padding: 15px; font-weight: normal; }
	
	::-webkit-search-cancel-button { display: none; } /* Removes the clear / cancel / x "button" in the search field */
	
	.wpforms-confirmation-container { width: 100%; padding: 15px; border: 1px solid var(--graylight2); background: var(--graylightTint); margin-bottom: 30px;
		text-align: center; font-weight: 600; font-size: 16px; }

	/* WP Forms */
		.wpforms-field { width: 100%; display: flex; margin-bottom: 20px; flex-wrap: wrap; }
		.wpforms-field input[type=text], .wpforms-field input[type=search], .wpforms-field input[type=email], .wpforms-field input#email, .wpforms-field input#url, 
		.wpforms-field textarea, .wpforms-field select, input[type=url] { padding: 15px 20px; background: var(--white); border: 1px solid var(--twhite3); 
			box-shadow: 10px 10px 20px rgba(0,0,0,.05); align-self: start; max-width: 65%; }
		.wpforms-field label { width: 35%; line-height: 20px; padding: 15px 0; font-weight: bold; cursor: pointer; }

		.wpforms-field.wpforms-field-textarea { display: block; }
		.wpforms-field.wpforms-field-textarea label { width: 100%; display: block; padding-bottom: 15px; }
		.wpforms-field textarea { min-height: 160px; border-radius: 5px; width: 100%; min-width: 100%; padding: 20px; font-weight: normal; }

		.wpforms-field.wpforms-has-error { display: block; }
		.wpforms-field label.wpforms-error { font-weight: normal; font-size: 14px; color: var(--primaryColor); display: block; width: 100%; }

		.wpforms-field .iti { max-width: 65%; }
		.wpforms-field input.wpforms-smart-phone-field { padding: 15px 20px; background: var(--white); border: 1px solid var(--twhite3); box-shadow: 10px 10px 20px rgba(0,0,0,.05); 
			align-self: start; font-size: 14px; font-family: var(--primaryFont); }

		.wpforms-field input.phone { max-width: 200px; align-self: start; max-width: 65%; }

		.wpforms-field-description { width: 100%; font-size: 14px; line-height: 1.3em; display: block; padding-left: 35%; margin-top: 5px; }
		.wpforms-field-textarea .wpforms-field-description { padding-left: 0; }

		.wpforms-field-address { display: block; }
		.wpforms-field-address div { display: flex; flex-wrap: wrap; width: 100%; margin-top: 10px; flex-direction: row-reverse; }
		.wpforms-field-address div.wpforms-field-medium { flex-direction: row; }
		.wpforms-field-address div.wpforms-one-half { width: 50%; flex-direction: row-reverse; }
		.wpforms-field-address div.wpforms-field-medium div.wpforms-one-half:first-child { padding-right: 15px; }
		.wpforms-field-address div.wpforms-field-medium div.wpforms-one-half:nth-child(2) { padding-left: 15px; }

		div.wpforms-container div.wpforms-uploader { width: 65%; }
		
		.wpforms-recaptcha-container { margin-bottom: 20px; }

		.wpforms-field label.wpforms-label-hide { position: absolute; top: -99999px; z-index: -999999; height: 0; overflow: hidden; }
    
    /* Lightboxes */
    .blackcover {  position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 100; background: rgba(0,0,0,.8); opacity: 0; visibility: hidden; pointer-events: none;
        transition: .15s linear all; }
    .blackcover.active { opacity: 1; visibility: visible; pointer-events: all; transition: .15s linear all; }

    .lightbox { position: fixed; top: 0; right: 0; bottom: 0; left: 0; width: 400px; max-width: 100%; height: 500px; max-height: 100%; margin: auto; z-index: 110; padding: 30px;
        background-color: var(--white); border-radius: 5px; box-shadow: var(--primaryBoxShadow); opacity: 0; visibility: hidden; pointer-events: none; transition: .15s linear all; }
    .lightbox.active { visibility: visible; opacity: 1; pointer-events: all; transition: .15s linear all; }

        button.close-button.close-lightbox { position: absolute; top: 20px; right: 20px; cursor: pointer; transition: .15s linear all; background-color: rgba(0,0,0,.5); }
        button.close-button.close-lightbox:hover { opacity: .7; transition: .15s linear all; }
        button.close-button.close-lightbox svg { width: 30px; height: 30px; }
        .lightbox-title { font-weight: bold; }

        .lightbox button.close-button { color: var(--primaryTextColor); pointer-events: all; top: 0; right: 0; z-index: 10; }
        .lightbox button.close-button:hover { opacity: .5; }

    .lightbox.image { width: auto; height: auto; top: 30px; right: 30px; bottom: 30px; left: 30px; background-color: transparent; padding: 0; pointer-events: none; }
    .lightbox.image button.close-button { color: var(--white); width: 30px; height: 30px; }

        .lightbox-image-wrap { overflow: hidden; margin: auto; max-width: 100%; max-height: 100%; pointer-events: all; top: 0; right: 0; bottom: 0; left: 0; position: absolute; }
        .lightbox-image-wrap img { object-fit: cover; cursor: zoom-in; transition: transform 0.3s ease; height: 100%; margin: auto; position: absolute; left: 0; right: 0;
            top: 0; bottom: 0; max-width: 100%; }

        .lightbox-image-wrap.zoomed { overflow: auto; }
        .lightbox-image-wrap.zoomed img { transform: scale(1); cursor: zoom-out; transition: transform 0.3s ease; top: auto; bottom: auto; width: 100%; height: auto; 
            max-width: 1704px; margin: auto; }

        button.image-prev, button.image-next { position: absolute; z-index: 10; position: absolute; width: 40px; height: 40px; top: 0; bottom: 0; margin: auto 0; cursor: pointer;
            pointer-events: all; transition: .15s linear all; background-color: rgba(0,0,0,.5); }
        button.image-prev:hover, button.image-next:hover { opacity: .7; transition: .15s linear all; }
        button.image-prev img, button.image-next img { width: 40px; height: 40px; }
        button.image-prev { left: 0; }
        button.image-next { right: 0; }

/* STRUCTURE ============================================== */

	/* Wrappers */
    #fill { width: 100%; height: 100%; margin: 0 auto; display: flex; flex-direction: column; }
        
        #container { width: 100%; flex-grow: 1; padding-top: 80px; }

    /* Stripes (Sections) */
    .stripe { } /* Empty Wrapper */
        .stripe-inside { width: 1340px; padding-left: 30px; padding-right: 30px; margin: 0 auto; display: block; }
            .reading-pane { width: 100%; max-width: 760px; margin-left: auto; margin-right: auto; }
            .reading-pane.left { margin: 0; max-width: 100%; }
			.reading-pane.wide { max-width: 960px; }
			.reading-pane.fill { max-width: 100%; }
            .hero-pane { width: 100%; max-width: 900px; margin-left: auto; margin-right: auto; }

			.title-pane { display: flex; flex-direction: column; gap: 20px; margin: 0 auto; margin-top: 30px; max-width: 760px; }
			.title-pane.wide { max-width: 960px; }
			.title-pane.fill { max-width: 100%; }
			.title-pane:first-child { margin-top: 0; }

			.title-pane h1.stripe-title, .title-pane h2.stripe-subtitle, .title-pane h2.stripe-title, .title-pane h3.stripe-subtitle { margin: 0; }

            h1.stripe-title, h2.stripe-title { font-size: 32px; line-height: 1.1em; width: 100%; color: var(--prmiaryTextColor); font-weight: bold; }
            h2.stripe-subtitle, h3.stripe-subtitle, h2.post-subtitle, h3.post-subtitle { font-weight: 300; font-size: 20px; margin-top: 30px; width: 100%; 
				color: var(--secondaryTextColor); }
            h2.stripe-subtitle.page, h3.stripe-subtitle.page, h2.post-subtitle, h3.post-subtitle { margin-top: 5px; }
            h3.stripe-subtitle.showmobile { display: none; }
            
            h2.stripe-title, h2.entry-title { font-size: 28px; font-weight: bold; }
            h3.stripe-subtitle { font-size: 20px; margin-bottom: 30px; }

	.stripe.graybg1 { background-color: var(--gray1); }
	.stripe.graybg2 { background-color: var(--gray2); }
	.stripe.graybg3 { background-color: var(--gray3); }


	/* Columns */
		.columns { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); column-gap: 100px; }
		.columns.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
		.columns.three { grid-template-columns: repeat(3, minmax(0, 1fr)); column-gap: 80px; }
		.columns.four { grid-template-columns: repeat(4, minmax(0, 1fr)); column-gap: 40px; }
		.columns.five { grid-template-columns: repeat(5, minmax(0, 1fr)); column-gap: 20px; }
		.columns.six { grid-template-columns: repeat(6, minmax(0, 1fr)); column-gap: 20px; }

		.columns.twothirds { grid-template-columns: minmax(0, 1fr) minmax(0, 2fr); }
		.columns.twothirds.flipped { grid-template-columns: minmax(0, 2fr) minmax(0, 1fr); }

		.columns.two.fliporder .column:nth-child(1) { order: 1; }
		.columns.two.fliporder .column:nth-child(2) { order: 0; }

            .column { display: flex; align-items: center; width: 100%; height: 100%; }
			    .column-inside, .footer-column { width: 100%;  }

				.boxed { padding: 30px; background-color: var(--white); border-radius: 5px; border-width: 1px; border-style: solid; 
					border-color: var(--gray6); box-shadow: var(--primaryBoxShadow); }
				.boxed.padded { padding: 50px; }
				.boxed.trim { border-color: var(--gray7); }

				
		.columns.gridicons h4, .columns.gridicons p { text-align: center; }
		.columns.gridicons .subject-image { margin-bottom: 10px; }
		.columns.gridicons h4 { margin-bottom: 15px; }
		.columns.gridicons .column { align-items: unset; }

		.columns.aligntop .column { align-items: unset; }
				

		.subject-image { width: 100%; }
		.subject-image img { width: 100%; height: 100%; object-fit: cover; }
		.subject-image button.lightbox-image { display: block; width: 100%; overflow: hidden; cursor: zoom-in; }
		.subject-image.nocover img { object-fit: unset; }

		.subject-image.trim { padding: 5px; background-color: var(--white); border: 1px solid var(--gray7); border-radius: 5px; box-shadow: var(--primaryBoxShadow); }
		.subject-image.trim.branded, .subject-image.trim.screenshot { border-color: var(--gray7); }
		.subject-image.trim img { border-radius: 2px; float: left; }

		.subject-image.center { margin: 0 auto; }
		.subject-image.grayscale { filter: grayscale(100%); opacity: .75; }

		.subject-image.w50 { width: 50px; }
		.subject-image.w65 { width: 65px; }
		.subject-image.w75 { width: 75px; }
		.subject-image.w100 { width: 100px; }
		.subject-image.w150 { width: 150px; }
		.subject-image.w200 { width: 200px; }
		.subject-image.w300 { width: 300px; }
		.subject-image.w400 { width: 400px; }
		.subject-image.w500 { width: 500px; }

		.subject-image.h250 { height: 250px; }
		.subject-image.h300 { height: 300px; }

		.subject-image-row { text-align: center; width: 100%; display: flex; align-items: center; gap: 50px; justify-content: center; }
			.subject-image.noshrink { flex-shrink: 0; }
			.subject-image.multiple { display: flex; align-items: center; flex-wrap: wrap; gap: 20px; width: auto; }

		.icon-box { display: block; padding: 30px 30px 30px 70px; background-color: var(--white); border: 1px solid var(--gray4); 
			box-shadow: var(--primaryBoxShadow); border-radius: 5px; }
		.icon-box svg { width: 30px; height: 30px; position: absolute; top: 30px; left: 20px; color: var(--primaryColor); }
		.icon-box.alert { background-color: var(--red1); color: var(--artifactRedDark); border: 1px solid var(--red7); }
		.icon-box.alert svg { color: var(--artifactRed); }
		.icon-box.small { font-size: 14px; }
		.icon-box.branded { border-color: var(--gray7); background-color: var(--gray1); }
		

	/* Text Treatments */
		.text-highlight { border-radius: 5px; background-color: var(--yellow7); display: inline-block; font-weight: bold; padding: 0 5px; }
		.text-highlight.bad { background-color: var(--red5); }
		.text-gradient, .gradient-text { -webkit-box-decoration-break: clone; background: linear-gradient(90deg, var(--artifactRedLight) 0%, var(--artifactRedDark2) 100%);
		-webkit-background-clip: text; -webkit-text-fill-color: transparent; padding-right: .01em; font-weight: bold; }

	/* List Treatments */
		ul.tight li, ol.tight li { margin: 5px 0 5px 25px; }
		ul.spaced li, ol.spaced li { margin: 12px 0 12px 30px; }

		ul.icons li { list-style-type: none; margin-left: 0; padding-left: 35px; margin: 7px 0 7px 0; }
        ul.icons li:first-child { margin-top: 0; }
        ul.icons li:last-child { margin-bottom: 0; }
        ul.icons li svg { width: 20px; height: 20px; top: 1px; left: 0; position: absolute; }
        ul.icons.large li { font-size: 14px; margin-top: 20px; margin-bottom: 20px; padding-left: 45px; }
        ul.icons.large li:first-child { margin-top: 0; }
        ul.icons.large li svg { width: 22px; height: 22px; top: 0px; }
        ul.icons.narrow { max-width: 600px; margin: 0 auto; }
        ul.icons.spread li { margin: 12px 0 12px 0; }
        ul.icons.error li svg { color: var(--artifactRed); }
        ul.icons.checks li svg { color: var(--green); top: 2px; }
        ul.icons.spaced li { margin: 20px 0; }
        ul.icons.thin150 { max-width: 150px; margin-left: auto; margin-right: auto; }
        ul.icons.thin200 { max-width: 200px; margin-left: auto; margin-right: auto; }
        ul.icons.thin250 { max-width: 250px; margin-left: auto; margin-right: auto; }
        ul.icons.thin400 { max-width: 400px; margin-left: auto; margin-right: auto; }

		.circle-icon { width: 50px; height: 50px; border-radius: 50%; border: 3px solid var(--white); background: var(--primaryColor); flex-shrink: 0;
			box-shadow: var(--avatarBoxShadow); }

		.circle-icon.number { color: var(--white); font-size: 24px; display: flex; align-items: center; justify-content: center; }
		.circle-icon.number.center { display: inline-flex; }

		.documentation-links { width: 100%; font-size: 12px; margin-bottom: 20px; }

		.circle-number-wrap { margin-bottom: 20px; display: flex; align-items: center; gap: 15px; }
		.circle-number-wrap.topborder { border-top: 1px solid var(--gray4); padding-top: 30px; margin-top: 20px; }
			.circle-icon.number { flex-shrink: 0; }
			.circle-number-content { font-size: 16px; }

    /* Reading Pane */
        .reading-pane { width: 100%; max-width: 760px; margin: 0 auto; }
			
	/* Header */
		header.main { height: 80px; position: fixed; top: 0; left: 0; right: 0; background-color: var(--white); box-shadow: 0 0 0 rgba(0,0,0,.15); transition: .15s linear all;
            z-index: 90; }
		header.main .stripe-inside { display: flex; height: 100%; align-items: center; }
		body.scrolled header.main { box-shadow: var(--primaryBoxShadow); transition: .15s linear all; background-color: var(--white); }

			button.hamburger { background: transparent; color: var(--primaryTextColor); position: fixed; top: 10px; text-transform: uppercase; left: 20px; cursor: pointer; 
				margin: 0; z-index: 100; font-weight: 700; font-family: var(--primaryFont); font-size: 14px; padding: 10px 15px 8px 35px; line-height: 1em;
				transition: .15s linear all; border: 1px solid var(--gray4); border-radius: 5px; display: none; }
			button.hamburger:hover { opacity: .7; transition: .15s linear all; }
			button.hamburger svg { width: 18px; position: absolute; top: 7px; left: 10px; transition: .15s linear all;  }
            body.showmobile button.hamburger svg { filter: invert(100%); transition: .15s linear all; }
            body.showmobile button.hamburger:hover { color: var(--white); opacity: .7; }

			.logo-wrap { flex: 1; }
				a.logo { width: 200px; display: block; }
				a.logo img { width: 100%; float: left; }

			.logo-icon { width: 30px; position: absolute; left: 0; right: 0; margin: auto; display: none; }
			.logo-icon a.logo { width: 100%; display: block; }

			.logo-icon-menu { display: none; width: 100%; padding: 40px; position: absolute; bottom: 0; text-align: center; }
			.logo-icon-menu img { filter: invert(40%) sepia(7%) saturate(50%) hue-rotate(260deg) brightness(130%) contrast(95%); opacity: .3; width: 100%; }

			.menuwrap { height: 100%; justify-content: flex-end; align-items: center; display: flex; }
				.menu-primary-container { height: 100%; display: inline-flex; }

				/* Level 1 Menus */
					header ul.menu { height: 100%; }
					header ul.menu li { height: 100%; list-style-type: none; width: auto; display: block; width: auto; display: inline-flex; margin: 0 40px 0 0; }
                    header ul.menu li.hide { display: none; }
					header ul.menu li a { line-height: 16px; color: var(--primaryColor); width: auto; height: 100%; display: block; font-size: 14px; display: inline-flex;
						font-weight: 500; -webkit-font-smoothing: antialiased; transition: .15s linear all; opacity: 1; border-bottom: 2px solid transparent; 
						border-top: 2px solid transparent; padding-bottom: 16px; padding-top: 30px; }

					header ul.menu li a:hover { opacity: .7; transition: .15s linear all; }
					header ul.menu li.current-menu-item > a, header ul.menu li.current-menu-ancestor > a { border-bottom: 2px solid var(--primaryColor); }

                    body.tax-subject ul.menu li.work /*, body.single-work ul.menu li.work, body.single-post ul.menu li.blog */ { border-bottom: 2px solid var(--primaryColor); }

					header ul.menu li.mobilehome { display: none; }

					.button.cta { display: inline-block; }

				/* Level 2 Menus */
					header ul.menu li ul { background-color: var(--white); position: absolute; top: 50px; visibility: hidden; opacity: 0; min-width: 160px; max-width: 300px; 
						 padding: 15px 20px 15px 20px; border-top-left-radius: 0; margin-left: -21px;
						border-top-right-radius: 0; display: flex; flex-direction: column; gap: 5px; transform: perspective(75em) rotateX(-20deg);
						transition: all 0.15s ease-in-out;  -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; }

					body.header.full-width-submenu header ul.menu li ul { width: var(--siteWidth) !important; margin-left: auto; margin-right: auto; position: fixed; 
                        left: 0; right: 0; }
					body.scrolled header ul.menu li ul { transition: .15s linear all; border-top: 1px solid transparent; }

                    header ul.menu li.menu-item-has-children ul.sub-menu { visibility: hidden; opacity: 0; pointer-events: none; padding: 10px; }

					header ul.menu li.menu-item-has-children:hover ul.sub-menu, header ul.menu li.menu-item-has-children.show ul.sub-menu { visibility: visible; opacity: 1; 
                        pointer-events: all; }
					header ul.menu li ul li { width: 100%; height: auto; align-items: start; min-width: max-content; margin: 0; }
					header ul.menu li ul li a { text-align: left; width: 100%; }
                    header ul.menu li.current-menu-item ul li > a, header ul.menu li.current-menu-ancestor ul li > a { }
                    header ul.menu li.menu-item-has-children ul li > a { padding: 5px 15px; }

                    header ul.menu li.menu-item-has-children ul li.has-icon-left > a { padding-left: 37px; }

                    
                    /* Rich Menu */
                    header ul.menu li.resources ul.sub-menu { width: 500px; max-width: unset; margin-left: -208px; display: grid; padding-top: 40px;
                        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); column-gap: 20px; row-gap: 5px; }
                        .sub-menu-title { letter-spacing: -.02em; font-size: 11px; margin-bottom: 15px; color: var(--gray10); text-transform: uppercase;
                        position: absolute; top: 0; left: 20px; top: 10px; }
                    header ul.menu li.resources:hover ul.sub-menu{ transform: perspective(75em) rotateX(0deg); pointer-events: all; opacity: 1;
                        transition: all 0.15s ease-in-out;  -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; }
                    header ul.menu li.has-icon-left > a { padding-left: 35px; }
                    header ul.menu li.has-icon-left > a svg, header ul.menu li.has-icon-left img { position: absolute; left: 7px; width: 20px; height: 20px; top: 1px; bottom: 0; 
                        margin: auto 0; color: var(--opalBlue4); }
                    header ul.menu li.has-icon-left img { height: auto; }

                    li.has-subtext a { display: flex; flex-direction: column; gap: 5px; }
                    header ul.menu li.has-icon-left.has-subtext > a svg, header ul.menu li.has-icon-left.has-subtext > a img { top: 3px; margin: 0; }
                    header ul.menu li.has-icon-left.has-subtext > a img { top: 7px; }
                        .menu-item-text { font-weight: bold; }
                        .menu-item-subtext { font-weight: 400; color: var(--gray14); font-size: 12px; }

        
    /* Content */

		/* FAQ */
		.faq-item { margin-top: 30px; padding-top: 30px; border-top: 1px solid var(--gray4); }
        .faq-item.first { margin-top: 30px; }
        .faq-item.last { border-bottom: 1px solid var(--gray4); padding-bottom: 30px; }

		/* Footer */
		.stripe.footer { font-size: 12px; line-height: 1.5em; color: var(--gray12); }
		.stripe.footer .column-inside { display: flex; flex-direction: column; gap: 15px; }

			.footer-menu ul li { list-style-type: none; margin: 10px 0; font-size: 14px; }
			.footer-menu ul li a { color: var(--gray16); }
			.footer-menu ul li a:hover { color: var(--primaryColor); }

			.footer h4 { font-weight: bold; font-size: 18px; }

		/* Blog */
			/* Blog Index */
			.gridicons article { width: 100%; background-color: var(--white); box-shadow: var(--primaryBoxShadow); border: 1px solid var(--gray5);
				border-radius: 5px; overflow: hidden; }
			.gridicons article .thumb-wrap { width: 100%; height: 0; padding-top: 56.25%; border-bottom: 1px solid var(--gray5); }
			.gridicons article .thumb-wrap a { display: block; width: 100%; height: 100%; position: absolute; top: 0; right: 0; bottom: 0; left: 0; padding: 3px;
				background-color: var(--white); }
			.gridicons article .thumb-wrap img { width: 100%; height: 100%; object-fit: cover; }
			.gridicons article .entry-header { padding: 20px; }
			.gridicons article .entry-header h1.entry-title { font-size: 22px; }
			.gridicons article .entry-header h1.entry-title a { color: var(--primaryTextColor); }
			.gridicons article .entry-header h1.entry-title a:hover { color: var(--primaryColor); }
			.gridicons article .entry-header .entry-meta { font-size: 14px; color: var(--gray12); margin-top: 7px; }
			.gridicons article .entry-header h2.entry-subtitle { font-size: 16px; font-weight: 300; margin-top: 10px; line-height: 1.4em; }

			/* Blog Single */
			body.single h2.entry-subtitle { font-weight: 300; color: var(--secondaryTextColor); font-size: 20px; }

			body.single .thumb-wrap { margin-top: 30px; border: 1px solid var(--gray5); padding: 3px; background-color: var(--white); overflow: hidden;
				border-radius: 5px; box-shadow: var(--primaryBoxShadow); }
			body.single .thumb-wrap img { width: 100%; height: 100%; object-fit: cover; float: left; }

		/* Contact */
			


    /* Begin Overrides */
        a > img.aligncenter { overflow: auto; display: block; float: none; }
        img.aligncenter { display: block; margin-left: auto; margin-right: auto;  margin-bottom: 10px;  }
        img.alignleft { float: left; margin-left: 0px; margin-right: 15px; margin-bottom: 10px; } /* Default is scaling */
        img.alignright { float: right; margin-left: 20px; margin-bottom: 10px; }
        img.alignnone { margin: 0px; }
        img.imagefull { clear: both; width: 100%; border: 0px; padding: 0px; margin: 0px; margin-bottom: 30px; }
        
        .reading-pane img { max-width: 100%; }
        .reading-pane img.alignright, .reading-page img.alignleft { max-width: 50%; height: auto; }
        .entry-content iframe { width: 100%; max-width: 100%; }

        .wp-block-image { margin-bottom: 30px !important; }
        
        figure { max-width: 100%; width: 100%; }
        figure img { width: 100%; object-fit: cover; }
        figcaption { font-size: 13px; margin-top: 5px; margin-bottom: 30px; width: 100%; }
        
        figure.alignright { float: right; max-width: 50%; margin: 0; margin-left: 20px; margin-bottom: 30px; }
        figure.alignleft { float: left; max-width: 50%; margin: 0; margin-right: 20px; margin-bottom: 30px; }

        figure.alignleft img, figure.alignright img { width: 100%; height: auto; }
        
        .reading-pane h1, .reading-pane h2, .reading-pane h3, .reading-pane h4, .reading-pane h5, .reading-pane h6 { margin-bottom: 10px; }
        
        input[disabled] { opacity: .5; }
        input.notop { margin-top: 0; }
        
        .nocursor { cursor: default; }
        
        .aligncenter { display: block; margin-left: auto; margin-right: auto; }
        .alignleft { float: left; }
        .alignright { float: right; }
        
        .aligntextleft { text-align: left; }
        .aligntextright { text-align: right; }
        .aligntextcenter, .center { text-align: center; }

        .fill { width: 100%; }
        .inlineblock { display: inline-block; }

        .breathe { padding-top: 90px; padding-bottom: 90px; }
        .breathetop { padding-top: 90px; }
        .breathebottom { padding-bottom: 90px; }
        .breathemedium { padding-top: 60px; padding-bottom: 60px; }
        .breathetopmedium { padding-top: 60px; }
        .breathebottommedium { padding-bottom: 60px; }
        .breatheless { padding-top: 30px; padding-bottom: 30px; }
        .breathetopless { padding-top: 30px; }
        .breathebottomless { padding-bottom: 30px; }
		.breathexless { padding-top: 20px; padding-bottom: 20px; }
		.breathetopxless { padding-top: 20px; }
		.breathebottomxless { padding-bottom: 20px; }

        
        .mclear { margin-top: 0px; margin-bottom: 0px; }
        .mtop0 { margin-top: 0; }
        .mtop5 { margin-top: 5px; }
        .mtop10 { margin-top: 10px; }
        .mtop15 { margin-top: 15px; }
        .mtop20 { margin-top: 20px; }
        .mtop25 { margin-top: 25px; }
        .mtop30 { margin-top: 30px; }
        .mtop40 { margin-top: 40px; }
        .mtop50 { margin-top: 50px; }
        .mtop60 { margin-top: 60px; }

        .mbot0 { margin-bottom: 0; }
        .mbot5 { margin-bottom: 5px; }
        .mbot10 { margin-bottom: 10px; }
        .mbot15 { margin-bottom: 15px; }
        .mbot20 { margin-bottom: 20px; }
        .mbot25 { margin-bottom: 25px; }
        .mbot30 { margin-bottom: 30px; }
        .mbot40 { margin-bottom: 40px; }
        .mbot50 { margin-bottom: 50px; }
        .mbot60 { margin-bottom: 60px; }

        
        /* Lengths */
        .w40 { width: 40px; }
        .w50 { width: 50px; }
        .w60 { width: 60px; }
        .w70 { width: 70px; }
        .w80 { width: 80px; }
        .w100 { width: 100px; }
        .w125 { width: 125px; }
        .w150 { width: 150px; }
        .w200 { width: 200px; }
        .w300 { width: 300px; }
        .w350 { width: 350px; }
        .w400 { width: 400px; }
        .w50p { width: 50%; }
        .w60p { width: 60%; }
        .w70p { width: 70%; }
        .w80p { width: 80%; }
        .w90p { width: 90%; }

    /* End Overrides */	
                
                
/* Media Queries */

/* Touch Screens */
@media (hover:none) {
    
    
}

/* Small Desktop - Max content width = 940px with 30px gutters totalling 1000px */
/* Optimized for the 1024px CSS screen resolution */
@media only screen and (max-width: 1400px) {

    h1, .huge, .h1 { font-size: 32px; font-weight: bold; }
    h2, .xxlarge, .h2 { font-size: 22px; }
    h3, .xlarge, .h3 { font-size: 21px; }
    h4, .large, .h4 { font-size: 19px; }
    h5, .medium , .h5 { font-size: 18px; }
    h6, .small, .h6 { font-size: 16px; letter-spacing: 0px; }
	
	/* Stripes */
		.stripe-inside { width: 1000px; }

		.columns.two { gap: 80px; }

    /* Stripe Headings */
		h1.stripe-title, h2.stripe-title, h2.entry-title { font-size: 28px; }

		h2.stripe-subtitle, h3.stripe-subtitle { font-size: 19px; }

	/* Columns */
		.columns.four { column-gap: 30px; }

			.gridicons article .entry-header h1.entry-title { font-size: 19px; }
			.gridicons article .entry-header h2.entry-subtitle { font-size: 15px; }

    /* Menu */
        ul.menu li { margin-right: 25px; }

}

@media only screen and (max-width: 1018px) {

	/* Header */
		.logo-wrap { width: 180px; position: absolute; left: 0; right: 0; margin: auto; }
		.logo-wrap a { width: 100%; }

		.logo-icon-menu { display: block; }

		a.button.cta { position: absolute; right: 30px; }

		/* Menu */
			button.hamburger { display: block; z-index: 110; }
			body.showmobile button.hamburger { color: var(--white); border: 1px solid rgba(255,255,255,.15); }

			.menuwrap { position: fixed; top: 0; left: -200px; bottom: 0; width: 200px; background: var(--primaryColor); padding: 0; transition: .15s linear all; opacity: 0; 
				visibility: hidden; margin: 0; top: 0; box-shadow: 0 0 0 rgba(0,0,0,.2); display: block; z-index: 100; }
			body.showmobile .menuwrap { transition: .15s linear all; left: 0; opacity: 1; visibility: visible; box-shadow: 0 0 30px rgba(0,0,0,.2); }

			.menu-primary-container { display: block; height: auto; }

			header ul.menu { padding-top: 70px; }
			header ul.menu li { width: 100%; margin: 0; height: auto; margin-right: 30px; }
			header ul.menu li a { width: 100%; line-height: 1em; border: 0; border-right: 4px solid transparent; padding: 15px 20px 15px 20px; color: var(--white);
				border-radius: 0; font-weight: 400; }
			header ul.menu li a:hover { background: rgba(0,0,0,.1); }
			header ul.menu li.current-menu-item a { border-bottom: 0; border-right: 4px solid var(--primaryColor); background: rgba(0,0,0,.1); }
			header ul.menu li.current-menu-item a:hover { background: rgba(0,0,0,.2); }
            header ul.menu li:last-child { margin-right: 0; }

			header ul.menu li.mobilehome { display: block; }

	/* Stripes */
		.stripe-inside { width: 100%; }

		.columns.two { grid-template-columns: 1fr; gap: 40px; }

	/* Columns */
        .columns.cards { row-gap: 30px; grid-template-columns: 1fr 1fr 1fr; }

        .columns { column-gap: 60px; }
        .columns.four { gap: 30px; }

        .columns.gridicons, .columns.three.gridicons { row-gap: 60px; column-gap: 40px; }
        .stripe.blog .columns { gap: 20px; }

        .stripe.hero-bar .columns.two .buttonwrap { flex-direction: column; }
        .stripe.hero-bar .columns.two .buttonwrap a.button:nth-child(2) { margin-left: 0; margin-top: 15px; }

		.columns.four { grid-template-columns: repeat(3, minmax(0, 1fr)); }

	/* Images */
	.subject-image-row { flex-wrap: wrap; }
		.subject-image.multiple { justify-content: center; }

    /* Buttons */
        .button.large, a.button.large, button[type=submit].large, input[type=submit].large { font-size: 18px; padding: 14px 28px; }
        .button.withiconright.large i { top: 14px; }

	/* Stripe Headings */
		h1.stripe-title, h2.stripe-title, h2.entry-title { font-size: 34px; }

	/* Spacing */
	.breathe { padding-top: 100px; padding-bottom: 100px; }
    .breathetop { padding-top: 100px; }
    .breathebottom { padding-bottom: 100px; }

    .breathemedium { padding-top: 80px; padding-bottom: 80px; }
    .breathetopmedium { padding-top: 80px; }
    .breathebottommedium { padding-bottom: 80px; }

    .breatheless { padding-top: 50px; padding-bottom: 50px; }
    .breathetopless { padding-top: 50px; }
    .breathebottomless { padding-bottom: 50px; }

    .breathexless { padding-top: 20px; padding-bottom: 20px; }
    .breathetopxless { padding-top: 20px; }
    .breathebottomxless { padding-bottom: 20px; }

}


@media only screen and (max-width: 900px) {

	.columns.three { grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 30px; }
	.columns.three .column { grid-column: span 3; }
	.columns.three .column:last-child { max-width: 400px; margin: 0 auto; grid-column-start: 2; grid-column-end: 6; }

	/* Overrides */
    .breathe { padding-top: 80px; padding-bottom: 80px; }
    .breathetop { padding-top: 80px; }
    .breathebottom { padding-bottom: 80px; }

    .breathemedium { padding-top: 60px; padding-bottom: 60px; }
    .breathetopmedium { padding-top: 60px; }
    .breathebottommedium { padding-bottom: 60px; }

    .breatheless { padding-top: 40px; padding-bottom: 40px; }
    .breathetopless { padding-top: 40px; }
    .breathebottomless { padding-bottom: 40px; }

}


@media only screen and (max-width: 767px) {

	h1, .huge, .h1 { font-size: 28px; }
	h2, .xxlarge, .h2 { font-size: 20px; }
	
	/* Buttons */
		.button.medium, a.button.medium, button[type=submit].medium, input[type=submit].medium, input[type=submit].wpforms-submit.medium { padding: 10px 24px; }
		.button.medium.rounded, a.button.medium.rounded, button[type=submit].medium.rounded, input[type=submit].medium.rounded, input[type=submit].wpforms-submit.medium.rounded
			{ border-radius: 21px; }

	/* Stripes */

	/* Columns */
		.columns.four { grid-template-columns: repeat(2, minmax(0, 1fr)); }


	/* Stripe Headings */
		h1.stripe-title, h2.stripe-title, h2.entry-title { font-size: 28px; }

		h2.stripe-subtitle, h3.stripe-subtitle { font-size: 18px; }

}


@media only screen and (max-width: 600px) {
    
    /* Stripe Headings */
        h1.stripe-title, h2.stripe-title, h2.entry-title { font-size: 26px; margin-bottom: 20px; }
        h2.stripe-subtitle, h3.stripe-subtitle { font-size: 16px; letter-spacing: 0; margin-top: 20px; margin-bottom: 20px; }

		body, .circle-number-content { font-size: 15px; }

	/* Header */
		.logo-wrap { display: none; }
		.logo-icon { display: block; }

	/* Columns */
		.columns.three { grid-template-columns: repeat(1, minmax(0, 1fr)); }
		.columns.three .column { grid-column: span 1; }
		.columns.three .column:last-child { grid-column-start: unset; grid-column-end: unset; }

		.boxed.padded { padding: 30px; }

		/* Columns */
		.columns.two { grid-template-columns: repeat(1, minmax(0, 1fr)); }
		.columns.four { grid-template-columns: repeat(1, minmax(0, 1fr)); }

	/* Overrides */
    .breathe { padding-top: 60px; padding-bottom: 60px; }
    .breathetop { padding-top: 60px; }
    .breathebottom { padding-bottom: 60px; }

    .breathemedium { padding-top: 50px; padding-bottom: 50px; }
    .breathetopmedium { padding-top: 50px; }
    .breathebottommedium { padding-bottom: 50px; }

    .breatheless { padding-top: 40px; padding-bottom: 40px; }
    .breathetopless { padding-top: 40px; }
    .breathebottomless { padding-bottom: 40px; }
	
}


@media only screen and (max-width: 480px) {
	
	
}

/* Mobile View */
@media only screen and (max-device-width: 415px) {
	#fill { width: 100%; } /* Width specified for iPhone 7s */
	#container { width: 100%; } /* Width specified for iPhone 7s */
	
	
}

/* Mobile Landscape Only - Max content width = 696px with 20px gutters totalling 736px; */
@media only screen and (max-device-width: 737px) and (orientation: landscape) { 
	
	#fill { width: 100%; }
	#container { width: 100%; } 

}