#site-header{
	background-color:#FFF;
	color:#00205b;
}

.pagination-single a{
	color:#00205b;
	font-weight:bold;
}

input[type="submit"]{
	background-color:#00205b !important;
}

.color-accent{
	color:#00205b !important;
}

.search-form {
	margin-bottom:0.8rem !important; 
}

.archive-header, .no-search-results-form {
	padding:1rem 0rem 1rem 0rem !important;
}

#footer{
	background-color:#00205b;
	color:#FFF;
}

.sticky-top{
	border-bottom:1px solid #00205b;
}

#topbar{
	font-size:20px;
	display:block;
    padding:5px 3rem;
    background-color:#00205b;
}

#topbar a{
	padding:0 5px;
	color:#FFF;
	font-weight:bold;
}

.site-logo img{
	position:absolute;
	top:5px;
	left:5px;
	padding:0px 25px;
	margin:0 auto;
}

@media (max-width: 1400px) {
	.site-logo img{
		display:none;
	}
}

.entry-content{
	margin:1rem 3rem;
	font-size:14pt;
	color:#000000;
}

.entry-content table{
	font-size:14pt !important;
}

.entry-content a{
	color:#00205b;
	text-decoration:underline;
	font-weight:bold;
}

.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) { 
	max-width:99%;
}

.entry-content > *{
	margin:0 0 0 0 !important;
}

.entry-content p{
	padding:.5rem 0;
}

.entry-content img{
	padding:5px;
}

.entry-content a{
    text-decoration: none;
}

.entry-content a:hover{
    text-decoration: underline;
}

.singular .entry-header { 
	background-color:#171795;
	padding:0.5rem 0;
	display:none;
}

.primary-menu > li{
	margin:0rem 0.1rem;
	padding:1rem;
}

.primary-menu > li > span.icon{
	margin-right:1rem;
	color:#00205b !important;
}

.primary-menu > li:hover > span.icon{
	color:#00205b !important;
}

.primary-menu > li:hover{
	background-color:#00205b;
}

.primary-menu > li:hover a{
	color:#FFF !important;
	text-decoration: none;;
}

.primary-menu > li.current-menu-item, .primary-menu > li.current-menu-item > span{
	background-color:#FFF;
	color:#00205b !important;
}

.primary-menu ul{
	background-color:#FFF !important;
	border:0.15rem solid #00205b;
	text-align: left;
	width:25rem;
}

.primary-menu > li.current-menu-item:hover{
	background-color: #00205b;	
}

.primary-menu > li.current-menu-item a:hover{
	color:#FFF !important;
}

.primary-menu ul li.menu-item-has-children > ul{
	left: calc(100% + 1rem) !important;
}

.primary-menu a{
	line-height: inherit !important;
}

.primary-menu > li > a{
	color:#00205b !important;
}

.modal-menu a{
	color:#00205b !important;
}

body:not(.overlay-header) .primary-menu > li > ul:after {
	border-bottom-color:#FFF !important;
}

body:not(.overlay-header) .primary-menu ul ul:after {
	border-left-color:#FFF !important;
}

body:not(.overlay-header) #site-header .toggle{
	color:#00205b !important;
}

.fill-children-current-color * {
	color:#00205b;
}

.toggle-text{
	color:#00205b !important;
}

.search-form{
	color:#00205b;
}

.entry-title{
	color:#FFF;
	font-weight:normal;
	text-transform:uppercase;
	font-size:2.5rem;
	letter-spacing:.2rem;
}

.current-page-ancestor a{
	text-decoration: underline !important;
}

/*Donate menu button styling*/
.primary-menu .menu-item-62{
	background-color:#00205b !important;
}

.primary-menu .menu-item-62 a{
	color:#FFF !important;
	background-color:#00205b !important;
}

.primary-menu .menu-item-62 a:hover{
	text-decoration:underline;
}

/*Donate menu button styling*/

/*
.entry-content img{
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.5);
}
*/

h1, .heading-size-1{
	font-size:24pt !important;
	padding:8px 0 !important;
}

h2, .heading-size-2{
	font-size:20pt !important;
	padding:6px 0 !important;
}

h3, .heading-size-3{
	font-size:18pt !important;
	padding:4px 0 !important;
}

.featured-media{
	display:none;
}

.post-inner{
	padding:2rem 2rem;
}

.post-meta-wrapper {
	margin-top:0rem;
}

.footer-nav-widgets-wrapper{
	display:none;
}

.grecaptcha-badge { visibility: hidden; }

.powered-by-wordpress{
	color:#FFF;
	display:none;
}

#site-content{
	background-color:#FFF;
	color:#00205b;
}

.carousel-caption h3{
	text-shadow: 2px 2px 2px #000000;
}

.wp-block-table table td{
	padding:1rem;
}

p .wpcf7-submit{
	margin:0 auto;
	width:100%;
	position:relative;
	display:block;
}

.gal-deck{
	display: grid; /* or inline-grid */
	grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  	grid-gap: 1em;
}

.card{
	margin:2.5rem 0;
	border:none;
}

.card-body,.card-footer a{
	font-size:16px !important;
}

.card:hover{
	background:#EEF;
}

.card-title a{
	color:#00205b;
}

.card-text > .text-muted{
	color:#000 !important;
	font-size:larger;
}

.card-footer{
	border:none;
	background:none;
}

.card-header{
	background-color:#00205b;
	color:#FFF;
}

.card-header button{
	color:#FFF;
}

.card-header button:hover{
	color:#FFF;
}

.btn-oa{
	background-color:#00205b;
	color:#FFF;
	border-radius:.5rem;
}

.btn-oa:hover{
	color:#FFF;
	text-decoration:underline;
}

table{
	width:100% !important;
}

table *{
	border-color:#F1F1F1;
}

td>img{
	margin:1rem 1rem 1.5rem !important;
}
/*
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 32, 91, 0.6);
	color:#FFF;
}
*/

.table-striped tr td{
	padding:10px 20px !important;
}

.oabooks img{
	box-shadow: 8px 0px 8px 0px rgba(0, 0, 0, 0.7), 1px 0px 1px 0px rgba(0, 0, 0, 0.5);
}

img.aligncenter {
    margin: 1.5rem auto !important;
}

svg, img {
	display:inline;
}

#site-footer, #site-footer a{
	background-color:#00205b;
	color:#FFF;
}

.pagination-wrapper{
	padding-bottom:3rem;
}

img.alignright{
	position:relative !important;
	left:0 !important;
	margin-right:0 !important;
}

img.alignleft{
	position:relative !important;
	right:0 !important;
	margin-left:0 !important;
}

img.aligncenter{
	position:relative !important;
	margin:0 auto !important;
	display:flex;
}

img.alignnone{
	position:relative !important;
	margin:0!important;
	display:flex;
}

.btn{
	font-size:16px;
	padding:5px 10px;
}

a.btn-andrean {
  color:#fff;
  background-color: #00205b;
  border-color: #00205b;
	text-decoration:none;
}

.btn-lg{
	padding:8px 15px;
}

a.btn-andrean:hover{
	color:#fff;
	background-color: #1F345C;
	text-decoration:underline;
}

.footer-inner{
    padding:.8rem;
    margin: 1rem 2rem;
    font-size:18px;
}

#footer .card{
	background-color:#00205b;
	margin:.5rem 0;
}

#footer a{
	color:#AED8E4;
}

#footer .card-img-top{
	margin:0 auto;
	max-width:200px;
}

#footer .border{
	border:3px solid #FFF !important;
}

#footer .card-title{
	font-size:22px;
}

.bg-blue {
	background-color: #00205b!important;
}

.childcard{
	background-color:#FFF !important;
	border:2px solid #00205b !important;
	color:#00205b !important;
}

.childcard:hover{
	background-color:#EEF !important;
}

.carousel-control-prev{
	background: rgb(2,0,36);
	background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,0) 100%);
}

.carousel-control-next{
	background: rgb(2,0,36);
	background: linear-gradient(270deg, rgba(2,0,36,1) 0%, rgba(9,9,121,0) 100%);
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    /* Use to adjust size of icons */
    width: 5rem;
	height: 5rem;
}

li > span.icon{	
	display:none !important;
}

.menu-item-has-children > a{
	padding-right:0 !important;
}

.gallery-item{
	text-align: center;
	margin:auto 0;
	padding:5px;
}

.gallery-icon a img{
	border:5px solid #00205b;
}

.header-inner {
	padding:1.7rem 0 1rem!important;
}

@media screen and (max-width: 1400px) {
	.header-inner{
		display:block !important;
		min-height:70px !important;
	}

	.site-logos{
		display:none;
	}
}

.site-logos a{
	margin-right:1rem;
}

.site-labels{
	height: 100px;
	float:right;
	display: flex;
  	align-items: center;
	justify-content: left;
	font-size:20px;
	margin-left:4rem;
}

.borderless table{
	border:0rem solid #dcd7ca!important;
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
    border-bottom-style: none;
}

table.borderless, .borderless th, .borderless tr, .borderless td{
	border:0rem solid #dcd7ca!important;
	border-top-style: none;
    border-left-style: none;
    border-right-style: none;
    border-bottom-style: none;
}