/*
Theme Name: Strata Child
Theme URI: http://demo.qodeinteractive.com/strata/
Description: A child theme of Elision Theme. Tested up WordPress 4.9 running
Author: Saritasa
Author URI: https://www.saritasa.com/
Version: 1.0.13
Template: strata
*/

@import url('../strata/style.css');

body {
	color: #4e4e4e;
	font-family: 'FiraSans';
}

.nbutton {
	position: relative;
	display: inline-block;
	text-align: center;
	background: none;
	text-transform: uppercase;
	border-radius: inherit;
	border-width: 2px !important;
	box-sizing: content-box;
	font-family: inherit;
	text-decoration: none;
	cursor: pointer;
	white-space: nowrap;
	outline: 0;
	font-style: normal;
	text-shadow: none;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.nbutton:hover,
.nbutton:active,
.nbutton:focus {
	background: #000000;
	color: #ffffff !important;
	box-shadow: none;
}

.nbutton.large {
	height: 47px;
	line-height: 47px;
	font-size: 15px;
	padding: 0 22px;
}

.container_inner {
	width: auto;
	max-width: 1720px;
}

.hide {
	display: none;
}

.blue-box {
	color: #fff;
	background: #39aad6;
}

.blue-box h2 {
	color: #fff;
}

@media only screen and (min-width: 768px) {
	.wpcf7-form.invalid div.auto-fix-height .vc_column_container {
		min-height: 100px;
	}

	.wpcf7-form.invalid div.auto-fix-height .vc_column_container.no-fix-height {
		min-height: auto !important;
	}
}

.parent_contact_form div.contact_form .vc_column_container {
	margin-bottom: 10px;
}

.parent_contact_form div.contact_form {
	margin-bottom: 20px;
}

.parent_contact_form div.contact_form input[type='text'],
.parent_contact_form div.contact_form input[type='email'],
.parent_contact_form div.contact_form input[type='tel'],
.parent_contact_form div.contact_form textarea {
	background-color: #f5f5f5;
	color: #777;
	border: #f9f9f9;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.parent_contact_form div.contact_form textarea {
	padding: 8px 1.5%;
}

.parent_contact_form div.contact_form input[type='text'],
.parent_contact_form div.contact_form input[type='email'],
.parent_contact_form div.contact_form input[type='tel'] {
	padding: 15px 4%;
	width: 92%;
}

.parent_contact_form div.contact_form input[type='date'] {
	display: block;
	width: 100%;
	padding: 11.75px 16px;
	box-sizing: border-box;
	background-color: #f5f5f5;
	border: #f9f9f9;
	outline: 0;
	resize: none;
	font-size: 13px;
	line-height: 1;
	margin: 0 0 10px 0;
}

.parent_contact_form div.contact_form select {
	display: block;
	padding: 13px 16px;
	width: 100%;
	background-color: #f5f5f5;
	border: #f9f9f9;
	outline: 0;
	resize: none;
	font-size: 13px;
	line-height: 1;
	margin: 0 0 10px 0;
}

.parent_contact_form div.contact_form input[type='text']:hover,
.parent_contact_form div.contact_form input[type='text']:active,
.parent_contact_form div.contact_form input[type='text']:focus,
.parent_contact_form div.contact_form input[type='email']:hover,
.parent_contact_form div.contact_form input[type='email']:active,
.parent_contact_form div.contact_form input[type='email']:focus,
.parent_contact_form div.contact_form input[type='tel']:hover,
.parent_contact_form div.contact_form input[type='tel']:active,
.parent_contact_form div.contact_form input[type='tel']:focus {
	background-color: #f5f5f5;
	border: #f9f9f9;
}

.parent_contact_form div.contact_form strong {
	text-transform: uppercase;
	font-size: 13px;
}

.parent_contact_form div.contact_form .wpcf7-submit {
	font-weight: bold;
	color: #fff;
	background: #95c83c;
	padding: 0 30px;
	font-size: 14px;
	border: #95c83c;
}

.parent_contact_form div.wpcf7-response-output,
.parent_contact_form div.wpcf7-validation-errors {
	border: none;
	margin: 0 0 20px;
	padding: 0;
}

@media (min-width: 768px) {
	.parent_contact_form .contact_form .right-separator {
		margin-right: 1%;
	}

	.parent_contact_form .contact_form .right-separator.vc_col-sm-6 {
		width: 49%;
	}

	.parent_contact_form .contact_form .right-separator.vc_col-sm-3 {
		width: 24%;
	}

	.parent_contact_form .contact_form .right-separator.vc_col-sm-4 {
		width: 32.33%;
	}
}

.max-width-it {
	max-width: 1720px;
}

.max-width .section_inner,
.max-width .wpb_wrapper,
.max-width .container_inner,
.max-width .boxed .section .section_inner,
.max-width .grid_section .section_inner {
	max-width: 1720px;
	margin: 0 auto;
	padding: 0;
	width: auto;
}

.max-width .vc_column_container > .vc_column-inner,
.max-width .vc_row,
.max-width.vc_row {
	padding: 0;
	margin: 0;
}

.has-padding .section_inner {
	padding: 10px 30px !important;
}

.boxed .section .section_inner,
.grid_section .section_inner {
	width: auto;
}

.max-width .section_inner_margin,
.max-width .parallax_section_inner_margin {
	margin-left: 0;
	margin-right: 0;
}

a,
p a {
	color: #43b8d6;
}

.co-row {
	margin-top: 30px;
}
.co-left {
	float: left;
}
.co-right {
	float: right;
}

.co-align-right {
	text-align: right;
}
.co-align-left {
	text-align: left;
}
.co-align-center {
	text-align: center;
}

.co-w-50 {
	width: 50%;
}
.co-clear {
	clear: both;
}

.co-color-green {
	color: #39a9d5;
}
.co-color-silver {
	color: #ebebeb;
}

.co-bg-green {
	background-color: #39a9d5;
}
.co-bg-silver {
	background-color: #ebebeb;
}

.co-pt-20 {
	padding-top: 20px;
}
.co-pt-30 {
	padding-top: 30px;
}
.co-pt-40 {
	padding-top: 40px;
}
.co-pt-50 {
	padding-top: 50px;
}
.co-pt-60 {
	padding-top: 60px;
}
.co-pt-100 {
	padding-top: 100px;
}

.co-pb-20 {
	padding-bottom: 20px;
}
.co-pb-30 {
	padding-bottom: 30px;
}
.co-pb-40 {
	padding-bottom: 40px;
}
.co-pb-50 {
	padding-bottom: 50px;
}
.co-pb-60 {
	padding-bottom: 60px;
}
.co-pb-100 {
	padding-bottom: 100px;
}

.co-pl-20 {
	padding-left: 20px;
}
.co-pl-40 {
	padding-left: 40px;
}
.co-pl-50 {
	padding-left: 50px;
}
.co-pl-60 {
	padding-left: 60px;
}

.co-pr-20 {
	padding-right: 20px;
}
.co-pr-40 {
	padding-right: 40px;
}

.co-mr-10 {
	margin-right: 10px;
}
.co-mr-20 {
	margin-right: 20px;
}
.co-mr-40 {
	margin-right: 40px;
}
.co-mr-60 {
	margin-right: 60px;
}

.co-ml-10 {
	margin-left: 10px;
}
.co-ml-20 {
	margin-left: 20px;
}
.co-ml-40 {
	margin-left: 40px;
}
.co-ml-60 {
	margin-left: 60px;
}

.co-mt-20 {
	margin-top: 20px;
}
.co-mt-30 {
	margin-top: 30px;
}
.co-mt-40 {
	margin-top: 40px;
}
.co-mt-50 {
	margin-top: 50px;
}
.co-mt-60 {
	margin-top: 60px;
}

.co-mb-20 {
	margin-bottom: 20px !important;
}
.co-mb-30 {
	margin-bottom: 30px !important;
}
.co-mb-40 {
	margin-bottom: 40px !important;
}
.co-mb-50 {
	margin-bottom: 50px !important;
}
.co-mb-60 {
	margin-bottom: 60px !important;
}

.co-post-list-nobg {
	background: none !important;
	padding: 20px !important;
}

.co-post-list {
	background: #ebebeb;
	padding: 20px !important;
}

.list-it.co-post-list:nth-child(even) {
	background: #fff;
}

.list-it.co-post-list:last-child {
	margin-bottom: 20px !important;
}

.co-post-list h3 {
	font-size: 3em;
}
.co-post-list .qbutton {
	margin-top: 0 !important;
	font-family: 'FiraSans';
	font-weight: 700;
	font-size: 16px;
}
.co-section-social .q_social_icon_holder {
	padding-top: 20px;
	padding-right: 20px;
}

.gray-block {
	background-color: #f5f5f5;
}

.mobile_menu_button {
	height: 60px;
}
.content.content_top_margin {
	margin-top: 0 !important;
}
.header_bottom {
	padding: 0;
	border-bottom: none;
}
.header_bottom .container-inner {
	max-width: 100%;
	margin: 0 auto;
}
.q_logo {
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 9999;
}
nav.main_menu > ul > li > a span,
nav.main_menu > ul > li > a i {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.1vw;
	color: #000000;
}
nav.main_menu > ul > li > a {
	padding: 4px 26px 0 0;
}
nav.main_menu > ul > li > a:hover span {
	border-bottom: 6px solid #39a9d5;
	height: 50px;
}
.drop_down .wide .second .inner ul li.sub a i.q_menu_arrow {
	display: inline-block;
	color: #fff;
	font-size: 24px;
	padding-right: 10px;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.header_top_bottom_holder {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #fff;
}
@media only screen and (min-width: 1300px) {
	nav.main_menu ul li:first-child {
		padding-left: 280px;
	}
}
@media only screen and (max-width: 1300px) {
	nav.main_menu ul li:first-child {
		padding-left: 285px;
	}
	nav.main_menu > ul > li > a {
		padding: 4px 15px 0 0;
	}
}
.header_inner_right {
	padding: 0;
}
.header_inner_right ul.menu li a {
	color: #5a595b;
	font-size: 1.1vw;
	padding-top: 10px !important;
	padding-bottom: 15px !important;
}
.header_inner_right .side_menu_button .side_menu_button {
	opacity: 0;
	visibility: hidden;
}
.side_menu ul > li.menu-item-has-children > ul.sub-menu {
	display: none;
}
@media only screen and (max-width: 1000px) {
	.header_inner_right .side_menu_button .side_menu_button {
		opacity: 1;
		visibility: visible;
	}
	.header_inner_right .header-right-widget {
		display: none;
	}
}
.content {
	margin-top: 152px;
}
nav.main_menu {
	width: 100%;
	left: 0;
}
nav.main_menu > ul {
	left: 0;
	width: 100%;
}
.drop_down .second.bellow_header .inner > ul,
.drop_down .second .inner ul li ul {
	background: #1d2757;
	color: #ffffff;
	border: none;
	border-radius: inherit;
	-webkit-border-radius: inherit;
	-moz-border-radius: inherit;
	-o-border-radius: inherit;
}
.drop_down .wide .second.bellow_header .inner > ul {
	padding: 50px;
}
.drop_down .second .inner ul li ul {
	padding-left: 40px;
}
.drop_down .wide .second .inner > ul > li > a,
.drop_down .second .inner ul li a,
.drop_down .second .inner ul li h5,
.drop_down .wide .second ul li ul li.menu-item-has-children > a {
	color: #ffffff;
}
.drop_down .wide .second .inner ul li a {
	border: none;
}
.drop_down .wide .second .inner > ul > li {
	height: inherit !important;
	padding: 0 !important;
}
.drop_down .wide .second .inner > ul > li.menu-view-all {
	clear: both;
	width: 100% !important;
}
.drop_down .wide .second .inner > ul > li.menu-view-all a {
	border-bottom: none;
	border-top: 1px solid #eaeaea;
	margin-top: 50px;
	padding-top: 20px;
	color: #39a9d5;
	text-transform: uppercase;
	font-size: 16px;
	font-family: 'FiraSans';
}
.drop_down .second .inner ul li.sub ul li a,
.drop_down .second .inner ul li a {
	font-size: 16px;
	text-transform: uppercase;
	font-family: 'FiraSans';
	font-weight: 300;
}
.drop_down .wide .second .inner > ul > li > a {
	font-size: 24px;
	line-height: 1.5;
	margin-bottom: 20px;
	border-bottom: 1px solid #eaeaea;
	margin-left: 40px;
	text-transform: inherit;
}
.drop_down .wide .second ul li ul li.menu-item-has-children > a:hover {
	color: #00aeef;
}
.drop_down .wide .second ul li ul li {
	width: 100%;
}
.header-widget.widget_nav_menu ul ul {
	top: 57px;
	left: inherit;
	background: #1d2757;
	border: none;
	border-radius: inherit;
}
.header_inner_right ul#menu-top-right-menu li .sub-menu a {
	color: #ffffff;
	font-size: 16px;
	text-transform: uppercase;
	font-family: 'FiraSans';
	font-weight: 300;
	padding-bottom: 0;
}
.header-widget.widget_nav_menu ul.menu > li {
	position: inherit;
}
.header-widget.widget_nav_menu ul.menu li ul li:last-child a {
	border-bottom: 1px solid;
}
#co-right-menu .menu-top-right-menu-container ul li > ul.sub-menu {
	right: -20px;
	left: inherit;
	top: 57px;
	background: #1d2757;
	padding-top: 40px;
	padding-bottom: 40px;
}
#co-right-menu .menu-top-right-menu-container .co-scroll > ul.sub-menu {
	max-height: 600px;
	overflow-y: scroll;
	overflow-x: hidden;
}
#co-right-menu .menu-top-right-menu-container ul li > ul.sub-menu li {
	width: 22%;
	float: left;
	margin-left: 40px;
}
#co-right-menu .menu-top-right-menu-container ul li > ul.sub-menu li ul {
	display: block;
	width: 100%;
	border: none;
	border-radius: inherit;
	position: inherit;
	background: #1d2757;
	padding: 0;
	margin-top: 20px;
	margin-bottom: 10px;
	min-height: 65px;
}
#co-right-menu .menu-top-right-menu-container ul.sub-menu li ul li {
	float: none;
	margin-left: 0;
}
#co-right-menu .menu-top-right-menu-container ul.sub-menu > li > a {
	text-transform: inherit;
	font-family: 'FiraSans';
	color: #ffffff;
	font-size: 24px !important;
	padding: 0 !important;
}
#co-right-menu .menu-top-right-menu-container ul.sub-menu li ul li a {
	color: #ffffff;
	text-transform: uppercase;
	font-family: 'FiraSans';
	font-weight: 300;
	font-size: 16px !important;
	border: none;
	padding-bottom: 0;
	white-space: inherit;
	height: auto;
	line-height: 20px;
	padding-bottom: 10px;
}
#co-right-menu ul ul > li.menu-item-has-children > a:before {
	display: inline-block;
	content: '\f105';
	font-family: 'FontAwesome', sans-serif;
	margin-right: 5px;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#co-right-menu ul ul > li.menu-item-has-children:hover a:before {
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
#co-right-menu ul ul > li.menu-item-has-children > ul {
	max-height: 0;
	min-height: 0 !important;
	transition: all 0.3s ease-out;
	overflow: hidden;
}
#co-right-menu ul ul > li.menu-item-has-children:hover ul {
	max-height: 1000px;
	min-height: 65px;
	display: block;
	transition: all 0.4s ease-in;
}
#co-right-menu .menu-top-right-menu-container ul.sub-menu li a:hover {
	color: #00aeef;
}
#menu-main-menu > li.current_page_item > a span,
#menu-main-menu a:hover,
#menu-main-menu li.menu-item-has-children.active > a span,
#menu-main-menu li.menu-item-has-children.active li.current_page_item a span,
ul.sub-menu li.current_page_item a,
ul.menu li.current_page_item a:hover,
#co-right-menu ul.menu > li.current_page_ancestor.current-page-ancestor > a,
ul.sub-menu li.current-menu-parent.menu-item-has-children > a,
ul.sub-menu li.current_page_item a,
ul.sub-menu li a:hover {
	color: #00aeef !important;
}
.menu-top-right-menu-container
ul.menu
ul.sub-menu
li:not(.menu-item-has-children)
a:after {
	content: '';
}
#velarochat-container-dynamic {
	z-index: 99999 !important;
}
#velaro-mobile-inline {
	z-index: 99999 !important;
	display: block;
}
@media only screen and (min-width: 1000px) and (max-width: 1300px) {
	.touch .content {
		margin-top: 60px !important;
	}
	#co-right-menu .menu-top-right-menu-container ul li > ul.sub-menu li {
		margin-left: 30px !important;
	}
	#co-right-menu .menu-top-right-menu-container ul li > ul.sub-menu li li {
		margin-left: 10px !important;
	}
	#co-right-menu .menu-top-right-menu-container ul.sub-menu > li > a {
		font-size: 18px !important;
	}
	#co-right-menu .menu-top-right-menu-container ul.sub-menu li ul li a {
		font-size: 14px !important;
	}
}
.co_ajax_loader_wrapper {
	position: fixed;
	background: rgba(0, 0, 0, 0.9);
	width: 100%;
	height: 100%;
	z-index: 999999;
	top: 0;
	left: 0;
	display: none;
}
.co_ajax_loader_wrapper .co_ajax_loader {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	width: 60px;
	height: 60px;
	margin: -30px 0 0 -40px;
	border: 10px solid #f3f3f3;
	border-radius: 50%;
	border-top: 10px solid #3498db;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
}

@media only screen and (max-width: 1000px) {
	.header_inner_right ul#menu-top-right-menu li a {
		font-size: 15px;
	}
	.logo_wrapper {
		left: 60px;
		height: 60px !important;
	}
	.logo_wrapper .q_logo {
		top: 0;
	}
	.logo_wrapper .q_logo img {
		padding-top: 10px;
		top: 0;
		left: 0;
	}
	.title {
		padding: 0 !important;
	}
}

@media only screen and (max-width: 600px) {
	header .header_inner_right {
		position: relative;
	}
	#menu-top-right-menu .wide > ul.sub-menu {
		display: none;
	}
	.header-widget.widget_nav_menu ul.menu li a {
		padding: 0 0 0 10px;
	}
}

/*IPhone portrait and smaller. You can probably stop on 320px*/
@media (max-device-width: 320px) {
	header .header_inner_right {
		margin-top: 0px;
	}
	.header_inner_right ul#menu-top-right-menu {
		padding-top: 0;
	}
	.header_inner_right ul#menu-top-right-menu li a {
		font-size: 14px;
	}
}

@media only screen and (max-width: 350px) {
	header .header_inner_right {
		margin-top: 0;
	}
}

@media only screen and (max-device-width: 600px) and (-webkit-max-device-pixel-ratio: 4) and (-webkit-device-pixel-ratio: 4) {
	header .header_inner_right {
		margin-top: 0 !important;
	}

	.header_inner_right ul#menu-top-right-menu {
		padding-top: 0 !important;
	}
	header .q_logo img.normal {
		height: 75% !important;
	}
}
/*@media only screen and (min-device-width : 360px) and (max-device-width : 640px) {*/
/*.home .header_inner_right ul#menu-top-right-menu {*/
/*padding-top: 40px;*/
/*}*/
/*.home ul#menu-top-right-menu li a {*/
/*padding-left: 15px;*/
/*}*/
/*}*/

/*IPhone portrait and smaller. You can probably stop on 320px*/
@media (max-device-width: 320px) and (-webkit-max-device-pixel-ratio: 3) and (-webkit-device-pixel-ratio: 3) {
	header .header_inner_right {
		margin-top: 0 !important;
	}
	.header_inner_right ul#menu-top-right-menu {
		padding-top: 0 !important;
	}
}

header .header_inner_left {
	position: inherit;
}
.side_menu_button {
	height: 20px !important;
}
.header_inner_right ul#menu-top-right-menu li.co-login a:before {
	content: '\f007';
	width: 16px;
	height: 24px;
	display: inline-block;
	color: #39a9d5;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 20px;
	font-size: 18px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.header-widget.widget_nav_menu {
	padding: 15px 20px 0 0;
}
.side_menu_button {
	vertical-align: top;
}
.side_menu_button > a {
	color: #39a9d5;
	font-size: 1.1vw;
}
.header_inner_right .side_menu_button_wrapper {
	position: absolute;
	right: -54px;
	top: 24px;
}
.qbutton {
	text-align: center;
	background: none;
	text-transform: uppercase;
	border-radius: inherit;
	border-width: 2px !important;
}
.qbutton:hover {
	background: #000000;
	color: #ffffff !important;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
.breadcrumb {
	position: inherit;
	font-size: 13px;
	padding: 10px 0;
	color: #5a595b;
	text-transform: uppercase;
}

@media only screen and (max-width: 1800px) {
	.breadcrumb {
		padding: 10px;
	}
}

.breadcrumb a {
	color: #39a9d5;
	font-weight: bold;
}
.breadcrumb .current {
	color: #5a595b;
	font-weight: bold;
}

.footer_top {
	border-bottom: none;
}
.five_columns > div {
	width: 18% !important;
}
.five_columns > .column1 {
	width: 23% !important;
	border-right: 1px solid #bfbfbf;
	padding-left: 1%;
	padding-right: 2%;
	margin-right: 1.5%;
}
.five_columns > div > .column_inner {
	padding: 10px;
}
.footer_top .column1 .column_inner {
	padding-left: 50px;
	padding-right: 10px;
}

@media only screen and (max-width: 700px) {
	.footer_top .column1 .column_inner {
		padding-left: 10px;
	}
}

.footer_top_holder {
	background-color: #f5f5f5;
	border-bottom: none;
}
.footer_top h4,
.footer_top a,
.footer_top p,
.footer_top span,
.footer_top li,
.footer_top .textwidget {
	color: #313131;
}
.footer_top .column1 .textwidget {
	font-size: 13px;
}
.footer_top h4 {
	font-weight: bold;
	color: #4a4a4a;
	font-size: 16px;
}

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

.footer_bottom {
	text-align: left;
	line-height: 30px;
	height: 30px;
}

@media only screen and (max-width: 700px) {
	.footer_bottom {
		height: 60px;
	}
}

.footer_bottom_holder {
	background-color: #ffffff;
}
.footer_bottom ul {
	list-style: none;
}
.footer_bottom ul li {
	display: inline-block;
	position: relative;
}
.footer_bottom ul li a {
	color: #aaaaaa;
	padding: 0 12px;
	font-size: 11px;
}
#co_footer_top {
	background: #182957;
	color: #ffffff;
	padding: 20px 0;
	margin-top: 20px;
	z-index: 100;
}
#co_footer_top .three_columns {
	width: 97%;
	margin: auto;
}

#co_footer_top .column2 {
	text-align: center;
	margin-top: 5px;
}

#co_footer_top .column3 {
	text-align: right;
	margin-top: 10px;
}
#co_footer_top #back_to_top:hover i {
	color: #43b8d6;
}
#co_footer_top .column3 .q_social_icon_holder {
	margin-left: 15px;
}

@media only screen and (max-width: 600px) {
	#co_footer_top {
		padding: 15px 0;
	}
	#co_footer_top .container_inner {
		padding: 0 10px;
	}
	#co_footer_top .column1 {
		text-align: center;
	}
	#co_footer_top .column2 {
		float: right;
		width: 15%;
		text-align: right;
	}
	#co_footer_top .column3 {
		float: left;
		width: 79%;
		text-align: left;
	}
	#co_footer_top #back_to_top span {
		width: 30px;
	}
}

#back_to_top {
	position: relative;
	right: 0;
	z-index: 100;
}
#back_to_top.on,
#back_to_top.off {
	right: 0;
	opacity: 1;
}
#back_to_top span {
	border: none;
	background: transparent;
}
#back_to_top span i {
	font-size: 30px;
	color: #ffffff;
}
#back_to_top:hover span {
	border: 0;
	background-color: #182a54;
}

.co-blue-icon-button {
	color: #ffffff;
	font-weight: bold;
	background: #39a9d5;
	border: none;
	padding: 2px 10px 2px 39px;
	font-size: 13px;
	width: auto;
	height: 33px;
	line-height: 33px;
	margin: 0 8px 8px 0;
}

.co-blue-icon-button.large {
	padding: 0 22px 0 45px;
}

.co-blue-icon-button.min-width-150 {
	min-width: 156px;
	text-align: left;
}

.co-blue-icon-button.min-width-180 {
	min-width: 180px;
	text-align: left;
}
.co-blue-icon-button.width-300 {
	width: 300px !important;
}

.co-blue-icon-button.large i {
	margin: 5px 0 0 17px;
}

.co-blue-icon-button i {
	display: block;
	position: absolute;
	top: 8px;
	left: 0;
	font-size: 20px;
}

@media only screen and (min-width: 1300px) {
	.btn-scalable .co-blue-icon-button.large {
		padding: 3px 45px !important;
		font-size: 19px !important;
	}
}

/* co-block-1 common case */
/* co-block-2 when can not apply from co-block-1. */
.co-block-2 > .clearfix,
.co-block-1 > .vc_column-inner > .wpb_wrapper {
	padding: 4vw 6vw !important;
}

/* Override .co-block-2>.clearfix for special case */
.parent-co-block-2 .co-block-2 .section_inner {
	padding: 45px 80px !important;
}

.scalable p,
.scalable .wpb_wrapper p,
.co-block-2 > .clearfix p,
.co-block-1 > .vc_column-inner > .wpb_wrapper p {
	font-size: 1.1vw !important;
}

.scalable h2,
.scalable .wpb_wrapper h2,
.co-block-2 > .clearfix h2,
.co-block-1 > .vc_column-inner > .wpb_wrapper h2 {
	font-size: 2.3vw !important;
	font-weight: normal;
}

.scalable h3,
.scalable .wpb_wrapper h3,
.co-block-2 > .clearfix h3,
.co-block-1 > .vc_column-inner > .wpb_wrapper h3 {
	font-size: 1.6vw !important;
	font-weight: normal;
}
.scalable h3.content-title {
	display: block;
	border-bottom: 1px solid #d7d7d7;
	padding-bottom: 6px;
	margin-bottom: 12px;
	color: #192958;
}
.scalable ol {
	margin: 0 0 15px 20px;
	padding: 0;
}
.scalable ol li {
	line-height: 1.5;
	padding: 0;
	text-indent: 0;
}
.scalable h4,
.scalable li,
.scalable .wpb_wrapper h4,
.co-block-2 > .clearfix h4,
.co-block-1 > .vc_column-inner > .wpb_wrapper h4 {
	font-size: 1.3vw !important;
	font-weight: normal;
}
.scalable li {
	line-height: 1.5;
	padding-left: 40px;
	text-indent: -28px;
	font-size: 1.1vw !important;
}

@media only screen and (max-width: 1300px) {
	.scalable p,
	.scalable .wpb_wrapper p,
	.co-block-2 > .clearfix p,
	.co-block-1 > .vc_column-inner > .wpb_wrapper p {
		font-size: 16px !important;
	}

	.scalable h2,
	.scalable .wpb_wrapper h2,
	.co-block-2 > .clearfix h2,
	.co-block-1 > .vc_column-inner > .wpb_wrapper h2 {
		font-size: 28px !important;
	}

	.scalable h3,
	.scalable .wpb_wrapper h3,
	.co-block-2 > .clearfix h3,
	.co-block-1 > .vc_column-inner > .wpb_wrapper h3 {
		font-size: 17px !important;
	}

	.scalable h4,
	.scalable li,
	.scalable .wpb_wrapper h4,
	.co-block-2 > .clearfix h4,
	.co-block-1 > .vc_column-inner > .wpb_wrapper h4 {
		font-size: 16px !important;
	}
}
/* co-block-1:end */

/* Footer Responsive */
@media only screen and (min-width: 300px) and (max-width: 600px) {
	#co_footer_top .column2 i {
		font-size: 20px;
	}
	.footer_top .five_columns div {
		width: 100% !important;
		border: 0 !important;
		display: block;
    padding: 0;
    box-sizing: border-box;
	}
	.footer_top .five_columns .column_inner {
		padding-left: 50px;
		padding-bottom: 10px;
	}
}

@media only screen and (max-width: 700px) {
	.five_columns > div {
		padding-left: 0%;
	}
}

.title_subtitle_holder_inner h1,
.animate_title_text .title h1,
.title.title_size_large h1 {
	color: #ffffff;
	font-size: 4vw;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'FiraSans';
	font-weight: 700;
}
.title_subtitle_holder_inner h1 {
	text-align: center;
}
.title_subtitle_holder_inner .subtitle {
	font-size: 30px;
	font-weight: bold;
}
.page-parent .title_subtitle_holder_inner h1.title-solutions {
	color: #ffffff;
	font-size: 6vw !important;
	font-weight: bold !important;
	text-transform: uppercase !important;
	text-align: center;
}
.wpb_wrapper h2 {
	font-size: 2em;
	font-weight: bold;
	margin: 20px 0;
}

.wpb_wrapper p {
	font-size: 14px;
	line-height: 1.5;
	padding: 0 0 20px;
}
.co-btn-solution {
	color: #ffffff !important;
	font-weight: 600 !important;
	background: #39a9d5 !important;
	border: none !important;
	padding: 2px 10px !important;
	padding-left: 50px !important;
	font-size: 16px !important;
	width: 170px;
}
.co-btn-solution i {
	display: block !important;
	position: absolute !important;
	top: 10px !important;
	left: -5px !important;
}

/* https://stackoverflow.com/questions/10989238/center-align-image-within-div-horizontally */
.center-transform {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%); /* IE 9 */
	-webkit-transform: translate(-50%, -50%); /* Chrome, Safari, Opera */
}

.slide-container {
	position: relative;
}

.slide-container .flex-prev {
	left: 0;
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	-ms-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}
.slide-container .flex-next {
	right: 0;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	-ms-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}

.slide-container .flex-direction-nav a i {
	line-height: 80px;
}

.slide-container .flex-direction-nav a {
	opacity: 100;
	filter: alpha(opacity=100);
	background-color: transparent;
}

.slide-container ul.item-slides {
	list-style-type: none;
}

.slide-container .flex-control-paging {
	text-align: center;
	padding-top: 15px;
}
.slide-container .flex-control-paging li {
	display: inline;
	margin-right: 10px;
}
.slide-container .flex-control-paging li a {
	width: 18px;
	height: 18px;
	display: inline-block;
	cursor: pointer;
	text-indent: -9999px;
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
	-o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background-color: #ebebeb;
}
.slide-container .flex-control-paging li a.flex-active {
	background-color: #39aad6;
}

.qbutton.center {
	margin-top: 20px;
	border-color: #000;
	color: #000;
	font-size: 18px;
	padding: 5px 20px;
}
@media only screen and (min-width: 300px) and (max-width: 600px) {
	.title.has_background {
		margin-top: 0;
	}
	.title .title_holder {
		padding-top: 10px !important;
	}
}

.col-container {
	display: table;
	width: 100%;
}
.col {
	display: table-cell;
	padding: 16px;
}

img.white {
	-webkit-filter: brightness(15);
	filter: brightness(15);
}

.title-box {
	text-align: center;
	font-weight: normal;
	font-size: 2.4vw;
	padding: 20px;
}

/*.co-tab {
    display: block;
    text-align: center;
}*/

.co-tab .co-tab-nav {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: inline-block;
}

.co-tab .co-tab-nav li {
	float: left;
}

.co-tab .co-tab-nav li a {
	display: block;
	color: white;
	text-align: center;
	padding: 16px;
	text-decoration: none;
}

.co-tab .co-tab-nav .tab-hidden {
	display: none;
}

.co-tab .co-tab-content {
	display: none;
	text-align: left;
	color: #000;
}

.co-tab .co-tab-content table td.bg-green {
	background-color: #48bb78;
}

.co-tab .co-tab-content table td.bg-green-dark {
	background-color: #38a169;
}

.co-tab .co-tab-content table td.bg-yellow {
	background-color: #f6e05e;
}

.co-tab .co-tab-content table td.bg-orange {
	background-color: #ed8936;
}

.co-tab .co-tab-content table td.bg-red {
	background-color: #e53e3e;
}

.co-tab .co-tab-content.active {
	display: block;
}

.no_bg {
	background: none !important;
}

.gray-bottom-line {
	border-bottom: 1px solid #ccc;
}

.has-select select {
	font-family: 'FontAwesome', 'Roboto';
	width: 98%;
	margin: 0 0 10px 0;
	padding: 15px;
	outline: 0;
	resize: none;
	font-size: 13px;
	border: 1px solid #f9f9f9;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #f5f5f5;
	color: #777;
	height: 40px;
}

.has-select.select-multi select {
	height: 100px;
}

.vc_col-sm-12.col-12 select {
	width: 100%;
	padding: 10px;
	height: 45px;
}
.dark-blue a {
	color: #182957;
}

/* Custom common CSS - end */

/* Pagenation */
.pagination ul li.active span {
	background: #112456;
	color: #ffffff;
}
.pagination ul li.prev a,
.pagination ul li.next a {
	position: relative;
	margin-right: 5px;
}
#pagenation {
	margin-bottom: 20px;
	margin-top: 40px;
}
#pagenation a {
	font-size: 18px;
	margin-left: 10px;
}
#pagenation .page-numbers {
	background: #f3f3f3;
	padding: 10px 15px;
	color: #43b8d6;
}
#pagenation .page-numbers:hover {
	text-decoration: underline;
}
#pagenation .page-numbers.current {
	padding: 13px 15px;
	display: inline;
	font-size: 20px;
	margin-left: 15px;
	background: #112456;
	color: #ffffff;
}
#pagenation span.dots {
	margin-left: 10px;
	color: #000000;
	background: none;
}
/* Slider 3 columns
 ----------------------------------------------------------- */
.three-columns-slider {
	position: relative;
	zoom: 1;
	width: 80%;
	margin: auto;
}

.three-columns-slider ul {
	list-style: none;
}

.three-columns-slider .flex-viewport {
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}

.three-columns-slider .item-container {
	margin: 20px;
	background: #fff;
	min-height: 300px;
	-webkit-flex: 1; /* Safari */
	-ms-flex: 1; /* IE 10 */
	flex: 1; /* Standard syntax */
	height: auto;
}

.three-columns-slider .item-container .item-wrapper {
	padding: 30px;
}

.three-columns-slider .item-container .item-wrapper h3 {
	font-size: 1vw !important;
	font-weight: bold;
	margin-bottom: 10px;
}

.three-columns-slider.change-default .slick-slide img {
	height: 3.5vw;
}

.three-columns-slider.change-default .slick-slide p {
	font-size: 1vw !important;
}

@media only screen and (max-width: 1300px) {
	.three-columns-slider .item-container .item-wrapper h3 {
		font-weight: bold;
		font-size: 14px !important;
	}

	.three-columns-slider.change-default .slick-slide img {
		height: 48px;
	}

	.three-columns-slider.change-default .slick-slide p {
		font-size: 15px !important;
	}
}

.three-columns-slider .wpb_wrapper {
	background: #f5f5f5;
}

.three-columns-slider .flex-prev {
	left: -40px;
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	-ms-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}

.three-columns-slider .flex-next {
	right: -40px;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	-ms-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}

@media only screen and (max-width: 500px) {
	.three-columns-slider .flex-prev {
		left: -25px;
	}

	.three-columns-slider .flex-next {
		right: -25px;
	}
}
.three-columns-slider .flex-direction-nav a {
	opacity: 100;
	filter: alpha(opacity=100);
	background-color: #f4f4f4;
}

.three-columns-slider .flex-direction-nav a i {
	line-height: 40px;
	color: #57585b;
	font-size: 80px;
}

.three-columns-slider .co-learn-more {
	font-weight: bold;
}

/* Slider 3 columns - End */

table.cabinet-table {
	width: 100%;
	border: 1px solid #d7d7d7;
}
table.cabinet-table td,
table.cabinet-table th {
	vertical-align: middle;
	font-size: 15px;
	line-height: 20px;
	padding: 9px 12px;
	text-align: left;
	border: 1px solid #d7d7d7;
}
table.cabinet-table td:nth-child(1),
table.cabinet-table th:nth-child(1) {
	text-align: left;
	vertical-align: top;
}
table.cabinet-table td.main-title {
	background: #32a8d8;
	color: white;
	padding: 6px 12px;
}
table.cabinet-table td.main-title h3 {
	color: #ffffff;
}
.lightblue-txt,
.light-blue-txt {
	color: #00b6de;
}

/* Home
 ----------------------------------------------------------- */
.home .element_from_bottom.element_from_bottom_on > div {
	-webkit-animation: 0;
	-moz-animation: 0;
	-o-animation: 0;
	animation: 0;
}
.home .video_section:first-child {
	margin-top: 60px;
}
.home #co-right-menu ul.menu > li > a {
	display: inline-block;
	padding: 0 0 0 15px;
	color: #5a595b;
	font-size: 1.1vw;
	padding-bottom: 20px;
}
.home .header_inner_right ul.menu li a {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}
.home .header-widget.widget_nav_menu {
	padding: 0px 40px 0 0;
}
.home .search_button i,
.home .side_menu_button i {
	font-size: 14px;
}
.home .header_inner_right ul#menu-top-right-menu li.co-login a:before {
	font-size: 20px;
}
.home .section .video-wrap,
.home .section .mobile-video-image {
	height: 210px !important;
}
.home .co-align-top-video {
	margin-bottom: 10px !important;
}
.home .co-align-top-video .video-wrap {
	overflow: initial;
}

.home .video-overlay.active,
.home .video-overlay {
	background: none !important;
}
.home .video_section .section_inner {
	width: 100%;
}
.home .container_inner {
	width: 100%;
}
.home .header_inner_right .side_menu_button_wrapper {
	top: 20px;
}
.co-home-video .vc_column-inner {
	padding: 0;
}
.co-home-video .co-video-text {
	cursor: pointer;
	position: relative;
	overflow: hidden;
	width: 100%;
	min-height: 210px;
	font-family: 'FiraSans';
	font-weight: 700;
	color: #ffffff;
}
.co-home-video .co-video-text h2 {
	font-size: 5vw;
	text-transform: uppercase;
	color: #ffffff;
	display: block;
	line-height: inherit;
	opacity: 1;
	transition: all 0.2s ease-in-out;
	text-align: left;
	margin-top: 100px;
	margin-left: 80px;
}
.co-home-video .co-video-text p {
	font-size: 1.5vw;
	display: block;
	text-align: left;
	width: 70%;
	padding: 0;
	margin: 0 auto;
	margin-top: -60px;
	margin-left: 80px;
	opacity: 0;
	transition: all 0.4s ease-in;
}
.co-home-video a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999;
	color: transparent;
	border: none;
	box-shadow: none;
}
.co-home-video a:hover {
	color: transparent;
}
.co-home-video a:hover + .co-video-text h2 {
	opacity: 0;
	margin-left: 120px;
}
.co-home-video a:hover + .co-video-text p {
	opacity: 1;
	margin-top: -80px;
}
#co-logo-video {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 300px;
	height: 100px;
	background-size: contain;
	z-index: 1045;
}
#co-title-video {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	margin-top: -10%;
	margin-left: -50%;
	z-index: 1044;
	font-size: 6vw;
	font-family: 'FiraSans';
	font-weight: 700;
	color: #ffffff;
	text-align: center;
}
/* Footer Responsive */
@media only screen and (min-width: 300px) and (max-width: 600px) {
	.co-home-video .co-video-text h2 {
		font-size: 40px;
	}
	.co-home-video .co-video-text p {
		font-size: 16px;
	}
}
@media only screen and (max-device-width: 360px) and (-webkit-max-device-pixel-ratio: 4) and (-webkit-device-pixel-ratio: 4) {
	.home header .header_inner_right {
		padding-top: 65px !important;
	}
	.home ul#menu-top-right-menu li a {
		padding-left: 15px !important;
	}
}
#co-home-page .top-banner {
	display: flex;
	align-items: center;
	background-position: top center !important;
	height: 600px;
	padding-top: 39px;
}
#co-home-page .top-banner-wrapper h1 {
	color: #ffffff;
	font-size: 4vw;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'FiraSans';
	font-weight: 700;
}
#co-home-page .top-banner-wrapper h2 {
	text-transform: inherit;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 50px;
	margin-top: 0;
}
#co-home-page .top-banner-wrapper {
	max-width: 70%;
	margin: 0 15%;
}
#co-home-page .btn-scalable .co-blue-icon-button.large {
	padding: 3px 30px 3px 30px !important;
	margin-right: 30px;
}
#co-home-page .top-banner-wrapper .qbutton:hover {
	background: #fff;
	color: #39a9d5 !important;
}
#co-home-page .co-wrapper .vc_column-inner {
	width: 80%;
	max-width: 1100px;
	padding: 50px 0;
	margin: 0 auto;
}
#co-home-page .co-row-wrapper {
	width: 80%;
	max-width: 1100px;
	margin: 0 auto;
}
#co-home-page .co-wrapper h2 {
	font-size: 40px;
	font-weight: bold;
	color: #000000;
}
#co-home-page .co-wrapper p {
	font-size: 16px;
}
#co-home-page .co-card h3 {
	font-size: 24px;
	color: #000;
	font-weight: bold;
	margin: 25px 0 10px 0;
}
#co-home-page .co-card p {
	padding: 0 40px;
}
#co-home-page .co-card a {
	font-weight: bold;
	font-size: 16px;
	margin-top: 5px;
	display: block;
}
#co-home-page .co-card-button {
	display: block;
	text-align: center;
	padding: 20px;
	border: 4px solid #eaf6fb;
	width: 180px;
}
#co-home-page .co-card-button p {
	font-size: 16px;
	padding-top: 5px;
	padding-bottom: 0;
}
#co-home-page .co-card-button:hover {
	background: #eaf6fb;
}
#co-home-page .co-text-full-white,
#co-home-page .co-text-full-white h2 {
	color: #fff;
}
#co-home-page .co-text-full-white .qbutton.large {
	display: table;
	margin: 0 auto;
	text-align: center;
	width: fit-content;
	font-weight: bold;
	background: #049cd4;
	border: none;
}
#co-home-page .co-text-full-white .qbutton.large:hover {
	background: #fff;
	color: #049cd4 !important;
}
@media only screen and (max-width: 768px) {
	#co-home-page .top-banner-wrapper {
		max-width: 80%;
		margin: 0 10%;
	}
	#co-home-page .title h2 {
		font-size: 12px;
	}
	#co-home-page .co-wrapper h2 {
		font-size: 24px;
	}
	.co-card {
		margin-bottom: 30px;
	}
	.co-card-button {
		margin: 0 auto;
		margin-bottom: 30px;
	}
	#co-home-page .btn-scalable .co-blue-icon-button.large {
		display: block;
		font-size: 15px;
		width: 200px;
		max-width: 100%;
		padding: 3px 10px 3px 10px !important;
		margin: 0 auto 20px auto;
		box-sizing: border-box;
	}
	#co-home-page .co-block-2 .section_inner {
		padding: 0 !important;
	}
}
/* Home - End */

/* Solutions
 ----------------------------------------------------------- */
.block-2-columns-img-text .wpb_wrapper h2 {
	font-size: 40px;
	font-family: 'FiraSans';
	font-weight: 300;
	margin-bottom: 0px;
}

.block-2-columns-img-text .wpb_text_column p {
	font-size: 18px;
	color: #4e4e4e;
	margin-top: 20px;
	font-family: 'FiraSans';
	font-weight: 300;
}

.solution-national-internet-exchange .qbutton.large i {
	margin: 0px 0 0 15px;
}

.solution-national-internet-exchange .freedom-of-choice .wpb_wrapper {
	padding: 30px;
}

.solution-national-internet-exchange
.three-goals
.wpb_single_image
.vc_single_image-wrapper {
	margin-bottom: 35px;
}

.solution-national-internet-exchange .three-goals p {
	font-size: 15px;
	padding: 20px;
}

.solution-national-internet-exchange .image_holder {
	width: 33%;
}

.solution-national-internet-exchange
.related_resource_slider
.item-container
img {
	height: 60px;
}

.solution-national-internet-exchange
.related_resource_slider
.item-container
h3 {
	font-size: 15px;
	margin-bottom: 10px;
}

/* Fix::Read more link */
.solution-national-internet-exchange
.related_resource_slider
.item-container
p:last-child {
	padding-bottom: 0px;
}

.solution-national-internet-exchange .co-related-contents.section {
	margin-top: 20px;
}

.co-solution-image img {
	max-height: 519px;
}
.co-row-solutions .qbutton.center {
	font-family: 'FiraSans';
	font-weight: 700;
}
.co-row-solutions p {
	font-family: 'FiraSans';
	font-weight: 300;
}
.co-row-solutions .co-w-50 {
	width: 35%;
}
.solution-national-block-map {
	padding: 20px 0;
}

.co-block-1.change-default > .vc_column-inner > .wpb_wrapper h4 {
	font-size: 1.1vw !important;
	font-weight: bold;
	margin-bottom: -10px;
}

@media only screen and (max-width: 1300px) {
	.co-block-1.change-default > .vc_column-inner > .wpb_wrapper h4 {
		font-size: 15px !important;
	}
}

.solution-national-internet-exchange.video-block .video-player {
	margin-bottom: 20px;
	width: 40%;
}

.solution-national-internet-exchange.video-block .video-description {
	width: 60%;
	padding-left: 50px;
}

.solution-national-internet-exchange.video-block .video-player .wpb_wrapper {
	padding: 0 50px 0 0;
}

@media only screen and (max-width: 768px) {
	.solution-national-internet-exchange.video-block .video-player .wpb_wrapper {
		padding: 0;
	}

	.solution-national-internet-exchange.video-block .video-description {
		padding-left: 0;
	}
}

@media only screen and (max-width: 1400px) {
	/*.solution-national-internet-exchange.video-block .video-player {
        width: 40%;
    }

    .solution-national-internet-exchange.video-block .video-player .wpb_wrapper {
        padding: 0 50px;
    }

    .solution-national-internet-exchange.video-block .video-description {
        width: 50%;
    }*/
}

.solution-national-internet-exchange.video-block
.video-description
.wpb_wrapper
h2 {
	margin: 0 0 10px;
}

.solution-national-internet-exchange.video-block
.video-description
.wpb_wrapper
p {
	padding: 0 0 10px;
}

.solution-national-internet-exchange.video-block
.video-description
.wpb_wrapper
ul
li {
	font-size: 1.1vw;
	padding-bottom: 10px;
	padding-left: 40px;
	line-height: 1.2;
	text-indent: -30px;
}

.solution-national-internet-exchange.video-block
.video-description
.wpb_wrapper
ul
li
strong {
	margin-left: -8px;
}

.solution-connectivity-solutions.intro-box .wpb_wrapper h2.top-title {
	font-size: 2.5vw !important;
	text-align: center;
	font-family: 'FiraSans';
	font-weight: bold;
}

.solution-connectivity-solutions.intro-box .co-blue-icon-button.large {
	margin-right: 30px;
}

.solution-connectivity-solutions.intro-box .wpb_wrapper p.top-description {
	text-align: center;
	font-size: 1.6vw !important;
	padding: 0 0 40px;
}

.solution-connectivity-solutions.intro-box .grid_section:last-child {
	margin-bottom: 20px !important;
}

.solution-connectivity-solutions.list-solutions .co-post-list {
	background: #f5f5f5;
}

.solution-connectivity-solutions.list-solutions .co-post-list:nth-child(even) {
	background: #fff;
}

.solution-connectivity-solutions.list-solutions .co-post-list:last-child {
	margin-bottom: 20px !important;
}

@media only screen and (max-width: 768px) {
	.co-post-list .co-pl-60 {
		padding-left: 10px;
	}

	.list-solutions .wpb_single_image {
		text-align: center;
	}
}

.solution-connectivity-solutions.list-solutions
.vc_col-sm-9
.wpb_content_element
h3 {
	margin-bottom: 10px;
	font-size: 2.4vw;
}

.solution-connectivity-solutions.list-solutions
.vc_col-sm-9
.wpb_content_element
p {
	font-size: 1vw !important;
}

.solution-connectivity-solutions.list-solutions .co-pt-30 {
	padding-top: 2vw;
}

.solution-connectivity-solutions.list-solutions .co-pl-60 {
	padding-left: 5vw;
}

@media only screen and (max-width: 1300px) {
	.solution-connectivity-solutions.intro-box .wpb_wrapper h2.top-title {
		font-size: 31px !important;
	}
	.solution-connectivity-solutions.intro-box .wpb_wrapper p.top-description {
		font-size: 20px !important;
	}
	.solution-connectivity-solutions.list-solutions
	.vc_col-sm-9
	.wpb_content_element
	h3 {
		font-size: 28px;
	}

	.solution-connectivity-solutions.list-solutions
	.vc_col-sm-9
	.wpb_content_element
	p {
		font-size: 14px !important;
	}

	.solution-connectivity-solutions.list-solutions .co-pt-30 {
		padding-top: 1vw;
	}

	.solution-connectivity-solutions.list-solutions .co-pl-60 {
		padding-left: 2vw;
	}

	.solution-connectivity-solutions.list-solutions .qbutton.center {
		font-size: 14px;
		padding: 0 15px;
	}
}

@media only screen and (min-width: 1300px) {
	.solution-connectivity-solutions.list-solutions
	.vc_col-sm-9
	.wpb_content_element
	p {
		width: 85%;
	}
}

@media only screen and (max-width: 1200px) {
	.solution-national-internet-exchange.video-block
	.video-description
	.wpb_wrapper
	ul
	li {
		font-size: 15px;
	}
}

@media only screen and (max-width: 1000px) {
	.solution-connectivity-solutions.list-solutions .co-pt-30 {
		padding-top: 0;
	}
}

@media only screen and (max-width: 767px) {
	.solution-connectivity-solutions.list-solutions .co-pt-30 {
		padding-top: 20px;
	}
}

#co-glossary-page .co-post-list .vc_col-sm-3 {
	display: none;
}
#co-glossary-page .co-post-list .co-pl-60 {
	padding: 0 !important;
}
.single-solution .title_holder {
	background-size: cover;
}
.single-solution .title_subtitle_holder {
	padding: 20px;
}

.single-solution .title h1 {
	text-align: center;
	color: #ffffff;
	font-size: 4vw;
	font-family: 'FiraSans';
	font-weight: 700;
	text-transform: uppercase;
}
.single-solution h2,
h2.light-title {
	font-size: 2.3vw;
	font-weight: normal;
	font-family: 'FiraSans';
}
.single-solution h3 {
	color: #525151;
	font-weight: bold;
	font-size: 18px;
}

.solution-2-colums-righter {
	padding: 25px 60px 10px;
}

@media only screen and (max-width: 1200px) {
	.single-solution h2,
	h2.light-title {
		font-size: 28px;
	}

	.solution-2-colums-righter {
		padding: 5% 40px 10px;
	}
}

#co-solution-detail-video .video-block .btn-play1 {
	width: 3vw;
}
/* Solutions - End */

/* Leadership
 ----------------------------------------------------------- */
.co-container-leadership {
	margin: 0;
	padding-left: 10px;
}
.co-container-leadership .vc_column_container > .vc_column-inner {
	padding: 0 30px 20px 0;
	margin-bottom: 10px;
}
.co-container-leadership
.section_inner_margin
.vc_column_container:last-child
.vc_column-inner {
	padding: 0;
}
.co-leaders:after {
	clear: both;
}
.co-leaders {
	background: #ebebeb;
	height: 15.5vw;
	overflow: hidden;
}
.co-leaders img {
	width: 100%;
	height: auto;
}
.co-leaders h2 {
	padding: 1vw 1vw 1vw 2vw;
	color: #252525;
	font-size: 2.2vw;
	line-height: 2.4vw;
	font-family: 'FiraSans';
	font-weight: 300;
	font-weight: normal;
	min-height: 4.9vw;
	overflow: hidden;
	margin: 0;
}
.co-leaders h3 {
	text-transform: uppercase;
	font-size: 0.8vw;
	padding: 0 1vw 0 2vw;
	line-height: 1.2vw;
	min-height: 3.9vw;
	color: #252525;
	font-family: 'FiraSans';
	font-weight: 700;
	overflow: hidden;
	margin: 0;
}
.co-leaders p {
	padding: 10px;
}
.co-leaders .qbutton.center {
	margin-top: 0;
	margin-left: 20px;
	border-color: #000;
	color: #000;
	font-family: 'FiraSans';
	font-weight: 700;
	font-size: 18px;
	padding: 2px 25px;
}

.single-leadership .title_holder {
	background-size: cover;
}
.single-leadership .wpb_single_image .vc_single_image-wrapper,
.single-leadership .wpb_single_image img {
	width: 100%;
}
.single-leadership .title h1 {
	text-align: center;
	color: #ffffff;
	font-size: 4vw;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'FiraSans';
	font-weight: 700;
	padding: 18px;
}
.co-leader-detail .wpb_wrapper h2 {
	font-family: 'FiraSans';
	font-weight: 700;
	font-size: 50px;
	margin-bottom: 0;
	text-transform: uppercase;
}
.co-leader-detail .wpb_wrapper h3 {
	font-family: 'FiraSans';
	font-size: 36px;
	width: 70%;
}
.co-leader-detail .wpb_wrapper p {
	font-size: 18px;
}
.co-leader-detail .co-leader-desc {
	font-family: 'FiraSans';
	font-weight: 300;
	padding-top: 30px;
	font-size: 18px;
}
/*.co-leader-detail .co-leader-desc .co-left {
    width: 70%;
}
.co-leader-detail .co-leader-desc .co-right {
    width: 30%;
}*/
.co-leader-detail .co-leader-desc .co-left p {
	padding: 0 40px 10px 0;
	font-family: 'FiraSans';
}
.co-leader-detail .co-leader-desc .co-right h3 {
	font-family: 'FiraSans';
	font-weight: 700;
	font-size: 20px;
	text-transform: uppercase;
	padding-bottom: 20px;
}
.co-leader-detail .co-leader-desc .co-right ul li {
	list-style: none;
	font-family: 'FiraSans';
	color: #39a9d5;
	padding-bottom: 20px;
}
.co-tooltip .co-team-popup {
	display: none;
}
#powerTip .co-team-popup .team-avatar {
	width: 120px;
	float: left;
}
#powerTip .co-team-popup .team-avatar img {
	width: 100%;
	height: auto;
	border: 2px solid #ffffff;
}

#powerTip .co-team-popup .team-detail {
	width: 200px;
	overflow-wrap: break-word;
	padding-left: 20px;
	float: left;
}
#powerTip .co-team-popup .team-detail h2 {
	font-size: 36px;
	color: #ffffff;
	font-family: 'FiraSans';
	width: 160px;
}
#powerTip .co-team-popup .team-detail p {
	font-size: 16px;
	color: #ffffff;
	text-transform: uppercase;
	width: 200px;
}

/* Leadership - End */

/* Request a Proposal
 ----------------------------------------------------------- */
.div-request-proposal {
	/*padding: 43px 0 0 0;*/
	color: #141414;
}

.div-request-proposal .title_subtitle_holder {
	display: none;
}

.div-request-proposal h2.title-block {
	font-size: 34px;
	font-family: 'FiraSans';
	margin-top: 0;
}

@media only screen and (max-width: 1300px) {
	.div-request-proposal h2.title-block {
		font-size: 34px !important;
	}
}

.div-request-proposal .text-lefter .wpb_text_column .wpb_wrapper {
	padding-right: 40px;
}

@media only screen and (min-width: 1301px) and (max-width: 2100px) {
	.div-request-proposal .text-lefter .wpb_text_column .wpb_wrapper p {
		font-size: 1.05vw !important;
	}
}

@media only screen and (max-width: 1300px) {
	.div-request-proposal .text-lefter .wpb_text_column .wpb_wrapper p {
		font-size: 15px !important;
	}
}

.div-request-proposal .separator {
	background-color: #c7c7c7;
	margin-top: 50px;
	margin-bottom: 25px;
	border-bottom: 1px solid #d3d3d3;
}

.div-request-proposal .text-lefter {
	padding-top: 25px;
}

#co-block-bottom-2-ads h3 {
	margin-bottom: 7px;
}

#co-block-bottom-2-ads .vc_col-sm-6 {
	display: table-cell;
	background: #182957;
	float: none;
}

#co-block-bottom-2-ads .vc_col-sm-6:last-child {
	border-left: 10px solid #fff;
}

#co-block-bottom-2-ads .ads-2-columns {
	width: 50%;
	color: #ffffff;
	overflow: hidden;
	float: left;
	line-height: 0;
	display: block;
}

#co-block-bottom-2-ads .ads-2-columns img {
	width: auto;
}

#co-block-bottom-2-ads .ads-2-columns .text-container {
	padding: 30px;
	/*
    It only display Vertical alignment when parent
     - Has "display: table;"
     - Specific "height: _px"
    */
	display: table-cell;
	vertical-align: middle;
}

#co-block-bottom-2-ads .ads-2-columns .text-container h3 {
	color: #fff;
	margin-top: 0;
}

#co-block-bottom-2-ads .ads-2-columns .text-container p {
	/*font-size: 14px;*/
	padding: 0;
	margin-bottom: 20px;
}

#co-block-bottom-2-ads .ads-2-columns .text-container p:last-child {
	margin-bottom: 0;
}

#co-block-bottom-2-ads .ads-2-columns .co-view-detail {
	display: block;
	font-weight: bold;
}

#co-block-bottom-2-ads .ads-2-columns .co-view-detail:hover {
	color: #fff;
}

@media only screen and (max-width: 800px) {
	#co-block-bottom-2-ads .vc_col-sm-6 {
		border: 0 !important;
		width: 100%;
		display: block;
		margin-bottom: 10px;
	}
}

@media only screen and (max-width: 600px) {
	#co-block-bottom-2-ads .ads-2-columns {
		width: 100%;
	}
}

/* Request a Proposal - End */

/* Video page
 ----------------------------------------------------------- */
.video-page .box-review-video {
	position: relative;
}

.video-page .box-review-video .flex-direction-nav a {
	top: 43%;
}
.video-page .box-review-video .flex-direction-nav .flex-prev {
	left: 20px;
}
.video-page .box-review-video .flex-direction-nav .flex-next {
	right: 20px;
}
.video-page .box-review-video .flex-direction-nav a i {
	font-size: 80px;
}

.btn-play {
	position: absolute;
	top: 40%;
	left: 45%;
	width: 10vw;
	max-width: 182px;
}

@media only screen and (min-width: 1500px) and (max-width: 2300px) {
	.co-search-container .box-review-video .btn-play {
		top: 37%;
	}
}

@media only screen and (min-width: 500px) and (max-width: 580px) {
	.co-search-container .box-review-video .btn-play {
		top: 31%;
	}
}

.video-page .box-review-video .item-container {
	position: relative;
	height: 720px;
	background: #000;
}

@media only screen and (min-width: 950px) and (max-width: 1099px) {
	.video-page .box-review-video .item-container {
		height: 590px;
	}
}

@media only screen and (min-width: 850px) and (max-width: 949px) {
	.video-page .box-review-video .item-container {
		height: 520px;
	}
}

@media only screen and (min-width: 700px) and (max-width: 849px) {
	.video-page .box-review-video .item-container {
		height: 492px;
	}
}

@media only screen and (min-width: 500px) and (max-width: 699px) {
	.video-page .box-review-video .item-container {
		height: 320px;
	}
}

@media only screen and (min-width: 280px) and (max-width: 499px) {
	.video-page .box-review-video .item-container {
		height: 250px;
	}
}

.video-page .box-intro .wpb_wrapper {
	padding: 60px 80px;
}

.video-page .box-intro .wpb_wrapper h2 {
	font-family: 'FiraSans';
	font-size: 35px;
	font-weight: normal;
}

.video-page .box-intro .wpb_wrapper p {
	font-size: 16px;
}

.co-search-container .search-options,
.co-search-container .search-list,
.co-search-container .search-paging {
	margin-bottom: 30px;
}

.co-search-container .search-options .main-options {
	margin-bottom: 25px;
	background: #182a54;
}

.co-search-container .search-options .main-options {
	padding: 50px 60px;
	color: #fff;
}

.co-search-container .search-options .main-options .search-keyword {
	position: relative;
	margin-bottom: 3vw;
}
.co-search-container
.search-options
.main-options
.search-keyword
.search-wrap-input {
	padding: 15px 40px 15px 20px;
	border: 3px solid #fff;
}

.co-search-container .search-options .main-options input.keyword {
	width: 96%;
	font-size: 17px;
	font-weight: bold;
	color: #fff;
	background: #182a57;
	border: 0;
	outline: 0;
	text-transform: uppercase;
}

.co-search-container
.search-options
.main-options
.search-keyword
a.search-btn {
	position: absolute;
	right: 18px;
	top: 15px;
	color: #fff;
}

.co-search-container .search-options .main-options .search-filter {
	margin-bottom: 2vw;
}

.co-search-container .search-options .main-options .search-filter strong {
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	display: block;
	margin-bottom: 15px;
}

.co-search-container .search-options .main-options .search-filter label {
	text-transform: uppercase;
	color: #fff;
	margin-right: 30px;
	font-size: 15px;
	padding-left: 30px;
	display: inline-block;
	position: relative;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default checkbox */
.co-search-container .search-options .main-options .search-filter label input {
	position: absolute;
	opacity: 0;
}

/* Create a custom checkbox */
.co-search-container
.search-options
.main-options
.search-filter
label
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #fff;
}

/* On mouse-over, add a grey background color */
.co-search-container
.search-options
.main-options
.search-filter
label:hover
input
~ .checkmark {
	background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.co-search-container
.search-options
.main-options
.search-filter
label
input:checked
~ .checkmark {
	background-color: #2baad1;
}

/* Create the checkmark/indicator (hidden when not checked) */
.co-search-container
.search-options
.main-options
.search-filter
label
.checkmark:after {
	content: '';
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.co-search-container
.search-options
.main-options
.search-filter
label
input:checked
~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.co-search-container
.search-options
.main-options
.search-filter
label
.checkmark:after {
	left: 6px;
	top: 2px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.co-search-container
.search-options
.main-options
input.keyword::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	color: #182a57;
}
.co-search-container
.search-options
.main-options
input.keyword:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #182a57;
	opacity: 1;
}
.co-search-container
.search-options
.main-options
input.keyword::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #182a57;
	opacity: 1;
}
.co-search-container
.search-options
.main-options
input.keyword:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #182a57;
}
.co-search-container
.search-options
.main-options
input.keyword::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #182a57;
}

.co-search-container .search-options .main-options input.keyword::placeholder {
	/* Most modern browsers support this now. */
	color: #182a57;
}

.co-search-container .search-options .main-options .search-category .qbutton {
	min-width: 120px;
	text-align: left;
	font-family: 'FiraSans';
	font-weight: 700;
	padding: 5px 10px 5px 50px;
	font-size: 16px;
	background: #303f68;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}

.co-search-container
.search-options
.main-options
.search-category
.qbutton.active {
	background: #39a9d5;
}

.co-search-container .search-options .main-options .search-category .qbutton i {
	top: 9px;
}

.co-search-container
.search-options
.main-options
.search-category
.qbutton
i
img {
	width: 24px;
	height: 24px;
}

/* Reset Select */
.co-search-container .search-options .sorting-options select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	outline: 0;
	box-shadow: none;
	border: 0 !important;
	background: #fff;
	background-image: none;

	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	color: #18295a;
	cursor: pointer;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}
/* Custom Select */
.co-search-container .search-options .sorting-options .select {
	position: relative;
	display: block;
	width: 100%;
	height: 3em;
	line-height: 3;
	background: #fff;
	overflow: hidden;
	/*border-radius: .25em;*/
	border: none;
	float: right;
	padding: 0;
}

@media only screen and (max-width: 1700px) {
	.co-search-container .search-options .sorting-options {
		padding-right: 30px;
	}
}

@media only screen and (max-width: 768px) {
	.co-search-container .search-options .sorting-options {
		padding: 0px 20px;
	}

	.co-search-container .search-options .sorting-options .select {
		width: 80%;
		margin: auto;
		float: none;
	}
}
.video-page .search-options .sorting-options select::-ms-expand {
	display: none;
}

/* Arrow */
.co-search-container .search-options .sorting-options .select::after {
	font: normal normal normal 14px/1 FontAwesome;
	content: '\f107';
	font-size: 32px;
	font-weight: bolder;

	/*content: '\25BC';*/
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	padding: 0.2em 0.5em 0.2em 0;
	background: #18295a;
	pointer-events: none;
	color: #fff;
}

/* Transition */
.co-search-container .search-options .sorting-options .select:hover::after {
	color: #18295a;
}
.co-search-container .search-options .sorting-options .select::after {
	-webkit-transition: 0.25s all ease;
	-o-transition: 0.25s all ease;
	transition: 0.25s all ease;
}

@media only screen and (min-width: 600px) and (max-width: 900px) {
	.co-search-container .box-review-video .flex-direction-nav a {
		top: 40%;
	}

	.co-search-container .box-review-video .flex-control-paging {
		padding-top: 10px;
	}
}

.co-search-container .search-list .vc_col-sm-6 {
	margin-bottom: 20px;
}

.co-search-container .search-list .vc_col-sm-6.odd {
	border-right: 20px solid #fff;
	width: 49%;
}

@media (max-width: 767px) {
	.co-search-container .search-list .vc_col-sm-6.odd {
		border-right: 0;
		width: 100%;
	}
}

.co-search-container .search-list .vc_col-sm-6 .wpb_wrapper {
	padding: 35px;
}

.co-search-container .search-list .video-detail .vc_col-sm-6 {
	margin: 0;
	width: 35%;
	text-align: center;
	min-height: 200px;
	overflow: hidden;
}
.co-search-container .search-list .video-detail .vc_col-sm-6 .qbutton.center {
	font-weight: bold;
	font-size: 20px;
	width: 97%;
	padding: 8px 0;
}

.co-search-container .search-list .video-detail .vc_col-sm-6.desc {
	width: 64%;
	padding-left: 25px;
	text-align: left;
}

.co-search-container .search-list .video-detail .vc_col-sm-6.desc h3 {
	color: #33a3d2;
	font-weight: bold;
	text-transform: uppercase;
	text-transform: uppercase;
	font-size: 1.1vw !important;
}

.co-search-container .search-list .video-detail .vc_col-sm-6.desc h2 {
	margin: 10px 0;
	font-family: 'FiraSans';
	font-size: 1.6vw !important;
	font-weight: normal;
}

@media only screen and (max-width: 1200px) {
	.co-search-container .search-list .video-detail .vc_col-sm-6.desc h3 {
		font-size: 15px !important;
	}

	.co-search-container .search-list .video-detail .vc_col-sm-6.desc h2 {
		font-size: 19px !important;
	}
}

.co-search-container .search-list .clearfix.wpb_wrapper {
	display: flex;
	flex-wrap: wrap;
}

.co-search-container .search-list > .wpb_wrapper > .vc_col-sm-6 {
	display: flex;
	background: #f5f5f5;
}

/*.search-list .vc_column_container>.vc_column-inner {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
}*/

.co-search-container .search-paging {
	font-size: 18px;
	font-weight: bold;
}
.co-search-container .search-paging .current-page {
	padding: 0 8px;
	border: 2px solid #000000;
}

@media only screen and (min-width: 300px) and (max-width: 580px) {
	.co-search-container .box-review-video .flex-viewport {
		height: 250px;
	}

	.co-search-container .box-review-video .flex-direction-nav a {
		top: 35%;
	}

	.co-search-container .box-review-video .flex-direction-nav a i {
		font-size: 50px;
	}

	.co-search-container .box-review-video .flex-control-paging {
		padding-top: 5px;
	}

	.co-search-container .box-review-video .flex-control-paging li a {
		width: 15px;
		height: 15px;
	}
}

@media only screen and (min-width: 300px) and (max-width: 780px) {
	.co-search-container .search-list .video-detail .vc_col-sm-6 {
		margin-bottom: 20px;
	}
	.co-search-container .search-list .video-detail .vc_col-sm-6,
	.co-search-container .search-list .video-detail .vc_col-sm-6.desc {
		width: 100%;
		height: auto;
		min-height: inherit;
	}

	.location-detail .middle-tab .vc_col-sm-6.text-column .wpb_text_column {
		padding: 0 20px !important;
	}
}

@media only screen and (min-width: 1300px) {
	.co-search-container .search-list .video-detail .vc_col-sm-6 {
		margin: 0;
		width: 35%;
		text-align: center;
		min-height: 285px;
		overflow: hidden;
	}
}

/* Video page - End */

/* Blog page - Begin */
.blog .blog_holder article,
.category .blog_holder article,
.archive .blog_holder article {
	background-color: #f5f5f5;
	padding: 15px;
	margin-bottom: 25px;
	box-sizing: border-box;
}

.blog .blog_holder article h2,
.category .blog_holder article h2,
.archive .blog_holder article h2 {
	font-size: 2em;
	font-weight: bold;
	margin: -3px 0 20px 0;
}

.blog .blog_holder article h2 a,
.category .blog_holder article h2 a .archive .blog_holder article h2 a {
	transition: 300ms all;
	font-weight: bold;
}

.blog .blog_holder article .post_text,
.category .blog_holder article .post_text,
.archive .blog_holder article .post_text,
.blog .blog_holder article .post_image,
.category .blog_holder article .post_image,
.archive .blog_holder article .post_image {
	width: 100%;
}

.single-post .two_columns_25_75 .column1,
.blog .two_columns_25_75 .column1,
.single-post .two_columns_25_75 .column2,
.blog .two_columns_25_75 .column2,
.category .two_columns_25_75 .column1,
.archive .two_columns_25_75 .column1,
.category .two_columns_25_75 .column2,
.archive .two_columns_25_75 .column2 {
	box-sizing: border-box;
	padding: 20px 18px;
}
.wp-paginate.wpp-modern-grey a,
.wp-paginate.wpp-modern-grey .currentumn_inner,
.single-post .two_columns_25_75 .column2 .column_inner,
.blog .two_columns_25_75 .column2 .column_inner,
.category .two_columns_25_75 .column1 .column_inner,
.archive .two_columns_25_75 .column1 .column_inner,
.category .two_columns_25_75 .column2 .column_inner,
.archive .two_columns_25_75 .column2 .column_inner {
	padding: 0;
}

.single-post .two_columns_25_75 .column1 h4,
.blog .two_columns_25_75 .column1 h4,
.category .two_columns_25_75 .column1 h4,
.archive .two_columns_25_75 .column1 h4,
.single-post .two_columns_25_75 .column2 h5,
.blog .two_columns_25_75 .column2 h5,
.category .two_columns_25_75 .column2 h5,
.archive .two_columns_25_75 .column2 h5 {
	font-size: 16px;
	color: #333;
	font-family: 'FiraSans';
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 10px;
}

body .wp-paginate.wpp-modern-grey a,
body .wp-paginate.wpp-modern-grey .current {
	padding: 9px;
	font-size: 18px;
}

.co-blog-entry-more-button {
	display: block;
	border: 2px solid #000;
	padding: 5px 10px;
	width: 100px;
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
	color: #000;
	text-transform: uppercase;
	transition: 300ms all;
}

.co-blog-entry-more-button:hover {
	color: #18295a;
	border-color: #18295a;
}

.single-post .column1 .widget_categories,
.blog .column1 .widget_categories,
.category .column1 .widget_categories,
.archive .column1 .widget_categories {
	margin: 20px 0 0 0;
}

.single-post .column1 .widget_categories form #cat,
.blog .column1 .widget_categories form #cat,
.category .column1 .widget_categories form #cat,
.archive .column1 .widget_categories form #cat {
	font-family: 'FiraSans';
	font-weight: 700;
	appearance: none;
	-webkit-appearance: none;
	position: relative;
	background-color: #18295a;
	width: 100%;
	height: 48px;
	color: #fff;
	padding: 0 0 0 15px;
	cursor: pointer;
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	outline: 0;
	box-shadow: none;
	border: 0 !important;
	text-transform: uppercase;
}

.single-post .column1 .widget_categories form,
.blog .column1 .widget_categories form,
.category .column1 .widget_categories form,
.archive .column1 .widget_categories form {
	position: relative;
	cursor: pointer;
}

.single-post .column1 .widget_categories form::after,
.blog .column1 .widget_categories form::after,
.category .column1 .widget_categories form::after,
.archive .column1 .widget_categories form::after {
	font: normal normal normal 14px/1 FontAwesome;
	content: '\f107';
	font-size: 32px;
	font-weight: bolder;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	padding: 0.2em 0.5em 0.2em 0;
	background: #18295a;
	pointer-events: none;
	color: #fff;
}

.single-post .column1 .widget_categories h4,
.blog .column1 .widget_categories h4,
.single-post .column1 .widget_categories .screen-reader-text,
.blog .column1 .widget_categories .screen-reader-text,
.category .column1 .widget_categories h4,
.archive .column1 .widget_categories h4,
.category .column1 .widget_categories .screen-reader-text,
.archive .column1 .widget_categories .screen-reader-text {
	display: none;
}

.wrapper .widget {
	margin: 0;
}

.wrapper .widget #searchform {
	position: relative;
	border: 0;
}

.wrapper .widget #searchform .searchform-wrapper {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	min-height: 48px;
	margin: 10px 0px;
	border: 3px solid #182a57;
	padding: 10px 40px 10px 10px;
}

.wrapper .widget #searchform .searchform-text {
	position: relative;
	display: block;
	width: 94%;
	height: unset;
	color: #182a57;
	background-color: #ffffff;
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	text-transform: uppercase;
}

.wrapper .widget #searchform .searchform-text::placeholder {
	color: #182a57;
}

.wrapper .widget #searchform .searchform-submit {
	position: absolute;
	appearance: none;
	-webkit-appearance: none;
	border: 0;
	background-color: transparent;
	cursor: pointer;
	color: #182a57;
	top: 7px;
	right: 4px;
}

.blog-home-container {
	margin-top: 20px;
}

.blog-home-container .co-search-button {
	width: 100px;
	padding: 10px 25px;
	background-color: #00bce4;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	float: left;
	text-align: center;
	transition: 300ms all;
}

.blog-home-container .co-search-button:hover {
	background-color: #182a57;
}

#co-blog {
	margin-top: 120px;
	width: 80%;
}
#co-sidebar {
	padding-right: 70px;
	float: left;
}
#co-blog-content {
	float: right;
}
#co-blog-content h1 {
	font-size: 3vw;
	font-weight: bold;
}
#co-sidebar h5 {
	font-family: 'FiraSans';
	font-weight: 700;
	text-transform: uppercase;
	font-size: 2vw;
}
#co-sidebar ul {
	list-style: none;
}
#co-sidebar ul li {
	margin-top: 20px;
	padding-left: 0;
	text-indent: 0;
}
#co-sidebar ul li:last-child {
	margin-bottom: 50px;
}
#co-sidebar ul li a {
	font-size: 1.1vw;
}
#co-sidebar .list {
	-webkit-box-flex: 0;
	-ms-flex: 0 20rem;
	flex: 0 20rem;
}
#co-sidebar .list li {
	margin-top: 0;
}
#co-sidebar .list__item {
	position: relative;
}
#co-sidebar .list__item:hover .label {
	color: #252525;
}
#co-sidebar .list__item:hover .label::before {
	border: 0.2rem solid #009688;
	margin-right: 1rem;
}

#co-sidebar .radio-btn {
	display: block;
	position: absolute;
	z-index: 1000;
	top: 13px;
	left: 2px;
	opacity: 0;
}
#co-sidebar .radio-btn:checked + .label {
	color: #000;
}
#co-sidebar .radio-btn:checked + .label::before {
	margin-right: 1.5rem;
	border: 0.2rem solid #009688;
	background: #000;
}

#co-sidebar .label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px 0;
	font-size: 1.25rem;
	font-family: 'FiraSans';
	font-weight: bold;
	cursor: pointer;
	-webkit-transition: all 0.25s linear;
	transition: all 0.25s linear;
}

#co-sidebar .label::before {
	display: block;
	height: 1.125rem;
	width: 1.125rem;
	margin-right: 0.625rem;
	content: '';
	border: 0.2rem solid #252525;
	border-radius: 50%;
	-webkit-transition: all 0.25s linear;
	transition: all 0.25s linear;
}
#co-blog-content h2 {
	font-weight: normal;
}
#co-blog-content .separator {
	margin-top: 40px;
	margin-bottom: 40px;
}
#co-blog-content h3 {
	font-weight: bold;
	font-size: 18px !important;
}
#co-blog-content .q_social_icon_holder {
	margin-right: 20px;
}
#co-blog-content .vc_single_image-wrapper,
#co-blog-content .vc_single_image-wrapper img {
	width: 100%;
}
#co-blog-content ul li {
	line-height: 1.5;
}
#co-blog-content .wpb_single_image.vc_align_left {
	max-height: 300px;
	overflow: hidden;
}
.co-blog-page .search-options {
	margin-top: 150px;
}
.co-blog-page .search-options .main-options {
	padding: 50px 105px;
}
.co-blog-page .search-options .sorting-options {
	padding-right: 15px;
}
/*.co-blog-page .search-list > .section_inner {
    width: 90%;
}*/
.co-blog-page .search-options .main-options .search-category .qbutton {
	font-size: 16px;
	padding: 10px 19px 10px 10px;
	text-align: center;
	margin-right: 23px;
	min-width: 135px;
	width: auto;
}
.co-blog-page
.search-options
.main-options
.search-category
.qbutton:last-child {
	margin-right: 0;
}
/*.co-blog-page .search-options .sorting-options .select {
    margin-right: 20px;
}*/
.search-list .section_inner_margin .vc_column_container > .vc_column-inner {
	padding: 50px 0 30px 0;
}
.search-list
.section_inner_margin
.vc_column_container
> .vc_column-inner
.co-post-detail {
	padding-right: 20px;
	padding-left: 15px;
}
.co-blog-page
.search-list
.section_inner_margin
.vc_column_container
> .vc_column-inner {
	padding: 30px 0 0 0;
}
.co-blog-page .search-list .co-post-detail h3 {
	text-transform: uppercase;
	font-weight: bold;
	height: 52px;
	overflow: hidden;
	margin-top: 20px;
}
.co-blog-page .search-list .co-post-detail p {
	font-size: 18px;
	font-family: 'FiraSans';
	min-height: 110px;
}
.co-blog-page .search-list .co-post-detail p a {
	font-weight: bold;
}
.co-blog-page .search-list .co-post-detail .vc_single_image-wrapper {
	height: 300px;
	overflow: hidden;
}
.co-blog-page .search-list .co-post-detail .vc_single_image-wrapper img {
	width: 100%;
}
/* Blog page - End */

/* Location Detail page
 ----------------------------------------------------------- */
.location-detail .top-banner {
	padding: 0;
	margin: auto;
}

.location-detail .wpb_wrapper h2 {
	font-weight: normal;
}

.location-detail .top-banner .title {
	border-bottom: none;
}

.location-detail .top-banner .has_background {
	height: auto;
}

.location-detail .top-banner .title .not_responsive {
	display: block;
}

.location-detail .top-banner .title .not_responsive img {
	min-height: 250px;
}

.location-detail .top-banner .title_subtitle_holder h2 {
	color: #fff;
	text-transform: uppercase;
	margin-top: 0;
	font-size: 2vw;
	font-weight: bold;
}

.location-detail .top-banner .breadcrumbs {
	padding: 0 10px;
}

.location-detail .section:first-child {
	margin-bottom: 0 !important;
}

.location-detail .section {
	margin-bottom: 20px !important;
}

.location-detail .middle-map {
	color: #fff;
}

.location-detail .middle-map .section_inner .vc_col-sm-6,
.location-detail .middle-2-cols .section_inner .vc_col-sm-6 {
	display: table-cell;
	float: none;
	background: #182957;
	color: #fff;
}

.location-detail .middle-map .section_inner .vc_col-sm-6:last-child,
.location-detail .middle-2-cols .section_inner .vc_col-sm-6:last-child {
	/*background: #293b62;*/
	vertical-align: top;
}

.location-detail
.middle-map
.section_inner
.vc_col-sm-6
.vc_column-inner
> .wpb_wrapper,
.location-detail
.middle-2-cols
.section_inner
.vc_col-sm-6
.vc_column-inner
> .wpb_wrapper {
	padding: 45px 80px;
}

.location-detail
.middle-map
.section_inner
.vc_col-sm-6:last-child
.vc_column-inner
> .wpb_wrapper {
	/*padding: 10px 0;*/
	padding: 20px 40px 20px 20px;
}

.location-detail .middle-map h3 {
	color: #fff;
	font-size: 1.1vw;
	font-weight: bold;
	text-transform: uppercase;
}

.location-detail .middle-map h2 {
	color: #fff;
	margin-top: 0px;
	font-size: 2.4vw;
	font-weight: normal;
}

.location-detail .middle-map p,
.location-detail .middle-map div {
	font-size: 1vw;
	line-height: 1.6vw;
}

.location-detail .middle-map a {
	font-weight: bold;
}

.location-detail .middle-map a:hover {
	color: #fff;
}

.location-detail .middle-tab {
	color: #fff;
}

.location-detail .middle-tab .wpb_wrapper,
.location-detail .related-resources .wpb_wrapper {
	background: #f5f5f5;
}

.location-detail .middle-tab .co-tab-nav li {
	margin-right: 10px;
	font-size: 0.95rem;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	width: 100px;
}

.location-detail .middle-tab .co-tab-nav li:last-child {
	margin-right: 0;
}

.location-detail .middle-tab .co-tab-nav li a {
	padding: 10px;
	width: 80px;
	height: 80px;
	border: 3px solid #39aad6;
	margin: 0 auto 1vw auto;
}
.location-detail .middle-tab .co-tab-nav li a i,
.location-detail .middle-tab .co-tab-nav li a img {
	display: block;
	margin: 0 auto;
}

.location-detail .middle-tab .co-tab-nav img {
	max-height: 100%;
	max-width: 100%;
}

.location-detail .middle-tab .co-tab-nav li.active a,
.location-detail .middle-tab .co-tab-nav li a:hover {
	background-color: #39aad6;
}

.location-detail .middle-tab .co-tab-nav li.active img,
.location-detail .middle-tab .co-tab-nav li a:hover img {
	-webkit-filter: brightness(15);
	filter: brightness(15);
}

.location-detail .middle-tab .co-tab-head-wrapper {
	display: block;
	text-align: center;
	margin-bottom: 2vw;
}

.location-detail .related-resources .section_inner {
	padding-top: 20px;
	padding-bottom: 20px;
}

.location-detail .middle-tab .co-tab-content {
	width: 90%;
	margin: auto;
}

.location-detail .middle-tab p,
.location-detail .middle-tab li {
	font-size: 0.95rem;
	line-height: 1.1;
	color: #636363;
}
.location-detail .middle-tab ul {
	margin-left: 26px;
}
ul.list-content {
	padding-left: 10px;
}

ul.list-content li {
	font-size: 1vw !important;
	line-height: 2.1vw !important;
}

@media only screen and (max-width: 1300px) {
	.location-detail .middle-tab p {
		font-size: 15px;
		line-height: 26px;
	}

	ul.list-content li,
	.location-detail .middle-tab li {
		font-size: 14px !important;
		line-height: 20px !important;
	}

	.location-detail .middle-map h2 {
		font-size: 34px;
	}

	.location-detail .middle-map h3 {
		font-size: 14px;
	}

	.location-detail .middle-map p,
	.location-detail .middle-map div {
		font-size: 13px;
		line-height: 20px;
	}
	.co-tab .co-tab-content table,
	th,
	td {
		font-size: 10px !important;
	}
	.location-detail .middle-tab .co-tab-content {
		overflow: scroll;
	}
}

@media only screen and (max-width: 600px) {
	.location-detail .top-banner .title_subtitle_holder_inner h1 {
		font-size: 19px;
	}
}

@media only screen and (max-device-width: 600px) and (-webkit-max-device-pixel-ratio: 4) and (-webkit-device-pixel-ratio: 4) {
	.location-detail .top-banner .title_subtitle_holder_inner h1 {
		font-size: 19px;
	}
}

.location-detail .middle-tab .co-tab-content .section_inner {
	border-top: 1px solid #ccc;
	padding-top: 2vw;
	/*width: 85%;*/
}

.location-detail .middle-tab .vc_col-sm-6.text-column .wpb_text_column {
	padding: 0 40px;
}

.video-block {
	display: inline-block;
	position: relative;
	margin: auto;
	width: auto;
}

.video-block .center-btn {
	position: absolute;
	top: 37%;
	left: 45%;
}

.video-block .btn-play1 {
	width: 8vw;
}

.video-block h1 {
	font-size: 2.4vw;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	margin-left: -3.6vw;
	font-family: 'FiraSans';
	font-weight: 700;
}

@media only screen and (max-width: 1200px) {
	.video-block h1 {
		font-size: 4vw;
		margin-left: -7.7vw;
	}
	.video-block .btn-play1 {
		width: 10vw;
	}
}

.location-detail .middle-2-cols .section_inner .vc_col-sm-6 {
	background: #39aad6;
}

.location-detail .middle-2-cols .section_inner .vc_col-sm-6:last-child {
	background: #182957;
	border-left: 20px solid #fff;
}

@media only screen and (max-width: 800px) {
	.location-detail .middle-2-cols .section_inner .vc_col-sm-6:last-child {
		border-left: 0;
	}
}

.location-detail .middle-2-cols .section_inner .vc_col-sm-6 h2 {
	color: #fff;
}

.max-width h2.light-title {
	padding-left: 30px;
	padding-right: 30px;
}

@media only screen and (max-width: 600px) {
	.auto-align-button .co-blue-icon-button {
		width: 200px;
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 5px;
	}

	.auto-align-button .co-blue-icon-button.large {
		margin-left: auto !important;
		margin-right: auto !important;
	}
}

@media only screen and (max-width: 1300px) {
	.location-detail .middle-map .grid_section .section_inner,
	.location-detail .middle-2-cols .grid_section .section_inner {
		width: 100%;
	}
}

@media only screen and (max-width: 800px) {
	.location-detail .top-banner .wpb_wrapper h2 {
		margin: 10px 0;
		font-size: 17px;
	}
	.location-detail
	.middle-map
	.section_inner
	.vc_col-sm-6
	.vc_column-inner
	> .wpb_wrapper,
	.location-detail
	.middle-2-cols
	.section_inner
	.vc_col-sm-6
	.vc_column-inner
	> .wpb_wrapper {
		padding: 40px;
	}

	.location-detail .middle-map .vc_col-sm-6,
	.location-detail .middle-2-cols .vc_col-sm-6 {
		display: block !important;
		width: 100%;
	}

	.location-detail .middle-tab .title-box {
		font-size: 24px;
	}

	.location-detail .middle-tab .co-tab-nav li {
		white-space: normal;
		width: 100px;
		text-align: center;
		margin-right: 0.7vw;
	}

	.location-detail .middle-tab .co-tab-nav li a {
		border: 2px solid #39aad6;
		margin: 0 auto 1vw auto;
	}
}

/* Location Detail page - End */

/* News-Events - Begin */
.news-content .vc_col-sm-4 {
	padding-right: 50px;
}
.news-content .wpb_wrapper > h3 {
	font-size: 18px !important;
	font-weight: bold;
}
.news-content .vc_col-sm-4 .wpb_wrapper > h3 {
	font-size: 26px !important;
}
.news-content .vc_col-sm-4 .wpb_wrapper > p {
	font-size: 20px !important;
	margin-top: 20px;
}
.news-content li {
	margin: 20px 0;
	line-height: 30px;
	padding-left: 40px;
	text-indent: -34px;
}
#co-news-events {
	padding-left: 10px;
	padding-right: 10px;
}
#co-news-events.co-block-2 > .clearfix {
	padding: 2vw !important;
}
#co-news-events .separator {
	margin-top: 40px;
	margin-bottom: 40px;
}
#co-news-events .co-related-contents h2 {
	padding: 0 20px;
}
.three-columns-slides .item-container img {
	height: 70px;
	width: auto;
}
.three-columns-slides .item-container h3 {
	font-family: 'FiraSans';
	font-weight: 700;
	margin-top: 10px;
	margin-bottom: 10px;
}
.co-related-contents .three-columns-slides .item-container h3 {
	font-size: 1.2vw !important;
}
.co-related-contents .three-columns-slider .co-learn-more {
	font-size: 18px;
}
/*.co-related-contents .three-columns-slider .item-container {
    padding: 50px;
    margin: 30px;
}*/
/* News-Events - End */

/* Campaign page - Begin */
#co-campaign-header {
	margin-top: 70px;
}
#co-video-campaign > .vc_column-inner {
	min-height: 550px;
	display: table;
	text-align: center;
}
#co-video-campaign > .vc_column-inner .wpb_video_widget {
	display: none;
}
#co-video-campaign > .vc_column-inner .wpb_single_image {
	display: inline-block;
	vertical-align: middle;
	padding-top: 170px;
	padding-bottom: 214px;
	cursor: pointer;
}
#co-video-campaign-right {
	padding: 60px 50px 0 80px;
	color: #ffffff;
}
#co-video-campaign-right h1 {
	font-size: 4.5vw;
	color: #ffffff;
	text-transform: uppercase;
	font-family: 'FiraSans';
	font-weight: 700;
}
#co-video-campaign-right h2 {
	font-size: 2.3vw;
	font-family: 'FiraSans';
	font-weight: 300;
	color: #ffffff;
	font-weight: normal;
}
#co-video-campaign-right p {
	font-family: 'FiraSans';
	font-weight: 300;
	font-size: 20px;
	padding-right: 120px;
}
.co-campaign-wrapper {
	margin: 0;
}

.co-campaign-wrapper .video-block {
	position: unset;
}

.co-campaign-wrapper .video-block .center-btn {
	left: 42%;
}

.co-campaign-wrapper .video-block .bg-image {
	opacity: 0;
	filter: alpha(opacity=0);
	background-color: transparent;
}

.co-campaign-wrapper .separator {
	margin-top: 40px;
}
.co-campaign-wrapper .wpb_wrapper p {
	font-size: 18px !important;
}
.co-campaign-wrapper .section_inner {
	padding-bottom: 0 !important;
}
#co-campaign-gray .section_inner {
	padding: 4vw 6vw !important;
}
#co-expand-chart {
	padding-right: 170px;
}
#co-expand-chart .wpb_wrapper p {
	padding-bottom: 10px !important;
}
#co-expand-chart .wpb_wrapper h3 {
	margin-top: 30px;
	font-size: 24px !important;
	margin-bottom: 60px;
}
#co-expand-chart .wpb_wrapper h3 a {
	color: #39a9d5;
	font-weight: bold;
}
#co-expand-chart .wpb_wrapper h2 {
	font-size: 24px !important;
	font-family: 'FiraSans';
	font-weight: 700;
}
#co-expand-chart .wpb_wrapper p a {
	color: #39a9d5;
	font-weight: bold;
}
.co-campaign-wrapper .wpb_content_element h2 {
	font-size: 40px;
	font-weight: normal;
}
.co-campaign-wrapper .vc_col-sm-8 .qbutton {
	margin-right: 20px;
	font-weight: bold;
	min-width: 250px;
	font-size: 18px;
	padding: 7px 20px;
}
#co-campaign-gray {
	background-color: #f5f5f6;
	margin-top: 40px;
}
.co-campaign-wrapper .wpcf7 .ele_form label {
	text-transform: uppercase;
}
.co-campaign-wrapper .wpcf7 .ele_form label strong {
	display: inline-block;
	margin-bottom: 10px;
	font-size: 16px;
}
.co-campaign-wrapper .wpcf7 span.last-name,
.co-campaign-wrapper .wpcf7 span.email {
	padding-right: 0;
}

.co-campaign-wrapper .wpcf7 .clear {
	clear: both;
}
#co-campaign-header .qbutton.center {
	margin-bottom: 20px;
}

/* Campaign page - End */

/* Location page - Begin */
.co-location-full {
	margin-bottom: 20px !important;
}
.co-map-inner > .vc_column-inner {
	padding: 0;
}
.co-map-inner .vc_column-inner > .wpb_wrapper,
.co-map-small-inner {
	display: block;
	width: 100%;
	position: relative;
}
.co-map-inner .vc_column-inner > .wpb_wrapper .co-map-title {
	position: absolute;
	z-index: 2;
	background: #36aad6;
	width: 100%;
}
.co-map-small-inner .wpb_wrapper .co-map-title {
	background: #36aad6;
	width: 100%;
	display: block;
	color: #ffffff;
	padding-bottom: 10px;
	padding-top: 10px;
	text-indent: 20px;
	font-weight: normal;
	font-size: 40px;
	position: relative;
	margin-top: 0;
	z-index: 2;
}
.co-map-inner .vc_column-inner > .wpb_wrapper .co-map-title h2 {
	width: 100%;
	display: block;
	color: #ffffff;
	margin-left: 30px;
	padding-bottom: 10px;
	font-weight: normal;
	font-size: 40px;
}
.co-address-wrapper {
	background: #f5f5f5;
	padding: 68px 50px 72px 70px;
}
.co-location-full {
	margin-right: 0;
}
.co-address-wrapper h2 {
	font-size: 2.5vw;
	font-weight: normal;
	padding-bottom: 20px;
}
.co-address-wrapper h3 {
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 0;
	margin-top: 20px;
	font-size: 20px;
}
.co-address-wrapper p {
	font-size: 18px;
	color: #39a9d5;
	padding-bottom: 0;
}
.co-address-wrapper .co-address-left,
.co-address-wrapper .co-address-right {
	width: 50%;
	float: left;
}
/* Location page - End */
.co-data-center-address {
	position: absolute;
	z-index: 1;
	top: 30px;
	right: 0;
}
.co-data-center-address h2 {
	font-size: 28px;
	color: #ffffff;
	padding: 0;
}
.co-data-center-address h3 {
	color: #ffffff;
	font-size: 16px;
	margin: 0;
}
.co-data-center-address a {
	font-size: 14px;
	color: #0589c9;
	font-weight: bold;
}
.co-data-center-address a:hover {
	color: #ffffff;
}
/* Style Gravity form - Begin */
body .gform_wrapper form .gform_body ul,
body .gform_wrapper form .gform_body ul li {
	list-style-type: none !important;
	list-style-image: none !important;
	list-style: none !important;
	background-image: none !important;
	background: none !important;
	padding: 0 !important;
	margin: 0 !important;
}
ul.gform_fields li.hide-label > label {
	display: none;
}
body .gform_wrapper_52 .gform_body {
	font-size: 16px;
}
body #gform_wrapper_52 .gform_body .gform_fields .gfield .gfield_required {
	color: transparent;
}
ul.gform_fields:before,
ul.gform_fields:after {
	display: table;
	content: '';
	clear: both;
}
ul.gform_fields {
	list-style: none;
	padding: 0;
	position: relative;
	min-height: 1px;
	clear: both;
	margin: 0;
}
ul.gform_fields li {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	min-height: 1px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
ul.gform_fields li label {
	text-transform: uppercase;
	font-size: 13px;
	color: #4e4e4e;
	font-family: 'FiraSans';
	font-weight: bold;
}
ul.gform_fields li input[type='text'],
ul.gform_fields li input[type='tel'],
ul.gform_fields li input[type='email'],
ul.gform_fields li input[type='password'],
ul.gform_fields li select,
ul.gform_fields li textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-family: inherit;
	outline: none;
	padding: 9px;
	margin: 0 0 15px;
	font-size: 14px;
	line-height: normal;
	color: #777;
	background: #f5f5f5;
	background-image: none;
	border: 1px solid #f9f9f9;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
	position: relative;
	display: block;
	width: 100%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box; /* Firefox, other Gecko */
	box-sizing: border-box; /* Opera/IE 8+ */
}
ul.gform_fields li input::-webkit-input-placeholder {
	/* WebKit browsers */
	color: transparent;
}
ul.gform_fields li input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: transparent;
}
ul.gform_fields li input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: transparent;
}
ul.gform_fields li input:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: transparent;
}

ul.gform_fields li textarea::-webkit-input-placeholder {
	/* WebKit browsers */
	color: transparent;
}
ul.gform_fields li textarea:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: transparent;
}
ul.gform_fields li textarea::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: transparent;
}
ul.gform_fields li textarea:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: transparent;
}
.gform_footer input[type='submit'].button {
	font-weight: bold;
	color: #fff;
	background: #95c83c;
	padding: 0 30px;
	font-size: 14px;
	border: #95c83c;
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	text-align: center;
	text-transform: uppercase;
	border-radius: inherit;
	border-width: 2px !important;
	position: relative;
	display: inline-block;
	width: auto;
	height: 35px;
	line-height: 35px;
	margin: 0;
	font-family: inherit;
	text-decoration: none;
	cursor: pointer;
	white-space: nowrap;
	outline: 0;
	font-style: normal;
}
.gform_footer input[type='submit'].button:hover {
	background: #000000;
	color: #ffffff !important;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

@media (min-width: 768px) {
	ul.gform_fields {
		margin-left: -6px;
		margin-right: -6px;
	}
	ul.gform_fields li {
		padding-left: 6px;
		padding-right: 6px;
	}
	ul.gform_fields li.halves {
		width: 50%;
	}
	ul.gform_fields li.thirds {
		width: 33.333%;
	}
	#co-news-events.co-block-2 > .clearfix {
		padding: 0 !important;
	}
}
form .validation_error,
form .validation_message {
	color: #f00;
	font-size: 13px;
	font-weight: normal;
	display: block;
	margin-top: 0;
	margin-bottom: 20px;
}
/* Style Gravity form - End */
#co-form p.status {
	color: #1c6ca9;
}
#co-form p.have-error {
	color: #f00;
	font-style: italic;
}
#co-form .has-error label {
	color: #f00;
}
#co-form .has-error input,
#co-form .has-error textarea,
#co-form .has-error select {
	background-color: #c0e6f7;
}
/* Responsive - Begin
 ----------------------------------------------------------- */
@media only screen and (min-width: 2100px) {
	.header-widget.widget_nav_menu {
		position: initial;
		float: left;
	}
	.header_inner_right .side_menu_button_wrapper {
		position: initial;
		right: initial;
		margin-top: 23px;
	}
	.header-widget.widget_nav_menu {
		padding-right: 1vw;
	}
}
@media only screen and (min-width: 1800px) and (max-width: 2900px) {
	.container_inner,
	.max-width .section_inner {
		max-width: 90% !important;
	}
	.max-width .wpb_wrapper,
	.max-width .grid_section .section_inner {
		max-width: 100% !important;
	}
}

@media only screen and (max-width: 1300px) and (min-width: 1000px) {
	.home .video_section:first-child {
		margin-top: 0;
	}
}

@media only screen and (max-width: 1300px) {
	.header_inner_right .side_menu_button_wrapper {
		right: -40px;
	}
	.vc_row.co-container-leadership {
		padding-left: 30px;
	}
	.co-leaders h2 {
		min-height: 4vw;
		font-size: 2vw;
	}
	.co-leaders .qbutton.center {
		font-size: 1vw;
		padding: 0 20px;
	}
	.search-list .section_inner_margin .vc_column_container > .vc_column-inner {
		padding: 20px;
	}
	.co-blog-page .search-options .sorting-options .select {
		margin-right: 56px;
	}
	.co-campaign-wrapper {
		padding: 0 20px;
	}
	.co-campaign-wrapper .section_inner_margin .vc_col-sm-8 {
		padding-left: 15px;
		padding-right: 15px;
	}
	#co-video-campaign-right {
		padding-top: 50px;
	}
	#co-campaign-gray {
		padding: 0 20px 50px 20px;
	}
	.co-blog-page .search-list .co-post-detail .vc_single_image-wrapper {
		height: auto;
	}
	.co-row-solutions .co-w-50 {
		width: 50%;
	}
	#co-expand-chart {
		padding-right: 70px;
	}
	#co-home-page .top-banner {
		padding: 0 10px;
	}
}

@media only screen and (max-width: 1200px) {
	.co-leaders h2 {
		padding-top: 1vw;
		font-size: 2vw;
	}
	.co-leaders h3 {
		font-size: 12px;
		min-height: 4.7vw;
	}
	.co-blog-page .search-list .co-post-detail p {
		min-height: 140px;
	}
	.news-content .vc_col-sm-4 {
		padding-right: 20px;
	}
	.co-campaign-wrapper .vc_col-sm-8 .qbutton {
		margin-bottom: 20px;
		min-width: 270px;
	}
	.four-buttons-2-rows {
		display: none;
	}
	#co-expand-chart {
		padding-right: 50px;
	}
	nav.main_menu ul li:first-child {
		padding-left: 210px;
	}
	nav.main_menu > ul > li > a {
		padding-right: 20px;
	}
	.drop_down .wide .second .inner > ul > li > a,
	#menu-top-right-menu .wide > ul.sub-menu > li > a {
		font-size: 16px;
	}
	.drop_down .second .inner ul li.sub ul li a,
	.drop_down .second .inner ul li a,
	#menu-top-right-menu .wide ul.sub-menu li ul li a {
		font-size: 13px;
	}
	.drop_down .wide .second.bellow_header .inner > ul {
		padding: 10px 50px;
	}
	#menu-top-right-menu .wide > ul.sub-menu li ul {
		margin-top: 10px;
	}
	#menu-top-right-menu .wide > ul.sub-menu {
		padding-top: 10px;
	}
	#co-home-page .top-banner {
		height: 600px;
	}
}
@media only screen and (max-width: 1200px) and (min-width: 1001px) {
	.q_logo a {
		height: 35px !important;
	}
}
@media only screen and (max-width: 1060px) {
	nav.main_menu > ul > li > a {
		padding-right: 15px;
	}
	.header-widget.widget_nav_menu ul.menu li a {
		padding-left: 10px;
	}
	#co-right-menu .menu-top-right-menu-container ul li > ul.sub-menu li {
		margin-left: 20px !important;
	}
}
@media only screen and (max-width: 1024px) {
	.home .video_section:first-child {
		margin-top: 20px;
	}

	#co-logo-video {
		width: 30%;
	}
	.co-home-video .co-video-text p {
		font-size: 20px;
	}
	.co-w-50 {
		width: 95%;
	}
	.co-leaders {
		min-height: 540px;
	}
	.co-leaders .co-left {
		min-height: 40px;
	}
	.co-leaders .wpb_wrapper,
	.co-leaders .co-left,
	.co-leaders .co-right,
	.co-leadership-avatar img {
		width: 100%;
	}
	.co-leaders .co-leadership-avatar {
		height: 340px;
		overflow: hidden;
	}
	.co-leaders h2 {
		padding: 10px 20px;
		font-size: 30px;
	}
	.co-leaders h3 {
		font-size: 16px;
		min-height: 5vw;
		line-height: 18px;
		padding: 10px 20px;
		height: auto;
	}
	.co-leaders .qbutton.center {
		font-size: 18px;
		padding: 0 15px;
		margin-bottom: 40px;
	}
	.solution-2-colums-righter {
		padding-top: 20px;
	}
	.solution-2-colums-righter .qbutton {
		margin: 0;
	}
	#co-blog {
		margin-top: 60px;
	}
	#co-blog-content h1 {
		font-size: 3.5vw;
		font-weight: bold;
	}
	#co-blog-content h2 {
		font-size: 3vw;
	}
	.co-blog-page .search-options .sorting-options .select {
		margin-right: 20px;
	}
	.search-list .section_inner_margin .vc_column_container > .vc_column-inner {
		padding: 20px;
	}
	.co-blog-page .search-list .co-post-detail h3 {
		font-size: 18px;
		height: 50px;
	}
	.co-blog-page .search-list .co-post-detail p {
		font-size: 14px;
		min-height: 110px;
	}
	.co-blog-page .search-options .main-options {
		padding: 50px 40px;
	}
	.co-row-solutions .title_subtitle_holder_inner h1 {
		margin-top: 40px;
	}
	#co-video-campaign-right h1 {
		font-size: 50px;
	}
	#co-video-campaign-right h2 {
		font-size: 26px;
	}
	#co-video-campaign-right p {
		width: 100%;
	}
	.co-address-wrapper h2 {
		font-size: 3.2vw;
	}
	.co-address-wrapper p {
		font-size: 16px;
	}
	#co-sidebar ul li a {
		font-size: 15px;
	}
	.co-blog-page .search-options {
		margin-top: 0;
	}
	#co-sidebar .label {
		font-size: 14px;
	}
	.co-blog-page .search-options .main-options .search-category .qbutton {
		min-width: 132px;
		font-size: 14px;
	}
	.co-related-contents .three-columns-slides .item-container h3 {
		font-size: 16px !important;
	}
	.co-map-inner .vc_column-inner > .wpb_wrapper .co-map-title h2,
	.co-map-small-inner .wpb_wrapper .co-map-title {
		font-size: 30px;
	}
	.co-address-wrapper {
		padding: 30px;
	}
	.home ul#menu-top-right-menu li a {
		font-size: 15px;
	}
	#co-campaign-header {
		margin-top: 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
}

@media only screen and (min-width: 1000px) and (max-width: 1100px) {
	.co-blog-page .search-list .co-post-detail p {
		min-height: 140px;
	}
	.co-leaders h2 {
		min-height: 3.5vw;
		line-height: 2vw;
	}
}

@media only screen and (max-width: 1000px) {
	div.grid_section .section_inner {
		width: auto;
	}
	.side_menu_button > a {
		font-size: 13px;
	}
	.header_inner_right .side_menu_button_wrapper {
		right: -10px;
		width: 60px;
	}
	.header_inner_right .side_menu_button .side_menu_button {
		padding-left: 0;
	}
	.home .header_inner_right .side_menu_button_wrapper {
		right: -10px;
		top: 20px;
	}
	#co-home-page .co-card p {
		padding: 0;
	}
	#co-home-page .top-banner-wrapper .btn-scalable {
		padding-left: 15px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
	.co-blog-page .search-list .co-post-detail p {
		min-height: 130px;
	}
	.co-leaders h2 {
		line-height: 30px;
	}
}

@media only screen and (max-width: 900px) {
	.solution-2-colums-righter {
		padding-top: 0;
	}
	.co-leaders {
		min-height: 490px;
	}
	.co-leaders .co-leadership-avatar {
		height: 252px;
	}
	.co-leaders h2 {
		min-height: 4vw;
	}
	.co-leaders h3 {
		min-height: 8vw;
	}
}

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

@media only screen and (max-width: 768px) {
	.logo_wrapper .q_logo {
		top: 10px;
	}
	.q_logo a img {
		padding-top: 40px;
	}
	.logo_wrapper .q_logo img {
		padding-top: 0;
	}
	.co-container-leadership .vc_col-sm-4 {
		width: 50%;
	}
	.co-leaders {
		min-height: 540px;
	}
	.co-leaders .co-leadership-avatar {
		min-height: 370px;
	}
	.co-leaders h2 {
		min-height: 5vw;
	}
	.co-leaders h3 {
		min-height: 4vw;
	}
	.co-row-solutions .block-2-columns-img-text .wpb_wrapper h2 {
		font-size: 30px;
	}
	.co-row-solutions .qbutton.center {
		margin-top: 0;
		font-size: 12px;
		padding: 5px 10px;
	}
	.co-row-solutions .co-pt-100 {
		padding-top: 0;
	}
	.co-row-solutions .footer_top .column1 .column_inner {
		padding-left: 20px;
	}
	.co-row-solutions footer .container_inner {
		width: 100%;
	}
	.co-row-solutions .footer_top .column1 {
		margin-right: 0;
		border: none;
	}
	.co-row-solutions .footer_top .column2 {
		padding-left: 6%;
		border-left: 1px solid #bfbfbf;
	}
	.co-row-solutions .co-pt-60 {
		padding-top: 0;
	}
	#co-video-campaign-right h1 {
		font-size: 30px;
	}
	.co-campaign-wrapper .vc_col-sm-8 .qbutton {
		min-width: 300px;
	}
	.co-campaign-wrapper .vc_empty_space {
		height: 5px !important;
	}
	.co-location-full .vc_col-sm-6 {
		width: 100%;
	}
	#co-sidebar {
		padding-right: 40px;
	}
	#co-sidebar ul li a {
		font-size: 15px;
	}
	.co-blog-page .search-list .co-post-detail h3 {
		height: 50px;
	}
	#co-sidebar .label {
		font-size: 14px;
	}
	.co-blog-page .search-list .co-post-detail .vc_single_image-wrapper {
		height: auto;
	}
	.co-blog-page .search-list .co-post-detail p {
		min-height: 130px;
	}
	#co-leader-wrapper {
		padding-left: 25px;
	}
	#co-leader-wrapper .vc_col-sm-4 {
		padding: 0 20px;
	}
	#co-leader-wrapper .vc_col-sm-4 .wpb_single_image.vc_align_left {
		text-align: center;
	}
	#co-expand-chart {
		padding-right: 30px;
	}
	.co-campaign-wrapper .section_inner_margin .vc_col-sm-8 {
		padding: 0;
	}
	.solution-national-internet-exchange .freedom-of-choice .wpb_wrapper {
		padding: 0;
	}
	#co-solution-detail-map .vc_col-sm-6,
	#co-solution-detail-video .vc_col-sm-6 {
		width: 100%;
	}
	.co-blog-page .search-options .main-options .search-category .qbutton {
		min-width: 116px;
	}
	.co-related-contents .flex-direction-nav .flex-prev {
		margin-left: 12px;
	}
	.co-related-contents .flex-direction-nav .flex-next {
		margin-right: 12px;
	}
	.co-other-news .max-width h2.light-title {
		padding-left: 30px;
		padding-right: 30px;
		font-size: 26px !important;
	}
	.co-location-full {
		margin-right: -15px;
	}
	.co-row-solutions .co-w-50 {
		width: 100%;
	}
	#co-campaign-header {
		margin-top: 20px;
	}
	.co-address-wrapper h2 {
		font-size: 4.5vw;
	}
}

@media only screen and (max-width: 736px) {
	.co-row-solutions div.section {
		height: auto;
	}
	.co-blog-page .search-options .sorting-options .select {
		margin-right: 30px;
	}
	.co-leaders {
		min-height: inherit;
		height: auto;
	}
	.co-container-leadership .vc_col-sm-4 {
		width: 100%;
	}
	.co-leaders .co-leadership-avatar {
		min-height: 360px;
	}
	.co-leaders h2 {
		padding: 30px;
		font-size: 40px;
		min-height: inherit;
		height: auto;
		line-height: 36px;
	}
	.co-leaders h3 {
		font-size: 18px;
		min-height: inherit;
		line-height: 26px;
		padding: 30px;
		height: auto;
	}
	.co-leaders .qbutton.center {
		margin-top: 0;
		margin-left: 10px;
		border-color: #000;
		color: #000;
		font-family: 'FiraSans';
		font-weight: 700;
		font-size: 18px;
		padding: 5px 25px;
	}
	.co-leaders .co-left,
	.co-leaders .co-right {
		width: 50%;
	}
}

@media only screen and (max-width: 600px) {
	.co-search-container .search-options .main-options .search-category .qbutton {
		width: 78%;
	}
	.co-blog-page .search-options .main-options .search-category .qbutton {
		width: 90%;
	}

	.co-leaders .co-leadership-avatar {
		min-height: inherit;
		height: auto;
	}
}
@media only screen and (max-width: 600px) and (orientation: landscape) {
	.home .header_inner_right ul#menu-top-right-menu {
		padding-top: 0;
	}
	.home .logo_wrapper {
		left: -10px;
		top: 15px;
	}
}

/* iPhone 5 */
@media only screen and (max-width: 500px) {
	.co-leaders .co-left,
	.co-leaders .co-right {
		width: 100%;
	}
}

.content .container .container_inner {
	padding: 0;
}

@media only screen and (max-width: 1300px) {
	.home .content .container .container_inner {
		padding: 0;
	}
}

@media only screen and (max-width: 480px) {
	header .q_logo img.normal {
		height: 75% !important;
	}

	.header_inner_right .side_menu_button_wrapper {
		right: -40px;
	}
	.header_inner_right .side_menu_button .side_menu_button {
		padding-left: 5px;
	}
	.home .logo_wrapper .q_logo {
		top: 10px;
	}
	header .header_inner_left {
		width: 100%;
	}
	.home header .header_inner_left {
		position: relative !important;
	}
	.co-home-video .co-video-text p {
		font-size: 14px;
	}
	.co-pl-60 {
		padding-left: 30px;
	}
	.co-home-video .wpb_wrapper h2 {
		font-size: 40px;
	}
	.home ul#menu-top-right-menu li a {
		padding-left: 20px;
	}
	#co-title-video {
		top: 40%;
	}
	.co-leader-detail .co-left,
	.co-leader-detail .wpb_wrapper h3 {
		width: 100% !important;
		float: none;
	}
	#co-blog,
	.co-blog-page .search-options {
		margin-top: 10px;
	}
	#co-blog p,
	#co-sidebar ul li a,
	#co-sidebar .label,
	.co-search-container .search-options .main-options input.keyword,
	.co-search-container .search-options .main-options .search-filter strong,
	.co-search-container .search-options .main-options .search-filter label,
	.co-blog-page .search-options .main-options .search-category .qbutton,
	.co-search-container .search-options .sorting-options select,
	.co-blog-page .search-list .co-post-detail p a,
	.co-blog-page .search-list .co-post-detail p {
		font-size: 14px;
	}
	#co-sidebar h5,
	#co-blog-content h2,
	.co-blog-page .search-list .co-post-detail h3 {
		font-size: 20px;
	}
	.co-blog-page .search-options .main-options {
		padding: 40px;
	}
	/*.co-blog-page .search-options .sorting-options .select {
        margin-right: 40px;
        width: 76%;
    }*/
	.search-list .section_inner_margin .vc_column_container > .vc_column-inner {
		padding: 10px 30px 10px 30px;
	}
	.co-row-solutions div.section {
		height: auto;
	}
	.co-row-solutions .footer_top .column2 {
		border: none;
		padding-left: 0;
	}
	.co-row-solutions .title_subtitle_holder_inner h1 {
		margin-top: 0;
	}
	.co-row-solutions .wpb_wrapper h2 {
		font-size: 24px !important;
	}
	.co-row-solutions .footer_top .column1 {
		padding-left: 30px;
	}
	#co-video-campaign-right {
		padding-bottom: 30px;
	}
	.co-campaign-wrapper .vc_col-sm-8 .qbutton {
		width: 280px;
		min-width: inherit;
	}
	.co-campaign-wrapper .wpcf7 .co_col_6,
	.co-campaign-wrapper .wpcf7 .co_col_4 {
		width: 100%;
	}
	.co-campaign-wrapper .wpcf7 .wpcf7-form-control-wrap {
		padding-right: 0;
	}
	.co-address-wrapper {
		padding: 5px 0 0 20px;
	}
	.co-address-wrapper h2,
	.co-map-inner .vc_column-inner > .wpb_wrapper .co-map-title h2 {
		font-size: 24px;
	}
	.co-address-wrapper .co-address-left,
	.co-address-wrapper .co-address-right {
		width: 100%;
		float: none;
	}
	.co-location-full .vc_column_container > .vc_column-inner {
		padding: 0;
	}
	.co-blog-page .search-list .co-post-detail p {
		min-height: inherit;
	}
	#co-leader-wrapper {
		padding-left: 0;
	}
	.co-leader-detail .wpb_wrapper h2 {
		font-size: 40px;
	}
	.co-leader-detail .wpb_wrapper h3 {
		font-size: 28px;
	}
	#co-news-events {
		padding: 0 10px;
	}
	#co-news-events h2 {
		margin: 0;
	}
	.co-other-news .max-width h2.light-title {
		padding-right: 30px;
	}
	#co-news-events .co-section-social {
		padding-bottom: 30px;
	}
	.co-leaders h2 {
		padding: 20px;
		font-size: 40px;
	}
	.co-leaders h3 {
		font-size: 18px;
		line-height: 18px;
		padding: 20px;
	}
	.co-leaders .co-left,
	.co-leaders .co-right {
		width: 100%;
	}
	.co-leaders .co-leadership-avatar {
		min-height: inherit;
		height: auto;
	}
	#co-video-campaign-right {
		padding: 30px;
	}
	#co-video-campaign > .vc_column-inner .wpb_single_image {
		padding-top: 220px;
	}
	#co-campaign-gray {
		padding: 0;
	}
	.co-home-video .co-video-text h2,
	.co-home-video .co-video-text p {
		left: 60px;
	}
	.co-address-wrapper h3 {
		font-size: 18px;
	}
	.co-address-wrapper .co-address-right {
		padding-bottom: 20px;
	}
	/*#powerTip {*/
	/*right: 10px !important;*/
	/*}*/
	#powerTip.w:before,
	#powerTip.n:before,
	#powerTip.s:before,
	#powerTip.e:before {
		border: none !important;
	}
	.co-leader-detail .co-leader-desc .co-right {
		width: 100%;
	}
	#powerTip .co-team-popup .team-avatar {
		width: 90px;
	}
	#powerTip .co-team-popup .team-detail,
	#powerTip .co-team-popup .team-detail h2 {
		width: 110px;
	}
	#powerTip .co-team-popup .team-detail h2 {
		font-size: 28px;
	}
	#powerTip .co-team-popup .team-detail p {
		font-size: 14px;
	}
	.co-data-center-address {
		left: 10px;
		position: relative;
	}
	.co-data-center-address h2,
	.co-data-center-address h3,
	.co-data-center-address a:hover {
		color: #000000;
	}
	.co-tab .co-tab-nav {
		margin-left: 20px;
		overflow: auto;
		width: 100%;
		white-space: nowrap;
		padding: 10px;
		list-style: none;
	}
	.location-detail .middle-tab .co-tab-nav li {
		text-align: center;
		font-size: 12px;
		margin-right: 10px;
		display: inline-block;
		vertical-align: top;
		float: none;
	}
	.location-detail .middle-tab .co-tab-nav li:last-child {
		margin-right: 50px;
	}
	.location-detail .middle-tab .co-tab-nav li a {
		width: 100px;
		height: 60px;
		display: block;
		margin: 10px auto;
	}
	.location-detail .middle-tab .co-tab-nav img {
		height: 55px;
	}
}

@media only screen and (max-width: 768px) {
	.co-campaign-wrapper .vc_col-sm-8 .qbutton {
		width: 250px;
		min-width: inherit;
		font-size: 18px;
	}
	.home ul#menu-top-right-menu li a {
		padding-left: 10px;
	}
	#co-home-page .top-banner-wrapper h1 {
		font-size: 6vw;
	}
	#co-home-page .top-banner-wrapper h2 {
		font-size: 3vw;
	}
}

@media only screen and (max-width: 350px) {
	.co-search-container
	.search-options
	.main-options
	.search-keyword
	.search-wrap-input
	input::placeholder {
		font-size: 10px;
	}
	.co-blog-page .search-options .sorting-options .select {
		margin-right: 5px;
	}
	#co-news-events h2 {
		font-size: 20px !important;
		margin-top: 0;
	}
	.co-campaign-wrapper .vc_col-sm-8 .qbutton {
		min-width: 200px;
		font-size: 14px;
	}
	.vc_row.co-container-leadership {
		padding-left: 10px;
	}
	.co-leaders h2 {
		padding: 10px;
		font-size: 30px;
	}
	.co-leaders h3 {
		padding: 10px;
	}
	.co-leaders .qbutton.center {
		margin-left: 0;
	}
	.co-container-leadership .vc_column_container > .vc_column-inner {
		padding-right: 10px;
	}
	.home .logo_wrapper {
		position: relative;
		left: 0;
	}
	.home ul#menu-top-right-menu li a {
		padding-left: 10px;
	}
	.home .header_inner_right ul#menu-top-right-menu li a {
		font-size: 14px;
	}
	.home .header_inner_right ul#menu-top-right-menu li.co-login a:before {
		font-size: 16px;
	}
	.co-home-video .co-video-text h2 {
		left: 50px;
		top: 40px;
		line-height: 40px;
	}
	.co-home-video .co-video-text p {
		top: 30px;
		left: 50px;
	}
	.co-campaign-wrapper .vc_col-sm-8 .qbutton {
		margin-bottom: 20px;
		width: 200px;
		min-width: inherit;
	}
	.co-campaign-wrapper .wpcf7 .co_google_capcha {
		margin-left: -30px;
	}
	#powerTip .co-team-popup .team-avatar {
		width: 80px;
	}
	#powerTip .co-team-popup .team-detail,
	#powerTip .co-team-popup .team-detail h2 {
		width: 100px;
	}
	#powerTip .co-team-popup .team-detail h2 {
		font-size: 18px;
	}
	#powerTip .co-team-popup .team-detail p {
		font-size: 13px;
	}
	.home .header_inner_right .side_menu_button_wrapper {
		right: -30px;
	}
	#co-home-page .title h2 {
		font-size: 12px;
	}
}
/*  iPod Touch media query?*/
@media only screen and (min-device-width: 320px) and (max-device-width: 640px) and (orientation: landscape) {
	.home header .header_inner_right {
		margin-top: 0;
	}
	#powerTip .co-team-popup .team-avatar {
		width: 80px;
	}
	#powerTip .co-team-popup .team-detail {
		width: 100px;
	}
	#powerTip .co-team-popup .team-detail h2 {
		font-size: 18px;
	}
	#powerTip .co-team-popup .team-detail p {
		font-size: 13px;
	}
}

/* Apple iPhone 6+, 6s+, 7+, 8+, X */
@media only screen and (min-device-width: 320px) and (max-device-width: 667px) and (-webkit-max-device-pixel-ratio: 3) and (-webkit-device-pixel-ratio: 3) {
	body {
		-webkit-text-size-adjust: none;
	}
}

/* Apple iPhone 5, 6, 6s, 7, iPhone 8 */
@media only screen and (min-device-width: 320px) and (max-device-width: 667px) and (-webkit-max-device-pixel-ratio: 2) and (-webkit-device-pixel-ratio: 2) {
	body {
		-webkit-text-size-adjust: none;
	}
}

/* ----------- Galaxy S6 ----------- */

/* Portrait and Landscape */
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) {
}

/* Portrait */
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait) {
	#powerTip .co-team-popup .team-avatar {
		width: 90px;
	}
	#powerTip .co-team-popup .team-detail,
	#powerTip .co-team-popup .team-detail h2 {
		width: 110px;
	}
	#powerTip .co-team-popup .team-detail h2 {
		font-size: 28px;
	}
	#powerTip .co-team-popup .team-detail p {
		font-size: 14px;
	}
}

@media only screen and (min-width: 769px) {
	.co_has_sticky_map .vc_col-sm-6:first-child {
		position: fixed;
		top: 24px;
		transition: bottom 0.5s ease;
		-webkit-transition: bottom 0.5s ease;
		-moz-transition: bottom 0.5s ease;
		-o-transition: bottom 0.5s ease;
	}
	.co_has_sticky_map .vc_col-sm-6:last-child {
		float: right;
	}
}
/* Responsive - End */
#co-form .co_other_partner_company {
	display: none;
}
.co-tab .co-tab-content table {
	table-layout: fixed;
	border-collapse: collapse;
	max-width: 100%;
	min-width: 250px;
	margin: 15px 0;
}
.co-tab .co-tab-content table th,
.co-tab .co-tab-content table td {
	padding: 10px;
}
.co-tab .co-tab-content table td {
	text-indent: 0 !important;
	width: auto;
	line-height: 1.25;
}
.co-tab .co-tab-content table,
th,
td {
	border: 1px solid black;
	font-size: 1vw;
	color: #000000;
}
.co-tab .co-tab-content td.cell-yellow-white {
	background: yellow;
	color: white;
}
.co-tab .co-tab-content td.cell-red-white {
	background: red;
	color: white;
}
.co-tab .co-tab-content td.cell-green-white {
	background: green;
	color: white;
}
.co-tab .co-tab-content td.cell-orange-white {
	background: orange;
	color: white;
}
.co-tab .co-tab-content td.cell-yellow {
	background: yellow;
}
.co-tab .co-tab-content td.cell-red {
	background: red;
}
.co-tab .co-tab-content td.cell-green {
	background: green;
}
.co-tab .co-tab-content td.cell-orange {
	background: orange;
}
.co-btn-center .co-blue-icon-button.large {
  padding: 10px 30px !important;
  line-height: 1.35;
  height: auto !important;
  white-space: unset;
}

/**
  * Blog Button Update
  **/
body.blog .column1 .column_inner .widget_categories h4,
body.archive .column1 .column_inner .widget_categories h4,
body.single-post .column1 .column_inner .widget_categories h4 {
	display: block;
	position: relative;
	margin: 0;
	padding: 10px 40px 10px 10px;
	color: #fff;
	background-color: #182a57;
}

body.blog .column1 .column_inner .widget_categories h4::after,
body.archive .column1 .column_inner .widget_categories h4::after,
body.single-post .column1 .column_inner .widget_categories h4::after {
	content: '\f107';
	font-family: 'FontAwesome';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	line-height: 40px;
	width: 40px;
	text-align: center;
	font-weight: 700;
	font-size: 26px;
}

body.blog .column1 .column_inner .widget_categories ul li,
body.archive .column1 .column_inner .widget_categories ul li,
body.single-post .column1 .column_inner .widget_categories ul li {
	display: block;
	border: 0;
	padding: 0;
}

body.blog .column1 .column_inner .widget_categories ul li::after,
body.archive .column1 .column_inner .widget_categories ul li::after,
body.single-post .column1 .column_inner .widget_categories ul li::after {
	display: none;
}

body.blog .column1 .column_inner .widget_categories ul li:nth-of-type(odd),
body.archive .column1 .column_inner .widget_categories ul li:nth-of-type(odd),
body.single-post .column1 .column_inner .widget_categories ul li:nth-of-type(odd) {
	background-color: #c5c9d6;
}

body.blog .column1 .column_inner .widget_categories ul li:nth-of-type(even),
body.archive .column1 .column_inner .widget_categories ul li:nth-of-type(even),
body.single-post .column1 .column_inner .widget_categories ul li:nth-of-type(even) {
	background-color: #8a94ad;
}

body.blog .column1 .column_inner .widget_categories ul li a,
body.archive .column1 .column_inner .widget_categories ul li a,
body.single-post .column1 .column_inner .widget_categories ul li a {
	display: block;
	padding: 10px;
	color: #182a57;
	font-family: 'FiraSans';
	font-weight: 700;
	text-transform: uppercase;
	transition: 300ms all;
}

body.blog .column1 .column_inner .widget_categories ul li a:hover,
body.archive .column1 .column_inner .widget_categories ul li a:hover,
body.single-post .column1 .column_inner .widget_categories ul li a:hover {
	color: #000;
}

/**
  * Home Accordion
  **/
.text-center {
	text-align: center;
}
