/******************************************************************************/
/* ie.css - Insurance Europe Stylesheet
/* v1.0
/*
/* History:
/* v1.0 - first releases
/******************************************************************************/


/******************************************************************************/
/* Colours
/******************************************************************************/
/* Outside page       R222 G222 B222 #DEDEDE
/* Inside page        R244 G244 B244 #F4F4F4
/* Section background R249 G249 B249 #F9F9F9

/* Body grey          R144 G144 B144 #909090

/* Accent light blue  R136 G207 B202 #88CFCA
/* Accent orange      R240 G102 B 48 #F06630
/* Accent green       R200 G211 B 97 #C8D361

/* Button             R120 G188 B  0 #78BC00

/* IE Logo Blue       R0   G41  B87  #002957
/* IE Logo Green      R130 G197 B91  #82C55B

/* IE Green 1:        R205 G227 B162 #CDE3A2
/* IE Green 2:        R0   G158 B75
/* IE Green 3:        R118 R194 B109

/******************************************************************************/
/* General
/******************************************************************************/

body {
	font-family: FrutigerLTPro-Light;
	font-size: small;
	background-color: #DEDEDE;
	color: #002957;
}

p {
	text-align: justify;
}


/******************************************************************************/
/* Page margins
/******************************************************************************/

.ie-margins-thin {
	width: 1000px;
	margin: 0 auto;
	background-color: #F4F4F4;
}

.ie-margins-thick {
	width: 800px; /* 960px */
	margin: 0 auto;
}

/******************************************************************************/
/* Text styling
/******************************************************************************/

.ie-text-heading1 {
	font-family: FrutigerLTPro-Bold;
	font-size: xx-large;
	text-align: center;
	text-transform: uppercase;
	color: white;
}

.ie-text-heading2 {
	font-family: FrutigerLTPro-Light;
	font-size: x-large;
	text-align: center;
	color: #002957;
}

.ie-text-heading3 {
	font-family: FrutigerLTPro-Light;
	font-size: x-large;
	color: #002957;
}

.ie-text-heading3 a:link { color: inherit; text-decoration: inherit; }
.ie-text-heading3 a:visited { color: inherit; text-decoration: inherit; }
.ie-text-heading3 a:hover { color: inherit; text-decoration: inherit; }
.ie-text-heading3 a:active { color: inherit; text-decoration: inherit; }
.ie-text-heading3 a:focus { color: inherit; text-decoration: inherit; }

.ie-text-heading4 {
	font-family: FrutigerLTPro-Roman;
	font-size: large;
	color: #002957;
}

.ie-text-heading5 {
	font-family: FrutigerLTPro-Light;
	font-size: large;
	color: #002957;
}
.ie-text-heading5 a:link { color: inherit; text-decoration: inherit; }
.ie-text-heading5 a:visited { color: inherit; text-decoration: inherit; }
.ie-text-heading5 a:hover { color: inherit; text-decoration: inherit; }
.ie-text-heading5 a:active { color: inherit; text-decoration: inherit; }
.ie-text-heading5 a:focus { color: inherit; text-decoration: inherit; }

.ie-text-heading6 {
	font-family: FrutigerLTPro-Light;
	font-size: medium;
	color: #002957;
}
.ie-text-heading6 a:link { color: inherit; text-decoration: inherit; }
.ie-text-heading6 a:visited { color: inherit; text-decoration: inherit; }
.ie-text-heading6 a:hover { color: inherit; text-decoration: inherit; }
.ie-text-heading6 a:active { color: inherit; text-decoration: inherit; }
.ie-text-heading6 a:focus { color: inherit; text-decoration: inherit; }


.ie-text-other-news {
	font-family: FrutigerLTPro-Bold;
	font-size: small;
	color: #002957;
}

.ie-text-other-news a:link { color: inherit; text-decoration: inherit; }
.ie-text-other-news a:visited { color: inherit; text-decoration: inherit; }
.ie-text-other-news a:hover { color: inherit; text-decoration: inherit; }
.ie-text-other-news a:active { color: inherit; text-decoration: inherit; }
.ie-text-other-news a:focus { color: inherit; text-decoration: inherit; }

.ie-text-tiny {
	font-family: FrutigerLTPro-Light;
	font-size: xx-small !important;
}

.ie-text-published-date {
	font-family: FrutigerLTPro-Bold;
	font-size: x-small;
	color: #909090;
}

.ie-text-footer-links {
	font-family: FrutigerLTPro-Bold;
	font-size: x-small;
	color: #002957;
}
.ie-text-footer-links a:link { color: inherit; text-decoration: inherit; }
.ie-text-footer-links a:visited { color: inherit; text-decoration: inherit; }
.ie-text-footer-links a:hover { color: inherit; text-decoration: inherit; }
.ie-text-footer-links a:active { color: inherit; text-decoration: inherit; }
.ie-text-footer-links a:focus { color: inherit; text-decoration: inherit; }

.ie-text-big {
	font-family: FrutigerLTPro-Bold;
	font-size: xx-large;
}

.ie-text-grey-body {
	font-family: FrutigerLTPro-Light;
	font-size: small;
	color: #909090;
	text-align: justify;
}

.ie-text-link-green {
	color: #82C55B;
	cursor: pointer;
}

.ie-text-white-links a:link { color: white; text-decoration: white; }
.ie-text-white-links a:visited { color: white; text-decoration: white; }
.ie-text-white-links a:hover { color: white; text-decoration: white; }
.ie-text-white-links a:active { color: white; text-decoration: white; }
.ie-text-white-links a:focus { color: white; text-decoration: white; }


/******************************************************************************/
/* Colours
/******************************************************************************/

.ie-colour-bg-white { background-color: white; }
.ie-colour-bg-section-grey { background-color: #F9F9F9; }
.ie-colour-bg-gutter-grey { background-color: #DEDEDE; }
.ie-colour-bg-page-grey { background-color: #F4F4F4; }
.ie-colour-bg-highlight { background-color: #FFFF33; }
.ie-colour-fg-inactive { color: #99A9BC; }
.ie-colour-fg-ie-blue { color: #002957; }
.ie-colour-fg-ie-green { color: #82C55B; }

/******************************************************************************/
/* Heading banners
/******************************************************************************/

.ie-heading-page {
	font-family: FrutigerLTPro-Bold;
	font-size: xx-large;
	text-align: center;
	text-transform: uppercase;
	color: white;
	background-image: url(../images/bluebuilding.png);
	background-size: 800px;
	height: 100px;
	line-height: 100px;
}

.ie-heading-page-subtitle {
	font-family: FrutigerLTPro-Light;
	font-size: x-large;
	background-color: white;
	color: #002957;
	text-align: center;
	padding: 20px 100px;
}

.ie-heading-page-subtitle a:link { color: inherit; text-decoration: inherit; }
.ie-heading-page-subtitle a:visited { color: inherit; text-decoration: inherit; }
.ie-heading-page-subtitle a:hover { color: inherit; text-decoration: inherit; }
.ie-heading-page-subtitle a:active { color: inherit; text-decoration: inherit; }
.ie-heading-page-subtitle a:focus { color: inherit; text-decoration: inherit; }


.ie-heading-section {
	font-family: FrutigerLTPro-Light;
	font-size: x-large;
	background-color: white;
	color: #002957;
	padding: 20px 100px;
	line-height: 32px;
}

.ie-separator-quarter { height: 8px; }
.ie-separator-half { height: 16px; }
.ie-separator {	height: 32px; }

/******************************************************************************/
/* Header
/******************************************************************************/
/*
ul.ie-header {
	background-color: white;
	position: relative;
	font-family: FrutigerLTPro-Bold;
	padding: 0;
	height: 120px;
}

ul.ie-header ul {
	position: absolute;
	list-style-type: none;
}

ul.ie-header li {
	padding: 0 1em;
	display: inline-block;
}

ul.ie-header ul.ie-social-bar {
	top: 2em;
}

ul.ie-header ul.ie-header-tools {
	right: 1em;
	top: 2em;
	color: #8dc63f;
}

ul.ie-header ul.ie-header-tools img {
	vertical-align: middle;
}

ul.ie-header ul.ie-header-navigation {
	right: 1em;
	bottom: 1em;
	color: #002957;
}

ul.ie-header ul.ie-header-navigation a:link { color: inherit; text-decoration: inherit; }
ul.ie-header ul.ie-header-navigation a:visited { color: inherit; text-decoration: inherit; }
ul.ie-header ul.ie-header-navigation a:hover { color: inherit; text-decoration: inherit; }
ul.ie-header ul.ie-header-navigation a:active { color: inherit; text-decoration: inherit; }
ul.ie-header ul.ie-header-navigation a:focus { color: inherit; text-decoration: inherit; }
*/
/******************************************************************************/
/* Footer
/******************************************************************************/
/*
ul.ie-footer {
	background-color: white;
	color: #002957;
	width: 800px;
	height: 50px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	font-family: FrutigerLTPro-Bold;
	font-size: x-small;
	list-style-type: none;
}

ul.ie-footer ul {
	list-style-type: none;
	padding: 0;
}

ul.ie-footer li {
	padding: 0 1em;
	display: inline;
}

ul.ie-footer .ie-footer-copyright {
	position: absolute;
	left: 1em;
	bottom: 1em;
}

ul.ie-footer ul.ie-social-bar {
	bottom: 1em;
}

ul.ie-footer .ie-footer-links {
	position: absolute;
	right: 1em;
	bottom: 1em;
}

ul.ie-footer a:link { color: inherit; text-decoration: inherit; }
ul.ie-footer a:visited { color: inherit; text-decoration: inherit; }
ul.ie-footer a:hover { color: inherit; text-decoration: inherit; }
ul.ie-footer a:active { color: inherit; text-decoration: inherit; }
ul.ie-footer a:focus { color: inherit; text-decoration: inherit; }

*/
.ie-footer-links {
	position: absolute;
	right: 0;
	line-height:50px;
}
.ie-footer-links a {
	padding: 12px;
}

/******************************************************************************/
/* Social icon bar (for header & footer)
/******************************************************************************/

ul.ie-social-bar {
	position: absolute;
	left: 50%;
	margin: auto auto auto -117px;
	padding: 0;
}

ul.ie-social-bar li {
	display: inline;
}

ul.ie-social-bar img {
	float: left;
	vertical-align: middle;
	margin: 0 10px;
}

/******************************************************************************/
/* Column layouts
/******************************************************************************/

.ie-col-m { }
.ie-col-m > * { border-radius: 7px; }

.ie-col-mm { }
.ie-col-mm:after {	content:''; display:block; clear: both; }
.ie-col-mm > * { width: 47%; float: left; border-radius: 7px; }
.ie-col-mm > *:nth-child(1) { margin-right: 6%; }

.ie-col-lm { }
.ie-col-lm:after {	content:''; display:block; clear: both; }
.ie-col-lm > * { float: left; border-radius: 7px; }
.ie-col-lm > *:nth-child(1) { width: 65%; margin-right: 5%; }
.ie-col-lm > *:nth-child(2) { width: 30%; }

.ie-col-mmm { }
.ie-col-mmm > * { width: 30%; float: left; border-radius: 7px; }
.ie-col-mmm > *:nth-child(1), .ie-col-mmm > *:nth-child(2) { margin-right: 5%; }
.ie-col-mmm:after { content:''; display:block; clear: both; }

.ie-col-mmmm { }
.ie-col-mmmm > * { width: 22%; float: left; border-radius: 7px; }
.ie-col-mmmm > *:nth-child(1), .ie-col-mmmm > *:nth-child(2), .ie-col-mmmm > *:nth-child(3) { margin-right: 4%; }
.ie-col-mmmm:after { content:''; display:block; clear: both; }

.ie-col-mmmmmm { }
.ie-col-mmmmmm > * { width: 15%; float: left; border-radius: 7px; }
.ie-col-mmmmmm > *:nth-child(1), .ie-col-mmmmmm > *:nth-child(2), .ie-col-mmmmmm > *:nth-child(3),
.ie-col-mmmmmm > *:nth-child(4), .ie-col-mmmmmm > *:nth-child(5) { margin-right: 2%; }
.ie-col-mmmmmm:after { content:''; display:block; clear: both; }

.ie-col-tight-mm { }
.ie-col-tight-mm > * { width: 49%; float: left; border-radius: 7px; }
.ie-col-tight-mm > *:nth-child(1) { margin-right: 2%; }
.ie-col-tight-mm:after { content:''; display:block; clear: both; }

.ie-col-tight-mmm {	border-radius: 7px; }
.ie-col-tight-mmm > * {	width: 32%;	float: left; border-radius: 7px; }
.ie-col-tight-mmm > *:nth-child(1), .ie-col-tight-mmm > *:nth-child(2) { margin-right: 2%; }
.ie-col-tight-mmm:after { content:''; display:block;	clear: both; }

.ie-col-tight-mmmm { }
.ie-col-tight-mmmm > * { width: 24.25%; float: left; border-radius: 7px; }
.ie-col-tight-mmmm > *:nth-child(1), .ie-col-tight-mmmm > *:nth-child(2), .ie-col-tight-mmmm > *:nth-child(3) { margin-right: 1%; }
.ie-col-tight-mmmm:after { content:''; display:block; clear: both; }


.ie-static-item {
	background-color: white;
}

.ie-static-item > *:nth-child(1) {
}

.ie-static-item > *:nth-child(2) {
	background-color: #F9F9F9;
	border-radius: 0 0 7px 7px;
}

.ie-collapsible-item {
	background-color: white;
}

.ie-collapsible-item > *:nth-child(1) {
	border-radius: 7px;
}

.ie-collapsible-item > *:nth-child(2) {
	background-color: #F9F9F9;
	border-radius: 0 0 7px 7px;
}

.ie-border-rounded { border-radius: 7px; }
.ie-border-rounded-top { border-radius: 7px 7px 0 0; }
.ie-border-rounded-bottom { border-radius: 0 0 7px 7px; }


.ie-col-cell {
	background-color: white;
}

.ie-collapsible > *:nth-child(1) {
	cursor: pointer;
}

.ie-collapsible > *:nth-child(2) {
	background-color: #F9F9F9;
}

.ie-col-cell-title {
	font-family: FrutigerLTPro-Light;
	font-size: x-large;
	color: #002957;

	padding: 0.5em 0.5em;
	line-height: 2em;
}

.ie-col-cell-title a:link { color: inherit; text-decoration: inherit; }
.ie-col-cell-title a:visited { color: inherit; text-decoration: inherit; }
.ie-col-cell-title a:hover { color: inherit; text-decoration: inherit; }
.ie-col-cell-title a:active { color: inherit; text-decoration: inherit; }
.ie-col-cell-title a:focus { color: inherit; text-decoration: inherit; }

.ie-col-cell-content {
	padding: 20px;
}

/******************************************************************************/
/* Icons
/******************************************************************************/

.ie-icon-go {
	width: 24px;
	height: 42px;
	background-image: url(../images/icon_right_arrow_green.png);
	float: right;
}

.ie-icon-go a {
	display:block;
}

.ie-icon-back {
	width: 12px;
	height: 21px;
	background-image: url(../images/icon_small_left_arrow.png);
	margin-right: 10px;
	cursor: pointer;
}

.ie-icon-expand {
	width: 42px;
	height: 24px;
	margin: 10px 0;
	background-image: url(../images/icon_down_arrow_green.png);
	float: right;
	cursor: pointer;
}

.ie-icon-collapse {
	width: 48px;
	height: 48px;
	background-image: url(../images/icon_up_arrow_red.png);
	float: right;
}

.ie-icon-large-left {
	width: 40px;
	height: 70px;
	margin-left:-20px;
	margin-top:-35px;
	background-image: url(../images/icon_large_left_arrow.png);
}

/******************************************************************************/
/* Accents
/******************************************************************************/

.ie-accent-colourbar {
	background-color: #88CFCA;
	width: 100%;
	height: 4px;
}

.ie-accent-blue {
	background-color: #88CFCA;
	width: 100%;
	height: 4px;
}

.ie-accent-orange {
	background-color: #F06630;
	width: 100%;
	height: 4px;
}

.ie-accent-green {
	background-color: #C8D361;
	width: 100%;
	height: 4px;
}

.ie-accent-spacer {
	margin-top: -20px;
	margin-bottom: 20px;
}

/******************************************************************************/
/* Whitespace frames
/******************************************************************************/

.ie-inset-item {
	padding: 20px;
}

.ie-inset-thin {
	padding: 10px;
}

.ie-inset-button-title {
	padding: 0.5em 0.5em;
	line-height: 2em;
}

/******************************************************************************/
/* Buttons
/******************************************************************************/

.ie-button-green {
	border: solid 2px #82C55B;
	border-radius: 7px;
	padding: 8px 16px;
	display: inline-block;
	color: #82C55B;
	font-weight: bold;
}

/******************************************************************************/
/* Drop-down & button 'toolbar'
/******************************************************************************/

.ie-toolbar-dropdown {
}
.ie-toolbar-dropdown > * {
	float: left;
}
.ie-toolbar-dropdown > *:last-child {
	float: right;
}
.ie-toolbar-dropdown:after {
	content:'';
	display:block;
	clear: both;
}


/******************************************************************************/
/* Imagess
/******************************************************************************/

.ie-image-news {
	width: 100%;
}


/******************************************************************************/
/* Fixes
/******************************************************************************/

#turnkey-credit {
	display: none;
}

.ie-image-news img {
	margin: auto;
}

.content {
	margin-top: auto;
}

.field-collection-container, .field-collection-view {
	padding: 0;
	margin: 0;
	border: medium none black;
}

#block-menu-devel h2 {
	margin: 0;
	padding: 0;
}

#block-menu-devel li {
	display: inline-block;
}

.field-name-field-chart-size {
	display: none;
}

.profile {
	margin: auto;
}

.profile dl, .profile dd {
	margin:auto;
}

h1, h2, h3, h4, h5, h6 {
	border: medium none;
	margin: auto;
}

.field .field-label {
	font-weight: normal;
}

/* Hide 'Promote to front page' check box */
.form-item-promote {
	display: none;
}

/* Hide 'Sticky at top of lists' check box */
.form-item-sticky {
	display: none;
}


/******************************************************************************/
/* Credit
/******************************************************************************/

body:after {
	display:none;
	content:
		url(../images/icon_ld_grey.png)
		url(../images/icon_ld_colour.png);
}

.ie-ld-logo { background-image: url(../images/icon_ld_grey.png) }
.ie-ld-logo-hover, .ie-ld-logo:hover { background-image: url(../images/icon_ld_colour.png); }
.ie-ld-logo-hover { display:none; }

.ie-ld-logo, .ie-ld-logo-hover, .ie-ld-logo:hover {
	position: absolute;
	cursor: pointer;
	top:50%;
	left:0;
	width:25px;
	height:25px;
	margin-top:-12px;
}

/******************************************************************************/
/* Carousels
/******************************************************************************/
.ie-carousel-concertina-expanded {
	display: inline-block;
	overflow: hidden;
	width: 75%;
}

.ie-carousel-concertina-collapsed {
	display: inline-block;
	overflow: hidden;
	width: 5%;
}

.ie-carousel-concertina-item {
	display: inline-block;
	overflow: hidden;
	width: 5%;
}
/******************************************************************************/
/* Homepage Carousel
/******************************************************************************/
section#ie-not-home-carousel-container{
	background-color: white;
	padding: 10px 14px 10px 14px;
	border-top: 3px solid #82C55B;
	border-bottom: 3px solid #82C55B;
}
.ie-home-carousel-item {
	overflow: hidden;
	/*
	border-left: solid 3px #DEDEDE;
	border-right: solid 3px ##DEDEDE;
	*/
}
.ie-home-carousel-title,
.ie-home-carousel-prev,
.ie-home-carousel-next{
	margin: 10px 0;
	cursor: pointer;
}
.ie-home-carousel-title:hover,
.ie-home-carousel-prev:hover,
.ie-home-carousel-next:hover{
	color: #FFF;
}
.ie-home-carousel-teaser {
	position: relative;
	top: -3.8rem;
	width: 100%;
	text-align: left;
	background-color: rgba(0,41,87,0.7);
	color: #FFF;
	padding: 0.5rem 1rem;
	height: 3.5rem;
	font-size: 1rem;
	line-height: 1.4;
	box-sizing: border-box;
	overflow: hidden;
}
/******************************************************************************/

#primary_nav_wrap
{
	list-style:none;
	margin-top:15px
}

#primary_nav_wrap ul
{
	list-style:none;
	position:relative;
	float:right;
	margin:0;
	padding:0
}

#primary_nav_wrap ul a
{
	display:block;
	color:#333;
	text-decoration:none;
	font-weight:700;
	font-size:12px;
	line-height:32px;
	padding:0 15px;
	font-family: FrutigerLTPro-Bold;
	color: #002957;
}

#primary_nav_wrap ul li
{
	position:relative;
	float:left;
	margin:0;
	padding:0
}

#primary_nav_wrap ul li.current-menu-item
{
	background:#ddd
}

#primary_nav_wrap ul li:hover
{
	background:#f6f6f6
}

#primary_nav_wrap ul ul
{
	display:none;
	position:absolute;
	top:100%;
	left:0;
	background:#fff;
	padding:0;
	border:solid 1px;
	width:500px;
	margin-left:-150px;
}

#primary_nav_wrap ul ul li
{
	float:left;
	width:250px
}

#primary_nav_wrap ul ul a
{
	line-height:120%;
	padding:10px 15px
}

#primary_nav_wrap ul ul ul
{
	top:0;
	left:100%
}

#primary_nav_wrap ul li:hover > ul
{
	display:block
}
/******************************************************************************/

a:link { color: #82C55B; text-decoration: inherit; }
a:visited { color: #82C55B; text-decoration: inherit; }
a:hover { color: #82C55B; text-decoration: inherit; }
a:active { color: #82C55B; text-decoration: inherit; }
a:focus { color: #82C55B; text-decoration: inherit; }

.ie-border-grey-line {
	border-bottom: solid 1px #F4F4F4;
}

li.dropdown {
	display: none;
}


.ie-col-panel { overflow: hidden; border-radius: 7px; }
.ie-col-panel-striped > *:first-child { border-radius: 7px 7px 0 0; }
.ie-col-panel-striped > *:last-child { border-radius: 0 0 7px 7px; }
.ie-col-collapsible {}
.ie-colour-bg-white { background-color: white; }
.ie-colour-bg-section-grey { background-color: #F9F9F9; }

.ie-toolbar {}
.ie-toolbar:after {	content:''; display:block; clear: both; }
.ie-toolbar > * { float: left; }


.ie-loading {
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url(../images/icon_loading_throb_002957.gif);
	background-repeat: no-repeat;
	background-position: center;
}

.ie-error {
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url(../images/icon_error_20px.png);
	background-repeat: no-repeat;
	background-position: center;
}
/*
.ie-chart-table {
	padding: 25px;
	background-color: transparent;
	border: none;
	width: 800px;
	border-collapse: separate;
	border-spacing: 0px;
	margins: 0;
}
.google-visualization-table {
	border: none;
	background-color: transparent;
}
*/
.ie-chart-table-tr {
	font-family: FrutigerLTPro-Light;
	font-size: small;
	background-color: white;
	color: #909090;
}
.ie-chart-table-tr td:first-child {
	color: #002957;
}

.ie-chart-table-tr-odd {
	font-family: FrutigerLTPro-Light;
	font-size: small;
	background-color: #FAFAFA;
	color: #909090;
}
.ie-chart-table-tr-odd td:first-child {
	color: #002957;
}

.ie-chart-table-th {
	background: #82C55B;
	color: #002957;
	text-align: right;
}

.ie-chart-table-td {
}

/* Discourage homepage introduction text from being edited */
#static-page-node-form .form-item-title {
	display: none;
}
#static-page-node-form .vertical-tabs {
	display: none;
}

/* Discourage vacancies page elements from being editied */
#vacancies-page-node-form .form-item-title, #vacancies-page-node-form .field-name-field-vacancies, #vacancies-page-node-form .vertical-tabs {
	display: none;
}

/* Realign search button */
#edit-submit-search {
	margin-top: 2px;
	margin-bottom: 16px;
	font-family: FrutigerLTPro-Light;
}

#edit-search-api-views-fulltext {
	font-family: FrutigerLTPro-Light;
	font-size: medium;
	color: #002957;
}

#edit-search-api-views-fulltext:focus {
	outline: 0;
}

/* Place signup components inline */
.webform-component, .form-actions {
	display: inline;
}

.ie-member-list-item {
	height: 180px;
	text-align: center;
}
.ie-member-list-item-logo {
	display: inline-block;
	vertical-align: middle;
}
.ie-member-list-item-country {
	margin-top: -22px;
}

div.ie-userguide {
	border: 1px solid;
	margin: 0px 20px 1.2em;
	padding: 5px;
}

div.ie-userguide:before {
	content: 'Result:';
}

code.ie-userguide {
	background-color: white !important;
	display: block;
	margin: 0 20px;
	border: 1px solid;
	padding: 10px !important;
	color: #002957;
}

code.ie-userguide:before {
/*	content: 'Code:';*/
}

.node-type-userguide h2 {
	font-size: x-large;
}

.node-type-userguide h3 {
	font-size: large;
}

.node-type-userguide p {
	font-size: small;
	color: #909090;
}

.node-type-userguide code {
	background-color: transparent;
	color: #002957;
	padding: 0;
}

.content h2 {
	font-size: 150%;
	font-weight: bold;
}

.content h3 {
	font-size: 125%;
	font-weight: bold;
}

.tablefield-wrapper {
	display:none;
}

/** slick slider styles for homepage carousel **/
.slick-slide{
	margin: 3px 10px 3px 0;
	margin: 3px 14px 3px 0;
	/*
	width: 350px;
	height: 218px;
	width: 438px;
	height: 273px;
	*/
	/*  ** /
	width: 495px;
	height: 308px;
	/* */
	/*  ** /
	width: 1035px;
	height: 622px;
	/* */
	width: 479px;
	height: 298px;
}
.slick-slide img {
	/** 1 in the center, half either side ** /
	width: 438px;
	height: 273px;
	/* */
	/** 2 fully visible side by side. ** /
	width: 495px;
	height: 308px;
	/*  */
	/** 1 slide only ** /
	width: 1035px;
	height: 622px;
	/*  */
	width: 479px;
	height: 298px;
}
.slick-dots{
	position: relative;
	bottom: 0; /*-2.7rem; /*-50px;*/
	background-color: #F4F4F4 /*#002957;*/
	margin: 0;
	box-sizing: border-box;
	margin: 0 !important;
	padding: 0.6rem 0 0 !important;
}
.slick-dots li button::before{
	font-size: 15px;
	color: #82C55B;
	opacity: 1;
}
.slick-dots li.slick-active button::before{
	color: #002957;
}
.slick-dotted.slick-slider{
	margin-bottom: 0;
}

/******************************************************************************/
/* TFA Form
/******************************************************************************/

form#tfa-form {
	width: 800px;
	margin: 50px auto;
}

/******************************************************************************/

/******************************************************************************/
/* Sign-up form
/******************************************************************************/

div.ie-sign-up-element {
	display: inline-block;
	box-sizing: border-box;
	margin: 0;
	padding: 0 5px;
	float: left;
	height: 29px;
}
div.ie-sign-up-element input, div.ie-sign-up-element select
{
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	margin-top: 2px;
	height: 25px;
	font-size: 12px;
}
div.ie-sign-up-title { width: 10%; }
div.ie-sign-up-firstname { width: 45%; }
div.ie-sign-up-surname { width: 45%; }
div.ie-sign-up-job-title { width: 50%; }
div.ie-sign-up-company { width: 50%; }
div.ie-sign-up-email { width: 100%; }
div.webform-component--consent-text { float: left; margin: 0; margin-top: 20px; }
div.webform-component--consent-text p { padding: 0; margin: 0; }
div.ie-sign-up-consent { width: 100%; float: none; clear: both; }
div.ie-sign-up-consent input { width: auto; }

div.webform-component--break { display: none; }
div.webform-component--break2 { display: none; }
div.webform-component--break3 { display: none; }


/******************************************************************************/

/******************************************************************************/
/* Consent banner
/******************************************************************************/

#sliding-popup-background {
	position: fixed;
	background: black;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.7;
}

#sliding-popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	bottom: auto !important;
	background: transparent !important;
}

#sliding-popup .popup-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);

	text-align: center;
	background: #CDE3A2;
	border-radius: 7px;
	padding: 1rem;
	max-width: 60% !important;
}

#sliding-popup p, #sliding-popup button {
	font-size: 11px !important;
	color: #002957 !important;
	font-weight: bold;
}
#sliding-popup p {
	font-size: 14px !important;
}
#sliding-popup p a {
	color: #0645AD;
	text-decoration: underline;
}

#sliding-popup .popup-content #popup-text,
#sliding-popup .popup-content #popup-buttons {
	float: none;
	max-width: none;
}

#sliding-popup button {
	background: white !important;
	border: solid 2px #82C55B !important;
	border-radius: 7px;
	padding: 8px 16px !important;
	color: #82C55B !important;
	font-family: FrutigerLTPro-Light !important;
	font-weight: bold !important;
	text-decoration: none !important;

	margin-top: 1em !important;
	vertical-align: middle !important;
	margin-left: 0.5em !important;
}

/******************************************************************************/
