
/*-------------------------------------------------------*/
/* General
/*-------------------------------------------------------*/

/*Typography - Typekit*/

@font-face {
    font-family: 'Font Awesome 5 Pro';
    src: url('../fonts/FontAwesome5ProRegular.eot');
    src: url('../fonts/FontAwesome5ProRegular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FontAwesome5ProRegular.woff2') format('woff2'),
        url('../fonts/FontAwesome5ProRegular.woff') format('woff'),
        url('../fonts/FontAwesome5ProRegular.ttf') format('truetype'),
        url('../fonts/FontAwesome5ProRegular.svg#FontAwesome5ProRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}



.clearfix {
  *zoom: 1;
}

::-moz-selection { /* Code for Firefox */
    color: #ffffff;
    background: #939598;
}

::selection {
    color: #ffffff;
    background: #939598;
}
.container{
	max-width: 80%;
}
.container-fluid{
	max-width: 95%;
}
.clearfix:before, .clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

.left {
  float: left;
}

.right {
  float: right;
}
img{
	max-width: 100%;
}

::-moz-selection {
  color: #fff;
  background: #000;
}

::-webkit-selection {
  color: #fff;
  background: #000;
}

:focus, button:focus {
  outline: none!important;
	box-shadow:none!important;
}
button{
	cursor:pointer;
}

b, strong{
	font-weight: 600;
}
ul, ul > li{
  list-style: none;
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: poppins, sans-serif;
  font-weight: 400;
  color: #333333;
}
body *{
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


h1, h2, h3, h4, h5, h6 {
  	font-family: poppins, sans-serif;
	font-style: normal;
	font-weight: 700;
	color: #005288;
}
p {
  	font-size: 16px;
  	line-height: 24px;
  	margin: 0px 0px 20px 0px;
	font-family: poppins, sans-serif;
	font-weight: 400;
}
a, a:hover{
	text-decoration:none;
	outline:none!important;
	color:#36b1bf;
}
a:hover{
}
section ul, section ol{
	padding-left: 20px;
}
section ul > li{
	list-style: disc;
	list-style-position: outside;
}
section ol > li{
	list-style-position: outside;
}
body{
	overflow-x:hidden;
}
#site-wrapper{
	position: relative;
	padding-top: 134px;
}

header{
	float:left;
	width:100%;
	position: fixed;
	top:0px;
	left: 0px;
	height: 134px;
	background: #fff;
	transition:all 0.3s ease;
	padding:0px;
	box-shadow:0px 0px 2px rgba(0,0,0,0.2)!important;
	z-index: 2;
}
header h1.logo{
	float:left;
	width:490px;
	margin: 0px;
	padding: 27px 0px;
	transition:all 0.3s ease;
}
header .nav-wrap{
	float:right;
}
header .nav-wrap .primary-nav,
header .nav-wrap .mainmenu{
	float:left;
	margin-top: 0px;
}
header .nav-wrap .primary-nav > li{
	float:left;
	list-style: none;
	margin: 0px 24px;
	position: relative;
	height: 134px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition:all 0.3s ease;
}
header .nav-wrap .primary-nav > li.item-101{
	display:none;
}

header .nav-wrap .primary-nav > li > a{
	float:left;
	font-size: 18px;
	line-height: 100%;
	color:#005288;
	font-weight: 600;
	text-transform: uppercase;
	transition:all 0.3s ease;
}
header .nav-wrap .primary-nav > li:hover > a,
header .nav-wrap .primary-nav > li.active > a{
	color:#fd9234;
}
/*.com_content.article header .nav-wrap .primary-nav > li.active.item-107 a{
	color:#005288;
}
.com_content.article header .nav-wrap .primary-nav > li.active.item-107:hover > a{
	color:#fd9234;
}
.com_content.article header .nav-wrap .primary-nav > li.active.item-107 > ul li:hover a{
	color:#fd9234;
}*/

header .nav-wrap .primary-nav > li > ul{
	width: 250px;
	position: absolute;
	left:0px;
	top:100px;
	margin: 0px;
	z-index: 3;
	padding: 20px 0px;
	opacity: 0;
	pointer-events: none;
	transition:all 0.3s ease;
}
header .nav-wrap .primary-nav > li > ul.nav-two-col{
    column-count: 2;
    -webkit-column-count: 2;
    width: 400px;
    vertical-align: top;
}
header .nav-wrap .primary-nav > li > ul.nav-three-col{
    column-count: 3;
    -webkit-column-count: 3;
    width: 920px;
    vertical-align: top;
	left: -500px;
	column-gap: 30px;
}
header .nav-wrap .primary-nav > li > ul.nav-four-col{
    column-count: 4;
    -webkit-column-count: 4;
    width: 1070px;
    vertical-align: top;
	left: -700px;
	column-gap: 30px;
}
header .nav-wrap .primary-nav > li > ul.nav-two-col > li,
header .nav-wrap .primary-nav > li > ul.nav-three-col > li,
header .nav-wrap .primary-nav > li > ul.nav-four-col > li{
    float:none;
    display: inline-block;
    vertical-align: top;
}
header .nav-wrap .primary-nav > li:hover > ul{
	top:134px;
	opacity: 1;
	pointer-events:auto;
}
header .nav-wrap .primary-nav > li > ul:before{
	content:'';
	position: absolute;
	width: 200vw;
	height: 100%;
	/*left:-50vw;*/
	right:-50vw;
	margin: 0px;
	background:rgba(255,255,255,0.9);
	top:0px;
	z-index: -1;
}
header .nav-wrap .primary-nav > li > ul > li{
	list-style: none;
	float:left;
	width: 100%;
	padding: 10px 0px;
}
header .nav-wrap .primary-nav > li > ul > li a{
	font-size: 16px;
	color: #045489;
	font-weight: 500;
	text-transform: uppercase;
	display: block;
	transition:all 0.3s ease;
}
header .nav-wrap .primary-nav > li > ul > li:hover > a,
header .nav-wrap .primary-nav > li > ul > li.active > a{
	color:#fd9234;
}
header .think-digital{
	width: 100px;
	height: 86px;
	display: block;
	background: url(../images/think-digital.png) no-repeat center;
	background-size: 100px;
	float: right;
	margin: 22px 0px 22px 20px;
	transition:all 0.3s ease;
}

header .nav-ext .search-wrap{
	margin-right: 20px;
	height: 56px;
}
header .search-wrap{
	float:left;
	width:100px;
	position: relative;
	height: 33px;
	border:solid 3px rgba(255,255,255,0);
	border-radius: 50px;
	overflow: hidden;
	transition: all 0.3s ease;
	margin-top: 0px;
	cursor: pointer;
}
header .search-wrap .search-btn{
	position: absolute;
	right:10px;
	top:1px;
	width: 48px;
	height: 48px;
	text-align: center;
	pointer-events: none;
	background:url(../images/search.png) no-repeat center;
	background-size: 46px;
	border: none;
	display: block;
	transition: all 0.3s ease;
}
header .search-wrap.active{
	width: 290px;
	border:solid 3px #fff;
}
header .search-wrap.active .search-btn{
	pointer-events: auto;
	background-size: 36px;
}
header .search-wrap input{
	border:none;
	font-size: 20px;
	width:100%;
	color: #fff;
	padding:5px 60px 5px 20px;
	line-height: 100%;
	background: none;
	transition: all 0.3s ease;
	opacity: 0;
	float:left;
	pointer-events: none;
}
.form-control .placeholder{
	z-index:1!important;
}
header .search-wrap input::placeholder{
	color: #fff;
}
header .search-wrap.active input{
	opacity: 1;
	height:50px;
	pointer-events: auto;
}
header .search-wrap .search-btn i{
	font-size: 14px;
	color:#5fc4e1;
}
header .nav-ext{
	position: absolute;
	top:167px;
	right:3%;
	z-index: 2;
	opacity: 1;
	transition:none;
	display: none;
}

header.off-canvas{
	position: fixed;
	z-index: 99;
	top:-370px;
	opacity: 0;
}
header .nav-ext > div, header .nav-ext > a{
	opacity: 1;
	/*transition:all 0.4s ease;*/
}
/*header.off-canvas .nav-ext, header.off-canvas .nav-ext > div, header.off-canvas .nav-ext > a{
	opacity: 0;
}*/
header.fixed{
	position: fixed;
	z-index: 99;
	top:0px;
	opacity: 1;
	box-shadow: 0px 0px 1px rgba(0,0,0,0.2);
	height: 80px;
}
header.fixed h1.logo{
	width: 402px;
	padding: 7px 0px;
}
header.fixed .nav-wrap .primary-nav > li{
	height: 80px;
}
header.fixed .think-digital {
    width: 81px;
    height: 68px;
    background-size: 80px;
    margin: 6px 0px 6px 20px;
}
header.fixed .nav-ext{
	opacity: 0;
	pointer-events: none;
}
header.fixed .nav-wrap .primary-nav > li > ul{
	top:65px;
}
header.fixed .nav-wrap .primary-nav > li:hover > ul{
	top:80px;
}

figure.banner{
	float:left;
	width: 100%;
	position: relative;
	margin: 0px;
}

.banner .banner-intro{
	padding-top: 60px;
}
.banner .banner-intro h2{
	font-size: 45px;
	color: #fff;
	font-family: 'TT Rounds Neue Bold';
	line-height: 50px;
	margin: 0px 0px 15px 0px;
}
.banner .banner-intro h3{
	font-size: 40px;
	color: #fff;
	font-family: 'TT Rounds Neue DemiBold';
	line-height: 50px;
	margin: 0px 0px 20px 0px;
}
.banner.inner-banner{
	height: 410px;
	background-position: center;
	background-size: cover;
	position: relative;
}
.banner.inner-banner:after{
	content:'';
	position: absolute;
	left: 0px;
	top:0px;
	width:100%;
	height: 100%;
	background: #005288;
	opacity: 0.2;
	pointer-events: none;
}
.banner .banner-intro p{
	color: #fff;
	font-size: 25px;
	line-height: 35px;
	margin-bottom: 40px;
}

.btn-primary{
	font-size: 22px;
	color: #005288;
	line-height: 20px;
	text-transform: uppercase;
	border:solid 3px;
	background: #fff;
	padding: 15px 35px;
	border-radius: 50px;
	transition: all 0.3s ease;
	box-shadow: none!important;
	font-weight: 600;
	display: inline-block;
}
.btn-primary.btn-wh{
	color: #005288;
	border-color:#fff;
}
.btn-primary:hover{
	background: #005288;
	color: #fff;
	border-color:#005288;
}
.btn-primary.btn-wh-border{
	background: none;
	color: #fff;
	border-color:#fff;
}
.btn-primary.btn-wh-border:hover{
	background: #fff;
	color: #005288;
	border-color:#fff;
}
.btn-primary.btn-purple{
	color: #fff;
	background: #a20078;
	border-color:#a20078;
}
.btn-primary.btn-purple:hover{
	color: #a20078;
	background: #fff;
	border-color:#a20078;
}
.btn-primary.btn-orange{
	color: #fff;
	background: #fd9234;
	border-color:#fd9234;
}
.btn-primary.btn-orange:hover{
	color: #fd9234;
	background: #fff;
	border-color:#fd9234;
}
.btn-primary.btn-green{
	color: #fff;
	background: #1bbc9b;
	border-color:#1bbc9b;
}
.btn-primary.btn-green:hover{
	color: #1bbc9b;
	background: #fff;
	border-color:#1bbc9b;
}
.banner.home-banner{
	min-height: calc(100vh);
	float:left;
	width: 100%;
	position: relative;
}
.banner #banner-carousel{
	float: left;
	width: 100%;
	background: #fff;
	padding: 0px;
	margin: 0px;
}
.banner #banner-carousel .owl-stage{
	-webkit-animation-duration: 3s !important;
    animation-duration: 3s !important;
}
.banner #banner-carousel .item{
	position: relative;
	padding-bottom: 0px;
	min-height: calc(100vh);
	display: flex;
	align-items: center;
	padding-bottom: 150px;
}
#banner-carousel .item .itembg{
	position: absolute;
	left: 0px;
	top:0px;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	pointer-events: none;
	transition:all 0.5s ease 0.1s;
}
.banner #banner-carousel .item:after{
	content:'';
	position: absolute;
	left: 0px;
	top:0px;
	width: 100%;
	height: 100%;
	background:#000;
	opacity: 0.3;
	pointer-events: none;
}
/*.banner #banner-carousel .item:before{
	content:'';
	position: absolute;
	top:0px;
	width: 100%;
	height: 100%;
	right: -50%;
	left: -50%;
	margin: auto;
	background:#fff;
	opacity: 1;
	pointer-events: none;
	z-index: 1;
	transition:all 0.3s ease;
	opacity: 1;
}
.banner #banner-carousel .owl-item.active .item:before{
	width:0%;
	opacity: 0;
}*/
.banner .banner-content{
	float:left;
	max-width: 700px;
	width: 100%;
	position: relative;
	z-index: 1;
	opacity: 0;
	margin-left: -50px;
	transition:all 0.6s ease 0.6s;
}
.banner #banner-carousel .active .banner-content{
	opacity: 1;
	margin-left: 0px;
}
#banner-carousel h5{
	font-size: 40px;
	color: #fff;
	font-weight: 700;
	line-height: 50px;
	margin: 0px 0px 15px 0px;
}
#banner-carousel > div {
    overflow: hidden;
}
#banner-carousel p{
	font-size: 24px;
	line-height: 36px;
	color: #fff;
	margin-bottom: 36px;
}
#banner-carousel img{
	margin-bottom: 22px;
}
#banner-carousel .owl-nav{
	display: none;
}
#banner-carousel .owl-dots{
	position: absolute;
	bottom:165px;
	left:10.5vw;
}
#banner-carousel .owl-dots .owl-dot{
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background: #fff;
	opacity: 0.5;
	float: left;
	margin-left: 10px;
}
#banner-carousel .owl-dots .owl-dot.active{
	opacity: 1;
}
.banner .banner-nav{
	padding: 0px;
	margin: 0px;
	display: table;
	position: absolute;
	z-index: 2;
	left: 0px;
	bottom:0px;
	width: 100%;
	table-layout: fixed;
	border-top:solid 1px #fff;
}
.banner .banner-nav > li{
	list-style: none;
	display: table-cell;
	text-align: center;
	border-left:solid 1px #fff;
	background:rgba(255,255,255,0.1);
	transition: all 0.3s ease;
	padding-left: 8px;
    padding-right: 8px;
	vertical-align: middle;
}
.banner .banner-nav > li:hover{
	background:rgba(255,255,255,0.2);
}
.banner .banner-nav > li:first-child{
	border: none;
}
.banner .banner-nav > li a{
	display: flex;
	font-size: 20px;
	color: #fff;
	min-height: 114px;
	align-items: center;
	justify-content: center;
	font-weight: 400;
	/*transition: all 0.3s ease;*/
}
.banner .banner-nav > li:hover a{
	font-weight: 600;
}
.banner .highlighted-items{
	width: 380px;
	position: absolute;
	top:160px;
	right: 0px;
	padding: 0px;
	margin: 0px;
	z-index: 1;
}
.banner .highlighted-items > li{
	list-style: none;
	float:left;
	width: 100%;
	background: #fff;
	padding: 24px 30px;
	margin: 12px 0px;
}
.banner .highlighted-items > li h4,
.banner .highlighted-items > li h4 a{
	font-size: 18px;
	color: #005288;
}
.banner .highlighted-items > li h4{
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: normal;
}
.banner .highlighted-items > li h3{
	display:none;
}
.banner .highlighted-items > li p{
	font-size: 14px;
	color: #005288;
	font-weight: 100;
	margin: 0px 0px 12px 0px;
	max-height: 48px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.btn-more{
	display: inline-block;
	font-size: 18px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 600;
	line-height: 100%;
	padding-right: 20px;
	color: #005288;
	position: relative;
}
.btn-more:after {
    content: "\f105";
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    right: -0px;
    font-size: 25px;
	top:0px;
    line-height: 18px;
	font-weight: 100;
}
.btn-more:hover:after{
    animation: bounce 1.3s infinite;
}
.btn-more.btn-orange{
	color: #fd9234;
}
.btn-more.btn-white{
	color: #fff;
}
.btn-more.btn-purple{
	color: #a20078;
}
.btn-more.btn-blue{
	color: #005288;
}
.back-btn{
	display: inline-block;
	font-size: 18px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 700;
	line-height: 100%;
	padding-left: 20px;
	color: #005288!important;
	position: relative;
}
.back-btn:before {
    content: "\f104";
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    left: -0px;
    font-size: 25px;
	top:0px;
    line-height: 18px;
	font-weight: 700;
}
.back-btn:hover:before{
    animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(-4px);
  }
  60% {
    transform: translateX(-5px);
  }
}

section{
	float:left;
	width: 100%;
}
section .row{
	margin-top: 70px;
	clear: both;
}

section .row:first-child{
	margin-top: 0px;
}
section .news-section{
	float:left;
	width: 100%;
	background: #36b1bf;
	padding:70px 0px 90px;
}
section h2{
	color: #fff;
	font-size: 50px;
	margin: 0px;
}
section ul.home-news-list{
	margin:80px -40px 0px -40px;
	display: flex;
	padding: 0px;
	width:calc(100% + 80px);
}
section ul.home-news-list > li{
	list-style: none;
	width: 33.33%;
	padding:0px 40px 70px;
	position: relative;
	border-left:solid 1px #fff;
}
section ul.home-news-list > li:first-child{
	border: none;
}
section ul.home-news-list > li .pub-base{
	position: absolute;
	left: 40px;
	bottom: 0;
	display: block;
}
section ul.home-news-list h3{
	font-size: 24px;
	color: #fff;
	text-transform: uppercase;
	line-height: normal;
	margin-top: -9px;
	font-weight: 600;
}
section ul.home-news-list h3 a{
	color:#fff;
	text-decoration: none;
}
section ul.home-news-list h3.sub-title{
	font-size: 20px;
	margin-top: 0;
	line-height: 100%;
	margin-bottom: 5px;
}
section ul.home-news-list p{
	color: #fff;
	font-size: 18px;
	line-height: 32px;
	font-weight: 200;
	margin-bottom: 25px;
}
section ul.home-news-list a{
	color: #fff;
	text-decoration:underline;
}
section ul.home-news-list a.btn-more.btn-white{
	text-decoration:none;
}
section ul.home-news-list ul,
section ul.home-news-list ol{
	margin-bottom: 25px;
}
section ul.home-news-list ul li,
section ul.home-news-list ol li{
	color: #fff;
	font-size: 18px;
	line-height: 32px;
	font-weight: 200;
}

section ul.home-news-list .date{
	display: block;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	margin: 0px 0px 4px 0px
}
section ul.home-news-list .btn-more{
	margin-bottom:0;
	float: left;
}
.promo-section{
	float:left;
	width: 100%;
}
.promo-section .promo-block-wrap{
	padding: 0px;
	margin: 0px;
	width: 100%;
	display: flex;
}
.promo-section .promo-block-wrap > li{
	list-style: none;
	width:25%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	position: relative;
}
.promo-section .promo-block-wrap > li .promo-content{
	float:left;
	width: 100%;
	padding: 50px 56px;
	position: relative;
	z-index: 1;
	color: #fff;
	min-height: 480px;
}
.promo-section .promo-block-wrap > li:before{
	content:'';
	position: absolute;
	left: 0px;
	top:0px;
	width: 100%;
	height: 100%;
	background:#000;
	opacity: 0.4;
	z-index: 0;
	transition:all 0.4s ease;
}
.promo-section .promo-block-wrap > li:hover:before{
	opacity: 0.75;
}
.promo-section .promo-block-wrap > li .promo-link{
	position: absolute;
	left: 0px;
	top:0px;
	width: 100%;
	height: 100%;
}
.promo-section .promo-block-wrap > li h3{
	font-size: 40px;
	color: #fff;
	line-height: 46px;
	margin: 0px 0px 30px 0px;
}
.promo-section .promo-block-wrap > li p{
	color: #fff;
	font-size: 16px;
	font-weight: 100;
}
.promo-section .promo-block-wrap .promo-text{
	opacity: 0;
	transition:all 0.4s ease;
	display: block;
}
.promo-section .promo-block-wrap > li:hover .promo-text{
	opacity: 1;
}
.promo-section .promo-block-wrap > li.twitter-feed{
	background: #fff;
	padding: 50px 56px;
	position:relative;
}
.promo-section .promo-block-wrap > li.twitter-feed:before{
	content:none;
}
.promo-section .promo-block-wrap > li.twitter-feed h3{
	color: #36b1bf;
    margin-bottom: 20px;
}

/*twitter-feed*/
.twitter-feed{
	width: 100%;	
	margin:0;
	padding: 0;
	display: inline-block;
}
.twitter-feed li{
	margin-bottom: 10px;
    /*padding-bottom: 10px;*/
	list-style: none;
	float: left;
    width: 100%;
}
.twitter-feed li .tw_content{
	font-weight: 400;
	color:#7a7a7a;
	font-size: 14px;
}
.twitter-feed li .tw_content a{
	font-weight:600;
	color:#7a7a7a;
	font-size: 14px;
}
.twitter-feed a.btn-promo{
	font-size: 18px;
    color: #36b1bf;
    float: left;
    clear: both;
	margin-bottom:20px;
    font-weight: 500;
}
.share_option{
	float: left;
	width: 100%;
	margin-top:10px;
}
.share_option a.like_tweet{
	width:20px;
	height:20px;
	float: left;
	position: relative;
	margin-right:4px;
}
.share_option a.like_tweet::after{
	content: '';
	width: 16px;
	height: 15px;
	top:-50%;
	bottom: -50%;
	left:-50%;
	right:-50%;
	margin: auto;
	position:absolute;
	background:url(../images/favreate-icon.png) no-repeat center;
}
.share_tweet{
	width:20px;
	height:20px;
	float: left;
	position: relative;
	cursor: pointer;
}
.share_tweet::after{
	content: '';
	width: 16px;
	height: 15px;
	top:-50%;
	bottom: -50%;
	left:-50%;
	right:-50%;
	margin: auto;
	position:absolute;
	background:url(../images/tweetAction-icon.png) no-repeat center;
}
.share_popup{
	display: none;
	position: absolute;
    left: -20px;
	bottom: 20px;
    z-index: 9;
	margin-bottom: 10px;
    padding-bottom: 4px;
    min-width: 130px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 0 4px rgba(0,0,0,.25);
}

.promo-section .promo-block-wrap .share_popup h3{
    padding: 10px 15px 4px 15px;
    font-size: 12px;
    font-weight: 300;
	line-height: normal;
	margin: 0;
    color: #7a7a7a!important;
}
.twitter-feed li .share_popup > ul{
    margin: 0;
    padding: 0;
    list-style: none;
    border: none;
}
.twitter-feed li .share_popup > ul li{
	padding:0px 15px 0px 15px;
	margin: 1px 0px 1px 0px;
	text-align: left;
	color: #7a7a7a;
}
.twitter-feed li .share_popup > ul li:hover{
	color:#FFFFFF;
	background: #005288;
}
.twitter-feed li .share_popup > ul li a{
	font-weight: 100;
    font-size: 12px;
	color: #7a7a7a;
}
.twitter-feed li .share_popup > ul li:hover a{
	color:#FFFFFF;
}
.timeline{
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: -15px;
    left: 15px;
}

.timeline:after {
	content: '';
    width: 20px;
    height: 20px;
    left: -50%;
    top: -50%;
    right: -50%;
    bottom: -50%;
    position: absolute;
    background: url(../images/arrow.png) no-repeat center;
    background-size: 20px;
    margin: auto;
}

.tweet_date{
	float: left;
    color: #36b1bf;
    font-size: 12px;
    font-weight: 500;
    position: relative;
    bottom: -5px;
    margin-left: 25px;
}

/*twitter-feed end*/

.videos-section{
	float:left;
	width: 100%;
	padding:90px 0px 110px;
}
.videos-section h2{
	font-size: 50px;
	color: #a20078;
	margin: 0px 0px 35px 0px;
}
.videos-section ul.home-video-list{
	float:left;
	width: 100%;
	padding: 0px;
	margin: 0px 0px 30px;
	display: flex;
	vertical-align: bottom;
	align-items: flex-end;
	position: relative;
}
.videos-section ul.home-video-list > li{
	display: inline-block;
	width: 25%;
	padding: 0px 15px;
	/*padding-left: 20px;*/
}
.videos-section ul.home-video-list > li.highlight{
	width: 50%;
	padding-right: 20px;
	padding-left:0px;
}
.videos-section ul.home-video-list .video-thumb{
	float:Left;
	width: 100%;
	position: relative;
}
.videos-section ul.home-video-list .video-thumb > a{
	float:left;
	position: relative;
	width: 100%;
	max-height: 200px;
	background-size: cover!important;
	background-repeat: no-repeat!important;
}
.videos-section ul.home-video-list > li .video-thumb > a img{
	opacity: 0;
}
.videos-section ul.home-video-list > li.highlight .video-thumb > a{
	min-height:505px;
	/*background-size:cover!important;*/
}

.videos-section ul.home-video-list .video-thumb > a:after{
	content:'';
	position: absolute;
	left: 0px;
	top:0px;
	width: 100%;
	height: 100%;
	background:url(../images/play.png) no-repeat center rgba(0,0,0);
	opacity: 0.2;
	pointer-events: none;
	transition:all 0.3s ease;
	background-size: 0px;
}
.videos-section ul.home-video-list .video-thumb:hover > a:after{
	background:url(../images/play.png) no-repeat center rgba(162,0,120,0.75);
	opacity: 1;
	pointer-events: auto;
}
.videos-section ul.home-video-list .video-thumb .title{
	padding: 20px 25px 0px;
	/*font-size: 20px;
	line-height: 26px;
	color: #005288;
	font-weight: 500;*/
	display: block;
	float:left;
	width: 100%;
	min-height: 76px;
	overflow: hidden;
}
.videos-section ul.home-video-list .video-thumb .title a{
	font-size: 18px;
	line-height: 24px;
	color: #005288;
	font-weight: 500;
}
.videos-section ul.home-video-list .video-thumb:hover .title,
.videos-section ul.home-video-list .video-thumb:hover .title a{
	color: #a20078;
}
.videos-section ul.home-video-list > li.highlight .video-dsc{
	position: absolute;
	right:0px;
	width: 49%;
	top:0px;
	/*padding-top: 35px;*/
	padding-top:5px;
}
.videos-section ul.home-video-list > li.highlight .video-dsc h4{
	text-transform: uppercase;
	/*font-size: 24px;*/
	font-size: 22px;
	color: #005288;
	font-weight: 600;
	margin: 0px 0px 10px 0px;
}
.videos-section ul.home-video-list > li.highlight .video-dsc h4 a{
	color: #005288;
}
.videos-section ul.home-video-list > li.highlight .video-dsc p{
	font-size: 18px;
	line-height: 30px;
	font-weight: 100;
}
.videos-section ul.home-video-list > li.highlight .video-dsc p{
	max-height: 122px;
	overflow: hidden;
	margin-bottom: 15px;
	/*white-space: nowrap;*/
	text-overflow: ellipsis;
	position: relative;
}
.videos-section ul.home-video-list > li.highlight .video-dsc a.btn-more.btn-purple{
	/*position: absolute;*/
	margin-top: 20px;
}

footer{
	float:left;
	width: 100%;
	background:url(../images/ftr-bg.jpg) no-repeat top center;
	background-size: cover;
	padding:55px 0px 45px;
	color: #fff;
}
footer .ft-join{
	max-width: 916px;
	margin: auto;
	text-align: center;
	margin-bottom: 90px;
}
footer .ft-join p{
	font-size: 18px;
	color: #fff;
	line-height: 32px;
	font-weight: 300;
	margin: 0px 0px 30px 0px;
}
footer h2{
	font-size: 50px;
	color: #fff;
	margin-bottom: 15px;
}
.footer-row div[class^="col-"]{
	padding-left:30px;
	padding-right: 30px;
}
.footer-row > div:first-child{
	padding-left: 15px;
}
.footer-row > div:last-child{
	padding-right: 15px;
}
.footer-row h4{
	font-size: 24px;
	color: #FFFFFF;
	margin: 0px 0px 15px 0px;
}
.footer-row p{
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	margin: 0px 0px 20px 0px;
	font-weight: 300;
}
.footer-row p:last-child{
	margin: 0px;
}
.footer-row li p a, .footer-row li a, .footer-row .col-md-2 a{
	font-size: 16px;
	line-height: 24px;
	color: #fff !important;
	font-weight: 300;
}
footer .subscribe-wrap{
	float:left;
	width: 100%;
}
footer ul.category-module.mod-list p{
    font-size: 14px;
    line-height: 20px;
    max-width: 95%;
}
footer .subscribe-wrap input[type="text"]{
	width: 100%;
	border:none;
	background: #fff;
	border-radius: 30px;
	height: 45px;
	padding: 10px 20px;
}
footer .subscribe-wrap input[type="text"].error{
	border:solid 2px #f76969!important;
}
footer .subscribe-wrap input[type="text"].valid{
	border:solid 2px #36b1bf!important;
}
footer .subscribe-wrap input[type="text"]::placeholder{
	color: #333;
	opacity: 0.5;
}
footer .subscribe-wrap input[type="email"]{
	width: 100%;
	border:none;
	background: #fff;
	border-radius: 30px;
	height: 45px;
	padding: 10px 20px;
}
footer .subscribe-wrap input[type="email"].error{
	border:solid 2px #f76969!important;
}
footer .subscribe-wrap input[type="email"].valid{
	border:solid 2px #36b1bf!important;
}
footer .subscribe-wrap input[type="email"]::placeholder{
	color: #333;
	opacity: 0.5;
}
footer .subscribe-wrap .form__item{
	background: #fff;
	border-radius: 30px;
}
footer .sub-base{
	float:Left;
	width: 100%;
	margin-top: 15px;
	padding-top: 8px;
}
footer .btn-subscribe,
input[type="submit"].btn-subscribe{
	float:right;
	font-size: 15px;
	font-weight: 500;
	color: #fff;
	border:none;
	border-radius: 16px;
	background: #36b1bf;
	padding: 8px 22px;
	line-height: 100%;
	text-transform: uppercase;
	margin-top: -8px;
	transition:all 0.3s ease;
	margin-right: 0;
	cursor: pointer;
}
footer .btn-subscribe:hover,
input[type="submit"].btn-subscribe:hover{
	background: #fff;
	color: #002f55;
}
footer .sub-base input{
	float: left;
	margin: 2px 8px 0px 0px;
}
footer .sub-base input[type="checkbox"].error{
	box-shadow: 0px 0px 2px 2px #fe0000 !important;
}
footer .sub-base label{
	float: left;
	font-size: 12px;
	color: #fff;
	font-weight: 100;
	margin: 0px;
}
footer .sub-base label a{
	color: #36b1bf;
	text-decoration: underline;
}
footer .ft-sub-wrap{
	max-width: 410px;
	float:left;
	width: 100%;
}
footer .sitemap{
	padding-bottom: 35px;
	position: relative;
}
footer ul.sitemap-list{
	padding: 0px;
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
}
/*footer ul.sitemap-list > li{
	list-style: none;
	width: 50%;
	float:left;
	padding-right: 15px;
}
footer ul.sitemap-list > li > ul{
	display:none;
}
footer ul.sitemap-list > li.item-101{
	display:none;
}
footer ul.sitemap-list > li a{
	text-transform: uppercase;
}*/


footer ul.sitemap-list ul{
	padding: 0px;
	width:100%;
}
footer ul.sitemap-list ul > li{
	list-style: none;
	width:100%;
	float:left;
	padding-right: 15px;
}
footer ul.sitemap-list ul > li > ul{
	display:none;
}
footer ul.sitemap-list ul > li.item-101{
	display:none;
}
footer ul.sitemap-list ul > li a{
	text-transform: uppercase;
}


footer ul.social-links{
	float: right;
	clear: both;
	margin: 0px;
	padding: 0px;
	bottom: 0;
	right: 0;
	position: absolute;
}
footer ul.social-links li{
	float:left;
	list-style: none;
	margin-left:12px;
}
footer ul.social-links li a{
	color: #fff!important;
	font-size: 24px!important;
	font-weight: 100!important;
	line-height: normal!important;
}
.base-info{
	float:left;
	width: 100%;
	height: 55px;
	padding: 16px 0px;
}
.base-info .copyright{
	color: #005288;
	float:left;
	font-size: 16px;
}
.base-info .websiteby {
    float: right;
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    font-weight: 100;
	color: #3b4751;
	line-height: 20px;
    margin-top: 2px;
}
.base-info .websiteby a {
    display: inline-block;
    max-width: 80px;
    vertical-align: top;
    margin-left: 5px;
}
.base-info .websiteby a img {
    display: inline-block;
    max-width: 93px;
	width: 93px;
    vertical-align: text-top;
}

/*INNER PAGE*/

/*img align*/
.inner-section .col-md-12 img, .inner-section .col-md-12 p img{
	float: left;
	margin-right: 30px;
    margin-bottom: 10px;
	margin-top: 10px;
}
.inner-section .col-md-12 img.pull-right, .inner-section .col-md-12 img[style="float: left;"]{
    margin-left: 0px!important;
    margin-right: 30px!important;
    margin-bottom: 10px;
}
.inner-section .col-md-12 img[style="float: right;"]{
    margin-left: 30px!important;
    margin-right: 0px!important;
    margin-bottom: 10px;
}
.inner-section .col-md-12 img[style="display: block; margin-left: auto; margin-right: auto;"]{
    float: none!important;
    display: block!important;
    margin-left: auto!important;
    margin-right: auto!important;
}

div.video iframe{
	float:left;
	margin-right: 30px;
    margin-bottom: 10px;
	margin-top: 10px;
}
div.video iframe[style="float: left;"]{
    margin-left: 0px!important;
    margin-right: 30px!important;
    margin-bottom: 10px;
}
div.video iframe[style="float: right;"]{
    margin-left: 30px!important;
    margin-right: 0px!important;
    margin-bottom: 10px;
}
div.video iframe[style="display: block; margin-left: auto; margin-right: auto;"]{
    float: none!important;
    display: block!important;
    margin-left: auto!important;
    margin-right: auto!important;
}



/*img align end*/
section.inner-section ul li,
section.inner-section ol li{
	font-size: 18px;
    line-height: 34px;
    color: #333333;
    font-weight: 100;
}
section.inner-section ul,
section.inner-section ol{
	display: table;
	margin-bottom: 30px;
}

section.inner-section{
	float:left;
	width: 100%;
	padding:95px 0px 95px;
	background:url(../images/article-bg.png) no-repeat center 25%;
	background-size: 100%;
}
.com_membersobservers section.inner-section,
.category section.inner-section{
	padding:85px 0px 95px;
}
section.inner-section .container{
	max-width: 1230px;
}
section.inner-section h2{
	font-size: 55px;
	line-height: 75px;
	color: #005288;
	margin: 0px 0px 95px 0px;
	/*margin: 0px 0px 40px 0px;*/
}
body.com_news.news section.inner-section h2{
	margin: 0px 0px 75px 0px;
}
body.category section.inner-section h2, body.topics section.inner-section h2,
.com_membersobservers section.inner-section h2, .com_contactform section.inner-section h2,
.com_events.register section.inner-section h2{
	font-size:65px;
	margin: 0px 0px 70px 0px;
}
.com_events.register section.inner-section h2{
	margin: 0px 0px 95px 0px;
}
.inner-section h3.sub-title,
.inner-section .row > .col-md-12 > h3{
	text-transform: uppercase;
	font-size: 34px;
	color: #005288;
	font-weight: 600;
	margin: 30px 0px 20px 0px;
	display: inline-block;
}
 .inner-section .row > .col-md-12 > h2 + h3{
	margin-top:0;
}
 .inner-section .row > .col-md-12 > h2 + .event-by + h3{
	margin-top:0;
}
.inner-section .intro-text{
	margin-bottom: 60px;
}
.com_events.register #registrationForm{
	margin-top:35px;
	float: left;
	width: 100%;
}
.inner-section .intro-text p{
	font-size: 22px;
	font-weight: 400;
	color: #333333;
}
.inner-section p{
	font-size: 18px;
	line-height: 34px;
	color: #333333;
	font-weight: 100;
	margin-bottom: 30px;
}
.inner-section p a span, .inner-section span[style="color:#FF8C00;"],
.videos-section p a span, .videos-section span[style="color:#FF8C00;"]{
    color: #36b1bf;	
}
#bodyTable p a span{
    color:#fff;
}
.news-section p a span, .news-section span[style="color:#FF8C00;"],
.promo-section p a span, .promo-section span[style="color:#FF8C00;"]{
	color: #fff!important;	
}
.inner-section .article-img{
	float:left;
	width: calc(100% + 12vw);
	margin: 70px -6vw 90px;
	text-align: center;
}
.inner-section .article-img + h3{
	margin-top:5px!important;
}
.inner-section .article-img img{
	float:none;
	margin: 0px;
}
.inner-section .title-wrap{
	float:left;
	width: 100%;
	margin-bottom: 30px;
}
.inner-section .title-wrap h3{
	float:left;
	font-size: 24px;
	color: #005288;
	text-transform: uppercase;
	font-weight: 600;
	margin: 0px;
}
.inner-section .title-wrap .btn-more{
	float:right;
	margin-top: 5px;
	font-size: 17px;
}
.inner-section .title-wrap .btn-more:after{
	top:-1px;
}

.inner-section ul.pub-list{
	padding: 0px;
	display: flex;
	margin: 0px -20px;
	flex-wrap: wrap;
	width: calc(100% + 40px);
}
.inner-section ul.pub-list > li{
	list-style: none;
	width:calc(33.33% - 40px);
	margin: 20px;
	padding: 40px 40px 100px;
  	box-shadow: 0px 10px 36px 4px rgba(51, 51, 51, 0.08);
	transition:all 0.5s ease;
	background: #fff;
	position: relative;
}
.category .inner-section ul.pub-list > li{
	padding: 40px 40px 110px;
}
.inner-section ul.pub-list > li:hover{
  	box-shadow: 0px 10px 26px 10px rgba(51, 51, 51, 0.18);
}
.position-papers-listing > li.no-item, .pub-newsletter-list > li.no-item{
	padding-left:0px!important;
}

#site-wrapper .inner-section ul.pub-list > li h4{
    /*max-height: 102px;
    overflow: hidden!important;*/
}
.com_news #site-wrapper .inner-section ul.pub-list.pub-news-list > li h4{
    max-height: none!important;
    overflow: hidden!important;
}
#site-wrapper .inner-section ul.pub-list.pub-news-list > li[class=""] h3{
    font-size: 18px;
    color: #333333;
    font-weight: 100;
    font-family: poppins, sans-serif;
    margin: 0px 0px 20px 0px;
}
#site-wrapper .inner-section ul.pub-list > li.featured h4{
   /* max-height: 110px;*/
    overflow: hidden!important;
}
#site-wrapper .inner-section ul.pub-list.pub-newsletter-list > li.featured h4{
    max-height: none!important;
    overflow: auto!important;
}
#site-wrapper .inner-section ul.pub-list > li p{
    max-height: 200px;
    overflow: hidden!important;
    margin-bottom: 10px!important;
}
#site-wrapper .inner-section ul.pub-list > li p + p,
#site-wrapper .inner-section ul.pub-list > li p + h1,
#site-wrapper .inner-section ul.pub-list > li p + h2,
#site-wrapper .inner-section ul.pub-list > li p + h3,
#site-wrapper .inner-section ul.pub-list > li p + h4,
#site-wrapper .inner-section ul.pub-list > li h1 + p,
#site-wrapper .inner-section ul.pub-list > li h3 + p,
#site-wrapper .inner-section ul.pub-list > li ul,
#site-wrapper .inner-section ul.pub-list > li ol,
#site-wrapper .inner-section ul.pub-list > li table{
    display: none;
}
#site-wrapper .inner-section ul.pub-list > li h3:nth-child(3) + p{
    display: block
}


.inner-section ul.pub-list > li .cat{
	display: block;
	font-size: 16px;
	color: #36b1bf;
	line-height: 100%;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 14px;
}
.inner-section ul.pub-list > li h4{
	font-size: 26px;
	line-height: 34px;
	color: #005288;
	margin-bottom: 15px;
}
.inner-section ul.pub-list > li h4 a{
	color: #005288;
	text-decoration: none;
}
.inner-section ul.pub-list > li h3.sub-title{
	font-size: 22px;
	margin:0;
	margin-bottom:10px;
}
.inner-section ul.pub-list > li p{
	line-height: 28px;
}
.inner-section ul.pub-list > li .pub-base{
	position: absolute;
	left: 40px;
	bottom:36px;
	display: block;
}
.inner-section ul.pub-list > li .pub-base .date{
	display: block;
	font-size: 13px;
	line-height: 100%;
	margin-bottom: 0;
}
.inner-section ul.pub-list > li.featured{
	width:calc(66.66% - 40px);
}
.inner-section ul.pub-list.pub-news-list > li.featured{
	background: #36b1bf;
}
.inner-section ul.pub-list > li.featured h4, .inner-section ul.pub-list > li.featured h4 a{
	font-size: 40px;
	color: #fff;
	line-height: 56px;
	text-decoration:none;
	margin-bottom:20px;
}
.inner-section ul.pub-list.pub-news-list > li.featured .cat{
	color: #005288;
}
.inner-section ul.pub-list.pub-news-list > li.featured .btn-more.btn-orange,
.inner-section ul.pub-list > li.featured .btn-more.btn-white{
	color: #ffffff;
	text-decoration:none;
}
.inner-section ul.pub-list > li.featured a{
	    color: #333333;
	text-decoration: underline;
}
.inner-section ul.pub-newsletter-list > li.featured a.btn-more.btn-orange{
	color: #FFF;
	text-decoration: none;
}


.inner-section ul.pub-list.related-news-list > li ul,
.inner-section ul.pub-list.related-news-list > li ol{
	display: block;
}

.inner-section ul.team-list{
	padding: 0px;
	margin: 0px -20px;
	width: calc(100% + 40px);
	margin-top: 15px;
	float: left;
}
ul.team-list > li{
	list-style: none;
	width:calc(33.31% - 40px);
	margin: 20px;
	position: relative;
	float:left;
	/*max-height: 520px;*/
}
ul.team-list > li:nth-child(3n+1){
	clear: left;
}
ul.team-list > li.flip-content{
	width:calc(100% - 40px);
	height: auto!important;
	/*max-height: 820px;*/
	max-height:1085px;
}
ul.team-list > li .team-wrap{
	display:flex;
	height: 100%;
	width: 100%;
	background: #fff;
}
ul.team-list > li .team-thumb-wrap{
  	box-shadow: 0px 10px 36px 4px rgba(51, 51, 51, 0.08);
	transition:all 0.5s ease;
	float:right;
	width: 100%;
	cursor: pointer;
}
ul.team-list > li .team-thumb-wrap img{
	margin: 0!important;
}
ul.team-list > li:hover .team-thumb-wrap{
  	box-shadow: 0px 10px 26px 10px rgba(51, 51, 51, 0.18);
}
ul.team-list > li.flip-content .team-thumb-wrap{
  box-shadow: 0px 10px 27px 3px rgba(54, 177, 191, 0.25);
}

ul.team-list > li .team-desc-wrap{
	float:left;
	background: #36b1bf;
	padding: 40px 40px 140px;
	color: #fff;
	position: relative;
	display: none;
	/*min-height: 820px;*/
	min-height:1085px;
}
ul.team-list > li.flip-content .team-wrap{
	display: block;
}
ul.team-list > li.flip-content .team-desc-wrap{
	display: block;
	width:calc(68.66% - 40px);
}
ul.team-list > li.flip-content .team-thumb-wrap{
	width: calc(33.33% - 30px);
}
ul.team-list > li .team-desc-wrap .team-title{
	display: block;
	margin-bottom: 50px;
}
ul.team-list > li .team-desc-wrap .team-title h5{
	font-size: 40px;
	color: #fff;
	font-weight: 700;
	line-height: 100%;
}
ul.team-list > li .team-desc-wrap .team-title i{
	display: block;
	font-size: 25px;
	color: #005288;
	font-weight: 500;
	line-height: 100%;
	font-style: normal;
}
ul.team-list > li .team-desc-wrap p{
	color: #fff;
	font-size: 18px;
	line-height: 30px;
}
ul.team-list > li .team-thumb-wrap span{
	float: left;
	width: 100%;
}
ul.team-list > li .team-thumb-wrap .team-title{
	padding: 22px 40px;
	background: #fff;
	float:left;
	width: 100%;
	min-height: 112px;
}
ul.team-list > li .team-thumb-wrap .team-title h5{
	font-size: 25px;
	color: #005288;
	font-weight: 700;
	margin: 0px;
}
ul.team-list > li .team-thumb-wrap .team-title i{
	display: block;
    font-size: 16px;
    color: #36b1bf;
    font-weight: 500;
    font-style: normal;
    line-height: 100%;
    margin-top: 5px;
}
ul.team-list > li .social-links{
	float:right;
	padding: 0px;
	margin: 0px;
}
ul.team-list > li .social-links > li{
	list-style: none;
	float:left;
	margin: 0px 0px 0px 20px;
}
ul.team-list > li .social-links > li a{
	color: #fff;
	font-size: 22px;
}
ul.team-list > li .team-misc-info{
	float:left;
	width: calc(100% - 80px);
	position: absolute;
	left: 40px;
	bottom:40px;
}
ul.team-list > li .team-misc-info .mail{
	display: block;
	padding-left: 50px;
	font-size: 18px;
	color:#005288;
	font-weight: 500;
	background:Url(../images/ico-mail.png) no-repeat left center;
	margin: 10px 0px 0px;
	background-size: 22px;
}
ul.team-list > li .team-misc-info .mail a{
	color:#005288;
	text-decoration: none;
}
ul.team-list > li .team-misc-info .phone{
	display: block;
	padding-left: 50px;
	font-size: 18px;
	color:#005288;
	font-weight: 500;
	margin: 10px 0px 0px;
	background:Url(../images/ico-phone.png) no-repeat left center;
	background-size: 22px;
}
ul.team-list > li .team-misc-info .social-links{
	position: absolute;
	bottom:0px;
	right:0px;
}
ul.team-list > li.jobs-thumb{
	background: #36b1bf;
	min-height: 450px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	    padding: 0 30px;
}
ul.team-list > li.jobs-thumb h3{
	font-size: 40px;
	font-weight: 700;
	color: #fff;	
}
ul.team-list > li.jobs-thumb p{
	font-size: 26px;
	color: #fff;
	margin-bottom: 50px;
}

ul.team-list > li .team-desc-wrap .scroll-content {
    width: 100%;
    float: left;
    max-height:890px;
}
ul.team-list > li .team-desc-wrap a {
    color: #FFFFFF;
    text-decoration: underline;
}

.isotope .isotope-item {
    transition-property: transform, opacity;
}
.isotope, .isotope .isotope-item {
    transition-duration: 0.8s;
}
.isotope-item {
    z-index: 2;
}

.inner-section ul.member-list{
	padding: 0px;
	margin: 0px -20px 60px;
	width: calc(100% + 40px);
	float:left;
	clear: both;
}
ul.member-list > li{
	list-style: none;
	width:calc(20% - 40px);
	margin: 20px;
	position: relative;
	float:left;
}
ul.member-list > li.flip-content{
	width: calc(100% - 40px);
	height: 800px;
}
ul.member-list > li .member-thumb-wrap{
  	box-shadow: 0px 10px 36px 4px rgba(51, 51, 51, 0.08);
	transition:all 0.4s ease;
	float:right;
	width: 100%;
	cursor: pointer;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 170px;
	padding: 20px;
}
ul.member-list > li:hover .member-thumb-wrap{
  	box-shadow: 0px 10px 26px 10px rgba(51, 51, 51, 0.18);
}
ul.member-list > li .member-thumb-wrap img{
	max-width: 100%;
    margin: 0;
    max-height: 100%;
}
ul.member-list > li .member-desc-wrap{
	float:left;
	background: #36b1bf;
	padding: 40px 40px 125px;
	color: #fff;
	position: relative;
	display: none;
	min-height: 800px;
}
ul.member-list > li.flip-content{
	display: flex;
}
ul.member-list > li.flip-content .member-desc-wrap {
    display: block;
    width: calc(82.6% - 40px);
}
ul.member-list > li.flip-content .member-thumb-wrap {
    width: 17.4%;
	margin-left: 40px!important;
	box-shadow: 0px 10px 27px 3px rgba(54, 177, 191, 0.25);
}

ul.member-list > li .member-desc-wrap .member-title{
	display: block;
	margin-bottom: 50px;
}
ul.member-list > li .member-desc-wrap .member-title h5{
	font-size: 40px;
	color: #fff;
	font-weight: 700;
	line-height: 100%;
	margin: 0px;
}
ul.member-list > li .member-desc-wrap p{
	color: #fff;
	font-size: 18px;
	line-height: 30px;
}
ul.member-list > li .member-desc-wrap p:last-child{
	margin-bottom: 0;
}
ul.member-list > li .member-desc-wrap ul li,
ul.member-list > li .member-desc-wrap ol li{
	color: #fff;
}
ul.member-list > li .member-desc-wrap ul li:last-child,
ul.member-list > li .member-desc-wrap ol li:last-child{
	margin-bottom: 0;
}
ul.member-list > li .member-desc-wrap a{
	color:#FFFFFF;
	text-decoration: underline;
}
ul.member-list > li .social-links{
	float:right;
	padding: 0px;
	margin: 0px;
}
ul.member-list > li .social-links > li{
	list-style: none;
	float:left;
	margin: 0px 0px 0px 20px;
}
ul.member-list > li .social-links > li a{
	color: #fff;
	font-size: 22px;
}
ul.member-list > li .member-misc-info{
	float:left;
	width: calc(100% - 80px);
	position: absolute;
	left: 40px;
	bottom:40px;
}
ul.member-list > li .member-misc-info .mail{
	display: block;
	padding-left: 50px;
	font-size: 18px;
	color:#005288;
	font-weight: 500;
	background:Url(../images/ico-mail.png) no-repeat left center;
	margin: 0px;
	background-size: 22px;
	float:left;
	clear: both;
}
ul.member-list > li .member-misc-info .mail a{
	color:#005288;
	text-decoration: none;
}
ul.member-list > li .member-misc-info .web{
	display: block;
	padding-left: 50px;
	font-size: 18px;
	color:#005288;
	font-weight: 500;
	background:Url(../images/ico-web.png) no-repeat left center;
	margin: 0px;
	background-size: 23px;
	float:left;
	clear: both;
	margin-bottom: 5px;
}
ul.member-list > li .member-misc-info .web a{
	color:#005288;
	text-decoration: none;
}

ul.member-list > li .member-desc-wrap .scroll-content{
	width:100%;
	float: left;
	max-height:635px;
}

.filter-items{
	float:left;
	width: 100%;
	position: relative;
	z-index: 2;
	margin-bottom: 15px;
}
.category .filter-items{
	margin-top:30px;
}
body.com_videos.category .filter-items{
	margin-top:60px;
	margin-bottom: 25px;
}
body.com_membersobservers .filter-items{
	margin-top:30px;
}
.filter-items .select-wrap{
	margin-right: 24px;
}
.select-hidden, .select-wrap select{
    display: none;
}
.select-wrap .select-styled{
	padding: 10px 20px 6px 14px;
	font-size: 18px;
	font-weight: 500;
	color: #ff8a2b;
	line-height: 100%;
	position: relative;
	height: 42px;
	border-radius: 30px;
	border:solid 2px #ff8a2b;
	display: inline-block;
	width: 100%;
	max-width: 210px;
	background: #fff;
	cursor: pointer;
}
.select-wrap{
	position: relative;
	width: 100%;
	max-width: 210px;
	float:left;
}
.select-wrap .select-styled:after{
	content:'';
	position: absolute;
	right:18px;
	top:12px;
	font-size: 24px;
	color: #fff;
	width:13px;
	height: 13px;
	transition:all 0.3s ease;
	transform: rotate(0deg);
	background: url(../images/fil-select.png) no-repeat center;
}
.select-wrap .select-styled.active:after{
	transform: rotate(180deg);
}
.select-wrap .select-options{
	display: none;
	color: #ff8a2b;
	overflow: hidden;
	border:solid 2px #eceef2;
	box-shadow: 0px 10px 36px 4px rgba(51, 51, 51, 0.08);
	position: absolute;
	left: 0px;
	top:42px;
	border-radius: 10px;
	width:100%;
	background: #fff;
	z-index: 1;
	padding: 0px;
	margin: 0;
	max-height: 280px;
}
.select-wrap .select-options li{
	padding:6px 12px;
	font-size: 16px;
	cursor: pointer;
	color: #ff8a2b;
	list-style: none;
	background: #fff;
}
.select-wrap .select-options li:nth-child(even){
	background: #f8f9fc;
}
.select-wrap .select-options li:first-child{
	border:none;
}
.select-wrap .select-options li:hover{
	background: #ff8a2b;
	color: #fff;
}
.video-page .select-wrap .select-options li{
	color: #a20078;
}
.video-page .select-wrap .select-options li:hover{
	background: #a20078;
	color: #fff;
}
.filter-items .search-wrap{
	float:right;
	height: 42px;
	border-radius: 30px;
	border:solid 2px #ff8a2b;
	background: #fff;
	width: 100%;
	position: relative;
	max-width: 260px;
}
.filter-items .search-wrap input{
	background:url(../images/fil-search.png) no-repeat 16px 10px;
	padding: 5px 40px 5px 48px;
	border:none;
	color: #ff8a2b;
	height: 38px;
	width: 100%;
	font-weight: 500!important;
}
section .filter-items .search-wrap input[type="submit"]{
    width:20px;
    height:20px;
    outline: none;
    background: url(../images/close.png) no-repeat center;
    background-size:16px;
    border: none;
	padding: 0;
	position: absolute;
	top:-50%;
	bottom:-50%;
	right: 9px;
	margin:auto;
	outline:0.8;
    /*transition: all .3s linear;
    -webkit-transition: all .3s linear;*/
}
.filter-items .search-wrap input::placeholder{
	font-size: 18px;
	font-weight: 500!important;
	color: #ff8a2b;
}

.filter-items .mCSB_inside > .mCSB_container {
    margin-right: 0;
}
.filter-items .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .filter-items .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: rgb(248, 249, 252)!important;
}

#member-map{
	float:left;
	width: 100vw;
	height: 1024px;
	position: relative;
	left: -50vw;
    margin-left: 50%;
    margin-right: 50%;
	background: #36b1bf;
	padding: 0px;
	margin-top: 60px;
	margin-bottom: -95px;
	overflow: hidden;
}
#member-map .jvectormap-zoomin, #member-map .jvectormap-zoomout{
	background: #005288;
	width: 48px;
	height: 48px;
	border-radius: 0px;
	color: #fff;
	font-size: 50px;
	line-height: 50px;
	overflow: hidden;
	text-indent: 200px;
}
#member-map .jvectormap-zoomin{
	right:180px;
	left: auto;
	top:auto;
	bottom:146px;
	background:url(../images/zoom-in.png)!important;
	background-size: 100%!important;
}
#member-map .jvectormap-zoomout{
	right:180px;
	left: auto;
	top:auto;
	bottom:80px;
	background:url(../images/zoom-out.png)!important;
	background-size: 100%!important;
}
#member-map .jvectormap-marker.jvectormap-element{
	transform: translateX(3px) translateY(-18px);
}
#customTip{
	padding: 25px 28px!important;
	box-shadow: 0px 0px 2px rgba(0,0,0,0.2)!important;
	margin: 25px 0px 0px 430px!important;
	z-index: 98;
	width: 300px;
	border-radius: 0px!important;
	background: #fff!important;
	border:none!important;
	min-height: 100px;
	position: absolute;
	max-height:300px;
	margin:-670px 0px 0px -100px !important;
}


#customTip.custom-multiple{
	margin:-670px 0px 0px -180px !important;
	width: 470px;
}
#customTip h3{
	font-size: 34px;
	color: #36b1bf;
	font-weight: 700;
	line-height: 100%;
	margin: 0px 0px 22px 0px;
}
#customTip .popc-wrap{
	display: table;
	width: 100%;
}
#customTip .popc-wrap > div{
	display: table-cell;
	vertical-align: top;
	color: #005288;
	text-align: left;
	width: 50%;
	/*padding-right: 5px;*/
	padding-right: 16px;
}
#customTip .popc-wrap > div a{
	color: #005288;
}
#customTip strong{
	display: block;
	font-size: 16px;
	line-height: normal;
	font-weight: 700;
	margin-bottom: 10px;
}
#customTip strong:last-child{
	margin-bottom: 0px;
}
#customTip span{
	display: block;
	font-size: 15px;
	font-weight: 400;
	line-height: normal;
}
#customTip .popc-observer{
	color:#fd9234!important;
	padding-right: 0px!important;
	padding-left: 10px!important;
}
#customTip .popc-member:last-child{
	padding-right: 0px!important;
}
#customTip .popc-observer:first-child{
	padding-left: 0px!important;
}
#customTip .popc-observer a{
	color:#fd9234!important;
}
text.jvectormap-marker.jvectormap-element{
  font-size:16px!important;
  font-family:'Poppins', sans-serif!important;
  fill:#005288!important;
  font-weight: 500!important;
}
circle.jvectormap-marker.jvectormap-element{
  fill:#ffffff!important;
}
#customTip .mCSB_inside > .mCSB_container {
    margin-right: 0px!important;
}
#customTip .mCSB_scrollTools{
	width:10px;
}



.subscribe-sidebar{
	float:left;
	width: 100%;
	padding-left: 60px;
}

.subscribe-sidebar input[type="text"]{
	width: 100%;
	background: #fff;
	border:solid 2px #d7d7d7;
	border-radius: 30px;
	height: 45px;
	padding: 10px 20px;
}
.subscribe-sidebar input[type="text"]::placeholder{
	color: #333;
	opacity: 0.5;
}
.subscribe-sidebar input[type="email"]{
	width: 100%;
	background: #fff;
	border:solid 2px #d7d7d7;
	border-radius: 30px;
	height: 45px;
	padding: 10px 20px;
}
.subscribe-sidebar input[type="email"]::placeholder{
	color: #333;
	opacity: 0.5;
}
.subscribe-sidebar .sub-base{
	float:Left;
	width: 100%;
	margin-top: 15px;
	padding-top: 8px;
}
.subscribe-sidebar .btn-subscribe,
.subscribe-sidebar input[type="submit"].btn-subscribe{
	float:right;
	font-size: 15px;
	font-weight: 500;
	color: #fff;
	border:none;
	border-radius: 16px;
	background: #1bbc9b;
	padding: 8px 22px;
	line-height: 100%;
	text-transform: uppercase;
	margin-top: -8px;
	transition:none;
}
.subscribe-sidebar .btn-subscribe:hover,
.subscribe-sidebar input[type="submit"].btn-subscribe:hover{
	background: #fff;
	color: #1bbc9b;
	box-shadow: 0px 0px 2px #1bbc9b;
}
.subscribe-sidebar .sub-base input{
	float: left;
	margin: 2px 5px 0px 0px;
}
.subscribe-sidebar .sub-base input[type="checkbox"].error{
	box-shadow: 0px 0px 1px 2px #f76969 !important;
}
.subscribe-sidebar .sub-base label{
	float: left;
	font-size: 11px;
	color: #333;
	font-weight: 100;
	margin: 0px;
	max-width: 186px;
}
.subscribe-sidebar #newsletter-form-digital .btn-subscribe{
	margin-right: 0px!important;
	padding: 8px 12px!important;
}
.subscribe-sidebar .sub-base label a{
	color: #1bbc9b;
	text-decoration: underline;
}
.subscribe-sidebar h4{
	font-size: 22px;
	color: #1bbc9b;
	line-height: 28px;
}
.subscribe-sidebar p{
	font-size: 16px;
	line-height: normal;
}
.inner-section.gen-wrap-nl h2{
	color: #1bbc9b;
}
.inner-section ul.pub-list.pub-newsletter-list > li.featured{
	background: #1bbc9b;
	box-shadow: 0px 10px 36px 4px rgba(27, 188, 155, 0.08);
}
.inner-section ul.pub-list.pub-newsletter-list > li.featured:hover{
	box-shadow: 0px 10px 26px 10px rgba(27, 188, 155, 0.20);
}
.inner-section ul.pub-list.pub-news-list > li.featured{
	box-shadow: 0px 10px 36px 4px rgba(54, 177, 191, 0.08);
}
.inner-section ul.pub-list.pub-news-list > li.featured:hover{
	box-shadow: 0px 10px 26px 10px rgba(54, 177, 191, 0.20);
}

.inner-section ul.pub-list.pub-newsletter-list > li .cat{
	color: #1bbc9b;
}
.inner-section ul.pub-list.pub-newsletter-list > li.featured .cat{
	color: #005288;
}
.inner-section ul.pub-list > li.load-more{
	box-shadow: none!important;
	padding:40px 0px 0px 40px!important;
	position: relative;
	background:none!important;
	/*width: 100%;*/
	display: flex;
	text-align:right;
	align-items:flex-end;
	justify-content:flex-end;
}
.inner-section ul.pub-list > li.load-more .btn-primary{
	position: relative;
	float: none!important;
	/*position: absolute;
	right:0px;
	bottom:0px;*/
}
.inner-section .toolbar{
	float:left;
	width: 100%;
	margin: -40px 0px 100px 0px;
}
.inner-section.events-detail-page .toolbar{
	margin: -40px 0px 90px 0px;
}
.inner-section.events-detail-page .event-page h2{
	text-align: center!important;
	margin-bottom: 50px!important;
	float: left;
	width: 100%;
	clear: both;
}
.inner-section .toolbar .back-btn{
	float:left;
	margin: 9px 0px 0px 0px;
}
.inner-section.news-page-wrap h4.date{
	color: #fd9234;
	font-size: 30px;
	margin: 0px 0px 70px 0px;
}
.team-author{
	float:left;
	width: 100%;
	display: table;
	background: #36b1bf;
}
.team-author > div{
	display: table-cell;
	vertical-align: top;
	text-align: left;
}
.team-author .team-img{
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	width: 315px;
	min-height: 334px;
}
.team-author .team-desc-wrap{
	background: #36b1bf;
	padding:45px 50px 120px;
	position: relative;
}
.team-author .team-desc-wrap a.more_info_contact{
	display: inline-block;
	font-size: 18px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 600;
	line-height: 100%;
	padding-right: 20px;
	color: #FFFFFF;
	position: relative;
	margin-top: 20px;
}
.team-author .team-desc-wrap a.more_info_contact::after {
    content: "\f105";
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    right: -0px;
    font-size: 25px;
    top: 0px;
    line-height: 18px;
    font-weight: 100;
}
.team-author .team-desc-wrap a.more_info_contact:hover:after {
    animation: bounce 2s infinite;
}

.team-author .team-desc-wrap .team-title{
	display: block;
	margin-bottom: 15px;
}
.team-author .team-desc-wrap .team-title h5{
	font-size: 30px;
	color: #fff;
	font-weight: 700;
	line-height: 100%;
}
.team-author .team-desc-wrap .team-title i{
	display: block;
	font-size: 18px;
	color: #005288;
	font-weight: 500;
	line-height: 100%;
	font-style: normal;
}
.team-author .team-desc-wrap p{
	color: #fff;
	font-size: 18px;
	line-height: 30px;
	margin: 0px 0px 10px 0px;
}
.team-author .team-desc-wrap .social-links{
	float:right;
	padding: 0px;
	margin: 0px;
}
.team-author .team-desc-wrap .social-links > li{
	list-style: none;
	float:left;
	margin: 0px 0px 0px 20px;
}
.team-author .team-desc-wrap .social-links > li a{
	color: #fff;
	font-size: 22px;
}
.team-author .team-desc-wrap .team-misc-info{
	float:left;
	width: calc(100% - 80px);
	position: absolute;
	left: 50px;
	bottom:36px;
}
.team-author .team-desc-wrap .team-misc-info .mail{
	display: block;
	padding-left: 50px;
	font-size: 18px;
	color:#005288;
	font-weight: 500;
	background:Url(../images/ico-mail.png) no-repeat left center;
	margin: 10px 0px 0px;
	background-size: 22px;
}
.team-author .team-desc-wrap .team-misc-info .mail a{
	color:#005288;
}
.team-author .team-desc-wrap .team-misc-info .phone{
	display: block;
	padding-left: 50px;
	font-size: 18px;
	color:#005288;
	font-weight: 500;
	margin: 10px 0px 0px;
	background:Url(../images/ico-phone.png) no-repeat left center;
	background-size: 22px;
}
.team-author .team-desc-wrap .team-misc-info .social-links{
	position: absolute;
	bottom:0px;
	right:0px;
}
.form-wrap{
	float:left;
	width: 100%;
	max-width: 900px;
	margin: 0px 0px 20px 0px;
}
.form-wrap .form-control{
	border: none;
	box-shadow: none;
	float:left;
	margin: 15px 0px;
	padding: 0px;
	background: none;
	width: 100%;
}
.form-wrap .form-control.form-half{
	width:47%;
}
.com_contactform .form-wrap .form-control.form-half{
	width:56%;
}
.com_contactform .form-wrap .form-control.form-half:nth-child(1){
	max-width: 335px;
}
.form-wrap .form-control.form-half:nth-child(even){
	float: right;
}
.form-wrap .form-control input[type="text"]{
	width:100%;
	background: #fff;
	font-size: 22px;
	color: #939598;
	height: 54px;
	border:none;
	line-height: 54px;
	padding: 2px 28px;
	border-radius: 30px;
	-webkit-appearance: none;
	-moz-box-shadow: 0px 10px 27px 3px rgba(51, 51, 51, 0.11);
  	-webkit-box-shadow: 0px 10px 27px 3px rgba(51, 51, 51, 0.11);
	box-shadow: 0px 10px 27px 3px rgba(51, 51, 51, 0.11);
	font-weight: 400;
	transition:all 0.3s ease;
}
.form-wrap .form-control input[type="text"]::placeholder,
.form-wrap .form-control textarea::placeholder{
	color: #939598;
	opacity: 1;
}
.form-wrap .form-control textarea{
	width:100%;
	background: #fff;
	font-size: 22px;
	color: #939598;
	height: auto;
	border:none;
	padding: 12px 28px;
	border-radius:30px;
	-webkit-appearance: none;
	box-shadow: 0px 10px 27px 3px rgba(51, 51, 51, 0.11);
	-moz-box-shadow: 0px 10px 27px 3px rgba(51, 51, 51, 0.11);
  	-webkit-box-shadow: 0px 10px 27px 3px rgba(51, 51, 51, 0.11);
	transition:all 0.3s ease;
}
.com_contactform .form-wrap .form-control textarea{
	margin-top: 20px;
	height: 325px;
}
.form-wrap .form-control input[type="text"]:focus, .form-wrap .form-control textarea:focus{
	box-shadow: 0px 10px 27px 3px rgba(51, 51, 51, 0.11)!important;
}
.form-wrap .form-control input[type="text"]:hover,
.form-wrap .form-control textarea:hover{
	box-shadow: 0px 10px 26px 6px rgba(51, 51, 51, 0.18)!important;
}
.form-wrap .form-control input[type="text"].error,
.form-wrap .form-control textarea.error{
	border: 1px solid #EAB4B4!important;
  	box-shadow: 0px 3px 10px 3px rgba(253, 52, 66, 0.32)!important;
}
.form-wrap .form-control > label,
body.register .form-wrap .form-control > span > label.lbl{
	float:left;
	width:56%;
	font-size: 22px;
	color: #939598;
	font-weight: 400;
	margin: 10px 0px 10px;
	padding-left: 25px;
}
#registrationForm .form-control .placeholder{
	top:10px!important;
}
#registrationForm .form-control .placeholder {
    top: 0px !important;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #fff;
	border-radius: 30px;
	padding-left: 30px;
	padding-top: 10px;
}
.contactform .form-control .placeholder {
    top:36px !important;
}
.contactform .form-control.form-half .placeholder {
    top: 0px !important;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #fff;
	border-radius: 30px;
	padding-left: 30px;
	padding-top: 10px;
}
.contact-right.contact-form{
	float: left;
    width: 100%;
}
.form-control .star{
	color:#fd9234!important;
}
.form-wrap .check-wrap{
	float:left;
	position: relative;
}
body.register .form-wrap .form-control > span{
	float: left;
	width: 100%;
	position: relative;
}
body.register .form-wrap .form-control > span > .required{
	left: 13px;
	color: #fd9234;
	position: absolute;
	top: 8px;
}
.form-wrap .check-wrap label{
	margin: 0px;
	font-size: 22px;
	color: #939598;
	font-weight: 400;
	padding-right: 30px;
	margin-right: 35px;
	margin-top: 10px;
	position: relative;
	display: inline-block;
}
.form-wrap .check-wrap .choice-item{
	position: relative;
}
.form-wrap .check-wrap input[type="checkbox"],
.form-wrap .check-wrap input[type="radio"]{
    height: 18px;
    margin: 0;
    opacity:0;
    position: absolute;
    width: 18px;
    z-index: 2;
	cursor: pointer;
	right: 0px;
	top:5px;
}
.form-wrap .check-wrap input[type="radio"]{
	right: 34px;
	top: 2px;
}
.form-wrap .check-wrap input[type="checkbox"] + label::before,
.form-wrap .check-wrap input[type="radio"] + label::before{
    content: "";
    display: inline-block;
    height: 16px;
    position: absolute;
    top: 9px;
	right: 0px;
    width: 16px;
	background: url(../images/unchecked.png) no-repeat center;
	background-size: 16px;
	cursor: pointer;
}
.form-wrap .check-wrap input[type="checkbox"]:checked + label::before,
.form-wrap .check-wrap input[type="radio"]:checked + label::before{
    content:"";
    background: url(../images/checked.png) no-repeat center;
	background-size: 16px;
}
.form-wrap .sub-base{
	float:left;
	width: 100%;
	padding-left: 28px;
	padding-top: 25px;
}
.form-wrap .sub-base input{
	float: left;
	margin: 2px 8px 0px 0px;
}
.form-wrap .sub-base label{
	float: left;
	font-size: 12px;
	color: #333;
	font-weight: 100;
	margin: 0px;
}
.form-wrap .sub-base label a{
	color: #fd9234;
	text-decoration: underline;
}
.form-wrap .sub-base .btn-primary{
	float: right;
	margin-top: -12px;
	margin-bottom: -12px;
}
.contact-form #submit_form{
	margin:0px;
}
.form-wrap .sub-base .mandatory{
	display: block;
	font-size: 14px;
	color: #fd9234;
	clear: both;
}
.contact-sidebar-wrap{
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	min-height: 500px;
	max-width: 405px;
	float: right;
	background: #36b1bf;
	margin-top: -160px;
}
.contact-sidebar{
	padding: 30px;
}
.contact-sidebar h3{
	font-size: 40px;
	font-weight: 700;
	color: #fff;	
}
.contact-sidebar p{
	font-size: 26px;
	color: #fff;
	margin-bottom: 35px;
}
section .row.contact-row{
	margin-bottom: 120px;
	margin-top: 90px;
}
.contact-row p{
	font-size: 22px;
	color: #005288;
	font-weight: 500;
}
.contact-row p strong{
	font-weight: 600;
}
.contact-row ul.social-links{
	float: left;
	clear: both;
	margin: 0px;
	padding: 0px;
}
.contact-row ul.social-links li{
	float:left;
	list-style: none;
	margin-right:18px;
}
.contact-row ul.social-links li a{
	color: #fd9235;
	font-size: 24px;
	font-weight: 100;
}
.communication-info{
	float:left;
	width: 100%;
}
.communication-info .mail{
	display: block;
	padding-left: 50px;
	font-size: 22px;
	color:#005288;
	font-weight: 400;
	background:Url(../images/ico-mail.png) no-repeat  left 7px;
	margin: 0px;
	background-size: 22px;
}
.communication-info .mail a{
	color:#005288;
}
.communication-info .phone{
	display: block;
	padding-left: 50px;
	font-size: 22px;
	color:#005288;
	font-weight: 400;
	margin: 1px 0px 0px;
	background:Url(../images/ico-phone.png) no-repeat  left 5px;
	background-size: 23px;
}
.communication-info .time{
	display: block;
	padding-left: 50px;
	font-size: 22px;
	color:#005288;
	font-weight: 400;
	margin: 30px 0px 0px;
	background:Url(../images/ico-time.png) no-repeat left 5px;
	background-size: 22px;
}

.contact-map{
	float:left;
	width: 100vw!important;
	height: 450px;
	position: relative;
	left: -50vw;
    margin-left: 50%;
    margin-right: 50%;
	padding: 0px;
	margin-top: 60px;
	margin-bottom:-95px;
	overflow: hidden;
}
.contact-map iframe{
	width: 100%;
	height: 100%;
}

.contact-map .gm-style-pbc + div > div > div:nth-child(4) > div{
	width:380px!important;
}
.contact-map .gm-style-pbc + div > div > div:nth-child(4) > div > div:nth-child(1) > div:nth-child(2){
	background-color:rgb(255, 255, 255)!important;
	box-shadow: 0px 10px 27px 3px rgba(51, 51, 51, 0.15)!important;
}
.contact-map .gm-style-pbc + div > div > div:nth-child(4) > div > div:nth-child(1) > div:nth-child(3),
.contact-map .gm-style-pbc + div > div > div:nth-child(4) > div > div:nth-child(1) > div:nth-child(1){
	/*display: none!important;*/
}
.contact-map .gm-style-pbc + div > div > div:nth-child(4) > div .gm-style-iw{
	width: 360px!important;
    padding: 20px;
}
.contact-map .gm-style-pbc + div > div > div:nth-child(4) > div .gm-style-iw > div{
	width:328px!important;
}
.contact-map .gm-style-pbc + div > div > div:nth-child(4) > div .gm-style-iw #content p{
	color:#36b1bf;
	font-size: 22px;
	line-height: 34px;
    font-weight:400;
	margin: 0!important;
}

.contact-map .gm-style-pbc + div > div > div:nth-child(4) > div .gm-style-iw #content strong{
	color:#005288;
	font-size: 24px;
    font-weight:600;
}


.page-404-wrap .btn-home{
	display: inline-block;
	font-size: 15px;
	font-weight: 500;
	color: #fff;
	/*border:none;*/
	border-radius: 16px;
	background: #36b1bf;
	padding: 8px 22px;
	line-height: 100%;
	text-transform: uppercase;
	margin-top: -8px;
	border:2px solid #36b1bf;
	transition:all 0.3s ease;
}
.page-404-wrap .btn-home:hover{
	background: #fff;
	color: #36b1bf;
	border-color: #36b1bf;
}
.inner-section.page-404{
	background: #fff!important;
	margin-top: -410px;
	position: relative;
	border-top: solid 1px #ccc;
	padding-top: 40px;
}
.page-404-wrap{
	float:left;
	width: 100%;
	margin: auto;
	text-align: center;
	margin: 0px 0px 60px 0px;
}
.page-404-wrap img{
	float: none!important;
	margin-right: 0px!important;
	margin-top: 0px!important;
	margin-bottom: 30px!important;
}
.page-404-wrap p{
	font-size: 20px;
	font-weight: 400;
	margin: 0px;
}
.page-404-wrap h3{
	font-size: 70px;
	color: #005288;
	margin: 0px 0px 40px 0px;
}


section.inner-section .video-page h2{
	color:#a20078;
}

.video-page .select-wrap .select-styled,
.video-page .filter-items .search-wrap{
	color: #a20078;
	border-color:#a20078;
}
.video-page .select-wrap .select-styled:after{
	background: url(../images/fil-select-violet.png) no-repeat center;
}
.video-page .select-wrap .select-options > li{
	color: #a20078;
}
.video-page .select-wrap .select-options > li:hover{
	color: #FFFFFF;
	background: #a20078;
}
.video-page .filter-items .search-wrap input{
	color:#a20078;
}
.video-page .filter-items .search-wrap input::placeholder {
  	color:rgb(162, 0, 120);
}
.video-page .filter-items .search-wrap input{
	background: url(../images/fil-search-violet.png) no-repeat 16px 10px;
}

section.inner-section ul.video-list{
	padding: 0px;
    display: flex;
    margin: 0px -20px;
    flex-wrap: wrap;
    width: calc(100% + 40px);
}
ul.video-list > li {
	display: flex;
	flex-wrap: wrap;
    list-style: none;
    width: calc(33.33% - 40px);
    margin: 20px;
    padding:0px;
    /*box-shadow: 0px 10px 36px 4px rgba(51, 51, 51, 0.08);*/
    transition: all 0.5s ease;
    background: #fff;
    position: relative;
	align-content: flex-start;
}
ul.video-list > li:hover{
	box-shadow:0px 10px 26px 10px rgba(51, 51, 51, 0.18);
}
ul.video-list > li.featured {
	display: flex;
	flex-wrap: nowrap;
    width:calc(100% - 40px);
	margin-bottom:120px;
	background: rgba(255, 255, 255, 0);
	transition:none;
}
ul.video-list > li.featured:hover{
	background: rgba(255, 255, 255, 1);
}
ul.video-list  > li > div {
    float: Left;
    width: 100%;
    position: relative;
	overflow: hidden;
}
ul.video-list  > li > div.video-thumb {
	max-height: 235px;
}
ul.video-list > li.featured .video-thumb{
	width:72%;
	/*max-height: 600px;*/
	max-height: none;
}
ul.video-list > li.featured .video-thumb a{
	height: 554px;
	background-repeat: no-repeat!important;
	background-size:100% !important;
}
ul.video-list > li.featured .video-thumb a img{
	display:none;
}
ul.video-list > li.featured .video-dsc{
	width: 33%;
	padding:55px 30px 55px 55px;
}
ul.video-list .video-thumb a {
    float: left;
    position: relative;
    width: 100%;
}
ul.video-list > li > div.video-thumb a{
	background-size: 0%!important;
	background-repeat: no-repeat!important;
}
ul.video-list > li.featured > div.video-thumb a{
	background-size: 100%!important;
}
ul.video-list > li > div.video-thumb img{
	margin: 0!important;
}
ul.video-list .video-thumb a:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url(../images/play.png) no-repeat center rgba(0,0,0);
    opacity: 0.2;
    pointer-events: none;
    transition: all 0.3s ease;
    background-size: 0px;
}
ul.video-list .video-thumb:hover a:after,
ul.video-list li:hover .video-thumb a:after{
    background: url(../images/play.png) no-repeat center rgba(162,0,120,0.75);
    opacity: 1;
    pointer-events: auto;
}
ul.video-list li .title {
    padding:20px 45px 20px;
    font-size: 18px;
    line-height:normal;
    color: #005288;
    font-weight: 500;
    display: block;
    float: left;
    width: 100%;
    /*min-height: 92px;*/
}
ul.video-list li .title a{
    color: #005288;
}
ul.video-list li .title a::after {
	display:none;
}
ul.video-list > li.featured .video-dsc .title{
	font-size: 22px;
	line-height:normal;
	font-weight:700;
	padding: 0;
}
ul.video-list > li:hover .title,
ul.video-list > li:hover .title a{
	color: #a20078;
}
ul.video-list > li.featured .video-dsc .title a{
	color: #005288;
}
ul.video-list > li.featured .video-dsc .title a:hover,
ul.video-list > li.featured:hover .video-dsc .title a{
	color: #a20078;
}
ul.video-list > li.load-more{
	box-shadow: none!important;
    padding: 40px 0px 0px 40px;
    position: relative;
    display: flex;
    text-align: right;
    align-items: flex-end;
    justify-content: flex-end;
}
ul.video-list > li.load-more .btn-primary.btn-violet{
	top:140px;
}

ul.video-list.loadmore_adg > li.load-more{
	text-align: left;
	align-items: flex-start;
	justify-content: flex-start;
	padding-left: 0;
	width: 100%;
}
ul.video-list.loadmore_adg > li.load-more .btn-primary.btn-violet{
	top: 0;
	right: auto;
	position: static;
	left: 0;
	float: left !important;
}


.fancybox-toolbar .fancybox-button--zoom{
    display: none !important;
}
.mailchimp-newsletter table.noview p {
    padding: 0px !important;
}
.mailchimp-newsletter td p.selectionShareable{
    padding-left:0px!important;
}
.mailchimp-newsletter td p{
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    margin-bottom: inherit;
    margin-bottom: 20px;
}
.mailchimp-newsletter td img{
    margin: inherit !important;
    float: inherit !important;
}
@media screen and (-webkit-min-device-pixel-ratio:0) { 
/* Safari and Chrome */
	ul.video-list > li.load-more .btn-primary.btn-violet{
		top: 179px;
		right: 0;
		position: absolute;
	}
	/* Safari only override */
	::i-block-chrome,.ul.video-list > li.load-more .btn-primary.btn-violet{
		top:140px;
	}
}
ul.video-list > li.load-more:hover{
	box-shadow:none;
}

ul.video-list.related-video-list > li > div.video-thumb {
    max-height: 170px;
}

.modal-backdrop.show {
    opacity: .9;
}
.modal-backdrop{
	background-color: #fff;
}
.modal-dialog {
    max-width: 62%;
}
.modal-body{
	padding:0px;
}
.modal-body button.close{
	width: 50px;
	height: 50px;
	position:absolute;
	right:-30px;
	top:-20px;
	opacity: 1;
	background: #a20078;
	border-radius: 50%;
}
.modal-body button.close span{
	float: left;
	width: 50px;
	height: 50px;
	overflow: hidden;
	text-indent:-300px;
	background: url(../images/close_poup.png) no-repeat center;
	background-size: 22px;
}
#newsletterModal .modal-header{
	position: static;
	min-height: 14px;
}

.modal-content{
	border:0px;
	border-radius: 0;
	background: none;
}
.video-popup-wrap{
	width:100%;
	display:flex;
	flex-wrap:wrap;
}
.video-popup-wrap > div{
	width:100%;
}
.popup-video iframe{
	float: left;	
	width: 100%;
	height:700px;
}
.video-popup-wrap .title{
	padding:40px 40px 40px 60px;
}
.video-popup-wrap .title span{
	max-width:45%;
	color: #005288;
	font-size:46px;
	font-weight:600;
	line-height:50px;
	display: inline-block;
}
.btn-primary.btn-violet{
	color:#ffffff;
    background: #a20078;
    border-color: #a20078;
	position: relative;
	top:180px;
}
.btn-primary.btn-violet:hover {
    color: #a20078;
    background: #fff;
    border-color: #a20078;
}

.fancybox-bg{
	background: #fff;
}

.fancybox-content{
	/*width:100%!important;
	height: 66%!important;*/
}
.fancybox-show-caption .fancybox-caption{
	/*padding: 40px 40px 40px 60px;*/
	/*max-width: 45%;*/
	padding:0px!important;
	padding-top:20px!important;
	padding-left: 12px!important;
	padding-right: 12px!important;
	color: #005288;
	font-size: 32px;
	font-weight: 600;
	line-height: normal;
	overflow: visible;
	text-align: center;
	display: inline-block;
	margin-top: 0!important;
	max-height:none!important;
	top: calc(100vh - 20vh);
	background:none!important;
}


#articleModal.modal.show .modal-dialog{
	margin-top:15vh;
}
#articleModal .modal-content{
	border-radius:30px;
	background: #FFFFFF;
	padding: 40px;
	box-shadow: 0px 10px 36px 4px rgba(51, 51, 51, 0.08);
}
#articleModal .modal-header{
	padding:0;
	border-bottom:0;
}
#articleModal .modal-header button{
	position: absolute;
	right: 25px;
	top: 10px;
}


section.inner-section.topic-page{
	    background:none;
}

.load-list{
	width:100%;
	display:flex;
	align-items: center;
	margin-top:30px;
	justify-content: center;
}
.load-list.load-list-videos a{
	top:0!important;
}
.topic-title{
	float:left;
	width:100%;
	margin-top:20px;
	margin-bottom:15px;
}

.topic-title h4 {
    text-transform: uppercase;
    font-size: 24px;
    color: #005288;
    font-weight: 600;
    margin: 0px 0px 10px 0px;
}

.inner-section ul.pub-events-list > li{
	padding-top:0px!important;
}
.event-date-wrap{
	width:100%;
	margin-bottom: 15px;
    display: inline-block;
}
.event-date{
	display:flex;
	flex-wrap: wrap;
	min-width: 100px;
	float: left;
	text-align: center;
	align-items: center;
	justify-content: center;
	padding:15px 0px;
	background: #005288;
	margin-bottom: 0;
	margin-top:-20px;
	box-shadow: 0px 10px 27px 3px rgba(0, 82, 136, 0.15);
	
}
.event-date > dd, .event-date > dt{
	width:100%;
	margin: 0px;
	color:#FFFFFF;
	display: inline-block;
    line-height: 100%;
}
.event-date > dt{
	font-size:40px;
	font-weight:700;
	line-height: 100%;
}
.event-date > dd span{
	font-size:15px;
	font-weight:500;
}
.event-date > dd strong{
	font-weight: 600;
	margin-right:3px;
	text-transform: uppercase;
}

.event-by{
    display: block;
    font-size: 16px;
    color: #36b1bf;
    line-height: 100%;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 14px;
}
.inner-section ul.pub-events-list > li h4{
	margin-bottom: 10px!important;
}

ul.related-video-list > li{
	width:calc(25% - 40px);
}
ul.related-video-list .video-thumb .title,
ul.related-video-list .video-dsc .title{
    padding:20px;
	font-size: 22px;
	color:#005288;
	line-height: 100%;
}
 
.innovation{
	display:flex;
	width:100%;
	flex-wrap: nowrap;
	background:#36b1bf;
	margin-top: 40px;
}
.innovation .innovation-dic{
	width:67.45%;
	padding:45px;
}
.innovation .innovation-dic h3{
	font-size:45px;
	color:#FFFFFF;
	margin-bottom: 5px;
}
.innovation .innovation-dic h3 a{
	text-decoration:none;
}
.innovation .innovation-img{
	width:32.55%;
	background-repeat: no-repeat!important;
	background-position: center!important;
	background-size: cover!important;
}
.innovation .innovation-dic *{
	color:#FFFFFF;
}
.innovation .innovation-dic span.author{
	font-size: 18px;
	color:#005288!important;
	float: left;
    width: 100%;
	line-height: 100%;
	margin-bottom:25px;
}
.innovation .innovation-dic a{
	text-decoration:underline;
}
.innovation .innovation-dic a.btn-more{
	font-size:17px;
	font-weight:500;
	text-decoration:none;
}

.events-page .filter-items{
	margin-top:40px;
	margin-bottom:30px;
}
body.com_events.category .events-page .filter-items{
	margin-top:25px;
}
span.events-year{
	color:#005288;
	font-size:30px;
	font-weight: 600;
}

.inner-section ul.pub-events-list > li.featured {
    width: calc(66.66% - 40px);
    background: #36b1bf;
}
.inner-section ul.pub-events-list > li.featured h4, .inner-section ul.pub-events-list > li.featured h4 a {
    font-size: 40px;
    color: #fff;
    line-height: 56px;
}
ul.pub-events-list > li.featured .event-by{
	color:#005288;
}
ul.pub-events-list > li.load-more {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
	box-shadow: none!important;
	padding-bottom: 0!important;
    padding-right: 0px!important;
}
ul.pub-events-list > li.load-more:hover{
	box-shadow: none!important;
}
.toolbar .event-date-wrap{
	float:left;
	clear: both;
	width: auto;
}
.events-detail-page .toolbar .back-btn{
	clear: left;
	margin: 35px 0px 0px 0px;
}
.toolbar .event-date{
	padding: 25px 0px;
	margin-top: -80px;
	box-shadow:none;
	min-width: 140px;
}

.toolbar .event-date > dt{
	font-size: 60px;
}
.toolbar .event-date > dd span,
.toolbar .event-date > dd strong{
	font-size:22px;
	font-weight:500;
	line-height: 24px;
}
.events-detail-page .toolbar .btn-primary.btn-orange{
	margin-top: -75px;
}

section.inner-section h2 + span.event-by{
	font-size: 24px;
	margin-top:-30px;
	margin-bottom: 70px;
}
section.inner-section.events-detail-page h2 + span.event-by{
	margin-top:-70px;
	margin-bottom: 80px;
    display: inline-block;
    width:100%;
    text-align: center;
}

.inner-section #ret_message p{
	font-size: 17px!important;
    color: #94bdc1!important;
	margin-bottom: 0!important;
	font-weight: 600!important;
}

/*tab*/
.event-tab-wrap{
	width:89%;
	display: flex;
	padding:35px 40px 40px;
    background: #fff;
    position: relative;
	margin: auto;
	flex-wrap: wrap;
	overflow: hidden;
	margin-top: 80px;
	
	transition: all 0.5s ease;
	box-shadow: 0px 10px 36px 4px rgba(51, 51, 51, 0.08);
}
.article-img + .event-tab-wrap{
	margin-top: 0;
	margin-bottom: -190px;
	 top: -200px!important;
}
.event-tab-wrap + .load-list.register_btn{
	margin-top: 80px;
}
.event-tab-wrap ul#myTab{
	width: 100%;
	display: flex;
	flex-wrap:nowrap;
	border:0px;
	padding: 0;
	align-content: center;
	justify-content: center;
	/*border-bottom: 2px solid #cddde8;*/
	margin: 0;
    padding-bottom: 30px;
	position: relative;
	overflow: hidden;
	padding-right: 30px;
	padding-left: 30px;
}

.event-tab-wrap ul#myTab > li{
	list-style: none;
	width: 33.33%;
	text-align: center;	
	flex-direction: column;
    justify-content: space-around;
	position:relative;
}

.event-tab-wrap ul.nav-tabs::before{
	content: '';
	width:100%;
	height:2px;
	bottom:0px;
	left:0px;
	background:#cddde8;
	position: absolute;
}
.event-tab-wrap ul.nav-tabs::after{
	content: '';
	width: 0;
	height:4px;
	bottom:0px;
	left:0px;
	background:#36b1c0;
	position: absolute;
	transition: all 0.3s ease;
}
.event-tab-wrap ul.nav-tabs.selected-0::after{
	left:0px;
	width:calc(100%/3);
	transform: translateX(-0%);
}
.event-tab-wrap ul.nav-tabs.selected-1::after{
	left:0;
	width:calc(100%/3);
	transform: translateX(100%);
}
.event-tab-wrap ul.nav-tabs.selected-2::after{
	left:0;
	width:calc(100%/3);
	transform: translateX(200%);
}

.event-tab-wrap ul.nav-tabs.items-2.selected-0::after{
	left:0px;
	width:calc(100%/3);
	transform: translateX(52%);
}
.event-tab-wrap ul.nav-tabs.items-2.selected-1::after{
	left:0px;
	width:calc(100%/3);
	transform: translateX(147%);
}

.event-tab-wrap ul#myTab > li > a,
.event-tab-wrap ul#myTab > li > a.active{
	display: block;
	color:#005288;
	font-size:24px;
	background-color:transparent;
    border:none;
	font-weight: 500;
	border-radius: 0;
	padding: 0;
}
.event-tab-wrap ul#myTab > li > a.active{
	color:#36b1bf;
	font-weight:600;
}


.event-tab-wrap #myTabContent{
	width:100%;
	padding:80px 40px 20px 40px;
}
.event-tab-wrap #myTabContent ul.event-program{
	width:100%;
	padding: 0;
}
.event-tab-wrap #myTabContent ul.event-program > li{
	list-style: none;
	margin-bottom: 90px;
}
.event-tab-wrap #myTabContent ul.event-program.speakers > li{
	margin-bottom:50px;
}
.event-tab-wrap #myTabContent ul.event-program > li:last-child{
	margin-bottom:0px;
}
.event-tab-wrap #myTabContent ul.event-program > li h3{
	color:#005288;
	font-size:24px;
	line-height: 100%;
	font-weight: 600;
	margin-bottom:30px;
}
.event-tab-wrap #myTabContent ul.event-program.speakers > li a.tabLink{
	word-break: break-all;
	/*width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;*/
}

dl.program-list{
	display:flex;
	width:100%;
	flex-wrap: nowrap;
}
dl.program-list dt, dl.program-list dd{
	color:#333333;
	font-size:18px;
}
dl.program-list dt{
	width:145px;
}
dl.program-list dd {
    width: 100%;
}
dl.program-list dd p{
	margin-bottom: 10px;
}
dl.program-list dd p:last-child{
	margin-bottom:0px;
}
dl.program-list dd ul > li{
	line-height: 34px;
	font-weight: 100;
}

/*tab end*/
.load-list.register_btn,
p + .load-list.register_btn{
	margin-top:110px;
}
.article-img + .load-list.register_btn{
	margin-top:0;
}

ul.video-list > li.no-item{
	width: 100%;
    background: none;
}
ul.video-list > li.no-item:hover{
	box-shadow:none;
}
#system-readmore{
	display:none;
}
/*no-items-found*/
.no-item-found, .no-items-found{
	font-size: 18px;
    line-height: 34px;
    color:#999;
    font-weight: 100;
    padding: 20px 20px 20px 40px;
    font-style: italic;
	background: url(../images/noitem.png) no-repeat 0 center;
}
section.inner-section ul li.no-item{
	width:100%;
	padding: 0;
	background: none;
	box-shadow:none;
}
section.inner-section ul.pub-events-list li.no-item,
.com_news section.inner-section ul li.no-item{
	padding-left:0;
}
section.inner-section ul li.no-item:hover{
	box-shadow:none;
}
/*.no-items-found{
	    padding: 20px 20px 20px 40px;
	    background: url(../images/noitem.png) no-repeat 0px center;
}*/

/*no-items-found end*/

/*mCustomScrollbar */

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
	background-color:transparent;
}
.team-desc-wrap .mCSB_scrollTools .mCSB_draggerRail,
.member-desc-wrap .mCSB_scrollTools .mCSB_draggerRail{
    background-color: rgb(255, 255, 255)!important;
}
.filter-items .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .filter-items .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
	background-color:transparent!important;
}
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
	background-color:transparent!important;
}
/*mCustomScrollbar END*/

/*processing*/
.member-list.processing,
.pub-list.processing, .video-list.processing,
.com_events div#loadItems.processing ul.pub-list,
.com_newsletter div#loadItems.processing ul.pub-list,
.contact-right.contact-form.processing{
	position:relative;
}
.member-list.processing::after,
.pub-list.processing::after,
.video-list.processing::after,
.com_events div#loadItems.processing ul.pub-list::after,
.com_newsletter div#loadItems.processing ul.pub-list::after,
.contact-right.contact-form.processing::after{
	content: '';
	width: 50px;
	height: 50px;
	top:30px;
	bottom:auto;
	right:-50%;
	left: -50%;
	margin: auto;
	position:absolute;
	background:url(../images/processing.gif) no-repeat center;
	background-size: 50px;
	background-color: #FFF;
	border-radius: 50%;
	z-index: 2;
}
.contact-right.contact-form.processing::after{
	top:-50%;
	bottom:-50%;
}
.contact-right.contact-form.processing::before{
	/*content: '';*/
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	z-index: 2;
	position:absolute;
	background:rgba(255,255,255,0.9);
}

/*processing end*/

/*preloader*/
.preloader {
    display: none;
    float: left;
	left: auto;
	position: absolute;
	top: 0;
	width: 35px;
	right: -40px;
}
.events-list .preloader {
    float: right;
}
.preloader > svg {
    animation: 2s linear 0s normal none infinite running rotate;
    bottom: 0;
    height: 100%;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    transform-origin: center center 0;
    width: 100%;
}
.preloader > svg > circle {
    animation: 1.5s ease-in-out 0s normal none infinite running dash;
    fill: none;
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    stroke-linecap: round;
    stroke-miterlimit: 10;
    stroke-width: 3;
}
.preloader::before {
    content: "";
    display: block;
    padding-top: 100%;
}
.preloader circle {
    stroke: #36b1bf;
}
@keyframes rotate {
	100% {
		transform: rotate(360deg);
	}
}
@keyframes rotate {
	100% {
		transform: rotate(360deg);
	}
}
@keyframes dash {
	0% {
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0;
	}
	50% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -35px;
	}
	100% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -124px;
	}
}
@keyframes dash {
	0% {
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0;
	}
	50% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -35px;
	}
	100% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -124px;
	}
}
.processStatus{
	float:left;
	width:100%;
}
.sucess{
	color: #36b1bf;
	font-size: 14px;
	font-weight: 100;
	font-style: italic;
}

/*preloader end*/
.priv_wrap{
	float:left;
}
.recaptcha-box{
	float:left;
	clear: both;
	margin-bottom:15px;
}
.agreepolicy{
	float: left;
	clear: both;
	margin-bottom:3px;
}
.btn_box{
	float:right;
	position: relative;
}
textarea.error{
    border: 1px solid #EAB4B4 !important;
}

/*SEARCH page*/

.com_search-search header .search{
	display:none;
}
.com_search-search .search-wrap{
	background:none;
	pointer-events: none;
}
.com_search-search .search{
	width:100%;
	padding-top:0;
	float:left;
}
.com_search-search .search h1.page-title{
	display:none;
}
#searchForm .select {
    width: 100%;
    max-width: 160px;
    margin-bottom: 20px;
    position: relative;
    float: left;
}
#searchForm .form-limit .select {
	max-width: 62px;
}
#searchForm .select-options {
    border: solid 1px #2c3e50;
    margin-top: -1px;
    display: none;
    position: absolute;
    top: 25px;
    left: 0px;
    width: 100%;
    z-index: 2;
}
#searchForm .select-options > li {
    background: #eeeeee;
    padding: 6px 10px;
    line-height: normal;
    border-top: solid 1px #2c3e50;
    cursor: pointer;
}
#searchForm .select-options > li:first-child {
    border: none;
}
#searchForm .select-options > li:hover {
    background: #2c3e50;
    color: #fff;
}
#searchForm select {
    display: none;
    -moz-appearance: none;
    -webkit-appearance: None;
}
#searchForm .ordering-box{
	display: none;
}
.com_search-search .container-fluid > .search{
	-ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 95px 6% 100px 8%;
}
#searchForm .searchintro {
    background:#e7e7e7;
    color:#2c3e50;
    margin-top:20px;
    padding: 5px 15px;
}
.search{
	float: left;
    width: 100%;
    /*margin-bottom: 100px;*/
}
#searchForm .searchintro p, #searchForm .searchintro .badge-info{
	font-size:16px!important;
}
#searchForm input[type="text"]#search-searchword {
	width:100%;
	border: 0px;
	border-bottom:solid 2px #005288;
    font-size: 24px;
	padding:2px 14px;
	padding-left: 0px;
	background:transparent;
}
#searchForm .btn-toolbar{
	position:relative;
	/*border-top: 1px solid #b5b5b5;*/
}
#searchForm .btn-toolbar .btn-group{
	width:100%;
}
#searchForm .btn-toolbar .btn-group:nth-child(2){
	position:absolute;
	right:0px;
	bottom:5px;
	width:50px!important;
}
#searchForm button.btn{
	background: url(../images/search_dark.png) no-repeat center;
    border: none;
    height: 40px;
	min-width:0px;
	text-indent:-6000px;
    padding: 0;
    width: 50px;
	cursor: pointer;
	background-size: 30px;
}
#searchForm .searchintro p {
    color:#2c3e50;
    margin: 0;
	font-size: 16px;
}
.badge-info {
    background-color:#ff7f00;
}
#searchForm fieldset {
	border-width:0px 0px 1px 0px;
    border-bottom: 1px solid #b5b5b5;
    margin-bottom: 0px;
    padding: 10px 0;
}
#searchForm .form-limit {
    display: inline-block;
    float: right;
    padding: 5px;
	padding-right: 0px;
	position:relative;
	top:-40px;
	width: 130px;
}
#searchForm .form-limit label {
    color: #2c3e50;
    font-size: 13px !important;
    float: left;
    margin-right: 5px;
    margin-bottom: 0px;
    margin-top: 3px;
}
#searchForm .form-limit .select {
	float: left;
	display: none;
}
.chzn-container .chzn-results{
	width: 100%;
	    margin: 0;
    padding: 0 4px 0 4px;
}
.chzn-container {
	width: 55px!important;
}
.chzn-container .chzn-results li{
	    text-align: center;
	font-size:12px !important;
}
.chzn-container-single .chzn-single{
	background: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: #2c3e50 !important;
    margin-left: 5px;
    margin-right: 15px;
    font-size: 13px;
    font-weight: 100;
}
#searchForm .phrases input, #searchForm .phrases label, #searchForm .only input, #searchForm .only label {
    float: left;
    margin-top: 2px;
	position:static!important;
}
#searchForm fieldset .radio, #searchForm fieldset .checkbox {
    margin-bottom: 0;
    margin-top: 0;
    min-height: 0;
}
#searchForm fieldset input[type="checkbox"],
#searchForm fieldset input[type="radio"]{
	margin-right:10px;
	margin-left:0px;
	position:static!important;
}
/*#searchForm .phrases select {
    margin: 2px 0 0;
    width: auto;
	border-radius: 5px;
	border: solid 1px #b5b5b5;
}*/
#searchForm .search .search-results a {
	color:#2c3e50;
	
}
dl.search-results .result-title {
    border-top:1px solid #b5b5b5;
    margin-top: 14px;
    padding-top: 14px;
	font-size: 18px;
    color: #ff7f00;
    font-weight: 700;
}
dl.search-results .result-title:nth-child(1){
	border-top:0px;
}
dl.search-results .result-title a{
	font-size: 18px;
    color:#005288;
    font-weight: 700;
}
dl.search-results{
	color:#2c3e50;
}
dl.search-results .highlight{
	color:#ff7f00;
	font-size: 18px;
	line-height: 28px;
    font-weight: 700;
}
dl.search-results dt a {
	text-decoration:none !important;
}
dl.search-results dd {
	margin-left:18px;
	color: #2c3e50;
	font-size: 18px;
	line-height: 28px;
    font-weight: 300;
    margin-bottom: 6px;
}
dl.search-results dd.result-created{
	text-align:right;
	color:#2c3e50;
	font-size:13px;
	display: none;
}
dl.search-results dd.result-category{
	display: none;
}
#search-result-page{
    display:block;
    float:left;
    margin-top:60px;
}
.ordering-box label, .ordering-box select {
    margin-top: 0 !important;
}
.search div.error{
	padding:20px 0px;
    font-size: 16px;
    color: #fd5050;
    font-style: italic;
}
.com_search-search #searchForm .select-styled {
    display: inline-block;
    width: 100%;
    cursor: pointer;
    padding:5px 5px 4px 8px;
    color: #333;
    font-size: 14px;
    line-height: normal;
    font-weight: 400;
    position: relative;
    background: #fff;
	border:1px solid #333;
    border-radius: 4px;
    height: 30px;
}
.com_search-search #searchForm .select-options {
    float: left;
    position: absolute;
    top: 30px;
    left: 0px;
    z-index: 2;
    width: 100%;
    display: none;
    box-shadow: 1px 2px 3px rgba(0,0,0,0.2);
    border-radius: 6px;
    overflow: hidden;
	padding:0px;
	max-height: 200px;
}
.com_search-search #searchForm  .select-styled::after {
    content: 'ï„‡';
    position: absolute;
    right: 10px;
    top: 6px;
    font-size: 18px;
    font-family: FontAwesome;
    color: #ff7f00;
}
.com_search-search #searchForm .select-options li {
    line-height: 100%;
    padding: 10px 12px 10px;
    background: #fff;
    border-top: solid 1px rgba(0,0,0,0.1);
    color: #333;
    font-weight: 400;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.com_search-search #searchForm .select-options li:hover {
    color: #323339;
    background: #ff7f00;
}
/*.com_search-search #searchForm .select-options{
	top: 28px;
	max-height:300px;
	border-top:0;
	padding:5px;
}*/
.com_search-search #searchForm .select-options li{
	cursor: pointer;
}
.search_pagination{
	position: relative;
	padding-left: 40px;
	padding-right: 40px;
	display:inline-block;
	width: 100%;
	margin-top: 30px;
}
.com_search-search div.pagination{
	position: relative;
	text-align: center;
	float: none;
	display: block;
	margin-top: 50px;
}
.com_search-search div.pagination ul.pagination-list{
	margin: 0;
	padding:0px;
	display: inline-block;
}
.com_search-search div.pagination > span{
	position: absolute;
	left: 0;
	top: 0;
}
.com_search-search div.pagination > span:nth-child(2){
	left:auto;
	right:0;
}
.com_search-search div.pagination ul li{
	float: left;
	margin-right:10px;
	list-style: none;
	line-height: 100%;
}
.com_search-search div.pagination ul li a{
	line-height: 100%;
	color: #333333;
}
.com_search-search div.pagination ul li.active a{
	color: #ff7f00;
}
.com_search-search div.pagination ul li:last-child{
	margin-right:0px;
}
.com_search-search div.pagination ul li.disabled a{
	opacity: 0.5;
}
.icon-first, .icon-previous, .icon-next, .icon-last{
	width:20px;
	height:20px;
	float: left;
	margin-top:-1px;
	position: relative;
}
.icon-first:after, .icon-previous:after, .icon-next:after, .icon-last:after{
	content: '';
	left:-50%;
	right:-50%;
	top:-50%;
	bottom: -50%;
	margin:auto;
	width:20px;
	height: 20px;
	position: absolute;
	background: url(../images/iconfirst.png) no-repeat center;
	background-size: 13px!important;
}
.icon-previous:after{
	background: url(../images/icon-left.png) no-repeat center;
	
}
.icon-next:after{
	background: url(../images/icon-right.png) no-repeat center;
	
}
.icon-last:after{
	background: url(../images/iconlast.png) no-repeat center;
	
}

/*search page end*/

#system-message > div {
	position: relative;
	z-index: 99;
	background:#d2e1e3;
}
#system-message .alert-heading{
	display:none;
}
#system-message .alert-message {
    color: #899496;
}
.ft-sub-wrap, .subscribe-sidebar{
	margin-top: 0px;
	transition:all 0.3s ease;
}
.ft-sub-wrap.active, .subscribe-sidebar.active{
	margin-top: -40px;
}
.nl-place-wrap{
	float:left;
	width: 100%;
	position: relative;
	padding-top: 0px;
	transition:all 0.3s ease;
}
.nl-place-wrap .place-text{
    position: absolute;
    left: 0px;
    top: 0px;
    color: #ccc;
    height: 45px;
    width: 100%;
    padding: 10px 20px;
	transition:all 0.3s ease;
}
.ft-sub-wrap.active .nl-place-wrap .place-text, .subscribe-sidebar.active .nl-place-wrap .place-text{
	height: 40px;
    padding: 6px 20px;
}
.ft-sub-wrap.active .nl-place-wrap, .subscribe-sidebar.active .subscribe-wrap .nl-place-wrap{
	padding-top: 40px;
}
.nl-place-wrap input.error + .place-text{
	color:#f76969;
}
.nl-place-wrap input.valid + .place-text{
	color:#36b1bf;
}
.subscribe-sidebar .nl-place-wrap input.valid + .place-text{
	color:#1bbc9b;
}
.subscribe-sidebar .subscribe-wrap input[type="text"].error {
    border: solid 2px #f76969 !important;
}
.subscribe-sidebar .subscribe-wrap input[type="text"].valid {
    border: solid 2px #1bbc9b !important;
}

.subscribe-sidebar .subscribe-wrap input[type="email"].error {
    border: solid 2px #f76969 !important;
}
.subscribe-sidebar .subscribe-wrap input[type="email"].valid {
    border: solid 2px #1bbc9b !important;
}

#newsletterModal .modal-content, #newsletterUnModal .modal-content{
	background: #fff;
	padding: 20px 30px;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
	text-align: center;
}
#newsletterModal .modal-dialog, #newsletterUnModal .modal-dialog{
	margin-top:18%;
	max-width: 750px;
}
#newsletterModal .modal-header, #newsletterUnModal .modal-header{
	border:none;
	padding: 0px;
}
#newsletterModal h3, #newsletterUnModal h3{
	color:#005288;
	font-size: 27px;
}
#newsletterModal p, #newsletterUnModal p{
	color:#36b1bf;
}
#newsletterUnModal p{
	color:#36b1bf;
}


#registerEventModal .modal-content{
	background: #fff;
	padding: 20px 30px;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
	text-align: center;
}
#registerEventModal .modal-dialog{
	margin-top:25vh;
	max-width: 750px;
}
#registerEventModal .modal-header{
	border:none;
	padding: 0px;
}
#registerEventModal h3{
	color:#005288;
	font-size: 27px;
}
#registerEventModal p{
	color:#36b1bf;
	margin-bottom: 16px;
	line-height: normal;
}
#contactModal .modal-content{
	background: #fff;
	padding: 20px 30px;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
	text-align: center;
}
#contactModal .modal-dialog{
	margin-top:18%;
	max-width: 750px;
}
#contactModal .modal-header{
	border:none;
	padding: 0px;
}
#contactModal h3{
	color:#005288;
	font-size: 27px;
}
#contactModal p{
	color:#36b1bf;
}
#contactModal p{
	margin: 20px 0px;
	color:#005288;
}
@-webkit-keyframes autofill {
    to {
        background: transparent;
		color: #999999;
    }
}

input:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}

#videoModal .modal-dialog{
	background:#fff;
	max-width: 1228px;
	margin-top: 5vh;
	margin-bottom: 5vh;
	box-shadow: 0px 0px 14px rgba(0,0,0,0.2);
}
#videoModal .modal-content .modal-body{
	width: 100%;
	text-align: center;
	padding-bottom: 30px;
}
#videoModal .modal-content .modal-header{
	border:none;
	padding: 0px;
}
#videoModal .modal-body iframe{
	width: 100%;
	height: 687px;
	overflow: hidden!important;
}
#videoModal #videoContent{
	padding: 0px 40px;
}
#videoModal #videoContent h3{
	color: #005288;
    font-size: 32px;
	margin: 20px 0px 20px 0px;
}
#videoModal .modal-header .close {
    background: #005288;
	color: #fff;
    width: 44px;
    height: 44px;
    padding: 11px 12px;
	position: absolute;
	opacity: 0.9;
	top: 16px;
    right: -28px;
	text-shadow: 0px 0px 3px #444;
}
#videoModal .modal-header .close:hover{
	opacity: 1;
}
#newsletterModal button.close{
	 background: #005288;
	color: #fff;
    width: 40px;
    height: 40px;
    padding: 11px 12px;
	position: absolute;
	opacity: 0.9;
	top: -5px;
	border-radius: 100%;
    right: -4px;
	line-height: 18px;
	text-shadow: 0px 0px 3px #444;
	box-shadow: -2px 0px 3px #968b8b;
}
#newsletterModal button.close:hover{
	opacity: 1;
}

.com_topics.topics .inner-section .container > .container{
	max-width:100%;
	margin: 0;
	padding-left:0;
	padding-right:0;
}

/*-CSS Hacks-*/

@-moz-document url-prefix() {
    header .search-wrap.active input{
		padding-top:7px;
	}
	.videos-section ul.home-video-list > li.highlight .video-dsc .btn-more:hover::after {
		top: -1px;
	}
}

/*-CSS Hacks End-*/
.com_contactform #contactModal button > span{
    display:none;
}
.com_contactform #contactModal button.close {
    content: '';
    position: absolute;
    top:0;
    right:0;
    width: 35px;
    height: 35px;
    overflow: hidden;
    text-indent: -100px;
    opacity: 1;
    cursor: pointer;
    background: #FFFFFF;
    border-radius: 50%;
    padding: 0;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.26);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.26);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.26);
}

.com_contactform #contactModal button.close:after{
    content: '';
    position: absolute;
    top:-50%;
    bottom: -50%;
    left: -50%;
    right: -50%;
    background: url(../images/closebtn.png) no-repeat center;
    background-size: 12px;
}
.com_contactform #contactModal button:focus, .com_contactform #contactModal button:focus{
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.16)!important;
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.16)!important;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.16)!important;
}


table#bodyTable img {
    max-width: none!important;
}

.com_newsletter section.inner-section table ul {
    display: list-item;
    padding-left: 30px;
}
.com_newsletter section.inner-section table ul li {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
}