/*
* KARAKAS-DIGITAL
*/


/* #TYPOGRAPHY
================================================== */

@font-face {
    font-family: 'gt_walsheim_problack';
    src: url('../fonts/GT-Walsheim-Pro-Black.ttf') format('ttf'),	
    	 url('../fonts/GT-Walsheim-Pro-Black.eot') format('eot'),
    	 url('../fonts/GT-Walsheim-Pro-Black.svg') format('svg'),		
    	 url('../fonts/GT-Walsheim-Pro-Black.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gt_walsheim_probold';
    src: url('../fonts/GT-Walsheim-Pro-Bold.ttf') format('ttf'),	
    	 url('../fonts/GT-Walsheim-Pro-Bold.eot') format('eot'),
    	 url('../fonts/GT-Walsheim-Pro-Bold.svg') format('svg'),		
    	 url('../fonts/GT-Walsheim-Pro-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gt_walsheim_promedium';
    src: url('../fonts/gtwalsheimpromedium-webfont.woff2') format('woff2'),
         url('../fonts/gtwalsheimpromedium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gt_walsheim_promedium_oblique';
    src: url('../fonts/gtwalsheimpromedium-oblique-webfont.woff2') format('woff2'),
         url('../fonts/gtwalsheimpromedium-oblique-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gt_walsheim_proregular';
    src: url('../fonts/gtwalsheimproregular-webfont.woff2') format('woff2'),
         url('../fonts/gtwalsheimproregular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

#primary-nav .item-101, .ftr-links .item-101{display:none;}

h1, h2, h3, h4, h5, h6{
	font-weight:100;
	margin:0px;
	padding:0px;
	font-family: 'gt_walsheim_problack';
	color:#333;
}
h1{
	font-size:40px;
	line-height:normal;
    font-family: 'gt_walsheim_probold';
	margin-bottom:6px;
}
h3 {
    font-family: "gt_walsheim_probold";
    font-size: 20px;
    line-height: 100%;
    margin: 4px 0 15px;
}
h4 {
    font-family: "gt_walsheim_probold";
    font-size: 18px;
    line-height: 100%;
    margin: 4px 0 15px;
	color:#008ac5 ;
}
h1 span{
	color:#ffcc00;
}
a{
	color:#333;
	text-decoration:none;
	outline:none!important;
}
a:focus, a:hover, a:visited {
	color:#333;
	text-decoration:none;
}
.btn:hover, .btn:focus{
	color:#fff;
}
img {
	  max-width: 100%;
	  height: auto;
}

input, a{
	outline:none;
}

body{
    font-family: 'gt_walsheim_promedium';
	color:#333333;
	-webkit-font-smoothing: antialiased!important;
	font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-webkit-font-smoothing: antialiased;
-webkit-font-smoothing: subpixel-antialiased;
}

p {
    font-family: 'gt_walsheim_promedium';
	font-size:18px;
	line-height:24px;
	color:#333333;
	-webkit-font-smoothing: antialiased!important;
	-moz-osx-font-smoothing: grayscale;
}
p strong, strong, b{
	font-weight:normal;
    font-family: 'gt_walsheim_probold';
	font-size:18px;
	font-weight:100;
}
ul, ol{
	padding-left:25px;
}
ul li, ol li{
	font-size:16px;
	color:#333333;
}

.content-inner p img{
	float:left;
	margin:5px 20px 10px 0px;
}
#eapb-wrap{
	float:left;
	overflow:hidden;
	width:100%;
}

.container{
	width:1310px;
	position:relative;
}
header, section, footer{
	float:left;
	width:100%;
	clear:both;
}
section{
	padding-bottom:100px;
}
section .col-md-6 p{
	margin:25px 0px;
}
/* #LANDING
================================================== */

header{
	float:left;
	width:100%;
	height:231px;
	padding-top:50px;
	z-index:4;
	position:relative;
}
header h1.logo{
	float:left;
	position:relative;
	z-index:5;
	width:272px;
	height:56px;
	margin-top:-6px;
}
header h1.logo img{
	width:272px;
	float:left;
	height:56px;
	margin-left:-15px;
}
header ul#primary-nav{
	float:right; 
	margin:0px;
	padding:0px;
	font-family: 'gt_walsheim_problack';
	font-weight:100;
}
header ul#primary-nav *{
	transition: all 0.3s ease;  
}
header ul#primary-nav > li{
	float:left;
	list-style:none;
	margin:0px 25px 0px 0px;
	padding:0px;
	position:relative;
}
header ul#primary-nav > li > a{
	font-size:16px;
	color:#333333;
	position:relative;
	width:135px;
	text-align:right;
	padding-top:26px;
	padding-bottom:18px;
	display:block;
	line-height:21px;
}
header ul#primary-nav > li > a:after{
	content:'';
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:12px;
	background:#008ac5;
	transition: all 0.3s ease;
}
header ul#primary-nav > li:last-child > a:after{
	background:#ffcb08;
	height:6px;
}
header ul#primary-nav > li:hover > a:after, header ul#primary-nav > li.active > a:after{
	height:1px;
}
.header-top{
	position:relative;
	height:67px;
}
#header-fix{
	height:78px;
}
#header-fix:before{
	content:'';
	left:-50%;
	width:100%;
	height:100%;
	background:#fff;
	position:absolute;
	z-index:-1;
	top:0px;
}
#header-fix:after{
	content:'';
	right:-50%;
	width:100%;
	height:100%;
	background:#fff;
	position:absolute;
	z-index:-1;
	top:0px;
}
#header-fix.off-canvas{
	  position: fixed;
	  left: -50%;
	  right:-50%;
	  margin:auto;
	  top: -500px;
	  width: 1280px;
	  box-sizing: border-box;
	  -webkit-transition: top 0.6s;
	  -moz-transition: top 0.6s;
	  transition: top 0.6s;
}
#header-fix.off-canvas.fixed {
  top: 0px;
  z-index: 9999;
  background:#fff;
	padding-top:10px;
	height:86px;
}
#header-fix.fixed.off-canvas h1.logo{
	margin-top:6px;
}
#header-fix.fixed.off-canvas .header-social{
	display:none;
}
header .search-wrap{
	font-size:16px;
	color:#333333;
	position:relative;
	width:135px;
	text-align:right;
	padding-top:26px;
	padding-bottom:18px;
	float:right;
}
header .search-wrap:after{
	content:'';
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:6px;
	background:#ffcb08;
	transition: all 0.3s ease;	
}
header .search-wrap input[type="text"]{
	border:none;
	float:left;
	width:100%;
	font-family: 'gt_walsheim_problack';
	font-size:16px;
	color:#333333;
	padding:0px;
	line-height:21px;
	padding-right:23px;
	text-align:right;
	background:none;
	cursor:pointer;
}

header .search-wrap.full-search input[type="text"]{
	cursor:auto;
}

header .search-wrap input[type="text"]::-webkit-input-placeholder{
   opacity:1;
   color:#333;
}
header .search-wrap input[type="text"]:-moz-placeholder { /* Firefox 18- */
   opacity:1; 
}
header .search-wrap input[type="text"]::-moz-placeholder {  /* Firefox 19+ */
  opacity:1; 
}
header .search-wrap input[type="text"]:-ms-input-placeholder {  
   opacity:1;
}
header .search-wrap input[type="submit"]{
	width:16px;
	height:16px;
	background:url(../images/search.png) no-repeat center;
	border:none;
	padding:0px;
	position:absolute;
	right:0px;
	top:28px;
	pointer-events:none;
}


header .search-wrap:hover:after{
	height:1px;
}
header .search-wrap a.close-search{
	display:none;
}
header .search-wrap.full-search .search-inner,header .search-wrap.full-search .search-inner *{
	transition: all 0.3s ease;
}
header .search-wrap.full-search .search-inner{
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	height:100px;
	background:#1d8bc4;
	z-index:5;
	padding:33px 0px;
}
header .search-wrap .decoy{
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	height:100px;
	background:#1d8bc4;
	z-index:4;
	padding:33px 0px;
	pointer-events:none;
	opacity:0;
	transition: all 0.3s ease;
}
header .search-wrap.full-search .decoy{
	opacity:1;
}
header .search-wrap.full-search .search-inner span{
	float:none;
	display:block;
	margin:auto;
	width:1280px;
	border-bottom:solid 2px #ffcb08;
	padding:0px 0px 4px 0px;
	height:30px;
}
header .search-wrap.full-search input[type="text"]{
	text-align:left;
	background:none;
	font-size:24px;
	width:90%;
	float:left;
	color:#fff;
	box-shadow:none;
	outline:none;
}
header .search-wrap.full-search input[type="text"]::-webkit-input-placeholder{
	color:#fff;
}
header .search-wrap.full-search input[type="submit"]{
	position:static;
	float:right;
	width:24px;
	height:24px;
	background:url(../images/search-white.png) no-repeat center;
	pointer-events:auto;
}
header .search-wrap.full-search a.close-search{
	display:block;
	position:absolute;
	right:16px;
	top:10px;
	color:#ffcb08;
	font-size:18px;
	font-family: 'gt_walsheim_probold';
	text-decoration:none;
	width:22px;
	height:22px;
	background:url(../images/close-search.png) no-repeat center;
	background-size:18px;
	text-indent:50px;
	overflow:hidden;
}

header ul#primary-nav > li ul{
	background:#f6f6f6;
	position:absolute;
	z-index:4;
	left:0px;
	padding:12px 0px 12px 10px;
	width:455px;
	overflow:hidden;
	opacity:0;
	top:30px;
	pointer-events:none;
	-moz-column-count:2; /* Firefox */
  	-webkit-column-count:2; /* Safari and Chrome */
  	column-count:2;
	-webkit-column-gap: 0px; /* Chrome, Safari, Opera */
    -moz-column-gap: 0px; /* Firefox */
    column-gap: 0px;
}
header ul#primary-nav > li:hover > ul{
	opacity:1;
	pointer-events:auto;
	top:60px;
}
header ul#primary-nav > li ul > li{
	/*float:left;*/
	list-style:none;
	margin:0px;
	padding:0px 7px;
	width:100%;
}
header ul#primary-nav > li ul > li a{
	display:inline-block;
	padding:7px 0px;
	color:#333333;
	font-size:16px;
	position:relative;
	width:auto;
	line-height:100%;
}

header ul#primary-nav > li ul > li a:after{
	content:'';
	position:absolute;
	left:0px;
	bottom:8px;
	width:0px;
	height:4px;
	background:#008ac5;
	opacity:0.20;
	transition: all 0.3s ease;
}
header ul#primary-nav > li ul > li a:hover{
	color:#008ac5;
}
header ul#primary-nav > li ul > li a:hover:after{
	width:100%;
}
header .header-login{
	float:right;
	clear:both;
	margin-top:24px;
}
header .header-login label{
	font-family: 'gt_walsheim_problack';
	font-size:16px;
	color:#333333;
	font-weight:100;
	margin-right:25px;
	float:left;
	margin-top:-2px;
	line-height:100%;
}
header .header-login #login-form{
	float:left;
}
header .header-login > div{
	float:right;
	clear:both;
}
header .header-login input{
	float:right;
	clear:right;
	transition: all 0.3s ease;
	opacity:1;
}
header .header-login input:hover{
	opacity:0.7;
}
header .header-login .input-st-wrap{
	float:right;
	clear:right;
	position:relative;
	margin-bottom:10px;
}
header .header-login .input-st-wrap span{
	position:absolute;
	right:0px;
	top:0px;
	width:100%;
	font-size:16px;
	font-weight:100;
	padding:0px 20px;
	font-family: 'gt_walsheim_problack';
	height:100%;
	color:#008ac5;
	line-height:40px;
	transition: all 0.3s ease;
	z-index:1;
	background:#fff;
	box-shadow:inset 0px 0px 0px 2px #008ac5;
}
header .header-login .input-st-wrap.slide-right span{
	width:105px;
	padding:0px 14px;
	background:#008ac5;
	color:#fff;
}
header .header-login input[type="text"],
header .header-login input[type="password"]{
	border-radius:0px;
	width:295px;
	height:40px;
	border:solid 2px #008ac5;
	color:#008ac5;
	font-size:16px;
	font-weight:100;
	padding:0px 114px 0px 14px;
	font-family: 'gt_walsheim_problack';
}
.btn, .btn-blue{
	font-family: 'gt_walsheim_probold';
	padding:12px 30px;
	background:#008ac5;
	color:#fff;
	border-radius:0px;
	border:none;
	text-transform:uppercase;
	min-width:105px;
	cursor:pointer;
	font-weight:100;
	line-height:16px;
	transition: all 0.3s ease;
}
header ul.header-social{
	margin:0px;
	padding:0px;
	width:20px;
	position:absolute;
	right:-50px;
	top:90px;
}
header ul.header-social > li{
	float:left;
	width:20px;
	height:20px;
	margin-bottom:10px;
	list-style:none;
	transition: 0.3s;
	opacity:1;
}
header ul.header-social > li:hover{
	opacity:0.7;
}
header ul.header-social > li img{
	float:left;
}

#home-banner{
	position:relative;
	margin-bottom:30px;
}
#home-banner ul.slides li{
	display:none;
}
#home-banner .slide-img{
	float:left;
	width:62.5%;
}
.flex-control-paging{
	width:37.5%;
	bottom:0px;
	padding-left:30px;
	left:auto;
	right:0px;
}
.flex-control-paging li{
	float:left;
	margin:0px 5px 0px 0px;
	height:15px;
}
.flex-control-paging li a{
	width:15px;
	height:15px;
	box-shadow:inset 0px 0px 0px 2px #333;
	background:#fff;
	border-radius:0px;
	margin:0px;
	border:none;
}
.flex-control-paging li a.flex-active{
	box-shadow:inset 0px 0px 0px 15px #333;
}
#home-banner .slide-desc{
	float:left;
	width:37.5%;
	/*padding:155px 0px 20px 30px;*/
	padding:190px 0px 20px 30px;
	background:url(../images/stroke.png) no-repeat 30px 50px ;
}
#home-banner .slide-desc h2{
	font-size:30px;
	line-height:30px;
	margin:2px 0px 15px;
}
#home-banner .slide-desc p{
	font-size:20px;
	line-height:24px;
	margin:20px 0px 24px 0px;
    font-family: 'gt_walsheim_promedium';
}

.primary-btn {
 	position:relative;
  	vertical-align: middle;
  	display: inline-block;
 	height: 40px;
	padding:0px 30px;
	font-size:14px;
	color:#333333;
	border-radius:0px;
	font-family: 'gt_walsheim_probold';
	text-transform:uppercase;
	line-height:41px;
	text-decoration:none!important;
  	text-align: center;
  	transition: 0.5s;
  	cursor: pointer;
  	-webkit-transition:0.5s;
	box-shadow:inset 0px 0px 0px 2px #333;
}

.primary-btn:hover {
  	color: #ffcb08;
}

.primary-btn::before, .primary-btn::after {
	width: 100%;
	height:100%;
	z-index: 3;
	content:'';
	position: absolute;
	top:0;
	left:0;
	box-sizing: border-box;
	transform: scale(0);
	-webkit-transform: scale(0);
	transition: 0.5s;
}

.primary-btn::before {
	border-bottom: 2px solid #ffcb08;
	border-left: 2px solid #ffcb08;
	transform-origin: 0 100%;
	-webkit-transform-origin: 0 100%;
}

.primary-btn::after {
	border-top: 2px solid #ffcb08;
	border-right: 2px solid #ffcb08;
	transform-origin: 100% 0%;
	-webkit-transform-origin: 100% 0%;
}
.primary-btn:hover::after, .primary-btn:hover::before {
	transform: scale(1);
	-webkit-transform: scale(1);
}

.primary-btn.btn-down{
	color:#1d8bc4;
	border-color:#1d8bc4;	
	box-shadow:inset 0px 0px 0px 2px #1d8bc4;
	padding-right:46px;
}
.primary-btn.btn-down span{
	position:absolute;
	right:25px;
	top:12px;
	width:16px;
	height:16px;
	background:url(../images/btn-arw.png) no-repeat center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
section a.primary-btn.register-btn{
	margin-top:15px;
}
.view_event_register{
	    color: #ffcc02!important;
    display: inline-block;
    float: left;
    font-family: gt_walsheim_probold,serif;
    line-height: 18px;
	background: none!important;
	font-size: 18px;
}
.btn-primary.view_event_register, .event-popup ul.event-popup-list > li .view_event_register{
	cursor: default!important;
}

@keyframes hvr-icon-hang {
  0% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }

  50% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }

  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}

@-webkit-keyframes hvr-icon-hang-sink {
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}

@keyframes hvr-icon-hang-sink {
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}

.hvr-icon-hang {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.primary-btn.btn-down:hover span{
    -webkit-animation-name: hvr-icon-hang-sink, hvr-icon-hang;
    animation-name: hvr-icon-hang-sink, hvr-icon-hang;
    -webkit-animation-duration: .3s, 1.5s;
    animation-duration: .3s, 1.5s;
    -webkit-animation-delay: 0s, .3s;
    animation-delay: 0s, .3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate;
}

.primary-btn.btn-down:before,
.primary-btn.btn-down:after{
	content:none;
}


/* # FOOTER #
================================================== */
footer{
	background:#333333;
	color:#fff;
	padding:25px 0px;
	position:relative;
}
footer p{
	font-size:16px;
	line-height:24px;
	color:#fff;
	font-family: 'gt_walsheim_probold';
	margin:0px;
}
footer a.ftr-logo{
	display:inline-block;
	width:242px;
	margin-bottom:12px;
}
footer a.ftr-logo img{
	max-height:56px;
}
footer ul.ftr-links{
	margin:37px 0px 0px 0px;
	padding:0px;
}
footer ul.ftr-links > li{
	list-style:none;
	float:left;
	width:50%;
	clear:left;
}
footer ul.ftr-links.disc-link > li{
	float:right;
	clear:none;
	margin-top:-68px;
}
footer ul.ftr-links > li a{
	display:inline-block;
	color:#fff;
	font-family: 'gt_walsheim_probold';
	min-width:135px;
	position:relative;
	z-index:1;
	float:left;
	text-decoration:none;
}
footer ul.ftr-links > li a:after{
	content:none;
	position:absolute;
	left:0px;
	bottom:4px;
	height:4px;
	width:100%;
	background:#666666;
	z-index:-1;
}
footer span.copyright{
	font-family: 'gt_walsheim_promedium';
	font-size:16px;
	float:right;
	width:50%;
	margin-top:-46px;
}
footer .container, footer .col-md-6{
	position:static;
}
footer a.website-by{
	float: left;
    background: url(../images/k.png) no-repeat right top;
    padding-right: 16px;
    line-height: 18px;
    padding-top: 3px;
	color:#fff;
	position:absolute;
	right:25px;
	bottom:27px;
}
/* # INNER PAGE #
================================================== */

#article-banner, #member-banner{
	float:left;
	width:100%;
	margin-bottom:91px;
	height:500px;
	/*overflow:hidden;*/
}
#article-banner .article-banner-img, #member-banner .article-banner-img{
	float:left;
	width:62.5%;
	position:relative;
	height:500px;
}
#article-banner .article-banner-img > img{
	position:absolute;
	right:0px;
	top:0px;
	max-width:none;
	min-height:500px;
	width:60vw;
}
#article-banner .article-banner-img .banner-title{
	position:absolute;
	right:0px;
	top:0px;
	z-index:2;
	width:59vw
}
.article-banner-img .banner-title h1{
	/*font-size:40px;*/
    font-size:36px;
	line-height:40px;
	margin:30px 0px 0px 0px;
	padding:15px 27px 15px 50px;
	font-family: 'gt_walsheim_problack';
	/*text-transform:uppercase;*/
	background:rgba(255,255,255,0.75);
	float:left;
	clear:both;
	max-width:90%;
}
.article-banner-img .banner-title h2{
	font-size:30px;
	line-height:30px;
	margin:30px 0px 0px 0px;
	padding:15px 27px 15px 50px;
	font-family: 'gt_walsheim_problack';
	background:rgba(255,255,255,0.75);	
	float:left;
	clear:both;
	max-width:75%;
}
#article-banner .banner-desc, #member-banner .banner-desc{
	width:37.5%;
	float:left;
	padding:96px 0px 10px 30px;
}
#article-banner .banner-desc h2{
	font-size:40px;
	text-transform:uppercase;
	line-height:normal;
	margin-bottom:5px;
}
#article-banner .banner-desc h3{
	font-size:30px;
	line-height:30px;
	margin-bottom:10px;
}

#article-banner #event-banner .article-banner-img{
	float:left;
	width:37.5%;
	position:relative;
	height:500px;
}
#article-banner #event-banner  .article-banner-img img{
	position:absolute;
	right:0px;
	top:0px;
	max-width:none;
	/*min-height:500px; 
	max-height: 500px;*/
	max-height: 26vw;
	min-height: 26vw;
	width: auto;
}
#article-banner #event-banner  .banner-desc{
	width:62.5%;
	float:left;
	padding:110px 0px 10px 30px;
}
#article-banner.inner-no-image{
	height:auto;
	margin-bottom:0px!important;
}
#article-banner.inner-no-image .banner-desc h3{
	display:none;
}
#article-banner.inner-no-image .article-banner-img{
	display:none;
}
#article-banner.inner-no-image .banner-desc{
	padding:40px 0px 0px 0px!important;
}
 #event-banner .banner-desc{
	 position:relative;
}
h5.back-to-list{
	color:#ffcc00;
	font-size:20px;
	position:absolute;
	top:30px;
	font-family: 'gt_walsheim_probold';
	left:30px;
	z-index:4;
}
h5.back-to-list a{
	color:#ffcc00;
	font-size:20px;
}
 #event-banner span.event-loc-dt{
	font-size:20px;
	line-height:24px;
	color:#008ac5;
	font-family: 'gt_walsheim_probold';
	display:block;
	margin:17px 0px;
}
#event-banner p{
	font-size:20px;
	line-height:24px;
	margin-bottom:30px;
}
#event-banner ul.slides > li{
	display:none;
}
#event-banner .flex-direction-nav{
	position:absolute;
	top:25px;
	left:40%;
	width:70px;
}
#event-banner .flex-direction-nav a{
	top:0px;
	bottom:auto;
	left:0px;
	opacity:1;
	width:25px;
	height:25px;
	display:block;
}
#event-banner .flex-direction-nav a.flex-disabled{
	opacity:0.5;
}
#event-banner .flex-direction-nav a.flex-prev{
	background:url(../images/slide-left.png) no-repeat center;
	background-size:25px;
	left:0px;
	right:auto;
}
#event-banner .flex-direction-nav a.flex-next{
	background:url(../images/slide-right.png) no-repeat center;
	background-size:25px;
	left:45px;
	right:auto;
}
a.btn-readmore{
	font-size:20px;
	line-height:24px;
	color:#333;
	text-decoration:none;
	position:relative;
	transition: all 0.3s ease;
	background:none!important;
}
a.btn-readmore:hover{
	color:#ffcc00;
}
a.btn-readmore:after{
	content:'';
	position:absolute;
	bottom:4px;
	left:0px;
	width:0px;
	height:4px;
	background:#ffcc00;
	opacity:0.3;
	transition: all 0.3s ease;
	display:inline-block;
	overflow:hidden;
	z-index:-1;
	pointer-events:none;
}
a.btn-readmore:hover:after{
	left:0px;
	width:100%;
	opacity:0.5;
}

.content-inner p{
	margin:0px 0px 15px 0px; 
}	
.content-inner p a{
	position:relative;
	z-index:1;
	display:inline-block;
	padding:0px 3px;
	color:#999;
	background:#fff;
	transition: all 0.3s ease 0.2s;
}
.content-inner p a:before{
	content:'';
	background:#d6d6d6;
	position:absolute;
	left:0px;
	top:0px;
	width:0px;
	height:95%;
	transition: all 0.3s ease;
	z-index:-1;
}
.content-inner p a:hover{
	color:#333;
	background:#d6d6d6;
}
.content-inner p a:hover:before{
	width:100%;
}
.content-inner h1{
	margin-bottom:0px;
}
.content-inner h2{
	margin-bottom:10px;
	font-size:24px;
	line-height:100%;
	margin:4px 0px 15px;
	font-family: 'gt_walsheim_probold';
}

.content-inner ul, .content-inner ol{
	margin:0px 0px 25px;
	padding:0px;
}
.content-inner ul > li{
	list-style:none;
	position:relative;
	font-size:18px;
	line-height:24px;
	padding-left:12px;
	margin:2px 0px;
}
.content-inner ol{
	padding-left:20px;
}
.content-inner ol > li{
	font-size:18px;
	line-height:24px;
	margin:2px 0px;
}
.content-inner ul > li:before{
	content: "• ";
	position:absolute;
    color: #008ac5;
    font-size: 21px;
    left: 0;
	top:0px;
}
ul.events-list{
	float:left;
	margin:0px;
	padding:0px;
	margin:0px -15px;
}
ul.events-list > li{
	float:left;
	list-style:none;
	margin:5px 0px 20px 0px;
	width:50%;
	padding:0px 15px;
	content:none;
}
.events-list > li:nth-child(odd){
	clear:left;
}
.events-list > li:nth-child(even){
	clear:right;
}
ul.events-list > li:before{
	content:none;
}
ul.events-list > li h2{
	font-size:24px;
	line-height:24px;
	margin:20px 0px 0px;
}
ul.events-list > li span.date, span.date{
	font-size:20px;
	line-height:normal;
	color:#008ac5;
	font-family: 'gt_walsheim_problack';
	font-weight:100;
	display:block;
	margin:12px 0px 10px;
}
ul li.view-more-wrap{
	text-align:center;
	width:100%!important;
	margin:0px;
}


/*Register popup*/
#register-popup{
	width:720px;
	padding:30px;
	background:#fff;
	box-shadow:0px 0px 10px rgba(0,0,0,0.7);
	position:fixed;
	left:-50%;
	right:-50%;
	margin:auto;
	top:8%;
	z-index:99;
	transform:scale(0.6);
	transition: all 0.3s ease;
	opacity:0;
	pointer-events:none;
	max-height: 86vh;
}
#register-popup-event{
	max-height: 72vh;
    float:Left;
    width: 100%;
}
#register-popup .mCSB_inside > .mCSB_container, #register-popup-event .mCSB_inside > .mCSB_container{
	margin-right: 0px;
}
#register-popup .mCSB_draggerContainer,
#register-popup-event .mCSB_draggerContainer{
	width: 6px!important;
	left: auto!important;
	right: 0px!important;
}
#register-popup .mCSB_scrollTools, #register-popup-event .mCSB_scrollTools{
	z-index: 9;
}
#register-popup .mCustomScrollBox, #register-popup-event .mCustomScrollBox{
	padding-right: 10px;
}
#register-popup.register-active{
	opacity:1;
	pointer-events:auto;
	transform:scale(1);
}
#register-popup:after{
	content:'';
	position:fixed;
	z-index:-1;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background:rgba(255,255,255,0.7);
	pointer-events:none;
	transform:scale(5);
}
#register-popup label, #register-popup-event label{
	font-family: 'gt_walsheim_promedium';
	font-size:18px;
	color:#333333;
	font-weight:100;
	margin:0px;
	line-height:100%;
	margin-bottom:30px;
	float:left;
	width:95%;
}
#register-popup .input-st-wrap, #register-popup-event .input-st-wrap{
	clear:none!important;
	margin-bottom:20px!important;
}
#register-popup .input-st-wrap:nth-child(even), #register-popup-event .input-st-wrap:nth-child(even){
	float:right;
}
#register-popup .input-st-wrap input[type="text"], #register-popup .input-st-wrap select,
#register-popup-event .input-st-wrap input[type="text"], #register-popup-event .input-st-wrap select{
	width:320px;
}
#register-popup .g-recaptcha, #register-popup-event .g-recaptcha{
	float: left;
    margin: -18px 0 0 -9px;
    transform: scale(0.8);
}
#register-popup-event .g-recaptcha{
	margin: -18px 0 0 -31px;
}
#register-popup label strong, #register-popup-event label strong{
	font-weight:100;
	font-family: 'gt_walsheim_problack';
	font-size:20px;
}
#register-popup input, #register-popup-event input{
	float:left;
	clear:left;
}
#register-popup .select-wrap, #register-popup-event .select-wrap{
	position:relative;
}
#register-popup .select-wrap select, #register-popup-event .select-wrap select{
	-webkit-appearance:none;
	-moz-appearance:none;
	outline:none;
}
.select-wrap::before, .select-wrap::after {
	background: #008ac5 ;
	content: '';
	height: 2px;
	display: block;
	position: absolute;
	top: 22px;
	width: 10px;
	margin-right:-20px;
	-webkit-transition: all .65s;
	-moz-transition: all .65s;
	-o-transition: all .65s;
	transition: all .65s;
	-webkit-backface-visibility: hidden
}
.select-wrap::before {
	right: 42px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: 100% 100%;
	-moz-transform-origin: 100% 100%;
	-o-transform-origin: 100% 100%;
	transform-origin: 100% 100%
}
.select-wrap::after {
	right: 32px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 0 100%;
	-moz-transform-origin: 0 100%;
	-o-transform-origin: 0 100%;
	transform-origin: 0 100%
}
.select-wrap:hover::before{
	background: #008ac5 ;
	top: 14px;
	-webkit-transform: rotate(225deg);
	-moz-transform: rotate(225deg);
	-o-transform: rotate(225deg);
	transform: rotate(225deg)
}
.select-wrap:hover::after{
	background: #008ac5 ;
	top: 14px;
	-webkit-transform: rotate(-225deg);
	-moz-transform: rotate(-225deg);
	-o-transform: rotate(-225deg);
	transform: rotate(-225deg)
}


#register-popup a.close-popup{
	width:20px;
	height:20px;
	position:absolute;
	right:12px;
	top:12px;
	background:url(../images/close.png) no-repeat  center;
	display:block;
}
#register-popup .input-st-wrap, .contact-page .input-st-wrap, #register-popup-event .input-st-wrap{
	float:left;
	clear:both;
	position:relative;
	margin-bottom:10px;
	overflow:hidden;
	max-height:40px;
}
#registrationForm .customText-wrap{
	float:left;
	clear:both;
	position:relative;
	margin-bottom:15px;
    font-family: 'gt_walsheim_problack';	
	width: 100%;
}
#registrationForm .customText-wrap p{
	padding: 0px;
    font-family: 'gt_walsheim_problack';
	margin: 5px 0px;
}
#registrationForm .radiobox-group-wrap, #registrationForm .checkbox-group-wrap, #registrationForm .checkbox-wrap, #registrationForm .radiobox-wrap{
	float:left;
	width: 100%;
	clear: both;
	margin-bottom: 20px;
}
#registrationForm .radiobox-group-wrap + .input-st-wrap, #registrationForm .checkbox-group-wrap + .input-st-wrap,
#registrationForm .checkbox-wrap + .input-st-wrap, #registrationForm .radiobox-wrap + .input-st-wrap,
#registrationForm .textarea-wrap + .input-st-wrap{
	clear: left!important;
	float: left!important;
}
#registrationForm .radiobox-group-wrap input,
#registrationForm .checkbox-group-wrap input,
#registrationForm .checkbox-wrap input,
#registrationForm .radiobox-wrap input{
	float: left!important;
	margin: 2px 12px 0px 0px!important;
}
#registrationForm .radiobox-group-wrap label,
#registrationForm .checkbox-group-wrap label,
#registrationForm .checkbox-wrap label,
#registrationForm .radiobox-wrap label{
	float: left!important;
	color: #008ac5;
	margin: 0px 25px 0px 0px!important;
	width: auto;
	font-size: 17px;
	min-width: 100px;
}
#registrationForm .radiobox-group-wrap > span,
#registrationForm .checkbox-group-wrap > span{
	float: left;
    font-family: 'gt_walsheim_problack';
	width: 250px;
	padding-right: 20px;
	color: #008ac5;
	font-size: 18px;
	margin-top: -2px;
}
#registrationForm .textarea-wrap{
	float: left;
	width: 100%;
	clear: both;
	margin-bottom: 20px;
}
#registrationForm .textarea-wrap textarea{
	margin: 0px;
	width: 100%;
	border: solid 2px #008ac5;
    color: #008ac5;
    font-size: 16px;
	padding: 10px 14px;
	height: 100px;
    font-family: 'gt_walsheim_problack';
}

#register-popup .input-st-wrap, #register-popup-event .input-st-wrap{
	overflow:visible;
}
#register-popup .input-st-wrap span, .contact-page .input-st-wrap span, #register-popup-event .input-st-wrap span{
	position:absolute;
	right:0px;
	top:0px;
	width:100%;
	font-size:16px;
	font-weight:100;
	padding:0px 20px;
	font-family: 'gt_walsheim_problack';
	height:100%;
	color:#008ac5;
	line-height:40px;
	transition: all 0.3s ease;
	z-index:1;
	background:#fff;
	box-shadow:inset 0px 0px 0px 2px #008ac5;
}
#register-popup .input-st-wrap.slide-right span, #register-popup-event .input-st-wrap.slide-right span, .contact-page .input-st-wrap.slide-right span{
	width:105px;
	padding:0px 14px;
	background:#008ac5;
	color:#fff;
}
#register-popup .input-st-wrap.slide-right span, #register-popup-event .input-st-wrap.slide-right span{
	width:130px;
}
#register-popup input[type="text"], .contact-page input[type="text"], #register-popup-event input[type="text"]{
	border-radius:0px;
	width:295px;
	height:40px;
	border:solid 2px #008ac5;
	color:#008ac5;
	font-size:16px;
	font-weight:100;
	padding:0px 132px 0px 14px;
	font-family: 'gt_walsheim_problack';
}
#register-popup select, #register-popup-event select{
	border-radius:0px;
	width:295px;
	height:40px;
	border:solid 2px #008ac5;
	color:#008ac5;
	font-size:16px;
	font-weight:100;
	padding:0px 14px 0px 14px;
	font-family: 'gt_walsheim_problack';
}
#register-popup .register_button, #register-popup-event .register_button{
	clear:left;
	float:left;
	box-shadow:none;
	border:solid 2px #008ac5;
}
#register-popup .register_button:focus{
	background:#fff;
	color:#008ac5 ;
	box-shadow:none;
}
#register-popup .loader, #register-popup-event .loader{
	position:absolute;
	width:40px;
	height:40px;
	left:150px;
	bottom:30px;
	background:url(../images/loader.gif) no-repeat center;
	background-size:30px;
}
#register-popup #success_message, #register-popup #failure_message,
#register-popup-event #success_message, #register-popup-event #failure_message{
	margin:-10px 0px 20px;
}
#myModalEventRegister .modal-dialog{
	width:720px!important;
}
#myModalEventRegister .modal-content, #myModalEventRegister .modal-body{
	float:left;
}

#success_message{
	margin:-30px 0px 30px;
	float:left;
	width:100%;
	padding:1em 2em;
	background:#d2e9c9;
	color:#333;
	font-family: 'gt_walsheim_probold';
	font-size:16px;
	text-align:center;
}
#failure_message{
	margin:-30px 0px 30px;
	float:left;
	width:100%;
	padding:1em 2em;
	background:#efd7cd;
	color:#333;
	font-family: 'gt_walsheim_probold';
	font-size:16px;
	text-align:center;
}

ul.pub-list{
	float:left;
	width:100%;
	margin:0px;
	padding:0px;
}
ul.pub-list > li{
	list-style:none;
	float:left;
	width:100%;
	margin:45px 0px 0px;
	padding:0px;
}
ul.pub-list span.date{
	display:block;
	font-size:20px;
	color:#008ac5;
	line-height:normal;
	margin:0px 0px 8px 0px;
	font-family: 'gt_walsheim_problack';
}
ul.pub-list > li:first-child{
	margin:0px;
}
ul.pub-list > li:before{
	content:none;
}
ul.pub-list.pub-cat{
	padding-left:160px;
}
ul.pub-list.pub-cat > li{
	position:relative;
}
ul.pub-list.pub-cat .cat-title{
	width:140px;
	position:absolute;
	left:-160px;
	top:0px;
	font-size:24px;
	line-height:normal;
	color:#ffcc00;
	text-transform:uppercase;
	font-family: 'gt_walsheim_probold';
}
ul.cat-listing-li.pub-list li h2{
	margin:5px 0px 10px;
}
.secondary-nav{
	float:left;
	width:100%;
}
.secondary-nav h3{
	position:relative;
	margin:0px 0px 20px;
}
.secondary-nav h3:after{
	content:'';
	background:#008ac5;
	height:1px;
	width:100%;
	position:absolute;
	bottom:5px;
	left:0px;
}
.secondary-nav h3 span{
	display:inline-block;
	background:#fff;
	padding:0px 10px 0px 0px;
	position:relative;
	z-index:1;
}
.secondary-nav ul{
	float:left;
	width:100%;
	margin:0px;
	padding-left:130px;
}
.secondary-nav ul > li{
	list-style:none;
	margin:14px 0px 17px;
	padding:0px;
}
.secondary-nav ul > li:first-child{
	margin-top:7px;
}
.secondary-nav ul > li a{
	position:relative;
	font-size:20px;
	line-height:normal;
	color:#333333;
	font-family: 'gt_walsheim_probold';
	transition: all 0.3s ease;
}
.secondary-nav ul > li a:after{
	position:absolute;
	bottom:5px;
	opacity:0.3;
	left:0px;
	width:0px;
	height:4px;
	background:#008ac5;
	transition: all 0.3s ease;
	pointer-events:none;
	content:'';
	z-index:-1;
}
.secondary-nav ul > li a:hover{
	color:#008ac5;
}
.secondary-nav ul > li a:hover:after{
	width:100%;
}
.secondary-nav ul > li.active a{
	color:#008ac5;
}
.secondary-nav ul > li.active a:after{
	background:#008ac5;
}

.toggle-wrap{
	float:left;
	width:100%;
	margin-top:10px;
}
#content-container .toggle-wrap{
	margin-bottom:-40px;
}
.toggle-wrap .toggle-title{
	font-size:24px;
	line-height:normal;
	font-family: 'gt_walsheim_probold';
	display:inline-block;
	padding-right:34px;
	margin-bottom:5px;
	position:relative;
	cursor:pointer;
}
.toggle-wrap .toggle-title::before, .toggle-wrap .toggle-title::after {
	background: #ffcc00;
	content: '';
	height: 4px;
	display: block;
	position: absolute;
	top: 21px;
	width: 14px;
	-webkit-transition: all .65s;
	-moz-transition: all .65s;
	-o-transition: all .65s;
	transition: all .65s;
	-webkit-backface-visibility: hidden
}
.toggle-wrap .toggle-title::before {
	right: 14px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: 100% 100%;
	-moz-transform-origin: 100% 100%;
	-o-transform-origin: 100% 100%;
	transform-origin: 100% 100%
}
.toggle-wrap .toggle-title::after {
	right: 0px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 0 100%;
	-moz-transform-origin: 0 100%;
	-o-transform-origin: 0 100%;
	transform-origin: 0 100%
}
.toggle-wrap .toggle-title:hover::before, .toggle-title.active-title:before{
	background: #ffcc00;
	top: 8px;
	-webkit-transform: rotate(225deg);
	-moz-transform: rotate(225deg);
	-o-transform: rotate(225deg);
	transform: rotate(225deg)
}
.toggle-wrap .toggle-title:hover::after, .toggle-title.active-title:after{
	background: #ffcc00;
	top: 8px;
	-webkit-transform: rotate(-225deg);
	-moz-transform: rotate(-225deg);
	-o-transform: rotate(-225deg);
	transform: rotate(-225deg)
}
.toggle-content{
	display:none;
}

.full-text{
	display:none;
}
a.more-text{
	font-size:18px;
	line-height:20px;
	color:#008ac5;
	text-decoration:none;
	position:relative;
	transition: all 0.3s ease;
	padding:0px;
}
a.more-text:hover{
	color:#ffcc00;
}
a.more-text:after{
	content:'';
	position:absolute;
	bottom:5px;
	left:0px;
	width:0px;
	height:4px;
	background:#ffcc00;
	opacity:0.3;
	transition: all 0.3s ease;
	display:inline-block;
	overflow:hidden;
	z-index:-1;
	pointer-events:none;
}
a.more-text:hover:after{
	left:0px;
	width:100%;
	opacity:0.5;
}

ul.resource-list{
	margin:0px;
	padding:0px;
	list-style:none;
}
ul.resource-list > li{
	margin:4px 0px;
	padding:0px;
	list-style:none;
}
ul.resource-list > li:before{
	content:none;
}
ul.resource-list > li a{
	display:inline-block;
	padding:10px 0px 0px 30px;
	background:url(../images/file.png) no-repeat left center;
}
span.file_missing{
	display:inline-block;
	margin-left:24px;
	font-size:15px;
	padding-left:25px;
	color:#888888;
	background:url(../images/noitem.png) no-repeat 0px 0px;
	background-size:18px;
	line-height:20px;
	font-family: 'gt_walsheim_proregular';
}
#article-banner.contact-map{
	margin-top:100px;
	height:400px;
}
.contact-map iframe{
	width:100%;
	height:400px;
}
.contact-page .col-md-6 h1{
	margin-bottom:4px;
}
.contact-page textarea{
	border-radius:0px;
	width:100%;
	height:140px;
	border:solid 2px #008ac5;
	color:#008ac5;
	font-size:16px;
	font-weight:100;
	padding:8px 10px 10px 14px;
	float:left;
	font-family: 'gt_walsheim_problack';
	margin-bottom:10px;
}
.contact-page textarea::-webkit-input-placeholder{
   opacity:1;
   color:#008ac5;
}
.contact-page textarea:-moz-placeholder { /* Firefox 18- */
   opacity:1; 
   color:#008ac5;
}
.contact-page textarea::-moz-placeholder {  /* Firefox 19+ */
   opacity:1; 
   color:#008ac5;
}
textarea.error, input.error, select.error{ 
	box-shadow: 0 0 2px 3px rgba(254, 0, 0, 0.25);
}
label.error{
	display:none!important;
}
.contact-page a.btn-readmore{
	color:#008ac5;
	font-size:18px;
	text-decoration:none;
	padding:0px!important;
}
.contact-page a.btn-readmore:before{
	content:none;
}
.contact-page a.btn-readmore:after{
	background-color:#008ac5;
}
.contact-page a.btn-readmore:hover{
	color:#ffcc00;
}
.contact-page a.btn-readmore:hover:after{
	left:0px;
	width:100%;
	background:#ffcc00;
	opacity:0.5;
}
.contact-page input.btn-blue{
	font-size:18px;
	float:right;
	font-family: 'gt_walsheim_probold';
	padding-top:14px;
	padding-bottom:14px;
}
.contact-page .follow-us{
	margin-top:64px;
}
.contact-page ul.social-links{
	float:left;
	margin:-14px 0px 0px;
	padding:0px;
}
.contact-page ul.social-links > li{
	float:left;
	margin:0px 10px 0px 0px;
	padding:0px;
}
.contact-page ul.social-links > li:before{
	content:none;
}
.contact-page ul.social-links > li a{
	transition: all 0.3s ease;
	opacity:1;  
}
.contact-page ul.social-links > li a:hover{
	opacity:0.7;  
}


/* General styles for all types of buttons */
#pgr_bar{
    float: right;
}
.progress-button {
	position: relative;
	display: inline-block;
	padding: 0 60px;
	outline: none;
	border: none;
	background: #1d9650;
	color: #fff;
	text-transform: uppercase;
	/*letter-spacing: 1px;*/
	font-size:18px;
	line-height:44px;
	margin-left: 20px;
}

.progress-button[disabled],
.progress-button[disabled].state-loading {
	cursor: default;
}

.progress-button .content {
	position: relative;
	display: block;
}

.progress-button .content::before,
.progress-button .content::after{
	position: absolute;
	right:9px;
	top: 17px;
	color: #0e7138;
	/*font-family: "icomoon";*/
	opacity: 0;
	width:15px;
	height:15px;
	-webkit-transition: opacity 0.3s 0.3s;
	transition: opacity 0.3s 0.3s;
	background:url(../images/tick-icon.png) no-repeat right center;
    background-size: 12px;
	background-position:4px 0px;
}
.progress-button .content::before {
	content: " "; /* Checkmark for success */
}

.progress-button .content::after {
	content: " "; /* Cross for error */
}

.progress-button.state-success .content::before,
.progress-button.state-error .content::after {
	opacity: 1;
}

.notransition {
	-webkit-transition: none !important;
	transition: none !important;
}

.progress-button .progress {
	background: #006d9c;
}

.progress-button .progress-inner {
	position: absolute;
	left: 0;
	background: #009cde;
}

.progress-button[data-horizontal] .progress-inner {
	top: 0;
	width: 0;
	height: 100%;
	border-radius: 5px;
	-webkit-transition: width 0.3s, opacity 0.3s;
	transition: width 0.3s, opacity 0.3s;
}

.progress-button[data-vertical] .progress-inner {
	bottom: 0;
	width: 100%;
	height: 0;
	-webkit-transition: height 0.3s, opacity 0.3s;
	transition: height 0.3s, opacity 0.3s;
}

/* Necessary 3d styles for buttons with perspective */

.progress-button[data-perspective] {
	position: relative;
	display: inline-block;
	padding: 0;
	background: transparent;
	-webkit-perspective: 900px;
	perspective: 900px;
}

.progress-button[data-perspective] .content {
	border-radius: 0px;
	padding:0px 30px;
	background: #008ac5;
	font-family: 'gt_walsheim_probold';
}

.progress-button[data-perspective] .progress-wrap {
	display: block;
	-webkit-transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.progress-button[data-perspective] .content,
.progress-button[data-perspective] .progress {
	outline: 1px solid rgba(0,0,0,0); /* Smoothen jagged edges in FF */
}


/* Rotate side up 3d */
/* ====================== */

.progress-button[data-style="rotate-side-up"] .progress {
	position: absolute;
	bottom: 100%;
	left: 0;
	width: 100%;
	height: 20px;
	border-radius: 5px;
	-webkit-transform: rotateX(90deg);
	transform: rotateX(90deg);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.progress-button[data-style="rotate-side-up"].state-loading .progress-wrap {
	-webkit-transform: rotateX(-90deg) translateZ(10px);
	transform: rotateX(-90deg) translateZ(10px);
}

/* General styles for all types of buttons end*/


/*BOARD*/
.board-member-wrap{
	min-height:750px;
}
.isotope .isotope-item {
    transition-property: transform, opacity;
}
.isotope, .isotope .isotope-item {
    transition-duration: 0.8s;
}
.isotope-item {
    z-index: 2;
}
.board-member-wrap #board-member{
	float:left;
	width:42vw;
	margin:0px;
	padding:0px;
	position:absolute!important;
	right:15px;
}
.board-member-wrap #board-member > li{
	list-style:none;
	float:left;
	width:24.8%;
	margin:0px;
	padding:0px;
}
.board-member-wrap #board-member > li img{
	width:100%;
	height:100%;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
.board-member-wrap #board-member > li.active{
	width:49.6%!important;
	z-index:3;
}
.board-member-wrap #board-member > li.active img{
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	transition: all 0.3s ease;
}
.board-member-wrap #board-member > li:before{
	content:none;
}
.board-member-wrap .col-md-5{
	position:relative;
}
.board-member-wrap .col-md-7{
	padding-top:90px;
}
.board-member-wrap .col-md-7 h2{
	font-size:40px;
	line-height:normal;
	font-family: 'gt_walsheim_problack';
	text-transform:uppercase;
	border-bottom:solid 1px #008ac5;
	padding-bottom:15px;
	margin:0px 0px 20px 0px;
}
.board-member-wrap .board-member-info{
	float:left;
	width:100%;
}
.board-member-wrap .board-member-info h4{
	font-size:24px;
	line-height:normal;
	color:#ffcc00;
	font-family: 'gt_walsheim_probold';
	margin:0px 0px 5px;
}
.board-member-wrap .board-member-info h6{
	font-size:20px;
	line-height:normal;
	color:#333333;
	font-family: 'gt_walsheim_probold';
	font-weight:100;
	margin:0px;
}
.board-member-wrap .board-member-info strong{
	font-size:20px;
	line-height:normal;
	color:#1d8bc4;
	font-family: 'gt_walsheim_promedium';
	font-weight:100;
	margin:0px 0px 10px;
	display:block;
}

/*MEMBER*/

#member-map{
	margin-top:-50px;
	margin-bottom:30px;
	background:#f6f6f6;
	float:left;
	position:absolute;
	width:60%;
    left:0px;
    top:281px;
    height:500px;
    overflow: hidden;
}
#member-map .map-title{
	position:absolute;
	width:100%;
	left:0px;
	top:95px;
}
#member-map .map-title h2{
	text-transform:uppercase;
	font-size:40px;
	line-height:100%;
}
#member-map .map-wrap{
	float:right;
	position:relative;
	height:500px;
	width:auto;
	overflow:hidden;
    margin-right:-60px;
}
#member-map .map-wrap img{
	max-width:1050px;
}
#member-map .map-wrap img:hover{
	cursor:move;
}
#member-map .map-wrap .map-pin-point{
	position:absolute;
	display:block;
	padding:3px 6px;
	min-height:12px;
	background:#ffcb08;
	color:#fff;
	text-align:center;
	vertical-align:middle;
	font-family: 'gt_walsheim_probold';
	font-size:12px;
	line-height:100%;
	z-index:2;
	border-radius:30px;
	text-shadow:0px 0px 2px #666;
}
.map-pin-point.netherlands{
	right: 510px;
    top: 416px;
}
.map-pin-point.luxemberg{
	right:682px;
	top:615px;
}
.map-pin-point.france{
	right: 573px;
    top: 533px;
}
.map-pin-point.uk{
	right: 609px;
    top: 422px;
}
.map-pin-point.austria{
	right: 412px;
    top: 520px;
}
.map-pin-point.poland{
	right: 335px;
    top: 425px;
}
.map-pin-point.bulgaria{
	right: 280px;
    top: 630px;
}
.map-pin-point.germany{
	right: 463px;
    top: 444px;
}
.map-pin-point.italy{
	right: 479px;
    top: 587px;
}
.map-pin-point.croatia{
	right: 401px;
    top: 565px;
}
.map-pin-point.bosnia{
	right: 378px;
    top: 597px;
}
.map-pin-point.hungary{
	right: 360px;
    top: 536px;
}
.map-pin-point.spain{
	right: 610px;
    top: 640px;
}

.map-pin-point.norway{
	right: 438px;
    top: 225px;
}
.map-pin-point.denmark{
	right: 456px;
    top: 339px;
}
.map-pin-point.sweden{
	right: 316px;
    top: 141px;
}
.map-pin-point.macedonia{
	right: 330px;
    top: 651px;
}
.map-pin-point.finland{
	right: 221px;
    top: 199px;
}
.map-pin-point.slovenia{
	right: 417px;
    top: 555px;
}
.map-pin-point.portugal{
	right: 768px;
    top: 684px;
}
.map-pin-point.ireland{
	right: 684px;
    top: 392px;
}
.map-pin-point.scotland{
	right: 620px;
    top: 308px;
}
.map-pin-point.belgium{
	right: 534px;
    top: 454px;
}
.map-pin-point.luxembourg{
	right: 520px;
    top: 468px;
}
.map-pin-point.switzerland{
	right: 502px;
    top: 536px;
}
.map-pin-point.czech-republic{
	right: 398px;
    top: 474px;
}
.map-pin-point.montenegro{
	right: 364px;
    top: 626px;
}
.map-pin-point.albania{
	right: 356px;
    top: 660px;
}
.map-pin-point.greece{
	right: 334px;
    top: 694px;
}
.map-pin-point.serbia{
	right: 336px;
    top: 604px;
}
.map-pin-point.romania{
	right: 280px;
    top: 564px;
}
.map-pin-point.moldova{
	right: 222px;
    top: 536px;
}
.map-pin-point.slovakia{
	right: 346px;
    top: 498px;
}
.map-pin-point.malta{
	right: 438px;
    top: 758px;
}
.map-pin-point.sicilia{
	right: 440px;
    top: 728px;
}
.map-pin-point.cyprus{
	right: 90px;
    top: 774px;
}
.map-pin-point.turkey{
	right: 174px;
    top: 710px;
}
.map-pin-point.lithuania{
	right: 266px;
    top: 358px;
}
.map-pin-point.latvia{
	right: 248px;
    top: 320px;
}
.map-pin-point.estonia{
	right: 238px;
    top: 284px;
}
.map-pin-point.iceland{
	right: 712px;
    top: 118px;
}


#member-banner .article-banner-img > #member-slider{
	position:absolute;
	right:0px;
	top:0px;
	max-width:none;
	min-height:500px;
	width:59vw;
}

#member-slider ul.slides > li{
	display:none;
}
#member-slider .member-list-wrap ul{
	float:left;
	width:100%;
	padding:0px;
	margin:0px;
	border:solid 1px #e1e1e1;
	border-width:0px 0px 0px 2px ;
}
#member-slider .member-list-wrap ul > li{
	width:33.33%;
	float:left;
	border:solid 1px #e1e1e1;
	border-width:2px 2px 2px 0px ;
	height:164px;
	display:table;
	margin-bottom:-2px;
}
#member-slider .flex-control-paging{
	bottom: 0;
    left: 100%;
    padding-left: 30px;
    right: auto;
    width: 300px;
}
#member-slider .member-list-wrap ul > li a{
	display:table-cell;
	width:100%;
	height:164px;
	text-align:center;
	vertical-align:middle;
}
#member-slider .member-list-wrap ul > li a img{
	max-width:190px;
	max-height:120px;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity:0.7;
}
#member-slider .member-list-wrap ul > li.active{
	background:#f6f6f6;
	box-shadow:inset 0px 0px 0px 10px #fff;
}
#member-slider .member-list-wrap ul > li.active img{
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	transition: all 0.3s ease;
	opacity:1;
}
.member-desc h2{
	font-size:30px!important;
	line-height:36px!important;
	font-family: 'gt_walsheim_problack';
	text-transform:none!important;
	border-bottom:solid 1px #008ac5;
	padding-bottom:20px!important;
	margin:0px 0px 25px 0px!important;
}
.member-desc h4{
	font-size:20px;
	line-height:normal;
	color:#008ac5;
	font-family: 'gt_walsheim_probold';
}
.member-desc p{
	margin:10px 0px;
}
.member-desc a.btn-readmore{
	font-size:18px;
}
.banner-desc.add-info a.btn-readmore{
    float: left;
}
.banner-desc.add-info a.primary-btn{
    clear: left;
    float: left;
    margin-top: 15px;
}
/*SOCIAL*/
.twitter-block{
	float:left;
	width:100%;
	margin-top:20px;
	padding-top:50px;
	background:url(../images/twitter-bl-ico.png) no-repeat left top;
}
.mod_facebook_widget_plus{
	margin-top:20px;
	padding-top:50px;
	background:url(../images/facebook-bl-ico.png) no-repeat left top;
}
.twitter-block .eapb_tweets, .fb_iframe_widget{
	border-top:solid 4px #008ac5!important;
}
ul.tweet_list{
	float:left;
	width:100%;
	margin:0px;
	padding:0px;
	border:solid 1px #eaeaea;
}
ul.tweet_list > li{
	list-style:none;
	margin-top:0px;
	padding:10px 10px;
	display:table;
	border-top:solid 1px #eaeaea;
	width:100%;
}
ul.tweet_list > li:first-child{
	border-top:none;
}
ul.tweet_list > li:nth-child(even){
	background:#fafafa;
}
ul.tweet_list > li:before{
	content:none;
}
ul.tweet_list > li > div{
	display:table-cell;
	vertical-align:top;
	text-align:left;
	font-size:16px;
}
ul.tweet_list > li > div.jta-pic{
	width:50px;
}
ul.tweet_list > li > div.jta-pic img{
	max-width:36px;
}
ul.tweet_list > li a{
	color:#008ac5;
}
ul.tweet_list > li .jta-tweet-body{
	font-family: 'gt_walsheim_probold';
}
ul.tweet_list > li .jta-tweet-hour{
	color:#ccc;
	float:right;
}
a.tw_follow_us{
	display:inline-block;
	font-size:16px;
	background:url(../images/tw.png) no-repeat left center;
	padding-left:30px;
}
.mod_facebook_widget_plus .fb_iframe_widget{
	border:none;
	box-shadow:none;
}
.mod_facebook_widget_plus .fb_iframe_widget > span,
.mod_facebook_widget_plus .fb_iframe_widget > span > iframe{
	width:auto;
}

/*SEARCH*/
#searchForm .searchintro {
    background:#ffcb08;
    color:#FFFFFF;
    margin-top:20px;
    padding: 5px 15px;
}
#searchForm .searchintro p{
	font-size:14px!important;
}
#searchForm input[type="text"]#search-searchword {
	width:100%;
	border: 2px solid #008ac5;
    color: #008ac5;
	padding:7px 14px;
	font-size:18px;
}
.btn-toolbar{
	position:relative;
}
.btn-toolbar .btn-group{
	width:100%;
}
.btn-toolbar .btn-group:nth-child(2){
	position:absolute;
	right:2px;
	top:2px;
	width:50px!important;
}
#searchForm button.btn{
	background:url(../images/search-white.png) no-repeat center #008ac5;
    border: none;
    height: 40px;
	min-width:0px;
	text-indent:-6000px;
    padding: 0;
    width: 50px;
}
#searchForm .searchintro p {
    color:#FFFFFF;
    margin: 0;
	font-size: 16px;
}
#searchForm fieldset {
	border-width:0px 0px 1px 0px;
    border-bottom: 1px solid #ffcb08;
    margin-bottom: 0px;
    padding: 10px 0;
}
#searchForm .form-limit {
    display: inline-block;
    float: right;
    padding: 5px;
	padding-right: 0px;
	position:relative;
	top:-35px;
}
#searchForm .form-limit label {
    color: #666666;
    font-size: 13px !important;
}
/*#searchForm .form-limit select {
	border:none;
}*/
#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: #666666 !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!impotant;
}
#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 #d9dde0;
}
.search .search-results a {
	color:#333333;
	
}
dl.search-results .result-title {
    border-top:1px solid #ffcb08;
    margin-top: 14px;
    padding-top: 14px;
	color:#008ac5;
}
dl.search-results .result-title a{
	color:#008ac5;
}
dl.search-results{
	color:#333333;
}
dl.search-results .highlight{
	color:#ffcb08;
	font-family: 'gt_walsheim_probold';	
}
dl.search-results dt a {
	text-decoration:none !important;
}
dl.search-results dd {
	margin-left:18px;
}
dl.search-results dd.result-created{
	text-align:right;
	color:#999;
	font-size:13px;
	font-family: 'gt_walsheim_proregular';
}
#search-result-page{
    display:block;
    float:left;
    margin-top:60px;
}
.ordering-box label, .ordering-box select {
    margin-top: 0 !important;
}

ul.pagination, div.pagination, div.pagination > ul{
	border:none;
	margin:5px 0px;
	width:100%;
}
div.pagination > ul{
	margin:0px;
	padding:0px;
	list-style:none;
	margin-bottom:10px;
	display:inline-block;
}
ul.pagination > li, div.pagination > ul > li{
	border:none;
	font-size:14px;
	color:#008ac5;
	float:left;
	position:relative;
}
ul.pagination > li a, div.pagination > ul > li a, div.pagination > ul > li span{
	font-size:16px;
	color:#008ac5!important;
	border:none;
}
ul.pagination > li:before, div.pagination > ul > li:before{
	content:'-';
	position:absolute;
	left:-3px;
	top:6px;
	z-index:5;
}
div.pagination > ul > li:before{
	top:auto;
}
ul.pagination > li:first-child:before, div.pagination > ul > li:first-child:before{
	content:'';
}
ul.pagination > li:first-child a, div.pagination > ul > li:first-child a{
	padding-left:0px;
}
ul.pagination > li.current,
ul.pagination > li.current a,
div.pagination > ul > li.current,
div.pagination > ul > li.current a,
div.pagination > ul > li span.pagenav{
	color:#008ac5!important;
}
div.pagination > ul > li span.pagenav{
	background:#ffcc00;
	padding:1px 8px;
	color:#fff!important;
}
div.pagination > ul > li.pagination-prev span.pagenav,
div.pagination > ul > li.pagination-start span.pagenav,
div.pagination > ul > li.pagination-next span.pagenav,
div.pagination > ul > li.pagination-end span.pagenav{
	text-decoration:none;
	padding:0px;
	background:none;color:#008ac5!important;
}
p.counter{
	font-size:14px;
	margin:16px 0px 0px;
	color:#666;
}
div.pagination > ul > li.pagination-start span.pagenav{
	padding-left:0px;
}

.content-inner .search{
	float:left;
	width:100%;
	margin-top:70px;
	position:relative;
	font-size:16px;
}
.content-inner .search ul li{
	font-size:inherit;
}
.content-inner .search ul li:before{
	content:none;
}

#system-message > div, .alert.alert-error{
	float:left;
	width:100%;
	padding:15px;
	background:#f8f1d9;
	margin-top:60px;
}
#system-message div h4, #system-message div div,
.alert.alert-error h4, .alert.alert-error div{
	display:inline-block;
	font-size:14px;
	color:#333;
	margin:0px;
}
#system-message a.close{
	float:right;
}
section .login{
	float:left;
	width:100%;
	margin:30px 0px 0px;
}
.profile-edit{
	float:left;
	width: 100%;
}
section .login .control-group, .reset .control-group, .profile-edit .control-group,
.reset-confirm .control-group, .reset-complete .control-group{
	float:left;
	width:100%;
	margin:4px 0px;
}
section .login .control-group label, .reset .control-group label, .profile-edit .control-group label,
.reset-confirm .control-group label, .reset-complete .control-group label{
	float:left;
	width:140px;
	color:#008ac5;
	font-weight:100;
	font-size:18px;
	margin:10px 0px;
	text-align:left;
}
.reset-confirm .control-group label, .reset-complete .control-group label{
	width: 200px;
}
.profile-edit .control-group label{
	width: 220px;
}
section .login .control-group input[type="text"], section .login .control-group input[type="password"], .reset .control-group input[type="text"],
section .profile-edit .control-group input[type="text"], section .profile-edit .control-group input[type="password"], section .profile-edit .control-group input[type="email"], .reset-confirm .control-group input[type="text"], .reset-complete .control-group input[type="text"]{
	border-radius:0px;
	width:250px;
	height:auto;
	border:solid 2px #008ac5;
	color:#008ac5;
	font-size:16px;
	font-weight:100;
	padding:6px 10px 8px 12px;
	font-family: 'gt_walsheim_problack';
	margin-bottom:0px;
}
.reset .control-group input[type="text"].invalid,
.reset-confirm .control-group input[type="text"].invalid,
.reset-complete .control-group input[type="text"].invalid{
	box-shadow: 0 0 2px 3px rgba(254, 0, 0, 0.25);
}
.profile-edit #member-profile fieldset{
	margin-bottom: 30px;
}
.profile-edit #member-profile fieldset:nth-child(2), .profile-edit .optional{
	display: none;
}
#member-profile legend{
	border:none;
	font-family: "gt_walsheim_problack";
	color: #008ac5;
}
section .login .control-group input[type="checkbox"]{
	margin-top:15px;
}
.nav.nav-tabs.nav-stacked{
	float:left;
	margin:20px 0px 0px;
}
.nav.nav-tabs.nav-stacked > li{
	float:left;
	list-style:none;
	margin:0px;
	padding:0px;
}
.nav.nav-tabs.nav-stacked > li:before{
	content:none;
}
.nav.nav-tabs.nav-stacked > li a{
	color:#008ac5;
}
span.star{
	color:#ff0808 ;
	font-family: 'gt_walsheim_problack';
}

.login-greeting{
	font-size:20px;
	font-family: 'gt_walsheim_promedium';
	line-height:14px;
}
.login-greeting span{
	color:#008ac5;
}
.header-login .logout-btn{
	float:right;
	border:none;
	background:none;
	font-size:16px;
	font-family: 'gt_walsheim_problack';
	color:#333;
	padding:0px;
	margin:15px 0px 17px;
}
.header-login .btn-yellow{
	float:right;
	background:#ffcb08;
	color:#fff;
}

#member-banner.no-item-found{
	height:auto;
	margin:20px 0px 40px 0px;
}
#member-banner.no-item-found .add-info{
	display:none;
}

.primary-btn.back-button{
	background: transparent;
    border: 0;
	margin-bottom:20px;
}
.primary-btn.back-button:focus {
	outline:none;
}
#commentModal #comments_block{
    max-height:400px;
}
#commentModal .mCSB_scrollTools .mCSB_draggerRail{
    background:#eaeaea;
}
#commentModal .mCSB_scrollTools .mCSB_draggerContainer{
    right:-10px;
}
#commentModal .mCSB_inside > .mCSB_container{
    margin-right: 15px;
}
#comment-list-items{
    padding: 0px;
    margin: 20px 0px 0px 0px;
    float:left;
    width: 100%;
}
#comment-list-items > li{
    float:left;
    width: 100%;
    padding: 10px;
    list-style: none;
}
#comment-list-items > li:nth-child(odd){
    background: #e2e2e2;
}
#comment-list-items > li span{
    display: block;
    font-size: 14px;
    color:#666;
    font-family: "gt_walsheim_promedium";
}
#comment-list-items > li:nth-child(even){
    background: #f7f7f7;
}

#content-container .reset > #user-registration > fieldset,
#content-container .reset-confirm > form > fieldset,
#content-container .reset-complete > form > fieldset{
	width:100%;
	margin-top: 10px;
}

/*PACE_LOADER--------------------- STARTS*/
.pace {
	-webkit-pointer-events: none;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

#eapb-wrap{
	pointer-events:none!important;
	transition: all 0.6s ease 0s;
	opacity:0;
}
.pace-done #eapb-wrap{
	opacity:1;
	pointer-events:auto!important;
}
.pace-inactive{
	pointer-events:none;
}
.pace-inactive .pace-activity{
  	display: none!important;
}

.pace .pace-progress {
  	background: none;
    position: fixed;
    z-index: 2000;
    top: -50%;
    bottom: -50%;
    margin: auto;
    right: 100%;
    width: 100%;
    height: 19px;
    border: solid 6px #ffcb08;
    border-width: 6px 0px;
    box-shadow: 0px 0px 0px 100em #fff;
}

.pace-done .pace-progress{
	height:100%;
	border-width:0px;
	transition: all 1s ease 0s;
}

.pace .pace-activity {
	display: block;
    position: fixed;
    z-index: 2000;
    top: -50%;
    bottom: -50%;
    left: -50%;
    right: -50%;
    margin: auto;
    width: 188px;
    height: 49px;
    background: url(../images/logo.svg) no-repeat center 4px #fff;
    background-size: 189px;
}
/*.pace .pace-activity:after{
	content:'Actors of growth ';
	color: #333;
    font-family: "gt_walsheim_problack";
    font-weight: 100;
	position:absolute;
	left:4px;
	bottom:-22px;
	width:100%;
	text-align:center;
	font-size:21px;
}*/
.pace .pace-activity:after{
	content:'';
	position:absolute;
	left:2px;
	bottom:-26px;
	width:100%;
	height:41px;
	background:url(../images/pace-activity-text.png) no-repeat center ;
	background-size: 185px;
}

h3.no-items{
	padding:6px 0px 6px 30px;
	background:url(../images/noitem.png) no-repeat left center;
	background-size:22px;
	color:#aeaeae;
	margin-bottom:0px!important;
	font-size:22px;
}

body.no-loader .pace{
	display:none!important;
}
body.no-loader #eapb-wrap{
	opacity:1!important;
	pointer-events:auto!important;
}
/*PACE_LOADER--------------------- ENDS*/

/*ERROR*/
.error-wrap section{
	padding-bottom: 0;
	height: calc(100vh - 324px);
	display: flex;
	align-items: center;
}
.error-wrap .content-inner{
	/*margin-top:-103px!important;*/
}
.error_content{
	float:left;
	width:100%;
	/*margin-top:100px;*/
}
.error_content h2{
	font-size:40px;
	line-height:50px;
	margin:0px;
}
.error_content h2 a{
	color:#ffcc00;
	text-decoration:underline;
}

#content-container div[itemprop="articleBody"] img{
	max-width:800px;
}
#content-container img.float-none{
	float:none !important;
}
#content-container div[itemprop="articleBody"] h1,
#content-container div[itemprop="articleBody"] h2,
#content-container div[itemprop="articleBody"] h3,
#content-container div[itemprop="articleBody"] h4,
#content-container div[itemprop="articleBody"] h5,
#content-container div[itemprop="articleBody"] h6{
	clear: both;
}

/*COOKIE*/
body #cc-notification{
	background:rgba(255,255,255,0.98)!important;
	box-shadow:0px 0px 3px rgba(0,0,0,0.2)!important;
}
body #cc-notification h2, body #cc-notification #cc-notification-permissions li label{
	color:#2a2a2a!important;
}
body #cc-notification #cc-notification-permissions li strong, body #cc-notification h2 a, body #cc-notification h2 a:hover{
	color:#fcca30!important;
}
body #cc-notification ul.cc-notification-buttons li a, body #cc-notification ul.cc-notification-buttons li a:visited{
	background:#fcca30!important;
}

/*-thematic_opt-*/
#thematic_opt{
	width: 100%;
	display:inline-block;
    margin-bottom: 30px;
}
#thematic_opt label{
	font-family: 'gt_walsheim_probold';
	font-weight:100;
	font-size: 20px;
	width: 100%;
}
.select-wrapper {
    display: inline-block;
    position: relative;
}
#thematic_opt #thematics{
	height: 40px;
    border: solid 2px #008ac5;
    color: #008ac5;
    font-size: 16px;
    font-weight: 100;
	margin-bottom:20px;
    padding: 0px 20px 0px 10px;
    font-family: 'gt_walsheim_problack';
	-webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
}
#thematic_opt .select-wrapper:after{
	content: '';
	position: absolute;
	width: 0px;
    height: 0px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #008ac5;
	right:7px;
	top: 18px;
}
input:focus, textarea:focus, keygen:focus, select:focus {
    outline: none;
}
ul.pub-list span.thematic_item {
    display: block;
    font-size: 20px;
    color: #008ac5;
    line-height: normal;
    margin: 0px 0px 8px 0px;
    font-family: 'gt_walsheim_problack';
}
/*-thematic_opt end-*/

/*flickr*/
.gallerycarousel {
	float: left;
    width: 100%;
	height:270px;
	overflow:hidden;
    margin-top:50px;
	margin-bottom:0px;
    padding-top: 50px;
    background: url(../images/flicker-bl-ico.png) no-repeat left top;
}
.gallerycarousel:nth-child(3){
	min-height:42px;
	background:url(../images/loader.gif) no-repeat center;
}
a.follow-flickr{
    color: #008ac5;
    display: inline-block;
    font-size: 16px;
    padding-left: 30px;
    background: url(../images/flicker-bl-ico.png) no-repeat left center;
    background-size: 20px;
    padding-top: 2px;
}
.flickr-follow-wrap{
    border: 1px solid #eaeaea;
    padding: 10px;
    float:left;
    width: 100%;
}
/*.gallerycarousel > *{
	opacity:0!important;
}
.gallerycarousel.load-complete > *{
	opacity:1!important;
}
.gallerycarousel.load-complete{
	background:none;
}*/
ul#flickrfeed{
	margin: 10px 0px 60px;
    padding: 0px;
    float: left;
    width: 100%;
	border-top: solid 4px #008ac5!important;
}	
ul#flickrfeed > li {
	float:left;
	margin:0px;
	list-style:none!important;
	position:relative;
	width:25%;
	padding: 0;
	overflow:hidden;
}
ul#flickrfeed > li:before,
.rssnews > ul > li:before{
	display:none;
}
.gallerycarousel {
	width:100%!important;
	position:relative;
}
.gallerycarousel button.car-right{
	width:50px;
	height:50px;
	border:none;
	background:url(../images/next.png) no-repeat center;
	background-size:30px;
	position:absolute;
	top:140px;
	right:15px;
	z-index:9;
}
.gallerycarousel button.car-left{
	width:50px;
	height:50px;
	border:none;
	background:url(../images/prev.png) no-repeat center;
	background-size:30px;
	position:absolute;
	top:140px;
	left:15px;
	z-index:9;
}
.rssnews{
	float: left;
    width: 100%;
    margin-top: 20px;
    padding-top: 50px;
    background: url(../images/rss-bl-ico.png) no-repeat left top;
}
.rssnews > ul{
	width:100%;
	float:left;
	border-top: solid 4px #008ac5!important;
}
.rssnews > ul > li {
	float:left;
    list-style: none;
    margin-top: 0px;
    padding:10px 0px;
    border-top: solid 1px #eaeaea;
    width: 100%;
}
.rssnews > ul > li p {
    font-family: 'gt_walsheim_promedium';
    font-size: 18px;
    line-height: 24px;
    color: #333333;
    -webkit-font-smoothing: antialiased!important;
    -moz-osx-font-smoothing: grayscale;
}
#content-container img.infographics{
	float:none;
	max-width:1100px!important;
}
.position-link-right{
    float:right;
    width:auto;
    color:#008ac5;
    font-size:16px;
    text-align:right;
    margin-top:40px;
    background: #fff;
    padding:10px 14px;
    border:solid 2px #333;
}
.position-link-right a{    
    color:#333;
    font-size: 15px;
}
.position-link-right span{
    display:block;
    font-size: 14px;
}
a.overview{
    margin-top: -60px;
    margin-left: 30px;
}

.mCSB_scrollTools .mCSB_draggerRail{
    background-color:rgb(0,138,197);
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
	background-color:rgb(255,203,8);
}
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
	background-color: rgba(255,203,8,0.9);
}
.primary-btn.other_events {
    float: right;
    margin-top: 15px;
}

/* IE10+ CSS HACK */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {

	.pace .pace-progress{
		top:-49.5%;
		background:#fff;
	}
	.pace-done .pace-progress{
		background:none;
	}

}

/*REMOVE WHEN LOGIN ADDS*/
header{
    height:140px;
}
header ul.header-social{
    top:0px;
}
#article-banner.contact-map{
    margin-top:40px;
}
/*REMOVE WHEN LOGIN ADDS*/

/*CHROME*/
@media screen and (-webkit-min-device-pixel-ratio:0) {

	/*FOR SAFARI*/
	body.mac.safari header .header-login .input-st-wrap span, body.mac.safari #register-popup .input-st-wrap span, body.mac.safari .contact-page .input-st-wrap span{
		line-height:44px;
	}
	body.mac.safari header .header-login input[type="text"], body.mac.safari header .header-login input[type="password"], body.mac.safari #register-popup input[type="text"], body.mac.safari .contact-page input[type="text"]{
		line-height:40px;
	}
	body.mac.safari .btn, body.mac.safari .btn-blue{
		padding:14px 30px 10px;
	}
	body.mac.safari #searchForm .searchintro{
		padding:6px 15px 2px 15px;
	}
	body.mac.safari .primary-btn{
		line-height:44px;
	}
	body.mac.safari header .search-wrap{
		padding-top:28px;
	}
	body.mac.safari header .search-wrap.full-search input[type="text"]{
		padding-top:7px;
	}
	body.mac.safari .contact-page input.btn-blue{
		padding-top:16px;
		padding-bottom:12px;
	}
	body.mac.safari .toggle-wrap .toggle-title::before, body.mac.safari .toggle-wrap .toggle-title::after{
		top:16px;
	}
}




/* # EXTRANET #
================================================== */

#eapb-wrap.extranet-wrap header ul#primary-nav > li > a::after{
	height:12px;
	background: #ffcb08 ;
}
#eapb-wrap.extranet-wrap header{
	height:auto;
}
#eapb-wrap.extranet-wrap header ul#primary-nav > li:last-child > a::after{
    height:6px;
}
#eapb-wrap.extranet-wrap header ul#primary-nav > li:last-child > a::after, #eapb-wrap.extranet-wrap header .search-wrap::after{
    background:#008ac5!important;
}
#eapb-wrap.extranet-wrap header ul#primary-nav > li:hover > a::after, #eapb-wrap.extranet-wrap header ul#primary-nav > li.active > a::after {
    height: 1px;
}

#eapb-wrap.extranet-wrap .blog-featured{
	/*margin-top: 70px;*/
	margin-top:20px;
	padding-top: 45px;
	float:left;
	width: 100%;
	margin-bottom: 0px;
	position: relative;
}
#eapb-wrap.extranet-wrap .blog-featured:before{
	content:'';
	background:url(../images/ext-stripe.jpg) no-repeat left top;
	width:160px;
	height: 100px;
	position: absolute;
	left:-80px;
	top:0px;
	z-index: -1;
}
#eapb-wrap.extranet-wrap .blog-featured h2{
	text-transform: uppercase;
	font-size: 40px;
	line-height: 100%;
}
.mt-50{
	margin-top: 50px;
}
#eapb-wrap.extranet-wrap .row.mt-50 h2{
	font-size: 40px;
	font-family: "gt_walsheim_probold";
	color: #333;
	line-height: 100%;
	text-indent: -2px;
	position: relative;
	margin:0px 0px 19px 0px;
	padding-bottom: 5px;
}
#eapb-wrap.extranet-wrap .modal-body h2{
    text-indent: 0px!important;
}
#eapb-wrap.extranet-wrap .row.mt-50 h2:after{
	content:'';
	position: absolute;
	left: 0px;
	/*bottom:4px;*/
	bottom:-5px;
	z-index: -1;
	height: 6px;
	width: 100%;
	background: #ffcc01;
}
.extranet-wrap ul.latest-documents, .extranet-wrap ul.latest-discussion{
	margin: 0px;
	padding: 0px;
	border-bottom:solid 1px #e2e2e2;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.extranet-wrap ul.latest-discussion{
	border:none;
	padding: 0px;
}
.past-events-only{
    padding-top:70px;
}
.extranet-wrap script + h2:after{
	background: #008bc6!important;
}
.extranet-wrap ul.latest-documents > li, .extranet-wrap ul.latest-discussion > li{
	list-style: none;
	float:left;
	width: 100%;
	padding: 6px 0px;
	display: table;
	table-layout: fixed;
}
.extranet-wrap ul.latest-documents > li a.document-title,
.extranet-wrap ul.latest-documents > li .date,
.extranet-wrap ul.latest-discussion > li .document-title,
.extranet-wrap ul.latest-discussion > li .date{
	display: table-cell;
	vertical-align: top;
	line-height: 20px;
	text-align: left;
}
.extranet-wrap ul.latest-documents > li a.document-title,
.extranet-wrap ul.latest-discussion > li .document-title{
	width:65%;
	font-family: "gt_walsheim_promedium";
	font-size: 18px;
	color: #333;
}
.extranet-wrap ul.latest-documents > li .date,
.extranet-wrap ul.latest-discussion > li .date{
	width:35%;
	text-align: right;
	padding-left: 10px;
	font-family: gt_walsheim_promedium,serif;
	font-size: 16px;
	color: #333;
}
.extranet-wrap ul.latest-documents .primary-btn{
	margin-top: 20px;
}

.ask_question.primary-btn{
    margin-top:20px;
}
.extranet-wrap .terms-btn{
	float:right;
	font-family: "gt_walsheim_probold";
	font-size: 16px;
	cursor: pointer;
    margin-top: 20px;
}
.extranet-wrap .terms-btn .terms_link{
	text-decoration: none!important;
	position: relative;
	border:none!important;
}
.extranet-wrap .terms-btn .terms_link:after{
	content:'';
	height: 1px;
	position: absolute;
	bottom:-15px;
	left: 0px;
	width: 100%;
	opacity: 0;
	background: #333;
	transition: all 0.3s ease 0s;
}
.extranet-wrap .terms-btn .terms_link:hover:after{
	bottom:2px;
	opacity:1;
}
.extranet-wrap ul.latest-news{
	margin: 0px;
	padding: 0px;
	margin-bottom: 30px;
}
.extranet-wrap ul.latest-news > li{
	list-style: none;
	float:left;
	width: 100%;
	padding: 8px 0px;
}
.extranet-wrap ul.latest-news > li a.news-title{
	display: block;
	font-family: "gt_walsheim_problack";
	font-size: 24px;
	margin: 0px;
	line-height: 28px;
}
.extranet-wrap ul.latest-news > li .date{
	margin: 0px;
	font-family: "gt_walsheim_probold";
	display: inline-block;
	color: #008bc6;
	font-size: 16px;
	padding-right: 25px;
}
.extranet-wrap ul.latest-news > li .category{
	margin: 0px;
	font-family: "gt_walsheim_probold";
	display: inline-block;
	color: #ffcc01;
	font-size: 16px;
}
.extranet-wrap ul.latest-news > li p{
	margin-top: 12px;
	margin-bottom: 12px!important;
}
.extranet-wrap ul.latest-news .btn-readmore{
	font-family: gt_walsheim_promedium,serif;
	text-decoration: underline;
	font-size: 16px;
}
.extranet-wrap ul.latest-news .primary-btn{
	margin-top: 15px;
}
.extranet-wrap .content-inner .search{
	margin-top: 20px;
}
.extranet-wrap #article-banner #event-banner .banner-desc{
	padding-top: 150px;
}
.extranet-wrap #article-banner #event-banner .banner-desc h2{
	text-transform: none;
}
.calender-section ul.event-popup-list{
	margin: 0px;
	background: #f7f7f7;
	width: 100%;
}
.calender-section ul.event-popup-list > li{
	padding: 20px!important;
	border-bottom:solid 1px #e2e2e2!important;
	float:left!important;
	width: 100%!important;
	margin: 0px!important;
}
.calender-section ul.event-popup-list > li:after{
	content:none!important;
}
#eapb-wrap.extranet-wrap .calender-section h2{
	/*margin-bottom: -4px!important;*/
	margin-bottom: -1px!important;
	position: relative!important;
	z-index: 2!important;
}
#eapb-wrap.extranet-wrap .calender-section h2:after{
	display:none;
}
#discussion_submission_block ul.registration-form{
	margin: 15px 0px 10px;
	padding: 0px;
	float:left;
	width: 100%;
}
#discussion_submission_block .loader_submit{
	margin-top: -40px;
	height: 40px!important;
	background: url(../images/loader.gif) no-repeat left center!important;
	background-size: 30px!important;
	margin-left: 230px!important;
}
#comment_submission_block .loader_submit{
	margin-top: -40px;
	height: 40px!important;
	background: url(../images/loader.gif) no-repeat left center!important;
	background-size: 30px!important;
	margin-left: 125px!important;
}
#discussion_submission_block ul.registration-form > li{
	list-style: none;
	margin: 0px;
	width:100%;
}
#discussion_submission_block{
	border-bottom:solid 1px #e1e1e1;
	padding-bottom: 30px;
}
#discussion_submission_block textarea{
	border-radius:0px;
	width:100%;
	height:140px;
	border:solid 2px #008ac5;
	color:#008ac5;
	font-size:16px;
	font-weight:100;
	padding:8px 10px 10px 14px;
	float:left;
	font-family: 'gt_walsheim_problack';
	margin-bottom:0px;
}

#comment_submission_block ul.form-layout > li textarea{
	width:100%;
	height:140px;
	border:solid 2px #008ac5;
	color:#008ac5;
	font-size:16px;
	font-weight:100;
	padding:8px 10px 10px 14px;
	margin: 0px 0px 15px;
	float:left;
	font-family: 'gt_walsheim_problack';
}
#discussion_submission_block textarea::-webkit-input-placeholder, #comment_submission_block ul.form-layout > li textarea::-webkit-input-placeholder{
   opacity:1;
   color:#008ac5;
}
#discussion_submission_block .filter_items{
	margin-top: 10px;
	margin-bottom: 10px;
}
#discussion_submission_block .filter_items .custom-select{
	-moz-appearance:none;
	-webkit-appearance:none;
	border:none;
	padding: 0px;
	background: #fff;
	border-bottom:solid 1px #008ac5;
	border-radius: 0px;
	font-size: 16px;
	color: #333333;
	font-family: 'gt_walsheim_probold';
	background: url(../images/sel-arw.png) no-repeat right bottom;
	padding-right: 15px;
}

.modal-backdrop{
	background: #fff;
}
.modal.fade .modal-dialog{
	border-radius: 0px!important;
}
.modal.fade .modal-dialog .modal-content{
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
	border-radius: 0px;
	border:none;
}
.modal-dialog{
	margin-top: 8%!important;
}
.modal-dialog .modal-header{
	padding-bottom: 0px;
	border:none;
}
.modal-dialog .modal-body{
	padding: 0px 30px 25px 30px!important;
}
.modal-dialog .modal-body h2{  
	font-size: 20px!important;
	font-family: 'gt_walsheim_probold'!important;
	margin: 0px 0px 15px 0px!important;
}
.modal-dialog .modal-body p{
	font-size: 18px;
	font-family: 'gt_walsheim_promedium'!important;
	margin: 0px 0px 15px 0px!important;
}
.modal-dialog .close{
	width:20px;
	height: 20px;
	background: url(../images/close.png) no-repeat center;
	display: block;
	overflow: hidden;
	text-indent: -300px;
	opacity: 1!important;
}
.modal-dialog ul.latest-discussion{
	margin:0px;
	padding: 0px;
}
.modal-dialog ul.latest-discussion > li{
	list-style: none;
	float:left;
	width: 100%;
	margin: 0px;
}
.modal-dialog ul.latest-discussion > li.cat_title{
	font-family: 'gt_walsheim_probold'!important;
	color: #008ac5;
}
.modal-dialog ul.latest-discussion > li.description p{
	font-family: 'gt_walsheim_promedium'!important;
	font-size: 16px;
}
#comment_submission_block ul.form-layout{
	margin: 0px 0px 10px;
	padding: 0px;
}
#comment_submission_block ul.form-layout > li{
	list-style: none;
}
#comment_submission_block #description_tbl{
	width: 100%!important;
	height: auto!important;
	border:solid 2px #008ac5;
}
#comment_submission_block .defaultSkin .mceIframeContainer{
	border:none;
}
#comment_submission_block #description_ifr{
	width:100%;
}
#comment_submission_block tr.mceFirst,
#comment_submission_block tr.mceLast{
	display: none!important;
}

.isotope .isotope-item {
    transition-property: transform, opacity;
}
.isotope, .isotope .isotope-item {
    transition-duration: 0.8s;
}
.isotope-item {
    z-index: 2;
}
#our-team{
	float:left;
	width: 104%;  
	margin: 40px -24px 0px -24px;
	padding: 0px;
}
#our-team > li{
	list-style: none;
	margin: 24px;
	width: 21.24%;
	float:left;
	background: #f6f6f6;
	display: table;
	position: relative;
    height: 690px!important;
}
#our-team > li .team-basic-info{
	display: table-cell;
	vertical-align: top;
	cursor: pointer;
}
#our-team > li .team-basic-info h4{
	color: #ffcb08;
	font-size: 18px;
	font-family: 'gt_walsheim_probold'!important;
	margin: 25px 10px 18px;
}
#our-team > li .team-basic-info ul{
	margin: 0px 10px 20px;
	padding-left: 15px;
	float:left;
	width: 92%;
}
#our-team > li .team-basic-info ul > li{
	list-style: disc;
	list-style-position: outside;
	font-size: 16px;
	font-family: 'gt_walsheim_proregular'!important;
	position: relative;
}
#our-team > li .team-basic-info ul > li.no_bullet{
    list-style: none;
}
#our-team > li .team-basic-info a{
	display: inline-block;
	font-size: 16px;
	color: #008ac5;
	text-decoration: underline;
	font-family: 'gt_walsheim_probold'!important;
	margin: 0px 10px 20px;
}
#our-team > li .team-basic-info .telephone{
    margin-left: 7px;
}
#our-team > li .team-intro{
	display: table-cell;
	vertical-align: top;
	padding: 20px 15px 20px 30px;
	display: none;
}
#our-team > li.flip-content{
	width:46.2%;
}
#our-team > li.flip-content .team-intro{
	display: table-cell;
}
#our-team > li.flip-content .team-basic-info{
	width:46%;
}
#our-team > li .team-intro p{
	font-size: 16px;
	margin: 0px 0px 22px 0px;
	font-family: 'gt_walsheim_proregular'!important;
}
#our-team > li .team-intro a{
	color: #008ac5;
	font-family: 'gt_walsheim_proregular'!important;
	text-decoration: underline;
}
#our-team > li ul.team-social{
	position: absolute;
	margin: 0px;
	padding: 0px;
	right:15px;
	bottom:15px;
}
#our-team > li ul.team-social > li{
	list-style: none;
	float:left;
	margin: 0px 0px 0px 10px;
}
#our-team .intro-block{
    max-height: 390px;
}
#our-team .intro-block .mCSB_scrollTools .mCSB_draggerRail{
    background:#eee;
}

.fliter_section{
	float:left;
	width: 100%;
	margin: 0px 0px 20px;
}
.fliter_section ul.fliter-catogory{
	margin: 0px;
	display: table;
	float:left;
	width: 100%;
	padding: 0px;
	table-layout: fixed;
}
.fliter_section ul.fliter-catogory > li{
	list-style: none;
	display: table-cell;
	vertical-align: top;
	text-align: left;
	padding: 0px;
}
.fliter_section ul.fliter-catogory > li:before{
	content: none;
}
.fliter_section ul.fliter-catogory > li:nth-child(2),
.fliter_section ul.fliter-catogory > li:nth-child(3){
    position: relative;
    top:94px;
}
.fliter_section ul.fliter-catogory > li span{
	float: left;
	margin: 0px 10px 0px 0px;
	padding: 8px 0px;
}
.fliter_section ul.fliter-catogory .select-wrap{
	float:left;
	position: relative;
}
.fliter_section ul.fliter-catogory .select-wrap select {
    border: 2px solid #008ac5 ;
    border-radius: 0;
    color: #008ac5 ;
    font-family: "gt_walsheim_problack";
    font-size: 16px;
    font-weight: 100;
    height: 40px;
    padding: 0 14px;
    width: 200px;
	-moz-appearance:none;
	-webkit-appearance:none;
}
.fliter_section ul.fliter-catogory .catogory-search{
	float:Left;
	border: 2px solid #008ac5 ;
    border-radius: 0;
    color: #008ac5;
    font-family: "gt_walsheim_problack";
    font-size: 16px;
	 height: 40px;
    padding: 0 ;
}
.fliter_section ul.fliter-catogory .catogory-search input{
	padding: 7px 10px;
	border:none;
	background: none;
	float:left;
	color: #008ac5 ;
}
.extranet-wrap #thematic_opt #thematics{
	color:#008ac5;
	border-color:#008ac5;
	max-width: 285px;
	text-overflow: ellipsis;
}
.extranet-wrap #thematic_opt .select-wrapper::after{
	border-top:5px solid #008ac5;
}
.fliter_section .select-wrap::before, .fliter_section .select-wrap::after{
	background: #008ac5;
}
.fliter_section ul.fliter-catogory .catogory-search input#search_btn{
	width:42px;
	background: url(../images/search-white.png) no-repeat center #008ac5 ;
}
.extranet-wrap .header-login .btn-yellow{
	background: #008ac5;
}
.extranet-wrap header ul.header-social{
	top:90px;
}
.extranet-wrap .latest-news a.btn-readmore{
	text-decoration: none!important;
	border:none!important;
	float:left;
	clear: left;
}
.extranet-wrap .latest-news a.btn-readmore:after{
	content:'';
	height: 1px;
	position: absolute;
	bottom:-15px;
	left: 0px;
	width: 100%;
	opacity: 0;
	background: #333;
	transition: all 0.3s ease 0s;
}
.extranet-wrap .latest-news a.btn-readmore:hover{
	color:#333;
}
.extranet-wrap .latest-news a.btn-readmore:hover:after{
	bottom:2px;
	opacity:1;
}
.extranet-wrap #article-banner.contact-map{
	margin-top: 120px;
}
.modal.fade .modal-dialog{
	transform: translate(0, 0%)!important;
	-webkit-transform: translate(0, 0%)!important;
	opacity: 0!important;
	transform: scale(0.6)!important;
	-webkit-transform: scale(0.6)!important;
}
.modal.in .modal-dialog{
	opacity: 1!important;
	transform: scale(1)!important;
	-webkit-transform: scale(1)!important;
}
.extranet-wrap .holder{
	float:left;
	width: 100%;
	margin: 6px 0px;
}
.holder a:nth-child(2), .holder a:nth-child(4){
	display: none!important;
}
.holder a{
	display: inline-block;
	width: 12px;
	height: 20px;
	overflow: hidden;
	text-indent: -100px!important;
	margin-right: 10px;
	cursor: pointer;
}
.holder a.jp-previous{
	background:url(../images/prev.png) no-repeat center;
	background-size: 10px;
}
.holder a.jp-next{
	background:url(../images/next.png) no-repeat center;
	background-size: 10px;
}
.extranet-wrap footer span.copyright{
	margin-top: -22px!important;
}
footer ul.ftr-links{
	margin-top: 65px!important;
}

.news-inner .content-inner, .content-inner.top-padding{
	padding-top: 150px;
}
.content-inner.top-padding.documents{
	padding-top: 70px;
}
.content-inner.top-padding.documents h1{
    margin-bottom: 20px;
}

#eapb-wrap.extranet-wrap .content-inner.top-padding,
#eapb-wrap.extranet-wrap .content-inner.top-padding.documents{
	padding-top:20px;
}
#eapb-wrap.extranet-wrap .past-events-only {
    padding-top: 20px;
}
#eapb-wrap.extranet-wrap #article-banner.contact-map{
	margin-top:20px;
}

.team_page #eapb-wrap.extranet-wrap .blog-featured::before{
    content:none;
}
.team_page #eapb-wrap.extranet-wrap .blog-featured{
    padding-top: 0px;
}
.team_page #eapb-wrap.extranet-wrap .blog-featured h2{
    text-transform: capitalize;
}
.mobilewrap{
	display:none;
}
.btn-primary.view-details{
	color: #008ac5;
	text-decoration: underline;
	display: inline-block;
	float:left;
	background: none;
	font-size: 18px;
	font-family: gt_walsheim_probold,serif;
    line-height: 17px;
	margin: 5px 0 10px 30px;
}
#eapb-wrap.extranet-wrap .calender-section .event-popup .event-popup-list > li{
	display:table;
}
/*#eapb-wrap.extranet-wrap .calender-section .event-popup .event-popup-list > li span.date,
#eapb-wrap.extranet-wrap .calender-section .event-popup .event-popup-list > li span.location,
#eapb-wrap.extranet-wrap .calender-section .event-popup .event-popup-list > li a.view-details{
	display:table-cell;
	width:40%;
}*/
#eapb-wrap.extranet-wrap .calender-section .event-popup .event-popup-list > li span.location{
	max-width:45%;
}
#eapb-wrap.extranet-wrap .calender-section .event-popup .event-popup-list > li a.view-details{
	margin-left: 0;
	width:20%;
    float: right;
    margin-right: 10px;
}
#eapb-wrap.extranet-wrap .calender-section .event-popup ul.event-popup-list > li span.description{
	width:100%;
}


body.eapb header{
    height:auto;
}
body.eapb  #member-map{
    margin-top: 0px!important;
}
header .header-login label{
    font-size: 14px;
    margin-right: 10px;
}
body.eapb.home_page header{
    height:140px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	#our-team .team-basic-info img{
		 max-width:283px;;
	}
	select::-ms-expand {
		display: none;
	}
	.pace-inactive{
		z-index: -1;
		position:relative;
	}
}
.privacy_section{
  float: left;
  margin-top: 10px;
  margin-bottom:10px;
}
.privacy_section input{
  margin-right:5px;
  margin-top:-2px;
  float: left!important;
}
.privacy_section input.error{
  -webkit-box-shadow: 0px 0px 5px 0px rgba(247,7,3,1);
  -moz-box-shadow: 0px 0px 5px 0px rgba(247,7,3,1);
  box-shadow: 0px 0px 5px 0px rgba(247,7,3,1);
}
.privacy_section a{
	text-decoration: underline;
}
.row.contact-page .rcaptcha_error {
    clear: left;
    float: left;
}
#myModalEventRegister .privacy_section input{
     margin-top:1px;
}
#contactForm .privacy_section input{
    margin-top:2px;
}
#agreePolicy-lbl .star{
    display: none;
}
.login .controls .privacy_section label{
    width:auto!important;
}
#register-popup .privacy_section label{
    width:auto!important;
}
#register-popup .privacy_section input{
    margin-top:1px;
}

/*Cookie Popup*/
.privacy-popup{
	position: absolute;
	max-width: 1260px;
	width: 94%;
	left: -50%;
	right: -50%;
	margin: auto;
	background: url(../images/gdpr.png) no-repeat right -20px #fff;
	z-index: 9999;
	padding: 45px 50px;
	top:-40%;
	box-shadow: 0 0 0 100vw rgba(0,0,0,0.5);
	opacity: 0;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	transition: all 0.4s linear; 
	pointer-events: none;
	margin-bottom: 75px;
	max-height: 75vh;
	overflow: hidden;
}
.pop-visible header, .pop-visible section, .pop-visible .carousel, .pop-visible .row{
	-ms-filter:blur(3px);
	-webkit-filter:blur(3px);
	-moz-filter:blur(3px);
	-o-filter:blur(3px);
}
.privacy-popup.pop-in{
	opacity: 1;
	top:9%;
	pointer-events: auto;
	max-height: none!important;
}
.row.disabled{
	pointer-events: none!important;
}
.privacy-popup p, .privacy-popup ul li{
	font-size: 18px!important;
	color: #3b4751!important;
	line-height: normal;
    font-weight: 400;	
}
.privacy-popup p strong{
	font-weight: bold!important;
}
.privacy-popup p{
	margin: 0px 0px 20px 0px;
}
.privacy-popup ul li{
	list-style-position: outside;
}
.privacy-popup ul{
	padding-left: 20px;
}
.privacy-popup h4{
	font-size: 24px!important;
	color: #3b4751!important;
	margin: 40px 0px 25px 0px;
	padding: 0px;
	font-weight: 600!important;
}
.privacy-popup h2{
	font-size: 30px!important;
	color: #3b4751!important;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	font-weight: 100!important;
	text-transform: none!important;
	font-family: "gt_walsheim_probold";
}
.privacy-popup h2 span{
	color: #ffcc00;
}
.privacy-popup .content-wrap{
	max-width: 900px;
	margin-bottom: 110px;
}
.privacy-popup .agree-btn{
	position: absolute;
	bottom:50px;
	top:auto;
	left: 50px;
	font-size: 30px;
	border-bottom:solid 8px;
	color: #008ac5;
	text-decoration: none;
	z-index: 9;
	height: 50px;
	font-weight: 100;
	font-family: "gt_walsheim_probold";
}
.privacy-popup .disclaimer-link{
	color: #3b4751;
	font-size: 18px;
	text-decoration: underline;
	position: absolute;
	bottom:50px;
	right:50px;
	height: 20px;
	font-family: "gt_walsheim_proregular";
	
}

#cookie-bar{
	display:none!important;
}


/* # RESPONSIVE #
================================================== */
@media only screen and (min-width: 1700px) and (max-width: 2200px) {
	.board-member-wrap #board-member{
		float:left;
		width:43.1vw;
	}
	#member-map{
		width:58.4%;
	}
}

@media only screen and (min-width: 1350px) and (max-width: 1399px) {
	header ul.header-social{
		right: -30px;
	}
}

@media only screen and (min-width: 300px) and (max-width: 1349px) {
	.container {
    	width: 95%;
	}
	#header-fix.off-canvas{
		width: 95%;
	}
	header ul.header-social{
		right: -30px;
	}
	header .search-wrap.full-search .search-inner span{
		width:90%;
	}
	
}
@media only screen and (max-width: 1660px){
	#com_events #article-banner{
		height: 400px;
	}
	#article-banner #event-banner .article-banner-img{
		height: 400px;
	}
	#article-banner #event-banner .article-banner-img img{
		max-height: 25vw;
		min-height: 25vw;
	}
}
@media only screen and (max-width: 1450px){
	#article-banner #event-banner .article-banner-img img{
		max-height: 24.2vw;
		min-height: 24.2vw;
	}
	#article-banner #event-banner .banner-desc{
		padding: 50px 0px 10px 30px;
	}
	#com_events #article-banner{
		height: auto;
	}
	#article-banner #event-banner .article-banner-img{
		height: 350px;
	}

}
@media only screen and (max-width: 1320px){
	body.eapb header .header-login{
		margin-top: 6px;
	}
	body.eapb header .header-login label{
		float:right;
		margin-right: 0px;
	}
}
@media only screen and (max-width: 1260px){
	#article-banner #event-banner .article-banner-img {
		height: 300px;
	}
}



/* ALL DEVICES
================================================== */
@media only screen and (min-width: 200px) and (max-width: 1099px){
	body.eapb.home_page header{
		height: 228px;
	}
	header{
		height:auto;
		margin-top:25px;
		margin-bottom:30px;
		padding-top: 0px;
	}
	.header-top{
		height:64px;
	}
	header h1.logo,
	#header-fix.fixed.off-canvas h1.logo{
		margin-top:0px;
	}
	header h1.logo img{
		margin:0;
		width: auto;
		height:auto;
		max-width:100%;
	}
	.mobilewrap{
		width: 48px;
		height: 48px;
		position: absolute;
		right:36px;
    	top: 23px;
		z-index: 4;
		cursor: pointer;
		background: #008ac5;
		display: block;
	}
	span.mobilemenu{
		display: block;
		width: 33px;
		height:5px;
		background: #FFFFFF;
		z-index: 100;
		cursor: pointer;
		position: absolute;
		top: 22px;
		left: 7px;
	}
		
	span.mobilemenu:after, span.mobilemenu:before {
    	background-color: #FFFFFF;
		content: "";
		display: block;
		height:5px;
		position: absolute;
		transition: all 0.3s ease 0s;
		width:33px;
		z-index:100;
	}
	span.mobilemenu:before{
		top:-12px;
	}
	span.mobilemenu:after{
		top:12px;
	}
	span.mobilemenu.active, span.mobilemenu.active:after, span.mobilemenu.active:before{
		background:#FFFFFF;
	}
	span.mobilemenu.active{
		height:0px;
		left: 8px;
	}
	span.mobilemenu.active:after{
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		top:0px;
	}
	span.mobilemenu.active:before{
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		top:0px;
	}
	header ul#primary-nav {
		position: absolute;
		top: 90px;
		z-index: 99;
		background: #008ac5;
		display: none;
		margin-top: 0px;
		width:92%;
		left: -50%;
		right: -50%;
		margin: auto;
		/*border: 1px solid #FFFFFF;*/
	}
	header ul#primary-nav > li{
		width:100%;
		margin: 0;
		
	}
	header ul#primary-nav > li > a{
		width: 100%;
    	text-align: left;
		padding-top: 10px;
    	padding-bottom: 10px;
		padding-left:10px;
		color:#FFFFFF;
		border-top: 1px solid #FFFFFF;
		border-bottom: 1px solid #FFFFFF;
	}
	header ul#primary-nav > li:first-child > a{
		border-top:0px;
	}
	header ul#primary-nav > li:last-child > a{
		border-bottom:0px;
	}
	header ul#primary-nav > li > a:after{
		display:none;
	}
	header ul#primary-nav > li ul{
		opacity: 1;
		position: relative;
		top: 0;
		background:#016692;
		width: 100%;
	}
	header ul#primary-nav > li ul > li a{
		color:#FFFFFF;
	}
	header ul#primary-nav > li:hover > ul {
		top:0px;
	}
	header .search-wrap{
		right: 75px;
		margin-top: 5px;
	}
	#header-fix{
		position: fixed;
		width: 100%;
		height:90px;
		top: 0;
		left: 0;
		padding: 18px 35px 0px;
		z-index:99;
	}
	#header-fix.off-canvas {
		width: 100%;
		top:0px;
		height:90px;
		padding: 18px 35px 0px;
		position: fixed;
	}
	#header-fix.off-canvas.fixed{
		height:90px;
		padding: 18px 35px 0px;
	}
	#header-fix.off-canvas ul#primary-nav{
		top:90px;
	}
	header .search-wrap .decoy,
	header .search-wrap.full-search .search-inner{
		height:90px;
		padding: 25px 0px;
	}
	
	/*--banner--*/
	
	#home-banner .slide-img{
		width: 100%;
		height: 180px;
		overflow: hidden;
	}
	#home-banner .slide-desc {
		width: 100%;
		padding: 20px 0px 40px 0px;
		background: none;
	}
	.flex-control-paging{
		width:100%;
		padding-left:0px;
	}
	#home-banner{
		margin-bottom:30px;
	}
	/*--banner--*/
	header ul#primary-nav > li > a {
		width: 100%;
	}
	#eapb-wrap.extranet-wrap header ul#primary-nav{
		width:100%;
		top:65px;
	}
	#eapb-wrap.extranet-wrap .mobilewrap{
		right:0px;
		top:-2px;
	}
	#eapb-wrap.extranet-wrap .blog-featured{
		margin-top: 0px;
		padding-top: 0px;
	}
}
@media only screen and (min-width: 1100px) and (max-width: 1310px) {
	header ul#primary-nav > li{
		margin-right: 15px;
	}
	header ul#primary-nav > li a{
		width: 110px;
	}
	header h1.logo img{
		max-width: 225px;
	}
	header h1.logo {
		width: 210px;
	}
}

@media only screen and (min-width: 1100px) and (max-width: 1200px) {
	#member-map .map-wrap{
		margin-right: -130px;
	}
}
@media only screen and (min-width: 1100px) and (max-width: 1180px) {
	.secondary-nav ul {
		padding-left: 90px;
	}
}
@media only screen and (min-width: 1100px) and (max-width: 1150px) {
	header ul#primary-nav > li{
		margin: 0px 15px 0px 0px;
	}
}
@media only screen and (min-width: 1180px) and (max-width: 1260px) {
	#eapb-wrap.extranet-wrap .calender-section .event-popup .event-popup-list > li a.view-details{
		width:23%;
	}
	#eapb-wrap.extranet-wrap .calender-section .event-popup .event-popup-list > li span.location {
		max-width: 40%;
	}
}
@media only screen and (min-width: 1080px) and (max-width: 1179px) {
	#eapb-wrap.extranet-wrap .calender-section .event-popup .event-popup-list > li a.view-details{
		width:23%;
		font-size: 16px;
	}
	#eapb-wrap.extranet-wrap .calender-section .event-popup .event-popup-list > li span.location {
		max-width:35%;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1079px) {
	#eapb-wrap.extranet-wrap .calender-section .event-popup .event-popup-list > li a.view-details {
		width: 24%;
		font-size: 14px;
    	margin-right: 0;
	}
	#eapb-wrap.extranet-wrap .calender-section .event-popup .event-popup-list > li span.location {
		max-width:30%;
	}
}


/* IPAD [~]
================================================== */
@media only screen and (min-width: 960px) and (max-width: 1099px) {
	
	header h1.logo{
		width:220px;
	}
	header h1.logo img{
		max-width:100%;
		width:auto;
		margin-left: 0;
	}
	header .search-wrap{
		width: 120px;
	}
	header ul#primary-nav > li{
		margin: 0px 15px 0px 0px;
	}
	#home-banner .slide-img{
		height: 500px;
		overflow: hidden;
	}
	#home-banner .slide-img img{
	    width: auto;
    	max-width: none;
	}
	h1 {
		font-size: 34px;
		line-height:40px;
	}
	header .search-wrap.full-search .search-inner span {
		width: 85%;
	}
	#article-banner, #member-banner{
		margin-bottom: 50px;
	}
	#article-banner .article-banner-img > img{
		width: auto;
		height: auto;
		min-height: inherit;
	}
	.article-banner-img .banner-title h1{
		font-size: 32px;
    	line-height: 33px;
	}
	.article-banner-img .banner-title h2{
		font-size: 26px;
    	line-height: 26px;
	}
	.secondary-nav ul{
		padding-left: 50px;
	}
	#content-container img.infographics{
		max-width:100%!important;
	}
	#member-map .map-wrap{
		margin-right: -190px;
	}
	.board-member-wrap #board-member{
		width: 41vw;
	}
	.gallerycarousel{
		height: 200px;
	}
	.gallerycarousel button.car-right,
	.gallerycarousel button.car-left{
		top: 50%;
	}
	.row.contact-page .col-md-4{
		width:40%;
	}
	.row.contact-page .col-md-6{
		width: 60%;
	}
	.error_content h2 {
    	font-size: 32px;
	}
	.toggle-wrap{
		margin-bottom:15px !important;
	}
	
}
@media only screen and (min-width: 960px) and (max-width: 1050px) {
	#member-map .map-wrap{
		margin-right:-230px;
	}
}
@media only screen and (min-width: 960px) and (max-width: 990px) {
	header h1.logo {
		width: 200px;
	}
}

/*IPAD  -  []
----------------------------------------------*/
@media only screen and (max-width: 991px) {
	#eapb-wrap.extranet-wrap .calender-section .event-popup .event-popup-list > li span.location {
		max-width: 55%;
	}
	#eapb-wrap.extranet-wrap .calender-section .event-popup .event-popup-list > li a.view-details {
		margin-right: 20px;
		width: auto;
	}
	.fliter_section ul.fliter-catogory > li:nth-child(2), .fliter_section ul.fliter-catogory > li:nth-child(3){
		top:0px;
	}
	.fliter_section ul.fliter-catogory > li{
		display: inline-block!important;
		width: 100%!important;
		position: static!important;
		margin: 10px 0px!important;
	}
}
@media only screen and (max-width: 959px) {
	header .search-wrap.full-search .search-inner span {
		width: 85%;
	}
	section {
		padding-bottom: 60px;
	}
	section .col-md-6{
		margin-bottom:20px;
	}
	section .col-md-6 .slide-img{
		float: left;
		margin-right: 20px;
	}
	section .col-md-6 .slide-img img{
		max-width: 235px;
	}
	section .col-md-6 p{
		margin-top:0px;
	}
	#header-fix.fixed.off-canvas .header-social,
	#header-fix.off-canvas .header-social{
		display: none;
	}
	
	/*-article-banner-*/
	#article-banner, #member-banner{
		height:auto;
		margin-bottom: 20px;
	}
	#article-banner .article-banner-img{
		width: 100%;
		height: auto;
		max-height:180px;
		overflow: hidden;
	}
	#article-banner .article-banner-img > img{
		position: relative;
		max-width: 100%;
		min-height: inherit;
		width: 100%;
	}
	#article-banner .banner-desc {
		width: 100%;
		padding: 20px 0px 10px 0px;
	}
	.secondary-nav ul{
		padding-left:0px;
	}
	.secondary-nav ul > li{
		width: 50%;
    	float: left;
		margin:5px 0px 5px
	}
	.secondary-nav ul > li:first-child{
		margin-top:5px;
	}
	
	#member-banner{
		margin-bottom:20px;
	}
	#member-banner .article-banner-img{
		width:100%;
		height:auto;
	}
	#member-banner .article-banner-img > #member-slider{
		position: relative;
		width: 100%;
		min-height: 100px;
	}
	#member-slider .flex-control-paging{
		width: 100%;
		left: 0;
		position: relative !important;
		padding: 0;
		margin-top: 14px;
		display: inline-block;
		float: left;
	}
	#member-banner .banner-desc {
		width: 100%;
		padding:20px 0px 10px 0px;
	}
	.member-desc h2 {
		font-size: 26px!important;
		line-height: 30px!important;
		padding-bottom: 10px!important;
		margin: 0px 0px 15px 0px!important;
	}
	#member-map{
		width: 100%;
		margin-top: 0;
		margin-bottom: 30px;
		position: relative;
		top: 0;
	}
	h1 {
    	font-size: 38px;
	}
	#content-container img.infographics{
		max-width: 100%!important;
	}
	
	.board-member-wrap #board-member{
		width:100%;
		position:relative!important;
	}
	.board-member-wrap .col-md-5{
		float:left;
		width:49%;
	}
	.board-member-wrap .col-md-7{
		width:49%;
		float:left;
		padding-top:0px;
	}
	.board-member-wrap .col-md-7 h2 {
    	font-size: 30px;
		padding-bottom: 5px;
    	margin: 0px 0px 10px 0px;
	}
	.board-member-wrap #board-member > li{
		width:50%;
	}
	.board-member-wrap .board-member-info h4{
		font-size:20px;
	}
	ul.pub-list > li{
		margin: 25px 0px 0px;
	}
	.gallerycarousel{
		height:auto;
	}
	.gallerycarousel button.car-left,
	.gallerycarousel button.car-right{
		top:50%;
		background-size: 23px;
	}
	
	#article-banner #event-banner .article-banner-img{
		width:100%;
		height:auto;
		/*max-height: 170px;*/
		max-height: none;
    	overflow: hidden;
	}
	#article-banner #event-banner .article-banner-img img{
		position: relative;
		max-width: 100%;
		min-height: inherit;
		width: 100%;
		max-height: none;
	}
	#article-banner #event-banner  .banner-desc{
		width:100%;
		padding: 20px 0px 10px 0px;
	}
	#article-banner .banner-desc h2 {
    	font-size: 34px
	}
	
	#article-banner.contact-map{
		margin-top:0px;
	}
	.contact-page .follow-us {
		margin-top: 20px;
	}
	.contact-page .col-md-4,
	.contact-page .col-md-6{
		width:100%;
		float:left;
		margin-bottom:30px;
	}
	.content-inner .search{
		margin-top:0px;
	}
	.contact-page .input-st-wrap{
		width:60%;
	}
	.contact-page input[type="text"]{
		width:100%;
	}
	#event-banner span.event-loc-dt{
		margin-bottom: 0px;
	}
	h5.back-to-list{
		position: relative;
		top: 0;
		left: 0;
		z-index: 1;
	}
	#event-banner .flex-direction-nav {
		right: 15px;
		left: inherit;
		top: 194px;
	}
	.flex-direction-nav a{
		z-index:2;
	}
	.error_content h2 {
    	font-size: 32px;
		line-height:42px;
	}
	
	/*-footer-*/
	footer .col-md-6{
		width:50%;
		float:left;
	}
	.toggle-wrap{
		margin-bottom:15px !important;
	}
	
}

/*IPHONE  -  [_]
-----------------------------------------------*/
@media only screen and (max-width : 767px) {
	input, select, button{
		border-radius: 0px!important;
	}
	.login-greeting{
		font-size: 18px;
		line-height: 20px;
		float:left;
	}
	.logout-button{
		float:right;
	}
	.header-login .logout-btn{
		margin: 0px 0px 0px 20px;
	}
	.extranet-wrap header{
		margin-bottom: 15px;
	}
	header .header-login{
		margin: 0px;
	}
	.header-login .btn-yellow{
		margin-top: 10px;
	}
	ul.cat-listing-li.pub-list li h2, ul.pub-list span.date{
		font-size: 18px;
	}
	.mt-50 {
		margin-top: 30px;
	}
	.container {
		width: 93%;
	}
	#header-fix,
	#header-fix.off-canvas{
		position: relative;
		padding: 0;
		height: 70px;
	}
	#header-fix.off-canvas{
		left: 0;
	}
	.mobilewrap{
		right: 0;
		top: -2px;
		position: absolute;
	}
	header ul#primary-nav{
		width: 100%;
		top: 64px;
	}
	header ul.header-social{
		top: 94px;
	}
	h1 {
		font-size: 34px;
	}
	.board-member-wrap #board-member > li,
	.board-member-wrap #board-member > li.active{
		width:49%!important;
	}
	ul#flickrfeed > li{
		width: 250px!important;
	}
	
	#register-popup {
    	width:90%;
		max-height:300px;
		padding-right: 10px;
	}
	#register-popup .input-st-wrap{
		width:48%;
		overflow:hidden;
	}
	#register-popup a.close-popup{
		right: 7px;
    	top: 1px;
	}
	#register-popup label{
		width: 85%;
	}
	#register-popup .input-st-wrap input[type="text"],
	#register-popup .input-st-wrap select {
		width:100%;
	}
	#register-popup .g-recaptcha {
		margin: -18px 0 0 -24px;
		width: 100%;
		transform: scale(0.7);
	}
	#member-map{
		overflow:scroll;
	}
	.error_content h2 {
    	font-size:24px;
		line-height:34px;
	}
	header ul.header-social {
		display:none;
	}
	.container{
		width: 100%;
	}
	header ul#primary-nav li a:after{
		content:none;
	}
	header ul#primary-nav li,
	header ul#primary-nav > li ul,
	header ul#primary-nav li a{
		transition: none!important;
		display: block;
		position: relative;
		z-index: 4;
		pointer-events: auto!important;
	}
	#article-banner .article-banner-img .banner-title{
		display: none;
	}
	
	
	
}
@media only screen and (max-width: 764px) {
	
	.privacy-popup{
		padding: 30px;
	}
	.privacy-popup .content-wrap{
		margin-bottom: 40px;
	}
	.privacy-popup .agree-btn{
		position: static;
		float: left;
		clear: both;
		height: auto;
		margin-bottom: 20px;
	}
	.privacy-popup .disclaimer-link{
		position: static;
		float: left;
		clear: both;
		height: auto;
	}
	#cookie-bar{
		display:none;
	}
}
@media only screen and (max-width: 730px) {
	#eapb-wrap.extranet-wrap .calender-section .event-popup .event-popup-list > li span.location {
		max-width: 50%;
	}
}
@media only screen and (min-width: 751px) and (max-width: 770px) {
	#member-map .map-wrap{
		margin-right:-110px;
	}
}
@media only screen and (min-width: 551px) and (max-width: 750px) {
	#member-map .map-wrap{
		margin-right:-160px;
	}
}
@media only screen and (max-width: 750px) {
	#member-map{
		display:none;
	}
}
    
@media only screen and (max-width: 710px) {
	
	#register-popup {
		max-height:250px;
	}
}
@media only screen and (max-width: 670px) {
	ul.pub-list.pub-cat {
		padding-left: 120px;
	}
	ul.pub-list.pub-cat .cat-title{
		width: 120px;
		left: -120px;
		font-size: 20px;
	}
	#member-slider .member-list-wrap ul > li {
    	width: 50%;
	}
	.gallerycarousel{
		margin-top: 30px;
    	margin-bottom: 20px;
	}
	#member-map .map-wrap{
		margin-right:-230px;
	}
	.error_content h2 {
		font-size: 18px;
		line-height: 28px;
	}
	#content-container .primary-btn.pull-right{
		float:left!important;
	}
}
@media only screen and (max-width: 665px) {
	#eapb-wrap.extranet-wrap .calender-section .event-popup .event-popup-list > li span.location {
		max-width:40%;
	}
	
	#register-popup .input-st-wrap input[type="text"], #register-popup .input-st-wrap select, #register-popup-event .input-st-wrap input[type="text"], #register-popup-event .input-st-wrap select{
		width: 275px;
	}
	#myModalEventRegister .modal-dialog {
		width: 300px !important;
		margin: auto !important;
	}
	#myModalEventRegister .modal-dialog .modal-body{
		padding: 0px 15px 20px 15px!important;
	}
	#register-popup .input-st-wrap input[type="text"], #register-popup .input-st-wrap select, #register-popup-event .input-st-wrap input[type="text"], #register-popup-event .input-st-wrap select, #register-popup .input-st-wrap span, .contact-page .input-st-wrap span, #register-popup-event .input-st-wrap span{
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
	}
	#myModalEventRegister .modal-body{
		max-height: 96vh;
		overflow: scroll;
	}
	#register-popup .register_button, #register-popup-event .register_button{
		margin-bottom: 20px;
	}
	.calender-section .btn-primary.view_all_first{
		width: 100%;
		text-align: center;
		margin-top: 0px!important;
	}
	.primary-btn{
		padding: 0px 20px;
	}
	#our-team > li{
		width: 45%;
		margin: 14px;
	}
	#our-team{
		margin: 30px -14px 0px -14px;
	}
}
@media only screen and (max-width: 600px) {
	header h1.logo{
		width: 230px;
	}
	.contact-page .input-st-wrap{
		width:100%;
	}
	.contact-page input[type="text"]{
		width:100%;
	}
	.contact-page input.btn-blue{
		margin-bottom:20px;
	}
	#searchForm .form-limit{
		top:0px;
		margin-top:10px;
	}
	.search-results{
		width:100%;
		margin-top:0px;
		display:inline-block;
	}
	header ul#primary-nav > li ul > li a{
		display: block;
		position: relative;
		z-index: 2;
	}
	header ul#primary-nav > li ul > li a::after{
		content:none;
	}
}
@media only screen and (min-width: 551px) and (max-width: 650px) {
	#member-map .map-wrap{
		margin-right:-320px;
	}
}


/*IPHONE  -  []
-----------------------------------------------*/
@media only screen and (max-width: 580px) {
	#register-popup .input-st-wrap {
    	width: 100%;
	}
	.privacy-popup .agree-btn{
		font-size: 24px;
		/*height: 43px;*/
		border-bottom: solid 5px;
	}
}
@media only screen and (max-width: 570px) {
	footer .col-md-6 {
		width:100%;
		float: left;
	}
	#register-popup {
		max-height:200px;
	}
}
@media only screen and (max-width: 565px) {
	#eapb-wrap.extranet-wrap .calender-section .event-popup .event-popup-list > li span.location {
		max-width:35%;
	}
	#eapb-wrap.extranet-wrap .calender-section .event-popup .event-popup-list > li a.view-details{
		font-size:14px;
	}
	#eapb-wrap.extranet-wrap .calender-section .event-popup ul.event-popup-list > li span{
		font-size: 14px;
	}
}
@media only screen and (max-width: 550px) {
	header h1.logo{
		width: 200px;
	}
	header h1.logo img{
		width: auto;
		max-width:100%;
	}
	header ul#primary-nav > li ul{
		-moz-column-count:1; /* Firefox */
		-webkit-column-count:1; /* Safari and Chrome */
		column-count:1;
	}
	header .search-wrap{
		width: 100%;
		float: left;
		right: 0;
	}
	header .search-wrap.full-search .search-inner span {
		width: 76%;
	}
	header ul.header-social{
		display:none;
	}
	header .header-login .input-st-wrap{
		width:100%;
	}
	header .header-login input[type="text"],
	header .header-login input[type="password"]{
		width:100%;
	}
	
	section .col-md-6 .slide-img{
		margin-right:0px;
		margin-bottom: 15px;
		width:100%;
	}
	section .col-md-6 .slide-img img {
		max-width: 100%;
	}
	h1 {
		font-size: 30px;
		line-height: 34px;
	}
	.secondary-nav ul > li {
    	width: 100%;
	}
	footer .col-md-6 {
		width: 100%;
	}
	footer a.ftr-logo img {
		max-height: 40px;
	}
	.board-member-wrap .col-md-5 {
		width: 100%;
	}
	.board-member-wrap .col-md-7{
		width:100%;
		margin-top: 20px;
	}
	.board-member-wrap .col-md-7 h2 {
		font-size: 26px;
		line-height: 30px;
	}
	ul.pub-list.pub-cat {
		padding-left:0px;
	}
	ul.pub-list.pub-cat .cat-title{
		width:100%;
		left:0px;
		position:relative;
		font-size: 20px;
	}
	#article-banner .banner-desc h2 {
		font-size:30px;
	}
	#article-banner .banner-desc h3{
		font-size:26px;
	}
	ul.events-list > li{
		width:100%;
		margin: 5px 0px 10px 0px;
	}
	
	#member-slider .member-list-wrap ul > li {
    	width:100%;
	}
	#member-map .map-wrap{
		    margin-right: -320px;
	}
	#register-popup {
		max-height:400px;
	}
	
	.fliter_section ul.fliter-catogory .select-wrap {
		float: left;
		position: relative;
		width: calc(100vw - 118px);
	}
	.fliter_section ul.fliter-catogory .select-wrap select, .fliter_section ul.fliter-catogory .catogory-search{
		width: 100%;
	}
	.fliter_section ul.fliter-catogory .catogory-search input#filter_search{
		width: 84%;
	}
	.fliter_section ul.fliter-catogory .catogory-search input#search_btn{
		float:right;		
	}
	#thematic_opt .select-wrapper, .extranet-wrap #thematic_opt #thematics{
		width:100%;
		max-width: none;
	}
	#eapb-wrap.extranet-wrap .row.mt-50 h2{
		font-size: 24px;
	}
	#eapb-wrap.extranet-wrap .blog-featured h2{
		font-size: 26px;
	}
	#our-team > li{
		width: 96.5%;
		margin: 14px;
		height: auto!important;
		padding-bottom: 20px!important;
	}
}
@media only screen and (min-width: 510px) and (max-width: 549px) {
	#member-map .map-wrap{
		margin-right:-320px;
	}
}
@media only screen and (min-width: 450px) and (max-width: 509px) {
	#member-map .map-wrap{
		margin-right:-370px;
	}
}
@media only screen and (min-width: 400px) and (max-width: 449px) {
	#member-map .map-wrap{
		margin-right:-440px;
	}
}
@media only screen and (max-width: 465px) {
	#eapb-wrap.extranet-wrap .calender-section .event-popup ul.event-popup-list > li span.date,
	#eapb-wrap.extranet-wrap .calender-section .event-popup ul.event-popup-list > li span.location{
		width:100%;
		max-width:none;
	}
}
@media only screen and (max-width: 450px) {
	#article-banner #event-banner .article-banner-img{
		height:auto;
	}
	#event-banner .flex-direction-nav {
		right: inherit;
		top: 125px;
		left: 15px;
	}
	#article-banner #event-banner .banner-desc {
		padding: 35px 0px 10px 0px;
	}
}
@media only screen and (min-width: 350px) and (max-width: 399px) {
	#member-map .map-wrap{
		margin-right:-480px;
	}
}
@media only screen and (max-width: 350px) {
	header h1.logo {
		width: 175px;
	}
	#home-banner .slide-img{
		height:auto;
	}
	#home-banner .slide-desc h2 {
    	font-size: 26px;
    	line-height: 28px;
	}
	h1 {
		font-size: 26px;
		line-height: 30px;
	}
	.member-desc h2 {
		font-size: 24px!important;
		line-height: 26px!important;
		padding-bottom: 5px!important;
		margin: 0px 0px 10px 0px!important;
	}
	footer ul.ftr-links {
    	margin: 25px 0px 0px 0px;
	}
}
@media only screen and (min-width: 280px) and (max-width: 349px) {
	#member-map .map-wrap{
		margin-right:-540px;
	}
}
@media only screen and (max-width: 279px){
    #member-map .map-wrap{
		margin-right: -575px;
	}
}












