/*--------------------------------------------------------
    FONT ASSIGNMENTS
--------------------------------------------------------*/

body {
    font-family: 'Roboto', sans-serif;
    font-size: 19px;
    color: #353535;
    background-image: url(../images/iStock-629527714.jpg);
    background-attachment: fixed;
    background-size: cover;
}

p {
    font-family: 'Roboto', sans-serif;
    font-size: 19px;
    color: #353535;
}

#main-container {
    background: white;
    padding-bottom: 35px;
    /*background-image: url(../images/wavy-gradient.png);*/
    background-size: cover;
    background: -ms-linear-gradient(90deg, rgba(153, 125, 61, 1) 0%, rgba(181, 152, 74, 1) 12.67%, rgba(214, 184, 88, 1) 29.94%, rgba(226, 196, 94, 1) 39.44%, rgba(227, 209, 123, 1) 44.4%, rgba(228, 223, 153, 1) 50.88%, rgba(229, 232, 172, 1) 56.39%, rgba(229, 235, 179, 1) 60.23%, rgba(229, 233, 174, 1) 63.4%, rgba(228, 226, 159, 1) 67.31%, rgba(227, 214, 134, 1) 71.61%, rgba(226, 198, 99, 1) 76.16%, rgba(226, 196, 94, 1) 76.73%, rgba(209, 180, 87, 1) 80.4%, rgba(179, 150, 73, 1) 88.42%, rgba(160, 132, 64, 1) 95.24%, rgba(153, 125, 61, 1) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#997D3D', endColorstr='#997D3D' ,GradientType=0)";
    background: linear-gradient(0deg, rgba(153, 125, 61, 1) 0%, rgba(181, 152, 74, 1) 12.67%, rgba(214, 184, 88, 1) 29.94%, rgba(226, 196, 94, 1) 39.44%, rgba(227, 209, 123, 1) 44.4%, rgba(228, 223, 153, 1) 50.88%, rgba(229, 232, 172, 1) 56.39%, rgba(229, 235, 179, 1) 60.23%, rgba(229, 233, 174, 1) 63.4%, rgba(228, 226, 159, 1) 67.31%, rgba(227, 214, 134, 1) 71.61%, rgba(226, 198, 99, 1) 76.16%, rgba(226, 196, 94, 1) 76.73%, rgba(209, 180, 87, 1) 80.4%, rgba(179, 150, 73, 1) 88.42%, rgba(160, 132, 64, 1) 95.24%, rgba(153, 125, 61, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#997D3D', endColorstr='#997D3D', GradientType=0);
}

.subhead_d {
    background: white;
}

#mheader_5_wrapper {
    background: white;
    margin-top: -30px;
    margin-bottom: -75px;
    padding: 20px 5px 30px;
}

#mheader_5_wrapper .container {
    max-width: 100%;
}


/*--------------------------------------------------------
    H1 - H6
--------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    color: #B71C1C;
    margin: 0px;
    padding: 0px;
    padding-bottom: 10px;
}

h1 a,
h2 a,
h3 a,
h4,
h5 a {
    font-family: 'Lato', sans-serif;
}

h1 {
    font-size: 30px;
    padding-bottom: 15px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 20px;
}

h1.title {
    margin-top: 15px;
}

h1.title:empty {
    display: none;
}


/*--------------------------------------------------------
    LINKS
--------------------------------------------------------*/

a {
    color: #1B374C;
    font-family: 'Roboto', sans-serif;
}

a:hover,
a:focus {
    color: ;
    text-decoration: underline;
}


/*--------------------------------------------------------
    IMAGES, Objects
--------------------------------------------------------*/

img {
    border: 0px;
}


/*--------------------------------------------------------
                        HEADER
--------------------------------------------------------*/

.header-inside-wrap {
    background: url(../images/gavel.jpg);
    background-size: inherit;
    width: 100%;
    padding: 22px 0px 14px;
    background-position-y: -190px;
    background-position-x: 60px;
    background-size: 1110px;
    background-repeat-x: no-repeat;
    background-color: white;
}

@media (max-width: 1200px) {
    .header-inside-wrap {
        background-position-x: right;
    }
}

.header-inside-wrap .row {
    margin-left: 0px;
    margin-right: 0px;
}

.logo-wrapper {
    margin-left: -4px;
}

.logo-wrapper a {
    text-decoration: none;
}

.logo-img-wrap {
    display: inline-block;
    vertical-align: middle;
}

.logo-txt-wrap {
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
    margin-top: 4px;
}

svg#main-logo {
    width: 121px;
    height: 121px;
    max-width: 100%;
}

svg#main-logo-txt {
    width: 310px;
    height: 75px;
    max-width: 100%;
}

.right-head-wrapper {
    text-align: right;
    margin-top: 20px;
}

@media (max-width: 990px) {
    .right-head-wrapper {
        margin-top: 12px;
    }
}

@media (max-width: 480px) {
    .right-head-wrapper {
        margin-top: 12px;
    }
}

svg#coa-logo {
    width: 82px;
    height: 95px;
}

#search-login-wrap {
    display: inline-block;
    vertical-align: middle;
    float: right;
    margin-top: 9px;
    margin-right: 5px;
    width: 27%;
}


/* Search Bar */

#search-input {
    max-width: 196px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

@media (min-width: 990px) and (max-width: 1199px) {
    #search-input {
        max-width: 150px;
    }
}

@media (max-width: 990px) {
    #search-input {
        margin-right: 0px;
    }
}

.search-main-wrap {
    display: inline-block;
    vertical-align: middle;
    margin-top: 20px;
}

.search-input {
    background: transparent;
    border: 2px solid #fff;
}

#search-input ::-webkit-input-placeholder,
#search-input :-moz-placeholder,
#search-input ::-moz-placeholder,
#search-input :-ms-input-placeholder {
    color: #9B9B9B;
}

.icon-search:before {
    content: url("../images/search-icon.png");
}

#search-input input {
    border: 0px;
    box-shadow: none;
    height: 34px;
    color: #9B9B9B;
    font-size: 16px;
    font-family: 'Nunito', sans-serif;
    padding: 0px 12px;
}

#search-input button {
    background: #B71C1C;
    border: none;
    box-shadow: none;
    border: 0;
    color: #fff;
    padding: 8px 10px;
    height: 34px;
    border-radius: 0px;
    border-top-right-radius: 1px;
    border-bottom-right-radius: 1px;
}

.input-group.search-input-wrap {
    background: #fff;
    border-top-left-radius: 1px;
    border-bottom-left-radius: 1px;
}


/* Mobile Search Bar */

.mobile-search-wrap input {
    border: 0px;
    border-radius: 0px;
    box-shadow: none;
    height: 34px;
    color: #9B9B9B;
    font-size: 16px;
    font-family: 'Nunito', sans-serif;
    padding: 0px 12px;
}

.mobile-search-wrap button {
    background: #B71C1C;
    box-shadow: none;
    border: 0;
    color: #fff;
    padding: 8px 10px;
    height: 34px;
    border-radius: 0px;
    border-top-right-radius: 1px;
    border-bottom-right-radius: 1px;
}

.mobile-search-wrap button:hover,
.mobile-search-wrap button:focus {
    background-color: #B71C1C !important;
    outline: none !important;
}


/* Member Login */

#login-wrap {
    display: inline-block;
    vertical-align: middle;
}

#login-wrap a {
    background: #B71C1C;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    padding: 8px 18px;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
}

#login-wrap a:hover,
#login-wrap a:focus {
    background: #fff;
    text-decoration: none;
    color: #B71C1C;
}


/*--------------------------------------------------------
                    Desktop Navigation
--------------------------------------------------------*/

.navbar-nav>li a {
    color: ;
    font-family: ;
}

.nav>li>a:hover,
.nav>li>a:focus {}

@media (min-width: 990px) and (max-width: 1199px) {
    .NP .dropdown-menu li a {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }
}


/*--------------------------------------------------------
                    Mobile Navigation
--------------------------------------------------------*/


/*--------------------------------------------------------
    INDEX / MAIN BODY
--------------------------------------------------------*/


/*----------------Slideshow----------*/

.slideshow-wrap img {
    width: 100%;
}

.carousel-control.left,
.carousel-control.right,
.carousel-control:hover {
    background-image: none;
    font-size: ;
    font-weight: ;
    z-index: 101;
}

.carousel-control {
    margin: auto 0px;
}

.carousel-control.left {
    height: 46px;
    width: 46px;
    color: #fff;
    top: 0px;
    left: auto;
    line-height: normal;
    bottom: 0;
    margin: auto;
    opacity: 1;
    text-shadow: none;
    font-family: 'Nunito', sans-serif;
    background: #B71C1C;
    vertical-align: middle;
    text-align: center;
    padding-right: 2px;
    border: 2px solid #fff;
    border-radius: 30px;
    margin-left: 15px;
}

.carousel-control.right {
    height: 46px;
    width: 46px;
    color: #fff;
    top: 0px;
    left: auto;
    right: 0px;
    line-height: normal;
    bottom: 0;
    margin: auto;
    opacity: 1;
    text-shadow: none;
    font-family: 'Nunito', sans-serif;
    background: #B71C1C;
    vertical-align: middle;
    text-align: center;
    padding-left: 2px;
    border: 2px solid #fff;
    border-radius: 30px;
    margin-right: 15px;
}

.carousel-control img {
    width: 13px;
    height: 21px;
    margin-top: 11px;
}

.carousel-caption {
    position: absolute;
    z-index: 100;
    background: rgba(2, 119, 189, .7);
    padding: 10px 15px 10px;
    left: auto;
    top: auto;
    right: 0px;
    bottom: 0px;
    width: 100%;
    text-align: left;
    text-shadow: none;
}

@media (max-width: 767px) {
    .carousel-caption {
        background: #0277BD;
        display: block;
        position: static;
        width: 100%;
        height: auto !important;
        min-height: 102px !important;
        border: none;
    }
}

@media (max-width: 480px) {
    .carousel-caption {
        background: #0277BD;
        display: block;
        position: static;
        width: 100%;
        height: auto !important;
        min-height: 102px !important;
        border: none;
    }
}

.carousel-indicators {
    display: none;
    text-align: right;
    z-index: 101;
    width: 78.6%;
    bottom: 3px;
}

@media (max-width: 767px) {
    .carousel-indicators {
        width: 74.6%;
    }
}

.carousel-indicators li {
    width: 13px;
    height: 13px;
    background: #fff;
    border: 1px solid #fff;
    margin: 0 auto;
    margin-left: 8px;
    border-radius: 0px;
}

.carousel-indicators .active {
    background: transparent;
    width: 13px;
    height: 13px;
    margin-left: 8px;
    background: #B71C1C;
    border: 1px solid #fff;
}

.carousel-caption p {
    font-size: 16px;
    font-family: 'Nunito', sans-serif;
    color: #fff;
    text-align: left;
    margin: 5px 0px;
}

@media (max-width: 767px) {
    p.caption-text {
        position: relative;
        display: inline-block;
        word-wrap: break-word;
        overflow: hidden;
        max-height: 3em;
    }
}

@media (max-width: 480px) {
    p.caption-text {
        position: relative;
        display: inline-block;
        word-wrap: break-word;
        overflow: hidden;
        max-height: 3em;
    }
}

.carousel-caption a {
    display: none;
}

.carousel-caption a:hover {
    background: #fff;
    color: #3D3D3D;
    text-decoration: none;
}


/*----------------End Slideshow------*/


/*---------- news_feed_pages function ----*/

div#news-button-container {
    margin: 10px 0px 0px 0px;
    text-align: right;
}

div#news-button-verbiage {
    margin-right: 10px;
    display: inline-block;
    color: #5DB2D7;
}

div#news-button-container:active {
    margin: 9px 0px 0px -1px;
    /* keeps buttons from jumping around when pressed*/
}

div.news-button {
    display: inline-block;
    padding: 5px 10px;
    background-color: #5DB2D7;
    color: black;
    border: 1px solid black;
    border-radius: 5px;
    margin: 0px;
}

div.nb-number:hover {
    opacity: 0.7;
    /*buttons move toward backgound color when hovered over*/
    cursor: pointer;
}

div.nb-number:active {
    /* make buttons look like they are being pressed when clicked*/
    opacity: 0.6;
    border-width: 2px 0px 0px 2px;
}

div.nb-selected {
    /* style the selected button */
    opacity: 0.5;
}

div#nb-ellipsis-left,
div#nb-ellipsis-right {
    background-color: transparent;
    color: #5DB2D7;
    border: 0px;
    margin: 0px;
    padding: 5px;
    font-weight: bold;
}


/*---------- END: news_feed_pages ----*/


/*----------------------------------Primary-Content*/


/*--------------------------------------------------------
    CSS STYLE FOR HOME PAGE CONTENT
--------------------------------------------------------*/

#welcome-section-wrap {
    padding: 40px 0px 20px;
}

#welcome-txt-wrap p span {
    color: #B71C1C;
}

#welcome-img-all-wrap {
    margin-top: 20px;
}

@media (max-width: 767px) {
    #welcome-img-wrap {
        margin-top: 15px;
    }
}

#welcome-img-all-wrap p {
    color: #1F1F1F;
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    margin-top: 8px;
}

#welcome-img-all-wrap p span {
    color: #0277BD;
}


/* Quick Links */

@media (max-width: 767px) {
    #quicklinks-wrap {
        margin-top: 30px;
    }
}

#quicklinks-wrap h2 {
    margin-bottom: 15px;
}

#quicklinks-wrap ul {
    margin: 0;
    padding: 0;
}

#quicklinks-wrap ul li {
    list-style: none;
    margin: 0;
}

#quicklinks-wrap ul li a {
    font-family: 'Nunito', sans-serif;
    color: #1F1F1F;
    font-size: 16px;
    display: block;
    background: #EDEFF2;
    border-bottom: 2px solid #EDEFF2;
    padding: 15px 20px 11px;
    margin-bottom: 4px;
}

#quicklinks-wrap ul li a:hover,
#quicklinks-wrap ul li a:focus {
    background: #0277BD;
    border-bottom: 2px solid #01579B;
    color: #fff;
    text-decoration: none;
}


/* Events and News */

@media (max-width: 767px) {
    #events-wrap {
        margin-top: 20px;
    }
}

#news-events-section {
    margin-right: 0;
    margin-left: 0;
    border-top: 2px solid #EDEFF2;
    padding-top: 35px;
    margin-top: 20px;
}

.news-events-wrap {
    margin-right: -15px;
    margin-left: -15px;
}

#news-wrap h2,
#events-wrap h2 {
    margin-bottom: 15px;
}

svg#calendar-icon {
    width: 16px;
    height: 18px;
    vertical-align: sub;
    margin-right: 5px;
}

svg#calendar-icon .cls-2 {
    fill: #F0F0F0 !important;
}

.news-item,
.event-item {
    border-bottom: 1px solid #F0F0F0;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.date,
.event-date {
    color: #F0F0F0;
    font-size: 14px;
    text-transform: uppercase;
}

.news-item h4,
h3.event-title {
    margin-top: 5px;
    padding-bottom: 8px;
}

a.news-title-link,
a.ev-title-link {
    color: #1F1F1F;
    font-size: 18px;
}

a.news-title-link:hover,
a.ev-title-link:hover {
    color: #0277BD;
    text-decoration: none;
}


/*--------------------------------------------------------
    CSS STYLE FOR INNER PAGES
--------------------------------------------------------*/

#subpage {
    min-height: calc(100vh - 346px);
    padding-top: 30px;
    padding-bottom: 40px;
}


/*--------------------------------------------------------------
                        Modal Log In
--------------------------------------------------------------*/

.modal {
    overflow-y: visible;
}

.modal-dialog {
    max-width: 280px;
    margin: 50px auto;
}

.modal-header {
    text-align: center;
}

.modal-body {
    padding: 15px 23px;
}

#login input {
    width: 203px!important;
    height: 30px;
    margin: 0px auto;
    margin-bottom: 10px;
    padding: 0px 6px;
    margin-left: 15px;
    background: #fff;
    font-size: 16px;
    color: #000;
    box-shadow: none !important;
    border: 1px solid #7C8184;
}

#login input[type="submit"] {
    background: #B71C1C;
    color: #fff;
    border: 1px solid #B71C1C !important;
    border-radius: 0px !important;
    font-size: 16px !important;
    margin-left: 10px;
    outline: none;
    text-decoration: none;
    text-transform: uppercase;
    padding: 5px 20px;
    height: auto;
    font-weight: bold;
    font-family: 'Lato', sans-serif;
}

#login input[type="submit"]:hover {
    background: #fff;
    border: 1px solid #B71C1C !important;
    color: #B71C1C;
}

#login a {
    color: #1F1F1F;
    display: block;
    margin-left: 15px;
    font-size: 15px;
    padding-bottom: 10px;
    font-weight: bold;
    text-decoration: none;
}

#login a:hover {
    color: #0277BD;
}

#login input:last-of-type {
    width: 100px;
    margin: none;
}

h6.modal-title {
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    color: #B71C1C;
    font-size: 24px;
}


/*--------------------------------------------------------
    FOOTER
--------------------------------------------------------*/

.footer-content-wrapper {
    background: #026099;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 28px;
    padding: 37px 0px 23px;
}

.footer-content-wrapper p {
    color: #fff;
    font-size: 16px;
}

@media (max-width: 767px) {
    .footer-content-wrapper p {
        text-align: center;
    }
}

.footer-content-wrapper a,
.footer-content-wrapper p a {
    color: #fff;
    font-weight: bold;
}

.footer-content-wrapper a:hover,
.footer-content-wrapper p a:hover {
    text-decoration: none;
}

p.memberlogin-wrap {
    margin-bottom: 25px;
    line-height: 28px;
}