/* ---------- Global ---------- */
html {
	font-size: 62.5%;
}

h2 {
	margin-bottom: 5rem;
	font-size: 6rem;
	line-height: 1.3em;
}

p {
	font-size: 18px;
	line-height: 1.75em;
}

@media (max-width: 1400px) {
	html {
		font-size: 7px;
	}
	
	h2 {
		line-height: 1.35em;
	}
}

@media (max-width: 1199px) {
	html {
		font-size: 6px;
	}
}

@media (max-width: 991px) {
	html {
		font-size: 5px;
	}
	
	p {
		font-size: 17px;
	}
}

@media (max-width: 767px) {
	html {
		font-size: 4px;
	}
	
	p {
		font-size: 16px;
		line-height: 1.65em;
	}
}



/* ---------- Header ---------- */
.navbar.navbar-default.main-menu .navbar-header .navbar-brand img {
	width: 180px;
}

.navbar.navbar-default.main-menu {
	min-height: 0;
}

@media (max-width: 1400px) {
	.navbar.navbar-default.main-menu .navbar-header .navbar-brand {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	
	.navbar.navbar-default.main-menu .navbar-header .navbar-brand img {
		width: 170px;
	}
	
	.navbar.navbar-default.main-menu .navbar-header .navbar-toggle {
		margin-top: 41px;
		border-radius: 0;
	}
	
	.navbar.navbar-default.main-menu .navbar-header .navbar-toggle .icon-bar {
		width: 28px;
		border-radius: 0;
	}
	
	.navbar.navbar-default.main-menu .navbar-header .navbar-toggle .icon-bar + .icon-bar {
		margin-top: 6px;
	}
	
	.navbar.navbar-default.main-menu .navbar-header .navbar-toggle:not(.collapsed) .icon-bar:nth-child(1) {
		transform: translateY(8px) rotate(45deg); -moz-transform: translateY(8px) rotate(45deg); -webkit-transform: translateY(8px) rotate(45deg);
	}
	
	.navbar.navbar-default.main-menu .navbar-header .navbar-toggle:not(.collapsed) .icon-bar:nth-child(2) {
		opacity: 0;
	}
	
	.navbar.navbar-default.main-menu .navbar-header .navbar-toggle:not(.collapsed) .icon-bar:nth-child(3) {
		transform: translateY(-8px) rotate(-45deg); -moz-transform: translateY(-8px) rotate(-45deg); -webkit-transform: translateY(-8px) rotate(-45deg);
	}
	
	.navbar.navbar-default.main-menu .navbar-collapse {
		margin-right: -15px;
		margin-left: -15px;
	}
	
	.navbar.navbar-default.main-menu .navbar-collapse.collapse {
		overflow: hidden !important;
	}
	
	.navbar.navbar-default.main-menu .navbar-collapse ul.navbar-nav.navbar-right {
		padding-top: 5px;
		padding-bottom: 20px;
	}
}

@media (max-width: 1199px) {
	.navbar.navbar-default.main-menu .navbar-header .navbar-brand {
		padding-top: 18px;
		padding-bottom: 18px;
	}
	
	.navbar.navbar-default.main-menu .navbar-header .navbar-brand img {
		width: 160px;
	}
	
	.navbar.navbar-default.main-menu .navbar-header .navbar-toggle {
		margin-top: 38px;
	}
}

@media (max-width: 991px) {
	.navbar.navbar-default.main-menu .navbar-header .navbar-brand {
		padding-top: 16px;
		padding-bottom: 16px;
	}
	
	.navbar.navbar-default.main-menu .navbar-header .navbar-brand img {
		width: 150px;
	}
	
	.navbar.navbar-default.main-menu .navbar-header .navbar-toggle {
		margin-top: 34px;
	}
	
	.navbar.navbar-default.main-menu .navbar-collapse {
		margin-right: 0;
		margin-left: 0;
	}
	
	.navbar.navbar-default.main-menu .navbar-collapse ul.navbar-nav.navbar-right {
		padding-top: 0;
		padding-bottom: 15px;
	}
}

@media (max-width: 767px) {
	.navbar.navbar-default.main-menu .navbar-header .navbar-brand {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	
	.navbar.navbar-default.main-menu .navbar-header .navbar-brand img {
		width: 140px;
	}
	
	.navbar.navbar-default.main-menu .navbar-header .navbar-toggle {
		margin-top: 31px;
	}
	
	.navbar.navbar-default.main-menu .navbar-collapse ul.navbar-nav.navbar-right {
		padding-bottom: 10px;
	}
}



/* ---------- Footer ---------- */
.footer {
	padding: 7.5rem 0;
}

.footer .footer-logo img {
	display: block;
	width: 180px;
	max-width: 100%;
	height: auto;
}

.footer .footer-menu li:last-child {
	padding-bottom: 2px;
}

.footer .address {
	padding-bottom: 26px;
}

.footer .soicial-link ul {
	padding-top: 9px;
}

.footer .copyright-content {
	clear: both;
	padding-top: 31px;
}

@media (max-width: 1400px) {
	.footer {
		padding: 9rem 0;
	}
	
	.footer .row .outer-left .col-md-6 {
		width: 45%;
	}
	
	.footer .footer-logo img {
		width: 170px;
	}
}

@media (max-width: 1199px) {
	.footer .row .outer-left .col-md-6 {
		width: 43%;
	}
	
	.footer .footer-logo img {
		width: 160px;
	}
}

@media (max-width: 991px) {
	.footer {
		padding-bottom: 8rem;
	}
	
	.footer .row .outer-left {
		height: auto;
	}
	
	.footer .row .outer-left .col-md-6 {
		width: 100%;
	}
	
	.footer .footer-logo {
		margin-top: 0;
		padding-bottom: 29px;
	}
	
	.footer .footer-logo img {
		width: 150px;
	}
	
	.footer .footer-menu {
		padding-top: 0;
		padding-bottom: 27px;
	}
	
	.footer .footer-menu li {
		padding: 0 20px 10px 0 !important;
	}
	
	.footer .address-outer-block {
		justify-content: flex-start;
	}
	
	.footer .address {
		margin-right: 45px;
		padding-bottom: 0;
	}
	
	.footer .copyright-content {
		margin: auto 0 0 45px;
		padding-top: 0;
	}
}

@media (max-width: 767px) {
	.footer .footer-logo {
		padding-bottom: 25px;
	}
	
	.footer .footer-logo img {
		width: 140px;
	}
	
	.footer .footer-menu,
	.footer .soicial-link p,
	.footer .copyright-content br {
		display: none;
	}
	
	.footer .address-outer-block {
		flex-direction: column;
	}
	
	.footer .address {
		margin: 0 0 19px;
	}
	
	.footer .soicial-link ul {
		padding-top: 0;
	}
	
	.footer .copyright-content {
		margin: 21px 0 0;
	}
}



/* ---------- Buttons ---------- */
.default-btn {
	margin: 5rem 0 !important;
	padding: 20px;
}

@media (max-width: 767px) {
	.default-btn {
		min-width: 175px;
		height: 49px;
		padding: 15px;
	}
}



/* ---------- Forms ---------- */
.ginput_container_radio .form-group,
.ginput_container_checkbox .form-group {
	padding: 0;
	line-height: 1.4;
}

.ginput_container_radio .form-group input,
.ginput_container_checkbox .form-group input {
	margin: 3px 0 0 !important;
	vertical-align: top;
	cursor: pointer;
}

.ginput_container_radio .form-group label,
.ginput_container_checkbox .form-group label {
	max-width: calc(100% - 32px);
	margin: 0;
	padding: 0 0 0 5px;
	vertical-align: top;
	font-size: 14px;
	font-family: azo-sans-web, sans-serif !important;
	font-weight: 400;
	cursor: pointer;
}



/* ---------- Common ---------- */
.PageHero-Section {
	height: 90rem;
}

.PageHero-Section .Page-Hero-detail {
	padding: 15rem 10rem 0;
}

.PageHero-Section .Page-Hero-detail .hero-slogan,
.NewsDetail-Hero .newsHero-box h5 {
	margin: 0 0 7.5rem;
}

.PageHero-Section .Page-Hero-detail h2,
.NewsDetail-Hero .newsHero-box h2 {
	width: 60%;
	margin-bottom: 0;
	font-size: 36px;
	line-height: 1.35em;
}

.section-class {
	padding: 15rem 0 13rem;
}

.intro-section .content {
	max-width: none;
	padding: 10rem 18rem 0 18rem;
}

.intro-section .image-container,
.experience-section .row-blk,
.whyus .services-outer,
.intro-section.why-conopco .images-static-section,
.leadership-blk .row-blk,
.intro-section.history-section .gallery-history,
.intro-expertise-conopco .images-static-section {
	margin-top: 15rem;
	padding-top: 0;
}

.experience-section h2,
.fast-facts .outer-wrapper .carousel .carousel-inner .item .content h2,
.whyus .content h2,
.leadership-blk .content h2,
.intro-section.history-section h2,
.community-blk .content h2,
.intro-section.project-detailBlk .content .project-introbox h2,
.related-projectBox h2,
.intro-expertise-conopco h2,
.whatwedo-section h2,
.intro-section.expertise-section h2,
.intro-section.culture-blk h2,
.intro-section.job-listing .content h2,
.intro-section.career-description .content h2 {
	width: auto;
	max-width: 1040px;
	margin-bottom: 4rem;
	font-size: 36px;
	line-height: 1.35em;
}

.single .intro-section.project-detailBlk .content .project-introbox h4 {
	margin-top: 35px;
	line-height: 1.45em;
}

.experience-section .row-blk div[class*="col"] {
	padding: 0 3rem;
}

.experience-section .row-blk div[class*="col"] .project_box {
	overflow: hidden;
}

.experience-section .row-blk div[class*="col"] .project_box .project-detail {
	min-height: 0;
	padding: 7.5rem 5rem 9rem 5rem;
}

.experience-section .row-blk div[class*="col"] .project_box .project-detail h3,
.job-listing .job-listing-box .job-listing-detail h3 {
	margin: 0;
	line-height: 1.45em;
}

.experience-section .row-blk div[class*="col"] .project_box .project-Img img {
	max-width: 100%;
}

.fast-facts {
	padding: 17rem 0 0;
}

.fast-facts .col-md-4 {
	min-width: 53rem;
}

.fast-facts .outer-wrapper .title-outer {
	top: -7rem;
	padding: 14rem 5rem 5rem;
}

.fast-facts .outer-wrapper .title-outer h2 {
	max-width: 200px;
	font-size: 6rem;
	line-height: 1.1em;
}

.fast-facts .slider-main-img {
	padding-top: 11rem;
}

.fast-facts .slider-main-img img {
	display: block;
	max-width: 100%;
	height: auto;
}

.fast-facts .slider-container {
	padding-top: 0;
	padding-bottom: 15rem;
}

.fast-facts .outer-wrapper .carousel {
	height: 40rem;
}

.fast-facts .outer-wrapper .carousel .carousel-inner .item .content {
	padding: 10rem 0 0 8rem;
}

.fast-facts .outer-wrapper .carousel .carousel-inner .item .content p {
	display: none;
}

.fast-facts .outer-wrapper .carousel .carousel-inner .item .content h2 {
	max-width: 550px;
}

.fast-facts .outer-wrapper .carousel .carousel-indicators {
	bottom: 0;
	left: 8rem;
	width: 100%;
	margin: 0;
	padding: 0;
}

.intro-section.why-conopco:after {
	height: 20vw;
}

.intro-section.why-conopco .content a {
	align-items: center;
}

.intro-section.why-conopco .content a svg {
	height: 100%;
	margin-top: -1px;
}

.intro-section.why-conopco .conopco-countBox {
	padding-top: 8rem;
	padding-bottom: 20px;
}

.intro-section.why-conopco .conopco-countBox .row div[class*=col] {
	display: block;
	max-width: 450px;
	padding-left: 7rem;
}

.intro-section.why-conopco .conopco-countBox .row div[class*=col] .count-box {
	padding-right: 3rem;
}

.intro-section.why-conopco .conopco-countBox .row div[class*=col] .count-box h1 {
	margin: 0 0 1rem;
	font-size: 6rem;
	line-height: 1.3em;
}

.intro-section.why-conopco .conopco-countBox .row div[class*=col] .count-box p {
	margin: 0;
	line-height: 1.5em;
}

.intro-section.why-conopco .images-static-section {
	align-items: flex-start;
}

.intro-section.why-conopco .images-static-section img:first-child {
	width: 26.75%;
	margin-right: 1.9%;
	padding: 0;
}

.intro-section.why-conopco .images-static-section img:last-child {
	width: 71.35%;
	padding: 0;
}

.leadership-blk .row-blk {
	margin-right: -2.5rem;
	margin-left: -2.5rem;
}

.leadership-blk .row-blk div[class*="col"] {
	padding: 0 2.5rem;
}

.leadership-blk .row-blk div[class*="col"] .leadership-box {
	margin-bottom: 5rem;
}

.leadership-blk .row-blk div[class*="col"] .leadership-box .leadership-img img {
	border: none;
}

.leadership-blk .row-blk div[class*="col"] .leadership-box .leadership-detail {
	position: relative;
	width: 100%;
	min-height: 210px;
	margin-top: -30px;
	padding: 3rem;
	border-top: 1rem solid #ec3b43;
	color: #fff;
}

.leadership-blk .row-blk div[class*="col"] .leadership-box .leadership-detail h2,
.leadership-blk .row-blk div[class*="col"] .leadership-box .leadership-detail h2 a {
	font-size: 20px;
	line-height: 1.45em;
}

.leadership-blk .row-blk div[class*="col"] .leadership-box .leadership-detail h2 {
	margin-bottom: 1rem;
}

.leadership-blk .row-blk div[class*="col"] .leadership-box .leadership-detail p {
	padding-bottom: 0;
	line-height: 1.45em;
}

.leadership-blk .row-blk div[class*="col"] .leadership-box .leadership-detail .arrow-link {
	bottom: 2.5rem;
	margin: 0;
}

.intro-section.quote-section {
	overflow: hidden;
	background-color: #fff;
}

.intro-section.quote-section .content {
	padding-top: 3rem;
}

.intro-section.quote-section h2 {
	max-width: 1400px;
}

.intro-section.quote-section .quote-name {
	max-width: 60%;
	padding-bottom: 0;
	font-weight: 700;
	line-height: 1.5em;
}

.intro-section.quote-section .quote-image {
	display: block;
	right: -40% !important;
	width: auto;
	max-width: 100rem;
	margin-top: -4rem !important;
}

.community-blk .content h2 + .default-btn {
	margin-top: 4rem !important;
}

.related-projectBox h2 {
	padding-left: 0;
}

.intro-expertise-conopco {
	padding-bottom: 0;
}

.expertise-section .expertise-number-section {
	margin-top: -20px;
	padding-top: 10rem;
}

.expertise-section .expertise-number {
	display: block;
	padding: 0;
	font-size: 60px;
	line-height: normal;
	color: #ec3b43;
}

.expertise-section .expertise-number-text {
	display: block;
	font-size: 18px;
}

.expertise-section .quote-image {
	display: block;
	right: -45% !important;
	width: auto;
	max-width: 100rem;
	margin-top: -15rem !important;
}

.intro-section.culture-blk .careers-image {
	display: block;
	right: -40% !important;
	width: 100%;
	max-width: 110rem;
	margin-top: 4rem !important;
}

.NewsDetail-Hero .newsHero-box h2 {
	width: 100% !important;
}

.intro-section.project-detailBlk .content .project-introbox ul {
	margin: 15px 0 0 3px;
}

.intro-section.project-detailBlk .content .project-introbox ul li {
	padding-left: 25px;
}

#back-to-top {
	position: fixed;
	z-index: 9999;
	right: 0;
	bottom: 41px;
	cursor: pointer;
}

#back-to-top img {
	display: block;
	width: 45px;
	height: 45px;
	opacity: 0.95;
}

/* @media (min-width: 768px) {
	#back-to-top {
		display: none !important;
		opacity: 0 !important;
	}
} */

@media (max-width: 1400px) {
	.PageHero-Section .Page-Hero-detail {
		padding-right: 0;
		padding-left: 0;
	}
	
	.PageHero-Section .Page-Hero-detail h2,
	.NewsDetail-Hero .newsHero-box h2 {
		width: 80%;
		font-size: 34px;
	}
	
	.section-class {
		padding-bottom: 11rem;
	}
	
	.intro-section .content {
		padding: 0;
	}
	
	.intro-section .image-container,
	.experience-section .row-blk,
	.whyus .services-outer,
	.intro-section.why-conopco .images-static-section,
	.leadership-blk .row-blk,
	.intro-section.history-section .gallery-history,
	.intro-expertise-conopco .images-static-section {
		margin-top: 10rem;
	}
	
	.experience-section h2,
	.fast-facts .outer-wrapper .carousel .carousel-inner .item .content h2,
	.whyus .content h2,
	.leadership-blk .content h2,
	.intro-section.history-section h2,
	.community-blk .content h2,
	.intro-section.project-detailBlk .content .project-introbox h2,
	.related-projectBox h2,
	.intro-expertise-conopco h2,
	.whatwedo-section h2,
	.intro-section.expertise-section h2,
	.intro-section.culture-blk h2,
	.intro-section.job-listing .content h2,
	.intro-section.career-description .content h2 {
		font-size: 34px;
	}
	
	.experience-section .row-blk {
		margin-right: -3rem;
		margin-left: -3rem;
	}
	
	.experience-section .row-blk div[class*="col"] .project_box .project-Img img {
		max-width: none;
	}
	
	.fast-facts {
		padding-top: 6rem;
	}
	
	.fast-facts .col-md-4 {
		width: 40rem;
		min-width: 0;
	}
	
	.fast-facts .slider-main-img img {
		width: 35rem;
	}
	
	.fast-facts .outer-wrapper .carousel {
		height: 50rem;
	}
	
	.fast-facts .outer-wrapper .carousel .carousel-inner .item .content h2 {
		max-width: none;
	}
	
	.intro-section.why-conopco,
	.intro-expertise-conopco {
		padding-bottom: 16rem;
	}
	
	.intro-section.why-conopco .conopco-countBox {
		padding-top: 4rem;
		padding-right: 0;
		padding-left: 0;
	}
	
	.intro-section.why-conopco .conopco-countBox .row div[class*=col] {
		max-width: 350px;
		padding-left: 6rem;
	}
	
	.intro-section.why-conopco .conopco-countBox .row div[class*=col]:first-child {
		padding-left: 15px;
	}
	
	.leadership-blk .row-blk div[class*="col"] .leadership-box .leadership-detail {
		min-height: 200px;
	}
	
	.intro-section.quote-section .quote-image {
		right: -50% !important;
	}
	
	.expertise-section .expertise-number {
		font-size: 55px;
	}
}

@media (max-width: 1199px) {
	.PageHero-Section .Page-Hero-detail h2,
	.NewsDetail-Hero .newsHero-box h2 {
		font-size: 32px;
	}
	
	.experience-section h2,
	.fast-facts .outer-wrapper .carousel .carousel-inner .item .content h2,
	.whyus .content h2,
	.leadership-blk .content h2,
	.intro-section.history-section h2,
	.community-blk .content h2,
	.intro-section.project-detailBlk .content .project-introbox h2,
	.related-projectBox h2,
	.intro-expertise-conopco h2,
	.whatwedo-section h2,
	.intro-section.expertise-section h2,
	.intro-section.culture-blk h2,
	.intro-section.job-listing .content h2,
	.intro-section.career-description .content h2 {
		font-size: 32px;
	}
	
	.experience-section .row-blk div[class*="col"] .project_box .project-detail h3,
	.leadership-blk .row-blk div[class*="col"] .leadership-box .leadership-detail h2,
	.leadership-blk .row-blk div[class*="col"] .leadership-box .leadership-detail h2 a,
	.job-listing .job-listing-box .job-listing-detail h3 {
		font-size: 18px;
	}
	
	.intro-section.why-conopco .conopco-countBox .row div[class*=col] {
		max-width: 300px;
	}
	
	.leadership-blk .row-blk div[class*="col"] .leadership-box .leadership-detail {
		min-height: 180px;
	}
	
	.expertise-section .expertise-number {
		font-size: 50px;
	}
}

@media (max-width: 991px) {
	.PageHero-Section .Page-Hero-detail .hero-slogan,
	.NewsDetail-Hero .newsHero-box h5 {
		font-size: 17px;
	}
	
	.PageHero-Section .Page-Hero-detail h2,
	.NewsDetail-Hero .newsHero-box h2 {
		width: 100%;
		font-size: 6rem;
	}
	
	.experience-section h2,
	.fast-facts .outer-wrapper .carousel .carousel-inner .item .content h2,
	.whyus .content h2,
	.leadership-blk .content h2,
	.intro-section.history-section h2,
	.community-blk .content h2,
	.intro-section.project-detailBlk .content .project-introbox h2,
	.related-projectBox h2,
	.intro-expertise-conopco h2,
	.whatwedo-section h2,
	.intro-section.expertise-section h2,
	.intro-section.culture-blk h2,
	.intro-section.job-listing .content h2,
	.intro-section.career-description .content h2 {
		margin-bottom: 5rem;
		font-size: 6rem;
	}
	
	.experience-section .row-blk div[class*="col"] .project_box .project-detail h3,
	.leadership-blk .row-blk div[class*="col"] .leadership-box .leadership-detail h2,
	.leadership-blk .row-blk div[class*="col"] .leadership-box .leadership-detail h2 a,
	.job-listing .job-listing-box .job-listing-detail h3 {
		font-size: 16px;
	}
	
	.single .intro-section.project-detailBlk .content .project-introbox h4 {
		font-size: 17px;
	}
	
	.experience-section .row-blk div[class*="col"] .project_box .project-Img {
		min-height: 70rem;
	}
	
	.fast-facts .outer-wrapper .title-outer {
		padding-top: 10rem;
	}
	
	.fast-facts .slider-image {
		display: none;
	}
	
	.fast-facts .outer-wrapper .carousel .carousel-inner .item .content {
		padding: 4.5rem 15px 0 15px;
	}
	
	.fast-facts .outer-wrapper .carousel .carousel-indicators {
		left: 15px;
	}
	
	.intro-section.why-conopco .conopco-countBox .row div[class*=col] .count-box p {
		font-size: 16px;
	}
	
	.leadership-blk .row-blk div[class*="col"] {
		width: 33.33%;
	}
	
	.leadership-blk .row-blk div[class*="col"] .leadership-box .leadership-detail {
		min-height: 160px;
	}
	
	.leadership-blk .row-blk div[class*="col"] .leadership-box .leadership-detail p {
		font-size: 13px;
	}
	
	.intro-section.quote-section .quote-name {
		font-size: 15px;
	}
	
	.expertise-section .expertise-number {
		font-size: 45px;
	}
	
	.expertise-section .expertise-number-text {
		font-size: 17px;
	}
}

@media (max-width: 767px) {
	.PageHero-Section .Page-Hero-detail .hero-slogan,
	.NewsDetail-Hero .newsHero-box h5 {
		font-size: 16px;
	}
	
	.single .intro-section.project-detailBlk .content .project-introbox h4 {
		font-size: 16px;
	}
	
	.experience-section .row-blk div[class*="col"] {
		padding-bottom: 25px;
	}
	
	.experience-section .row-blk div[class*="col"]:last-child {
		padding-bottom: 5px;
	}
	
	.fast-facts .outer-wrapper .title-outer h2 {
		margin-bottom: 4rem;
	}
	
	.fast-facts .outer-wrapper .carousel {
		height: 65rem;
	}
	
	.fast-facts .outer-wrapper .carousel .carousel-indicators li {
		width: 8px;
		height: 8px;
	}
	
	.fast-facts .outer-wrapper .carousel .carousel-indicators li.active {
		width: 10px;
		height: 10px;
	}
	
	.intro-section.why-conopco,
	.intro-expertise-conopco {
		padding-bottom: 0;
	}
	
	.intro-section.why-conopco .conopco-countBox .row div[class*=col] {
		max-width: none;
		padding-left: 15px;
		text-align: left;
	}
	
	.intro-section.why-conopco .conopco-countBox .row div[class*=col]:last-child {
		margin-bottom: 0;
		padding-bottom: 0;
	}
	
	.intro-section.why-conopco .conopco-countBox .row div[class*=col] .count-box {
		padding-right: 0;
	}
	
	.intro-section.why-conopco .images-static-section,
	.intro-expertise-conopco .images-static-section {
		width: calc(100% + 30px);
		margin-left: -15px;
	}
	
	.leadership-blk .row-blk div[class*="col"] {
		float: left;
		width: 50%;
	}
	
	.leadership-blk .row-blk div[class*="col"] .leadership-box .leadership-detail {
		min-height: 150px;
	}
	
	.leadership-blk .row-blk div[class*="col"] .leadership-box .leadership-detail .arrow-link {
		width: 25px;
		height: 25px;
		padding-top: 0;
	}
	
	.intro-section.quote-section .quote-name {
		font-size: 14px;
	}
	
	.expertise-section .expertise-number {
		font-size: 40px;
	}
	
	.expertise-section .expertise-number-text {
		font-size: 16px;
	}
	
	.intro-section.culture-blk .careers-image {
		right: -15px !important;
		margin-left: auto;
	}
	
	.intro-section.project-detailBlk .content .project-introbox ul li {
		padding-left: 15px;
	}
}

@media (max-width: 640px) {
	.intro-section.quote-section .quote-image {
		max-width: 80rem;
		margin-top: -5rem !important;
	}
	
	.expertise-section .quote-image {
		right: -35% !important;
	}
}

@media (max-width: 450px) {
	.intro-section.quote-section .quote-image {
		right: -37% !important;
	}
	
	.expertise-section .quote-image {
		right: -15% !important;
	}
}



/* ---------- Post Grid ---------- */
.post-grid {
	overflow: hidden;
	padding: 10rem 0;
}

.post-grid .loader {
	display: none !important;
}

.post-grid .grid {
	float: none;
	display: flex;
	flex-wrap: wrap;
	width: auto;
	margin: -5rem -2.5rem 0;
}

.post-grid .post {
	display: flex;
	flex-direction: column;
	width: calc(33.33% - 5rem);
	margin: 5rem 2.5rem 0;
	background-color: #efeeee;
}

.post-grid .post .image {
	display: block;
	width: 100%;
	padding-bottom: 66.7%;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #433e3e;
	background-size: cover;
}

.post-grid .post .details {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 3.5rem 6.5rem 3rem 3.5rem;
	border-top: 1rem solid #ec3b43;
}

.post-grid .post .details .meta,
.post-grid .post .details .title {
	display: block;
	font-size: 14px;
	font-family: azo-sans-web, sans-serif;
	line-height: 1.45em;
	color: #231f20;
}

.post-grid .post .details .title {
	margin-top: 1.7rem;
	font-size: 24px;
	font-weight: 700;
}

.post-grid .post .details .arrow {
	display: flex;
	align-items: center;
	margin-top: auto;
	padding-top: 4.2rem;
}

.post-grid .post .details .arrow .icon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 36px;
	height: 36px;
	padding: 8px;
	border: 1px solid #ec3b43;
	background-color: transparent;
	transition: background 0.3s; -moz-transition: background 0.3s; -webkit-transition: background 0.3s;
}

.post-grid .post:hover .details .arrow .icon {
	background-color: #ec3b43;
}

.post-grid .post .details .arrow .icon svg {
	display: block;
	width: 100%;
	max-height: 100%;
	fill: #231f20;
	transition: fill 0.3s; -moz-transition: fill 0.3s; -webkit-transition: fill 0.3s;
}

.post-grid .post:hover .details .arrow .icon svg {
	fill: #fff;
}

.post-grid .post .details .arrow .text {
	position: relative;
	left: -0.5rem;
	margin-left: 10px;
	opacity: 0;
	transition: left 0.3s, opacity 0.3s; -moz-transition: left 0.3s, opacity 0.3s; -webkit-transition: left 0.3s, opacity 0.3s;
}

.post-grid .post:hover .details .arrow .text {
	left: 0;
	opacity: 1;
}

.post-grid .load-more-wrap {
	padding-top: 10rem;
	text-align: center;
}

.post-grid .load-more-wrap .btn {
	margin: 0 !important;
	vertical-align: baseline;
}

.post-grid .no_result_found {
	width: 100%;
	margin: 9.3rem 0 -0.7rem;
	font-size: 20px;
	font-family: azo-sans-web, sans-serif;
	line-height: 1.45em;
	text-align: center;
}

.post-grid .no_result_found:first-child {
	margin-bottom: 4.3rem;
}

@media (max-width: 1400px) {
	.post-grid .post .details {
		padding-right: 3.5rem;
	}
	
	.post-grid .post .details .title {
		font-size: 22px;
	}
	
	.post-grid .post .details .arrow .icon {
		width: 33px;
		height: 33px;
		padding: 7px;
	}
	
	.post-grid .post .details .arrow .text {
		margin-left: 7px;
	}
}

@media (max-width: 1199px) {
	.post-grid .post .details .meta {
		font-size: 13px;
	}
	
	.post-grid .post .details .title {
		font-size: 20px;
	}
	
	.post-grid .post .details .arrow .icon {
		width: 30px;
		height: 30px;
		padding: 6px;
	}
	
	.post-grid .no_result_found {
		font-size: 19px;
	}
}

@media (max-width: 991px) {
	.post-grid .post {
		width: calc(50% - 5rem);
	}
	
	.post-grid .post .details .title {
		font-size: 19px;
	}
	
	.post-grid .post .details .arrow .icon {
		width: 28px;
		height: 28px;
	}
	
	.post-grid .no_result_found {
		font-size: 18px;
	}
}

@media (max-width: 767px) {
	.post-grid .post {
		width: calc(100% - 5rem);
	}
	
	.post-grid .post .details .meta {
		font-size: 12px;
	}
	
	.post-grid .post .details .title {
		font-size: 18px;
	}
	
	.post-grid .post .details .arrow .icon {
		width: 26px;
		height: 26px;
		padding: 5px;
	}
	
	.post-grid .post .details .arrow .text {
		margin-left: 6px;
	}
	
	.post-grid .no_result_found {
		font-size: 17px;
	}
}



/* ---------- Home ---------- */
body.home .herosection {
	height: 110rem;
	background-position: right 95% center;
}

body.home .herosection .inner-container {
	height: 100%;
	padding: 0 15rem;
}

body.home .herosection .inner-container .row h1 {
	max-width: 70rem;
	margin: 3rem 0 0;
	font-size: 15rem;
	line-height: 1em;
}

body.home .experience-section .content ul {
	margin: 0;
	padding: 5px 0 30px 75px;
	font-size: 18px;
	font-family: azo-sans-web, sans-serif;
	line-height: 1.75em;
}

body.home .experience-section .content ul li {
	margin-top: 15px;
	list-style-type: none;
	list-style-position: outside;
}

body.home .experience-section .content ul li:first-child {
	margin-top: 0;
}

body.home .experience-section .content ul li:before {
	content: '';
	position: relative;
	top: 6px;
	left: -15px;
	display: inline-block;
	width: 25px;
	height: 25px;
	margin-left: -25px;
	background: url(../images/checkmark.png) no-repeat center center;
	background-size: cover;
}

body.home .whyus .services-outer {
	margin-right: -2.5rem;
	margin-left: -2.5rem;
}

body.home .whyus .services-outer [class*='col-'] {
	padding: 0 2.5rem;
}

body.home .whyus .services-outer .service-wrap {
	height: calc(100% - 5rem);
	min-height: 350px;
	margin: 0 0 5rem;
}

body.home .whyus .services-outer .service-wrap .service-block .content {
	padding: 8rem 7.5rem;
}

body.home .whyus .services-outer .service-wrap .service-block .content:after {
	bottom: 2rem;
	left: 2rem;
}

body.home .whyus .services-outer .service-wrap .service-block .content h2 {
	line-height: 1.35em;
}

body.home .whyus .services-outer .service-wrap .inner-content {
	padding: 7rem 7.5rem 5rem;
}

body.home .whyus .services-outer .service-wrap .inner-content p {
	max-width: none;
	padding-left: 30px;
}

@media (max-width: 1400px) {
	body.home .herosection .inner-container {
		margin-left: -15px;
		padding: 0;
	}
	
	body.home .experience-section .content ul {
		padding: 0 0 22px 38px;
	}
	
	body.home .experience-section .content ul li {
		margin-top: 12px;
	}
	
	body.home .experience-section .content ul li:before {
		top: 5px;
		left: -14px;
		width: 23px;
		height: 23px;
		margin-left: -23px;
	}
}

@media (max-width: 1199px) {
	body.home .whyus .services-outer .service-wrap .service-block .content h2 {
		font-size: 26px;
	}
}

@media (max-width: 991px) {
	body.home .intro-section .image-container ul {
		column-gap: 2rem;
		background-color: #fff;
	}
	
	body.home .experience-section .content ul {
		padding-left: 34px;
		font-size: 17px;
	}
	
	body.home .experience-section .content ul li:before {
		top: 4px;
		left: -12px;
		width: 21px;
		height: 21px;
		margin-left: -21px;
	}
	
	body.home .whyus .services-outer {
		margin-top: 8rem;
		margin-bottom: -6rem;
	}
	
	body.home .whyus .services-outer .service-wrap {
		height: auto;
		min-height: 0;
		background-image: none;
	}
	
	body.home .whyus .services-outer [class*='col-']:not(:last-child) .service-wrap {
		margin-bottom: 0;
	}
	
	body.home .whyus .services-outer .service-wrap .inner-content {
		padding: 0;
	}
	
	body.home .whyus .services-outer .service-wrap .inner-content p {
		padding-left: 25px;
	}
	
	body.home .whyus .services-outer .service-wrap .inner-content p:after {
		top: 6px;
		left: 6px;
	}
}

@media (max-width: 767px) {
	body.home .herosection .container {
		width: 100%;
	}
	
	body.home .intro-section .image-container ul {
		column-count: 2;
	}
	
	body.home .intro-section .image-container li:last-child {
		display: none;
	}
	
	body.home .experience-section .content ul {
		padding: 0 0 20px 28px;
		font-size: 16px;
		line-height: 1.65em;
	}
	
	body.home .experience-section .content ul li {
		margin-top: 6px;
	}
	
	body.home .experience-section .content ul li:before {
		top: 3px;
		left: -10px;
		width: 17px;
		height: 17px;
		margin-left: -17px;
	}
	
	body.home .whyus .services-outer .service-wrap .inner-content p {
		padding-left: 23px;
	}
}



/* ---------- About ---------- */
body.page-template-page-about .why-conopco .content h2 {
	max-width: 1140px;
}

body.page-template-page-about .leadership-blk .content {
	margin-bottom: -2rem;
}

body.page-template-page-about .leadership-blk .content .verticaltext {
	left: 42px;
}

body.page-template-page-about .history-section .content .verticaltext {
	left: 40px;
}

body.page-template-page-about .history-section .content a {
	margin-top: 4.5rem;
	padding-bottom: 23px;
	font-weight: 700;
}

body.page-template-page-about .history-section .gallery-history {
	padding-bottom: 1.6%;
}

body.page-template-page-about .history-section .gallery-history:after {
	display: none;
}

body.page-template-page-about .history-section ul li {
	display: block;
}

body.page-template-page-about .community-blk .content .verticaltext {
	left: 23px !important;
}

@media (max-width: 767px) {
	body.page-template-page-about .history-section .content a {
		font-size: 13px;
	}
	
	body.page-template-page-about .history-section .content a img {
		width: 12px;
		margin-left: 8px;
	}
}



/* ---------- Single Team ---------- */
body.single-our_team .NewsDetail-Hero .newsHero-box p {
	margin: 0 0 7.5rem;
	padding: 0;
	line-height: normal;
}

body.single-our_team .NewsDetail-Hero .newsHero-box h2 {
	margin: 0;
}

body.single-our_team .NewsDetail-Hero .newsHero-box .description {
	margin-top: 1rem;
	font-size: 20px;
	line-height: 1.35em;
}

body.single-our_team .market-single {
	padding-top: 17rem !important;
}

body.single-our_team .market-single .content {
	padding-top: 0;
	padding-right: 15rem;
	padding-bottom: 2rem;
}

body.single-our_team .market-single .col-md-4 {
	padding-left: 0;
}

body.single-our_team .market-single .market-leader-column {
	position: relative;
	margin: 0.5rem 0 5rem;
	padding-left: 5rem;
}

body.single-our_team .market-single .market-leader-column:before {
	min-height: 0;
	background-color: #ec3b43;
}

body.single-our_team .market-single .market-leader-column h6 {
	padding: 30px 0 0;
	font-size: 14px;
	font-family: azo-sans-web, sans-serif;
	font-weight: 700;
	line-height: normal;
}

body.single-our_team .market-single .market-leader-column h6:first-child {
	padding-top: 0;
}

body.single-our_team .market-single .market-leader-column p,
body.single-our_team .market-single .market-leader-column a {
	margin-top: 5px;
	padding: 0;
	font-size: 14px;
	line-height: 1.45em;
}

@media (max-width: 1400px) {
	body.single-our_team .market-single .col-md-4 {
		padding-left: 15px;
	}
}

@media (max-width: 1199px) {
	body.single-our_team .NewsDetail-Hero .newsHero-box .description {
		font-size: 18px;
	}
}

@media (max-width: 991px) {
	body.single-our_team .NewsDetail-Hero .newsHero-box p,
	body.single-our_team .NewsDetail-Hero .newsHero-box .description {
		font-size: 17px;
	}
	
	body.single-our_team .market-single .content {
		padding-right: 0;
	}
	
	body.single-our_team .market-single .market-leader-column {
		margin-top: 7rem;
		padding: 14rem 0 0;
		border-top: 1px solid #ec3b43;
	}
	
	body.single-our_team .market-single .market-leader-column:before {
		display: none;
	}
	
	body.single-our_team .market-single .market-leader-column h6 {
		padding-top: 25px;
	}
	
	body.single-our_team .market-single .market-leader-column p,
	body.single-our_team .market-single .market-leader-column a {
		margin-top: 4px;
	}
}

@media (max-width: 767px) {
	body.single-our_team .NewsDetail-Hero .newsHero-box p,
	body.single-our_team .NewsDetail-Hero .newsHero-box .description {
		font-size: 16px;
	}
}



/* ---------- Projects & News ---------- */
.text-heroBox.project-textHero,
.text-heroBox.news-textHero {
	z-index: 100;
	background-color: #433e3e;
}

.text-heroBox .project-heroblk,
.text-heroBox .market-heroblk,
.intro-section.contact-intro .contact-Box .contactBlk {
	padding-top: 13.8rem;
	padding-bottom: 12.5rem;
	background-color: transparent;
}

.text-heroBox .project-heroblk .hero-slogan,
.text-heroBox .market-heroblk .hero-slogan,
.intro-section.contact-intro .contact-Box .contactBlk .hero-slogan {
	display: none;
}

.text-heroBox .project-heroblk h2,
.text-heroBox .market-heroblk h2,
.intro-section.contact-intro .contact-Box .contactBlk h2 {
	width: 100%;
	max-width: 1000px;
	font-size: 36px;
	line-height: 1.35em;
	color: #fff;
}

.text-heroBox .project-heroblk .property-filterBox {
	background-color: transparent;
}

.text-heroBox .project-heroblk .property-filterBox .panel-heading {
	display: flex;
	align-items: center;
	margin-top: 6.4rem;
	border: none;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}

.text-heroBox .project-heroblk .property-filterBox .ts-filters {
	display: block;
	width: auto;
	margin-top: 0;
}

.text-heroBox .project-heroblk .property-filterBox .ts-filter-wrapper {
	width: auto;
	margin-right: 0;
	margin-bottom: 0;
}

.text-heroBox .project-heroblk .property-filterBox .select-div {
	display: flex;
}

.text-heroBox .project-heroblk .property-filterBox #filters-trigger-v3 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 240px;
	border-color: #ec3b43;
	background-color: #ec3b43;
	transition: background 0.3s; -moz-transition: background 0.3s; -webkit-transition: background 0.3s;
}

.text-heroBox .project-heroblk .property-filterBox #filters-trigger-v3:hover {
	background-color: transparent;
}

.text-heroBox .project-heroblk .property-filterBox #filters-trigger-v3 #project-industry-label {
	line-height: normal;
}

.text-heroBox .project-heroblk .property-filterBox #filters-trigger-v3 .icon-right {
	float: none;
	font-size: 20px;
	line-height: normal;
}

.text-heroBox .project-heroblk .property-filterBox #close-filters-v3 {
	display: none !important;
}

.text-heroBox .project-heroblk .property-filterBox .selected-filter {
	margin-left: 25px;
	padding: 5px 5px 5px 10px;
	border: 1px solid #fff;
	border-radius: 100px;
	font-size: 14px;
	line-height: normal;
	color: #fff;
}

.text-heroBox .project-heroblk .property-filterBox .selected-filter .close-filters-v3-t {
	padding: 0 5px;
	transition: color 0.3s; -moz-transition: color 0.3s; -webkit-transition: color 0.3s;
}

.text-heroBox .project-heroblk .property-filterBox .selected-filter .close-filters-v3-t:hover {
	color: #ec3b43;
}

.text-heroBox .project-heroblk .property-filterBox .ts-search {
	display: none;
}

.text-heroBox .market-heroblk h2,
.intro-section.contact-intro .contact-Box .contactBlk h2 {
	margin-bottom: -1.1rem;
}

.text-heroBox .market-heroblk .panel-heading {
	display: none !important;
}

.text-heroBox #popover-menu-v3 {
	height: auto;
	/* min-height: 60vh; */
	padding: 11.9rem 175px;
	background-color: #433e3e;
}

.text-heroBox #popover-menu-v3 a {
	transition: color 0.3s; -moz-transition: color 0.3s; -webkit-transition: color 0.3s;
}

.text-heroBox #popover-menu-v3 a:hover {
	color: #fff !important;
}

.text-heroBox #popover-menu-v3 .menu-wrapper {
	display: flex;
	flex-wrap: wrap;
	width: 1300px;
	max-width: 100%;
}

.text-heroBox #popover-menu-v3 .menu-col {
	display: block;
	width: 33.33%;
	padding-right: 3.5rem;
	font-size: 18px;
	vertical-align: baseline;
}

.text-heroBox #popover-menu-v3 .parent-term {
	margin-bottom: 29px;
}

.text-heroBox #popover-menu-v3 .parent-term:after {
	width: 6rem;
	margin-top: 29px;
	border-bottom: 1px solid #a0a0a0;
}

.text-heroBox #popover-menu-v3 .parent-term:last-child {
	margin-bottom: 0;
}

.text-heroBox #popover-menu-v3 .parent-term:last-child:after {
	display: none;
}

.text-heroBox #popover-menu-v3 .parent-term a {
	color: #ec3b43;
}

.text-heroBox #popover-menu-v3 .parent-term h4,
.text-heroBox #popover-menu-v3 .child-terms a {
	font-size: inherit;
	line-height: normal;
}

.text-heroBox #popover-menu-v3 .child-terms {
	margin: 0;
}

.text-heroBox #popover-menu-v3 .child-terms li {
	margin: 10px 0 0;
}

.text-heroBox #popover-menu-v3 .child-terms a {
	color: #a0a0a0;
}

.text-heroBox #popover-menu-v3 .close-popover {
	top: 3rem;
	right: 3rem;
}

.text-heroBox #popover-menu-v3 .close-popover svg {
	display: block;
	width: 30px;
	height: 30px;
	fill: #ec3b43;
	transition: fill 0.3s; -moz-transition: fill 0.3s; -webkit-transition: fill 0.3s;
}

.text-heroBox #popover-menu-v3 .close-popover:hover svg {
	fill: #fff;
}

.projects-listBlk .post .details,
.related-projectBox .post .details {
	padding-top: 3.2rem;
}

.projects-listBlk .post .details > .meta,
.related-projectBox .post .details > .meta {
	display: none;
}

.projects-listBlk .post .details .title,
.related-projectBox .post .details .title {
	margin-top: 0;
}

@media (max-width: 1400px) {
	.text-heroBox .project-heroblk h2,
	.text-heroBox .market-heroblk h2,
	.intro-section.contact-intro .contact-Box .contactBlk h2 {
		font-size: 34px;
	}
	
	.text-heroBox .project-heroblk .property-filterBox #filters-trigger-v3 {
		width: 220px;
	}
	
	.text-heroBox #popover-menu-v3 {
		padding-right: 75px;
		padding-left: 75px;
	}
	
	.text-heroBox #popover-menu-v3 .menu-col {
		font-size: 17px;
	}
	
	.text-heroBox #popover-menu-v3 .parent-term {
		margin-bottom: 24px;
	}
	
	.text-heroBox #popover-menu-v3 .parent-term:after {
		margin-top: 24px;
	}
	
	.text-heroBox #popover-menu-v3 .close-popover svg {
		width: 27px;
		height: 27px;
	}
}

@media (max-width: 1199px) {
	.text-heroBox .project-heroblk h2,
	.text-heroBox .market-heroblk h2,
	.intro-section.contact-intro .contact-Box .contactBlk h2 {
		font-size: 32px;
	}
	
	.text-heroBox .project-heroblk .property-filterBox #filters-trigger-v3 {
		width: 200px;
	}
	
	.text-heroBox #popover-menu-v3 {
		padding-right: 15px;
		padding-left: 15px;
	}
	
	.text-heroBox #popover-menu-v3 .menu-wrapper {
		width: 940px;
		margin: 0 auto;
	}
	
	.text-heroBox #popover-menu-v3 .menu-col {
		font-size: 16px;
	}
	
	.text-heroBox #popover-menu-v3 .parent-term {
		margin-bottom: 20px;
	}
	
	.text-heroBox #popover-menu-v3 .parent-term:after {
		margin-top: 20px;
	}
	
	.text-heroBox #popover-menu-v3 .child-terms li {
		margin-top: 8px;
	}
	
	.text-heroBox #popover-menu-v3 .close-popover {
		top: 20px;
		right: 20px;
	}
	
	.text-heroBox #popover-menu-v3 .close-popover svg {
		width: 24px;
		height: 24px;
	}
}

@media (max-width: 991px) {
	.text-heroBox .project-heroblk h2,
	.text-heroBox .market-heroblk h2,
	.intro-section.contact-intro .contact-Box .contactBlk h2 {
		font-size: 6rem;
	}
	
	.text-heroBox .project-heroblk .property-filterBox #filters-trigger-v3 {
		width: 180px;
		height: 45px;
		padding: 0 15px;
		font-size: 13px;
	}
	
	.text-heroBox .project-heroblk .property-filterBox #filters-trigger-v3 .icon-right {
		font-size: 18px;
	}
	
	.text-heroBox .project-heroblk .property-filterBox .selected-filter {
		margin-left: 35px;
		font-size: 13px;
	}
	
	.text-heroBox #popover-menu-v3 .menu-wrapper {
		width: 720px;
	}
	
	.text-heroBox #popover-menu-v3 .menu-col {
		font-size: 15px;
	}
	
	.text-heroBox #popover-menu-v3 .child-terms li {
		margin-top: 7px;
	}
	
	.text-heroBox #popover-menu-v3 .close-popover {
		top: 15px;
		right: 15px;
	}
	
	.text-heroBox #popover-menu-v3 .close-popover svg {
		width: 21px;
		height: 21px;
	}
}

@media (max-width: 767px) {
	.text-heroBox .project-heroblk,
	.text-heroBox .market-heroblk,
	.intro-section.contact-intro .contact-Box .contactBlk {
		padding-right: 0;
		padding-left: 0;
	}
	
	.text-heroBox .project-heroblk .property-filterBox .panel-heading {
		flex-direction: column;
		align-items: flex-start;
	}
	
	.text-heroBox .project-heroblk .property-filterBox #filters-trigger-v3 {
		width: 160px;
		height: 40px;
		font-size: 12px;
	}
	
	.text-heroBox .project-heroblk .property-filterBox #filters-trigger-v3 .icon-right {
		font-size: 16px;
	}
	
	.text-heroBox .project-heroblk .property-filterBox .selected-filter {
		margin: 20px 0 0 -15px;
		font-size: 12px;
	}
	
	.text-heroBox #popover-menu-v3 .menu-wrapper {
		width: 100%;
	}
	
	.text-heroBox #popover-menu-v3 .menu-col {
		width: 100%;
		padding-right: 0;
	}
	
	.text-heroBox #popover-menu-v3 .parent-term {
		margin: 13px 0 0;
	}
	
	.text-heroBox #popover-menu-v3 .menu-col:first-child .parent-term:first-child {
		margin-top: 0;
	}
	
	.text-heroBox #popover-menu-v3 .parent-term:after,
	.text-heroBox #popover-menu-v3 .child-terms {
		display: none;
	}
}



/* ---------- Single Project ---------- */
body.single-project .slider-project {
	height: auto;
}

body.single-project .slider-project .carousel-inner {
	padding-bottom: 66.7%;
}

body.single-project .slider-project .carousel-inner .item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

body.single-project .slider-project .carousel-control.left .left-arrow,
body.single-project .slider-project .carousel-control.right .right-arrow {
	left: 4rem;
	transform: translateY(-50%); -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%);
}

body.single-project .slider-project .carousel-control.right .right-arrow {
	right: 4rem;
	left: auto;
}

body.single-project .slider-project .carousel-control.left .left-arrow img,
body.single-project .slider-project .carousel-control.right .right-arrow img {
	display: block;
	width: 20px;
	height: auto;
}

body.single-project .project-detailBlk .content,
body.single-post .project-detailBlk .content {
	padding: 0 !important;
}

body.single-project .project-detailBlk .content .verticaltext,
body.single-project .related-projectBox .content .verticaltext {
	display: none;
}

body.single-project .project-detailBlk .content .project-introbox,
body.single-post .project-detailBlk .content .project-introbox {
	margin: 0;
	padding-top: 2rem;
	padding-right: 15rem;
	padding-bottom: 5rem;
}

body.single-project .project-detailBlk .content .project-introbox h6,
body.single-post .project-detailBlk .content .project-introbox h6,
body.single-career .project-detailBlk .content .project-introbox h6 {
	margin-top: 5rem;
	line-height: normal;
}

body.single-project .project-detailBlk .content .project-introbox .social-box .social-links,
body.single-post .project-detailBlk .content .project-introbox .social-box .social-links,
body.single-career .project-detailBlk .content .project-introbox .social-box .social-links {
	margin-top: 2rem;
	margin-bottom: -5px;
}

body.single-project .project-detailBlk .content .project-introbox .social-box .social-links li,
body.single-post .project-detailBlk .content .project-introbox .social-box .social-links li,
body.single-career .project-detailBlk .content .project-introbox .social-box .social-links li {
	margin-bottom: 0;
}

body.single-project .project-detailBlk .content .project-introbox .social-box .social-links img,
body.single-post .project-detailBlk .content .project-introbox .social-box .social-links img,
body.single-career .project-detailBlk .content .project-introbox .social-box .social-links img {
	display: block;
	width: 30px;
	height: 30px;
}

body.single-project .project-detailBlk .projectRightbox {
	margin: 113px 0 5rem;
	padding-left: 5rem;
}

body.single-project .project-detailBlk .projectRightbox:before {
	min-height: 0;
	background-color: #ec3b43;
}

body.single-project .project-detailBlk .projectRightbox .rightblk {
	padding-bottom: 30px;
}

body.single-project .project-detailBlk .projectRightbox .rightblk:last-child {
	padding-bottom: 0;
}

body.single-project .project-detailBlk .projectRightbox .rightblk h6 {
	line-height: normal;
}

body.single-project .project-detailBlk .projectRightbox .rightblk p {
	margin-top: 5px;
	line-height: 1.45em;
}

body.single-project .quote-section {
	padding-bottom: 6rem;
	background-color: #efeeee;
}

body.single-project .quote-section h2:last-child {
	margin-bottom: 12rem;
}

body.single-project .quote-section .quote-name:last-child {
	margin-bottom: 13rem;
}

body.single-project .related-projectBox {
	padding-top: 7rem;
	padding-bottom: 18rem;
}

body.single-project .related-projectBox .grid {
	margin-top: 0;
}

body.single-project .project-detailBlk + .related-projectBox {
	background-color: #efeeee;
}

body.single-project .project-detailBlk + .related-projectBox .post {
	background-color: #fff;
}

@media (min-width: 1401px) {
	body.single-project .related-projectBox .grid.less .post:first-child {
		margin-left: 205px;
	}
}

@media (max-width: 1400px) {
	body.single-project .slider-project {
		width: 100%;
	}
	
	body.single-project .project-detailBlk .content .project-introbox .social-box .social-links,
	body.single-post .project-detailBlk .content .project-introbox .social-box .social-links,
	body.single-career .project-detailBlk .content .project-introbox .social-box .social-links {
		margin-bottom: 0;
	}
	
	body.single-project .project-detailBlk .projectRightbox {
		margin-top: 92px;
	}
	
	body.single-project .related-projectBox {
		padding-top: 17rem;
		padding-bottom: 16rem;
	}
}

@media (max-width: 1199px) {
	body.single-project .slider-project .carousel-control.left .left-arrow img,
	body.single-project .slider-project .carousel-control.right .right-arrow img {
		width: 18px;
	}
	
	body.single-project .project-detailBlk .content .project-introbox .social-box .social-links img,
	body.single-post .project-detailBlk .content .project-introbox .social-box .social-links img,
	body.single-career .project-detailBlk .content .project-introbox .social-box .social-links img {
		width: 28px;
		height: 28px;
	}
	
	body.single-project .project-detailBlk .projectRightbox {
		margin-top: 84px;
	}
}

@media (max-width: 991px) {
	body.single-project .slider-project .carousel-control.left .left-arrow img,
	body.single-project .slider-project .carousel-control.right .right-arrow img {
		width: 16px;
	}
	
	body.single-project .project-detailBlk .content .project-introbox {
		padding-right: 0;
	}
	
	body.single-project .project-detailBlk .content .project-introbox h6,
	body.single-post .project-detailBlk .content .project-introbox h6,
	body.single-career .project-detailBlk .content .project-introbox h6 {
		font-size: 17px;
	}
	
	body.single-project .project-detailBlk .projectRightbox {
		margin-top: 9rem;
		padding: 14rem 0 0;
		border-top: 1px solid #ec3b43;
	}
	
	body.single-project .project-detailBlk .projectRightbox:before {
		display: none;
	}
	
	body.single-project .project-detailBlk .projectRightbox .rightblk {
		padding-bottom: 25px;
	}
	
	body.single-project .project-detailBlk .projectRightbox .rightblk p {
		margin-top: 4px;
	}
	
	body.single-project .related-projectBox .post:nth-child(3) {
		display: none;
	}
}

@media (max-width: 767px) {
	body.single-project .slider-project .carousel-control.left .left-arrow img,
	body.single-project .slider-project .carousel-control.right .right-arrow img {
		width: 14px;
	}
	
	body.single-project .project-detailBlk .content .project-introbox h6,
	body.single-post .project-detailBlk .content .project-introbox h6,
	body.single-career .project-detailBlk .content .project-introbox h6 {
		font-size: 16px;
	}
	
	body.single-project .project-detailBlk .content .project-introbox .social-box .social-links li,
	body.single-post .project-detailBlk .content .project-introbox .social-box .social-links li,
	body.single-career .project-detailBlk .content .project-introbox .social-box .social-links li {
		margin-right: 8px;
	}
	
	body.single-project .project-detailBlk .content .project-introbox .social-box .social-links img,
	body.single-post .project-detailBlk .content .project-introbox .social-box .social-links img,
	body.single-career .project-detailBlk .content .project-introbox .social-box .social-links img {
		width: 26px;
		height: 26px;
	}
	
	body.single-project .related-projectBox .post:nth-child(3) {
		display: flex;
	}
}

@media (max-width: 640px) {
	body.single-project .quote-section .quote-image {
		visibility: hidden;
		height: 48px;
	}
}



/* ---------- Single News ---------- */
body.single-post .NewsDetail-Hero .newsHero-box,
body.single-our_team .NewsDetail-Hero .newsHero-box {
	padding: 15rem 0 15rem 10rem;
}

body.single-post .NewsDetail-Hero .col-md-7 .newsHero-box,
body.single-our_team .NewsDetail-Hero .col-md-7 .newsHero-box {
	padding: 6rem 0;
}

body.single-post .NewsDetail-Hero .newsHero-box img,
body.single-our_team .NewsDetail-Hero .newsHero-box img {
	display: block;
	width: 100%;
	height: auto;
}

body.single-post .project-detailBlk .content .project-introbox {
	padding-right: 180px;
}

body.single-post .project-detailBlk .content .project-introbox .img-grid {
	display: flex;
	padding-bottom: 20px;
}

body.single-post .project-detailBlk .content .project-introbox .img-grid img {
	width: 100%;
	min-width: 30%;
	height: auto;
	margin: 2rem 0;
}

body.single-post .project-detailBlk .content .project-introbox .img-grid:first-child img {
	margin-top: 1rem;
}

body.single-post .project-detailBlk .content .project-introbox .img-grid img + img {
	margin-left: 2rem;
}

@media (max-width: 1400px) {
	body.single-post .NewsDetail-Hero .newsHero-box,
	body.single-our_team .NewsDetail-Hero .newsHero-box {
		padding-right: 5rem;
		padding-left: 0;
	}
	
	body.single-post .project-detailBlk .content .project-introbox {
		padding-right: 0;
	}
}

@media (max-width: 991px) {
	body.single-post .NewsDetail-Hero .newsHero-box,
	body.single-our_team .NewsDetail-Hero .newsHero-box {
		padding-right: 0;
		padding-bottom: 14rem;
	}
	
	body.single-post .NewsDetail-Hero .col-md-7 .newsHero-box,
	body.single-our_team .NewsDetail-Hero .col-md-7 .newsHero-box {
		padding: 0 0 16rem;
	}
}

@media (max-width: 767px) {
	body.single-post .NewsDetail-Hero .col-md-7 .newsHero-box,
	body.single-our_team .NewsDetail-Hero .col-md-7 .newsHero-box {
		width: calc(100% + 30px);
		margin-left: -15px;
		padding: 0 !important;
	}
}

@media (max-width: 450px) {
	body.single-post .project-detailBlk .content .project-introbox .img-grid {
		display: block;
	}
	
	body.single-post .project-detailBlk .content .project-introbox .img-grid img + img {
		margin-left: 0;
	}
}



/* ---------- Expertise ---------- */
body.page-template-page-expertise .intro-expertise-conopco:after {
	z-index: auto;
	height: 20vw;
}

body.page-template-page-expertise .intro-expertise-conopco .images-static-section {
	position: relative;
	z-index: 1;
}

body.page-template-page-expertise .expertise-section .content .verticaltext {
	left: 50px;
}

body.page-template-page-expertise .community-blk .content .verticaltext {
	left: 29px !important;
}

.expertise-lineItem {
	padding-top: 16rem;
}

h2 + .expertise-lineItem {
	padding-top: 12rem;
}

.expertise-lineItem:last-child {
	margin-bottom: 5rem;
}

.expertise-lineItem .expertise-content {
	max-width: 60%;
	padding-right: 10rem;
}

.expertise-lineItem:nth-child(even) .expertise-content {
	order: 2;
	padding-right: 0;
	padding-left: 10rem;
}

.expertise-lineItem .expertise-content:after {
	display: block;
	width: 12rem;
	height: 1rem;
	margin-top: 4rem;
	background-color: #ec3b43;
}

.expertise-lineItem .expertise-content h3 {
	padding-bottom: 4rem;
	font-size: 28px;
	line-height: 1.45em;
}

.expertise-lineItem .expertise-content p {
	padding-bottom: 2rem;
}

.expertise-lineItem .expertise-content ul {
	padding-bottom: 2rem;
	font-size: 18px;
	line-height: 1.75em;
}

.expertise-lineItem .expertise-content li {
	padding-bottom: 1rem;
}

.expertise-lineItem .expertise-content li:last-child {
	padding-bottom: 0;
}

.expertise-lineItem .expertise-content li:before {
	font-size: 1.1em;
}

.expertise-lineItem img {
	max-width: 40%;
	margin: 0 auto;
	padding: 0;
}

@media (max-width: 1400px) {
	.expertise-lineItem {
		padding-top: 12rem;
	}
	
	h2 + .expertise-lineItem {
		padding-top: 7rem;
	}
	
	.expertise-lineItem .expertise-content h3 {
		font-size: 26px;
	}
	
	.expertise-lineItem img {
		width: 50rem;
	}
}

@media (max-width: 1199px) {
	.expertise-lineItem .expertise-content h3 {
		font-size: 24px;
	}
}

@media (max-width: 991px) {
	.expertise-lineItem .expertise-content {
		order: 0 !important;
		max-width: none;
		padding: 0 !important;
	}
	
	.expertise-lineItem .expertise-content h3 {
		font-size: 22px;
	}
	
	.expertise-lineItem .expertise-content p,
	.expertise-lineItem .expertise-content ul {
		padding-bottom: 10px;
		font-size: 17px;
	}
	
	.expertise-lineItem .expertise-content li {
		padding-bottom: 5px;
	}
	
	.expertise-lineItem img {
		display: none;
	}
}

@media (max-width: 767px) {
	.expertise-lineItem .expertise-content h3 {
		font-size: 20px;
	}
	
	.expertise-lineItem .expertise-content p,
	.expertise-lineItem .expertise-content ul {
		font-size: 16px;
		line-height: 1.65em;
	}
}



/* ---------- Careers ---------- */
body.page-template-page-careers .PageHero-Section {
	background-position: right 50% center;
}

body.page-template-page-careers .PageHero-Section .Page-Hero-detail h2 {
	width: 50%;
}

body.page-template-page-careers .why-conopco {
	padding-bottom: 0;
}

body.page-template-page-careers .why-conopco:after {
	display: none;
}

body.page-template-page-careers .why-conopco .content .verticaltext {
	left: 15px;
}

body.page-template-page-careers .why-conopco .image-container:after {
	display: block !important;
	height: 60%;
}

body.page-template-page-careers .culture-blk .content .verticaltext {
	left: 46px;
}

body.page-template-page-careers .quote-section {
	padding-bottom: 19rem !important;
}

body.page-template-page-careers .quote-section.dark-bg {
	background-color: #433e3e;
	color: #fff;
}

body.page-template-page-careers .quote-section .quote-name {
	max-width: none;
}

body.page-template-page-careers .quote-section.dark-bg .quote-name {
	color: #e3e1e1;
}

body.page-template-page-careers .job-listing {
	overflow: visible;
	padding-bottom: 18rem;
}

body.page-template-page-careers .job-listing:after {
	display: none;
}

body.page-template-page-careers .job-listing .content .verticaltext {
	left: 25px !important;
}

body.page-template-page-careers .job-listing .job-listing-posts {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 5rem;
	row-gap: 5rem;
	max-width: 1400px;
	margin-top: 9rem;
}

body.page-template-page-careers .job-listing .job-listing-posts:before, body.page-template-page-careers .job-listing .job-listing-posts:after {
	display: none;
}

body.page-template-page-careers .job-listing .job-listing-posts > div {
	border-bottom: 1rem solid #ec3b43;
	background-color: #e3e1e1;
}

body.page-template-page-careers .job-listing .job-listing-posts .job-listing-box {
	height: 100%;
}

body.page-template-page-careers .job-listing .job-listing-box .job-listing-detail {
	position: static;
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: none;
	height: 100%;
	min-height: 0;
	padding: 5rem 4rem 4rem;
	background-color: transparent;
}

body.page-template-page-careers .job-listing .job-listing-box .job-listing-detail h3 a {
	color: inherit;
}

body.page-template-page-careers .job-listing .job-listing-box .job-listing-detail p {
	display: block;
	margin-top: 3rem;
	margin-bottom: 4rem !important;
	padding-bottom: 0;
	font-size: 17px;
	line-height: 1.65em;
}

body.page-template-page-careers .job-listing .job-listing-box .job-listing-detail .arrow-link {
	position: static;
	margin-top: auto;
	padding: 4px 7px;
}

body.page-template-page-careers .job-listing .job-listing-box .job-listing-img {
	display: none;
}

body.page-template-page-careers .community-blk .content .verticaltext {
	left: 4px !important;
}

.careers-people .grid {
	display: flex;
	flex-wrap: wrap;
	margin: -2rem -1rem 0;
	overflow: hidden;
}

.careers-people .grid .person {
	width: calc(33.33% - 2rem);
	min-height: 25vw;
	margin: 2rem 1rem 0;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

.careers-people .grid .person .overlay {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	align-content: flex-end;
	width: 100%;
	min-height: 100%;
	padding: 4rem;
	background-color: rgba(35,31,32,0.8);
	color: #fff;
	cursor: default;
	opacity: 0;
	transition: opacity 0.5s; -moz-transition: opacity 0.5s; -webkit-transition: opacity 0.5s;
}

.careers-people .grid .person:hover .overlay {
	opacity: 1;
}

.careers-people .grid .person .overlay .testimonial {
	display: block;
	max-width: 600px;
	margin-bottom: 2rem;
	font-size: 17px;
	font-family: azo-sans-web, sans-serif;
	line-height: 1.55em;
}

.careers-people .grid .person .overlay .name {
	display: block;
	width: 100%;
	font-size: 12px;
	font-family: azo-sans-web, sans-serif;
	font-weight: 700;
	line-height: 1.45em;
	text-transform: uppercase;
	color: #ec3b43;
}

@media (max-width: 1400px) {
	.careers-people .grid .person .overlay .testimonial,
	body.page-template-page-careers .job-listing .job-listing-box .job-listing-detail p {
		font-size: 16px;
	}
	
	body.page-template-page-careers .job-listing {
		padding-bottom: 16rem;
	}
}

@media (max-width: 1199px) {
	body.page-template-page-careers .PageHero-Section .Page-Hero-detail h2 {
		width: 53%;
	}
	
	.careers-people .grid .person .overlay .testimonial,
	body.page-template-page-careers .job-listing .job-listing-box .job-listing-detail p {
		font-size: 15px;
	}
	
	.careers-people .grid .person .overlay .name {
		font-size: 11px;
	}
}

@media (max-width: 991px) {
	body.page-template-page-careers .PageHero-Section .Page-Hero-detail h2 {
		width: 65%;
	}
	
	.careers-people .grid .person .overlay .testimonial,
	body.page-template-page-careers .job-listing .job-listing-box .job-listing-detail p {
		font-size: 14px;
	}
	
	.careers-people .grid .person .overlay .info {
		display: none;
	}
}

@media (max-width: 767px) {
	body.page-template-page-careers .PageHero-Section .Page-Hero-detail h2 {
		width: 50%;
	}
	
	body.page-template-page-careers .why-conopco .image-container:after {
		display: none !important;
	}
	
	.careers-people .grid .person {
		width: calc(100% - 2rem);
		min-height: 60vw;
	}
	
	.careers-people .grid .person .overlay {
		padding: 5rem 4rem;
	}
	
	.careers-people .grid .person .overlay .testimonial,
	body.page-template-page-careers .job-listing .job-listing-box .job-listing-detail p {
		margin-bottom: 2.5rem;
		font-size: 15px;
	}
	
	.careers-people .grid .person .overlay .info {
		display: block;
	}
	
	body.page-template-page-careers .job-listing .job-listing-posts {
		grid-template-columns: repeat(1, 1fr);
	}
	
	body.page-template-page-careers .job-listing .job-listing-box .job-listing-detail .arrow-link {
		width: 25px;
		height: 25px;
		padding: 1px 5px;
	}
}

@media (max-width: 640px) {
	body.page-template-page-careers .PageHero-Section .Page-Hero-detail h2 {
		width: 100%;
	}
}



/* ---------- Single Career ---------- */
body.single-career .NewsDetail-Hero .newsHero-box {
	padding: 15rem 10rem;
}

body.single-career .intro-section .content {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

body.single-career .intro-section .content .project-introbox {
	padding-top: 2rem;
	padding-bottom: 5rem;
}

body.single-career .intro-section .content .project-introbox .social-box {
	padding-top: 2rem;
}

body.single-career .form-template #form {
	background-color: #efeeee;
}

body.single-career .form-template #form h2 {
	padding-top: 1.8rem;
	padding-bottom: 2rem;
}

@media (max-width: 1400px) {
	body.single-career .NewsDetail-Hero .newsHero-box {
		padding-right: 0;
		padding-left: 0;
	}
}



/* ---------- Contact ---------- */
/* .intro-section.contact-form-section .gform_wrapper::placeholder,
.intro-section.contact-form-section .gform_wrapper:-moz-placeholder,
.intro-section.contact-form-section .gform_wrapper::-moz-placeholder,
.intro-section.contact-form-section .gform_wrapper:-ms-input-placeholder,
.intro-section.contact-form-section .gform_wrapper::-ms-input-placeholder,
.intro-section.contact-form-section .gform_wrapper::-webkit-input-placeholder {
	color: #a1a1a1 !important;
	opacity: 1 !important;
} */

.intro-section.contact-form-section {
	padding-top: 10rem;
	padding-bottom: 10rem;
}

.intro-section.contact-form-section .content {
	padding-top: 0;
}

.intro-section.contact-form-section .col-sm-7.col-md-8 {
	padding-right: 9rem;
	border: solid #ec3b43;
	border-width: 0 1px 0 0;
}

.intro-section.contact-form-section .gform_wrapper {
	margin: 0;
}

.intro-section.contact-form-section .gform_wrapper .form-group {
	margin-bottom: 3rem;
	padding-right: 0;
	padding-left: 0;
}

.intro-section.contact-form-section .gform_wrapper .form-group:last-child,
.intro-section.contact-form-section .gform_wrapper .form-group .form-group,
.intro-section.contact-form-section .gform_wrapper .form-group .form-control {
	margin-bottom: 0;
	/* color: #231f20; */
}

.intro-section.contact-form-section .gform_wrapper h4 {
	margin-bottom: -0.7rem;
	padding-top: 0.8rem;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.45em;
}

.intro-section.contact-form-section .gform_wrapper .form-group:first-child h4 {
	margin-top: -0.5rem;
	padding-top: 0;
}

.intro-section.contact-form-section .gform_wrapper textarea {
	padding-top: 13px !important;
	padding-bottom: 13px !important;
}

.intro-section.contact-form-section .gform_wrapper select {
	padding-right: 44px !important;
	overflow: hidden;
	background: url(../images/select-arrow.svg) no-repeat 97.5% center #fff;
	background-position: right 15px center;
	background-size: 13px 8px;
	text-overflow: ellipsis;
	cursor: pointer;
	-moz-appearance: none; -webkit-appearance: none;
}

.intro-section.contact-form-section .gform_wrapper select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #000;
}

.intro-section.contact-form-section .gform_wrapper select::-ms-expand {
	display: none;
}

.intro-section.contact-form-section .gform_wrapper .ginput_recaptcha {
	margin-bottom: -2px;
}

.intro-section.contact-form-section .gform_footer {
	margin: 0;
	padding: 1.5rem 0 0;
}

.intro-section.contact-form-section .gform_footer .col-sm-12 {
	float: none;
	padding: 0;
}

.intro-section.contact-form-section .gform_footer .default-btn {
	margin-bottom: 0 !important;
}

.intro-section.contact-form-section .col-sm-5.col-md-4 {
	padding-right: 15px;
	padding-left: 5rem;
}

.intro-section.contact-form-section .office-addres img {
	display: block;
	width: 150px;
	max-width: 100%;
	height: auto;
}

.intro-section.contact-form-section .office-addres .details {
	margin-bottom: 4rem;
	color: #231f20;
}

.intro-section.contact-form-section .office-addres:last-child .details {
	margin-bottom: 0;
}

.intro-section.contact-form-section .office-addres .details p {
	padding-bottom: 0;
	color: inherit;
}

.intro-section.contact-form-section .office-addres .vcard {
	/* display: flex;
	align-items: center; */
	display: inline-block;
	padding-top: 1px;
	color: inherit;
}

.intro-section.contact-form-section .office-addres .vcard .icon {
	flex-shrink: 0;
	width: 13px;
	margin-right: 5px;
}

.intro-section.contact-form-section .office-addres .vcard .icon svg {
	display: block;
	width: 100%;
	max-height: 100%;
	fill: #231f20;
	transition: fill 0.3s; -moz-transition: fill 0.3s; -webkit-transition: fill 0.3s;
}

.intro-section.contact-form-section .office-addres .vcard:hover .icon svg {
	fill: #ec3b43;
}

.intro-section.contact-form-section .office-addres .vcard .title {
	line-height: normal;
}

@media (max-width: 1400px) {
	.intro-section.contact-form-section .office-addres img {
		width: 125px;
	}
}

@media (max-width: 1199px) {
	.intro-section.contact-form-section .gform_wrapper h4 {
		font-size: 18px;
	}
	
	.intro-section.contact-form-section .office-addres img {
		width: 120px;
	}
}

@media (max-width: 991px) {
	.intro-section.contact-form-section .col-sm-7.col-md-8 {
		border-width: 0;
	}
	
	.intro-section.contact-form-section .gform_wrapper .form-group {
		margin-bottom: 15px;
	}
	
	.intro-section.contact-form-section .gform_wrapper h4 {
		font-size: 16px;
	}
	
	.intro-section.contact-form-section .gform_wrapper select {
		padding-right: 36px !important;
		background-position: right 12px center;
		background-size: 12px 7px;
	}
	
	.intro-section.contact-form-section .col-sm-5.col-md-4 {
		padding-top: 6rem;
		padding-bottom: 0;
	}
	
	.intro-section.contact-form-section .office-addres img {
		width: 115px;
	}
	
	.intro-section.contact-form-section .office-addres .details {
		margin-bottom: 23px;
	}
}

@media (max-width: 767px) {
	.intro-section.contact-form-section .col-sm-7.col-md-8 {
		padding-right: 15px;
		padding-bottom: 11.3rem;
		border-width: 0 0 1px;
	}
	
	.intro-section.contact-form-section .col-sm-5.col-md-4 {
		padding-top: 10.8rem;
		padding-left: 15px;
	}
}

@media (max-width: 641px) {
	.intro-section.contact-form-section .gform_wrapper .ginput_complex span {
		width: 100% !important;
		margin-bottom: 15px;
		padding-right: 0;
	}
}



/* ---------- Subcontractors ---------- */
.subcontractors #hero {
	background-position: right 30% center;
}

.subcontractors .section-class {
	overflow: hidden;
}

.subcontractors .section-class .btn {
	display: inline-block !important;
	color: #fff !important;
}

.subcontractors .section-class .btn:hover {
	color: #242021 !important;
}

.subcontractors #secondary {
	background: #fff;
}

.subcontractors #tertiary {
	position: relative;
	padding-bottom: 26rem;
}

.subcontractors #tertiary .container {
	position: relative;
	z-index: 2;
}

.subcontractors #tertiary .content .verticaltext {
	left: 41px !important;
}

.subcontractors #tertiary .contacts-grid {
	display: flex;
	flex-wrap: wrap;
	max-width: 1400px;
	margin: -5rem -2.5rem 0;
	padding-top: 5.6rem;
}

.subcontractors #tertiary h2 + .contacts-grid {
	padding-top: 3.4rem;
}

.subcontractors #tertiary .contacts-grid .contact {
	width: calc(33.33% - 5rem);
	margin: 5rem 2.5rem 0;
	padding: 0.6rem 0 0.6rem 25px;
	border-left: 1px solid #ec3b43;
	font-size: 18px;
	font-family: azo-sans-web, sans-serif;
	line-height: 1.75em;
}

.subcontractors #tertiary .contacts-grid .contact a {
	display: inline;
	margin: 0;
	padding: 0;
	font-family: inherit;
	text-decoration: none !important;
	text-transform: none;
	color: inherit;
	transition: color 0.3s; -moz-transition: color 0.3s; -webkit-transition: color 0.3s;
}

.subcontractors #tertiary .contacts-grid .contact a:hover {
	color: #ec3b43;
}

.subcontractors #tertiary .contacts-grid .contact br:last-child {
	display: none;
}

.subcontractors #tertiary .illustration {
	position: absolute;
	z-index: 1;
	right: 75px;
	bottom: 0;
	width: 25%;
	max-width: 400px;
	height: auto;
}

.subcontractors .tertiary-images {
	position: relative;
}

.subcontractors .tertiary-images:after {
	content: '';
	position: absolute;
	z-index: -1;
	bottom: 0;
	width: 100%;
	height: 20vw;
	background-color: #433e3e;
}

.subcontractors .tertiary-images .container {
	display: flex;
	/* align-items: flex-start; */
	width: 100%;
}

.subcontractors .tertiary-images img:first-child {
	width: 59.45%;
	margin-right: 1.9%;
}

.subcontractors .tertiary-images img:last-child {
	width: 38.65%;
}

.subcontractors .tertiary-images img:first-child:last-child {
	width: 100%;
	margin-right: 0;
}

.subcontractors #form .content .verticaltext {
	left: 37px !important;
}

@media (max-width: 1400px) {
	.subcontractors #tertiary {
		padding-bottom: 16.4rem;
	}
	
	.subcontractors #tertiary .contacts-grid .contact {
		padding-left: 20px;
	}
	
	.subcontractors #tertiary .illustration {
		max-width: 250px;
	}
	
	.subcontractors .tertiary-images .container {
		padding: 0;
	}
}

@media (max-width: 1199px) {
	.subcontractors #tertiary .illustration {
		max-width: 225px;
	}
}

@media (max-width: 991px) {
	.subcontractors #tertiary .contacts-grid .contact {
		width: calc(50% - 5rem);
		font-size: 17px;
	}
	
	.subcontractors #tertiary .illustration {
		display: none;
	}
}

@media (max-width: 767px) {
	.subcontractors #tertiary .contacts-grid .contact {
		width: calc(100% - 5rem);
		padding-left: 15px;
		font-size: 16px;
		line-height: 1.65em;
	}
}



/* ---------- History ---------- */
body.page-template-page-history .intro-section.why-conopco {
	padding-bottom: 15rem;
}

body.page-template-page-history .quote-section {
	padding-bottom: 6rem;
	background-color: #efeeee;
}

body.page-template-page-history .quote-section .content {
	padding-bottom: 0;
}

body.page-template-page-history .quote-section .quote-image {
	position: relative;
	right: -5% !important;
	max-width: 110rem;
	margin-top: -2rem !important;
}

body.page-template-page-history .timeline-section .content {
	padding-top: 2rem;
}

body.page-template-page-history .timeline-section .content .verticaltext {
	left: 41px;
}

body.page-template-page-history .timeline-item {
	padding-bottom: 8rem;
}

body.page-template-page-history .timeline-item:last-child {
	padding-bottom: 5rem;
}

body.page-template-page-history .timeline-item .content-item {
	padding-bottom: 0;
}

body.page-template-page-history .timeline-year {
	margin-top: 2px;
	padding-bottom: 2rem;
	line-height: normal;
}

body.page-template-page-history .timeline-title {
	padding-bottom: 2rem;
	line-height: 1.65em;
}

body.page-template-page-history .timeline-description {
	padding-bottom: 5rem;
	line-height: 1.65em;
}

body.page-template-page-history .timeline-image {
	width: 270px;
	max-width: 100%;
	height: auto;
}

@media (max-width: 1400px) {
	body.page-template-page-history .intro-section.why-conopco {
		padding-bottom: 10rem;
	}
	
	body.page-template-page-history .quote-section .quote-image {
		right: -30% !important;
	}
}

@media (max-width: 991px) {
	body.page-template-page-history .quote-section .quote-image {
		right: -25% !important;
	}
	
	body.page-template-page-history .timeline-year {
		margin-top: -1px;
	}
}

@media (max-width: 767px) {
	body.page-template-page-history .quote-section .quote-image {
		right: -30% !important;
	}
	
	body.page-template-page-history .timeline-image {
		width: 250px;
	}
}

@media (max-width: 640px) {
	body.page-template-page-history .quote-section .quote-image {
		visibility: hidden;
		height: 56px;
	}
	
	body.page-template-page-history .timeline-item {
		padding-right: 15px;
	}
}



/* ---------- Form Template ---------- */
.form-template #form .content {
	padding-top: 2rem;
}

.form-template #form .gform_wrapper {
	margin: 50px 0 0;
}

.form-template #form .gform_wrapper .gform_heading .gform_required_legend {
	display: none !important;
}

.form-template #form .gform_wrapper .gform_fields {
	grid-column-gap: 3.5rem;
	grid-row-gap: 35px;
}

.form-template #form .gform_wrapper .gfield_label {
	display: block !important;
	margin: 0 0 10px;
	padding: 0;
	border: none;
	font-size: 16px;
	/* font-weight: 500; */
	font-weight: 700;
	line-height: 1.4;
	color: inherit;
}

.form-template #form .gform_wrapper .gfield_description {
	margin: -6px 0 11px;
	padding: 0;
	font-size: 0.9em;
	line-height: 1.4;
	color: #a1a1a1;
}

.form-template #form .gform_wrapper .gfield_label .gfield_required {
	display: inline;
	margin-left: 2px;
	padding-left: 0;
	font-size: 0.98em;
	/* color: inherit; */
	color: #ec3b43;
}

.form-template #form .gform_wrapper .ginput_container input[type='text'],
.form-template #form .gform_wrapper .ginput_container input[type='email'],
.form-template #form .gform_wrapper .ginput_container input[type='tel'],
.form-template #form .gform_wrapper .ginput_container input[type='file'],
.form-template #form .gform_wrapper .ginput_container textarea,
.form-template #form .gform_wrapper .ginput_container select,
.form-template #form .gform_wrapper .gfield_consent_description {
	width: 100%;
	height: 48px;
	min-height: 0;
	margin: 0;
	padding: 6px 12px !important;
	border: 1px solid #787878;
	border-radius: 0;
	background-color: #fff;
	font-size: 15px;
	font-family: azo-sans-web, sans-serif !important;
	line-height: normal;
	color: #231f20;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	transition: box-shadow ease-in-out 0.15s;
	-moz-appearance: none; -webkit-appearance: none;
}

.form-template #form .gform_wrapper .ginput_container input[type='text']:focus,
.form-template #form .gform_wrapper .ginput_container input[type='email']:focus,
.form-template #form .gform_wrapper .ginput_container input[type='tel']:focus,
.form-template #form .gform_wrapper .ginput_container input[type='file']:focus,
.form-template #form .gform_wrapper .ginput_container textarea:focus,
.form-template #form .gform_wrapper .ginput_container select:focus {
	outline: 0;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(102,175,233,0.6);
}

.form-template #form .gform_wrapper .ginput_container input[type='text']::-ms-clear,
.form-template #form .gform_wrapper .ginput_container input[type='email']::-ms-clear,
.form-template #form .gform_wrapper .ginput_container input[type='tel']::-ms-clear,
.form-template #form .gform_wrapper .ginput_container input[type='file']::-ms-clear,
.form-template #form .gform_wrapper .ginput_container textarea::-ms-clear,
.form-template #form .gform_wrapper .ginput_container select::-ms-clear {
	display: none;
}

.form-template #form .gform_wrapper .ginput_container textarea {
	height: 191px;
	padding-top: 11px !important;
	padding-bottom: 10px !important;
	line-height: 1.65em;
}

.form-template #form .gform_wrapper .ginput_container .gfield_radio,
.form-template #form .gform_wrapper .ginput_container .gfield_checkbox {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1200px;
	margin: -5px 0;
}

.form-template #form .gform_wrapper .ginput_container .gfield_radio .gchoice,
.form-template #form .gform_wrapper .ginput_container .gfield_checkbox .gchoice {
	width: 100%;
	margin: 6px 0 0;
	line-height: 1.4;
}

.form-template #form .gform_wrapper .ginput_container .gfield_checkbox .gchoice {
	width: 25%;
}

.form-template #form .gform_wrapper .ginput_container .gfield_radio .gchoice input,
.form-template #form .gform_wrapper .ginput_container .gfield_checkbox .gchoice input,
.form-template #form .gform_wrapper .ginput_container_consent input {
	margin: 4px 0 0 !important;
	vertical-align: top;
	cursor: pointer;
}

.form-template #form .gform_wrapper .ginput_container .gfield_radio .gchoice label,
.form-template #form .gform_wrapper .ginput_container .gfield_checkbox .gchoice label,
.form-template #form .gform_wrapper .ginput_container_consent label {
	margin: 0;
	padding: 0 0 0 5px;
	vertical-align: top;
	font-size: 15px;
	font-family: azo-sans-web, sans-serif !important;
	font-weight: 400;
	cursor: pointer;
}

.form-template #form .gform_wrapper .ginput_container_list .gfield_list_group {
	width: calc(100% + 48px);
	margin-bottom: 15px;
	padding: 0;
	border: none;
}

.form-template #form .gform_wrapper .ginput_container_list .gfield_list_group:last-child {
	margin-bottom: 0;
}

.form-template #form .gform_wrapper .ginput_container_list .gfield_list_cell {
	margin: 0;
}

.form-template #form .gform_wrapper .ginput_container_list .gfield_list_icons {
	justify-content: flex-end;
}

.form-template #form .gform_wrapper .ginput_container_list .gfield_list_icons button {
	opacity: 0.9;
}

.form-template #form .gform_wrapper .ginput_container_list .gfield_list_icons .gfield_icon_disabled,
.form-template #form .gform_wrapper .ginput_container_list .gfield_list_group:only-child .delete_list_item {
	visibility: visible !important;
	opacity: 0.15; -moz-opacity: 0.15; -khtml-opacity: 0.15;
	pointer-events: none;
}

.form-template #form .gform_wrapper .ginput_container_fileupload .gform_fileupload_rules {
	display: none;
}

.form-template #form .gform_wrapper .ginput_container_fileupload input[type='file'] {
	display: flex;
	padding-top: 12px !important;
	cursor: pointer;
}

.form-template #form .gform_wrapper .ginput_container_fileupload .ginput_preview {
	display: flex;
	align-items: center;
	margin: 12px 0 -1px;
	font-size: 0.9em;
	color: #a1a1a1;
}

.form-template #form .gform_wrapper .ginput_container_fileupload .ginput_preview .gform_delete_file {
	margin-right: 5px;
}

.form-template #form .gform_wrapper .ginput_container_fileupload .ginput_preview strong {
	font-weight: 400;
}

.form-template #form .gform_wrapper .gfield_html {
	margin: 0 0 -7px;
}

.form-template #form .gform_wrapper .gfield_html p {
	margin: 17px 0 0;
	padding: 0;
	font-size: 15px;
	line-height: 1.6;
}

.form-template #form .gform_wrapper .custom-consent {
	display: flex;
	flex-wrap: wrap;
}

.form-template #form .gform_wrapper .ginput_container_consent {
	order: 3;
	width: 100%;
	margin: 19px 0 -20px;
}

.form-template #form .gform_wrapper .ginput_container_consent label,
.form-template #form .gform_wrapper .signature-agreement .gfield_checkbox .gchoice label {
	max-width: calc(100% - 32px);
	font-weight: 700;
}

.form-template #form .gform_wrapper .gfield_consent_description {
	height: 365px;
	max-height: none;
	padding: 12px !important;
	line-height: 1.6;
}

.form-template #form .gform_wrapper .signature-agreement {
	margin-bottom: 5px;
}

.form-template #form .gform_wrapper .signature-agreement .gfield_checkbox {
	max-width: none;
}

.form-template #form .gform_wrapper .signature-agreement .gfield_checkbox .gchoice {
	width: 100% !important;
	margin: 0;
}

.form-template #form .gform_wrapper .gsection {
	margin: 25px 0 -5px;
}

.form-template #form .gform_wrapper .gform_footer {
	margin: 0 !important;
	padding: 15px 0 0 !important;
}

.form-template #form .gform_wrapper .gform_footer .btn-default {
	min-width: 200px;
	height: 60px;
	border: 1px solid transparent;
	background-color: #ec3b43;
}

.form-template #form .gform_wrapper .gform_footer .btn-default:hover {
	border: 1px solid #ec3b43;
	background-color: #ffffff;
}

.form-template #form .gform_wrapper .gform_ajax_spinner {
	margin: -1px 0 0 25px;
}

.form-template #form .gform_wrapper .gform_validation_errors {
	margin: 0 0 70px;
	padding: 0;
	border: none;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.form-template #form .gform_wrapper .gform_validation_errors h2 {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
	font-size: 18px !important;
	font-weight: 700;
	line-height: 1.4 !important;
	color: #ec3b43;
}

.form-template #form .gform_wrapper .gform_validation_errors h2 .gform-icon {
	position: static;
	display: block;
	height: auto;
	margin: 0 5px 0 -7px;
	font-size: 35px;
}

.form-template #form .gform_wrapper .gfield_error input[type='text'],
.form-template #form .gform_wrapper .gfield_error input[type='email'],
.form-template #form .gform_wrapper .gfield_error input[type='tel'],
.form-template #form .gform_wrapper .gfield_error input[type='file'],
.form-template #form .gform_wrapper .gfield_error textarea,
.form-template #form .gform_wrapper .gfield_error select,
.form-template #form .gform_wrapper .gfield_error .gfield_consent_description {
	border-color: #ec3b43 !important;
}

.form-template #form .gform_wrapper .gfield_error label,
.form-template #form .gform_wrapper .gfield_error legend {
	color: #ec3b43 !important;
}

.form-template #form .gform_wrapper .gfield_error .validation_message {
	display: none !important;
}

.form-template #form .gform_confirmation_message {
	margin: 100px 0 40px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.7;
	color: #00ba30;
}

@media (max-width: 1400px) {
	.form-template #form .gform_wrapper {
		margin-top: 35px;
	}
	
	.form-template #form .gform_wrapper .gsection {
		margin-top: 10px;
	}
	
	.form-template #form .gform_wrapper .gform_footer {
		padding-top: 30px !important;
	}
	
	.form-template #form .gform_wrapper .gform_ajax_spinner {
		margin: 14px 0 0 25px;
	}
	
	.form-template #form .gform_wrapper .gform_validation_errors {
		margin-bottom: 55px;
	}
	
	.form-template #form .gform_confirmation_message {
		margin: 35px 0 0;
	}
}

@media (max-width: 1199px) {
	.form-template #form .gform_wrapper .ginput_container_list .gfield_list_group {
		width: 100%;
	}
}

@media (max-width: 991px) {
	.form-template #form .gform_wrapper {
		margin-top: 25px;
	}
	
	.form-template #form .gform_wrapper .ginput_container .gfield_checkbox .gchoice {
		width: 33.33%;
	}
	
	.form-template #form .gform_wrapper .gform_validation_errors {
		margin-bottom: 45px;
	}
	
	.form-template #form .gform_wrapper .gform_validation_errors h2 {
		font-size: 16px !important;
	}
	
	.form-template #form .gform_wrapper .gform_validation_errors h2 .gform-icon {
		font-size: 32px;
	}
	
	.form-template #form .gform_confirmation_message {
		margin-top: 30px;
		font-size: 16px;
	}
}

@media (max-width: 767px) {
	.form-template #form .gform_wrapper .gfield_label {
		font-size: 15px;
	}
	
	.form-template #form .gform_wrapper .gfield_consent_description {
		height: 315px;
	}
	
	.form-template #form .gform_wrapper .gsection h3 {
		font-size: 22px;
	}
	
	.form-template #form .gform_wrapper .gform_ajax_spinner {
		margin-left: 20px;
	}
	
	.form-template #form .gform_wrapper .gform_validation_errors {
		margin-bottom: 40px;
	}
	
	.form-template #form .gform_wrapper .gform_validation_errors h2 {
		font-size: 15px !important;
	}
	
	.form-template #form .gform_wrapper .gform_validation_errors h2 .gform-icon {
		font-size: 30px;
	}
	
	.form-template #form .gform_confirmation_message {
		font-size: 15px;
	}
}

@media (max-width: 640px) {
	.form-template #form .gform_wrapper .gform_fields {
		grid-row-gap: 25px;
	}
	
	.form-template #form .gform_wrapper .ginput_container .gfield_checkbox .gchoice {
		width: 100%;
	}
	
	.form-template #form .gform_wrapper .ginput_container_list .gfield_list_icons {
		justify-content: flex-start;
		margin: 10px 0 0;
		padding: 0;
		background-color: transparent;
	}
	
	.form-template #form .gform_wrapper .ginput_container_consent {
		margin-bottom: -10px;
	}
	
	.form-template #form .gform_wrapper .gfield_consent_description {
		height: 265px;
	}
}



/* ---------- The Events Calendar ---------- */
#bid-calendar .tribe-events-header__messages,
#bid-calendar .tribe-events-header__events-bar,
#bid-calendar .tribe-events-c-top-bar__datepicker-button svg,
#bid-calendar .tribe-events-c-top-bar__today-button,
#bid-calendar .tribe-events-c-ical,
#bid-calendar .tribe-events-view-loader__dots,
#bid-calendar .tribe-events-calendar-month__calendar-event-datetime-separator,
#bid-calendar .tribe-events-calendar-month__calendar-event-datetime-separator + time,
#bid-calendar .tribe-events-calendar-month__day:hover:after,
#bid-calendar .tribe-events-c-day-marker:after,
#bid-calendar .tribe-events-calendar-month-mobile-events__day-marker,
#bid-calendar .tribe-events-calendar-month-mobile-events__mobile-event-datetime .tribe-event-time,
#bid-calendar .tribe-events-c-subscribe-dropdown__container,
.tribe-events-tooltip-theme {
	display: none !important;
}

#bid-calendar .tribe-common-h3,
#bid-calendar .tribe-common-h4 {
	font-family: inherit;
}

#bid-calendar .tribe-common-h3 {
	font-size: 24px;
	font-weight: 700;
	line-height: normal;
}

#bid-calendar .tribe-common-h4 {
	font-size: 20px;
}

#bid-calendar .tribe-common-h5,
#bid-calendar .tribe-common-h6,
#bid-calendar .tribe-common-h7,
#bid-calendar .tribe-common-h8,
#bid-calendar .tribe-common-b2,
#bid-calendar .tribe-common-b3 {
	font-family: azo-sans-web, sans-serif;
}

#bid-calendar .tribe-common-h7 {
	font-size: 15px;
	font-weight: 400;
}

#bid-calendar .tribe-common-h8 {
	font-size: 14px;
}

#bid-calendar .tribe-events-l-container {
	max-width: none;
	min-height: 0;
	padding: 4.7rem 0 5rem;
}

#bid-calendar .tribe-events-header {
	flex-direction: row;
}

#bid-calendar .tribe-events-c-top-bar {
	flex: none;
}

#bid-calendar .tribe-events-c-top-bar__datepicker {
	order: 0;
	margin-right: 15px;
}

#bid-calendar .tribe-events-c-top-bar__datepicker-button,
#bid-calendar .tribe-events-calendar-month__day-date-link {
	pointer-events: none;
}

#bid-calendar .tribe-events-c-top-bar__datepicker-mobile {
	display: none !important;
}

#bid-calendar .tribe-events-c-top-bar__datepicker-desktop {
	position: relative;
	top: 1px;
	display: block !important;
	visibility: visible;
}

#bid-calendar .tribe-events-c-top-bar__nav {
	order: 1;
}

#bid-calendar .tribe-events-c-top-bar__nav-link:disabled,
#bid-calendar .tribe-events-c-nav button:disabled {
	color: inherit;
	opacity: 0.3;
}

#bid-calendar .tribe-events-c-top-bar__nav-link svg path,
#bid-calendar .tribe-events-c-nav svg path {
	fill: #ec3b43;
}

#bid-calendar .tribe-events-calendar-month__day--current,
#bid-calendar .tribe-events-calendar-month__day-cell--selected,
#bid-calendar .tribe-events-calendar-month__day-cell--selected:focus,
#bid-calendar .tribe-events-calendar-month__day-cell--selected:hover {
	background-color: #f7f6f6;
}

#bid-calendar .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date,
#bid-calendar .tribe-events-calendar-month__day-cell--selected .tribe-events-calendar-month__day-date,
#bid-calendar .tribe-events-calendar-month__day-date-link {
	color: inherit;
}

#bid-calendar .tribe-events-calendar-month__day-date-daynum {
	cursor: default;
}

#bid-calendar .tribe-events-calendar-month__calendar-event-datetime,
#bid-calendar .tribe-events-calendar-month-mobile-events__mobile-event-datetime {
	display: inline-block;
	margin-bottom: 7px;
	padding: 0 7px;
	border-radius: 100px;
	background-color: #ec3b43;
	font-size: 12px;
	font-family: azo-sans-web, sans-serif;
	color: #fff;
	opacity: 1;
}

#bid-calendar .tribe-events-c-nav {
	padding-top: 3.5rem;
	border: none;
}

#bid-calendar .tribe-events-calendar-month__mobile-events-icon--event {
	background-color: #ec3b43;
}

#bid-calendar .tribe-events-calendar-month-mobile-events__mobile-event {
	padding: 3.7rem 0 4.6rem;
	border-bottom: 1px solid #d5d5d5;
}

#bid-calendar .tribe-events-calendar-month-mobile-events__mobile-event-datetime time {
	color: #ec3b43;
}

#bid-calendar .tribe-events-calendar-month-mobile-events__mobile-event-datetime .tribe-event-date-start {
	position: relative;
	display: inline;
	margin-right: -7px;
	color: #fff;
}

#bid-calendar .tribe-events-calendar-month-mobile-events__mobile-event-datetime .tribe-event-date-start:last-child {
	margin-right: 0;
}

#bid-calendar .tribe-events-calendar-month-mobile-events__mobile-event-title-link {
	border-bottom: none;
}

@media (max-width: 1199px) {
	#bid-calendar .tribe-common-h3 {
		font-size: 22px;
	}
}

@media (max-width: 991px) {
	#bid-calendar .tribe-common-h3 {
		font-size: 20px;
	}
	
	#bid-calendar .tribe-events-calendar-month {
		margin-top: 1rem;
		padding: 1%;
		border: 1px solid #d5d5d5;
		border-radius: 4px;
	}
	
	#bid-calendar .tribe-events-calendar-month__header-row {
		padding: 2% 0 1%;
	}
	
	#bid-calendar .tribe-events-calendar-month__day--current {
		background-color: transparent;
	}
	
	#bid-calendar .tribe-events-calendar-month__day-date-daynum {
		cursor: inherit;
	}
}

@media (max-width: 767px) {
	#bid-calendar .tribe-common-h3 {
		font-size: 18px;
	}
	
	#bid-calendar .tribe-common-h6 {
		font-size: 14px;
	}
}



/* ---------- The Events Calendar - Single Template ---------- */
body.single-tribe_events #tribe-events-pg-template {
	max-width: 720px;
	margin: 10rem auto;
	padding: 5.9rem 5rem 5rem;
	border-top: 1rem solid #ec3b43;
	background-color: #efeeee;
}

body.single-tribe_events #tribe-events-pg-template h1 {
	margin-bottom: 4rem;
	font-size: 36px;
	line-height: 1.35em;
}

body.single-tribe_events #tribe-events-pg-template .details p {
	padding-bottom: 7px;
}

body.single-tribe_events #tribe-events-pg-template .details p:last-child,
body.single-tribe_events #tribe-events-pg-template .description p {
	padding-bottom: 0;
}

body.single-tribe_events #tribe-events-pg-template .details span {
	font-weight: 700;
}

body.single-tribe_events #tribe-events-pg-template .description {
	margin-top: 2.7rem;
}

body.single-tribe_events #tribe-events-pg-template .default-btn {
	margin-bottom: 0 !important;
}

@media (max-width: 1400px) {
	body.single-tribe_events #tribe-events-pg-template h1 {
		font-size: 34px;
	}
}

@media (max-width: 1199px) {
	body.single-tribe_events #tribe-events-pg-template h1 {
		font-size: 32px;
	}
}

@media (max-width: 991px) {
	body.single-tribe_events #tribe-events-pg-template h1 {
		font-size: 6rem;
	}
	
	body.single-tribe_events #tribe-events-pg-template .details p {
		padding-bottom: 6px;
	}
}

@media (max-width: 767px) {
	body.single-tribe_events #tribe-events-pg-template {
		max-width: none;
		margin: 0;
		padding: 33px 15px 40px;
	}
	
	body.single-tribe_events #tribe-events-pg-template .details p {
		padding-bottom: 5px;
	}
	
	body.single-tribe_events #tribe-events-pg-template .default-btn {
		margin-top: 6rem !important;
	}
}