@charset "utf-8";





/* Setting content width, unsetting floats and margins */
/* Attention: the classes and IDs vary from theme to theme. Thus, set own classes here */
#content,#page {
width: 100%; 
margin: 0; 
float: none;
	color: #000;
}

/** Setting margins */       
@page { margin: 2cm }

/* Or: */
@page :left {
margin: 1cm;
}

@page :right {
margin: 1cm;
}

/* The first page of a print can be manipulated as well */
@page :first {
  margin: 1cm 2cm;
}


/* Set font to 16px/13pt, set background to white and font to black.*/
/* This saves ink */
body {

line-height: 1.3;
background: #fff !important;
color: #000 !important;
}

h1 {
font-size: 24pt;
}

h2, h3, h4 {
font-size: 14pt;
margin-top: 25px;
}

/* The following settings are possible: */
page-break-after  : auto | always | avoid | left | right
page-break-before : auto | always | avoid | left | right
page-break-inside : auto | avoid


/* Defining all page breaks */
a {
    page-break-inside:avoid
}
blockquote {
    page-break-inside: avoid;
}
h1, h2, h3, h4, h5, h6 { page-break-after:avoid; 
     page-break-inside:avoid;
	color: #000 !important;}
.blue, .teal,.blue h1, .teal h1, .blue h2, .teal h2, .blue h3, .teal h3, .blue h4, .teal h4 {
    color: #000 !important;
}
img { page-break-inside:avoid; 
     page-break-after:avoid; }
table, pre { page-break-inside:avoid }
ul, ol, dl  { page-break-before:avoid }


/* Displaying link color and link behaviour */
a:link, a:visited, a {
background: transparent;
color: #000 !important;
font-weight: bold;
text-decoration: underline;
text-align: left;
}

a {
    page-break-inside:avoid
}

a[href^=http]:after {
      content:" < " attr(href) "> ";
}

a:after > img {
   content: "";
}

article a[href^="#"]:after {
   content: "";
}

a:not(:local-link):after {
   content:" < " attr(href) "> ";
}

/**
 * Making intergated videos disappear, and removing the iframes' whitespace to zero. 
 */
 header, footer, .arrowdown, .sectionInfo, .homebgblock, .l3wrap .l3right {
    display: none;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    line-height: 0pt !important;
    white-space: nowrap;
}



.col{
	width: 100% !important;
	display: block !important;
}
 .homesection, .homesection .hometile{
    position: relative;
   height: 100%;
    min-height:none;
	 color:#000;
	 display: inline-block;
	 padding: 2em;
}

.tileliner{
	 display: inline-block;
	   height: 100%;
    min-height:none;
}


.coiWrap {
    height:auto;
    width: 100%;
    max-width: 1100px;
    background-image: none !important;
    color: #000;
}

.bblock,.bblock-1,.bblock-2{
background-color:#fff !important;
	color: #000 !important;
	width: 100%!important;
}
/*

.resourcesGrid {
	display:block;
}
*/

.gridblocks .blockimage{
	background-image: none;
	color: #000;
}

.expBlock {
    background:none;
    position: relative;

}
.expBlock .expbTxt {
    position: relative;
    transform: none;

    color: #000;
}






