@charset "utf-8";

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

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

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

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: normal;
font-size: .8em;
}

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

.reverse
{
color:white;
}

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

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

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: 100%;
margin-top: .25em;
margin-right: 1%;
clear: both;
float: left;
}

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

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

.two-thirds-portlet
{
width: 100%;
margin-top: -5em;
margin-right: 0;
float: right;
}

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

/* ==|== 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; }
}