@font-face {
    font-family: 'Helvetica Neue LT Std';
    src: url('../Fonts/HelveticaNeueLTStd-Bd.woff2') format('woff2'),
        url('../Fonts/HelveticaNeueLTStd-Bd.woff') format('woff'),
        url('../Fonts/HelveticaNeueLTStd-Bd.svg#HelveticaNeueLTStd-Bd') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Helvetica Neue LT Std medium';
    src: url('../Fonts/HelveticaNeueLTStd-Md.woff2') format('woff2'),
        url('../Fonts/HelveticaNeueLTStd-Md.woff') format('woff'),
        url('../Fonts/HelveticaNeueLTStd-Md.svg#HelveticaNeueLTStd-Md') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Helvetica Neue LT Std Roman';
    src: url('../Fonts/HelveticaNeueLTStd-Roman.woff2') format('woff2'),
        url('../Fonts/HelveticaNeueLTStd-Roman.woff') format('woff'),
        url('../Fonts/HelveticaNeueLTStd-Roman.svg#HelveticaNeueLTStd-Roman') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

p , body{
	font-size: 16px;
	font-family: 'Helvetica Neue LT Std Roman';
	color: #6a6a69;
	line-height: 1.2;
}
b, strong {
	font-family: 'Helvetica Neue LT Std';
	color: #6a6a69;
	line-height: 1.2;
}
h1 , h2 , h3 {
	font-family: 'Helvetica Neue LT Std';
	color: #007f54;
}
h2 {
	font-size: 25px;
	margin-bottom: 25px;
}
h4 {
	font-size: 18px;
	font-family: 'Helvetica Neue LT Std';
	color: #007f54;
}
hr {
	border-top: 1px solid #6a6a69;
}
.outer-main-wrapper .inner-container p a , .outer-main-wrapper .inner-container a{
	color: #007f54;
	text-decoration: underline;
}
a:hover , a:focus{
	text-decoration: none;
}
.outer-main-wrapper .inner-container ul {
	padding: 0;
    padding-left: 15px;
}
/*########################################################
######################## GENERAL############################
###########################################################*/
@media (min-width: 1200px){
	.container {
	    width: 900px;
	}
}

/*html {
	overflow: hidden;
}*/
html::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
html {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
.main-section {
	/*position: relative;
    margin-top: 57px;
	overflow: scroll;*/
}
.main-section .container {
	position: relative;
	height: 100vh;
    /*overflow: auto;*/
	/*-ms-overflow-style: none;  /* IE and Edge */
  	scrollbar-width: none;
}
.slideshow {
	z-index: 0;
}
.main-section .container::-webkit-scrollbar {
    display: none;
}
.main-section .container .inner-container { 
	position: absolute;
    left: 0;
    right: 0;
    /*bottom: 0px;*/
	top: 45%;
	z-index: 105;
	background-color: #FFF;
    padding: 0 30px;
	padding-bottom: 30px;
	/*min-height: 400px;*/
	min-height: 55vh;
}
.main-section p a {
	color: #007f54;
}
.outer-main-wrapper::-webkit-scrollbar {
	display: none;
  }
  
  /* Hide scrollbar for IE, Edge and Firefox */
  .outer-main-wrapper {
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
  }
/*########################################################
######################## GENERAL############################
###########################################################*/

/*########################################################
######################## Menu #############################
###########################################################*/
.cts-container {
	/*display: flex;
    padding-left: 34mm;
    padding-right: 34mm;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;*/
	width: 900px;
    margin: 5px auto 0 auto;
}
.top-navigation #top-menu li{
	display: inline-block;
	float: left;
}
.top-navigation #top-menu{
	display: inline-block;
	padding-left: 27px;
}
.top-navigation #top-menu li a{
	padding: 12px;
	font-size: 18px;
}
.main-navigation-wrapper{
	position: relative;
	display: flex;
    align-items: center;
    /*min-height: 47px;*/
	justify-content: space-between;
}

.main-navigation-wrapper ul > li > a{
	font-size: 14px;
}
.main-navigation-wrapper ul > li > ul > li > a{
	color: #999999;
	font-family: 'Helvetica Neue LT Std';
}
/*.dropdown-menu {
	top: 37px;
}*/
.main-navigation-wrapper ul > li.active > a{
	color: #007f54;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #404040;
    text-decoration: none;
    background-color: transparent;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
	color: #404040;
    text-decoration: none;
    background-color: transparent;
}
.nav>li>a:focus, .nav>li>a:hover{
	text-decoration: none;
	background-color: transparent;
}
.main-navigation-wrapper .nav>li>a{
	/*padding: 0px 10px;*/
	font-family: 'Helvetica Neue LT Std';
	color: #80bfaa;
    text-transform: capitalize;
}
.navbar{
	border: none;
	margin-bottom: 0px;
}
/*header.cts-header-wrap{
	padding-top: 5px;
}*/
header.navbar{
	background-color: #fff;
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 105;
	/*padding: 5px 0;*/
	box-shadow: 0px 0px 1px 0px rgb(0 0 0 / 75%);
    -webkit-box-shadow: 0px 0px 1px 0px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.75);
	border-radius: 0;
}

.logo-wrapper{
    display: inline-block;
    float: left;
    margin-left: -186px;
}
img.navbar-brand-logo-normal {
    height: auto;
	width: 100%;
    max-width: 180px;
}
.cts-nav-wrap .frame-type-menu_pages ul{
	list-style: none;
    padding: 0;
    margin: 0;
	padding-right: 15px;
}
.cts-nav-wrap .frame-type-menu_pages ul li a {
	color: #808080;
	font-family: 'Helvetica Neue LT Std';
}

@media screen and (min-width: 1024px) {
	#menu {
		display: none;
	}
	.navbar-nav>li:after {
		content: "";
		position: absolute;
		right: 0;
		top: 23px;
		background: #80bfaa;
		width: 4px;
		height: 4px;
		border-radius: 50%;
	}
	.navbar-nav>li:last-child:after {
		display: none;
	}
	.navbar-nav>li>.dropdown-menu {
		border: unset;
		/*opacity: 0.8;*/
		border-radius: 0;
	}
	.dropdown-menu {
		background-color: rgba(255,255,255,0.7);
	}
	.mobile-menu-icon {
		display: none;
	}
	.dropdown.dropdown-hover.clicked .dropdown-menu{
		display: block;
	}
}

/*########################################################
######################## Menu #############################
###########################################################*/

/*########################################################
######################## Responsive Style ##################
###########################################################*/

@media(max-width: 1250px){
	.logo-wrapper img{
		width: 100%;
		height: auto;
	}	
}
@media(max-width: 767px){
    /*.desktop-navigation{
		display: none;
	}*/
	.logo-wrapper{
		width: 100%;
		float: none;
		padding: 10px 0px;
		text-align: left;
	}
	header.cts-header-wrap{
		padding: 0 15px;
	}
	.cts-nav-wrap{
		width: 100%;
		float: none;
	}
	.top-navigation #top-menu{
		padding: 0;
	}
    .cts-nav-wrap .top-navigation{
		text-align: center;
	}
	.top-navigation #top-menu{
		width: auto;
	}
	.logo-wrapper img{
	    height: auto;
	}
	h2 {
		margin-bottom: 0;
	}
}
/*########################################################
######################## Responsive Style ##################
###########################################################*/



/*#############################################################
############################### Footer ########################
###############################################################*/
.inner-container footer {
	background-color: #007f54;
    color: #FFF;
	position: absolute;
    /*position: relative;*/
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 105;
	height: 30px;
    display: flex;
	align-items: center;
}
.inner-container footer p {
	color: #FFF;
}
.inner-container footer p > a {
	color: #FFF !important;
}
.inner-container footer p > a:hover {
	color: #FFF !important;
}
.inner-container footer p , .inner-container footer li a{
	font-size: 13px;
	font-family: 'Helvetica Neue LT Std medium';
	line-height: 1.2;
    /*height: 20px;*/
    display: block;
    align-items: center;
}
.inner-container footer p , .inner-container footer ul{
	margin-bottom: 0;
}
.inner-container footer .frame-type-menu_pages ul{
	list-style: none;
    padding: 0;
    text-align: right;
}
.inner-container footer .col-md-10 , .inner-container footer .col-md-2{
	padding-left: 0;
	padding-right: 0;
}
.inner-container footer .frame-type-menu_pages ul li a {
	color: #FFF;
}
.inner-container footer:after {
    content: '';
    height: 30px;
    width: 300%;
    background: #007f54;
    left: -300%;
    position: absolute;
	top: 0;
}
.inner-container footer:before {
    content: '';
    height: 30px;
    width: 300%;
    background: #007f54;
    right: -300%;
    position: absolute;
	top: 0;
}
/*footer > .container {
	display: flex;
	align-items: center;
}*/
/*#############################################################
############################### Footer ########################
###############################################################*/

/*#############################################################
############################# NEWS ############################
###############################################################*/
.news-list-view-home {
	border-top: 1px solid #007f54;
    border-bottom: 1px solid #007f54;
	border-left: 7px solid #007f54;
	padding: 10px 0 10px 10px;
	position: relative;
}
.news .news-list-view-home .article h3 {
	margin: 0;
	font-size: 16px;
	font-family: 'Helvetica Neue LT Std';
}
.news .news-list-view-home .article h3 > a {
	color: #007f54;
	text-decoration: none;
}
.news-list-view-home a.more {
	float: right;
	color: #007f54;
	font-size: 16px;
	font-family: 'Helvetica Neue LT Std Roman';
	position: absolute;
    right: 0;
    bottom: 0;
}
.news .news-list-view-home .article .teaser-text , .news .news-list-view-home .article .teaser-text p{
	margin : 0;
	color: #007f54;
}
.news .news-list-view-home .article .teaser-text p {
	font-size: 16px;
    line-height: 1.2;
}

.news .news-list-view .header h3{
	margin-top: 0;
}
.news .news-list-view .header h3 > a{
	color: #6a6a69;
    text-decoration: none;
    font-size: 16px;
}
.news .news-list-view .article {
	border-bottom: 1px solid #6a6a69;
}
.news .news-list-view .article:last-child {
	padding-bottom: 15px;
    margin-bottom: 15px;
}
/*#############################################################
############################# NEWS ############################
###############################################################*/
.outer-main-wrapper {
	overflow: overlay;
	z-index: 1;
	position: relative;
}
.slideshow:after {
	display: block;
	content: '';
	position: relative;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:3;
	/*animation: color-animation 80s linear alternate;*/
	/*box-shadow: 0px -200px 80px 40px rgba(255,255,255,1) inset;
	-webkit-box-shadow: 0px -200px 80px 40px rgba(255,255,255,1) inset;
	-moz-box-shadow: 0px -200px 80px 40px rgba(255,255,255,1) inset;*/
	box-shadow: 0px -300px 80px -100px rgb(255 255 255) inset;
	-webkit-box-shadow: 0px -300px 80px -100px rgb(255 255 255) inset;
	-moz-box-shadow: 0px -300px 80px -100px rgb(255 255 255) inset;
	
}


/*#############################################################
########################## Reports ############################
###############################################################*/
.reports-outer-wrapper .cts-outer-heading-wrapper{
	display: flex;
	justify-content: space-between;
	/*margin-bottom: 15px;*/
}
.reports-outer-wrapper .report-main-inner-wrapper .body-text-wrapper {
	margin-top: 15px;
}
.reports-outer-wrapper .cts-outer-heading-wrapper h2.heading-wrapper {
	margin: 0;
}
.report-main-inner-wrapper {
    margin-bottom: 40px;
}
.body-text-wrapper .fulltext {
	display: none;
}
.body-text-wrapper.display .halftext {
	display: none;
}
.body-text-wrapper.display .fulltext {
	display: block;
}
.reports-outer-wrapper .body-text-wrapper a {
	cursor: pointer;
}

@media(max-width:767px){
	.reports-outer-wrapper .cts-outer-heading-wrapper h2.heading-wrapper {
		font-size: 18px;
	}
	.date-and-text-wrapper{
		text-align: right;
	}
}
/*#############################################################
########################## Reports ############################
###############################################################*/
.mm-wrapper__blocker {
	background: rgba(0,0,0,.3);
}

#page-35 form input[type="text"] , 
#page-23 form input[type="text"] {
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #6a6a69;
    height: 40px;
    padding-left: 15px;
}
#page-35 form input[type="password"] , 
#page-23 form input[type="password"] {
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #6a6a69;
    height: 40px;
    padding-left: 15px;
}
#page-35 form , 
#page-23 form{
	margin-bottom: 30px;
}
#page-23 form input[type="submit"] {
    display: inline-block;
    width: auto;
    background-color: #007f54;
    border: unset;
    height: 50px;
    color: #FFF;
    text-align: center;
    padding: 0;
    font-family: 'Helvetica Neue LT Std';
    margin-right: 20px;
    padding: 16px 50px;
}
#page-35 form label , 
#page-23 form label {
	width: 45%;
}
#page-34 .button-wrapper-outer , 
#page-23 .button-wrapper-outer ,
#page-35 .button-wrapper-outer {
    display: flex;
    align-items: center;
}
#page-23 .button-wrapper-outer .password-change , #page-35 .button-wrapper-outer .password-change{
    background-color: #007f54;
    border: unset;
    color: #FFF;
    text-align: center;
    padding: 0;
    font-family: 'Helvetica Neue LT Std';
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    margin-left: 30px;
}
#page-23 .button-wrapper-outer .password-change a , #page-35 .button-wrapper-outer .password-change a{
    color: #FFF;
    text-decoration: none;
    padding: 16px 35px;
}
@media(max-width:767px){
  #page-35 .button-wrapper-outer , 
  #page-23 .button-wrapper-outer {
    flex-direction: column;
    align-items: baseline;
  }
  #page-35 form input[type="submit"] , 
  #page-23 form input[type="submit"] {
    width: 100%;
  }
  #page-35 .button-wrapper-outer .password-change , 
  #page-23 .button-wrapper-outer .password-change {
    width: 100%;
    margin: 0;
  }
  #page-34 .tx-fe-change-pwd input[type="submit"] {
    width: 100%;
  }
  #page-34 .tx-fe-change-pwd input[type="password"] {
    width: 100% !important;
  }
  #page-35 form label,
  #page-23 form label {
    width: 100% !important;
  }
}