@import "//cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css";

/*!
 * Yamm!3 - Yet another megamenu for Bootstrap 3
 * http://geedmo.github.com/yamm3
 *
 * @geedmo - Licensed under the MIT license
 */
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
    position: static;
}
.yamm .container {
    position: relative;
}
.yamm .dropdown-menu {
    left: auto;
}
.yamm .yamm-content {
    padding: 20px 30px;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
    left: 0;
    right: 0;
}
.yamm .navbar-right .dropdown-menu {
    right: auto;
}
.yamm .navbar-right .dropdown-menu.dropdown-page-right {
    right: 0;
}


/*!
 * Vertical alignment styles
 * http://www.minimit.com/articles/solutions-tutorials/bootstrap-3-responsive-columns-of-same-height
 */

.col-top {
    vertical-align: top;
}
.col-middle {
    vertical-align: middle;
}
.col-bottom {
    vertical-align: bottom;
}
/* columns of same height styles */

.row-full-height {
    height: 100%;
}
.col-full-height {
    height: 100%;
    vertical-align: top;
}
.row-same-height {
    display: table;
    width: 100%;
    /* fix overflow */
    table-layout: fixed;
}
.col-xs-height {
    display: table-cell;
    float: none !important;
}

@media (min-width: 768px) {
    .col-sm-height {
        display: table-cell;
        float: none !important;
    }
}
@media (min-width: 992px) {
    .col-md-height {
        display: table-cell;
        float: none !important;
    }
}
@media (min-width: 1200px) {
    .col-lg-height {
        display: table-cell;
        float: none !important;
    }
}


/*! Allows you to maintain aspect ratio on resize
 *  http://stackoverflow.com/questions/1495407/css-maintain-div-aspect-ratio
 */
div.stretchy-wrapper-3-2 {
    width: 100%;
    padding-bottom: 66.66666%; /* 3:2 */
    position: relative;
}
div.stretchy-wrapper-3-2 > div {
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
}
div.stretchy-wrapper-4-3 {
    width: 100%;
    padding-bottom: 75%; /* 4:3 */
    position: relative;
}
div.stretchy-wrapper-4-3 > div {
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
}



/*!
 * JEB
 */
body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    padding-top: 0;
    line-height: 1.61803399;
    margin-top:0;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: var(--secondary-color);
}


/*!
 * Golden Ratio
 */
h5, h6 {
    font-size: 1em;
}
h4 {
    font-size: 1.305em;
}
h3 {
    font-size: 1.61803399em;
}
h2 {
    font-size: 2.618033993em;
}
h1 {
    font-size: 4.236067987em;
}
small {
    font-size: 0.6180339883em;
}


.col-xs-12 {
    line-height: 1.580013398;
}
.col-xs-11 {
    line-height: 1.555924829;
}
.col-xs-10 {
    line-height: 1.53183626;
}
.col-xs-9 {
    line-height: 1.507747691;
}
.col-xs-8 {
    line-height: 1.483659122;
}
.col-xs-7 {
    line-height: 1.459570553;
}
.col-xs-6 {
    line-height: 1.435481984;
}
.col-xs-5 {
    line-height: 1.411393414;
}
.col-xs-4 {
    line-height: 1.387304845;
}
.col-xs-3 {
    line-height: 1.363216276;
}
.col-xs-2 {
    line-height: 1.339127707;
}
.col-xs-1 {
    line-height: 1.315039138;
}
@media (min-width: 768px) {
    .col-sm-12, .col-xs-12 {
        line-height: 1.742611239;
    }
    .col-sm-11, .col-xs-11 {
        line-height: 1.70497285;
    }
    .col-sm-10, .col-xs-10 {
        line-height: 1.667334461;
    }
    .col-sm-9, .col-xs-9 {
        line-height: 1.629696072;
    }
    .col-sm-8, .col-xs-8 {
        line-height: 1.592057683;
    }
    .col-sm-7, .col-xs-7 {
        line-height: 1.554419293;
    }
    .col-sm-6, .col-xs-6 {
        line-height: 1.516780904;
    }
    .col-sm-5, .col-xs-5 {
        line-height: 1.479142515;
    }
    .col-sm-4, .col-xs-4 {
        line-height: 1.441504126;
    }
    .col-sm-3, .col-xs-3 {
        line-height: 1.403865737;
    }
    .col-sm-2, .col-xs-2 {
        line-height: 1.366227347;
    }
    .col-sm-1, .col-xs-1 {
        line-height: 1.328588958;
    }
}
@media (min-width: 992px) {
    .col-md-12, .col-sm-12, .col-xs-12 {
        line-height: 1.875098369;
    }
    .col-md-11, .col-sm-11, .col-xs-11 {
        line-height: 1.826419386;
    }
    .col-md-10, .col-sm-10, .col-xs-10 {
        line-height: 1.777740402;
    }
    .col-md-9, .col-sm-9, .col-xs-9 {
        line-height: 1.729061419;
    }
    .col-md-8, .col-sm-8, .col-xs-8 {
        line-height: 1.680382436;
    }
    .col-md-7, .col-sm-7, .col-xs-7 {
        line-height: 1.631703452;
    }
    .col-md-6, .col-sm-6, .col-xs-6 {
        line-height: 1.583024469;
    }
    .col-md-5, .col-sm-5, .col-xs-5 {
        line-height: 1.534345486;
    }
    .col-md-4, .col-sm-4, .col-xs-4 {
        line-height: 1.485666502;
    }
    .col-md-3, .col-sm-3, .col-xs-3 {
        line-height: 1.436987519;
    }
    .col-md-2, .col-sm-2, .col-xs-2 {
        line-height: 1.388308536;
    }
    .col-md-1, .col-sm-1, .col-xs-1 {
        line-height: 1.339629552;
    }
}
@media (min-width: 1200px) {
    .col-lg-12, .col-md-12, .col-sm-12, .col-xs-12 {
        line-height: 1.995541215;
    }
    .col-lg-11, .col-md-11, .col-sm-11, .col-xs-11 {
        line-height: 1.936825327;
    }
    .col-lg-10, .col-md-10, .col-sm-10, .col-xs-10 {
        line-height: 1.87810944;
    }
    .col-lg-9, .col-md-9, .col-sm-9, .col-xs-9 {
        line-height: 1.819393553;
    }
    .col-lg-8, .col-md-8, .col-sm-8, .col-xs-8 {
        line-height: 1.760677666;
    }
    .col-lg-7, .col-md-7, .col-sm-7, .col-xs-7 {
        line-height: 1.701961779;
    }
    .col-lg-6, .col-md-6, .col-sm-6, .col-xs-6 {
        line-height: 1.643245892;
    }
    .col-lg-5, .col-md-5, .col-sm-5, .col-xs-5 {
        line-height: 1.584530005;
    }
    .col-lg-4, .col-md-4, .col-sm-4, .col-xs-4 {
        line-height: 1.525814118;
    }
    .col-lg-3, .col-md-3, .col-sm-3, .col-xs-3 {
        line-height: 1.46709823;
    }
    .col-lg-2, .col-md-2, .col-sm-2, .col-xs-2 {
        line-height: 1.408382343;
    }
    .col-lg-1, .col-md-1, .col-sm-1, .col-xs-1 {
        line-height: 1.349666456;
    }
}




.panel-default {
    border-color: var(--tertiary-color);
}
.panel-default>.panel-heading {
    color: white;
    background-color: var(--primary-color);
    border-color: var(--tertiary-color);
}



img {max-width: 100%; height: auto;}

.btn {
    text-transform: uppercase;
}

#header {
    background-color: var(--primary-color);
    color: white;
}
#header a {
    color: white;
}

ul.list-horizontal {
    margin: 0;
    padding:0;
}

ul.list-horizontal li {
    display: inline;
    margin: 0;
    padding: 0;
    background: none;
}



.navbar-brown {
    border: none;
    margin: 0;
}
.navbar-brown .navbar-nav>li>a,
.navbar-brown .navbar-nav>li>p,
.navbar-brown .navbar-nav>li>form
{
    line-height: 22px;
    padding: 16px 20px;
    /*height: 71px;*/
    vertical-align: middle;
    display: table-cell;
    float:none;
}
.navbar-brown .nav-hl .fa {
    width:14px;
    text-align: center;
}
.navbar-brown .nav-hl hr {
    margin-top: 2px;
    margin-bottom: 2px;
}
/*.navbar-brown .nav-hl.user-actions {*/
/* #margin-left:2px;*/
/*}*/

.navbar-brown .navbar-nav > li {
    /*height: 71px;*/
    /*padding-right: 8px;*/
}

li.nav-hl.user-actions {
    background-color: var(--primary-color);
    display: flex;
    flex-direction: column;
}
/*.user-actions {*/
/*    width: 120px;*/
/*}*/
.user-actions .username {
    white-space: nowrap;
}
.navbar-brown .navbar-nav > li > a {
    padding: 6px;
    display: block;
    height: auto;
}
.navbar-brown .navbar-nav > li > a:hover {
    background-color: var(--secondary-color);
}

.nav-hl{
    background-color: var(--secondary-color);
}

/*.navbar-brown .nav>li>a:focus, .navbar-brown .nav>li>a:hover{*/
/* background-color: var(--secondary-color);*/
/*}*/
/*.navbar-brown .nav>li.nav-hl>a:focus, .navbar-brown .nav>li.nav-hl>a:hover{*/
/* background-color: var(--primary-color);*/
/*}*/
.nav, navbar-nav {
    padding-right:0;
    padding-bottom:0;
}

.portal-contact {
    display: flex !important;
    padding: 16px 0;
}

.portal-contact > a {
    padding: 0;
}

.portal-contact > a:hover {
    background-color: transparent !important;
}

.portal-contact > a > .fa-brands {
    font-size: 1.5em;
}


.navbar-text.social {
    font-size: 2.0em;
    margin: 0;
    padding-right: 0
}
.navbar-white {
    background-color: white;
    border: none;
    margin-bottom: 0;
}
.navbar-white .navbar-brand {
    margin-bottom: 30px;
}
.navbar-white .navbar-brand img{
}

.navbar-white a {
    color: black;
}
.navbar-white .open>a, .navbar-white .open>a:focus, .navbar-white .open>a:hover {
    color: white;
    background-color: var(--primary-color);
}

.yamm .yamm-content, .dropdown-menu {
    padding: 0;
    border: 0;
}
.yamm .yamm-content, .dropdown-menu .row {
    box-shadow: 5px 5px 5px rgba(0,0,0,.25);
}

.navbar-white .dropdown-menu ul {
    list-style: none;
}
.dropdown-fancy .row {
    margin: 0;
    width: 500px;
}
.navbar-white .states {
    background-color: var(--primary-color);
    color: white;
    font-size: 1.1em;
    text-transform: uppercase;
}
.navbar-white .options {
    background-color: var(--secondary-color);
    color: white;
}
.navbar-white .options li strong {
    font-size: 1.2em;
    font-weight: normal;
    text-transform: uppercase;
}
.dropdown-fancy .row ul {
    padding: 1em;
}
.navbar-white .row .states ul{
    padding-right: 0;
}
.navbar-white .row .options ul {
    padding-top: 1.2em;
}
.navbar-white .options a {
    color:white;
}
.navbar-white .state-item.maintainHover {
    text-decoration: underline;
}



.nav-fw-right, .nav-fw-left {
    background-color: var(--primary-color);
    padding-bottom: 1em;
}
.nav-fw-center {
    background-color: var(--secondary-color);
    padding-bottom: 1em;
}
.nav-fw-right h3, .nav-fw-left h3, .nav-fw-center h3,
.nav-fw-right a, .nav-fw-left a, .nav-fw-center a {
    color:white;
}
.navbar-white .yamm-fw ul {
    padding:0;
}

.navbar-white .user-info {
    border: 2px solid #111;
    background-color: var(--secondary-color);
    color: white;
    padding:2em;
}

.navbar-white .get-in-touch {
    background-color: var(--secondary-color);
    color: white;
    padding:2em;
}
.navbar-white .contact-links {
    background-color: var(--primary-color);
    color: white;
    padding:1em;
}
.navbar-white .contact-links a {
    color: white;
}

.btn {
    border-radius: 0;
}
.btn-primary {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}
.btn-primary:hover {
    background-color: var(--secondary-color);
}

.btn-info {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}
.btn-info:hover {
    background-color: var(--primary-color);
}

h1 strong, h2 strong, h3 strong {
    font-weight: bold;
    text-transform: uppercase;
}


.list-inline {
    margin-left: 0;
}

.footer {
    background-color: var(--secondary-color);
    color: white;
    padding-bottom: 0;
}
.main-footer {
    font-size: 1.2em;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    padding-bottom: 1em;
}
.main-footer h3, .main-footer a {
    color: white;
}
.main-footer h3 {
    border-bottom: 1px solid white;
    padding-bottom: .5em;
    margin-bottom: 1em;
}
.main-footer label {
    font-weight: 300;
}
.main-footer a {
    text-decoration: none;
}
.main-footer a:hover {
    color: var(--primary-color);
}

.footer .container-fluid {
    color: black;
    background-color: white;
    padding: 10px;
}
.footer .container-fluid p {
    text-align: center;
}

.get-in-touch span {
    display: block;
    float:left;
    clear:both;
    margin-right:.5em;
    padding-top: 4px;
}
.get-in-touch address {
    display: block;
    float: left;
}

.moratorum-true {
    color:red
}


.container-fluid.banner {
    padding:0;
    height:155px;
    background-repeat: no-repeat;
    background-position: center;

}


.container-fluid.banner h1 {
    color: black;
    text-shadow: 2px 2px 4px white;
    font-weight: bold;

}

#portal-sub-nav {
    position: relative;
    right:0;
    top:20px;
    white-space: nowrap;
    border:1px solid white;
    background: rgba(240,240,255,0.8)
}
#portal-sub-nav li {
    margin-left: 1em;
    white-space: nowrap;
}
#portal-sub-nav li a{
    color: #3d5b9a;
    color: black;
    text-decoration: none;
    text-shadow: 1px 1px 1px white;
}
#portal-sub-nav li a:hover{
    color: #601226;
}

/*#mininav {*/
/*    !*padding:0.6em !important;*!*/
/*    !*height:71px !important*!*/
/*}*/

/*#mininav li {*/

/*}*/
/*#mininav li a {*/
/*    displa*/
/*}*/
/*#mininav li a:hover {*/
/*    text-decoration: none;*/
/*}*/

.nav-hl.user-navigation {
    display: flex !important;
}

.nav-hl.user-navigation > a {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    padding: 16px 12px !important;
}
.nav-hl.user-navigation > a:hover {
    background-color: var(--primary-color);
}


.mailLink {
    color:red !important;
    font-weight:bold !important
}

.newMail0 {
    color:inherit !important;
    font-weight:bold
}

#mininav li a:hover {
    color:#601226
}

#dashboard_portal_banner {
    position:relative
}

#dashboard_portal_banner .container {

}
#dashboard_portal_banner h1 {
    /*margin:0;
    padding:0*/

}

#dashboard-user-email {
    margin:0;
    padding:0;
    height: auto
}


#portal-header-user {
    font-size: 20px;
    text-shadow: 1px 1px 3px white;
}
#portal-page-header {

    padding:0;
    margin:0;
    margin-top:70px;
    text-align:right;
    margin-right:46px

}
/*
, #front-blurb-featured p a
*/
.amsuitebutton {
    background: #1e5799;
    background: -moz-linear-gradient(left, #1e5799 0%, #00d4ff 100%);
    background: -webkit-linear-gradient(left, #1e5799 0%,#00d4ff 100%);
    background: linear-gradient(to right, #1e5799 0%,#00d4ff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#00d4ff',GradientType=1 );
}

.amsuitebutton:hover {
    border-color:#00d4ff
}

.page-node-128 .container-fluid.banner h1 {
    position: absolute;
    bottom: 40px;
    right: 20px;
    color: black;
    text-shadow: none;
    font-weight: bold;

}


/* Remove outline from image link */
.navbar-brand:focus {outline : none;}
