body {
    font-family: 'Hind', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Palanquin Dark', sans-serif;
    color: #565656;
}

h1 {
    font-size: 2.3rem;
}

#hero h1 {
    font-size: 5rem;
    color: white;
}
#hero h3 {
    font-size: 2rem;
    color: white;
}

@media only screen and (max-width: 500px) {
    #hero h1 {
        font-size: 4rem;
    }

    #hero .sg-spacer-xlarge .sg-content {
        padding: 2rem 0;
    }
}

h2 {
    font-size: 2.4rem;
    color: #565656;
    margin-bottom: 30px;
}

h3 {
    font-size: 1.6rem;
    margin-bottom: 1rem;

}

.sg-header {
    padding-top: 0.2rem;
}

#header #logo img {
    height: 22px;
    width: auto;
    margin-top: 10px;
}

#footer img {
    height: 19px;
    vertical-align: sub;
}

.img-inline {
    height: 1em;
}
.img-schema {
    max-height: 500px;
}

.img-center {
    margin-left: calc(50% - 250px);
    width: 500px;
}

.text-success {
    color: #5CB85C;
}

@media print {
    #sg-mainmenu, .sidebar-content, .grav-youtube, #hero .button, #logo a:after, .mobile-nav-toggle {
        display:none;
    }

    .sg-spacer-xlarge .sg-content {
        padding: 3rem 0;
    }

    #item {
        border-left:none !important;
    }

}

#sg-mainmenu .menu > li > a {
    border: none;
}

.button.alert, #sg-mainmenu .menu > li > a.button.alert {
    background-color: #d9534f;
    border-color: #d43f3a;
    color: white;
}


.button.alert:hover, #sg-mainmenu .menu > li > a.button.alert:hover {
    background-color: #e76d69;
    border-color: #d43f3a;
}

.button.success, #sg-mainmenu .menu > li > a.button.success {
    background-color: #22bb5b;
    border-color: #22bb5b;
    color: white;
}
.button.success:hover, #sg-mainmenu .menu > li > a.button.success:hover {
    background-color: #3adb76;
    border-color: #3adb76;
    color: white;
}

.button.warning, #sg-mainmenu .menu > li > a.button.warning {
    background-color: #ffdc4e;
    border-color: #ffdc4e;
    color: #70610a !important;
}
.button.warning:hover, #sg-mainmenu .menu > li > a.button.warning:hover {
    background-color: #ffe681;
    border-color: #ffe681;
    color: #70610a;
}


.button.secondary, #sg-mainmenu .menu > li > a.button.secondary {
    background-color: #e2e2e2;
    color: #474747 !important;

}

.button.secondary:hover, button.secondary:focus, #sg-mainmenu .menu > li > a.button.secondary:hover, #sg-mainmenu .menu > li > a.button.secondary:focus {
    background-color: #ededed;
}

.button.hollow, .button.hollow:hover, .button.hollow:focus {
    background-color: transparent;
}

.sg-highlight-light a, .sg-highlight-light .sg-content a, .sg-color-dark-gray a, .sg-color-yellow a, .sg-color-orange a, .sg-color-blue a, .sg-color-red a, .sg-color-purple a, .sg-color-green a {
    color:inherit;
}

.sg-color-blue {
    background-color: #0b5fa7;
}

.sg-color-blue h2 {
    color: white;
}

.column-color-light-gray .sg-column-block a {
        color:#1E8CC7;
}
.column-color-light-gray .sg-column-block a:hover {
        color:#1a78ab;
}
.sg-content{
    padding-top:2rem;
}
.divider-top .sg-content {
    border-top: #e8e8e8 solid 1px;
}

.sg-column-text-left ol, .sg-column-text-left ol p {
    text-align: left;
}

.sg-justify p {
    text-align:justify;
}

.sg-justify h2, .sg-justify h3 {
    text-align: center;
}

#item {
    border-left: 1px #e4e4e4 solid;
}

@media screen and (min-width: 40em) {
    #item {
        padding-left: 2rem;
    }
}

#mobile-sidebar {
    display: none;
}

@media only screen and (max-width: 500px) {
    #sidebar {
        display:none
    }

    #mobile-sidebar {
        display: block;
    }

    #item {
        border-left: none;
    }
}

#sidebar {
    padding-top: 10px;
}
.side-menu .main-item {
    padding:10px;
    font-size: 1.2rem;
}
.side-menu .main-item.active {
    font-weight: bold;
}

.side-menu .sub-item {
    padding-top: 10px;
    padding-left: 30px;
    display: none;
    font-size: 16px;
    font-weight: normal;
}
.side-menu .sub-item.active {
    font-weight: bold;
}
.side-menu .main-item.active .sub-item {
    display: block;
}
.side-menu .main-item-number {
    font-weight: bold;
    color: gray;
}

.search-item {
    margin-left: 0px !important;
    margin-bottom: 30px !important;
}

label {
    font-size: 1rem;
    font-weight: bold;
}

.radio label {
    font-weight: normal;
}

.narrow-form {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.form-spacer h3 {
    font-size: 1.3rem;
    margin-bottom: 0px;
    margin-top: 30px;
}

.form-spacer hr {
    margin: 0.5rem auto;
}

.grav-youtube {
    padding-top: 0px !important;
    padding-bottom: 56.3% !important;
}

img.feature-icon {
    max-height: 150px;
}

.notices {
    padding: 15px 10px 1px 20px !important;
    text-align: left;
}

.notices a {
    color: #1E8CC7;
}

.notices a:hover, .notices a:focus {
    color: #1a78ab;
}

.notices.gray {
    border-left: 10px solid #c5c5c5;
    background: #fafafa;
    color: #6b6b6b;
}

.quote-box {

}

.quote-box {
    color: black;
    background-color: white;
    border-radius: 12px;
    border: 1px solid gray;
    box-shadow: #00000040 0 4px 11px 0px;
    padding: 20px;
}
.quote-box .quote-text {
    font-style: normal;
}

.quote-box .quote-author {
    margin: 10px 0px;
    text-transform: uppercase;
    color:gray;
}

.quote-box .quote-link {
    color:#1E8CC7;
}

.quote-box .quote-link:hover {
    color:#1a78ab;
}

.ul-2x > li {
    margin-bottom:1em;
}
.fa-li.fa-2x {
        left: -55px;
        top: -2px;
}