body {
  color: #3A3027;
  font-family: 'Inter 18pt';
  font-size: 15px;
  line-height: 1.4;
  padding-top: 100px;
}
h1,h2,h3,h4,h5,h6{
	margin-top:0;
}
a{
	color: #876F5A;
	text-decoration: none;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;	
	transition: all 0.3s ease 0s;		
}
a:hover, a:focus{
	text-decoration:none;
	outline: medium none;
}
/* Google chrome */
:focus {
    outline: -webkit-focus-ring-color auto 0;
    outline-color: -webkit-focus-ring-color;
    outline-style: auto;
    outline-width: 0;
	outline-offset: 0;
}
button:focus {
  outline: medium none;
}
img{
	max-width:100%;
	height:auto;
}

.header-wrap {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
.header-top {
	background-color: #1999B3;
}
.social-search {
	align-items: center;
	display: flex;
	height: 50px;
	justify-content: flex-end;
}
.search-col {
	width: 100%;
	max-width: 550px;
	margin-right: 40px;
}
.search-field {
	border: medium none;
	height: 30px;
	padding: 5px 10px;
	width: 100%;
	border-radius: 6px;
	color: #57622F;
	outline: none;
}
.search-field::placeholder {
  color: #57622F;
}
.search-field::-ms-input-placeholder {
  color: #57622F;
}
.social-col a {
	margin-left: 25px;
}
.header-navbar .container {
	position: relative;
}
.header-navbar {
	background-color: #3CB1E5;
}
.navbar-collapse {
	justify-content: flex-end;
}
.logo-col {
  box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.25);
  left: 0;
  position: absolute;
  top: -60px;
  z-index: 200;
  width: 292px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;	
  transition: all 0.3s ease 0s;
}
.sticky .logo-col {
	width: 200px;
	top: -60px;
}
.main-nav > li > a {
  color: #FFFFFF;
  display: block;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;	
  transition: all 0.3s ease 0s;
}
.main-nav > li:hover > a {
	color: #3A3027;
}
.subnav {
	display: none;
    padding: 20px 15px 0;
}
.subnav-item {
  list-style: none outside none;

}
.subnav-container h4 {
  color: #57622F;
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.subnav-container ul {
  list-style: none outside none;
  margin: 0 0 25px;
  padding: 0;
}
.subnav-container ul li a {
  color: #fff;
  font-weight: 500;
  display: block;
  font-size: 15px;
  padding: 4px 0;
}
.subnav-container ul li a:hover,
.subnav-container ul li a:focus {
  color: #FBAE42;
}

.hero-wrap img {
  width: 100%;
}
.cta-wrap {
	background-color: #F7F5F3;
	padding: 50px 0;
}
.cta-wrap .container {
	max-width: 850px;
}
.cta-wrap .col-md-4 {
	padding: 5px;
}
.cta-box {
	display: flex;
	background-color: #FBAE42;
	color: #fff;
	height: 116px;
	border-radius: 6px;
	font-size: 17px;
	align-items: center;
	padding: 10px;
}
.cta-box p {
	margin: 0 0 0 10px;
}
.cta-box:hover,
.cta-box:focus {
	background-color: #F6941F;
}
.news-events-wrap {
	overflow: hidden;
}
.news-col {
	padding-right: 55px;
	padding-bottom: 100px;
}
.events-col {
	padding: 45px 0 70px 55px;
	position:relative;
}
.events-col::before {
	content: "";
	height: 100%;
	width: calc(100% + 500px);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background-color: #739437;
	background-image: url(../images/pattern-slice.png);
	background-repeat: repeat;
}
/*.news-events-wrap h3 {*/
/*	text-align: center;*/
/*	margin: 30px 0;*/
/*	text-transform: uppercase;*/
/*	font-size: 36px;*/
/*}*/
.news-item {
	display: flex;
	flex-wrap: wrap;
	padding: 22px 0;
	border-bottom: 1px solid #d5d5d5;
}
.news-item.last {
	border: none;
}
.news-img {
	width: 40%;
}
.news-content {
	width: 60%;
	padding: 0 30px 30px 40px;
	position: relative;
}
.news-content.full-width {
	width: 100%;
	padding-bottom: 0;
	padding-left: 0;
}
.news-title {
	color: #876F5A;
	font-size: 19px;
	font-weight: 600;
}
.news-title:hover {
	color: #739437;
}
.read-more {
	color: #57622F;
	position: absolute;
	bottom: 0;
	font-weight: 600;
	font-size: 14px;
}
.news-content.full-width .read-more {
	position: static;
	display: inline-block;
	margin-top: 30px;
}
.brief-summary {
	color: #3A3027;
	font-weight: 600;
	display: inline-block;
	margin-top: 30px;
}
.brief-summary:hover {
	text-decoration: underline;
}
.see-all a {
	color: #1999B3;
	font-size: 16px;
	font-weight: 600;
}
.events-tab {
	background-color: #fff;
	border-radius: 16px 16px 12px 12px;
}
.tab-head li {
	width: 50%;
}
.tab-head li a {
	font-size: 36px;
	font-weight: 500;
	color: #3A3027;
	text-align: center;
	display: block;
	text-transform: uppercase;
	line-height: 1;
	padding: 15px 0;
	cursor: pointer;
	transition: none;
}
.tab-head li a.active {
	background-color: #B5A291;
	font-weight: 300;
	color: #fff;
	border-radius: 16px 16px 0 0;
	position:relative;
}
.tab-head li a.active::after {
	content: "";
	width: 0;
	height: 0;
	border-left: 70px solid transparent;
	border-right: 70px solid transparent;
	border-top: 24px solid #B5A291;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -30px;
}
.tab-head li a.active.tab1::before {
	content: "";
	width: 0;
	height: 0;
	border-top: 13px solid #B5A291;
	border-right: 15px solid transparent;
	position: absolute;
	left: 0;
	bottom: -12px;
}
.tab-head li a.active.tab2::before {
	content: "";
	width: 0;
	height: 0;
	border-top: 13px solid #B5A291;
	border-left: 15px solid transparent;
	position: absolute;
	right: 0;
	bottom: -12px;
}
.tab-content {
	border-top: 7px solid #B5A291;
	border-radius: 16px 16px 0 0;
	padding: 60px 10px 10px 10px;
}
.events-item {
	display: flex;
	flex-wrap: wrap;
	padding: 5px 0;
}
.date-col {
	border-bottom: 1px solid #C7CCD2;
	width: 26%;
	padding: 0 25px 0 10px;
}
.last .date-col {
	border-bottom: none;
}
.date {
	padding: 0 0 35px 10px;
	position: relative;
}
.date::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 6px;
	border-left: 1px solid #E4EFE0;
	border-bottom: 1px solid #E4EFE0;
	border-right: 1px solid #E4EFE0;
	border-radius: 0 0 30px 0;
}
.date p {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 0 !important;
	white-space: nowrap;
}
.date span {
	font-size: 13px;
	font-weight: 600;
	white-space: nowrap;
}
.details-col {
	width: 74%;
	padding-bottom: 15px;
}
.details-col a {
	color: #876F5A;
	font-weight: 600;
	display: block;
	margin-bottom: 10px;
	cursor: pointer;
}
.details-col a:hover {
	color: #F6941F;
}
.details-col p {
	margin-bottom: 10px !important;
}
.tab-pane .see-all {
	border-top: 1px solid #d5d5d5;
	padding: 25px 0;
}
.facebook-widget {
	border-radius: 12px;
	overflow: hidden;
	margin-top: 30px;
	background-color: #fff;
}

.inner-content-wrap {
	overflow: hidden;
}
.sidebar {
	background-color: #739537;
	position: relative;
	color: #fff;
	padding: 65px 65px 65px 15px;
}
.sidebar::before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	background-color: #739537;
	width: calc(100% + 500px);
	z-index: -1;
}

.sidebar-nav,
.list-nav {
	padding: 0;
	list-style: none;
	margin-bottom: 30px;
}
.list-nav ul {
	list-style: disc;
	padding-left: 24px;
}
.list-nav ul li::marker {
  color: #876F5A;
}
.sidebar-nav li a {
	color: #fff;
	display: block;
	padding: 8px 0;
	border-bottom: 1px solid #fff;
}
.sidebar-nav li a:hover {
	color: #F6941F;
}
.sidebar p a {
	color: #fff;
	text-decoration: underline;
}
.inner-content {
	padding: 65px 15px 65px 65px;
	font-size: 16px;
}
.inner-content h2 {
	color: #1999B3;
	margin-bottom: 20px;
	font-size: 36px;
	font-weight: 400;
}
.breadcrumbs {
	margin-bottom: 10px;
	font-size: 12px;
}
.inner-content a {
	text-decoration: underline;
}
.inner-content a:hover {
	color: #F6941F;
}
.inner-content h4 {
	font-size: 20px;
}
.faq-nav {
	list-style: decimal;
	padding-left: 20px;
}
.faq-nav p {
	font-weight: 600;
	display: inline-block;
	margin: 0;
	width: 100%;
}
.faq-nav li::marker {
  font-weight: 600;
}

.footer {
	border-top: 25px solid #3CB1E5;
	background-color: #3A3027;
	padding: 20px 0;
}



	/* ==================== Responsive ======================= */

@media (min-width: 768px) {
.inner-content-wrap .row {
	flex-direction: row-reverse;
}
.inner-content {
	width: 72%;
}
.sidebar {
	width: 28%;
}

}

@media (min-width: 992px) {
.header-navbar .navbar {
	padding: 0;
}
.main-nav {
	position: relative;
}
.main-nav > li > a {
	padding: 18px 34px;
}
.main-nav > li:last-child > a {
	padding-right: 0;
}
.subnav {
	background-color: #3CB1E5;
	left: 0;
	position: absolute;
	top: 100%;
	width: 100%;
	z-index: 999;
	border-top: 5px solid #FBAE42;
}
.main-nav > li:hover .subnav {
	display: flex;
}

}


@media (min-width: 1400px) {
.container {
	max-width: 1280px;
}

}


/*Desktop Screen 1024px  */

@media only screen and (min-width:992px) and (max-width:1199px) {
.main-nav > li > a {
	padding: 18px 30px;
}
.logo-col {
	width: 175px;
}
.sticky .logo-col {
	width: 150px;
}
.tab-head li a {
	font-size: 30px;
}
.date {
	padding-left: 0;
}

}


/* Tablet Layout to Mobile Layout: 991px - 480px.  */

@media only screen and (max-width:991px) {
.header-navbar {
	padding: 0;
}
.header-navbar .navbar {
	justify-content: flex-end;
}
.navbar-toggler {
	background-color: rgba(0, 0, 0, 0);
	border: medium none;
	height: 30px;
	padding: 0;
	margin-top: 4px;
	position: relative;
	width: 28px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;	
	transition: all 0.3s ease 0s;
}
.navbar-toggler:focus {
	outline: none;
	box-shadow: none;
}
.toggle-icon {
	background-color: #fff;
	display: block;
	height: 2px;
	margin-bottom: 6px;
	width: 100%;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;	
	transition: all 0.3s ease 0s;
}
.active .toggle-icon:nth-child(2) {
	opacity: 0;
	visibility: hidden;
}
.active .toggle-icon:first-child {
	transform: rotate(45deg) translate(8px, 8px);
}
.active .toggle-icon:last-child {
	transform: rotate(-45deg) translate(3px, -3px);
}
.main-nav {
	margin-top: 60px;
	padding-bottom: 15px;
	max-height: calc(100vh - 150px);
	overflow-y: auto;	
}
.main-nav > li {
	margin-left: 0;
}
.main-nav > li > a {
	padding: 12px 0;
	position: relative;
}
.main-nav > li.has-subnav > a::after {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	right: 10px;
	top: 12px;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
}
.main-nav > li.has-subnav > a.open::after {
	transform: rotate(225deg);
	top: 17px;
}
.subnav-item {
	width: 100%;
	padding: 0;
}
.cta-wrap {
	padding: 30px 32px;
}

.news-col {
	padding-right: 15px;
	padding-bottom: 50px;
}
.events-col {
	padding: 40px 15px 70px;
}
.events-col::before {
	left: -200px;
}

}


/* Tablet Layout: 768px.  */

@media only screen and (min-width:768px) and (max-width:991px) {
.logo-col {
	width: 210px;
}
.sticky .logo-col {
	width: 185px;
}
.search-col {
	max-width: 290px;
	margin-right: 10px;
}
.sidebar {
	padding-right: 20px;
}
.inner-content {
	padding-left: 20px;
}

}


/* Mobile Layout: 480px.  */

@media only screen and (max-width:767px) {
.search-col {
	margin-right: 20px;
}
.social-col a {
	margin-left: 0;
}
.social-col {
	display: flex;
	width: 140px;
	justify-content: space-between;
}
.logo-col {
	max-width: 130px;
	top: 0;
	left: 15px;
}
.sticky .logo-col {
	width: 100px;
	top: 0;
}
.news-img {
	width: 100%;
	margin-bottom: 15px;
}
.news-content {
	width: 100%;
	padding: 0 0 30px 0;
}
.tab-head li a {
	font-size: 24px;
}
.date-col {
	padding: 0;
}
.date p {
	font-size: 18px;
}
.date span {
	font-size: 12px;
}
.details-col {
	padding-left: 5px;
}
.inner-content,
.sidebar {
	padding: 35px 15px;
}

.footer-logo {
	width: 120px;
	display: block;
}

}


/* Wide Mobile Layout: 320px.  */

@media only screen and (max-width:479px) {
.facebook-widget iframe {
	width: 280px;
}

}


