html,
body,
nav.widget-btn-container ul,
nav.top-right-nav ul
{
    margin: 0px;
    padding: 0px;
}

body
{
    min-height: 100vh;
    height: auto;
    overflow:auto;
}

/**
main content block
 */

header
{
    width: 100%;
    clear: both;
    height: auto;
    background-color: #fff;
}

main
{
    width: 100%;
    clear: both;
    padding-top: 4em;
    background-size: cover;
    background-postion: center center;
    padding-bottom: 2em;
    min-height: 100vh;
}

div.padded-image
{
    background-size: cover;
    background-postion: center center;
    margin-top: 16em;
    height: 100%;
    width: 100%;
}

main div.content
{
    width: 80%;
    margin: 0 auto;

}

main div.content h1
{
    font-size: 5em;
}

main div.content nav.sub-nav
{
    width: 100%;
}

main div.content nav.sub-nav label
{
    float: left;
}

main div.content div.left,
main div.content div.right
{
    width: 50%;
    margin-top: 4em;
    float: left;
}

a.callout
{
    display: block;
    font-size: 1.5em;
    padding: 20px;
    text-transform: uppercase;
    text-align: center;
}

/**
navigation styles
 */

nav.widget-btn-container
{
    float: left;
}

nav.widget-btn-container ul li
{
    float: left;
    clear: none;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

a.widget-btn
{
    width: 48px;
    height: 48px;
    text-align:center;
    padding: 10px 2px 4px 2px;
    font-size: 1em;
    border-radius: 0px;
    border: 0px;
}

a.widget-btn:hover
{
    filter: brightness(90%);
}


nav.top-right-nav
{
    float: right;
    margin-right: 20px;
}

nav.top-right-nav
{
    margin-top: 10px;
    margin-right: 10px;
    float: right;
    clear: right;
}

nav.sub-nav ul li,
nav.top-right-nav ul li
{
    list-style: none;
    padding: 0px;
    margin: 0px;
    float: left;
    padding: 0px 4px 4px 4px;
}

nav.sub-nav label,
nav.sub-nav ul li a,
nav.top-right-nav ul li a
{
    text-decoration: underline;
    text-transform: uppercase;
}

nav.sub-nav label
{
    display: block;
    float: left;
    height: 32px;
    padding: 8px 8px 32px 8px;
    margin: 0px;
}

nav.sub-nav ul
{
    padding: 8px 8px 0px 8px;
    margin: 0px;
}

nav.sub-nav
{
    background-color: #FFFFFF;
    height: 40px;
}

nav.sub-nav div.arrow {
    float: left;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
}

nav.extra-nav
{
    width: 100%;
    height: 40px;
}

nav.extra-nav ul
{
    padding: 8px 8px 0 8px;
    margin: 0px -12px 0px 0px;
    float: right;
}

nav.extra-nav ul li
{
    list-style: none;
    float: left;
    margin: 2px 20px 0 0;
    font-size: 0.7em;
}

nav.extra-nav ul li a
{
    text-decoration: underline;
    text-transform: uppercase;
}

div.icon-list
{
    clear: both;
    width: 100%;
    margin-top: 2em;
    margin-bottom: 2em;
    display: flex;
    flex-wrap: wrap;
}

div.icon
{
    float: left;
    width: 32%;
    margin-left: 1%;
    margin-bottom: 1%;
}

div.icon a
{
    width: 100%;
    height: 100%;
    padding: 2em;
}

div.icon a label
{
    display: block;
    width: 100%;
    font-size: 1em;
    margin-top: 2em;
    text-transform: uppercase;
}

div.icon a i
{
    font-size: 4em;
}

a.callout
{
    float: left;
    min-width: 66%;
    display: block;
    clear: right;
    margin-top: 0.65em;
    margin-bottom: 1em;
    font-size: 2em;
    height: 2em;
    parring-top: 2px;
}

main div.content div.right a.callout,
main div.content div.right div.icon
{
    float: right;
}

div.spacer
{
    margin-top: 2em;
    margin-bottom: 2em;
}

div.background-image
{
    position:absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right :0px;
    width: 100%;
    height: 100%;
    z-index: -1;

}

svg#background-image
{
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right :0px;
    width: 100%;
    height: 105%;
    z-index: -1;
}

footer
{
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 3em;
    border-width:  1px 0 0 0;
    border-style: solid;
}

footer img
{
    float: right;
    height: 1.5em;
    margin: 10px;
}

main.redirect
{
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    height: auto;
    overflow: hidden;
    min-height: 94vh;
}

main iframe
{
    width: 100%;
    height: 95vh;
    border: 0px;
}

body.hide-overflow
{
    overflow: hidden;
}