@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;700&display=swap');
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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* #Basic Styles

================================================== */

body {
    font: 14px/1.5em Arial, sans-serif;
    color: #000;
    -webkit-font-smoothing: antialiased;
    /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
}


/* #Typography

================================================== */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-weight: inherit;
}

h1,
h2 {
    font-size: 50px;
    line-height: 1.1;
    margin-bottom: 30px;
    color: #0082b2;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
}

h3 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 30px;
    color: #0a93ff;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
}

h4 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 30px;
    color: #0a93ff;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
}

h5 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
    color: #0a93ff;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
}

h6 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 30px;
    color: #0a93ff;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
}

.subheading {}

.fullwidth-button {
    margin-bottom: 60px;
    margin-top: 10px;
}
.column.column-right {
    float: right;
}

.fullwidth-button a {
    display: block;
    width: 100%;
    text-align: center;
    text-decoration: none;
    line-height: 80px;
    font-size: 34px;
    font-weight: bold;
    background: #0082b2;
    color: #fff !important;
    font-family: "Open Sans", sans-serif;
}

.fullwidth-button a:hover {
    color: #fff;
}

.main-contents {
    padding-bottom: 50px;
    ;
}

.table {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
}

.table>.table-cell {
    vertical-align: middle;
    display: table-cell;
}

.color-red {
    color: #f30000;
}

.color-navy-blue {
    color: #00275e;
}

p {
    margin: 0 0 30px 0;
    line-height: 30px;
    color: #000000;
    font-size: 17px;
}

p img {
    margin: 0;
}

p.lead {
    font-size: 21px;
    line-height: 27px;
    color: #777;
}

p.check-list {
    line-height: 32px;
}

.check-list i {
    display: inline-block;
    width: 19px;
    height: 19px;
    background: url(images/check-icon.png?v=1) no-repeat center;
    vertical-align: middle;
    margin-right: 5px;
}

.main-photo-text {
    padding-left: 20px;
}

em {
    font-style: italic;
}

strong {
    font-weight: bold;
}

small {
    font-size: 80%;
}

pre {
    padding: 24px 20px;
    background: url(../images/prebg.png);
    font: 13px "Courier 10 Pitch", Courier, monospace;
    border: 1px solid #222;
    line-height: 24px;
    margin: 10px 0px;
    overflow: auto;
}

code {
    padding: 0 3px;
}

pre code {
    background: transparent;
}


/*  Blockquotes  */

blockquote,
blockquote p {
    font-size: 14px;
    line-height: 24px;
    color: #ddd;
    font-style: italic;
}

blockquote {
    margin: 0 0 20px;
    padding: 9px 20px 0 19px;
    border-left: 1px solid #ddd;
}

blockquote cite {
    display: block;
    font-size: 12px;
    color: #555;
}

blockquote cite:before {
    content: "\2014 \0020";
}

blockquote cite a,
blockquote cite a:visited,
blockquote cite a:visited {
    color: #555;
}

hr {
    border: none;
    clear: both;
    margin: 30px 0 40px;
    height: 1px;
    background: #b6b6b6;
}


/* #Links

================================================== */

a,
a:visited {
    color: #333;
    text-decoration: underline;
    outline: 0;
}

a:hover,
a:focus {
    color: #000;
}

p a,
p a:visited {
    line-height: inherit;
}


/* #Lists

================================================== */

ul,
ol {
    margin-bottom: 20px;
}

ul {
    list-style: none outside;
}

ol {
    list-style: decimal;
}

ol,
ul.square,
ul.circle,
ul.disc {
    margin-left: 30px;
}

ul.square {
    list-style: square outside;
}

ul.circle {
    list-style: circle outside;
}

ul.disc {
    list-style: disc outside;
}

ul ul,
ul ol,
ol ol,
ol ul {
    margin: 4px 0 5px 30px;
    font-size: 90%;
}

ul ul li,
ul ol li,
ol ol li,
ol ul li {
    margin-bottom: 6px;
}

li {
    line-height: 18px;
    margin-bottom: 12px;
}

ul.large li {
    line-height: 21px;
}

li p {
    line-height: 21px;
}


/* #Images

================================================== */

img.scale-with-grid,
.column img {
    max-width: 100%;
    height: auto;
}


/* #Forms

================================================== */

form {
    margin-bottom: 20px;
}

fieldset {
    margin-bottom: 20px;
}

input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
    border: 1px solid #ccc;
    padding: 6px 4px;
    outline: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #777;
    margin: 0;
    width: 210px;
    display: block;
    margin-bottom: 20px;
    background: #fff;
}

select {
    padding: 0;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
    border: 1px solid #aaa;
    color: #444;
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
}

textarea {
    min-height: 60px;
}

label,
legend {
    display: block;
    font-weight: bold;
    font-size: 13px;
}

select {
    width: 220px;
}

input[type="checkbox"] {
    display: inline;
}

label span,
legend span {
    font-weight: normal;
    font-size: 13px;
    color: #444;
}

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,700i,800');
.container {
    min-width: 320px;
    position: relative;
    padding: 0 20px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

.column {
    box-sizing: border-box;
}

.photo-row img {
    width: 100%;
    height: auto;
}

.entry p a {
    color: #004eff;
}

.greenfields {
    width: 100vw;
    position: relative;
    left: 49%;
    right: 49%;
    margin-left: -50vw;
    margin-right: -50vw;
    background: url(images/greenfields.jpg?v=1) repeat top center;
    padding: 40px 0;
    margin-bottom: 30px;
    background-size: cover;
}

.greenfields h2 {
    color: #fff;
    border: 0;
    padding: 0;
    font-size: 47px;
    line-height: 1;
}

.greenfields {
    overflow: hidden;
}

.whitebox {
    position: relative;
    background: #fff;
    padding: 40px 50px;
    border-radius: 50px 0 0px 50px;
    z-index: 1;
}

.whitebox:after {
    content: '';
    background: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: -100%;
    display: block;
    z-index: -1;
}

.client-stories.arrow-content {
    background: #ffffff;
    border: 4px solid #7c1858;
    margin: 0;
    padding: 30px 100px 35px;
    position: relative;
}

.client-stories.arrow-content:after {
    content: '';
    background: #fff;
    display: block;
    background-size: contain;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    box-sizing: border-box;
    height: 35px;
    width: 35px;
    border-style: solid;
    border-color: #7c1858;
    border-width: 0px 4px 4px 0px;
    transform: rotate( 45deg);
    transition: border-width 150ms ease-in-out;
}

.client-stories-outer>p {
    text-align: center;
    margin-top: 40px;
    color: #39230a;
    font-weight: bold;
    font-size: 20px;
}

.client-stories.arrow-content h2 {
    color: #0082b2;
    line-height: 1;
    margin-bottom: 20px;
}

.shop-local-contents {
    padding: 40px 70px 50px;
    box-sizing: border-box;
    /*height: 400px;*/
    min-height: 420px;
    background: #fff;
    position: relative;
}

.shop-local-contents:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: #fff;
}

#shop-local .row .column:first-child .shop-local-contents:before {
    left: -100%;
}

#shop-local .row .column:nth-child(2) .shop-local-contents:before {
    right: -100%;
}

#shop-local .row .column:first-child .shop-local-contents {
    border-radius: 0 30px 30px 0;
    margin-right: 10px;
}

#shop-local .row .column:nth-child(2) .shop-local-contents {
    border-radius: 30px 0 0px 30px;
    margin-left: 10px;
}

.shop-local-contents h3 {
    color: #0082b2;
    font-size: 48px;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
    line-height: 1.1;
}

.shop-local-contents p {
    color: #000000;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
}

.ssp-button-1 .button {
    font-family: 'PT Sans', sans-serif;
    background: #e7e6e7;
    color: #000000;
    font-weight: 700;
    font-size: 18px;
    border-radius: 0;
}

.full-photos {
    margin-bottom:  20px;
}

.shop-local-col {
    background: #0071ba;
}

.full-photos .flex-row .photo-col {
    padding: 0 5px;
}

.full-photos .flex-row {
    margin: 0 -5px;
    FONT-VARIANT: JIS04;
    FONT-VARIANT: JIS04;
}

@media (min-width: 640px) {
    .container {
        padding: 0 25px
    }
    .row {
        margin: 0 -10px
    }
    .column {
        padding: 0 10px;
        display: block;
        float: left
    }
    .column.twelve {
        width: 100%
    }
    .column.eleven {
        width: 91.66666667%
    }
    .column.ten {
        width: 83.33333333%
    }
    .column.nine {
        width: 75%
    }
    .column.eight {
        width: 66.66666667%
    }
    .column.seven {
        width: 58.33333333%
    }
    .column.six {
        width: 50%
    }
    .column.five {
        width: 41.66666667%
    }
    .column.four {
        width: 33.33333333%
    }
    .column.three {
        width: 25%
    }
    .column.two {
        width: 16.66666667%
    }
    .column.one {
        width: 8.33333333%
    }
    .site-content .content-area.column.eight {
        width: 100%;
        float: none
    }
    .site-content .primary-sidebar {
        margin: 0 auto;
        width: 320px;
        float: none
    }
}

@media (min-width:1024px) {
    .container {
        padding: 0;
        width: 940px
    }
}

@media (min-width: 1280px) {
    .container {
        width: 1190px;
        width: 100%;
        padding: 0 125px;
    }
    .row {
        margin: 0 -19px
    }
    .row>.column {
        padding: 0 19px
    }
    .site-content .content-area.column.eight {
        padding: 0 19px;
        width: 796px
    }
    .site-content .primary-sidebar {
        padding: 0 19px;
        width: 432px
    }
    #nggpowertags>.ngg-galleryoverview {
        margin: 0 -11px
    }
    #nggpowertags .ngg-gallery-thumbnail-box {
        padding: 8px 11px!important
    }
}

.clear {
    clear: both;
}

body {
    font-family: "Open Sans", sans-serif;
    color: #2b2b2b;
    font-size: 16px;
    line-height: 26px;
    overflow-x: hidden;
}

header {
    padding: 20px 0 20px;
    background: #fff;
}

.button:link,
.button:visited {
    line-height: 60px;
    background: #e7e6e7;
    font-size: 18px;
    display: inline-block;
    padding: 0 30px;
    color: #000;
    text-align: center;
    text-decoration: none;
}

.button:hover,
.button:active {
    background: #00a461;
    color: #fff;
}

.flex-row {
    display: flex;
}

.flex-align-vertical {
    align-items: center;
}

.flex-order-1 {
    order: 1;
}

.flex-order-2 {
    order: 2;
}

.flex-order-3 {
    order: 3;
}

.aligncontents-right {
    text-align: right;
}

.aligncontents-left {
    text-align: left;
}

.inline-image {
    display: inline;
}

.block-image {
    display: block;
}

.logo {
    float: left;
    margin-right: 68px;
}

.logo img {
    display: block;
}

p.header-address {
    float: left;
    color: #00275d;
    font-size: 21px;
    margin-top: 40px;
    margin-bottom: 0;
}

header .custom-header {
    float: right;
    margin-top: 58px;
}

a.call-btn {
    padding: 0px 0px 0px 0px;
    float: left;
    border-radius: 4px;
    color: #fff;
    font-weight: 800;
    font-size: 22.6px;
    height: auto;
    line-height: 52px;
    text-decoration: none;
    font-family: "Open Sans", sans-serif;
    position: relative;
    width: 230px;
    box-sizing: border-box;
    text-align: center;
    background: #0082b2;
}


/* a.call-btn:hover{

    background: #0056c1;

    background: -moz-linear-gradient(top, #0056c1 0%, #046ae9 100%);

    background: -webkit-linear-gradient(top, #0056c1 0%,#046ae9 100%);

    background: linear-gradient(to bottom, #0056c1 0%,#046ae9 100%);

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0056c1', endColorstr='#046ae9',GradientType=0 );    

} */

a.call-btn:before {
    content: '';
    width: 31px;
    height: 31px;
    background: url(images/icon-phone.svg?v=18) no-repeat center;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    background-size: 100%;
    margin-top: -2px;
}

.promo-banner img {
    width: 100%;
    height: auto;
    display: block;
}

.entry-content {
    background: #fff;
    max-width: 100%;
    overflow-x: hidden;
}

.entry {
    padding: 0px 0 0px 0px;
}

.entry p:last-child {
}

.alignright {
    float: right;
    margin-left: 40px;
    margin-bottom: 20px;
    margin-top: 8px;
}

.alignleft {
    float: left;
    margin-right: 40px;
    margin-bottom: 20px;
    margin-top: 8px;
}

.alignright-video {
    float: right;
    width: 48.095%;
    margin-left: 20px;
    margin-bottom: 20px;
}

.alignleft-video {
    float: left;
    width: 58%;
    margin-right: 40px;
    margin-bottom: 20px;
    margin-top: 8px;
}

.video {
    position: relative;
    height: 0;
    width: 100%;
    padding-top: 56.2%;
}

.video iframe {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

img.wave {
    width: 100%;
    height: auto;
    display: block;
}

.entry img {
    max-width: 100%;
    height: auto;
}

.client-stories .owl-theme .owl-nav {
    text-align: center;
}

.client-stories .owl-theme .owl-nav button {
    display: block;
    outline: none;
    cursor: pointer;
    padding: 0;
    border-radius: 0;
    font-size: 0;
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: top;
    margin: 0 7px;
}

.client-stories .owl-theme .owl-nav .owl-prev {
    background: url(images/prev.png) no-repeat center;
}

.client-stories .owl-theme .owl-nav .owl-next {
    background: url(images/next.png) no-repeat center;
}

.client-stories {
    text-align: center;
    background: #f3f3f3;
    color: #fff;
    padding: 55px 100px 55px;
    margin-top: 30px;
    margin-bottom: 40px;
}

.client-stories h2 {
    font-size: 29px;
    color: #000;
}

.client-stories .item {
    position: relative;
}

.client-stories p {
    font-size: 15px;
    line-height: 24px;
    color: #000;
}

.client-stories h5 {
    font-size: 15px;
    line-height: 24px;
    color: #000;
    margin: 0;
    font-weight: bold;
}

.bucket-photos {
    padding: 6px 0;
}

.bucket-photos .bucket-photo {
    float: left;
    width: 33.3333%;
    box-sizing: border-box;
    border-left: solid 3px #fff;
    border-right: solid 3px #fff;
}

.bucket-photos .bucket-photo.first {
    border-left: 0;
}

.bucket-photos .bucket-photo.last {
    border-right: 0;
}

.bucket-photos .bucket-photo img {
    display: block;
    width: 100%;
    height: auto;
    box-sizing: border-box;
}

.center {
    text-align: center;
}

.contact-form {
    background: #0082b3;
    background-size: contain;
    padding: 50px 20px 40px;
    color: #fff;
    position: relative;
    overflow-x: hidden;
}

.contact-form form {
    margin-bottom: 10px;
}

.contact-form-wrap {
    max-width: 625px;
    margin: 0 auto;
}

.contact-form h2 {
    color: #fff;
    font-size: 60px;
    line-height: 55px;
    margin-bottom: 10px;
}

.contact-form h3 {
    color: #fff;
    font-size: 34px;
    margin-bottom: 30px;
    line-height: 44px;
}

.contact-form h3 a {
    color: #fff;
    text-decoration: none;
}

.contact-form .input-control {
    margin-bottom: 10px;
}

.contact-form .input-control label {
    text-align: left;
    font-weight: normal;
    font-size: 15px;
}

.contact-form .input-control input[type="text"],
.contact-form .input-control input[type="email"],
.contact-form .input-control input[type="tel"],
.contact-form .input-control select,
.contact-form .input-control textarea {
    display: block;
    color: #4a4a4a;
    border-radius: 0;
    margin-bottom: 0px !important;
    border: 0;
    font-size: 15px;
    width: 100%;
    box-sizing: border-box;
    line-height: initial;
    height: 55px;
    padding: 0px 20px;
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: "Open Sans", sans-serif;
}

.contact-form .input-control select {
    background: #fff url(images/arrow.png?v=1) no-repeat right 14px center;
}

.contact-form .input-control textarea {
    padding: 18px 20px;
    height: 150px;
}

.contact-form .input-control input[type="submit"] {
    width: 308px;
    line-height: 73px;
    height: auto;
    display: block;
    border: 0;
    background: #7c1858;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    font-size: 25.6px;
    padding: 0;
    cursor: pointer;
}

.input-control.input-recaptcha {
    float: left;
}

.input-control.input-submit {
    float: right;
}

.contact-form .note {
    font-weight: bold;
    margin: 0;
    color: #fff;
    font-size: 15px;
    ;
}

#main-form-notification,
.main-form-notification {
    display: none;
    margin: 0px 0px 10px 0px;
}

#main-form-notification>.status-error,
.main-form-notification>.status-error,
#main-form-notification>.error {
    border-left: 5px solid #ad0000;
    line-height: 1.2;
    background: rgba(221, 75, 57, 1);
    text-align: left;
    padding: 20px 20px;
    color: #fff;
}

#main-form-notification>.success,
.main-form-notification>.success {
    border-left: 5px solid #007e27;
    line-height: 1.2;
    background: rgba(221, 75, 57, 0.1);
    text-align: left;
    padding: 20px 20px;
    color: #fff;
    background: #00c23c;
}

#main-form-loader,
.main-form-loader {
    background: rgba(0, 0, 0, 0.50);
    position: absolute;
    display: none;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
}

.lds-ring {
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    left: 48%;
    top: 50%;
    margin: 0;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 51px;
    height: 51px;
    margin: 6px;
    border: 6px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #fff transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.hidden {
    display: none;
}

.footer-widgets {
    padding: 30px 0 5px;
}

.footer-widgets h3 {
    font-size: 26px;
    color: #00275d;
    font-weight: normal;
    margin-top: 22px;
    margin-bottom: 28px;
}

.footer-widgets p {
    font-size: 14px;
    color: #6e7279;
    line-height: 20px;
    margin-bottom: 0;
}

.footer-widgets p strong {
    font-weight: 800;
}

#footer {
    background: #7c1858;
    /*background: -moz-linear-gradient(top, #012e66 0%, #004fb1 100%);

    background: -webkit-linear-gradient(top, #012e66 0%,#004fb1 100%);

    background: linear-gradient(to bottom, #012e66 0%,#004fb1 100%);

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#012e66', endColorstr='#004fb1',GradientType=0 );*/
    color: #fff;
    text-align: center;
    padding: 13px 0 15px;
}

#footer p {
    margin: 0 0 10px 0;
    font-size: 14px;
    color: #fff;
    line-height: 1.6;
}

#footer p br {
    display: none;
}

.scroll-top img {
    max-width: 28px;
}

.thank-you {
    padding: 0px 0 35px;
}

.before-after-slider .twentytwenty-container {
    margin-top: 0px;
}

.before-after-slider .owl-nav {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.before-after-slider button.button {
    background: #00295c;
    width: 100px;
    line-height: 31px;
    text-transform: uppercase;
    color: #fff;
    margin-left: 3px;
    margin-right: 3px;
    color: #fff;
    border-radius: 8px;
    outline: none;
    cursor: pointer;
    border: none;
}

.before-after-slider button.button:hover {
    background: #00a461;
    color: #fff;
}

p.note1 {
    text-align: center;
    font-size: 13px;
    line-height: 18px;
    margin-top: 0px;
    color: #00295c;
}

#main-form-notification,
.main-form-notification {
    display: none;
    margin: 0px 0px 10px 0px;
}

#main-form-notification>.status-error,
.main-form-notification>.status-error {
    border-left: 5px solid #ad0000;
    line-height: 40px;
    background: rgba(221, 75, 57, 1);
    text-align: left;
    padding: 0px 20px;
    color: #fff;
}

#main-form-loader,
.main-form-loader {
    background: rgba(0, 0, 0, 0.50);
    position: absolute;
    display: none;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
}

.lds-ring {
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    left: 48%;
    top: 50%;
    margin: 0;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 51px;
    height: 51px;
    margin: 6px;
    border: 6px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #fff transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.boxgreen {
    text-align: center;
    padding: 20px;
}

.boxgreen h3 {
    font-size: 40px;
    line-height: 1;
    color: #00275e;
}

.boxgreen h4 {
    color: #007562;
    font-size: 26px;
    line-height: 1.2;
}

.boxgreen .redtx {
    color: #f30000;
}

.boxgreen .bluetx {
    color: #00275e;
}

.eq-container {
    display: flex;
    width: 100%;
}

.eq-container .column {
    flex: 1;
    padding: 16px;
}

.boxgreen-container .column {
    border: 5px solid #007562;
    border-radius: 5px;
    width: 100%;
    float: none;
}

.boxgreen-container {
    display: flex;
    margin: 0 0px;
}

.boxgreen-container .column:nth-child(1) {
    margin-right: 19px;
}

.boxgreen-container .column:nth-child(2) {
    margin-left: 19px;
}

#audio-products {
    padding: 70px 0 70px 0;
}

.flexbox {
    display: flex;
}

.flexbox .shop-local-contents {
    height: 100%;
}

.client-stories-outer {
    position: relative;
    /*margin-top: 60px;*/
}

#shop-local {
    background-image: url(images/parallax-bg.webp?v=19);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    padding: 55px 0 50px;
    margin-bottom: 45px;
}

#shop-local h2 {
    color: #fff;
    margin-bottom: 50px;
}

#shop-local .row .column {
    position: relative;
}

#shop-local img {
    width: 100%;
}

#audio-system {
    padding-top: 50px;
    background: #e7e6e7;
}

.contact-form h3 {
    font-weight: 400;
    font-size: 28px;
}

.contact-form h3 span {
    font-weight: 700;
}

@media only screen and (min-width: 1367px) and (max-width: 1600px) {
    .container {
        padding: 0 100px;
    }
    h1,
    h2 {
        font-size: 36px;
        line-height: 42px;
    }
    .fullwidth-button a {
        line-height: 70px;
        font-size: 30px;
    }
    .contact-form h2 {
        font-size: 50px;
    }
    .contact-form h3 {
        font-size: 24px;
        line-height: 1.5;
    }
    .footer-widgets h3 {
        font-size: 24px;
    }
    #shop-local h2 {
        margin-bottom: 40px;
    }
    .shop-local-contents {
        /*height: 340px;*/
    }
    .shop-local-contents h3 {
        font-size: 34px;
    }

}

@media only screen and (min-width: 1281px) and (max-width: 1366px) {
    .container {
        padding: 0 40px;
    }
    .logo img {
        width: 150px;
    }
    header .custom-header {
        margin-top: 32px;
    }
    a.call-btn {
        font-size: 18px;
        width: 200px;
    }
    h1,
    h2 {
        font-size: 30px;
        line-height: 1.2;
    }
    p {
        font-size: 15px;
        line-height: 1.8;
    }
    p.header-address {
        font-size: 18px;
        margin-top: 15px;
        margin-bottom: 0;
        line-height: 1.4;
    }
    .fullwidth-button a {
        line-height: 70px;
        font-size: 30px;
    }
    .contact-form-wrap {
        max-width: 520px;
    }
    .contact-form .input-control input[type="text"],
    .contact-form .input-control input[type="email"],
    .contact-form .input-control input[type="tel"],
    .contact-form .input-control select {
        height: 40px;
    }
    .contact-form .input-control input[type="submit"] {
        font-size: 20px;
        width: 200px;
    }
    .contact-form h2 {
        font-size: 34px;
        line-height: 1;
    }
    .contact-form h3 {
        font-size: 24px;
        line-height: 1.2;
    }
    .footer-logo {
        max-width: 150px;
    }
    .footer-widgets h3 {
        font-size: 18px;
        margin-top: 5px;
        margin-bottom: 20px;
    }
    #shop-local {
        padding: 45px 0 40px;
    }
    #shop-local h2 {
        margin-bottom: 30px;
    }
    #shop-local .row .column:first-child .shop-local-contents {
        border-radius: 0 20px 20px 0;
        margin-right: 0;
    }
    #shop-local .row .column:nth-child(2) .shop-local-contents {
        border-radius: 20px 0 0px 20px;
        margin-left: 0;
    }

    .shop-local-contents h3 {
        font-size: 30px;
    }

}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
    .container {
        padding: 0 40px;
        width: 100%;
    }
    .logo img {
        width: 150px;
    }
    header .custom-header {
        margin-top: 32px;
    }
    a.call-btn {
        font-size: 18px;
        width: 200px;
    }
    h1,
    h2 {
        font-size: 30px;
        line-height: 1.2;
    }
    p {
        font-size: 15px;
        line-height: 1.8;
    }
    p.header-address {
        font-size: 18px;
        margin-top: 15px;
        margin-bottom: 0;
        line-height: 1.4;
    }
    .fullwidth-button a {
        line-height: 70px;
        font-size: 30px;
    }
    .contact-form-wrap {
        max-width: 520px;
    }
    .contact-form .input-control input[type="text"],
    .contact-form .input-control input[type="email"],
    .contact-form .input-control input[type="tel"],
    .contact-form .input-control select {
        height: 40px;
    }
    .contact-form .input-control input[type="submit"] {
        font-size: 20px;
        width: 200px;
    }
    .contact-form h2 {
        font-size: 34px;
        line-height: 1;
    }
    .contact-form h3 {
        font-size: 24px;
        line-height: 1.2;
    }
    .footer-logo {
        max-width: 150px;
    }
    .footer-widgets h3 {
        font-size: 18px;
        margin-top: 5px;
        margin-bottom: 20px;
    }
    #shop-local {
        padding: 45px 0 40px;
    }
    #shop-local h2 {
        margin-bottom: 30px;
    }
    #shop-local .row .column:first-child .shop-local-contents {
        border-radius: 0 20px 20px 0;
        margin-right: 0;
    }
    #shop-local .row .column:nth-child(2) .shop-local-contents {
        border-radius: 20px 0 0px 20px;
        margin-left: 0;
    }

    .shop-local-contents h3 {
        font-size: 30px;
    }
    .shop-local-contents{
        padding: 20px 20px 20px 30px;
    }

}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .logo img {
        max-width: 150px;
    }
    .alignleft,
    .alignright {
        max-width: 50%;
    }
    .alignleft {
        margin-right: 20px;
    }
    .alignright {
        margin-left: 20px;
    }
    header {
        text-align: center;
    }
    header .custom-header {
        margin: 20px auto 0;
        text-align: center;
        float: none;
    }
    .logo {
        float: none;
        margin: 0 auto 10px;
        display: inline-block;
        vertical-align: top;
    }
    p.header-address {
        float: none;
        margin-top: 10px;
        font-size: 16px;
        line-height: 1.4;
        margin-bottom: 10px;
    }
    a.call-btn {
        margin: 0 10px;
        float: none;
        display: inline-block;
        vertical-align: top;
    }
    .entry {
        padding: 0px 0px 0px;
        background: #fff;
    }
    .client-stories {
        padding: 35px 50px 30px;
    }
    .client-stories p {
        line-height: 26px;
    }
    h1,
    h2 {
        font-size: 30px;
        line-height: 1.2;
    }
    .contact-form h3 {
        margin-bottom: 15px;
        font-size: 24px;
        line-height: 1.4;
    }
    .about-company h2 {
        margin-bottom: 15px;
        font-size: 22px;
    }
    label.error {
        margin: 0;
        font-size: 14px;
        position: absolute;
        right: 0;
    }
    .footer-widgets {
        padding: 30px 20px 20px;
    }
    .footer-logo {
        max-width: 150px;
    }
    .footer-widgets h3 {
        font-size: 20px;
        margin-top: 10px;
        margin-bottom: 0;
    }
    .fullwidth-button a {
        font-size: 20px;
        line-height: 55px;
    }
    .subheading {
        line-height: 1.2;
    }
    .contact-form h2 {
        font-size: 34px;
        line-height: 1;
    }
    .whitebox:after {
        display: none;
    }
    .whitebox {
        border-radius: 0;
        padding: 16px;
    }
    .flexbox {
        display: block;
    }
    .fullwidth-row .column.six {
        width: 100%;
    }
    .shop-local-contents {
        padding: 50px;
    }
    #audio-products {
        padding: 40px 0 40px 0;
    }
    #shop-local {
        padding: 40px 0 40px;
    }
    #shop-local-contents {
        border-radius: 20px;
        margin-top: 20px;
        padding: 30px;
    }
    .client-stories.arrow-content {
        padding: 30px 50px 35px;
    }
    #shop-local {
        padding: 45px 0 40px;
    }
    #shop-local h2 {
        margin-bottom: 30px;
    }
    #shop-local .row .column:first-child .shop-local-contents {
        border-radius: 0 20px 20px 0;
        margin-right: 0;
    }
    #shop-local .row .column:nth-child(2) .shop-local-contents {
        border-radius: 20px 0 0px 20px;
        margin-left: 0;
    }
    .shop-local-contents {
        padding: 30px 20px;
        height: auto !important;
    }
    .shop-local-contents h3 {
        font-size: 30px;
    }

    .image-contents-section {
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .column.column-right {
        float: none;
    }
    .flex-row {
        display: block;
    }
    h1 br {
        display: none;
    }
    .row .column {
        margin-bottom: 10px;
    }
    .alignleft-video {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-top: 0;
    }
    .alignleft {
        float: none;
        margin: 0 0 20px 0;
    }
    .alignright {
        max-width: 40% !important;
    }
    .alignleft img,
    .alignright img {
        width: 100%;
    }
    header {
        text-align: center;
    }
    .logo {
        float: none;
        margin: 0 auto 10px;
        display: inline-block;
        vertical-align: top;
    }
    .logo img,
    .footer-logo {
        max-width: 140px;
    }
    p.header-address {
        float: none;
        margin-top: 10px;
    }
    header .custom-header {
        float: none;
        margin-right: 0;
        margin-top: 20px;
    }
    a.call-btn {
        margin: 0 5px;
        float: none;
        display: inline-block;
        vertical-align: top;
        width: 100%;
        font-size: 18px;
        margin-bottom: 5px;
        margin: 0;
    }
    a.call-btn:before {
        background-size: 100%;
        width: 25px;
    }
    .entry {
        padding: 0px 0px 0px;
        background: #fff;
    }
    .alignright-video {
        float: none;
        width: 100%;
        margin-left: 0;
        margin-bottom: 20px;
    }
    h1,
    h2 {
        font-size: 32px;
        line-height: 42px;
    }
    .client-stories {
        padding: 25px 20px 30px;
    }
    .client-stories .item {
        padding: 0 0px;
    }
    .client-stories p {
        line-height: 28px;
    }
    .contact-form h2 {
        font-size: 34px;
        margin-bottom: 5px;
        line-height: 45px;
    }
    .contact-form h3 {
        margin-bottom: 20px;
        font-size: 22px;
        line-height: 32px
    }
    .contact-form {
        padding: 30px 20px 30px;
        margin-top: 0;
    }
    .about-company h2 {
        margin-bottom: 20px;
        font-size: 24px;
        line-height: 28px;
    }
    .input-control.input-recaptcha {
        float: none;
    }
    .input-control.input-submit {
        float: none;
        margin-bottom: 20px;
    }
    .contact-form .input-control input[type="submit"] {
        width: 100%;
    }
    .contact-form .note {
        font-size: 14px;
        line-height: 20px;
    }
    .footer-widgets {
        padding: 30px 20px 20px;
    }
    .subheading,
    .greenfields h2 {
        font-size: 30px;
        line-height: 1.2;
    }
    .fullwidth-button a {
        font-size: 18px;
        line-height: 1.2;
        padding: 20px 0;
    }
    #footer p br {
        display: block;
    }
    .boxgreen-container {
        display: block;
    }
    .boxgreen-container .column:nth-child(1),
    .boxgreen-container .column:nth-child(2) {
        margin: 0 0 20px 0;
    }
    .whitebox {
        border-radius: 0;
        padding: 16px;
    }
    .client-stories-outer>p {
        margin-top: 30px;
    }
    .shop-local-contents {
        padding: 30px 25px;
        border-radius: 15px !important;
        height: auto !important;
        margin: 0 0 30px 0 !important;
    }
    .shop-local-contents h3 {
        line-height: 1.2;
        margin-bottom: 20px;
        font-size: 30px;
    }

    .column.six {
        margin: 0;
    }
    .flexbox {
        display: block;
    }
    #audio-products {
        padding: 40px 0;
    }
    .contact-form:before {
        display: none;
    }
    .entry-content {
        background: #fff;
        overflow-x: hidden;
        max-width: 100%;
    }
    #audio-system {
        padding-bottom: 30px;
    }
    #audio-products {
        padding: 30px 0 20px 0;
    }
    #shop-local {
        padding: 40px 20px 20px;
        background-attachment: initial;
    }
    .client-stories.arrow-content {
        padding: 30px 20px 35px;
    }
    .footer-widgets h3 {
        font-size: 20px;
        margin-bottom: 0;
    }
    .column.column-right {
        float: none;
        margin-bottom: 20px;
    }
    .shop-local-contents:before {
        display: none;
    }
}

@media only screen and (max-width: 380px) {
    .contact-form h3 {
        margin-bottom: 20px;
        font-size: 20px;
    }
}