﻿/* LOGO - MENU */
@media(max-width: 1199px) {
    #divLogo {
        text-align: center;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    #divMenuRight {
    }

    .navbar {
        margin-top: 30px;
    }

    .nav > li > a {
        border-radius: 5px;
    }
}

@media(max-width: 991px) {
    #divLogo {
        margin-bottom: 10px;
    }

    #divMenuRight {
    }
}

@media(max-width: 767px) {
    #divLogo {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    #divMenuRight {
        width: 100%;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .nav > li > a {
        border-radius: 0px;
        margin-left: 0;
        margin-right: 0;
    }

    .nav-justified > li > a {
        margin-bottom: 0;
    }

    .navbar {
        width: 100%;
    }

    .navbar-toggle {
        margin-right: 0;
        margin-bottom: 0;
        width: 100%;
    }

    .nav-justified {
        margin-top: 2px;
    }

    .navbar-collapse {
        border-top: 0;
    }
}

@media(min-width: 1200px) {
    #divLogo {
        margin-top: 48px;
        margin-bottom: 0px;
        text-align: left;
    }

    #divMenuRight {
    }

    .navbar {
        margin-top: 60px;
    }

    .nav > li > a {
        border-radius: 5px;
    }
}

.nav > li > a {
    margin-left: 2px;
    margin-right: 2px;
    /*padding: 10px 30px;*/
    color: rgb(41, 41, 41);
    background-color: rgb(240, 240, 240);
    text-shadow: none;
    font-weight: normal;
}

.nav .dropdown-menu li > a {
    text-shadow: none;
    font-weight: normal;
}

.nav > li > a:hover, .nav > li.dropdown.open.active > .dropdown-toggle {
    color: rgb(255, 255, 255);
    background-color: #1FA055;
}

.nav > .active > a, .nav > .active > a:hover, .nav li.dropdown.open > .dropdown-toggle, .nav li.dropdown.active > .dropdown-toggle {
    color: rgb(255, 255, 255);
    background-color: #1FA055;
}

.nav > li > .dropdown-menu:before {
    border: none;
}

.nav > li > .dropdown-menu:after {
    border: none;
}

.nav > .active > a, .nav > .active > a:hover, .nav > .active > a.focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.nav > li > a:hover, .nav li.dropdown.open.active > .dropdown-toggle {
    -webkit-transition: ease-in-out .2s;
    -moz-transition: ease-in-out .2s;
    -o-transition: ease-in-out .2s;
    -ms-transition: ease-in-out .2s;
    transition: ease-in-out .2s;
}

#divSiteTitle {
    font-family: Varela Round;
    font-size: 30px;
    line-height: 49px;
    color: #1FA055;
    text-shadow: #000000 0px 3px 5px, #ffffff 0px -5px 35px;
    text-shadow: rgba(0, 0, 0, 0.0980392) 0px 3px 5px, rgba(255, 255, 255, 0.298039) 0px -5px 35px;
    letter-spacing: 4px;
    font-weight: normal;
    font-style: normal;
}

#divTagLine {
    color: #696969;
    line-height: 24px;
    text-transform: none;
    letter-spacing: 4px;
    font-size: 16px;
    padding-left: 2px;
    padding-right: 2px;
    background-color: transparent;
    font-family: Varela Round;
    font-weight: normal;
    font-style: normal;
    text-decoration: initial;
}

/* BUTTON */
.btn-primary {
    border: 1px solid #1FA055;
    border-bottom: 1px solid #1FA055;
    background-color: #1FA055;
    background-repeat: repeat-x;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1FA055), to(#1FA055));
    background-image: -webkit-linear-gradient(top, #1FA055, #1FA055);
    background-image: -moz-linear-gradient(top, #1FA055, #1FA055);
    background-image: -ms-linear-gradient(top, #1FA055, #1FA055);
    background-image: -o-linear-gradient(top, #1FA055, #1FA055);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr=#1FA055, endColorstr=#1FA055, GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

    .btn-primary, .btn-primary:hover, a.btn-primary, a.btn-primary:hover {
        color: #ffffff;
    }

        .btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
            background-color: #1FA055;
        }

a.btn, a.btn-large, a.btn-small, a.btn-mini {
    color: #333;
}

.navbar .btn-navbar-highlight {
    display: none;
    width: 100%;
}

.menuSeparator {
    padding-bottom: 0px;
    display: block;
    width: 90%;
    height: 1px;
    border: 0;
    border-top: 1px solid #1FA055;
}

.underline {
    border-bottom: 1px dotted #1FA055;
    width: 25%;
    min-width: 250px;
}

/* BODY */
.breadcrumb {
    font-size: 14px;
    line-height: 30px;
    font-family: 'Open Sans', sans-serif;
}

    .breadcrumb  a {
        color: #1FA055;
        font-family: 'Open Sans', sans-serif;
    }

body {
    background-image: url(/Content/images/scribble_light.png);
    background-position: inherit;
    background-repeat: repeat repeat;
    line-height: 22px;
    font-family: 'Open Sans', sans-serif;
}

    body > a {
        color: #1FA055;
        font-family: 'Open Sans', sans-serif;
    }

#innerBody {
    background-color: white;
}

/* FOOTER */
#divFooter {
    margin-left: -15px;
    margin-right: -15px;
}

    #divFooter a {
        color: #095228;
        font-family: 'Open Sans', sans-serif;
    }

    #divFooter i {
        color: #095228;
    }

    #divFooter h3 {
        font-family: 'Source Sans Pro', sans-serif;
        font-weight: normal;
        font-style: normal;
        font-size: 23px;
        line-height: 30px;
        color: #333333;
    }

[class*="social foundicon-"]:before {
    font-family: "SocialFoundicons";
}

[class*="general foundicon-"]:before {
    font-family: "GeneralFoundicons";
}

.panel-default {
    border-color: #1FA055;
}

.panel-default > .panel-heading {
    background-color: #1FA055;
    color: #fff;
}

@media(min-width: 769px) {
    .equal, .equal > div[class*='col-'] {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex: 1 1 auto;
    }
}