body {
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 16px;
line-height: 1.42857143;
color: #333333;
}

.node__content {
    font-size: 16px;
}

#header, .site-footer, nav {
    font-size: 14px;
}

a, .nav-link {
text-decoration: none;
}

.nav-link {
color: #0a708f;
}

a:hover, a:focus, .nav-link:hover, .nav-link:focus {
color: #004356;
text-decoration: underline;
}

.page-links .list-group a.list-group-item:hover {
    text-decoration: none;
}

.page-links .list-group a.list-group-item:hover h3
 {
    text-decoration: underline;
}


.page-links .list-group a.list-group-item:hover p
 {
    color: #333333;
}


.page-links h2 {
    font-size: 1.5rem;
}


h1 {
font-family: "museo-slab",serif;
color: #007ea3;
margin-bottom: 1rem;
}

h2, h3, h4, h5, h6 {
color: #666666;
}


.node__content h2, .main-content h2 {
margin-top: 30px;
}

.node__content h3, .main-content h3 {
margin-top: 20px;
}


.accordion-header .accordion-button {
    background-color: rgba(0, 0, 0, .03);
}

h2.accordion-header {
margin-top: 0px;
}

h2.accordion-header button {
}


h2.accordion-header button:hover {
    text-decoration: underline;
}


.accordion-button:not(.collapsed) {
    color: #212529;
    background-color: rgba(0, 0, 0, .03);
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}


.card-header .btn-link {
    font-weight: inherit;
    color: inherit;
    text-decoration: inherit;
    padding: 0px;
}

.card-header .btn-link:hover {
    text-decoration: underline;
}

.accordion-body h4 {
    color: #333333;
    margin-top: 0px;
    font-weight: bold;
    font-size: 16px;
}


#navbar-main .nav-link.active {
background-image: -webkit-linear-gradient(top, #005168 0%, #005c78 100%);
background-image: -o-linear-gradient(top, #005168 0%, #005c78 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#005168), to(#005c78));
background-image: linear-gradient(to bottom, #005168 0%, #005c78 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff005168', endColorstr='#ff005c78', GradientType=0);
-webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
}

#navbar-main .dropdown-menu .dropdown-item {
padding: 0px 0px;
}

#navbar-main .dropdown-menu .dropdown-item a {
color: #333333;
font-size: 14px;
display: block;
padding: .25rem 1rem;
}

#navbar-main .dropdown-menu .dropdown-item a:hover {
text-decoration: none;
}

#navbar-main .dropdown-item.active,
#navbar-main li.dropdown-item:has(> a.active:first-child) {
background-image: -webkit-linear-gradient(top, #007ea3 0%, #006a8a 100%);
background-image: -o-linear-gradient(top, #007ea3 0%, #006a8a 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#007ea3), to(#006a8a));
background-image: linear-gradient(to bottom, #007ea3 0%, #006a8a 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff007ea3', endColorstr='#ff006a8a', GradientType=0);
background-color: #006a8a;
}

#navbar-main .dropdown-item.active a.is-active {
color: #ffffff;
}

.dropdown-item:focus, .dropdown-item:hover {
background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
background-color: #e8e8e8;
}

#navbar-main .dropdown-menu .dropdown-item a.active {
    color: #ffffff;
}

#navbar-main .dropdown-menu .dropdown-item a.active:hover {
    text-decoration: underline;
}


.btn-light,
.btn-light:hover,
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus
 {
    border-color: #dbdbdb;
    text-shadow: 0 1px 0 #fff;
}


.btn-light,
.btn-secondary {
	color: #333333;
	background-color: #f8f9fa;
}

.btn-light:hover,
.btn-secondary:hover,
.btn-secondary:focus {
    color: #000000;
    border-color: #adadad;
    background-color: #f5f5f5;
}

label {
font-weight: bold;
}

.alert a:link {
    text-decoration: underline;
}

.alert-warning a, .alert-warning a:hover, .alert-warning a:focus {
    color: #66512c;
}

.alert a {
    font-weight: bold;
}

.region-content {
    font-size: 16px;
}

.text-container, .node-news-item, .form-textarea-wrapper {
    max-width: 40em;
}

.title {
    padding-bottom: 9px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.alert-info {
    color: #055160;
    background-color: #d9edf7;
    border-color: #9acfea;
}

.alert-warning {
    color: #664d03;
    background-color: #f8efc0;
    border-color: #f5e79e;
}


@media only screen and (min-width: 600px) {
    .page-links h2 {
        font-size: 21px;
    }
}

@media only screen and (min-width: 992px) {
    .page-links h2 {
        font-size: 29px;
    }
}

