.mobile-only{
display:none;
}

.text-center{
    text-align: center;
}

.text-left{
    text-align: left;
}



a.btn, button{
    font-family: "Roboto Condensed";
    font-weight: bold;
    display: inline-block;
    border:0;
    font-weight:bold;
    font-size:1.1em;
    color:white;
    text-transform: uppercase;
    text-decoration: none;
    padding:1em 1.5em;
    margin: 1.25em 0 0 0 ;
    border-radius:0;
}

a.btn.btn-contact{
    border:3px solid white;
    white-space: nowrap;
    margin:0;
    padding: 0.5em 1.4em;
    padding-bottom:0.4em;

}

a.btn-reverse, .btn-default{
        background:black;
        color:white;
}

a.btn:hover{
    background:#7c878e;
    transition:all 0.33s;
    color:white;
}

hr{
    border:0;
    border-top: 2px solid black;
    margin:1.5em -8em;
    margin-top:4em;
}

hr.light{
    border:0;
    border-top: 1px solid #7c878e;
    margin:1.5em 0 ;    
}



input, textarea{
    width:100%;
    font-size:18px;
    padding:6px;
    margin: 5px 0;
    border: 2px solid #ccc;
    margin-bottom:0.5em;
    background:#eee;
}


h3 + ul.horizontal{
    border-top:1px solid black;
}



h3 + p{
    border-top:1px solid black;
    padding-top:1em;
    margin-top:1em;
}

.about h3 + p{
    border-top:none;
    padding-top:0;
    margin-top:0.5em;
}

p + ul.horizontal.wide{
    margin-top:-1em;
}

.content ul.horizontal{
    width:100%;
    display:flex;
    flex-wrap:wrap;
    flex-direction: column;
    margin-left:0;     
    list-style-position:outside;
    line-height:1.2;
    height:200px; 
    justify-content:flex-start;
    align-content:flex-start;
    margin-bottom:1em; 
    padding-top:1.4em;
    margin-top:1em;
    padding-left:1.2em;
}

.content  ul.horizontal li{  
    width:33%;
    list-style:disc;    
    margin-right:2em;
    margin-bottom:0.75em;
    font-size:0.9em;
}


.content ul.horizontal:after{
    content: '';
    display: block;
    clear: both;
}


.content ul.wide{
    height:auto;
    margin-bottom:2em;
}

.content ul.wide li{
    width:100%;
}

.content ul.long{
    min-height:18em;
}

ol{
     list-style-type: decimal;
}

.styled-table {
    
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.9em;   
    min-width: 50%;
    --box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.styled-table thead tr {
    background-color: #7c878e;
    color: #ffffff;
    text-align: left;
}

.styled-table th,
.styled-table td {
    padding: 12px 15px;
}

.styled-table tbody tr {
    border-bottom: 1px solid #dddddd;
}

.styled-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.styled-table tbody tr:last-of-type {
    border-bottom: 2px solid #7c878e;
}

.styled-table tbody tr.active-row {
    font-weight: bold;
    color: #009879;
}
