﻿section#content {
    background-image: url("/Themes/Bootstrap/Content/Images/banner-md.jpg");
    background-color: #F4F4F4;
    background-position-x: center;
    background-repeat: no-repeat;
    padding-top: 150px;
}

.navbar-submenu {
    display: none;
}

@media (min-width: 768px) {
    .navbar-submenu {
        display: block;
    }
}

@media (min-width: 1200px) {
    section#content {
        background-image: url("/Themes/Bootstrap/Content/Images/banner.jpg");
        padding-top: 150px;
        /*padding-top: 0px;*/
    }
}

.navbar-default {
    border-color: #0079c2;
}

.navbar-fixed-top {
    border-width: 0 0 0px;
}

.navbar-submenu {
    background-color: #0079c2;
}

    .navbar-submenu .nav-pills > li > a {
        color: #fff;
        text-decoration: none;
    }

        .navbar-submenu .nav-pills > li > a:hover,
        .navbar-submenu .nav-pills > li > a:focus {
            background-color: #e5f1f9;
            color: #0079c2;
            text-decoration: none;
        }

.navbar-brand {
    padding: 0px 15px 5px 15px;
    font-size: 24px;
    font-weight: bold;
    line-height: 45px;
    height: 65px;
}

    .navbar-brand > img {
        display: inline;
    }

/*.nav-pills > li > a {
    border-radius: 0;
    line-height: 28px;
}

.nav-pills > li > a {
    border-bottom: 2px solid transparent;
}

.nav-pills > li > a:hover,
.nav-pills > li > a:focus {
    color: #0079c2;
    background-color: transparent;
    border-bottom: 2px solid #0079c2;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    color: inherit;
    background-color: #e5f1f9;
    border-bottom: 2px solid #0079c2;
    font-weight: bold;
}*/

.nav-badge {
    background-color: #5bc0de;
    border-radius: 14px;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    height: 28px;
    min-width: 28px;
    line-height: 28px;
    color: #fff;
    text-align: center;
    display: inline-block;
    font-weight: normal;
}

.nav-badge-empty {
    background-color: transparent;
}

.modal-header {
    padding: 15px 15px 5px 15px;
    border-bottom: 0;
}

.modal-content {
    border-radius: 10px;
}

.light-1-bg {
    background-color: #FED08D;
}

.light-2-bg {
    background-color: #ccc;
}

.text-white {
    color: #fff;
}

.text-lg {
    font-size: 2em;
}

.text-xl {
    font-size: 3em;
}

.text-xxl {
    font-size: 4em;
}

.text-bold {
    font-weight: bold;
}

.icon-stack.lead {
    font-size: 32px;
    margin-bottom: 0;
}

.text-icon-bg-success {
    color: #dff0d8;
}

.text-icon-success {
    color: #3c763d;
}

.text-icon-bg-info {
    color: #d9edf7;
}

.text-icon-info {
    color: #31708f;
}

.text-icon-bg-warning {
    color: #fcf8e3;
}

.text-icon-warning {
    color: #8a6d3b;
}

.text-icon-bg-danger {
    color: #f2dede;
}

.text-icon-danger {
    color: #a94442;
}

.text-icon-urgent {
    color: #ff0000;
}

.padding-sm {
    padding: 5px;
}

.padding-md {
    padding: 10px;
}

.padding-lg {
    padding: 20px;
}

.padding-xl {
    padding: 40px;
}

.padding-top-sm {
    padding-top: 5px;
}

.padding-top-md {
    padding-top: 10px;
}

.padding-top-lg {
    padding-top: 20px;
}

.padding-top-xl {
    padding-top: 40px;
    border-radius: 25px
}

.padding-right-sm {
    padding-right: 5px;
}

.padding-right-md {
    padding-right: 10px;
}

.padding-right-lg {
    padding-right: 20px;
}

.padding-right-xl {
    padding-right: 40px;
}

.padding-bottom-sm {
    padding-bottom: 5px;
}

.padding-bottom-md {
    padding-bottom: 10px;
}

.padding-bottom-lg {
    padding-bottom: 20px;
}

.padding-bottom-xl {
    padding-bottom: 40px;
}

.padding-left-sm {
    padding-left: 5px;
}

.padding-left-md {
    padding-left: 10px;
}

.padding-left-lg {
    padding-left: 20px;
}

.padding-left-xl {
    padding-left: 40px;
}

.margin-sm {
    margin: 5px;
}

.margin-md {
    margin: 10px;
}

.margin-lg {
    margin: 20px;
}

.margin-xl {
    margin: 40px;
}

.margin-top-sm {
    margin-top: 5px;
}

.margin-top-md {
    margin-top: 10px;
}

.margin-top-lg {
    margin-top: 10px;
}

.margin-top-xl {
    margin-top: 40px;
}

.margin-right-sm {
    margin-right: 5px;
}

.margin-right-md {
    margin-right: 10px;
}

.margin-right-lg {
    margin-right: 20px;
}

.margin-right-xl {
    margin-right: 40px;
}

.margin-bottom-sm {
    margin-bottom: 5px;
}

.margin-bottom-md {
    margin-bottom: 10px;
}

.margin-bottom-lg {
    margin-bottom: 20px;
}

.margin-bottom-xl {
    margin-bottom: 60px; /*TOD Changed*/
}

.margin-left-sm {
    margin-left: 5px;
}

.margin-left-md {
    margin-left: 10px;
}

.margin-left-lg {
    margin-left: 20px;
}

.margin-left-xl {
    margin-left: 40px;
}

.labelHeader {
    font-size: x-large;
    font-family: 'Lato',Helvetica,Arial,sans-serif;
    font-weight: normal;
    font-style: italic;
}

.aba-footer {
    background-color: #444;
    color: #fff;
}

.copyright {
    background-color: transparent;
    color: #fff;
    display: inline-block;
    font-family: 'Lato',Helvetica,Arial,sans-serif;
    font-size: 10px;
}

.sponsor-menu {
    display: inline-block;
    margin: 0;
    padding: 0;
}

    .sponsor-menu li {
        color: #fff;
        font-family: 'Lato',Helvetica,Arial,sans-serif;
        font-size: 10px;
        float: left;
        list-style-type: none;
        margin-bottom: 0px;
        margin-right: 48px;
    }

#aba-menu {
    display: inline-block;
    margin: 0;
    padding: 0;
}

    #aba-menu li {
        color: #fff;
        font-family: 'Lato',Helvetica,Arial,sans-serif;
        font-size: 10px;
        float: left;
        list-style-type: none;
        margin-bottom: 0px;
        margin-right: 3em;
    }

    #aba-menu a, #aba-menu a:visited {
        background-color: transparent;
        color: #fff;
        /*cursor: auto;*/
        text-decoration: none;
    }

.asterisk {
    color: red;
}

.logon-textbox-vertically-aligned {
    margin-top: 25px;
}
/*New Entries*/

.centered-circle {
    padding: 15px 1px;
}

    .centered-circle i {
        color: #fff;
        font-size: 50px;
    }

body {
    font-family: 'Lato',Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

.btn-right {
    color: white !important;
    border-radius: 5px;
    opacity: 1;
    background-color: #ff7e00 !important;
    border-color: #ff7e00 !important;
    transition: all 0.1s ease-in;
    position: relative;
    top: -2px;
    right: -480px;
    color: inherit
}

.modaloff {
    visibility: hidden;
}

@font-face {
    font-family: 'Lato',Helvetica,Arial,sans-serif;
}

@media (min-width: 768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
        margin-top: 4px;
    }
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: transparent;
}

@media (min-width: 768px) {
    .navbar-nav > li > a {
        padding-top: 35px;
        padding-bottom: 16px;
    }
}

.navbar {
    height: 85px;
}

.btn-primary {
    color: #fff;
    background-color: #F77F0D;
    border-color: #F77F0D;
    right: 460px;
}

#aba-menu li {
    font-size: 13px;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #707070;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,0.075);
    box-shadow: inset 0 0px 0px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}

.btn {
    border-radius: 5px;
}

.navbar-brand > img {
    display: inline;
    height: 55px;
    padding-top: 5px;
}

.navbar-submenu .nav-pills > li > a {
    color: #fff;
    text-decoration: none;
}

.navbar-submenu {
    background-color: #648290;
}

ul.menu-main-menu {
    position: -webkit-sticky;
    position: sticky;
    right: 460px;
}

body {
    background-color: #f4f4f4;
    font-family: 'Lato',Helvetica,Arial,sans-serif;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Lato',Arial,sans-serif;
    font-weight: 700;
    line-height: 1.1;
    color: #069;
}

h1, .h1, h2, .h2, h3, .h3 {
    font-size: 17px !important;
}


hr {
    border-top: 1px solid #D2D4D6;
}

textarea.form-control {
    height: 150px;
}

.navbar-toggle {
    margin-top: 15px;
}

.btn-primary,
.btn-warning {
    opacity: 1;
    background-color: #ff7e00 !important;
    border-color: #ff7e00 !important;
    transition: all 0.1s ease-in;
}

.btn-primary:hover,
.btn-warning:hover {
    background-color: #ff9a38 !important;
    border-color: #ff9a38 !important;
}


.donate-button {
    text-decoration: none !important;
    background-color: #f47932 !important;
    padding: 9px 18px 10px;
    font-size: 13px;
    color: white;
    font-weight: 500;
    border-radius: 1.4375rem;
    margin: 0;
    transition: background-color 0.1s ease-in; 
}

.donate-button:hover {
    background-color: #ff8844 !important;
}

/* Mobile CSS */
@media only screen and (max-width: 767px) {
    .form-mobile-control {
        max-width: 100%;
    }

    #footer {
        width: 100%;
    }

    body {
        padding-top: 65px;
    }

    .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
        background-color: #f7f7f7;
        height: 65px;
    }

    .navbar {
        height: 65px;
        margin-bottom: 0;
    }

    #main-menu {
        position: absolute;
        top: 64px;
        width: 100%;
        height: auto;
    }

    section#content {
        background-image: url("/Themes/Bootstrap/Content/Images/banner-md.jpg");
        padding-top: 160px;
    }
}

.image-question-partial {
    max-width: 100%;
    height: auto;
    max-height: 200px;
}

@media only screen and (max-width: 1024px) {
    .mobile-margin-lg {
        margin-top: 40px;
    }
}

/* Desktop/Tablet CSS */
@media only screen and (min-width: 768px) {
    .form-mobile-control {
        max-width: 350px;
    }

    body {
        padding-top: 85px;
    }

    .navbar-nav {
        float: left;
        margin: auto;
        right: 120px;
    }

    div.zone-navigation {
        float: right;
    }

    article.widget-navigation {
        position: relative;
        display: inline;
    }

    ul.menu-main-menu {
        right: 0;
    }

    zone-navigation ul.navbar-nav {
        float: unset;
        right: unset;
    }
}
