/* Add here all your css styles (customizations) */
header #bd-border {
	float: left;
	margin-top: -10px;
	height: 40px;
	width: 35px;
	background-image: url('../img/bd-border.png');
	background-size:     contain;
    background-repeat:   no-repeat;
    background-position: left top;
}

header h2 {
	color: black;
	display: inline;
	font-size: 22px;
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
	letter-spacing: 1px;
	margin-right: 5px;
	padding-left: 10px;
}

.green {
	color: #27AE60;
}

.red {
	color: #E74C3C;
}

.btn-active, .btn-active:hover , .btn-active:active , .btn-active:focus{
	background-color: #27AE60 !important;
	color: white !important;
}

.btn-inactive:hover, .btn-inactive:active, .btn-inactive:focus {
	background-color: #E74C3C !important;
	color: white !important;
}

.btn-inactive {
	background-color: #BBBBBB !important;
	color: black !important;
}

.mt-20 {
	margin-top: 20px;
}

.show {
	display: block !important;
}

#main-content {
	min-height: calc(100vh - 180px);
}

@media (min-width: 768px) {
	#main-content {
		min-height: calc(100vh - 137px);
	}
}

@media (max-width: 991px) {
	.navbar .u-main-nav-v5 .nav-link {
		border-bottom-width: 0;
	}
}

.nav-link {
	cursor: pointer;
}

a:hover {
	text-decoration: none;
}



@media (min-width: 768px) {
	.container {
	    max-width: 740px !important;
	}
}
@media (min-width: 992px) {
	.container {
	    max-width: 1100px !important;
	}
}
@media (min-width: 1200px) {
	.container {
	    max-width: 1241px !important;
	}
}
img[class*="u-block-hover__main--mover-"] {
	width: 100% !important;
}

.justified {
	text-align: justify;
}

.width2 {
	width: 33.3%;
	height: 33.3%;
}

.width3 {
	width: 66.6%;
	height: 66.6%;
}

.width1 {
	width: 16.6%;
	height: 16.6%;
}

.my-accordion-body {
	padding: 15px 5px 0 5px !important;
  border: thin solid #eee !important;
  border-top: none !important;
}

.my-accordion-header {
	border-radius: 5px 5px 0 0 !important;
	border-bottom-width: 0 !important;
}

.my-accordion-header.collapsed {
	border-radius: 5px 5px 5px 5px !important;
	border-bottom-width: 1px !important;
}

.card.g-mb-15 {
	margin-bottom: 14px !important;
}

.justify-content-center img {
    max-width: 100%;
    height: auto;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.justify-content-center iframe {
    max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

br {
	display: none;
}

.mb-20 {
	margin-bottom: 20px;
}

.full-width {
	width: 100%;
}

figcaption {
	display: block;
	text-align: center;
	font-size: 10pt;
}


img {
	height: auto;
}

.inline-block {
	display: inline-block;
}

.centered-block {
	display: block;
	max-width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
