/*
Theme Name: WSS Theme
Theme URI: http://publicagency.co.uk
Author: Public
Author URI: http://publicagency.co.uk
Description: Theme for the Wiley Science Solutions website.
Version: 2.1
License: Private
Text Domain: wss
*/



/* =Reset
--------------------------------------------------------------- */

*{
	box-sizing: border-box;
	-moz-hyphens:manual;
	-ms-hyphens:manual;
	-webkit-hyphens: manual;
	hyphens: manual;
}

html, body, div, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, u, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	font-family: 'Source Serif Pro', serif;
}

/*enforce font for chinese and japanese fonts for everything except font awesome*/
.zh-hans *:not(i):not(.card__top):not(.card__bottom):not(.card__back){
	font-family: 'Noto Sans SC', sans-serif !important;
	line-height: normal !important;
}

.ja *:not(i):not(.card__top):not(.card__bottom):not(.card__back){
	font-family: 'Noto Sans JP', sans-serif !important;
	line-height: normal !important;
}


body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Open Sans', serif;
	/*clear: both;*/
	font-weight:normal;
	color: #000;
}

h2{
	font-weight:bold;
	font-size: 16px;
	line-height:21px;
}

html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

a{
	transition:all 0.4s;
}

input[type="Submit"]:focus,
a:focus {
    /*11/10/2024 - SEO recommendations
    outline: none;
    */
    outline-style:solid !important;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px 0;
    clear: both;
}
sub,
sup {
	font-size: 60%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.7em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after{
	clear: both;
}
.clear:before,
.clear:after{
	display: table;
	content: "";
}


/* =Repeatable patterns
-------------------------------------------------------------- */

/* Form fields, general styles first */
button,
input,
select,
textarea {
	border: 1px solid #ccc;
	font-family: inherit;
	padding: 6px;
}
button,
input {
	line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Buttons */
.info-close,
.menu-toggle,
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit]{
	padding: 6px 10px;
	font-size: 11px;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #e6e6e6;
}

.info-close,
.menu-toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
	cursor: default;
}
/* Responsive images */
.entry-content img{
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
	height: auto;
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {

	width: 100%;
	/*height:100%;*/
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 14px;
	/*
	line-height: 2;
	color: #757575;
	*/
	margin: 0;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

/* Navigation */
.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
}
#nav-above {
	padding: 24px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous,
.previous-image {
	float: left;
	width: 50%;
}
.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-single + .comments-area,
#comment-nav-above {
	margin: 48px 0;
}


/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
	/*font-size: 87.5%;*/
}
body {
	font-size: 14px;
	text-rendering: optimizeLegibility;
	color: #000;
}

a {
	outline: none;
	color: #000;
}


/* Assistive text */
.assistive-text,
.site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;
	height: 1px;
	width: 1px;
}
.main-navigation .assistive-text:focus,
.site .screen-reader-text:hover,
.site .screen-reader-text:active,
.site .screen-reader-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	height: auto;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

#main2{
	position: relative;
	margin-top: 113px;
	transition: margin-top 0.4s;
	padding-top: 40px;
	padding-bottom: 40px;
}

.page-template-faq-page #main2,
.page-template-contact-page #main2,
.page-template-additional #main2,
.search #main2,
.page-template-info-page #main2,
.page-template-events #main2,
.blog #main2,
.single-collections #main2,
.page-template-spectra-lab #main2,
.tax-application #main2,
.tax-technique #main2,
.page-template-application #main2,
.page-template-technique #main2,
.page-template-front-page #main2{
	padding-top: 0px;
	padding-bottom: 0px;
}

.page-template-sections-page #main2{
	padding-bottom: 0px;	
}


.sticky #main2{
	margin-top: 62px;
	
}

/* Page structure */
.site {
	padding: 0;
	background-color: #fff;
	overflow: hidden;
}
.site-content {
	margin: 0 0 20px 0;
}

.single-collections .site-content,
.page-template-additional .site-content,
.page-template-spectra-lab .site-content,
.home .site-content {
	margin: 0 0 0px 0;
}

.widget-area {
	padding: 0px 0px 20px 0;
}

/* Header */
.site-header {
	padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 113px;
    box-sizing: border-box;
	border-bottom: 1px solid #C2C3C6;
	background: #fff;
}

.site-header h1 a{
	color: #003951;
    display: inline-block;
    text-decoration: none;
    font-family: 'Open Sans';
    font-size: 26px;
    font-weight: normal;
    line-height: 29px;
}
.site-header h1 a:hover {
	color: #009CA9;
}
.site-header h1 {
	font-size: 0;
	line-height: 1;
	margin-bottom: 22px;
}

.site-header h1 span{
	font-family: 'Open Sans', sans-serif !important;
}


.site-header h2 {
	font-weight: normal;
	font-size: 13px;
	line-height: 1.846153846;
	color: #757575;
}
.header-image {
	margin-top: 24px;
}

/* Navigation Menu */
.main-navigation {
	margin-top: 25px;
	text-align: center;
	float: right;
	clear: right;
	
}

.main-navigation a {
	color: #003951;
	font-size: 15px;
}

.fr .main-navigation a {
	font-size: 12px;
}

.fr .main-navigation li {
    margin: 0 5px 0 0;
}

.fr .home-search input[class="text"] {
    font-size: 13px;
    width: 101px;
}

.fr .home-search button i {
    font-size: 14px;
}

.fr .main-navigation ul li:nth-last-child(2):hover > ul{
    margin-left: -65px;
}


.main-navigation a:hover,
.main-navigation a:focus {
	color: #21759b;
}


/* Banner */
section[role="banner"] {
	margin-bottom: 48px;
}

/* Sidebar */
.widget-area .widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin-bottom: 20px;
	word-wrap: break-word;
}

.entry-content .event-booking-form h3,
.widget-area .widget h3.widget-title {
    color: #fff;
    font-size: 20px;
    font-family: 'Source Serif Pro', serif;
    font-weight: bold;
    padding: 12px;
	background-image: linear-gradient(45deg, #003951 0%,#009CA9 100%);
}

.widget-content{
    padding: 20px 0px;
    position: relative;
    border-width: 4px;
	/*
    -webkit-border-image: linear-gradient(45deg, #003951 0%,#009CA9 100%) 1;
	border-image: linear-gradient(45deg, #003951 0%,#009CA9 100%) 1;
	*/
	border-color: #003951;
    border-style: none none solid none;
}

.event-booking-form svg,
.widget-content svg{
	height:12px;
	position:absolute;
	width:100%;
	top:0;
	left:0;
}

.widget-content h1,
.widget-content h2,
.widget-content h3,
.widget-content h4,
.widget-content h5,
.widget-content h6{
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 4px;
}



.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
    font-size: 14px;
    line-height: normal;
	font-family: 'Open Sans', serif;
}
.widget-area .widget p {
	margin-bottom: 14px;
}

.widget-area .widget p:last-child {
	margin-bottom: 0;
}

.widget-area .textwidget ul {
	list-style: disc outside;
	margin: 0 0 24px;
}
.widget-area .textwidget li {
	margin-left: 36px;
}
.widget-area .widget a {
	color: #009CA9;
    display: block;
    text-decoration: none;
    font-size: 14px;
    line-height: normal;
    font-family: 'Open Sans', serif;
}


.widget-area .widget a:hover {
	/*text-decoration: underline;	*/
	color: #003951;
}

.widget-area .widget.widget_request_quote a:hover,
.widget-area .widget.widget_request_quote a{
	color: #ffffff;
	font-size: 18px;
}

.widget-area #s {
	width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */
}

/* Footer */
footer[role="contentinfo"] {
	
	clear: both;
	font-size: 12px;
	
	margin-left: auto;
	margin-right: auto;
	padding: 50px 0;
	background: #003951;
	    position: relative;
		    z-index: 2;
}




/* =Main content and comment content
-------------------------------------------------------------- */

.entry-meta {
	clear: both;
}
.page-header,
.archive-header,
.entry-header {
	margin-bottom: 14px;
	width:100%;
}
.featured-media {
	margin-bottom: 24px;
	margin-top: 16px;
	overflow:hidden;
	position: relative;
}

.entry-header img.wp-post-image {
	margin: 0;
}

.page-template-default .entry-header img.wp-post-image {
	margin: 20px 0 20px 0;
}

.slideshow_loader{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 1;
    transition: all 0.4s;
}

.slideshow_loader.hide{
	opacity: 0;
}

.slideshow_loader.kill{
	display:none;
}

.site-images img{
	width:100%;
}


.entry-header .entry-title {
	font-size: 20px;
	font-weight: normal;
}


.entry-header .entry-title a {
	text-decoration: none;
}
.entry-header .entry-format {
	margin-top: 24px;
	font-weight: normal;
}
.entry-meta a {
	color: #757575;
}

.entry-meta a:hover {
	color: #21759b;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6{
	margin: 0 0 10px 0;
}
.entry-content h1{
	font-size: 21px;
}
.entry-content h2{
	font-size: 18px;
}
.entry-content h3{
	font-size: 16px;
}
.entry-content h4{
	font-size: 14px;
}
.entry-content h5{
	font-size: 13px;
}
.entry-content h6{
	font-size: 12px;
}

.entry-content td,
.entry-content dt,
.entry-content dl,
.access-option ul,
.access-option p,
.collection-list p,
.entry-content p,
.entry-summary p{
	font-family: 'Open Sans', serif;
	margin: 0 0 14px;
	font-size: 14px;
    font-weight: normal;
	line-height: normal;
}

.entry-content dt{
	margin: 0;
}



.entry-content p a,
.entry-content p strong,
.entry-summary p strong{
	font-family: 'Open Sans', serif;
}



.entry-content .more-link {
	white-space: nowrap;
}
.entry-content ol,
.entry-content ul{
	margin: 0 0 24px;
	line-height: 1.714285714;
}
.entry-content ul ul,
.entry-content ol ol,
.entry-content ul ol,
.entry-content ol ul{
	margin-bottom: 0;
}
.entry-content ul{
	list-style: disc outside;
    padding-left: 20px;
    /*display: inline-block;*/
}
.entry-content{
	list-style: decimal outside;
	width:100%;
	clear: both;
}

.entry-content ul li{
	font-family: 'Open Sans', serif;
    
}

.entry-content blockquote{
	margin-bottom: 24px;
    padding: 0 0 0 30px;
    font-style: normal;
}
.entry-content blockquote p:last-child{
	margin-bottom: 0;
}
.entry-content code{
	font-size: 12px;
}
.entry-content pre{
	border: 1px solid #ededed;
	color: #666;
	font-size: 12px;
	margin: 24px 0;
	overflow: auto;
	padding: 24px;
}
.entry-content pre code{
	display: block;
}
.entry-content abbr
.entry-content dfn
.entry-content acronym{
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address{
	display: block;
	margin: 0 0 24px;
}
img.alignleft,
.wp-caption.alignleft {
	margin: 0px 24px 24px 0;
	box-sizing: border-box;
}
img.alignright,
.wp-caption.alignright {
	margin: 0px 0 24px 24px;
}
img.aligncenter,
.wp-caption.aligncenter {
	clear: both;
	margin-top: 0px;
	margin-bottom: 24px;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
}

.page-template-multi-content .section table,
.entry-content table{
	border-bottom: 1px solid #C2C3C6 !important;
    color: #000;
    font-size: 16px;
    margin: 0 0 24px;
    font-family: 'Open Sans', serif;
	width: 70%;
    min-width: 700px;
}


.entry-content table.reg-links td{
	border-left:none;
	border-right: none;
	vertical-align: middle;
}

.page-template-multi-content .section table caption,
.entry-content table caption{
	font-size: 18px;
	margin: 24px 0;
}

/*
.entry-content tr,
.entry-content td{
	height: unset !important; 	
}*/

.page-template-multi-content .section table td,
.page-template-multi-content .section table th,
.entry-content td{
	
	/*
	font-family: 'Open Sans', serif;
	border-top: 1px solid #C2C3C6;
	padding: 6px 10px 6px 0;
	word-break: break-word;
	*/
	
	font-family: 'Open Sans', serif;
    border: 1px solid #C2C3C6;
    padding: 6px;
    word-break: break-word;
    vertical-align: top;
    line-height: normal;
	position: relative;
	
	
}
.site-content article {
	
	margin-bottom: 0px;
	padding-bottom: 0px;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	width:100%;
}
.page-links {
	clear: both;
}
footer.entry-meta {
	margin-top: 24px;
	font-size: 13px;
	color: #757575;
}


/* =Archives
-------------------------------------------------------------- */

/*
.archive-header,
.page-header {
	margin-bottom: 48px;
	padding-bottom: 22px;
	border-bottom: 1px solid #ededed;
}
*/
.archive-meta {
	color: #757575;
	font-size: 12px;
	line-height: 2;
	margin-top: 22px;
}

/* =Single audio/video attachment view
-------------------------------------------------------------- */

.attachment .entry-content .mejs-audio {
	max-width: 400px;
}

.attachment .entry-content .mejs-container {
	margin-bottom: 24px;
}


/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
}


/* =Aside post format
-------------------------------------------------------------- */

article.format-aside h1 {
	margin-bottom: 24px;
}
article.format-aside h1 a {
	text-decoration: none;
	color: #4d525a;
}
article.format-aside h1 a:hover {
	color: #2e3542;
}
article.format-aside .aside {
	padding: 24px 24px 0;
	background: #d2e0f9;
	border-left: 22px solid #a8bfe8;
}
article.format-aside p {
	font-size: 13px;
	color: #4a5466;
}
article.format-aside blockquote:last-child,
article.format-aside p:last-child {
	margin-bottom: 0;
}


article{
	/*padding: 70px 0px 10px 0;*/
	padding: 0;
}

/* =Front page template
-------------------------------------------------------------- */

.entry-page-image {
	margin-bottom: 14px;
}

.page-template-seminar-page .site-content article,
.template-front-page .site-content article {
	border: 0;
	margin-bottom: 0;
	padding:0;
}
.template-front-page .widget-area {
	clear: both;
	float: none;
	width: auto;
	padding-top: 24px;
	border-top: 1px solid #ededed;
}
.template-front-page .widget-area .widget li {
	margin: 8px 0 0;
	font-size: 13px;
	line-height: 1.714285714;
	list-style-type: square;
	list-style-position: inside;
}
.template-front-page .widget-area .widget li a {
	color: #757575;
}
.template-front-page .widget-area .widget li a:hover {
	color: #21759b;
}
.template-front-page .widget-area .widget_text img {
	float: left;
	margin: 8px 24px 8px 0;
}


/* =Widgets
-------------------------------------------------------------- */

.widget-area .widget ul ul {
	margin-left: 12px;
}
.widget_rss li {
	margin: 12px 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
	color: #aaa;
	font-size: 11px;
	margin-left: 12px;
}
#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 13px;
	line-height: 1.846153846;
	color: #686868;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
}
#wp-calendar #next {
	padding-right: 24px;
	text-align: right;
}
.widget_search label {
	display: block;
	font-size: 13px;
	line-height: 1.846153846;
}
.widget_twitter li {
	list-style-type: none;
}
.widget_twitter .timesince {
	display: block;
	text-align: right;
}

.booking-form-container{
	position: relative;
}
.event-booking-form{
	position: relative;
}

.em-booking{
	position: relative;
    border: 2px solid #b3374d;
    padding: 20px 12px;
}



/* =Plugins
----------------------------------------------- */

img#wpstats {
	display: block;
	margin: 0 auto 24px;
}

.search #content,
.post-type-archive #content,
.error404 #content,
.page-template-default #content{
	margin:0;
}


/* =Contact Form 7
----------------------------------------------- */
div.wpcf7-mail-sent-ok,
div.wpcf7-validation-errors{
	border:none;
	background:#cc0000;
	margin:0;
	color:#fff;
	padding: 10px;
}

div.wpcf7-mail-sent-ok{
	background:#398f14;
}


@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}

/* Minimum width of 600 pixels. */
/*
@media screen and (min-width: 600px) {
	*/
	.site {
		margin:0;
		width:100%;
		/*overflow: hidden;*/
	}
	.site-content {
		float: left;
		width: 100%;
	}
	
	body.full-width.page-template-software-services .site-content,
	body.full-width.single-solutions .site-content {
		width: 70%;
	}
	
	body.template-front-page .site-content,
	body.attachment .site-content,
	body.full-width .site-content {
		width: 100%;
	}
	.widget-area {
		float: right;
		width: 28%;
	}
	.site-header h1,
	.site-header h2 {
		text-align: left;
	}
	
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		display: inline-block !important;
		text-align: left;
		width: 100%;
	}
	.main-navigation ul {
		margin: 0;
		text-indent: 0;
	}
	.main-navigation li a,
	.main-navigation li {
		font-family: 'Open Sans', sans-serif;
		font-weight:bold;
		display: inline-block;
		text-decoration: none;
		/*text-transform:uppercase;*/
	}
	.main-navigation li a {
		white-space: nowrap;
	}
	.main-navigation li a:hover,
	.main-navigation li a:focus {
		color: #009CA9;
	}
	
	
	.main-navigation li {
		margin: 0 12px 0 0;
		position: relative;
	}
	
	.main-navigation li:last-child {
		margin: 0;
	}
	
	
	.main-navigation li ul {
		margin: 0;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 1;
		height: 1px;
		width: 1px;
		overflow: hidden;
		clip: rect(1px, 1px, 1px, 1px);
	}
	.main-navigation li ul ul {
		top: 0;
		left: 100%;
	}
	.main-navigation ul li:hover > ul,
	.main-navigation ul li:focus > ul,
	.main-navigation .focus > ul {
		border-left: 0;
		clip: inherit;
		overflow: inherit;
		height: inherit;
		width: inherit;
		padding-top: 10px;
		margin-left: -10px;
		
	}
	
	.main-navigation ul li:hover > ul > li > ul{
		padding-top: 0px;
	}


	.sticky .main-navigation ul li:hover > ul,
	.sticky .main-navigation ul li:focus > ul,
	.sticky .main-navigation .focus > ul {
		padding-top: 10px;
		
	}
	

	.main-navigation ul li:hover > ul > li:hover > ul{
		padding-top: 0px;
	}	

	
	.main-navigation li ul li a {
		background: #EFEFF0;
		border: none;
		display: block;
		font-size: 15px;
		line-height: 16px;
		padding: 8px 10px;
		width: 227px;
		white-space: normal;
		color: #003951;
	}
	
		
	.main-navigation li ul li a:hover,
	.main-navigation li ul li a:focus {
		
		color: #009CA9;	
		
	}
	.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current_page_ancestor > a {
		color: #009CA9;
	}
	.menu-toggle {
		display: none;
	}
	.entry-header .entry-title {
		font-size: 36px;
		color: #003951;
		font-family: 'Source Serif Pro', serif;
		font-weight: bold;
	}
	
	.template-front-page .site-content,
	.template-front-page article {
		overflow: hidden;
	}
	
	.entry-page-image {
		float: right;
		margin-bottom: 0;
		width: 47.916666667%;
	}
	.template-front-page .widget-area .widget,
	.template-front-page.two-sidebars .widget-area .front-widgets {
		float: left;
		width: 51.875%;
		margin-bottom: 24px;
	}
	.template-front-page .widget-area .widget:nth-child(odd) {
		clear: right;
	}
	.template-front-page .widget-area .widget:nth-child(even),
	.template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
		float: right;
		width: 39.0625%;
		margin: 0 0 24px;
	}
	.template-front-page.two-sidebars .widget,
	.template-front-page.two-sidebars .widget:nth-child(even) {
		float: none;
		width: auto;
	}
	
	
	
	
/*	
	
	
}

*/


/* Minimum width of 960 pixels. 
@media screen and (min-width: 960px) {
	body {
		background-color: #e6e6e6;
	}
	body .site {
		padding: 0;
		margin-top: 0px;
		margin-bottom: 0px;
	}
	body.custom-background-empty {
		background-color: #fff;
	}
	body.custom-background-empty .site,
	body.custom-background-white .site {
		padding: 0;
		margin-top: 0;
		margin-bottom: 0;
		box-shadow: none;
	}
}

*/

.inner_page,
.site .inner_page {
    margin: 0 auto;
    max-width: 1300px;
    position: relative;
    padding: 0 14px;
	box-sizing: border-box;
	z-index: 1;
	/*height: 100%;*/
	clear: both;
}

.site-header hgroup{
	float: left;
	padding-top: 23px;
}

.featured_section,
.home_slideshow{
	height:500px;
	width:100%;
	box-sizing: border-box;
	clear: both;
	position: relative;
	background-size: cover;
    background-position: center center;
}

.featured_section{
	height:615px;
}

.featured_inner{
	width: 100%;
    height: 100%;
	background-attachment: fixed;
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
	-webkit-backface-visibility: hidden;
}

.featured_inner.tinted{
	background-color: white;
    background-blend-mode: multiply, luminosity;
    filter: brightness(120%);
}

.picture_section{
	background-attachment: fixed;
	-webkit-backface-visibility: hidden;
}

.home_slideshow ul {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 464px;
}

.home_slideshow ul li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /*text-align: center;*/
}


.bx-controls{
    text-align: center;
    margin-top: 0;
    z-index: 2;
    position: absolute;
    bottom: 18px;
    width: 100%;
}

.bx-pager-item{
	display: inline-block;
    margin: 0 5px;
}

.bx-pager-link{
    display: inline-block;
    width: 15px;
    height: 15px;
    background: rgba(255, 255, 255, 0.6);;
    border-radius: 100%;
    text-indent: -9999px;
	vertical-align: top;
}

.bx-pager-link.active {
    background: #fff;
   
}

.slide_button{
	margin: 14px 0;
	text-shadow:none;
}

.slide_button:hover{
	background:#fff;
}

.slideshow_loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 1;
    transition: all .4s;
	z-index: 3;
}

.slideshow_loader.kill {
 	display: none;
}

.slideshow_loader.hide {
    opacity: 0;
}

.LV_invalid_field:after,
.group:after {
  content: "";
  display: table;
  clear: both;
}

.page-template-front-page .entry-content h2{
	text-align:center;
}

.page-template-seminar-page .entry-content p,
.page-template-front-page .entry-content p{
    text-align: left;
    margin: 0 auto;	
}

.info-close,
.menu-toggle{
    position: relative;
    overflow: hidden;
    margin: 0px 14px 0px 0;
    padding: 0;
    width: 40px;
    height: 40px;
    font-size: 0;
    text-indent: -9999px;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: 0;
    cursor: pointer;
    transition: background .3s;
    float: right;
    background-color: #ffffff;
    border-radius: 0;
	    z-index: 1;
	
}

.info-close:focus,
.menu-toggle:focus{
	outline:none;
}

.info-close span,
.menu-toggle span{
	transition: background 0s .2s;
    display: block;
    position: absolute;
    top: 17px;
    left: 6px;
    right: 6px;
    height: 5px;
    background: #003951;
}

.info-close span:before,
.menu-toggle span:before{
	transition-property: top,transform;
	transition-duration: .2s,.2s;
    transition-delay: .2s,0s;
	top: -10px;
	position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #003951;
    content: "";
}

.info-close span:after,
.menu-toggle span:after {
    transition-property: bottom,transform;

    transition-duration: .2s,.2s;
    transition-delay: .2s,0s;
    bottom: -10px;
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #003951;
    content: "";
}

.info-close span,
.menu-toggle.toggled-on span{
    background: none;
}

.info-close span:before,
.menu-toggle.toggled-on span:before,
.menu-toggle.toggled-on span:after {
    transition-delay: 0s,.2s;
}

.info-close span:before,
.menu-toggle.toggled-on span:before {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.info-close span:after,
.menu-toggle.toggled-on span:after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/*
.header__bg {
position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(#ff9d2f, #ff6126);
    transform: skewY(-2deg);
    transform-origin: top right;
}

header.site-header:after {
    content:'';
	background-image: url(img/header-triangle.svg);
    width: 100%;
    height: 40px;
    border: 1px solid red;
    display: inline-block;
}
*/

/*
.site-header svg {
	position: relative;
    width: 40px;
    height: 40px;
    float: left;
    margin: -5px 10px 0px 0px;
}
*/

.picture_section svg.pic-footer{
    bottom: 0;
	z-index:1;
}


.picture_section svg.pic-header{
    bottom: auto;
	top:0;
}


footer svg.footer-diagonal1,
footer svg.footer-diagonal2 {
	position: absolute;
	width: 100%;
	height: 150px;
	left: 0;
	top: -150px;
}


.site-header h1,
.site-header,
.main-navigation,
#social-media-links,
 .site-header hgroup, 
.site-title img{
	transition:all 0.4s;
}

.sticky .site-title img{
	height: auto;
    width: 126px;
}

.sticky .site-header hgroup {
    padding-top: 5px;
}



.sticky .main-navigation {
    margin-top: 6px;
}

.sticky .site-header {
    height: 62px;
}

.sticky .site-header h1 {
    margin-bottom: 6px;
}

.home_slideshow_footer{
	position:relative;
}
	





.home #content{
	
    color: #000;
	padding: 40px 0;
	background: #fff;
	
}

.page-template-seminar-page .entry-content,
.home .entry-content{
	padding: 25px 0;
	text-align:center;
}

/*
.home .entry-content .inner_page{
	max-width: 880px;
}
*/

.home .entry-content p{
	transform: translateY(-150px);
    opacity: 0;
	transition: all 1s ease;
}

.home .entry-content p:nth-child(1){
	transition-delay: 0s;
}

.home .entry-content p:nth-child(2){
	transition-delay: .5s;
}

.home .entry-content p:nth-child(3){
	transition-delay: 1s;
}

.home .entry-content p.slide-in{
    transform: translateY(0);
    opacity: 1;
}

.portal-heading,
.page-template-seminar-page .entry-content p:first-child,
.home .entry-content p:first-child{
	font-size: 30px;
	font-weight: bold;
    color: #003951;
}


.portal-heading{
	font-family: 'Source Serif Pro', serif;
	padding-bottom:40px;
	text-align: left;
}
.page-template-seminar-page .entry-content p,
.home .entry-content p{
	font-family: 'Source Serif Pro', serif;
	font-size: 28px;
	padding-bottom:20px;
	text-align: center;
}

.page-template-seminar-page .entry-content p:last-child,
.home .entry-content p:last-child{
	padding-bottom:0;
}

.picture_section .headings{
    width: 540px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    right: 14px;
    text-align: right;
    max-width: calc(100% - 28px);
}

.picture_section#picture_section_2 .headings{
	right: auto;
    left: 14px;
    text-align: left;
    width: 670px;
}

.picture_section h2{
	color: #fff;
    font-size: 48px;
    font-weight: normal;
	padding-bottom:5px;
	opacity:0;
	    transform: scale(1.5);
	transition: all 1s ease;
}

.picture_section h3{
    color: #fff;
    font-size: 30px;
	font-weight: normal;
	opacity:0;
	    transform: scale(1.5);
	transition: all 1.2s ease;
}

.picture_section .headings.slide-in h2,
.picture_section .headings.slide-in h3{
	opacity:1;
	    transform: scale(1);
}

#product_releases li,
#coming_soon li,
#picture_links li{
	/*float: left;*/
    text-align: center;
    padding: 0;
	display: inline-block;
	vertical-align: top;
    box-sizing: border-box;
}

#coming_soon li{
	float: left;
}

#coming_soon li{
    width: 33.3333%;
    padding: 22px;
}


.picture_link a{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
	position: relative;
	overflow: hidden;
	transition: all 1s ease;
    transform: translateY(-150px);
    opacity: 0;
	text-decoration: none;
}

.featured-even-inner{
	transition: all 1s ease;
	transform: translateY(-150px);
    opacity: 0;	
}


.picture_link:nth-child(2) a{
    transition: all 1.2s ease;
}

.picture_link:nth-child(3) a{
    transition: all 1.4s ease;
}

.picture_link:nth-child(4) a{
    transition: all 1.6s ease;
}

.picture_link:nth-child(5) a{
    transition: all 1.8s ease;
}

.picture_link:nth-child(6) a{
    transition: all 2s ease;
}

.picture_link:nth-child(7) a{
    transition: all 2.2s ease;
}

.slide-in .featured-even-inner,
.picture_link.slide-in a {
    transform: translateY(0);
    opacity: 1;
}

.featured-event:nth-child(3n+1){
	clear:both;
}

.featured-event:nth-child(3n+1) .featured-even-inner{
    transition: all 1s ease;	
}

.featured-event:nth-child(3n+2) .featured-even-inner{
    transition: all 1.2s ease;	
}

.featured-event:nth-child(3n+3) .featured-even-inner{
    transition: all 1.3s ease;	
}


.picture_link a .img-outer{
width: 100%;
    padding-bottom: 100%;
    border-radius: 100%;
    
    position: relative;
    overflow: hidden;
}

#product_releases .picture_link a .img-outer{
    border-radius: 0;
}


.picture_link a .img{
	position: absolute;
	
	width:100%;
	height:100%;
	
	transition:transform 0.4s;
	transform: scale(1);
	
	
  background-size: cover;
  background-repeat:no-repeat;
  background-position:center center;
	
}

.picture_link a .img.tinted{
	
	background-color: white;
  	background-blend-mode: multiply, luminosity;
	filter:brightness(120%);
}






.picture_link a h2{
    position: relative;
    top: 0;
    z-index: 1;
    width: 100%;
    text-align: center;
    padding: 40px 0 0px 0;
    color: #003951;
    font-size: 21px;
    font-family: 'Source Serif Pro', serif;
    font-weight: bold;
	line-height: 1;
	transition:color 0.4s;
}

.picture_link a:hover h2{
    
    color: #009CA9;
    
}



.picture_link a h3{
    color: #000;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    padding: 0px;
    transition: all 0.4s;
}


.picture_link a:hover h3{
	color: #009CA9;
}

.picture_link a:hover .img,
.picture_link a:hover img{
	transform: scale(1.2);
}

.picture_link a h3 .header{
    position: absolute;
    height: 60px;
    width: 100%;
    margin: -60px 0 0 -24px;
}



#event-filters{
	position: relative;
    z-index: 1;
}

#product_releases,
#coming_soon,
#picture_links{
	padding:50px 14px;
	margin: 0 -22px 0 -22px;
	position: relative;
    z-index: 0;
	background: #C2C3C6;
}

#product_releases{
    background: #D8D9DA;
    padding: 50px 14px 10px 14px;
}

#coming_soon{
	margin: 0 -37px 0 -37px;
	background:none;
}

.featured-event a .details .header {
    position: absolute;
    height: 30px;
    width: 100%;
    margin: -43px 0 0 -24px;
}

.featured-event .details h2{
	padding-top:10px;
}

.featured-event .details h3{
	font-size: 21px;
	font-weight:normal;
	padding-bottom:4px;
}

.featured-event .details h4{
	font-size: 18px;
	font-weight:normal;
}

#coming_soon li.intro h2{
    text-align: left;
    font-size: 36px;
    font-weight: normal;
    padding-bottom: 18px;
    color: #b3374c;
}

#coming_soon li.intro p{
	font-size: 21px;
    font-weight: normal;
    text-align: left;
    color: #b3374c;
    padding-bottom: 18px;
}

.page-template-contact-page .submit-button,
.page-template-seminar-page .entry-content a,
.blog .read_more,
input[type="submit"],
.button,
#coming_soon li.intro a{
	text-decoration: none;
    background: #003951;
    color: #fff;
    font-size: 18px;
    padding: 16px 40px;
    font-weight: normal;
    display: inline-block;
    float: left;
    text-transform: uppercase;
    text-shadow: none;
    
    transition: all 0.4s;
    outline: none;
    border-radius: 0;
    -webkit-appearance: none !important;
    font-family: 'Open Sans',sans-serif;
    
    margin-top: 21px;
}

.page-template-contact-page .submit-button{
	width:auto !important;
	height:auto !important;
	font-size: 18px !important;
	margin-top: 0;
}


.page-template-contact-page .submit-button:hover,
.blog .read_more:hover,
input[type="submit"]:hover,
.button.selected,
.button:hover,
#coming_soon li.intro a:hover{
	background: #009CA9;
	text-decoration:none !important;
}



input[type="submit"].wpcf7-submit{
	float:none;
}

.button.white{
    background: #fff;
    color: #b3374c;
}

.button.white:hover{
	background: #ffffffa3;
}



.footer-menu{
	float: left;
	margin-right:30px;
}

.footer-menu li{
	color:#fff;
	display:inline-block;
	margin-right:10px;
	font-size:12px;
	font-family: 'Open Sans', serif;
}

.footer-menu li a{
	color:#fff;
	text-decoration:none;
	font-family: 'Open Sans', serif;
}



.blog .read_more,
.button.small{
	font-size: 12px;
    padding: 8px;
}

.section.image_and_text_section .button.small,
.button.small{
	margin-top: 10px;
}



/* =New Slideshow
-------------------------------------------------------------- */


#main_banner.slideshow {
    width: 100%;
    height: 100%;
    position:absolute;
    top: 0px;
    left: 0;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.slideshow_loader{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 1;
    transition: all 0.4s;
}

.slideshow_loader.hide{
	opacity: 0;
}

.slideshow_loader.kill{
	display:none;
}

#main_banner.slideshow ul{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 500px;
	
}


#main_banner.slideshow ul li{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	
	
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
	text-align: center;
	
}


#main_banner.slideshow ul li.tinted{
	
	background-color: white;
  	background-blend-mode: multiply, luminosity;
	filter:brightness(120%);
}


#main_banner.slideshow .section_more:hover{
	color:#fff;
}


.page-template-faq-page .featured_section h2,
.page-template-info-page .featured_section h2,
.page-template-sections-page .featured_section h2,
.featured_section h2,
#main_banner.slideshow h2{
	font-weight: bold;
    font-size: 48px;
    outline: 0;
    color: #fff;
    padding: 0;
    float: left;
    clear: both;
    opacity: 0;
    transform: scale(1.5);
    transition: all 1s ease;
    font-family: 'Source Serif Pro', serif;
	line-height: 50px;
	max-width: 540px;
}

.page-template-faq-page .featured_section h2,
.page-template-info-page .featured_section h2{
    font-size: 36px;
    float: none;
    clear: both;
    line-height: 36px;
    max-width:none;
	text-align: center;
	opacity: 1;
    transform: none;
}



.page-template-faq-page .featured_section .button,
.page-template-info-page .featured_section .button{
    float:none;
	text-align: center;
	opacity: 1;
    transform: none;
}

.page-template-faq-page .featured_section .slide-content,
.page-template-info-page .featured_section .slide-content {
    text-align: center;
}



.featured_section h2{
	max-width: none;
}

.featured_section .slide-in h2,
#main_banner.slideshow .shown h2{
	opacity: 1;
    transform: scale(1);
}

.page-template-faq-page .featured_section h3,
.page-template-info-page .featured_section h3,
.page-template-sections-page .featured_section h3,
.featured_section h3,
#main_banner.slideshow h3{
font-weight: normal;
    font-size: 22px;
    outline: 0;
    color: #fff;
    margin-top: 16px;
    padding: 0;
    max-width: 540px;
    float: left;
    clear: both;
    opacity: 0;
    transform: scale(1.5);
    transition: all 1.2s ease;
    font-family: 'Open Sans', serif;
}

.page-template-info-page .featured_section h3{
    float: none;
    clear: both;
    max-width:none;
	text-align: center;
	opacity: 1;
    transform: none;
}

.featured_section .slide-in h3,
#main_banner.slideshow .shown h3{
	opacity: 1;
    transform: scale(1);
}

/*
#main_banner.slideshow img{
	display: block;
    margin: 0 auto;
	max-width: 100%;
	padding: 0 10px;
}
*/

.slide-content{
    position: relative;
    top: 50%;
    left: 0;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 auto;
    text-align: left;
}

.home li.right .slide-content
/*.home li:nth-child(odd) .slide-content.left*/{
   
    text-align: right;
}



.pager{
    position: absolute;
    bottom: 33px;
    left: 0;
    z-index: 1;
    padding: 0;
    width: 100%;
    text-align: center;
	margin:0;
}


.slide-content .button{
	float:left;
	clear:both;
	margin-top: 20px;	
	opacity: 0;
    transform: scale(1.5);
    transition: all 1.2s ease;
	background: transparent;
	border: 1px solid #fff;
}

.home_slideshow .inner_page.subject{
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.home_slideshow .inner_page.subject .slide-text{
    width: 50%;
    padding-right: 20px;
}

.home_slideshow .inner_page.subject .slide-text .button{
    text-align: center;
}

.home_slideshow .inner_page.subject .slide-subject{
    width: 50%;
    padding-left: 20px;
}

.home_slideshow .inner_page.subject .slide-subject img{
    max-width: 100%;
}

.page-template-front-page .featured_section .slide-content .button{
	float:right;
}

.featured_section .slide-in .button{
    opacity: 1;
    transform: scale(1);
}


.slide-content .button:hover{
	background: #fff;
    color: #003951 !important;
}


.shown .slide-content .button{
	
		opacity: 1;
    transform: scale(1);
}

.featured_section h2,
.featured_section h3{
	float:right;
}



.home #main_banner.slideshow li.right .button,
.home #main_banner.slideshow li.right h2,
.home #main_banner.slideshow li.right h3{
	float:right;
}

#fancybox-overlay{
	background-color: rgb(0, 0, 0) !important;
}

#fancybox-close{
		background:none !important;
    right: -40px !important;
    text-decoration: none !important;
}


#fancybox-close:before{
	content: "\f057";
	font-family: fontawesome !important;
	font-size:30px;
	color:#fff;
}



	
.page-template-contact-page .site-content,
.page-template-about-page .site-content{
    width: 100%;
}

.content_section{
	width:100%;
	clear:both;
	
	position: relative;
	/*min-height: 450px;*/
	padding: 50px 0;
}

.content_section .inner_page{
	display: flex;
}

/*
.content_section_image,	
.content_section_text{
	width:50%;
	    border: 1px solid;
}
*/

.content_section:nth-child(even){
	background: #C2C3C6;
}

	

/*
.content_section:nth-child(even) .content_section_image{
	margin-left: 0;
}
*/

.content_section_spacer:first-child{
	order: 1;	
}

.content_section:nth-child(odd) .content_section_text{
	order: 2;
}

.content_section:nth-child(even) .content_section_text{
	order: 3;
	/*margin-left: 1.6%;*/
}

.content_section:nth-child(odd) .content_section_image{
	order: 3;
}

.content_section:nth-child(even) .content_section_image{
	order: 2;
}



.content_section_spacer:last-child{
	order: 4;	
}




		
.content_section_text_inner{
    padding: 0;
    font-size: 16px;
    min-height: 300px;
    /*max-width: 500px;*/
}

#registration_section h2,
#accommodation_section h2,
#location_section h2,
#speakers_section h2,
#agenda_sections h2,
.content_section_text_inner h2{
	font-family: 'Source Serif Pro', serif;
    font-weight: bold;
    line-height: 1;
    font-size: 35px;
    color: #005274;
    padding-bottom: 3px
}

.content_section_text_inner ul,
.content_section_text_inner ul li,
.content_section_text_inner p{
    font-size: 22px;
    font-family: 'Open Sans', sans-serif;
	line-height: 24px;
}

.content_section_text_inner ul{
    border-top: 3px solid #009CA9;
    border-bottom: 3px solid #009CA9;
    display: inline-block;
    margin: 30px 0 10px 0;
    padding: 10px 0;
}

.content_section_text_inner ul li{
    color: #009CA9;
    padding: 4px 0;
}

/*
.content_section:last-child .content_section_text_inner{
    padding: 100px 14px 200px 14px;
}
*/

	
.content_section:nth-child(even) .content_section_text .content_section_text_inner{
	text-align: right;
    float: right;
}


.post-title,
.entry-content .content_section_text h1,
.entry-content .content_section_text h2,
.entry-content .content_section_text h3,
.entry-content .content_section_text h4,
.entry-content .content_section_text h5,
.entry-content .content_section_text h6{
	
    font-size: 18px;
	margin-bottom:10px;
}

.entry-content .content_section_text p{
	
    font-size: 18px;
	margin-bottom:10px;
}

.entry-content .content_section_text p:nth-child(2){
	
}

.entry-content .content_section_text p:last-child{
	margin-bottom:0px;
}


.content_section_image{

	background-size:cover;
	background-position:center center;
	position: relative;
	transform: translateY(-150px);
    opacity: 0;
	transition:all 1.2s;
}


.content_section_image.tinted {
    background-color: white;
    background-blend-mode: multiply, luminosity;
	filter:brightness(120%);
}

/*
.content_section:nth-child(odd) .content_section_image{
	background-position:center left;
}

.content_section:nth-child(even) .content_section_image{
	background-position:center right;
}
*/

.content_section_image.slide-in{
	transform: translateY(0px);
    opacity: 1;
}


.page-template-about-page #main2{
	margin-bottom: 0;
}
	
	
	
	
	
.page-template-events-page .featured-event a{
	transition: all 1s ease;
}

.page-template-events-page .featured-event:nth-child(2) a{
	transition: all 1.3s ease;
}

.page-template-events-page .featured-event:nth-child(3) a{
	transition: all 1.6s ease;
}
	
.blog-post a{
	text-decoration:none;
}

.post_date{
	text-decoration:none;	
}

/*
.post_date:hover{
	text-decoration:underline;	
}
*/

.post-title{
	margin-bottom:2px;
}

.page-template-additional .blog-post,
.search .blog-post,
.page-template-events .blog-post,
.blog .blog-post{
	clear: both;
    margin: 0;
    padding: 50px 0;
}

.featured-event .details h2,
.page-template-additional .post-title,
.search .post-title,
.page-template-events .post-title,
.blog .post-title{
	clear: none;
	font-size: 22px;
	color: #003951;
	font-family: 'Source Serif Pro', serif;
}

/*
.page-template-events .post-title a,
.blog .post-title a{
	color: #003951;
}
*/

.entry-date,	
.post_date{
	font-size: 14px;
    margin-bottom: 16px;
    display: inline-block;
    line-height: 1.2;
    margin-top: 0px;
}
	
.blog-post img.wp-post-image{
	float:left;
	margin: 0px 10px 0px 0;
}
	
.blog-post .entry-content{
	font-size: 16px;
    font-family: 'Open Sans', serif;
	line-height: 1.2;
}
	
.blog .entry-content .read_more{
	margin-top:10px;
	transition: all 0.4s;	
}
	
.blog-post{

    padding-bottom: 20px;
    margin-bottom: 20px;
	transition: all 1.2s;
	/*	
	transform: translateX(100px);
    opacity: 0;
	*/
}


.blog-post.slide-in{
	transform: translateX(0px);
    opacity: 1;
}

.blog-post:last-child{
	border-bottom: none;
}
	
.pagination {
    margin-top: 20px;
	margin-bottom: 20px;
	clear: both;
}	


.pagination a,
.pagination span {
	border: 1px solid #003951;
    width: 26px;
    height: 26px;
    transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    -webkit-transition: all .4s;
    box-sizing: border-box;
    padding: 5px 0 0 0;
    background: #003951;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    text-align: center;
	font-family: 'Open Sans', sans-serif;
}
	
.pagination span {
	border: 1px solid #003951;
    background: none;
    color: #003951;
}	

.pagination a:hover{
	background: #009CA9;
	border: 1px solid #009CA9;
}

.details{
	font-family: 'Open Sans', sans-serif;
}

.details h2{
	margin-bottom: 10px;
}

.search .button.small{
	margin-top: 10px;
}
/*
#coming_soon .read_more{
	display:none;
}
*/
	
.contact-details,
.contact-form{
	width:50%;
	float:left;
}

.contact-form .wpcf7{
	
	background: #192b67;
    background: -moz-linear-gradient(45deg, #192b67 0%, #009ca9 100%);
    background: -webkit-linear-gradient(45deg, #192b67 0%,#009ca9 100%);
    background: linear-gradient(45deg, #192b67 0%,#009ca9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#192b67', endColorstr='#009ca9',GradientType=1 );
	
    width: 100%;
    display: inline-block;
    padding: 30px;
}

.contact-form .wpcf7 textarea,	
.contact-form .wpcf7 input[type="email"],
.contact-form .wpcf7 input[type="text"]{
	width: 100%;
    border: none;
	font-family: 'Open Sans', serif;
    font-size: 18px;
    color: #000;
    margin-bottom: 10px;
	padding: 10px;
	outline:none;
	
	border-radius:0;
}
	
.contact-form .wpcf7 span.wpcf7-not-valid-tip {
    color: #fff;
    margin-bottom: 10px;
}	



.contact-form div.wpcf7-validation-errors,
.contact-form div.wpcf7-acceptance-missing,
.contact-form div.wpcf7-response-output{
	border: none;
    background: #fff;
    color: #EB1730;
    text-align: left;
    padding: 20px;
    margin: 20px 0 0 0;
   
    font-size: 18px;
}
	
.recaptcha-control{	
	margin-bottom: 10px;	
}
	
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #000;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #000;
}	

.contact-form div.wpcf7 .ajax-loader {
	background-image: none;
    width: 16px;
    height: 16px;
    border: none;
    padding: 0;
    margin: 0 0 0 10px;
    vertical-align: middle;
	-webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}	

#registration_details .contact-form div.wpcf7 .ajax-loader {
    margin: -11px 0 0 10px;
    transform-origin: 9px 12px;
}

	
.contact-form div.wpcf7 .ajax-loader:before {
	font-family: fontawesome !important;
    content: "\f110";
	font-size:16px;
	color:#fff;
	
}	

div.wpcf7 br{
	display:none;
}
	
.contact-details p{
	font-family: 'Open Sans', serif;
    margin: 0 0 24px;
    font-size: 18px;
    font-weight: normal;
}

.contact-details a{
	text-decoration:underline;
	font-family: 'Open Sans', serif;
    font-size: 18px;
    font-weight: normal;	
	word-wrap: break-word;
}	
	
.button.light.walks	{
	margin-right:10px;
	margin-bottom: 10px;
}
	
.info-close{
	display:none;
	position: absolute;
    top: 14px;
    right: 6px;
}
	
.area_details_info{
	width:100%;
}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
/* =GRID SYSTEM
----------------------------------------------- */		

/*  SECTIONS  ============================================================================= */

.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  GROUPING  ============================================================================= */

.LV_invalid_field:after,
.LV_invalid_field:before,
.group:before,
.group:after {
    content:"";
    display:table;
}
.LV_invalid_field:after,
.group:after {
    clear:both;
}
.LV_invalid_field,
.group {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}

/*  GRID COLUMN SETUP   ==================================================================== */

.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}

.col:first-child { margin-left: 0; } /* all browsers except IE6 and lower */



/*  GRID OF TWELVE   ============================================================================= */

.span_12_of_12 {
	width: 100%;
}

.span_11_of_12 {
	width: 91.53%;
}

.span_10_of_12 {
	width: 83.06%;
}

.span_9_of_12 {
	width: 74.6%;
}

.span_8_of_12 {
	width: 66.13%;
}

.span_7_of_12 {
	width: 57.66%; 
}

.span_6_of_12 {
	width: 49.2%; 
}

.span_5_of_12 {
	width: 40.73%; 
}

.span_4_of_12 {
	width: 32.26%; 
}

.span_3_of_12 {
	width: 23.8%;
}

.span_2_of_12 {
	width: 15.33%; 
}

.span_1_of_12 {
	width: 6.86%; 
}









/* =GRID SYSTEM
----------------------------------------------- */		
	
	
	
	

/* =WES
----------------------------------------------- */	


.footer-section h2 a,
.footer-section h2{
	color: #fff;
    text-transform: uppercase;
    padding-bottom: 20px;
	font-family: 'Open Sans', serif;
	font-weight: bold;
    font-size: 16px;
    line-height: 21px;
	text-decoration:none;
}

.footer-section p,
.latest_tweets a,
.latest_tweets,
.quick-links-menu a{
	color: #fff;
    text-decoration: none;
    font-size: 14px;
    padding-bottom: 4px;
    display: inline-block;
	font-family: 'Open Sans', serif;
}

.footer-section p{
	transition:all 0.4s;
}

.footer-section p{
	padding-bottom:10px;
}

.registration_button:hover,
input[type="submit"].wpcf7-submit:hover,
.footer-section  a:hover p,
.newsletter-signup a:hover,
.footer-menu li a:hover,
.footer-section h2 a:hover,
.latest_tweets .blog_link a.tweet_link:hover,
.quick-links-menu a:hover{
	color:#009CA9;
	border-color:#009CA9;
}
	

.latest_tweets i{	
	font-size: 45px;
	float: left;
    margin-right: 10px;
}

.latest_tweets li{
	margin-bottom: 10px;
    clear: both;
    display: inline-block;
}

.footer-section .latest_tweets p{
	display: block;
    overflow: hidden;
}

.page-template-register-page .gform_wrapper .gform_page_footer .button.gform_button,
.page-template-register-page .gform_wrapper .gform_page_footer .button.gform_previous_button,
.page-template-register-page .gform_wrapper .gform_page_footer .button.gform_next_button,
.registration_button,
input[type="submit"].wpcf7-submit,
.newsletter-signup a{
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    text-transform: capitalize;
    padding: 16px 40px;
    color: #fff;
    border: 1px solid #fff;
    text-decoration: none;
    margin-top: 20px;
	text-align:center;
	background: none;
	line-height: 1;
}

.wiley-logo path{
	transition:all 0.4s;
}

.wiley-logo:hover path{
	fill:#009CA9;
}



#bottom-bar {
    float: left;
    width: 100%;
    display: table;
	clear:both;
}
#bottom-bar-left, #bottom-bar-right {
    vertical-align: bottom;
    display: table-cell;
}
#bottom-bar-right {
	margin: 0;
    width: 100px;
}


.page-template-seminar-page .entry-content a{
	background:#192b67;
	text-transform:none;
	float:none;
	border: none;
}

.page-template-seminar-page .entry-content a:hover{
	background:#009ca9;
}

.page-template-seminar-page #content {
    color: #000;
    padding: 40px 0;
}

#registration_section,
#accommodation_section,
#location_section,
#agenda_sections{
	background: #C2C3C6;
	width: 100%;
    clear: both;
    position: relative;
    padding: 50px 0;
}

#accommodation_section{
	background: #FFF;	
}

.agenda-section ul li{
	border-bottom: 1px solid #005274;
    padding-bottom: 20px;
    margin-bottom: 20px;
	display: flex;
}

.agenda-section ul li:last-child{
	border-bottom: 1px solid #005274;
    padding-bottom: 20px;
    margin-bottom: 0px;
}

.agenda-section h3{
	font-size: 24px;
    color: #009ca9;
    padding-bottom: 18px;
}


.agenda-section .title{
	float: left;
    clear: none;
}

.agenda-section h4{
	font-size: 14px;
    color: #000;
    padding-bottom: 4px;
    font-weight: normal;
}

.agenda-section h5{
	font-size: 20px;
    color: #000;
    padding-bottom: 4px;
    font-weight: bold;
}

.agenda-section p{
    padding: 4px 0 0 0;
	line-height: 16px;
	clear: both;
	/*display:none;*/
	font-size: 18px;
    line-height: 20px;
	
}



#speakers_section{
	width: 100%;
    clear: both;
    position: relative;
    padding: 50px 0;
}

#speakers_section ul{
	padding: 20px 0 20px 0;
	display: block;
}

#speakers_section ul:last-child{
	padding:0;
}

.single-speakers .featured-media,
#speakers_section li a{
	text-decoration:none;
	transition: all 1s ease;
    transform: translateY(-150px);
    opacity: 0;
	display: inline-block;
}

#speakers_section li a{
	display: block;
}

#speakers_section li:nth-child(1) a{
    transition: all 1s ease;
}
#speakers_section li:nth-child(2) a{
    transition: all 1.2s ease;
}
#speakers_section li:nth-child(3) a{
    transition: all 1.4s ease;
}
#speakers_section li:nth-child(4) a{
    transition: all 1.6s ease;
}
#speakers_section li:nth-child(5) a{
    transition: all 1.8s ease;
}
#speakers_section li:nth-child(6) a{
    transition: all 2s ease;
}

.single-speakers .featured-media.slide-in,
#speakers_section li.slide-in a{
    transform: translateY(0);
    opacity: 1;
}


#speakers_section li .img-outer{
	width: 100%;
	height:100%;
    border-radius: 100%;
    position: relative;
    overflow: hidden;
}

#speakers_section li img{
	
	 transform: scale(1);
	 transition: all 0.4s ease;
	 float: left;
	 width:100%;
}

#speakers_section li a:hover img{
    transform: scale(1.2);
}

#speakers_section li h3{
    position: relative;
    width: 100%;
    text-align: center;
    padding: 10px 0 0px 0;
    color: #000;
    font-size: 20px;
    font-family: 'Source Serif Pro', serif;
    font-weight: bold;
    line-height: 1;
    transition: color 0.4s;
}

#speakers_section li a:hover h3 {
    color: #009ca9;
}


#speakers_section li h4{
	position: relative;
    width: 100%;
    text-align: center;
    padding: 5px 0 0px 0;
    color: #000;
    font-size: 14px;
    font-weight: normal;
    line-height: 16px;
    transition: color 0.4s;
}

#speakers_section li a:hover h4{
    color: #009ca9;
}

#registration_details,
#accommodation_details,
#location_details{
	font-size: 18px;
    line-height: normal;
}


#accommodation_details{
	order:2;
	margin-left: auto;
}

#accommodation_image{
	order:1;
	margin-left: 0;
}

#registration_details b,
#registration_details a,
#registration_details ul li,
#registration_details p,
#accommodation_details b,
#accommodation_details a,
#accommodation_details ul li,
#accommodation_details p,
#location_details b,
#location_details a,
#location_details ul li,
#location_details p{
    font-family: 'Open Sans', serif;	
}

#registration_details p,
#accommodation_details p,
#location_details p{
    padding-bottom: 16px;
}

#registration_details .contact-form p{
	color:#fff;
}

#registration_details ul,
#accommodation_details ul,
#location_details ul{
	list-style: disc outside;
    margin-left: 20px;
    padding-bottom: 16px;
}

/*
#accommodation_details{
    min-height: 300px;
}
*/


#accommodation_section .inner_page {
    display: flex;
}

.registration_image,
.accommodation_image {
    background-size: cover;
    background-position: center center;
    position: relative;
	/*
    transform: translateY(-150px);
    opacity: 0;
    transition: all 1.2s;
	*/
}

.registration_image.tinted,
.accommodation_image.tinted {
    background-color: white;
    background-blend-mode: multiply, luminosity;
	filter:brightness(120%);
}

.contact_info,
.single-speakers .site-content article {
    padding-bottom: 70px;
}

.header-bg-image{
	height:500px;
	
	background: #000;
	
	width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	
}

.header-bg-image.tinted{
	
	background-color: white;
    background-blend-mode: multiply, luminosity;
    filter: brightness(120%);
	
}

.page-template-contact-page .entry-header {
	margin-bottom: 0px;
}

.menu-toggle.agenda-expand{
	display:inline-block;
	float:left;
	/*background-color: transparent;*/
	flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 40px;
	margin: 0px 14px 0px 0;
	border: 1px solid #192b67;
	background:transparent;
}

.menu-toggle.toggled-on.agenda-expand span:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.menu-toggle.agenda-expand span:after,
.menu-toggle.agenda-expand span:before {
    top: 0px;
}

.menu-toggle.toggled-on.agenda-expand span:before {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}


.menu-toggle.agenda-expand span:after,
.menu-toggle.agenda-expand span:before {
    top: 0px;
	background-color: #192b67;
}

.single-speakers .featured-media {
    float: left;
    margin-right: 14px;
	margin-top: 30px;
}

.single-speakers .entry-sub-title{
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    padding-top: 4px;
}

.single-speakers .entry-content {
    margin-top: 30px;
    line-height: normal;
}

.single-speakers .entry-header img.wp-post-image {
    border-radius: 100%;
}

.seminar_bar{
	background: rgba(255, 255, 255, 0.9);
    padding: 7px 0 0px 0;
    position: relative;
    z-index: 0;
	
	background: #005274;
    background: -moz-linear-gradient(45deg,#005274 0%,#009ca9 100%);
    background: -webkit-linear-gradient(45deg,#005274 0%,#009ca9 100%);
    background: linear-gradient(45deg,#005274 0%,#009ca9 100%);
	
	clear: both;
}

.seminar_bar ul.buttons{
	display: inline-block;
}

.seminar_bar h2,
.seminar_bar ul.buttons,
.seminar_bar ul.buttons li{
	display: inline-block;
	float: left;
}

.seminar_bar ul.buttons li a{
	color: #fff;
    text-decoration: none;
    border: 1px solid #fff;
    padding: 5px 10px 5px 10px;
    font-size: 15px;
    font-weight: 700;
	font-family: 'Open Sans',serif;
    text-transform: uppercase;
	    display: inline-block;
}

.seminar_bar ul li a span{
	    margin-left: 4px;
}

.seminar_bar ul.buttons li a:hover{
	background: #005274;
    border: 1px solid #005274;
}

.seminar_bar ul.buttons li{
	margin: 0px 0px 7px 7px;
}

.seminar_bar ul.buttons li:last-child {
    /*margin: 0;*/
}

.language{
	float:left;
	width: 120px;
    margin-bottom: 7px;
}

.language a,
.language span{
	font-family: 'Open Sans', sans-serif;
}

.language .wpml-ls-legacy-dropdown a{
	border:none;
	padding: 6px 10px;
}

.registration_button{
	color:#192B67;
	border-color:#192B67;
}

.page-template-register-page .site-content article{
	padding-bottom:50px;
}

.page-template-register-page .gform_confirmation_message,
.page-template-register-page .entry-content .gfield_html, 
.page-template-register-page .entry-content input,
.page-template-register-page .entry-content label,
.page-template-register-page .entry-content{
	font-size: 16px !important;
    font-family: 'Open Sans', sans-serif !important;
}

.page-template-register-page .entry-content .gfield_html{
	font-weight:bold;
}

.gform_wrapper .gform_page_footer{
	border-top:none !important;
}

.page-template-register-page .gform_wrapper .gform_page_footer .button.gform_button,
.page-template-register-page .gform_wrapper .gform_page_footer .button.gform_previous_button,
.page-template-register-page .gform_wrapper .gform_page_footer .button.gform_next_button{
	background: #009ca9;
    border: none;
    padding: 17px 40px;
}

.page-template-register-page .gform_wrapper .gform_page_footer .button.gform_button:hover,
.page-template-register-page .gform_wrapper .gform_page_footer .button.gform_previous_button:hover,
.page-template-register-page .gform_wrapper .gform_page_footer .button.gform_next_button:hover{
	background: #C2C3C6;
}


.page-template-register-page .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half),
.page-template-register-page .gform_wrapper .gf_progressbar {
    width: 100%;
	max-width: 100% !important;
}

.page-template-register-page .gform_wrapper .validation_message,
.page-template-register-page .gform_wrapper .gfield_error .gfield_label {
    color: #EB1730;
}


.page-template-register-page .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.page-template-register-page .gform_wrapper li.gfield_error textarea{
	border: 1px solid #EB1730;
}

.page-template-register-page .gform_wrapper li.gfield.gfield_error{
	border-top: none;
    border-bottom: none;
	background-color:transparent;
}

.page-template-register-page .gform_wrapper div.validation_error {
    color: #EB1730;
    border-top: 2px solid #EB1730;
    border-bottom: 2px solid #EB1730;
    text-align: left;
}


.page-template-default .entry-content h1{
    font-size: 26px;
	line-height:29px;
	color:#1f1f1e;
}
.page-template-default .entry-content h2{
    font-size: 16px;
	line-height:21px;	
	color:#484848;
}
.page-template-default .entry-content h3{
    font-size: 14px;
	line-height:18px;	
	color:#484848;
}
.page-template-default .entry-content h4{
    font-size: 12px;
	line-height:16px;	
	color:#484848;
}
.page-template-default .entry-content h6,
.page-template-default .entry-content h5{
    font-size: 10px;
	line-height:12px;	
	color:#484848;
}

.page-template-default .entry-content p{
	font-size: 16px;
}

.page-template-default .site-content article {
    padding-bottom: 70px;
}

.page-template-default .entry-content ol,
.page-template-default .entry-content ul {
	font-family: 'Open Sans', serif;
    margin: 0 0 24px;
	font-size: 16px;
}

.page-template-default .entry-content ol{
	list-style:decimal inside;
}

.page-template-default .entry-content ol[type="a"]{
	list-style:lower-alpha inside;
}

/*
.page-template-default .entry-content ul{
	list-style:disc inside;
}
*/

.page-template-default .entry-content li{
	font-family: 'Open Sans', serif;
	font-size: 16px;
    line-height: 18px;
    margin-bottom: 10px;
}

.page-template-default .entry-content span{
	font-family: 'Open Sans', serif;
}

.page-template-seminar-page .contact-form{
    width: 100%;
}

.seminar_bar_inner{
	display: inline-block;
    float: right;
}

code {
	color: #333 !important;
	border: none !important;
	padding: 20px 20px 20px 0px !important;
	border-radius: 0 !important;
	font-family: inherit;
	background: #fff;
	font-size: 18px !important;
	display: inline-block;
	width: 100%;
	clear: both;
	position: relative;
	float: left;
	margin-bottom: 70px;
	white-space: normal !important;
}

.no-speakers{
    padding: 20px 0;
    font-family: 'Open Sans', serif;
    font-size: 18px;
}


.footer-news-item {
    box-sizing: border-box;
    padding: 0px 0 10px 0;
}

.footer-news-item a {
    text-decoration: none;
    color: #fff;
}


.footer-news-item a:hover {
    color: #009CA9;
}



.footer-news-item img {
    float: left;
    margin: 0 12px 10px 0;
    transition: all 0.4s;
}

.footer-news-item h3 {
    clear: none;
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
    margin-bottom: 3px;
    color: #fff;
	transition: all 0.4s;
}


.footer-news-item a:hover h3{
    color: #009CA9;
}


.footer-news-item span {
    font-family: "Open sans", serif;
    font-size: 14px;
}

.footer-social {
    padding: 0;
    display: inline-block;
}

.footer-social li {
    float: left;
    box-sizing: border-box;
    display: inline-block;
    text-align: left;
}

.footer-social li a {
	font-size: 50px;
    line-height: 0;
    margin-right: 12px;
    color: #fff;
}

.footer-social li a:hover{
    color: #009CA9;
}

.home-search{
	position:relative;
	display: inline-block;
}

.home-search input[class="text"]{
	background: #C2C3C6;
    border: none;
    font-size: 16px;
    font-family: "Open sans", serif;
    font-weight: normal;
    padding: 3px 26px 3px 6px;
    width: 150px;
}

.home-search button{
	border: none;
    background: transparent;
    font-size: 0;
    position: absolute;
    right: 0;
    padding: 5px;
}

.home-search button i{
    font-size: 18px;
    padding: 0;
    margin: 0;
}

#techniques{
	padding-bottom:0px;
}

#techniques li .inner_page{
	display:flex;
	padding: 40px 14px;
	align-items: center;
}

#techniques li:nth-child(even) .solution-cat-descrip{
	order:2;
}

#techniques li:nth-child(even) .img-outer{
	order:1;
	margin: 1% 1.6% 1% 0;
}

#techniques li:nth-child(odd){
	background:#C2C3C6;
}


#techniques .img{
	background-size: cover;
    background-position: center center;
}

.post-type-archive-case-studies #content.tinted,
.page-template-faq-page #content.tinted,
.page-template-contact-page #content.tinted,
.search #content.tinted,
.page-template-additional #content.tinted,
.page-template-info-page #content.tinted,
.page-template-events #content.tinted,
.blog #content.tinted,
.single-collections #content.tinted,
.page-template-spectra-lab #content.tinted,
.tax-application #content.tinted,
.tax-technique #content.tinted,
.page-template-application #content.tinted,
.page-template-technique #content.tinted,
#techniques .img.tinted{
	background-color: white;
    background-blend-mode: multiply, luminosity;
    filter: brightness(120%);
}

.access-options h2,
.collection-list h2,
#techniques h2{
    font-size: 28px;
    color: #003951;
    font-family: 'Source Serif Pro', serif;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 10px;
}

#techniques h3{
    font-family: 'Open Sans', serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.2;
}

.page-template-software-services .site-content img.wp-post-image, 
.single-solutions .site-content img.wp-post-image {
	float: left;
    margin: 0px 20px 10px 0px;
	width: 300px;
	max-width: 100%;
	border: 1px solid #c2c3c6;
}

.page-template-software-services .site-content img.wp-post-image{
	width: auto;
	margin-bottom: 10px;
}

.page-template-software-services .entry-header .entry-title{
	padding-bottom: 20px;
}

.post-type-archive-case-studies #content,
.page-template-faq-page #content,
.page-template-contact-page #content,
.page-template-additional #content,
.search #content,
.page-template-info-page #content,
.page-template-events #content,
.blog #content,
.single-collections #content,
.page-template-spectra-lab #content,
.tax-application #content,
.tax-technique #content,
.page-template-application #content,
.page-template-technique #content{
	padding: 20px 0;
    
	
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    
    background-color: #505050;
    
	display: flex;
    flex-direction: column;
	height:100%;
	text-align:center;
	
	/*
    justify-content: center;
	align-items: center;
	text-align:center;
	align-content:center;*/
	
}

.post-type-archive-case-studies #content .inner_page,
.page-template-faq-page #content .inner_page,
.page-template-contact-page #content .inner_page,
.page-template-additional #content .inner_page,
.search #content .inner_page,
.page-template-info-page #content .inner_page,
.page-template-events #content .inner_page,
.blog #content .inner_page,
.single-collections #content .inner_page,
.page-template-spectra-lab #content .inner_page,
.tax-application #content .inner_page,
.tax-technique #content .inner_page,
.page-template-application #content .inner_page,
.page-template-technique #content .inner_page{
	
	align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
	min-height: 160px;
	width:100%;
}


/*
.page-template-contact-page #content:after,
.page-template-additional #content:after,
.search #content:after,
.page-template-info-page #content:after,
.page-template-events #content:after,
.blog #content:after,
.single-collections #content:after,
.page-template-spectra-lab #content:after,
.tax-application #content:after,
.tax-technique #content:after,
.page-template-application #content:after,
.page-template-technique #content:after{
	content:'';
	min-height:inherit;
	font-size:0;
	display:block;
}*/




/*
.page-template-info-page #content{
    min-height: 200px;
    height: 200px;
}*/


.page-template-faq-page .entry-content,
.page-template-contact-page .entry-content
.page-template-info-page .entry-content{
	padding: 30px 0;
}

.post-type-archive-case-studies .entry-content p,
.page-template-content-blocks-page .entry-content p,
.page-template-additional .entry-content.intro p,
.page-template-events .entry-content.intro p,
.blog .entry-content.intro p,
.single-collections .entry-content p,
.page-template-spectra-lab .entry-content p,
.tax-application .entry-content p,
.tax-technique .entry-content p,
.page-template-try-it-free #content .entry-content p,
.page-template-application .entry-content p,
.page-template-technique .entry-content p{
	color: #fff;
}

.page-template-content-blocks-page.page-template-gated-page-v2 .entry-content p{
    color:#000;
}


.post-type-archive-case-studies #content .entry-content p:last-child,
.page-template-content-blocks-page #content .entry-content p:last-child,
.page-template-try-it-free #content .entry-content p:last-child,
.page-template-additional .entry-content.intro p:last-child,
.page-template-events .entry-content.intro p:last-child,
.blog .entry-content.intro p:last-child,
.single-collections .entry-content p:last-child,
.page-template-spectra-lab .entry-content p:last-child,
.tax-application .entry-content p:last-child,
.tax-technique .entry-content p:last-child,
.page-template-application .entry-content p:last-child,
.page-template-technique .entry-content p:last-child{
	margin:0;
}


.post-type-archive-case-studies .entry-title,
.page-template-faq-page .entry-title,
.page-template-contact-page .entry-title,
.page-template-additional .entry-title ,
.search .entry-header .entry-title ,
.page-template-info-page .entry-header .entry-title ,
.page-template-events .entry-header .entry-title ,
.blog .entry-header .entry-title ,
.single-collections .entry-header .entry-title ,
.page-template-spectra-lab .entry-header .entry-title ,
.tax-application .entry-header .entry-title ,
.tax-technique .entry-header .entry-title ,
.page-template-technique .entry-header .entry-title ,
.page-template-application .entry-header .entry-title {
    color: #fff;
}


.tax-application .no-results .entry-content,
.tax-technique .no-results .entry-content{
	margin-top: 53px;
}


.tax-application .no-results .entry-content p,
.tax-technique .no-results .entry-content p{
	color:#000;
}

#techniques .dropper img,
#techniques .dropper .img{
	transform: translateY(-150px);
    opacity: 0;
	transition: all 1s ease;
}

#techniques .dropper.slide-in img,
#techniques .dropper.slide-in .img{
    transform: translateY(0);
    opacity: 1;
}

.button.grey{
	background:#003951;
}

.button.grey:hover{
	background:#C2C3C6;
}

.footer-news-item span.read_more{
	display:none;
}

.tax-application .blog-posts,
.tax-technique .blog-posts{
    /*margin-top: 53px;*/
	/*clear: both;*/
	margin: 40px 0 20px 0;
	
	float: left;
    width: calc(100% - 216px);
    
    box-sizing: border-box;
	
}


#filters{
    float: left;
    width: 216px;
    padding-bottom: 40px;

    padding-right: 20px;
}


.collection-area{
	padding:40px 0;
}

.collection-list h2{
}

.collection-list p{
	line-height: 1.4;
}

.access-options{
    clear: both;
    padding: 40px 0;
    background: #C2C3C6;
}

.access-option{
	text-align: center;
	
}

.access-option img{
    width: 150px;
	height: 150px;
    background-image: linear-gradient(45deg, #003951 0%,#009CA9 100%);
    border-radius: 100%;
}

.access-option h2{
    padding-top:20px;
}

.access-option p{
    text-align:left;
}

.access-option ul{
	text-align: left;
	list-style:outside disc;
	margin-left: 20px;
}

.access-option ul li{
	font-family: 'Open Sans', serif;
	font-size: 18px;
	line-height: 1.4;
}

.access-options h2{
	margin-bottom: 30px;
}


.tax-application .blog-post img.wp-post-image,
.tax-technique .blog-post img.wp-post-image{
    width: 100px;
	transition: all 0.4s;
	margin: 0 10px 0px 0;
}

.tax-application .blog-post.featured img.wp-post-image,
.tax-technique .blog-post.featured img.wp-post-image{
    width: 160px;
	margin: 0 20px 0px 0;
}



.tax-application .blog-post a img.wp-post-image:hover,
.tax-technique .blog-post a img.wp-post-image:hover{
	transform: scale(1.05);
}

.tax-application .blog-post.col:nth-child(4n+1),
.tax-technique .blog-post.col:nth-child(4n+1) {
    margin-left: 0;
	clear: both;
}

.tax-application .blog-post,
.tax-technique .blog-post{
    border:none;
	transform: translateY(-100px);
	opacity: 0;
}

.tax-application .blog-post .entry-content,
.tax-technique .blog-post .entry-content{
	overflow: hidden;
	border: 1px solid #C2C3C6;
}

/*
.tax-application .blog-post:nth-child(4n+1),
.tax-technique .blog-post:nth-child(4n+1){
    transition: all 1s ease;
}

.tax-application .blog-post:nth-child(4n+2),
.tax-technique .blog-post:nth-child(4n+2){
    transition: all 1.2s ease;
}

.tax-application .blog-post:nth-child(4n+3),
.tax-technique .blog-post:nth-child(4n+3){
    transition: all 1.4s ease;
}

.tax-application .blog-post:nth-child(4n+4),
.tax-technique .blog-post:nth-child(4n+4){
    transition: all 1.6s ease;
}
*/

/*
.tax-application .blog-post:nth-child(6n+5),
.tax-technique .blog-post:nth-child(6n+5){
    transition: all 1.8s ease;
}

.tax-application .blog-post:nth-child(6n+6),
.tax-technique .blog-post:nth-child(6n+6){
    transition: all 2s ease;
}
*/

.tax-application .blog-post.slide-in,
.tax-technique .blog-post.slide-in {
    transform: translateY(0px);
	opacity: 1;
}

.tax-application .blog-post .post-title,
.tax-technique .blog-post .post-title {
    margin-bottom: 2px;
	padding-top: 0px;
	line-height: 1;
	/*clear: both;*/
}

.tax-application .blog-post header,
.tax-technique .blog-post header {
	text-align:center;
}

.page-template-faq-page .featured_inner,
.page-template-info-page .featured_inner,
.page-template-sections-page .featured_inner{
	background-attachment:local;
}

.page-template-faq-page .featured_section,
.page-template-info-page .featured_section,
.page-template-sections-page .featured_section {
    height: 300px;
	margin-bottom: 1px;
	
	display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

/*
.page-template-sections-page .featured_section:nth-child(odd) .button,
.page-template-sections-page .featured_section:nth-child(odd) h3,
.page-template-sections-page .featured_section:nth-child(odd) h2 {
	float:right;
}
*/

.page-template-sections-page .site-content {
    margin: 0 0 50px 0;
}

.page-template-additional .blog-post:nth-child(even),
.search .blog-post:nth-child(even),
.page-template-events .blog-post:nth-child(even),
.blog .blog-post:nth-child(even){
	background: #C2C3C6;	
}

.page-template-additional .blog-post img.wp-post-image,
.page-template-events .blog-post img.wp-post-image,
.blog .blog-post img.wp-post-image {
    margin: 0px 30px 20px 0;
	border: 1px solid #C2C3C6;
}


.event-content p,
.page-template-additional .blog-post .blog-text,
.page-template-events .blog-post .blog-text,
.blog .blog-post .blog-text{
	font-size: 15px;
    font-family: 'Open Sans', serif;
    line-height: 16px;
}

.event-content{
	margin-top:10px;
}

.featured-event .button{
	float:none;
}

.page-template-additional .blog-post .blog-text,
.page-template-events .blog-post .blog-text{
	margin-top:10px;
}

.page-template-additional .blog-post .blog-text p,
.page-template-additional .blog-post .blog-text p strong,
.page-template-events .blog-post .blog-text p strong,
.page-template-events .blog-post .blog-text p,
.blog .blog-post .blog-text p{
	font-size: 15px;
    font-family: 'Open Sans', serif;
    line-height: 16px;
	margin-bottom:12px;
}

.page-template-additional .blog-post .blog-text p strong,
.page-template-events .blog-post .blog-text p strong{
	font-size: 15px;
    font-family: 'Open Sans', serif;
    line-height: 16px;
}

.site-content article.not-found{
	padding: 48px 0 20px 0;
}

#product_releases ul,
#picture_links ul{

    margin: 0 -20px;
	text-align: center;
}

#product_releases li,
#picture_links li {
    padding: 0 20px;
    /*width: 20%;*/
    width: 16.6666%;
}


#product_releases li{
    width: 25%;
    padding: 0 20px 40px 20px;
}


.page-template-faq-page .entry-header,
.page-template-contact-page .entry-header,
.page-template-info-page .entry-header{
	
/*	
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	*/
	
	
    /*height: 100%;	*/
}

.section-links{
	margin-top: 20px;
	width:100%;
}

.section-links ul{
	list-style:none;
	text-align:center;
	display: flex;
    justify-content: center;
	flex-wrap: wrap;
}

.section-links ul li{
    border-right: solid 2px white;
    padding: 0px 10px 0px 10px;
    margin: 4px 0;
}

.section-links ul li:last-child{
    padding: 0px 0px 0px 10px;
	border-right:none;
}



.section-links ul li a{
    color: #fff;
    font-family: 'Open Sans', serif;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
}

.section-links ul li a:hover{
	color:#009CA9;
}

.page-template-spectra-lab .entry-header{
	display: grid;
    grid-template-columns: 1fr 4fr 1fr;
    grid-column-gap: 5px;
    justify-items: center;
}

.page-template-spectra-lab .entry-header .entry-title{
	grid-column-start: 2;
}

.spectra-login{
	margin: 0 0 0 auto;
}

.spectra-login .button{
	margin: 0;
    border: 1px solid #fff;
    background: transparent;
	white-space: nowrap;
	font-size: 14px;
    padding: 10px 10px;

}

.spectra-login .button:hover{
	background: #fff;
	color:#003951
	
}

#techniques li:nth-child(odd) .img-outer img{
    float:right;
}

.eloqua-form{
	width:100%;
	margin: 0 0 20px 0;
}

.elq-form select,
.elq-form input[type="text"],
.elq-form input[type="email"],
.elq-form textarea {
   
    background-color: #fff;
    border: 1px solid #cacaca;
    color: #182b67;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 5px;
    padding: 4px 8px;
	box-sizing: content-box;
	margin: 0;
	border-radius: 0;
	font-family: 'Open Sans', serif;
	height:35px !important;
	max-width: 100%;
    box-sizing: border-box !important;
}

.elq-form select[multiple="multiple"]{
	height:auto !important;	
}

.elq-form input[type="checkbox"]{
	margin: 12px 0;
}

.elq-form label{
	font-family: 'Open Sans', serif;
	font-size: 14px;
}

.elq-form .field-wrapper.individual {
    margin-bottom: 10px;
}

.elq-form .field-style._100 {
    width: 100% !important;
}

.elq-form .field-style {
 	margin: 0 !important;
}

.elq-form .item-padding {
    padding: 6px 0px 9px 0px !important;
}


.page-template-faq-page .entry-content,
.page-template-contact-page .entry-content,
.page-template-info-page .entry-content{
	margin-top: 40px;
}

.post-type-archive-case-studies #content .entry-content,
.page-template-content-blocks-page #content .entry-content,
.page-template-try-it-free #content .entry-content{
	margin-top: 0px;
}

.contact-top-section{
	background-color: #C2C3C6;
	padding:31px 15px !important;
	margin-bottom: 20px !important;
}

.elq-form .contact-top-section select,
.elq-form .contact-top-section input,
.elq-form .contact-top-section textarea {
   
}

.elq-form .label-position.top{
	font-size:14px;
	font-weight:bold;
}

.contact-top-section-left{
	width:49%;
	float:left;
}

.contact-top-section-right{
	width:49%;
	float:right;
}

.elq-form .checkbox-label a,
.elq-form .checkbox-label,
.elq-form .instructions.default {
	font-family: 'Open Sans', serif;
    font-size: 14px !important;
	font-weight:bold;
	color:#000;
	text-decoration:none
}

.elq-form h3.heading {
    font-size: 16px;
    font-weight: 700;
    color: #003951;
    text-transform: none;
    padding-top: 20px;
    display: block;
    clear: both;
}

/*workaround to clear space caused by hidden elements
#formElement13,
#formElement14,
#formElement15,
#formElement16,
#formElement17,
#formElement18,
#formElement19{
	display:none;
}
*/

.coming-soon{
	position: absolute;
    top: 0;
    right: 0;
    background: #970f38;
    color: #fff;
    padding: 4px 6px;
    font-family: 'Open Sans',serif;
    font-weight: bold;
    font-size: 14px;
}

#filters h3,
#filters h2{
    font-size: 32px;
    color: #003951;
    font-family: 'Source Serif Pro', serif;
    font-weight: bold;
    display: block;
    margin: 40px 0px 16px 0;
}

#filters h3{
	font-size: 16px;
    margin: 10px 0px 6px 0;
}

#filters .button {
    margin: 0 5px 5px 0;
}

.tax-technique .blog-post{
	width: 33.3333%;
	float: left;
	padding: 0px 5px 20px 5px;
}



.tax-technique .blog-post.featured{
	width: 100%;
	border-bottom: 1px solid #C2C3C6;
	padding: 20px 0 20px 0;
    border-top: 1px solid #C2C3C6;
}

.col3-wrapper{
	clear: both;
	margin: 0 -5px;
}

.tax-technique .col3-wrapper .blog-post:nth-child(3n+1){
	clear:both;
}

.tax-technique .col3-wrapper .blog-post:nth-child(1n){
	transition: all 0.8s;
}

.tax-technique .col3-wrapper .blog-post:nth-child(2n){
	transition: all 1s;
}

.tax-technique .col3-wrapper .blog-post:nth-child(3n){
	transition: all 1.2s;
}



.ui-accordion h2:before {
    content: '\f067';
    font-family: fontawesome !important;
    font-size: 22px;
    line-height: 1;
    padding: 3px 0 0 4px;
    color: #fff;
    position: absolute;
    top: -2px;
    left: 0;
    background: #000;
    width: 26px;
    height: 26px;
    margin: 0;
    box-sizing: border-box;
    font-weight: 400;
	background: #003951;
}

.ui-accordion h2.ui-state-active:before {
    content: '\f068';
}

h2.ui-accordion-header {
    position: relative;
    display: block;
    margin: 0;
    padding: 0 0 0 36px;
    cursor: pointer;
    outline: none;
	margin-bottom: 10px;
}

.content-section{
	clear: both;
}


.page-template-faq-page .entry-content .intro p:last-child{
	margin: 0;
}

.type-label,
.application-label,
.purchase-options-label,
.technique-label{
	font-family: 'Open Sans', serif;
    margin: 6px 0 5px 0;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.2;
	display: block;
}

.blog-post .button.small{
	margin-top: 2px;
}

/*
.purchase-options-label{
    margin: 10px 0 4px 0;
}
*/

.featured .type-label,
.featured .application-label,
.featured .purchase-options-label,
.featured .technique-label{
    margin: 10px 0 10px 0;
    font-size: 14px;
}

.featured .purchase-options-label{
    margin: 10px 0 4px 0;
}






.purchase-options li{
	font-family: 'Open Sans', serif;
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
}


.tab {
  overflow: hidden;
  border:none;
  background-color: #C2C3C6;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
	font-size: 20px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #414245;
    color: #fff;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #003951;
    color: #fff;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 0px 20px 20px 20px;
  border: 1px solid #c2c3c6;
  border-top: none;
    margin-bottom: 40px;
}

.tabcontent {
  animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

.tabcontent h3.tabcontent_title{
	font-size: 24px;
    font-weight: bold;
    font-family: 'Source Serif Pro', serif;
    padding: 30px 0 10px 0;
    color: #003951;
}

.blog-post h2{
	clear: none;
    font-size: 16px;
    color: #003951;
}

.blog-post.featured h2{
    font-size: 24px;
}


.blog-post h2 a {
    color: #003951;
}

.blog-post h2 a:hover {
    color: #009CA9;
}

.thumb-link{
	overflow: hidden;
    display: inline-block;
    float: left;
}

.filter{
	font-family: 'Open Sans', serif;
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    text-decoration: none;
    padding-left: 24px;
    position: relative;
}

#technique-filters .filter{
	font-weight: bold;
}

.filter:hover{
	color: #009CA9;
}

.filter:before{
	content:'\f096';
	font-family: fontawesome !important;
	font-size:18px;
	position: absolute;
    left: 0;
    top: 2px;
	font-weight: normal;
}

.filter.selected:before{
	content:'\f046';
}

.product-summary{
	overflow: hidden;
	padding-right: 20px;
}



.featured .product-summary{
	padding-right: 0px;
}


.services-buttons{
	list-style: none;
	font-family: 'Open Sans',sans-serif;
}

.services-buttons p{
	font-family: 'Open Sans',sans-serif;
	margin: 0 0 14px;
}

.services-buttons p:last-child{
	margin: 0;
}

.services-buttons .button{
	width: 244px;
    text-align: center;
	float: none;
}

.services-buttons li:first-child .button{
	margin-top: 0;
}

.services-buttons li{
	margin-right: 10px;
    display: block;
}

.video-button{
	margin: 0;
    padding: 16px 20px;
    background: #009CA9;
    width: 244px;
    text-align: center;
}

.video-button:hover{
	background: #003951;
}


.video_section a.video-callout:before,
.video-button:before{
	padding-bottom: 10px;
    content: '\f144';
    font-family: fontawesome !important;
    text-align: center;
    font-size: 50px;
    display: block;
}


.video_section a.video-callout{
    border: 1px solid #c2c3c6;
    display: inline-block;
    position: relative;
}



/* =WSS
----------------------------------------------- */	
	
	
/* =New Eloqua Form
----------------------------------------------- */	

.elq-form{
	background-color: #c2c3c6;
    padding: 20px 0px;
}

body .elq-form .elq-label{
	font-weight: bold;
    margin-bottom: 8px;
	font-size: 14px;
}

body .elq-form .elq-item-select{
	height: auto !important;
	font-family: 'Open Sans', serif;	
	font-size: 14px;
}

body .form-element-instruction {
    font-family: 'Open Sans',serif;
    font-size: 10px;
    font-weight: normal;
    color: #000;
    text-decoration: none;
    margin-top: 6px;
}


body .footer-engage .form-element-instruction {
    
    color: #fff;
    
}

#knowitall-message-popup .single-checkbox-row h3,
.single-checkbox-row h3,
#hcp-message-popup .single-checkbox-row h3,
.elq-form h4.elq-heading{
    font-size: 14px;
    font-weight: 700;
    color: #000;
    text-transform: none;
    padding-top: 20px;
    display: block;
    clear: both;
}

.elq-form h4.elq-heading{
    padding-top: 0px;
}

body .elq-form a{
    font-family: 'Open Sans',serif;
    color: #009CA9;
    text-decoration: none;
}



/* =New Eloqua Form
----------------------------------------------- */	
	
	
/* =Software Features
----------------------------------------------- */	

.features{
	
}

.tiles h2,
.features h2{
	font-size: 28px;
    color: #003951;
    font-family: 'Source Serif Pro', serif;
    font-weight: bold;
    margin-bottom: 30px;
}

.software-features thead{
	background: #005274;
}

.software-features th,
.software-features td{
	font-family: 'Open Sans', serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.2;
    text-align: center;
    border-left: 1px solid #005274;
    border-right: 1px solid #005274;
    padding: 10px;
}

.software-features thead th{
	border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

.software-features thead th:nth-child(2) {
    border-left: 1px solid #005274;
}

.software-features th:first-child,
.software-features td:first-child{
	border-left: none;
	border-right: none;
	text-align: left;
}

.software-features th:last-child,
.software-features td:last-child{
	border-right: none;
}


.software-features thead th a,
.software-features thead th{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.software-features thead th a:hover{
	color: #009aa7;
}

.software-features tbody th{
	color: #005274;
	font-weight: bold;
}


.software-features thead th:first-child{
	background: #fff;
}

.software-features tbody tr:nth-child(odd) th,
.software-features tbody tr:nth-child(odd) td{
	background: #EFEFF0;
}
	
.mobile-feature-row{
	display: none;
}

.software-features tbody tr.table-section-heading th{
	background: #009aa7;
    color: #fff;
}

.mobile-feature-row h2{
	font-family: 'Open Sans', serif;
    font-size: 18px;
    padding: 8px 0 0px 0;
    margin: 0;
    font-weight: bold;
	color: #009aa7;
}

/* =Software Features
----------------------------------------------- */	

/* =Tiles
----------------------------------------------- */	

.tiles{
	margin-bottom: 20px;
	margin-top: 40px;
}


.section .tiles ul,
.tiles ul{
	margin: 0 -10px;
	text-align: center;
	display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}


.section .tiles.center ul{
    justify-content: center;
}

.section .tiles ul li,
.tiles ul li{
	width: 25%;
	/*float:left;*/
	display: inline-block;
	box-sizing: border-box;
	padding: 0px 10px 10px 10px;
	vertical-align: top;
    margin-left: 0;
}

.tiles ul li:nth-child(4n+1){
	clear: both;
}


.tiles ul li img{
	max-width: 100%;
	border: 1px solid #c2c3c6;
}

.tiles ul li img.no-border{
	border:none;
}


.section.text_section .tiles ul li span p,
.tiles ul li span p,
.tiles ul li span{
	font-family: 'Open Sans', serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.2;
	padding: 8px 0 13px 0;
	display: block;
	text-align: left;
    margin-bottom: 0;
}

.section.text_section .tiles ul li span p,
.tiles ul li span p{
	padding: 0px 0 5px 0;
}

.section.text_section .tiles ul li span p:last-child,
.tiles ul li span p:last-child{
	padding: 0px 0 0 0;
}

/* =Tiles
----------------------------------------------- */	
	
	
	
/* =Try it free
----------------------------------------------- */	
	
.reg-links .button{
	margin-top: 0;
	float: right;
    text-wrap-mode: nowrap;
}

.entry-content .reg-links td:nth-child(2) {
    padding: 6px 0 6px 10px;
}

/* =Try it free
----------------------------------------------- */	
	
	
/* =WAS landing page
-------------------------------------------------------------- */	

.post-type-archive-case-studies .entry-content p,
.page-template-multi-content .entry-content h2,
.page-template-WAS-page .entry-header h2{
	color: #fff;
    margin-top: 7px;
    font-size: 18px;
    font-weight: bold;
}

.WAS-content{
	column-count: 1;
	padding: 30px 0;
}

.WAS-content.two-columns{
	column-count: 2;
}

.was-form-container{
	
}

.was-form-container .wpcf7{
    -webkit-box-shadow: 0px 0px 22px 1px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 22px 1px rgba(0,0,0,1);
    box-shadow: 0px 0px 22px 1px rgba(0,0,0,0.5);
    background: #fff;
    margin-top: -30px;
    padding: 40px;
	text-align: center;
}

.was-form-container .wpcf7 p{
	font-family: 'Open Sans', serif;
    margin: 0 0 24px;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.2;
	color: #003951;
}

.was-form-container .wpcf7 input[type="submit"]{
	background: #003951;
    border-color: #003951;
}

.was-form-container .wpcf7 input[type="submit"]:hover{
	background: #009ca9;
    border-color: #009ca9; 
	color: #fff;
}

.was-form-container .wpcf7 input[type="email"]{
	background: #C2C3C6;
    border: none;
    font-size: 18px;
    font-family: "Open sans", serif;
    font-weight: normal;
    padding: 12px 10px 14px 10px;
    box-sizing: border-box;
    width: 460px;
    max-width: 100%;
}

.was-form-container span.wpcf7-not-valid-tip{
	color: #cc0000;
    margin-top: 10px;
}

.was-form-container div.wpcf7-mail-sent-ok,
.was-form-container div.wpcf7-validation-errors,
.was-form-container div.wpcf7-acceptance-missing{
	border: none;
	font-size: 16px;
    font-family: "Open sans", serif;
	padding: 20px;
}

.was-form-container div.wpcf7-mail-sent-ok{
	    background: #009ca9;
}

.grecaptcha-badge{
	display: none;
}

.was-form-container .wpcf7 p.recaptcha-terms{
	font-size: 10px;
    margin: 0;
}
/* =WAS landing page
-------------------------------------------------------------- */	
	
	
	
span.jump_to {
    position: absolute;
    left: 0px;
    top: -126px;
}	
	
.button.video,
.button.request-quote{
	    float: none;
    width: 240px;
    text-align: center;
}
	
	
#knowitall-message-popup,
#hcp-message-popup{
    position: fixed;
    width: 580px;
    z-index: 10000;
    max-width: calc( 100% - 48px );
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #c2c3c6;
    color: #000;
    padding: 20px;
    font-size: 20px;
    text-align: center;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
    transition: opacity 1s ease;
    opacity: 0;
    max-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    border-radius: 0;
    font-family: 'Open Sans', serif;
}
	
#knowitall-message-popup.show,
#hcp-message-popup.show {
    opacity: 1;
}

#knowitall-message-popup.hide,
#hcp-message-popup.hide {
    display:none;
}

.knowitall-message-close,
.hcp-message-close{
    position: absolute;
    top: 6px;
    right: 10px;
    background: transparent;
    border: none;
    color: #3c5474;
    font-size: 28px;
    line-height: 1;
    transition: all 0.4s;
	cursor: pointer;
	text-align: right;
	width: 30px;
	height: 30px;
	box-sizing: border-box;
	display: inline-block;
	padding: 0;
    margin: 0;
}

.knowitall-message-close:hover,
.hcp-message-close:hover{
	
    color: #009CA9;
    background: transparent;
    
}

#knowitall-message-content p,
#hcp-message-content p{
	margin-bottom: 10px;
}

#knowitall-message-content form,
#hcp-message-content form{
	width: 100%;
    display: inline-block;
	text-align: left;
	padding: 0px 0px;
}

#knowitall-message-content .outline-button.blue,
#hcp-message-content .outline-button.blue {
    margin-left: 34px;
	background: #e6e6da;
    color: #3c5474;
}

#knowitall-message-content .outline-button.blue:hover,
#hcp-message-content .outline-button.blue:hover {
	color: #e6e6da;
    background: #3c5474;
}

#knowitall-message-content textarea,
#knowitall-message-content input,
#hcp-message-content textarea,
#hcp-message-content input {
    width: 100%;
	/*border: 1px solid;*/
}

#knowitall-message-content input[type="checkbox"], 
#hcp-message-content input[type="checkbox"] {
    width: auto;
	border: none;
}

#knowitall-message-popup h3,
#hcp-message-popup h3{ 
	font-family: 'Source Serif Pro', serif;
    font-size: 36px;
	font-weight: bold;
    margin-bottom: 12px;
	color: #3c5474;
}

#knowitall-message-popup .single-checkbox-row h3,
.single-checkbox-row h3,
#hcp-message-popup .single-checkbox-row h3{ 
    font-family: 'Open Sans', serif;
    text-align: left;
    line-height: normal;
    margin: 0 0 6px 0 !important;
	padding: 0;
}

#knowitall-message-popup p,
#hcp-message-popup p{ 
	font-family: 'Source Serif Pro', serif;
}

#knowitall-message-content p,
#hcp-message-content p{
	font-family: 'Open Sans', sans-serif;
	color: #000;
}

#knowitall-message-content-footer,
#hcp-message-content-footer{
	padding: 0 0 16px 0;
}

#knowitall-message-content input[type="submit"],
.elq-form input[type="submit"],
#hcp-message-content input[type="submit"]{
	padding: 16px 40px !important;
	font-family: 'Open Sans',sans-serif !important;
	margin: 0;
	font-size: 20px;
}



.text-links a,
.text-link{
	color: #009CA9;
    margin: 0px 6px 6px 0px;
    font-family: 'Open Sans', serif;
    font-size: 13px;
    display: inline-block;
}	
	
	
.text-links{
	text-align: center;
    margin: -8px 0 18px 0;
}


#knowitall-message-content-footer	.elq-form,
#hcp-message-content-footer	.elq-form{
	padding: 10px 0px;
	background: none;
}

#knowitall-message-content-footer	.elq-form .container-fluid,
#hcp-message-content-footer	.elq-form .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

#knowitall-message-content-footer	.elq-form .elq-item-label,
#knowitall-message-content-footer	.elq-form .elq-label,
#knowitall-message-content-footer	.single-checkbox-row h3,
#hcp-message-content-footer	.elq-form .elq-item-label,
#hcp-message-content-footer	.elq-form .elq-label,
#hcp-message-content-footer	.single-checkbox-row h3{
	color: #fff;
}

#knowitall-message-content-footer	.LV_invalid,
#hcp-message-content-footer	.LV_invalid {
    font-size: 14px;
	margin: 8px 0 0 0px;
    display: inline-block;
}

.entry-content table ul,
.entry-content table p{
	 margin: 0;
}

.single-solutions .entry-content td span,
.single-solutions .entry-content td,
.single-solutions .entry-content table p{
	font-size: 12px !important;
}

/*try and match column widths across all tables*/
.single-solutions .entry-content #Overview  td{
	width: 10%;
}  

.single-solutions .entry-content #Overview  td:first-child{
	width: 70%;
}  

.page-template-info-page .featured_section{
    background-color: #009ca9;
}

.button.compat{
    margin-right: 10px;
    float: none;
}

.button.compat:last-of-type{
    margin-right: 0px;
}

.compat-page-table td{
    text-align: center;
    padding: 15px;
    border-color: #009aa7;
}
/*
.compat-page-table tr:first-child td{
    background: #009aa7;
}

.compat-page-table tr:first-child td:first-child{
    border-right: solid 1px #fff;
}

.compat-page-table tr:first-child td *{
    color: #fff;
    margin: 0;
}
*/
.compat-page-table tr td h2{
    text-align: center;
    display: block;
    background: #009aa7;
    color: #fff;
    margin: -15px -15px 15px -15px;
    padding: 15px;
}

/*Bullets in table fix*/
.entry-content table td ul li p{
    display: inline;
}

.page-template-teaser #main2,
.page-template-content-blocks-landing-page #main2,
.page-template-try-it-free-landing #main2{
    
    margin-top: 0px;
    
}

.columns{
    display: flex;
    flex-wrap: wrap;
}

.column{
    padding-right: 20px;
}

.column:last-child{
    padding-right: 0px;
}

.video-content-wrapper{
    height: 0;
    width: 75%;
    padding-bottom: 42.3%;
    margin-bottom: 22px;
    position: relative;
}

.video-content-wrapper iframe{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
}

/* =Gated Content Stuff
----------------------------------------------- */

.entry-content.gated{
    margin-top: 0px;
}

.gated-eloqua-form{
    margin-bottom: 40px;
}


.solution_extra h3,
.page-template-content-blocks-page .home_content_sections .section h3,
.page-template-content-blocks-page .home_content_sections .text_section h3{
    font-weight: bold;
    font-family: 'Open Sans';
    font-size: 20px;
    color: #123d80;
    margin-bottom: 10px;
    
}


.product-data{
    overflow: hidden;
}

.page-template-content-blocks-page .home_content_sections .text_section .tiles h3{
    margin-bottom: 20px;
}

.product-links{
    display: flex;
    margin: 15px -1% 0 -1%;
    flex-wrap: wrap;
    justify-content: center;
}

.product-link{
    padding: 0 1%;
    width: 33.3333%;
}

.product-link img{
    border: 1px solid #c5c5c5;
}

.product-link h3 a{
    color: inherit;
    text-decoration: none;
    font-size: 16px;
}

.product-links-outer{
    margin: 40px 0 0 0;
    clear: both;
}

.section-link-text a{
    color: inherit;
}


.osano-cm-widget{display: none;}


#fancybox-close span{
    display:none;
}

.button.small.lang-links{
    font-size: 18px;
    text-align: center;
    text-transform: none;
}

.footer-social-twitter svg{
    width: 36px;
    display: inline-block;
    margin-top: 12px;
}

.footer-social-twitter a svg path{
    transition: .4s all;
}

.footer-social-twitter a:hover svg path{
    fill: #009ca9 !important;
}


.knowitall-message-close{
    z-index:10000;
}

#knowitall-message-popup{
    width: 1000px;
    padding: 20px 0;
}

#knowitall-message-content .gated-eloqua-form{
    margin-bottom: 0px;
}

#knowitall-message-content input[type="submit"]{
    width: auto;
}

.page #page #primary #content header h2{
    margin-top: 10px;
}

.page-template-gated-page-v2 .WAS-content{
    padding: 30px 0 0px 0;
}

.page-template-gated-page-v2 .tiles h2{
    margin-bottom: 8px;   
}

.page-template-gated-page-v2 .tiles ul li span p strong{
        font-size: 16px;
}



/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
	footer a[rel=bookmark]:link:after,
	footer a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	a {
		text-decoration: none;
	}
	.entry-content img,
	.comment-content img,
	.author-avatar img,
	img.wp-post-image {
		border-radius: 0;
		box-shadow: none;
	}
	.site {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	.site-header {
		margin-bottom: 72px;
		text-align: left;
	}
	.site-header h1 {
		font-size: 21pt;
		line-height: 1;
		text-align: left;
	}
	.site-header h2 {
		color: #000;
		font-size: 10pt;
		text-align: left;
	}
	.site-header h1 a,
	.site-header h2 a {
		color: #000;
	}
	.author-avatar,
	#colophon,
	#respond,
	.commentlist .comment-edit-link,
	.commentlist .reply,
	.entry-header .comments-link,
	.entry-meta .edit-link a,
	.page-link,
	.site-content nav,
	.widget-area,
	img.header-image,
	.main-navigation {
		display: none;
	}
	.wrapper {
		border-top: none;
		box-shadow: none;
	}
	.site-content {
		margin: 0;
		width: auto;
	}

	.entry-header .entry-title,
	.entry-title {
		font-size: 21pt;
	}
	footer.entry-meta,
	footer.entry-meta a {
		color: #444;
		font-size: 10pt;
	}
	.author-description {
		float: none;
		width: auto;
	}

	
}

.page-template-content-blocks-page.page-template-multi-content .entry-content.main-text *{
    color: inherit;
}

.main-text.entry-content{
    padding: 50px;
    margin: 0;
}
	
.banner_bar{
    background: #d8d9da;
    text-align: center;
    height: 112px;
    display: flex;
    align-items: center;
    z-index: -1;
    position: relative;
}

.banner_bar a{
    font-size: 0;
}

.banner_bar img{
    max-width: 100%;
    height: auto;
}

#main2.banner{
    margin-top: 227px;
}

.solution-password{
    
}

.solution-password input[type=submit]{
    float: none;
}

.section.tabbed_section{
    padding: 50px 0 0 0;
}
	
.section.tabbed_section .tabcontent {
    padding: 0;
    border: none;
    margin-bottom: 0px;
    
}

.section.tabbed_section .tab{
     background-color: transparent;   
    text-align: center;
    border-bottom: solid 1px #878787;
}

.section.tabbed_section .tab button.tablinks{
    float: none;
    font-family: 'Open Sans';
    font-size: 20px;
    color: #878787;
    background: transparent;
    border-bottom: 2px solid transparent;
    transition: color 0.4s, border-color 0.4s;
}

.section.tabbed_section .tab button.tablinks:hover,
.section.tabbed_section .tab button.tablinks.active {
    color: #000;
    border-color: #000;
}

.post-password-form input[type=submit]{
    float: none;
    color: #fff !important;
    padding: 8px;
    font-size: 11px;
    border: none;
}

.services-buttons .button.video-button.image{
    width: auto;
    background: none;
    padding: 0;
    border: 1px solid #d3d3d3;
    position: relative;
}

.video_section a.video-callout:before,
.video-button.image:before {
    padding-bottom: 0px;
    font-size: 70px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -35px 0 0 -35px;
    text-shadow: 0 0 8px black;
}


.services-buttons .button.video-button.image img{
    max-width: 100%;
}

table.software-features{
    margin-bottom: 50px;
}


.two-col-section{
    columns:2;
}

.two-col-section > *{
    break-inside: avoid;
}


.text_section.right .sub-section,
.text_section.left .sub-section{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}

.text_section.right .sub-section{
    flex-direction: row;
}

.text_section.right .sub-section .section-text,
.text_section.left .sub-section .section-text {
    flex-basis: 50%;
}

.text_section.right .sub-section h2,
.text_section.left .sub-section h2{
    flex: none;
    width: 100%;
}

.text_section.right .sub-section .tiles,
.text_section.left .sub-section .tiles{
    flex-basis: 50%;
    padding: 0 24px 0 0;
    margin-top: 0;
}

.section.text_section.right .tiles ul,
.section.text_section.left .tiles ul{
    flex-direction: column;
}

.section.text_section.right .tiles ul li,
.section.text_section.left .tiles ul li{
    width: 100%;
}

.section.text_section.right .section-text,
.section.text_section.left .tiles{
    padding: 0 24px 0 0;
}

.section.text_section.right .tiles,
.section.text_section.left .section-text{
    padding: 0 0 0 24px;
}

.solution_extra{
    margin-bottom: 40px;
    font-size: 18px;
    font-family: 'Open Sans', serif;
    line-height: normal;
}

.solution_extra p{
    font-size: 14px;
    font-family: 'Open Sans', serif;
}


.page-template-gated-page-v2 .section.value_proposition h2{
    font-family: 'Open Sans', serif;
    font-weight: bold;
    color: #123d80;
    text-align: center;    
    margin-bottom: 36px;
}

.page-template-gated-page-v2 .section h2:after {
    display: none;
}

.page-template-gated-page-v2 .tiles{
    
    padding-bottom: 50px;
    margin-top: 0;
}


.page-template-gated-page-v2.page-template-info-page .entry-content.pic_link_intro{
    margin-top: 0;
}

.pic_link_intro .WAS-content{
    border-top: 1px solid #c2c3c6;
    padding: 40px 0 0 0;
    
}

.single-case-studies #content{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 80px;
}

.single-case-studies #content article{
    width: 50%;
}

.single-case-studies #content .featured-media{
    width: 45.6%;
    margin: 0;
}

.single-case-studies #content h1.entry-title{
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    margin-bottom: 10px;
}

.single-case-studies #content .entry-content p{
    font-size: 16px;
}

#case-study-searchform,
#case-study-filter-form{
    display: flex;
    background: #123d81;
    color: #fff;
    align-items: flex-end;
    padding: 20px 20px 20px 10px;
}

#case-study-filter-form{
    padding: 20px 0 20px 20px;
}



#case-study-searchform fieldset,
#case-study-filter-form fieldset{
    display: flex;
    flex-direction: column;
    font-family: 'Open Sans', sans-serif;
    padding-right: 10px;
}

#case-study-searchform fieldset{
    padding-right: 0px;
}

#case-study-searchform fieldset label,
#case-study-filter-form fieldset label{
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 16px;
    padding-bottom: 10px;
}

#case-study-filter-form select{
    border: none;
    font-size: 12px;
}

.home-search.case-study-search input[class=text]{
    font-size: 12px;
}


#case-study-filter-form a,
#case-study-filter-form input[type=submit]{
    margin: 0;
    padding: 7px;
    background: none;
    font-size: 16px;
    line-height: 1; 
    border: 1px solid #fff;
    text-align: center;
}



#case-study-filter-form a{
    margin-left: 10px;    
}

#case-study-filter-form a:hover,
#case-study-filter-form input[type=submit]:hover{
    background: #fff;
    color:#123d81;
}

.case-study-filter{
    margin-top: 40px;
}

.case-study-filter h2{
    margin-bottom: 12px;
    font-size: 22px;
}

.case-study-table{
    width: 100%;
    margin-top: 20px;
}

.case-study-table th{
    background: #123d81;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 16px;
    padding: 10px;
    border: 1px solid #fff;
}

.case-study-table th:first-child{
    border-left: solid 1px #123d81;
}

.case-study-table th:last-child{
    border-right: solid 1px #123d81;
}

.case-study-table td{
    padding: 10px;
    vertical-align: top;
    border: 1px solid #606060;
}

.case-study-table td a{
    text-decoration: none;
}

.case-study-table td img{
    float: left;
    margin-right: 10px;
}

.case-study-table td a h3,
.case-study-table td a h2{
    float: left;
    text-decoration: none;
    line-height: 16px;
    font-weight: normal;
    font-size: 16px;
}

.case-study-table td a h3{
    display: none;
}

.case-study-table td a span{
    float: right;
    background: #1759b9;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 14px;
    padding: 10px;
    margin-left: 10px;
    transition: all .4s;
}

.case-study-table td a span:hover{
    background: #123d81;
}

.case-study-table .case-study-tax-link{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

.case-study-table .case-study-tax-link:hover{
    text-decoration: underline;
}

.home-search input[class="text"] {
    background: #C2C3C6;
    border: none;
    font-size: 14px;
    font-family: "Open sans", serif;
    font-weight: normal;
    padding: 7px 26px 7px 6px;
    width: 150px;
}

.case-study-forms{
    display: flex;
    justify-content: space-between;
    background: #123d81;
}

.case-study-forms .home-search input[class="text"]{
    background: #fff;
}

.case-study-forms .home-search button{
    right: 21px;
    top: 48px;
}

.case-study-header{
    display: flex;
    justify-content: space-between;
}

.case-study-view a{
    font-size: 25px;
    margin-left: 10px;
    outline: none !important;
}


.case-study-table.grid{
    display: block;
}

.case-study-table.grid thead{
    display: none;
}

.case-study-table.grid tbody{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 10px;
}

.case-study-table.grid tbody tr{
    display: block;
    border: 1px solid #606060;
    width: calc(25% - 10px);
    height: auto;
}

.case-study-table.grid tbody tr td{
    border: none;
    padding: 0;
    width: 100%;
    display: block;
}

.case-study-table.grid tbody tr td:nth-child(2),
.case-study-table.grid tbody tr td:nth-child(3),
.case-study-table.grid tbody tr td:nth-child(4){
    display: none;
}

.case-study-table.grid td a span{
    display: none;
}

.page-image-outer {
    height: 0;
    width: 100%;
    overflow: hidden;
    background-color: #d8d9da;
    padding-bottom: 38%;
    position: relative;
    display: none;
}

.page-image{
    background-size: cover;
    background-position: center center;
    height: 100%;
    width: 100%;
    transition: all .5s;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
}

.case-study-table .page-image-outer {
    height: 0;
    width: 100%;
    overflow: hidden;
    background-color: #d8d9da;
    padding-bottom: 38%;
    position: relative;
    display: none;
}

.case-study-table.grid .page-image-outer {
    display: block;
}

.case-study-table.grid a.case-study-link:hover .page-image.image {
    transform: scale(1.1);
}


.case-study-table td a h3{
    display: none;
}

.case-study-table.grid td a h3{
    display: inline;
    padding: 10px;
}

.case-study-table.grid td img{
    display: none;
}

.case-study-table.grid td a h2{
    display: none;
}

.case-study-table:not(.grid) .case-study-link{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.case-study-table:not(.grid) .case-study-link img{
    flex: none;
}

.case-study-table:not(.grid) .case-study-link img{
    flex: none;
}

.case-study-table:not(.grid) .case-study-link .case-study-button{
    flex: none;
}

.case-study-table:not(.grid) h2{
    width: 100%;
}

.case-study-outer{
    overflow-x: auto; 
    width: 100%;
}


.case-study-outer.grid{
    width: calc(100% + 10px);
}

.post-type-archive-case-studies .no-results .entry-title{
    color: #000;
    font-family: 'Open Sans', serif;
}

.post-type-archive-case-studies .no-results .entry-content p{
    color: #000;
}

.post-type-archive-case-studies .no-results .entry-content {
    margin-top: 10px;
}

.single-case-studies .case-studies .button{
    float: left;
    clear: both;
}

.single-case-studies img.wp-post-image{
    border: 1px solid #dddddd;
}


#case-study-type{
     width: 142px;
}

/*Another menu level*/
.main-navigation ul li:hover >ul>li>ul>li>ul,
.main-navigation ul li>ul>li>ul>li>ul{
    position: relative;
    left: 0px;
    top: 0;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    margin-left: 0;
}
.main-navigation li ul li ul li ul li a {
    background: #d1d1d1;
    padding-left: 20px;
}

/***************Rebrand 2025 overrides***************

div.section[style*="rgba(18, 61, 128, 1)" i],
table th[style*="#123d80" i],
table td[style*="#003951" i]{
    background-color: #003b44 !important;
}

div.section[style*="rgba(239, 239, 240, 1)" i]{
    background-color: #f2f2eb !important;
}

/***************Rebrand 2025 overrides***************/


/* =Responsive
----------------------------------------------- */

@media screen and (max-width: 1318px) {
	
    #product_releases,
	#picture_links {
		margin: 0 -14px;
	}
}

@media screen and (max-width: 1214px) {
	
	.area_info {
		width: 300px;
	}
	
	#area_map_outer {
		width: calc(100% - 300px);
	}
	
	.main-navigation li ul li a,
	.main-navigation a {
		font-size: 12px;
	}
	
}

@media screen and (max-width: 1160px) {

    #case-study-application,
    #case-study-product{
        width: 186px;
    }
    
}


@media screen and (max-width: 1140px) {
	.site-header h1 a {
		font-size: 20px;
		line-height: 29px;
	}

	.main-navigation a {
		/*font-size: 14px;*/
	}

	.main-navigation li {
		margin: 0 6px 0 0;
	}
	
	.main-navigation li ul li a {
		/*font-size: 14px;*/
	}
	
	.services-buttons {
		clear: both;
	}
	
}

@media screen and (max-width: 1024px) {
	
	
	
	.picture_link a h2 {
		padding: 14px;
		font-size: 18px;
	}
	
	.picture_link a h3 {
		font-size: 16px;
		padding: 0px 14px 14px 14px;
	}
	
	.picture_link a h3 .header {
		position: absolute;
		height: 40px;
		width: 100%;
		margin: -40px 0 0 -14px;
	}
	
	/*
	#coming_soon li, #picture_links li {
		
		padding: 7px;
	}
	*/
	
	.featured-event .details{
		width: 100%;
	}
	
	.featured-event .details h2 {
		font-size: 18px;
	}
	
	.featured-event .details h3 {
		font-size: 16px;
	}
	
	.featured-event .details h4 {
		display:none;
	}
	
	

}



@media screen and (max-width: 1000px) {
	

	
	.sticky .main-navigation {
		margin-top: 0px;
		
    overflow: visible;
	}
	
	.menu-toggle{
		display:block;
	}
	
	.main-navigation{
		margin-right: -14px; 
		position: absolute;
		top: 0;
		right: 14px;
		margin-top: 20px;
		height: 40px;
	}
	
	.menu-main-menu-container{
		padding: 0;
		transform: translateX(280px);
		
		/*background: #b3374c;*/
		transition: all 1s;
	}
	
	.menu-main-menu-container.toggled-on{
		transform: translateX(0px);
		
	}
	
	#menu-main-menu{
		text-align: left;
		background: #fff;
    	padding: 10px;
		width: 250px;
		max-height: 400px;
    	overflow-y: scroll;
	}
	
	.main-navigation li {
		display: block;
		margin:0;
		line-height: 1.5;
	}
	
	.sticky .main-navigation ul li:hover > ul,
	.sticky .main-navigation ul li:focus > ul,
	.sticky .main-navigation .focus > ul,
	.main-navigation ul li:hover > ul,
	.main-navigation ul li:focus > ul,
	.main-navigation .focus > ul,
	.main-navigation ul li > ul{
		display: block;
		position: relative;
		width: auto;
		height: auto;
		padding:0;
		margin:0 0px 0 20px;
	}
	
    .main-navigation li ul li ul li ul li a,
	.main-navigation li ul li a {
		background: none;
		padding: 3px 0px;
		width: auto;
		/* line-height: 1.5; */
	}
	
	
	.main-navigation li ul li ul li ul li a{
		padding: 3px 0px 3px 20px;
	}
	
	
	#main2 {
		margin-bottom: 0px;
	}
	
	

	
	.span_2_of_12.speaker {
		width: 30.66%;
		margin: 1% 0 1% 4.0%;
	}
	
	.span_2_of_12.speaker:nth-child(3n+1) {
		clear: both;
		margin-left: 0;
	}
	
		
	.home-search {
		padding: 8px 0 4px 0;
	}

    #product_releases li,
	#picture_links li {
		width: 33.3333%;
	}

	.contact-top-section-left,
	.contact-top-section-right{
		width:100%;
	}

	.main-navigation li ul ul {
	
		left: 0;
	}
	
	.tax-technique .blog-post {
		width: 50%;
	}
	
	.tax-technique .col3-wrapper .blog-post:nth-child(3n+1) {
		clear: none;
	}
	
	.tax-technique .col3-wrapper .blog-post:nth-child(2n+1) {
		clear: both;
	}
	
	.tax-technique .col3-wrapper .blog-post:nth-child(1n) {
		transition: all 0.8s;
	}
	
	.tax-technique .col3-wrapper .blog-post:nth-child(2n) {
		transition: all 1s;
	}
	
	.tax-technique .col3-wrapper .blog-post:nth-child(3n) {
		transition: all 0.8s;
	}
	
	
	.main-navigation li ul li a,
	.main-navigation a {
		font-size: 16px;
	}
	
	
	
	.fr .main-navigation a {
		font-size: 16px;
	}

	.fr .main-navigation li {
		margin: 0 6px 0 0;
	}

	.fr .home-search input[class="text"] {
		font-size: 16px;
		width: 150px;
	}

	.fr .home-search button i {
		font-size: 18px;
	}
	
	.product-data{
        clear: both;
    }
	

    #main_banner.slideshow .slide-text h2 span,
	#main_banner.slideshow .slide-text h2 {
		font-size: 28px !important;
		line-height: 30px !important;
	}
    
    #main_banner.slideshow .slide-text h3 {
        font-size: 16px;
        margin-top: 4px;
    }
    
    
    #case-study-searchform, #case-study-filter-form{
        align-items: flex-start;
        flex-direction: column;
    }
    
    #case-study-application,
    #case-study-product,
    #case-study-filter-form select {
        margin-bottom: 10px;
        width: 240px;
    }
    
    #case-study-filter-form a {
        margin-left: 0px;
        margin-top: 10px;
    }
    
    #case-study-searchform fieldset, #case-study-filter-form fieldset {
        padding-right: 0px;
    }
    
    .seminar_bar ul.buttons li a {
        padding: 8px 10px 7px 10px;
        font-size: 8px;
    }
}


@media screen and (max-width: 800px) {
	
	#techniques li .inner_page {
    	display: block;
	}

	#techniques .span_6_of_12{
		width:100%;
		margin: 0 0 20px 0;
		clear:both;
	}
	
	#techniques li:nth-child(odd) {
    	background: none;
	}
	
	#techniques li:nth-child(even) .img-outer {
     	margin: 0 0 20px 0;
	}
	
	.page-template-software-services img.wp-post-image,
	.single-solutions img.wp-post-image{
		float: none;
	}
	
	
	/* =Tiles
	----------------------------------------------- *	
    .section .tiles ul li,
	.tiles ul li{
		width: 33.3333%;
	}

	.tiles ul li:nth-child(4n+1){
		clear: none;
	}
	
	.tiles ul li:nth-child(3n+1){
		clear: both;
	}
	/* =Tiles
	----------------------------------------------- */	
	
    
    /* =Tiles
	----------------------------------------------- */	
    
    .section .tiles ul li,
	.tiles ul li{
		width: 50%;
	}

	.tiles ul li:nth-child(3n+1){
		clear: none;
	}
	
	.tiles ul li:nth-child(2n+1){
		clear: both;
	}
	/* =Tiles
	----------------------------------------------- */
    
    
    
	
	/* =Try it free
	----------------------------------------------- */	

	.entry-content table.reg-links{
		border-bottom: none !important;
    min-width: unset;
    width: 100%;
	}
	
	.entry-content .reg-links td:nth-child(2),
	.entry-content .reg-links td{
		display: block;
		width: 100%;
		padding: 6px 0 6px 0px;
		border: none;
	
	}
	
	.entry-content .reg-links td:nth-child(2){
		border-bottom: 1px solid #C2C3C6;
		padding-bottom: 20px;
    	margin-bottom: 10px;
	}
	
	
	.reg-links .button {
		float: left;
	}

	/* =Try it free
	----------------------------------------------- */	
	
	
	.tax-technique .blog-post {
		width: 100%;
		clear: both;
	}
	
	.tax-technique .col3-wrapper .blog-post:nth-child(1n) {
		transition: all 0.8s;
	}
	
	.tax-technique .col3-wrapper .blog-post:nth-child(2n) {
		transition: all 0.8s;
	}
	
	.tax-technique .col3-wrapper .blog-post:nth-child(3n) {
		transition: all 0.8s;
	}
	
	
	.product-link{
        width: 33.33%;
    }
    
    
    .single-case-studies #content{
        flex-direction: column;
    }
    
    .single-case-studies #content article {
        width: 100%;
    }
    
    .single-case-studies #content .featured-media {
        width: 100%;
        margin: 50px 0 0 0;
    }
    
    
    .case-study-table.grid tbody tr {
        width: calc(33.3333% - 10px);
    }
    
    
}

@media screen and (max-width: 767px) {
    
    .compat-page-table{
        min-width: 0 !important;
    }
    
    .compat-page-table tbody{
        display: flex;
        flex-wrap: wrap;
    }
    
    .compat-page-table tr{
        flex-basis: 100%;
        display: block;
    }
    
    .compat-page-table td{
        flex-basis: 100%;
        width: 100% !important;
        display: block;
    }
    
    .video-content-wrapper{
        width: 100%;
        padding-bottom: 56.3%;
    }
   
    /*
    .solution_extra table,
    .solution_extra tr,
    .solution_extra td{
    
        display: block;
        width: 100%;
        
    }
    
    .solution_extra td{
    
        padding-bottom: 30px !important;
        
    }*/
    
    
   
    
    
    
}

@media screen and (max-width: 640px) {
	
	
	
	#coming_soon, 
    #picture_links, 
    #product_releases {
		margin: 0;
		padding: 20px 0;
	}
	
    #product_releases li,
	#coming_soon li,
    #picture_links li {
		width: 100%;
		padding: 10px 0;
	}
	
	.picture_link a h2{
		padding: 24px;
		font-size: 35px;
	}
	
	.picture_link a h3{
		font-size: 20px;
    	padding: 0px 24px 20px 24px;
	}
	
	.picture_link a h3 .header {
		margin: -40px 0 0 -24px;
	}
	
	.content_section {
		width: 100%;
		display: block;
		position: relative;
	}
	
	.content_section_image, .content_section_text {
		width: 100%;
		position: relative;
	}
	
	.content_section_text_inner {
		max-width: none;
		width:100%;
		float: none;
		padding: 0;
		min-height:0;
	}
	
	.content_section_image {
		position: relative;
		width: 100%;
		height: 300px;
		margin: 20px 0;
	}
	
	.content_section:nth-child(even) .content_section_text .content_section_text_inner {
		float: none;
		text-align: left;
	}
	
	.content_section:last-child .content_section_text_inner {
		padding: 0;
	}
	
	.content_section:last-child .content_section_image {
		margin-bottom: 12px;
	}
	
	.content_section:first-child .content_section_text_inner {
	    padding: 0;
	}
	
	.page-template-additional #coming_soon,
	.page-template-events-page #coming_soon {
		padding: 0;
	}
	
	body.full-width.page-template-software-services .site-content,
	body.full-width.single-solutions .site-content,
	.site-content {
		width: 100%;
	}
	
	
	.widget-area {
		width: 100%;
		padding: 0;
	}
	
	
	
	
	.contact-details{
		padding-bottom:20px;
	}
	
	.contact-form .wpcf7 {
		padding: 15px;
	}
	
	.partners-and-menu {
		display: block;
	}
	
	.footer-menu {
    	float: none;
	}
	
	.page-template-contact-page h1.entry-title,
	#main_banner.slideshow h2 {
		font-size: 28px;
		line-height: 30px;
	}
	
	#main_banner.slideshow h3 {
		font-size: 16px;
		margin-top: 4px;
	}

	.content_section .inner_page {
		display: block;
	}

	.content_section_spacer{
		display:none;
	}
	
	.content_section_text.col{
		margin: 0;
	}

	.content_section:before, 
	.content_section:after {
		content: "";
		display: table;
	}
	
	.content_section:after {
		clear: both;
	}

	.page-template-front-page #main2 {
		margin-bottom: 0px;
	}
	
    #product_releases ul,
	#picture_links ul {
		margin: 0;
	}
	
	#filters .button{	
		font-size: 14px;
		padding: 10px 10px;
	}
	
	/*
	.entry-content td{
		display: block;
		width: 100%;
	}*/

	#filters {
		width: 100%;
		padding-bottom: 10px;
	}
	
	.tax-application .blog-posts, .tax-technique .blog-posts {
		margin: 20px 0 20px 0;
		width: 100%;
	}
	
	.tax-application .blog-post img.wp-post-image,
	.tax-technique .blog-post img.wp-post-image {
		width: 90px;
	}
	
	.software-features th,
	.software-features td{
		font-size: 11px;
		padding: 5px;
	}
	
	/* =Tiles
	----------------------------------------------- *	
    
    .section .tiles ul li,
	.tiles ul li{
		width: 50%;
	}

	.tiles ul li:nth-child(3n+1){
		clear: none;
	}
	
	.tiles ul li:nth-child(2n+1){
		clear: both;
	}
	/* =Tiles
	----------------------------------------------- */
	
	
	/* =WAS landing page
	-------------------------------------------------------------- */	
	
	.WAS-content.two-columns,
	.WAS-content {
		column-count: 1;
		padding: 0;
	}
	
	.was-form-container .wpcf7 {
		padding: 30px 20px 10px 20px;
	}
	
	
	/* =WAS landing page
	-------------------------------------------------------------- */	
	
	#knowitall-message-popup .elq-form .container-fluid,
	#hcp-message-popup .elq-form .container-fluid {
		padding-left: 0;
		padding-right: 0;
	}
	
    #knowitall-message-popup .elq-form .col-sm-12,
	#hcp-message-popup .elq-form .col-sm-12{
		padding-left: 10px;
		padding-right: 10px;
	}
	
	
    
    .two-col-section{
        columns:auto;
    }
    
    
    
     
    .case-study-table.grid tbody tr {
        width: calc(50% - 10px);
    }
    
 
    .case-study-table:not(.grid) .case-study-link {
        flex-direction: column;
    }
    
    .case-study-table:not(.grid) .case-study-link img{
        display: none;
    }
    
    .case-study-table:not(.grid) .case-study-link .case-study-button {
        margin: 10px 0 0 0;
    }
    
    
    
    
    
}



/*  REMOVE MARGINS AS ALL GO FULL WIDTH AT 480 PIXELS */

@media only screen and (max-width: 508px) {
	.col { 
		margin: 1% 0 1% 0%;
	}
	
	.span_12_of_12 {
		width: 100%; 
	}
	.span_11_of_12 {
		width: 100%; 
	}
	.span_10_of_12 {
		width: 100%; 
	}
	.span_9_of_12 {
		width: 100%; 
	}
	.span_8_of_12 {
		width: 100%; 
	}
	.span_7_of_12 {
		width: 100%; 
	}
	.span_6_of_12 {
		width: 100%; 
	}
	.span_5_of_12 {
		width: 100%; 
	}
	.span_4_of_12 {
		width: 100%; 
	}
	.span_3_of_12 {
		width: 100%; 
	}
	.span_2_of_12 {
		width: 100%; 
	}
	.span_1_of_12 {
		width: 100%; 
	}
	
	#accommodation_section .inner_page {
		display: block;
	}
	
	.span_2_of_12.speaker {
		width: 100%;
		margin: 1% 0 1% 0%;
	}
	
	#speakers_section li a {
		margin-bottom:30px;
	}
	
	.seminar_bar ul.buttons{
		display: none;
	}
	
	.site-header {
		height: 76px;
	}
	
	#main2 {
		margin-top: 76px;
	}
	
	.sticky .site-header {
		height: 41px;
	}
	
	.sticky #main2 {
		margin-top: 41px;
	}

	
	/* =Tiles
	----------------------------------------------- */	
    .section .tiles ul li,
	.tiles ul li{
		width: 100%;
		clear: both;
	}

   
    
	/* =Tiles
	----------------------------------------------- */
	
	
    .entry-header .entry-title {
        font-size: 28px;
    }
    
    .tile-heading.empty{
        display: none;
    }
    
    
    
    .case-study-forms {
        flex-direction: column;
    }
    
    #case-study-filter-form {
        padding: 20px;
    }
    
     #case-study-filter-form select {
        width: 100%;
    }
    
    #case-study-filter-form a, #case-study-filter-form input[type=submit] {
        width: 100%;
    }
    
    .case-study-forms .home-search input[class="text"] {
        width: 100%;
    }
    
    #case-study-searchform fieldset, #case-study-filter-form fieldset {
        width: 100%;
    }
    
    #case-study-searchform{
        padding: 0 20px 20px 20px;
    }
    
    .case-study-forms .home-search button {
        top: 28px;
    }
    
}


@media screen and (max-width: 400px) {
	
	.software-features{
		width: 100%;
	}
	
	.software-features tbody th, 
	.software-features td {
		display: none;
	}
	
	
	.software-features td.mobile-feature-row,
	.software-features thead th{
		display: block;
		width: 100%;
		border:none;
		font-size: 18px;
		text-align: left;
	}
	
	.software-features td.mobile-feature-row{
		background: #fff;
		padding-bottom: 20px;
	}
}


@media screen and (max-width: 384px) {
	
	/*
	.site-header h1 a {
		font-size: 19px;
		line-height: 38px;
		margin-right: 45px;
	}
	
	.sticky .site-header hgroup,
	.site-header hgroup {
	
		padding-top: 10px;
	}
	
	.main-navigation {
		margin-top: 10px;
	}
	
	.site-header {
		height: 62px;
	}
	
	#main2 {
		margin-top: 62px;
	}
	
	
	*/
	
	.page-template-faq-page .featured_section, .page-template-sections-page .featured_section,
	.page-template-info-page .featured_section, .page-template-sections-page .featured_section{
		height:400px;
	}
	
	.product-summary {
		clear: both;
		padding-top: 10px;
	}
	
	
}





@media screen and (max-width: 360px) {
	
	
	#main_banner.slideshow ul,
	.picture_section,
	.home_slideshow{
		height:400px;
	}
    
    #main_banner.slideshow .slide-text h2 span,
    #main_banner.slideshow .slide-text h2 {
        font-size: 17px !important;
        line-height: 20px !important;
    }
    
    #main_banner.slideshow .slide-text .button {
        font-size: 12px;
        line-height: normal;
        padding: 16px 22px;
    }
    

}

