@font-face {
    font-family: 'brandon_grotesqueregular';
    src: url('../files/fonts/brandon_reg-webfont.eot');
    src: url('../files/fonts/brandon_reg-webfont.eot?#iefix') format('embedded-opentype'), url('../files/fonts/brandon_reg-webfont.woff2') format('woff2'), url('../files/fonts/brandon_reg-webfont.woff') format('woff'), url('../files/fonts/brandon_reg-webfont.ttf') format('truetype'), url('../files/fonts/brandon_reg-webfont.svg#brandon_grotesqueregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'brandon_grotesquemedium';
    src: url('../files/fonts/brandon_med-webfont.eot');
    src: url('../files/fonts/brandon_med-webfont.eot?#iefix') format('embedded-opentype'), url('../files/fonts/brandon_med-webfont.woff2') format('woff2'), url('../files/fonts/brandon_med-webfont.woff') format('woff'), url('../files/fonts/brandon_med-webfont.ttf') format('truetype'), url('../files/fonts/brandon_med-webfont.svg#brandon_grotesquemedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'brandon_grotesquebold';
    src: url('../files/fonts/brandon_bld-webfont.eot');
    src: url('../files/fonts/brandon_bld-webfont.eot?#iefix') format('embedded-opentype'), url('../files/fonts/brandon_bld-webfont.woff2') format('woff2'), url('../files/fonts/brandon_bld-webfont.woff') format('woff'), url('../files/fonts/brandon_bld-webfont.ttf') format('truetype'), url('../files/fonts/brandon_bld-webfont.svg#brandon_grotesquebold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: ShopifySansBold;
    src: url('https://cdn.shopify.com/shopify-marketing_assets/static/ShopifySans--bold.woff2');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: ShopifySansLight;
    src: url('https://cdn.shopify.com/shopify-marketing_assets/static/ShopifySans--light.woff2');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: ShopifySans;
    src: url('https://cdn.shopify.com/shopify-marketing_assets/static/ShopifySans--regular.woff2');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: ShopifySansMedium;
    src: url('https://cdn.shopify.com/shopify-marketing_assets/static/ShopifySans--medium.woff2');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: ShopifySansBlack;
    src: url('https://cdn.shopify.com/shopify-marketing_assets/static/ShopifySans--black.woff2');
    font-style: normal;
    font-weight: normal;
}

/*************************** Fonts ***************************/
html {
    height: 100% !important;
}

input.formstyle {
    box-sizing: unset;
    background-color: #008060;
    clear: both;
    font-size: 16px;
    color: #ffffff;
    display: block;
    font-family: "ShopifySansBold";
    padding: 0px 28px;
    height: 40px !important;
    text-align: center;
    width: auto;
    border-radius: 10px;
    border: none;
    margin: 0 auto;
    text-decoration: none;
    -moz-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
    appearance: none;
}

input.formstyle:hover {
    background-color: #90dfd6;
}

table {
    width: 100%;
    padding-top: 30px;
    border-collapse: collapse;
    border-spacing: 0;
}

.sbHolder {
    border: 1px solid #dddddd;
    height: 43px;
    text-align: left;
}

.sbHolder a {
    font-family: ShopifySans;
}

.sbSelector:link,
.sbSelector:visited,
.sbSelector:hover {
    margin: 0;
    font-size: 14px;
    color: #000;
}

.sbSelector {
    height: 43px;
    line-height: 43px;
    font-size: 14px;
    color: #000;
}

.sbOptions {
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    border-radius: 0;
    top: 43px !important;
}

.sbToggle {
    border-left: 1px solid #dddddd;
    top: 8px;
    height: 25px;
}

.sbOptions a:link,
.sbOptions a:visited {
    font-size: 14px;
}

.sbOptions a {
    font-size: 14px;
    font-family: ShopifySans;
}

table .sbHolder {
    float: left;
    height: 25px;
    margin: 0px 0px 15px 10px;
}

table .sbHolder .sbOptions {
    top: 41px !important;
}

table .sbSelector {
    display: block;
    height: 30px;
    left: 0;
    line-height: 30px;
    overflow-x: hidden;
    overflow-y: hidden;
    position: absolute;
    text-indent: 10px;
    top: 0;
    width: 100%;
}

table .sbOptions a:link,
table.sbOptions a:visited {
    font-size: 15px;
}

table .sbSelector:link,
table .sbSelector:visited,
table .sbSelector:hover {
    margin: 0px 2px;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
}

font {
    font-size: 16px;
    color: #767676;
    text-align: left;
}

table td:first-child {
    width: 75px;
}

table .sbToggle {
    right: 2px;
}

.sbHolder.formstyle {
    width: 90px;
}

.sbHolder.formstyle .sbOptions {
    width: 128px;
}

.formstyle {
    cursor: pointer;
    font-family: helvetica !important;
    font-size: 22px;
    height: 20px !important;
    padding: 10px 20px !important;
}

table td table {
    line-height: 30px;
    width: 320px;
}

input {
    margin-left: 0;
}

input[type=text] {
    display: inline-block;
    font-family: "ShopifySans";
    color: #30373B;
    -webkit-font-smoothing: antialiased;
    border: 1px solid #dddddd;
    border-radius: 3px;
    background-color: #FFF;
    -webkit-transition: border-color .1s;
    -moz-transition: border-color .1s;
    -o-transition: border-color .1s;
    transition: border-color .1s;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

input[type=text]:focus {
    border: 2px solid #5d6cc1;
}

table td table font {
    padding-right: 7px;
}

input[type="radio"] {
    margin-right: 6px;
}

@media screen and (max-width: 500px) {
    .sbHolder.formstyle {
        width: 90%;
    }

    table .sbHolder {
        margin: 12px 0 8px;
    }

    table {
        padding-top: 0;
    }

    table td {
        display: block;
    }

    table table td {
        display: table-cell;
    }

    .sbHolder {
        display: block;
        margin-bottom: 10px;
        width: 100%;
    }
}