﻿body {
    font-size: 12pt;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: rgb(105,105,105);
    background-color: #0d0a0b; /*#454955;*/
    margin: 0;
    border: 0;
    box-sizing: border-box;
    
}

p {
    line-height: 150%;
}
.page {
    width: 900px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
    border-top: 0px;
    border-bottom: 0px;
    box-sizing: border-box;
    padding-bottom: 6rem;

}

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

    a:hover {
        text-decoration: underline;
		
    }
	
h1 {
	font-size:inherit;
	margin:0;
}

h2 {
    text-align: center;
    margin: 1rem 0rem 2rem 0rem;
	color: #72b01d;
}

header {
    background-color: #72b01d;
    padding: 2rem;
    font-size: 2.5rem;
    text-transform: uppercase;
    color: white;
    text-align: center;
}

header div {
        margin-top: 0.5rem;
        font-size: 1.3rem;
        line-height: 160%;
    }

.full-width-img {
    width: 100%;
    height: auto;
	margin-bottom: -8px;
}

.txt-block{
    float:left;
    width:70%;
}

table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #72b01d;
}

tr:nth-child(2n+1) {
    background-color: #efefef;
    border-top: 1px solid silver;
}

td {
    padding: 0.5rem;
    font-size: 0.90rem;
    border-left: 1px solid #72b01d;
    border-bottom:1px solid #72b01d;
}

    td:nth-child(1) {
        white-space: nowrap;
    }

    #previewWrapper{
        display:none;
    }

th {
    text-align: left;
    padding: 0.5rem 0.25rem 0.5rem 0.25rem;
    border-left: 1px solid #72b01d;
    border-bottom: 1px solid #72b01d;
    white-space:nowrap;
}

footer {
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}

    footer div {
        position: relative;
		background-color: #72b01d;
        opacity: 0.9;
        font-size: 0.85em;
        color: white;
        padding: 1rem;
        width: 882px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box;
    }

.slice {
    padding: 1.3rem;
}

    .slice:nth-of-type(2n) {
        background-color: whitesmoke;
    }

        .slice:nth-of-type(2n) .slice-img {
            width: 40%;
            
            margin-bottom: 1rem;
        }

    .slice:nth-of-type(2n+1) {
        background-color: white;
    }

        .slice:nth-of-type(2n+1) .slice-img {
            background-color: #efefef;
            width: 40%;
            margin-bottom: 1rem;
        }

.clear {
    clear: both;
}

.oval {
    border-radius: 50%;
	width: 25% !important;
	border: 4px solid #72b01d;
}

.margin_top {
    margin-top: 1rem;
}

.oval_small {
	border-radius: 50%;
	width: 20% !important;
	border: 4px solid #72b01d;
}
	

.pic_right {
	float:right; 
	margin-right: 0px; 
	margin-left: 1rem; 
	
}

.pic_left {
	float:left;
	margin-left: 0px; 
	margin-right: 1rem; 
	
}

.rectangle_rad {
    border-radius: 10px;
	width: 30% !important;
	border: 4px solid #72b01d;
}

.large_rectangle_rad {
    border-radius: 10px;
	width: 35% !important;
	border: 4px solid #72b01d;
}

.fa-caret-up{
	font-size:2rem;
	position: absolute;
	right: 15px;
	top: 6px;
}

/* Wrapper for Fluid Size Videos */
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    /*padding-top: 25px;*/
    height: 0;
}

    .videoWrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .fa-video{
        cursor:pointer;
    }

i {
	margin-right:4px;
}

.pagenote {
    text-align: center;
}