@font-face {
    font-family: ArchivoBlack;
    font-style: normal;
    font-weight: 600;
    src: url(https://resources.valveque.com/just_add_content/templates/construction/fonts/ArchivoBlack-Regular.ttf);
    font-display: block;
}

@font-face {
    font-family: OpenSans;
    font-style: normal;
    font-weight: normal;
    src: url(https://resources.valveque.com/just_add_content/templates/construction/fonts/OpenSans-Regular.ttf);
    font-display: block;
}

@font-face {
    font-family: OpenSans;
    font-style: normal;
    font-weight: normal;
    src: url(https://resources.valveque.com/just_add_content/templates/construction/fonts/OpenSans-Bold.ttf);
    font-display: block;
}

@font-face {
    font-family: Raleway;
    font-style: normal;
    font-weight: normal;
    src: url(https://resources.valveque.com/just_add_content/templates/construction/fonts/Raleway-Regular.ttf);
    font-display: block;
}

@font-face {
    font-family: Raleway Bold;
    font-style: normal;
    font-weight: 700;
    src: url(https://resources.valveque.com/just_add_content/templates/construction/fonts/Raleway-Bold.ttf);
    font-display: block;
}

@font-face {
    font-family: Raleway Bold Italic;
    font-style: italic;
    font-weight: 700;
    src: url(https://resources.valveque.com/just_add_content/templates/construction/fonts/Raleway-BoldItalic.ttf);
    font-display: block;
}

@font-face {
    font-family: Raleway Italic;
    font-style: italic;
    font-weight: normal;
    src: url(https://resources.valveque.com/just_add_content/templates/construction/fonts/Raleway-Italic.ttf);
    font-display: block;
}

@font-face {
    font-family: RockwellBold;
    font-style: normal;
    font-weight: normal;
    src: url(https://resources.valveque.com/just_add_content/templates/construction/fonts/rockwell-bold.ttf);
    font-display: block;
}

:root {
    --black: #000000;
    --bodyTextFont: Raleway;
    --companyNameFont: RockwellBold;
    --footerBgColor: #091b5f;
    --headingColor: #091b5f;
    --gray: #808080;
    --navAndHeadingsFont: ArchivoBlack;
    --navBgColor: #091b5f;
    --navBgColorHover: #3a497f;
    --openingHoursText: OpenSans;
    --orange: #ff840b;
    --white: #ffffff;
}

* {
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    word-wrap: break-word;
}

a {
    color: var(--headingColor);
    font-weight: 500;
    text-decoration: none;
}

a:hover {
    cursor: pointer;
    text-decoration: underline;
}

a:active {
    text-decoration: underline;
}

address {
    font-style: normal;
}

blockquote {
    margin: 40px 16px;
    font-style: italic;
}

div.hr_inside {
    margin: 32px 0 32px 0;
}

div.embed_video_inside {
    margin-top: 21px;
}

em {
    font-style: italic;
}

figcaption {
    font-family: var(--basic_text);
    font-size: 14px;
    margin-top: 3px;
}


figure {
    height: auto;
    margin-left: 16px;
	margin-top: 21px;
    width: 100%;
}

h1 {
    color: var(--headingColor);
    font-family: var(--companyNameFont);
    font-size: 24px;
    line-height: 28px;
	letter-spacing: 0;
	font-weight: 400;
}

h2 {
    color: var(--headingColor);
    font-family: var(--companyNameFont);
    font-size: 1.25em;
    font-weight: 500;
    margin-top: 1.60em;
    padding: 0;
    width: auto;
    margin-left: 0; 
}

h3 {
    color: var(--headingColor);
    display: block;
    font-family: var(--companyNameFont);
    font-size: 1em;
    font-weight: 500;
    margin-top: 1.40em;
    padding: 0;
    width: auto;
    margin-left: 0;
}

hr {
    border-bottom: none;
    border-top: 1px dashed var(--navBgColor);
    clear: both;
    margin: 2em 0 2em 0;
}

iframe {
    display: block;
    height: 400px;
    width: 100%;
}

img {
	display: block;
	height: auto;
	width: 100%;
}

li {
    font-family: var(--bodyTextFont);
    font-size: 16px;
    margin-top: 16px;
}

ol {
    list-style-position: inside;
    margin: 24px 0 0 32px;
}

p {
    color: var(--black);
    font-family: var(--bodyTextFont);
    font-size: 16px;
    margin-left: 16px;
    margin-top: 20px;
}

q {
    display: inline;
    font-style: italic;
}

q:after {
    	content: close-quote;
}


q:before {
    content: open-quote;
}

s {
    text-decoration: line-through;
}

.sfte_button_link {
    background-color: var(--navBgColor);
    border-radius: 5px;
    color: white;
    display: block;
    font-family: var(--bodyTextFont);
    font-size: 16px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 0;
    padding: 10px;
    text-align: center;
    text-decoration: none;
}

.sfte_button_link:hover {
    background-color: var(--navBgColorHover);
    text-decoration: none;
}

.sfte_button_link_small_left {
    margin-left: 16px;
    margin-right: auto;
    width: 200px;
}

.sfte_button_link_small_center {
    margin-left: auto;
    margin-right: auto;
    position: relative;
        left: 16px;
    width: 200px;
}

.sfte_button_link_small_right {
    margin-left: auto;
    margin-right: 0;
    width: 200px;
}

.sfte_button_link_large_center {
    margin-left: auto;
    margin-right: auto;
    position: relative;
        left: 16px;
    width: 80%;
}

strong {
    font-weight: bold;
}

sub {
    font-size: smaller;
    vertical-align: sub;
}

sup {
    font-size: smaller;
    vertical-align: super;
}

u {
    text-decoration: underline;
}

ul {
    list-style-position: inside;
    margin: 24px 0 0 32px;
}

@media screen and (min-width: 864px) {

    figure {
    	margin: 1.35em 0 1em 0;
    	width: 100%;
    }

    ol {
        margin-left: 2em;
	}

    p {
        margin-left: 0;
    	line-height: 140%; 
    }

    .sfte_button_link_small_left {
        margin-left: 0;
    }
    
    .sfte_button_link_small_center {
            left: 0;
    }
    
    .sfte_button_link_large_center {
            left: 0;
    }    

    ul {
        margin-left: 2em;
	}

}