   /*
* KARAKAS-DIGITAL
*/


/* #TYPOGRAPHY
================================================== */

@font-face {
    font-family: 'akzidenz-grotesk_bqregular';
    src: url('../fonts/akzidenzgrotesk-regular-webfont.eot');
    src: url('../fonts/akzidenzgrotesk-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/akzidenzgrotesk-regular-webfont.woff2') format('woff2'),
         url('../fonts/akzidenzgrotesk-regular-webfont.woff') format('woff'),
         url('../fonts/akzidenzgrotesk-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'akzidenz-grotesk_bqbold';
    src: url('../fonts/akzidenzgrotesk-bold-webfont.eot');
    src: url('../fonts/akzidenzgrotesk-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/akzidenzgrotesk-bold-webfont.woff2') format('woff2'),
         url('../fonts/akzidenzgrotesk-bold-webfont.woff') format('woff'),
         url('../fonts/akzidenzgrotesk-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'akzidenz-grotesk_bqitalic';
    src: url('../fonts/akzidenzgrotesk-italic-webfont.eot');
    src: url('../fonts/akzidenzgrotesk-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/akzidenzgrotesk-italic-webfont.woff2') format('woff2'),
         url('../fonts/akzidenzgrotesk-italic-webfont.woff') format('woff'),
         url('../fonts/akzidenzgrotesk-italic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'akzidenz-grotesk_bqmedium';
    src: url('../fonts/akzidenzgrotesk-medium-webfont.eot');
    src: url('../fonts/akzidenzgrotesk-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/akzidenzgrotesk-medium-webfont.woff2') format('woff2'),
         url('../fonts/akzidenzgrotesk-medium-webfont.woff') format('woff'),
         url('../fonts/akzidenzgrotesk-medium-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'BellMTStd-BoldItalic';
  src: url('../fonts/BellMTStd-BoldItalic.eot');
  src: url('../fonts/BellMTStd-BoldItalic.eot?#iefix') format('embedded-opentype'),
       url('../fonts/BellMTStd-BoldItalic.woff2') format('woff2'),
       url('../fonts/BellMTStd-BoldItalic.woff') format('woff'),
       url('../fonts/BellMTStd-BoldItalic.ttf') format('truetype'),
       url('../fonts/BellMTStd-BoldItalic.svg#BellMTStd-BoldItalic') format('svg');
  font-weight: normal;
  font-style: normal;
}

h1, h2, h3, h4, h5, h6{
	font-weight:100;
	margin:0px;
	padding:0px;
	 font-family: 'akzidenz-grotesk_bqmedium';
}
h1{
	font-size:60px;
	line-height:65px;
}
a{
	color:#9c4c94;
	text-decoration:none;
	outline:none!important;
}
a:focus, a:hover, a:visited {
	color:#9c4c94;
}
img {
	  max-width: 100%;
	  height: auto;
}


body{
    font-family: 'akzidenz-grotesk_bqregular';
	color:#333333;
}

.container{
	width:100%;
	padding:0px;
}
p {
    font-family: 'akzidenz-grotesk_bqregular';
	font-size:16px;
	line-height:30px;
	color:#333333;
}
p strong, strong, b{
	font-weight:normal;
    font-family: 'akzidenz-grotesk_bqbold';
	font-weight:100;
}
a, a:hover, a:visited{
	color:#e94117;
}
ul, ol{
	padding-left:25px;
}
ul li, ol li{
	font-size:16px;
	color:#333333;
}

#etad-wrap{
	float:left;
	width:100%;
}
.container .col-md-6{
	padding-left:70px;
	padding-right:70px;
}

/* #HEADER
================================================== */
header{
	float:left;
	width:100%;
	background:url(../images/header-bg-1.jpg) no-repeat top center;
	background-size:cover;
	background-size: calc(100% + 50px);
	background-position:fixed;
	padding:0px;
	position:relative;
	z-index:9;
}
header:after{
	content:'';
	width:50%;
	height:100%;
	position:absolute;
	left:0px;
	top:0px;
	background:rgba(0,64,86,0.6);
	z-index:-1;
}

nav{
	/*fidth:	loat:left;*/
	width:100%;
	position:absolute;
	left:0px;
	top:0px;
}
nav .container{
	bottom:-134px;
	position:absolute;
	left:0px;
	width:100%;
	max-height:62px;
}
nav .container, nav .container *{
	transition: all 0.3s ease 0s;
}
nav .container.affix{
	border-bottom:solid 1px #ededed;
	background:#fff;
	max-height:62px;
	padding:20px 0px;
	margin-top:0px;
	z-index:99;
	bottom:auto;
	top:0px;
	position:fixed;
}
nav.active-nav .container.affix{
	position:static;
	z-index:0;
}
nav a.logo{
	display:block;
	float:left;
	width:140px;
	height:60px;
	background:url(../images/logo.png) no-repeat center;
	position:relative;
	z-index:10;
}

/*MENU*/
nav .nav-toggle{
	background:none;
	float:right;
	display:block;
	position:absolute;
	right:70px;
	top:32px;
	cursor:pointer;
	width:30px;
	height:30px;
	z-index:10;
}
span.mobilemenu{
	display:block;
	width:30px;
	height:2px;
	background:#fff;
	z-index:100;
	cursor:pointer;
	position:absolute;
	top:10px;
	left:0px;
}
	
span.mobilemenu:after, span.mobilemenu:before {
	background-color: #fff;
	content: "";
	display: block;
	height: 2px;
	position: absolute;
	transition: all 0.4s ease 0s;
	width: 30px;
	z-index:100;
}
span.mobilemenu:before{
	top:-7px;
}
span.mobilemenu:after{
	top:7px;
}
nav .nav-toggle:hover span.mobilemenu:before{
	top:-10px;
}
nav .nav-toggle:hover span.mobilemenu:after{
	top:10px;
}
nav .nav-toggle:hover span.mobilemenu.active:before{
	top:0px;
}
nav .nav-toggle:hover span.mobilemenu.active:after{
	top:0px;
}
span.mobilemenu.active{
	height:0px;
}
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;
}

span.mobilemenu, span.mobilemenu:before, span.mobilemenu:after{
	transition: all 0.2s ease 0s!important;
}
header .header-intro{
	padding-top:230px;
	overflow:hidden;
}

/*MENU HEIGHT & HEADER HEIGHT*/
#etad-wrap section,
#etad-wrap .footer-copyright,
#etad-wrap footer{
	height:100%;
	transition: all 0.3s ease 0s;
}
#etad-wrap.menuheight section,
#etad-wrap.menuheight .footer-copyright,
#etad-wrap.menuheight footer{
	height:0px;
	overflow:hidden;
	padding:0px;
	border:none;
}
#etad-wrap.menuheight .header-intro{
	max-height:930px;
	overflow:hidden;
}
/*MENU HEIGHT & HEADER HEIGHT*/
header .mega-menu{
	position:absolute;
	z-index:9;
	top:0px;
	left:0px;
	width:100%;
	display:none;
	box-shadow:0px 0px 12px rgba(0,0,0,0.2);
}
header .mega-menu .container{
	width:100%;
	display:table;
}
header .mega-menu .col-md-6{
	padding-top:165px;
	background:#fff;
	display:table-cell;
	float:none;
	vertical-align:top;
}
header .mega-menu .col-md-6:nth-child(1){
	background:#364b6c;
	padding-left:0px;
	padding-right:0px;
	vertical-align:top;
}
header .mega-menu ul#primary-nav{
	margin:33px 0px 0px;
	padding:0px;
	float:left;
	width:100%;
	border-top:solid 1px #697b92;
	border-bottom:solid 1px #697b92;
}
header .mega-menu ul#primary-nav > li:nth-child(6n+1){
	margin-bottom:-1px;
}
header .mega-menu ul#primary-nav > li{
	list-style:none;
	float:left;
	display:table;
	border-left:solid 1px #697b92;
	border-bottom:solid 1px #697b92;
	width:50%;
	position:relative;
}
header .mega-menu ul#primary-nav > li:nth-child(odd){
	border-left:none;
}
header .mega-menu ul#primary-nav > li > a{
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	height:285px;
	width:100%;
	color:#fff;
	font-size:30px;
	line-height:normal;
	font-family: 'akzidenz-grotesk_bqmedium';
	text-decoration:none;
	position:relative;
	transition: all 0.3s ease 0s;
}
header .mega-menu ul#primary-nav > li > ul{
	margin:0px;
	padding:0px;
	position:absolute;
	left:0px;
	top:-0px;
	z-index:2;
	background:#2ebbaf;
	height:100%;
	opacity:0;
	width:0px;
	pointer-events:none;
	transition: all 0.3s ease 0s;
	overflow:hidden;
}
header .mega-menu ul#primary-nav > li > ul.ul-six{
	padding:4% 0px;
}
header .mega-menu ul#primary-nav > li > ul.ul-five{
	padding:9% 0px;
}
header .mega-menu ul#primary-nav > li > ul.ul-four{
	padding:12.5% 0px;
}
header .mega-menu ul#primary-nav > li > ul.ul-three{
	padding:18% 0px;
}
header .mega-menu ul#primary-nav > li > ul.ul-two{
	padding:21% 0px;
}
header .mega-menu ul#primary-nav > li > ul > li > ul{
	padding:0px;
	border-top:solid 1px #62ccc3;
	float:left;
	width:100%;
}
header .mega-menu ul#primary-nav > li > ul > li > ul > li a{
	background:#33c5b9!important;
}
header .mega-menu ul#primary-nav > li:hover > ul{
	opacity:1;
	width:100%;
	pointer-events:auto;
	overflow:visible;
}
header .mega-menu ul#primary-nav > li > ul:after{
	content:'';
	position:absolute;
	width:30px;
	height:30px;
	background:#2ebbaf;
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	right:-15px;
	top:46px;
}

header .mega-menu ul#primary-nav > li:nth-child(odd) > ul{
	left:auto;
	right:-100%;
}
header .mega-menu ul#primary-nav > li:nth-child(odd) > ul:after{
	right:auto;
	left:-15px;
}
header .mega-menu ul#primary-nav > li:nth-child(even) > ul{
	right:auto;
	left:-100%;
}

header .mega-menu ul#primary-nav > li ul > li{
	float:left;
	width:100%;
	list-style:none;
	margin:0px;
	border-top:solid 1px #62ccc3;
}
header .mega-menu ul#primary-nav > li ul > li:first-child{
	border:none;
}
header .mega-menu ul#primary-nav > li ul > li > a{
	background:#2ebbaf;
	font-size:20px;
	line-height:40px;
	color:#fff;
	text-decoration:none;
	display:block;
	float:left;
	width:100%;
	text-align:center;
	font-family: 'akzidenz-grotesk_bqregular';
	transition: all 0.3s ease 0s;
}
header .mega-menu ul#primary-nav > li ul > li > a:hover{
	font-family: 'akzidenz-grotesk_bqmedium';
}
header .mega-menu ul#primary-nav > li.sub > a:after{
	content:'';
	width:22px;
	height:22px;
	position:absolute;
	top:20px;
	right:20px;
	background:url(../images/sub-cat.png) no-repeat center;
}
header .mega-menu ul#primary-nav > li:hover > a, header .mega-menu ul#primary-nav > li > a:hover{
	background:rgba(46,187,175,0.25);
}
header .mega-menu .search-main{
	float:left;
	width:100%;
	border-bottom:solid 1px #333333;
}
header .mega-menu .search-main input[type="text"]{
	float:left;
	font-size:29px;
	color:#333333;
	padding:0px;
	box-shadow:none;
	outline:none;
	border:none;
	width:90%;
	line-height:34px;
}
header .mega-menu .search-main input[type="text"]::-webkit-input-placeholder{
	opacity:1!important;
	color:#333333;
}
header .mega-menu .search-main input[type="submit"]{
	float:right;
	width:25px;
	height:25px;
	border:none;
	background:url(../images/search-btn.png) no-repeat center;
	margin-top:4px;
}
nav.active-nav .social-links a{
	border-color:#333;
}
nav.active-nav .social-links a.twitter{
	background-image:url(../images/twitter-bl.png);
}
nav.active-nav .social-links a.linkedin{
	background-image:url(../images/linkedin-bl.png);
}
nav.active-nav .lang-switch a{
	color:#43b2c8;
}

.latest-feed{
	float:none;
	width:100%;
	margin:0px;
	display:table-cell;
	height:650px;
	vertical-align:middle;
}
.latest-feed .feed-title{
	float:left;
	width:100%;
	margin:0px;
	font-size:20px;
	line-height:normal; 
	font-family: 'BellMTStd-BoldItalic';
	margin-bottom:40px;
}
.latest-feed .feed-title a{
	text-decoration:none;
	color:#43b2c8;
}
.latest-feed .tweet-list{
	margin:0px 0px 20px;
	padding:0px;
	float:left;
	width:100%;
}
.latest-feed .tweet-list > li{
	list-style:none;
	font-size:22px;
	line-height:normal;
	color:#999999;
	margin-bottom:30px;
	float:left;
	width:100%;
}
.latest-feed .tweet-list > li > span:last-child{
	display:block;
	margin-top:40px;
	float:left;
	width:100%;
	font-size:16px;
	line-height:normal;
	color:#999999;
	border-top:solid 1px #cccccc;
	border-bottom:solid 1px #cccccc;
	font-family: 'BellMTStd-BoldItalic';
	padding:5px 0px;
}
.latest-feed .tweet-list > li a{
	color:#43b2c8;
}
.menu-base-links{
	position:absolute;
	left:70px;
	bottom:120px;
}
.menu-base-links a.animated-btn{
	margin-right:30px;
}


nav .container.affix a.logo{
	background-image:url(../images/logo-black.png);
	width:105px;
	height:45px;
	background-size:contain;
	margin-top:-12px;
}
nav .container.affix span.mobilemenu,
nav .container.affix span.mobilemenu::after, nav .container.affix span.mobilemenu::before{
	background:#333!important;
}
nav .container.affix a.nav-toggle{
	top:0px;
}
nav .container.affix .social-links,
nav .container.affix .lang-switch{
	margin:0px;
}
nav .container.affix .social-links a{
	border-color:#333;
	width:22px;
	height:22px;
}
nav .container.affix .social-links a.twitter{
	background-image:url(../images/twitter-bl.png);
	background-size:16px!important;
	background-position:2px 2px;
}
nav .container.affix .social-links a.linkedin{
	background-image:url(../images/linkedin-bl.png);
	background-size:16px!important;
	background-position:2px 2px;
}
nav .container.affix .lang-switch a{
	color:#333;
}
nav .container.affix .theme-switcher{
	display:none;
}
.theme-switcher select option{
	background:#333c66;
}
.theme-switcher select option:hover{
	background:red;
}

/*MENU*/

header h1{
	color:#fff;
	margin:65px 0px 40px 0px;
}
header h1 p{
	color:#fff;
	margin:0px;
	font-size:60px;
	line-height:65px;
	font-family: 'akzidenz-grotesk_bqmedium';
}
header .annual-report{
	float:left;
	width:100%;
	margin-top:45px;
}
header .annual-report p{
	font-size:18px;
	line-height:normal;
	margin:0px 0px 10px;
	font-family: 'akzidenz-grotesk_bqmedium';
	color:#fff;
}
header .annual-report p a{
	color:#fff;
	text-decoration:none;
}
header .annual-report a.download{
	width:21px;
	height:30px;
	background:url(../images/document.png) no-repeat center;
	display:inline-block;
}
nav .social-links{
	float:left;
	margin-top:25px;
	position:relative;
	z-index:10;
}
nav .social-links a{
	display:block;
	width:30px;
	height:30px;
	border:solid 1px #fff;
	text-decoration:none;
	border-radius:30px;
	float:left;
	margin-right:10px;
	opacity:1;
	transition: all 0.3s ease 0s;
	background-size:22px!important;
}
nav .social-links a:hover{
	opacity:0.8;
}
nav .social-links a.twitter{
	background:url(../images/twitter.png) no-repeat center;
}
nav .social-links a.linkedin{
	background:url(../images/linkedin.png) no-repeat center;
}
nav .lang-switch{
	float:right;
	margin:40px 0px 25px;
	position:relative;
	z-index:10;
}
.theme-switcher{
	float:right;
	clear:none;
	position:relative;
	margin-top:36px;
}
.theme-switcher select{
	border:none;
	border-bottom:solid 2px #fff;
	background:none;
	color:#fff;
	font-family: 'akzidenz-grotesk_bqmedium';
	font-size:18px;
}
.theme-switcher select{
	appearance:none;
	-webkit-appearance:none;
	-moz-appearance:none;
	padding-right:17px;
	box-shadow:none;
	border-radius:0px;
	outline:none;
}
.theme-switcher::before, .theme-switcher::after {
	background: #fff;
	content: '';
	height: 2px;
	display: block;
	position: absolute;
	top: 16px;
	width: 8px;
	-webkit-transition: all .65s;
	-moz-transition: all .65s;
	-o-transition: all .65s;
	transition: all .65s;
}
.theme-switcher::before {
	right: 5px;
	-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%
}
.theme-switcher::after {
	right: -3px;
	-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%
}
.theme-switcher:hover::before{
	background: #fff;
	top: 9px;
	-webkit-transform: rotate(225deg);
	-moz-transform: rotate(225deg);
	-o-transform: rotate(225deg);
	transform: rotate(225deg)
}
.theme-switcher:hover::after{
	background: #fff;
	top: 9px;
	-webkit-transform: rotate(-225deg);
	-moz-transform: rotate(-225deg);
	-o-transform: rotate(-225deg);
	transform: rotate(-225deg)
}



.s-hidden {
    visibility:hidden;
    padding-right:10px;
}
.select {
    cursor:pointer;
    display:inline-block;
    position:relative;
    color:black;
}
.styledSelect {
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    padding:0px 10px 0px 0px;
    color:#fff;
	font-family: 'akzidenz-grotesk_bqmedium';
	font-size:18px;
}


.options {
    display:none;
    position:absolute;
    top:100%;
    right:0;
    left:0;
    z-index:999;
    margin:0 0;
    padding:0 0;
    list-style:none;
    border:none;
    -webkit-box-shadow:0 1px 2px rgba(0, 0, 4, 0.2);
    -moz-box-shadow:0 1px 2px rgba(0, 0, 4, 0.2);
    box-shadow:0 1px 2px rgba(0, 0, 4, 0.2);
}
.options li {
    margin:0 0;
    padding:6px 10px;
	background:rgba(54,75,108,0.8);
	font-size:14px;
	font-family: 'akzidenz-grotesk_bqmedium';
	color:#fff;
}
.options li:hover {
    background:rgba(255,255,255,0.9);
    color:#364b6c;
}
.options li:first-child{
	display:none;
}

header .news-wrap{
	position:absolute;
	bottom:40px;
	width:500px;
	left:70px;
}
header .news-wrap h2{
	color:#fff;
	font-size:40px;
	line-height:normal;
}
.news-wrap .home-news-list{
	float:left;
	width:100%;
	margin:15px 0px 0px;
	padding:0px;
}
.news-wrap .home-news-list > li{
	list-style:none;
	padding:8px 10px;
	margin-bottom:5px;
	background:rgba(225,59,119,0.75);
	color:#fff;
}
.news-wrap .home-news-list > li span.date{
	display:block;
	color:#fff;
	font-family: 'BellMTStd-BoldItalic';
}
.news-wrap .home-news-list > li h4{
	font-size:20px;
	line-height:normal;
	color:#fff;
	margin:0px;
}
.news-wrap .home-news-list > li p{
	font-size:14px;
	line-height:18px;
	color:#fff;
	margin:0px 0px 12px;
}
.news-wrap .home-news-list > li p a{
	color:#fff;
	text-decoration: underline;
}
.news-items-list li p a, .article-detail-page p a{
    color:#333;
    text-decoration: underline;
}

.news-wrap .home-news-list > li a.news-toggle{
	color:#fff;
	text-decoration:none;
	font-size:14px;
	display:inline-block;
	position:relative;
}
.news-wrap .home-news-list > li a.news-toggle:after{
	content:'';
	position:absolute;
	bottom:-6px;
	opacity:0;
	left:0px;
	width:65px;
	height:1px;
	background:#fff;
	transition: all 0.3s ease 0s;
}
.news-wrap .home-news-list > li a.news-toggle.active:after{
	width:45px;
}
.news-wrap .home-news-list > li a.news-toggle:hover:after{
	bottom:2px;
	opacity:1;
}
.news-wrap .home-news-list > li .news-collapsed{
	display:none;
}
.news-wrap .home-news-list > li a.news-toggle.active{
	display:block;
	background:url(../images/arw-up.png) no-repeat right bottom;
}
.news-wrap a.all-news{
	font-family: 'BellMTStd-BoldItalic';
	text-decoration:none;
	color:#fff;
	font-size:18px;
	position:relative;
}
.news-wrap a.all-news:after{
	content:'';
	position:absolute;
	width:100%;
	height:1px;
	background:#fff;
	bottom:-6px;
	left:0px;
	opacity:0;
}
.news-wrap a.all-news:hover:after{
	opacity:1;
	bottom:1px;
	transition: all 0.3s ease 0s;
}

nav .lang-switch{
	padding:0px;
}
nav ul.lang-switch > li{
	float:left;
	list-style:none;
	margin:0px;
}
nav .lang-switch a{
	display:inline-block;
	margin-left:15px;
	color:#fff;
	text-decoration:none;
}
.scroll-down{
	position:absolute;
	left:-50%;
	right:-50%;
	bottom:70px;
	margin:auto;
	width:50px;
	height:50px;
	background:url(../images/scroll-down.png) no-repeat center;
	display:block;
	margin-top:0px;
	transition: all 0.3s ease 0s;
}
.scroll-down:hover{
	bottom:60px;
}


/* #SECTION
================================================== */

section{
	float:left;
	width:100%;
	clear:both;
}
section .row{
	margin:0px;
}
section .row [class^="col-md"]{
	padding-top:90px;
	padding-left:70px;
	padding-right:70px;
}
section .row > .col-md-6:nth-child(1){
	padding-right:25px;
}
section .row > .col-md-6:nth-child(2){
	padding-left:25px;
}
section h2{
	color:#553285;
	font-size:44px;
	line-height:50px;
	color:#553285;
	font-family: 'akzidenz-grotesk_bqmedium';
	margin:0px 0px 15px;
}
section ul{
	padding-left:20px;
	margin:0px 0px 10px;
}
section p, section ul li{
	color:#7b52ab;
	font-size:20px;
	line-height:28px;
	margin-top:0px;
}
section p a, section a{
	color:#ff6c99;
	text-decoration:underline;
}
section p.intro-bold, #home-content .col-md-7 p{
	font-size:22px;
	line-height:34px;
	color:#7b52ab;
	font-family: 'akzidenz-grotesk_bqmedium';
	margin:10px 0px 40px;
}

/*News items list*/
ul.news-items-list{
	margin:0px 0px 20px 0px;
	padding:0px;
	float:left;
	width:100%;
}
ul.news-items-list > li{
	float:left;
	width:100%;
	list-style:none;
	width:100%;
	margin-bottom:20px;
}
ul.news-items-list > li dl{
	width:100%;
	float:left;
	margin:0px;
}
ul.news-items-list > li dl dt{
	width:25%;
	max-width:355px;
	float:left;
	padding-right:20px;
	color:#8e999f;
	font-size:20px;
	font-family: 'akzidenz-grotesk_bqmedium';
}
ul.news-items-list > li dl dd{
	width:75%;
	float:left;
	margin:0px;
	position:relative;
	padding-bottom:15px;
}
ul.news-items-list > li dl dd h3{
	font-size:24px;
	color:#333333;
	margin-bottom:12px;
}
ul.news-items-list > li dl dd h3 a{
	color:#553285;
	text-decoration:none;
}
ul.news-items-list > li dl dd > a{
	font-family: 'BellMTStd-BoldItalic';
	text-decoration:underline;
	color:#553285;
	font-size:18px;
}
ul.news-items-list > li p{
	font-size:16px;
	line-height:normal;
}

.row.secondary-bg{
	background:#ff6c99;
	margin-top:35px;
}
.row.secondary-bg h1, .row.secondary-bg h2, .row.secondary-bg h3, .row.secondary-bg h4,
.row.secondary-bg p, .row.secondary-bg a, .row.secondary-bg ul li{
	color:#fff!important;
}
section .row.secondary-bg [class^="col-md"]{
	padding-top:35px;
	padding-bottom:35px;
}

ul.key-highlights{
	float:left;
	margin:30px 0px 0px -70px;
	padding:0px;
}
ul.key-highlights > li{
	list-style:none;
	float:left;
	width:50%;
	border:solid 1px #85a4b2;
	border-width:0px 1px 1px 0px;
}
ul.key-highlights > li a{
	display:inline-block;
	width:100%;
	padding:24px 30px;
	background:#004056;
	color:#fff;
	text-align:center;
	text-decoration:none;
	position:relative;
	z-index:2;
}
ul.key-highlights > li a:after{
	content:'';
	background:url(../images/highlight-hover.jpg) no-repeat center;
	background-size:cover;
	width:100%;
	height:100%;
	position:absolute;
	left:0px;
	top:0px;
	z-index:-1;
	opacity:0;
	transition: all 0.6s ease 0s;
}
ul.key-highlights > li a:hover:after{
	opacity:0.8;
}
ul.key-highlights > li a strong{
	font-size:20px;
	line-height:28px;
	color:#fff;
	text-transform:uppercase;
	font-family: 'akzidenz-grotesk_bqbold';
	display:block;
	margin-bottom:10px;
}
ul.key-highlights > li a span, ul.key-highlights > li p{
	font-size:16px;
	line-height:24px;
	color:#fff!important;
	font-family: 'BellMTStd-BoldItalic';
	margin:0px;
}

.our-committies{
	float:left;
	margin:5px -70px 0px 0px;
	padding:0px;
}
.our-committies ul{
	margin:0px 0px 10px;
	float:left;
	width:100%;
	padding:0px;
}
.our-committies h3{
	color:#7b52ab;
	line-height:normal;
	margin-bottom:10px;
	margin-top:-4px;
	float:left;
	width:100%;
}
.our-committies ul > li{
	list-style:none;
	margin:0px;
	border-bottom:solid 2px #fff;
	float:left;
	width:100%;
}
.our-committies ul > li strong{
	font-weight:100;
	font-family: "akzidenz-grotesk_bqregular";
}
.our-committies ul > li a{
	display:block;
	color:#fff!important;
	text-decoration:none;
	text-transform:uppercase;
	font-size:16px;
	line-height:25px;
	padding:10px 45px;
	transition: all 0.3s ease 0s;
	background:url(../images/circle.png) no-repeat 30px center #7b52ab;
}
.our-committies ul > li a:hover{
	background-color:#493a6d;
}

.member-carousel{
	background:#ff6c99;
	padding-top:40px!important;
	padding-bottom:40px!important;
	width:100%!important;
	margin-top:50px;
}
#member-logos{
	float:left;
	width:100%;
}
#member-logos > li{
	width:20%;
	text-align:center;
	display:table;
}
#member-logos > li > span{
	display:table-cell;
	width:100%;
	height:150px;
	vertical-align:middle;
	text-align:center;
}
#member-logos > li img{
	max-width:260px;
	max-height:150px;
}
.member-carousel-wrap .car-left{
	position:absolute;
	left:0px;
	top:47%;
	background:url(../images/slider-left.png) no-repeat center;
	width:18px;
	height:18px;
	border:none;
	background-size:18px;
	z-index:9;
	outline:none;
}
.member-carousel-wrap .car-right{
	position:absolute;
	right:0px;
	top:47%;
	background:url(../images/slider-right.png) no-repeat center;
	width:18px;
	height:18px;
	border:none;
	background-size:18px;
	z-index:9;
	outline:none;
}
.member-carousel{
	position:relative;
	overflow:hidden;
}


.member-carousel .member-page-icon{
	top:20px;
	right:60px;
	position:absolute;
	z-index:9;
	display:block;
	width:36px;
	height:36px;
    animation-delay: 0s;
    animation-direction: normal;
    animation-duration: 0.2s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-name: playPictoMenuHoverOut;
    animation-play-state: running;
    animation-timing-function: steps(4);
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url(../images/menu-hover-back.png);
    background-origin: padding-box;
    background-position: left center;
    background-repeat: repeat;
    background-size: 200px auto;
}
.member-carousel .member-page-icon:hover{
    animation-delay: 0s;
    animation-direction: normal;
    animation-duration: 0.2s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-name: playPictoMenuHover;
    animation-play-state: running;
    animation-timing-function: steps(4);
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url(../images/menu-hover.png);
    background-origin: padding-box;
    background-position: left center;
    background-repeat: repeat;
    background-size: 200px auto;
}

.no_animation ul#member-logos{
    padding-left: 0px;
    text-align: center;
}
.no_animation ul#member-logos li{
    display: inline-block;
}
.no_animation .prev.car-left, .no_animation .next.car-right{
    display:none;
}





@keyframes playPictoMenuHover {
100% {
    background-position: -160px center;
}
}
@keyframes playPictoMenuHover {
100% {
    background-position: -160px center;
}
}
@keyframes playPictoMenuHoverOut {
100% {
    background-position: -160px center;
}
}
@keyframes playPictoMenuHoverOut {
100% {
    background-position: -160px center;
}
}

.footer-copyright{
	float:left;
	width:100%;
	padding:40px 0px;
	text-align:center;
}
.footer-copyright p{
	margin:0px;
	color:#333c66;
	font-size:16px;
	line-height:normal;
}
footer{
	background:#333c66;
	padding:25px 0px 20px;
	float:left;
	width:100%;
}
footer .container{
	padding:0px 55px;
	color:#fff;
	font-size:16px;
	line-height:24px;
}
footer ul#footer-nav{
	margin:0px;
	padding:0px;
}
footer ul#footer-nav > li{
	list-style:none;
	margin:0px;
}
footer ul#footer-nav > li a, footer .col-md-2 > a{
	position:relative;
}
footer ul#footer-nav > li a:after, footer .col-md-2 > a:after{
	content:'';
	width:100%;
	height:1px;
	background:#fff;
	position:absolute;
	bottom:-6px;
	left:0px;
	opacity:0;
	transition: all 0.4s ease 0s;
}
footer ul#footer-nav > li a:hover:after, footer .col-md-2 > a:hover:after{
	bottom:0px;
	opacity:1;
}
footer .container strong{
	display:block;
	font-family: 'akzidenz-grotesk_bqbold';
	font-weight:100;
	margin-bottom:0px;
}
footer .container a{
	color:#fff;
	text-decoration:none;
}
footer .container p{
	margin:0px;
	color:#fff;
	font-size:16px;
	line-height:20px;
}
footer a.footer-logo{
	display:inline-block;
	margin:-8px 0px 10px 0px;
}
footer a.footer-logo:after{
	content:none;
}
footer .social-links{
	float:left;
	margin-top:8px;
}
footer .social-links a{
	display:block;
	width:22px;
	height:22px;
	border:solid 1px #fff;
	text-decoration:none;
	border-radius:30px;
	float:left;
	margin-right:10px;
	background-size:14px!important;
	opacity:1;
	transition: all 0.3s ease 0s;
}
footer .social-links a:hover{
	opacity:0.7;
}
footer .social-links a.twitter{
	background:url(../images/twitter.png) no-repeat center;
}
footer .social-links a.linkedin{
	background:url(../images/linkedin.png) no-repeat center;
}
footer a.website-by{
	float:right;
	background:url(../images/k.png) no-repeat  right top;
	padding-right:16px;
	line-height:18px;
	padding-top:2px;
	position:absolute;
	right:15px;
	bottom:-100px;
}
footer a.website-by:after{
	content:none;
}


/*ANIMATED*/
.animated-btn {
  float:left;
  width: 200px;  
  height:40px;
  text-decoration:none!important;
}
.animated-btn .shape {
  stroke-dasharray: 0 540;
  stroke-dashoffset: 20;
  stroke-width: 4px;
  fill: transparent;
  stroke: #7b52ab;
  border-bottom: 2px solid black;
  transition: stroke-width 2s, stroke-dashoffset 2s, stroke-dasharray 2s;
}
.animated-btn .text {
  font-size: 18px;
  line-height: 50px;
  color: #7b52ab;
  top: -50px;
  position: relative;
  text-align:center;
  width:100%;
  text-decoration:none!important;
  display:block;
  font-family: 'BellMTStd-BoldItalic';
}
.header-intro .animated-btn{
	margin-right:15px;
}
.animated-btn:hover .shape {
  stroke-width: 4px;
  stroke-dashoffset: 4;
  stroke-dasharray: 760;
}
.animated-btn.btn-white svg{
	box-shadow: 0 0 0 2px rgba(255,255,255,1) inset;
}
.animated-btn.btn-white:hover svg{
	box-shadow: 0 0 0 2px rgba(255,255,255,0) inset!important;
}
.animated-btn.btn-purple svg{
	box-shadow: 0 0 0 2px rgba(123,82,171,1) inset;
}
.animated-btn.btn-purple:hover svg{
	box-shadow: 0 0 0 2px rgba(123,82,171,0) inset!important;
}
.animated-btn.btn-blue svg{
	box-shadow: 0 0 0 2px rgba(67,178,200,1) inset;
}
.animated-btn.btn-blue:hover svg{
	box-shadow: 0 0 0 2px rgba(67,178,200,0) inset!important;
}
.animated-btn.btn-white, .animated-btn.btn-white svg,
.animated-btn.btn-w-small, .animated-btn.btn-w-small svg
{
	width:155px;
}
.animated-btn.btn-w-wide, .animated-btn.btn-w-wide svg
{
	width:200px;
}
.animated-btn.btn-white .shape {
	color:#ffffff;
	stroke:#ffffff;
}
.animated-btn.btn-white .text{
	color:#ffffff;
}
.animated-btn.btn-blue .shape {
	color:#43b2c8;
	stroke:#43b2c8;
}
.animated-btn.btn-blue .text{
	color:#43b2c8;
}


/*ARTICLE PAGE*/
.article-page header{
	background:#fff!important;
}
.article-page header:after{
	right:0px;
	background:rgba(0,64,86,0.3);
	left:auto;
}
.article-page nav a.logo{
	background-image:url(../images/logo-black.png);
}
.article-page nav span.mobilemenu,
.article-page nav span.mobilemenu::after, .article-page nav span.mobilemenu::before{
	background:#333;
}
.article-page .header-intro h1{
	color:#333;
}
.article-page .header-intro .col-md-6{
	padding-bottom:150px;
}
.article-page .header-intro.reduced-padding .col-md-6{
	padding-bottom:50px;
}
.article-page .header-intro .col-md-6:nth-child(2){
	padding-top:0px;
}
.article-page .header-intro p{
	font-size:18px;
	line-height:28px;
}
.article-page .article-banner-img{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	margin-top:-230px;
	overflow:hidden;
	z-index:-1;
}
body.search-page .article-page .article-banner-img img{
	max-width:none;
	width:auto;
	height:100%;
}
.article-page .article-banner-img img{
	max-width:100%;
	width:100%;
}
.article-page ul.downloads{
	margin:0px;
	padding:0px;
}
.article-page ul.downloads > li{
	list-style:none;
	margin:5px 0px;
	padding-left:28px;
	background:url(../images/download.png) no-repeat left 0px;
	background-size:16px;
	float:left;
	width:100%;
}
.article-page ul.downloads > li > a{
	color:#333;
	position:relative;
	display:inline-block;
	font-family: 'akzidenz-grotesk_bqmedium';
}
.article-page .intro-btn-bar{
  background: #333c66; /* For browsers that do not support gradients */
 background:url(../images/gr-bar.png) no-repeat center;
 background-size:cover;
  width:100%;
  padding:77px 20px;
  position:absolute;
  left:0px;
  bottom:0px;
  text-align:center;
}
.article-page .intro-btn-bar .animated-btn{
	display:inline-block;
	float:none;
	overflow:hidden;
	margin:0px 40px;
}
.article-page section ul li{
	color:#7b52ab;
	list-style:disc;
}
.article-page .intro-bold{
	margin-bottom:12px;
}

#etad-wrap .article-content, #etad-wrap .article-content p, #etad-wrap .article-content ul li, #etad-wrap .article-content ol li{
    font-size: 18px;
    line-height: 28px;
    color: #333333;
    font-family: "akzidenz-grotesk_bqregular";
}

#etad-wrap .highlight-text{
    color: #7b52ab;
    font-family: "akzidenz-grotesk_bqmedium";
    font-size: 22px;
    line-height: 34px;
}
#etad-wrap .highlight-text ul li, #etad-wrap .highlight-text ol li, #etad-wrap li .highlight-text{
    color: #7b52ab;
    font-family: "akzidenz-grotesk_bqregular";
    font-size: 20px;
    line-height: 28px;
    margin-top: 0;
}


nav.active-nav  a.logo{
	background-image:url(../images/logo.png)!important;
}

nav.active-nav .nav-toggle span.mobilemenu,
nav.active-nav .nav-toggle span.mobilemenu::after, nav.active-nav .nav-toggle span.mobilemenu::before{
	background:#fff!important;
}
.article-banner-content{
	float:left;
	width:100%;
	color:#fff;
	padding-top:80px;
}
.article-banner-content h3{
	font-size:40px;
	line-height:normal;
	margin-bottom:25px;
}
.article-banner-content h1{
	font-size:60px;
	line-height:normal;
	margin-bottom:25px;
	color:#fff!important;
	margin-top:0px!important;
}
.article-page .article-banner-content p{
	font-size:16px;
	line-height:normal;
	color:#fff;
	font-family: 'akzidenz-grotesk_bqmedium';
	margin:0px 0px 15px 0px;
}
.article-page .article-banner-content ul li{
	font-size:16px;
	line-height:normal;
	color:#fff;
}
.article-page .article-banner-content a{
	color:#fff;
	text-decoration:underline;
}
.article-banner-content dl{
	margin:30px 0px;
}
.article-banner-content dl dd{
	margin:0px;
}
.article-banner-content .acc-trigger{
	display:inline-block;
	font-size:22px;
	color:#fff;
	font-family: 'akzidenz-grotesk_bqmedium';
	cursor:pointer;
	margin:10px 0px;
	width:auto!important;
	padding-right:34px;
	background:url(../images/acc-open.png) no-repeat right 8px;
	float:left;
	clear:both;
}
.article-banner-content .acc-trigger.active{
	background:url(../images/acc-close.png) no-repeat right 8px;
}
.acc-container{
	display:none;
}
.article-banner-content .acc-trigger span.info{
	font-family: 'akzidenz-grotesk_bqitalic'!important;
	font-size:18px;
	line-height:100%;
}
.article-banner-content .scroll-content{
	max-height:500px;
	
}
.article-banner-content .scroll-content .mCSB_inside > .mCSB_container{
	margin-right:0px!important;
	padding-right:30px;
}
.article-scroll{
	max-height:510px;
}
.article-scroll.min-scroll{
}
.indicator{
	width:100%;
	position:absolute;
	top:7%;
	left:0px;
	height:20px;
	background:url(../images/loader.gif) no-repeat center;
}
.article-banner-content table{
	margin:20px 0px 10px 0px;
}
.article-banner-content table, .article-banner-content table td{
	border:none;
	font-size:16px;
	line-height:normal;
	color:#fff;
}
.article-banner-content table td p, .article-banner-content table td strong{
	font-family: 'akzidenz-grotesk_bqregular'!important;
}
.article-banner-content table td span[style="color: #6ac4c4;"],
.article-banner-content table td span[style="color: #6ac4c4;"] strong{
	color:#fff!important;
	font-family: 'akzidenz-grotesk_bqmedium'!important;
}
.article-banner-content table td span[style="background-color: #ffffff;"]{
	background:#7b52ab!important;
	margin:0px 4px;
}
#publication-results ul.publication-list{
	margin:0px;
	padding:0px;
	float:left;
	width:100%;
}
#publication-results.processing > *{
	opacity:0.4;
}
#publication-results ul.publication-list > li{
	list-style:none;
	float:left;
	width:100%;
	margin:0px 0px 30px;
	display:table;
}
.no_items_found{
	font-size:18px!important;
	font-family: 'akzidenz-grotesk_bqitalic';
}
#publication-results ul.publication-list > li > div{
	display:table-cell;
	text-align:left;
	vertical-align:top;
}
#publication-results ul.publication-list > li > div.pub-thumb{
	width:115px;
	padding-right:20px;
}
#publication-results ul.publication-list > li > div.pub-thumb img{
	max-width:95px;
}
#publication-results ul.publication-list > li > div.pub-desc strong{
	display:block;
	font-size:20px;
	line-height:normal;
	font-family: 'akzidenz-grotesk_bqmedium';
	font-weight:100;
	color:#fff;
	margin-bottom:10px;
	margin-top:-4px;
}
#publication-results ul.publication-list > li > div.pub-desc a.download{
	font-size:16px;
	color:#fff;
	text-decoration:underline;
	position:relative;
	text-decoration:none;
}
#publication-results ul.publication-list > li > div.pub-desc a.download:after{
	content:'';
	position:absolute;
	width:100%;
	height:1px;
	bottom:0px;
	left:0px;
	background:#fff;
	opacity:0;
	bottom:-6px;
	transition: all 0.4s ease 0s;
}
#publication-results ul.publication-list > li > div.pub-desc a.download:hover:after{
	opacity:1;
	bottom:0px;
}

/*Publications*/
#publication-nav{
	float:left;
	margin:35px -70px 0px;
	padding:0px;
}
#publication-nav ul.publication-nav-list {
	float:left;
	margin:0px;
	padding:0px;
	width:100%;
}
#publication-nav ul.publication-nav-list > li{
	list-style:none;
	margin:0px 0px 1px 0px;
	padding:0px;
	float:left;
	width:100%;
}
#publication-nav ul.publication-nav-list > li a{
	padding:35px 70px;
	background:#f7f7f7;
	float:left;
	width:100%;
	font-size:30px;
	line-height:normal;
	text-decoration:none;
	color:#333333;
	font-family: 'akzidenz-grotesk_bqmedium';
	position:relative;
}
#publication-nav ul.publication-nav-list > li a span{
	display:inline-block;
	position:relative;
}
#publication-nav ul.publication-nav-list > li a span:after{
	content:'';
	width:100%;
	height:1px;
	background:#333;
	position:absolute;
	left:0px;
	bottom:-12px;
	opacity:0;
	transition: all 0.4s ease 0s;
}
#publication-nav ul.publication-nav-list > li:nth-child(even) a{
	background:#f3f3f3;
}
#publication-nav ul.publication-nav-list > li a:after{
	content:'';
	position:absolute;
	width:22px;
	height:22px;
	right:70px;
	top:44px;
	background:url(../images/plus-toggle.png) no-repeat center;
	transition: all 0.4s ease 0s;
}
#publication-nav ul.publication-nav-list > li a.active:after{
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
}
#publication-nav ul.publication-nav-list > li a.active span:after{
	bottom:2px;
	opacity:1;
}

.mCSB_draggerRail{
	background:none!important;
}
.mCSB_scrollTools{
	width:7px;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	 background-color: rgba(255, 255, 255, 0.95);
	 width:6px;
}
.article-scroll .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	 background-color: rgba(0, 0, 0, 0.35);
	 width:6px;
}


#member-listing{
	margin:-30px 0px 0px;
	padding:0px;
	float:left;
	border-top:solid 1px #f3f3f3;
	width:100%;
}
#member-listing > ul{
	float:left;
	width:100%;
	padding:0px;
	margin:0px;
}
#member-listing ul > li{
	float:left;
	list-style:none;
	border-bottom:solid 1px #f3f3f3;
	border-right:solid 1px #f3f3f3;
	width:25%;
	display:table;
	position:relative;
}
#member-listing ul > li > div.member-logo{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	height:140px;
	padding:10px;
	white-space:100%;
	cursor:pointer;
}
#member-listing ul > li > div.member-logo img{
	max-width:150px;
	max-height:80px;
	filter:grayscale(100%);
	-webkit-filter: grayscale(100%);
	transition: all 0.4s ease 0s;
}
#member-listing ul > li.active > div.member-logo img,
#member-listing ul > li > div.member-logo:hover img{
	filter:grayscale(0%);
	-webkit-filter: grayscale(0%);
}
#member-listing ul > li > div.member-desc{
	position:absolute;
	left:100%;
	top:0px;
	padding:0px;
	background:#2ebbaf;
	color:#fff;
	width:0px;
	height:100%;
	z-index:1;
	line-height:18px;
	opacity:0;
	transition: all 0.4s ease 0s;
}
#member-listing ul > li > div.member-desc .member-scroll{
    max-height:108px;
    
}
#member-listing ul > li.active > div.member-desc{
	width:200%;
	opacity:1;
	padding:15px 30px;
	z-index:2;
}
#member-listing ul > li > div.member-desc:before{
	content:'';
	position:absolute;
	left:-10px;
	top:42%;
	width:20px;
	height:20px;
	background:#fff;
	z-index:2;
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
}
#member-listing ul > li > div.member-desc p{
	margin:0px;
	font-size:16px;
	line-height:17px;
	color:#fff;
}
#member-listing ul > li > div.member-desc strong{
	display:block;
	font-size:16px;
	color:#fff;
	line-height:normal;
	margin-bottom:6px;
}
#member-listing ul > li > div.member-desc a{
	color:#fff;
	text-decoration:underline;
	margin-bottom:8px;
	display:inline-block; 
}
/**/
#member-listing ul > li:nth-child(3) > div.member-desc,
#member-listing ul > li:nth-child(4) > div.member-desc,
#member-listing ul > li:nth-child(7) > div.member-desc,
#member-listing ul > li:nth-child(8) > div.member-desc,
#member-listing ul > li:nth-child(11) > div.member-desc,
#member-listing ul > li:nth-child(12) > div.member-desc,
#member-listing ul > li:nth-child(15) > div.member-desc,
#member-listing ul > li:nth-child(16) > div.member-desc,
#member-listing ul > li:nth-child(19) > div.member-desc,
#member-listing ul > li:nth-child(20) > div.member-desc,
#member-listing ul > li:nth-child(23) > div.member-desc,
#member-listing ul > li:nth-child(24) > div.member-desc,
#member-listing ul > li:nth-child(27) > div.member-desc,
#member-listing ul > li:nth-child(28) > div.member-desc,
#member-listing ul > li:nth-child(31) > div.member-desc,
#member-listing ul > li:nth-child(32) > div.member-desc,
#member-listing ul > li:nth-child(35) > div.member-desc,
#member-listing ul > li:nth-child(36) > div.member-desc{
	left:-200%;
	text-align:right;
}
#member-listing ul > li:nth-child(3) > div.member-desc:before,
#member-listing ul > li:nth-child(4) > div.member-desc:before,
#member-listing ul > li:nth-child(7) > div.member-desc:before,
#member-listing ul > li:nth-child(8) > div.member-desc:before,
#member-listing ul > li:nth-child(11) > div.member-desc:before,
#member-listing ul > li:nth-child(12) > div.member-desc:before,
#member-listing ul > li:nth-child(15) > div.member-desc:before,
#member-listing ul > li:nth-child(16) > div.member-desc:before,
#member-listing ul > li:nth-child(19) > div.member-desc:before,
#member-listing ul > li:nth-child(20) > div.member-desc:before,
#member-listing ul > li:nth-child(23) > div.member-desc:before,
#member-listing ul > li:nth-child(24) > div.member-desc:before,
#member-listing ul > li:nth-child(27) > div.member-desc:before,
#member-listing ul > li:nth-child(28) > div.member-desc:before,
#member-listing ul > li:nth-child(31) > div.member-desc:before,
#member-listing ul > li:nth-child(32) > div.member-desc:before,
#member-listing ul > li:nth-child(35) > div.member-desc:before,
#member-listing ul > li:nth-child(36) > div.member-desc:before{
	right:-10px;
	left:auto;
}
.member-accordion .acc-wrap{
	float:left;
	width:100%;
	position:relative;
	margin-bottom:30px!important;
	padding-bottom:35px;
}
.member-accordion ul {
	float:left;
	width:100%;
	clear:both;
}
.member-accordion .acc-trigger{
	background:none!important;
	padding-right:0px;
	margin-top:0px!important;	
	margin-bottom:10px!important;
	transition: all 0.4s ease 0s;
}
.member-accordion .acc-trigger:after{
	content:'';
	background:url(../images/scroll-down.png) no-repeat center;
	background-size:30px;
	width:30px;
	height:30px;
	position:absolute;
	bottom:0px;
	transition: all 0.4s ease 0s;
	left:0px;
}
.member-accordion .acc-trigger.active:after{
	transform:rotate(-90deg);
	-webkit-transform:rotate(-90deg);
}
.member-accordion h5.acc-trigger {
	font-size:20px;
	line-height:24px;
}
.banner-base-links{
	position:absolute;
	bottom:70px;
	left:70px;
}
.banner-base-links a.animated-btn{
	margin-right:30px;
}
.banner-base-links a.animated-btn:last-child{
	margin-right:0px;
}
/*Team*/

#team-listing{
	margin:-30px 0px 0px;
	padding:0px;
	float:left;
	border-top:solid 1px #f3f3f3;
	width:100%;
}
#team-listing > ul{
	/*float:left;*/
	width:100%;
	padding:0px;
	margin:0px;
	overflow:hidden;
	display: flex;
	flex-wrap: wrap;
}
#team-listing ul > li{
	float:left;
	list-style:none;
	/*width:25%;*/
	width: 33.33%;
	position:relative;
	margin:0px;
	padding:0px;
	max-height: calc(100vw / 5);
	/*max-height:290px;*/
}
#team-listing ul > li > div.team-pic{
	float:left;
	white-space:100%;
	width:100%;
	cursor:pointer;
}
#team-listing ul > li > div.team-pic img{
	max-width:100%;
	width: 100%;
	filter:grayscale(100%);
	-webkit-filter: grayscale(100%);
	transition: all 0.4s ease 0s;
}
#team-listing ul > li > div.team-pic:hover img,
#team-listing ul > li.active > div.team-pic img{
	filter:grayscale(0%);
	-webkit-filter: grayscale(0%);
}
#team-listing ul > li > div.team-desc{
	position:absolute;
	left:100%;
	top:0px;
	padding:0px;
	background:#2ebbaf;
	color:#fff;
	width:0px;
	height:100%;
	z-index:1;
	line-height:18px;
	opacity:0;
	transition: all 0.4s ease 0s;
}
#team-listing ul > li.active > div.team-desc{
	width:100%;
	opacity:1;
	padding:30px 20px;
	z-index:2;
}
#team-listing ul > li > div.team-desc:before{
	content:'';
	position:absolute;
	left:-15px;
	top:15%;
	width:30px;
	height:30px;
	background:#2ebbaf;
	z-index:-1;
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
}
#team-listing ul > li > div.team-desc strong{
	display:block;
	font-size:18px;
	color:#fff;
	line-height:normal;
	margin-bottom:12px;
}
#team-listing ul > li > div.team-desc p{
	color:#fff;
	font-size:16px;
	margin:0px;
}
#team-listing ul > li:nth-child(3) > div.team-desc,
#team-listing ul > li:nth-child(6) > div.team-desc,
#team-listing ul > li:nth-child(9) > div.team-desc{
	left:-100%;
}
#team-listing ul > li:nth-child(3) > div.team-desc:before,
#team-listing ul > li:nth-child(6) > div.team-desc:before,
#team-listing ul > li:nth-child(9) > div.team-desc:before{
	right:-15px;
	left:auto;
}
.map-frame{
	float:left;
	width:100%; 
}
.map-frame iframe{
	width:100%;
	height:100%!important;
}
.contact-page{
	float:left;
	width:100%;
	color:#fff;
	font-size:16px;
	line-height:24px;
	font-family: 'akzidenz-grotesk_bqregular';
}
.contact-page strong{
	font-size:16px;
	display:block;
	margin-bottom:15px;
}
.contact-page p{
	font-family: 'akzidenz-grotesk_bqregular'!important;
	line-height:24px!important;
}
.contact-page p span{
	display:block;
	line-height:24px;
	padding-left:25px;
}
.contact-page p span.tel{
	background:url(../images/tel.png) no-repeat left center;
}
.contact-page p span.fax{
	background:url(../images/fax.png) no-repeat left center;
}
.contact-page p span.mail{
	background:url(../images/mail.png) no-repeat left center;
}
.contact-page p span.mail a{
	position:relative;
	text-decoration:none;
}
.contact-page p span.mail a:after{
	content:'';
	position:absolute;
	width:100%;
	left:0px;
	bottom:-6px;
	opacity:0;
	height:1px;
	background:#fff;
	transition: all 0.3s ease 0s;
}
.contact-page p span.mail a:hover:after{
	bottom:0px;
	opacity:1;
}
.no-padding{
	padding:0px!important;
}
.no-padding-btm{
	padding-bottom:0px!important;
}
/*SAFARI*/
body.safari .flip-btn .simple .back{
	display:none;
}
/*----------------------------------------THEME 1 - PURPLE*/

#etad-wrap.etad-theme-1 ul.key-highlights > li:nth-child(1) a:after{
	background-image:url(../images/purple-topleft.jpg);
	background-size:cover;
}
#etad-wrap.etad-theme-1 ul.key-highlights > li:nth-child(2) a:after{
	background-image:url(../images/purple-topright.jpg);
	background-size:cover;
}
#etad-wrap.etad-theme-1 ul.key-highlights > li:nth-child(3) a:after{
	background-image:url(../images/purple-bottomleft.jpg);
	background-size:cover;
}
#etad-wrap.etad-theme-1 ul.key-highlights > li:nth-child(4) a:after{
	background-image:url(../images/purple-bottomright.jpg);
	background-size:cover;
}

/*----------------------------------------THEME 2 - GREEN*/
#etad-wrap.etad-theme-2 header:after{
	background:rgba(31,138,112,0.6);
}
#etad-wrap.etad-theme-2 header{
	background-image:url(../images/header-bg-green.jpg);
}
#etad-wrap.etad-theme-2 .news-wrap .home-news-list > li{
	background: rgba(247,233,103,0.75);
}
#etad-wrap.etad-theme-2  section h2, #etad-wrap.etad-theme-2 section p, #etad-wrap.etad-theme-2 section a, #etad-wrap.etad-theme-2 section ul li, #etad-wrap.etad-theme-2 .our-committies h3, #etad-wrap.etad-theme-2 section p.intro-bold {
	color:#4bb5c1;
}
#etad-wrap.etad-theme-2 .our-committies ul > li a{
	background-color:#80c6bc;
}
#etad-wrap.etad-theme-2 .our-committies ul > li a{
	background-color:#80c6bc;
}
#etad-wrap.etad-theme-2 .our-committies ul > li a:hover {
    background-color: #4bb5c1;
}
#etad-wrap.etad-theme-2 ul.key-highlights > li a{
	background-color: #96ca2e;
}
#etad-wrap.etad-theme-2 ul.key-highlights > li{
	border-color:#cbe597;
}
#etad-wrap.etad-theme-2 ul.key-highlights > li:nth-child(1) a:after{
	background-image:url(../images/green-topleft.jpg);
	background-size:cover;
}
#etad-wrap.etad-theme-2 ul.key-highlights > li:nth-child(2) a:after{
	background-image:url(../images/green-topright.jpg);
	background-size:cover;
}
#etad-wrap.etad-theme-2 ul.key-highlights > li:nth-child(3) a:after{
	background-image:url(../images/green-bottomleft.jpg);
	background-size:cover;
}
#etad-wrap.etad-theme-2 ul.key-highlights > li:nth-child(4) a:after{
	background-image:url(../images/green-bottomright.jpg);
	background-size:cover;
}
#etad-wrap.etad-theme-2 ul.news-items-list > li dl dd h3, #etad-wrap.etad-theme-2 ul.news-items-list > li dl dd h3 a, #etad-wrap.etad-theme-2 ul.news-items-list > li dl dd > a{
	color:#4bb5c1;
}
#etad-wrap.etad-theme-2 a.back-button{
	color:#4bb5c1!important;
}
#etad-wrap.etad-theme-2 .animated-btn.btn-purple .text{
	color:#4bb5c1;
}
#etad-wrap.etad-theme-2 .animated-btn.btn-purple svg{
    box-shadow: 0 0 0 2px rgba(75, 181, 193, 1) inset;
}
#etad-wrap.etad-theme-2 .animated-btn.btn-purple .shape{
	stroke: #4bb5c1;
}
#etad-wrap.etad-theme-2 .member-carousel, #etad-wrap.etad-theme-2 .row.secondary-bg{
	background-color: #96ca2e;
}
#etad-wrap.etad-theme-2 footer{
	background:#247259;
}
#etad-wrap.etad-theme-2 .footer-copyright p{
	color:#247259;
}

/*----------------------------------------THEME 3 - BLUE ORANGE*/
#etad-wrap.etad-theme-3 header:after{
	background:rgba(43,59,66,0.6);
}
#etad-wrap.etad-theme-3 header{
	background-image:url(../images/header-bg-blue.jpg);
}
#etad-wrap.etad-theme-3 .news-wrap .home-news-list > li{
	background: rgba(255,83,13,0.75);
}
#etad-wrap.etad-theme-3  section h2, #etad-wrap.etad-theme-3 section p, #etad-wrap.etad-theme-3 section a, #etad-wrap.etad-theme-3 section ul li, #etad-wrap.etad-theme-3 .our-committies h3, #etad-wrap.etad-theme-3 section p.intro-bold {
	color:#3f5765;
}
#etad-wrap.etad-theme-3 .our-committies ul > li a{
	background-color:#bdd4de;
}
#etad-wrap.etad-theme-3 .our-committies ul > li a:hover {
    background-color: #97b6c4;
}
#etad-wrap.etad-theme-3 ul.key-highlights > li a{
	background-color: #ff530d;
}
#etad-wrap.etad-theme-3 ul.key-highlights > li{
	border-color:#ffa986;
}
#etad-wrap.etad-theme-3 ul.key-highlights > li:nth-child(1) a:after{
	background-image:url(../images/blue-topleft.jpg);
	background-size:cover;
}
#etad-wrap.etad-theme-3 ul.key-highlights > li:nth-child(2) a:after{
	background-image:url(../images/blue-topright.jpg);
	background-size:cover;
}
#etad-wrap.etad-theme-3 ul.key-highlights > li:nth-child(3) a:after{
	background-image:url(../images/blue-bottomleft.jpg);
	background-size:cover;
}
#etad-wrap.etad-theme-3 ul.key-highlights > li:nth-child(4) a:after{
	background-image:url(../images/blue-bottomright.jpg);
	background-size:cover;
}
#etad-wrap.etad-theme-3 ul.news-items-list > li dl dd h3, #etad-wrap.etad-theme-3 ul.news-items-list > li dl dd h3 a, #etad-wrap.etad-theme-3 ul.news-items-list > li dl dd > a{
	color:#3f5765;
}
#etad-wrap.etad-theme-3 a.back-button{
	color:#3f5765!important;
}
#etad-wrap.etad-theme-3 .animated-btn.btn-purple .text{
	color:#3f5765;
}
#etad-wrap.etad-theme-3 .animated-btn.btn-purple svg{
    box-shadow: 0 0 0 2px rgba(63, 87, 101, 1) inset;
}
#etad-wrap.etad-theme-3 .animated-btn.btn-purple .shape{
	stroke: #3f5765;
}
#etad-wrap.etad-theme-3 .member-carousel, #etad-wrap.etad-theme-3 .row.secondary-bg{
	background-color: #ff530d;
}
#etad-wrap.etad-theme-3 footer{
	background:#7f6470;
}
#etad-wrap.etad-theme-3 .footer-copyright p{
	color:#7f6470;
}
/*Sitemap*/
#xmap{
	float:left;
	width:100%;
}
#xmap ul{
	padding-left:20px;
}
#xmap ul.level_0 > li > a{
	font-family: 'akzidenz-grotesk_bqmedium';
	color:#7b52ab!important;
}
#xmap ul ul{
	padding-top:3px;
	margin-top:4px;
	border-left:dashed 1px #E1E1E1;
	padding-left:40px;
}
#xmap ul li{
	padding:6px 0px;
	color:#7b52ab;
}
#xmap ul li a{
	color:#333c66;
}

/*Search*/
/*SEARCH*/
#searchForm{
	margin-top:-20px;
}
#searchForm .searchintro {
    background:#553285;
    color:#FFFFFF;
    margin-top:20px;
    padding: 5px 15px;
	border-radius:40px;
}
#searchForm .searchintro p{
	font-size:14px!important;
}
#searchForm input[type="text"]#search-searchword {
	width:100%;
	border-bottom: 2px solid #553285;
    color: #553285;
	border-width:0px 0px 2px 0px;
	padding:5px 0px;
	font-size:16px;
	font-family: 'akzidenz-grotesk_bqmedium';
	
}
.btn-toolbar{
	position:relative;
}
.btn-toolbar .btn-group{
	width:100%;
}
.btn-toolbar .btn-group:nth-child(2){
	position:absolute;
	right:0px;
	top:0px;
	width:30px!important;
}
#searchForm button.btn{
	background:url('../images/search-btn.png') no-repeat scroll center;
    border: none;
    height: 30px;
    padding: 0;
    width: 30px;
}
#searchForm .searchintro p {
    color:#FFFFFF;
    margin: 0;
	font-size: 16px;
}
#searchForm fieldset {
	border-width:0px 0px 1px 0px;
    border-bottom: 1px solid #553285;
    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;
}
#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;
}
#searchForm .phrases select {
    margin: 2px 0 0;
    width: auto;
	border-radius: 5px;
	border: solid 1px #d9dde0;
}
.search .search-results a {
	color:#2e5669;
	 font-family: 'akzidenz-grotesk_bqmedium';
}
dl.search-results .result-title {
    border-top:1px solid #553285;
    margin-top: 14px;
    padding-top: 14px;
}
dl.search-results{
	color:#2e5669;
}
dl.search-results .highlight{
	color:#553285;
	 font-family: 'akzidenz-grotesk_bqmedium';
}
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;
}
#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:#cda5c9;
	float:left;
	position:relative;
}
ul.pagination > li a, div.pagination > ul > li a, div.pagination > ul > li span{
	font-size:14px;
	color:#553285!important;
	border:none;
	padding:7px 10px;font-family: 'akzidenz-grotesk_bqmedium';
}
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:#553285!important;
	text-decoration:underline;
}
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;
}
div.pagination > ul > li.pagination-start span.pagenav{
	padding-left:0px;
}

/*Article detail page*/
.article-detail-page h2{
	font-size:40px;
	line-height:normal;
}
.date_dl{
	float:left;
	width:100%;
	margin:15px 0px 25px;
	color:#8e999f;
	font-size:20px;
	font-family: 'akzidenz-grotesk_bqmedium';
}


/*ERROR PAGE*/
#etad-wrap.error-page header{
	height:195px;
	min-height:0px!important;
	background:#fff;
}
#etad-wrap.error-page header:after{
	content:none;
}
#etad-wrap.error-page header nav a.logo{
	background-image:url(../images/logo-black.png);
}
#etad-wrap.error-page span.mobilemenu, #etad-wrap.error-page span.mobilemenu::after, #etad-wrap.error-page span.mobilemenu::before{
	background-color:#333;
}
#etad-wrap.error-page header .social-links a{
	border-color:#333;
}
#etad-wrap.error-page nav .lang-switch a{
	color:#333;
}
#etad-wrap.error-page nav .social-links a.twitter {
    background-image: url("../images/twitter-bl.png");
}
#etad-wrap.error-page nav .social-links a.linkedin {
    background-image: url("../images/linkedin-bl.png");
}
#error-content{
	height:610px!important;
	background: #35466a; /* For browsers that do not support gradients */
	  background: -webkit-linear-gradient(left, #344369, #3a6074 , #3b6476); /* For Safari 5.1 to 6.0 */
	  background: -o-linear-gradient(right, #344369, #3a6074 , #3b6476); /* For Opera 11.1 to 12.0 */
	  background: -moz-linear-gradient(right, #344369, #3a6074 , #3b6476); /* For Firefox 3.6 to 15 */
	  background: linear-gradient(to right, #344369, #3a6074 , #3b6476); /* Standard syntax */
	overflow:hidden;
}
#error-wrap{
	width:70%;
	margin:auto;
	padding:90px 0px;
	color:#fff;
	position:relative;
}
#error-wrap:after{
	content:'';
	position:absolute;
	background:url(../images/question.png) no-repeat center;
	height:670px;
	width:435px;
	top:-30px;
	right:15%;
}
#error-wrap h1{
	font-size:260px;
	color:#fff;
	margin:0px;
	line-height:240px;
}
#error-wrap h1 span{
	font-size:40px;
	line-height:normal;
	margin-right:-25px;
}
#error-wrap p{
	font-size:20px;
	line-height:normal;
	color:#fff;
	margin-bottom:0px;
}
#error-wrap .error-redirect{
	float:left;
	width:100%;
	margin-top:40px;
}
#error-wrap .error-redirect a{
	margin-right:30px;
}
#error-wrap .animated-btn.btn-white, #error-wrap .animated-btn.btn-white svg{
	width:125px!important;
}

.member-page .article-page .article-banner-img img{
	width:auto;
	max-width:none;
}

/*PACE_LOADER--------------------- STARTS*/
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

#etad-wrap{
	opacity:0!important;
	pointer-events:none!important;
	transition: all 0.6s ease 0s;
}
.pace-done #etad-wrap{
	opacity:1!important;
	pointer-events:auto!important;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #e13b77; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, #004056 , #e13b77); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #004056, #e13b77); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #004056, #e13b77); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #004056 , #e13b77); /* Standard syntax */
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 4px;
}

.pace .pace-progress-inner {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #e13b77, 0 0 5px #e13b77;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -moz-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  -o-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}
.pace .pace-activity {
  display: block;
  position: fixed;
  z-index: 2000;
  top: -50%;
  bottom:-50%;
  left:-50%;
  right: -50%;
  margin:auto;
  width: 60px;
  height: 60px;
  background:url(../images/etad.png) no-repeat center;
  background-size:32px;
}
.pace .pace-activity:after{
  content:'';
  position: absolute;
  z-index: 2000;
  top: 0px;
  left:-0px;
  margin:auto;
  width: 60px;
  height: 60px;
  border: solid 1px transparent;
  border-top-color: #e13b77;
  border-left-color: #e13b77;
  border-radius: 50px;
  -webkit-animation: pace-spinner 400ms linear infinite;
  -moz-animation: pace-spinner 400ms linear infinite;
  -ms-animation: pace-spinner 400ms linear infinite;
  -o-animation: pace-spinner 400ms linear infinite;
  animation: pace-spinner 400ms linear infinite;
}

@-webkit-keyframes pace-spinner {
  0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@-moz-keyframes pace-spinner {
  0% { -moz-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -moz-transform: rotate(360deg); transform: rotate(360deg); }
}
@-o-keyframes pace-spinner {
  0% { -o-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -o-transform: rotate(360deg); transform: rotate(360deg); }
}
@-ms-keyframes pace-spinner {
  0% { -ms-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -ms-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes pace-spinner {
  0% { transform: rotate(0deg); transform: rotate(0deg); }
  100% { transform: rotate(360deg); transform: rotate(360deg); }
}
/*PACE_LOADER--------------------- ENDS*/

/*Cookie*/
#cc-notification.cc-dark.cc-bottom{
	background:#ffffff!important;
}
#cc-notification h2 span, #cc-notification h2{
	color:#333333!important;
}
#cc-notification.cc-dark.cc-bottom #cc-notification-permissions li strong, #cc-notification.cc-dark.cc-bottom a, #cc-notification.cc-dark.cc-bottom a:hover, #cc-notification.cc-dark.cc-bottom a:visited, #cc-notification.cc-dark a:hover{
	color:#333c66!important;
}
#cc-notification.cc-dark.cc-bottom ul.cc-notification-buttons li a, #cc-notification.cc-bottom ul.cc-notification-buttons li a:visited{
	color:#333c66!important;
}
#cc-notification.cc-dark.cc-bottom ul.cc-notification-buttons li a:hover{
	color:#fff!important;
	background:#333c66!important;
}
#cc-notification.cc-dark.cc-bottom #cc-notification-permissions li label {
    color: #333 !important;
}
/*ANIMATE*/
.hidden{
     opacity:0;
}
.visible{
     opacity:1!important;
}
.back-button{
    font-size:18px;
    color: #553285 !important;
    text-decoration: none;
}

.back-button{
	font-family: 'akzidenz-grotesk_bqbold';
	text-decoration:none!important;
	float:right;
	margin-top:20px;
	font-size:20px;
	position:relative;
}
.back-button span{
	position:absolute;
	left:-16px;
	top:0px;
	width:20px;
	height:20px;
	transition: all 0.3s ease 0s;
}
.back-button:hover span{
	left:-21px;
}
.article-page table{
	width:100%!important;
}
/*MAC*/
body.mac .animated-btn .text{
	top:-48px;
}

body.safari .member-carousel .member-page-icon, body.safari .member-carousel .member-page-icon:hover{
    background-image: url(../images/menu-hover-back.png)!important;
	background-position:right center;
}
#cookie-bar p, #cookie-bar span{
    font-family: 'akzidenz-grotesk_bqregular', arial!important;
    font-size: 17px!important;
    color: #333c66!important;
}
#cookie-bar p a.cb-policy{
    color:#553285;
}
#cookie-bar .cb-enable{
    color:#553285!important;
    font-family: 'BellMTStd-BoldItalic', arial!important;
    border-color:#553285!important;
    padding: 5px 20px 2px;
    font-size: 18px;
    font-weight: 500;
}
a.twitter {
    display: none!important;
}

#contactModal .modal-dialog{
	width:auto;
	max-width:960px!important;
}
#contactModal .contact-body{
	padding:70px;
}
#contactModal h2 {
    color: #553285;
    font-size: 36px;
    line-height: 50px;
    color: #553285;
    font-family: 'akzidenz-grotesk_bqmedium';
    margin: 0px 0px 15px;
}
#contactModal p{
	font-size: 18px;
    line-height: 28px;
    color: #333333;
    font-family: "akzidenz-grotesk_bqregular";
}
.become-member-wrap .input-field{
	float:left;
	width:50%;
	margin:12px 0px;
	padding:0px 15px;
}
.become-member-wrap .input-field label{
	display:block;
	font-size:16px;
	color:#666;
	font-weight:500;
	margin-bottom:5px;
}
.become-member-wrap .input-field input, .become-member-wrap .input-field textarea{
	width:100%;
	border: solid 1px #999;
	font-size:16px;
	padding:8px 12px;
	border-radius: 0px;
	max-height:70px;
}
.become-member-wrap .input-field select{
	border: solid 1px #999;
	font-size:16px;
	padding:8px 12px;
	border-radius: 0px;
	width:100%;

}
.become-member-wrap .error {
    border-color: #ff8989!important;
    background-color: #fff7f7;
}
.become-member-wrap label{
	font-size:16px;
	line-height:24px;
	color:#666666;
	font-weight:500;
}
.become-member-wrap .field-radio-wrap{
	display:flex;
	margin:10px 15px 10px 0px
}
.become-member-wrap .field-radio-wrap .radio-wrap{
	margin-right:40px
}
.become-member-wrap .field-radio-wrap .radio-wrap label{
	font-weight:600;
	padding-left:6px
}
.become-member-wrap .more_options{
	float:left;
	width:100%;
	margin-bottom:20px
}
.more_options .radio-two-col{
	float:left;
	margin:10px 25px 10px 0px 
}
.more_options .radio-two-col input{
	float:left;
	margin:5px 10px 0px 0px
}
.more_options .input-field{
	width:auto;
	float:left;
	display:flex;
}
.more_options .input-field input{
	width:auto;
	margin-left:20px;
	margin-top:-6px;
}
.field-two-colum + .input-field{
	margin:15px 0px!important;
	padding:20px 0px 6px;
	width:100%;
	border-top:solid 1px #ccc;

}
.become-member-wrap .btn-prime{
    background:#fff;
    border:solid 3px;
    font-family: 'BellMTStd-BoldItalic';
    padding:8px 25px;
    font-size:20px;
    font-weight:700;
    color:#553285;
}
#contactModal .close{
	font-size:42px;
	font-weight:400;
	position:absolute;
	right:30px;
    top:30px;
    color:#000;
    opacity:1;
}
.submit_valid {
    margin-top: 20px;
    font-size: 20px;
    text-align: center;
    background: #efffef;
    color: #15a285;
    font-family: 'BellMTStd-BoldItalic';
    padding: 10px;
}
#contactModal .btncenter{
	width: 100%;
    clear: both;
    display: inline-block;
    position: relative;
}
.btncenter .loader{
	display: block;
    width: 36px;
    height: 36px;
    position: absolute;
    left: -50%;
    right: -50%;
    margin: auto;
    background: url(../images/loader.gif);
	background-size:36px;
    top: 10px;
}

/* IE10+ CSS HACK */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {

}

/*CHROME*/
@media screen and (-webkit-min-device-pixel-ratio:0) {


}

#videoModal iframe{
    width:100%;
}
#videoModal .modal-header{
    border: 0px;
}
#videoModal .modal-body{
    padding-top: 0;
}
.welcome-img-video{
    float:left;
    position: relative;
    background: #fff;
    border:solid 10px #fff;
}
.welcome-img-video:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url(../images/play.png) no-repeat center rgba(0,0,0,0.2);
    opacity: 1;
    cursor: pointer;
    transition: all 0.3s ease;
}


/* # RESPONSIVE #
================================================== */

@media only screen and (min-width: 960px) and (max-width: 2500px){
	.article-page .header-intro.reduced-padding .col-md-6{
		height:auto!important;
	}
	.map-frame{
		height:270px!important;
	}
}

@media only screen and (min-height: 600px) and (max-height: 880px) {
	
	.article-page .header-intro .col-md-6{
		min-height:650px!important;
	}
	.article-banner-content .scroll-content{
		max-height:400px;
	}
	.article-scroll.min-scroll{
		max-height:250px!important;
	}

}
@media only screen and (min-width: 1391px) and (max-width: 1540px){

	.banner-base-links .animated-btn.btn-w-wide, .banner-base-links .animated-btn.btn-w-wide svg,
	.banner-base-links .animated-btn.btn-white .shape{
		width:170px;
	}
	.article-page .intro-btn-bar{
		padding:30px 10px;
	}
	.article-page .intro-btn-bar .animated-btn{
		margin:0px 8px;
	}
}

@media only screen and (min-width: 1100px) and (max-width: 1300px) {

	section .row .col-md-7{
		width:75%;
	}
}

@media only screen and (max-width: 1390px){
	.container .col-md-6, section .row [class^="col-md"]{
		padding-left:40px;
		padding-right:40px;
	}
	header{
		background-size: cover;
	}
	#member-listing ul > li > div.member-logo img{
		max-width:110px;
	}
	#member-listing ul > li > div.member-logo{
		padding:10px 4px;
	}
	.article-banner-content .scroll-content .mCSB_inside > .mCSB_container{
		padding-right:10px;
	}
	.article-banner-content{
		padding-top:40px;
	}
	header h1{
		margin:20px 0px 20px 0px;
	}
	
	h1, .article-banner-content h1{
		font-size: 45px;
		line-height: 56px;
	}
	.article-page .intro-btn-bar{
		padding:30px 10px;
	}
	.article-page .intro-btn-bar .animated-btn{
		margin:0px 8px;
	}
	#publication-nav{
		margin-left:-40px;
		margin-right:-40px;
	}
	.scroll-down{
		bottom:30px;
	}
	.scroll-down:hover{
		bottom:40px;
	}
	#team-listing ul > li.active > div.team-desc{
		padding:20px 15px;
	}
	#team-listing ul > li > div.team-desc strong{
		margin-bottom:8px;
	}
	#team-listing ul > li > div.team-desc p{
		line-height:normal;
	}
	#member-logos > li img{
		max-width:180px;
		max-height:100px;
	}
	.article-page .article-banner-img img{
		max-width:none;
		width:auto;
	}
	.banner-base-links{
		left:35px;
		bottom:35px;
	}
	.banner-base-links a.animated-btn{
		margin-right:12px;
	}
	.banner-base-links .animated-btn.btn-w-wide, .banner-base-links .animated-btn.btn-w-wide svg,
	.banner-base-links .animated-btn.btn-white .shape{
		width:170px;
	}
	.article-banner-content .scroll-content{
		max-height:450px;
	}
	.article-banner-content dl dd.acc-container, .article-banner-content dl dd.acc-container table{
		width:100%!important;
	}
}

/* IPAD [~] */
@media only screen and (max-width: 1099px){
	.container .col-md-6, section .row [class^="col-md"]{
		padding-left:30px;
		padding-right:30px;
	}
	#publication-nav{
		margin-left:-30px;
		margin-right:-30px;
	}
	ul.key-highlights{
		margin-left:-30px;
	}
	ul.key-highlights > li a{
		padding:20px;
	}
	h1, .article-banner-content h1{
		font-size:38px;
	}
	section h2{
		font-size:30px;
		line-height:normal;
	}
	.our-committies{
		margin-right:-30px;
	}
	header .news-wrap{
		width:86%;
		left:40px;
	}
	section .row [class^="col-md"]{
		padding-top:50px;
	}
	#home-content .row .col-md-7{
		width:100%;
	}
	#home-content .col-md-7 p{
		margin-bottom:20px;
	}
	#member-logos > li img{
		max-width:140px;
		max-height:100px;
	}
	footer .container{
		padding:0px 25px;
	}
	header h1 p{
		font-size:47px;
		line-height:normal;
	}
	.latest-feed{
		height:350px;
	}
	header .mega-menu ul#primary-nav > li > a{
		height:150px;
	}
	header .mega-menu ul#primary-nav > li > ul{
		padding:0!Important;
	}
	.menu-base-links{
		left:30px;
		bottom:40px;
	}
	header{ 
	   background-size:cover;
	}
	nav .lang-switch{
		display:none;
	}
	.theme-switcher{
		clear:none;
		margin-top:35px;
	}
	footer .col-md-2{
		width:20%;
	}
	footer .col-md-2:nth-child(5){
		display:none;
	}
	nav .container{
		bottom:-100px;
	}
	header .header-intro{
		padding-top:190px;
	}
	header .mega-menu .col-md-6{
		padding-top:120px;
	}
	nav .nav-toggle{
		right:35px;
	}
	.article-page header .header-intro{
		padding-top:130px;
	}
	.article-page .header-intro .col-md-6{
		padding-bottom:90px;
	}
	.article-scroll.min-scroll{
		max-height:380px!important;
	}
	.intro-btn-bar a.btn-white, .intro-btn-bar a.btn-white svg{
		width: 135px;
	}
	.intro-btn-bar a.btn-white rect.shape {
		width: 135px;
	}
	.article-page .article-banner-img{
		margin-top:-130px;
	}
	#member-listing{
		margin-top:0px;
	}
	#member-listing .mCSB_inside > .mCSB_container{
		margin-right:12px;
	}
	#member-listing ul > li.active > div.member-desc{
		padding:15px ;
	}
	#member-listing ul > li.active > div.member-logo{
		position:relative;
		z-index:3;
	}
	#member-listing ul > li > div.member-logo img{
		max-height:55px;
		max-width:100px;
	}
	.banner-base-links .animated-btn.btn-w-wide:last-child{
		margin-right:0px;	
	}
	.banner-base-links .animated-btn.btn-w-wide, .banner-base-links .animated-btn.btn-w-wide svg{
		width:145px;
	}
	.banner-base-links .animated-btn.btn-w-wide svg rect.shape {
		width: 145px;
	}
	#publication-nav ul.publication-nav-list > li a{
		padding:25px 30px;
		font-size:24px;
	}
	#publication-nav ul.publication-nav-list > li a:after{
		right:30px;
		top:30px;
	}
	#publication-results ul.publication-list > li > div.pub-desc strong{
		font-size:16px;
	}
	.article-banner-content .acc-trigger{
		font-size:18px;
	}
	#team-listing{
		margin-top:0px;
	}
	#team-listing ul > li.active > div.team-desc{
		padding:10px;
	}
	#team-listing ul > li > div.team-desc strong{
		font-size:16px;
	}
	#team-listing ul > li > div.team-desc p{
		font-size:14px;
	}
	.article-banner-content dl dd.acc-container, .article-banner-content dl dd.acc-container table{
		width:100%!important;
	}
	.article-detail-page h2{
		font-size:30px;
	}
	.news-wrap .home-news-list > li .news-collapsed{
		max-height:90px!important;
		overflow:hidden;
	}
	#searchForm input[type="text"]#search-searchword{
		border-radius:0px;
	}
	
	.animated-btn, .animated-btn .shape{
		transition:none!important;
		transform:none!important;
	}
	.animated-btn:hover .shape{display:none;}
	.animated-btn:hover{ box-shadow: 0 0 0 2px rgba(255, 255, 255, 1) inset;}
	.col-md-6{
		width:50%;
		float:left;
	}
}
/*IPAD  -  [] */
@media only screen and (max-width: 959px) {
	.article-page .header-intro .col-md-6{
		height:auto!important;
		min-height:0px!important;
	}

	header{
		background-size:cover;
		min-height:0px!important;
		padding-bottom:80px;
	}
	header .header-intro{
		min-height:0px!important;
		padding-top:140px;
	}
	header .header-intro .col-md-6{
		min-height:100px!important;
	}
	header .news-wrap{
		position:relative;
		float:left;
		clear:both;
		width:100%;
		left:auto;
		bottom:auto;
		margin-top:10%;
	}
	header:after{
		width:100%;
		height:50%;
	}
	.theme-switcher{
		margin-top:0px;
		float:right;
		clear:both;
	}
	nav .nav-toggle{
		top:20px;
	}
	nav .social-links{
		position:absolute;
		right:90px;
		top:15px;
		margin-top:0px;
		clear:both;
	}
	nav .social-links a:last-child{
		margin:0px;
	}
	ul.key-highlights{
		margin:10px 0px 30px 0px;
	}
	.our-committies{
		margin:10px 0px 0px 0px;
	}
	.member-carousel{
		padding:10px 20px!important;
	}
	#member-logos > li img {
		max-width: 100px;
		max-height: 75px;
	}
	.member-carousel .member-page-icon{
		right:10px;
		top:10px;
	}
	footer .col-md-2{
		float:left;
	}
	header .mega-menu .col-md-6{
		float:left;
		width:100%;
		clear:both;
	}
	header .mega-menu ul#primary-nav > li > a{
		height:100px;
	}
	header .mega-menu .col-md-6{
		padding-top:90px;
	}
	header .mega-menu .col-md-6:nth-child(2){
		padding-top:30px;
	}
	.menu-base-links{
		left:auto;
		right:0px;
		bottom:49px;
	}
	.article-page header{
		padding-bottom:0px!important;
	}
	.article-page header:after{
		content:none;
	}
	.article-page .header-intro .col-md-6{
		padding-bottom:10px;
	}
	.article-page .header-intro .col-md-6{
		height:auto!important;
		float:left;
		width:100%;
		clear:both;
	}
	.article-page .header-intro .col-md-6:nth-child(1){
		background:#fff;
	}
	.article-page .header-intro .col-md-6:nth-child(2){
		min-height:0px!important;
		padding-bottom:0px!important;
	}
	.article-page .intro-btn-bar{
		position:relative;
		margin:20px 0px;
	}
	.banner-base-links{
		position:static;
		float:left;
		width:100%;
		margin:10px 0px 30px;
	}
	.article-banner-content{
		margin-bottom:30px;
	}
	.map-frame{
		height:270px!important;
	}
	#etad-wrap.error-page header{
		height:130px;
	}
	#error-wrap h1{
		font-size:100px;
		line-height:normal;
	}
	#error-wrap{
		width:90%;
	}
	#error-content{
		height:550px!important;
	}
	#error-wrap h1 span{
		margin-right:0px;
	}
	.article-page .scroll-down{
		display:none;
	}
	nav .container.affix .social-links, .active-nav .social-links{display:none;}
	.article-page .article-banner-img{
		margin-top:0px!important;
	}
	.article-page .article-banner-img, .article-page .article-banner-img img{
		height:100%!important;
		min-width:100%;
	}
	.col-md-6{
		width:100%;
		float:none;
	}
}

/*IPHONE  -  [~] */
@media only screen and (max-width : 790px){
	.mega-menu{
		background:#364b6c;
	}
	header h1 p, header .news-wrap h2{
		font-size:30px;
	}
	ul.key-highlights > li{
		width:100%;
	}
	ul.key-highlights > li a{
		padding:12px;
		height:auto!important;
	}
	ul.key-highlights > li a strong{
		font-size:18px;
		line-height:normal;
	}
	section p.intro-bold, #home-content .col-md-7 p{
		font-size:18px;
		line-height:normal;
	}
	nav .container.affix{
		padding:12px 0px;
	}
	.affix .social-links{
		display:none;
	}
	nav .container.affix a.logo{
		height:34px;
	}
	footer .col-md-2{
		width:50%;
		margin:6px 0px;
		padding:0px;
	}
	footer .col-md-2:nth-child(odd){
		clear:left;
	}
	footer img{
		max-width:60px;
	}
	header .mega-menu .col-md-6:nth-child(2){
		display:none;
	}
	nav.active-nav .social-links{
		display:none;
	}
	header .mega-menu ul#primary-nav > li{
		width:100%;
	}
	header .mega-menu ul#primary-nav > li > a{
		font-size:26px;
		height:auto;
		padding:12px 0px;
		display:block;
	}
	header .mega-menu ul#primary-nav > li > ul{
		width:100%;
		left:0px;
		top:0px;
		position:static!important;
		display:none;
	}
	header .mega-menu ul#primary-nav > li:hover > ul{
		display:block;
	}
	header .mega-menu ul#primary-nav > li > ul:after{
		width:10px;
		height:10px;
		top:50px;
		right:49%;
	}
	.article-page .header-intro .col-md-6{
		min-height:0px!important;
	}
	h1, .article-banner-content h1{
		font-size:28px;
		line-height:normal;
	}
	.article-page .header-intro p{
		margin-top:0px;
	}
	.article-page .header-intro .col-md-6{
		padding-bottom:0px;
	}
	section .row.secondary-bg [class^="col-md"]{
		padding-top:20px;
		padding-bottom:20px;
	}
	.article-page .intro-btn-bar{
		padding:15px 10px;
		margin:10px 0px;
	}
	.article-page header .header-intro{
		padding-top:90px;
	}
	header .header-intro{
		padding-top:100px;
	}
	nav .container{
		top:15px;
		bottom:auto;
	}
	header .mega-menu ul#primary-nav{
		margin-top:0px;
	}
	header:after{
		height:100%;
	}
	.article-scroll.min-scroll, .article-scroll, .article-banner-content .scroll-content{
		max-height:none!important;
	}
	.container .col-md-6, section .row [class^="col-md"]{
		padding-left:15px;
		padding-right:15px;
	}
	section .row [class^="col-md"]{
		padding-top:20px;
	}
	section h2{
		font-size:24px;
	}
	section p, section ul li{
		font-size:18px;
		line-height:22px;
	}
	#member-listing ul > li{
		width:100%;
	}
	#member-listing ul > li.active > div.member-desc{
		width:100%!important;
		left:0px!important;
		top:100%!important;
	}
	#member-listing ul > li > div.member-desc:before{
		top:-5px!important;
		left:-50%!important;
		right:-50%!important;
		margin:auto;
		width:10px;
		height:10px;
	}
	#member-listing ul > li > div.member-logo img{
		  max-height:100px;
		  max-width:200px;
	}
	.article-page .article-banner-img:after{
		content:'';
		position:absolute;
		left:0px;
		top:0px;
		width:100%;
		height:100%;
		background:rgba(0,0,0,0.5);
	}
	.article-banner-content{
		padding-top:20px;
		margin-bottom:15px;
	}
	.member-accordion h5.acc-trigger{
		font-size:18px;
		margin-bottom:0px;
	}
	.animated-btn, .animated-btn.btn-w-wide{
		margin:6px 0px;
	}
	.animated-btn, .animated-btn svg, .animated-btn svg rect.shape,
	.animated-btn.btn-w-wide, .animated-btn.btn-w-wide svg, .animated-btn.btn-w-wide svg rect.shape{
		width:100%!important;
	}
	ul.news-items-list > li dl dt, ul.news-items-list > li dl dd, .date_dl{
		width:100%;
		font-size:18px;
	}
	ul.news-items-list > li dl dd h3, .article-detail-page h2{
		font-size:20px;
		line-height:normal;
	}
	nav a.logo{
		width:120px;
		height:50px;
		background-size:120px;
	}
	nav .nav-toggle{
		right:20px;
	}
	#publication-nav ul.publication-nav-list > li a{
		font-size:20px;
		padding:20px 30px;
	}
	#publication-nav ul.publication-nav-list > li a:after{
		top:21px;
	}
	.article-banner-content h3{
		font-size:26px;
		margin-bottom:20px;
	}
	#publication-results ul.publication-list > li > div.pub-thumb{
		width:80px;
	}
	#publication-results ul.publication-list > li > div.pub-thumb img{
		max-width:75px;
	}
	#team-listing ul > li{
		max-height: none;
	}
	#team-listing ul > li img{
		width:100%;
	}
	#team-listing ul > li:nth-child(even) > div.team-desc{
		right:100%;
		left:auto
	}
	#team-listing ul > li:nth-child(even) > div.team-desc:before{
		left:auto;
		right:-15px;
	}
	footer a.website-by{
		bottom:-30px;
	}
	#home-content .member-carousel .member-carousel-wrap{
		padding:0px!important;
		margin:auto!important;
		width:250px!important;
	}
	#home-content .member-carousel .member-carousel-wrap #member-logos > li{
		width:250px!important;
	}
	#member-logos > li img{
		max-width:160px;
		max-height:80px;
	}
	.our-committies ul > li a{
		padding:10px 20px;
		background-position:6px center;
	}
	section .row > .col-md-6:nth-child(2){
		padding-left:15px;
	}
	section .row > .col-md-6:nth-child(1){
		padding-right:15px;
	}
	header .annual-report{
		margin-top:25px;
	}
	#error-wrap h1{
		font-size:40px;
	}
	#error-wrap h1 span{
		font-size:30px;
	}
	.article-page .intro-btn-bar .animated-btn{
		margin-left:0px!important;
		margin-right:0px!important;
	}
	header .mega-menu ul#primary-nav > li{
		border-left:none;
		border-right:none;
	}
	.theme-switcher{
		margin-top:6px;
	}
	.article-page .theme-switcher{
		display:none;
	}
	.theme-switcher .select{
		width:142px!important;
	}
	.theme-switcher .styledSelect{
		font-size:15px;
		padding-top:4px;
	}
	
	body #cc-notification #cc-notification-wrapper h2{
		margin-right:55px!important;
		font-size:14px;
	}
	body #cc-notification #cc-notification-wrapper h2 span{
		font-size:16px!important;
	}
	a.cc-link{
		display:none;
	}
	header .header-intro .col-md-6{
		float:left;
		width:100%;
		clear:both;
	}
	.animated-btn, .animated-btn .shape{
		transition:none!important;
		transform:none!important;
	}
	.animated-btn:hover .shape{display:none;}
	.animated-btn:hover{ box-shadow: 0 0 0 2px rgba(255, 255, 255, 1) inset;}
	#member-listing ul > li:nth-child(3) > div.member-desc, #member-listing ul > li:nth-child(4) > div.member-desc, #member-listing ul > li:nth-child(7) > div.member-desc, #member-listing ul > li:nth-child(8) > div.member-desc, #member-listing ul > li:nth-child(11) > div.member-desc, #member-listing ul > li:nth-child(12) > div.member-desc, #member-listing ul > li:nth-child(15) > div.member-desc, #member-listing ul > li:nth-child(16) > div.member-desc, #member-listing ul > li:nth-child(19) > div.member-desc, #member-listing ul > li:nth-child(20) > div.member-desc, #member-listing ul > li:nth-child(23) > div.member-desc, #member-listing ul > li:nth-child(24) > div.member-desc, #member-listing ul > li:nth-child(27) > div.member-desc, #member-listing ul > li:nth-child(28) > div.member-desc, #member-listing ul > li:nth-child(31) > div.member-desc, #member-listing ul > li:nth-child(32) > div.member-desc{
		text-align:left!important;
	}
}
@media only screen and (max-width : 600px){
	#team-listing ul > li{
		width:50%;
	}
}
/*IPHONE  -  [] */
@media only screen and (max-width : 500px){
    #cookie-bar p, #cookie-bar span{
        line-height: normal!important;
        width:100%!important;
        max-width: none!important;
        font-size: 16px!important;
        text-align: left!important;
    }
}