meta.foundation-version {
    font-family: "/5.2.2/"
}

meta.foundation-mq-small {
    font-family: "/only screen/";
    width: 0
}

meta.foundation-mq-medium {
    font-family: "/only screen and (min-width:641px)/";
    width: 641px
}

meta.foundation-mq-large {
    font-family: "/only screen and (min-width:961px)/";
    width: 961px
}

meta.foundation-mq-xlarge {
    font-family: "/only screen and (min-width:1441px)/";
    width: 1441px
}

meta.foundation-mq-xxlarge {
    font-family: "/only screen and (min-width:1920px)/";
    width: 1920px
}

meta.foundation-data-attribute-namespace {
    font-family: false
}

html, body {
    height: 100%
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html, body {
    font-size: 100%
}

body {
    background: #2c454e;
    color: #222222;
    padding: 0;
    margin: 0;
    font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    position: relative;
    cursor: default;
}

a:hover {
    cursor: pointer
}

img {
    max-width: 100%;
    height: auto
}

img {
    -ms-interpolation-mode: bicubic
}

#map_canvas img, #map_canvas embed, #map_canvas object, .map_canvas img, .map_canvas embed, .map_canvas object {
    max-width: none !important
}

.left {
    float: left !important
}

.right {
    float: right !important
}

.clearfix {
    *zoom: 1
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.hide {
    display: none
}

.antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

img {
    display: inline-block;
    vertical-align: sub;
}

textarea {
    height: auto;
    min-height: 50px
}

select {
    width: 100%
}

@keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.slideshow-wrapper {
    position: relative
}

.slideshow-wrapper ul {
    list-style-type: none;
    margin: 0
}

.slideshow-wrapper ul li, .slideshow-wrapper ul li .orbit-caption {
    display: none
}

.slideshow-wrapper ul li:first-child {
    display: block
}

.slideshow-wrapper .orbit-container {
    background-color: transparent
}

.slideshow-wrapper .orbit-container li {
    display: block
}

.slideshow-wrapper .orbit-container li .orbit-caption {
    display: block
}

.slideshow-wrapper .preloader {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    border: solid 3px;
    border-color: #555555 #FFFFFF;
    border-radius: 1000px;
    animation-name: rotate;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

.orbit-container {
    overflow: hidden;
    width: 100%;
    position: relative;
    background: none
}

.orbit-container .orbit-slides-container {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    -webkit-transform: translateZ(0)
}

.orbit-container .orbit-slides-container img {
    display: block;
    max-width: 100%
}

.orbit-container .orbit-slides-container.fade li {
    opacity: 0;
    transition: opacity 500ms ease-in-out;
    -ms-transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.orbit-container .orbit-slides-container.fade li.animate-in {
    opacity: 1;
    z-index: 20;
    transition: opacity 500ms ease-in-out
}

.orbit-container .orbit-slides-container.fade li.animate-out {
    z-index: 10;
    transition: opacity 500ms ease-in-out
}

.orbit-container .orbit-slides-container.swipe-next li {
    -ms-transform: translate(100%, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.orbit-container .orbit-slides-container.swipe-next li.animate-in {
    -ms-transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition-duration: 500ms
}

.orbit-container .orbit-slides-container.swipe-next li.animate-out {
    -ms-transform: translate(-100%, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    transition-duration: 500ms
}

.orbit-container .orbit-slides-container.swipe-prev li {
    -ms-transform: translate(-100%, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.orbit-container .orbit-slides-container.swipe-prev li.animate-in {
    -ms-transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition-duration: 500ms
}

.orbit-container .orbit-slides-container.swipe-prev li.animate-out {
    -ms-transform: translate(100%, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    transition-duration: 500ms
}

.orbit-container .orbit-slides-container li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -ms-transform: translate(100%, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.orbit-container .orbit-slides-container li.active {
    opacity: 1;
    top: 0;
    left: 0;
    -ms-transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.orbit-container .orbit-slides-container li .orbit-caption {
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0);
    color: #FFFFFF;
    width: 100%;
    padding: 0.625rem 0.875rem;
    font-size: 0.875rem
}

.orbit-container .orbit-slide-number {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 12px;
    color: #FFFFFF;
    background: rgba(0, 0, 0, 0);
    z-index: 10
}

.orbit-container .orbit-slide-number span {
    font-weight: 700;
    padding: 0.3125rem
}

.orbit-container .orbit-timer {
    position: absolute;
    top: 12px;
    right: 10px;
    height: 6px;
    width: 100px;
    z-index: 10
}

.orbit-container .orbit-timer .orbit-progress {
    display: none
}

.orbit-container .orbit-timer > span {
    display: none;
    position: absolute;
    top: 0px;
    right: 0;
    width: 11px;
    height: 14px;
    border: solid 4px #FFFFFF;
    border-top: none;
    border-bottom: none
}

.orbit-container .orbit-timer.paused > span {
    right: -4px;
    top: 0px;
    width: 11px;
    height: 14px;
    border: inset 8px;
    border-left-style: solid;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    border-color: transparent #FFFFFF transparent transparent
}

.orbit-container .orbit-timer.paused > span.dark {
    border-color: transparent #333333 transparent transparent
}

.orbit-container:hover .orbit-timer > span {
    display: block
}

.orbit-container .orbit-prev, .orbit-container .orbit-next {
    position: absolute;
    top: 45%;
    margin-top: -25px;
    width: 36px;
    height: 60px;
    line-height: 50px;
    color: white;
    background-color: transparent;
    text-indent: -9999px !important;
    z-index: 10
}

.orbit-container .orbit-prev:hover, .orbit-container .orbit-next:hover {
    background-color: rgba(0, 0, 0, 0.3)
}

.orbit-container .orbit-prev > span, .orbit-container .orbit-next > span {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    display: block;
    width: 0;
    height: 0;
    border: inset 10px
}

.orbit-container .orbit-prev {
    left: 0
}

.orbit-container .orbit-prev > span {
    border-right-style: solid;
    border-color: transparent;
    border-right-color: #CCCCCC
}

.orbit-container .orbit-prev:hover > span {
    border-right-color: #FFFFFF
}

.orbit-container .orbit-next {
    right: 0
}

.orbit-container .orbit-next > span {
    border-color: transparent;
    border-left-style: solid;
    border-left-color: #CCCCCC;
    left: 50%;
    margin-left: -4px
}

.orbit-container .orbit-next:hover > span {
    border-left-color: #FFFFFF
}

.orbit-container .orbit-bullets-container {
    text-align: center
}

.orbit-container .orbit-bullets {
    margin: 0 auto 30px auto;
    overflow: hidden;
    position: relative;
    top: 10px;
    float: none;
    text-align: center;
    display: block
}

.orbit-container .orbit-bullets li {
    display: inline-block;
    width: 0.5625rem;
    height: 0.5625rem;
    background: #CCCCCC;
    float: none;
    margin-right: 6px;
    border-radius: 1000px
}

.orbit-container .orbit-bullets li.active {
    background: #999999
}

.orbit-container .orbit-bullets li:last-child {
    margin-right: 0
}

.touch .orbit-container .orbit-prev, .touch .orbit-container .orbit-next {
    display: none
}

.touch .orbit-bullets {
    display: none
}

@media only screen and (min-width: 641px) {
    .touch .orbit-container .orbit-prev, .touch .orbit-container .orbit-next {
        display: inherit
    }

    .touch .orbit-bullets {
        display: block
    }
}

@media only screen and (max-width: 640px) {
    .orbit-stack-on-small .orbit-slides-container {
        height: auto !important
    }

    .orbit-stack-on-small .orbit-slides-container > * {
        position: relative;
        margin-left: 0% !important;
        opacity: 1 !important;
        -webkit-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -o-transform: none !important;
        transform: none !important;
        transition: none !important
    }

    .orbit-stack-on-small .orbit-timer {
        display: none
    }

    .orbit-stack-on-small .orbit-next, .orbit-stack-on-small .orbit-prev {
        display: none
    }

    .orbit-stack-on-small .orbit-bullets {
        display: none
    }
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

.text-justify {
    text-align: justify !important
}

@media only screen and (max-width: 640px) {
    .small-only-text-left {
        text-align: left !important
    }

    .small-only-text-right {
        text-align: right !important
    }

    .small-only-text-center {
        text-align: center !important
    }

    .small-only-text-justify {
        text-align: justify !important
    }
}

@media only screen {
    .small-text-left {
        text-align: left !important
    }

    .small-text-right {
        text-align: right !important
    }

    .small-text-center {
        text-align: center !important
    }

    .small-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 641px) and (max-width: 960px) {
    .medium-only-text-left {
        text-align: left !important
    }

    .medium-only-text-right {
        text-align: right !important
    }

    .medium-only-text-center {
        text-align: center !important
    }

    .medium-only-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 641px) {
    .medium-text-left {
        text-align: left !important
    }

    .medium-text-right {
        text-align: right !important
    }

    .medium-text-center {
        text-align: center !important
    }

    .medium-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 961px) and (max-width: 1440px) {
    .large-only-text-left {
        text-align: left !important
    }

    .large-only-text-right {
        text-align: right !important
    }

    .large-only-text-center {
        text-align: center !important
    }

    .large-only-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 961px) {
    .large-text-left {
        text-align: left !important
    }

    .large-text-right {
        text-align: right !important
    }

    .large-text-center {
        text-align: center !important
    }

    .large-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 1441px) and (max-width: 1920px) {
    .xlarge-only-text-left {
        text-align: left !important
    }

    .xlarge-only-text-right {
        text-align: right !important
    }

    .xlarge-only-text-center {
        text-align: center !important
    }

    .xlarge-only-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 1441px) {
    .xlarge-text-left {
        text-align: left !important
    }

    .xlarge-text-right {
        text-align: right !important
    }

    .xlarge-text-center {
        text-align: center !important
    }

    .xlarge-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 1920px) and (max-width: 9999999px) {
    .xxlarge-only-text-left {
        text-align: left !important
    }

    .xxlarge-only-text-right {
        text-align: right !important
    }

    .xxlarge-only-text-center {
        text-align: center !important
    }

    .xxlarge-only-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 1920px) {
    .xxlarge-text-left {
        text-align: left !important
    }

    .xxlarge-text-right {
        text-align: right !important
    }

    .xxlarge-text-center {
        text-align: center !important
    }

    .xxlarge-text-justify {
        text-align: justify !important
    }
}

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
    margin: 0;
    padding: 0
}

a {
    color: #5AA834;
    text-decoration: none;
    line-height: inherit
}

a:hover, a:focus {
    color: #4D902D
}

a img {
    border: none;
}

p {
    font-family: inherit;
    font-weight: normal;
    font-size: 1rem;
    line-height: 2.25;
    margin-bottom: 1rem;
    text-rendering: optimizeLegibility
}

p.lead {
    font-size: 1.21875rem;
    line-height: 1.6
}

p aside {
    font-size: 0.875rem;
    line-height: 1.35;
    font-style: italic
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #222222;
    text-rendering: optimizeLegibility;
    margin-top: 0;
    margin-bottom: 1rem;
    line-height: 1.4
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-size: 60%;
    color: #6F6F6F;
    line-height: 0
}

h1 {
    font-size: 2.875rem
}

h2 {
    font-size: 2rem
}

h3 {
    font-size: 1.5625rem
}

h4 {
    font-size: 1.0625rem
}

h5 {
    font-size: 1.125rem
}

h6 {
    font-size: 1rem
}

.subheader {
    line-height: 1.4;
    color: #6F6F6F;
    font-weight: normal;
    margin-top: 0.2rem;
    margin-bottom: 0.5rem
}

hr {
    border: solid #DDDDDD;
    border-width: 1px 0 0;
    clear: both;
    margin: 1.25rem 0 1.1875rem;
    height: 0
}

em, i {
    font-style: italic;
    line-height: inherit
}

strong, b {
    font-weight: bold;
    line-height: inherit
}

small {
    font-size: 60%;
    line-height: inherit
}

code {
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    font-weight: bold;
    color: #BD260D
}

ul, ol, dl {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 1rem;
    list-style-position: outside;
    font-family: inherit
}

ul {
    margin-left: 1.1rem
}

ul.no-bullet {
    margin-left: 0
}

ul.no-bullet li ul, ul.no-bullet li ol {
    margin-left: 1.25rem;
    margin-bottom: 0;
    list-style: none
}

ul li ul, ul li ol {
    margin-left: 1.25rem;
    margin-bottom: 0
}

ul.square li ul, ul.circle li ul, ul.disc li ul {
    list-style: inherit
}

ul.square {
    list-style-type: square;
    margin-left: 1.1rem
}

ul.circle {
    list-style-type: circle;
    margin-left: 1.1rem
}

ul.disc {
    list-style-type: disc;
    margin-left: 1.1rem
}

ul.no-bullet {
    list-style: none
}

ol {
    margin-left: 1.4rem
}

ol li ul, ol li ol {
    margin-left: 1.25rem;
    margin-bottom: 0
}

dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold
}

dl dd {
    margin-bottom: 0.5rem
}

abbr, acronym {
    text-transform: uppercase;
    font-size: 90%;
    color: #222222;
    border-bottom: 1px dotted #DDDDDD;
    cursor: help
}

abbr {
    text-transform: none
}

blockquote {
    margin: 0 0 1rem;
    padding: 0.5625rem 1.25rem 0 1.1875rem;
    border-left: 1px solid #DDDDDD
}

blockquote cite {
    display: block;
    font-size: 0.8125rem;
    color: #555555
}

blockquote cite:before {
    content: "\2014 \0020"
}

blockquote cite a, blockquote cite a:visited {
    color: #555555
}

blockquote, blockquote p {
    line-height: 1.5;
    color: #6F6F6F
}

.vcard {
    display: inline-block;
    margin: 0 0 1.25rem 0;
    border: 1px solid #DDDDDD;
    padding: 0.625rem 0.75rem
}

.vcard li {
    margin: 0;
    display: block
}

.vcard .fn {
    font-weight: bold;
    font-size: 0.9375rem
}

.vevent .summary {
    font-weight: bold
}

.vevent abbr {
    cursor: default;
    text-decoration: none;
    font-weight: bold;
    border: none;
    padding: 0 0.0625rem
}

@media only screen and (min-width: 641px) {
    h1, h2, h3, h4, h5, h6 {
        line-height: 1.4
    }

    h1 {
        font-size: 3.5rem
    }

    h2 {
        font-size: 2.625rem
    }

    h3 {
        font-size: 1.875rem
    }

    h4 {
        font-size: 1.375rem
    }
}

.print-only {
    display: none !important
}

@media print {
    * {
        background: transparent !important;
        color: #000000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    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: ""
    }

    pre, blockquote {
        border: 1px solid #999999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    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
    }

    .hide-on-print {
        display: none !important
    }

    .print-only {
        display: block !important
    }

    .hide-for-print {
        display: none !important
    }

    .show-for-print {
        display: inherit !important
    }
}

header {
    position: fixed;
    z-index: 1010;
    width: 100%;
    background-color: rgba(29, 44, 49, 0.8)
}

header nav {
    max-width: 78rem;
    padding: 0 2rem;
    margin: 0 auto
}

header nav ul {
    display: table;
    width: 100%;
    padding: 0.75rem 0;
    margin: 0
}

header nav li {
    display: table-cell;
    list-style: none;
    vertical-align: middle
}

header nav .actions {
    text-align: right
}

header nav .logo {
    display: none;
    vertical-align: middle
}

header nav .logo img {
    height: 1.875rem;
    vertical-align: middle
}

header nav a {
    display: block;
    line-height: normal;
    text-align: center;
    padding: 0.375rem 0 0.375rem 0;
    font-size: 0.9375rem
}

header nav a, header nav a:link, header nav a:hover, header nav a:visited {
    color: #FFFFFF
}

header nav a:hover {
    background-color: rgba(118, 135, 140, 0.3)
}

header nav a.signup, header nav a.login {
    border-style: solid;
    border-width: 0px;
    cursor: pointer;
    font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 0.0625rem;
    position: relative;
    text-decoration: none;
    text-align: center;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    display: inline-block;
    font-size: 0.9375rem;
    padding: 0.375rem 1.25rem
}

header nav a.login {
    background-color: #EFEFEF;
    border-color: #BFBFBF;
    color: #333333;
    margin: 0
}

header nav a.login:hover, header nav a.login:focus {
    background-color: #BFBFBF
}

header nav a.login:hover, header nav a.login:focus {
    color: #333333
}

header nav a.signup {
    background-color: #5AA834;
    border-color: #48862A;
    color: #FFFFFF;
    margin: 0 0 0 0.5rem
}

header nav a.signup:hover, header nav a.signup:focus {
    background-color: #48862A
}

header nav a.signup:hover, header nav a.signup:focus {
    color: #FFFFFF
}

@media screen and (max-width: 768px) {
    header nav ul li {
        display: none
    }

    header nav ul .logo, header nav ul .actions {
        display: table-cell
    }
}

footer #report {
    padding: 0 2rem;
}

footer .details {
    background: #5AA834;
}

footer .inner {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 78rem;
    *zoom: 1;
    padding: 4rem 0 2rem 0
}

footer .inner:before, footer .inner:after {
    content: " ";
    display: table
}

footer .inner:after {
    clear: both
}

footer h6 {
    margin: 0 0 0.5rem 0
}

footer h3 {
    margin: 0 0 1rem 0;
    padding-left: 2rem;
    padding-right: 2rem;
    width: 100%;
    float: left;
    text-transform: uppercase
}

footer dt {
    font-weight: bold;
    float: left;
    min-width: 6rem
}

footer h3, footer .address, footer .contact {
    padding: 0 2rem
}

footer .copyright {
    color: #FFFFFF
}

footer .copyright p {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 78rem;
    *zoom: 1;
    padding: 1rem 2rem
}

footer .copyright p:before, footer .copyright p:after {
    content: " ";
    display: table
}

footer .copyright p:after {
    clear: both
}

footer .actions {
    padding-left: 2rem;
    padding-right: 2rem;
    width: 100%;
    float: left;
    text-align: center
}

footer .actions a.signup, footer .actions a.login {
    border-style: solid;
    border-width: 0;
    cursor: pointer;
    font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: normal;
    line-height: normal;
    position: relative;
    text-decoration: none;
    text-align: center;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    display: inline-block;
    font-size: 1.125rem;
    padding: 0.75rem 0;
    margin: 2rem 0;
    width: 10rem
}

footer .actions a.login {
    border: 1px solid #2c454e;
    background-color: #2c454e;
    color: #FFFFFF;
    margin-left: 1rem;
}

footer .actions a.login:hover, footer .actions a.login:focus {
    border: 1px solid #2c454e;
    background-color: transparent;
    color: #2c454e
}

footer .actions a.signup {
    border: 1px solid whitesmoke;
    background-color: white;
    color: #5AA834;
    margin-right: 1rem
}

footer .actions a.signup:hover, footer .actions a.signup:focus {
    border: 1px solid white;
    background-color: #5AA834;
    color: white
}

@media only screen and (min-width: 641px) {
    footer .address {
        padding-left: 2rem;
        padding-right: 2rem;
        width: 50%;
        float: left
    }

    footer .contact {
        padding-left: 2rem;
        padding-right: 2rem;
        width: 50%;
        float: left
    }
}

@media only screen and (min-width: 961px) {
    footer h3 {
        margin-left: 16.66667%;
        width: 66.666%;
        text-transform: uppercase
    }

    footer .address {
        padding-left: 2rem;
        padding-right: 2rem;
        width: 33.33333%;
        float: left;
        margin-left: 16.66667%
    }

    footer #report {
        clear: both;
        text-align: center;
    }

    footer .contact {
        padding-left: 2rem;
        padding-right: 2rem;
        width: 33.33333%;
        float: left
    }
}

video {
    vertical-align: middle
}

h1 {
    margin: 0
}

h6 {
    font-weight: bold
}

@media screen and (min-width: 1200px) {
    h2 {
        font-size: 3.75rem
    }
}

section .title h2 {
    padding: 4.375rem 2rem 0.375rem 2rem;
    color: #FFFFFF;
    text-transform: uppercase;
    margin: 0
}

section video {
    width: 100%
}

section .title > h2 {
    background-color: #5AA834
}

section .inner {
    position: relative
}

@media screen and (min-width: 768px) {
    section .title {
        max-width: 78rem;
        left: 0;
        right: 0;
        margin: 0 auto;
        z-index: 1001;
        position: absolute;
        bottom: 4rem;
        padding: 0 2rem;
        text-align: right;
    }

    section .title > h2 {
        display: inline-block;
        padding-top: 0.375rem;
        background-color: rgba(90, 168, 52, 0.85)
    }

    .information .title {
        bottom: 4rem
    }

    .information .title > h2 {
        margin-bottom: 0
    }

    .information .text {
        margin-bottom: 9rem
    }

    .information .inner {
        padding-top: 4rem;
        padding-bottom: 3.7rem;
    }
}

.information {
    position: relative;
}

.information .inner {
    width: 100%;
    margin: 0 auto;
    max-width: 78rem;
    *zoom: 1;
}

.information .inner:before, .information .inner:after {
    content: " ";
    display: table
}

.information .inner:after {
    clear: both
}

.information .image, .information .text {
    padding-left: 2rem;
    padding-right: 2rem;
    width: 100%;
    float: left
}

.information .title {
    margin-bottom: 2rem
}

@media screen and (min-width: 480px) {
    .information .image {
        padding-left: 2rem;
        padding-right: 2rem;
        width: 41.66667%;
        float: left
    }

    .information .text {
        padding-left: 2rem;
        padding-right: 2rem;
        width: 58.33333%;
        float: left
    }

    .information .text h3 {
        margin-bottom: 1rem
    }

    .information .text h3:first-child {
        margin-top: 0
    }
}

@media only screen and (min-width: 961px) {
    .information .image, .information .text {
        padding-left: 2rem;
        padding-right: 2rem;
        width: 50%;
        float: left
    }
}

@media screen and (max-width: 479px) {
    .information .image {
        margin-bottom: 2rem
    }
}

section > .about {
    position: relative;
    min-height: 4rem;
    color: #FFFFFF;
    padding-bottom: 2.375rem;
    padding-top: 1rem;
    background-color: #5AA834
}

section > #building-brands.about p {
    font-size: 1.1rem;
}

section > .about.merch {
    min-height: 0;
    padding-bottom: 0;
    padding-top: 0;
    background-color: white
}

section > .about h3 {
    margin-top: 2rem
}

section > .about p, section > .about h3 {
    color: #FFFFFF;
    max-width: 78rem;
    margin-left: auto;
    margin-right: auto;
    padding: 0 2rem;
}

section > .about:after {
    position: absolute;
    bottom: -3.9375rem;
    z-index: 1002;
    content: " ";
    display: inline-block;
    border-color: transparent;
    border-style: solid;
    width: 0;
    height: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-width: 4rem 4rem 0 4rem;
    border-top-color: #5AA834;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg)
}

section > .about.merch:after {
    border-top-color: white;
}

@media screen and (width: 768px) {
    section video {
        height: 312px;
        width: 768px
    }
}

@media screen and (width: 1024px) {
    section video {
        height: 416px;
        width: 1024px
    }
}
ƒcop
html {
    font-size: 87.5%
}

@media only screen and (min-width: 641px) {
    html {
        font-size: 93.75%
    }
}

@media only screen and (min-width: 961px) {
    html {
        font-size: 100%
    }
}

@media screen and (max-width: 768px) {
    h3 {
        font-size: 1.5625rem
    }
}

.slideshow-wrapper {
    width: 100%;
    overflow: hidden
}

.slideshow-wrapper .orbit-container .orbit-slides-container img {
    display: inline-block;
    max-width: inherit
}

.slideshow-wrapper .orbit-slides-container {
    text-align: right
}

.slideshow-wrapper .orbit-slides-container li {
    height: 700px
}

.slideshow-wrapper .orbit-slides-container li .image {
    height: 700px;
    background-position: center center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-color: #000000
}

.slideshow-wrapper .orbit-bullets-container, .slideshow-wrapper .orbit-slides-container li .orbit-caption {
    max-width: 78rem;
    left: 0;
    right: 0;
    margin: 0 auto
}

.slideshow-wrapper .orbit-slides-container li .orbit-caption {
    text-align: left;
    top: 0;
    padding: 4rem 2rem
}

.slideshow-wrapper .orbit-slides-container li .orbit-caption img {
    height: 64px
}

.slideshow-wrapper .orbit-bullets-container {
    position: absolute;
    bottom: 3.5rem;
    z-index: 1003
}

.slideshow-wrapper .orbit-bullets-container .orbit-bullets {
    text-align: left;
    top: 0;
    margin: 0;
    line-height: 0.75rem;
    padding: 0 2rem 0.5rem 2rem
}

.slideshow-wrapper .orbit-bullets-container .orbit-bullets li {
    width: 1.5rem;
    height: 1.5rem;
    -webkit-box-shadow: rgba(0, 0, 0, 0.6) 3px 3px 4px, rgba(0, 0, 0, 0.6) 3px 3px 4px inset;
    -moz-box-shadow: rgba(0, 0, 0, 0.6) 3px 3px 4px, rgba(0, 0, 0, 0.6) 3px 3px 4px inset;
    box-shadow: rgba(0, 0, 0, 0.6) 3px 3px 4px, rgba(0, 0, 0, 0.6) 3px 3px 4px inset;
    background-color: transparent;
    border-color: #CCCCCC;
    border-width: 0.25rem;
    border-style: solid
}

.slideshow-wrapper .orbit-bullets-container .orbit-bullets li.active {
    background-color: #CCCCCC;
    -webkit-box-shadow: rgba(0, 0, 0, 0.6) 3px 3px 4px;
    -moz-box-shadow: rgba(0, 0, 0, 0.6) 3px 3px 4px;
    box-shadow: rgba(0, 0, 0, 0.6) 3px 3px 4px
}

.slideshow-wrapper .orbit-slide-number, .slideshow-wrapper .orbit-timer {
    display: none
}

@media only screen and (min-width: 961px) {
    .slideshow-wrapper .orbit-slides-container li .orbit-caption img {
        height: 128px
    }
}

@media screen and (max-width: 479px) {
    .slideshow-wrapper .orbit-slides-container li {
        height: 300px
    }

    .slideshow-wrapper .orbit-slides-container li .image {
        height: 300px
    }
}

@media screen and (min-width: 480px) and (max-width: 639px) {
    .slideshow-wrapper .orbit-slides-container li {
        height: 262.5px
    }

    .slideshow-wrapper .orbit-slides-container li .image {
        height: 262.5px
    }
}

@media screen and (min-width: 640px) and (max-width: 759px) {
    .slideshow-wrapper .orbit-slides-container li {
        height: 350px
    }

    .slideshow-wrapper .orbit-slides-container li .image {
        height: 350px
    }
}

@media screen and (min-width: 760px) and (max-width: 959px) {
    .slideshow-wrapper .orbit-slides-container li {
        height: 420px
    }

    .slideshow-wrapper .orbit-slides-container li .image {
        height: 420px
    }
}

@media screen and (min-width: 960px) and (max-width: 1280px) {
    .slideshow-wrapper .orbit-slides-container li {
        height: 560px
    }

    .slideshow-wrapper .orbit-slides-container li .image {
        height: 560px
    }
}

@media screen and (max-width: 959px) {
    .slideshow-wrapper .orbit-slides-container li .orbit-caption {
        font-size: 1.375rem
    }

    .slideshow-wrapper .orbit-bullets-container .orbit-bullets li {
        width: 1.375rem;
        height: 1.375rem
    }
}

.orbit-container .orbit-slides-container li.active {
    z-index: 15
}

.orbit-container .orbit-prev, .orbit-container .orbit-next {
    z-index: 21
}

html, body {
    height: 100%
}

#branding {
    height: 100%;
    width: 100%;
    display: table;
    vertical-align: bottom
}

#branding .table-row {
    height: 100%;
    width: 100%;
    display: table-row;
    background-color: #5aa834;
    background-size: cover;
    background-position: center center;
}

#branding .table-cell {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    padding-top: 5rem;
}

#branding .inner {
    display: block;
    color: #FFFFFF;
    max-width: 78rem;
    margin: 0 auto 2rem auto;
}

#branding .inner img {
    width: 33%;
    margin: 0 1em;
}

#branding .inner p {
    font-size: 1.1875rem;
    max-width: 850px;
    display: block;
    margin: 0 auto 1.33333rem auto;
    text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 1px
}

#branding .inner p.biline {
    font-size: 1.25rem
}

#branding > .about {
    background-color: #5AA834;
    width: 100%
}

#branding > .about:after {
    border-top-color: #5AA834
}

#branding .signup {
    border-style: solid;
    border-width: 0;
    cursor: pointer;
    font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 0.0625rem;
    position: relative;
    text-decoration: none;
    text-align: center;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    display: inline-block;
    padding-top: 1rem;
    padding-right: 2rem;
    padding-bottom: 1.0625rem;
    padding-left: 2rem;
    font-size: 1rem;
    background-color: #5AA834;
    border-color: #48862A;
    color: #FFFFFF;
    border-style: solid;
    border-width: 0px;
    cursor: pointer;
    font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 0.0625rem;
    position: relative;
    text-decoration: none;
    text-align: center;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    display: inline-block;
    background-color: #5AA834;
    border-color: #48862A;
    color: #FFFFFF;
    font-size: 1.375rem;
    padding: 1.5rem 4rem;
    text-shadow: rgba(0, 0, 0, 0) 0 0 0
}

#branding .signup:hover, #branding .signup:focus {
    background-color: #48862A
}

#branding .signup:hover, #branding .signup:focus {
    color: #FFFFFF
}

#branding .signup:hover, #branding .signup:focus {
    background-color: #48862A
}

#branding .signup:hover, #branding .signup:focus {
    color: #FFFFFF
}

@media screen and (max-width: 769px) {
    #branding .inner p {
        font-size: 1.125rem
    }

    #branding .inner p.biline {
        font-size: 1.1875rem
    }
}

@media screen and (max-width: 767px) {
    #branding .inner img {
        width: 33%;
        margin: 0 auto;
        display: block;
    }

    #branding .inner p {
        font-size: 1.0625rem
    }

    #branding .inner p.biline {
        font-size: 1.125rem
    }
}

#trading-cards img.logo {
    position: absolute;
    width: 280px;
    left: calc((100% - 78em) / 2);
    top: 4rem;
}

@media screen and (max-width: 1280px) {
    #trading-cards img.logo {
        left: 0;
    }
}

@media screen and (max-width: 640px) {
    .hidden-xs {
        display: none !important;
    }
    .padding-top-xs {
        padding-top: 2rem !important;
    }
}

#toys-and-collectables .title > h2, #games-and-accessories .title > h2, #merchandise .title > h2, #exclusive-distribution .title > h2 {
    background-color: #07252F;
}

@media screen and (min-width: 959px) {
    #board-games .title, #merchandise .title {
        text-align: right;
    }

    #toys-and-collectables .title > h2, #games-and-accessories .title > h2, #merchandise .title > h2, #exclusive-distribution .title > h2 {
        background-color: rgba(7, 37, 47, 0.85);
    }
}

#board-games > .about, #games-and-accessories > .about, #trading-cards > .about, #publishers > .about {
    background-color: #07252F;
}

#board-games > .about:after, #games-and-accessories > .about:after, #trading-cards > .about:after, #publishers > .about:after {
    border-top-color: #07252F;
}

#trading-cards .slideshow-wrapper .orbit-bullets-container .orbit-bullets {
    text-align: right;
}

#trading-cards .slideshow-wrapper .orbit-slides-container li .orbit-caption, #board-games .slideshow-wrapper .orbit-slides-container li .orbit-caption {
    text-align: right;
}

#exclusive-distribution, #merchandise {
    background-color: #FFF;
}

#merchandise .text {
    margin-top: 4rem;
 }

#merchandise .image img {
    width: 82%;
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local(''),
    url('../fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../fonts/open-sans-v34-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
