/*
Theme Name: Business One Page caltag.co.uk
Template: business-one-page
*/

/* --- child theme styles: --- */

/* caltag styles */

/* Blue #29417b; (house) - was #3767A7 */
/* Lighter Blue #5B91C0; (secondary) */
/* Light Blue #83BEE8; (light) */
/* Dark Blue #4E6D8A; (dark) */
/* Grey Text #636363 */
/* Grey #9BADC3 */
/* Light Grey #E2E3E5 */

/* NEW SEP25 - Pale Green #29B785 - replaces: Orange #EE762A; Accent colour introduced June 2024 and Orange #f4b400 */
/* NEW SEP25 - Light Blue #0364A9 - replaces: Lighter Blue #5B91C0; (secondary) and Light Blue #83BEE8; (light) and #408ABE (light blue buttons)*/
/* NEW SEP25 - Blue #29427C - replaces: Blue #29417b; (house) - was #3767A7 and Dark Blue #4E6D8A; (dark) */

/* fonts: */

@import url('https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/* /fonts */

body {
    color: #59595b;
    font: 16px/24px 'Hind', 'Oxygen', 'Source Sans Pro', sans-serif;
    -webkit-text-size-adjust: 100%;
	background: #ffffff; 
}

.site {
	background: #ffffff url('/wp-content/uploads/2019/10/cytomark_small_page_bg_on_white.png') left bottom no-repeat; 
}

p, li, td { font-family: 'Hind', 'Oxygen', 'Source Sans Pro', sans-serif !important; }

h1, h2, h3, h4, h5, h6 { font-family: 'Montserrat', 'Oxygen', 'Source Sans Pro', sans-serif !important; font-style: normal; font-weight: 600; letter-spacing: -0.72px; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .entry-meta a { text-decoration: none !important; }

h1 {font-size: 42px !important; line-height: 46px !important; }
h2 {font-size: 28px !important; line-height: 32px !important;}
h3 {font-size: 24px !important; line-height: 28px !important;}
h4 {font-size: 20px !important; line-height: 24px !important;}
h5 {font-size: 16px !important; line-height: 22px !important;}
h6 {font-size: 14px !important; line-height: 18px !important;}

a {outline : none;}

/* ajax load more styles: */
.content-area .post .entry-content h3, .content-area .page .entry-content h3 { font: 700 17px/26px 'Hind', 'Oxygen', 'Source Sans Pro', sans-serif; margin: 11px 0 21px 0;}
.alm-listing h3, #search-results h3, #resources-search-results h3 { font: 700 17px/26px 'Hind', 'Oxygen', 'Source Sans Pro', sans-serif !important; color: #252626; margin: 0 0 29px; } /* style alm search results h3 like h2.entry-title */
.alm-listing .entry-meta { display: none; } /* don't show post dates in alm search results */
.button_show_more, .alm-load-more-btn.more {
	font-size: 15px;
	font-weight: 600;
	width: auto;
	height: 42px;
	line-height: 42px;
	background: #0081bf;
    background-color: #0081bf;
	color: #ffffff !important;
	border: none;
	border-radius: 4px;
	margin: 0 0 4px;
	padding: 0 20px;
	display: inline-block;
	position: relative;
	-webkit-transition: all .35s ease;
	transition: all .35s ease;
	text-align: center;
	text-decoration: none !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
}
.button_show_more:hover, .alm-load-more-btn.more:hover {
    background-color: #02A6F2;
	text-decoration: none !important;
}

/* /ajax load more styles */

.text-over-images a, .text-over-images a:visited, .text-over-images a:active { 
	color: #ffffff !important;
	text-decoration: none !important;
	text-shadow: 0 0 5px rgba(0,0,0,0.9);
}
.text-over-images a:hover { 
	color: #000000 !important;
	text-decoration: none !important;
/*	text-shadow: 0 0 5px rgba(255,255,255,0.9); */
}

/* content views plugin styles: */
.pt-cv-pagination-wrapper { position: relative; text-align: center; }
.pt-cv-pagination>li>a { margin: 0 3px !important; }
.pt-cv-ifield { border: 1px solid #DCE1EE; border-radius: 9px; padding: 10px; height: 300px; overflow: hidden; box-sizing: border-box; }
.pt-cv-title, .pt-cv-title a { font: 400 18px/26px 'Hind', 'Oxygen', 'Source Sans Pro', sans-serif !important; margin: 0 0 10px !important; }
.pt-cv-readmore { position: absolute; bottom: 25px; right: 25px; color: #ffffff !important; background-color: #0364A9 !important; border: 0 none !important; }
.pt-cv-readmore:hover { background-color: #29427C !important; }
.pt-cv-pagination-wrapper { position: relative; text-align: center; }
.pt-cv-pagination>li>a { margin: 0 3px !important; }

.pt-cv-wrapper .pagination>.active>a, .pt-cv-wrapper .pagination>.active>a:focus, .pt-cv-wrapper .pagination>.active>span, .pt-cv-wrapper .pagination>.active>span:focus, .pt-cv-wrapper .pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    background-color: #0364A9;
    border-color: #0364A9;
    cursor: default;
}

.pt-cv-wrapper .pagination>.active>a:hover {
    background-color: #29427C;
    border-color: #29427C;
}

/* /content views plugin styles: */

/* home CHPCS post slider: */
.chpcs_foo_content { background: #F8F9FC; border: 2px solid #f0f2f7; border-radius: 6px; }
/* /home CHPCS post slider: */

/* remove float-away header */
.site-header { position:static; }

.headroom, .headroom--pinned, .headroom--unpinned {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
}

.headroom--not-top { box-shadow: none; }
.site-content .content-area { padding-top: 0; }

.site-main { padding-top: 25px; }

/* /remove float-away header */

.page-header .page-title {
    font: 36px/45px 'Hind', 'Oxygen', 'Source Sans Pro', sans-serif;
    color: #252626;
    margin: 0 0 29px;
}

.hexagon-clip {
	clip-path: polygon(75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%, 25% 0);
	-webkit-clip-path: polygon(75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%, 25% 0);
	width: 100%;
	max-width: 570px;
	padding-top: 80%; /* 1:1 Aspect Ratio */
	position: relative; /* If you want text inside of it */
}

.hexagon-clip div {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.hexagon-clip div p {
	color: #ffffff;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.round-clip {
	border-radius: 50%;
	background: #ffffff;
	width: 100%;
	padding-top: 100%; /* 1:1 Aspect Ratio */
	position: relative;
}

.round-clip>div {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 12%;
}

.round-clip img {
	max-width: 80%;
}

.round-clip a {
	text-decoration: none !important;
}

.enlarge-on-hover {
	transition: transform .2s; /* Animation */
}
.enlarge-on-hover:hover {
	transform: scale(1.05);
	cursor: pointer;
}
.enlarge-on-hover:hover a {
	text-decoration: none;
}

.no-slider #about { margin-top: 0; text-align: center; padding: 25px 0 0 0; } /* min-height: calc(100vh - 426px); */
#about .heading { max-width: none; width: 100%; margin-bottom: 0; }
#about .section-title { display: none; }
#about .heading::after { background: transparent; }

#services { background: #E9ECF5 url('/wp-content/uploads/2019/10/cytomark_bg_on_blue.png') center center; padding: 20px 0; } /* was #29417C */
#services .heading { max-width: none; width: 100%; margin-bottom: 0; }
#services .section-title { display: none; }
#services .heading::after { background: transparent; }

#portfolio { padding: 0; }
#portfolio .heading { max-width: none; width: 100%; margin-bottom: 0; }
#portfolio .section-title { display: none; }
#portfolio .heading::after { background: transparent; }

.subscribe-box { max-width: 500px; margin: 0 auto; }
.subscribe-box h3 { margin: 0 auto; }
.subscribe-box p { margin: 0 auto; }

#masthead, #mobile-masthead { border-bottom: 1px solid #0364A9; padding-bottom: 0; }
#mobile-masthead { padding-bottom: 9px; }
#mobile-header-primary { float: right; }
.mobile-site-branding { max-width: calc( 100vw - 75px) !important; display: block; text-align: center; }
.mobile-site-branding .text-logo { clear: both; }
.text-logo .mobile-site-title, .text-logo .site-title { display: none !important; }

#header-sidebar .search-form input[type="search"] { box-sizing: border-box; max-width: calc( 100% - 40px); line-height: 23px; border-radius: 3px; -webkit-appearance: none; }
#header-sidebar .search-form input[type="search"]::placeholder { color: #0364A9; text-align: center; }
#header-sidebar .search-form input[type="submit"] {
    background: url(images/btn-search.png) no-repeat;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    float: none;
    border: 0;
    padding: 0;
    box-shadow: none;
    margin: 0 0 0 3px;
}

.sidebar .widget-area {
    background: #F8F9FC;
}

a:link,
a:visited,
.entry-meta a:link,
.entry-meta a:visited {
    color: #29427C;
	text-decoration: none;
}

a:hover,
a:active,
.entry-meta a:hover,
.entry-meta a:active {
    color: #29B785;
	text-decoration: none;
}

.entry-content a:hover, .entry-summary a:hover, .page-content a:hover, .comment-content a:hover, .widget .textwidget a:hover {
	color: #29B785;
}


#primary p a:link,
#primary p a:visited {
	font-weight: bold;
	text-decoration: underline;
}

.entry-meta a, .blog .content-area .post .entry-header .entry-title a, .category .content-area .post .entry-header .entry-title a, .archive .content-area .post .entry-header .entry-title a {
    color: #29427C !important;
}

.entry-meta a:hover, .blog .content-area .post .entry-header .entry-title a:hover, .category .content-area .post .entry-header .entry-title a:hover, .archive .content-area .post .entry-header .entry-title a:hover {
    color: #0364A9 !important;
}

.blog .post .text-holder, .category .post .text-holder, .archive .post .text-holder {
    margin: 0;
    padding: 15px;
}

.nav-previous a, .nav-next a { 
	background: #0364A9 !important;
	color: #ffffff !important;
	display:inline-block;
	line-height: 16px;
	margin: 0;
	padding: 6px 12px 3px 12px;
	appearance: none !important;
	cursor: pointer;
	border-radius: 4px;
	font-size: 0;
	font-weight: normal !important;
	border: 0 none;
	text-decoration: none !important;
}
.nav-previous a:hover, .nav-next a:hover {
	background: #29427C !important;
	color: #ffffff !important;
	box-shadow:0 0 2px rgba(0, 0, 0, 0.6);
	text-decoration: none !important;
}
.nav-previous a:after { content: '‹ Previous'; font-size:12px; }
.nav-next a:after { content: 'Next ›'; font-size:12px; }

.site-branding { float: none; text-align: center; }
.custom-logo { max-height: 76px; width: auto; max-width: 100%; }

.header-right { float: none; text-align: center;}

.header-right .site-title {
    margin: 0;
    font-size: 30px;
    font-weight: 600;
	display: none;
}
.header-right .site-title a {
    color: #29427C;
}
.header-right .site-title a:hover {
    text-decoration: none;
}
.header-right .site-description {
    margin: 9px 0;
    font-size: 20px;
    line-height: 30px;
    color: #29B785;
	font-weight: bold;
    letter-spacing: 0.03em;
}

.main-navigation {
    flex-basis: auto;
	flex-grow: 0;
	width: 100% !important;
}

.main-navigation ul li {
    padding-bottom: 9px;
}

.main-navigation ul li a, .main-navigation ul li > a {
    border-bottom: 1px solid transparent;
}
.main-navigation ul li a:hover, .main-navigation ul li:hover > a {
    padding: 0 0 0 0;
}

.main-navigation ul ul,
.main-navigation ul ul li {
	padding: 0;
}

.in-page-navigation { }
.in-page-navigation ul { width: 100%; font-size: 1.2em; padding: 0; margin: 0; border: 0 none; list-style-type: none; position: relative; display: table; }
.in-page-navigation ul li { vertical-align: middle; list-style-type: none; padding: 0; margin: 0; border: 0 none; box-sizing: border-box; text-align: center; float: left; width: 100%; display: block; }
.in-page-navigation ul li a, 
.in-page-navigation ul li span { color: #ffffff; background: #29427C; text-decoration: none; padding: 9px 18px; margin: 5px; border: 0 none; border-radius: 7px; min-width: 200px; box-sizing: border-box; display: inline-block; }
.in-page-navigation ul li:hover a, 
.in-page-navigation ul li:hover span { color: #ffffff; background: #0364A9; text-decoration: none; cursor: pointer; }
.in-page-navigation ul li.selected span { background: #0364A9; }

.site-footer {
    background: #f0f2f7;
    padding: 0;
    color: #222222;
}

.site-footer a:link,
.site-footer a:visited,
.site-footer a:active {
    color: #222222;
	font-weight: normal !important;
	text-decoration: none !important;
}
.site-footer a:hover:not(.button) {
    color: #29427C;
	text-decoration: underline !important;
}

.site-footer .footer-t {
    border-bottom: 0 none;
    padding-bottom: 0;
}

#menu-footer-menu {
	list-style-type: none;
	margin: 12px 0;
	padding: 0;
}

.copyright {
    background: #E4EBF5;
}

.copyright .container {
    padding-right: 60px;
}

.banner  {
    margin-top: 0 !important;
	border-top: 0 none;
}

.site-content {
    margin-top: 0 !important;
	border-top: 0 none;
}

.featured-image {
	margin-top: 0 !important;
	height: 600px;
	max-height: calc(50vh);
}

.scrolldown {
    position: absolute;
	width: 100%;
	bottom: 1%;
	left: 0;
    text-align: center;
	text-shadow: 3px 3px 8px #000000;
}
.scrolldown a, .scrolldown a:link, .scrolldown a:visited, .scrolldown a:active  {
    color: #ffffff;
	display: block;
	text-decoration: none;
}
.scrolldown a:hover  {
    color: #29427C;
	display: block;
	text-decoration: none;
}

#mapcontainer { position: relative; background: #F3F2F2 url('images/loading.gif') no-repeat center center; }
#mapcontainer iframe { width: 100%;  height: 100%; }
.page-scroll-reserve {position: absolute; z-index: 10; top: 15%; right: 1%; height: 55%; width: 7%; background: rgba(0,0,0,0.1); border-radius: 9px;}

.button:disabled, .button-large:disabled { cursor:not-allowed; color: #B3B3B3 !important; background: #E6E6E6 !important; border-color: #E6E6E6 !important; }
.button:disabled:hover, .button-large:disabled:hover { cursor:not-allowed; color: #B3B3B3 !important; background: #E6E6E6 !important; border-color: #E6E6E6 !important; }

.button,
.button-small,
.button-smallest,
.button-large {
	background: #29427C !important;
	color: #ffffff !important;
	display:inline-block;
	margin: 9px auto;
	padding: 5px 25px;
	appearance: none !important;
	cursor: pointer;
	border-radius: 7px;
	font-size: 18px;
	font-weight: normal !important;
	border: 3px solid #29427C;
	text-decoration: none !important;
}
.button:hover,
.button-small:hover,
.button-smallest:hover,
.button-large:hover {
	background: #0364A9 !important;
	border: 3px solid #0364A9;
	color: #ffffff !important;
	box-shadow:0 0 2px rgba(0, 0, 0, 0.6);
	text-decoration: none !important;
	cursor: pointer;
}

.button-smallest {font-size: 12px; padding: 0 9px; line-height: 1em; border-radius: 3px; }
.button-small {font-size: 12px; padding: 0 9px; border-radius: 3px; }
.button-large {font-size: 26px; padding: 9px 35px; border-radius: 9px; }

.button.accent, .button-small.accent, .button-large.accent  { color: #ffffff !important; background: #29B785 !important; border: 3px solid #29B785; }
.button.accent:hover, .button-small.accent:hover, .button-large.accent:hover  { color: #ffffff !important; background: #0364A9 !important; border: 3px solid #0364A9; }

.button-light,
.button-light-small,
.button-light-large {
	background: #0364A9 !important;
	color: #ffffff !important;
	display:inline-block;
	margin: 0 auto 9px 0;
	padding: 5px 25px;
	-moz-appearance: none !important;
	-webkit-appearance: none !important;
	appearance: none !important;
	cursor: pointer;
	border-radius: 7px;
	font-size: 18px;
	font-weight: normal !important;
	/* border: 3px solid #333333; */
	border: 0;
	text-decoration: none !important;
}
.button-light:hover,
.button-light-small:hover,
.button-light-large:hover {
	background: #29427C !important;
	color: #ffffff !important;
	box-shadow:0 0 2px rgba(0, 0, 0, 0.6);
	text-decoration: none !important;
}
.button-light-small {font-size: 12px; padding: 0 9px; border-radius: 3px; }
.button-light-large {font-size: 26px;}

#primary .post-thumbnail { display: none; }

.banner .owl-theme .owl-dots .owl-dot.active span, .banner .owl-theme .owl-dots .owl-dot:hover span {
    border-color: #29427C;
    background: #29427C;
}

.contact-info-lists li a {
    color: #29427C;
	font-weight: normal !important;
	text-decoration: none !important;
}
.contact-info-lists li a:hover {
    color: #29427C;
}

.banner-text .text .title {
	background: rgba(0,0,0,0.33); padding-right: 15px; padding-left: 15px;
}
.banner-text .text .btn-more {
	background: #29427C;
	color: #ffffff;
	font-weight: 200;
}
.banner-text .text .btn-more:hover {
    background: #29427C;
	color: #ffffff;
}

.promotional-block {
    background-image: none;
	background: #E7EAF3;
    color: #222222;
}

.promotional-block .btn-start {
    background: #29427C;
	color: #ffffff;
	font-weight: 200;
	width: auto;
	text-transform: capitalize;
	font-weight: 200;
	padding-left: 12px;
	padding-right: 12px;
	line-height: 60px;
}

#portfolio .btn-view,
.blog-section .btn-holder a,
.promotional-block .btn-start,
.wpcf7-form input[type="submit"],
.content-area .post form input[type="submit"],
.content-area .page form input[type="submit"] {
    background: #29427C;
	color: #ffffff;
	font-weight: 200;
}
#portfolio .btn-view:hover,
.blog-section .btn-holder a:hover,
.promotional-block .btn-start:hover,
.wpcf7-form input[type="submit"]:hover,
.content-area .post form input[type="submit"]:hover,
.content-area .page form input[type="submit"]:hover {
    background: #29427C;
	color: #ffffff;
}

.blog-section .columns-3 .post .entry-meta,
.blog-section .columns-3 .post .entry-meta .posted-on,
.blog-section .columns-3 .post .entry-meta .comments-link {
	/* hides date & comments link from home page featured blog posts */
	display: none;
}

#contact p
{
	margin: 0.25em 0;
}
#contact .wpcf7-text,
#contact .wpcf7-textarea
{
	padding: 3px;
	font-size: 0.8em;
}

.wpcf7-form input[type="submit"] {
    width: auto !important;
	display: block !important;
	margin: 0 auto !important;
	padding-left: 9px !important;
	padding-right: 9px !important;
	font-weight: 200 !important;
	color: #ffffff !important;
}

.wpcf7-form textarea {
    height: auto;
    resize: both;
}
span.wpcf7-list-item {
	margin: 0;
}

.validate-error { position: relative; top: 6px; width: 100%; box-sizing: border-box; min-height: 30px !important; border: 1px solid #999999; border-radius: 3px; padding: 3px 3px 3px 30px; background: #ffffff url('images/validate-error.png') left center no-repeat; box-shadow: 5px 5px 3px 0px rgba(204,204,204,0.7); }

.validate-error:after, 
.validate-error:before { 
    bottom: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
}
.validate-error:after { 
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 10px;
    left: 20%;
    margin-left: -10px;
}
.validate-error:before { 
    border-color: rgba(113, 158, 206, 0);
    border-bottom-color: #999999;
    border-width: 11px;
    left: 20%;
    margin-left: -11px;
}

.validate-error p { text-align: left; padding: 6px 0 !important; margin: 0 0 0 9px !important; font-size: 1em !important; color: #999999 !important; text-shadow: none !important; }

.validate-first-error-box { border-color: #ff9c00 !important; }
.validate-second-error-box { border-color: #ff9c00 !important; border-width: 2px !important; }

.validate-first-error-box:focus { outline-style:none; box-shadow:none; border-color:transparent; }
.validate-second-error-box:focus { outline-style:none; box-shadow:none; border-color:transparent; }

input[type="checkbox"] {width: 26px; height: 26px; padding: 6px 3px; border: 1px solid #a5a5a5; border-radius: 6px; vertical-align: middle;}
.smalltextbox { padding: 3px !important; max-width: 75px !important; }

.content-area .post .entry-content .highlight {
    background: #29427C;
}

.author-block {
	display: none;
}
.tags-block a:hover {
    color: #29427C;
}
.comment-form input[type="submit"] {
    background: #29427C;
}
.comment-form input[type="submit"]:hover {
    background: #29427C;
}

.widget_calendar table a {
    background: #29427C;
}

.product-table {
	margin: 0 auto !important;
    width: auto;
    background: #F8F9FC !important;
	border: 2px solid #DCE1EE !important;
}
.product-table tr {
    border-bottom: 1px solid #DCE1EE !important;
}
.product-table td {
    background: transparent !important;
    padding: 9px !important;
}
.product-table tr td:nth-child(1) {
    white-space: nowrap;
}

.blog .content-area .post .entry-content .btn-readmore,
.category .content-area .post .entry-content .btn-readmore,
.archive .content-area .post .entry-content .btn-readmore {
    background: #29427C !important;
	color: #ffffff !important;
	font-weight: 200 !important;
	text-decoration: none !important;
}
.blog .content-area .post .entry-content .btn-readmore:hover,
.category .content-area .post .entry-content .btn-readmore:hover,
.archive .content-area .post .entry-content .btn-readmore:hover {

	background: #0364A9 !important;
	color: #ffffff !important;
	box-shadow:0 0 2px rgba(0, 0, 0, 0.6);
	text-decoration: none !important;
}

#primary { min-height: calc(100vh - 480px); }
#primary img { border-radius: 4px; }

.videowrapper {
	position: relative !important;
	padding-bottom: 56.25%; 	/* 16:9 */
	padding-top: 0;
	height: 0;
}
.videowrapper > iframe
{
	position: absolute !important;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	overflow: auto !important;
}

.white {color: #ffffff !important;}
.whitebg {background: #ffffff !important;}
.house {color: #29427C !important;}
.housebg {background: #29427C !important;}
.houselight {color: #0364A9 !important;}

.accent, .secondary {color: #29B785 !important;}
.accentbg, .secondarybg {background: #29B785 !important;}

.light {color: #0364A9 !important;}
.dark {color: #29427C !important;}

.highlight {color: #3767A7 !important; font-weight: bold;}

.boldred {color: #dc4433 !important; font-weight: bold;}

.bold {font-weight: bold !important;}
.notbold {font-weight: 200 !important;}

.authors { color: #666666; font-size: 0.9em; font-style: italic; margin-right: 30px; }

.floatleft {float: left;}
.floatright {float: right;}
.floatleftimg {float: left; margin: 0 10px 10px 0;}
.floatrightimg {float: right; margin: 0 0 10px 10px;}
.no-wrap-text {overflow: hidden;}
.leftalign {text-align: left;}
.rightalign {text-align: right;}
.centered {text-align: center;}
.centered-right {text-align: right;}
.strong {font-weight: bold; }
.column-80 {width: 80%;}
.column-70 {width: 70%;}
.column-66 {width: 66.67%;}
.column-60 {width: 60%;}
.column-50 {width: 50%;}
.column-30 {width: 40%;}
.column-33 {width: 33.33%;}
.column-30 {width: 30%;}
.column-25 {width: 25%;}
.column-20 {width: 20%;}
.smallest {font-size: 0.75em !important; }
.smaller {font-size: 0.85em !important; }
.larger {font-size: 1.15em !important; }
.largest {font-size: 1.25em !important; }
.verylarge {font-size: 2em !important; line-height: 1.2em !important }
.width-auto { width: auto !important; }
.tight {margin: 0 !important; padding: 0 !important; min-height: 0 !important; line-height: 1.2em;}
.tight p {margin: 0; padding: 0;}
.tight ul {margin: 0; padding: 0;}
.tight li {margin: 0; padding: 0;}
.tight a {margin: 0; padding: 0;}
.clear {clear: both;}
.clearleft {clear: left;}
.separator {clear: both; height: 6px; min-height: 0 !important;}
.spacer {clear: both; height: 18px; min-height: 0 !important;}
.bigspacer {clear: both; height: 24px; min-height: 0 !important;}
.bigspace {clear: both; height: 36px; min-height: 0 !important;}
.spaced {margin: 5px;}
.rounded {border-radius: 9px !important;}
.round {border-radius: 50% !important;}
.notrounded {border-radius: 0 !important;}
.padded {padding: 5px; box-sizing: border-box;}
.paddedmore {padding: 5px 1%;}
.paddedpercent {padding: 5px 5%;}
.bordered { border: 1px solid #DCE1EE; }
.thickbordered { border: 3px solid #DCE1EE; }
.dashed {border: 1px dashed #333333;}
.indented {margin-left: 25px;}
.shaded-light {background: #ECF1F8;}
.shaded {background: #E4EBF5;}
.shaded-dark {background: #BACCE6;}
.noscreen, .hidden { display: none; }
.nowrap { white-space: nowrap; }

.distributors {margin: 9px 1%;}
.distributors hr { border-bottom: 2.5px solid #0364A9;}

.territoryselector { padding: 9px 0; border-bottom: 1px solid #9BADC3; margin-bottom: 0;}
.territoryselector label { color: #3767A7; font-family: myriad-pro-light, arial, tahoma, verdana, helvetica, sans-serif; font-size: 1.4em; font-weight: 200; }
.territoryselect {
	float:right;
	border: 1px solid #cfcfd4;
	border-radius: 3px;
	padding: 5px 10px;
	margin: 0 0 0 6px;
	max-width: 100%;
}

.distributorinfo { margin-top: 9px; min-height: 125px;}
.mapview_button { background: #9BADC3; color: #ffffff; text-align: right; padding: 1.5% 4%; margin: 0; font-weight: 600; cursor: pointer; display: none;}

.africa-map { padding: 15px 0; background: transparent url('images/map_africa_960_640.png') center center no-repeat; background-size: cover; display: none;}
.europe-map { padding: 15px 0; background: transparent url('images/map_europe_960_640.png') center center no-repeat; background-size: cover; display: none;}
.worldwide-map { padding: 15px 0; background: transparent url('images/map_worldwide_960_640.png') center center no-repeat; background-size: cover; display: none;}

.africa-button {width: 88px; height: 56px; margin: 0 auto; background: transparent url('images/map_africa_button.png') left top no-repeat; cursor: pointer;}
.europe-button {width: 88px; height: 56px; margin: 0 auto; background: transparent url('images/map_europe_button.png') left top no-repeat; cursor: pointer;}
.worldwide-button {width: 88px; height: 56px; margin: 0 auto; background: transparent url('images/map_worldwide_button.png') left top no-repeat; cursor: pointer;}
.africa-button:hover, .europe-button:hover, .worldwide-button:hover {background-position:  left -56px;}

.distributorsmap-africa {width: 960px; height: 640px; margin: 0; padding: 0; background: #ffffff url('images/map_africa_960_640.png') left top no-repeat;}
.distributorsmap-europe {width: 960px; height: 640px; margin: 0; padding: 0; background: #ffffff url('images/map_europe_960_640.png') left top no-repeat;}
.distributorsmap-worldwide {width: 960px; height: 640px; margin: 0; padding: 0; background: #ffffff url('images/map_worldwide_960_640.png') left top no-repeat;}

.africadistributorslink {z-index: 5; position: absolute; top: 300px; left: 360px; width: 225px; height: 240px; background: rgba(0,0,0,0.15); border-radius: 3px;}
.africadistributorslink:hover {background: rgba(238,48,32,0.25); cursor: pointer;}

.europeandistributorslink {z-index: 5; position: absolute; top: 180px; left: 390px; width: 110px; height: 115px; background: rgba(0,0,0,0.15); border-radius: 3px;}
.europeandistributorslink:hover {background: rgba(238,48,32,0.25); cursor: pointer;}

.africabutton {z-index: 5; position: absolute; bottom: 240px; left: 30px; width: 88px; height: 56px; background: transparent url('images/map_africa_button.png') left top no-repeat;}
.africabuttonoff {z-index: 5; position: absolute; bottom: 240px; left: 30px; width: 88px; height: 56px; background: transparent url('images/map_africa_button.png') left -56px no-repeat; cursor: pointer;}
.europebutton {z-index: 5; position: absolute; bottom: 160px; left: 30px; width: 88px; height: 56px; background: transparent url('images/map_europe_button.png') left top no-repeat;}
.europebuttonoff {z-index: 5; position: absolute; bottom: 160px; left: 30px; width: 88px; height: 56px; background: transparent url('images/map_europe_button.png') left -56px no-repeat; cursor: pointer;}
.worldwidebutton {z-index: 5; position: absolute; bottom: 80px; left: 30px; width: 88px; height: 56px; background: transparent url('images/map_worldwide_button.png') left top no-repeat;}
.worldwidebuttonoff {z-index: 5; position: absolute; bottom: 80px; left: 30px; width: 88px; height: 56px; background: transparent url('images/map_worldwide_button.png') left -56px no-repeat; cursor: pointer;}
.africabuttonoff:hover, .europebuttonoff:hover, .worldwidebuttonoff:hover {background-position:  left top;}

.locimage { z-index: 10; position: absolute; width: 23px; height: 33px; background: transparent url('images/map_marker.png') center top no-repeat; cursor: pointer; }
.thelocimage { z-index: 15; position: absolute; width: 23px; height: 33px; background: transparent url('images/map_marker_this.png') center top no-repeat; cursor: pointer; }
.locimage:hover, .thelocimage:hover { background-position: center -33px; }

li.nobull {list-style: none; padding: 0; margin: 0;}
li.pdf {list-style-type: none; background: url('images/pdf_38.png') 0 0 no-repeat; padding: 9px 0 9px 45px; margin: 3px 0;}
li.ppt {list-style-type: none; background: url('images/ppt_38.png') 0 0 no-repeat; padding: 9px 0 9px 45px; margin: 3px 0;}
li.doc {list-style-type: none; background: url('images/doc_38.png') 0 0 no-repeat; padding: 9px 0 9px 45px; margin: 3px 0;}
li.xls {list-style-type: none; background: url('images/xls_38.png') 0 0 no-repeat; padding: 9px 0 9px 45px; margin: 3px 0;}
li.web {list-style-type: none; background: url('images/web_38.png') 0 0 no-repeat; padding: 9px 0 9px 45px; margin: 3px 0;}
li.facebook {list-style-type: none; background: url('images/facebook_38.png') 0 0 no-repeat; padding: 9px 0 9px 45px; margin: 3px 0;}
li.youtube {list-style-type: none; background: url('images/youtube_38.png') 0 0 no-repeat; padding: 9px 0 9px 45px; margin: 3px 0;}
li.pdf a, li.ppt a, li.doc a, li.xls a, li.web a, li.img a, li.email a, li.youtube a, li.facebook a {display: block;}

.flexbox {
    width: 100%;
    display: flex;
	flex: 1;
	flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
}
.flexbox-item {
	display: flex; /* set the context */
	flex: 1; /* flex an equal space for the entire container */
	flex-direction: column;
	align-items: stretch; /* make content stretch the complete height */
	margin-right: 10px;
	width: 0; /* force equal-width columns */
}

.circles-3 .flexbox-item { max-width: 300px; max-height: 300px; }
.circles-4 .flexbox-item { max-width: 260px; max-height: 260px; }

.circles-3, .circles-4 a { text-decoration: none !important; }

.flexbox-cta {
	display: flex; /* set the context */
	flex: 1; /* flex an equal amount of space */
	align-items: flex-end; /* pin to bottom */
}
.flexbox-cta a {
	color: #ffffff;
	width: 100%;
	margin: 15px 0 0 0 !important;
	text-align: center;
}

.copyright .container div:nth-of-type(2) { text-align: center; }
.copyright .container div:nth-of-type(3) { text-align: center; }

@media only screen and (max-width: 1099px)
{
	.site-header { position: static; }
	.banner, .featured-image, .site-content { margin-top: 0 !important; }

	.mobile-site-header { border-bottom: 1px solid #999999; }
	.mobile-menu-opener { align-self: flex-start; }
	.mobile-site-description { font-size: 20px; }
	.header-sidebar { padding-top: 8px; }

	.mobile-site-header {
		display: block;
		background: #fff;
		padding: 20px 0;
	}

    .site-header{
        display: none;
    }

    .mobile-site-header{
        display: block;
        background: #fff;
        padding: 20px 0;
    }

    .mobile-site-header .container{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }

    .mobile-site-header .container:after{
        display: none;
    }

    .mobile-site-branding{
        flex-basis: 0;
        flex-grow: 1;
        max-width: 85%;
        display: flex;
        flex-wrap: wrap;
    }

    .mobile-site-title{
        margin: 0;
        font-size: 30px;
        font-weight: 600;
    }

    .mobile-site-description{
        margin: 0;
        font-size: 20px;
        line-height: 30px;
        color: #29B785;
    }

    .mobile-menu-opener{
        width: 45px;
        height: 35px;
        border: 1px solid #ccc;
        border-radius: 3px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
        padding: 9px 0;
        cursor: pointer;
		z-index: 9999;
    }

    .mobile-menu-opener span{
        display: block;
        width: 50%;
        height: 2px;
        background: #ccc;
    }

    .mobile-menu{
        position: fixed;
        top: 0;
        right: 0;
        width: 320px;
        background: #fff;
        height: 100%;
        z-index: 10;
        padding-top: 80px;
        -webkit-transform: translateX(420px);
        -moz-transform: translateX(420px);
        transform: translateX(420px);
        -webkit-transition: ease 0.35s;
        -moz-transition: ease 0.35s;
        transition: ease 0.35s;
    }

    body.menu-open .mobile-menu{
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        transform: translateX(0);
    }

    .mobile-menu .btn-close-menu{
        position: absolute;
        top: 30px;
        right: 23px;
        width: 30px;
        height: 30px;
        background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%238d8d8d' viewBox='0 0 320 512'%3E%3Cpath d='M193.94 256L296.5 153.44l21.15-21.15c3.12-3.12 3.12-8.19 0-11.31l-22.63-22.63c-3.12-3.12-8.19-3.12-11.31 0L160 222.06 36.29 98.34c-3.12-3.12-8.19-3.12-11.31 0L2.34 120.97c-3.12 3.12-3.12 8.19 0 11.31L126.06 256 2.34 379.71c-3.12 3.12-3.12 8.19 0 11.31l22.63 22.63c3.12 3.12 8.19 3.12 11.31 0L160 289.94 262.56 392.5l21.15 21.15c3.12 3.12 8.19 3.12 11.31 0l22.63-22.63c3.12-3.12 3.12-8.19 0-11.31L193.94 256z'/%3E%3C/svg%3E") center center no-repeat;
        cursor: pointer;
    }

    .overlay{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.85);
        z-index: 1;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: ease 0.35s;
        -moz-transition: ease 0.35s;
        transition: ease 0.35s;
    }

    body.menu-open .overlay{
        visibility: visible;
        opacity: 1;
    }

    body.menu-open{
        overflow-y: hidden;
    }

    .mobile-main-navigation ul{
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .mobile-main-navigation ul li{
        position: relative;
    }

    .mobile-main-navigation ul li a{
        display: block;
        padding: 10px 20px;
        color: #000;
        border-top: 1px solid #eee;
        -webkit-transition: ease 0.2s;
        -moz-transition: ease 0.2s;
        transition: ease 0.2s;
    }

    .mobile-main-navigation ul li a:hover,
    .mobile-main-navigation ul li a:focus{
        text-decoration: none;
        color: #29B785;
    }

    .mobile-main-navigation ul ul{
        display: none;
    }

    .mobile-main-navigation ul li .angle-down{
        position: absolute;
        top: 0;
        right: 0;
        width: 47px;
        height: 47px;
        background: transparent;
        cursor: pointer;
        -webkit-transition: ease 0.2s;
        -moz-transition: ease 0.2s;
        transition: ease 0.2s;
    }

    .mobile-main-navigation ul li .angle-down.active{
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .mobile-main-navigation ul li .angle-down:after{
        position: absolute;
        top: 50%;
        left: 50%;
        width: 20px;
        height: 25px;
        content: '';
        background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%238d8d8d' viewBox='0 0 256 512'%3E%3Cpath d='M119.5 326.9L3.5 209.1c-4.7-4.7-4.7-12.3 0-17l7.1-7.1c4.7-4.7 12.3-4.7 17 0L128 287.3l100.4-102.2c4.7-4.7 12.3-4.7 17 0l7.1 7.1c4.7 4.7 4.7 12.3 0 17L136.5 327c-4.7 4.6-12.3 4.6-17-.1z'/%3E%3C/svg%3E") center center no-repeat;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
	
	.mobile-site-branding .text-logo {
		width: 100%;
		text-align: left;
	}
}

@media only screen and (max-width: 991px)
{
	.banner .owl-theme .owl-dots { bottom: 0;}
	.container { width: auto; }
	.column-50 {width: 97%;}
	.smallscreen { display: block; }
	.notsmallscreen { display: none; }

	.centered-right {text-align: center;}

	.no-slider #about { margin-top: 0; padding: 25px 0; }

	.pt-cv-ifield { height: 200px; }
}

@media only screen and (max-width: 767px)
{
	.banner-text .text .title { display: block; }

	.floatleftimg {float: none; margin: 10px;}
	.floatrightimg {float: none; margin: 10px;}

	.column-80 {width: 100%;}
	.column-70 {width: 100%;}
	.column-66 {width: 100%;}
	.column-60 {width: 100%;}
	.column-40 {width: 100%;}
	.column-33 {width: 100%;}
	.column-30 {width: 100%;}
	.column-25 {width: 50%;}
	.column-20 {width: 100%;}

	.territoryselect { width: 99%; margin-bottom: 9px; float: none; }

	.flexbox { flex-direction: column; }
	.flexbox-item { width: 96%; margin: 10px auto; }
	
	.copyright .container div:nth-of-type(2) { text-align: left; }
	.copyright .container div:nth-of-type(3) { text-align: left; }

}

@media only screen and (max-width: 430px)
{
	.container { padding: 0 5px; }
	.featured-image {
		height: calc(30vh)
	}
	.banner-text .text .title {
		display: block;
		padding: 9px;
		font-size: 16px;
		line-height: 18px;
		margin: 0 0 9px
	}
	.banner-text .text .btn-more { line-height: 28px; padding: 5px; }
	.column-25 {width: 100%;}
}

@media only screen and (min-width: 600px)
{
	.in-page-navigation ul li { width: 50%; }
}

@media only screen and (min-width: 800px)
{
	.in-page-navigation ul li { float: none; width: auto; display: table-cell; }
}
@media only screen and (min-width: 992px)
{
	.site-header .container { padding: 0; display: block; }
	.site-branding { float: left; text-align: left; display: block; padding-top: 10px; }
	.header-right { float: none; text-align: center; padding-top: 5px; }
	.header-right .site-title { display: block; }
	.header-right .site-description { font-size: 20px; line-height: 70px; }
	.header-sidebar { float: right; padding-top: 14px; }
}

@media only screen and (min-width: 1024px)
{
	.mapview_button, .africa-map, .europe-map, .worldwide-map { display: block;}
}

@media only screen and (min-width: 1080px)
{
	.header-right .site-description { font-size: 22px; }
}

@media only screen and (max-width: 1199px)
{
	.container { width: auto; }
}

@media only screen and (max-width: 1370px)
{
	.scrollup { right: 11px; }
}

.pt-cv-view .panel-default { border: 0 none; box-shadow: none; margin: 0; }
.pt-cv-view .panel-default > .panel-heading { border: 0 none; border-top: 1px solid #E6E9F0; margin: 6px 0; padding-top: 6px; background: transparent; }
.panel-group .panel-heading a { color: #000000; font: 700 14px/23px 'Hind', 'Oxygen', 'Source Sans Pro', sans-serif; margin-top: 0 !important; margin-bottom: 15px !important; margin-right: 10px !important; clear: left; padding: 0; }
.panel-group .panel-heading > a.panel-title::after { content: "+"; float: right; font-size: 1.5em; }
.panel-group .panel-heading a[aria-expanded="true"]::after{ content: "-"; transform: scaleX(1.9) translateX(-2.2px); }
.panel-group .panel-heading > a.panel-title.collapsed::after { content: "+";}

.itemheader {cursor: pointer; border: 0 none; border-top: 1px solid #E6E9F0; padding-top: 6px; padding-right: 9px; margin: 6px 0; }
.itemheader h3 { color: #000000; font: 17px/26px 'Hind', 'Oxygen', 'Source Sans Pro', sans-serif !important; margin-top: 0 !important; margin-bottom: 15px !important; margin-right: 30px !important; clear: left; padding: 0; }
.toggle { float: right; cursor: pointer; font: 15px/26px 'Hind', 'Oxygen', 'Source Sans Pro', sans-serif; color: #000000; }
.toggleimg {float: right;}
.openanswer {}
.closedanswer {}
.itemcontent {margin-right: 30px;}
.accordprefix { float: right; font-size: 1.8em !important; font-weight: bold; color: #000000; }
.itemcontent ul { margin: 10px 15px; }
.itemcontent li { margin-left: 15px; }

@media print { 
	/* all print styles go here */
	.noprint { display: none; }

	.site-header { position: static; }
	.header-left, .header-right { float: none; width: 100%; padding: 0; text-align: center !important; clear: both; }
	#header-sidebar, .main-navigation, .banner, .videocontainer, .featured-image, .scrolldown, .scrollup, #services, #portfolio, #team, .altelium-button, .btn-readmore, #contactform { display: none !important; }

	.in-page-navigation { display: none; }

	.container { width: 100% !important; max-width: none; }
	
	.site-content { margin-top: 0 !important; }

	#footer-quicklinks { display: none; }
	#colophon .column-25 { width: 50%; }
	
	#copyright-privacy, #copyright-sitemaps { display: none; }
	#copyright .column-25 { width: 50%; }
	
	#contactinfo { width: 100%; float: none; }

	.flexbox, .flexbox-item, .flexbox-item-2, .flexbox-item-3, .flexbox-item-4, .flexbox-item-5 { width: 100%; display: block; }

	#primary { width: 100%; }
	#secondary { display: none !important; }
}
