/*-------------------------------------------------------*/
/* General
/*-------------------------------------------------------*/

.clearfix {
  *zoom: 1;
}

::-moz-selection { /* Code for Firefox */
    color: #fff;
  background: #000;
}

::selection {
    color: #fff;
  background: #000;
}
.container{
	max-width: 92%;
}
.container-fluid{
	max-width: 97%;
	position: relative;
}
section .container, .inner-banner .container{
	width:90%;
	max-width: 1400px;
	position: relative;
}
.login .container{
	max-width: none;
	padding: 0px;
}
.clearfix:before, .clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

img{
	max-width: 100%;
}

::-moz-selection {
  color: #fff;
  background: #000;
}

::-webkit-selection {
  color: #fff;
  background: #000;
}
:focus {
  outline: none;
}
b, strong{
	font-weight: 600;
}
ul, ul > li{
  list-style: none;
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
body *{
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


h1, h2, h3, h4, h5, h6 {
    font-family: 'Lato', sans-serif;
	font-style: normal;
	font-weight: 700;
}
p {
  	font-size: 18px;
  	line-height: normal;
  	margin: 0px 0px 24px 0px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	color: #444;
}
a, a:hover{
	text-decoration:none;
	outline:none!important;
	color:#66c6cb;
}
section ul{
	padding-left: 20px;
}
section ul > li{
	list-style: disc;
	list-style-position: outside;
}

button:focus{
	outline:none;
}

body{
	overflow-x:hidden;
}
#site-wrapper{
	position: relative;
}
header{
	float:left;
	width:100%;
	position: relative;
	height: 72px;
	background: #fff;
}
header .header-wrap{
	float:left;
	width: 100%;
	height: 72px;
	display: grid;
	grid-template-columns: repeat(2, 50%);
}

header h1.logo{
	width:200px;
	align-self: center;
    justify-self: left;
	margin: 0px;
}
header h1.logo img{
	max-width: 200px;
	max-height: 60px;
	float:left;
}
header .welcome-txt{
	align-self: center;
    justify-self: right;
	text-align: right;
	font-size: 18px;
	font-weight: 300;
}
header .welcome-txt strong{
	font-weight: 600;
}
h2{
	font-size: 52px;
	line-height: normal;
	margin: 0px 0px 30px 0px;
}
.login{
	float:left;
	width: 100%;
	padding-top: 4vh;
}
.login .form-group, #site-wrapper.reset-page .controls{
	width:100%;
	margin: 0px 0px 20px 0px;
	float:left;
	clear: both;
}
.loginerror, section.login .error{
    display: block;
    font-size: 14px;
    color:palevioletred;
    margin: 0px;
}
.form-group .form-control,
#member-profile .form-group input, .form-group input,
#site-wrapper.reset-page .controls input{
	font-size: 17px;
	font-weight: 300;
	border-radius: 0px;
	line-height: 100%;
	padding: 5px 16px 6px 16px;
	height: 40px;
	border:solid 1px;
	box-shadow: none!important;
	outline: none!important;
	color: #55647e;
	borde:solid 1px #55647e;
	border-radius: 12px;
	font-weight: 400;
	box-shadow: 0px 0px 0px!important;
	transition: all 0.3s ease;
}
#login_form .form-group, #user-registration .form-group{
    position: relative;
    max-width: 300px;
}
#login_form .form-group #loginbtn, #login_form .form-group .error[style="display: none;"] + #loginbtn, #user-registration .form-group .reset_pass, #user-registration .form-group .error[style="display: none;"] + .reset_pass{
    position: absolute;
    right:-100px;
    bottom:0px;
}
#login_form .form-group .error + #loginbtn, #user-registration .form-group .error + .reset_pass{
    bottom:21px;
}
.form-group input{
	max-width: 300px;
	width: 100%;
}
.form-group .form-control.error{
	box-shadow: 2px 2px 4px #E63462!important;
	    border-color: palevioletred;
}
section.content-section label.error{
	display: none!important;
}
.form-group textarea.form-control{
	padding-top: 7px;
	height: auto;
}
.form-group .form-control::placeholder{
	opacity: 0.7;
}
.login .form-control{
	float:left;
	max-width: 300px;
	margin: 0px 15px 0px 0px;
}
.login h5{
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	margin: 20px 0px 6px 0px;
	clear: both;
	display: inline-block;
}
.btn{
	color: #ffffff;
	border-radius: 12px;
	text-decoration: none;
	min-width: 86px;
	text-align: center;
	line-height: 100%;
	padding: 8px 10px 9px;
	outline: none!important;
	box-shadow: none!important;
	background: #55647e;
	font-weight: 400;
	font-size: 17px;
	height: 40px;
	text-transform: uppercase;
}

#site-wrapper.login-page, #site-wrapper.reset-page{
	background:url(../images/landing-bg.jpg) no-repeat top center;
	background-size: cover;
	position: relative;
	min-height: 100vh;
	padding-top: 125px;
	padding-bottom: 150px;
}
#site-wrapper.login-page:after,
#site-wrapper.reset-page:after{
	content:'';
	position: absolute;
	left: 0px;
	top:0px;
	width: 100%;
	height: 100%;
	background:rgba(0,0,0,0.25);
	z-index: 0;
	pointer-events: none;
}
#site-wrapper.login-page header,
#site-wrapper.reset-page header{
	border:none;
}
#site-wrapper.reset-page .form-group input, #site-wrapper.reset-page .controls input{
	max-width: 300px;
}

header{
	height: 125px;
	position: absolute!important;
	top:0px;
	left: 0px;
	width: 100%;
	background: none;
	border-bottom:solid 1px #fff;
}
header nav{
	height: 124px;
	padding: 40px 0px;
}
header #logo{
	float:left;
	margin: 0px;
	padding: 0px;
}
header #logo img{
	max-height: 44px;
	float:left;
}
header nav .social-icons{
	float:right;
	margin-top: 5px;
}
header nav .social-icons a{
	float:left;
	margin-left: 15px;
	line-height: 100%;
}
header nav .social-icons a.home_btn {
    width: 36px;
    height: 36px;
    display: block;
    border-radius: 100px;
    padding: 11px 3px;
    line-height: 100%;
    text-align: center;
    font-weight: 700;
    padding-top: 13px;
	background:url(../images/home.png)no-repeat center;
	background-size: 36px;
}
header nav .social-icons a:first-child{
	margin: 0px;
}
header nav .social-icons a.crm{
	width: 36px;
	height: 36px;
	display: block;
	background: #fff;
	border-radius: 100px;
	padding: 11px 3px;
	line-height: 100%;
	text-align: center;
	font-weight: 700;
    padding-top: 12px;
}
header nav .social-icons a.crm i{
	font-style: normal;
	color: #4376a6;
	font-size: 12px;
    display: block;
    line-height: 100%;
}
header nav .social-icons a i:before{
	color: #fff;
	font-size:36px;
	margin: 0px!important;
	line-height: 100%;
}

#site-wrapper header{
	position: relative;
	z-index:5;
}
#site-wrapper section{
	position: relative;
	z-index: 1;
}
.com_network #site-wrapper section{
	z-index:3;
}
section.login{
	float:left;
	width: 100%;
}
section.login .login-wrap{
	background: #fff;
	width: 100%;
	padding: 45px 50px;
	max-width: 1024px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);	
	float:left;
	position:relative;
}
.login-wrap h2{
	font-size: 40px;
	color: #66c6cb;
	text-transform: uppercase;
	font-weight: 400;
	padding: 0px;
}
.login-wrap h2:before{
	content:none;
}
.login-wrap h5{
	font-size: 20px;
	color: #66c6cb;
	font-weight: 700;
	margin: 20px 0px 12px 0px;
    display: block;
    clear: both;
}
.login-wrap p{
	font-size: 18px;
	color: #444444;
	line-height: normal;
	font-weight: 300;
}
.login-page .login-base, .reset-page .login-base{
	position: absolute;
	bottom:50px;
	left: 0px;
	width: 100%;
	z-index: 1;
}
.login-page .login-base .base-links, .reset-page .login-base .base-links{
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.login-page .login-base .base-links > li, .reset-page .login-base .base-links > li{
	float:left;
	position: relative;
	padding: 0px 10px;
	list-style: none;
	margin: 0px;
	line-height: 100%;
}
.login-page .login-base .base-links > li:before, .reset-page .login-base .base-links > li:before{
	content:'';
	position: absolute;
	left: 0px;
	top:5px;
	background: #fff;
	height: 12px;
	width: 2px;
}
.login-page .login-base .base-links > li:first-child, .reset-page .login-base .base-links > li:first-child{
	padding-left: 0px;
}
.login-page .login-base .base-links > li:first-child:before, .reset-page .login-base .base-links > li:first-child:before{
	content:none;
}
.login-page .login-base .base-links > li a, .reset-page .login-base .base-links > li a{
	font-size: 16px;
	color: #fff;
	line-height: 100%;
}
.login-page #system-message-container, .reset-page #system-message-container{
	position: absolute;
	width: calc(100% - 0px);
	top: -95px;
	z-index: 9;
	left: 0;
}
.login-page #system-message-container h4, .reset-page #system-message-container h4{
	display: none!important;
}

#site-wrapper.login-page header .mobilewrap,
#site-wrapper.reset-page header .mobilewrap,
#site-wrapper.login-page header .social-icons,
#site-wrapper.reset-page header .social-icons{
	display:none!important;
}



#site-wrapper .banner{
	float:left;
	width: 100%;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	padding-top: 125px;
	position: relative;
	background-blend-mode: multiply;
	background-color:rgba(85,110,126,0.6);
	margin: 0px;
	z-index: 2;
}
#site-wrapper .banner:after{
	content:'';
	position: absolute;
	left: 0px;
	top:0px;
	width: 100%;
	height: 100%;
	pointer-events: none;
}
#site-wrapper .banner .banner-content{
	display: flex;
	align-items: center;
	justify-content: center;
    min-height: calc(100vh - 345px);	
}
#site-wrapper .banner .banner-content h2{
	font-size: 50px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 300;
	letter-spacing: 3px;
	margin: 0px;
}
#site-wrapper .banner.home-banner{
	min-height: 100vh;
}
#site-wrapper .banner.home-banner .banner-info-wrap{
	position: absolute;
	left: 0px;
	bottom:0px;
	width: 100%;
	display: flex;
	border-top:solid 1px #fff;
}
#site-wrapper .banner.home-banner .banner-info-wrap .banner-info-block{
	width: 33.33%;
	padding: 32px 34px;
	background:rgba(255,255,255,0.25);
	border-left:solid 1px #fff;
}           
#site-wrapper .banner-info-wrap.two-block .banner-info-block{
	width:66.66%!important;
}
#site-wrapper .banner-info-wrap.two-block .banner-info-block.banner-new{
	width:33.33%!important;
}
#site-wrapper .banner.inner-banner{
	min-height: 540px;
}
#site-wrapper .banner.inner-banner .banner-content{
	min-height: 415px;
}
.banner-info-wrap .banner-info-block.banner-new{
	background:rgba(102,198,203,0.6)!important;
	border-left:none!important;
}
.banner-info-wrap .banner-info-block h4{
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	line-height: normal;
	margin: 0px 0px 24px 0px;
}
.banner-info-wrap .banner-info-block h5{
	font-size: 18px;
	color: #fff;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0px 0px 10px 0px;
}
.banner-info-wrap .banner-info-block p{
	color: #fff;
	margin: 0px;
}
.banner-info-wrap .banner-info-block p a{
	color: #fff;
	text-decoration: underline;
}
.banner-info-wrap ul.link-list{
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.banner-info-wrap ul.link-list > li,
.banner-info-wrap .link-list .link-list-items{
	list-style: none;
	width: 50%;
	float:left;
	padding: 4px 0px;
}
.banner-info-wrap ul.link-list > li:nth-child(odd){
	clear: left;
}
/*.banner-info-wrap .link-list .link-list-items:nth-child(3n+3){
	clear: left;
}
.banner-info-wrap .link-list .link-list-items:last-child{
	clear: none;
}*/
.banner-info-wrap .favourite-slider .item{
	display: flex;
	flex-wrap: wrap;
}

.banner-info-wrap ul.link-list > li a,
.banner-info-wrap .link-list .link-list-items a{
	display: inline-block;
	padding-left: 24px;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	position: relative;
	padding-right: 15px;
}
.banner-info-wrap ul.link-list > li a:before,
.banner-info-wrap .link-list .link-list-items a:before{
	content: "\f106";
	font-family: Flaticon;
	position: absolute;
	left: 0px;
	font-size: 14px;
	top:2px;
}
.banner-info-wrap ul.committe-link-list,
.banner-info-wrap .cm-slider .owl-item{
	margin: 0px -7px;
	padding: 0px;
	width: 100%;
}
.banner-info-wrap .owl-item{
	margin: 0px;
}
.banner-info-wrap ul.committe-link-list > li,
.banner-info-wrap .cm-slider .owl-item .item .content,
.log-info .banner-info-block .cm-slider .owl-item .item .content{
	list-style: none;
	float:left;
	margin: 7px;
}
.banner-info-wrap ul.committe-link-list > li a,
.banner-info-wrap .cm-slider .owl-item .item a,
.log-info .banner-info-block .cm-slider .owl-item .item a{
	display: inline-block;
	border:solid 1px #fff;
	text-transform: uppercase;
	font-size: 17px;
	padding: 6px 8px;
	color: #fff;
	line-height: 100%;
	transition: all 0.3s ease;
	background: rgba(255,255,255,0);
}
.banner-info-wrap ul.committe-link-list > li a:hover,
.banner-info-wrap .cm-slider .owl-item .item a:hover{
	background: #fff;
	color: #6781ac;
}
.banner-info-block{
	position: relative;
}
.banner-info-block .owl-nav{
	position: absolute;
	top: -50px;
	right: 0;
}
.profile-dsc .banner-info-block .owl-nav{
	top: -39px;
}
.banner-info-block .owl-nav > button{
	width: 20px;
	height: 20px;
}
.banner-info-block .owl-nav > button span{
	width:20px;
	height: 20px;
	float: left;
	text-indent: -100px;
	overflow: hidden;
	background:url(../images/arrow_l.png)no-repeat center;
	background-size: 12px;
}
.banner-info-block .owl-nav > button.owl-next span{
	background:url(../images/arrow_r.png)no-repeat center;
	background-size: 12px;
}
.owl-nav > button.owl-next.disabled,
.owl-nav > button.owl-prev.disabled{
	opacity: 0.5;
	pointer-events: none;
}
.banner-info-block .owl-dots{
	display:none;
}
.banner-info-block .owl-carousel.owl-drag .owl-item{
	margin-right:0!important;
	margin-left:10px!important;
}
.banner-info-block .favourite-slider .owl-stage-outer{
	    margin-right: 5px;
}
.banner-info-block .favourite-slider.owl-drag .owl-item{
	float:left!important;
	margin:0!important;
	
}
.banner-info-block .owl-carousel.owl-drag .owl-item:nth-child(1){
	margin-left:0px!important;
}

.log-info .banner-info-block .owl-nav > button span{
	background:url(../images/arrow_l-b.png)no-repeat center;
	background-size: 12px;
}
.log-info .banner-info-block .owl-nav > button.owl-next span{
	background:url(../images/arrow_r-b.png)no-repeat center;
	background-size: 12px;
}


nav .nav-wrap{
	float:left;
	width: calc(100% - 490px);
	padding: 0px 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}
nav .nav-wrap ul.primary-nav{
	margin: 0px;
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
nav .nav-wrap ul.primary-nav > li{
	list-style: none;
	float:left;
	margin:0px 4px;
	height: 85px;
	position: relative;
}
nav .nav-wrap ul.primary-nav > li.item-156{
	display:none;
}
nav .nav-wrap ul.primary-nav > li > a{
	font-size: 18px;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 100%;
	display: block;
	padding: 12px;
	position: relative;
	letter-spacing: 1px;
}
nav .nav-wrap ul.primary-nav > li.active > a:before{
	background: #fff;
	content:'';
	position: absolute;
	left: -50%;
	right:-50%;
	bottom:6px;
	width: calc(100% - 24px);
	margin: auto;
	height: 2px;
}
nav .nav-wrap ul.primary-nav > li > ul{
	position: absolute;
	left: 12px;
	top:70px;
	padding: 15px 0px;
	min-width: 370px;
	opacity: 0;
	pointer-events: none;
	z-index: 99;
	transition: all 0.3s ease;
}
nav .nav-wrap ul.primary-nav > li:hover > ul{
	top:85px;
	opacity: 1;
	pointer-events: auto;
}
nav .nav-wrap ul.primary-nav > li > ul:before{
	content:'';
	position: absolute;
	left: -100vw;
	top:0px;
	width: 200vw;
	height: 100%;
	background:rgba(255,255,255,0.9);
	pointer-events: none;
	z-index: -1;
	margin: 0px 25vw;
}
nav .nav-wrap ul.primary-nav > li > ul > li{
	width: 100%;
	margin: 5px 0px;
	position: relative;
}
nav .nav-wrap ul.primary-nav > li > ul > li > a{
	display: inline-block;
	padding: 6px 0px;
	font-size: 18px;
	color: #55647e;
	font-weight: 700;
	text-transform: uppercase;
	line-height: normal;
	letter-spacing: 1px;
}
nav .nav-wrap ul.primary-nav > li > ul > li.active > a{
	text-decoration: underline;
}
nav .nav-wrap ul.primary-nav > li > ul > li.parent > a{
	position: relative;
	padding-right: 25px;
}
nav .nav-wrap ul.primary-nav > li > ul > li.parent > a:before{
	content:"\f110";
	font-family: Flaticon;
	position: absolute;
	right:0px;
	top:10px;
	font-size: 14px;
}
nav .nav-wrap ul.primary-nav > li > ul > li.parent:hover > a:before{
	color: #66c6cb;
}
nav .nav-wrap ul.primary-nav > li > ul > li > ul{
	position: absolute;
	left: 80%;
	top:2px;
	min-width: 300px;
	opacity: 0;
	pointer-events: none;
	transition: all 0.3s ease;
}
nav .nav-wrap ul.primary-nav > li > ul > li:hover > ul{
	opacity: 1;
	pointer-events: auto;
	left: 100%;
}
nav .nav-wrap ul.primary-nav > li > ul > li > ul > li{
	float:left;
	width: 100%;
	padding: 5px 0px;
	line-height: 100%;
}
nav .nav-wrap ul.primary-nav > li > ul > li > ul > li a{
	font-weight: 400;
	font-size: 16px;
	color: #66c6cb;
	text-transform: uppercase;
	display: inline-block;
	padding: 0px!important;
	line-height: 100%;
	letter-spacing: 1px;
}


nav .log-info{
	position: absolute;
	right: 0px;
	top:125px;
	padding: 25px 20px;
	z-index: 9;
	transition: all 0.5s ease ;
}
nav .log-info .user-name{
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	padding-right: 18px;
	float: left;
	clear: both;
	position: relative;
	letter-spacing: 1px;
}
nav .log-info .user-name i{
	position: absolute;
	right: 0px;
	top:3px;
	line-height: 100%;
}
nav .log-info .user-name i:before{
	font-size: 8px;
	color: #fff;
	line-height: 100%;
}
nav .log-info .logout-btn, nav .log-info .logout-button input{
	color: #66c6cb;
	font-size: 14px;
	font-weight: 700;
	line-height:18px;
	float:left;
	clear: both;
	margin-top:0px;
	background: none;
	padding: 0px;
	min-width: 0px;
	text-transform: none;
	height: auto;
}
nav .log-info.log-active .logout-btn{
	background: #445878;
	border:solid 1px #445878;
	color: #fff;
	font-size: 17px;
	float: none;
	display: block;
	font-weight: 100;
	padding: 10px 15px;
	width: 110px;
	text-align: center;
	text-transform: uppercase;
	border-radius: 10px;
	margin: auto;
	line-height: 18px;
	transition: all 0.3s ease;
}
nav .log-info.log-active .logout-btn:hover{
	color: #445878;
	/*background: #fff;*/
	background:transparent;
}
nav .log-info.log-active{
	background:rgba(255,255,255,0.9);
	/*right: -30px;*/
	right:0px;
	width: 440px;
	text-align: center;
	border-bottom:solid 1px #66c6cb;
	padding-bottom: 100px;
}
nav .log-info .profile-dsc{
	display: none;
}


/*nav .log-info{
	background: rgba(255,255,255,0.9);
right: -30px;
width: 440px;
text-align: center;
border-bottom: solid 1px #66c6cb;
padding-bottom: 100px;
}


nav .log-info .profile-dsc{
	float:left;
	width: 100%;
	padding: 20px 0px;
	clear: both;
	display: block;
}*/

nav .log-info .banner-info-block{
	float: left;
	width:100%;
}
nav .log-info .banner-info-block .no-js .owl-carousel, nav .log-info .banner-info-block .owl-carousel.owl-loaded{
	float: left;
}

.log-info .banner-info-block .cm-slider .owl-item .item .content{
	float: none;
	display:inline-block;
}
.log-info .banner-info-block .cm-slider .owl-item .item .content a {
    color: #66c6cb;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
    border: solid 1px;
    padding: 6px 8px;
    display: inline-block;
    transition: all 0.3s ease;
    line-height: 100%;
}
.log-info .banner-info-block .cm-slider .owl-item .item .content a:hover {
    background: #66c6cb;
    color: #fff;
}
.log-info .banner-info-block .favourite-slider .owl-item .item .link-list-items a{
	font-size: 16px;
	color: #445878;
	text-transform: uppercase;
	line-height: normal;
	font-weight: 400;
}

.log-info .banner-info-block .favourite-slider .owl-item .item .link-list-items a::before {
    content: "\f106";
	color:#66c6cb;
    font-family: Flaticon;
	position: relative;
	font-size: 14px;
	top: 0px;
	margin-right: 3px;
}




nav .log-info.log-active .profile-dsc{
	float:left;
	width: 100%;
	padding: 20px 0px;
	clear: both;
	display: block;
}
nav .log-info.log-active .user-name, nav .log-info.log-active .user-name i:before{
	float:none;
	color: #445878;
	content: "\f112";
}
nav .log-info.log-active .user-name{
	position: static!important;
	padding: 0px;
}
nav .log-info.log-active .user-name i{
	position: static;
}
nav .log-info.log-active .user-name i:before{
	margin: 0px 0px 0px 5px;
	font-size: 10px;
}
nav .log-info.log-active .toggle-profile:after{
	color:#66c6cb;
	content: "\f112";
	font-size: 40px;
	font-family: Flaticon;
	width: 42px;
	position: absolute;
    top: 89%;
    text-align: center;
    left: -50%;
    right: -50%;
    margin: auto;
}
nav .log-info h4{
	font-size: 20px;
	color: #445878;
	font-weight: 700;
	float:left;
	width: 100%;
	margin: 45px 0px 15px 0px;
}
nav .log-info ul.fav-links{
	margin: 0px;
	padding: 0px;
}
nav .log-info ul.fav-links > li{
	float:left;
	width: 100%;
	text-align: center;
	margin: 0px;
	padding: 4px 0px;
	line-height: normal;
}
nav .log-info ul.fav-links > li a{
	font-size: 16px;
	color: #445878;
	text-transform: uppercase;
	line-height: normal;
	font-weight: 400;
}
nav .log-info ul.fav-links > li a i:before{
	margin: 0px 5px 0px 0px;
	font-size: 15px;
	color: #66c6cb;
	font-weight: 100;
}
nav .log-info ul.com-links{
	margin: 0px 0px 20px;
	padding: 0px;
	display: inline-block;
	text-align: center;
}
nav .log-info ul.com-links > li{
	display: inline-block;
	text-align: center;
	margin: 0px;
	line-height: normal;
	padding: 8px;
}
nav .log-info ul.com-links > li a{
	color: #66c6cb;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 16px;
	border:solid 1px;
	padding: 6px 8px;
	display: inline-block;
	transition: all 0.3s ease;
	line-height: 100%;
}
nav .log-info ul.com-links > li a:hover{
	background: #66c6cb;
	color: #fff;
}



footer{
	float:left;
	width: 100%;
	background:url(../images/footer-bg.jpg) no-repeat center;
	background-size: cover;
	padding: 85px 0px 50px;
}
footer h2{
	text-transform: uppercase;
	color: #fff;
	font-size: 40px;
	font-weight: 400;
	line-height: normal;
	margin: 0px 0px 25px 0px;
}
footer p{
	color: #fff;
	font-size: 18px;
	font-weight: 300;
}
footer .social-icons{
	float:left;
	margin-top: 20px;
}
footer .social-icons a{
	float:left;
	margin-left: 15px;
	line-height: 100%;
}
footer .social-icons a:first-child{
	margin: 0px;
}
footer .social-icons a.crm{
	width: 44px;
	height: 44px;
	display: block;
	background: #fff;
	border-radius: 100px;
	padding: 11px 3px;
	line-height: 100%;
	text-align: center;
	font-weight: 700;
}
footer .social-icons a.crm i{
	font-style: normal;
	color: #2d3745;
	font-size: 14px;
}
footer .social-icons a i:before{
	color: #fff;
	font-size: 44px;
	margin: 0px!important;
	line-height: 100%;
}
footer ul.sitemap-links{
	margin: 0px;
	padding: 0px;
	float:left;
	width: 100%;
}
footer ul.sitemap-links > li{
	list-style: none;
	margin: 0px;
	float:left;
	clear:left;
	line-height: normal;
	width: 50%;
}
footer ul.sitemap-links > li a{
	font-size: 18px;
	color: #fff;
	font-weight: 300;
}
footer ul.sitemap-links > li.float-right{
	float: right;
	clear: none;
}
/*footer ul.sitemap-links > li:nth-child(6){
	margin-top: -22px;
}*/
footer ul.sitemap-links > li.float-right.term{
	/*margin-top: -22px;*/
}
footer .btn-outline{
	margin-top: 16px;
}
footer p{
	max-width: 640px;
}
.btn-search:before{
 	content: "\f10a";
}
.btn-pin:before{
	content: "\f10c";
}
.btn-outline{
	display: inline-block;
	font-size: 17px;
	color: #46bbc1;
	border:solid 1px #46bbc1;
	border-radius: 10px;
	text-transform: uppercase;
	padding: 10px 20px;
	line-height: 100%;
	transition: all 0.3s ease;
}
.btn-outline:hover{
	color: #fff;
	background: #46bbc1;
}
.btn-outline.btn-wh{
	color: #fff;
	border-color:#fff;
}
.btn-outline.btn-wh:hover{
	color: #2d3745;
	background: #fff;
}
.btn-outline.btn-dark{
	color: #445878;
	background:none;
	border-color:#445878!important;
	outline: none!important;
	box-shadow: none!important;
}
.btn-outline.btn-dark:hover{
	background: #445878!important;
	color: #fff;
}
.btn-outline.btn-small{
	font-size: 16px;
	color: #55647e;
	line-height: normal;
	border-color:#55647e;
	padding: 6px 14px 7px;
	line-height: 16px;
}
.btn-outline.btn-fill{
	background: #46bbc1;
	color: #fff;
}
.btn-outline.btn-fill:hover{
	background: #fff;
	color: #46bbc1;
}

/*Section*/
section{
	float:left;
	width: 100%;
}
section.content-section{
	padding: 80px 0px;
}
section h2{
	font-size: 40px;
	line-height: normal;
	color: #66c6cb;
	text-transform: uppercase;
	font-weight: 400;
	padding-left: 17px;
	position: relative;
	clear: left;
	margin: 0px 0px 40px 0px;
}
section h2:before{
	content:'';
	position: absolute;
	left: 0px;
	top:10px;
	width: 3px;
	height: calc(100% - 19px);
	background: #66c6cb;
}
ul.news-events-list{
	margin: 0px;
	padding: 0px;
	float:left;
	width: 100%;
}
ul.news-events-list > li{
	list-style: none;
	float:left;
	width: 100%;
	display: table;
	margin-top: 50px;
	min-height: 300px;
}
ul.news-events-list > li:first-child{
	margin: 0px;
}
ul.news-events-list > li > div{
	display: table-cell;
	vertical-align: middle;
}
ul.news-events-list > li .ne-dsc{
	width: 50%;
	padding:35px 0px;
}
ul.news-events-list > li .ne-dsc:first-child{
	padding-right: 40px;
	text-align: right;
}
ul.news-events-list > li .ne-dsc:last-child{
	padding-left: 40px;
	text-align: left;
}
ul.news-events-list > li .ne-img{
	width: 50%;
	height: 300px;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size:cover;
}

.featured-page ul.news-events-list > li .ne-img{
	height: auto;
	vertical-align: top;
	background-position: left top;
	background-size: 100%;
}
.featured-page ul.news-events-list > li .ne-img > img{
	opacity:0!important;
}


ul.news-events-list > li .ne-img > a{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
ul.news-events-list > li .ne-dsc:first-child .ne-meta{
	justify-content: flex-end;
}
ul.news-events-list > li h4, ul.news-events-list > li h4 > a{
	font-size: 20px;
	color: #55647e;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0px 0px 5px 0px;
}
ul.news-events-list > li .ne-meta{
	display: flex;
	width: 100%;
	margin: 0px 0px 12px 0px;
}
ul.news-events-list > li .ne-meta span{
	padding-right:28px;
	font-size: 16px;
	color: #55647e;
	font-weight: 700;
}
ul.news-events-list > li .ne-meta span:last-child{
	padding: 0px;
}
ul.news-events-list > li .ne-meta span.place i{
	display: inline-block;
	padding-right: 10px;
}
ul.news-events-list > li .ne-meta span.place i:before{
	font-size: 15px;
	color: #66c6cb;
}
.featured-page ul.news-events-list > li .ne-meta span.place{
	text-align:left;
	position: relative;
	padding-left:25px;
}
.featured-page ul.news-events-list > li .ne-meta span.place > i{
	position:absolute;
	left: 0;
}
.featured-page ul.news-events-list > li .ne-meta span.place i:before{
	margin-left:0px;
}
ul.news-events-list > li .ne-meta span.type{
	font-size: 12px;
	color: #66c6cb;
	text-transform:uppercase;
	line-height: 100%;
	border:solid 1px #66c6cb;
	background: none;
	padding: 3px 12px;
	font-weight: 600;
	height: 20px;
	margin-top: 4px;
}
ul.news-events-list > li p{
	margin-bottom: 30px;
}

section.content-section.section-secondary{
	background: #46bbc1;
	padding: 45px 0px 50px;
}
section.content-section.section-secondary h2{
	color: #fff;
}
section.content-section.section-secondary h2:before{
	background: #fff;
}

ul.resource-docs{
	display: flex;
	flex-wrap: wrap;
	margin: -25px;
	width:calc(100% + 50px);
	padding: 0px;
}
ul.resource-docs > li{
	width:calc(33.33% - 50px);
	margin: 25px;
	list-style: none;
	border:solid 1px #fff;
	padding: 18px 20px 54px;
	position: relative;
	background:rgba(255,255,255,0.2);
}
ul.resource-docs > li > a:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}
ul.resource-docs > li h3{
	font-size: 18px;
	line-height: normal;
	color: #fff;
	float:left;
	width: 100%;
	margin-bottom: 12px;
}
ul.resource-docs > li h3 i{
	font-size: 30px;
	float:left;
	vertical-align: top;
}
ul.resource-docs > li h3 a{
	color: #fff;
}
ul.resource-docs > li h3 i:before{
	font-size: 50px;
	vertical-align: top;
	float:left;
	margin: 0px;
	color: #55647e;
	font-weight: 100;
	margin-right: 15px;
}
ul.resource-docs > li p{
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	margin: 0px 0px 17px;
}
ul.resource-docs > li .btn-outline{
	position: absolute;
	bottom:20px;
	left: 20px;
}
ul.resource-docs > li.show-more{
	border:none;
	background: none;
	align-self: center;
	justify-content: center;
	padding: 0px;
	text-align: center;
}
ul.resource-docs > li:nth-child(4).show-more,
ul.resource-docs > li:nth-child(4).show-more{
	text-align: left;
}
ul.resource-docs > li.show-more a{
	font-size: 30px;
	text-transform: uppercase;
	color: #fff;
	line-height: normal;
	font-weight: 700;
	padding: 10px;
}
ul.resource-docs > li:nth-child(4).show-more a,
ul.resource-docs > li:nth-child(4).show-more a{
	padding-left:0;
}

/*INNER PAGE*/
.inner-section .container{
	position: relative;
}
.inner-section > div > img,
.inner-section > div > p > img, .news-row img{
	float:none;
	margin: 30px 35px 40px 0px;
}
.inner-section > div > p:last-child{
	margin: 0px;
}
.inner-section ul, .inner-section ol{
	margin-bottom: 24px;
	margin-left: 20px;
	display: table;
}
.inner-section ol{
	padding-left: 20px;
}
.inner-section ul li, .inner-section ol li{
	font-size: 18px;
	line-height: normal;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	color: #444;
}
.inner-section .add-to-fav{
	position: absolute;
	right:20px;
	top:-85px;
	width: 25px;
	height: 40px;
	text-align: center;
	background:url(../images/add-to-fav.png) no-repeat center;
	z-index: 2;
}
.com_governance .inner-section .add-to-fav,
.com_toolbox .inner-section .add-to-fav,
.com_tutorials .inner-section .add-to-fav,
.com_committees .category-page .inner-section .add-to-fav,
.com_policyandprocedures .inner-section .add-to-fav{
	top:-60px;
}

.com_toolbox .inner-section .add-to-fav.fav_link,
.com_tutorials .inner-section .add-to-fav.fav_link,
.com_committees .category-page .inner-section .add-to-fav.fav_link,
.com_policyandprocedures .inner-section .add-to-fav.fav_link{
	top:-60px;
}

.com_governance .inner-section h2 + .add-to-fav.fav_link,
.com_toolbox .inner-section h2 + .add-to-fav.fav_link,
.com_tutorials .inner-section h2 + .add-to-fav.fav_link,
.com_committees .category-page h2 + .inner-section .add-to-fav.fav_link,
.com_policyandprocedures .inner-section h2 + .add-to-fav.fav_link,
.com_governance .inner-section h2 + script + .add-to-fav.fav_link,
.com_toolbox .inner-section h2 + script + .add-to-fav.fav_link,
.com_tutorials .inner-section h2 + script + .add-to-fav.fav_link,
.com_committees .category-page h2 + script + .inner-section .add-to-fav.fav_link,
.com_policyandprocedures .inner-section h2 + script + .add-to-fav.fav_link{
    top:-85px;
}

.inner-section .add-to-fav.active{
	background:url(../images/add-to-fav-active.png) no-repeat center;
	cursor: pointer;
}
/*.inner-section .add-to-fav i:before{
	text-align: center;
	font-size: 15px;
	margin: 0px;
	color: #fff;
	font-weight: 100;
	overflow: hidden;
	transition: all 0.3s ease;
}
.inner-section .add-to-fav:after{
	font-family: Flaticon;
    content: '\f112';
    color: #fff;
    position: absolute;
    top: 16px;
    font-size: 25px;
    left: 0px;
}
.inner-section .add-to-fav.active i:before{
	color: #fd5d11;
	font-size: 17px;
}*/
.inner-section .add-to-fav i.flaticon-star:before{
	display:none;
}
.inner-section .add-to-fav.active:before{
	content:'This page has been added to your favourites';
	position: absolute;
	color: #66c6cb;
	font-size: 11px;
	font-style: italic;
	width: 140px;
	text-align: right;
	right: 0px;
	bottom:-30px;
	z-index: 1;
	line-height: normal;
}
.inner-section .related-items{
	float:left;
	width: 100%;
	margin-top:30px;
	margin-bottom: -80px;
	background: #ecf0f1;
	padding: 40px 0px;
	position: relative;
}
.inner-section .related-items:before{
	content:'';
	position: absolute;
	width:100vw;
	height: 100%;
	left: -49vw;
	right:-50vw;
	top:0px;
	margin: auto;
	background: #ecf0f1;
	z-index: -1;
}
.inner-section .related-items h3{
	font-size: 20px;
	color: #66c6cb;
	font-weight: 900;
}
.inner-section .related-items .rel-documents{
	display: flex;
	flex-wrap: wrap;
	padding: 0px;
	margin: 0;
}
.inner-section .related-items .rel-documents > li{
	width: 50%;
	list-style: none;
	margin-bottom: 7px;
	padding-right: 30px;
	max-width: 460px;
}
.inner-section .related-items .rel-documents > li a{
	font-size: 20px;
	color: #55647e;
	font-weight: 900;
}
.inner-section .related-items .rel-documents > li a i:before{
	font-weight: 100;
	font-size: 22px;
	margin-left: 10px;
}
.inner-section .related-items .rel-documents > li a.external{
	text-decoration: underline;
}
.inner-section .related-items .rel-documents > li a.external i{
	position: absolute;
}

/*img align*/
section.inner-section img, section.inner-section p img {
	float: left;
	margin-right: 30px;
    margin-bottom: 10px;
	margin-top: 8px;
}
section.inner-section img[style="float: left;"]{
    margin-left: 0px!important;
    margin-right: 30px!important;
    margin-bottom: 10px;
}
section.inner-section img[style="float: right;"]{
	float: right;
    margin-left: 30px!important;
    margin-right: 0px!important;
    margin-bottom: 10px;
}
section.inner-section img[style="display: block; margin-left: auto; margin-right: auto;"]{
	float: none!important;
    display: block!important;
    margin-left: auto!important;
    margin-right: auto!important;
}

/*img align end*/

ul.committee-nav{
	width:calc(100% + 100px);
	margin:0px -50px;
	display: flex;
	padding-left:0;
	flex-wrap: wrap;
	margin-top: -25px;
}
ul.committee-nav > li{
	margin:25px 50px;
	width:calc(33.33% - 100px);
	list-style: none;
	background: #66c6cb;
	position: relative;
}
ul.committee-nav > li.no-access a{
}
ul.committee-nav > li .info-msg{
	position: absolute;
	right: 10px;
	bottom:10px;
	font-size: 12px;
	text-transform: uppercase;
	font-style: normal;
	color: #fff;
	border:solid 1px #fff;
	padding: 3px 8px;
	line-height: 100%;
	pointer-events: none;
}
ul.committee-nav > li a{
	display: flex;
	width: 100%;
	align-items: center;
	padding: 40px 40px 40px 10px;
}
ul.committee-nav > li a .com-img{
	width:40%;
	text-align: center;
}
ul.committee-nav > li a .com-img img{
	float:none;
	margin: auto;
}
ul.committee-nav > li a .com-dsc{
	width: 60%;
	text-align: right;
	font-size: 30px;
	line-height: 34px;
	color: #fff;
	font-weight: 400;
}
.page-filter{
	float:left;
	width: 100%;
}
.page-filter .search-wrap{
	float:left;
	width: 100%;
	padding: 10px 0px;
	height: 50px;
	position: relative;
	padding-left: 45px;
}
.page-filter .search-wrap input[type="text"]{
	border:none;
	width: 100%;
	font-weight: 700;
	color: #55647e;
	font-size: 20px;
}
.page-filter .search-wrap input[type="text"]::placeholder{
	color: #55647e;
	opacity: 0.3;
}
.page-filter .search-wrap button{
	width: 30px;
	height: 30px;
	border:none;
	background: none;
	position: absolute;
	top:10px;
	left: 0px;
	padding: 0px;
}
.page-filter .search-wrap button i:before{
	margin: 0px;
	color: #55647e;
	font-size: 30px;
	line-height: 100%;
}
.page-filter .committee-years-wrap, .item-filter{
	padding: 10px 0px;
	background: #55647e;
	float:left;
	width: 100%;
	position: relative;
}
.page-filter .committee-years-wrap:before, .item-filter:before{
	content:'';
	background: #55647e;
	position: absolute;
	left: -10vw;
	top:0px;
	width: 120vw;
	z-index: -1;
	pointer-events: none;
	height: 100%;
}
.item-filter{
	padding: 34px 0px 37px;
}
.committee-years-wrap .committee-years{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding: 0px;
	margin: 0px -10px;
}
.committee-years-wrap .committee-years > li{
	float:left;
	list-style: none;
	margin: 10px;
}
.committee-years-wrap .committee-years > li a{
	display: inline-block;
	background: #55647e;
	border:solid 1px #fff;
	font-size: 17px;
	color: #fff;
	text-decoration: none;
	line-height: 100%;
	padding: 10px 28px;
	border-radius: 10px;
	text-transform: uppercase;
	transition: all 0.3s ease;
	cursor:pointer;
}
.committee-years-wrap .committee-years > li a:hover, .committee-years-wrap .committee-years > li a.active, .committee-years-wrap .committee-years > li.active a, .committee-years-wrap .committee-years > li a[aria-expanded="true"]{
	background: #fff;
	color: #55647e;
}
.committee-years .archive-collapse{
	float:left;
	width: 100%;
}

ul.committee-docs{
	display: flex;
	flex-wrap: wrap;
	margin: -25px -25px 75px -25px;
	width:calc(100% + 50px);
	padding: 0px;
}
ul.committee-docs > li{
	width:calc(33.33% - 50px);
	margin: 25px;
	list-style: none;
	padding: 18px 20px 60px;
	position: relative;
	background:#55647e;
}
ul.committee-docs > li h3{
	font-size: 18px;
	line-height: normal;
	color: #fff;
	width: 100%;
	float:left;
	margin-bottom: 12px;
}
ul.committee-docs > li h3 a{
	color: #fff;
}
ul.committee-docs > li .file-type i:before{
	font-size: 50px;
	vertical-align: top;
	float:left;
	margin: 0px;
	color: #55647e;
	font-weight: 100;
	margin-right: 15px;
}
ul.committee-docs > li p{
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	margin: 0px 0px 17px;
}
ul.committee-docs > li p a {
    color: #fff;
    text-decoration: underline;
}
ul.committee-docs > li .btn-outline{
	position: absolute;
	bottom:20px;
	left: 20px;
	font-size: 16px;
    padding: 7px 14px;
    line-height: 16px;
}
ul.committee-docs > li .btn-outline:hover{
	color: #55647e;
}
ul.committee-docs > li.show-more{
	border:none;
	background: none;
	align-self: center;
	justify-content: center;
	padding: 0px;
	text-align: center;
}
ul.committee-docs > li.show-more a{
	font-size: 30px;
	text-transform: uppercase;
	color: #fff;
	line-height: normal;
	font-weight: 700;
	padding: 10px;
}
ul.committee-docs > li .file-type{
	position: absolute;
	bottom:20px;
	right:20px;
}
ul.committee-docs > li .file-type i:before{
	color: #fff;
	font-size: 34px;
	font-weight: 100;
	line-height: 100%;
	margin: 0px;
}
ul.committee-docs > li h3 i{
	font-size: 30px;
	float:left;
	vertical-align: top;
}
ul.committee-docs > li h3 i:before{
	font-size: 48px;
	vertical-align: top;
	float:left;
	margin: 0px;
	color: #fff;
	font-weight: 100;
	margin-right: 15px;
}



.select-hidden, .select-wrap select{
    display: none;
}
.filter-res .select-wrap{
	margin-top: 8px;
}
.select-wrap .select-styled{
	padding:5px 20px 6px 0px;
	font-size: 17px;
	font-weight: 300;
	color: #fff;
	line-height: 100%;
	position: relative;
	height: 25px;
	border-bottom:solid 1px #fff;
	display: inline-block;
	width: 100%;
	max-width: 350px;
	cursor: pointer;
}
.select-wrap{
	position: relative;
	width: 100%;
	max-width: 350px;
	float:left;
	margin-right: 40px;
}
.select-wrap .select-styled:after{
	content:'\f111';
	font-family: Flaticon;
	position: absolute;
	right:-3px;
	top:8px;
	font-size: 9px;
	color: #fff;
	width:13px;
	height: 13px;
}
.select-wrap .select-options{
	display: none;
	color: #194759;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top:28px;
	width:100%;
	background: #fff;
	z-index: 2;
	padding: 0px;
	margin: 0;
	max-height: 200px;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
}
.select-wrap .select-options li{
	padding:6px 12px;
	font-size: 16px;
	cursor: pointer;
	color: #55647e;
	background: #f7f7f7;
	list-style: none;
}
.select-wrap .select-options li:hover{
	background: #55647e;
	color: #fff;
}
.select-wrap.select-small{
	max-width: 120px;
}
.select-wrap.select-small .select-styled{
	color: #55647e;
	border-color:#55647e!important;
}
.select-wrap.select-small .select-styled:after{
	color: #55647e;
}
.select-wrap .mCSB_inside > .mCSB_container {
    margin-right: 0;
}
.select-wrap .mCSB_scrollTools .mCSB_draggerRail {
    background-color:rgb(85, 100, 126) !important;
}
.loader{
	float:left;
	width: 100%;
	margin: -30px 0px 0px 0px;
	text-align: center;
	display: none;
}
.loader span{
	display: inline-block;
	font-size: 20px;
	color: #66c6cb;
	font-weight: 700;
	padding-left: 30px;
	background:url(../images/loader.gif) no-repeat left center;
	background-size: 22px;
}


.pagination-block {
	float:left;
	width: 100%;
	text-align: center;
}
.goto {
    display: inline-block;
	color: #55647e;
}
.goto button {
    background: none;
    box-shadow: none;
    border: 0;
    padding: 0;
    color: #444444;
    font-size: 16px;
    margin-right: 20px;
    pointer-events: none;
}
.goto input[type="text"] {
    width: 30px;
    height: 26px;
    border-radius: 5px;
    font-size: 14px;
    padding: 5px;
    text-align: center;
    border: 1px solid #ccc;
    background: transparent;
}
.holder-pagination {
    display: inline-block;
}
.pagination-block .pagination_page {
    display: none;
}
ul.pagination {
    margin: 0px;
    padding: 0px;
    width: auto;
}
ul.pagination li.disabled {
    display: none!important;
}
ul.pagination li {
    margin-top: 0px!important;
    padding: 0px 10px!important;
	list-style: none;
}
ul.pagination li a {
    width: 13px;
    height: 13px;
    text-indent: 50px;
    border-radius: 50px;
    padding: 0px;
    vertical-align: baseline;
    overflow: hidden;
	font-size: 16px;
	color: #55647e;
}
ul.pagination li.active a {
    color: #66c6cb;
    opacity: 1;
}
ul.events-list{
	margin:-25px -25px 75px;
	width:calc(100% + 50px);
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
	clear: both;
}
ul.events-list > li{
	list-style: none;
	margin: 25px;
	padding: 0px;
	width: calc(50% - 50px);
	/*background: #55647e;*/
	color: #fff;
}
ul.events-list > li .event-img{
	float:Left;
	width: 100%;
	/*height: 300px;*/
	/*min-height:300px;*/
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}
ul.events-list > li .event-img{
	background-size:100%;
}
ul.events-list > li .event-img img{
	margin: 0!important;
	opacity: 0;
	/*display: none;*/
}
ul.events-list > li .event-img > a{
	width: 100%;
	display: flex;
	height: 100%;
}
ul.events-list > li .btn-outline:hover{
	color:#55647e;

} 
.event-dsc{
	padding: 25px 20px 30px;
	float:left;
	width: 100%;
}
ul.events-list > li .event-dsc{
	background: #55647e;
}
.event-dsc h4, .event-dsc h4 > a{
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 700;
	margin: 0px 0px 20px 0px;
}
.event-dsc .event-meta{
	float:Left;
	width: 100%;
	margin-bottom: 24px;
}
ul.events-list li .event-dsc{
	position: relative;
	padding: 25px 20px 80px;
}
ul.events-list li .event-dsc a.btn-outline.btn-wh{
	position:absolute;
	left: 20px;
	bottom: 30px;
}
.event-dsc .event-meta .date{
	float:left;
	width: 100%;
	font-size: 24px;
	font-weight: 900;
	color: #fff;
	line-height: normal;
	margin-bottom: 3px;
}
.event-dsc .event-meta .place{
	float:left;
	width: 100%;
	font-size: 17px;
	font-weight: 700;
	color: #fff;
	line-height: normal;
}
.event-dsc .event-meta .place i:before{
	margin-left: 0px;
	font-weight: 100;
	margin-right: 5px;
	font-size: 16px;
}
.banner .featured-event{
	position: absolute;
	left: 15px;
	bottom:-50px;
	width: 100%;
	max-width:460px;
	background: rgba(102,198,203,0.9);
	z-index: 2;
}
.banner .featured-event .event-dsc{
	background:none;
}
.banner .featured-event .event-dsc *{
	color: #fff!important;
}
.banner .featured-event p{
	color: #fff;
}
.banner .featured-event p a{
	color: #fff;
	text-decoration: underline;
}
.banner .featured-event .social-icons a{
	margin-right: 15px;
}
.banner .featured-event .social-icons a.crm{
    width: 44px;
    height: 44px;
    display: inline-block;
    background: #fff;
    border-radius: 100px;
    padding: 11px 3px;
    line-height: 100%;
    text-align: center;
    font-weight: 700;
    vertical-align: top;
}
.banner .featured-event .social-icons a.crm i {
    font-style: normal;
    color: #66c6cb;
    font-size: 14px;
}
.banner .featured-event .social-icons a i:before {
    color: #fff;
    font-size: 44px;
    margin: 0px!important;
    line-height: 100%;
}
.banner .featured-event .btn-outline:hover{
	color: #66c6cb!important;
}

.event-detail{
	float:left;
	width: 100%;
	padding-right: 30px;
}
.event-detail .event-dsc{
	width: 100%;
	padding: 0px;
	margin-bottom: 20px;
}
.event-detail .event-meta{
	margin-bottom: 40px;
}
.event-detail .event-meta .place{
	color: #55647e;
}
.event-detail .event-meta .date{
	color: #66c6cb;
}
.event-detail h3{
	font-size: 30px;
	color: #55647e;
	line-height: normal;
	text-transform: uppercase;
	margin-bottom: 40px;
}
.event-info{
	float:left;
	width: 100%;
	background: #55647e;
	color: #fff;
	padding: 25px 20px;
}
.event-info h3{
	font-size: 24px;
	font-weight: 900;
	margin: 0px 0px 20px 0px;
}
.event-info .rel-documents{
	width: 100%;
	padding: 0px;
	margin: 0;
}
.event-info .rel-documents > li{
	list-style: none;
	font-size: 18px;
	color: #fff;
	line-height: inherit;
}
.event-info .rel-documents > li a{
	color: #fff;
	display: block;
	clear: both;
	width: 100%;
}
.event-info .rel-documents > li a i:before{
	font-weight: 400;
	float: right;
	font-size: 22px;
}
.event-info .rel-documents > li a.external{
	text-decoration: underline;
	
}
.event-info .add-to-cal{
	float:left;
	width: 100%;
	margin-bottom: 30px;
	margin-top: -5px;
}
.event-info .add-to-cal a{
	display: inline-block;
	margin-right: 15px;
	vertical-align:middle;
}
.event-info .add-to-cal a img{
	max-width: 26px;
	float:left;
}
.event-info .add-to-cal i:before{
	color: #fff!important;
	margin: 0px!important;
	font-size: 26px;
}
.event-photo-banner{
	display: flex;
	width: 100vw;
	height: 440px;
	align-items: center;
	justify-content: center;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-top: 100px;
}
.event-photo-banner:after{
	content:'';
	position: absolute;
	left: 0px;
	top:0px;
	width: 100%;
	height: 100%;
	background:rgba(0,0,0,0.50);
	z-index: 0;
}
.event-photo-banner *{
	z-index: 1;
}
.tooltip{
	margin-bottom:-5px;
}
.tooltip-inner{
	background: #ffffff;
	color: #55647e;
	padding: 2px 5px;
	line-height: 100%;
}
.tooltip .arrow:before{
	border-top-color: #fff;
}
.news-wrap{
	float:left;
	width: 100%;
}
.news-wrap .featured-news{
	float:left;
	width: 100%;
	position: relative;
	margin:-80px 0px 50px 0px;
	background: #ecf0f1;
	padding: 50px 0px;
}
.news-wrap .featured-news:before{
	content:'';
	background: #ecf0f1;
	position: absolute;
	top:0px;
	width:100vw;
	height: 100%;
	z-index: -1;
	left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}
section .news-list{
	margin: 0px 0px 50px;
	padding: 0px;
	width: 100%;
	float:left;
}
.news-list > li{
	list-style: none;
	float:left;
	width: 100%;
	padding: 50px 0px;
	border-bottom:solid 1px #aab1be;
	display: table;
	clear: both;
}
.news-list > li > div{
	display: table-cell;
	vertical-align: top;
}
.news-list > li > div.news-dt{
	width: 230px;
	padding-right: 30px;
}
.news-list > li .date{
	font-size: 20px;
	color: #66c6cb;
	font-weight: 900;
	line-height: normal;
	margin-bottom: 10px;
	display: block;

}
.news-list > li h3{
	font-size: 20px;
	color: #55647e;
	text-transform: uppercase;
	font-weight: 700;
	line-height: normal;
	margin: 0px 0px 15px;
}
.news-list > li h3 a{
	color: #55647e!important;
}
.news-wrap .featured-news .news-list{
	margin: 0px!important;
}
.news-wrap .featured-news .news-list > li{
	border:none;
	padding: 0px;
}
.news-wrap .featured-news .news-img{
	width:50%;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100%;
	height: auto;
	position: relative;
}
.news-wrap .featured-news .news-img > img{
	margin: 0!important;
	opacity: 0!important;
}
.news-wrap .featured-news .news-img a{
	position: absolute;
	left: 0px;
	top:0px;
	width: 100%;
	height: 100%;
}
.news-wrap .featured-news .news-dsc{
	padding: 15px 0px 0px 40px;
}
.news-wrap .featured-news .news-dsc:first-child{
	padding-left: 0px;
	padding-top: 0px;
}
.related-items.news-rel-items{
	margin-top: 80px!important;
}
.news-row .news-date{
	display: block;
	font-size: 20px;
	color: #55647e;
	font-weight: 900;
	line-height: normal;
	padding-top: 5px;
}
.directory-list{
	padding: 0px!important;
	display: flex!important;
	flex-wrap: wrap;
	width:calc(100% + 50px);
	margin: 0px -25px!important;
}
.directory-list > li{
	width: 16.66%;
	list-style: none;
	padding: 25px;
}
.directory-list > li .dir-img{
	float:left;
	width: 100%;
}
.directory-list > li .dir-img img{
	margin: 0!important;
}
.directory-list > li .dir-dsc{
	float:left;
	width: 100%;
	padding: 25px 0px ;
	font-weight: 400;
	color: #444;
	line-height: normal;
}
.directory-list > li .dir-dsc .dm-name{
	display: block;
	color: #66c6cb;
	font-weight: 700;
}
.directory-list > li .dir-dsc a{
	color: #444;
    word-wrap: break-word;
}
.directory-list > li .dir-dsc a.mailto{
	font-size:12px;
}
.holiday-list-wrap{
	float:left;
	width: 100%;
	max-height: 220px;
	margin: 0px 0px 82px 0px;
}
.holiday-list-wrap .mCSB_scrollTools{
	margin-top:0;
	margin-bottom: 0;
}
.holiday-list-wrap .mCSB_scrollTools .mCSB_draggerRail{
	 	background-color: rgb(102, 198, 203)!important;
}
.holiday-list-wrap  .mCSB_inside > .mCSB_container {
    margin-right: 21px;
}
ul.holiday-list{
	float:left;
	width: 100%;
	padding: 0px;
	margin: 0;
	/*margin: 0px 0px 82px 0px;*/
}
ul.holiday-list > li{
	list-style: none;
	width: 100%;
	display: flex;
	margin: 0px 0px 35px 0px;
}
ul.holiday-list > li span{
	float:left;
	font-size: 18px;
	color: #55647e;
	font-weight: 700;
	line-height: normal;
}
ul.holiday-list > li span.holiday-title{
	width: 45%;
}
ul.holiday-list > li span.holiday-date{
	width: 55%;
	padding-right: 20px;
}
ul.holiday-list > li span.holiday-download a{
	color:#55647e;
}
ul.holiday-list > li span.holiday-download a i:before{
	 font-size: 25px;
}
.flaticon-csv-file-format:before, .flaticon-csv-file:before {
    content: "\f102";
}

.form-fields .form-group{
	display: flex;
	margin-bottom: 25px;
}
.form-fields .form-group label{
	width:30%;
	margin: 0px;
	padding: 8px 20px 8px 0px;
	line-height: normal;
}
.form-fields .form-group.privacy_wrap{
    position: relative;
}
.form-fields .form-group.privacy_wrap label{
  width:100%!important;
  padding: 8px 0px 0px 26px;
  
}
.form-fields .form-group.privacy_wrap input.checkbox-custom{
    position: absolute;
    left: 0px;
    top:3px;
}
.form-fields .form-group input{
	width:60%;
	margin: 0px;
	line-height: normal;
}
#member-profile .form-fields .form-group label {
    width: 35%;
}
#member-profile .form-fields .form-group input[type="checkbox"]{
    width:auto!Important;
    max-width: none;
	height: auto;
	margin: 12px 6px 10px 0px;
}
#member-profile .form-fields .form-group input[type="checkbox"].invalid{
	box-shadow: 0px 0px 3px #fe0000!important;
}

#member-profile button,
#member-profile a.btn{
	display: inline-block;
	font-size: 17px;
	background: #46bbc1;
	color: #fff;
	border: solid 1px #46bbc1;
	border-radius: 10px;
	text-transform: uppercase;
	padding: 10px 20px;
	line-height: 100%;
	margin-right:20px;
	transition: all 0.3s ease;
}
#member-profile button:hover,
#member-profile a.btn:hover{
    background: #fff;
    color: #46bbc1;
}
#member-profile span.star{
	color:red;
}
.profile-page #system-message{
	margin: auto;
	width: 90%;
	display: table
}


#member-map{
	float:left;
	width: 100vw;
	padding:0px 18vw;
	height: 500px;
	margin: 120px -50vw 150px;
	position: relative;
	left: 50%;
	right:50%;
	z-index: 9;
}
.jvectormap-zoomin, .jvectormap-zoomout{
	font-weight: normal!important;
	background: #46bbc1!important;
	width: 20px!important;
	height: 20px!important;
	padding: 0px!important;
	line-height: 20px!important;
}
.jvectormap-zoomin{
	border-radius: 3px 0px 0px 3px!important;
	bottom:0px!important;
	top:auto!important;
	left: auto!important;
	right:15vw!important;
}
.jvectormap-zoomout{
	border-radius: 0px 3px 3px 0px!important;
	bottom:0px!important;
	top:auto!important;
	left: auto!important;
	right:calc(15vw - 21px)!important;
}
.jvectormap-tip, #customTip{
	padding: 0px!important;
	box-shadow: 0px 0px 2px rgba(0,0,0,0.2)!important;
	margin: 25px 0px 0px 430px!important;
	z-index: 99;
	width: 400px;
	border-radius: 0px!important;
	background: #46bbc1!important;
	border:none!important;
	min-height: 100px;
	position: absolute;
}
#customTip{
	margin: -1230px 0px 0px -350px!important;
}
#customTip > span.close{
	content: '';
	width: 30px;
	height: 30px;
	position: absolute;
	cursor: pointer;
	top: -16px;
	background: url(../images/close_poup.png) no-repeat center #46BBC1;
	background-size: 18px;
	border-radius: 50%;
	right: -13px;
	opacity:1;
	-webkit-box-shadow:0px 0px 4px 0px rgba(0,0,0,0.55);
	-moz-box-shadow:0px 0px 4px 0px rgba(0,0,0,0.55);
	box-shadow:0px 0px 4px 0px rgba(0,0,0,0.55);
}
/*.jvectormap-tip:after, #customTip:after{
	content:'';
	width: 16px;
	height: 30px;
	position: absolute;
	right: auto;
	left: -16px;
	top:auto;
	bottom:20px;
	background:url(../images/shade.png) no-repeat center;
}*/
.jvectormap-tip strong, #customTip strong{
	display: block;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
}
.jvectormap-tip p, #customTip p{
	display: block;
	font-size: 18px;
	line-height: normal;
	color: #fff;
	padding: 0px!important;
}
.jvectormap-tip a, #customTip a{
	font-size: 18px;
	line-height: normal;
	color: #fff;
}
#customTip a[target="_blank"]{
	font-size: 18px;
}
 #customTip a.mailto{
	 font-size: 14px;
}
.jvectormap-tip a i:before, #customTip a i:before{
	margin-left: 5px;
	font-size: 16px;
	font-weight: 100;
}
.jvectormap-tip .m-img, #customTip .m-img{
	float:left;
	width: 100%;
	text-align: center;
	background: #fff;
	border:solid 1px #46bbc1;
	padding: 15px;
}
section.inner-section .jvectormap-tip .m-img img, section.inner-section #customTip .m-img img{
	float: none;
	margin: 0;
}
.jvectormap-tip .m-dsc, #customTip .m-dsc{
	float:left;
	width: 100%;
	padding: 20px 25px;
	position: relative;
}
.m-dsc i.flaticon-pdf-file{
	background:url(../images/pdf.png) no-repeat center;
	background-size: 21px;
	width: 21px;
	height: 21px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}
.m-dsc i.flaticon-pdf-file:before{
	content:none;
}
#customTip .m-dsc p:last-child{
	margin: 0px 0px 10px 0px;
}
#customTip .m-dsc .mem-nav{
	position: absolute;
	right:20px;
	bottom:30px;
}

section #customTip .customTip-pagenation{
	float: left;
	padding: 0;
	margin: 0;
	margin-right: 10px !important;
}
section #customTip .customTip-pagenation li{
	float:left;
	margin-left: 20px;
	list-style: none;
	position:relative;
}
section #customTip .customTip-pagenation li a{
	opacity: 0.6;
}
section #customTip .customTip-pagenation li.active a{
	opacity:1;
	pointer-events: none;
}
section #customTip .customTip-pagenation li::before{
	position: absolute;
	content: ".";
	font-size: 50px;
	color: #FFFFFF;
	line-height: 0;
	top: -2px;
	left: -15px;
}
section #customTip .customTip-pagenation li:nth-child(1)::before{
	display:none;
}

.jvectormap-tip h5, #customTip h5{
	text-transform: uppercase;
	font-size: 18px;
	color: #fff;
	font-weight: 700;
}
#member-list-wrap{
	position: relative;
	float:left;
	width: 100%;
	clear: both;
	padding: 40px 0px;
	margin: 0px 0px -80px 0px;
}
#member-list-wrap:before{
	content:'';
	width: 100vw;
	height: 100%;
	margin: 0px -50vw;
	position: absolute;
	left: 50%;
	right:50%;
	background: #46bbc1;
	pointer-events: none;
	z-index: -1;
	top:0px;
}
#member-list-wrap h2{
	color: #fff!important;
}
#member-list-wrap h2:before{
	background: #fff!important;
}
#member-list-wrap .table-wrap{
	float:left;
	width: 100%;
}
#member-list-wrap .table-wrap table{
	width: 100%;
}
#member-list-wrap .table-wrap table tr td{
	border-top:solid 1px #fff;
	padding: 12px 10px 12px 0px;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
}
#member-list-wrap .table-wrap table tr td a{
	color:#FFFFFF;
}
#member-list-wrap .table-wrap table tr td:last-child a{
	font-size: 18px;
}
#member-list-wrap .table-wrap table tr th{
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	padding-bottom: 5px;
}
#member-list-wrap .table-wrap table tr th a{
	color: #fff;
	display: inline-block;
	padding-right: 17px;
	position: relative;
	line-height: normal;
}
#member-list-wrap .table-wrap table tr th a.tb-sort:after,
#member-list-wrap .table-wrap table tr th a.tb-sort.DESC:after{
	content:'\f111';
	font-family: Flaticon;
	font-size: 9px;
	position: absolute;
	right:0px;
	top:7px;
}
#member-list-wrap .table-wrap table tr th a.tb-sort.ASC:after{
	content:'\f112';
	font-family: Flaticon;
	font-size: 9px;
	position: absolute;
	right:0px;
	top:7px;
}
#system-message .alert{
	background: #c2d8d9;
	margin: 15px 0px!important;
}
#system-message .alert .close{
	cursor: pointer;
}
#system-message .alert h4, #system-message .alert > div{
	margin: 0px!important;
	font-size: 14px;
	display: inline-block;
}
#system-message .alert h4{
	display: none;
}

.no-items-found, .no_item, .no-item-found{
	margin:0px;
	padding: 5px 0px 5px 30px;
	background:url(../images/noitem.png) no-repeat left center;
	background-size: 25px;
	font-weight: 100;
	font-style: italic;
	color: #999;
	margin-bottom: 15px;
}
.no-item-found{
	margin-left: 25px;
}

.form-group input.error{
	border-width: 1px;
	box-shadow: 2px 2px 4px #E63462 !important;
	border-color: palevioletred;
}
.login-wrap .form-group input.error{
	box-shadow: none!important;
}
#loginbtn{
	margin-left:15px;
}

hr{
	display:none;
}

#member-data tr.pagination-row .pagination li{
	float:left;
	position: relative;
	top: 5px;
	color:#FFFFFF;
}
#member-data tr.pagination-row .pagination li a{
	color:#FFFFFF;
}
#member-data tr.pagination-row .pagination li.active a{
	text-decoration: underline;
}

.holder.holder-pagination .pagination-list.pagination li{
	float:left;
	position: relative;
	top: 5px;
}

.holiday-event-list h4.no-items-found{
	top: -50%;
    bottom: -50%;
    margin: auto;
    position: absolute;
    height: 50px;
    width: 200px;
    right: -50%;
    left: -50%;
	background-position: 0px 8px;
}
/*.holiday-event-list{
	display:flex;
	align-items: center;
	justify-content: center;
}*/

/*Page transition*/
.animate-in {
    -webkit-animation: fadeIn 1.2s ease-in;
    animation: fadeIn 1.2s ease-in;
}
.animate-out {
    -webkit-transition: opacity 1.4s;
    transition: opacity 1.4s;
    opacity: 0;
}
@-webkit-keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

#member-profile #jform_username{
	pointer-events: none;
	opacity: 0.5;
}

#articleModal .modal-dialog{
    max-width:900px;
    margin-top:6%;
}
#articleModal section.content-section{
  padding: 0px;
}
#articleModal section.content-section .container{
  width:100%;
  padding: 0px;
}
#articleModal section.content-section h2{
  font-size:24px;
  margin:0px 0px 20px 0px;
  padding:0px;
}
#articleModal section.content-section h2:before{
  content:none;
}
#articleModal .close{
  position: absolute;
  right:18px;
  top:10px;
  z-index: 9;
  width:auto;
}
#articleModal p:last-child{
  margin: 0px;
}
#articleModal .modal-body{
  padding:22px 26px!important;
}

#site-wrapper.login-page > header{
	z-index:1;
}
.profile-page .pass_info{
    left: 550px!important;
    margin-top: 17%!important;
    z-index: 9;
}

.reset_process .pass_info{
    z-index: 9;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	background-color:transparent!important;
}
.mCSB_scrollTools .mCSB_draggerRail{
    background-color:rgba(255, 255, 255, 1)!important;
}

.scroll-content{
	float: left;
    width: 100%;
    max-height: 120px;
    margin-bottom: 10px;
}

/*error-page*/
.error_page h3 {
    font-size: 100px;
    color: #66c6cb;
    display: inline-block;
    vertical-align: bottom;
    margin: 0px 0px 10px 0px !important;
}
.error_page h3 span {
    font-size: 18px;
    color:#55647e;
}
.error_page p {
	margin-bottom: 0px;
}

.error_page section.content-section {
	min-height: 300px;
	position: relative;
}
.error_page .log-info{
	display:none;
}

/*error-page end*/
.custom_calendar tr td.today .today_circle{
	line-height:32px;
}


/*datepicker*/

.com_holidays .datepicker .datepicker-days{
	padding: 10px;
	display:block!important;
}
.com_holidays .datepicker td, .com_holidays .datepicker th{
	font-size:18px;
	height:40px;
	width: 40px;
	color: #55647e;
	font-weight: 100;
	font-style: normal;
	padding: 0;
	-webkit-border-radius: 0!important;
	-moz-border-radius: 0!important;
	border-radius: 0!important;
}
.com_holidays .datepicker table tr td.today.day{
	background-image:none!important;
	background-color:transparent!important;
	color: #fff !important;
	background: #66c6cb!important;
	border-radius: 50%!important;
}
.com_holidays .datepicker th{
	color: #66c6cb;
	font-weight: 700;
}
.com_holidays .datepicker td:hover{
	background:none!important;
}
.com_holidays .datepicker thead > tr:nth-child(2) > th {
    padding: 1px 0px !important;
    vertical-align: middle;
    background: #66c6cb;
	color:#FFFFFF;
}
.com_holidays .datepicker tr:nth-child(2) > th:hover{
	background:#66c6cb!important;
	color:#FFFFFF!important;
}
.com_holidays .datepicker table tr td.active.active{
	background:none!important;
	color:#66c6cb;
	font-weight:600;
}
.com_holidays .datepicker table tr td.active.active.today.day{
	background:#66c6cb !important;
	font-weight:600;
}
.form-control:focus{
	box-shadow:none;
	border-color:#55647e;
}
.date_search_section{
	float: left;
	width:100%;
	margin-bottom:20px;
}
#date_search{
	float: left;
	font-size: 17px;
	line-height: 100%;
	padding: 5px 16px 6px 16px;
	height: 40px;
	max-width: 350px;
	border: solid 1px;
	box-shadow: none !important;
	outline: none !important;
	color: #55647e;
	borde: solid 1px #55647e;
	border-radius: 12px;
	font-weight: 400;
	transition: all 0.3s ease;	
}
#date_search.error{
  border-width: 1px;
  box-shadow: 2px 2px 4px #E63462 !important;
  border-color: palevioletred;
}
#submit_date{
	margin-left: 20px;
	display: inline-block;
	font-size: 17px;
	background: #46bbc1;
	color: #fff;
	border: solid 1px #46bbc1;
	border-radius: 10px;
	text-transform: uppercase;
	padding: 10px 20px;
	line-height: 100%;
	margin-right: 20px;
	font-style: normal;
	transition: all 0.3s ease;
}
#submit_date:hover {
    background: #fff;
    color: #46bbc1;
}
/*.datepicker .datepicker-switch:hover, .datepicker .prev:hover, .datepicker .next:hover, .datepicker tfoot tr th:hover*/
/*datepicker end*/

#survey-wrap{
	float: left;
	width: 100%;
    position: relative;
}
#success_content{
    float:left;
    width: 100%;
    color:#66c6cb;
    font-size: 20px;
    font-weight: 600;
    font-style: italic;
}
#survey-wrap h4{
    font-size: 20px;
    color: #55647e;
    text-transform: uppercase;
    font-weight: 700;
    line-height: normal;
    margin: 0px 0px 25px;
	clear: both;
}
#survey-wrap .rating-wrap{
	float:left;
	width: 100%;
	margin-bottom: 30px;
}
#survey-wrap .rating-wrap dl{
	margin: 0px;
	width: 100%;
}
#survey-wrap .rating-wrap dl dt, #survey-wrap .rating-wrap dl dd{
	float:left;
	width: 50%;
	margin:6px 0px;
}
#survey-wrap .rating-wrap dl dt{
	font-size: 20px;
	line-height: normal;
	font-weight: 900;
	clear: left;
	color: #66c6cb;
	max-width: 460px;
}
#survey-wrap .form-group .comment_text{
	float:left;
	border: 1px solid;
	border-radius: 10px;
	overflow: hidden;
	width: 100%;
	max-width: 602px;
}
#survey-wrap .form-group textarea.form-control{
	float: left;
	width: 602px;
	height: 150px;
	line-height:normal;
	
}
#survey-wrap .form-group .comment_text textarea.form-control{
	border: 0;
}
#survey-wrap .mt-8{
	margin-top: 80px;
}
#survey-wrap #submit_button{
	background: #445878;
    border: solid 1px #445878;
    color: #fff;
    font-size: 17px;
    float: left;
    display: block;
    font-weight: 100;
    padding: 10px 15px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 10px;
    margin: 110px 0px 0px 50px;
    line-height: 18px;
    transition: all 0.3s ease;
	cursor: pointer;
}
#survey-wrap #submit_button:hover{
    color: #445878;
    /* background: #fff; */
    background: transparent;
}

.rating {
  --uiRatingSize: var(--ratingSize, 10px);
  --uiRatingColor: var(--ratingColor, #55647e);
  --uiRatingColorActive: var(--ratingColorActive, $primary-color);
  --uiRatingStroke: var(--ratingStroke, #55647e);
  --uiRatingStrokeWidth: var(--ratingStrokeWidth, 1px);
  display: flex;
  font-size: var(--uiRatingSize);
  color: var(--uiRatingColor);
  position: relative;
  width: 195px;
}

.rating__control {
  position: absolute;
  left: -9999px;
}

.rating__control:nth-of-type(1):focus ~ .rating__item:nth-of-type(1):before,
.rating__control:nth-of-type(2):focus ~ .rating__item:nth-of-type(2):before,
.rating__control:nth-of-type(3):focus ~ .rating__item:nth-of-type(3):before,
.rating__control:nth-of-type(4):focus ~ .rating__item:nth-of-type(4):before,
.rating__control:nth-of-type(5):focus ~ .rating__item:nth-of-type(5):before {
  content: "";
  /*box-shadow: 0 0 0 1px var(--uiRatingColorActive);*/
  position: absolute;
  top: -0.15em;
  right: 0;
  bottom: -0.15em;
  left: 0;
  z-index: -1;
}

.rating__item {
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  position: relative;
}

.rating__item {
  padding-left: 4px;
  margin: 0px;
  padding-right: 5px;
}

.rating__star {
  display: block;
  width: 20px;
  height: 20px;
  fill: currentColor;
  stroke: var(--uiRatingStroke);
  stroke-width: var(--uiRatingStrokeWidth);
}

.rating__label {
  position: absolute;
  top: 0;
  left: -9999px;
}

.rating:hover,
.rating__control:nth-of-type(1):checked ~ .rating__item:nth-of-type(1),
.rating__control:nth-of-type(2):checked ~ .rating__item:nth-of-type(-n+2),
.rating__control:nth-of-type(3):checked ~ .rating__item:nth-of-type(-n+3),
.rating__control:nth-of-type(4):checked ~ .rating__item:nth-of-type(-n+4),
.rating__control:nth-of-type(5):checked ~ .rating__item:nth-of-type(-n+5) {
  color: var(--uiRatingColorActive);
}

.rating__item:hover ~ .rating__item {
  color: var(--uiRatingColor);
}

.rating.error .rating__star{
	stroke: red;
}

/*
=====
LEVEL 2. SETTINGS
=====
*/
.rating {
  --ratingSize: 30px;
  --ratingColor: #ffffff;
  --ratingColorActive: #55647e;
}

/*@media*/

#feedbackModel .modal-dialog{
    margin-top:26vh;
    max-width: 550px;
}
#feedbackModel .modal-dialog .modal-body{
    padding: 30px;
    text-align: center;
}
#feedbackModel .modal-dialog .modal-body p{
    font-size: 17px;
    color: #444444;
    font-weight: 400;
    line-height: 25px;
    margin: 0px 0px 10px 0px;
    text-align: center;
}
#feedbackModel .modal-dialog .modal-body span{
  display: block;
  clear: both;
  height:10px;
}
#feedbackModel .modal-dialog .modal-body a{
  font-weight: 700;
  display: inline-block;
  background: #66c6cb;
  color:#fff;
  text-decoration: none;
  font-size: 16px;
  text-transform: uppercase;
  padding: 8px 12px 10px;
  border-radius: 8px;
  margin-top:3px;
  line-height: 100%;
}
#feedbackModel .modal-dialog .close{
    position: absolute;
    width:30px;
    right:4px;
    top:6px;
    z-index: 9;
}
.survey-content{
    float: left;
    width:100%;
}
.search-wrap{
  position: absolute;
  right:0px;
  top:124px;
  background: rgba(255,255,255,0.96);
  padding:30px;
  z-index: 99;
  display: none;
  width: 410px;
}
.search-wrap input.inputbox{
  float:left;
  border:none;
  background:none;
  border-radius: 0px;
  width:100%;
  border-bottom:solid 1px #55647e;
  color:#55647e;
  font-size: 20px;
  padding-right:40px;
	padding-bottom: 5px;
}
.search-wrap input.inputbox::placeholder{
  color:#55647e;
}
.search-wrap .search-btn{
  float:right;
  width:30px;
  height:30px;
  color:#55647e;
  font-size: 20px;
  background:none;
  border:none;
  position: absolute;
  right:30px;
  top:28px;
  cursor: pointer;
}
.search-wrap .search-btn i:before{
  margin: 0px;
  font-size: 24px;
}
.search-trigger {
  float:right;
  width:36px;
  height:36px;
  background: #fff;
  border-radius: 36px;
  text-align: center;
  margin-right:15px;
	margin-top: 5px;
}
.search-trigger i:before{
  margin:0px;
  font-size: 21px;
  line-height: 36px;
  color:#4376a6;
}




/*SEARCH page*/

.com_search-search header .search{
	display:none;
}
.com_search-search .search-wrap{
	background:none;
	pointer-events: none;
}
.com_search-search .search{
	width:100%;
	padding-top:50px;
	float:left;
}
#searchForm .select {
    width: 100%;
    max-width: 160px;
    margin-bottom: 20px;
    position: relative;
    float: left;
}
#searchForm .form-limit .select {
	max-width: 62px;
}
#searchForm .select-options {
    border: solid 1px #2c3e50;
    margin-top: -1px;
    display: none;
    position: absolute;
    top: 25px;
    left: 0px;
    width: 100%;
    z-index: 2;
}
#searchForm .select-options > li {
    background: #eeeeee;
    padding: 6px 10px;
    line-height: normal;
    border-top: solid 1px #2c3e50;
    cursor: pointer;
}
#searchForm .select-options > li:first-child {
    border: none;
}
#searchForm .select-options > li:hover {
    background: #2c3e50;
    color: #fff;
}
#searchForm select {
    display: none;
    -moz-appearance: none;
    -webkit-appearance: None;
}
#searchForm .ordering-box{
	display: none;
}
.com_search-search .container-fluid > .search{
	-ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 95px 6% 100px 8%;
}
#searchForm .searchintro {
    background:#e7e7e7;
    color:#2c3e50;
    margin-top:20px;
    padding: 5px 15px;
}
.search-page .content-section .search{
	float: left;
    width: 100%;
    margin-bottom: 100px;
}
#searchForm .searchintro p, #searchForm .searchintro .badge-info{
	font-size:16px!important;
}
#searchForm input[type="text"]#search-searchword {
	width:100%;
	border: 0px;
	border-bottom:solid 2px #3f5664;
    font-size: 24px;
    color: #3f5664;
	padding:2px 14px;
	padding-left: 0px;
	background: #FFFFFF;
}
#searchForm .btn-toolbar{
	position:relative;
	/*border-top: 1px solid #b5b5b5;*/
}
#searchForm .btn-toolbar .btn-group{
	width:100%;
}
#searchForm .btn-toolbar .btn-group:nth-child(2){
	position:absolute;
	right:0px;
	bottom:5px;
	width:50px!important;
}
#searchForm button.btn{
	background: url(../images/search_dark.png) no-repeat center;
    border: none;
    height: 40px;
	min-width:0px;
	text-indent:-6000px;
    padding: 0;
    width: 50px;
	cursor: pointer;
	background-size: 30px;
}
#searchForm .searchintro p {
    color:#2c3e50;
    margin: 0;
	font-size: 16px;
}
.badge-info {
    background-color:#57c5cc;
}
#searchForm fieldset {
	border-width:0px 0px 1px 0px;
    border-bottom: 1px solid #b5b5b5;
    margin-bottom: 0px;
    padding: 10px 0;
}
#searchForm .form-limit {
    display: inline-block;
    float: right;
    padding: 5px;
	padding-right: 0px;
	position:relative;
	top:-40px;
	width: 130px;
}
#searchForm .form-limit label {
    color: #2c3e50;
    font-size: 13px !important;
    float: left;
    margin-right: 5px;
    margin-bottom: 0px;
    margin-top: 3px;
}
#searchForm .form-limit .select {
	float: left;
}
.chzn-container .chzn-results li{
	font-size:12px !important;
}
#searchForm legend {
    border-bottom: 0 none;
    float: left;
    font-size:13px;
    font-style: italic;
    line-height: 100%;
    margin: 1px 15px 0 0;
    overflow: hidden;
    width:auto;
    font-weight: 100;
}
#searchForm .phrases-box, #searchForm.ordering-box {
    float: left;
    margin-right: 20px;
}
#searchForm .phrases label, #searchForm .only label {
    color: #2c3e50 !important;
    margin-left: 5px;
    margin-right: 15px;
    font-size: 13px;
    font-weight: 100;
}
#searchForm .phrases input, #searchForm .phrases label, #searchForm .only input, #searchForm .only label {
    float: left;
    margin-top: 2px;
	position:static!important;
}
#searchForm fieldset .radio, #searchForm fieldset .checkbox {
    margin-bottom: 0;
    margin-top: 0;
    min-height: 0;
}
#searchForm fieldset input[type="checkbox"],
#searchForm fieldset input[type="radio"]{
	margin-right:10px;
	margin-left:0px;
	position:static!important;
}
/*#searchForm .phrases select {
    margin: 2px 0 0;
    width: auto;
	border-radius: 5px;
	border: solid 1px #b5b5b5;
}*/
#searchForm .search .search-results a {
	color:#2c3e50;
	
}
dl.search-results .result-title {
    border-top:1px solid #b5b5b5;
    margin-top: 14px;
    padding-top: 14px;
	font-size: 18px;
    color: #57c5cc;
    font-weight: 700;
}
dl.search-results .result-title:nth-child(1){
	border-top:0px;
}
dl.search-results .result-title a{
	font-size: 18px;
    color: #57c5cc;
    font-weight: 700;
}
dl.search-results{
	color:#2c3e50;
}
dl.search-results .highlight{
	color:#57c5cc;
	font-size: 18px;
	line-height: 28px;
    font-weight: 700;
}
dl.search-results dt a {
	text-decoration:none !important;
}
dl.search-results dd {
	margin-left:18px;
	color: #2c3e50;
	font-size: 18px;
	line-height: 28px;
    font-weight: 300;
    margin-bottom: 6px;
}
dl.search-results dd.result-created{
	text-align:right;
	color:#2c3e50;
	font-size:13px;
	display: none;
}
dl.search-results dd.result-category{
	display: none;
}
#search-result-page{
    display:block;
    float:left;
    margin-top:60px;
}
.ordering-box label, .ordering-box select {
    margin-top: 0 !important;
}
.search div.error{
	padding:20px 0px;
    font-size: 16px;
    color: #fd5050;
    font-style: italic;
}
.com_search-search #searchForm .select-styled {
    display: inline-block;
    width: 100%;
    cursor: pointer;
    padding:5px 5px 4px 8px;
    color: #333;
    font-size: 14px;
    line-height: normal;
    font-weight: 400;
    position: relative;
    background: #fff;
	border:1px solid #333;
    border-radius: 4px;
    height: 30px;
}
.com_search-search #searchForm .select-options {
    float: left;
    position: absolute;
    top: 30px;
    left: 0px;
    z-index: 2;
    width: 100%;
    display: none;
    box-shadow: 1px 2px 3px rgba(0,0,0,0.2);
    border-radius: 6px;
    overflow: hidden;
	padding:0px;
	max-height: 200px;
}
.com_search-search #searchForm  .select-styled::after {
    content: '';
    position: absolute;
    right: 10px;
    top: 6px;
    font-size: 18px;
    font-family: FontAwesome;
    color: #57c5cc;
}
.com_search-search #searchForm .select-options li {
    line-height: 100%;
    padding: 10px 12px 10px;
    background: #fff;
    border-top: solid 1px rgba(0,0,0,0.1);
    color: #333;
    font-weight: 400;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.com_search-search #searchForm .select-options li:hover {
    color: #323339;
    background: #57c5cc;
}
/*.com_search-search #searchForm .select-options{
	top: 28px;
	max-height:300px;
	border-top:0;
	padding:5px;
}*/
.com_search-search #searchForm .select-options li{
	cursor: pointer;
}
.search_pagination{
	position: relative;
	padding-left: 40px;
	padding-right: 40px;
	display:inline-block;
	width: 100%;
	margin-top: 30px;
}
.com_search-search div.pagination{
	position: relative;
	text-align: center;
	float: none;
	display: block;
	margin-top: 40px;
}
.search_pagination ul{
	margin: 0;
	padding:0px;
	display: inline-block;
}
.search_pagination > span{
	position: absolute;
	left: 0;
	top: 0;
}
.search_pagination > span:nth-child(2){
	left:auto;
	right:0;
}
.search_pagination ul li{
	float: left;
	margin-right:10px;
	list-style: none;
}
.search_pagination ul li:last-child{
	margin-right:0px;
}

.search-page div.pagination{
	float:left;
	width: 100%;
	text-align: center;
	background: #fff;
	margin-bottom: 0px;
	margin-top: 20px;
}
.search-page ul.pagination{
	float:none;
	margin: auto;
	padding: 0px!important;
}
.search-page .pagination > li{
	float: left;
	list-style: none!important;
	padding: 0px 10px;
	font-size: 16px;
	color: #57c5cc;
	font-weight: 800;
	line-height: 16px;
	position: relative;
}
.search-page .pagination > li:last-child{
	padding-right: 0px;
}
.search-page .pagination > li a{
	font-size: 18px!important;
	color: #57c5cc;
	font-weight: 800;
}
.search-page .pagination > li:first-child > *{
	background: url(../images/arrow_l-b.png) no-repeat center;
	width: 15px;
	height: 20px;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	text-indent: -200px;
	background-size:12px;
}
.search-page .pagination > li:last-child > *{
	background: url(../images/arrow_r-b.png) no-repeat center;
	width: 15px;
	height: 20px;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	text-indent: -200px;
	background-size:12px;
}
.search-page .pagination > li:first-child span,
.search-page .pagination > li:last-child span{
	opacity: 0.6;
}
.search-page .pagination > li span.pagenav{
	color: #57c5cc;
	border-bottom: solid 1px;
	display: inline-block;
	min-width: 10px;
	text-align: center;font-size: 20px!important;
}
.search-page .chzn-container-single{
	width: 60px!important;
}
.search-page .pagination > li a{
	color: #55647e;
}
.search-page .counter{
	font-size: 16px;
	color: #a7a7a7;
	padding-top: 10px;
}
.pagination nav{
	margin: auto;
}
.login-page .search-trigger{
	display: none;
}

/*search page end*/





@media only screen and (max-width: 1800px) {
	nav .nav-wrap{
		padding: 0px 40px;
	}
	/*nav .nav-wrap ul.primary-nav > li > a{
		font-size: 18px;
		padding: 12px 7px;
	}*/
	
}
@media only screen and (max-width: 1780px) {
	nav .nav-wrap{
		padding: 0px 30px;
	}
	nav .nav-wrap ul.primary-nav > li > a{
		padding: 12px 7px;
	}
	
}
@media only screen and (max-width: 1700px) {
	nav .nav-wrap ul.primary-nav > li > a{
		font-size:17px;
	}
}

@media only screen and (max-width: 1650px) {
	nav .nav-wrap{
		padding:0px 25px;
	}
	nav .nav-wrap ul.primary-nav > li > a{
		/*padding: 12px 3px;*/
		padding: 12px 7px;
		font-size: 16px;
	}
	
}
@media only screen and (max-width: 1600px) {
	nav .nav-wrap ul.primary-nav > li{
		margin: 0px 1px;
	}
	header #logo img {
		max-height: 35px;
		float: left;
	}
	nav .nav-wrap {
		padding: 0px 20px;
		width: calc(100% - 450px);
	}
	nav .nav-wrap ul.primary-nav > li:nth-child(2) > a{
		paddng-left:0px;
	}
	nav .nav-wrap ul.primary-nav > li:last-child > a{
		padding-right:0px;
	}
	
}
@media only screen and (max-width: 1550px) {
	/*nav .nav-wrap{
		padding: 0px 20px;
	}*/
	/*nav .nav-wrap ul.primary-nav > li{
		margin: 0px 4px;
	}*/
	header nav .social-icons a{
		margin-left: 10px;
	}
	nav .nav-wrap ul.primary-nav > li > a{
		/*padding: 12px 5px;*/
		font-size: 16px;
	}
	ul.holiday-list{
		margin-bottom: 55px;
	}
}

@media only screen and (max-width: 1500px) {
	nav .nav-wrap{
		padding: 0px 5px;
		width: calc(100% - 390px);
	}
	header #logo{
		max-width: 220px;
	}
	nav .nav-wrap ul.primary-nav > li > a {
		font-size: 14px;
		padding: 12px 7px;
	}
	header nav .social-icons a i::before {
		font-size: 30px;
	}
	header nav .social-icons a.home_btn{
		width: 30px;
		height: 30px;
		background-size: 30px;
	}
	header nav .social-icons a.crm {
		width: 30px;
		height: 30px;
	}
	header nav .social-icons a.crm i {
		font-size: 9px;
		line-height: 5px;
	}
	.search-trigger {
	  float:right;
	  width:30px;
	  height:30px;
	  background: #fff;
	  border-radius: 30px;
	  text-align: center;
	  margin-right:10px;
	}
	.search-trigger i:before{
	  margin:0px;
	  font-size: 16px;
	  color:#4376a6;
	  line-height: normal;
	}
}
@media only screen and (max-width: 1480px) {
	#site-wrapper .banner .banner-content h2{
		font-size: 46px;
	}
	/*nav .nav-wrap ul.primary-nav > li > a{
		padding: 12px 9px;
		font-size: 17px;
	}*/
	ul.committee-nav > li{
		margin: 25px;
		width: calc(33.33% - 50px);
	}
	ul.news-events-list > li .ne-meta span{
		font-size: 14px;
	}
	#member-map{
		padding:0px 16vw;
		height: 500px;
	}
	#customTip {
		margin: -1170px 0px 0px -230px !important;
	}
	
	ul.committee-nav {
    width: calc(100% + 50px);
    margin: 0px 0px 0px -25px;
    margin-top: -25px;
}
}

@media only screen and (max-width: 1439px) {
	#site-wrapper .banner .banner-content h2{
		font-size: 46px;
	}
}
@media only screen and (max-width: 1400px) {
	header #logo img {
		max-height: 35px;
		float: left;
	}
	/*nav .nav-wrap ul.primary-nav > li > a{
		font-size: 16px;
	}*/
}

@media only screen and (max-width: 1380px) {
	#site-wrapper .banner .banner-content h2{
		font-size: 42px;
	}
	nav .nav-wrap ul.primary-nav > li > a {
		font-size: 13px;
		padding: 12px 5px;
	}
	#customTip {
		margin:-1200px 0px 0px -110px !important;
	}
	section.inner-section .jvectormap-tip .m-img img,
	section.inner-section #customTip .m-img img {
		max-width: 275px;
	}
	
	.news-row .news-date{
		font-size: 17px;
	}
}

@media only screen and (max-width: 1300px) {
	.inner-section .related-items h3{
		font-size: 18px;
		margin-bottom: 0
	}
}
@media only screen and (max-width: 1280px) {
	nav .nav-wrap ul.primary-nav > li > a {
		font-size: 13px;
		padding: 12px 3px;
	}
	header nav .social-icons a{
		margin-left: 10px;
	}
	header nav .social-icons a i::before {
		font-size: 30px;
	}
	header nav .social-icons a.crm{
		width: 30px;
		height: 30px;
	}
	header nav .social-icons a.crm i {
		font-size: 9px;
		line-height: 5px;
	}
	
	nav .nav-wrap{
		width: calc(100% - 375px);
	}
	header #logo {
		margin-top: 6px;
		max-width: 165px;
	}
	header #logo img {
		max-height: auto;
	}
	.banner-info-wrap ul.committe-link-list > li a,
	.banner-info-wrap .cm-slider .owl-item .item a,
	.log-info .banner-info-block .cm-slider .owl-item .item a{
		text-align:center;
	}
	.banner .featured-event{
		max-width: 420px;
	}
	
	.directory-list > li{
		width:20%;
	}
	.directory-list > li .dir-dsc{
		padding:0px;
	}
}

@media only screen and (max-width: 1200px) {
	.login{
		padding-top: 0px;
	}
	ul.resource-docs{
		margin: -15px;
		width: calc(100% + 30px);
	}
	ul.resource-docs > li{
		width: calc(33.33% - 30px);
		margin: 15px;
	}
	section .container, .inner-banner .container{
		width: 96%;
	}
	.login .container{
		width: 90%;
	}
	footer{
		padding: 40px 0px 40px;
	}
	footer h2{
		font-size: 30px;
	}
	ul.resource-docs > li.show-more a{
		padding: 0px;
	}
	#site-wrapper .banner .banner-content h2{
		font-size: 42px;
	}
	.banner-info-wrap ul.link-list > li{
		width: 100%;
	}
	.banner-info-wrap .banner-info-block h4{
		margin-bottom: 12px;
	}
	#site-wrapper .banner.home-banner .banner-info-wrap .banner-info-block{
		padding: 20px 30px;
	}
	.banner-info-wrap ul.committe-link-list > li a{
		font-size: 14px;
	}
	.banner-info-wrap .banner-info-block p{
		font-size: 16px;
	}
	.banner-info-wrap ul.link-list > li{
		line-height: normal;
	}
	/*section.content-section{
		padding: 60px 0px;
	}*/
	section h2{
		font-size: 34px;
	}
	#member-map{
		height: 520px;
		margin-bottom: 30px; 
	}
	ul.committee-nav{
		width: calc(100% + 30px);
		margin: 0px -15px;
		margin-top: -15px;
	}
	ul.committee-nav > li{
		margin: 15px;
    	width: calc(33.33% - 30px);
	}
	/*.inner-section .add-to-fav{
		top:-65px;
	}*/
	.com_governance .inner-section .add-to-fav,
	.com_toolbox .inner-section .add-to-fav,
	.com_tutorials .inner-section .add-to-fav,
	.com_committees .category-page .inner-section .add-to-fav,
	.com_policyandprocedures .inner-section .add-to-fav{
		top: -70px;
	}
	.com_committees .inner-section .add-to-fav{
		top: -85px;
	}
	.banner .featured-event{
		max-width: 375px;
	}
	.event-info{
		padding: 20px 16px;
	}
	.directory-list > li{
		width: 20%;
	}
	.directory-list{
		width: calc(100% + 30px);
		margin: 0px -15px!important;
	}
	.directory-list > li{
		padding: 15px;
	}
	ul.committee-docs{
		margin:-15px -15px 75px -15px;
		width: calc(100% + 30px);
	}
	ul.committee-docs > li {
		width: calc(33.33% - 30px);
		margin: 15px;
	}
	/*.news-wrap .featured-news{
		margin-top: -60px;
	}*/
	header #logo {
		max-width: 160px;
		margin-top: 0;
	}
	
	nav .nav-wrap{
		/*width: calc(100% - 200px);*/
		float:right;
	}
	header #logo img{
		max-height: 32px;
		margin: 6px 0px;
	}
	nav .nav-wrap{
		width:calc(100% - 160px);
		padding: 0px 0px 0px 10px;
	}
	nav .nav-wrap ul.primary-nav > li > a {
    	padding: 14px 4px;
		font-size: 13px;
	}
	nav .nav-wrap ul.primary-nav > li:last-child{
		margin-right: 0px;
	}
	header nav .social-icons {
		transform: scale(0.7);
		position: absolute;
		right: 0px;
		/*top: -36px;*/
		top: 8px;
	}
	.login-page header nav .social-icons{
		position: static;
		transform: none;
	}
	nav .nav-wrap ul.primary-nav > li.active > a::before{
		width: calc(100% - 12px);
	}
	.inner-section .related-items::before {
		width: calc(100vw + 40px);
	}
	
	nav .nav-wrap ul.primary-nav > li:last-child > ul{
		left: auto;
		right: 0
	}
	nav .nav-wrap ul.primary-nav > li:last-child > ul > li{
		text-align:right;
	}
	.banner-info-block .owl-nav{
		top: -36px;
	}
	.search-trigger{
		position: absolute;
		right: 10px;
		top: 42px;
	}
}

@media only screen and (max-width: 1180px) {
	.col-md-2.col-sm-12{
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	
	.col-md-10.col-sm-12{
		-webkit-box-flex: 0;
		-ms-flex: 0 0 80%;
		flex: 0 0 80%;
		max-width: 80%;
	}
	#member-list-wrap .table-wrap table tr td{
		font-size: 14px;
	}
	
}

@media only screen and (max-width: 1100px) {
	.banner-info-wrap .favourite-slider .link-list-items{
		width:100%;
	}
	#site-wrapper .banner .banner-content h2 {
		font-size: 34px;
	}
	section.login .login-wrap{
		margin-top: 50px;
	}
	section h2 {
		font-size: 30px;
	}
	.event-detail h3 {
    	font-size: 26px;
	}
	
	.directory-list > li {
		padding: 15px;
	}
	ul.committee-nav > li a .com-dsc{
		font-size: 24px;
		line-height: 28px;
	}
	section.inner-section .jvectormap-tip .m-img img,
	section.inner-section #customTip .m-img img {
		max-width: 100%;
		max-height: 100px;
	}
	header{
		height: 110px;
	}
	header #logo {
		max-width:200px;
	}
	
	.login-page header .mobilewrap{
		display:none;
	}
	
	header nav {
		height: 110px;
		padding: 35px 0px;
	}
	header nav .social-icons {
		right: 120px;
		top: 34px;
	}
	.search-trigger {
		margin: 0px;
		position: absolute;
		right: 110px;
		top: 43px;
		transform: scale(0.85);
	}
	.search-wrap{
		top:110px;
	}
	header nav .social-icons a {
		margin-left: 15px;
	}
	header nav .social-icons a i::before {
		font-size: 36px;
	}
	header nav .social-icons a.crm i {
		 font-size: 12px; 
		 line-height: 100%; 
	}
	header nav .social-icons a.crm {
		width: 37px;
		height: 37px;
	}
	header nav .social-icons a.home_btn{
		width: 36px;
		height: 36px;
		background-size: 36px;
	}
	
	header nav .nav-wrap{
		display:none;
	}
	header nav .nav-wrap{
		width: 100%;
		position: absolute;
		left: -50%;
		top: 110px;
		right: -50%;
		margin: auto;
		padding: 20px 60px;
		z-index: 999;
		background:rgba(102,198,203,0.95);
		max-height: calc(100vh - 30px);
    	overflow: auto;
		overflow-x: hidden;
	}
	
	.mobilewrap {
		float: right;
    	cursor: pointer;
		top: 3px;
		position: relative;
	}

	.mobilewrap .line {
		position: relative;
		margin:7px 0;
		width: 40px;
		height:4px;
		border-radius: 10px;
		background-color: #FFFFFF;
		transition: 240ms;
		will-change: transform;
		-webkit-perspective: 100px;
		perspective: 100px;
		
	}

	.mobilewrap.active .line:nth-child(1) {
		-webkit-transform: translateY(10px) rotate(45deg);
		transform: translateY(10px) rotate(45deg);
	}
	.mobilewrap.active .line:nth-child(2) {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	.mobilewrap.active .line:nth-child(3) {
		-webkit-transform: translateY(-12px) rotate(-45deg);
		transform: translateY(-12px) rotate(-45deg);
	}
	
	nav .nav-wrap ul.primary-nav > li {
		margin: 5px 0px;
		width: 100%;
		height: auto;
	}
	nav .nav-wrap ul.primary-nav > li > a {
		padding: 10px 0px;
		font-size: 16px;
		display: inline-block;
	}
	nav .nav-wrap ul.primary-nav > li > ul{
		width:100%;
		float: left;
		display:none;
		top: 0;
		left:0;
		opacity: 1;
		position: relative;
		pointer-events: auto;
		background: none;
		transition:none;
		padding: 0;
		padding-left:15px;
	}
	nav .nav-wrap ul.primary-nav > li > ul:before{
		display:none;
	}
	nav .nav-wrap ul.primary-nav > li:hover > ul{
		top:0;
	}
	nav .nav-wrap ul.primary-nav > li > ul > li:last-child{
		margin-bottom:0px;
	}
	nav .nav-wrap ul.primary-nav > li > ul > li > a{
		font-size: 16px;
		color:#FFFFFF;
		font-weight: 400;
	}
	nav .nav-wrap ul.primary-nav > li > ul > li:last-child a{
		padding-bottom:0px;
	}
	nav .nav-wrap ul.primary-nav > li:last-child > ul{
		padding-bottom:20px;
	}
	nav .nav-wrap ul.primary-nav > li:last-child > ul > li{
		text-align:left!important;
	}
	nav .nav-wrap ul.primary-nav > li.active > a::before{
		display:none;
	}
	nav .nav-wrap ul.primary-nav > li.active > a{
		/*color:#55647e;*/
		    text-decoration: underline;
	}
	span.resp-menu {
		width: 30px;
		height: 30px;
		content: '';
		right: 30px;
		top:2px;
		margin: auto;
		position: absolute;
		cursor: pointer;
		transition: all 0.3s ease 0s;
	}
	span.resp-menu::after {
		content: '';
		width: 20px;
		height: 15px;
		left: -50%;
		right: -50%;
		top: -50%;
		bottom: -50%;
		margin: auto;
		position: absolute;
		transition: all 0.3s ease 0s;
		background: url(../images/menu_down.png) no-repeat center;
		    background-size: 20px;
	}
	span.resp-menu.active::after {
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	
	#member-list-wrap .table-wrap table tr td:last-child a {
		font-size: 16px;
	}
	.directory-list > li {
		width: 25%;
	}
	
	.committee-years-wrap .committee-years > li a{
		padding: 10px 15px;
		font-size: 16px;
	}
	
	
	.committee-years-wrap .committee-years > li a:hover{
		background:#55647e!important;
		color: #FFFFFF!important;
	}
	
	.committee-years-wrap .committee-years > li a.active{
		background: #FFFFFF!important;
		color: #55647e!important;
	}
	.committee-years-wrap .committee-years > li a:active{
		background:#55647e!important;
		color: #FFFFFF!important;
	}
	
	.committee-years-wrap .committee-years > li a[aria-expanded="false"]{
		background: #55647e!important;
		color: #ffffff!important;
	}
	.committee-years-wrap .committee-years > li a[aria-expanded="true"]{
		background: #FFFFFF!important;
		color: #55647e!important;
	}
	#date_search{
		max-width:50%;
	}
	
	
}

@media only screen and (max-height: 730px) {
	section.login .login-wrap{
		padding:25px 30px;
	}
	.login-wrap h2 {
		font-size: 30px!important;
		margin-bottom: 20px;
	}
}
@media only screen and (max-width: 960px) {
	ul.news-events-list > li .ne-dsc:first-child .ne-meta{
		flex-wrap: wrap;
	}
	ul.news-events-list > li .ne-meta span{
		padding-right:0px;
		width:100%;
	}
	ul.news-events-list > li .ne-meta span.type{
		width:auto;
	}
	ul.resource-docs > li {
		width: calc(50% - 30px);
	}
	#member-list-wrap .table-wrap table tr td a {
		word-break: break-all;
		float: left;
	}
	.profile-page #member-profile .col-md-6.col-sm-12{
		flex:100%;
		max-width:100%;
	}
	.profile-page .container {
		position: static;
	}
}
@media only screen and (max-width: 860px) {
	#site-wrapper .banner.home-banner {
		min-height: auto;
	}
	#site-wrapper .banner.home-banner .banner-content {
		align-items: flex-start;
		padding-top: 65px;
		padding-bottom:40px;
		min-height:auto;
	}
	.log-info .banner-info-block{
		/*display:none;*/
	}
	nav .log-info {
		padding:0px 20px;
		z-index: 9;
	}
	nav .log-info.log-active{
		padding: 20px 20px;
		padding-bottom: 50px;
	}
	nav .log-info.log-active .toggle-profile::after {
		top: auto;
		bottom: -20px;
	}
	header nav .nav-wrap{
		padding: 20px 45px;
	}
	#site-wrapper .banner.home-banner .banner-info-wrap{
		flex-wrap: wrap;
		position: static;
	}
	
	#site-wrapper .banner.home-banner .banner-info-wrap .banner-info-block.banner-new{
		width:100%;
		border-left:0;
		border-right: 0;
		border-bottom: solid 1px #fff;
	}
	#site-wrapper .banner.home-banner .banner-info-wrap .banner-info-block{
		width:50%;
		border-left:0;
		border-bottom: solid 1px #fff;
	}
	#site-wrapper .banner.home-banner .banner-info-wrap .banner-info-block:last-child{
		border-bottom:0;
	}
	
	ul.resource-docs > li.show-more a {
    	font-size: 24px;
	}
	
	footer h2 {
		font-size: 26px;
	}
	footer .col-md-5.col-sm-12{
		flex:100%;
		display:inline-block;
    	max-width:100%;
		    padding-top: 20px;
	}
	footer .col-md-4.col-sm-12,
	footer .col-md-3.col-sm-12{
		flex:50%;
    	max-width:50%;
		display:inline-block;
	}
	footer .col-md-4.col-sm-12,
	footer .col-md-3.col-sm-12{
		padding-top:30px;
	}
	
	
	#site-wrapper .banner.inner-banner .banner-content {
		min-height: 300px;
		flex-wrap: wrap;
	}
	#site-wrapper .banner.inner-banner {
		min-height: auto;
	}
	
	#site-wrapper .banner.inner-banner .featured-event .scroll-content{
		max-height: 160px;
		margin-bottom: 20px;
	}
	#site-wrapper .banner.inner-banner .featured-event .mCSB_inside > .mCSB_container {
		margin-right: 20px;
	}
	#site-wrapper .banner.inner-banner .featured-event p:last-child{
		margin-bottom:0;
	}
	
	#site-wrapper.error_page .banner.inner-banner{
		min-height: 260px;
	}
	
	ul.committee-docs > li {
		width: calc(50% - 30px);
	}
	
	.inner-section .row.news-row .col-md-2.col-sm-12,
	.inner-section .row.related-items .col-md-2.col-sm-12{
		flex:100%;
		max-width:100%;
	}
	.inner-section .row.news-row .col-md-2.col-sm-12{
		paddin-bottom:10px;
	}
	.inner-section .row.news-row .col-md-10.col-sm-12,
	.inner-section .row.related-items .col-md-10.col-sm-12{
		flex:100%;
		max-width:100%;
	}
	.inner-section .row.related-items .col-md-2.col-sm-12 h3{
		padding-bottom:10px;
	}
	.inner-section .related-items .rel-documents > li a{
		font-size: 18px;
	}
	.inner-section .related-items .rel-documents > li a i:before {
		    font-size: 20px;
	}
	.com_events #site-wrapper .banner .banner-content h2{
		padding-top:60px;
	}
	.com_events #site-wrapper.events-page .banner .banner-content h2{
		padding-top:0px;
	}
	.banner .featured-event {
		max-width:100%;
		position:static;
		margin-top:30px;
	}
	.banner .featured-event .event-dsc .place{
		/*display:none;*/
	}
	.banner .featured-event .event-dsc .scroll-content{
		/*display:none;*/
	}
	.banner .featured-event .event-dsc .date{
		font-size: 16px;
	}
	.banner .featured-event .event-dsc .event-meta{
		margin-bottom: 5px;
	}
	.com_events .category-page ul.events-list{
		margin-bottom:0;
	}
	.com_events .category-page ul.events-list + #event-data{
		margin-top:40px;
	}
	.com_events .category-page .loader{
		margin-top: 0;
		position: absolute;
	}
	ul.events-list > li{
		width: calc(100% - 50px);
	}
	.event-dsc .event-meta .date{
		 font-size: 20px;
	}
	.events-page .col-md-8,
	.events-page .col-md-4{
		flex:100%;
		max-width:100%;
	}
	.events-page .col-md-4 .event-info{
		margin-top:30px;
	}
	.committee-years-wrap .committee-years > li a{
		padding: 10px 15px;
		font-size: 14px;
	}
	.btn-outline{
		font-size: 14px;
	}
	.event-info h3 {
    	font-size: 22px;
	}
	.select-wrap{
		max-width: 280px;
	}
	.directory-list > li {
		width: 33.33%;
	}
	
	.calender_section{
		flex:100%;
		padding-right: 0;
    	max-width:100%;
	}
	.holiday-event-list{
		flex:100%;
    	max-width:100%;
		padding-top:30px;
	}
	.login-wrap h2 {
    	font-size: 32px;
	}
	
	.table-wrap thead{
		display: none;
	}
	.table-wrap tr{
		display: block;
		position: relative;
		padding: 1.2em 0;
	}
	tr:first-of-type{
		border-top: 1px solid #FFFFFF;
	}
	.table-wrap td{
		display: table-row;
	}

	.table-wrap td:before{
		content: attr(data-label);
		display: table-cell;
		font-weight: bold;
		padding: 0.2em 0.6em 0.2em 0;
		text-align: right;
	}
	.table-wrap td:last-child:after{
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		border-bottom: 1px solid #FFFFFF;
	}
	.table-wrap tbody:nth-child(1) > tr th{
		display:none;
	}
	.table-wrap tbody:nth-child(1) > tr th:nth-child(1){
		display: table-cell!important;
		position: relative;
	}
	.table-wrap tbody:nth-child(1) > tr th:nth-child(1) a{
		overflow: hidden;
		font-size: 0px;
	}
	.table-wrap tbody:nth-child(1) > tr th:nth-child(1) a:before{
		content:'Show in alphabetical order';
		position: relative;
		color: #fff;
		font-size: 16px;
		display: inline-block;
		padding-left:12px;
		line-height: normal;
			
	}
	/**/
	.table-wrap table{
		background: none!important;
	}
	.table-wrap tbody#loadItems tr{
		/*border: 0!important;
		border-bottom:solid 1px #323339 !important;*/
	}
	.table-wrap .pagination-row td::before{
		display:none;
	}
	#member-list-wrap .table-wrap table tr td {
		font-size: 18px;
		border:0px;
	}
	.table-wrap tbody#loadItems tr.pagination-row td:last-child::after{
		border:none;
	}
	ul.committee-nav > li {
		width: calc(50% - 30px);
	}
	.page-filter .committee-years-wrap:before, .item-filter:before{
		left:-27px;
		width:100vw;
	}
	ul.committee-nav > li a .com-img {
		width: 25%;
	}
	ul.committee-nav > li a .com-img img {
		max-width: 40px;
		max-height: 40px;
	}
	ul.committee-nav > li a .com-dsc{
		width:75%;
	}
	ul.committee-nav > li a .com-dsc {
		font-size: 22px;
		line-height: 25px;
	}
	ul.committee-nav > li a{
		padding: 30px 30px 30px 15px;
	}
	
	
}

@media only screen and (max-width: 800px) {
	#survey-wrap #submit_button{
		margin-left: 20px;
	}
}

@media only screen and (max-width: 767px) {
	
	#site-wrapper.login-page, #site-wrapper.reset-page{
		width:100%;
		float: left;
		padding-top: 83px;
		padding-bottom: 100px;
	}
	#site-wrapper.login-page header, #site-wrapper.reset-page header{
		height: auto;
	}
	#site-wrapper.login-page header nav, #site-wrapper.reset-page header nav{
		height: auto;
		padding: 20px 0px;
		float: left;
		width: 100%;
	}
	section.login .login-wrap {
		margin-top: 10px;
	}
	.banner-info-block.banner-new p{
		/*display:none;*/
	}
	.banner-info-wrap ul.committe-link-list > li a,
	.banner-info-wrap .cm-slider .owl-item .item a,
	.log-info .banner-info-block .cm-slider .owl-item .item a{
		 font-size: 14px;
	}
	#site-wrapper .banner.home-banner .banner-info-wrap .banner-info-block{
		width:100%;
	}
	.banner-info-wrap .favourite-slider .link-list-items {
		width:50%;
	}
	.featured-page ul.news-events-list > li{
		display: flex;
		flex-wrap:wrap;
	}
	.featured-page ul.news-events-list > li > div{
		width: 100%;
		padding:0px;
	}
	.featured-page ul.news-events-list > li > div:last-child{
		padding:0px;
		text-align: left;
	}
	.featured-page ul.news-events-list > li .ne-dsc:first-child{
		padding:0px;
		text-align: left;
	}
	.featured-page ul.news-events-list > li .ne-dsc + .ne-img{
		margin-top: 30px;
	}
	.featured-page ul.news-events-list > li .ne-img + .ne-dsc{
		padding-top:30px;
	}
	.featured-page ul.news-events-list > li .ne-dsc:first-child .ne-meta {
		justify-content: left;
	}
	.featured-page ul.news-events-list > li .ne-dsc:first-child .ne-meta .place + .date{
		padding-left: 25px;
	}
	.featured-page ul.news-events-list > li .ne-dsc:first-child .ne-meta .place + .type,
	.featured-page ul.news-events-list > li .ne-dsc:first-child .ne-meta .place + .date + .type{
		margin-left: 25px;
	}
	ul.resource-docs > li{
		width: calc(100% - 30px);
	}
	ul.resource-docs > li.show-more a {
		font-size: 18px;
	}
	section h2 {
		font-size: 28px;
	}
	.news-wrap .featured-news{
		margin-bottom: 30px;
	}
	.news-wrap .featured-news .news-list > li{
		display:flex;
		flex-wrap: wrap;
	}
	.news-wrap .featured-news .news-list > li > div{
		width:100%;
	}
	.news-wrap .featured-news .news-dsc{
		padding-left:0px;
	}
	.news-wrap .news-list > li{
		display:flex;
		flex-wrap: wrap;
		padding: 30px 0px;
	}
	.news-wrap .news-list > li > div{
		width:100%;
	}
	.news-list > li .date {
    	font-size: 16px;
	}
	.event-photo-banner{
		height: 300px;
		margin-top: 50px;
	}
	.directory-list > li {
		width:50%;
	}
	.directory-list > li .dir-dsc a.mailto{
		width:100%;
		float: left;
	}
	.select-wrap {
		max-width: 100%;
		width:100%;
		margin-bottom:15px;
		margin-right:0px;
	}
	.select-wrap:last-child{
		margin-bottom:0px;
	}
	.select-wrap .select-styled{
		max-width:100%;
	}
	.holiday-event-list h4.no-items-found{
		top:0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: 0;
		position: relative;
	}
	.page-filter .committee-years-wrap::before, .item-filter::before {
		left: -26px;
	}
	.login-page #system-message-container, .reset-page #system-message-container{
		top: 0;
		position: static;
	}
	section.login .login-wrap{
		padding: 30px;
	}
	ul.committee-nav > li a .com-img {
		width:16%;
	}
	ul.committee-nav > li a .com-dsc{
		width:84%;
	}
	ul.committee-nav > li a {
		padding:20px 30px 20px 15px;
	}
	
	section h2::before {
		top: -50%;
		height: calc(100% - 13px);
		bottom: -50%;
		margin: auto;
	}
	
	#survey-wrap #submit_button{
		margin-left:0px;
		margin-top:20px;
		float: left;
		clear: both;
	}
	#survey-wrap .form-group .comment_text{
		width:100%;
	}
	#survey-wrap .form-group textarea.form-control{
		width:100%;
	}
	
	
}

@media only screen and (max-width: 860px) and (max-height: 850px) {
	.banner-info-block.banner-new p {
		/*display: none;*/
	}
	#site-wrapper .banner.home-banner {
		/*min-height: 70vh;*/
		min-height: auto;
	}
	#site-wrapper .banner.home-banner .banner-info-wrap{
		position:static;
	}
	#site-wrapper .banner.home-banner .banner-info-wrap .banner-info-block{
		/*display:none;*/
	}
	#site-wrapper .banner.home-banner .banner-info-wrap .banner-info-block.banner-new{
		display:block;
		border-right: 0;
	}
	#site-wrapper .banner .banner-content h2 {
		font-size: 24px;
	}
	#site-wrapper .banner.home-banner .banner-content {
		padding-top: 80px;
		padding-bottom: 40px;
		min-height: auto;
	}
	
}
@media only screen and (max-height: 550px) {
	/*.banner-info-block.banner-new p {
		display: none;
	}
	#site-wrapper .banner.home-banner {
		min-height: auto;
	}
	#site-wrapper .banner.home-banner .banner-info-wrap .banner-info-block{
		display:none;
	}
	#site-wrapper .banner.home-banner .banner-info-wrap .banner-info-block.banner-new{
		display:block;
	}*/
	#site-wrapper .banner .banner-content h2 {
		font-size: 24px;
	}
	#site-wrapper .banner.home-banner .banner-content {
		padding-top:80px;
		padding-bottom: 20px;
	}
	#site-wrapper .banner.home-banner .banner-info-wrap .banner-info-block{
		width:100%;
	}
	#site-wrapper .banner.home-banner .banner-info-wrap{
		position:static;
	}
	
}
@media only screen and (max-width: 737px) and (max-height: 550px) {
	nav .log-info{
		top: 85px;
	}
	#site-wrapper .banner .banner-content h2 {
		font-size: 20px;
	}
	/*#site-wrapper .banner.home-banner .banner-info-wrap .banner-info-block {
		padding: 5px 30px;
	}*/
	/*.banner-info-block.banner-new h4,
	.banner-info-block.banner-new h5{
		width: 100%;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}*/
}


@media only screen and (max-width: 737px) {
	
	#site-wrapper .banner{
		padding-top: 80px;
	}
	header {
		height: 80px;
	}
	header nav {
		height: 100%;
		padding: 20px 0px;
	}
	header nav .social-icons {
		top: 22px;
		margin-top: 0px;
	}
	.search-trigger{
		top:26px;
		right: 109px;
	}
	.search-wrap {
		top: 80px;
		width: 100%;
		padding: 12px 30px;
	}
	.search-wrap .search-btn{
		top:12px;
	}
	header nav .nav-wrap{
		    top: 80px;
	}
	#site-wrapper .banner.inner-banner .banner-content {
		min-height: 200px;
	}
	nav .log-info{
		top: 80px;
	}
	ul.committee-docs > li {
		width: calc(100% - 30px);
	}
	.jvectormap-tip .m-img, #customTip .m-img{
		display:none;
	}
	#customTip {
		margin: -1030px 0px 0px -55px !important;
	}
	.jvectormap-tip, #customTip{
		width: 90%;
		max-height: 210px;
		top: -70px !important;
		bottom:auto!important;
		left: -50%!important;
		right: -50%!important;
		margin: auto!important;
		display: none;
		overflow: auto;
		padding-bottom: 25px!important;
	}
	#customTip[style="display:none"]{
		display: none;
	}
	#customTip[style="display:block"]{
		display: block!important;
	}
	
	ul.committee-nav > li {
		width: calc(100% - 30px);
	}
	.featured-event .event-dsc{
		padding: 14px 14px 14px;
	}
	
	.featured-event .event-dsc h4 a{
		/*width:100%;
		display: block;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;*/
		font-size: 18px;
	}
	.featured-event .event-dsc .btn-outline {
		font-size: 13px;
		padding: 6px 18px;
	}
	.banner .featured-event .event-dsc .date {
		font-size: 14px;
	}
	/*ul.events-list > li .event-img{
		height:160px;
	}*/
	footer .col-md-4.col-sm-12, footer .col-md-3.col-sm-12{
		flex:100%;
    	max-width:100%;
	}
	.calender_section table.custom_calendar tr.week_titles td{
		font-size: 18px!important;
		padding-top: 30px !important;
	}
	.calender_section table.custom_calendar tr td {
    	font-size: 20px;
	}
	.holiday-list-wrap {
		margin: 0px 0px 40px 0px;
	}
	ul.holiday-list > li{
		flex-wrap: wrap;
	}
	ul.holiday-list > li > span{
		width:100%!important;
	}
	.committee-years-wrap .committee-years > li{
		    margin: 5px 10px;
	}
	.committee-years-wrap .committee-years > li a {
		padding: 6px 10px;
		font-size: 12px;
	}
	footer h2 {
		font-size: 24px;
	}
	/*section.content-section {
		padding: 40px 0px;
	}
	.inner-section .add-to-fav {
		top: -46px;
	}*/
	.page-filter .committee-years-wrap::before, .item-filter::before {
		left:-25px;
	}
	
	#member-map{
		display:none;
	}
	
	
	
}
@media only screen and (max-width: 660px) {
	.directory-list > li {
		width:100%;
	}
	nav .log-info.log-active {
		padding: 20px 20px;
    	padding-bottom: 35px;
	}
	/*.jvectormap-tip .m-img, #customTip .m-img{
		display:none;
	}
	#customTip {
		margin: -1030px 0px 0px -55px !important;
	}
	.jvectormap-tip, #customTip{
		width: 340px;
	}*/
	#member-list-wrap{
		margin-top:30px;
	}
	
	.page-filter .committee-years-wrap::before, .item-filter::before {
		left:-24px;
	}
	.add-to-fav{
		/*display:none;*/
	}
	section.inner-section{
		padding-top: 80px;
	}
	.inner-section .add-to-fav{
		top: -85px;
	}
	/*.news_content_section .inner-section .add-to-fav{
		top: -65px;
	}
	.category-page .inner-section .add-to-fav{
		top: -65px;
	}
	.com_network .category-page .inner-section .add-to-fav,
	.com_committees .category-page .inner-section .add-to-fav,
	.com_events .category-page .inner-section .add-to-fav,
	.com_tutorials .category-page .inner-section .add-to-fav,
	.com_holidays .category-page .inner-section .add-to-fav{
		top:-85px;
	}
	.com_policyandprocedures .category-page .inner-section .add-to-fav{
		top:-105px;
	}
	.banner-info-wrap .favourite-slider .link-list-items {
		width:100%;
	}*/
	
	
	
}
@media only screen and (max-height: 650px) {
	#site-wrapper.login-page, #site-wrapper.reset-page{
		width:100%;
		float: left;
		padding-top: 83px;
		padding-bottom: 100px;
	}
	#site-wrapper.login-page header, #site-wrapper.reset-page header{
		height: auto;
	}
	#site-wrapper.login-page header nav, #site-wrapper.reset-page header nav{
		height: auto;
		padding: 20px 0px;
		float: left;
		width: 100%;
	}
	section.login .login-wrap {
		margin-top: 10px;
	}
}
@media only screen and (max-width: 550px) {
	.inner-section .related-items .rel-documents > li{
		width:100%;
		padding-right:0;
		max-width: 100%;
	}
	#member-map{
		padding: 0px 9vw;
	}
	.jvectormap-tip, #customTip {
		/*width:65%;*/
		/*margin: -1030px 0px 0px 30px !important;*/
	}
	#login_form .form-group #loginbtn,
	#login_form .form-group .error[style="display: none;"] + #loginbtn,
	#user-registration .form-group .reset_pass,
	#user-registration .form-group .error[style="display: none;"] + .reset_pass{
		position: static;
		bottom: 0px;
		margin-left: 0;
		margin-top: 15px;
	}
	.form-group input {
		max-width: 100%;
		width: 100%;
	}
	#login_form .form-group, #user-registration .form-group {
		position: relative;
		max-width: 100%;
	}
	.page-filter .committee-years-wrap::before, .item-filter::before {
		left:-23px;
	}
	.profile-page #member-profile .form-fields .form-group{
		flex-wrap: wrap;
	}
	#member-profile .form-fields .form-group label{
		width:100%;
	}
	#member-profile .form-fields .form-group input{
		width:100%;
	}
	#site-wrapper .banner .banner-content h2 {
		font-size: 30px;
	}
	#site-wrapper .banner .banner-content h2 {
		font-size: 24px;
	}
	
	#survey-wrap .rating-wrap dl dt, #survey-wrap .rating-wrap dl dd{
		width:100%;
	}
	
	
}
@media only screen and (max-width: 500px) {
	.page-filter .committee-years-wrap::before, .item-filter::before {
		left:-22px;
	}
	nav .log-info.log-active{
		width:100%;
	}
	header nav .social-icons {
		display:none;
	}
}
@media only screen and (max-width: 450px) {
	header nav .nav-wrap {
		padding: 20px 35px;
	}
	
	header #logo {
		max-width: 145px;
	}
	footer ul.sitemap-links > li{
		width:100%;
	}
	ul.news-events-list > li .ne-img {
    	height: 170px;
	}
	/*ul.committee-docs > li h3{
		word-break:break-all;
	}*/
	.page-filter .committee-years-wrap::before, .item-filter::before {
		left:-21px;
	}
	.events-page .btn-outline.btn-fill.mr-3{
		margin-bottom:15px;
	}
	.event-info .add-to-cal{
		margin-bottom:20px;
	}
	.error_page h3{
		font-size: 56px;
	}
	#site-wrapper.reset-page .form-group input, #site-wrapper.reset-page .controls input {
		max-width: 100%;
	}
	
	#system-message .alert h4, #system-message .alert > div{
		    width: 93%;
	}
	
	.datepicker-dropdown{
		left: -50%!important;
		right: -50%!important;
		margin: auto!important;
		width: 90%!important;
	}
	.search-trigger {
		top: 27px;
		right: 85px;
	}
}
@media only screen and (max-width: 350px) {
	#member-profile button, #member-profile a.btn{
		margin: 15px;
		margin-top: 0px;
	}
	ul.committee-nav > li a .com-img{
		display:none;
	}
	ul.committee-nav > li a .com-dsc{
		width:100%;
		text-align: left;
	}
	ul.events-list > li .event-img {
		background-position: bottom;
		background-size: contain;
	}
	
	
}

