﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}
.menu-sticky {
    position: fixed;
    background: #4d6c8f;
    box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0.8);
    top: 0;
    margin: 0;
    width: 100%;
    z-index: 999;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    transition: all .7s;
}
.navbar-inverse {
    border-color: #4d6c8f;
    background: #4d6c8f;
    background-color: #4d6c8f;
    box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0.8);
    color: #fff;
}
    .navbar-inverse .navbar-toggle,
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
        border-color: #4d6c8f;
        background-color: #4d6c8f;
    }
    .navbar-inverse .navbar-nav > li > a,
    .navbar-inverse .navbar-brand {
        color: #fff;
}
    .navbar, .navbar a, .navbar a:hover {
    color: #fff;
}
        .nav > li > a:hover, .nav > li > a:focus,
        .navbar a:hover,
        .navbar a:hover {
            background-color: #08C9B5;
        }
    .navbar .container {
        z-index: 999;
        position: relative;
    }
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #4d6c8f;
}
.menuPlaceAction {
    background: #039d8d;
}

    .menuPlaceAction:hover {
        background: #08C9B5;
    }

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 50px;
}

/* 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;
}*/
#homeForm {
    background-color: #ffffff;
    opacity: 0.95;
    border-radius: 5px;
    padding: 10px;
}
#homeForm form {
    width: 100%;
    padding-left: 0;
}

#homeForm img {
    margin-top: 15px;
}
#homeForm #searchLocation{
    width: 300px;
    height: 50px;
    font-size: 18px;
}
.homeSearchButton {
    text-align: center;
    font: 14px/32px "Roboto",sans-serif;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
    border-radius: 5px;
    border: 0;
    cursor: pointer;
    height: 50px;
    padding: 1px 30px;
    background: #08C9B5;
    letter-spacing: 2.63px;
    box-shadow: 0 5px 10px 0 rgba(8,201,181,0.29);
}
.homeSearchButton:hover {
    background: #039d8d;
}
#homeSearchForm {
    background-color: rgb(77, 108, 143);
    padding: 45px;
    border-radius: 5px;
    text-align: center;
}

#homeSearch {
    margin-top: 25px;
    margin-bottom: 25px;
}
#homeStrapLine {
    margin-top: 15px;
    margin-bottom: 50px;
    color: #ffffff;
    text-align: center;
    font-size: 30px;
}
#homePanels {
    margin-top: 25px;
}
#homePanels h2 {
    padding: 0;
    font-size: 25px;
    margin-top: 15px;
}
#homePanels p {
    height: 200px;
}
#homePanels a {
    color: #fff;
}
#homePanels a:hover {
    text-decoration: none;
}
.homePanel {
    line-height: 25px;
    font-size: 14px;
    /*margin: 10px;*/
    position: relative;
    color: #ffffff;
    padding: 20px;
    z-index: 110;
    overflow: hidden;
    transition: all 0.6s ease 0s;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}
    .homePanel .panelIcon {
        margin-right: 3px;
        position: relative;
        display: inline-block;
        font-size: 30px;
        color: #092a52;
        width: 60px;
        height: 250px;
        float: left;
    }

        .homePanel .panelIcon i {
            border-color: #fff !important;
            color: #fff !important;
            width: 60px;
            height: 60px;
            line-height: 60px;
            border-radius: 50%;
            border: 2px solid #092a52;
            text-align: center;
        }
    .homePanel a:hover .panelIcon i {
        background: #4d6c8f !important;
    }
    .homePanel .panelText {
        margin-left: 70px;
        text-align: left;
        position: relative;
        line-height: 25px;
        font-size: 14px;
    }

.col {
    border: solid 1px #6c757d;
    padding: 10px;
    float: left;
}
footer .col {
    border: none;
}
.pageContent {
    background-color: #ffffff;
    padding: 10px;
}
    .pageContent h1 {
        color: #092a52;
    }
.pageContent .row {
    margin-bottom: 20px;
}
.contentItem {
    padding: 25px 25px 25px 20px;
    z-index: 110;
    overflow: hidden;
    transition: all 0.6s ease 0s;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}
.contentItemDetail {
    margin: 10px;
}
.contentItemDetail img {
    width: 50px;
}
.contentItemHeading {
    color: #092a52 !important;
    font-size: 14px;
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 20px;
    color: #092a52;
    font-weight: normal !important;
}
#homeSearch p {
    background-color: #ffffff;
    color: #092a52;
    padding: 5px;
    margin: 25px;
    border-radius: 3px;
    font-size: 16px;
} 
.currentLocation {
    background-color: #ffffff;
    color: #092a52;
    padding: 5px;
    margin-top: 10px;
    border-radius: 3px;
    font-size: 16px;
    cursor: pointer;
}
.locationChoice {
    cursor: pointer;
    background-color: #ffffff;
    color: #092a52;
    padding: 5px;
    margin-bottom: 5px;
    border-radius: 3px;
}
.actionButton {
    text-align: center;
    font: 14px/32px "Roboto", sans-serif;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
    border-radius: 5px;
    border: 0;
    cursor: pointer;
    height: 50px;
    padding: 1px 20px;
    background: #08C9B5;
    box-shadow: 0 5px 10px 0 rgba(8,201,181,0.29);
}

.actionButton:hover {
    background: #039d8d;
}
.blogPage h2 {
    font-size: 20px;
    margin-top: 0;
}
.blogPage img {
    margin-right: 10px;
}
.blogPage .imagecredit {
    margin-top: 10px;
    margin-bottom: 10px;
}
@media (min-width: 992px) {
}

@media (min-width: 768px) {

}
@media (min-width: 1028px) {
    .currentLocation {
        margin-right: 5px;
    }
}
@media (min-width: 1000px) {
    #homeForm form {
        width: 470px;
        padding-left: 25px;
    }
}
@media (max-width: 1024px) {
    .homePanel .panelIcon {
         height: auto; 
    }
    #homePanels p {
        height: auto;
    }
    #homeSearchForm .homeSearchButton {
        width: 100%;
    }
    #homeForm #searchLocation {
        width: 100%;
        margin-bottom: 10px;
    }
}
@media (max-width: 990px) {
    #homeSearchForm {
        margin: 25px;
    }

}
@media (max-width: 768px) {
    #homeSearch {
/*        padding: 25px;
*/
    }
    #homeSearchForm {
/*        margin: 25px;
*/    }
}
@media (max-width: 640px) {
    .body-content {
        margin-top: 20px;
    }
    #homeForm img { max-width: 90%; }

    #homeForm form {
        width: 100%;
        padding-left: 0;
    }

    #homeSearchForm {
        padding: 15px;
    }
    #homeSearch {
        margin-top: 5px;
        margin-bottom: 5px;
    }
    #homeForm #searchLocation {
        width: 100%; 
        height: 40px;
        font-size: 18px;
        margin-bottom: 10px;
    }
    .homePanel {
        padding: 5px;
    }
    #homeStrapLine {
        font-size: 25px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    #homePanels {
        margin-top: 5px;
    }
    #homePanels h1 {
        font-size: 30px;
        margin-top: 10px;
    }
    #homePanels h2 {
        font-size: 20px;
        margin-top: 5px;
    }
    #homePanels i {
        font-size: 16px;
        width: 35px;
        height: 35px;
        line-height: 30px
    }
    #homePanels .panelIcon {
        font-size: 20px;
        width: 30px;
    }
    .homePanel .panelText {
        font-size: 12px;
        margin-left: 50px;
    }

        img {
        max-width: 100%;
    }
        footer {
            font-size: 10px;
            line-height: 14px;
        }
        footer h4 {
            font-size: 12px;
            margin-top: 5px;
            margin-bottom: 5px;
        }
            footer .col {
                padding-left: 5px;
                padding-right: 5px;
                border: none;
            }
            #footer .col-sm-3,
            #footer .col-lg-3 {
                padding-left: 5px;
                padding-right: 5px;
            }
            }
@media (max-width: 390px) {
    #homeSearchForm {
        margin: 10px;
    }
    #homeForm #searchLocation {
        width: 100%;
    }
    #homeForm img {
        max-width: 90%;
    }
    .body-content {
        margin-top: 20px;
    }
    img {
        max-width: 100%;
    }
    #footer.col-lg-12,
    #footer .col-lg-3,
    #footer .col-sm-6 {
        padding-left: 5px;
        padding-right: 5px;
    }
    #footer ul {
        padding-inline-start: 0;
    }
    footer a {
        color: #fff;
        padding: 10px 0px 10px 0px;
    }
}
@media (max-width: 320px) {


    #homeForm form {
        max-width: 220px;
    }

    #homeSearchForm {
        padding: 15px;
    }

    #homeForm #searchLocation {
        max-width: 220px;
    }
}
