td   {
    color: #882426;
    font-size: small;
}

.background-image {
    background: url('../images/main-photo.jpg');
    background-repeat:no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    min-height: 75vh;
    display: flex;
    justify-content: center;
}

.background-image2 {
    background: url('../images/san-diego-skyline5.jpg');
    background-repeat:no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    min-height: 75vh;
    display: flex;
    justify-content: center;
}

.background-image3 {
    background: url('../images/main-photo3.png');
    background-repeat:no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    min-height: 75vh;
    display: flex;
    justify-content: center;
}

.up-down-button {
     color: #61ABD4;
     font-size: 45px;
     border:none;
     background-color:transparent;
     outline:none;
     width: 25px;
 }

.up-down-button[disabled] {
    color: transparent;
    font-size: 45px;
    border:none;
    background-color:transparent;
    outline:none;
    width: 25px;
}

.sub-banner {
    background-color: rgb(37, 150, 190);
    height: 120px;
}

.article-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 40px;
    color: #266150;
}

.article-headline-home {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 30px;
    color: #266150;
}

.article-title-home {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 1.1rem;
    color: #333333;
}

.article-title-link {
    font-family: "Helvetica Neue";
    font-size: .9rem;
    color: #266150;
    text-decoration: underline;
}

.article-subtitle {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2rem;
    color: #4F4846;
}

.article-subtitle-home {
    font-family: 'Montserrat', sans-serif;
    font-size: .9rem;
    color: #4F4846;
}

.article-text {
    font-family: "Helvetica Neue";
    font-size: .9rem;
    color: #333333;
}

.related-articles {
    font-family: "Helvetica Neue";
    font-size: 1.1rem;
    font-weight: bold;
    color: #333333;
}

.related-links {
    font-family: "Helvetica Neue";
    font-size: .9rem;
    color: #0056b3;
    text-decoration: underline;
}

.bg-trans {
    background-color: rgba(6, 156, 224, .3);
}

.bg-trans2 {
    background-color: rgba(6, 156, 224, .6);
}

.special-font {
    font-family: "Helvetica Neue";
}

.smaller {
    font-size: .7rem;
}

.small {
    font-size: .8rem;
}

.medium-sm {
    font-size: .9rem;
}

.medium-md {
    font-size: 1rem;
}

.medium-lg {
    font-size: 1.2rem;
}

.large {
    font-size: 1.5rem;
    font-weight: bold;
}

.orange {
    color: #F2AC29;
}

.red {
    color: red;
}

.light-gray {
    color: #F0F0F0;
}

.dark-gray {
    color: #333333;
}

.dark-gray-lighter {
    color: #999999;
}

.admin-button-sm {
    padding:0.6em 2em;
    border-radius: 8px;
    color:#ffffff;
    background-color:#808080;
    font-size:.8em;
    border:0;
    cursor:pointer;
    margin: .2em;
}

.button2 {
    background-color: #46BF00;
    color: white;
}

.button3 {
    background-color: #D4443C;
    color: white;
}

.custom-heading {
    font-size: 1rem;
    font-weight: bold;
    color: #D4443C;
}

.custom-heading2 {
    font-size: 1.1rem;
    font-weight: bold;
    color: #FF8C00;
}

.custom-heading-smaller {
    font-size: .9rem;
    font-weight: bold;
    color: #D4443C;
}

.top-nav-links {
    font-family: "Helvetica Neue";
    font-size: .8rem;
    color: #004E7C;
}


.top-nav-phone {
    font-family: "Helvetica Neue";
    font-size: .8rem;
    color: #333333;
}

.get-attention-font {
    font-size: .9rem;
    font-weight: normal;
    color: #FF8C00;
}

.custom-button {
    font-size: .8rem;
    text-align: center;
    border: 1px solid #ddd;
    background-color: #A9A9A9;
    color: white;
    padding: 4px 12px;
    height:30px;
    width:16.67%;
}

.custom-button:hover {
    color: #004E7C;
}

.custom-button:active {
    color: #004E7C;
}

.smallcircle {
    height: 25px;
    width: 25px;
    background-color: #FD0909;
    color: white;
    border-radius: 50%;
    display: inline-block;
}

.transparent {
    background-color: #000000;
    opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */
}

.error {
    color:#E72829;
    background-color:white;
    border: 1px solid #E72829;
    border-radius:5px;
    opacity:0.7;
    margin-top:5px;
    filter:alpha(opacity=70);
}

.select-hr {
    border: 0;
    clear:both;
    display:block;
    width: 96%;
    background-color:#46BF00;
    height: 1px;
}

td {
    font-family: "Helvetica Neue";
    font-size: .8rem;
    color: #909090;
}