<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	font-family: 'Lora', serif;
}
h1, h2, h3, h4, h5, h6 {
	text-transform: uppercase;
	font-family: 'Lora', serif;
	letter-spacing: 0.15em;
	color: #333333;
	line-height: 1em;
	color: #333333;
	text-align: center;
}

h1.page-title {
 font-size:2rem;
 margin:0;
 padding:0;
 font-weight: 700;
 letter-spacing: 0.09em;
 font-family: 'Lora', serif;
}

h2 {
	font-weight: 700;
	margin-bottom: 1em;
	margin-top: 1em;
	font-size: 2rem;
	letter-spacing: 0.09em;
	font-family: 'Lora', serif;
}

h2.title {
	margin-top: 0px;
	font-size: 1.8rem;
	text-align: center;
}

h2.entry-title {
	text-transform: capitalize;
	text-align: left;
	font-size: 2.250rem;
	line-height: 2.5rem;
	letter-spacing: 0.04em;
	margin-top: 0;
}

h2.widget-title {
	font-size:1.5rem;
}

h3 {
	text-align: left;
	font-weight: 700;
	margin-bottom: .4em;
	letter-spacing: 0.1em;
	font-family: 'Lora', serif;
}


h3.gigpress-artist-heading {
	margin-top: 2em;
	text-transform: capitalize;
	letter-spacing: 0.06em;
	font-size: 1.3rem;
	margin-bottom: 1.75em;
}

h3.gigpress-artist-heading a {
	color: #333;
}

.page-id-97 h3 {
	font-size:1.3rem;
	margin-top: 2em;
	margin-bottom: 2em;
}

.gigpress-info-item {
	margin-right: 1em;
}

.gigpress-empty {
	text-align: center;
	font-size: .9rem;
	color: #333;
	margin-top: 3em;
}


h4 {
	margin-bottom: 1.75rem;
}

h5 {
	font-weight: 700;
	margin-bottom: 1em;
	font-family: 'Lora', serif;
}

p {
	font-size: .9rem;
	line-height: 1.5rem;
	text-align: justify;
}

p.small {
	font-size: .9rem;
	line-height: normal;
}

a:link, a:visited {
	color: #669933;
}

a:hover {
	color: #416120;
}

blockquote {
	border: none;
	padding-top:1em;
	padding-bottom:1em;
	margin-top:2em;
	margin-bottom:2em;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left-width: 0px;
}

blockquote &gt; p {
	font-size: 1.5rem;
	color: #000;
}

ul.small-list {
	list-style: none;
	margin-left: 0;
	font-size: .8rem;
	margin-bottom: 2.3em;
}

ul.small-list &gt; li {
	margin-bottom: .3rem;
}

a.button, a.button:visited {
	background-color: #304036 !important;
	text-transform: uppercase;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px; /* future proofing */
	-khtml-border-radius: 50px;
	letter-spacing: .09em;
	display: inline-block;
	margin-top: 1em;
	font-weight: 700;
	color: #fff;
}

a.button:hover {
	background-color: #76a287 !important;
}

.ctct-button {
background-color: #304036;
	text-transform: uppercase;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px; /* future proofing */
	-khtml-border-radius: 50px;
	letter-spacing: .09em;
	display: inline-block;
	margin-top: 1em;
	font-weight: 700;
	color: #fff;
	box-shadow: none;
}

.ctct-button:hover {
	background-color: #76a287;
	box-shadow: none;
}
input[type="submit"] {
	background-color: #304036;
	text-transform: uppercase;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px; /* future proofing */
	-khtml-border-radius: 50px;
	letter-spacing: .09em;
	display: inline-block;
	margin-top: 1em;
	font-weight: 700;
	color: #fff;
	box-shadow: none;
}


/* TOP SHARE BAR */

.share_bar {
	background-color: #22261d;
	width: 100%;
	z-index: 50000 !important;
	font-weight: 700;
}
ul.share_icons {
	margin-bottom: 0px;
	line-height: 23px;
	float: right;
	margin-right: 1em;
}
ul.share_icons li {
	display: inline-block;
	list-style: none;
	height: 23px;
	margin-top: 7px;
	margin-bottom: 7px;
	margin-left: 10px;
}


/* HEADER STYLES */

header.home {
	background-repeat: no-repeat;
	background-position: center center fixed;
	background-image: url(../../img/home/home-main-photo-mobile.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 90%;
	background-color: #000;
}

 .home-logo-container {
	position: absolute;
	bottom: 28%;
	margin-left: 1.4rem;
	width: 98%;
	border-bottom: 3px solid #e1e2d5;
	padding-bottom: 0.313rem;
}

.home-logo {
	max-width:680px;
}
.home-logo-mobile {
	position: absolute;
	top: 320px;
	width: 90%;
	z-index: 500;
	border-bottom: 2px solid #e1e2d5;
	padding-bottom: 0.313rem;
}

header.subpage {
	background-repeat: no-repeat;
	background-position: center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 50%;
	background-color: #000;
}

/*About Pages Header */
.parent-pageid-2 header.subpage {
	background-image: url(../../img/background-about-mobile.jpg);
}

/* News Header */
.single-post header.subpage, .blog header.subpage {
	background-image: url(../../img/background-news-mobile.jpg);
}
/* Events Header */
.page-id-95 header.subpage {
	background-image: url(../../img/background-events-mobile.jpg);
}

.parent-pageid-95 header.subpage {
		background-image: url(../../img/background-events-mobile.jpg);
}

/* Photos Header */
.page-id-7 header.subpage {
	background-image: url(../../img/background-photos-mobile.jpg);
}

/* Contact Header */
.page-id-97 header.subpage {
	background-image: url(../../img/background-contact-mobile.jpg);
}

/* Music Header */
.page-id-30 header.subpage {
	background-image: url(../../img/background-music-mobile.jpg);
}

/* Single Albums Header */
.single-albums header.subpage {
	background-image: url(../../img/background-music-mobile.jpg);
}

/* Rocky Mountain High Trail Header */
.page-id-3296 header.subpage {
	background-image: url(../../img/background-RMH-mobile.jpg);
}



.subpage-logo-container {
	position: absolute;
	bottom: 61%;
	margin-left: 1.4rem;
	width: 98%;
	border-bottom: 3px solid #e1e2d5;
	padding-bottom: 0.313rem;
}

.subpage-logo {
	max-width:500px;
}
.subpage-logo-mobile {
	position: absolute;
	top: 220px;
	width: 90%;
	z-index: 500;
	border-bottom: 2px solid #e1e2d5;
	padding-bottom: 0.313rem;
	z-index: 5;
}

.subpage-logo-mobile img {
	z-index: 5;
}



/* NAVIGATION STYLES */

.menu-text {
 display: none important!;
}
.title-bar {
	background: rgba(21,24,18,0.8) none repeat scroll 0 0;
	color: #fefefe;
	padding: 0.5rem;
	font-family: 'Lora', serif;
}
.title-bar-title {
	color: #fff;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 0.85em;
	letter-spacing: 1.5px;
}

.subpage .top-bar {
	background-color: rgba(21,24,18,0.7);
	position: absolute;
	bottom: 50%;
}

.top-bar {
	background-color: rgba(21,24,18,0.7);
	position: absolute;
	bottom: 10%;
}

.subpage .top-bar {
	width: 100%;
}

.top-bar ul {
	background-color: transparent;
}
.menu &gt; li &gt; a {
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1em;
	letter-spacing: 1.5px;
	font-family: 'Lora', serif;
	z-index: 200000;
}
.menu &gt; li &gt; a:hover {
	color: #d5d289;
}

.submenu {
    border:none;
}

.submenu &gt; li {
	list-style: none;
	padding: .5rem;
	background-color: rgba(21,24,18,0.7) !important;
	    
}

.submenu &gt; li &gt; a {
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: .9em;
	letter-spacing: 1.2px;
	font-family: 'Lora', serif;

}

.submenu &gt; li:hover {
	background-color: rgba(21,24,18,0.9) !important;
}

.dropdown.menu.medium-horizontal &gt; li.is-dropdown-submenu-parent &gt; a::after {
    border-color: #fff transparent transparent;
    border-width: 5px 5px 0;
    margin-top: -2px;
    right: 5px;
    width: 0;
}

@media only screen and (min-width: 49.813em) and (max-width: 52.875em) {

	.dropdown.menu.medium-horizontal &gt; li.is-dropdown-submenu-parent &gt; a::after {
    right: 25px;
}

	}

	@media only screen and (min-width: 52.875em) and (max-width: 56.750em) {

	.dropdown.menu.medium-horizontal &gt; li.is-dropdown-submenu-parent &gt; a::after {
    right: 35px;
}

	}

	@media only screen and (min-width: 56.750em) and (max-width: 64em) {

	.dropdown.menu.medium-horizontal &gt; li.is-dropdown-submenu-parent &gt; a::after {
    right: 45px;
}

	}




header.home .home_link {
	display: none;
}

li.home_link {
	text-align: center;
}

.home_link a:link, .home_link a:visited {
	color: #d5d289;
}

li.home_link a:hover {
	color: #fff;
}




/* HOME STYLES */

.button-section {
	background-image: url(../../img/home/home-button-back.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center bottom fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding-top: 2.25em;
}

.button-section-50 {
	background-image: url(../../img/home/home-button-back-50.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center bottom fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding-top: 2.25em;
}

.button-section-50 a.button {
	font-size: 1.1rem;
	padding: .7em 1em !important;
}

.button-section-50 a.button, .button-section-50 a.button:visited {
 background-color: #c77838 !important;
}

.button-section-50 a.button:hover {
	background-color: #985c2b !important;
}

.btn-email, .btn-merch, .btn-reissue, .btn-symphony, .btn-trail {
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
	padding: 1rem;
	margin-bottom: 2em;
}
.btn-email h4, .btn-merch h4 {
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
	letter-spacing: .06em;
	font-size: 1.4rem;
}

@media only screen and (min-width: 53.875em) and (max-width: 64em) {
.btn-email h4, .btn-merch h4 {
	font-size: 2.1rem !important;
}



}

.btn-email {
	background-image: url(../../img/home/btn-email-back.jpg);
}

.btn-merch {
	background-image: url(../../img/home/btn-merch-back.jpg);
}

.btn-reissue {
	background-image: url(../../img/home/btn-RMH-back.jpg);
}

.btn-symphony {
	background-image: url(../../img/home/btn-RMHsymphony-back.jpg);
}

.btn-trail {
	background-image: url(../../img/home/btn-RMHtrail-back.jpg);
}

h5 {
	font-weight: 700;
	margin-bottom: 1em;
	font-family: 'Lora', serif;
}

h5.rmh {
	font-weight: 700;
	margin-bottom: 1em;
	font-family: 'Lora', serif;
	font-size: 1.5rem;
	color: #ffffff;
	letter-spacing: .09em;
	line-height: 1.1em;
}




/* BLOG INDEX STYLES */

img.size-home-thumb:hover {
opacity: .6;
}

.post_index_container img:hover {
	opacity: .6;
}


h4.blog_title {
	font-style: italic;
	font-weight: 700;
	text-align: left;
	text-transform: capitalize;
	letter-spacing: .02em;
	line-height: normal;
	text-align: left;
	font-size: 1.2rem;
	margin-top: -1rem;
	margin-bottom: 3rem;
}
h4.blog_title a:link {
	color: #22261d;
}
h4.blog_title a:visited {
	color: #22261d;
}
h4.blog_title a:hover {
	color: #43562b;
}

a.post_title_link:link h4.blog_title, a.post_title_link:visited h4.blog_title{
color: #22261d;
}

a.post_title_link:hover h4.blog_title {
	color: #43562b;
}


.blog h4.blog_title {
	margin-bottom: .7em;
}


.read_more {
	margin-bottom: 3em;
}

a.read_more {
		background-color: #93a299;
	text-transform: uppercase;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px; /* future proofing */
	-khtml-border-radius: 50px;
	letter-spacing: .09em;
	display: inline-block;
	margin-top: 2rem;
	font-weight: 700;
	font-size: .5em;
	padding: .6em 1em;
}

a.read_more:hover {
	background-color: #76a287;
	}


span.date {
	display: inline-block;
	color: #000;
	font-size: .7rem;
	position: relative;
	bottom:27px;
	background-color:rgba(255, 255, 255, 0.9);
	padding: .4rem;
}

.blog-snippet p {
	font-size: .9rem;
	line-height: 1.2rem;
	margin-bottom: 0;
}

.blog-navigation a {
		background-color: #93a299;
	text-transform: uppercase;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px; /* future proofing */
	-khtml-border-radius: 50px;
	letter-spacing: .09em;
	display: inline-block;
	margin-top: 1em;
	font-weight: 700;
	color: #fff;
	padding: .5em 1em;
	font-size: .7em;
}

.blog-navigation a:hover {
	background-color: #76a287;
	}

/* SINGLE POST STYLES */

span.posted-date {
	display: block;
	color: #727272;
	font-size: 1em;
}

.entry-content img {
	margin-bottom: 2.5em;
}

.format-video .entry-content &gt; img.attachment-post-featured {
	display: none;
}

/*SUBPAGE STYLES */

.subpage-content {
	padding-top: 3.3em;
	padding-bottom: 3.3em;
}

.single-post .content_container {
	margin-top: 4.250em;
}

.divider {
	margin-bottom: 2.5em;

}


.divider hr {
    border-color: -moz-use-text-color -moz-use-text-color #bbc2c1;
    border-width: 0 0 2px;
    clear: both;
    height: 0;
    margin: 0.6rem auto;
    max-width: 75rem;
}


h3.album-title {
	margin-bottom:0px;
	font-size: 1rem;
	letter-spacing: .05rem;
}

h3.album-title a:link, h3.album-title a:visited {
	color:#333;
}

h3.album-title a:hover {
	color:#669933;
}

.album-cover {
	margin-bottom: 1em;
}

p.release-date-small {
	font-size:.8rem;
	margin-bottom: 2em;
}

span.release-date {
	display: block;
	font-size: 1.2rem;
	text-align: left;
	color: #575757;
	text-transform: uppercase;
}

h2.album-title {
	font-size: 1.8rem;
	margin-bottom: .4em;
	margin-top: 0;
}

h5.album-header {
	text-align: left;
	letter-spacing: .03rem;
	margin-top: 1em;
	border-bottom: 1px solid #CCCCCC;
}

.lyricsbox {display:none}

.event {
	border-bottom: 1px solid #CCCCCC;
	padding: 1.5em;
	background-color:#f7f7f7;
}

.addthis_toolbox {
	margin-top: 2em !important;
}



/* SIDEBAR STYLES */

.widget {
	margin-bottom: 3em;
}



/* FOOTER STYLES */

section.footer {
	background-color: #11130f;
	padding-bottom:1em;
	padding-top:1.5em;
	margin-top: 3em;
}
.footer p {
	color: #acb3a4;
	font-size: 0.75em;
	text-align: left;
	font-style: italic;
	margin-bottom: 0px;
	line-height: 1.4em;
}

.footer p a:link, .footer p a:visited {
	color: #acb3a4;
}

.footer p a:hover {
	color: #fff;
}

p.bottom-nav {
	font-size: .8em;
	text-align: right;
}

p.bottom-nav a:link {
		color: #acb3a4;
		margin-left: 5px;
	}

p.bottom-nav a:visited {
		color: #acb3a4;
		margin-left: 5px;
	}

p.bottom-nav a:hover {
		color: #fff;
		margin-left: 5px;
	}

.footer_menu ul {
	font-style: italic;
	font-size:0.750rem;
}

.footer_menu ul &gt; li {
	display: inline;
}

.footer_menu ul &gt; li a:link {
	
}



 // Small screens @media only screen {
} /* Define mobile styles */

@media only screen and (max-width: 40em) {
p {
	text-align: left;
}

ul.share_icons {
    float: left;
    margin-right: 0;
}

ul.share_icons li {
    margin-left: 5px;
}

blockquote {
	font-size: 1.2rem;
	padding-top:.9em;
	padding-bottom:.9em;
	margin-top:1em;
	margin-bottom:1em;
}

blockquote &gt; p {
	font-size: 1.2rem;
	color: #000;
}

h2.entry-title {
	font-size: 1.5em;
	line-height: 1em;
	}

.release-date {
	margin-bottom: 2em;
		text-align: center !important;
}

h2.album-title {
	margin-top: 1em;
	text-align: center !important;
}


h4.blog_title {
	font-size: 1rem;

	}

	/* Header */

header.home {
	height: 400px;
}

header.subpage {
	height: 300px;
}

.sidebar {
	padding-top: 2em;
	border-top: 1px solid #CCCCCC;
}

/* Navigation */

button, input[type="button"], input[type="reset"], input[type="submit"] {
    box-shadow: none;
}

button:hover {
    box-shadow: none;
}

.title-bar {
	position: absolute;
	top: 37px;
	width: 100%;
}
.top-bar, .subpage .top-bar {
	position: relative;
	top: 40px;
	z-index: 200000;
	background-color: rgba(21,24,18,0.9);
}

.menu &gt; li &gt; a {
	font-size: .8em;
}

li.home_link {
	text-align: left;
}


.submenu &gt; li {
	background-color: transparent !important;
	    
}

.submenu &gt; li {
    display: block;
	padding: .2em;
	padding-left: 1em;
}

.submenu &gt; li &gt; a {
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: .9em;
	letter-spacing: 1.2px;
	font-family: 'Lora', serif;

}

.submenu &gt; li:hover {
	background-color: transparent !important;
}

.is-accordion-submenu-parent &gt; a::after {
    border-color: #fff transparent transparent;
}


/* Home */

.button-section {
	background-image: url(../../img/home/home-button-back-mobile.jpg);
}

.button-section-50 {
	background-image: url(../../img/home/home-button-back-mobile-50.jpg);
}



/* Subpage */

.single-post .content_container {
	margin-top: 3em;
}

.lyricswrap &gt; h2 {
	font-size: 1.5rem;
	margin-top: 0;
}

.lyricswrap &gt; p {
	font-size: .8rem;
}

} /* max-width 640px, mobile-only styles, use when QAing mobile issues */

@media only screen and (min-width: 40.063em) {

/* About Page Large Header*/
.parent-pageid-2 header.subpage {
	background-image: url(../../img/background-about.jpg);
}

/* News Page Large Header*/
.single-post header.subpage, .blog header.subpage  {
	background-image: url(../../img/background-news.jpg);
}

/* Events Header */
.page-id-95 header.subpage {
	background-image: url(../../img/background-events.jpg);
}

.parent-pageid-95 header.subpage {
	background-image: url(../../img/background-events.jpg);
}

/* Photos Header */
.page-id-7 header.subpage {
	background-image: url(../../img/background-photos.jpg);
}

/* Music Header */
.page-id-30 header.subpage {
	background-image: url(../../img/background-music.jpg);
}

/* Single Albums Header */
.single-albums header.subpage {
	background-image: url(../../img/background-music.jpg);
}

/* Contact Header */
.page-id-97 header.subpage {
	background-image: url(../../img/background-contact.jpg);
}

/* Rocky Mountain High Trail Header */
.page-id-3296 header.subpage {
	background-image: url(../../img/background-RMH.jpg);
}

.button-section {
	padding-top: 3.75em;
}

.button-section-50 {
	padding-top: 3.75em;
}

h4 {
	margin-bottom: 1.75rem;
}

p {
	font-size: 1.125rem;
	line-height: 1.8rem;
}



}

/* min-width 641px, medium screens */

@media only screen and (min-width: 40.063em) and (max-width: 64em) {

h1.page-title {
 font-size:2.5rem;
}

h2.entry-title {
	font-size: 1.9em;
	line-height: 1em;
	}

h5.rmh {
	font-size: 1.1rem !important;

}

.menu &gt; li &gt; a {
	font-weight: 700;
	font-size: .8rem;
	letter-spacing: 1.2px;
}

.submenu &gt; li &gt; a {
	font-size: .8em;
}

.submenu &gt; li {
	padding: .3rem;  
}

.dropdown.menu.medium-horizontal &gt; li.opens-right &gt; .is-dropdown-submenu {
    top: 120%;
}

.subpage .dropdown.menu.medium-horizontal &gt; li.opens-right &gt; .is-dropdown-submenu {
    top: 116%;
}

.btn-email, .btn-merch {
	font-size: 2em;
	height: 280px;
	padding: 1em;
}

.btn-reissue, .btn-symphony, .btn-trail {
	font-size: 2em;
	height: 280px;
	padding: 1em;
}

.btn-email h4, .btn-merch h4 {
	font-size: 1.7rem;
}

.btn-email .button, .btn-merch .button {
	padding: 0.65em 1.2em;
	margin-top: 1.2em;
	font-size: 1.1rem;
}

.btn-reissue .button, .btn-symphony .button, .btn-trail .button {
	padding: 0.65em 1.2em;
	margin-top: 1.2em;
	font-size: 1.1rem;
}

.subpage-content {
	padding-top: 3.3em;
}


} /* min-width 641px and max-width 1024px, use when QAing tablet-only issues */

@media only screen and (min-width: 64em) {

h1.page-title {
 font-size:3rem;
}

h2 {
	font-size: 3rem;
}

h3 {
	font-size: 1.8rem;
}

h5 {
	font-size: 1.5rem;
}

h2.title {
	font-size: 2.5rem;
}

.top-bar {
	padding-top: .7em;
	padding-bottom: .7em;
}

.subpage .top-bar {
	padding-top: 0;
	padding-bottom: 0;
}

header.home {
	background-image: url(../../img/home-main-photo-2023.jpg) !important;
}

.btn-email, .btn-merch, .btn-reissue, .btn-symphony, .btn-trail {
	font-size: 2.2rem !important;
	padding: 1em .9em;
	height: 310px;
}
.btn-email h4, .btn-merch h4 {
	font-size: 2.22rem;
}

.button-section input[type="submit"] {
	padding: 0.65em 1.2em;
	margin-top: 1.2em;
	font-size: 1.1rem;
}

.btn-email .button, .btn-merch .button {
	padding: 0.65em 1.2em;
	margin-top: 1.2em;
	font-size: 1.1rem;
}

.dropdown.menu.medium-horizontal &gt; li.is-dropdown-submenu-parent &gt; a::after {
    border:none;
}



header.home #menu-item-47 {
	padding-left: 3em;
}

.lyricswrap &gt; h2 {
	font-size: 2rem;
	margin-top: 0;
}

.lyricswrap &gt; p {
	font-size: .9rem;
}



} /* min-width 1025px, large screens */

@media only screen and (min-width: 64em) and (max-width: 73.375em) {



} /* min-width 1024px and max-width 1140px, use when QAing large screen-only issues */

@media only screen and (min-width: 64.063em) and (max-width: 90em) {
	.subpage .top-bar {
	padding-top: 0;
	padding-bottom: 0;
}
} /* min-width 1025px and max-width 1440px, use when QAing large screen-only issues */
 @media only screen and (min-width: 90.063em) {
 		.subpage .top-bar {
	padding-top: .7em;
	padding-bottom: .7em;
}

} /* min-width 1441px, xlarge screens */

@media only screen and (min-width: 90.063em) and (max-width: 120em) {
} /* min-width 1441px and max-width 1920px, use when QAing xlarge screen-only issues */
 // XXLarge screens @media only screen and (min-width: 120.063em) {
} /* min-width 1921px, xxlarge screens */

.hide-if-no-js {
  display: none;
}


</pre></body></html>