﻿body {
    min-height: 75rem;
    padding-top: 4.5rem;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
}

a {
    color: #4b69bf;
    text-decoration: none;
}

a:focus, a:hover {
    color: #32498c;
    text-decoration: underline;
}

@media (min-width: 1200px) {
    .container {
        width: 980px;
        max-width: 100%;
    }
}

.btn-primary {
    color: #fff;
    background-color: #4b69bf;
    border-color: #4b69bf;
}

.btn-primary:hover {
    color: #fff;
    background-color: #38539f;
    border-color: #364f97;
}

.btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 2px rgba(75, 105, 191, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
    background-color: #4b69bf;
    border-color: #4b69bf;
}

.btn-primary:active, .btn-primary.active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #38539f;
    background-image: none;
    border-color: #364f97;
}

.btn-secondary {
    color: #292b2c;
    background-color: #fff;
    border-color: #ccc;
}

.btn-secondary:hover {
    color: #292b2c;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
    background-color: #fff;
    border-color: #ccc;
}

.btn-secondary:active, .btn-secondary.active,
.show > .btn-secondary.dropdown-toggle {
    color: #292b2c;
    background-color: #e6e6e6;
    background-image: none;
    border-color: #adadad;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #4b69bf;
    background-color: #fff;
    border: 1px solid #ddd;
}

.page-link:focus, .page-link:hover {
    color: #32498c;
    text-decoration: none;
    background-color: #eceeef;
    border-color: #ddd;
}

.page-item.active .page-link {
    z-index: 2;
    color: #fff;
    background-color: #4b69bf;
    border-color: #4b69bf;
}

.page-item.disabled .page-link {
    color: #636c72;
    pointer-events: none;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

/* Header
-------------------------------------------------- */
header {
    margin-bottom: .7rem;
}

header span.gerb {
    background-image: url(/img/gerb.png);
    width: 80px;
    height: 79px;
    display: inline-block;
    float: left;
    margin-right: 10px;
}

header .title {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 32px;
    color: #10256b;
    margin-bottom: 0;
}

/* Footer
-------------------------------------------------- */
.footer {
    background: #eef0f0;
}

.footer .site {
    padding-top: 70px;
}

.footer h5 a {
    color: #444;
}

.footer h5 a:hover {
    color: #333;
    text-decoration: none;
}

.copyright {
    color: #858e9b !important;
    margin-top: 50px;
    padding-bottom: 50px;
}

.creative-commmon {
    display: inline-block;
    margin-right: 20px;
    float: left;
}

.bottom-links .nav-link {
    padding: 0;
}

/* Banners
-------------------------------------------------- */
.banners {
    margin: 0 10px 10px;
}

.banners .link {
    display: block;
    font-family: Helvetica,sans-serif;
    font-size: 10px;
    height: 100px;
    padding: 5px 5px;
    width: 210px;
    border: 4px solid #e9e9e9;
    text-decoration: none;
    color: #333;
    text-transform: uppercase;
    margin-right: 5px;
}

.banners .link:hover {
    color: #1E3685;
}

.banners .link span {
    display: block;
    font-size: 11px;
    line-height: 13px;
    text-decoration: underline;
    text-transform: none;
    color: #32498c;
    position: absolute;
    bottom: 10px;
}

/* Carousel
-------------------------------------------------- */
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block;
}

.carousel-control-next-icon {
    background-image: url("../../img/forward.png");
    width: 50px;
    height: 70px;
}

.carousel-control-prev-icon {
    background-image: url("../../img/back.png");
    width: 50px;
    height: 70px;
}

/* Events
-------------------------------------------------- */
.events-list .nav-pills .nav-link.active, .nav-pills .nav-item.show .nav-link {
    color: #fc3d39;
    cursor: default;
    background: none;
}

.events-list .nav-link {
    padding-right: 1rem;
    padding-left: 0;
}

.publish, .event-type, .social-share {
    color: #858e9b;
    display: block;
}

.event-type-link {
    display: block;
}

.event-date-time {
    font-weight: 600;
}

.event-title {
    color: #555;
}

.event-title:hover,
.event-title:active {
    color: #555;
}

.events-list .fa {
    color: #888;
}

.events-list hr {
    border-top: 1px solid #efefef;
}

/* Gallery
-------------------------------------------------- */
.events-list .date-time {
    color: #bcbcbc;
    padding: 10px 0 5px 0;
}

.events-list .photo-item {
    margin-bottom: 1rem;
}

.gallery .list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}

.gallery .list-inline > li {
    display: inline-block;
    margin-bottom: 6px;
    padding-left: 3px;
    padding-right: 3px;
}

/* Left Menu
-------------------------------------------------- */
.left-menu .nav-link {
    padding: 0.7em 0;
}

.left-menu li {
    border-top: 1px solid #ebeef1;
}

.left-menu .fa {
    float: right;
    font-weight: bold;
}

.left-menu a {
    /*font-family: 'Roboto Condensed', sans-serif;*/
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}

/* Sidebar Links
-------------------------------------------------- */
.links .nav-link {
    padding: 0.5rem 0;
}

.links .card, .main .card {
    border: none;
    border-radius: 0;
    margin-bottom: 1em;
}

.links .card-header, .main .card-header {
    margin: 0px 0px 20px;
    padding: 10px 15px;
    color: rgb(255, 255, 255);
    line-height: 1.5em;
    font-family: "Open Sans", "Roboto", Arial, Tahoma, sans-serif;
    background-color: #0070BB;
    border-bottom: none;
    font-size: 14px;
    font-weight: 700;
}

.links .card-header:first-child, 
.main .card-header:first-child {
    border-radius: 0;
}

.links .card-body, .main .card-body {
    padding: 0;
}

/* Page Content
-------------------------------------------------- */
.page-content {
    font-family: Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 0.95rem;
    font-weight: normal;
    line-height: 1.5;
    color: #333333;
}

.page-content .attachment .nav-item {
    padding-bottom: 1em;
}

.page-content .nav-link {
    padding: 0.5em 0;
    /*display: inline-block;*/
}

.attachment .nav-link {
    padding: 0;
    margin-left: 2.5em;
}

.file-size {
    color: #858e9b;
}

.xls-icon {
    background-image: url("../../img/icons/icon_xls.png");
    display: block;
    float: left;
    width: 29px;
    height: 39px;
    margin-right: 10px;
}

.doc-icon {
    background-image: url("../../img/icons/icon_docx.png");
    display: block;
    float: left;
    width: 29px;
    height: 39px;
    margin-right: 10px;
}

.ppt-icon {
    background-image: url("../../img/icons/icon_ppt.png");
    display: block;
    float: left;
    width: 29px;
    height: 39px;
    margin-right: 10px;
}

.pdf-icon {
    background-image: url("../../img/icons/icon_pdf.png");
    display: block;
    float: left;
    width: 29px;
    height: 39px;
    margin-right: 10px;
}

.rtf-icon {
    background-image: url("../../img/icons/icon_rtf.png");
    display: block;
    float: left;
    width: 29px;
    height: 39px;
    margin-right: 10px;
}

.txt-icon {
    background-image: url("../../img/icons/icon_txt.png");
    display: block;
    float: left;
    width: 29px;
    height: 39px;
    margin-right: 10px;
}

.zip-icon {
    background-image: url("../../img/icons/icon_zip.png");
    display: block;
    float: left;
    width: 29px;
    height: 39px;
    margin-right: 10px;
}

.rar-icon {
    background-image: url("../../img/icons/icon_rar.png");
    display: block;
    float: left;
    width: 29px;
    height: 39px;
    margin-right: 10px;
}

.file-icon {
    background-image: url("../../img/icons/icon_file.png");
    display: block;
    float: left;
    width: 29px;
    height: 39px;
    margin-right: 10px;
}

/* Docs
-------------------------------------------------- */
.docs-list .nav-link {
    padding: 0.5em 0 0;
}

.docs-list .nav-item {
    margin-bottom: 1rem;
}

/* Authorize From
-------------------------------------------------- */
.signin-form {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}

.signin-form .signin-form-heading,
.signin-form .checkbox {
    margin-bottom: 10px;
}

.signin-form .checkbox {
    font-weight: normal;
}

.signin-form .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
}

.signin-form .form-control:focus {
    z-index: 2;
}

.signin-form input[type="text"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.signin-form input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

/* Visual Struct
-------------------------------------------------- */
ul.struct, .struct ul {
    list-style-type: none;
    padding: 0;
}

ul.struct ul li {
    padding: 7px 0 0 25px;
    background: url(../img/bg-structure-li.jpg) no-repeat 0 28px;
}

.struct ul ul {
    border-left: 3px solid #e9e9e9;
    margin-left: 8px;
    padding-left: 0px;
}

.struct ul ul .last {
    background: url(../img/bg-structure-last.jpg) no-repeat 0 28px;
    margin-left: -3px;
    padding-left: 28px;
    position: relative;
}

.struct ul .last {
    background: url(../img/bg-structure-last.jpg) no-repeat 0 28px;
    margin-left: -3px;
    padding-left: 28px;
    position: relative;
}

.struct {
    border-left: 3px solid #e9e9e9;
}

.struct span {
    border: 3px solid #e9e9e9;
    display: block;
    padding: 9px 15px 9px;
    border-radius: 3px;
    font-size: 0.85rem;
    margin-left: -10px;
    background: #fff;
}

/* Search
-------------------------------------------------- */
.search .form-control,
.search .btn-lg {
    border-radius: 0;
}

/* Letters
-------------------------------------------------- */
.letters .form-check-inline + .form-check-inline {
    margin-left: 0;
}

.letters input[type=submit] {
    margin-top: 1rem;
}

.hidden {
    display: none !important;
}

.required:after {
    content: " *";
    color: #606778;
}

.letter-form {
    font-family: "ITCFranklinGothicW10-Bk 862339",arial,sans-serif;
    color: #141018;
}

.letter-form .small {
    color: #606778;
}

.letter-form .form-control-feedback {
    font-size: 80%;
}

.letter-form .form-group {
    margin-bottom: 0.5rem;
}

.file-input-container {
    width: 100%;
    background-color: #EDEDED;
    border-radius: 5px;
}

.file-input-container input[type='file'] {
    display: none;
}

.file-input-container .file-info {
    font-size: 0.9em;
}

.file-input-container .btn-primary {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

@media (max-width: 400px) {
    .file-input-container .btn-primary {
        width: 100%;
        border-top-right-radius: 5px;
        border-bottom-left-radius: 0;
    }

    .file-input-container .file-info {
        display: block;
        margin: 8px 5px;
    }
}

.letter-form label, .letter-form p {
    font-size: 80%;
    font-weight: normal;
    color: #606778;
}

.letter-form .text-danger {
    font-size: 80%;
}

.letter-form .lead {
    font-size: 1.15rem;
    margin-bottom: 1.5rem;
}

.letter-form .highlight {
    padding: 0.5rem 1rem 0.8rem;
    background-color: #ededed;
    border-radius: 0.2rem;
}

.sstu-counter {
    padding: 1rem;
    margin-bottom: 1rem;
    background-color: #eceeef;
}

.sstu-counter .title {
    font-weight: 600;
    font-size: 1em;
    line-height: 1em;
    margin-bottom: 0.5em;
}