/*--------------------------
    GENERAL
--------------------------*/
*, input {
    outline: none !important;
}
h1, h2, h3 {
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2px;
    font-family: Gill Sans,Gill Sans MT,Calibri,sans-serif;
    font-weight: lighter;
}
.btn {
    text-transform: uppercase;
    border: none;
    padding: 12px 20px;
    background-image: none;
}
.btn-default {
    background-color: #f2eff6 !important;
}
.btn-primary {
    background-color: #1c3e29 !important;
}
p {
    font-family: Gill Sans,Gill Sans MT,Calibri,sans-serif;
    font-weight: lighter;
}
nav a:focus {
    color: white;
    text-decoration: none;
}
input, textarea {
    background-color: #f5f5f5 !important;
    border-radius: 0 !important;
    border-color: #898989 !important;
}
textarea {
    resize: vertical;
}
input[type="range"] {
    -webkit-appearance: none;
    height: 5px;
    width: 78.5%;
    margin: auto;
    border-bottom: 1px solid #898989;
    border-top: 1px solid #898989;
    position: relative;
    margin-top: 15px;
}
input[type=range]::-moz-range-track {
    -webkit-appearance: none;
    height: 3px;
    width: 78.5%;
    margin: auto;
    border-bottom: 1px solid #898989;
    border-top: 1px solid #898989;
    position: relative;
    margin-top: 15px;
    background-color: #f5f5f5;
}
input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    background-color: black;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    padding: 5px;
}
input[type=range]::-moz-range-thumb {
    -webkit-appearance: none;
    background-color: black;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    padding: 5px;
}
input[type=range]:-moz-focusring {
    outline: 1px solid white;
    outline-offset: -1px;
}
legend {
    border: none;
    padding: 0 15px;
    margin-bottom: 10px;
    font-size: 1.2em;
    font-weight: bold;
}
@media (max-width: 768px) {
    input[type="range"] {
        width: 83%;
    }
    input[type="range"]::-webkit-slider-thumb {
        width: 20px;
        height: 20px;
    }
}
/*--------------------------
    MODAL
--------------------------*/
#visit-clarks .modal-dialog {
    max-width: 430px;
    width: 100%;
    margin: 395px auto 0;
}
.modal-content {
    border-radius: 0;
}
.modal-content iframe {
    max-height: 80%;
}
.modal-header {
    position: relative;
}
.modal-header .close {
    position: absolute;
    font-size: 2.2em;
    font-weight: 200;
    color: black;
    opacity: 1;
    top: 0;
    right: 5px;
    padding: 10px;
}
#visit-clarks .modal-content, .modal-footer {
    text-align: center;
}
.modal-header, .modal-footer {
    border: none;
}
#visit-clarks .modal-footer {
    padding-top: 0;
}
#visit-clarks a.btn-default {
    background-color: black !important;
    color: white;
    font-size: 0.85em;
}
#visit-clarks .btn-link {
    color: black;
    text-decoration: underline;
}
#franchise-applications label > span {
    color: red;
}
#franchise-applications .modal-header h2, #franchise-applications .modal-header p {
    text-align: left;
}
#franchise-applications .modal-footer button {
    background-color: black !important;
    color: white !important;
}
#franchise-applications .modal-footer p {
    color: #097a25;
    margin-top: 20px;
    font-size: 1.2em;
}
#franchise-applications .range label {
    position: relative;
    width: 100%;
}
#franchise-applications .range .range-bg {
    position: absolute;
    height: 5px;
    margin: auto;
    border: 1px solid #898989;
    background-color: #f5f5f5;
    width: 100%;
    margin-top: 15px;
}
#franchise-applications .range ul {
    width: 100%;
    padding: 0;
    float: left;
}
#franchise-applications .range li {
    display: inline-block;
    width: 25%;
    float: left;
    text-align: center;
}
#franchise-applications .range li div {
    border-right: 1px solid black;
    height: 8px;
    display: inline-block;
}
#franchise-applications .premise {
    margin: 20px 0 19px;
}
/*--------------------------
    NAV BANNER
--------------------------*/
header {
    width: 100%;
    background-color: #2a4230;
    position: relative;
}
header nav {
    width: 100%;
    max-width: 950px;
    margin: auto;
    padding: 0 15px;
}
header nav > a {
    display: none;
    position: relative;
    z-index: 10;
}
header nav > a img {
    display: block;
    margin: auto;
}
header ul {
    margin: 0;
    padding: 0;
}
header ul li {
    list-style-type: none;
    display: inline-block;
    text-transform: uppercase;
}
header ul li a {
    color: white;
    display: block;
    padding: 10px;
}
header ul li a:hover {
    color: white;
    text-decoration: none;
}
header ul li a > span {
    padding-bottom: 5px;
}
header ul li a:hover > span {
    border-bottom: 3px solid #d20d29;
}
@media (max-width: 399px) {

    header nav {
        padding: 5px;
    }
    header ul#menu {
        display: none;
    }
    header nav > a {
        display: block;
        margin: auto;
        width: 50%;
        min-width: 157px;
    }

}
/*SLICKNAV*/
.slicknav_menu {
    background: transparent;
    position: absolute;
    left: 0;
    top: 12px;
    width: 100%;
    z-index: 1;
    padding: 0;
}
.slicknav_btn {
    float: left;
    background-color: transparent;
}
ul.slicknav_nav {
    background-color: #2a4230;
    width: 100%;
    padding: 10px 0;
}
ul.slicknav_nav > li:first-child {
    display: none;
}
ul.slicknav_nav span {
    border: none;
    padding: 0;
}
@media (min-width: 399px) {

    .slicknav_menu {
        display: none;
    }

}
/*--------------------------
    MAIN CONTENT
--------------------------*/
.container-fluid {
    max-width: 950px;
    margin: auto;
}
/*--------------------------
    WELCOME
--------------------------*/
.welcome {
    text-align: center;
}
.welcome h1 {
    margin: 40px 0 20px;
}
.welcome p {
    padding: 0 14%;
    width: 100%;
    margin-bottom: 30px;
}
@media (max-width: 750px) {
    .welcome p {
        padding: 0;
    }
}
/*--------------------------
    VIDEO
--------------------------*/
.video > div:last-child {
    text-align: center;
    margin: 25px 0;
}
.video img {
    width: 100%;
}
#outer-video-container {
    max-width: 100%;
    overflow: hidden;
}
#video-container {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    /*max-width: 720px;*/
    margin: auto;
}
.video object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media (max-width: 768px) {
    /*.video object {*/
        /*width: 79%;*/
    /*}*/
}
/*--------------------------
    FIND YOUR LOCAL WEBSITE
--------------------------*/
.local-site {
    background-color: #f1f7f6;
    margin-bottom: 35px;
    position: relative;
}
.local-site > div:first-child {
    background-color: white;
    padding: 0;
}
.local-site > div:first-child img {
    margin-bottom: 5px;
}
.local-site h2 {
    margin-bottom: 20px;
}
.local-site h2 + img {
    width: 100%;
}
.local-site ul {
    padding-left: 21px;
    margin: 25px 0
}
.local-site li {
    list-style-type: none;
    font-size: 0.8em;
    padding-left: 16px;
}
.local-site li a {
    color: black;
}
.local-site li.direct {
    background-image: url(../img/direct-bullet.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 13px;
}
.local-site p {
    font-size: 0.8em;
    font-style: italic;
    padding: 0 37px;
}
.local-site p + ul {
    margin: 0 0 20px;
    font-style: italic;
}
@media (max-width: 992px) {
    .local-site > div:nth-child(1n+5) ul {
        margin-top: 0;
    }
}
@media (max-width: 750px) {
    .local-site > div:nth-child(1n+4) ul {
        margin-top: 0;
    }
}
/*--------------------------
    EXPLORE
--------------------------*/
.explore {
    text-align: center;
}
.explore > div {
    margin-bottom: 60px;
}
.explore > div:first-child {
    padding-left: 0;
    padding-right: 15px;
}
.explore > div:last-child {
    padding-right: 0;
    padding-left: 15px;
}
.explore img {
    width: 100%;
    position: relative;
}
.explore p {
    margin: 20px 0;
    padding: 0 20px;
}
@media (max-width: 768px) {
    .explore > div:first-child {
        padding-left: 15px;
    }
    .explore > div:last-child {
        padding-right: 15px;
    }
}
/*--------------------------
    CLARKS
--------------------------*/
.clarks > div {
    position: relative;
}
.clarks a {
    display: block;
    position: absolute;
    width: 32.7%;
    height: 50%;
}
#moments {
    bottom: 0;
    right: 15px;
}
#clarks {
    top: 0;
    left: 15px;
}
#original {
    display: none;
}
#original, #edited {
    width: 100%;
}
.clarks img:not(#original):not(#edited) {
    position: absolute;
    width: 10.5%
}
#left {
    left: 12.3%;
    bottom: 33.4%;
}
#middle {
    bottom: 16.8%;
    left: 44.3%;
}
#right {
    top: 16.7%;
    right: 22.9%;
}
@media (max-width: 768px) {
    #original {
        display: block;
    }
    #edited, #left, #middle, #right {
        display: none;
    }
}
/*--------------------------
    FRANCHISEE
--------------------------*/
.franchisee h2 {
    text-align: left;
    font-size: 1.8em;
    letter-spacing: 0;
    border-bottom: 1px solid red;
    display: inline-block;
}
.franchisee img {
    width: 100%;
}
.franchisee .row:not(.our-shoes):not(.opportunity) {
    margin-top: 50px;
}
.franchisee p {
    font-size: 1.15em;
}
.our-shoes div:first-child, .support div:first-child {
    padding-left: 0;
}
@media (max-width: 767px) {
    .franchisee p, .franchisee div, .franchisee h2 {
        text-align: center !important;
    }
}
/*--------------------------
    OPPORTUNITY
--------------------------*/
.opportunity h1 {
    margin-top: 40px;
}
.opportunity h3 {
    margin: 0 0 30px 0;
    font-size: 1.3em;
}
@media (max-width: 768px) {
    .opportunity > div {
        padding: 0;
    }
}
/*--------------------------
    OUR SHOES
--------------------------*/
@media (max-width: 768px) {
    .our-shoes > div:first-child {
        padding: 0 15px;
    }
    .our-shoes > div:first-child img {
        margin-top: 70px;
    }
}
@media (max-width: 750px) {
    .our-shoes > div:first-child img {
        margin-top: 0;
    }
}
/*--------------------------
    GROWING FOOTPRINT
--------------------------*/
.growing-footprint {
    background-color: #1c3e29;
    color: white;
    padding-left: 15px;
    background-image: url(../img/footprint.jpg);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 66.666%;
}
.growing-footprint > div:first-child {
    padding: 30px 0 30px 15px;
}
.growing-footprint > div:last-child {
    padding: 30px 0 0 0;
}
.growing-footprint p {
    padding-right: 20px;
}
@media (max-width: 767px) {
    .growing-footprint {
        padding: 0 15px;
        background-image: none;
    }
    .growing-footprint > div:first-child {
        padding: 30px 0;
    }
    .growing-footprint > div:last-child {
        display: none;
    }
    .growing-footprint p {
        padding-right: 0;
    }
}
/*--------------------------
    SUPPORT
--------------------------*/
.support h2 {
    margin-top: 0;
}
@media (max-width: 768px) {
    .support {
        padding: 0 15px;
    }
    .support > div:first-child {
        padding: 0;
    }
    .support > div:first-child img {
        margin-top: 110px;
    }
    .support h2 {
        margin-top: 20px;
    }
}
@media (max-width: 750px) {
    .support > div:first-child img {
        margin-top: 0;
    }
}
/*--------------------------
    REGISTER
--------------------------*/
.register {
    text-align: center;
}
/*--------------------------
    FOOTER
--------------------------*/
footer {
    margin-top: 60px;
}
footer, footer > div {
    width: 100%;
    text-align: center;
}
footer h3 a {
    color: black;
    text-decoration: underline;
    display: inline-block;
    width: 50%;
    text-align: left;
    padding: 0 15px;
}
footer h3 a:first-child {
    border-right: 1px solid black;
    text-align: right;
}
footer h3 {
    background-color: #d2e6e1;
    margin-bottom: 0;
    padding: 20px 0;
    font-size: 1.3em;
}
footer > div:last-child {
    background-color: #f2eff6;
    padding: 15px 0;
}
footer ul {
    padding: 0;
}
footer ul li {
    list-style-type: none;
    display: inline-block;
}
footer ul li a {
    display: block;
    color: white;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 1.2em;
    margin: 5px
}
footer ul li a:hover {
    color: white;
}
footer p {
    padding: 0 13%;
}
footer .facebook {
    background-color: rgb(45,69,134);
}
footer .twitter {
    background-color: rgb(61, 159, 234);
}
footer .youtube {
    background-color: rgb(218, 22, 29);
}
footer .instagram {
    background-color: rgb(50, 93, 139);
}
footer .pinterest {
    background-color: rgb(188, 9, 31);
}

@media (max-width: 650px) {
    footer h3 {
        font-size: 1em;
    }
}