@charset "utf-8";
/* CSS Document */
/*
font-family: 'Barlow', sans-serif;
font-family: 'Alegreya Sans', sans-serif;
*/
body {
	font-family: 'Alegreya Sans', sans-serif;
	font-size: 14pt;
	/*background-color: #353f42;
	background: linear-gradient(0deg, rgba(38, 45, 48, 1) 0%, rgba(62, 80, 84, 1) 85%);*/
}
/*All fonts go here*/
h1, h2 {
	font-size: 17pt;
    font-weight: 300;
    line-height: 1.85;
}
h3, h4, h5, h6 {
	font-size: 14pt;
	font-weight: 300;
    line-height: 1.25;
}
p, li, a, span {
	font-size: 14pt;
	font-weight: 400;
    line-height: 1.25;
}

/*#page {}*/
/*---------Navigation-----------*/
#primary-nav {
	/*background-color: rgba(255, 255, 255, 1.00);
	box-shadow: 0 5px 10px rgba(38, 45, 48, 0.1), 0 1px 3px rgba(38, 45, 48, 0.3);
	border-bottom: 5px solid #a6978d;*/
}
#primary-nav .navbar {
	padding: .5rem;
}
a, #primary-nav .navbar .nav-link {
	color: #0a5c7d;
	cursor: pointer;
}
#primary-nav .navbar .nav-link {
	text-transform: uppercase;
}
#primary-nav .navbar .nav-link:hover {
	color: #a6978d;
}
#primary-nav .navbar .active .nav-link {
	position: relative;
	color: #a6978d;
}
nav.br-top-right {
	height: 100%;
	margin-top: 0.75rem;
	min-height: 85px;
}

@media (min-width: 768px) {
	#primary-nav .navbar .nav-link {

	}
	#primary-nav .navbar .active .nav-link:before {
		/*content: '';
		position: absolute;
		display: block;
		width: 100%;
		height: 5px;
		left: 0;
		bottom: -14px;
		background: #0a5c7d;*/
	}
	#primary-nav .navbar #contact-us .nav-link {
		color: #fff;
		background-color: #0a5c7d;
		border-color: #0a5c7d;
		font-weight: 600;
	}
	#primary-nav .navbar #contact-us .nav-link:hover {} .navbar-toggler-icon {
		color: rgba(0, 147, 208, 1.00);
	}
}
/*---------Banner and Tile/Card Classes-----------*/
.border-bottom-purple {
	border-bottom: 5px solid #a6978d;
}
#banner-wrap {
	border: 0;
	border-bottom: 25px solid #a6978d;
	padding: 204px 0;
	position: relative;
	width: 100%;
}
#banner-wrap.home {
	padding: 210px 0;
}
#banner-img {
	position: relative;
}
#banner-wrap #banner-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	background-repeat: no-repeat;
	background-position: center;
    background-size: cover;
	/*background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to right, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=1);*/
}
#banner-wrap #banner-content h3, #banner-wrap #banner-content p {
	line-height: 1.25;
}
#home #banner-wrap #banner-content h3, #home #banner-wrap #banner-content p {
	font-size: 1.75rem;
    /* font-size: 150%; */
}
.card {
	border-radius: 0px;
	border-width: 2px;
	cursor: pointer;
}
.card:hover {
	border-color: #6cd0f5!important;
}
.top-footer {
	margin: 4.5rem auto;
}
body .btn-primary {
	color: #fff;
	background-color: #0a5c7d;
	border-color: #0a5c7d;
}
body .btn-primary:hover {
	opacity: .65;
}
@media (max-width: 1199px) {
	h1 {
		font-size: 1.5rem;
	}
	#banner-content {
		position: static;
		top: auto;
		left: auto;
		width: auto;
		height: auto;
		display: block;
		background: none;
	}
	#banner-img {
		margin-bottom: 1.5rem;
	}
}
/*---------Navigation Multilevel Dropdown-----------*/
.navbar .dropdown-toggle,
.navbar .dropdown-menu a {
	cursor: pointer;
}
.navbar .dropdown-item.active,
.navbar .dropdown-item:active {
	color: inherit;
	text-decoration: none;
	background-color: inherit;
}
.navbar .dropdown-item:focus,
.navbar .dropdown-item:hover {
	color: #0a5c7d;
	text-decoration: none;
	background-color: #f8f9fa;
}
.dropdown-menu {
	min-width: 15rem;
	padding: .35rem 0;
	margin: 0;
	margin-top: -6px;
	margin-left: 4px;
	/*font-size: .9rem;*/
	color: #fff;
	background-color: #ebf2f2;
	border: none;
	border-radius: 0;
	border-bottom: 5px solid #a6978d;
	color: rgba(71, 75, 78, 1.00);
}
.dropdown-toggle:after {
	display: none;
}
.dropdown-menu .dropdown-menu .dropdown-toggle:after {
	display: inline-block;
}
@media (min-width: 767px) {
	.navbar .dropdown-toggle:not(.nav-link)::after {
		display: inline-block;
		width: 0;
		height: 0;
		margin-left: .5em;
		vertical-align: 0;
		border-bottom: .3em solid transparent;
		border-top: .3em solid transparent;
		border-left: .3em solid;
	}
}
@media (max-width: 767px) {
	.navbar .dropdown-item:focus,
	.navbar .dropdown-item:hover {
		color: rgba(0, 147, 208, 1.00);
		text-decoration: none;
		background-color: transparent;
	}
	.dropdown-menu .dropdown-menu .dropdown-toggle:after {
		display: inline-block;
	}
	.dropdown-menu {
		min-width: 100%;
		padding: 0;
		margin: 0;
		font-size: 1.125rem;
		color: #fff;
		border-bottom: 5px solid rgba(255, 255, 255, 0.00);
	}
	#primary-nav .nav-link {
		font-size: 1.25rem;
		padding: .65rem .35rem .65rem 0rem;
	}
	#primary-nav .dropdown-item {
		padding: .55rem .35rem .55rem 1rem;
	}
}
/*---------Content Styles-----------*/
.content-block {
	background-color: #e3ddd6;
}
#content-wrap {
	margin: 0;
	/*border-radius: 2px;*/
	padding: 0;
	/*background-color: #f3f3f3;*/
	/*box-shadow: 0 5px 10px rgba(38, 45, 48, 0.1), 0 1px 3px rgba(38, 45, 48, 0.3);*/
}
#home #primary-content p, #home #primary-content h2 {
	color: #0a5c7d;
}
#home #primary-content p {
	font-weight: 400;
}
#home #primary-content h2 {
	font-weight: 400;
}
#primary-content, #secondary-content {
	padding: .5rem 0;
}
#primary-content h2, #primary-content h3, #primary-content h4, #primary-content h5, #secondary-content h2, #secondary-content h3, #secondary-content h4, #secondary-content h5 {
	color: #0a5c7d;
	font-weight: 300;
}
#primary-content h2 {
	font-size: 17.85pt;
    line-height: 1.15;
}
#primary-content p a {
	color: #a2a2a2;
}
#secondary-content {
	height: 100%;
}
#secondary-content.home-secondary {
	height: auto !important;
}
#secondary-content.bg-light {
	background-color: #f0ede9 !important;
    position: inherit;
}
.sidebar-text h3 {
	font-size: 15pt;
	font-weight: 300;
}
#footer {
	/*box-shadow: 0 2px 5px rgba(156, 192, 206, 0.1), 0 1px 3px rgba(156, 192, 206, 0.3);*/
	color: #fff;
	background-color: #0a5c7d;
}
#footer p, #footer p a, #footer h3 {
	color: rgba(255,255,255, .8);
}
#footer .zmdi {
	margin-right: 10px;
}
h1 {
	color: #a6978d;
	font-weight: 400;
	margin-bottom: 1.25rem;
}
h2 {
	color: #a6978d;
	font-weight: 400;
}
h3 {
	color: #a6978d;
}
h4 {
	color: #363636;
	font-weight: 400;
}
h5 {
	color: #a6978d;
	font-weight: 400;
}
h6 {
	color: #a6978d;
	font-weight: 400;
}
p {
	color: rgba(71, 75, 78, 1.00);
	font-weight: 400;
}
a:hover {
	color: #0a5c7d;
}
#secondary-content p {
	font-size: 14pt;
}
#footer p, #footer h3 {
	margin-bottom: 3px;
}
/*If I set it bigger than this it will break the text.*/
#footer h3 {
	font-size: 16pt;
    font-weight: 300;
    line-height: 1.5;
}
#footer p,
#footer p a,
#footer li a {
	color: #fff;
    font-size: 12.5pt;
    font-weight: 300;
    line-height: 1.45;
}
#footer p.testi-user {
	font-style: italic;
}
#content-wrap ul li {
	color: #363636;
	font-weight: 400;
}
#content-wrap ol li {
	color: #363636;
}
.btn-primary {
	color: #fff;
	background-color: rgba(0, 147, 208, 1.00);
	border-color: rgba(0, 147, 208, 1.00);
}
.btn-primary:hover,
.btn-primary:focus {
	color: #fff;
	background-color: #0a5c7d;
	border-color: #0a5c7d;
}

/*updated by arung*/
/*2019-09-18*/
#logo-wrapper img {
	max-width: 225px;
}
img {
	max-width: 100%;
    height: auto;
}
img.icon.nav-menu {
	max-width: 30px;
	position: relative;
	top: -5px;
}
.br-group-box {
	background-color: rgba(255, 255, 255, 0.75);
    max-height: 32.5%;
    right: -175px;
    padding-top: 25px;
    padding-bottom: 20px;
}
.br-group-box h2 {
	font-size: 13pt;
    line-height: 1;
    margin-bottom: 15px;
}
.text-br.info p {
	color: #a6978d;
}
.contact-form-holder .form-control, .contact-form-holder input::placeholder, .contact-form-holder textarea, .contact-form-holder textarea::placeholder {
	color: #0a5c7d;
}
.page-content h3 {
	margin-bottom: 2.5px;
}
.page-content blockquote {
	color: #a6978d;
    font-style: italic;
}
#home .page-content p span {
	color: #0a5c7d;
}
.page-content p span {
	color: #000;
}
.page-content div span {

}
.page-content ul {
	padding-left: 15px;
    margin-bottom: 10px;
    margin-left: 20px;
    text-indent: 0px;
}
.page-content ul li {

}
.page-content img.space {
	display: inline-block;
	min-width: 185px;
    max-width: 185px;
    margin-right: 15px;
}
.sidebar {
	height: 100%;
    background-color: #f0ede9!important;
}
.sidebar-text p {
	margin-bottom: 30px;
}
.sidebar-text p b {
	color: #a6978d;
    font-weight: normal;
}
.sidebar-text dl {
	margin-bottom: 0.5rem;
}
.sidebar-text dl dt, .sidebar-text dl dd {
	display: inline-block;
	float: left;
	height: 65px;
    margin-bottom: 5%;
}
.sidebar-text dl dt {
	background: url('/img/icons/hro-spray.png');
	background-size: cover;
	width: 25%;
	max-height: 50px;
	max-width: 50px;
}
.sidebar-text dl dd {
	width: 70%;
    margin-left: 25px;
}
.sidebar-text dl dd span {
	color: #a6978d;
	position: relative;
	top: -5px;
}
.sidebar-text dl dt:nth-child(1){
	background-position: 0 0;
}
.sidebar-text dl dt:nth-child(3){
	background-position: -80px 0;
}
.sidebar-text dl dt:nth-child(5){
	background-position: -150px 0;
}
.sidebar-text dl dt:nth-child(7){
	background-position: -225px 0;
}
.sidebar-text dl dt:nth-child(9){
	background-position: 135px 0;
}
.sidebar-text dl dt:nth-child(11){
	background-position: 50px 0;
}

#primary-nav .navbar a.nav-link span {
	background-color: #0a5c7d;
	display: block;
	content: " ";
	position: relative;
	-webkit-mask: url(/img/icons/home.svg?v=0002);
	mask: url(/img/icons/home.svg?v=0002);
	-webkit-mask-size: cover;
	mask-size: cover;
	width: 25px;
	height: 25px;
	top: -3px;
}
#primary-nav .navbar .active a.nav-link span, #primary-nav .navbar a.nav-link:hover span {
	background-color: #a6978d;
}
.dark-cover {
	background-color: rgba(37, 33, 33, 0.35);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media(max-width: 480px) {
	a.mobile-logo img {
	    max-height: 60px;
	    width: auto;
	}
	.card-deck {
		padding: 0 5px;
	}
	#footer h3 {
		margin-top: 15px;
	}
	#banner-wrap {
		padding: 90px 0!important;
	}
	#banner-wrap #banner-content {
		background-size: cover;
	}
	#banner-wrap #banner-content h3 {
		font-size: 1.18rem;
	}
	#banner-wrap #banner-content p, #banner-wrap #banner-content a {
		font-size: 0.8rem;
		line-height: 1.5;
	}
	.sidebar-holder {
		padding-left: 0!important;
		padding-right: 0!important;
	}
	.sidebar {
		position: relative;
		bottom: 0!important;
	}
	.sidebar-text dl {
	    margin-bottom: 3rem;
	    position: relative;
	    height: 100%;
	    display: block;
	    float: left;
	}
}
