/*@import url('https://fonts.googleapis.com/css?family=Abhaya+Libre:300,400,700&display=swap&subset=latin-ext');*/

/* ---------- SITE COLORS ----------
blue = #226da5
plum = #a6236d
green = #6da623
*/

/* ---------- HEADER ---------- */
/*.container-header {
	background-image: none;
	background-color: #ffffff;
}
*/
.navbar-brand {
	margin: auto;
}
/*
.mod-menu li {
	text-transform: uppercase;
}

.container-header .mod-menu {
	color: #9cb071;
	text-transform: uppercase;
	font-family: Roboto;
}

.container-header .mod-menu .active {
	color: #0a2e36;
}
*/
.container-nav {
	display: flex;
    justify-content: center !important;
}
/*
.navigation {
  text-align: center;
}
.navigation .nav {
  display: inline-block;
}

.mod-menu.mod-list.nav.nav-pills {
	justify-content: center;
}

.mod-menu.mod-list.nav_centered-menu {
	justify-content: center;
}
	*/
/* ---------- BODY STYLES ---------- */
element.style {
	font-size: 20px;
}

.small {
	font-size: 70%;
}
/*
blockquote {
	margin-left: 10%;
	border-left: 5px solid #e9ab17;
	background-color: #b4d8e0;
	padding: 12px;
}
*/

.bordered p {
	border-bottom: 1px solid #6da623;
}

.alert-warning {
    background-color: #fcf8e3 !important;
    border-color: #fcf8e3 !important;
    color: #c39d5a !important;
}

/* ---------- FONTAWESOME ---------- */
i:hover {
	color: #e9ab17;
}

/* ---------- PAGE STYLES ---------- */
/*.page-header {
	border-bottom: none;
}
*/
.page-header h1 {
	margin-bottom: 5px;
	color: #226da5;
	font-weight: 400;
	font-size: 200%;
	line-height: 120%;
	text-transform: uppercase;
}

.com-content-category-blog h1 {
	margin-bottom: 5px;
	color: #226da5;
	font-weight: 400;
	font-size: 200%;
	line-height: 120%;
	text-transform: uppercase;
}

.section-header h2 {
	margin-bottom: 5px;
	color: #226da5;
	font-weight: 400;
	font-size: 180%;
	line-height: 120%;
	text-transform: uppercase;
	border-bottom: 1px solid #6da623;
}

.page-header h2 a {
	margin-bottom: 5px;
	font-weight: 300;
	color: #226da5;
	font-size: 110%;
	line-height: 120%;
	text-transform: uppercase;
	text-decoration: none !important;
}

.page-header h2 a:hover {
	text-decoration: none;
	color: #a6236d;
}

h3 {
	color: #e9ab17;
	margin-bottom: 5px;
	font-size: 150%;
}

h4 {
	color: #9cb071;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-size: 120%;
}

h5 {
	color: #0a2e36;
	font-size: 110%;
	border-bottom: 1px solid #a6236d;
}

.eventdesclarge h5 {
	color: #0a2e36 !important;
	font-size: 110% !important;
	border-bottom: 1px solid #a6236d;
}

.published {
	color: #e9ab17;
	font-size: 90%;
}

.item-image {
	margin-bottom: 8px;
}

.item-image img {
	margin-right: 18px;
}

h2.item-title a {
	text-decoration: none;
	font-weight: 400;
	text-transform: uppercase;
}

.contact-form {
	margin-left: 15%;
	margin-right: 15%;
}

hr {
	border-top: 2px solid #9cb071;
	/*margin: 35px 0 35px 0;*/
	margin: 0px 15% 5px 15%;
}

.bg-info {
	background: #b4d8e0;
	padding: 20px;
}

/* ---------- IMAGES ---------- */
.float-left {
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
}

.float-right {
    float: right;
    margin-left: 15px;
    margin-bottom: 10px;
}

/*
.col-md img {
	margin-bottom: 20px;
}
*/

/* ---------- ARTICLES ---------- */
.past {
	text-transform: uppercase;
	color: red;
}

/* ---------- TAG FILTER ---------- */
.card-body li {
	border: 1px solid #6da623;
	padding: 5px;
	margin-bottom: 3px;
	list-style-type: none;
}

.card-body li a {
	text-decoration: none;
	color: #6da623;
}

.card-body li.active {
	color: #a6236d;
}

.card-header h3 {
	background-color: blue;
}

/* ---------- FORMS ---------- */

/* ---------- JCAL PRO ---------- */
#jcl_component a {
	color: #6da623 !important;
}

#jcl_component a:hover {
	color: #a6236d !important;
}

#jcl_component .text-dark {
	color: #000000 !important;
}

#jcl_component .text-light {
	color: #ffffff !important;
}

/* ---------- VIDEO ---------- */
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    overflow: hidden;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* ---------- FOOTER ---------- 
.footer {
	background-image: none;
	background-color: #9cb071;
}

.footer .col-md-3 {
	padding-right: 20px;
}

.footer .grid-child {
	align-items: start;
}

.footer h3 {
	color: #0a2e36;
	font-size: 80%;
	text-transform: uppercase;
	border-bottom: 1px solid #b4d8e0;
}

.footer p {
	font-size: 80%;
	color: #ffffff;
}
*/
/* ---------- BUTTONS ---------- */

.btn-secondary {
	all: revert;
	background-color: #a6236d;
	color: #fff;
	font-family: Roboto, san-serif;
	font-size: 90%;
	padding: 5px 10px;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	text-transform: uppercase;
}

.eventdesclarge .btn-secondary {
	all: revert;
	background-color: #a6236d;
	color: #fff !important;
	font-family: Roboto, san-serif;
	font-size: 90%;
	padding: 5px 10px;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	text-transform: uppercase;
}

.btn-block {
	width: 100%;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active,
.btn-secondary.disabled,
.btn-secondary[disabled] {
	color: #ffffff;
	background-color: #6da623;
	border: 1px solid #6da623;
}


input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
	width: 100%;
}
.btn-secondary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
	color: rgba(255,255,255,0.75);
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active,
.btn-secondary.disabled,
.btn-secondary[disabled] {
	color: #000000;
	background-color: #6da623;
}
.btn-secondary:active,
.btn-secondary.active {
	background-color: #001e5a \9;
}
*/
/* ---------- MEDIA QUERIES ---------- */
/*@media only screen and (max-width: 550px) {
	  	
  	.align-left {
    width: 100%;
	}

	.align-right {
    width: 100%;
	}
}
*/