@charset "utf-8";

img
{
border: 0;
max-width: 100%;
}

img.logo
{
max-width: 55%;
display: block;
margin-right: auto;
margin-left: auto;
}

img.right
{
float: right;
margin-left: .25em;
}

img.left
{
float: left;
margin-right: .25em;
}

h1
{
font-family: "montserrat", 'Helvetica Neue', Verdana, sans-serif;
font-size: 3em;
font-weight: normal;
font-style: normal;
line-height: 1em;
color: black;
}

h2
{
font-family:  "montserrat", 'Helvetica Neue', Verdana, sans-serif;
font-size: 2em;
line-height: 1em;
font-style: normal;
}

h3
{
font-family:  "montserrat", 'Helvetica Neue', Verdana, sans-serif;
font-size: 1.2em;
font-style: normal;
}

p
{
font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
font-style: normal;
font-size: 1.25em;
}

p.discreet
{
font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
font-style: italic;
font-size: .8em;
}

p.discreet a
{
font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
font-style: italic;
}

ul
{
font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
font-style: normal;
}

.reverse
{
color:white;
}

a
{
text-decoration: none;
font-style: inherit;
color: inherit;
}

a:link, a:visited
{
border:none;
text-decoration: none;
font-style: normal;
color: #0e6bb2;
}

a:hover
{
text-decoration: none;
color: #ef5a8b;
}

#container
{
position: absolute;
left: 0px;
right: 0px;
top: 0px;
width: 100%;
margin: 0;
}

#header
{
position: relative;
background: url("../imagery/background.jpg");
background-size: contain;
background-attachment: fixed;
background-repeat: no-repeat;
width: 100%;
margin: 0;
clear: both;
}

#content
{
position: relative;
width: 80%;
clear: both;
margin: auto;
}

.lh-portlet
{
width: 32%;
margin-top: -5em;
margin-right: 1%;
float: left;
}

.mid-portlet
{
width: 32%;
margin-right: 1%;
float: left;
}

.rh-portlet
{
width: 32%;
margin-right: 1%;
float: left;
}

.two-thirds-portlet
{
width: 64%;
margin-right: 1%;
float: right;
}

.two-thirds-portlet img
{
margin: 1%;
}

.lh-portlet img
{
min-width: 100%;
max-width: 100%;
}

.lh-portlet h2
{
width: 95%;
}

.lh-portlet p
{
width: 95%;
}

.lh-portlet li
{
list-style-type: none;
line-height: 2em;
}

/* -- start navigation -- */

#navcontainer
{
margin: 0;
padding: 0;
height: auto;
position: fixed;
left: .3em;
/*top: 1.5em;*/
bottom: 1.2em;
z-index: 1000;
}

#navcontainer ul
{
border: 0;
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#navcontainer ul li
{
text-align: center;
margin: 0em;
}

#navcontainer ul li a
{
border: none;
margin: 0 0;
color: #de5383;
text-decoration: none;
text-shadow: -1px 1px 5px #6388bc;
display: block;
text-align: center;
font: bolder 1em/1em Helvetica, sans-serif;
}

#navcontainer ul li a:hover
{
color: #de5383;
}

#navcontainer a:active
{
background: transparent;
margin: 0 0;
color: black;
}

#navcontainer li#active a
{
background: transparent;
margin: 0 0;
color: black;
}

#navcontainer a.tooltip::before
{
content: attr(data-tip);   
font-size: .85em;
left: 2.2em;
position:absolute;
white-space:nowrap;
padding:0px 7px;
line-height: 2.25em;
height: 1em;
opacity: 0;  
transition:opacity 0.4s ease-out; 
}
     
#navcontainer a.tooltip:hover::before
{
opacity: 1;
}

/* -- end navigation -- */

/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print
{
*
{
background: transparent !important;
color: black !important;
box-shadow: none !important;
text-shadow: none !important;
filter: none !important;
-ms-filter: none !important;
}

/* Black prints faster: h5bp.com/s */
a, a:visited { text-decoration: underline; }
a[href]:after { content: " (" attr(href) ")"; }
abbr[title]:after { content: " (" attr(title) ")"; }
.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }

/* Don't show links for images, or javascript/internal links */
pre, blockquote
{
border: 1px solid #999;
page-break-inside: avoid;
}

thead { display: table-header-group; }

/* h5bp.com/t */
tr, img { page-break-inside: avoid; }
img { max-width: 100% !important; }

@page {
margin: 0.5cm;
}

p, h2, h3
{
orphans: 3;
widows: 3;
}

h2, h3 { page-break-after: avoid; }
}