@font-face {
	font-family: 'Tahoma';
	src: url('/themes/ok/assets/fonts/Tahoma.eot');
	src: url('/themes/ok/assets/fonts/Tahoma.eot?#iefix') format('embedded-opentype'),
		url('/themes/ok/assets/fonts/Tahoma.woff2') format('woff2'),
		url('/themes/ok/assets/fonts/Tahoma.woff') format('woff'),
		url('/themes/ok/assets/fonts/Tahoma.ttf') format('truetype'),
		url('/themes/ok/assets/fonts/Tahoma.svg#Tahoma') format('svg');
	font-weight: normal;
	font-style: normal;
}

p {
	margin-bottom: 10px;
}

a:hover,
a:focus,
.ui-widget-content a {
	color: #699bc6 !important;
}

#toolbar-administration {

	z-index: 9999;

}

.nav-primary li>a.hide {

	display: none !important;

}

li {

	list-style: none;

}

.pad-0 {

	padding: 0px;

}

.pad-t-0 {

	padding-top: 0px;

}

.pad-b-0 {

	padding-bottom: 0px;

}

.mar-0 {

	margin: 0px;

}

.pad-0 {

	padding: 0px !important;

}

.nav .has-megamenu .megamenu .banner-last>li>ul {

	position: relative;

	top: auto;

	left: auto;

	width: 100%;

	border: none;

	opacity: 1;

	visibility: visible;

	-webkit-box-shadow: none;

	box-shadow: none;

}

#page-loader {
	width: 100%;
	height: 1000%;
}

#page-loader>* {
	top: 5% !important;
}

.nav .has-megamenu .megamenu .banner-last>li>ul>li {

	border: none;

}

.nav .has-megamenu .megamenu .banner-last>li>ul>li>a {

	padding: 7px 0;

	font-size: 11px;

	font-weight: 400;

}

.nav .has-megamenu .megamenu .banner-last>li>ul>li.parent-child-text>a {
	font-weight: bold;
	color: #383838;
	margin-top: 15px;
	margin-bottom: 0;
}

.news-and-updates-2 header {
	text-align: center;
}

.news-and-updates-2 header h2 {
	font-weight: 300;
	font-size: 50px;
	margin-bottom: 30px;
}

.news-and-updates-2 header h3 {
	font-size: 32px;
	font-weight: bold;
}

.news-and-updates-2 header h3 a {
	color: #2f5597;
}

.news-and-updates-2 div[class*="latest-news-"] {
	padding-bottom: 20px;
}

.news-and-updates-2 .views-field-nothing {
	margin-bottom: 25px;
	padding-bottom: 5px;
	border-bottom: 2px solid #e2e2e2;
	min-height: 620px;
}

.news-and-updates-2 .views-row:nth-child(2n),
.toolbar-fixed .news-and-updates-2 .views-row:nth-child(2n+1) {
	clear: both;
}

.toolbar-fixed .news-and-updates-2 .views-row:nth-child(2n) {
	clear: none;
}

.latest-news-date {
	font-size: 15px;
}

.latest-news-image {
	min-height: 270px;
}

.latest-new-content {
	min-height: 235px;
}

.latest-news-title h2 {
	margin: 0;
	font-size: 28px;
}

.latest-news-title h2 a {
	color: #1A5FAA;
}

.latest-news-desc p {
	font-size: 16px;
	color: #797474;
}

.latest-news-link {
	font-size: 18px;
}

@media only screen and (max-width: 991px) {

	.nav-primary>li ul>li a {

		padding: 10px 0 !important;

		font-weight: 400;

		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);

		opacity: 0.6;

	}

}

.header-logo {

	display: inline-block;

}

#search-bar input[type=search] {

	width: 100%;

	font-family: "Montserrat", Helvetica, Arial, sans-serif;

	/* height: 68px; */

	font-size: 20px;

	border: none !important;

	border-radius: 0px;

	background: transparent;

}

#search-bar form {

	position: relative;
	padding: 26px 0;

}

#search-bar form .js-form-type-search {

	width: 91%;

}

#search-bar .search-bar-close {
	top: 34px !important;
	right: 0 !important;
	font-size: 20px !important;
}

#search-bar form .form-actions {

	position: absolute;

	top: 23px;

	right: 45px;

	border: none;

	background: transparent;

	font-size: 24px;

	color: #2786c9;

}

.main-menu {

	position: initial;

}

.tweets_txt a {

	color: #3aa8db;

}

.widget-instagram .instagram-grid a {

	float: left;

	width: 32%;

	margin-right: 2%;

	margin-bottom: 2%;

	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);

	opacity: 0.8;

}

.widget-instagram .instagram-grid a:last-child {

	margin-right: 0;

}

.widget.widget-instagram {

	display: inline-block;

}





/* BEGIN TABSk-bar */

.region-tab .container ul {

	overflow: hidden;

	margin-bottom: 10px;

	border-bottom: 2px solid #eee;

}

.region-tab .container ul li {

	border: none !important;

	float: left;

	margin-right: 20px;

	list-style: none;

	position: relative;

	display: block;

	padding: 10px 0;

}

.region-tab .container ul li a {

	margin: 0px;

	border: none !important;

	background-color: transparent;

	color: #333;

	font-size: 12px;

	font-weight: 600;

	letter-spacing: 1px;

	text-transform: uppercase;

	position: relative;

}

.region-tab .container ul li a:hover {

	background-color: transparent;

}

.region-tab .container ul li.active a {

	cursor: default;

	background-color: #fff;

}

.region-tab .container ul li.active a:after,
.region-tab .container ul li a:hover:after,
.region-tab .container ul li a.is-active:after {

	content: "";

	position: absolute;

	bottom: -11px;

	left: 0;

	width: 100%;

	height: 2px;

	background-color: #1cbac8;

}

/* END TABSk-BAR */



.post.single .post-image>img {

	width: 100%;

	height: auto;

}

/*comment*/

.content .details ul.links {

	padding: 0;

	width: 100%;

	display: inline-block;

}

.content .details ul.links>li {

	float: left;

	padding: 2px;

}

.comments li.comment-body {

	margin-bottom: 5px;

}

.comments li.comment-body .avatar {

	width: 58px;

	height: 58px;

	float: left;

	-moz-border-radius: 2px;

	-webkit-border-radius: 2px;

	border-radius: 2px;

}

.comments li.comment-body .content>.details {

	font-family: "Montserrat", Helvetica, Arial, sans-serif;

	font-size: 12px;

	color: rgba(0, 0, 0, 0.4);

}

.comments li.comment-body .content {

	padding: 10px 0;

	margin-left: 78px;

}

.comments>.indented {

	margin-left: 45px;

}

form.comments-form .js-form-item {

	margin-bottom: 12px;

}

/*end comment*/



/*pager*/

.pagination .pager__item--last a,
.pagination .pager__item--first a {

	top: 7px;

	margin: 0 2px;

	-moz-border-radius: 50%;

	-webkit-border-radius: 50%;

	border-radius: 50% !important;

	background: rgba(0, 0, 0, 0.15);

	width: 20px;

	height: 20px;

	font-size: 10px;

	color: #fff;

	padding: 4px 0;

	font-weight: 600;



}

.pagination .pager__item a {

	border-radius: 50% !important;

}

.pagination .pager__item--last a:hover,
.pagination .pager__item--first a:hover {

	background: #eee;

}

/* end pager */



/*.zooming{

    width: 100%;

    }*/

.big-img img {

	width: 100%;

}

img.big-img {

	width: 100%;

}

.add-to-card form .form-item-qty input {

	width: auto;

}

.sorting-bar .views-exposed-form>div {

	display: inline-block;

}

select {

	padding: 6px 13px;

	height: 38px;

	font-size: 12px;

	-moz-border-radius: 30px;

	-webkit-border-radius: 30px;

	border-radius: 30px;

	display: inline-block;

	width: auto;

	vertical-align: middle;

	box-shadow: none;

	border: 1px solid #ededed;

	margin-bottom: 3px;

	-moz-appearance: none;

	background-color: #ededed;

}



/*tabel cart*/



.page-cart table {

	width: 100%;

}

.page-cart table thead th {

	font-size: 14px;

	color: #fff;

	background-color: #222222;

	font-weight: 500;

	padding: 12px;

	text-align: center;

}

.page-cart table tbody tr {
	border: 1px solid #DDD;
}

.page-cart table tbody tr td {
	padding: 10px;
}

.page-cart table tbody tr td input[type=submit] {
	margin: 0;
}

.page-cart details .form-item label {

	text-align: left;

}



.page-cart table .priority-low {
	min-width: 76px;
	padding: 5px;
}

.page-cart table .priority-low img {
	width: auto;
	height: 100%;
	padding: 0;
}



input.form-uc-quantity {
	width: auto;
}

@media only screen and (max-width: 991px) {
	.uc-cart-view-form {
		overflow: auto;
	}
}

/*end*/

.mini-cart>.cart-items {

	padding: 10px;

}

.mini-cart .cart-block-items tbody tr {

	border-color: #d6e9c6;

	padding: 15px;

	border: 1px solid transparent;

	border-radius: 4px;

	display: inline-block;

	width: 100%;

}

.mini-cart .cart-block-summary td {

	padding: 0 15px 0px 15px;

}

.mini-cart .cart-block-summary-links {

	width: 100%;

	padding: 0px;

}

.mini-cart ul.cart-block-summary-links {

	display: inline-block;

	width: 100%;

	margin-top: 15px;

}

.mini-cart ul.cart-block-summary-links li {

	width: 49%;

	border: none;

	text-align: center;

	display: inline-block;

	padding: 10px 0 !important;

	border: none !important;

	transition: 0.6s;

}



.mini-cart .cart-block-summary-links li.view-cart a {

	background: #b2babc;

	padding: 10px 20px;

	color: #FFF;

}



.mini-cart .cart-block-summary-links li.checkout a {

	background: #19b9c8;

	padding: 10px 20px;

	color: #FFF;

}



.text-light {

	color: #FFF !important;

}

.yamlform-submission-contact-form .form-actions {

	padding-right: 15px;

	padding-left: 15px;

	width: 100%;

}



.counter-down input.form-control {

	width: auto;

	float: left;

	height: 49px;

}

.simplenews-width input.form-control {

	padding: 18px 32px 20px;

	font-size: 12px;

	width: 100%;

	float: left;

	height: 49px;

}

.simplenews-width .form-submit {

	width: 100%;

}

.simplenews-width form>div {

	width: 100%;

	display: inline-block;

	padding: 0 10px;

}

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

	.simplenews-width form .field--name-mail {

		width: 66.66666667%;

		float: left;

	}

	.simplenews-width form .form-actions {

		width: 33.33333333%;

		float: left;

	}

}

@media only screen and (max-width: 991px) {

	.counter-down input.form-control {

		width: 100%;

	}

	.counter-down input.form-submit {

		width: 100%;

	}

}



.slider .contextual {

	top: 50%;

}

section.border-top,
section.border-bottom,
section.border-right,
section.border-left {

	position: relative;

}

.img-mr-30 img {

	margin-bottom: 30px !important;

}

.img-width-100 img {

	width: 100px;

}

.mr-l-55 {

	margin-left: 55px;

}



/*yaml form*/

.background-tran form input[type=text],
.background-tran form input[type=email],
.background-tran form textarea,
.background-tran form select {

	background: transparent !important;

	color: #fff;

	border: 1px solid rgba(255, 255, 255, 0.2);

}

.col-fff form {

	color: #fff !important;

}

.col-fff option {

	color: #000;

}

/*end yaml form*/

.text-align-c {

	text-align: center;

}

.img-100px img {

	width: 100px;

}

.sep-line-dk {

	display: none;

}

.sep-line-condition .sep-line-dk {

	display: block;

	position: relative;

	z-index: 1;

	display: block;

	height: 1px;

	border: none;

	margin: 0;

	background: #FFF;

}

.sep-line-dk.sep-10 {

	height: 10px;

}

.text-align-left .text-center {

	text-align: left;

}

.bg-flickr-feed {

	position: absolute;

	top: 0;

	left: 0;

	right: 0;

	bottom: 0;

}

.flickr-restaurant {

	position: relative;

}

.flickr-restaurant .flickr>li {

	float: left;

	width: 16.66666%;

	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);

	opacity: 0.3;

	margin: 0px;

}

.flickr-restaurant .flickr {

	padding: 0;

}

.flickr-restaurant img {
	width: 100%;
}

.flickr-restaurant .flickr a.flicker-popup-link:hover {

	opacity: 0.7;

}

.flickr-restaurant .bg-flickr-feed .flickr-grid {

	width: 100%;

}

.flickr-restaurant .bg-flickr-feed {

	overflow: hidden;

}

.one-image-slider .md-object {

	display: block !important;

}

.label-none .s-label {

	display: none;

}

.nav-primary li.has-megamenu li.child-megamenu.menu {

	padding-left: 15px !important;

	padding-right: 15px !important;

}

@media only screen and (max-width: 991px) {

	.one-page #nav-primary>li>a {

		color: #434343;

	}

	#nav-primary li>a,
	#nav-primary li h6 {

		color: #434343;

		font-size: 12.5px;

	}

	#nav-primary li>a:hover {

		color: #434343;

		opacity: 1;

	}

}

.fixed #top-bar~#search-bar {

	top: 0px;

}

#top-bar~#search-bar {

	top: 40px;

}

.bg-overlay {

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

	z-index: 2 !important;

	background-color: rgba(57, 57, 57, 0.79);

}

.st-overlay>section>div {

	z-index: 3;

}

.st-overlay .bg-image {

	z-index: 1 !important;

}

.width-100 {

	width: 100% !important;

}

.flickr-feed ul {

	padding: 0;

}

.flickr-feed img {

	width: 100%;

}

.flickr-feed ul>li {

	float: left;

	width: 32%;

	margin-right: 2%;

	margin-bottom: 2%;

	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);

	opacity: 0.8;

}

.flickr-feed ul>li:nth-child(3n) {

	margin-right: 0;

}

.pad-t-60 {
	padding-top: 60px;
}

.nav-primary li.has-megamenu li.child-megamenu.text-none>a,
.nav-primary li.has-megamenu li.child-megamenu.text-none>a {
	font-size: 0;
	margin: 0;
	height: 0 !important;
	display: none !important;
}

#footer .widget-logo .logo {
	margin: 0;
	max-width: 90%;
	max-height: 180px;
}

#footer .widget {
	margin-bottom: 20px;
}

#footer .widget-follow .icon {
	margin-right: 5px;
}



body.page-node-4126 .field--label-above.quickedit-field {
	margin-top: 50px;
}

body.page-node-4126 .field--label-above.quickedit-field>.field__label {
	display: none;
}

body.page-node-4126 .views-row {
	margin-bottom: 30px;
}

body.page-node-4126 .views-field-title a {
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 5px;
}

.ui-accordion .ui-accordion-icons {
	background: none;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon:before {
	/* content: "\f068"; */
}

.ui-accordion .ui-accordion-header.ui-accordion-header-active .ui-accordion-header-icon:before {
	content: "\f068";
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon:before {
	position: absolute;
	top: 0;
	left: 0px;
	width: 20px;
	height: 20px;
	content: ' ';
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #d2d2d2;
	color: #fff;
	font-family: 'FontAwesome';
	font-size: 14px;
	text-align: center;
	padding: 5px;
	content: "\f067";
	top: 7px;
	line-height: 12px;
}

.ui-accordion .ui-accordion-icons {
	background: none;
	border: 0;
	border-bottom: solid 1px #ccc;
	padding: 15px 35px;
	border-radius: 0;
	text-align: left;
}

.ui-accordion .ui-accordion-content {
	border: 0;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	background: none;
	overflow: visible;
	text-indent: 0;
	width: auto;
	height: auto;
	position: initial;
}

.provider-tools {
	min-height: 250px;
}

.provider-tools .pdf-icon {
	min-height: 78px;
}

.views-exposed-form .js-form-item,
.views-exposed-form .form-actions {
	display: inline-block;
	vertical-align: bottom;
}

.views-exposed-form .js-form-item label {
	display: block;
}

.views-exposed-form {
	margin-bottom: 30px;
}

.gird-view-publications {
	float: left;
	width: 100%;
}

.gird-view-publications ul {
	display: inline-block;
	width: 100%;
	padding-left: 0;
}

.gird-view-publications .publications-listing {
	margin-bottom: 20px;
	display: inline-block;
	width: 100%;
	border-bottom: solid 1px #dedede;
	padding-bottom: 20px;
}

.gird-view-publications .publications-listing .pdf-lefticon {
	display: inline-block;
	margin-bottom: 10px;
	margin-right: -10px;
	vertical-align: middle;
}

.field--name-field-update-subtitle .field__label,
.field--name-field-update-summary .field__label {
	display: none;
}

.field--name-field-update-subtitle .field__item {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}

.field--name-field-update-summary .field__item {
	text-transform: uppercase;
	margin-bottom: 20px;
}

a:hover,
a:focus,
a,
.ui-widget-content a {
	color: #23527c;
}

.our-networks-listing {
	display: inline-block;
	width: 100%;
	margin-top: 20px;
}

.our-networks-listing .views-field {
	margin-bottom: 5px;
}

.our-networks-listing .views-field-field-title {
	margin-bottom: 0;
}

.our-networks-listing .views-field-field-title h4 {
	margin-bottom: 10px;
}

.our-networks-listing .views-label {
	display: block;
}

.our-networks-listing li {
	margin-bottom: 30px;
	min-height: 200px;
}

.news-and-updates .views-row .views-field-title a {
	font-size: 20px;
}

.news-and-updates .views-row {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: solid 1px #dedede;
}

.news-and-updates .views-row .btn {
	margin-top: 20px;
}

#nav-bar .module .trigger {
	opacity: 1;
}

#nav-bar .module .trigger i {
	font-weight: bold;
	color: #000;
}

#search-bar .search-bar-close {
	opacity: 1 !important;
}

#search-bar .search-bar-close i {
	font-weight: bold;
}

.nav-primary li:not(.has-megamenu) ul>li>a {
	line-height: 15px;
}

.second-level-menu .nav-primary>li {
	display: inline-block;
	width: 100%;
	margin-bottom: 0px;
}

.second-level-menu .nav-primary>li>a {
	border-bottom: solid 1px #ccc;
}

.second-level-menu .nav-primary>li>a,
.second-level-menu .nav-primary>li:active>a,
.second-level-menu .nav-primary>li:hover>a {
	font-weight: bold;
	padding: 5px;
	font-size: 12px;
	text-transform: capitalize;
}

.second-level-menu .nav-primary li:not(.has-megamenu) ul>li>a {
	padding: 5px;
	padding-left: 20px;
	text-transform: capitalize;
	font-size: 12px;
}

.second-level-menu .nav-primary>li.active>a {
	font-weight: bold;
	background: none;
	color: #2786c9;
}

.second-level-menu .nav-primary>li:first-child>a {
	padding-left: 5px;
}

.second-level-menu .nav-primary li:not(.has-megamenu) ul {
	position: initial;
	width: auto;
	border-top: 0;
	opacity: 1;
	visibility: visible;
}

.navbar-fixed {
	margin-top: 80px;

}

body.user-logged-in.toolbar-fixed {
	padding-top: 80px !important;
}

.navbar-fixed body.user-logged-in #header.fixed {
	top: 80px;
}

.field--name-field-subtitle .field__label {
	display: none;
}

.field--name-field-subtitle .field__item {
	font-size: 26px;
	margin-bottom: 20px;
	color: #23527c;
}

.product .views-exposed-form {
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	padding-bottom: 40px;
}

section.padding-fifty {
	padding: 50px 0;
}

.linkspiff h4 {
	font-size: 16px;
	font-weight: 400;
	color: #23527c;
	margin-bottom: 5px;
}

.sidebar>div .linkspiff {
	/* border-bottom: solid 2px #a5a5a5;
    padding-bottom: 20px;
    margin-bottom: 20px; */
}

.sidebar>div:last-child .linkspiff {
	border-bottom: 0;
}

.page-title .breadcrumb {
	margin-top: 10px;
}

.linkspiff img {
	margin: 7px 0 15px 0;
}

.linkspiff .btn.btn-xs {
	padding: 0;
	display: block;
	/* max-width: 180px; */
	width: auto;
	display: inline-block;
}

.linkspiff .btn a,
.spiff.imaged .btn a {
	color: #fff;
	padding: 6px 20px 7px;
	display: block;
}

.second-level-menu .nav-primary>li.active ul {
	display: block !important;
	height: auto !important;
}

table {
	/*border-collapse: collapse;
    border-spacing: 0;*/
	font-size: 100%;
	width: 100%;
	border: 0;
	margin: 10px 0;
}

table caption {
	padding: 4px;
	color: #000;
	font-weight: normal;
	font-style: italic;
}

table th,
table td {
	text-align: left;
	padding: 2px 4px;
	background-color: #fef9ed;
}

table th {}

table td {
	color: #205caa;
	width: 25%;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}

table tr:nth-child(2n+1) td {}

table th.right_col,
table td.right_col {
	margin: 0 0 0 40px;
}

table td a {
	display: block;
}

table.tools {
	/*border-collapse: collapse;
    border-spacing: 0;*/
	font-size: 100%;
	width: 100%;
	border: 0;
	margin: 10px 0;
	background-color: #fef9ed;
}

table.tools th,
table.tools td {
	text-align: left;
	padding: 0 4px;
}

table.tools th {
	border-bottom: 1px solid #333;
	color: #9b6026;
}

table.tools td {
	color: #52873d;
	width: 25%;
	border-bottom: 0px solid #fff;
	border-right: 0px solid #fff;
}

table.tools tr:nth-child(2n+1) td {}

table.tools th.right_col,
table.tools td.right_col {
	margin: 0 0 0 40px;
}

table.tools td a {
	display: block;
}

#right_nav li a {
	display: inline-block;
	margin-right: 5px;
	cursor: pointer;
}

#right_nav li a .fa {
	font-size: 15px;
}

#right_nav li a {
	font-size: 15px;
}

#right_nav li {
	border-bottom: solid 1px #ccc;
	width: 100%;
	display: inline-block;
	padding: 5px 10px;
	position: relative;
}

#right_nav li.children.active {
	border-bottom: 0;
}

#right_nav li.children ul {
	padding-left: 10px;
	margin-top: 5px;
}

#right_nav li.children ul a {
	font-size: 13px;
}

#right_nav li.children.active>.has_nest {
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.second-level-menu .nav-primary>li .child-icon {
	position: absolute;
	z-index: 9;
	font-size: 15px;
	line-height: 30px;
	cursor: pointer;
	width: 15px;
}

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

.second-level-menu .nav-primary li.dropdown>a {
	padding-left: 15px;
}

.child-icon {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.child-icon:before {
	content: "\f0da";
}

.second-level-menu .nav-primary li.active>.child-icon:before,
.second-level-menu .nav-primary li>.child-icon.active:before {
	content: "\f0d7";
}

.second-level-menu .nav-primary li:not(.has-megamenu) ul>li.has-dropdown:after {
	display: none;
}

.second-level-menu .second-level-menu .nav-primary li:not(.has-megamenu) ul {
	position: absolute;
	background: #fff;
	list-style: none;
	padding: 0;
	margin: 0;
	width: 175px;
	line-height: 1 !important;
	font-size: 11px;
	font-weight: 400;
	border-top: 1px solid rgba(0, 0, 0, 0.15);
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
	visibility: hidden;
}

.second-level-menu .nav-primary li:not(.has-megamenu) ul>li>ul {
	border: 0;
	-moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1) !important;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1) !important;
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1) !important;
}

.second-level-menu .nav-primary li ul {
	-moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1) !important;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1) !important;
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1) !important;
}

.second-level-menu .nav-primary li:not(.has-megamenu) ul>li {
	padding-left: 15px;
}

.nav-primary li li.active>a {
	font-weight: bold;
	font-size: 11px !important;
	font-weight: bold !important;
}

.second-level-menu .nav-primary li ul li.has-dropdown ul {
	display: none !important;
}

.sidebar h2.title {
	font-size: 16px;
	font-weight: 400;
	color: #23527c;
	margin-bottom: 5px;
}

.sidebar .section-block {
	margin-bottom: 30px;
}

.sidebar ul.related-downloads,
.sidebar ul.realted-downloads {
	margin-top: 10px;
}

ul.related-downloads li,
ul.realted-downloads li {
	min-height: 40px;
	display: inline-block;
	width: 100%;
}

.sidebar ul.related-downloads li a:before,
.sidebar ul.realted-downloads li a:before {
	content: "\f1c1";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 25px;
	margin-left: -35px;
	margin-right: 10px;
	margin-top: 4px;
	position: absolute;
}

.post.post-boxed .post-image img {
	width: 100%;
}

.carelcf-news-and-updates.news-and-updates .views-row {
	margin-bottom: 50px;
	padding-bottom: 0;
	border: 0;
}

.care-clf-block.second-level-menu .nav-primary>li a:after,
.right-arrow.second-level-menu .nav-primary>li a:after {
	content: "\e628";
	font-family: themify;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: #dadada;
	margin-left: 10px;
	border-radius: 100px;
	width: 18px;
	height: 18px;
	display: inline-block;
	color: #fff;
	font-size: 11px;
	line-height: 18px;
	text-align: center;
}

.care-clf-block.second-level-menu .nav-primary li>a,
.right-arrow.second-level-menu .nav-primary li>a {
	color: #191919;
	font-weight: 500;
}

.care-clf-block.second-level-menu .nav-primary li.active>a,
.right-arrow.second-level-menu .nav-primary li.active>a {
	font-weight: bold;
}

.yamlform-submission-carelcf-contact-form label.form-required:after {
	content: '*';
	margin-left: 5px;
	vertical-align: middle;
}

.yamlform-submission-carelcf-contact-form .js-form-item {
	margin-bottom: 15px;
}

.yamlform-submission-carelcf-contact-form .form-select {
	width: 100%;
	border-radius: 0;
}

.yamlform-submission-carelcf-contact-form .form-control {
	padding: 10px 20px;
	height: initial;
	border-radius: 0;
}

.counter {
	overflow: hidden;
}

.fb_iframe_widget {
	display: inline-block;
	position: relative;
	width: 100%;
}

.fb_iframe_widget span {
	display: inline-block;
	position: relative;
	text-align: justify;
	width: 100% !important;
}

.fb_iframe_widget iframe {
	position: absolute;
	width: 100% !important;
}

.twitter-block {
	height: 400px;
	overflow-y: scroll;
}

.image-icon {
	border-radius: 5px;
	border: 5px solid #e8e9e7;
	display: inline-block;
}

#nav-bar .logo {
	/* max-width: 280px; */
}

#nav-bar {
	padding-left: 20px !important;
	padding-right: 20px !important;
}

.sidebar .sideimage,
.logo-home-leftside {
	text-align: center;
	margin-bottom: 20px;
}

.sidebar .sideimage img,
.logo-home-leftside img {
	border: 3px solid #c2c2c2;
	border-radius: 5px;
	min-width: 180px;
	max-width: 180px;
}

.sidebar>div,
.leftsidebar-views-block .views-field-field-left-sidebar div.field-content>div {
	margin-top: 20px;
	border-top: solid 2px #ccc;
	padding-top: 20px;
}

.leftsidebar-views-block .linkspiff img {}

.sidebar>div:first-child,
.sidebar>div.no-border-bottom {
	margin-top: 0;
	border-top: 0;
}

.sidebar>div.no-border-bottom {
	padding-top: 0;
}

.slider-overlay {
	background: rgba(0, 0, 0, 0.2);
}

.md-layer-1-50-0,
.md-layer-1-50-1,
.md-layer-1-50-2,
.md-layer-1-50-3,
.md-layer-1-50-4,
.md-layer-1-50-5 {
	/* z-index: 999999 !important; */
}

#header.fixed {
	z-index: 9999 !important;
}

#header .menu-toggle .mobile-trigger {
	width: 30px !important;
	height: 30px !important;
}

.menu-toggle .mobile-trigger>span:after,
.menu-toggle .mobile-trigger>span:before,
.menu-toggle .mobile-trigger>span>span:after,
.menu-toggle .mobile-trigger>span>span:before {
	height: 3px !important;
}

#nav-bar .module .trigger i {
	font-size: 20px !important;
	margin-top: 38px;
	display: inline-block;
}

#toolbar-administration {
	z-index: 999999;
}

section,
.section {
	padding: 30px 0 !important;
}

address a {
	color: #fff;
}

.post-title {
	min-height: 120px;
	margin-bottom: 10px;
}

iframe {
	max-width: 100%;
}

.second-level-menu .nav-primary li:not(.has-megamenu) ul {
	-moz-transition: all 0s ease-out !important;
	-o-transition: all 0s ease-out !important;
	-webkit-transition: all 0s ease-out !important;
	transition: all 0s ease-out !important;
}

section.bg-black .link-underline {
	color: #fff;
}

.search-page-form .container-inline div,
.search-page-form .container-inline label {
	display: inline-block;
}

.search-page-form div input {
	border-radius: 0 !important;
	padding: 12px !important;
	border: 0 !important;
	height: auto !important;
	box-sizing: initial !important;
	margin-right: 5px;
	width: auto !important;
	line-height: 15px;
}

.theme-search-results-page {
	padding-left: 0;
	border: 0;
	padding: 0px;
	border-radius: 10px;
}

.theme-search-results-page li.border-bottom {
	background: none;
	border: 0;
	border-bottom: 1px solid #a7a7a7;
	border-radius: 0;
	padding: 0;
}

.theme-search-results-page li.border-bottom h3 {
	font-size: 22px;
	margin-bottom: 15px;
}

.theme-search-results-page li.border-bottom p {
	text-align: left;
}

.search-page-form {
	margin-bottom: 30px;
	border: solid 1px #eaeaea;
	padding: 20px;
	border-radius: 0px;
}

.theme-search-results-page li.border-bottom:last-child {
	border-bottom: 0;
}

.list-icon li,
.product ul li,
ul li {
	list-style-type: inherit;
	text-align: left !important;
}

.product ul {
	padding-left: 20px;
}

div.submit-button {
	left: 50% !important;
	transform: translate(-50%);
	min-width: 200px;
}

div.submit-button a {
	padding-left: 0;
	padding-right: 0;
}

.post ul.post-meta>li {
	list-style: none;
}

#notification-inner {
	background: #679ac4;
	color: #fff;
	padding: 0;
}

.f-right {
	float: right !important;
}

#notification-inner a.btn {
	margin-top: 13px;
	padding: 5px 10px;
	vertical-align: middle;
	display: inline-block;
	float: none !important;
	text-align: right;
	margin: 0;
	color: #fff !important;
}

#notification-inner .notif-text {
	display: inline-block;
	margin-top: 5px;
	vertical-align: middle;
}

#notification-inner .notif-text img {
	margin-right: 50px;
}

.notification-bar .contextual {
	z-index: 999;
}

article[data-history-node-id="13452"] table.responsive-enabled td,
article[data-history-node-id="13452"] table.responsive-enabled th {
	border: solid 1px #ccc;
	padding: 5px 10px;
}

article[data-history-node-id="13452"] form .btn {
	padding: 8px 20px 8px;
	margin-right: 5px;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #000;
}

#header {
	z-index: 9 !important
}

.webform-submission-form .form-number,
.webform-submission-form .form-select {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: #ededed;
	font-size: 13px;
	padding: 15px 20px;
	height: 46px;
	border: none;
	border: 1px solid #ededed;
	margin-bottom: 3px;
	-moz-appearance: none;
	-webkit-appearance: none;
}

.toolbar-oriented .toolbar-bar {
	z-index: 99999999;
}

.nav-primary>li.dropdown>a:after,
.nav-primary>li.megamenu>a:after {
	font-family: themify;
	font-size: 80%;
	content: "\e62a";
	margin-left: 9px;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	opacity: 0.5;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.sidebar .leftsidebar-views-block>div:first-child,
.leftsidebar-views-block .views-field-field-left-sidebar div.field-content>div:first-child {
	padding-top: 0;
	border-top: 0;
	margin-top: 0;
}

.sidebar .leftsidebar-views-block .btn-primary a {
	color: #fff !important;
}

ol li {
	list-style: decimal;
}

footer a {
	color: #4facff;
}

.sidebar #search-block-form .form-actions {
	display: none !important;
}

.sidebar .leftsidebar-views-block>div p img {
	border: solid 5px #e4e4e4;
	border-radius: 5px;
}

form.webform-submission-form .js-form-item .form-control,
.webform-submission-form .form-number,
.webform-submission-form .form-select {
	height: auto;
}

.user-login-form .form-control {
	text-transform: lowercase;
}

ul.related-downloads li,
ul.realted-downloads li {
	text-align: left;
}

.slick-arrow::before {
	color: #000000;
	font-size: 36px;
	font-size: 3.25rem;
	border-radius: 0;
}

.slick--view--homepage-slider .slide__content:before {
	content: '';
	background: #000;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	opacity: .2;
}

.slick--view--homepage-slider #slick-views-homepage-slider-block-7-1-slider .slide__content:before {
	display: none;
}

.slide-contentwrp {
	text-align: center;
	font-family: 'Tahoma';
	margin-top: 50px;
}

.slide-contentwrp .slide-title {
	line-height: 1em;
	font-size: 4em;
	color: #fff;
	margin-bottom: 50px;
}

.slide-contentwrp .slide-button.Left.Bottom {
	position: absolute;
	left: 17%;
	bottom: 20%;
}

@media (min-width: 1024px) {
	.slide-contentwrp .slide-button.Left.Bottom {
		position: absolute;
		left: 17%;
		bottom: -180%;
	}
}

.slick-arrow {
	background: url(/themes/ok/assets/img/md-arrow.png) no-repeat 0 0;
	width: 40px;
	height: 40px;
	cursor: pointer;
	z-index: 3;
	border-radius: 0;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	background: url(/themes/ok/assets/img/md-arrow.png) no-repeat 0 0;
}

.slick-arrow:before {
	display: none;
}

.slick-arrow.slick-next {
	background-position: -35px 0;
}

.webform-submission-form label.form-required:after {
	content: '*';
	margin-left: 5px;
	color: #f00;
}

table td {
	vertical-align: top;
}

#webform-submission-contact-node-13937-add-form {
	max-width: 780px;
}

#nav-bar .logo {
	max-width: 250px;
}

#ic_signupform .elcontainer {
	background: #ffffff;
	text-align: left;
	max-width: 500px;
	padding: 0px 0px !important;
	border-radius: 10px;
	border: 0px solid #acacac;
	font-size: 12px;
	color: #7d8288;
	font-family: arial;
}

#ic_signupform .form-header {
	background: #ffffff;
	margin-top: -10px !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	margin-bottom: 20px !important;
	padding-top: 0 !important;
	padding-right: 0 !important;
	padding-bottom: 10px !important;
	padding-left: 0 !important;
	border-radius: 0 !important;
	text-align: left !important;
	font-size: 150% !important;
	color: #223345 !important;
	border-bottom: 2px solid #e7e7e7 !important;
}

#ic_signupform .elcontainer.generous .formEl:not(.hidden-field) {
	width: 100% !important;
}

#ic_signupform .elcontainer .submit-container input[type="submit"] {
	background: #699bc6 !important;
}

.newsletter-home div.btn-filled {
	display: none !important;
}

table th,
table td {
	text-align: left;
	padding: 2px 4px;
	background-color: #f5f5f5;
}

.contextual-region .contextual .contextual-links li a {
	height: auto !important;
}

#webform-submission-data-briefs-add-form .js-form-item,
#webform-submission-clinical-operations-posters-add-form .js-form-item {
	margin-bottom: 15px;
}

#webform-submission-data-briefs-add-form #edit-data-briefs .js-form-item {
	margin-bottom: 0;
}

#webform-submission-data-briefs-add-form #edit-data-briefs--wrapper,
#webform-submission-clinical-operations-posters-add-form #edit-data-briefs--wrapper {
	margin-bottom: 30px;
}

#webform-submission-data-briefs-add-form .js-form-item input[type="checkbox"],
#webform-submission-clinical-operations-posters-add-form .js-form-item input[type="checkbox"] {
	position: absolute;
}

#webform-submission-data-briefs-add-form .js-form-item label.option,
#webform-submission-clinical-operations-posters-add-form .js-form-item label.option {
	padding-left: 20px;
}

.webform-submission-form .form-actions {
	padding-top: 120px;
}

.webform-submission-form .captcha {
	position: absolute;
	bottom: 65px;
}

.user-logged-in .webform-submission-form .form-actions {
	padding-top: 10px;
}

form.webform-submission-ready_to_learn_more-form:before {
	content: 'Ready to Learn More?';
	position: absolute;
	top: -60px;
	left: 0;
	font-size: 36px;
	font-weight: 300;
}

form#webform-submission-ready-to-learn-more-add-form,
form.webform-submission-ready_to_learn_more-form {
	background: #ededed;
	padding: 50px 10px 10px;
	background-repeat: no-repeat;
	background-position: right center;
}

form.webform-submission-ready_to_learn_more-form {
	max-width: 1170px;
	margin: auto;
	position: relative;
}


form#webform-submission-ready-to-learn-more-add-form fieldset,
form.webform-submission-ready_to_learn_more-form fieldset {
	/* max-width: 100%; */
}

form#webform-submission-ready-to-learn-more-add-form legend,
form.webform-submission-ready_to_learn_more-form legend {
	margin: 0;
	border: 0;
}

form#webform-submission-ready-to-learn-more-add-form .form-actions,
form.webform-submission-ready_to_learn_more-form .form-actions {
	padding-top: 70px;
}

form#webform-submission-ready-to-learn-more-add-form .form-item .form-control,
form#webform-submission-ready-to-learn-more-add-form .form-item .form-number,
form.webform-submission-ready_to_learn_more-form .form-item .form-control,
form.webform-submission-ready_to_learn_more-form .form-item .form-number {
	background: #fff;
	max-width: 100%;
}

form.webform-submission-ready_to_learn_more-form .captcha {
	bottom: 95px;
}

form#webform-submission-ready-to-learn-more-add-form .captcha {
	bottom: 65px;
}

form#webform-submission-ready-to-learn-more-node-14600-add-form .captcha {
	bottom: 65px;
}

form#webform-submission-ready-to-learn-more-add-form .form-item,
form.webform-submission-ready_to_learn_more-form .form-item {
	margin-bottom: 15px;
}

/* section.row{
    margin:0;
    } */
/* responsive css */
@media only screen and (max-width: 1300px) {
	.nav-primary>li>a {
		padding: 0 6px;
		font-size: 10px;
	}

	#edit-data-briefs--wrapper .js-form-item-data-briefs .option {
		width: 97%;
		vertical-align: top;
	}



}

@media only screen and (max-width: 1167px) {
	.nav-primary>li>a {
		padding-left: 6px !important;
		padding-right: 6px !important;
	}

	.nav .has-megamenu .megamenu .banner-last>li>ul>li.active ul {
		display: none !important;
	}

	.news-and-updates-2 .views-field-nothing {
		min-height: 662px;
	}

}

@media only screen and (max-width: 1100px) {
	.nav-primary>li>a {
		font-weight: 100;
		font-size: 9px;
	}

	#nav-bar .module.left {
		padding: 0;
	}

	.nav-primary li.has-megamenu:hover .megamenu,
	.nav-primary li.has-dropdown:hover ul,
	.nav-primary li.dropdown:hover .megamenu,
	.nav-primary li.dropdown:hover ul {
		display: block !important;
	}
}

@media only screen and (max-width: 1024px) {
	#notification-inner .notif-text img {
		display: none;
	}

	#notification-inner {
		padding: 10px 0;
		text-align: center;
	}

	.slide__constrained {
		height: 100%;
		min-height: 210px;
		padding-top: 10%;
		pointer-events: none;
		top: 0;
		z-index: 2;
		position: absolute;
		width: 100%;
	}

	.slide-contentwrp {
		margin-top: 0;
	}

	.slide-contentwrp .slide-title {
		line-height: 1em;
		font-size: 2em;
		color: #fff;
		margin-bottom: 15px;
	}

	.latest-new-content {
		min-height: 260px;
	}

}

@media only screen and (max-width: 991px) {
	.feature .text-muted {
		text-align: center;
	}

	.row-double.right .content {
		text-align: center;
	}

	.row-double.right .content h2 {
		line-height: 30px;
	}

	.row-double.right .content p.lead {
		text-align: center;
	}

	.sidebar .leftsidebar-views-block .field-content>div {
		text-align: center;
	}

	.sidebar .leftsidebar-views-block .field-content>div:last-child {
		text-align: center;
		margin-bottom: 20px;
		border-bottom: solid 2px #ccc;
		padding-bottom: 20px;
	}

	.second-level-menu .nav-primary {
		position: initial !important;
		display: block !important;
	}

	.second-level-menu .nav-primary li.dropdown>a {
		margin-left: 5px;
	}

	.second-level-menu .nav-primary li a {
		border: 0;
		padding: 8px !important;
	}

	.second-level-menu .nav-primary li ul {
		margin-bottom: 0 !important;
	}

	.second-level-menu .nav-primary>li.active>a {
		color: #2786c9 !important;
	}

	.submit-button a,
	.submit-button {
		font-size: 10px;
		padding: 10px;
		line-height: 10px !important;
		height: auto !important;
	}

	.footer3,
	.footer1,
	.footer2 {
		display: inline-block;
		width: 100%;
		text-align: center;
		margin-bottom: 30px;
	}

	#footer .widget {
		margin-bottom: 20px;
		width: 100%;
	}

	.sidebar>div .linkspiff {
		text-align: center;
	}

	.sidebar>div:last-child .linkspiff {
		text-align: center;
		margin-bottom: 30px;
	}

	.sidebar>div .linkspiff p {
		text-align: center;
	}

	.linkspiff .btn.btn-xs {
		margin: auto;
	}

	p {
		text-align: justify;
	}

	.sidebar ul.related-downloads p,
	.sidebar ul.realted-downloads p {
		text-align: left;
	}

	.sidebar .leftsidebar-views-block .field-content>div p {
		text-align: center;
	}

	div.product {
		/* text-align: justify; */
	}

	table td {
		text-align: center;
	}

	table td a {
		display: inline-block;
		width: 100%;
		text-align: center;
	}

	.logo-home-leftside a {
		display: inline-block;
		width: 100%;
		text-align: center;
	}

	#nav-bar .module .trigger {
		opacity: 1 !important;
	}

	#nav-bar .module .trigger i {
		font-size: 24px !important;
		margin-top: 34px;
	}

	.post-title {
		min-height: 160px;
	}

	.carousel {
		margin: 0;
	}

	#search-bar .search-bar-close {
		top: 27px !important;
		font-size: 25px !important;
	}

	.news-and-updates-2 .views-field-nothing {
		min-height: initial;
	}

}

@media only screen and (min-width: 767px) {
	.feature.bordered {
		min-height: 500px;
	}
}

@media only screen and (max-width: 767px) {
	table {
		width: 100% !important;
	}

	.second-level-menu .nav-primary li a {
		text-align: left;
	}

	.second-level-menu .nav-primary>li .child-icon {
		line-height: 35px;
	}

	.sidebar>div,
	.leftsidebar-views-block .views-field-field-left-sidebar div.field-content>div {
		text-align: center;
	}

	.second-level-menu .nav-primary>li .child-icon {
		left: 0;
	}

	.page-title {
		padding-top: 20px !important;
		padding-bottom: 20px !important;
	}

	.provider-tools {
		min-height: auto;
	}

	.submit-button a,
	.submit-button {
		font-size: 10px;
		padding: 10px;
		line-height: 10px !important;
		height: auto !important;
	}

	article[data-history-node-id="3033"] table td {
		width: 50%;
	}

	#nav-bar .logo {
		max-width: 250px;
	}

	ol.theme-search-results-page {
		/* padding-left: 0; */
	}

	section,
	.section {
		position: relative;
		padding: 40px 0;
		overflow: hidden;
	}

	.owl-buttons .owl-prev:before {
		left: 0 !important;
	}

	.owl-buttons .owl-next:before {
		right: 0 !important;
	}

	ol,
	ul {
		padding: 0;
	}

	ol {
		padding-left: 15px;
	}

	.page-title h1 {
		font-size: 18px !important;
	}

	.field--name-field-subtitle .field__item {
		font-size: 16px !important;
	}

	h2,
	.h2 {
		font-size: 24px !important;
	}

	.post.post-boxed .post-content h1,
	.post.post-boxed .post-content h2 {
		font-size: 18px !important;
	}

	.carousel {
		margin: 0;
	}

	.nav-primary li.has-dropdown>a:after,
	.nav-primary li.has-megamenu>a:after {
		display: none !important;
	}

	.nav-primary li.has-dropdown:after,
	.nav-primary li.has-megamenu:after,
	.nav-primary li.dropdown:after,
	.nav-primary li.megamenu:after {
		position: absolute;
		top: 15px;
		right: 13px;
		font-family: themify;
		font-size: 16px;
		font-weight: bold;
		color: #000;
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
		opacity: 0.5;
		-moz-transition: all 0.2s ease-out;
		-o-transition: all 0.2s ease-out;
		-webkit-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
		content: "\e62a";
		z-index: 9999;
	}

	.nav-primary>li>a {
		width: 90%;
	}

	.nav-primary li li.has-dropdown:after,
	.nav-primary li li.has-megamenu:after {
		display: none;
	}

	.nav .has-megamenu .megamenu .banner-last>li>ul>li {
		border-bottom: solid 1px #ccc;
	}

	.sidebar ul.related-downloads,
	.sidebar ul.realted-downloads {
		padding-left: 35px;
	}

	.sidebar>div .linkspiff {
		text-align: center;
	}

	section,
	.section {
		padding: 20px 0 !important;
	}

	.sidebar {
		margin-bottom: 40px;
	}

	.twitter-block {
		margin-bottom: 30px;
	}

	#nav-bar {
		text-align: center;
	}

	#nav-bar .module.left {
		text-align: left;
	}

	body.mobile-nav-open .menu-toggle .mobile-trigger span:before,
	body.mobile-nav-open .menu-toggle .mobile-trigger span:after {
		height: 2px !important;
	}

	#content article p {
		text-align: justify;
	}

	#content article ul li p {
		text-align: left;
	}

	.post-title {
		min-height: 70px;
	}

	.post.post-boxed .post-content {
		min-height: 280px;
	}

	.ui-accordion .ui-accordion-icons {
		text-align: left;
		border-radius: 0;
	}

	.nav-primary>li.dropdown>a:after,
	.nav-primary>li.megamenu>a:after {
		opacity: 0;
	}

	.nav-primary li.has-dropdown:after,
	.nav-primary li.has-megamenu:after,
	.nav-primary li.dropdown:after,
	.nav-primary li.megamenu:after {
		top: 9px;
	}

	.second-level-menu .nav-primary li.dropdown>a {
		margin-left: 10px;
	}

	#edit-data-briefs--wrapper .js-form-item-data-briefs .option {
		width: 94%;
		vertical-align: top;
		text-align: justify;
	}

	.latest-new-content {
		min-height: initial;
	}

	.latest-news-image {
		min-height: initial;
	}

	.news-and-updates-2 .views-field-nothing {
		text-align: center;
	}


}

@media only screen and (max-width: 667px) {
	#notification-inner a.btn {
		margin-top: 10px;
	}
}

@media only screen and (max-width: 567px) {

	object,
	iframe {
		width: 100%;
		height: auto;
	}

	.slide__constrained {
		min-height: auto;
		padding-top: 20px;
	}

	.slide-contentwrp {
		margin-top: 0;
	}

	.slide-contentwrp .slide-title {
		line-height: 25px;
		font-size: 20px;
		color: #fff;
		margin-bottom: 15px;
	}
}

@media only screen and (max-width: 467px) {
	#nav-bar .logo {
		max-width: 190px;
	}

	.post.post-boxed .post-content {
		min-height: initial;
	}

	.slide__constrained {
		min-height: auto;
		padding-top: 10px;
	}

	.slide-contentwrp .slide-title {
		line-height: 25px;
		font-size: 15px;
		color: #fff;
		margin-bottom: 10px;
	}

	.slide-contentwrp .btn.btn-sm {
		padding: 5px 20px 5px;
	}

}

@media only screen and (max-width: 320px) {
	#nav-bar .logo {
		max-width: 160px;
	}
}

@media print {

	.notification-bar,
	#header,
	.col-md-4.footer3,
	.col-md-4.footer1,
	.home-slider {
		display: none;
	}

	.row {
		margin-left: -15px;
		margin-right: -15px;
	}

	.col-xs-1,
	.col-sm-1,
	.col-md-1,
	.col-lg-1,
	.col-xs-2,
	.col-sm-2,
	.col-md-2,
	.col-lg-2,
	.col-xs-3,
	.col-sm-3,
	.col-md-3,
	.col-lg-3,
	.col-xs-4,
	.col-sm-4,
	.col-md-4,
	.col-lg-4,
	.col-xs-5,
	.col-sm-5,
	.col-md-5,
	.col-lg-5,
	.col-xs-6,
	.col-sm-6,
	.col-md-6,
	.col-lg-6,
	.col-xs-7,
	.col-sm-7,
	.col-md-7,
	.col-lg-7,
	.col-xs-8,
	.col-sm-8,
	.col-md-8,
	.col-lg-8,
	.col-xs-9,
	.col-sm-9,
	.col-md-9,
	.col-lg-9,
	.col-xs-10,
	.col-sm-10,
	.col-md-10,
	.col-lg-10,
	.col-xs-11,
	.col-sm-11,
	.col-md-11,
	.col-lg-11,
	.col-xs-12,
	.col-sm-12,
	.col-md-12,
	.col-lg-12 {
		position: relative;
		min-height: 1px;
		padding-left: 15px;
		padding-right: 15px;
	}

	.col-xs-1,
	.col-xs-2,
	.col-xs-3,
	.col-xs-4,
	.col-xs-5,
	.col-xs-6,
	.col-xs-7,
	.col-xs-8,
	.col-xs-9,
	.col-xs-10,
	.col-xs-11,
	.col-xs-12,
	.col-sm-1,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12,
	.col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10,
	.col-md-11,
	.col-md-12 {
		float: left;
	}

	.col-xs-12,
	.col-sm-12,
	.col-md-12,
	.col-xs-12 {
		width: 100%;
	}

	.col-xs-11,
	.col-sm-11,
	.col-md-11,
	.col-xs-11 {
		width: 91.66666667%;
	}

	.col-xs-10,
	.col-sm-10,
	.col-md-10,
	.col-xs-10 {
		width: 83.33333333%;
	}

	.col-xs-9,
	.col-sm-9,
	.col-md-9,
	.col-xs-9 {
		width: 75%;
	}

	.col-xs-8,
	.col-sm-8,
	.col-md-8,
	.col-xs-8 {
		width: 66.66666667%;
	}

	.col-xs-7,
	.col-sm-7,
	.col-md-7,
	.col-xs-7 {
		width: 58.33333333%;
	}

	.col-xs-6,
	.col-sm-6,
	.col-md-6,
	.col-xs-6 {
		width: 50%;
	}

	.col-xs-5,
	.col-sm-5,
	.col-md-5,
	.col-xs-5 {
		width: 41.66666667%;
	}

	.col-xs-4,
	.col-sm-4,
	.col-md-4,
	.col-xs-4 {
		width: 33.33333333%;
	}

	.col-xs-3,
	.col-sm-3,
	.col-md-3,
	.col-xs-3 {
		width: 25%;
	}

	.col-xs-2,
	.col-sm-2,
	.col-md-2,
	.col-xs-2 {
		width: 16.66666667%;
	}

	.col-xs-1,
	.col-sm-1,
	.col-md-1,
	.col-xs-1 {
		width: 8.33333333%;
	}
}


.page-node-14572 .product .member-login-box {
	background: #fff;
	box-shadow: 0 4px 8px 0px #d8d8d8;
	border-radius: 5px;
	padding: 28px;
	max-width: 500px;
	margin: auto;
	float: none;
	overflow: hidden;
}

.page-node-14572 .product #user-login-form>div.js-form-item {
	float: left;
	width: 100%;
	padding-right: 0;
	margin-bottom: 20px;
}

.page-node-14572 .product #user-login-form>div.js-form-item .form-control {
	border-radius: 0;
	background: #ffffff;
	border: solid 1px #000000;
}

.page-node-14572 .product #user-login-form>div .button {
	border-radius: 0;
}

.page-node-14572 .product #user-login-form+ul {
	padding-left: 0;
	margin-top: 10px;
}

.page-node-14572 .product #user-login-form+ul li {
	list-style: none;
}

.page-node-14572 .product #user-login-form+ul a.request-password-link {
	font-size: 15px;
	background: #2786ca;
	color: #fff !important;
	padding: 10px 20px;
	display: inline-block;
}

.toolkit-boxes {
	overflow: hidden;
	margin: 0 -15px;
	font-size: 16px;
}

.toolkit-boxes .views-field-title,
.toolkit__content .toolkit_title {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	margin-bottom: 10px;
	margin-top: 10px;
}

.toolkit-boxes .views-field-body p,
.toolkit__content .toolkit_body>* {
	font-size: 18px;
}

.toolkit-boxes .views-field-field-link,
.toolkit__content .toolkit_link {
	padding-bottom: 10px;
	border-bottom: solid 2px #ddd;
}

.sidebar>div.meet-experts .views-row {
	margin-top: 0;
	border-top: 0;
	background: #ececec;
	text-align: center;
	padding: 30px 10px;
	border-radius: 5px;
	box-shadow: 0 8px 6px -6px #7b7b7b;
	color: #000;
}

.sidebar>div.meet-experts {
	margin: 0;
	padding: 0;
	border: 0;
}

.sidebar>div.meet-experts .views-row .views-field-title {
	font-size: 20px;
	margin-top: 10px;
	font-weight: bold;
}

.sidebar>div.meet-experts .views-row .views-field-body p {
	font-size: 16px;
	color: #636363;
}

.sidebar>div.meet-experts .views-row .views-field-image img {
	border-radius: 100%;
}

.toolkit-boxes .views-row {
	margin-bottom: 30px;
}

.meet-experts {
	background: #ffffff;
	margin-bottom: 50px;
	box-shadow: 0px 1px 2px 1px #d8d8d8;
	padding: 20px 50px !important;
}

.meet-experts .experts-wrapper {
	overflow: hidden;
}

.meet-experts .experts-photo {
	width: 200px;
	float: left;
	border-radius: 100%;
	overflow: hidden;
	box-sizing: border-box;
	margin-top: 30px;
}

.meet-experts .experts-details {
	float: left;
	width: calc(100% - 200px);
	box-sizing: border-box;
	padding: 0px 30px;
}

.meet-experts .experts-details * {
	font-size: 18px;
	color: #000;
}

.meet-experts .experts-details .title {
	color: #005098;
	font-size: 30px;
	font-weight: bold;
}

.meet-experts .experts-details .designation {
	font-size: 30px;
	color: #989898;
}

.meet-experts .experts-details .description {
	margin-top: 20px;
}

.webform-submission-a-form {
	position: relative;
}

.webform-submission-a-form .js-form-item {
	margin-bottom: 15px;
}

.path-frontpage section.social-feeds {
	padding: 0 !important;
}

.margin-v1 {
	margin: 30px 0;
}

.our-partner-logo .owl-item {
	display: table-cell;
	vertical-align: middle;
	float: none;
	padding: 0 20px;
}

.our-partner-logo .owl-buttons .owl-prev:before {
	left: 0;
}

.our-partner-logo .owl-buttons .owl-next:before {
	right: 0;
}

.our-partner-logo .owl-buttons .owl-prev:before,
.our-partner-logo .owl-buttons .owl-next:before {
	background: #000;
	color: #fff;
	padding: 5px 10px;
}

.our-partner-logo .owl-buttons {
	transform: translateY(-50%);
}

.welcome-user-block {
	position: absolute;
	top: 7px;
	line-height: normal;
	right: 85px;
}

#nav-bar .welcome-user-block a {
	height: auto;
	line-height: normal;
	font-size: 14px;
	font-weight: bold;
}

.flip-box {
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	perspective: 1000px;
	-webkit-perspective: 1000px;
	width: 400px;
	margin: 0 auto 35px;
	max-width: 100%;
	position: relative;
}

.textwidget .flip-box {
	margin-bottom: 10px;
}

.flip-box-front,
.flip-box-back {
	background: #1a5faa;
	background-size: cover;
	background-position: center;
	border-radius: 8px;
	min-height: 350px;
	-ms-transition: transform 0.7s cubic-bezier(.4, .2, .2, 1);
	transition: transform 0.7s cubic-bezier(.4, .2, .2, 1);
	-webkit-transition: transform 0.7s cubic-bezier(.4, .2, .2, 1);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.flipping-boxes-main.v2 .flip-box-front,
.flipping-boxes-main.v2 .flip-box-back {
	background: #6794be;
}

.textwidget .flip-box-front,
.textwidget .flip-box-back {
	min-height: 350px;
}

.flip-box-front {
	-ms-transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
	-webkit-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.flip-box:hover .flip-box-front,
.flip-box.is-active .flip-box-front {
	-ms-transform: rotateY(-180deg);
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	-webkit-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.flip-box-back {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;

	-ms-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	-webkit-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.flip-box:hover .flip-box-back,
.flip-box.is-active .flip-box-back {
	-ms-transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
	-webkit-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.color-white {
	color: #FFF;
}

.flip-box-icon-image {
	max-width: 100px;
	margin: auto;
	margin-top: 30px;
}

.flip-box-icon-back-content ul {
	padding-left: 0;
}

.flip-box-icon-back-content ul li {
	list-style: disc;
	margin-bottom: 10px;
}

.flip-box-icon-back-content {
	padding-left: 25px;
	font-size: 16px;
}

.flip-box .inner {
	position: absolute;
	left: 0;
	width: 90%;
	padding: 35px 0;
	margin: 0 5%;
	outline: 1px solid transparent;
	-webkit-perspective: inherit;
	perspective: inherit;
	z-index: 2;

	transform: translateY(-50%) translateZ(60px) scale(.94);
	-webkit-transform: translateY(-50%) translateZ(60px) scale(.94);
	-ms-transform: translateY(-50%) translateZ(60px) scale(.94);
	top: 50%;
}

.flip-box .inner p:first-of-type {
	margin-bottom: 5px;
}

.flip-box-header {
	font-size: 20px;
}

.flip-box p {
	font-size: 20px;
	line-height: 1.5em;
}

.flip-box p:last-of-type {
	margin-bottom: 0;
}

.flip-box-img {
	margin-top: 25px;
}

.flip-box-button,
.flip-box-button:visited {
	background-color: transparent;
	border: 2px solid #fff;
	border-radius: 2px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	margin-top: 25px;
	padding: 15px;
	text-transform: uppercase;
}

.flip-box-button:hover,
.flip-box-button:focus {
	background-color: rgba(255, 255, 255, .2);
	color: #fff;
}

.flipping-boxes-main {
	margin: 100px -15px;
	overflow: hidden;
}

.flipping-boxes-main h2 {
	padding: 0 15px;
}

.box-v1-main {
	position: relative;
	margin-bottom: 30px;
}

.box-v1-content {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 40px;
	color: #fff;
}

.box-v1-content h4 {
	line-height: 65px;
	font-size: 50px;
}

.box-v1-content a.btn {
	bottom: 40px;
	position: absolute;
	background: #0881e7;
	color: #fff !important;
}

.vertical-middle-gird {
	margin: 0 -15px;
}

.vertical-middle-gird .middle-gird-col {
	width: 33%;
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
	padding: 0 15px;
}

.vertical-middle-gird .middle-gird-col a {
	display: block;
	margin-bottom: 50px;
}

.bio-wheel-wrapper {
	overflow: hidden;
	border: solid 1px #ddd;
	padding: 20px 20px;
	min-height: 550px;
	text-align: center;
	width: 98%;
	margin-left: 1%;
}

.bio-wheel-details .title {
	color: #005098;
	font-size: 30px;
	font-weight: bold;
}

.designation {
	font-size: 30px;
	color: #989898;
	margin-bottom: 20px;
}

.description {
	font-size: 18px;
	color: #000;
}

.description * {
	font-size: 18px;
	color: #000;
}

.our-bio-wheel {
	margin: 30px 0 50px;
}

.bio-wheel-photo img {
	border-radius: 50%;
	margin-bottom: 30px;
}

.display-table-layout {
	display: table;
	width: 100%;
	text-align: left;
	padding: 10px 0;
}

.display-table-layout>* {
	vertical-align: middle !important;
	display: table-cell !important;
	margin: 0;
}

.display-table-layout>*:last-child {
	min-width: 350px;
	padding-left: 50px;
}

@media only screen and (max-width: 767px) {
	.vertical-middle-gird .middle-gird-col {
		width: 100%;
		text-align: center;
	}

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

	.meet-experts .experts-photo {
		float: none;
		margin: auto;
		margin-bottom: 30px;
	}

	.meet-experts .experts-details {
		width: 100%;
	}

	.display-table-layout {
		display: inline-block;
		text-align: center;
	}

	.display-table-layout>* {
		display: block !important;
	}

	.display-table-layout>*:last-child {
		min-width: auto;
		padding-left: 0;
		margin-top: 15px;
	}
}

/*center web section*/

.center_web_section {
	background-image: url(../img/doctors-at-conference-bg-resized.jpeg);
	background-size: cover;
	background-color: rgb(105 155 198) !important;
	background-blend-mode: multiply;
	background-position: center center;
	padding-top: 100px !important;
	padding-bottom: 100px !important;
}

.center_web_section .webform-submission-form {
	max-width: 1024px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
}

.center_web_section .webform-submission-form #edit-intro-text * {
	color: #fff !important;
}

.center_web_section .center_com_intro {
	column-count: 2;
}

.center_web_section .custom_form_wrapper {
	background-color: #fff;
	padding: 16px 40px 40px;
	margin-top: 30px;
}

.center_web_section .custom_form_wrapper .custom_form_item {
	padding-right: 105px;
}

.center_web_section .custom_form_wrapper .custom_form_item .fieldset-wrapper {
	display: flex;
}

.center_web_section .custom_form_wrapper .custom_form_item .fieldset-wrapper .js-form-item {
	margin-right: 15px;
}

.center_web_section .custom_form_wrapper .custom_form_item .form-control {
	border: 1px solid #efefef;
	background-color: #fff;
}

.center_web_section .form-actions {
	position: absolute;
	right: 40px;
	bottom: 43px;
}

.center_web_section .captcha-admin-links {
	position: absolute;
}

.center_web_section .captcha-admin-links * {
	color: #fff;
	padding-top: 10px;
}

.center_web_section .custom_form_wrapper .custom_form_item>legend,
.center_web_section .custom_form_wrapper>legend {
	display: none;
}

@media screen and (max-width: 767px) {
	.center_web_section .center_com_intro {
		column-count: inherit;
	}

	.center_web_section .custom_form_wrapper {
		padding: 20px 15px 25px;
	}

	.center_web_section .custom_form_wrapper .custom_form_item {
		padding-right: 0;
	}

	.center_web_section .custom_form_wrapper .custom_form_item .fieldset-wrapper {
		display: block;
	}

	.center_web_section .custom_form_wrapper .custom_form_item .fieldset-wrapper .js-form-item {
		margin-right: 0;
	}

	.center_web_section .form-actions {
		position: static;
	}
}

/*end center web section*/


.ccnc-service-site-finder-form .left-side-section {
	padding: 25px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	gap: 20px;
	box-shadow: rgb(60 64 67 / 6%) 0px 1px 2px 0px, rgb(60 64 67 / 23%) 0px 1px 3px 1px;
}

.ccnc-service-site-finder-form .left-side-section .form-item-stype {
	margin-top: 15px;
	margin-bottom: 15px;
}

.ccnc-service-site-finder-form .left-side-section .form-item-stype label {
	display: block;
}

.ccnc-service-site-finder-form .left-side-section .form-item-stype select {
	border-radius: 0;
	width: 100%;
	height: 46px;
}

.ccnc-service-site-finder-form .right-side-section table td {
	padding: 10px;
	background: #fff;
	border-bottom: 1px solid #e5e5e5;
}

.ccnc-service-site-finder-form .right-side-section div#map {
	margin-bottom: 20px;
	box-shadow: rgb(60 64 67 / 6%) 0px 1px 2px 0px, rgb(60 64 67 / 23%) 0px 1px 3px 1px;
}

.page-node-service-sites .product {
	border: 1px solid #e5e5e5;
	padding: 20px 25px;
}

.page-node-service-sites .product article>div:last-child {
	display: flex;
	flex-wrap: wrap;
}

.page-node-service-sites .product article>div:last-child .field {
	flex: 0 0 50%;
	margin-bottom: 18px;
}

.page-node-service-sites .product article>div:last-child .field .field__label {
	font-size: 14px;
	font-weight: 600;
	color: #434343;
}

.ccnc-service-site-finder-form .left-side-section .form-item-address {
	flex: 0 0 33.33%;
	flex-grow: 1;
}

.ccnc-service-site-finder-form .left-side-section .form-item-stype {
	flex: 0 0 33%;
	margin: 0;
}

.ccnc-service-site-finder-form .left-side-section .form-submit {
	padding: 14px 20px 13px;
}

.finder-form__heading-text {
	flex: 0 0 100%;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px;
}

.ccnc-service-site-finder-form .left-side-section .captcha-admin-links {
	display: none;
}

div#services-results-wrapper table {
	margin: 0;
}

.ccnc-service-site-finder-form .right-side-section .table-wrapper {
	overflow: auto;
	box-shadow: rgb(60 64 67 / 6%) 0px 1px 2px 0px, rgb(60 64 67 / 23%) 0px 1px 3px 1px;
	margin-bottom: 20px;
}

div#services-results-wrapper table thead th {
	background: #2786c9;
	color: #fff;
	padding: 20px;
	font-size: 14px;
}

div#services-results-wrapper table tbody td {
	padding: 20px;
	font-size: 15px;
}

div#services-results-wrapper table tbody td,
div#services-results-wrapper table tr th {
	width: 40%;
	min-width: 190px;
	text-align: left;
}

div#services-results-wrapper table tbody td:last-child,
div#services-results-wrapper table tr th:last-child {
	min-width: 138px;
	text-align: center;
}

div#services-results-wrapper table tbody td i {
	font-size: 16px;
	vertical-align: middle;
	margin-right: 8px;
	font-weight: 600;
	color: #2786c9;
}

div#services-results-wrapper table tbody td {
	color: #434343;
}

.finder-form__note {
	font-style: italic;
	background: #f9f9f9;
	padding: 20px;
	border: 1px solid #e5e5e5;
}

.finder-form__note h3 {
	font-size: 14px;
	margin-bottom: 8px;
	font-weight: 600;
}

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

.finder-form__images {
	display: flex;
	justify-content: center;
	margin-bottom: 15px;
	gap: 15px;
}

.finder-form__images img {
	width: 100%;
	max-width: 185px;
	max-height: 185px;
	border: 1px solid #efefef;
	object-fit: contain;
	padding: 15px;
	border-radius: 5px;
}

.finder-form__header {
	max-width: 800px;
	margin: auto;
	margin-bottom: 38px;
}

.finder-form__header p {
	font-size: 16px;
}

.finder-form__header p a {
	text-decoration: underline;
	font-weight: 600;
}

.finder-form__header h2 {
	font-size: 30px;
	margin-bottom: 24px;
}

/* Custom Tabs */
.custom-tabs-head {
	text-align: center;
	margin-bottom: 25px;
}

h2.custom-tabs-title {
	color: #1a5faa;
}

.custom-tabs-content ul.nav {
	padding-left: 0;
	text-align: center;
	margin-bottom: 35px;
}

.custom-tabs-content ul.nav li {
	width: auto;
	margin: 5px;
}

.custom-tabs-content ul.nav li a {
	padding: 12px;
	border-radius: 0;
	border-bottom: 2px solid #e5e5e5;
	color: #787878;
	font-size: 16px;
}

.custom-tabs-content ul.nav li.active a {
	background: transparent;
	color: #2786c9;
	border-color: unset;
}

.custom-tabs {
	margin: 60px 0;
}

.custom-tabs-content .tab-content ul {
	padding-left: 20px;
}

.custom-tabs-intro {
    max-width: 800px;
    margin: auto;
}

.custom-tabs-intro p {
	font-size: 14px;
}

@media only screen and (max-width: 767px) {
	.custom-tabs-content ul.nav li a {
		font-size: 13px;
	}

	.custom-tabs-intro>* {
		text-align: center;
	}

	.content-left {
		margin-bottom: 25px;
	}

	h2.custom-tabs-title {
		margin-bottom: 15px;
	}
}
.map-point-info {}

.map-point-info li span:first-child {
    width: 16px;
    height: 16px;
    display: inline-block;
    border-radius: 100px;
    border: 2px solid #ffffff;
    box-shadow: 0 0 4px 0px #0000005e;
    margin-right: 5px;
}

.icon-yellow {
    background: gold;
}

span.icon-green {
    background: darkgreen;
}

ul.map-point-info li {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

ul.map-point-info {
    padding: 0;
    list-style: none;
    margin-bottom: 25px;
}