::-webkit-scrollbar {
	width: 6px;
	height:6px;
}
::-webkit-scrollbar-thumb {
	border-radius: 6px;
	background: #e9e9e9;
}
::-webkit-scrollbar-thumb:window-inactive {
	background: #a1a1a1;
}

body {
	overflow-x: hidden;
	font-family: 'Open Sans';
	font-size:14px;
	font-weight:600;
}

a, input, button, select {
	transition: 0.5s;
	outline: none;
	cursor: pointer;
}

a:focus, button:focus, a:active, button:active{
	color: inherit;
	text-decoration: none;
	outline: none;
}

.full-rounded {
	border-radius:100%;
}

.large-rounded {
	border-radius:20px;
}

.mid-rounded {
	border-radius:10px;
}

.small-rounded {
	border-radius:5px;
}

.dark-blue-bg {
	background:#00476f;
}

.light-blue-bg {
	background:#1d91bf !important;
}

.gray-bg {
	background:#acacac !important;
}

.orange-bg {
	background:#f3932c;
}

.darkblue-bg {
	background:#00476f;
}

.lightblue-bg {
	background:#5598be;
}

.red-bg {
	background:#dd333e;
}

.skyblue-bg {
	background:#1d91bf;
}

.d-block {
	display:block !important;
}

.d-inlineblock {
	display:inline-block;
}

.d-flex {
	display:flex;
	justify-content: space-between;
	align-items: center;
}

.reg-txt {
	font-weight:400;
}

.semibold-txt {
	font-weight:600 !important;
}

.bold-txt {
	font-weight:700;
}

.pastel-color {
	color: #eb5c5c
}

.white-txt {
	color:#fff;
}

.lightgray-txt {
	color:#c4c4c4;
}

.gray-txt {
	color:#949595;
}

.orange-txt {
	color:#f3932c;
}

.blue-txt {
	color:#055d8f;
}

.lightblue-txt {
	color:#1d91bf;
}

.semiblue-txt {
	color: #004d6c;
}

.darkblue-txt {
	color:#002f42;
}

.upper-txt {
	text-transform:uppercase;
}

.ellipsis {
	display:block;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}

.font-14 {
	font-size:14px;
}

.font-15 {
	font-size:15px;
}

.font-16 {
	font-size:16px;
}

.font-18 {
	font-size:18px;
}

.font-20 {
	font-size:20px;
	line-height: 25px;
}

.font-24 {
	font-size:24px;
}

.font-25 {
	font-size:25px;
}

.font-26 {
	font-size:26px;
}

.empty-separator {
	height:35px;
}

.small-empty-separator {
	height:17px;
}

.align-center {
	text-align:center;
}

.btn {
	display:inline-block;
	padding: 14px 15px;
	text-transform:uppercase;
	/*font-size:14px;*/
	font-weight:400;
	color:#fff;
	text-align:center;
	border:none;
}
.login-btn {
	height: 40px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	line-height:15px;
	text-align:left;
	font-weight: 700;
	background:#f3932c url("../images/menu-bar/login-btn-bg.png");
	background-repeat: no-repeat;
	background-position: 57% -10px;
}
.login-btn span {
	display:block;
	font-size:10px;
	font-weight: 600;
}

.small-btn {
	width:80px;
	margin-right:5px;
	display:inline-block;
	line-height:24px;
	text-transform:uppercase;
	font-weight:600;
	color:#fff;
	text-align:center;
}

.btn:hover,
.small-btn:hover {
	opacity: .8;
}

.l-spacing-2 {
	letter-spacing:2px;
}

.p-abs {
	position:absolute;
}

.p-rel {
	position:relative;
}

a {
	text-decoration:none;
}

.float-left {
	float:left;
}

.float-right {
	float:right;
}

.clear-both {
	clear:both;
}

.full-width {
	width:100%;
}

.half-width {
	width:50%;
}

input[type="text"],
select {
	outline:none;
	height:40px;
	font-family: 'Open Sans';
	font-size: 15px;
}

.container {
	padding-left: 20px;
	padding-right: 20px;
}

.container.top-bar,
.container.menu-bar,
.container.events-bar {
	max-width:100%;
}

.container.top-bar {
	height:40px;
	background:#002f42;
}
.container.menu-bar {
	background:#055d8f;
}
.container.events-bar {
	color:#1d91bf;
}

.top-navigation,
.partners-area .container {
	max-width: 1400px;
}

.top-navigation {
	margin:auto;
}

.container.top-bar .top-navigation {
	height:inherit;
}

.container.top-bar .lang a {
	margin-left:15px;
	vertical-align: super;
}

.address-bar > * {
	vertical-align: super;
}

.address-bar > a {
	color:#80b3ff;
}

.container.top-bar .lang:before {
	content:url("../images/top-bar/language-icon.png");
	vertical-align: top;
}
.address-bar .map-icon:before {
	content:url("../images/top-bar/map-icon.png");
}
.address-bar .phone-icon:before {
	content:url("../images/top-bar/phone-icon.png");
}
.address-bar .email-icon:before {
	content:url("../images/top-bar/email-icon.png");
}

.address-bar [class$="-icon"]:before {
	margin-left:30px;
	margin-right:9px;
	vertical-align: top;
}

.container.top-bar a {
	text-decoration:none;
}

.container.top-bar a:hover,
.container.top-bar a.active {
	color:#2079ff !important;
}

.container.menu-bar .top-navigation {
	padding-top:20px;
	padding-bottom:18px;
}

.top-navigation .logo a {
	display:inline-block;
}

.top-navigation > ul {
	position:relative;
	margin-top: auto;
}

.top-navigation > ul > li {
	float:left;
	font-size: 12px;
}

.top-navigation > ul li.has-child {
	position:relative;
}

.top-navigation > ul li.has-child ul {
	display:none;
	position:absolute;
	left:11px;
	z-index: 4;
	padding: 4px 10px 5px;
	border-top:22px #055d8f solid;
	background:#004d78;
	text-transform:none;
	font-weight: 400;
	line-height:19px;
}

.top-navigation > ul li.has-child:hover ul,
.top-navigation > ul li.has-child ul a {
	display:block;
}

.top-navigation > ul li.has-child ul li {
	white-space: nowrap;
	padding-top: 4px;
	padding-bottom: 5px;
}

.top-navigation > ul li.has-child ul a {
	border-bottom:1px transparent solid;
}

.top-navigation > ul li.has-child ul a:hover {
	border-bottom:1px #fff solid;
}

.top-navigation > ul li.media-access li.has-child > a {
	transition:none;
	max-height: 41px;
	display: flex;
	align-items: center;
}

.top-navigation > ul li.media-access li.has-child:hover > a {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	opacity: 1
}

.top-navigation > ul li.media-access li.has-child ul {
	left: 0;
	right: 0;
	border-top:1px rgba(255, 255, 255, .5) solid;
}

.top-navigation > ul li.media-access li.has-child ul li {
	margin-left: 0;
	white-space: normal;
	line-height: 15px;
}

.top-navigation > ul > li:last-child {
	position: absolute;
	right: 0;
	top: -77px;
}

.top-navigation > ul li a {
	font-size: 14px;
	color: #fff;
}

.top-navigation > ul > li:not(.media-access) > a {
	margin-left:23px;
}

.top-navigation > ul > li:not(.media-access):hover > a:after,
.top-navigation > ul > li:not(.media-access) > a:hover:after {
	opacity:0;
}

.top-navigation > ul > li:not(.media-access) > a:not(.search-icon):after {
	margin-left:7px;
	content:url("../images/menu-bar/top-nav-item-rect.png");
}

.top-navigation > ul > li.media-access {
	white-space: nowrap;
}

.top-navigation > ul > li.media-access li {
	margin-left:20px;
}

.top-navigation > ul > li.media-access > ul > li:first-child {
	padding-right:20px;
	border-right:1px #5c96b6 solid;
}

.top-navigation > ul > li.media-access > ul > li:last-child,
.media-access .profile-child {
	padding-left:20px;
	border-left:1px #5c96b6 solid;
}

.top-navigation > ul > li.media-access li:first-child > * {
	vertical-align:middle;
}

.top-navigation > ul > li.media-access li a.fa {
	font-size:24px;
	margin-left:10px;
	color: #fff;
}

a.fa:hover {
	color:#1d91bf !important;;
}

.top-navigation > ul > li.media-access li a:not(.fa) img {
	vertical-align:text-bottom;
	margin-left:10px;
}

.container.events-bar {
	height:50px;
	line-height: 50px;
	font-size:15px;
	font-weight:700;
	font-style: italic;
	white-space: nowrap;
}

.container.events-bar marquee,
.container.events-bar a {
	position:relative;
	z-index:3;
}

.events-bar-icon {
	position: absolute;
	left: 0;
	z-index: 11;
}

.home-page .container.events-bar:after {
	content: "";
	box-shadow: 0 15px 40px #eee;
	position: absolute;
	left: 0;
	right: 0;
	height: 50px;
	bottom: 0;
	z-index: 2;
}

.container.events-bar a {
	color:#1d91bf;
}

.container.events-bar a:after {
	content:"";
	margin-left:13px;
	margin-right:7px;
	border-right:1px #2889c6 solid;
}

#open-burger-menu {
	display: none;
}

.header-slider {
	background:#fff;
	height:396px;
}

@media screen and (min-width:1280px)  and (min-height:667px){
	.header-slider {
		height: calc(100vh - 399px);
	}
}

.header-slider .swiper-container {
	height: inherit;
}

.header-slider .swiper-slide{
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 100%;
}

.header-slider .swiper-button-prev,
.header-slider .swiper-button-next {
	width:24px;
	height:47px;
}

.header-slider .swiper-button-prev {
	left:2.5%;
	background:url("../images/slider-left-arrow.png");
}

.header-slider .swiper-button-next {
	right:2.5%;
	background:url("../images/slider-right-arrow.png");
}

.header-slider .swiper-pagination {
	margin-bottom:6px;
	text-align: right;
	padding-right: 50px;
}

.header-slider .swiper-pagination .swiper-pagination-bullet {
	width:10px;
	height:10px;
	border-radius:100%;
	background: #444;
	margin-left: 0 !important;
}

.header-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background:#004d6c;
}

.main .container {
	padding-top:5.9vw;
	padding-bottom:4.45vw;
}

h3 {
	font-size:18px;
}

.main p {
	font-size:14px;
	font-weight:300;
	line-height:26px;
	color:#686868;
}

.partners-area {
	background:url("../images/partners-logos/partners-area-bg.png");
}

.partners-area .partners-slider .owl-item {
	text-align:center;
}

.members-area {
	background:#4c7186;
	padding-top:12px;
	padding-bottom:12px;
	overflow: hidden;
}

.partners-area .container {
	margin: auto;
	padding-top:30px;
	padding-bottom:30px;
}

.partners-area h3 {
	margin-bottom:16px;
	font-size:24px;
	color:#004d6c;
}

[class *= "owl-carousel-"] .owl-stage-outer .owl-stage {
	display:flex;
	justify-content: center;
	align-items: center;
}

.partners-slider .owl-carousel-partners .owl-stage-outer .owl-stage .owl-item .item img { /** ??????????????????????? check ????????????? **/
	max-width: 144px;
	width: auto;
	margin: auto;
}

.members-slider .owl-carousel-members .owl-stage-outer .owl-stage .owl-item .item img {
	box-shadow: 0 3px 0px rgba(0, 0, 0, .3);
	border-radius: 10px;
	max-width: 92px;
	height: 111px;
	object-fit: cover;
}

[class *= "owl-carousel-"] .owl-nav,
[class *= "owl-carousel-"] .owl-dots {
	display:none;
}

.breadcrumb {
	height:80px;
	background:#002f42;
}

.breadcrumb .container {
	max-width:1250px;
	margin:auto;
	height: inherit;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding-top:10px;
	padding-bottom:10px;
}

.breadcrumb a {
	color:#fff;
}

.breadcrumb a:hover {
	opacity:.8;
}

.breadcrumb .active {
	color:#1d91bf;
}

.page-title {
	margin-top:6px;
	font-size:30px;
}

.fiabci-map .btn {
	margin-bottom:2px;
	padding-left:51px;
	padding-right:51px;
	line-height:36px;
	border:2px #055d8f solid;
	color:#055d8f;
}

.fiabci-map .btn.active {
	background:#055d8f;
	color:#fff;
}

.fiabci-map .globe-img {
	max-width:1500px;
	width:100%;
}

.fiabci-map .fiabci-list {
	margin-top:70px;
	align-items: flex-start;
	background:url("../images/aboutus-chapters-map-unset.jpg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.fiabci-regions {
	flex: 1;
}

.fiabci-regions:not(:last-child) {
	margin-right: 27px;
}

.fiabci-map .fiabci-list h2 {
	margin-bottom:23px;
	padding-bottom:18px;
	color:#002f42;
	border-bottom:1px #dadada solid;
}

.fiabci-map .fiabci-list li a {
	color:#002f42;
	line-height:24px;
}

.fiabci-map .fiabci-list li a:hover {
	color:#f3932c;
}

.main-area {
	background:url("../images/main-area-bg.png");
	background-position: bottom;
	background-repeat: repeat-x;
}

.main-area .container {
	max-width:1250px;
	margin:auto;
	padding-top:38px;
	padding-bottom:68px;
	align-items: flex-start;
}

.main-area .news-block {
	flex:3;
	padding-right:60px;
}

.main-area h1 {
	margin-bottom:30px;
	font-size:40px;
	color:#004d6c;
	line-height:32px;
}

.block-separator {
	border-bottom:1px #cbcbcb solid;
	margin:0 0 30px 0;
}

.small-block-separator {
	border-bottom:1px #cbcbcb solid;
	margin:0 0 15px 0;
}

.main-area .news-post {
	margin-bottom:25px;
	padding-bottom: 18px;
	overflow:hidden;
	font-size:15px;
	line-height:22px;
}

.main-area .post-thumb {
	display:inline-block;
	float:left;
	margin-right:45px;
	margin-bottom: 25px;
}

.main-area .post-thumb img {
	box-shadow: 10px 10px 0 0px #f0f0f0;
	border: 1px #e8e8e8 solid;
	max-width: 300px;
	width: 100%;
}

.main-area .post-thumb:hover img {
	opacity:.8;
}

.main-area h2 {
	margin-bottom:17px;
}

.main-area h2 .post-title {
	font-size:18px;
	color:#055d8f;
	line-height:22px;
}

.main-area h2 .post-title:hover {
	color:#f3932c;
}

.main-area .post-date {
	color:#acacac;
}

.main-area .post-excerpt {
	margin-top:9px;
}

.main-area .post-excerpt a {
	color:#f3932c;
}

.main-area .post-excerpt a:hover {
	color:#004d6c;
}

.main-area .events-block,
.main-area .widget {
	flex:1;
}

.main-area .signup-form {
	margin-bottom:34px;
	justify-content: space-between;
}

.main-area .widget h3 {
	margin-bottom: 21px;
	color: #127298;
}

.main-area .widget label {
	width:100%;
}

.main-area .widget .signup-form input[type="text"] {
	width:100%;
	border-color:#dadada;
	color:#dadada;
}

.main-area .widget .signup-form input[type="text"]::placeholder {
	font-weight:600;
	color:#dadada;
}

.main-area .widget .signup-form .envelope-icon {
	background: url(../images/envelope-icon.png);
	top: 35%;
}

.main-area .follow-on-fb {
	height:186px;
	background:#13234c url("../images/follow-on-fb-bg.png");
	background-size: cover;
	padding-left:5%;
	padding-right:5%;
	align-items: center;
	max-width: 605px;
}

.main-area .follow-on-fb > span {
	margin-right: auto;
	font-size:32px;
	line-height:36px;
}

.main-area .follow-on-fb a {
	margin-left:8px;
	padding-left:8px;
	padding-right:8px;
	line-height:34px;
	background:#4267b2;
	font-size: 20px;
	white-space:nowrap;
}

.main-area .follow-on-fb a:hover {
	opacity:.8;
}

.main-area .follow-on-fb a .people-liked {
	font-weight:400;
}

.events-view-type {
	margin-left: auto;
	align-self: center;
}

.events-view-type > * {
	vertical-align:middle;
}

.events-view-type span {
	font-size:12px;
	color:#a5a5a5;
}

.events-view-type a {
	margin-left:6px;
	font-size:18px;
	color:#a5a5a5;
}

.events-view-type a:hover,
.events-view-type a.active {
	color:#127298;
}

.main-area .events-area {
	margin-bottom:54px;
}

.main-area .view-by-date {
	margin-bottom:8px;
	padding-left:11px;
	padding-right:11px;
	justify-content: space-between;
	align-items: center;
	height:40px;
	background:#127298;
	font-size:22px;
}

.main-area  .view-by-date a:hover {
	color:#004d6c;
}

.main-area .events-list {
	height:377px;
	padding-left:18px;
	padding-right:12px;
	overflow-y:auto;
	margin-bottom:20px;
	font-size:18px;
}

.main-area .event-body {
	padding-bottom:15px;
	border-bottom:1px #e6e6e6 solid;
}

.main-area .event-metas {
	margin-top:17px;
	margin-bottom:12px;
	padding-bottom:13px;
	justify-content: space-between;
	align-items: center;
	border-bottom:2px #127298 solid;
}

.main-area .event-date {
	color:#dd333e;
}

.main-area .event-place {
	text-align: right;
	color: #1d91bf;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.main-area .event-title {
	color:#055d8f;
}

.main-area .event-title:hover {
	color:#f3932c;
}

.main-area .event-desc {
	margin-top: 12px;
	font-size:15px;
	line-height:22px;
	color:#acacac;
}

.members-interactive-map .container {
	max-width:1250px;
	margin:auto;
	padding-top:31px;
	padding-bottom:32px;
}

.members-interactive-map h1 {
	margin-bottom:33px;
	font-size: 40px;
	color:#004d6c;
	line-height:44px;
}

.map-filters {
	display: inline-flex;
	flex-direction: column;
	align-items: left;
}

.map-filters a {
	margin-bottom:10px;
	padding-left:15px;
	padding-right:15px;
	display:inline-block;
	line-height:36px;
	border:1px #cdcdcd solid;
	text-decoration:none;
	background: rgba(255, 255, 255, .8);
	color:#004d6c;
}

.map-filters a.active,
.map-filters a:hover {
	background:#004d6c;
	color:#fff;
}

.map-search-form {
	margin-top:68px;
	font-size:13px;
	font-weight:700;
	color:#ced0d4;
}

.map-search-form input[type="text"] {
	margin-left:11px;
	margin-right:17px;
	padding-left: 14px;
	padding-right: 14px;
	border: 1px #cdcdcd solid;
	width: 221px;
	height: 40px;
	font-family: 'Open Sans';
	font-size: 13px;
	font-weight:600;
	color:#777;
}
.map-search-form input[type="text"]::placeholder {
	color:#ced0d4;
}

.map-zoom { /* will be removed later */
	right:20px;
	bottom:32px;
	display:inline-block;
}
.map-zoom img {
	border-radius:5px;
}

.search-in-directory-area {
	height:180px;
	background:url("../images/search-in-directory-bg.jpg");
	background-size:cover;
	background-position: center;
}

.search-in-directory-area .container {
	max-width:1250px;
	margin:auto;
	height:inherit;
	font-weight:600;
	color:#8c99a1;
}

.search-in-directory-area img {
	margin-right:20px;
}

.search-in-directory-area h2 {
	margin-bottom:11px;
	font-size:22px;
	color:#013857;
}

.search-in-directory-area .btn {
	margin-left:auto;
}

.become-a-member-area {
	height:365px;
	background:url("../images/become-a-member-bg.png");
	background-size:cover;
}

.become-a-member-area .container {
	max-width:1250px;
	margin:auto;
	flex-direction:column;
	justify-content: center;
	height:inherit;
}

.become-a-member-area .prompt {
	margin-bottom:42px;
}

.become-a-member-area .prompt > * {
	margin-left:15px;
	margin-right:15px;
}

.become-a-member-area .prompt > a img {
	max-width:552px;
	width:100%;
}

.become-a-member-area h1 {
	font-size:30px;
}

.become-a-member-area h1 span:first-child {
	font-size:40px;
	color:#92d6f1;
}

.become-a-member-area h1 span:last-child {
	font-size:49px;
}

.become-a-member-area h1 span:last-child bdo {
	color:#fa9528;
}

.become-a-member-area .prompt img:hover {
	opacity:.8;
}


.become-a-member-area p {
	text-align:center;
	line-height:20px;
}

.adv-search .container {
	max-width:920px;
}

.adv-search-form {
	align-items: flex-start;
}

.adv-search-col {
	flex:1;
}

.empty-col {
	width:40px;
}

.adv-search-form label,
.adv-search-form .adv-search-label {
	display:block;
}

.adv-search-form label {
	margin-bottom:27px;
	position: relative;
}

.adv-search-form .adv-search-label {
	margin-bottom:8px;
}

.adv-search-form input[type="text"],
.adv-search-form select {
	padding-left:10px;
	padding-right:10px;
	border:1px #cdcdcd solid;
	width:100%;
}

.adv-search-form input[type="text"] {
	color:#000;
}

.adv-search-form select {
	color:#949595;
}

.adv-search-results {
	flex-wrap: wrap;
}

.resulting-member {
	margin-bottom:40px;
	max-width:254px;
	width:100%;
}

.resulting-member .member-thumb img {
	width:100%;
	height:243px;
	border:10px #e6e6e6 solid;
	object-fit: cover;
}

.resulting-member .member-name {
	margin-top:16px;
	margin-bottom:18px;
	font-size:16px;
	color:#002f42;
}

.resulting-member .member-control .btn {
	margin-bottom:5px;
}

.calendar-event {
	border-bottom: 1px #dfdfdf solid;
	padding-bottom: 15px;
	margin-bottom: 14px;
	overflow: hidden;
}

.calendar-event-date .fa {
	margin-left:10px;
}

.calendar-event-body {
	padding-top:15px;
	padding-bottom:30px;
	justify-content: flex-start;
	align-items: flex-start;
}

.calendar-event-img {
	flex:1;
	margin-right:30px;
	justify-content:center;
	max-width:360px;
	min-width:180px;
	width: 100%;
	height:215px;
	padding:10px;
	border:1px #dadada solid;
}

.calendar-event-img img {
	width: auto;
	max-width: 340px;
}

.calendar-event-header {
	display: flex;
	justify-content: space-between;
	height: 46px;
	cursor: pointer;
	align-items: center;
}

.calendar-event-date {
	flex: 1;
}

.calendar-event-content {
	flex:2;
}

.calendar-event-title {
	align-items: flex-start;
	justify-content: space-between;
}

.calendar-event-content h3 {
	margin-bottom:22px;
	line-height:22px;
}

.calendar-event-content .btn {
	white-space:nowrap;
	margin-left: 20px;
}

.calendar-event-content p {
	margin-bottom:10px;
	line-height:22px;
}

.branch-info {

}

.branch-header {
	margin-bottom:40px;
}

.branch-logo {
	flex:1;
	margin-right:30px;
	width:300px;
	height:245px;
	background:#f3f3f3;
	justify-content: center;
}

.branch-logo img {
	max-width: 100%;
	padding: 0 15px;
}

.branch-address {
	flex:2;
	line-height: 16px;
}

.branch-address p {
	justify-content: flex-start;
	color:#127298;
}

.branch-address p:not(:last-child) {
	margin-bottom:10px;
}

.branch-address img {
	margin-right:20px;
}

.branch-address a {
	color:#127298;
	text-decoration:underline;
}

.branch-address a:hover {
	color:#f3932c;
}

.branch-transition {
	flex:1.3;
	width:359px;
	height:169px;
	background:#127298;
}

.branch-transition-arrow {
	top: 47%;
	left: 40.5%;
	background:#127298;
	width:65px;
	height:65px;
	border:3px #fff solid;
	justify-content: center;
}

.branch-transition-left,
.branch-transition-right {
	flex: 1;
	flex-direction: column;
	width: 50%;
	height: inherit;
	background-repeat: no-repeat !important;
	background-position: bottom !important;
	background-size: contain !important;
}

.branch-transition-left {
	border-bottom-left-radius: 20px;
	border-top-left-radius: 20px;
	background:url("../images/branch/branch-transition-left-bg.png");
	border-right: 3px #fff solid;
}

.branch-transition-right {
	border-bottom-right-radius: 20px;
	border-top-right-radius: 20px;
	background:url("../images/branch/branch-transition-right-bg.png");
}

.branch-transition-left .branch-transition-location {
	border-top-left-radius: 20px;
}

.branch-transition-right .branch-transition-location {
	border-top-right-radius: 20px;
}

.branch-transition-location {
	display: block;
	width: 100%;
	line-height: 56px;
	padding-left: 10px;
	padding-right: 10px;
	background: #002f42;
	font-size: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.branch-time-currency {
	flex: 2;
	flex-direction: column;
	justify-content: center;
}

.branch-transition-left  .branch-time-currency {
	align-items: flex-start;
	padding-left:19px;
}

.branch-transition-right  .branch-time-currency {
	align-items: flex-end;
	padding-right:19px;
}

.branch-time-currency strong {
	color:#ffeb7b;
}

.branch-time-currency span {
	margin-top:1px;
	color:#b7e3ff;
}

.branch-stats {
}

.branch-stats-item {
	width:170px;
	height:180px;
	padding:35px 35px 0;
	flex-direction: column;
	justify-content: flex-start;
	background-repeat: no-repeat !important;
	background-position: bottom right !important;
	background-size: contain !important;
	color:#fff;
}

.branch-stats-item.creation-date {
	background:#1d91bf url("../images/branch/branch-stats-item-bg-1.png");
}

.branch-stats-item.members-qty {
	background:#197aa0 url("../images/branch/branch-stats-item-bg-2.png");
}

.branch-stats-item.principal-members {
	background:#ce8c18 url("../images/branch/branch-stats-item-bg-3.png");
}

.branch-stats-item.regular-members {
	background:#002f42 url("../images/branch/branch-stats-item-bg-4.png");
}

.branch-stats-item.academic-and-public-members {
	background:#002f42 url("../images/branch/branch-stats-item-bg-5.png");
}

.branch-stats-item.students-qty {
	background:#002f42 url("../images/branch/branch-stats-item-bg-6.png");
}

.branch-stats-item span:first-child {
	margin-bottom:12px;
	padding-bottom:17px;
	font-size:26px;
	border-bottom:1px #fff solid;
}

.branch-stats-item span:last-child {
	font-size:22px;
	line-height:26px;
}

.branch-location {
	margin-top:46px;
}

.branch-location iframe {
	margin-right:40px;
	width:100%;
	height:262px;
	border:0;
	max-width: 810px;
}

.branch-location img {
	max-width: 360px;
	width: 100%;
}

.testimonial-area {
	margin-top:-10px;
	min-height:553px;
	background:url("../images/testimonial-area-bg.jpg");
	background-repeat:no-repeat;
	background-size: cover;
	background-position: center;
}

.testimonial-area .container {
	max-width:1010px;
	flex-direction:column;
	align-items: center;
}

.testimonial-area .testimonial-avatar {
	width:173px;
	height:173px;
	border:2px #fff solid;
}

.testimonial-area .testimonial-avatar:after {
	position:absolute;
	content:"";
	border-bottom:1px #fff solid;
	left: -100%;
	right: -100%;
	top: 50%;
}

.testimonial-area .testimonial-avatar img {
	width: 100%;
	height: auto;
	z-index:1;
}

.testimonial-area .testimonial-author {
	margin-top:15px;
	margin-bottom:25px;
	color:#61b6e6;
	line-height:28px;
}

.testimonial-area .testimonial-quote {
	margin-bottom:29px;
	font-style:italic;
	line-height:32px;
	background:url("../images/testimonial/testimonial-quote-shadow.png");
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 40px;
	width: 100%;
}

.testimonial-area .more-testimonial {
	color:#fff;
}

.testimonial-area .more-testimonial:hover {
	opacity:.8;
}

.testimonial-area .more-testimonial:after {
	position:absolute;
	content:url("../images/testimonial/more-testimonial-arrow.png");
	width:30px;
	height:16px;
	top: 28px;
	left: 21px;
}

.news-excerpt {
	width:248px;
	align-self: flex-start;
}

.news-excerpt-thumb {
	width:248px;
	height:145px;
	margin:auto auto 21px;
}

.news-excerpt-thumb a,
.news-excerpt-thumb img {
	width:inherit;
	height:inherit;
}

.news-excerpt-thumb img {
	object-fit: cover;
	border:1px #eaeaea solid;
}

.news-title {
	height:70px;
	line-height:22px;
}

.news-title a:hover {
	color:#f3932c;
}

.tabs-list  {
	margin-bottom: 35px;
}

.tabs-list li {
	display: inline-block;
}

.tabs-list li a {
	color: #004d6c;
	line-height: 32px;
	position: relative;
	margin: 0 8px;
	padding: 0 8px;
	display: block;
	min-height: 38px;
}

.tabs-list li:not(:first-child) a:before {
	content: "|";
	position: absolute;
	left: -13px;
}

.tabs-list li a:after {
	content: "";
	height: 3px;
	background-color: #64caf9;
	display: none;
	border-radius: 1.5px;
}

.tabs-list li .active:after,
.tabs-list li a:hover:after {
	display: block;
}

.post-date .actuality {
	color: #fff;
	background-color: #64caf9;
	padding: 0 12px;
	font-size: 11px;
	display: inline-block;
	letter-spacing: 2px;
	margin-left: 7px;
}

.news-list .news-post {
	display: flex;
}

.news-list  .news-info {
	flex: 1;
}

.continue-share {
	margin-left: 45px;
	align-self: center;
}

.continue-share .btn {
	white-space: nowrap;
	margin-bottom: 20px;
	font-size: 10px;
	min-width: 170px;
}

.share-area {
	text-align: right;
	display: flex;
	justify-content: flex-end;
}

.share-area a {
	margin-left: 8px;
}

.share-area a:hover {
	opacity: 0.8;
}

.see-more {
	background-color: #a0a0a0;
	padding-top: 10px;
	padding-bottom: 10px;
	min-width: 250px;
}

.main-area .news-list  .post-thumb img {
	width: auto;
}

.news-post-details .share-area {
	margin-top: -21px;
}

.news-post-details .post-excerpt p {
	line-height: 22px;
	margin-bottom: 20px;
}

.news-post-details .block-separator {
	margin: 20px 0 60px 0;
	display: flex;
}

.img-separator {
	background-image: url(../images/border-top.png);
	height: 30px;
}

.back-news {
	background-color: #bdbdbd;
	position: absolute;
	min-width: 270px;
}

.back-news i {
	margin-right: 15px;
}

.main-area .news-post-details .post-thumb {
	margin-top: 75px;
}

.main-area .news-post-details h2 .post-title {
	font-size: 28px;
	line-height: 40px;
}

.news-post-details .news-post {
	margin-bottom: 22px;
}

.login-area {
	height: 830px;
	position: relative;
}

.login-area:after {
	content: "";
	background-image: url(../images/login-bg.png);
	height: 1160px;
	background-position: 129% -33px;
	background-repeat: no-repeat;
	background-size: 86%;
	position: absolute;
	display: block;
	top: 0;
	width: 92%;
	z-index: -1;
	right: 0;
}

.login-form {
	margin: 45px auto 0;
	max-width: 384px;
	text-align: center;
}

.login-form > * {
	display: flex;
	flex-direction: column;
}

.input-fld {
	margin-bottom: 40px;
}

.input-fld label {
	color: #002f42;
	font-size: 16px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.input-fld input {
	border:1px solid #dadada;
	border-radius: 0;
	height: 45px;
	padding: 0 12px;
}

.forgot-pass {
	color: #3b93c5;
	font-size: 12px;
	text-align: right;
	margin-top: 10px;
}

.forgot-pass a {
	text-decoration: underline;
	color: #3b93c5;
}

.check-fld {
	margin-top: 55px;
	margin-bottom: 25px;
}

.check-fld label {
	color: #002f42;
	font-size: 14px;
}

.check-fld input[type="checkbox"] {
	display: none;
}

.check-fld label span {
	display: inline-block;
	width: 18px;
	height: 18px;
	border: 1px #dadada solid;
	vertical-align: middle;
	margin-right: 10px;
}

.check-fld input[type="checkbox"]:checked ~ span:after {
	content: "\f00c";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	color: #f3932c;
	margin-top: 1px;
}

.check-login .btn {
	border:none;
	max-width: 180px;
	margin: auto;
	width: 100%;
	cursor: pointer;
}

.download-press-area {
	padding-top: 30px;
	border-top: 1px #cbcbcb solid;
	margin-bottom: 10px;
}

.download-press-area > * {
	text-align: right;
	margin-bottom: 18px;
	font-size: 16px;
	color: #2c77f3;
}

.download-btn {
	background-color: #2c77f3;
	font-size: 14px;
}

.download-press-area div span {
	margin-right: 18px;
}

.gallery-img-video h2{
	color: #004d6c;
	margin-bottom: 26px;
}

.gallery-img-video .branch-news {
	border-bottom: 1px #cbcbcb solid;
	margin-bottom: 30px;
	padding-bottom: 40px;
}

.news-share {
	float: right;
	margin-top: -3px;
}

.news-share a {
	margin-left: 5px;
}

.news-share a:hover {
	opacity: 0.8;
}

.prev-edit {
	line-height: 22px;
	padding: 23px 41px;
	margin-top: 54px;
}


.world-events .events-area .d-flex {
	flex-wrap: wrap;
}

.services-item .d-flex {
	height: 318px;
	margin-bottom: 30px;
	justify-content: center;
}

.services-item .d-flex img {
	max-width: 1000px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	margin: auto;
}

.services-item .d-flex:hover {
	opacity: 0.8;
}

.services-area h2,
.tenders-area h2 {
	color: #004d6c;
	margin-bottom: 22px;
}

.item-img a {
	position: relative;
	display: inline-block;
}

.item-img a:after {
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 2px;
}

.blue-bg:after {
	background-color: rgba(19,129,191,0.75);
}
.green-bg:after {
	background-color: rgba(19,191,132,0.75);
}
.yellow-bg:after {
	background-color: rgba(191,181,19,0.75);
}

.d-flex.content-container {
	display: block;
}

.content-container .pres-img {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

.popup-container {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 99999;
	display: none;
	height: auto;
	overflow: auto;
	background-color: rgba(0,0,0,0.8);
}

.popup-content {
	max-width: 900px;
	width: 100%;
	background: #ffffff;
	padding: 20px 45px 45px;
	margin: 55px auto 30px;
	position: relative;
	color: #8c99a1;
	font-size: 14px;
	line-height: 24px;
}

.popup-content p {
	margin-bottom: 25px;
}

.popup-close {
	position: absolute;
	right: 20px;
	top: 30px;
	color: #055d8f;
	cursor: pointer;
	display: flex;
}

.popup-close img {
	height: 20px;
	margin-left: 8px;
}

.popup-content h2 {
	margin-top: 10px;
	padding-right: 57px;
}

.popup-form {
	margin-top: 45px;
	max-width: 470px;
	margin-left: 40px;
	margin-bottom: 45px;
}

.popup-form  .d-flex {
	margin-bottom: 20px;
	position: relative;
}

.popup-form .d-flex input {
	flex: 1;
	max-width: 350px;
	padding: 0 7px;
	margin-left: 10px;
	border:1px solid #cdcdcd;
	border-radius: 0;
}

.popup-form .d-flex .zip-code {
	max-width: 93px;
	margin-right: 10px;
	margin-left: 25px;
}

.popup-form .d-flex label:first-child {
	min-width: 95px;
}

.radio-area {
	padding-left: 120px;
	margin-bottom: 10px;
}

.radio-area label {
	margin-right: 30px;
}

.popup-form .attach-photo {
	background: #cdcdcd;
	padding: 4px 9px;
	max-width: 104px;
	margin-top: 0;
}

.popup-form .d-flex span {
	border-bottom: 1px solid #cdcdcd;
	width: 100%;
	height: 32px;
	margin: 0 12px;
}

.popup-form .send-btn-area .btn {
	height: auto;
}

@media screen and (min-width: 1080px){
	.popup-form .send-btn-area {
		position: absolute;
		right: 42px;
		bottom: 89px;
	}

	.d-grid-3 {
		display: grid;
		grid-gap: 9vw;
		grid-template-columns: repeat(3, minmax(1px, 1fr));
	}

	.branch-news .d-flex{
		display: grid;
		grid-gap: 4vw;
		grid-template-columns: repeat(4, minmax(1px, 1fr));
	}
}

.item-img img,
.pres-img img  {
	max-width: 360px;
	width: 100%;
}

.item-info p,
.item-info ,
.speakers-info p,
.pres-info p,
.our-partners-text p,
.post-excerpt {
	color:#8c99a1;
	font-size: 14px;
	line-height: 24px;
}

.item-info h3 {
	margin-bottom: 35px;
	max-height: 120px;
	overflow: hidden;
}

.tenders-item {
	margin-bottom: 30px;
	flex-wrap: wrap;
}

@media screen and (min-width: 769px){
	.item-link .btn {
		min-width: 250px;
	}

	.item-info {
		max-width: 440px;
		margin: 0 20px;
		width: 45%;
	}

	.item-img {
		flex: 1;
		max-width: 360px;
	}

	.events-block {
		min-width: 360px;
	}

	.events-block img {
		margin-left: 30px;
	}

	.continue-career {
		padding-top: 65px;
	}

	.career-post {
		align-items: flex-start;
	}
}

.world-events .events-area {
	margin-bottom: 0;
}

.world-events .event-body {
	max-width: 324px;
	flex: 1;
	margin-bottom: 20px;
}

.world-events .view-by-date {
	min-width: 150px;
	margin-bottom: 0;
	margin-left: 20px;
}

.world-events .events-area > .d-flex {
	align-items: flex-start;
}

.blocks-header {
	margin-bottom:15px;
}

.blocks-header h2{
	margin-bottom: 0;
}

.board-list {
	margin-bottom: 40px;
}

.board-list .board-item:not(:last-child) {
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.board-text a {
	color: #127298;
	text-transform: uppercase;
}

.board-text a span {
	color: #00afec;
	text-transform: capitalize;
}

.board-date {
	color: #acacac;
}

.speakers-area h2 span,
.our-partners h2 span {
	color: #1381bf;
}

.speakers-list, .speakers-items {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.speakers-list {
	margin: 70px 0 40px;
}

.speakers-img {
	height: 164px;
	width: 130px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.user-img-info {
	max-width: 285px;
	flex: 1;
}

.user-img-info > img {
	border: 10px solid #e6e6e6;
	max-width: 100%;
	width: 100%;
}

.user-info {
	flex: 1;
	margin-left: 25px;
}

.user-area,
.form-flex,
.form-flex > div >div,
.text-area {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.form-flex  > *{
	width: 47%;
}

.form-flex > div > div {
	margin-bottom: 20px;
	position: relative;
}

.form-flex div input, .form-flex div select {
	border: 1px solid #cdcdcd;
	max-width: 267px;
	flex: 1;
	height: 30px;
	padding-left: 8px;
	width: 100%;
}

.user-info div label {
	font-size: 16px;
	font-weight: 400;
	min-width: 152px;
	display: inline-block;
}

.form-flex .input-number {
	margin-bottom: 10px;
}

.input-number,
.checkbox-area {
	width: 100%;
	margin-bottom: 30px;
}

.form-flex .input-number input {
	margin-left: 0px;
}

.form-title {
	margin-bottom: 35px;
}

.form {
	margin-bottom: 70px;
}

.form-flex > div:nth-child(3) {
	margin-bottom: 50px;
}

.attach-photo {
	display: block;
	background: #898989;
	padding: 12px;
	border-radius: 5px;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
	width: 100%;
	letter-spacing: 2px;
	max-width: 285px;
	color: #fff;
	margin-top: 15px;
	transition: all 0.5s;
	text-transform: uppercase;
}

.attach-photo:hover {
	opacity: 0.8;
}

.attach-photo input[type=file] {
	display: none;
}

.text-area  {
	margin-bottom: 25px;
}

.text-area textarea {
	flex: 1;
	height: 115px;
	border: 1px solid #cdcdcd;
	resize: none;
	padding: 5px 7px;
	margin-left: 20px;
	font-size: 15px;
}

.input-number input, .input-number select {
	border: 1px solid #cdcdcd;
	width: 100%;
	max-width: 430px;
	height: 30px;
	padding-left: 7px;
}

.form .check-fld {
	display: flex;
	justify-content: space-between;
}

.form .check-fld label {
	min-width: auto;
}

.form .check-fld label span {
	width: 20px;
	height: 20px;
	text-align: center;
}

.send-area {
	float: right;
	margin-top: -65px;
}
.send-btn {
	background-color: #8bcb4c;
	border:none;
	width: 270px;
}

.back {
	background-color: #bdbdbd;
}

.user-img-info  .btn{
	width: 100%;
	margin-bottom: 40px;
}

.social-icons {
	display: flex;
	justify-content: center;
	margin: 30px 0;
}

.social-icons a img {
	margin: 0 7px;
	height: 30px;
}

.member-info h3 {
	font-size: 26px;
	margin-bottom: 5px;
}

.member-info h3:not(:first-child) {
	color: #82a1ad;
}

.member-info > div,
.specialist-block,
.postal-adress ul li:first-child  {
	margin-bottom: 20px;
}

.certified-div {
	background-color: #c08e57;
	min-height: 150px;
	margin-top: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.padding-20 {
	padding:20px;
}

.postal-adress {
	background-color: #055d8f;
}

.postal-adress ul li:not(:first-child),
.business-desc p {
	line-height: 24px;
	font-weight: 400;
}

.member-info .light-blue-bg {
	display: flex;
}

.member-info .light-blue-bg span,
.phone-email > div a {
	font-weight: 400;
	margin-left: 5px;
}

.member-info .light-blue-bg li {
	margin-bottom: 12px;
}

.contact-countries {
	border:2px solid #1d91bf;
}

.contact-countries .lightblue-txt {
	margin-bottom: 15px;
}

.usa-page-edit .user-info div label {
	min-width: 230px;
}

.usa-page-edit .text-area textarea {
	height: 260px;
	margin-left: 15px;
	max-width: 430px;
}

.usa-page-edit .send-area {
	float: none;
	margin-top: 0;
	max-width: 675px;
	text-align: right;
}

.usa-page-edit .text-area {
	justify-content: flex-start;
}

.usa-page-edit .input-numbe {
	margin-bottom: 20px;
}

.usa-page-edit  .user-img-info .btn {
	margin-bottom: 15px;
}

.phone-email {
	flex-wrap: wrap;
}

.phone-email > div {
	border: 2px solid #055d8f;
	width: 49%;
}

.phone-email > div a {
	color:  #055d8f;
}

.border-bottom {
	border-bottom: 1px solid #055d8f;
}

.business-desc ,
.specialist-desc  {
	margin-top: 50px;
}

.business-desc h3 ,
.specialist-desc h3,
.border-bottom  {
	padding-bottom: 15px;
	margin-bottom: 20px;
}

.business-desc p {
	font-size: 16px;
	margin-bottom: 25px;
}

.specialist-block {
	border:2px solid #cdcdcd;
}

.specialist-block .upper-txt {
	color: #5d5d5d;
	margin-bottom: 15px;
}

.world-congress-header img {
	max-width: 100%;
	width: 100%;
}

.tabs-area {
	padding: 15px 40px 0;
}

.gradient-bg {
	background: linear-gradient(to right, #f03535 , #fcc385);
	padding: 25px 15px;
}

.gradient-bg  div {
	line-height: 38px;
}

.presentation .d-flex {
	align-items: flex-start;
	margin-top: 23px;
}

@media screen and (min-width: 769px){
	.pres-info{
		max-width: 480px;
		margin: 0 20px;
	}

	.presentation-more-info .pres-info {
		max-width: 800px;
		margin-right: 0;
	}

	.pres-btn {
		max-width: 190px;
	}

	.usa-page-edit .user-info {
		margin-top: 54px;
	}
}

.pres-info h4,
.pres-info p {
	margin-bottom: 30px;
}

.pres-btn .btn {
	line-height: 22px;
	min-height: 120px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
	min-width: 160px;
	max-width: 190px;
}

.pres-btn span {
	font-size: 12px;
	display: block;
	text-align: center;
	margin-bottom: 25px;
}

.inactive-btn {
	background-color: #dddddd;
	position: relative;
}

.inactive-btn:after {
	content:"";
	background-image: url(../images/dioganal.png);
	background-repeat: no-repeat;
	background-size: cover;
	position:absolute;
	height: 100%;
	left: 0;
	right: 0;
	width: 100%;
	top: 0;
	bottom: 0;
}

.speakers-item {
	max-width: 130px;
	margin: 0 30px 15px;
}

.speakers-info h4 {
	margin-top: 17px;
}

.speakers-items {
	margin-top: 45px;
}

.book-map-info {
	background-color: #f1f1f1;
	border-radius: 10px;
	padding: 20px;
}

@media screen and (min-width: 1024px){
	.book-map-info {
		display: flex;
		justify-content: space-between;
		padding: 50px 50px 50px 30px;
		flex-wrap: wrap;
	}

	.check-book-area{
		width: 42%;
	}

	.map-area {
		width: 53%;
		margin-left: 30px
	}
}

.trans-venue .tabs-list li a:after {
	background-color: #f1453e;
}

.check-item {
	display: flex;
	margin-bottom: 40px;
}

.check-item-info h4 {
	color: #010101;
	margin-bottom: 15px;
	font-weight: 700;
}

.check-item-info p {
	color: #555555;
	line-height: 20px;
	margin-bottom: 13px;
}

.book-btn,
.read-more-btn {
	font-size: 11px;
	line-height: 30px;
	padding: 0px 10px;
}

.book-btn {
	background-color: #f1453e;
}

.read-more-btn {
	background-color: #2ca6f3;
}

.check-item input[type="radio"] {
	display: none;
}

.check-item label {
	cursor: pointer;
}

.check-item input[type="radio"] ~ label:before {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.check-item label:before {
	content: "";
	border-radius: 50%;
	width: 50px;
	height: 50px;
	display: inline-block;
	cursor: pointer;
	margin-right: 9px;
	position: relative;
	background: #fff;
}

.check-item input[type="radio"]:checked ~ label:before {
	box-shadow: 0 0 0 10px #fff inset, 0px -3px 1px 1px #f1453e inset;
	background: #f1453e;
}

.social-tours .check-item input[type="radio"]:checked ~ label:before {
	box-shadow: 0 0 0 10px #fff inset, 0px -3px 1px 1px #2ca6f3 inset;
	background: #2ca6f3;
}

.social-tours .book-map-info,
.media-list {
	margin-top: 40px;
}

.drop-area {
	max-width: 120px;
}

.detail-tour-info {
	border: 1px solid #2ca6f3;
	background-color: #fff;
	padding: 20px;
	position: absolute;
	z-index: 1;
	width: 100%;
	min-width: 570px;
	left: 104px;
	margin-top: -8px;
	display: none;
}

.detail-tour-info img {
	float: left;
	max-width: 285px;
	margin: -21px 25px 24px -21px;
}

.detail-tour-info p {
	color: #000;
}

.detail-tour-info a {
	color:#2ca6f3;
	margin-bottom: 20px;
	display: block;
}

.detail-tour-info a:hover {
	text-decoration: underline;
}

.check-item-info {
	position: relative;
}

.media-list {
	display: grid;
	grid-gap: 30px;
	grid-template-columns: repeat(4, minmax(1px, 1fr));
}

.media-item img {
	max-width: 100%;
	width: 100%;
	height: 140px;
	object-fit: cover;
}

.agenda-tabs ul li {
	display: inline-block;
	margin-right: 25px;
	margin-bottom: 15px;
}

.agenda-tabs ul li a {
	padding: 10px;
	display: block;
	border-radius: 10px;
}

.agenda-tabs ul li .active,
.agenda-tabs ul li a:hover {
	background-color: #f1453e;
}

.agenda-tabs ul li a b{
	font-size: 24px;
	text-transform: uppercase;
	display: block;
	color: #f1453e;
	font-weight: 700;
	margin-bottom: 5px;
}

.agenda-tabs ul li a span{
	font-size: 16px;
	color: #8d8d8d;
}

.agenda-tabs ul li .active b,
.agenda-tabs ul li a:hover b {
	color: #fff;
}

.agenda-tabs ul li .active span,
.agenda-tabs ul li a:hover span {
	color: #ffb7b4;
}

.day-info {
	border: 1px solid #e6e6e6;
	padding: 20px 20px 10px 20px;
	min-height: 155px;
	flex: 1;
	max-width: 363px;
	margin: 10px 0;
	position: relative;
	overflow-y: auto;
}

.time {
	color: #8c99a1;
	margin-bottom: 10px;
}

.day-info ul li {
	line-height: 24px;
	color: #8c99a1;
}

.number {
	color: #ffaba8;
	font-size: 18px;
	position: absolute;
	right: 10px;
	bottom: 10px;
}

.day-more-desc .d-flex:last-child {
	justify-content: flex-start;
}

.day-desc-list {
	position: relative;
}

.day-more-desc .day-desc-list:not(:last-child):after,
.day-more-desc .day-desc-list:not(:first-child):before {
	content: "";
	height: 1px;
	width: 100%;
	display: block;
	background-color: #e6e6e6;
	position: absolute;
}

.day-more-desc .day-desc-list:not(:last-child):after {
	left: 100%;
}

.day-more-desc .day-desc-list:not(:first-child):before {
	right: 100%;
}

.mooc-area {
	display: grid;
	grid-gap: 60px;
	grid-template-columns: repeat(3, minmax(1px, 1fr));
}

.mooc-img {
	border-bottom: 10px solid #002f42;
	height: 167px;
}

.mooc-img img {
	width: 100%;
	object-fit: cover;
	height: 157px;
}

.mooc-info {
	border: 1px solid #dadada;
	padding: 10px;
	border-top: 0;
}

.mooc-info h3 {
	margin-bottom: 27px;
	max-height: 52px;
	min-height: 52px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.mooc-info h3 a:hover {
	color: #f3932c;
}

.mooc-info  .gray-text {
	color: #6a6a6a;
}

.career-post  {
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.career-thumb {
	max-width: 195px;
}

.career-thumb img {
	width: 195px;
	height: 195px;
	object-fit: cover;
}

.continue-career .btn,
.see-more, .send-btn-area .btn {
	min-width: 250px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 250px;
	margin: auto;
}

.career-info {
	margin: 0 50px;
	max-width: 665px;
	flex: 1;
}

.career-info h2 a:hover {
	color: #f3932c;
}

.career-info > a {
	color: #f3932c;
	line-height: 24px;
	margin-top: 12px;
	display: inline-block;
}

.career-info > a i {
	font-size: 21px;
	margin-right: 5px;
	position: relative;
	top: 2px;
}

.career-info .post-excerpt,
.news-list .post-excerpt,
.news-block .post-excerpt  {
	max-height: 96px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.career-info .post-excerpt.opend-more {
	overflow: initial;
	display: block;
	max-height: initial;
}

.pres-info td img {
	max-width: 100%;
	width: 100%;
	height: auto;
}

.pres-info td {
	height: auto;
	width: auto;
	vertical-align: top;
	padding: 6px 15px 6px 0;
	text-align: left;
}

.pres-info td p {
	margin-bottom: 5px;
	line-height: 20px;
}

.content-container p img {
	max-width: 100%;
}

/*---changes---*/

.events-block img {
	width: 300px;
	height: 250px;
	object-fit: cover;
}

.events-area .btn {
	position: relative;
}

.events-area .btn:before {
	content: "";
	background-image: url(../images/shadow.png);
	height: 98px;
	display: block;
	position: absolute;
	bottom: 42px;
	left: 0;
	right: 8px;
	opacity: 1;
}

.events-list .event-body:last-child {
	margin-bottom: 70px;
	border-bottom: 0;
}

.form-icon {
	position: absolute;
	bottom: 9px;
	left: 10px;
}

.form-icon.category-icon {
	bottom: 10px;
}

.adv-search-form .select-icon select {
	padding-left: 27px;
}

.search-reset .orange-bg {
	flex: 1;
	margin-right: 20px;
}

.search-reset {
	margin-bottom: 70px;
}

.adv-search-form select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background-image: url(../images/select-icon.png);
	background-repeat: no-repeat;
	background-position: 97% 16px;
}

.pres-info .owl-item {
	max-width: 168px;
}

.content-gallery.pres-info .owl-item {
	width: 100% !important;
}

.content-gallery.pres-info [class *= "owl-carousel-"] .owl-stage-outer .owl-stage {
	width: 100% !important;
}

.pres-info [class *= "owl-carousel-"] .owl-stage-outer .owl-stage {
	justify-content: flex-start;
}

.pictures-item img {
	max-width: 156px;
	height: 140px;
	object-fit: cover;
}

.pres-info .owl-stage-outer {
	max-width: 800px;
	overflow: hidden;
}

.picures-area {
	margin-bottom: 25px;
}

.presentation-more-info .download-press-area {
	border-top: 0;
}

.pres-info.news--nfo-gallery ,
.pres-info.content-gallery {
	margin-left: 0;
}

.pres-info.news--nfo-gallery .owl-stage-outer,
.content-gallery.pres-info .owl-stage-outer,
.pres-info.news--nfo-gallery ,
.pres-info.content-gallery, .news-excerpt-thumb iframe  {
	max-width: 100%;
}

.news-excerpt-thumb iframe {
	height: auto;
}

.our-partners .partners-slider {
	margin: 80px 0;
}

.our-partners  .owl-item {
	text-align: center;
}

.btn.member-search {
	max-width: 115px;
	display: flex;
	white-space: normal;
	font-size: 12px;
	max-height: 41px;
}

.top-navigation .log-out a {
	white-space: normal;
	font-size: 10px;
}

.form .select2-container--default.select2-container--focus .select2-selection--multiple,
.form .select2-container--default .select2-selection--multiple {
	border: 1px solid #cdcdcd;
	border-radius: 0;
}

.form .select2-container .select2-search--inline .select2-search__field {
	margin-top: 0;
}

.form .select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: transparent;
	border: 1px solid #cdcdcd;
	color: #000;
	padding: 3px 5px;
	font-weight: 400;
	border-radius: 0;
}

.error-msg {
	position: absolute;
	right: 0;
	bottom: -12px;
}

.d-flex .zip-code ~ .error-msg {
	left: 120px;
}

.d-flex #city ~ .error-msg {
	left: auto;
}

.check-fld, .input-number, .text-area {
	position: relative;
}

.input-number {
	display: flex;
	align-items: center;
}

.form .select2-container {
	flex: 1;
}

.twitter-widget {
	max-height: 290px;
	overflow-y: scroll;
	margin-right: 35px;
}

/*----end changes---*/

.footer {
	font-size:14px;
}

.widget-bar,
.bottom-bar {
	max-width:none;
}
.widget-bar {
	background:#002f42;
}
.locate-bar {
	background:#001219;
	font-size:20px;
	height:68px;
}
.bottom-bar {
	background:#001b26;
	height:49px;
	font-size:12px;
	font-weight:700;
}

.bottom-bar a {
	font-size: 12px;
	color: #fff;
	margin-left: 3px;
}

.locate-bar,
.bottom-bar {
	padding-left:10px;
	padding-right:10px;
	justify-content: center;
	align-items: center;
}

.locate-bar a {
	word-spacing: 3px;
}

.locate-bar a:hover {
	opacity:.8;
}

.locate-bar a:before,
.locate-bar a:after {
	content:url("../images/footer/arrow-down-icon.png");
	width:25px;
	height:14px;
}
.locate-bar a:before {
	margin-right:20px;
}
.locate-bar a:after {
	margin-left:20px;
}

.locate-bar a span {
	color:#fa9528;
}

.widget-bar .container {
	max-width:1250px;
	margin:auto;
	align-items: flex-start;
}

.widget-bar .container {
	padding-top:30px;
	padding-bottom:45px;
}

.widget-bar .container .widget:first-child {
	padding-right: 7%;
	flex: .85;
}

.widget-bar .container .widget {
	flex:1;

}

.widget p {
	margin-top:15px;
	line-height:22px;
}

.widget h3 {
	margin-bottom:35px;
}

.widget .address-bar > * {
	margin-bottom:20px;
	vertical-align:middle;
}

.widget-bar .container .widget .address-bar [class$="-icon"] {
	vertical-align: sub;
}

.widget-bar .container .widget .address-bar [class$="-icon"]:before {
	margin-left:0;
	vertical-align: sub;
}

.widget .signup-form input[type="text"] {
	padding-left:10px;
	padding-right:40px;
	border:1px #fff solid;
	width:233px;
	border-radius:2px;
	background:transparent;
	font-style:italic;
}

.widget .signup-form input[type="text"]::placeholder {
	font-size:15px;
	font-style:italic;
	color:#677881;
}

.widget .signup-form .envelope-icon {
	background:url(../images/footer/envelope-icon.png);
	width:18px;
	height:12px;
	right: 14px;
	top: 17%;
}

.widget .signup-form .btn {
	margin-left:7px;
}

.widget .follow-us {
	margin-top:28px;
	margin-bottom:11px;
	font-size:12px;
}

.footer .widget .fa {
	margin-right:10px;
	font-size:24px;
}

.top-navigation > ul > li:not(.media-access) a,
.top-navigation > ul > li:not(.media-access) a:after,
.top-navigation > ul li:last-child,
.main-area .post-thumb img,
.main-area h2 .post-title,
.main-area .event-title,
.become-a-member-area .prompt img,
.testimonial-area .more-testimonial {
	transition:all .5s;
}


@media screen and (min-width:1720px) {

	.login-area:after {
		background-position: 125% -33px;
		background-size: 84%;
		width: 82%;
	}
}

@media screen and (max-width:1400px) {
	.top-navigation > ul > li.media-access li {
		margin-left: 10px;
	}

	.top-navigation > ul > li.media-access li:first-child > span {
		text-transform:capitalize;
	}

	.top-navigation > ul li a {
		font-size: 13px;
		text-transform: capitalize;
	}

	.top-navigation > ul > li:not(.media-access) > a {
		margin-left: 15px;
	}

	.branch-transition {
		flex: 1.5;
	}

	.branch-transition-left,
	.branch-transition-right {
		background-size: cover !important;
	}

	.login-area {
		height: 730px;
	}

	.login-area:after {
		background-position: 107% -20px;
		background-size: 81%;
		width: 97%;
	}
}

@media screen and (max-width:1220px) {
	.send-area {
		float: none;
		margin-top: 0;
		text-align: center;
	}

	.day-info {
		max-width: 100%;
		padding: 10px 20px 10px 10px;
		min-height: 130px;
	}

	.day-info ul li {
		line-height: 18px;
		font-size: 14px;
	}

	.time {
		color: #8c99a1;
		margin-bottom: 5px;
		font-size: 16px;
	}

	.border-png img {
		display: none;
	}

	.border-png {
		width: 30px;
		border-bottom:  1px solid #e6e6e6;
	}

}

@media screen and (min-width:1080px)  and (max-width:1220px) {
	.top-navigation > ul > li.media-access > ul > li:first-child {
		padding-right: 0;
		border-right: 0;
		position: absolute;
		right: 0;
		bottom: -30px;
	}

	.btn.member-search,
	.top-navigation > ul li.media-access li.has-child > a {
		max-height: 34px;
	}

	.top-navigation > ul > li:not(.media-access) > a {
		margin-left: 9px;
	}

	.logo img {
		max-width: 130px;
	}
}
@media screen and (max-width:1080px) {
	.d-grid-3 {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.container.events-bar {
		height: 49px;
	}

	.container.top-bar {
		height:auto;
		padding-top:10px;
		padding-bottom:10px;
	}

	.container.top-bar .top-navigation,
	.container.menu-bar .top-navigation {
		display:block;
		text-align: center;
	}

	.top-navigation > ul li {
		float:none;
	}

	.top-navigation > ul > li:not(.media-access) a {
		margin-left: 0;
		font-size: initial;
	}

	.top-navigation > ul > li.media-access li .btn:hover,
	.top-navigation > ul > li a:hover {
		color:#f3932c;
		opacity:1;
	}

	.top-navigation > ul > li:not(.media-access) a:not(.search-icon):after {
		content:none;
	}

	.top-navigation > ul > li.has-child ul,
	.top-navigation > ul li.media-access li.has-child ul {
		display: block;
		position: static;
		padding: 0;
	}

	.top-navigation > ul > li.has-child ul {
		border-top-width: 5px;
	}

	.top-navigation > ul li.media-access li.has-child ul {
		border-top-color:transparent;
	}

	.top-navigation > ul > li.has-child ul li {
		padding: 2px 0 4px 0 !important;
	}

	.top-navigation > ul > li.has-child ul li a {
		font-size: 13px;
	}

	.top-navigation > ul li.has-child ul li a:hover {
		border-bottom-color:transparent;
	}

	.top-navigation > ul > li:last-child {
		position:static;
	}

	.top-navigation > ul > li.media-access ul {
		display: block;
	}

	.top-navigation > ul > li.media-access li:first-child span,
	.top-navigation > ul > li.media-access li .btn img {
		display:none;
	}

	.top-navigation > ul > li.media-access li .btn {
		line-height: normal;
		background: none !important;
		text-align: center;
	}

	.top-navigation > ul li a {
		justify-content: center;
	}

	.btn.member-search {
		max-width: 100%;
	}

	.top-navigation > ul > li.media-access li .member-search  img {
		display: inline-block;
	}

	#open-burger-menu ~ .burger-menu-icon {
		cursor: pointer;
		margin-top: 20px;
		display: inline-block;
	}

	#open-burger-menu ~ .burger-menu-icon em {
		position: relative;
		display: block;
		width: 25px;
		height: 2px;
		background: #fff;
		margin: 5px 0;
		transition: all .25s;
	}

	#open-burger-menu:checked ~ .burger-menu-icon em:first-child {
		transform: rotate(45deg);
		top: 7px;
	}

	#open-burger-menu:checked ~ .burger-menu-icon em:last-child {
		transform: rotate(-45deg);
		top: -7px;
	}

	#open-burger-menu:checked ~ .burger-menu-icon em:nth-child(2) {
		visibility:hidden;
		transition:all .1s;
	}

	#open-burger-menu ~ ul {
		visibility: hidden;
		opacity:0;
		overflow:hidden;
		height:0;

		transition:all .5s;
	}

	#open-burger-menu ~ ul li {
		margin-left: 0;
		display: block;
		padding: 8px 0 5px;
		text-align:center;
		border:0;
	}

	#open-burger-menu:checked ~ ul {
		visibility: visible;
		height:auto;
		overflow:visible;
		opacity:1;
	}

	.container.events-bar:after {
		content:none;
	}

	.header {
		border-top: 1px #cbcbcb solid;
	}

	.header-slider {
		height: 26vw;
	}

	.header-slider .swiper-slide {
		background-size: contain;
		background-position: center;
	}

	.partners-area {
		background:none;
		border-top:1px #cbcbcb solid;
		border-bottom:1px #cbcbcb solid;
	}

	.partners-area .container {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.partners-area h3 {
		display: none;
	}

	.main-area .container {
		padding-top:20px;
		/*padding-bottom:20px;*/
		display: block;
	}

	.main-area .news-block {
		padding-right: 0;
		padding-bottom: 20px;
	}

	.block-separator {
		border-bottom:0;
	}

	.main-area .events-block {
		text-align:center;
	}

	.main-area .news-post,
	.main-area .events-area {
		margin-bottom: 20px;
	}

	.main-area h1 {
		margin-bottom: 10px;
		margin-top: 10px;
		line-height: 36px;
		text-align: center;
	}

	.main-area .widget-area {
		display:block;
		text-align: center;
	}

	.main-area .widget-area .widget {
		margin-bottom: 20px;
	}

	.widget.twitter-widget {
		margin-right: 0;
	}

	.main-area .widget-area .widget > img { /* will be removed later */
		width:100%;
	}

	.main-area .follow-on-fb {
		display: block;
		height:auto;
		padding: 20px;
		max-width: 100%;
	}

	.main-area .follow-on-fb > * {
		display:block;
		margin-bottom: 5px;
	}

	.main-area .follow-on-fb > span {
		font-size: 25px;
	}

	.main-area .events-list {
		text-align: left;
	}

	.members-interactive-map {
		text-align:center;
		display: block;
	}

	.members-interactive-map h1 {
		text-shadow: 1px 1px 1px #fff;
		font-size: 30px;
		line-height: 34px;
	}

	.become-a-member-area h1 span:first-child {
		font-size: 35px;
	}

	.become-a-member-area h1 span:last-child {
		font-size: 40px;
	}

	.map-filters {
		display: inline-block;
	}

	.map-search-form {
		margin-top: 10px;
		margin-bottom: 10px;
		color: #999;
	}

	.map-search-form input[type="text"] {
		margin-bottom: 10px;
	}

	.map-zoom {
		position:relative;
		right: auto;
		bottom: auto;
	}

	.search-in-directory-area {
		height:auto;
	}

	.search-in-directory-area .container {
		display: block;
		padding-top: 15px;
		padding-bottom: 15px;
		text-align: center;
	}

	.search-in-directory-area .btn {
		margin-top:20px;
	}

	.calendar-event-content > .d-flex:not(:first-of-type) {
		display:block;
	}

	.become-a-member-area {
		height:auto;
		padding-top:15px;
		padding-bottom:15px;
	}

	.become-a-member-area .prompt {
		display: block;
		margin-bottom: 20px;
	}

	.become-a-member-area .prompt h1 {
		text-align: center;
	}

	.become-a-member-area h1 span:last-child {
		font-size: 47px;
	}

	.become-a-member-area .prompt a {
		display: block;
		margin-top: 15px;
		text-align: center;
	}

	.fiabci-map .fiabci-list {
		display: block;
		margin-bottom: 20px;
	}

	.fiabci-map .fiabci-list .fiabci-regions {
		margin-right: 0;
		margin-bottom: 40px;
		text-align: center;
	}

	.widget-bar .container {
		display: block;
		padding-bottom: 0;
	}

	.widget-bar .container .widget {
		padding-bottom:20px;
		text-align: center;
	}

	.widget-bar .container .widget:first-child {
		padding-right: 0;
	}

	.widget-bar .container .widget h3 {
		margin-bottom: 10px;
	}

	.bottom-bar {
		text-align: center;
		line-height: 18px;
	}

	.branch-header,
	.branch-stats {
		display:block;
		text-align:center;
	}

	.branch-logo,
	.branch-address,
	.branch-transition {
		margin:auto auto 30px auto;
	}

	.branch-address {
		width:300px;
		text-align:left;
	}

	.branch-address p span br,
	.become-a-member-area .prompt > img  {
		display:none;
	}

	.branch-stats-item {
		display: inline-flex;
		margin-bottom: 4px;
	}

	.testimonial-area {
		margin-bottom: 20px;
		min-height: auto;
		padding-bottom: 20px;
	}

	.testimonial-area .container {
		display: flex;
	}

	.branch-news .container h2 {
		text-align: center;
	}

	.branch-news .small-empty-separator,
	.branch-news .block-separator {
		display: none;
	}

	.branch-news .news-excerpt {
		width: 100%;
		margin-bottom: 40px;
		text-align: center;
	}

	.branch-news .news-excerpt .news-title {
		height:auto;
		padding-bottom:5px;
	}

	.main-area .news-list .post-thumb img ,
	.main-area .news-post-details .post-thumb img {
		max-width: 200px;
	}

	.main-area .news-post-details .post-thumb img {
		max-width: 270px;
	}

	.main-area .news-post-details h2 .post-title {
		font-size: 20px;
		line-height: 25px;
	}

	.news-post-details .block-separator {
		margin: 20px 0 20px 0;
		border-bottom: 1px #cbcbcb solid;
	}

	.news-info {
		width: 64%;
	}

	.news-post-details .news-info {
		width: 100%;
	}

	.continue-share {
		width: 100%;
		margin-top: 20px;
		display: flex;
		justify-content: flex-end;
		align-items: baseline;
	}

	.share-area {
		margin-left: 20px;
	}

	.login-area:after {
		display: none;
	}

	.become-a-member-area .prompt > a img {
		max-width: 340px;
	}

	.branch-news .container .d-flex,
	.branch-news  .d-flex,.news-list .news-post {
		flex-wrap: wrap;
	}

	.branch-news .container .d-flex  > *,
	.branch-news .d-flex  > *  {
		width: 47%;
	}

	.news-share {
		float: none;
		display: inline-block;
		margin-left: 15px;
		vertical-align: middle;
	}

	.item-info h3 {
		margin-bottom: 10px;
	}

	.item-info h3 a{
		font-size: 20px;
	}

	.item-img img, .pres-img img{
		max-width: 300px;
	}

	.item-link .btn {
		min-width: 170px;
	}

	.services-item .d-flex {
		min-height: 240px;
	}

	.world-events .event-body {
		flex: initial;
		width: 47%;
		max-width: 100%;
	}

	.user-info div label {
		margin-bottom: 7px;
		width: 100%;
	}

	.form .check-fld {
		display: block;
		margin-top: 0;
	}

	.input-number input, .input-number select,
	.text-area textarea, .usa-page-edit .text-area textarea  {
		margin-left: 0;
	}

	.form-flex div input, .form-flex div select,
	.input-number input, .input-number select,
	.usa-page-edit .text-area textarea  {
		max-width: 100%;
	}

	.user-img-info {
		max-width: 220px;
	}

	.usa-page-edit .text-area textarea {
		height: 200px;
	}

	.member-info h3 {
		font-size: 20px;
	}

	.certified-div {
		min-height:  60px;
	}

	.padding-20 {
		padding: 15px;
	}

	.pres-img {
		margin-bottom: 30px;
	}

	.content-container .pres-img {
		float: none;
		margin-right: auto;
		margin-bottom: 20px;
		text-align: center;
	}

	.speakers-item {
		margin: 0 15px 15px;
	}

	.tabs-list {
		margin-bottom: 10px;
	}

	.media-list {
		grid-template-columns: repeat(3, minmax(1px, 1fr));
	}

	.agenda-tabs ul li a b {
		font-size: 17px;
	}

	.agenda-tabs ul li a span {
		font-size: 13px;
	}

	.agenda-tabs ul li {
		margin-right: 8px;
	}

	.mooc-area {
		grid-gap: 30px;
	}

	.mooc-info h3 {
		margin-bottom: 17px;
		font-size: 16px;
		line-height: 19px;
	}

	.pictures-item img {
		max-width: 140px;
		height: 120px;
	}

	.input-number {
		display: block;
	}

	.form .select2-container {
		width: 100% !important;
	}

	.continue-career .btn {
		min-width: 170px;
		height: 50px;
	}

	.career-info {
		margin: 0 30px;
	}

}

@media screen and (max-width:820px) {
	.mooc-area {
		grid-template-columns: repeat(2, minmax(1px, 1fr));
	}

	.pictures-item img {
		max-width: 120px;
		width: 100%;
	}

	.pres-info.news--nfo-gallery .owl-item,
	.pres-info.content-gallery .owl-item {
		max-width: 100%;
		width: auto !important;
	}

	.news--nfo-gallery  .pictures-item img,
	.content-gallery .pictures-item img {
		height: 80px;
	}
}

@media screen and (max-width:768px) {
	.font-24 {
		font-size: 22px;
	}

	.d-flex.tenders-item,
	.presentation  .d-flex {
		display: block;
		text-align: center;
	}

	.item-info, .career-info  {
		margin: 20px 0;
	}

	.board-list .board-item,
	.user-area, .form-flex, .form-flex > div >div,
	.phone-email , .career-post.d-flex{
		flex-direction: column;
	}

	.board-date {
		margin-top: 7px;
	}

	.board-text{
		text-align: center;
	}

	.user-img-info {
		margin: 0 auto 30px;
	}

	.form-flex > * ,
	.phone-email > div{
		width: 100%;
	}

	.form {
		margin-bottom: 20px;
	}

	.form-flex > div:nth-child(3) {
		margin-bottom: 0;
	}

	.input-number, .checkbox-area {
		margin-bottom: 10px;
	}

	.user-info {
		margin-left: 0;
	}

	.phone-email > div:first-child {
		margin-bottom: 20px;
	}

	.pres-btn .btn {
		max-width: 190px;
		margin-left: auto;
		margin-right: auto;
	}

	.pres-info h4, .pres-info p {
		margin-bottom: 15px;
	}

	.gradient-bg div {
		line-height: 32px;
		font-size: 20px;
	}

	.gradient-bg {
		padding:15px;
	}

	.tabs-area {
		padding: 0px 40px 0;
		margin-top: -8px;
	}

	.check-item label:before {
		width: 35px;
		height: 35px;
	}

	.check-item-info h4 {
		margin-bottom: 5px;
	}

	.detail-tour-info {
		min-width: auto;
		left: 0;
		margin-top: 0;
		right: 0;
	}

	.d-flex.picures-area {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
	}

	.pictures-item {
		margin: 0 4px 15px;
	}

	.popup-content {
		padding: 13px 20px 40px 20px;
		line-height: 22px;
	}

	.popup-form {
		max-width: 100%;
		margin-left: 0;
	}

	.popup-form .d-flex input {
		max-width: 100%;
	}

	.popup-form .d-flex .zip-code {
		margin-left: 10px;
	}

	.popup-form .d-flex span {
		display: block;
		height: 20px;
		margin: 0 0 20px;
	}

	.popup-close {
		top: 24px;
		color: transparent;
	}

}

@media screen and (max-width:736px) {
	.container.top-bar .top-navigation .address-bar,
	.adv-search-form + .empty-separator {
		display:none;
	}

	.breadcrumb {
		height: auto;
	}

	.adv-search-form {
		display:block;
	}

	.adv-search-form label {
		margin-bottom: 15px;
	}

	.resulting-member {
		max-width:none;
	}

	.calendar-event-body {
		display: block;
	}

	.calendar-event-img {
		margin: auto auto 20px auto;
		display: flex;
	}

	.calendar-event-img img {
		height: 100%;
	}

	.branch-location .d-flex {
		display:block;
		text-align: center;
	}

	.branch-location iframe {
		margin-bottom:20px;
	}

	.branch-location img {
		max-width:360px;
		width:100%;
	}

	.news-info {
		width: 53%;
	}

	.main-area h1 {
		font-size: 30px;
	}

	.page-title {
		font-size: 20px;
	}

	.main-area h2 .post-title,
	.main-area .news-post-details h2 .post-title {
		font-size: 16px;
	}

	.main-area .news-post {
		line-height: 20px;
	}

	.news-post-details .share-area {
		margin-top: 14px;
		justify-content: flex-start;
	}
	.media-list {
		grid-template-columns: repeat(2, minmax(1px, 1fr));
		grid-gap: 15px;
	}

	.day-desc-list {
		display: block;
	}

	.day-info {
		min-height: auto;
	}

	.day-more-desc .day-desc-list:not(:last-child):after,
	.day-more-desc .day-desc-list:not(:first-child):before,
	.border-png {
		display: none;
	}
}

@media screen and (max-width:667px) {
	.mooc-area {
		grid-template-columns: repeat(1, minmax(1px, 1fr));
	}

	.bottom-bar {
		height: auto;
		padding-top: 6px;
		padding-bottom: 6px;
		flex-wrap: wrap;
	}

	.bottom-bar a {
		width: 100%;
	}
}

@media screen and (max-width:568px) {
	.adv-search-results,
	.news-list .news-post {
		display:block;
	}

	.adv-search-form .adv-search-label {
		font-size: 16px;
	}

	.branch-news .btn,
	.news-info {
		width: 100%;
	}

	.branch-news .btn {
		padding: 10px 30px;
		margin-top: 15px;
	}

	.main-area .news-list .post-thumb {
		margin-right: auto;
		margin-left: auto;
	}

	.continue-share {
		flex-direction: column;
		align-items: center;
		margin-left: 0;
	}

	.share-area {
		margin-left: 0;
	}

	.main-area .post-thumb {
		display: block;
		margin-right: auto;
		max-width: 200px;
		margin-left: auto;
		float: none;
	}

	.main-area .post-thumb img {
		max-width: 200px;
		box-shadow: none;
	}

	.tabs-list li:not(:first-child) a:before {
		display: none;
	}

	.tabs-list li a {
		padding: 0;
	}

	.back-news {
		position: relative;
		display: block;
		margin: auto;
		max-width: 270px;
	}

	.main-area .news-post-details .post-thumb {
		margin-top: 20px;
	}

	.main-area .container {
		padding-bottom: 40px;
	}

	.news-post-details .post-excerpt p {
		line-height: 20px;
		margin-bottom: 10px;
	}

	.check-fld {
		margin-top: 5px;
	}

	.branch-news .d-flex > *,
	.branch-news .container .d-flex  > *,
	.world-events .event-body{
		width: 100%;
	}

	.blocks-header {
		flex-direction: column;
	}

	.blocks-header h2 {
		margin-bottom: 17px;
	}

	.gallery-img-video .branch-news {
		margin-bottom: 15px;
		padding-bottom: 15px;
	}

	.speakers-list {
		margin: 30px 0 20px;
	}

	.speakers-img {
		height: 140px;
		width: 110px;
	}

	.board-list .board-item:not(:last-child) {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}

	.detail-tour-info img {
		float: none;
		margin: 0 auto 26px;
		width: 100%;
	}

	.mooc-btn {
		width: 100%;
	}

	.calendar-event-header > * {
		font-size: 20px;
	}
}

@media screen and (max-width:480px) {
	.popup-form .d-flex {
		display: block;
	}

	.popup-form .d-flex label {
		max-width: 100%;
		display: block;
		margin-bottom: 10px;
	}

	.popup-form .d-flex input ,
	.popup-form .d-flex .zip-code{
		margin-left: 0;
		width: 100%;
		max-width: 100%;
	}

	.radio-area {
		padding-left: 0;
	}

	.d-flex .zip-code ~ .error-msg {
		left: auto;
		bottom: auto;
	}
}

@media screen and (max-width:414px) {
	.container.top-bar .lang a {
		font-size: 12px;
	}

	.main-area .event-desc {
		word-wrap: break-word;
	}

	.main-area .events-block img {
		width:100%;
	}

	.main-area .signup-form {
		display: block;
	}

	.widget .signup-form input[type="text"] {
		width:100%;
	}

	.main-area .widget .signup-form .envelope-icon {
		top: 20%;
	}

	.widget .signup-form .btn {
		display: block;
		margin-top: 5px;
		margin-left: 0;
	}

	.locate-bar {
		text-transform: capitalize;
		font-size: 16px;
	}

	.calendar-event .calendar-event-date,
	.calendar-event .calendar-event-qty {
		font-size:20px;
	}

	.calendar-event-title {
		flex-direction: column-reverse;
	}

	.calendar-event-content h3 {
		order:1;
	}

	.calendar-event-content .btn {
		margin-left:0;
		margin-bottom:15px;
	}

	.branch-logo,
	.branch-transition {
		width: 100%;
	}

	.branch-address p {
		font-size: 13px;
		word-break: break-word;
	}

	.branch-time-currency strong,
	.branch-time-currency span {
		font-size: 18px;
	}

	.search-reset,
	.download-press-area > * {
		flex-direction: column;
	}

	.search-reset > * {
		width: 100%;
	}

	.search-reset .orange-bg {
		margin-bottom: 5px;
		margin-right: 0px;
	}

	.download-press-area > * {
		text-align: center;
		display: flex;
	}

	.download-press-area div span {
		margin-right: 0;
		margin-bottom: 8px;
	}

	.media-list {
		grid-template-columns: repeat(1, minmax(1px, 1fr));
	}
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.media-list, .mooc-area,
	.branch-news .d-flex, .d-grid-3 {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.media-list > *{
		width: 23%;
		margin-bottom: 30px;
	}

	.mooc-area > *{
		width: 30%;
		margin-bottom: 50px;
	}

}

@media all and (-ms-high-contrast: none) and (max-width:1080px), (-ms-high-contrast: active) {
	.media-list > *{
		width: 30%;
		margin-bottom: 30px;
	}

	.mooc-area > *{
		margin-bottom: 30px;
	}
}

@media all and (-ms-high-contrast: none) and (max-width:820px), (-ms-high-contrast: active) {
	.mooc-area > *{
		width: 48%;
	}
}

@media all and (-ms-high-contrast: none) and (max-width:736px), (-ms-high-contrast: active) {
	.media-list > *{
		width: 48%;
		margin-bottom: 15px;
	}
}

@media all and (-ms-high-contrast: none) and (max-width:667px), (-ms-high-contrast: active) {
	.mooc-area > *{
		width: 100%;
	}
}

@media all and (-ms-high-contrast: none) and (max-width:414px), (-ms-high-contrast: active) {
	.media-list > *{
		width: 100%;
	}
}