body {
    font: 100%/1.1 futura-pt, sans-serif;
    padding: 0;
    margin: 0;
    color: #697d92 !important;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.wrapper {
    display: flex;
    flex-direction: column;
}

/* https://dev.to/yas46/sticky-footer-with-flexbox-2128 */
/*https://philipwalton.github.io/solved-by-flexbox/demos/sticky-footer/*/
main {
    z-index: 2;
    flex: 1;
    margin-top: 110px;
    padding-top: 15px;
    min-height: 70vh !important;
}

main-container {
    background: white;
    height: auto;
    overflow: visible;
    padding-left: 15px;
    padding-right: 15px;
    z-index: 3;
}

footer {
    z-index: 1;
}

.logo-primary {
    margin: -12px 0 0 25px;
    border: none;
}

#jdp-logo {
    width: 80%;
    height: 85%;
    border: none;
}


/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

a:link {
    color: #42413C;
    /*text-decoration: underline;*/
    /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}

a:visited {
    color: #6E6C64;
    text-decoration: underline;
}

a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
    color: #e23455;
    text-decoration: none;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}

#Message.form-control {
    height: 80px;
    max-width: 750px !important;
}

.chkBoks {
    float: left;
    width: 18px;
    margin-top: -14px;
    margin-right: 10px;
}

.uppercase {
    text-transform: uppercase;
}

.field-validation-error {
    color: red;
}

.human {
    display: none;
}

#GalleryText {
    padding: 15px;
    border-radius: 5px;
    background-color: #F7F9FB;
    margin-top: 5px;
}

.potmPic {
    width: 100%;
    margin: 10px auto;
}

/** FONTS **/

.jdpIcon {
    display: inline-block;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-facebook-med {
    background-image: url('../fonts/logo-facebook.svg');
    width: 18px;
    height: 18px;
    color: darkgray;
}

@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot');
    src: url('../fonts/icomoon.eot?#iefix') format('../embedded-opentype'), url('../fonts/icomoon.woff') format('woff'), url('../fonts/icomoon.ttf') format('truetype'), url('../fonts/icomoon.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: 'icomoon';
        src: url('../fonts/icomoon.svg#icomoon') format('svg');
    }
}

@media (min-width: 760px) {
    #jdp-logo {
        width: 100% !important;
    }

    .potmPic {
        width: 100%;
    }
}

@media (min-width: 576px) {
    #GalleryContainer {
        min-width: 100% !important;
    }

    #GalleryText {
        min-width: 100% !important;
    }

    #jdp-logo {
        width: 120%;
    }

    .potmPic {
        width: 100%;
    }
}

@media (min-width: 375px) {
    #jdp-logo {
        width: 85%;
    }

    .potmPic {
        width: 100%;
    }
}



.header-item-right a {
    margin: auto 10px;
}

#search {
    max-width: 100% !important;
}

.search-box {
    padding: 8px 0;
    display: none;
    border-radius: 4px;
    overflow: hidden;
    background-color: #f6f6f6;
    margin-bottom: 15px;
}

    .search-box input.form-control {
        height: 44px;
        border: 0;
        box-shadow: 0 0 0;
        color: #222;
        background-color: transparent;
    }

    .search-box .search-input {
        float: left;
        width: calc(100% - 108px);
    }

    .search-box .search-addon {
        padding: 10px 20px;
        float: left;
        color: #222;
        background-color: transparent;
    }

        .search-box .search-addon.close-search {
            cursor: pointer;
        }

.nav-container {
    min-height: 70px;
}

.lg, .lg-sub-html, .lg-toolbar, .lg-prev, .lg-next {
    background-color: #ffffff !important;
    color: #8aa7c3;
}
