body {
    font-family: "PT Sans", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: rgb(71,83,88);
    background-color: #eef2f5 !important;

    text-decoration: none;
    user-select: none;
    cursor: default;
    padding-bottom: 0;
    overflow-x: hidden;
}

/*
body .container.body-content {
    min-height: 786px;
}
*/

/* -------------- NAVIGATION ----------------------------------------------- */
.navbar-inverse {
    border: 0;
    background-color: rgb(50,55,60)!important;
    color:  rgb(255,115,0);
    font-family: "PT Sans Caption", Arial, Helvetica, sans-serif;
    font-weight: normal;
    border-bottom: 0.5rem solid rgb(255,115,0);
    box-shadow: 0 0 1em rgb(0,0,0,0.25);
}
.navbar-inverse .navbar-header {
    padding: 1em;
    position: relative;
}
.navbar-inverse .navbar-header span.back-to-website {
    position: absolute;
    left: 78px;
    top: 55px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}
.navbar-inverse .navbar-brand-icon{
    padding: 1em;
    color: white;
}
.navbar-inverse .navbar-brand {
    color: white
    font-family: "PT Sans Caption", Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 14px;
    display: block;
    line-height: 20px;
    position: absolute;
    left: -80px;
    top: 40px;
    text-align: center;
    background-color: rgb(50,55,60);
    transition: all 0.25s;
    opacity: 0;
    backdrop-filter: black;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
}
.navbar-inverse .navbar-brand span {
    color: rgb(255,115,0);
}
.navbar-inverse .container .navbar-collapse {
    overflow: hidden;
}
.navbar-inverse .navbar-nav>li>a {
    color: #ffffff;
    font-size: 14px;
    font-family: "PT Sans Caption", Arial, Helvetica, sans-serif;
    font-weight: normal;
    padding: 15px 0 0 0;
    margin: 0 15px 15px 15px;
    display: block;
    position: relative;
    text-transform: uppercase;

    /* padding: 10px 14px; */
    line-height: 20px;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    color: rgb(255,115,0);
}

.navbar-inverse .navbar-nav > li > a.logo:hover,
.navbar-inverse .navbar-nav > li > a.logo:focus {
    color: rgb(255,115,0);
    box-shadow: none;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 10px 10px;
    margin-top: 10px;
    margin-right: 20px;
    margin-bottom: 10px;
    background-color: rgb(255,115,0)!important;
    border: 0;
    border-radius: 4px;
    box-shadow: 0 2px 0 0 rgba(0,0,0,0.25);
}

.navbar-inverse .navbar-nav #logoutForm ul{
    background-color: rgb(255, 115, 0);
    margin-left: 1em;
    margin-right: 1em;
    height: 46px;
}
.navbar-inverse .navbar-nav #logoutForm ul{
    background-color: rgb(255, 115, 0);
    margin-left: 1em;
    height: 46px;
}

.navbar-inverse .navbar-nav #logoutForm ul li a:hover{
    color: white;
}


@media (min-width: 800px){
    .navbar-nav > li{
        float: left;
        padding-top: 1em;
        padding-bottom: 1em;
    }
    
    .navbar-inverse .navbar-brand-icon:hover .navbar-brand {
        opacity: 1;
        top: 55px;
    }

}

@media (max-width: 799px){
    .navbar-inverse .navbar-brand-icon i{
        float: left;
    }
    
    .navbar-inverse .navbar-brand{
    opacity: 1;
    box-shadow: none;
    position: relative;
    left: auto;
    top: auto;
    float: left;
    padding: 0;
    padding-left: 15px;    
    transition: none;
    }
    .navbar-inverse .navbar-nav #logoutForm ul{
        background-color: rgb(50,55,60);
        margin-left: 0;
        margin-bottom: 2em;
        height: 46px;
    }
}

/* ------------------- Form Styling ------------------------------------------- */

.row{
    margin-left:auto;
    margin-right:auto;
}

.col-md-8 {
    max-width: 800px;
    width: 100%;
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}

div.container section{
    border-radius: 0px;
    border-left: 6px solid rgb(255,115,0);
    padding: 2em;
    background-color: white;
    padding-left: 4em;
    box-shadow: 1px 3px 10px rgba(35,35,35,0.2);
}

.form-horizontal .form-group {
    margin-right: auto;
    margin-left: auto; 
}

#resetPasswordForm .form-group {
    margin-top: 30px;
}

/* ------------------- Content Styling -------------------------------------- */

.jumbotron {
    padding: 0px !important;
    margin-bottom: 0px;
    font-size: 21px;
    font-weight: 200;
    line-height: 2.1428571435;
    color: inherit;
    background-color: transparent;

    padding-left: 0px !important;
    padding-right: 0px!important;
    margin-top: 120px;
}
.jumbotron .titleContainer {
    background-color: rgb(255,115,0);
    margin-bottom: 30px;
    text-decoration: none;
    user-select: none;
    cursor: default;
    display: none;
}
.jumbotron .titleContainer > .container > h1 {
    margin: 10px 0 10px 0;
    Color: #475358;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 26px;
    text-decoration: none;
    user-select: none;
    cursor: default;
}

.jumbotron .container > h1 {
    font-size: 32px;
    color: #475358;
    text-decoration: none;
    user-select: none;
    cursor: default;
}

.btn-default {
    border-radius: 0;
    font-size: 16px;
    background-color: #e2e7ea;
    color: #475358;
    white-space: nowrap;
    height: auto;
    padding: 0.833em 1.125em;
    display: inline-block;
    transition: all 0.15s linear;
    border: 0;
    line-height: 1.3;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.btn-default:hover {
    background-color: rgb(255,115,0);
    color:white;
}

h1, h2, h3, h4, h5, h6 {
    color: #475358;
    padding: 0;
    margin: 0 0 10px 0;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    border: 0;
    text-decoration: none;
    user-select: none;
    cursor: default;
    letter-spacing: -0.035em;
}

h1 {
    font-size: 32px;
    color: #475358;
}

h2 {
    font-size: 26px;
    color: #475358;
}

h3 {
    color: #475358;
    font-size: 18px;
    font-weight: 700;
}

.validation-summary-errors {
    margin: 0px;
}
.section {
    margin-bottom: 3rem;
}
p.license-change-success-message {
    color: limegreen;
    font-weight: bold;
}
div.form-control.license-name {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    border: 0;
    background: #475358;
    color: white;
    border-radius: 0;
}
label.control-label {
    font-weight: bold;
    font-size: 18px;
    padding: 0.65em 0 !important;
}
input.form-control {
    background-color: white;
    border: 1px solid rgba(35,35,35,0.2);
    border-radius: 0;
    font-size: 18px;
    height: auto;
    padding: 0.65em;
    line-height: 1.3;
}
input:disabled.form-control {
    background: #d3d5d8;
    color: #536164;
}
.license-active input {
    height: 23.4px;
    width: 23.4px;
    margin: 0.65em;
    background: none;
    border: 0;
}
.privacy-checkbox input[type="checkbox"].form-control {
    display: inline-block;
    width: auto;
    height: 18px;
    width: 18px;
    margin: 0;
    margin-bottom: 0.2em;
    margin-right: 0.5em;
}

.downloads .pdf-preview {
    display: block;
    float: left;
    position: relative;
    width: 23%;
    margin-left: 1%;
    margin-right: 1%;
}
.downloads .pdf-preview a img{
    width: 100%;
    border: 0.3em solid rgb(238, 242, 245);
    transition: all 0.1s;
}
.downloads .pdf-preview a img:hover{
    border: 0.3em solid rgb(255,115,0);
}
.downloads .pdf-preview p{
    text-align: center;
}
.downloads .pdf-preview p:hover{
    color: rgb(255,115,0);
}

@media (max-width: 767px){
    .downloads .pdf-preview{
        width: 48%;
        margin-left: 1%;
        margin-right: 1%;
    }
}
@media (max-width: 537px){
    .downloads .pdf-preview{
        width: 250px;
        margin-left: auto;
        margin-right: auto;
        float: none;
        margin-bottom: 2em;
    }
}


/* ------------------- Footer Styling ----------------------------------------- */

footer {
    padding: 50px 0 50px;
    background-color: rgb(49, 49, 49) !important;
    letter-spacing: 1px;
    /*position: fixed;
    bottom: 74px;
    left: 0px;
    right: 0px;*/
}
footer .copyright {
    margin-top: 40px !important;
    color: #efefef;
    padding: 0 20px;
    text-decoration: none;
    user-select: none;
    cursor: default;
}
footer .copyright-notice {
    text-align: center;
    font-size: 11px;
    margin: 20px 0;
}
footer .foot-menu {
    text-align: center;
    padding: 0;
    font-size: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
}
footer .foot-menu li {
    display: inline-block;
    font-size: 11px;
}
footer .foot-menu li a {
    color: rgb(213,213,213);
    text-decoration: none;
}
footer .foot-menu li a:hover {
    opacity: 0.35;
}
footer .foot-menu li:not(:last-child):after {
    content: "/";
    font-size: 11px;
    margin: 0 6px 0 5px;
    color: rgb(213,213,213);
    opacity: 0.35;
}

.statics-footer {
    /*position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;*/
    height: 44px;
    /*margin-bottom: 30px;*/
    background-color: rgb(49, 49, 49) !important;
    padding-top: 6px;
    text-decoration: none;
    user-select: none;
    cursor: default;
    text-align: center;
}
.statics-footer ul {
    list-style-type: none;
    display: inline-block;
    text-align: center;
    margin: 0px;
    margin-left: 12px;
    padding: 0px;
    text-decoration: none;
    user-select: none;
    cursor: default;
}
.statics-footer ul li {
    display: inline-block;
    margin: 0px;
}
.statics-footer ul li a {
    color: #ffffff;
    padding: 4px 8px 4px 8px;
    text-decoration: none;
    user-select: none;
    cursor: default;
}
.statics-footer ul li a:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: #40839a;
}
.statics-footer ul li a:active {
    text-decoration: none;
    color: #ffffff;
    background-color: #40839a;
}
.statics-footer ul li a:focus {
    text-decoration: none;
}

.statics-footer ul li a img {
    vertical-align: baseline;
    margin-right: 10px;
}
.statics-footer ul li a span {
    text-decoration: none;
    user-select: none;
    cursor: default;
    pointer-events: none;
}