/*
Website Name: W.E. Kingswell
Copyright 2017
Adventure Web Interactive
*/


/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Fonts - $$fonts
 * ----------------------------------------------------- *
\* ===================================================== */

@font-face {
    font-family: 'roboto';
    font-weight: 700;
    font-style: normal;
    src: url('../fonts/roboto-black-webfont.woff2') format('woff2'), url('../fonts/roboto-black-webfont.woff') format('woff');
}

@font-face {
    font-family: 'roboto';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/roboto-medium-webfont.woff2') format('woff2'), url('../fonts/roboto-medium-webfont.woff') format('woff');
}

@font-face {
    font-family: 'roboto';
    font-weight: 300;
    font-style: normal;
    src: url('../fonts/roboto-regular-webfont.woff2') format('woff2'), url('../fonts/roboto-regular-webfont.woff') format('woff');
}


/* ===================================================== *\
 * ----------------------------------------------------- *mai
 *  Normalize - $$normalize
 * ----------------------------------------------------- *
\* ===================================================== */

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

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

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

progress {
    vertical-align: baseline;
}

template,
[hidden] {
    display: none;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
    outline-width: 0;
}

abbr[title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    border-bottom: none;
    -webkit-text-decoration: underline dotted;
}

b,
strong {
    font-weight: inherit;
    font-weight: bolder;
}

dfn {
    font-style: italic;
}

mark {
    color: #000;
    background-color: #ff0;
}

small {
    font-size: .75em;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

figure {
    margin: 1em 40px;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

button,
input,
select,
textarea {
    margin: 0;
    font: inherit;
}

optgroup {
    font-weight: bold;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type='button'],
[type='reset'],
[type='submit'] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid #c0c0c0;
}

legend {
    display: table;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    padding: 0;
    color: inherit;
    white-space: normal;
}

textarea {
    overflow: auto;
}

[type='checkbox'],
[type='radio'] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
    height: auto;
}

[type='search'] {
    outline-offset: -2px;
    -webkit-appearance: textfield;
}

[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: .54;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

::-moz-selection {
    color: rgb(0, 31, 58);
    text-shadow: none;
    background: rgb(204, 219, 233);
}

::selection {
    color: rgb(0, 31, 58);
    text-shadow: none;
    background: rgb(204, 219, 233);
}


/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Type - $$type
 * ----------------------------------------------------- *
\* ===================================================== */

html {
    font-family: sans-serif;
    font-size: 14px;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    font: 100%/1.2 'roboto', Arial, Helvetica, sans-serif;
    color: #000;
    background: #fff;
}

p,
h1,
h2,
h3,
h4,
.alpha,
.beta,
.gamma,
.delta,
form,
table,
hr,
pre,
blockquote {
    margin: 0 0 20px;
}

p {
    font-weight: 300;
}

h1,
h2,
h3,
h4,
.alpha,
.beta,
.gamma,
.delta {
    margin-top: 40px;
    line-height: 1.2;
}

h1,
.alpha {
    font-size: 2.25em;
}

h2,
.beta {
    font-size: 1.875em;
}

h3,
.gamma {
    font-size: 1.5em;
}

h4,
.delta {
    font-size: 1.125em;
}

h5 {
    font-size: .875em;
}

h6 {
    font-size: .75em;
}

ul,
ol,
dl,
menu {
    padding: 0;
    margin: 0 0 20px 40px;
}

a {
    color: #004d8f;
    text-decoration: none;
}

a:focus,
a:active,
a:hover {
    text-decoration: underline;
    outline: 0;
}

strong,
b {
    font-weight: bold;
}

em,
i {
    font-style: italic;
}

img {
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

hr {
    display: block;
    height: 1px;
    padding: 0;
    border: 0;
    border-top: 1px solid #ccc;
}

small,
sub,
sup {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

td {
    vertical-align: top;
}

blockquote,
q {
    quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
    content: '';
    content: none;
}

blockquote {
    padding: 20px;
    color: #004d8f;
    border-left: 8px solid;
}

.product-title {
	font-size: 46px;
	color: #004d8f;
	text-align: center;
}

@media screen and (max-width: 767px) {
    blockquote {
        padding: 15px;
    }
}

@media screen and (max-width: 567px) {
    html {
        font-size: 1rem;
    }
}


/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Tools - $$tools
 * ----------------------------------------------------- *
\* ===================================================== */

.hidden,
.tablet-view,
.mobile-view {
    display: none !important;
    visibility: hidden;
}

.desktop-view {
    display: block !important;
    visibility: visible;
}

.clearfix::after,
.container::after {
    content: '';
    display: block;
    clear: both;
}

.browserupgrade {
    padding: 5px 0;
    color: #000;
    text-align: center;
    background: #ccc;
}

[style*='background-image'] {
    background-position: center;
    background-size: cover;
}

.inlineblock-fix {
    font-size: 0;
}

.inlineblock-reset {
    font-size: 1rem;
}

:active {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

:first-child {
    margin-top: 0;
}

:last-child {
    margin-bottom: 0;
}

.list--unstyled {
    margin: 0;
    list-style: none;
}

.skip-nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 0;
    line-height: 32px;
    color: #fff;
    text-align: center;
    overflow: hidden;
    background: rgba(0, 52, 97, .75);
}

.skip-nav:focus {
    height: 32px;
    text-decoration: none;
    outline: 1px dotted #000;
}

.responsive-embed {
    position: relative;
}

.responsive-embed::before {
    content: '';
    display: block;
    padding-bottom: 56.25%;
}

.responsive-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Forms - $$forms
 * ----------------------------------------------------- *
\* ===================================================== */

legend {
    white-space: normal;
    *margin-left: -7px;
}

label {
    display: block;
    margin: 0 0 4px;
}

input,
textarea,
select,
button,
.button {
    width: 100%;
    height: 42px;
    padding: 0 10px;
    font: inherit;
    color: #000;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
}

input:focus,
textarea:focus,
select:focus {
    border-color: #004d8f;
    outline: 0;
}

input,
textarea {
    -webkit-appearance: none;
}

select {
    padding: 0 0 0 5px;
}

textarea {
    height: 120px;
    padding: 10px;
    vertical-align: top;
    overflow: auto;
    resize: vertical;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'],
.button {
    cursor: pointer;
    *overflow: visible;
    -webkit-appearance: button;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

input[type='radio'],
input[type='checkbox'] {
    width: auto;
    height: auto;
    padding: 0;
    margin: 0 4px 0 0;
    border: none;
}

input[type='radio'] {
    -webkit-appearance: radio;
}

input[type='checkbox'] {
    -webkit-appearance: checkbox;
}

input[type='file'] {
    height: auto;
    height: 32px\9;
    background: none;
    background: #fff\9;
    border: none;
    border: 1px solid #ccc\9;
}

input[type='file']::-ms-value {
    background: #fff;
    border: none;
}

input[type='search'] {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'],
.button {
    width: auto;
    height: auto;
    padding: .5em 1.25em;
    line-height: 1.2;
    color: #fff;
    cursor: pointer;
    background: #004d8f;
    border: none;
    border-radius: 0;
    -webkit-appearance: none;
}

.button {
    display: inline-block;
    text-align: center;
}

button:hover,
html input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover,
.button:hover {
    text-decoration: none;
    background: #003461;
}

button:active,
html input[type='button']:active,
input[type='reset']:active,
input[type='submit']:active,
.button:active {
    -webkit-transform: translateY(1px);
    -ms-transform: translateY(1px);
    transform: translateY(1px);
}

button[disabled],
html input[disabled] {
    cursor: default;
}

form .list--unstyled li + li {
    margin-top: 12px;
}

.form-field--half,
.form-field--third {
    float: left;
    width: calc(50% - 6.5px);
}

.form-field--third {
    width: calc(33.33333% - 8.33333px);
}

.form-field--half + .form-field--half,
.form-field--third + .form-field--third {
    margin-left: 12px;
}

.form-field--half:first-child ~ .form-field--half:nth-child(2),
.form-field--third:first-child ~ .form-field--third:nth-child(2),
.form-field--third:first-child ~ .form-field--third:nth-child(3) {
    margin-top: 0;
}

li:not(.form-field--half) + .form-field--half,
li:not(.form-field--third) + .form-field--third {
    margin-left: 0;
}

.form-field--half + li:not(.form-field--half),
.form-field--third + li:not(.form-field--third) {
    padding-top: 12px;
    margin-top: 0;
    clear: left;
}

@media screen and (max-width: 567px) {
    .form-field--half,
    .form-field--third {
        float: none;
        width: 100%;
    }
    .form-field--half + .form-field--half,
    .form-field--third + .form-field--third {
        margin-left: 0;
    }
    .form-field--half:first-child ~ .form-field--half:nth-child(2),
    .form-field--third:first-child ~ .form-field--third:nth-child(2),
    .form-field--third:first-child ~ .form-field--third:nth-child(3) {
        margin-top: 12px;
    }
}


/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Structure - $$structure
 * ----------------------------------------------------- *
\* ===================================================== */

.container {
    max-width: 1200px;
    padding-right: 30px;
    padding-left: 30px;
    margin: 0 auto;
}

.full-width {
    float: none;
    width: 100%;
    max-width: 54em;
    margin: 0 auto;
}

.form-list {
    max-width: 500px;
    margin: 0;
    list-style: none;
}

.form-list li {
    margin: 10px 0 0;
}

.form-list li:first-child {
    margin: 0;
}

@media screen and (max-width: 1023px) {
    .container {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media screen and (max-width: 767px) {
    .container {
        padding-right: 10px;
        padding-left: 10px;
    }
}


/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Header - $$header
 * ----------------------------------------------------- *
\* ===================================================== */

.header {
    padding-bottom: 5px;
    color: #fff;
    background: #004d8f;
    border-bottom: 2px solid #fff;
}

.logo {
    padding-top: 10px;
}

.logo-wrap {
    float: left;
    display: inline-block;
    font-weight: 300;
    text-align: center;
}

.header-info {
    float: right;
    padding: 0;
    margin: 5px 0 0;
}

.header-info a {
    font-size: 38px;
    color: #fff;
}

.header-info .icon {
    display: none;
    width: 20px;
    height: 20px;
    fill: #fff;
}

.header-info a[href^=tel]:hover {
    color: #f07e01;
    text-decoration: none;
}

.header-info li {
    display: inline-block;
    padding: 0 5px;
    vertical-align: middle;
}

.header-info li:last-child {
    padding-right: 0;
}

@media screen and (max-width: 870px) {
    .header {
        padding: 0;
    }
    .logo-wrap {
        float: none;
        display: block;
        margin: 0 auto;
    }
    .header-info {
        float: none;
        margin-bottom: 5px;
        text-align: center;
    }
    .header-info .icon {
        display: inline-block;
    }
    .header-info p {
        display: none;
    }
    .header-info a {
        font-size: 22px;
    }
}


/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Nav - $$nav
 * ----------------------------------------------------- *
\* ===================================================== */

.nav .container {
    padding: 0;
}

.awiNav__trigger,
.awiNav-wrap .awiNav__close,
.awiNav-wrap .awiNav__togglesub,
.awiNav-cover {
    display: none;
}

.awiNav {
    float: right;
    position: relative;
    bottom: 0;
    z-index: 200;
    padding: 0;
    margin: 20px 0 0;
    font-size: 0;
    list-style: none;
}

.awiNav.collapsable {
    white-space: nowrap;
}

.awiNav li {
    position: relative;
    margin: 0;
    font-size: 16px;
    text-transform: uppercase;
}

.awiNav > li {
    display: inline-block;
}

.awiNav a {
    display: block;
    padding: 0 15px;
    color: #fff;
    white-space: nowrap;
    text-decoration: none;
}

.awiNav a:hover {
    color: #f07e01;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}

.awiNav ul {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    padding: .5em 0;
    margin: 0;
    line-height: 1;
    list-style: none;
    background: #004d8f;
}

.awiNav > li:last-child {
    right: 0;
    left: auto;
    margin-right: -15px;
}

.awiNav ul ul {
    top: -.5em;
    right: auto;
    left: 100%;
}

.awiNav > li:last-child ul ul {
    right: 100%;
    left: auto;
}

.awiNav ul a {
    padding-top: .5em;
    padding-bottom: .5em;
    font-weight: 300;
    color: #fff;
}

@media screen and (min-width: 871px) {
    .awiNav li:hover > ul {
        display: block;
    }
}

@media screen and (max-width: 1023px) {
    .awiNav a {
        padding: 0 10px;
    }
    .awiNav li {
        font-size: 14px;
    }
    .awiNav > li:last-child {
        margin-right: -10px;
    }
}

@media screen and (max-width: 870px) {
    .awiNav-cover {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        width: 100%;
        height: calc(100vh + 200px);
        cursor: pointer;
        background: rgba(0, 0, 0, .6);
    }
    .nav {
        margin: 0 -20px;
    }
    .awiNav a:hover {
        color: #fff;
    }
    .awiNav__trigger {
        position: relative;
        display: block;
        width: 100%;
        height: 50px;
        padding: 0;
        margin: 0;
        line-height: 0;
        cursor: pointer;
        background: #003461;
        border: 0;
        border-radius: 0;
        outline: 0;
    }
    .awiNav__trigger:active {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .awiNav__trigger span {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 40px;
        height: 4px;
        margin: -2px 0 0 -20px;
        background: #fff;
        border-radius: 2px / 50%;
        -webkit-box-shadow: 0 -8px 0 #fff, 0 8px 0 #fff;
        box-shadow: 0 -8px 0 #fff, 0 8px 0 #fff;
    }
    .awiNav-wrap {
        position: fixed;
        top: 0;
        left: 100%;
        z-index: 999999;
        width: calc(100% - 45px);
        max-width: 320px;
        height: calc(100vh + 200px);
        padding-bottom: 200px;
        -webkit-transition: -webkit-transform .3s ease-out;
        -o-transition: transform .3s ease-out;
        transition: -webkit-transform .3s ease-out;
        transition: transform .3s ease-out;
        transition: transform .3s ease-out, -webkit-transform .3s ease-out;
        background: #003461;
    }
    .awiNav-wrap.nav-shown {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    .awiNav-wrap .awiNav__close {
        position: relative;
        display: block;
        width: 100%;
        height: 45px;
        padding-left: 50px;
        font-size: .9rem;
        font-weight: 700;
        text-align: left;
        text-transform: uppercase;
        background: none;
        border-bottom: 1px solid #fff;
        border-radius: 0;
    }
    .awiNav-wrap .awiNav__close:hover,
    .awiNav-wrap li:hover {
        background: rgba(255, 255, 255, .1);
    }
    .awiNav-wrap .awiNav__close:active {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .awiNav__close span {
        position: absolute;
        top: 10px;
        left: 10px;
        width: 20px;
        height: 3px;
        -webkit-transform: rotate(45deg) translateX(4px);
        -ms-transform: rotate(45deg) translateX(4px);
        transform: rotate(45deg) translateX(4px);
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center;
        background: #fff;
        border-radius: 2px;
    }
    .awiNav__close span ~ span {
        -webkit-transform: rotate(-45deg) translateX(-4px);
        -ms-transform: rotate(-45deg) translateX(-4px);
        transform: rotate(-45deg) translateX(-4px);
        -webkit-transform-origin: right center;
        -ms-transform-origin: right center;
        transform-origin: right center;
    }
    .awiNav {
        width: 100%;
        max-height: calc(100% - 45px);
        text-align: left;
        overflow-y: auto;
    }
    .awiNav.nav-hidden,
    .awiNav .nav-hidden {
        display: none;
    }
    .awiNav.nav-shown,
    .awiNav .nav-shown {
        display: block;
    }
    .awiNav li,
    .awiNav > li {
        display: block;
        width: 100%;
        height: auto;
        font-size: 0;
        line-height: 1.2;
        border-bottom: 1px dotted rgba(255, 255, 255, .1);
    }
    .awiNav__links {
        position: relative;
    }
    .awiNav a,
    .awiNav ul a {
        display: block;
        padding: calc(22.5px - .6rem) 15px;
        font-size: 1rem;
        color: #fff;
        white-space: normal;
    }
    .awiNav .awiNav__links > a {
        display: inline-block;
        width: calc(100% - 45px);
        vertical-align: middle;
    }
    .awiNav-wrap .awiNav .awiNav__togglesub {
        position: absolute;
        top: 0;
        right: 0;
        display: inline-block;
        width: 45px;
        height: 100%;
        font-size: 0;
        vertical-align: middle;
        text-indent: -9999px;
        background: rgba(255, 255, 255, .1);
    }
    .awiNav-wrap .awiNav__togglesub.nav-hidden {
        display: none;
    }
    .awiNav__togglesub::before {
        content: '';
        position: absolute;
        top: calc(50% - 5px);
        left: calc(50% - 5px);
        width: 0;
        height: 0;
        -webkit-transition: -webkit-transform .3s ease-out;
        -o-transition: transform .3s ease-out;
        transition: -webkit-transform .3s ease-out;
        transition: transform .3s ease-out;
        transition: transform .3s ease-out, -webkit-transform .3s ease-out;
        border-width: 10px 5px 0 5px;
        border-style: solid;
        border-color: #fff transparent transparent transparent;
    }
    .sub-shown > .awiNav__links > .awiNav__togglesub::before {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .awiNav ul {
        position: static;
        padding: 0;
        background: rgba(255, 255, 255, .1);
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}


/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Banner - $$banner
 * ----------------------------------------------------- *
\* ===================================================== */

.banner {
    height: 520px;
    position: relative;
    text-align: center;
    border-top: 5px solid #f07e01;
    border-bottom: 5px solid #f07e01;
}

.banner .slides,
.banner .slides li,
.banner .slide{
    height: 100%;
}

.banner .flex-direcion-nav{
    display: block;
}

.interior-banner {
    height: 400px;
}

.banner .container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    z-index: 9;
}

.request-box {
    top: 0;
    right: 0;
    z-index: 19;
    padding: 5px 10px;
    margin-right: 30px;
    text-transform: uppercase;
    background-color: #f07e01;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.request-box a {
    font-size: 24px;
    color: #fff;
}

.request-box a:hover {
    color: #004d8f;
    text-decoration: none;
}

.banner-box {
    max-width: 1200px;
    margin: 0 auto;
    padding: 150px 0 10px;
    color: #fff;
    text-align: center;
    text-shadow: 2px 2px rgba(0, 0, 0, .6);
    z-index: 9;
}

.banner-box h2 {
    font-size: 72px;
}

.banner-box h1 {
    margin-bottom: 10px;
    font-size: 34px;
    font-weight: 300;
    text-transform: uppercase;
}

.banner-box p {
    font-size: 18px;
    font-weight: 300;
    text-shadow: 1px 1px rgba(0, 0, 0, .6);
}

.banner-tag {
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
    background-color: rgba(0, 77, 143, .9);
    border-top-left-radius: 100%;
    border-top-right-radius: 100%;
    padding: 5px 0;
    z-index: 9;
}

.banner-tag h3 {
    font-size: 28px;
    font-weight: 300;
}

.brochure-icon{
    float: right;
        margin-right: 250px;
    margin-top: 30px;
    text-align: center;
}
.brochure-icon a{
        color: #f07e01;
    font-weight: 900;
    text-decoration: none;
}
.brochure-icon a:hover{
    color: #c56700;
    text-decoration: none;
}
img.brochure-icon-img {
    width: 150px;
}
.specials-link{
    margin: 0 auto;
    display: block;
    color: #f07e01;
    font-weight: 900;
    text-decoration: none;
    text-align: center;
}
.specials-link:hover{
    color: #c56700;
    text-decoration: none;
}
.allied-brochure{
    display: inline-block;
    float: right;
    margin: 5px 0 20px 20px;
}

@media screen and (max-width: 1023px) {
    .banner,
    .interior-banner {
        height: 400px;
    }
    .request-box {
        margin-right: 20px;
    }
    .request-box a {
        font-size: 18px;
    }
    .banner-box {
        padding: 130px 0 0;
    }
    .banner-box h2 {
        font-size: 62px;
    }
    .banner-box h1 {
        margin: 50px 0 10px;
        font-size: 22px;
    }
    .banner-box p {
        font-size: 16px;
    }
    .banner-tag h3 {
        font-size: 22px;
    }
}

@media screen and (max-width: 870px) {
    .banner{
        height: 350px;
    }
    .banner .flex-direction-nav{
        display: none;
    }
    .interior-banner {
        height: 300px;
    }
    .banner-box {
        padding: 80px 0 0;
    }
    .banner-box h2 {
        font-size: 46px;
        margin-bottom: 10px;

    }
    .banner-box h1{
        margin-top: 0;
        /*font-size: 20px;*/
    }
    .banner-box p {
        display: none;
    }
    .banner-tag h3 {
        font-size: 18px;
    }
    .brochure-icon{
    margin: 20px 20px;
    text-align: center;
}
img.brochure-icon-img {
    width: 100px;
}
.allied-brochure{
    float: none;
    margin: 0 auto;
    display: block;
    text-align: center;
}

}

@media screen and (max-width: 567px) {
    .banner{
        height: 250px;
    }
    .interior-banner {
        height: 180px;
    }
    .banner-box {
        padding: 20px 0 0;
    }
    .banner-box h2 {
        font-size: 32px;
    }
    .banner-tag {
        display: none;
    }
    .request-box {
        display: none;
    }
}


/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Services - $$services
 * ----------------------------------------------------- *
\* ===================================================== */

.services {
    position: relative;
    overflow: hidden;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.services .service-wrap {
    display: table;
    width: calc(100% + 30px);
    margin: 0 -15px;
    text-align: center;
}

.color-overlay {
    position: relative;
    display: table-cell;
    width: 33.3333%;
    height: 100%;
    padding: 0 15px;
    color: #fff;
    border-left: 1px solid #f07e01;
}

.color-overlay:first-child {
    border: none;
}

.color-overlay::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #000;
    background-color: rgba(77, 77, 77, .77);
}

.color-overlay >:not(.services-img) {
    position: relative;
    z-index: 1;
}

.color-overlay:first-child::before {
    right: 0;
    left: auto;
    width: 100vw;
}

.color-overlay:last-child::before {
    width: 100vw;
}

.services .color-overlay:hover::before {
    position: unset;
    opacity: 0;
}

.services .color-overlay:hover {
    color: #000;
}

.services h2 {
    margin: 40px 0;
    font-size: 41px;
    text-transform: uppercase;
}

.services-img {
    height: 250px;
    margin-bottom: 10px;
    background-repeat: no-repeat;
    background-size: contain;
}

.services p {
    margin: 0 0 10px;
}

.services-img .services-button {
    padding: 10px 20px;
    margin-top: 100px;
    opacity: 0;
}

.color-overlay:hover .services-button {
    opacity: 1;
}

.brand-list li {
	display: inline-block;
	margin: 0 10px;
}
.half {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}
.mgmt {
	/*float: left;
	width: 60%;*/
}

.warehouse {
	/*float: left;
	width: 60%;*/
	margin-top: 20px;
}

.office {
	/*position: relative;*/
	margin-top: 20px;
}

@media screen and (max-width: 1023px) {
    .services ul {
        margin: 0 -10px;
    }
    .services ul li {
        padding: 0 10px;
    }
    .services-img .services-button {
        padding: 10px;
    }
}

@media screen and (max-width: 850px) {
    .services .service-wrap {
        display: block;
        width: 100%;
        margin: 0;
    }
    .services .color-overlay {
        display: block;
        width: 100%;
        max-width: 600px;
        padding: 0;
        margin: 20px auto 0;
        border: none;
    }
    .color-overlay {
        color: #000;
    }
    .services h2 {
        margin: 20px 0 10px;
        font-size: 32px;
        text-transform: uppercase;
    }
    .services .color-overlay::before {
        opacity: 0;
    }
    .color-overlay .services-button {
        opacity: 1;
    }
}


/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Main - $$main
 * ----------------------------------------------------- *
\* ===================================================== */

.specials-title,
.manufacturers-title,
.news-title,
.news h2,
.footer-title,
.form-title,
.main-cols li h2 {
    font-size: 29px;
    text-align: center;
}

.services-button,
.specials-button,
.news-button,
.quote-form .quote-submit {
    padding: 5px 40px;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    background-color: #f07e01;
    border: 1px solid #fff;
    border-radius: 10px;
}

.services-button:hover,
.specials-button:hover,
.news-button:hover,
.quote-form .quote-submit:hover {
    background-color: #c66800;
}


/*------------------------  MAIN  ------------------------*/

.main-content {
    padding: 15px 0 30px;
    text-align: center;
    background: url('../img/bg.png');
    border-top: 5px solid #f07e01;
}

#main-content {
    padding-top: 50px;
    padding-bottom: 50px;
}

article,
aside {
    float: left;
    width: calc(100% - 330px);
}

.main-title {
    font-size: 21px;
    font-weight: 300;
}

.main-cols {
    margin: 0 -15px;
}

.main-cols li {
    float: left;
    display: inline-block;
    width: 50%;
    list-style: none;
}

.main-cols li,
.main-cols li p {
    padding: 0 15px;
}

.dropdown-button {
	background-color: #f07e01;
	color: #fff;
	font-size: 16px;
	border: none;
}

.dropdown {
	position: relative;
	display: inline-block;
}

.dropdown-content {
	display: none;
	position: absolute;;
	background-color: #003461;
	min-width: 160px;
	z-index: 1;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdown-content a {
	color: #fff;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}

.dropdown-content a:hover {
	background-color: #D5D5D5;
}

.dropdown:hover .dropdown-content {
	display: block;
}

.dropdown: hover .dropdown-button {
	background-color: #003461;
}

/*------------------------  SPECIALS  ------------------------*/

.specials {
    padding: 30px 0;
}

.specials ul {
    margin: 0;
}

.specials li {
    display: inline-block;
    vertical-align: top;
    list-style: none;
}

.specials-text {
    width: 30%;
    margin-left: 65px;
    text-align: left;
}

.specials-flyers {
    display: inline-block;
    width: calc(70% - 80px);
    text-align: center;
}


/*------------------------  MANUFACTURERS  ------------------------*/

.manufacturers .container {
    position: relative;
    padding: 20px 0;
}

.slick-carousel {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    list-style: none;
}

.manufacturers ul li {
    margin: 0 5px;
}

.manufacturers img {
    margin: 0 auto;
}

.slick-arrow {
    position: absolute;
    top: 50%;
    padding: 0;
    margin-top: 13px;
    background: none;
}

.slick-arrow img {
    display: block;
}

.manufacturers .slick-slide {
    float: none;
    display: inline-block !important;
    vertical-align: middle;
}

.slick-arrow:hover {
    opacity: .9;
    background: none;
}

.slick-prev {
    left: 0;
}

.slick-next {
    right: 0;
}


/*------------------------  FORM  ------------------------*/

.quote-form {
    text-align: left;
    background-color: #004d8f;
    border-bottom: 5px solid #f07e01;
}

.quote-form .clearfix {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.form-title {
    color: #fff;
    text-align: left;
}

.left-img {
    padding: 0;
    margin: 0;
}

.quote-form .right-form {
    padding: 10px 0;
}

.quote-form ul li {
    float: left;
    width: 50%;
    padding: 0 10px;
}

.quote-form input,
.quote-form textarea {
    margin: 5px 0 0;
    font-weight: 300;
    color: rgba(255, 255, 255, .7);
    background-color: rgba(255, 255, 255, .2);
    border: none;
}

.quote-form img {
    height: 100%;
    padding-right: 30px;
    -o-object-fit: cover;
    object-fit: cover;
}

.quote-form input {
    height: 30px;
}

.quote-form textarea {
    height: 90px;
}


/*------------------------  NEWS  ------------------------*/

.news {
    padding: 20px 0 40px;
    color: #fff;
    background-color: #767676;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.news-title {
    margin: 0;
}

.news h2 {
    padding: 20px 0 5px;
    margin: 0;
    text-align: left;
}

.news ul {
    margin: 0 20px;
    text-align: left;
    list-style: none;
}

.news ul li {
    float: left;
    width: 33.3333%;
    padding: 0 15px;
}

.news p {
    margin-bottom: 10px;
}

@media screen and (max-width: 1200px) {
    .quote-form .container {
        padding: 0;
        margin: 0;
    }
    .quote-form ul li {
        padding: 0;
    }
    .quote-form .right-form {
        padding: 10px 20px 10px 0;
    }
}

@media screen and (max-width: 1023px) {
    #main-content {
        padding-top: 46px;
        padding-bottom: 46px;
    }
}

@media screen and (max-width: 850px) {
    .specials-text {
        text-align: center;
    }
    .specials-text,
    .specials-flyers {
        width: 100%;
    }
    .specials-button {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 767px) {
    header .container {
        padding: 0;
    }
    #main-content {
        padding-top: 38px;
        padding-bottom: 38px;
    }
    main p,
    .services p {
        font-size: 14px;
    }
    article {
        float: none;
        width: 100%;
    }
    .specials-title,
    .manufacturers-title,
    .news-title,
    .news h2,
    .footer-title,
    .form-title,
    .main-cols li h2 {
        font-size: 24px;
    }
    .main-title {
        font-size: 18px;
    }
    .main-cols {
        margin: 0;
    }
    .main-cols li {
        float: none;
        width: 100%;
        padding: 10px 0;
    }
    .main-cols h2 {
        margin-bottom: 5px;
    }
    .slick-arrow {
        display: none !important;
    }
    .quote-form .left-img {
        display: none;
    }
    .quote-form ul li {
        width: 100%;
    }
    .quote-form .right-form {
        padding: 10px 20px;
    }
    .quote-form .right-form,
    .form-title,
    .news ul {
        text-align: center;
    }
    .news ul li {
        width: 100%;
        padding: 0;
    }
    .news h2 {
        text-align: center;
    }
    .specials li {
        margin-left: 0;
    }
    .half{
        width: 100%;
        text-align: center;
    }
    .sales{
        margin-top: 20px;
    }
}

@media screen and (max-width: 567px) {
    #main-content {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}


/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Sidebar - $$sidebar
 * ----------------------------------------------------- *
\* ===================================================== */

aside {
    width: 330px;
    padding: 0 0 0 30px;
}

.sidebar {
    margin-bottom: 30px;

}

.sidebar--dynamic {
    padding-left: 20px;
    border-left: 8px solid #003461;
}

.sidebar--dynamic ul {
    margin-left: 0;
    list-style: none;
}

.sidebar--dynamic > ul > li {
    margin: 0 0 30px;
}

.sidebar--dynamic ul ul li {
    margin: 0 0 20px;
    line-height: 1.2;
}

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

@media screen and (max-width: 1023px) {
    aside {
        padding-left: 20px;
    }
}

@media screen and (max-width: 767px) {
    aside {
        float: none;
        width: 100%;
        padding: 0;
        margin-top: 20px;
    }
    .sidebar {
        padding: 15px;
    }
}


/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Footer - $$footer
 * ----------------------------------------------------- *
\* ===================================================== */

.footer {
    padding: 10px 0;
    line-height: 1;
    background: #fff;
    border-top: 5px solid #f07e01;
    border-bottom: 5px solid #f07e01;
}

.footer h2 {
    text-align: center;
}

.sections {
    margin: 0;
    list-style: none;
}

.footer ul li {
    float: left;
    width: 25%;
    padding: 0 10px;
}

.footer ul li:first-child {
    padding-left: 0;
}

.footer ul li:last-child {
    width: 50%;
}

.footer h3 {
    margin: 20px 0 0;
    font-size: 14px;
}

.footer p {
    margin: 0;
}

.footer-logo p {
    color: #004d8f;
}

.footer-address {
    float: left;
    padding-right: 5px;
}

.footer-phone-fax {
    float: right;
    margin-bottom: 10px;
}

.footer-phone-fax a {
    font-weight: 300;
    color: #000;
}
.bbb-badge{
    padding: 10px;
    margin: 10px 0px;
}

.footer-phone-fax a:hover {
    text-decoration: none;
}

.social-media {
    margin: 30px 0 41px;
    text-align: center;
}

.social-media .icon {
    width: 35px;
    height: 35px;
    padding: 3px;
    background-color: #f07e01;
    border-radius: 5px;
    fill: #fff;
}

.social-media .icon:hover {
    padding: 1px;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}

.cards-img {
    padding-top: 20px;
}

.copyright {
    padding: 10px 0;
    margin: 0;
    font-size: 0;
    color: #fff;
    text-align: center;
    list-style: none;
    background: #767676;
    border-top: 2px solid #fff;
}

.copyright li {
    display: inline-block;
    padding: 0 6px;
    font-size: .625rem;
    line-height: 1;
    border-left: 1px solid #fff;
}

.copyright li:first-child {
    border: none;
}

.copyright a {
    color: #fff;
}

@media screen and (max-width: 1200px) {
    .footer-phone-fax {
        float: left;
    }
}

@media screen and (max-width: 1023px) {
    .footer ul li {
        width: 50%;
    }
    .footer ul li:last-child {
        width: 100%;
    }
    .social-media {
        text-align: left;
    }
}

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

@media screen and (max-width: 567px) {
    .footer ul li {
        width: 100%;
        padding: 0;
        text-align: center;
    }
    .social-media {
        margin: 20px 0;
        text-align: center;
    }
    .copyright li {
        display: block;
        padding: 0;
        line-height: 1;
        border: none;
    }
    .footer-hours {
        padding-bottom: 20px;
    }
    .footer-address,
    .footer-phone-fax,
    .cards-img {
        display: none;
    }
}


/* ===================================================== *\
 * ----------------------------------------------------- *
 *  WPCF7 - $$wpcf7
 * ----------------------------------------------------- *
\* ===================================================== */

.wpcf7-form.sent * {
    display: none;
}

.wpcf7-response-output {
    padding: 0 !important;
    margin: 0 !important;
    font-size: 80%;
    line-height: 1.2;
}

.wpcf7-mail-sent-ok {
    padding: 4px 6px !important;
    color: #318a1c;
    background: #d2f7ad;
    border: 1px solid #aedb2e !important;
}

.wpcf7-validation-errors {
    color: #f00;
    border: none !important;
}

.wpcf7-not-valid-tip {
    top: 0 !important;
    left: auto !important;
    width: auto !important;
    padding: 0 !important;
    font-size: 80% !important;
    background: none !important;
    border: none !important;
}

.wpcf7-captchac {
    display: inline-block;
    vertical-align: text-bottom;
}

span.wpcf7-form-control-wrap {
    position: static !important;
    width: 100%;
}

input.wpcf7-not-valid,
textarea.wpcf7-not-valid,
select.wpcf7-not-valid {
    background: #f6c1c1;
    border: 1px solid #f00;
}

div.wpcf7 img.ajax-loader {
    position: absolute;
    display: inline-block;
}

span.wpcf7-list-item {
    margin: 0 !important;
}


/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Jetpack - $$jetpack
 * ----------------------------------------------------- *
\* ===================================================== */

.jetpack_subscription_widget form,
.jetpack_subscription_widget label[for='subscribe-field'] {
    margin: 0;
}

.jetpack_subscription_widget label[for='email'],
#subscribe-text {
    display: none;
}

#subscribe-email {
    margin: 0 0 10px;
}

#subscribe-submit {
    margin: 0;
}

#subscribe-email input {
    width: 100% !important;
}

div.success p {
    margin: 0 0 10px;
    font-size: 1rem;
    line-height: 1.2;
}

div.sharedaddy div.sd-block {
    padding: 0 !important;
    margin: 0 0 15px !important;
    border: none !important;
}

div.sharedaddy .sd-content {
    width: 100% !important;
    margin: 0 !important;
}

.widget_rss_links p {
    margin: 0;
    text-align: center;
}

.widget_rss_links img {
    display: inline;
    margin-right: 5px;
    vertical-align: middle;
}

#wpstats,
.home div.sharedaddy,
.archive div.sharedaddy,
.search div.sharedaddy {
    display: none;
}

.comment-subscription-form {
    margin: 0;
}

.embed-youtube,
.embed-vimeo {
    position: relative;
    max-width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
}

.embed-youtube iframe,
.embed-vimeo iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.responsive-embed-container {
    position: relative;
    max-width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
}

.responsive-embed-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



/* ===================================================== *\
 * ----------------------------------------------------- *
 *  @media - $$media
 * ----------------------------------------------------- *
\* ===================================================== */

@media print {
    @page {
        margin: .5cm !important;
    }
    *,
    *:before,
    *:after {
        color: #000 !important;
        text-shadow: none !important;
        background: transparent !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }
    body {
        padding: .75cm !important;
        font: 10pt/1.2 Arial, Helvetica, sans-serif !important;
    }
    article,
    .container {
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
    }
    nav,
    aside,
    footer {
        display: none;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: ' (' attr(href) ')';
    }
    abbr[title]:after {
        content: ' (' attr(title) ')';
    }
    a[href^='#']:after,
    a[href^='javascript:']:after {
        content: '';
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-size: 18pt !important;
        font-weight: bold !important;
    }
    h2 {
        font-size: 16pt !important;
    }
    h3 {
        font-size: 14pt !important;
    }
    h4 {
        font-size: 12pt !important;
    }
    h5,
    h6 {
        font-size: 10pt !important;
    }
    code {
        font: 10pt Courier, monospace;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}
.transcript-video{text-align: center;margin-bottom: 20px}
.transcript-video iframe{height: 22vw;width: 80%;}
@media screen and (max-width: 1200px) {.transcript-video iframe{height: 30vw;width: 80%;}}
@media screen and (max-width: 900px) {.transcript-video iframe{height: 50vw;width: 80%;}}

.homepage-video{
    text-align: center;
    padding: 50px 0px;
}
.homepage-video .video-icon{
    position: relative;
    /*margin: 0 auto;
    display: block;*/
    top: -295px;
    width: 6em;
    height: 5em;
    top: 0;
    fill: #00000090;
    left: 0;
    transform: translate(-50%,-310%);
    position: relative;
}
.homepage-video .video-image{
    margin: 0 auto;
    display: block;
}

.homepage-video .video-image:hover .video-icon{
   fill: red !important;
transition: .3s
    }
@media screen and (max-width: 900px){
    .homepage-video{
        padding-bottom: 0px;
    }
    .homepage-video .video-icon{
    transform: translate(-18%,-240%);}
}
/* ==========================================================================
   Pop-up corner
   ========================================================================== */
/* The popup chat - hidden by default */
.chat-popup {
  position: fixed;
  bottom: 0;
  right: 15px;
  border: 3px solid #f1f1f1;
  z-index: 9;
  width: 350px;
}

/* Add styles to the form container */
.form-container {
  max-width: 350px;
  padding: 10px;
  background-color: white;
}

/* Full-width textarea */
.form-container textarea {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  border: none;
  background: #f1f1f1;
  resize: none;
  min-height: 200px;
}

/* When the textarea gets focus, do something */
.form-container textarea:focus {
  background-color: #062e50;
  outline: none;
}

/* Set a style for the submit/send button */
.form-container .btn {
  background-color: #004d8f;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-bottom:10px;
  opacity: 0.8;
}

/* Add a red background color to the cancel button */
.form-container .cancel {
  background-color: #004d8f;
  opacity: 1;
  margin-top: 10px;
}

/* Add some hover effects to buttons */
.form-container .btn:hover, .open-button:hover {
  background-color: #043b6c
}


.form-container .video {
	display: block;
	margin: 0 auto;
	border: 8px solid #004d8f;
	width: 85%;
}
.form-container h2 {
	font-size: 1.6em;
	color: #004d8f;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	margin: 0 auto;
	width: 95%;
}
.form-container h3 {
    width: 75%;
	font-size: 1em;
	text-align: center;
	margin: 0 auto;
	margin-top: 10px;
	background-color: #f07e01;
  color: #ffffff;
  padding: 10px;
    border-radius: 25px;
}
.form-container .special-button {
	width: 330px;
	margin: 0 auto;
	padding-top: 25px;
}
.hidden-video{
	display: none;
}
