*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    height: 100%;
}
body {
    min-height: 100%;
    position: relative;
    margin: 0;
    padding: 0 0 60px;
    background: #ffffff;
    line-height: 1.6;
}
p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    color: #333333;
    margin-top: 4px;
    margin-bottom: 16px;
}
h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: normal;
    font-style: normal;
    color: #333333;
    margin-left: 8px;
    margin-right: 8px;
    margin-top: 2px;
    margin-bottom: 0;
}
h1 a {
    color: #333333;
    text-decoration: none;
}
h1 a:hover,
h1 a:focus {
    color: #222222;
}
h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: normal;
    font-style: normal;
    color: #333333;
    margin-top: 0;
    margin-bottom: 0;
}
h2 a {
    color: #333333;
    text-decoration: none;
}
h2 a:hover,
h2 a:focus {
    color: #222222;
}
h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    color: #333333;
    margin-top: 0;
    margin-bottom: 10px;
}
h3 a {
    color: #333333;
    text-decoration: none;
}
h3 a:hover,
h3 a:focus {
    color: #222222;
}
h4 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    color: #333333;
    background: #e2e2e2;
    margin-left: 0;
    margin-right: 0;
    margin-top: 16px;
    margin-bottom: 16px;
    padding: 8px;
}
h4 a {
    color: #333333;
    text-decoration: none;
}
h4 a:hover,
h4 a:focus {
    color: #222222;
}
h5 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    color: #333333;
    margin-left: 8px;
    margin-right: 8px;
    margin-top: 4px;
    margin-bottom: 0;
}
h5 a {
    color: #d83f3f;
    text-decoration: none;
}
h5 a:hover,
h5 a:focus {
    color: #d83f3f;
}
h6 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    color: #ffffff;
	text-transform: uppercase;
    text-align: center;
    margin-top: 8px;
    margin-bottom: 8px;
}
h6 a {
    color: #ffffff;
    text-decoration: none;
}
h6 a:hover,
h6 a:focus {
    color: #f0f0f0;
}
a {
    text-decoration: none;
}
a img {
    border: none;
}
dl {
    margin-top: 24px;
    margin-bottom: 20px;
}
dt {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    color: #333333;
}
hr {
    height: 0;
    border: solid #d8d8d8;
    border-width: 1px 0 0;
    margin-top: 14px;
    margin-bottom: 14px;
    clear: both;
}
img {
    max-width: 100%;
    height: auto;
}
.row {
    width: 100%;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
}
.row:before,
.row:after {
    content: " ";
    display: table;
}
.row:after {
    clear: both;
}
.columns {
    width: 100%;
    float: left;
    padding: 8px;
}
@media only screen and (min-width: 610px) {
    .columns {
        float: left;
        position: relative;
        padding: 10px;
    }
    .medium-4 {
        width: 33.33333%;
    }
    .medium-6 {
        width: 50%;
    }
    .medium-8 {
        width: 66.66667%;
    }
    .medium-12 {
        width: 100%;
    }
}
@media only screen and (min-width: 920px) {
    .columns {
        float: left;
        position: relative;
        padding: 12px;
    }
    .large-4 {
        width: 33.33333%;
    }
    .large-8 {
        width: 66.66667%;
    }
    .large-12 {
        width: 100%;
    }
}
.ad1 {
    width: 320px;
    height: 100px;
}
@media (min-width: 508px) {
    .ad1 {
        width: 468px;
        height: 60px;
    }
}
@media (min-width: 768px) {
    .ad1 {
        width: 728px;
        height: 90px;
    }
}
.ad2 {
    width: 320px;
    height: 100px;
}
@media (min-width: 508px) {
    .ad2 {
        width: 468px;
        height: 60px;
    }
}
@media (min-width: 768px) {
    .ad2 {
        width: 728px;
        height: 90px;
    }
}
.ad3 {
    width: 320px;
    height: 100px;
}
@media (min-width: 508px) {
    .ad3 {
        width: 468px;
        height: 60px;
    }
}
@media (min-width: 768px) {
    .ad3 {
        width: 728px;
        height: 90px;
    }
}
@media (min-width: 920px) {
    .ad3 {
        width: 250px;
        height: 250px;
    }
}
@media (min-width: 1100px) {
    .ad3 {
        width: 300px;
        height: 250px;
    }
}
@media (min-width: 1180px) {
    .ad3 {
        width: 336px;
        height: 280px;
    }
}
.header {
    width: 100%;
    background: #444444;
}
.title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 26px;
    font-weight: normal;
    font-style: normal;
	color: #ffffff;
	letter-spacing: -1px;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 10px;
}
.title a {
    color: #ffffff;
    text-decoration: none;
}
.title a:hover,
.title a:focus {
    color: #f0f0f0;
}
.menu {
    width: 100%;
    background: #333333;
}
.nav {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    list-style: none;
}
.nav li {
    float: left;
}
.nav li a {
    display: block;
    padding-left: 10px;
    padding-right: 20px;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #ffffff;
    text-decoration: none;
}
.nav li a:hover,
.nav li a:focus {
    color: #f0f0f0;
}
.container {
    margin-top: 16px;
    margin-bottom: 36px;
}
.thumbnail {
    display: inline-block;
    border: solid 1px #d8d8d8;
    max-width: 100%;
    transition: all 200ms ease-out;
}
.thumbnail:hover,
.thumbnail:focus {
    box-shadow: 0 0 6px 1px rgba(88, 88, 88, 0.5);
}
.video {
    position: relative;
    height: 0;
    margin-top: 5px;
    margin-bottom: 10px;
    padding-top: 25px;
    padding-bottom: 67.5%;
    overflow: hidden;
}
.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.button {
    margin: 0 0 14px;
    position: relative;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding-left: 22px;
    padding-right: 22px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    color: #ffffff;
    background-color: #808080;
    border-color: #707070;
    transition: background-color 300ms ease-out;
}
.button:hover,
.button:focus {
    background-color: #707070;
}
.button.expand {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}
.button.top {
    margin-top: 0px;
    margin-bottom: 6px;
}
.button.middle {
    margin-top: 6px;
    margin-bottom: 6px;
}
.button.bottom {
    margin-top: 6px;
    margin-bottom: 0px;
}
.footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    background-color: #333333;
}