@charset "UTF-8";

/*! lightslider - v1.1.5 - 2015-10-31
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */


/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */

.lSSlideOuter {
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.lightSlider:after,
.lightSlider:before {
    content: " ";
    display: table
}

.lightSlider {
    overflow: hidden;
    margin: 0
}

.lSSlideWrapper {
    max-width: 100%;
    overflow: hidden;
    position: relative
}

.lSSlideWrapper>.lightSlider:after {
    clear: both
}

.lSSlideWrapper .lSSlide {
    -webkit-transform: translate(0);
    transform: translate(0);
    -webkit-transition: all 1s;
    -webkit-transition-property: -webkit-transform, height;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform;
    -webkit-transition-duration: inherit!important;
    transition-duration: inherit!important;
    -webkit-transition-timing-function: inherit!important;
    transition-timing-function: inherit!important
}

.lSSlideWrapper .lSFade {
    position: relative
}

.lSSlideWrapper .lSFade>* {
    position: absolute!important;
    top: 0;
    left: 0;
    z-index: 6;
    margin-right: 0;
    width: 100%
}

.lSSlideWrapper.usingCss .lSFade>* {
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: inherit!important;
    transition-duration: inherit!important;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: inherit!important;
    transition-timing-function: inherit!important
}

.lSSlideWrapper .lSFade>.active {
    z-index: 7
}

.lSSlideWrapper.usingCss .lSFade>.active {
    opacity: 1
}

.lSSlideOuter .lSPager.lSpg {
    margin: 10px 0 0;
    padding: 0;
    text-align: center
}

.lSSlideOuter .lSPager.lSpg>li {
    cursor: pointer;
    display: inline-block;
    padding: 0 5px
}

.lSSlideOuter .lSPager.lSpg>li a {
    background-color: #222;
    border-radius: 30px;
    display: inline-block;
    height: 8px;
    overflow: hidden;
    text-indent: -999em;
    width: 8px;
    position: relative;
    z-index: 8;
    -webkit-transition: all .5s linear 0s;
    transition: all .5s linear 0s
}

.lSSlideOuter .lSPager.lSpg>li.active a,
.lSSlideOuter .lSPager.lSpg>li:hover a {
    background-color: #428bca
}

.lSSlideOuter .media {
    opacity: .8
}

.lSSlideOuter .media.active {
    opacity: 1
}

.lSSlideOuter .lSPager.lSGallery {
    list-style: none outside none;
    padding-left: 0;
    margin: 0;
    overflow: hidden;
    transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -o-transform: translateZ(0);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.lSSlideOuter .lSPager.lSGallery li {
    overflow: hidden;
    -webkit-transition: border-radius .12s linear linear 0s .35s 0s;
    transition: border-radius .12s linear linear 0s .35s 0s
}

.lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 5px
}

.lSSlideOuter .lSPager.lSGallery img {
    display: block;
    height: auto;
    max-width: 100%
}

.lSSlideOuter .lSPager.lSGallery:after,
.lSSlideOuter .lSPager.lSGallery:before {
    content: " ";
    display: table
}

.lSSlideOuter .lSPager.lSGallery:after {
    clear: both
}

.lSAction>a {
    width: 32px;
    display: block;
    top: 50%;
    height: 32px;
    cursor: pointer;
    position: absolute;
    z-index: 8;
    margin-top: -16px;
    opacity: .5;
    -webkit-transition: opacity .35s linear 0s;
    transition: opacity .35s linear 0s
}

.lSAction>a:hover {
    opacity: 1
}

.lSAction>.lSPrev {
    background-position: 0 0;
    left: 10px
}

.lSAction>.lSNext {
    background-position: -32px 0;
    right: 10px
}

.lSAction>a.disabled {
    pointer-events: none
}

.cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden
}

.lSSlideOuter.vertical {
    position: relative
}

.lSSlideOuter.vertical.noPager {
    padding-right: 0!important
}

.lSSlideOuter.vertical .lSGallery {
    position: absolute!important;
    right: 0;
    top: 0
}

.lSSlideOuter.vertical .lightSlider>* {
    width: 100%!important;
    max-width: none!important
}

.lSSlideOuter.vertical .lSAction>a {
    left: 50%;
    margin-left: -14px;
    margin-top: 0
}

.lSSlideOuter.vertical .lSAction>.lSNext {
    background-position: 31px -31px;
    bottom: 10px;
    top: auto
}

.lSSlideOuter.vertical .lSAction>.lSPrev {
    background-position: 0 -31px;
    bottom: auto;
    top: 10px
}

.lSSlideOuter.lSrtl {
    direction: rtl
}

.lSSlideOuter .lightSlider,
.lSSlideOuter .lSPager {
    padding-left: 0;
    list-style: none outside none
}

.lSSlideOuter.lSrtl .lightSlider,
.lSSlideOuter.lSrtl .lSPager {
    padding-right: 0
}

.lSSlideOuter .lightSlider>*,
.lSSlideOuter .lSGallery li {
    float: left
}

.lSSlideOuter.lSrtl .lightSlider>*,
.lSSlideOuter.lSrtl .lSGallery li {
    float: right!important
}

@-webkit-keyframes a {
    0% {
        left: 0
    }
    50% {
        left: -15px
    }
    to {
        left: 0
    }
}

@keyframes a {
    0% {
        left: 0
    }
    50% {
        left: -15px
    }
    to {
        left: 0
    }
}

@-webkit-keyframes b {
    0% {
        top: 0
    }
    50% {
        top: -15px
    }
    to {
        top: 0
    }
}

@keyframes b {
    0% {
        top: 0
    }
    50% {
        top: -15px
    }
    to {
        top: 0
    }
}

@-webkit-keyframes c {
    0% {
        left: 0
    }
    50% {
        left: 15px
    }
    to {
        left: 0
    }
}

@keyframes c {
    0% {
        left: 0
    }
    50% {
        left: 15px
    }
    to {
        left: 0
    }
}

@-webkit-keyframes d {
    0% {
        bottom: 0
    }
    50% {
        bottom: -15px
    }
    to {
        bottom: 0
    }
}

@keyframes d {
    0% {
        bottom: 0
    }
    50% {
        bottom: -15px
    }
    to {
        bottom: 0
    }
}

.lSSlideOuter .rightEnd {
    -webkit-animation: a .3s;
    animation: a .3s;
    position: relative
}

.lSSlideOuter .leftEnd {
    -webkit-animation: c .3s;
    animation: c .3s;
    position: relative
}

.lSSlideOuter.vertical .rightEnd {
    -webkit-animation: b .3s;
    animation: b .3s;
    position: relative
}

.lSSlideOuter.vertical .leftEnd {
    -webkit-animation: d .3s;
    animation: d .3s;
    position: relative
}

.lSSlideOuter.lSrtl .rightEnd {
    -webkit-animation: c .3s;
    animation: c .3s;
    position: relative
}

.lSSlideOuter.lSrtl .leftEnd {
    -webkit-animation: a .3s;
    animation: a .3s;
    position: relative
}

.lightSlider.lsGrab>* {
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.lightSlider.lsGrabbing>* {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing
}

.lSSlideOuter {
    position: relative
}

.lSSlideOuter .lSPager.lSpg {
    position: absolute;
    margin: auto;
    bottom: 20px;
    width: 100%
}

.lSSlideOuter .lSPager.lSpg>li {
    padding: 0 12px
}

.lSSlideOuter .lSPager.lSpg>li a {
    background: transparent;
    height: 12px;
    width: 12px;
    border: 1px solid #fefefe
}

.lSSlideOuter .lSPager.lSpg>li.active a {
    border: 1px solid #76b900
}

.lSSlideOuter .lSPager.lSpg>li.active a,
.lSSlideOuter .lSPager.lSpg>li:hover a {
    background-color: #76b900
}

.lSAction>a {
    width: 33px;
    height: 62px
}

.lSAction>.lSNext,
.lSAction>.lSPrev {
    -webkit-transform: scale(.5);
    transform: scale(.5);
    margin-top: 6px
}

.lSAction>.lSPrev {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAA+BAMAAABXSm8SAAAAFVBMVEUAAADMzMzMzMzMzMzMzMzMzMzMzMzsIyYbAAAAB3RSTlMAgDBQEkh4WCQCuQAAADJJREFUOMtjQAMq6AJMYg5oIorC6EoEDUaVjAglDIFC6CLMggroQoajikaeIgd0oSAGALfqDr69t2tiAAAAAElFTkSuQmCC");
    left: 0
}

.lSAction>.lSNext {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAA+BAMAAABXSm8SAAAAElBMVEUAAADMzMzMzMzMzMzMzMzMzMyxZd59AAAABnRSTlMAgDBQEkhDJNhjAAAAMklEQVQ4y2NgCmBAA47C6CJMggboQoqjikaeIvSkwiyogCZiKDSqZGQocURXwsCCrgQAlJkOuXG9EawAAAAASUVORK5CYII=");
    right: 0
}

@media screen and (min-width:40em) {
    .lSAction>.lSNext,
    .lSAction>.lSPrev {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    .lSAction>.lSPrev {
        left: 40px
    }
    .lSAction>.lSNext {
        right: 40px
    }
}

@font-face {
    font-family: NVIDIA;
    src: ;
    src:  url("https://www.nvidia.com/content/fonts/NVIDIASansVF_W_Wght.woff2") format("woff2")
}

@font-face {
    font-family: NVIDIA;
    src: ;
    src:  url("https://www.nvidia.com/content/fonts/NVIDIASansVF_W_Wght.woff2") format("woff2")
}

@font-face {
    font-family: NVIDIA;
    src: ;
    src:  url("https://www.nvidia.com/content/fonts/NVIDIASansVF_W_Wght.woff2") format("woff2")
}

@font-face {
    font-family: NVIDIA;
    src: ;
    src:  url("https://www.nvidia.com/content/fonts/NVIDIASansVF_W_Wght.woff2") format("woff2")
}

@font-face {
    font-family: geforce-bold;
    src: url("../fonts/geforce-bold.eot");
    src: url("../fonts/geforce-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/geforce-bold.woff") format("woff")
}

@font-face {
    font-family: geforce-bold-G;
    src: url("../fonts/geforce-bold-G.eot");
    src: url("../fonts/geforce-bold-G.eot?#iefix") format("embedded-opentype"), url("../fonts/geforce-bold-G.woff") format("woff")
}

@font-face {
    font-family: geforce-light;
    src: url("../fonts/geforce-light.eot");
    src: url("../fonts/geforce-light.eot?#iefix") format("embedded-opentype"), url("../fonts/geforce-light.woff") format("woff")
}

.geforce-light {
    font-family: geforce-light, NVIDIA, Trebuchet MS, Arial Unicode, sans-serif!important
}

.geforce-bold {
    font-family: geforce-bold, NVIDIA, Trebuchet MS, Arial Unicode, sans-serif!important
}

.geforce-bold-G {
    font-family: geforce-bold-G, NVIDIA, Trebuchet MS, Arial Unicode, sans-serif!important
}

.geforce-light:lang(tw) {
    font-family: geforce-light, NVIDIA, Microsoft JhengHei, 微軟正黑體, Heiti TC, 黑體-繁, Trebuchet MS, Arial Unicode, sans-serif!important
}

.geforce-bold:lang(tw) {
    font-family: geforce-bold, NVIDIA, Microsoft JhengHei, 微軟正黑體, Heiti TC, 黑體-繁, Trebuchet MS, Arial Unicode, sans-serif!important
}

.geforce-bold-G:lang(tw) {
    font-family: geforce-bold-G, NVIDIA, Microsoft JhengHei, 微軟正黑體, Heiti TC, 黑體-繁, Trebuchet MS, Arial Unicode, sans-serif!important
}

.geforce-light:lang(ja) {
    font-family: geforce-light, メイリオ, Meiryo, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif!important
}

.geforce-bold:lang(ja) {
    font-family: geforce-bold, メイリオ, Meiryo, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif!important
}

.geforce-bold-G:lang(ja) {
    font-family: geforce-bold-G, メイリオ, Meiryo, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif!important
}

#headerTop .menu>li,
#mainmenu .menu>li {
    position: relative
}

#headerTop .menu>li:hover .submenu,
#headerTop .menu>li:hover .submenu li,
#mainmenu .menu>li:hover .submenu,
#mainmenu .menu>li:hover .submenu li {
    opacity: 1;
    visibility: visible;
    width: 200px
}

#headerTop .menu>li:hover .submenu a,
#headerTop .menu>li:hover .submenu li a,
#mainmenu .menu>li:hover .submenu a,
#mainmenu .menu>li:hover .submenu li a {
    letter-spacing: 0
}

#headerTop .menu>li ul.submenu,
#mainmenu .menu>li ul.submenu {
    background-color: #1c1c1c!important;
    position: absolute;
    width: 0;
    left: -10px;
    opacity: 0;
    z-index: 5;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: width .2s ease, opacity .2s ease;
    transition: width .2s ease, opacity .2s ease
}

#headerTop .menu>li ul.submenu,
#headerTop .menu>li ul.submenu>li,
#mainmenu .menu>li ul.submenu,
#mainmenu .menu>li ul.submenu>li {
    opacity: 0;
    visibility: hidden
}

#headerTop .menu>li ul.submenu>li,
#mainmenu .menu>li ul.submenu>li {
    float: left;
    -webkit-transition: transform .5s ease;
    transition: transform .5s ease
}

#headerTop .menu>li ul.submenu>li>a,
#mainmenu .menu>li ul.submenu>li>a {
    padding: 1em 2em;
    width: 100%;
    text-align: left;
    float: left;
    letter-spacing: -5px;
    -webkit-transition: letter-spacing .2s ease;
    transition: letter-spacing .2s ease
}

#headerTop .menu>li ul.submenu>li>a:hover,
#mainmenu .menu>li ul.submenu>li>a:hover {
    color: #76b900!important
}

#mainmenu .top-bar {
    padding: 0 2rem;
    width: 100%
}

#mainmenu .top-bar .shrinkable {
    -webkit-transition: all .5s;
    transition: all .5s
}

#mainmenu .top-bar>.row {
    height: 70px;
    display: table;
    max-width: 1280px
}

#mainmenu .top-bar>.row.shrink {
    height: 50px
}

#mainmenu .top-bar>.row .nav-left {
    min-width: 325px
}

#mainmenu .top-bar>.row .nav-left img {
    width: 160px;
    margin-top: 16px
}

#mainmenu .top-bar>.row .nav-left img.shrink {
    margin-top: 7px
}

#mainmenu .top-bar>.row .nav-left.shrink {
    min-width: 235px
}

#mainmenu .top-bar>.row .nav-middle {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    padding-right: 1rem
}

#mainmenu .top-bar>.row .separator {
    display: none;
    position: absolute;
    top: 0;
    -webkit-transform: skewX(-30deg);
    transform: skewX(-30deg);
    border-left: 1px solid #25624e;
    padding: 0;
    margin: 0;
    height: 70px
}

#mainmenu .top-bar>.row .separator.shrink {
    height: 50px
}

#mainmenu .top-bar>.row .nav-right {
    width: 90px;
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    white-space: nowrap
}

#mainmenu .top-bar>.row .nav-right img {
    margin-left: 1rem;
    min-width: 122px
}

#mainmenu .top-bar>.row .nav-right .button-slanted {
    background: none;
    border-right: 1px solid #25624e;
    padding: 32px 16px;
    margin: 0;
    height: 70px
}

#mainmenu .top-bar>.row .nav-right .button-slanted.shrink {
    height: 50px;
    padding: 20px 12px
}

#mainmenu .top-bar>.row .nav-right .button-slanted.active {
    background: #76b900
}

#mainmenu .top-bar .menu.simple>li {
    margin: 0!important
}

#mainmenu .top-bar .menu.simple>li.is-active>a {
    color: #76b900
}

#mainmenu .top-bar .menu.simple>li a {
    font-size: 14px;
    text-transform: uppercase;
    color: #fefefe;
    white-space: nowrap;
    padding: 7px 0;
    margin: 0 10px
}

#mainmenu .top-bar .menu.simple>li a.active {
    border-bottom: 3px solid #76b900;
    padding-bottom: 4px
}

#mainmenu .top-bar .menu.simple>li a:hover {
    color: #76b900
}

html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

*,
:after,
:before {
    box-sizing: border-box
}

body,
html {
    height: 100%
}

.mobile-lateral-nav-header .logo-arrow-down,
header .logo-arrow-down {
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 22px solid #004730
}

.mobile-main-content {
    min-height: 100%;
    position: relative;
    background-color: #fefefe;
    z-index: 2;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .4s;
    transition-duration: .4s
}

.mobile-main-content.lateral-menu-is-open {
    -webkit-transform: translateX(-260px);
    transform: translateX(-260px)
}

header {
    position: fixed;
    padding: 0 1rem;
    top: 0;
    left: 0;
    height: 50px;
    width: 100%;
    background: #000;
    z-index: 3;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s
}

header.hidden {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

header.is-fixed {
    position: fixed
}

header.lateral-menu-is-open {
    -webkit-transform: translateX(-260px);
    transform: translateX(-260px)
}

header img {
    width: 160px;
    margin-top: 10px
}

@media only screen and (min-width:768px) {
    header {
        height: 70px
    }
}

@media only screen and (min-width:768px) {
    #mobile-logo {
        margin: 22px 0 0 30px
    }
}

.no-touch a:hover {
    color: hsla(0, 0%, 100%, .7)
}

#mobile-menu-trigger {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 60px
}

#mobile-menu-trigger.is-clicked .mobile-menu-icon {
    background-color: hsla(0, 0%, 100%, 0)
}

#mobile-menu-trigger.is-clicked .mobile-menu-icon:after,
#mobile-menu-trigger.is-clicked .mobile-menu-icon:before {
    background-color: #fff
}

#mobile-menu-trigger.is-clicked .mobile-menu-icon:before {
    bottom: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

#mobile-menu-trigger.is-clicked .mobile-menu-icon:after,
#mobile-menu-trigger.is-clicked .mobile-menu-icon:before {
    -webkit-transition: -webkit-transform .3s .3s;
    transition: -webkit-transform .3s .3s;
    transition: transform .3s .3s;
    transition: transform .3s .3s, -webkit-transform .3s .3s
}

#mobile-menu-trigger.is-clicked .mobile-menu-icon:after {
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

#mobile-menu-trigger .mobile-menu-text {
    height: 100%;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    display: none
}

#mobile-menu-trigger .mobile-menu-icon {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 30px;
    height: 2px;
    background-color: #fff
}

#mobile-menu-trigger .mobile-menu-icon:after,
#mobile-menu-trigger .mobile-menu-icon:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: inherit;
    left: 0
}

#mobile-menu-trigger .mobile-menu-icon:before {
    bottom: 7px
}

#mobile-menu-trigger .mobile-menu-icon:after {
    top: 7px
}

@media only screen and (min-width:768px) {
    #mobile-menu-trigger {
        width: 110px;
        padding-left: 1.25em
    }
    #mobile-menu-trigger .mobile-menu-text {
        display: inline-block;
        line-height: 70px
    }
    #mobile-menu-trigger .mobile-menu-icon {
        left: auto;
        right: 1.25em;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

#mobile-lateral-nav {
    position: fixed;
    height: 100%;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 1;
    width: 260px;
    background-color: #000;
    overflow-y: auto;
    -webkit-transition: visibility 0s .4s, -webkit-transform .4s 0s;
    transition: visibility 0s .4s, -webkit-transform .4s 0s;
    transition: transform .4s 0s, visibility 0s .4s;
    transition: transform .4s 0s, visibility 0s .4s, -webkit-transform .4s 0s;
    -webkit-transform: translateX(80px);
    transform: translateX(80px)
}

#mobile-lateral-nav.lateral-menu-is-open {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
    -webkit-transition: visibility 0s 0s, -webkit-transform .4s 0s;
    transition: visibility 0s 0s, -webkit-transform .4s 0s;
    transition: transform .4s 0s, visibility 0s 0s;
    transition: transform .4s 0s, visibility 0s 0s, -webkit-transform .4s 0s;
    -webkit-overflow-scrolling: touch
}

#mobile-lateral-nav .item-has-children>a:after {
    content: "";
    display: block;
    height: 11px;
    width: 8px;
    position: absolute;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 1em;
    background: url("../img/cd-arrow.svg") no-repeat 50%;
    background-size: 8px 11px;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .2s;
    transition-duration: .2s
}

#mobile-lateral-nav .item-has-children>a.submenu-open:after {
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg)
}

#mobile-lateral-nav .mobile-navigation {
    margin: 0;
    background: #fff
}

#mobile-lateral-nav .mobile-navigation .fb-icon,
#mobile-lateral-nav .mobile-navigation tt-icon,
#mobile-lateral-nav .mobile-navigation tw-icon {
    max-width: 32px
}

#mobile-lateral-nav .mobile-navigation .fb-icon {
    margin: 0 10px 3px 0
}

#mobile-lateral-nav .mobile-navigation .tw-icon {
    margin: 0 10px 6px 0
}

#mobile-lateral-nav .mobile-navigation .tt-icon {
    margin: 0 13px 3px 0
}

#mobile-lateral-nav a {
    position: relative;
    font-size: 24px;
    display: block;
    line-height: 1em;
    padding: 1rem 1rem .6rem;
    color: #666;
    border-bottom: 1px solid #e6e6e6;
    text-transform: uppercase
}

#mobile-lateral-nav .submenu {
    background: #efefef;
    padding: 0;
    margin: 0;
    display: none;
    list-style: none
}

#mobile-lateral-nav .submenu li a {
    font-size: 16px;
    display: block;
    line-height: 2em;
    padding: .5rem 1rem .3rem 2.5rem;
    color: #666;
    border-bottom: 1px solid #ccc
}

#mobile-lateral-nav a.current {
    background-color: #3a4a4d;
    color: #fff
}

.no-touch #mobile-lateral-nav a:hover {
    color: #fff
}

@media only screen and (min-width:768px) {
    #mobile-lateral-nav .mobile-navigation {
        margin: 20px 0
    }
}

.mobile-main-overlay {
    background: #000;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.lateral-menu-is-open .mobile-main-overlay {
    opacity: .85;
    visibility: visible
}

#mobile-lateral-nav .mobile-lateral-nav-header .presentedBy,
header .presentedBy {
    margin-right: 10px;
    margin-top: 4px
}

#mobile-lateral-nav .mobile-lateral-nav-header .presentedBy div,
header .presentedBy div {
    color: #999;
    display: block;
    font-size: 10px;
    margin: 0 0 -10px;
    text-align: center
}

#mobile-lateral-nav .mobile-lateral-nav-header .presentedBy img,
header .presentedBy img {
    width: 65px;
    height: auto;
    margin: 0
}

#mobile-lateral-nav .mobile-lateral-nav-header {
    background: #000
}

#mobile-lateral-nav .mobile-lateral-nav-header a {
    padding: 0!important
}

#mobile-lateral-nav .mobile-lateral-nav-header img {
    margin-left: 1rem;
    width: 160px;
    padding: 10px 0
}

#mobile-lateral-nav .mobile-lateral-nav-social {
    padding: 2rem 1rem;
    background: #333
}

#mobile-lateral-nav .mobile-lateral-nav-social h1 {
    color: #fff
}

#mobile-lateral-nav .mobile-lateral-nav-social a {
    display: inline-block;
    padding: 1rem 0 0;
    border: 0;
    color: #76b900
}

#mobile-lateral-nav .mobile-lateral-nav-footer {
    padding: 1rem .5rem
}

#mobile-lateral-nav .mobile-lateral-nav-footer p {
    font-size: .7rem;
    line-height: .8rem;
    margin: 0
}

#mobile-lateral-nav .mobile-lateral-nav-footer a {
    padding: 0;
    display: inline;
    font-size: .75rem;
    font-weight: 700;
    border: 0;
    text-transform: none
}

#mobile-lateral-nav .mobile-lateral-nav-footer .separator {
    color: #333;
    margin: 0 4px 0 8px;
    vertical-align: -2px
}


/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: not-allowed
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

.foundation-mq {
    font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"
}

html {
    font-size: 100%;
    box-sizing: border-box
}

*,
:after,
:before {
    box-sizing: inherit
}

body {
    padding: 0;
    margin: 0;
    font-family: NVIDIA, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    background: #fefefe;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

img {
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
    display: inline-block;
    vertical-align: middle
}

textarea {
    height: auto;
    min-height: 50px;
    border-radius: 0
}

select {
    width: 100%
}

#map_canvas embed,
#map_canvas img,
#map_canvas object,
.map_canvas embed,
.map_canvas img,
.map_canvas object,
.mqa-display embed,
.mqa-display img,
.mqa-display object {
    max-width: none!important
}

button {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    padding: 0;
    border: 0;
    border-radius: 0;
    line-height: 1
}

[data-whatinput=mouse] button {
    outline: 0
}

.is-visible {
    display: block!important
}

.is-hidden {
    display: none!important
}

.row {
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto
}

.row:after,
.row:before {
    content: " ";
    display: table
}

.row:after {
    clear: both
}

.row.collapse>.column,
.row.collapse>.columns {
    padding-left: 0;
    padding-right: 0
}

.row .row {
    margin-left: -.625rem;
    margin-right: -.625rem
}

@media screen and (min-width:40em) {
    .row .row {
        margin-left: -.9375rem;
        margin-right: -.9375rem
    }
}

.row .row.collapse {
    margin-left: 0;
    margin-right: 0
}

.row.expanded {
    max-width: none
}

.row.expanded .row {
    margin-left: auto;
    margin-right: auto
}

.column,
.columns {
    width: 100%;
    float: left;
    padding-left: .625rem;
    padding-right: .625rem
}

@media screen and (min-width:40em) {
    .column,
    .columns {
        padding-left: .9375rem;
        padding-right: .9375rem
    }
}

.column:last-child:not(:first-child),
.columns:last-child:not(:first-child) {
    float: right
}

.column.end:last-child:last-child,
.end.columns:last-child:last-child {
    float: left
}

.column.row.row,
.row.row.columns {
    float: none
}

.row .column.row.row,
.row .row.row.columns {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0
}

.small-1 {
    width: 8.33333%
}

.small-push-1 {
    position: relative;
    left: 8.33333%
}

.small-pull-1 {
    position: relative;
    left: -8.33333%
}

.small-offset-0 {
    margin-left: 0
}

.small-2 {
    width: 16.66667%
}

.small-push-2 {
    position: relative;
    left: 16.66667%
}

.small-pull-2 {
    position: relative;
    left: -16.66667%
}

.small-offset-1 {
    margin-left: 8.33333%
}

.small-3 {
    width: 25%
}

.small-push-3 {
    position: relative;
    left: 25%
}

.small-pull-3 {
    position: relative;
    left: -25%
}

.small-offset-2 {
    margin-left: 16.66667%
}

.small-4 {
    width: 33.33333%
}

.small-push-4 {
    position: relative;
    left: 33.33333%
}

.small-pull-4 {
    position: relative;
    left: -33.33333%
}

.small-offset-3 {
    margin-left: 25%
}

.small-5 {
    width: 41.66667%
}

.small-push-5 {
    position: relative;
    left: 41.66667%
}

.small-pull-5 {
    position: relative;
    left: -41.66667%
}

.small-offset-4 {
    margin-left: 33.33333%
}

.small-6 {
    width: 50%
}

.small-push-6 {
    position: relative;
    left: 50%
}

.small-pull-6 {
    position: relative;
    left: -50%
}

.small-offset-5 {
    margin-left: 41.66667%
}

.small-7 {
    width: 58.33333%
}

.small-push-7 {
    position: relative;
    left: 58.33333%
}

.small-pull-7 {
    position: relative;
    left: -58.33333%
}

.small-offset-6 {
    margin-left: 50%
}

.small-8 {
    width: 66.66667%
}

.small-push-8 {
    position: relative;
    left: 66.66667%
}

.small-pull-8 {
    position: relative;
    left: -66.66667%
}

.small-offset-7 {
    margin-left: 58.33333%
}

.small-9 {
    width: 75%
}

.small-push-9 {
    position: relative;
    left: 75%
}

.small-pull-9 {
    position: relative;
    left: -75%
}

.small-offset-8 {
    margin-left: 66.66667%
}

.small-10 {
    width: 83.33333%
}

.small-push-10 {
    position: relative;
    left: 83.33333%
}

.small-pull-10 {
    position: relative;
    left: -83.33333%
}

.small-offset-9 {
    margin-left: 75%
}

.small-11 {
    width: 91.66667%
}

.small-push-11 {
    position: relative;
    left: 91.66667%
}

.small-pull-11 {
    position: relative;
    left: -91.66667%
}

.small-offset-10 {
    margin-left: 83.33333%
}

.small-12 {
    width: 100%
}

.small-offset-11 {
    margin-left: 91.66667%
}

.small-up-1>.column,
.small-up-1>.columns {
    width: 100%;
    float: left
}

.small-up-1>.column:nth-of-type(1n),
.small-up-1>.columns:nth-of-type(1n) {
    clear: none
}

.small-up-1>.column:nth-of-type(1n+1),
.small-up-1>.columns:nth-of-type(1n+1) {
    clear: both
}

.small-up-1>.column:last-child,
.small-up-1>.columns:last-child {
    float: left
}

.small-up-2>.column,
.small-up-2>.columns {
    width: 50%;
    float: left
}

.small-up-2>.column:nth-of-type(1n),
.small-up-2>.columns:nth-of-type(1n) {
    clear: none
}

.small-up-2>.column:nth-of-type(odd),
.small-up-2>.columns:nth-of-type(odd) {
    clear: both
}

.small-up-2>.column:last-child,
.small-up-2>.columns:last-child {
    float: left
}

.small-up-3>.column,
.small-up-3>.columns {
    width: 33.33333%;
    float: left
}

.small-up-3>.column:nth-of-type(1n),
.small-up-3>.columns:nth-of-type(1n) {
    clear: none
}

.small-up-3>.column:nth-of-type(3n+1),
.small-up-3>.columns:nth-of-type(3n+1) {
    clear: both
}

.small-up-3>.column:last-child,
.small-up-3>.columns:last-child {
    float: left
}

.small-up-4>.column,
.small-up-4>.columns {
    width: 25%;
    float: left
}

.small-up-4>.column:nth-of-type(1n),
.small-up-4>.columns:nth-of-type(1n) {
    clear: none
}

.small-up-4>.column:nth-of-type(4n+1),
.small-up-4>.columns:nth-of-type(4n+1) {
    clear: both
}

.small-up-4>.column:last-child,
.small-up-4>.columns:last-child {
    float: left
}

.small-up-5>.column,
.small-up-5>.columns {
    width: 20%;
    float: left
}

.small-up-5>.column:nth-of-type(1n),
.small-up-5>.columns:nth-of-type(1n) {
    clear: none
}

.small-up-5>.column:nth-of-type(5n+1),
.small-up-5>.columns:nth-of-type(5n+1) {
    clear: both
}

.small-up-5>.column:last-child,
.small-up-5>.columns:last-child {
    float: left
}

.small-up-6>.column,
.small-up-6>.columns {
    width: 16.66667%;
    float: left
}

.small-up-6>.column:nth-of-type(1n),
.small-up-6>.columns:nth-of-type(1n) {
    clear: none
}

.small-up-6>.column:nth-of-type(6n+1),
.small-up-6>.columns:nth-of-type(6n+1) {
    clear: both
}

.small-up-6>.column:last-child,
.small-up-6>.columns:last-child {
    float: left
}

.small-up-7>.column,
.small-up-7>.columns {
    width: 14.28571%;
    float: left
}

.small-up-7>.column:nth-of-type(1n),
.small-up-7>.columns:nth-of-type(1n) {
    clear: none
}

.small-up-7>.column:nth-of-type(7n+1),
.small-up-7>.columns:nth-of-type(7n+1) {
    clear: both
}

.small-up-7>.column:last-child,
.small-up-7>.columns:last-child {
    float: left
}

.small-up-8>.column,
.small-up-8>.columns {
    width: 12.5%;
    float: left
}

.small-up-8>.column:nth-of-type(1n),
.small-up-8>.columns:nth-of-type(1n) {
    clear: none
}

.small-up-8>.column:nth-of-type(8n+1),
.small-up-8>.columns:nth-of-type(8n+1) {
    clear: both
}

.small-up-8>.column:last-child,
.small-up-8>.columns:last-child {
    float: left
}

.small-collapse>.column,
.small-collapse>.columns {
    padding-left: 0;
    padding-right: 0
}

.expanded.row .small-collapse.row,
.small-collapse .row {
    margin-left: 0;
    margin-right: 0
}

.small-uncollapse>.column,
.small-uncollapse>.columns {
    padding-left: .625rem;
    padding-right: .625rem
}

.small-centered {
    margin-left: auto;
    margin-right: auto
}

.small-centered,
.small-centered:last-child:not(:first-child) {
    float: none;
    clear: both
}

.small-pull-0,
.small-push-0,
.small-uncentered {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left
}

@media screen and (min-width:40em) {
    .medium-1 {
        width: 8.33333%
    }
    .medium-push-1 {
        position: relative;
        left: 8.33333%
    }
    .medium-pull-1 {
        position: relative;
        left: -8.33333%
    }
    .medium-offset-0 {
        margin-left: 0
    }
    .medium-2 {
        width: 16.66667%
    }
    .medium-push-2 {
        position: relative;
        left: 16.66667%
    }
    .medium-pull-2 {
        position: relative;
        left: -16.66667%
    }
    .medium-offset-1 {
        margin-left: 8.33333%
    }
    .medium-3 {
        width: 25%
    }
    .medium-push-3 {
        position: relative;
        left: 25%
    }
    .medium-pull-3 {
        position: relative;
        left: -25%
    }
    .medium-offset-2 {
        margin-left: 16.66667%
    }
    .medium-4 {
        width: 33.33333%
    }
    .medium-push-4 {
        position: relative;
        left: 33.33333%
    }
    .medium-pull-4 {
        position: relative;
        left: -33.33333%
    }
    .medium-offset-3 {
        margin-left: 25%
    }
    .medium-5 {
        width: 41.66667%
    }
    .medium-push-5 {
        position: relative;
        left: 41.66667%
    }
    .medium-pull-5 {
        position: relative;
        left: -41.66667%
    }
    .medium-offset-4 {
        margin-left: 33.33333%
    }
    .medium-6 {
        width: 50%
    }
    .medium-push-6 {
        position: relative;
        left: 50%
    }
    .medium-pull-6 {
        position: relative;
        left: -50%
    }
    .medium-offset-5 {
        margin-left: 41.66667%
    }
    .medium-7 {
        width: 58.33333%
    }
    .medium-push-7 {
        position: relative;
        left: 58.33333%
    }
    .medium-pull-7 {
        position: relative;
        left: -58.33333%
    }
    .medium-offset-6 {
        margin-left: 50%
    }
    .medium-8 {
        width: 66.66667%
    }
    .medium-push-8 {
        position: relative;
        left: 66.66667%
    }
    .medium-pull-8 {
        position: relative;
        left: -66.66667%
    }
    .medium-offset-7 {
        margin-left: 58.33333%
    }
    .medium-9 {
        width: 75%
    }
    .medium-push-9 {
        position: relative;
        left: 75%
    }
    .medium-pull-9 {
        position: relative;
        left: -75%
    }
    .medium-offset-8 {
        margin-left: 66.66667%
    }
    .medium-10 {
        width: 83.33333%
    }
    .medium-push-10 {
        position: relative;
        left: 83.33333%
    }
    .medium-pull-10 {
        position: relative;
        left: -83.33333%
    }
    .medium-offset-9 {
        margin-left: 75%
    }
    .medium-11 {
        width: 91.66667%
    }
    .medium-push-11 {
        position: relative;
        left: 91.66667%
    }
    .medium-pull-11 {
        position: relative;
        left: -91.66667%
    }
    .medium-offset-10 {
        margin-left: 83.33333%
    }
    .medium-12 {
        width: 100%
    }
    .medium-offset-11 {
        margin-left: 91.66667%
    }
    .medium-up-1>.column,
    .medium-up-1>.columns {
        width: 100%;
        float: left
    }
    .medium-up-1>.column:nth-of-type(1n),
    .medium-up-1>.columns:nth-of-type(1n) {
        clear: none
    }
    .medium-up-1>.column:nth-of-type(1n+1),
    .medium-up-1>.columns:nth-of-type(1n+1) {
        clear: both
    }
    .medium-up-1>.column:last-child,
    .medium-up-1>.columns:last-child {
        float: left
    }
    .medium-up-2>.column,
    .medium-up-2>.columns {
        width: 50%;
        float: left
    }
    .medium-up-2>.column:nth-of-type(1n),
    .medium-up-2>.columns:nth-of-type(1n) {
        clear: none
    }
    .medium-up-2>.column:nth-of-type(odd),
    .medium-up-2>.columns:nth-of-type(odd) {
        clear: both
    }
    .medium-up-2>.column:last-child,
    .medium-up-2>.columns:last-child {
        float: left
    }
    .medium-up-3>.column,
    .medium-up-3>.columns {
        width: 33.33333%;
        float: left
    }
    .medium-up-3>.column:nth-of-type(1n),
    .medium-up-3>.columns:nth-of-type(1n) {
        clear: none
    }
    .medium-up-3>.column:nth-of-type(3n+1),
    .medium-up-3>.columns:nth-of-type(3n+1) {
        clear: both
    }
    .medium-up-3>.column:last-child,
    .medium-up-3>.columns:last-child {
        float: left
    }
    .medium-up-4>.column,
    .medium-up-4>.columns {
        width: 25%;
        float: left
    }
    .medium-up-4>.column:nth-of-type(1n),
    .medium-up-4>.columns:nth-of-type(1n) {
        clear: none
    }
    .medium-up-4>.column:nth-of-type(4n+1),
    .medium-up-4>.columns:nth-of-type(4n+1) {
        clear: both
    }
    .medium-up-4>.column:last-child,
    .medium-up-4>.columns:last-child {
        float: left
    }
    .medium-up-5>.column,
    .medium-up-5>.columns {
        width: 20%;
        float: left
    }
    .medium-up-5>.column:nth-of-type(1n),
    .medium-up-5>.columns:nth-of-type(1n) {
        clear: none
    }
    .medium-up-5>.column:nth-of-type(5n+1),
    .medium-up-5>.columns:nth-of-type(5n+1) {
        clear: both
    }
    .medium-up-5>.column:last-child,
    .medium-up-5>.columns:last-child {
        float: left
    }
    .medium-up-6>.column,
    .medium-up-6>.columns {
        width: 16.66667%;
        float: left
    }
    .medium-up-6>.column:nth-of-type(1n),
    .medium-up-6>.columns:nth-of-type(1n) {
        clear: none
    }
    .medium-up-6>.column:nth-of-type(6n+1),
    .medium-up-6>.columns:nth-of-type(6n+1) {
        clear: both
    }
    .medium-up-6>.column:last-child,
    .medium-up-6>.columns:last-child {
        float: left
    }
    .medium-up-7>.column,
    .medium-up-7>.columns {
        width: 14.28571%;
        float: left
    }
    .medium-up-7>.column:nth-of-type(1n),
    .medium-up-7>.columns:nth-of-type(1n) {
        clear: none
    }
    .medium-up-7>.column:nth-of-type(7n+1),
    .medium-up-7>.columns:nth-of-type(7n+1) {
        clear: both
    }
    .medium-up-7>.column:last-child,
    .medium-up-7>.columns:last-child {
        float: left
    }
    .medium-up-8>.column,
    .medium-up-8>.columns {
        width: 12.5%;
        float: left
    }
    .medium-up-8>.column:nth-of-type(1n),
    .medium-up-8>.columns:nth-of-type(1n) {
        clear: none
    }
    .medium-up-8>.column:nth-of-type(8n+1),
    .medium-up-8>.columns:nth-of-type(8n+1) {
        clear: both
    }
    .medium-up-8>.column:last-child,
    .medium-up-8>.columns:last-child {
        float: left
    }
    .medium-collapse>.column,
    .medium-collapse>.columns {
        padding-left: 0;
        padding-right: 0
    }
    .expanded.row .medium-collapse.row,
    .medium-collapse .row {
        margin-left: 0;
        margin-right: 0
    }
    .medium-uncollapse>.column,
    .medium-uncollapse>.columns {
        padding-left: .9375rem;
        padding-right: .9375rem
    }
    .medium-centered {
        margin-left: auto;
        margin-right: auto
    }
    .medium-centered,
    .medium-centered:last-child:not(:first-child) {
        float: none;
        clear: both
    }
    .medium-pull-0,
    .medium-push-0,
    .medium-uncentered {
        position: static;
        margin-left: 0;
        margin-right: 0;
        float: left
    }
}

@media screen and (min-width:64em) {
    .large-1 {
        width: 8.33333%
    }
    .large-push-1 {
        position: relative;
        left: 8.33333%
    }
    .large-pull-1 {
        position: relative;
        left: -8.33333%
    }
    .large-offset-0 {
        margin-left: 0
    }
    .large-2 {
        width: 16.66667%
    }
    .large-push-2 {
        position: relative;
        left: 16.66667%
    }
    .large-pull-2 {
        position: relative;
        left: -16.66667%
    }
    .large-offset-1 {
        margin-left: 8.33333%
    }
    .large-3 {
        width: 25%
    }
    .large-push-3 {
        position: relative;
        left: 25%
    }
    .large-pull-3 {
        position: relative;
        left: -25%
    }
    .large-offset-2 {
        margin-left: 16.66667%
    }
    .large-4 {
        width: 33.33333%
    }
    .large-push-4 {
        position: relative;
        left: 33.33333%
    }
    .large-pull-4 {
        position: relative;
        left: -33.33333%
    }
    .large-offset-3 {
        margin-left: 25%
    }
    .large-5 {
        width: 41.66667%
    }
    .large-push-5 {
        position: relative;
        left: 41.66667%
    }
    .large-pull-5 {
        position: relative;
        left: -41.66667%
    }
    .large-offset-4 {
        margin-left: 33.33333%
    }
    .large-6 {
        width: 50%
    }
    .large-push-6 {
        position: relative;
        left: 50%
    }
    .large-pull-6 {
        position: relative;
        left: -50%
    }
    .large-offset-5 {
        margin-left: 41.66667%
    }
    .large-7 {
        width: 58.33333%
    }
    .large-push-7 {
        position: relative;
        left: 58.33333%
    }
    .large-pull-7 {
        position: relative;
        left: -58.33333%
    }
    .large-offset-6 {
        margin-left: 50%
    }
    .large-8 {
        width: 66.66667%
    }
    .large-push-8 {
        position: relative;
        left: 66.66667%
    }
    .large-pull-8 {
        position: relative;
        left: -66.66667%
    }
    .large-offset-7 {
        margin-left: 58.33333%
    }
    .large-9 {
        width: 75%
    }
    .large-push-9 {
        position: relative;
        left: 75%
    }
    .large-pull-9 {
        position: relative;
        left: -75%
    }
    .large-offset-8 {
        margin-left: 66.66667%
    }
    .large-10 {
        width: 83.33333%
    }
    .large-push-10 {
        position: relative;
        left: 83.33333%
    }
    .large-pull-10 {
        position: relative;
        left: -83.33333%
    }
    .large-offset-9 {
        margin-left: 75%
    }
    .large-11 {
        width: 91.66667%
    }
    .large-push-11 {
        position: relative;
        left: 91.66667%
    }
    .large-pull-11 {
        position: relative;
        left: -91.66667%
    }
    .large-offset-10 {
        margin-left: 83.33333%
    }
    .large-12 {
        width: 100%
    }
    .large-offset-11 {
        margin-left: 91.66667%
    }
    .large-up-1>.column,
    .large-up-1>.columns {
        width: 100%;
        float: left
    }
    .large-up-1>.column:nth-of-type(1n),
    .large-up-1>.columns:nth-of-type(1n) {
        clear: none
    }
    .large-up-1>.column:nth-of-type(1n+1),
    .large-up-1>.columns:nth-of-type(1n+1) {
        clear: both
    }
    .large-up-1>.column:last-child,
    .large-up-1>.columns:last-child {
        float: left
    }
    .large-up-2>.column,
    .large-up-2>.columns {
        width: 50%;
        float: left
    }
    .large-up-2>.column:nth-of-type(1n),
    .large-up-2>.columns:nth-of-type(1n) {
        clear: none
    }
    .large-up-2>.column:nth-of-type(odd),
    .large-up-2>.columns:nth-of-type(odd) {
        clear: both
    }
    .large-up-2>.column:last-child,
    .large-up-2>.columns:last-child {
        float: left
    }
    .large-up-3>.column,
    .large-up-3>.columns {
        width: 33.33333%;
        float: left
    }
    .large-up-3>.column:nth-of-type(1n),
    .large-up-3>.columns:nth-of-type(1n) {
        clear: none
    }
    .large-up-3>.column:nth-of-type(3n+1),
    .large-up-3>.columns:nth-of-type(3n+1) {
        clear: both
    }
    .large-up-3>.column:last-child,
    .large-up-3>.columns:last-child {
        float: left
    }
    .large-up-4>.column,
    .large-up-4>.columns {
        width: 25%;
        float: left
    }
    .large-up-4>.column:nth-of-type(1n),
    .large-up-4>.columns:nth-of-type(1n) {
        clear: none
    }
    .large-up-4>.column:nth-of-type(4n+1),
    .large-up-4>.columns:nth-of-type(4n+1) {
        clear: both
    }
    .large-up-4>.column:last-child,
    .large-up-4>.columns:last-child {
        float: left
    }
    .large-up-5>.column,
    .large-up-5>.columns {
        width: 20%;
        float: left
    }
    .large-up-5>.column:nth-of-type(1n),
    .large-up-5>.columns:nth-of-type(1n) {
        clear: none
    }
    .large-up-5>.column:nth-of-type(5n+1),
    .large-up-5>.columns:nth-of-type(5n+1) {
        clear: both
    }
    .large-up-5>.column:last-child,
    .large-up-5>.columns:last-child {
        float: left
    }
    .large-up-6>.column,
    .large-up-6>.columns {
        width: 16.66667%;
        float: left
    }
    .large-up-6>.column:nth-of-type(1n),
    .large-up-6>.columns:nth-of-type(1n) {
        clear: none
    }
    .large-up-6>.column:nth-of-type(6n+1),
    .large-up-6>.columns:nth-of-type(6n+1) {
        clear: both
    }
    .large-up-6>.column:last-child,
    .large-up-6>.columns:last-child {
        float: left
    }
    .large-up-7>.column,
    .large-up-7>.columns {
        width: 14.28571%;
        float: left
    }
    .large-up-7>.column:nth-of-type(1n),
    .large-up-7>.columns:nth-of-type(1n) {
        clear: none
    }
    .large-up-7>.column:nth-of-type(7n+1),
    .large-up-7>.columns:nth-of-type(7n+1) {
        clear: both
    }
    .large-up-7>.column:last-child,
    .large-up-7>.columns:last-child {
        float: left
    }
    .large-up-8>.column,
    .large-up-8>.columns {
        width: 12.5%;
        float: left
    }
    .large-up-8>.column:nth-of-type(1n),
    .large-up-8>.columns:nth-of-type(1n) {
        clear: none
    }
    .large-up-8>.column:nth-of-type(8n+1),
    .large-up-8>.columns:nth-of-type(8n+1) {
        clear: both
    }
    .large-up-8>.column:last-child,
    .large-up-8>.columns:last-child {
        float: left
    }
    .large-collapse>.column,
    .large-collapse>.columns {
        padding-left: 0;
        padding-right: 0
    }
    .expanded.row .large-collapse.row,
    .large-collapse .row {
        margin-left: 0;
        margin-right: 0
    }
    .large-uncollapse>.column,
    .large-uncollapse>.columns {
        padding-left: .9375rem;
        padding-right: .9375rem
    }
    .large-centered {
        margin-left: auto;
        margin-right: auto
    }
    .large-centered,
    .large-centered:last-child:not(:first-child) {
        float: none;
        clear: both
    }
    .large-pull-0,
    .large-push-0,
    .large-uncentered {
        position: static;
        margin-left: 0;
        margin-right: 0;
        float: left
    }
}

blockquote,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
pre,
td,
th,
ul {
    margin: 0;
    padding: 0
}

p {
    font-size: inherit;
    line-height: 1.6;
    margin-bottom: 1rem;
    text-rendering: optimizeLegibility
}

em,
i {
    font-style: italic
}

b,
em,
i,
strong {
    line-height: inherit
}

b,
strong {
    font-weight: 700
}

small {
    font-size: 80%;
    line-height: inherit
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: NVIDIA, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: inherit;
    text-rendering: optimizeLegibility;
    margin-top: 0;
    margin-bottom: .5rem;
    line-height: 1.4
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    color: #cacaca;
    line-height: 0
}

h1 {
    font-size: 2.25rem
}

h2 {
    font-size: 1.5rem
}

h3,
h4 {
    font-size: 1.0625rem
}

h5 {
    font-size: 1.1875rem
}

h6 {
    font-size: 1rem
}

@media screen and (min-width:40em) {
    h1 {
        font-size: 2.5rem
    }
    h2 {
        font-size: 1.5rem
    }
    h3,
    h4 {
        font-size: 1.125rem
    }
    h5 {
        font-size: 2rem
    }
    h6 {
        font-size: 1rem
    }
}

a {
    color: #76b900;
    text-decoration: none;
    line-height: inherit;
    cursor: pointer
}

a:focus,
a:hover {
    color: #659f00
}

a img {
    border: 0
}

hr {
    max-width: 75rem;
    height: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 1px solid #cacaca;
    border-left: 0;
    margin: 1.25rem auto;
    clear: both
}

dl,
ol,
ul {
    line-height: 1.6;
    margin-bottom: 1rem;
    list-style-position: outside
}

li {
    font-size: inherit
}

ul {
    list-style-type: disc
}

ol,
ul {
    margin-left: 1.25rem
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-left: 1.25rem;
    margin-bottom: 0
}

dl {
    margin-bottom: 1rem
}

dl dt {
    margin-bottom: .3rem;
    font-weight: 700
}

blockquote {
    margin: 0 0 1rem;
    padding: .5625rem 1.25rem 0 1.1875rem;
    border-left: 1px solid #cacaca
}

blockquote,
blockquote p {
    line-height: 1.6;
    color: #1c1c1c
}

cite {
    display: block;
    font-size: .8125rem;
    color: #1c1c1c
}

cite:before {
    content: "\2014 \0020"
}

abbr {
    color: #000;
    cursor: help;
    border-bottom: 1px dotted #000
}

code {
    font-weight: 400;
    border: 1px solid #cacaca;
    padding: .125rem .3125rem .0625rem
}

code,
kbd {
    font-family: Consolas, Liberation Mono, Courier, monospace;
    color: #000;
    background-color: #e6e6e6
}

kbd {
    padding: .125rem .25rem 0;
    margin: 0
}

.subheader {
    margin-top: .2rem;
    margin-bottom: .5rem;
    font-weight: 400;
    line-height: 1.4;
    color: #1c1c1c
}

.lead {
    font-size: 125%;
    line-height: 1.6
}

.stat {
    font-size: 2.5rem;
    line-height: 1
}

p+.stat {
    margin-top: -1rem
}

.no-bullet {
    margin-left: 0;
    list-style: none
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

@media screen and (min-width:40em) {
    .medium-text-left {
        text-align: left
    }
    .medium-text-right {
        text-align: right
    }
    .medium-text-center {
        text-align: center
    }
    .medium-text-justify {
        text-align: justify
    }
}

@media screen and (min-width:64em) {
    .large-text-left {
        text-align: left
    }
    .large-text-right {
        text-align: right
    }
    .large-text-center {
        text-align: center
    }
    .large-text-justify {
        text-align: justify
    }
}

.show-for-print {
    display: none!important
}

@media print {
    * {
        background: transparent!important;
        color: #000!important;
        box-shadow: none!important;
        text-shadow: none!important
    }
    .show-for-print {
        display: block!important
    }
    .hide-for-print {
        display: none!important
    }
    table.show-for-print {
        display: table!important
    }
    thead.show-for-print {
        display: table-header-group!important
    }
    tbody.show-for-print {
        display: table-row-group!important
    }
    tr.show-for-print {
        display: table-row!important
    }
    td.show-for-print,
    th.show-for-print {
        display: table-cell!important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    .ir a:after,
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    blockquote,
    pre {
        border: 1px solid #1c1c1c;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    img,
    tr {
        page-break-inside: avoid
    }
    img {
        max-width: 100%!important
    }
    @page {
        margin: .5cm
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
}

.button {
    display: inline-block;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-transition: background-color .25s ease-out, color .25s ease-out;
    transition: background-color .25s ease-out, color .25s ease-out;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 0;
    padding: .85em 1em;
    margin: 0 0 1rem;
    font-size: .9rem;
    background-color: #76b900;
    color: #fefefe
}

[data-whatinput=mouse] .button {
    outline: 0
}

.button:focus,
.button:hover {
    background-color: #649d00;
    color: #fefefe
}

.button.tiny {
    font-size: .6rem
}

.button.small {
    font-size: .75rem
}

.button.large {
    font-size: 1.25rem
}

.button.expanded {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0
}

.button.primary {
    background-color: #76b900;
    color: #fefefe
}

.button.primary:focus,
.button.primary:hover {
    background-color: #5e9400;
    color: #fefefe
}

.button.secondary {
    background-color: #777;
    color: #fefefe
}

.button.secondary:focus,
.button.secondary:hover {
    background-color: #5f5f5f;
    color: #fefefe
}

.button.success {
    background-color: #3adb76;
    color: #fefefe
}

.button.success:focus,
.button.success:hover {
    background-color: #22bb5b;
    color: #fefefe
}

.button.warning {
    background-color: #ffae00;
    color: #fefefe
}

.button.warning:focus,
.button.warning:hover {
    background-color: #cc8b00;
    color: #fefefe
}

.button.alert {
    background-color: #ec5840;
    color: #fefefe
}

.button.alert:focus,
.button.alert:hover {
    background-color: #da3116;
    color: #fefefe
}

.button.hollow {
    border: 1px solid #76b900;
    color: #76b900
}

.button.hollow,
.button.hollow:focus,
.button.hollow:hover {
    background-color: transparent
}

.button.hollow:focus,
.button.hollow:hover {
    border-color: #3b5d00;
    color: #3b5d00
}

.button.hollow.primary {
    border: 1px solid #76b900;
    color: #76b900
}

.button.hollow.primary:focus,
.button.hollow.primary:hover {
    border-color: #3b5d00;
    color: #3b5d00
}

.button.hollow.secondary {
    border: 1px solid #777;
    color: #777
}

.button.hollow.secondary:focus,
.button.hollow.secondary:hover {
    border-color: #3c3c3c;
    color: #3c3c3c
}

.button.hollow.success {
    border: 1px solid #3adb76;
    color: #3adb76
}

.button.hollow.success:focus,
.button.hollow.success:hover {
    border-color: #157539;
    color: #157539
}

.button.hollow.warning {
    border: 1px solid #ffae00;
    color: #ffae00
}

.button.hollow.warning:focus,
.button.hollow.warning:hover {
    border-color: #805700;
    color: #805700
}

.button.hollow.alert {
    border: 1px solid #ec5840;
    color: #ec5840
}

.button.hollow.alert:focus,
.button.hollow.alert:hover {
    border-color: #881f0e;
    color: #881f0e
}

.button.disabled,
.button[disabled] {
    opacity: .25;
    cursor: not-allowed
}

.button.disabled:focus,
.button.disabled:hover,
.button[disabled]:focus,
.button[disabled]:hover {
    background-color: #76b900;
    color: #fefefe
}

.button.disabled.primary,
.button[disabled].primary {
    opacity: .25;
    cursor: not-allowed
}

.button.disabled.primary:focus,
.button.disabled.primary:hover,
.button[disabled].primary:focus,
.button[disabled].primary:hover {
    background-color: #76b900;
    color: #fefefe
}

.button.disabled.secondary,
.button[disabled].secondary {
    opacity: .25;
    cursor: not-allowed
}

.button.disabled.secondary:focus,
.button.disabled.secondary:hover,
.button[disabled].secondary:focus,
.button[disabled].secondary:hover {
    background-color: #777;
    color: #fefefe
}

.button.disabled.success,
.button[disabled].success {
    opacity: .25;
    cursor: not-allowed
}

.button.disabled.success:focus,
.button.disabled.success:hover,
.button[disabled].success:focus,
.button[disabled].success:hover {
    background-color: #3adb76;
    color: #fefefe
}

.button.disabled.warning,
.button[disabled].warning {
    opacity: .25;
    cursor: not-allowed
}

.button.disabled.warning:focus,
.button.disabled.warning:hover,
.button[disabled].warning:focus,
.button[disabled].warning:hover {
    background-color: #ffae00;
    color: #fefefe
}

.button.disabled.alert,
.button[disabled].alert {
    opacity: .25;
    cursor: not-allowed
}

.button.disabled.alert:focus,
.button.disabled.alert:hover,
.button[disabled].alert:focus,
.button[disabled].alert:hover {
    background-color: #ec5840;
    color: #fefefe
}

.button.dropdown:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: .4em inset;
    border-color: #fefefe transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: relative;
    top: .4em;
    float: right;
    margin-left: 1em;
    display: inline-block
}

.button.arrow-only:after {
    margin-left: 0;
    float: none;
    top: -.1em
}

[type=color],
[type=date],
[type=datetime-local],
[type=datetime],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 2.4375rem;
    padding: .5rem;
    border: 1px solid #cacaca;
    margin: 0 0 1rem;
    font-family: inherit;
    font-size: 1rem;
    color: #000;
    background-color: #fefefe;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    border-radius: 0;
    -webkit-transition: box-shadow .5s, border-color .25s ease-in-out;
    transition: box-shadow .5s, border-color .25s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none
}

[type=color]:focus,
[type=date]:focus,
[type=datetime-local]:focus,
[type=datetime]:focus,
[type=email]:focus,
[type=month]:focus,
[type=number]:focus,
[type=password]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=text]:focus,
[type=time]:focus,
[type=url]:focus,
[type=week]:focus,
textarea:focus {
    border: 1px solid #1c1c1c;
    background-color: #fefefe;
    outline: none;
    box-shadow: 0 0 5px #cacaca;
    -webkit-transition: box-shadow .5s, border-color .25s ease-in-out;
    transition: box-shadow .5s, border-color .25s ease-in-out
}

textarea {
    max-width: 100%
}

textarea[rows] {
    height: auto
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #cacaca
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #cacaca
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #cacaca
}

input::placeholder,
textarea::placeholder {
    color: #cacaca
}

input:disabled,
input[readonly],
textarea:disabled,
textarea[readonly] {
    background-color: #e6e6e6;
    cursor: default
}

[type=button],
[type=submit] {
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none
}

input[type=search] {
    box-sizing: border-box
}

[type=checkbox],
[type=file],
[type=radio] {
    margin: 0 0 1rem
}

[type=checkbox]+label,
[type=radio]+label {
    display: inline-block;
    margin-left: .5rem;
    margin-right: 1rem;
    margin-bottom: 0;
    vertical-align: baseline
}

[type=checkbox]+label[for],
[type=radio]+label[for] {
    cursor: pointer
}

label>[type=checkbox],
label>[type=radio] {
    margin-right: .5rem
}

[type=file] {
    width: 100%
}

label {
    display: block;
    margin: 0;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.8;
    color: #000
}

label.middle {
    margin: 0 0 1rem;
    padding: .5625rem 0
}

.help-text {
    font-size: .8125rem;
    font-style: italic;
    color: #000
}

.input-group {
    display: table;
    width: 100%;
    margin-bottom: 1rem
}

.input-group>:first-child,
.input-group>:last-child>* {
    border-radius: 0 0 0 0
}

.input-group-button,
.input-group-field,
.input-group-label {
    margin: 0;
    white-space: nowrap;
    display: table-cell;
    vertical-align: middle
}

.input-group-label {
    text-align: center;
    padding: 0 1rem;
    background: #e6e6e6;
    color: #000;
    border: 1px solid #cacaca;
    white-space: nowrap;
    width: 1%;
    height: 100%
}

.input-group-label:first-child {
    border-right: 0
}

.input-group-label:last-child {
    border-left: 0
}

.input-group-field {
    border-radius: 0;
    height: 2.5rem
}

.input-group-button {
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    height: 100%;
    width: 1%
}

.input-group-button a,
.input-group-button button,
.input-group-button input {
    margin: 0
}

.input-group .input-group-button {
    display: table-cell
}

fieldset {
    border: 0;
    padding: 0;
    margin: 0
}

legend {
    margin-bottom: .5rem;
    max-width: 100%
}

.fieldset {
    border: 1px solid #cacaca;
    padding: 1.25rem;
    margin: 1.125rem 0
}

.fieldset legend {
    background: #fefefe;
    padding: 0 .1875rem;
    margin: 0;
    margin-left: -.1875rem
}

select {
    height: 2.4375rem;
    padding: .5rem;
    border: 1px solid #cacaca;
    margin: 0 0 1rem;
    font-size: 1rem;
    font-family: inherit;
    line-height: normal;
    color: #000;
    background-color: #fefefe;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%2828, 28, 28%29'></polygon></svg>");
    background-size: 9px 6px;
    background-position: right -1rem center;
    background-origin: content-box;
    background-repeat: no-repeat;
    padding-right: 1.5rem
}

@media screen and (min-width:0\0) {
    select {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==")
    }
}

select:disabled {
    background-color: #e6e6e6;
    cursor: default
}

select::-ms-expand {
    display: none
}

select[multiple] {
    height: auto;
    background-image: none
}

.is-invalid-input:not(:focus) {
    background-color: rgba(236, 88, 64, .1);
    border-color: #ec5840
}

.form-error,
.is-invalid-label {
    color: #ec5840
}

.form-error {
    display: none;
    margin-top: -.5rem;
    margin-bottom: 1rem;
    font-size: .75rem;
    font-weight: 700
}

.form-error.is-visible {
    display: block
}

.accordion {
    list-style-type: none;
    background: #fefefe;
    margin-left: 0
}

.accordion-item:first-child>:first-child,
.accordion-item:last-child>:last-child {
    border-radius: 0 0 0 0
}

.accordion-title {
    display: block;
    padding: 1.25rem 1rem;
    line-height: 1;
    font-size: .75rem;
    color: #76b900;
    position: relative;
    border: 1px solid #e6e6e6;
    border-bottom: 0
}

:last-child:not(.is-active)>.accordion-title {
    border-radius: 0 0 0 0;
    border-bottom: 1px solid #e6e6e6
}

.accordion-title:focus,
.accordion-title:hover {
    background-color: #e6e6e6
}

.accordion-title:before {
    content: "+";
    position: absolute;
    right: 1rem;
    top: 50%;
    margin-top: -.5rem
}

.is-active>.accordion-title:before {
    content: "–"
}

.accordion-content {
    padding: 1rem;
    display: none;
    border: 1px solid #e6e6e6;
    border-bottom: 0;
    background-color: #fefefe;
    color: #76b900
}

:last-child>.accordion-content:last-child {
    border-bottom: 1px solid #e6e6e6
}

.callout {
    margin: 0 0 1rem;
    padding: 1rem;
    border: 1px solid rgba(0, 0, 0, .25);
    border-radius: 0;
    position: relative;
    color: #000;
    background-color: #fff
}

.callout>:first-child {
    margin-top: 0
}

.callout>:last-child {
    margin-bottom: 0
}

.callout.primary {
    background-color: #edffce
}

.callout.secondary {
    background-color: #ebebeb
}

.callout.success {
    background-color: #e1faea
}

.callout.warning {
    background-color: #fff3d9
}

.callout.alert {
    background-color: #fce6e2
}

.callout.small {
    padding: .5rem
}

.callout.large {
    padding: 3rem
}

.menu {
    margin: 0;
    list-style-type: none
}

.menu>li {
    vertical-align: middle
}

[data-whatinput=mouse] .menu>li {
    outline: 0
}

.menu>li>a {
    display: block;
    padding: .7rem 1rem;
    line-height: 1
}

.menu a,
.menu button,
.menu input {
    margin-bottom: 0
}

.menu>li>a i,
.menu>li>a i+span,
.menu>li>a img,
.menu>li>a img+span,
.menu>li>a svg,
.menu>li>a svg+span {
    vertical-align: middle
}

.menu>li>a i,
.menu>li>a img,
.menu>li>a svg {
    margin-right: .25rem;
    display: inline-block
}

.menu>li {
    display: table-cell
}

.menu.vertical>li {
    display: block
}

@media screen and (min-width:40em) {
    .menu.medium-horizontal>li {
        display: table-cell
    }
    .menu.medium-vertical>li {
        display: block
    }
}

@media screen and (min-width:64em) {
    .menu.large-horizontal>li {
        display: table-cell
    }
    .menu.large-vertical>li {
        display: block
    }
}

.menu.simple li {
    line-height: 1;
    display: inline-block;
    margin-right: 1rem
}

.menu.simple a {
    padding: 0
}

.menu.align-right:after,
.menu.align-right:before {
    content: " ";
    display: table
}

.menu.align-right:after {
    clear: both
}

.menu.align-right>li {
    float: right
}

.menu.expanded {
    width: 100%;
    display: table;
    table-layout: fixed
}

.menu.expanded>li:first-child:last-child {
    width: 100%
}

.menu.icon-top>li>a {
    text-align: center
}

.menu.icon-top>li>a i,
.menu.icon-top>li>a img,
.menu.icon-top>li>a svg {
    display: block;
    margin: 0 auto .25rem
}

.menu.nested {
    margin-left: 1rem
}

.menu .active>a {
    color: #fefefe;
    background: #76b900
}

.menu-text {
    font-weight: 700;
    color: inherit;
    line-height: 1;
    padding-top: 0;
    padding-bottom: 0;
    padding: .7rem 1rem
}

.menu-centered {
    text-align: center
}

.menu-centered>.menu {
    display: inline-block
}

.no-js [data-responsive-menu] ul {
    display: none
}

.label {
    display: inline-block;
    padding: .33333rem .5rem;
    font-size: .8rem;
    line-height: 1;
    white-space: nowrap;
    cursor: default;
    border-radius: 0;
    background: #76b900;
    color: #fefefe
}

.label.secondary {
    background: #777;
    color: #fefefe
}

.label.success {
    background: #3adb76;
    color: #fefefe
}

.label.warning {
    background: #ffae00;
    color: #fefefe
}

.label.alert {
    background: #ec5840;
    color: #fefefe
}

.sticky-container {
    position: relative
}

.sticky {
    position: absolute;
    z-index: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.sticky.is-stuck {
    position: fixed;
    z-index: 4
}

.sticky.is-stuck.is-at-top {
    top: 0
}

.sticky.is-stuck.is-at-bottom {
    bottom: 0
}

.sticky.is-anchored {
    position: absolute;
    left: auto;
    right: auto
}

.sticky.is-anchored.is-at-bottom {
    bottom: 0
}

body.is-reveal-open {
    overflow: hidden
}

html.is-reveal-open,
html.is-reveal-open body {
    min-height: 100%;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.reveal-overlay {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background-color: rgba(0, 0, 0, .45);
    overflow-y: scroll
}

.reveal {
    display: none;
    z-index: 11;
    padding: 2rem;
    border: 1px solid #cacaca;
    background-color: #fefefe;
    border-radius: 0;
    position: relative;
    top: 100px;
    margin-left: auto;
    margin-right: auto;
    overflow-y: auto
}

[data-whatinput=mouse] .reveal {
    outline: 0
}

@media screen and (min-width:40em) {
    .reveal {
        min-height: 0
    }
}

.reveal .column,
.reveal .columns {
    min-width: 0
}

.reveal>:last-child {
    margin-bottom: 0
}

@media screen and (min-width:40em) {
    .reveal {
        width: 600px;
        max-width: 75rem
    }
}

@media screen and (min-width:40em) {
    .reveal .reveal {
        left: auto;
        right: auto;
        margin: 0 auto
    }
}

.reveal.collapse {
    padding: 0
}

@media screen and (min-width:40em) {
    .reveal.tiny {
        width: 30%;
        max-width: 75rem
    }
}

@media screen and (min-width:40em) {
    .reveal.small {
        width: 50%;
        max-width: 75rem
    }
}

@media screen and (min-width:40em) {
    .reveal.large {
        width: 90%;
        max-width: 75rem
    }
}

.reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    max-width: none;
    margin-left: 0;
    border: 0;
    border-radius: 0
}

@media screen and (max-width:39.9375em) {
    .reveal {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        height: 100vh;
        min-height: 100vh;
        max-width: none;
        margin-left: 0;
        border: 0;
        border-radius: 0
    }
}

.reveal.without-overlay {
    position: fixed
}

.top-bar {
    padding: .5rem
}

.top-bar:after,
.top-bar:before {
    content: " ";
    display: table
}

.top-bar:after {
    clear: both
}

.top-bar,
.top-bar ul {
    background-color: #000
}

.top-bar input {
    max-width: 200px;
    margin-right: 1rem
}

.top-bar .input-group-field {
    width: 100%;
    margin-right: 0
}

.top-bar input.button {
    width: auto
}

.top-bar .top-bar-left,
.top-bar .top-bar-right {
    width: 100%
}

@media screen and (min-width:40em) {
    .top-bar .top-bar-left,
    .top-bar .top-bar-right {
        width: auto
    }
}

@media screen and (max-width:63.9375em) {
    .top-bar.stacked-for-medium .top-bar-left,
    .top-bar.stacked-for-medium .top-bar-right {
        width: 100%
    }
}

@media screen and (max-width:74.9375em) {
    .top-bar.stacked-for-large .top-bar-left,
    .top-bar.stacked-for-large .top-bar-right {
        width: 100%
    }
}

.top-bar-title {
    float: left;
    margin-right: 1rem
}

.top-bar-left {
    float: left
}

.top-bar-right {
    float: right
}

.hide {
    display: none!important
}

.invisible {
    visibility: hidden
}

@media screen and (max-width:39.9375em) {
    .hide-for-small-only {
        display: none!important
    }
}

@media screen and (max-width:0em),
screen and (min-width:40em) {
    .show-for-small-only {
        display: none!important
    }
}

@media screen and (min-width:40em) {
    .hide-for-medium {
        display: none!important
    }
}

@media screen and (max-width:39.9375em) {
    .show-for-medium {
        display: none!important
    }
}

@media screen and (min-width:40em) and (max-width:63.9375em) {
    .hide-for-medium-only {
        display: none!important
    }
}

@media screen and (max-width:39.9375em),
screen and (min-width:64em) {
    .show-for-medium-only {
        display: none!important
    }
}

@media screen and (min-width:64em) {
    .hide-for-large {
        display: none!important
    }
}

@media screen and (max-width:63.9375em) {
    .show-for-large {
        display: none!important
    }
}

@media screen and (min-width:64em) and (max-width:74.9375em) {
    .hide-for-large-only {
        display: none!important
    }
}

@media screen and (max-width:63.9375em),
screen and (min-width:75em) {
    .show-for-large-only {
        display: none!important
    }
}

.show-for-sr,
.show-on-focus {
    position: absolute!important;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0)
}

.show-on-focus:active,
.show-on-focus:focus {
    position: static!important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto
}

.hide-for-portrait,
.show-for-landscape {
    display: block!important
}

@media screen and (orientation:landscape) {
    .hide-for-portrait,
    .show-for-landscape {
        display: block!important
    }
}

@media screen and (orientation:portrait) {
    .hide-for-portrait,
    .show-for-landscape {
        display: none!important
    }
}

.hide-for-landscape,
.show-for-portrait {
    display: none!important
}

@media screen and (orientation:landscape) {
    .hide-for-landscape,
    .show-for-portrait {
        display: none!important
    }
}

@media screen and (orientation:portrait) {
    .hide-for-landscape,
    .show-for-portrait {
        display: block!important
    }
}

.float-left {
    float: left!important
}

.float-right {
    float: right!important
}

.float-center {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.clearfix:after,
.clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.accordion .accordion-title h2,
a,
body,
li,
p {
    font-family: NVIDIA, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 16px;
    line-height: 24px
}

.accordion .accordion-title h2:lang(ja),
a:lang(ja),
body:lang(ja),
li:lang(ja),
p:lang(ja) {
    font-family: NVIDIA, メイリオ, Meiryo, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif
}

.accordion .accordion-title h2:lang(tw),
a:lang(tw),
body:lang(tw),
li:lang(tw),
p:lang(tw) {
    font-family: NVIDIA, Microsoft JhengHei, 微軟正黑體, Heiti TC, 黑體-繁, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif
}

.accordion .accordion-title h2:lang(kr),
a:lang(kr),
body:lang(kr),
li:lang(kr),
p:lang(kr) {
    font-family: NVIDIA, 나눔고딕, NanumGothic, NG, Segoe UI, Malgun Gothic, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif
}

#mobile-lateral-nav .submenu li a,
#mobile-lateral-nav a {
    font-family: NVIDIA, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif
}

#mobile-lateral-nav .submenu li a:lang(ja),
#mobile-lateral-nav a:lang(ja) {
    font-family: NVIDIA, メイリオ, Meiryo, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif
}

#mobile-lateral-nav .submenu li a:lang(tw),
#mobile-lateral-nav a:lang(tw) {
    font-family: NVIDIA, Microsoft JhengHei, 微軟正黑體, Heiti TC, 黑體-繁, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif
}

#mobile-lateral-nav .submenu li a:lang(kr),
#mobile-lateral-nav a:lang(kr) {
    font-family: NVIDIA, 나눔고딕, NanumGothic, NG, Segoe UI, Malgun Gothic, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif
}

#fb-share-button,
.pricing-table li .green,
button,
h1 {
    font-family: NVIDIA, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif
}

#fb-share-button:lang(ja),
.pricing-table li .green:lang(ja),
button:lang(ja),
h1:lang(ja) {
    font-family: NVIDIA, メイリオ, Meiryo, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif
}

#fb-share-button:lang(tw),
.pricing-table li .green:lang(tw),
button:lang(tw),
h1:lang(tw) {
    font-family: NVIDIA, Microsoft JhengHei, 微軟正黑體, Heiti TC, 黑體-繁, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif
}

#fb-share-button:lang(kr),
.pricing-table li .green:lang(kr),
button:lang(kr),
h1:lang(kr) {
    font-family: NVIDIA, 나눔고딕, NanumGothic, NG, Segoe UI, Malgun Gothic, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif
}

.tables .cell-white-bold p,
h2,
h3,
h4,
h5,
h6 {
    font-family: NVIDIA, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-weight: 700
}

.tables .cell-white-bold p:lang(ja),
h2:lang(ja),
h3:lang(ja),
h4:lang(ja),
h5:lang(ja),
h6:lang(ja) {
    font-family: NVIDIA, メイリオ, Meiryo, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-weight: 700
}

.tables .cell-white-bold p:lang(tw),
h2:lang(tw),
h3:lang(tw),
h4:lang(tw),
h5:lang(tw),
h6:lang(tw) {
    font-family: NVIDIA, Microsoft JhengHei, 微軟正黑體, Heiti TC, 黑體-繁, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-weight: 700
}

.tables .cell-white-bold p:lang(kr),
h2:lang(kr),
h3:lang(kr),
h4:lang(kr),
h5:lang(kr),
h6:lang(kr) {
    font-family: NVIDIA, 나눔고딕, NanumGothic, NG, Segoe UI, Malgun Gothic, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-weight: 700
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase
}

h1:lang(ja),
h1:lang(kr),
h1:lang(tw),
h2:lang(ja),
h2:lang(kr),
h2:lang(tw),
h3:lang(ja),
h3:lang(kr),
h3:lang(tw),
h4:lang(ja),
h4:lang(kr),
h4:lang(tw),
h5:lang(ja),
h5:lang(kr),
h5:lang(tw),
h6:lang(ja),
h6:lang(kr),
h6:lang(tw) {
    font-weight: 700
}

::selection {
    background: #76b900;
    color: #fefefe
}

::-moz-selection {
    background: #76b900;
    color: #fefefe
}

h1,
h2 {
    color: #76b900
}

h3 {
    color: #999
}

h4 {
    color: #004831
}

h5 {
    color: #666
}

h6 {
    color: #76b900
}

sup {
    top: -.25em
}

hr.grey {
    border-bottom: 1px solid #333
}

ul {
    margin-bottom: 0;
    list-style-image: url("../img/right-caret.png")
}

ol.singlelevel-ol {
    list-style: none;
    counter-reset: a
}

ol.singlelevel-ol>li {
    counter-increment: a
}

ol.singlelevel-ol>li:before {
    content: counter(a) ".";
    color: #76b900;
    display: inline-block;
    width: 1em;
    margin-left: -1.5em;
    margin-right: .5em;
    text-align: right
}

.multilevel-ol>ol>li {
    font-size: 14px;
    font-family: NVIDIA, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    text-transform: uppercase
}

.multilevel-ol>ol>li span {
    font-family: NVIDIA, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1rem;
    text-transform: none
}

.multilevel-ol>ol>li>ol {
    margin: .5rem 0
}

.multilevel-ol>ol>li>ol>li {
    font-family: NVIDIA, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    margin: .5rem 0!important
}

.multilevel-ol>ol>li>ol>li span {
    font-family: NVIDIA, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    text-transform: none
}

.multilevel-ol ol {
    list-style-type: none;
    counter-reset: b;
    margin: 0;
    padding: 0;
    text-transform: none
}

.multilevel-ol ol>li {
    display: table;
    counter-increment: b;
    margin-bottom: 1rem
}

.multilevel-ol ol>li:before {
    color: #76b900;
    content: counters(b, ".") ".0 ";
    display: table-cell;
    padding-right: .6em
}

.multilevel-ol ol li ol>li {
    margin: 0
}

.multilevel-ol ol li ol>li:before {
    content: counters(b, ".") " "
}

.pageTitle {
    margin: 0 0 1rem;
    text-align: center
}

.pageIntro {
    margin-bottom: 2.5rem
}

.nomargin {
    margin: 0!important
}

.nopadding {
    padding: 0!important
}

.noborders {
    border: 0!important
}

.g-recaptcha>div {
    margin: 1rem auto
}

.text-right>.g-recaptcha>div {
    margin: .5rem;
    float: right
}

.nowrap {
    white-space: nowrap
}

.startHidden {
    display: none
}

.scrollFadeIn {
    opacity: 1
}

.header-margin {
    margin-top: 70px
}

.required {
    color: #76b900
}

.notransform {
    text-transform: none!important
}

.text-white {
    color: #fefefe
}

.text-green {
    color: #76b900
}

.input-group .input-group-button {
    vertical-align: top
}

#fb-share-button,
.button {
    font-size: 16px;
    text-transform: uppercase;
    min-width: 150px;
    padding: 15px 15px 12px
}

#fb-share-button.button-slanted,
.button.button-slanted {
    -webkit-transform: skewX(-30deg);
    transform: skewX(-30deg)
}

#fb-share-button.button-slanted .button-slanted-content,
.button.button-slanted .button-slanted-content {
    -webkit-transform: skewX(30deg);
    transform: skewX(30deg);
    display: inline-block
}

#fb-share-button .cssload-container,
.button .cssload-container {
    width: 100%;
    height: 12px;
    text-align: center;
    margin: -5px 0 5px
}

#fb-share-button .cssload-speeding-wheel,
.button .cssload-speeding-wheel {
    width: 20px;
    height: 20px;
    margin: 0 auto;
    border: 2px solid #fff;
    border-radius: 50%;
    border-left-color: transparent;
    border-right-color: transparent;
    -webkit-animation: e 1025ms infinite linear;
    animation: e 1025ms infinite linear
}

@-webkit-keyframes e {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes e {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

#day2price.discounted {
    color: #76b900
}

.policyContainer {
    max-height: 320px;
    overflow: auto;
    padding: .5rem;
    margin: 0 1rem 1.5rem;
    border: 1px solid #ccc
}

.successMsg {
    color: #76b900
}

.errorMsg {
    color: #f44336
}

#paymentContainer {
    padding: 2rem 1rem 1rem;
    margin: 1rem 0 2rem
}

#paymentContainer #discountCode {
    text-transform: uppercase
}

#paymentContainer #discountApply {
    padding: 14px 25px 12px
}

#paymentContainer #discountMsg-error,
#paymentContainer #discountMsg-success {
    font-size: .8rem
}

.button-fixedwidth {
    width: 100px
}

section.removeGap {
    margin-top: -7px
}

article,
section {
    padding: 30px 0 30px
}

article img,
section img {
    margin-bottom: 1rem
}

.nav-logo-bottom,
.top-bar>.row {
    position: relative
}

.fb-icon {
    margin-left: 5px
}

.fb-icon,
.tt-icon {
    height: 24px;
    margin-bottom: 6px
}

.tw-icon {
    margin: 0 0 6px 8px;
    height: 20px
}

.caption {
    font-size: .75rem;
    color: #737373
}

.h_iframe {
    position: relative
}

.h_iframe .ratio {
    display: block;
    width: 100%;
    height: auto
}

.h_iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.hero {
    max-width: 1440px;
    min-height: 250px
}

.hero ul.slider {
    height: auto!important
}

.hero ul.slider li {
    position: relative;
    display: none
}

.hero ul.slider li div {
    position: relative;
    padding: 5vw;
    margin-top: -19vw;
    top: -40vw;
}

.hero ul.slider li div.center-content {
    margin: -2rem auto 0;
    right: 0;
    left: 0
}

.hero ul.slider li div h1 {
    font-size: 8vw;
    line-height: 9vw;
    margin-bottom: 5vw
}

.hero ul.slider li div p {
    color: #fefefe;
    font-size: 4.3vw;
    line-height: 6vw;
    margin-bottom: 6vw
}

.hero ul.slider li div a {
    font-size: 5vw;
    margin-bottom: 12vw
}

.hero ul.slider li div a.button-slanted {
    margin-left: .9vw
}

.hero ul.slider li div .lightgallery a {
    margin: 0
}

.hero ul.slider li div .lightgallery img.play {
    max-width: 50px
}

.hero ul.slider li div .lightgallery span {
    color: #fefefe;
    display: block;
    font-size: 1.3rem;
    margin: .8rem 0 1.5rem
}

.reveal .close-button {
    position: absolute;
    color: #cacaca;
    right: 1rem;
    top: .5rem;
    font-size: 2em;
    line-height: 1;
    cursor: pointer
}

.testimonials .testimonial {
    padding: 60px 0 50px
}

.testimonials .testimonial .lquote,
.testimonials .testimonial .rquote {
    position: relative
}

.testimonials .testimonial .lquote img,
.testimonials .testimonial .rquote img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.testimonials .testimonial .quote-content {
    display: table
}

.testimonials .testimonial .quote-content div {
    display: table-cell;
    vertical-align: middle
}

.testimonials .testimonial .quote-content div .quote {
    color: #fff;
    font-size: 30px;
    line-height: 34px
}

.testimonials .testimonial .quote-content div .cite {
    color: #004831;
    font-size: 18px;
    font-weight: 700
}

.testimonials .lSAction {
    display: none!important
}

.testimonials .lSSlideOuter .lSPager.lSpg>li.active a,
.testimonials .lSSlideOuter .lSPager.lSpg>li:hover a {
    border: 1px solid #fefefe;
    background-color: #fefefe
}

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #76b900;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    display: none;
    z-index: 4
}

#return-to-top img {
    margin: 14px 10px;
    width: 30px
}

.bg-black {
    background: #000
}

.bg-grey {
    background: #333
}

.bg-pattern-1 {
    background-color: #fff;
    background: url(../img/bg/bg-pattern-1.png) no-repeat 50%;
    background-size: 100%;
    background-position: 0 0
}

.bg-pattern-2 {
    background-color: #76b900;
    background: url(../img/bg/bg-pattern-2.png);
    background-size: cover
}

.bg-pattern-3 {
    background: url(../img/bg/bg-pattern-3.jpg);
    background-size: contain
}

.bg-pattern-4 {
    background-color: #083b3b;
    background: url(../img/bg/bg-pattern-4.png);
    background-size: cover;
    padding: 40px 0 23px
}

.bg-pattern-4 h1 {
    font-size: 28px;
    color: #f2f2f2;
    text-transform: none
}

.bg-pattern-5 {
    background: url(../img/bg/bg-pattern-5.png);
    background-size: contain
}

.help-text {
    margin-top: -.5rem;
    font-size: .8rem;
    font-style: normal;
    color: #999
}

.accordion .accordion-item {
    list-style-image: none
}

.accordion .accordion-title {
    border-left: 0;
    border-right: 0;
    line-height: 1rem;
    font-size: 1.5rem;
    color: #333;
    padding: 1.25rem 2.5rem 1.25rem 1rem
}

.accordion .accordion-title h2 {
    color: #333;
    font-size: 1.5rem
}

.accordion .accordion-title:before {
    color: #ddd
}

.accordion .accordion-title:hover {
    background: none
}

.accordion .accordion-title:hover h2 {
    color: #76b900
}

.accordion .is-active .accordion-title {
    background: none;
    border-bottom: 1px solid #e6e6e6
}

.accordion .is-active .accordion-title h2 {
    color: #76b900
}

td {
    padding: 5px 10px
}

tr.table-black td,
tr.table-black th,
tr td.table-black {
    background: #000;
    color: #fff
}

tr .table-grey-1,
tr.table-grey-1 td,
tr.table-grey-1 th {
    background: #e1e1e1;
    color: #000
}

tr .table-grey-2,
tr.table-grey-2 td,
tr.table-grey-2 th {
    background: #ccc;
    color: #000
}

tr .table-grey-3,
tr.table-grey-3 td,
tr.table-grey-3 th {
    background: #333;
    color: #fff
}

tr .table-green-1,
tr.table-green-1 td,
tr.table-green-1 th {
    background: #ebf5da;
    color: #000
}

tr .table-green-2,
tr.table-green-2 td,
tr.table-green-2 th {
    background: #91c733;
    color: #fff
}

tr .table-green-3,
tr.table-green-3 td,
tr.table-green-3 th {
    background: #76b900;
    color: #fff
}

.table-light.table tr {
    color: #000;
    padding-left: 20px
}

.table-light.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f6f6f6;
    border-bottom: 1px solid #333
}

.table-light.table-striped>tbody>tr:nth-of-type(2n) {
    background-color: #f0f0f0;
    border-bottom: 1px solid #333
}

.table-light.table-valign {
    vertical-align: middle
}

.table-light.table>thead>tr>th {
    border-bottom: 2px solid #fff!important
}

.table-light.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    padding-left: 20px
}

.table-dark {
    font-size: .8rem
}

.table-dark.table-striped>tbody>tr:first-child {
    border-top: 1px solid #333
}

.table-dark.table-striped.columnHeader>tbody>tr:nth-of-type(odd)>td:first-child {
    background-color: #1a1a1a
}

.table-dark.table-striped.columnHeader>tbody>tr:nth-of-type(2n)>td:first-child {
    background-color: #202020
}

.table-dark.table-striped.columnHeader>tbody>tr>td:first-child {
    border-right: 1px solid #333
}

.table-dark.table tr {
    color: #ddd;
    padding-left: 20px
}

.table-dark.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #1f1f1f;
    border-bottom: 1px solid #333
}

.table-dark.table-striped>tbody>tr:nth-of-type(2n) {
    background-color: #242424;
    border-bottom: 1px solid #333
}

.table-dark.table-valign {
    vertical-align: middle
}

.table-dark.table>thead>tr>th {
    border-bottom: 2px solid #111!important
}

.table-dark.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    border-top: 1px solid #111;
    border-right: 1px solid #111;
    padding-left: 20px
}

.pricing-table {
    margin-bottom: 1rem
}

.pricing-table.disabled {
    cursor: not-allowed;
    background: #efefef
}

.pricing-table.disabled li,
.pricing-table.disabled p {
    color: #ccc
}

.pricing-table.disabled .footer,
.pricing-table.disabled .title {
    background-color: #ccc;
    color: #fefefe
}

.pricing-table.disabled .footer:before,
.pricing-table.disabled .title:before {
    content: normal!important
}

.pricing-table li {
    border-bottom: 1px dotted #ddd;
    padding: .875rem 1.125rem
}

.pricing-table li:last-child {
    border-bottom: 0
}

.pricing-table li .green {
    color: #76b900
}

.pricing-table li .medium {
    font-size: 1.3rem;
    line-height: 2rem
}

.pricing-table li .large {
    font-size: 3rem;
    line-height: 3rem
}

.pricing-table .footer,
.pricing-table .title {
    position: relative;
    background-color: #76b900;
    color: #eee;
    padding: 1.4rem 0 1.2rem;
    border-bottom: 0
}

.pricing-table .footer:before,
.pricing-table .title:before {
    content: " ";
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent
}

.pricing-table .footer.large,
.pricing-table .footer.large a,
.pricing-table .title {
    color: #fff;
    font-size: 1.4rem;
    text-transform: uppercase
}

.pricing-table .title:before {
    top: -1px;
    border-top: 12px solid #fff
}

.pricing-table .footer:before {
    bottom: -1px;
    border-bottom: 12px solid #fff
}

.pricing-table .footer.small {
    font-size: 1rem;
    text-transform: uppercase
}

.pricing-table .content {
    border: 1px solid #ddd;
    border-top: 0;
    border-bottom: 0
}

.pricing-table .price-item {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd
}

.pricing-table .price-item:last-child {
    border-bottom: 1px solid #ddd
}

.pricing-table .price {
    background-color: #e6e6e6;
    color: #333;
    font-size: 1.75rem;
    border-bottom: 0
}

.pricing-table .join {
    max-width: 80px;
    -webkit-transform: scale(2);
    transform: scale(2);
    margin: 1rem auto .6rem
}

.pricing-table .join label {
    font-weight: 700;
    color: #777
}

.galleryItem {
    cursor: pointer
}

.galleryItem img {
    -webkit-transition: -webkit-transform .15s ease 0s;
    transition: -webkit-transform .15s ease 0s;
    transition: transform .15s ease 0s;
    transition: transform .15s ease 0s, -webkit-transform .15s ease 0s;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    height: 100%;
    width: 100%
}

.galleryItem:hover>img {
    -webkit-transform: scale3d(1.04, 1.04, 1.04);
    transform: scale3d(1.04, 1.04, 1.04)
}

.lg-backdrop.in {
    opacity: .9
}

.lg-outer .lg-thumb {
    margin: auto
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
    border-color: #76b900
}

.lg-outer .lg-thumb-item {
    border: 1px solid #1a1a1a;
    border-radius: 0
}

.lg-actions div {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAATCAMAAABx9wfiAAAAQlBMVEUAAAC9vb3////////////////////////////////////////////////////////////////////////////////lpBMRAAAAFXRSTlMABhXqg1rh1sp3JhwMu6+jmWyPNDAANsV5AAAAT0lEQVQI11XMNxbAIBADUXIwNo66/1VNwWofqv40MrZaIwvoDNtx7IxzjaJxoTgeLPEgawTkJnYedbJlBGEit4SqvIWe/Dzi5Ks0cZBz1A9+2gMzxKb/kwAAAABJRU5ErkJggg==");
    background-repeat: no-repeat;
    display: inline-block
}

.lg-actions .lg-next:before,
.lg-actions .lg-prev:after {
    content: none
}

.lg-actions .lg-icon {
    background-position: 10px 5px;
    width: 20px;
    height: 19px;
    padding: 15px
}

.lg-actions .lg-prev {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

#agreements {
    max-width: 500px;
    margin: auto
}

footer .footer-top {
    padding: 4rem 2rem
}

footer .footer-top h1 {
    color: #fefefe
}

footer .footer-top .hashtag,
footer .footer-top .separator {
    font-size: 2rem;
    vertical-align: .5rem
}

footer .footer-top .separator {
    display: inline;
    color: #555;
    margin: 0 1rem
}

footer .footer-bottom {
    padding: 2rem 1rem
}

footer .footer-bottom p {
    margin-bottom: 0
}

footer .footer-bottom a {
    padding: 0;
    display: inline;
    color: #fff;
    border: 0;
    text-transform: none
}

footer .footer-bottom .separator {
    color: #666;
    margin: 0 8px 0 12px
}

.menu.simple>li.registerLink {
    font-weight: 700;
    display: none
}

@media screen and (max-width:39.9375em) {
    .header-margin {
        margin-top: 48px
    }
    .hero {
        padding-top: 50px
    }
    #mobile-lateral-nav .mobile-lateral-nav-social h1 {
        font-size: 1.2rem
    }
    .reveal .close-button {
        position: fixed;
        right: 1rem;
        top: .5rem;
        z-index: 1
    }
    .reveal .lSAction a {
        position: fixed
    }
    footer .footer-top {
        padding: 4rem 1rem
    }
    footer .footer-top>.row {
        max-width: 1280px
    }
    footer .footer-top h1 {
        font-size: 1.7rem
    }
    footer .footer-top .hashtag {
        font-size: 1.5rem
    }
    footer .footer-bottom {
        padding: 2rem 1rem 1rem
    }
    footer .footer-bottom p {
        font-size: .9rem
    }
}

@media screen and (min-width:40em) {
    p.intro,
    p.intro a {
        font-size: 1.4rem;
        line-height: 1.5
    }
    .scrollFadeIn {
        opacity: 0
    }
    .pageTitle {
        margin: 2.5rem 0
    }
    .pageIntro {
        margin-bottom: 3.5rem
    }
    .padTop {
        padding-top: 43px
    }
    .social-text {
        display: none
    }
    .mobile-main-content.lateral-menu-is-open {
        -webkit-transform: none;
        transform: none
    }
    section {
        padding: 80px 0 80px
    }
    section h1 {
        margin-bottom: 1rem
    }
    #mainmenu {
        position: absolute;
        z-index: 4;
        width: 100%
    }
    .hero ul.slider li#dlbanner div {
        top: 5vw;
        max-width: 35vw
    }
    .hero ul.slider li#dlbanner h1 {
        font-size: 1.7vw
    }
    .hero ul.slider li#dlbanner p {
        font-size: 1.2vw;
        line-height: 1.7vw;
        max-width: 29.8vw
    }
    .hero ul.slider li div {
        position: absolute;
        padding: 0;
        margin-top: 0;
        top: 9vw;
        left: 11vw;
        max-width: 35vw
    }
    #hero-content {
        max-width: 24vw;
    }
    .hero ul.slider li div:lang(kr) {
        max-width: 27vw
    }
    .hero ul.slider li div.center-content {
        max-width: 55vw
    }
    .hero ul.slider li div h1 {
        font-size: 2.3vw;
        line-height: 3.2vw;
        margin-bottom: 1vw
    }
    .hero ul.slider li div p {
        font-size: 1.3vw;
        line-height: 1.7vw;
        margin-bottom: 1.6vw
    }
    .hero ul.slider li div a {
        font-size: 1.3vw
    }
    .testimonial .lquote img,
    .testimonial .rquote img {
        max-width: 80px
    }
    .tables .row>div .valign,
    .tables.valign>.row>div>div,
    .tables.valign>.row>div>p {
        padding: .5rem .2rem;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 98%
    }
    .tables .row>div {
        position: relative
    }
    .tables .row>div p:lang(tw) {
        font-size: .9rem;
        line-height: 1.2rem
    }
    .tables .row .title-column {
        position: absolute;
        height: 100%
    }
    .tables .row .time {
        background: initial;
        margin: 0;
        border: 0
    }
    .tables .row .time p {
        color: #777
    }
    .tables .inc-1,
    .tables .inc-1>div {
        min-height: 2rem
    }
    .tables .inc-2,
    .tables .inc-2>div {
        min-height: 4rem
    }
    .tables .inc-3,
    .tables .inc-3>div {
        min-height: 6rem
    }
    .tables .inc-4,
    .tables .inc-4>div {
        min-height: 8rem
    }
    .tables .inc-5,
    .tables .inc-5>div {
        min-height: 10rem
    }
    .tables .inc-6,
    .tables .inc-6>div {
        min-height: 12rem
    }
    .tables .inc-7,
    .tables .inc-7>div {
        min-height: 14rem
    }
    .tables .inc-8,
    .tables .inc-8>div {
        min-height: 16rem
    }
    .text-right>.g-recaptcha>div {
        margin: .9rem
    }
    .policyContainer {
        max-height: 500px
    }
}

@media screen and (min-width:40em) and (max-width:50em) {
    .tables .row div.time p {
        font-size: .7rem
    }
}

@media screen and (max-width:700px) {
    #mainmenu .top-bar {
        padding: 0 1rem
    }
    #mainmenu .top-bar>.row .nav-middle {
        padding-right: 0
    }
}

@media screen and (min-width:900px) and (max-width:63.9375em) {
    .hero ul.slider li div.center-content {
        margin: auto
    }
}

@media screen and (min-width:40em) and (max-width:63.9375em) {
    .menu.simple>li.registerLink {
        display: inline-block
    }
    #mainmenu .top-bar>.row .nav-right {
        display: none
    }
    footer .footer-bottom {
        padding: 2rem 2rem 1rem
    }
}

@media screen and (min-width:64em) {
    #mainmenu .top-bar>.row .separator {
        display: inline
    }
    .top-bar>.row .nav-right {
        width: 235px
    }
    #mainmenu .top-bar {
        padding: 0 6rem
    }
    .hero ul.slider li div.center-content {
        max-width: 820px;
        margin-top: 3rem
    }
    footer .footer-top {
        padding: 4rem 6rem
    }
    footer .footer-bottom {
        padding: 2rem 5.5rem
    }
}

@media screen and (min-width:1440px) {
    .hero ul.slider>li#dlbanner div {
        top: 75px;
        max-width: 457px
    }
    .hero ul.slider>li#dlbanner h1 {
        font-size: 1.4rem
    }
    .hero ul.slider>li#dlbanner p {
        font-size: 1rem;
        line-height: 1.5rem;
        max-width: 397px
    }
    .hero ul.slider>li div {
        top: 130px;
        left: 178px;
        max-width: 480px
    }
    .hero ul.slider>li div:lang(kr) {
        max-width: 380px
    }
    .hero ul.slider>li div.center-content {
        max-width: 820px
    }
    .hero ul.slider>li div h1 {
        font-size: 2rem;
        line-height: 2.2rem;
        margin-bottom: 1.1rem
    }
    .hero ul.slider>li div p {
        font-size: 1.15rem;
        line-height: 1.4rem;
        margin-bottom: 2rem
    }
    .hero ul.slider>li div a {
        font-size: 1.2rem;
        padding-top: 1rem
    }
    .hero ul.slider>li div a.button-slanted {
        margin-left: .9rem
    }
    #hero-content {
        max-width: 365px;
    }
}

@media screen and (min-width:64em) and (max-width:74.9375em) {
    .hero ul.slider li div.center-content {
        margin: auto
    }
}

.geforceSkin {
    color: #fefefe;
    background: #000
}

.geforceSkin .mobile-main-content {
    background-color: #000
}

.geforceSkin h1,
.geforceSkin h2 {
    font-family: geforce-bold, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif
}

.geforceSkin h1:lang(ja),
.geforceSkin h2:lang(ja) {
    font-family: geforce-bold, メイリオ, Meiryo, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-weight: 700
}

.geforceSkin h1:lang(tw),
.geforceSkin h2:lang(tw) {
    font-family: geforce-bold-G, Microsoft JhengHei, 微軟正黑體, Heiti TC, 黑體-繁, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-weight: 700
}

.geforceSkin h1:lang(kr),
.geforceSkin h2:lang(kr) {
    font-family: geforce-bold, 나눔고딕, NanumGothic, NG, Segoe UI, Malgun Gothic, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-weight: 700
}

.geforceSkin h3 {
    color: #76b900;
    font-family: geforce-light, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif
}

.geforceSkin h3:lang(ja) {
    font-family: NVIDIA, メイリオ, Meiryo, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-weight: 700
}

.geforceSkin h3:lang(tw) {
    font-family: NVIDIA, Microsoft JhengHei, 微軟正黑體, Heiti TC, 黑體-繁, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-weight: 700
}

.geforceSkin h3:lang(kr) {
    font-family: NVIDIA, 나눔고딕, NanumGothic, NG, Segoe UI, Malgun Gothic, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-weight: 700
}

.geforceSkin hr.green-fade {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(118, 185, 0, 0), rgba(118, 185, 0, .75), rgba(118, 185, 0, 0));
    background-image: linear-gradient(90deg, rgba(118, 185, 0, 0), rgba(118, 185, 0, .75), rgba(118, 185, 0, 0))
}

.geforceSkin .bg-dark-grey {
    background: #1a1a1a
}

.geforceSkin .top-bar,
.geforceSkin .top-bar ul,
.geforceSkin header {
    background-color: #1f1f1f
}

.geforceSkin #mainmenu .top-bar>.row .nav-left img {
    width: 145px
}

.geforceSkin header img {
    width: 110px
}

.geforceSkin .reveal {
    border: 1px solid #424242
}

.geforceSkin #mobile-lateral-nav a {
    color: #fefefe;
    border-bottom: 1px solid #1c1c1c
}

.geforceSkin #mobile-lateral-nav .mobile-navigation,
.geforceSkin #mobile-lateral-nav .submenu {
    background: #000
}

.geforceSkin #mobile-lateral-nav .mobile-navigation li a,
.geforceSkin #mobile-lateral-nav .submenu li a {
    border-bottom: 1px solid #1c1c1c
}

.geforceSkin #mobile-lateral-nav .mobile-lateral-nav-header {
    background: #1f1f1f
}

.geforceSkin #mobile-lateral-nav .mobile-lateral-nav-header img,
.geforceSkin #mobile-lateral-nav header img {
    width: 110px
}

.geforceSkin #mobile-lateral-nav .mobile-lateral-nav-footer p {
    line-height: .9rem;
    margin: 0 0 .5rem;
    color: #666
}

.geforceSkin form .callout {
    background: #1f1f1f
}

.geforceSkin form .form-multi-steps li.current>*,
.geforceSkin form .form-multi-steps li>* {
    color: #fefefe
}

.geforceSkin form .form-multi-steps.text-bottom li>:before,
.geforceSkin form .form-multi-steps.text-top li>:before,
.geforceSkin form .form-multi-steps li:after {
    background: #1f1f1f
}

.geforceSkin form .form-multi-steps.text-bottom li.current>:before,
.geforceSkin form .form-multi-steps.text-bottom li.visited>:before,
.geforceSkin form .form-multi-steps.text-top li.current>:before,
.geforceSkin form .form-multi-steps.text-top li.visited>:before {
    background-color: #96c03d
}

.geforceSkin form label {
    color: #fefefe
}

.geforceSkin form input,
.geforceSkin form select {
    color: #fff;
    background-color: #000;
    border: 1px solid #424242
}

.geforceSkin form input:focus {
    background-color: #000;
    box-shadow: 0 0 5px #76b900
}

.geforceSkin form .fieldset {
    border: 1px solid #424242
}

.geforceSkin form hr.field-header {
    border-bottom: 1px solid #424242
}

.geforceSkin form [type=checkbox]+label:before,
.geforceSkin form [type=radio]+label:before {
    border: 1px solid #424242;
    background: #000
}

.geforceSkin form [type=checkbox]:not(:disabled)+label:hover:before,
.geforceSkin form [type=radio]:not(:disabled)+label:hover:before {
    background: #1a1a1a
}

.geforceSkin footer {
    border-top: 1px solid #333
}

.geforceSkin footer img {
    margin-bottom: .5rem;
    width: 150px
}

.geforceSkin footer a,
.geforceSkin footer p {
    color: #666;
    font-size: 12px;
    line-height: 1.4;
    margin: 0 0 0 1rem
}

@media screen and (min-width:40em) {
    body.geforce footer a,
    body.geforce footer p {
        bottom: 36px
    }
}

.hero {
    min-height: 180px
}

.guest img {
    border-bottom: 3px solid #76b900
}

.guest h1,
.guest h2 {
    margin: 0;
    line-height: 1.2
}

.guest h2 {
    font-size: 1rem
}

.guest h1 {
    font-size: 1.6rem
}

#agreements {
    max-width: 480px
}

.bottomSpacer {
    margin-bottom: 80px;
}

.fineprint li,
.fineprint li>a {
    font-size: 13px
}

table {
    width: 100%;
    max-width: 480px;
    margin: auto
}

#mobile-lateral-nav .mobile-lateral-nav-footer {
    padding: 1rem
}

@media screen and (max-width:39.9375em) {
    .hero ul.slider li div {
        margin-top: -43vw
    }
    .hero ul.slider li div h1 {
        font-size: 8.5vw;
        margin-bottom: 2vw;
        text-align: center;
    }
    .hero ul.slider li div p {
        font-size: 4vw;
        text-align: center;
    }
    .hero ul.slider li div p.topline {
        font-size: 3.3vw;
        letter-spacing: 2px;
        margin: 0 0 0 2px
    }
}

@media screen and (min-width:40em) {
    .hero ul.slider li div {
        top: 6.5vw
    }
    .hero ul.slider li div h1 {
        font-size: 3.2vw
    }
    .hero ul.slider li div p {
        font-size: 1.4vw
    }
    .hero ul.slider li div p.topline {
        font-size: 1.25vw;
        letter-spacing: 2px;
        margin: 0 0 0 2px
    }
}

@media screen and (min-width:1440px) {
    .hero ul.slider li div {
        top: 80px
    }
    .hero ul.slider li div h1 {
        font-size: 2.8rem;
        line-height: 1;
        margin-bottom: .5rem
    }
    .hero ul.slider li div p {
        font-size: 1.4rem;
        line-height: 1.2
    }
    .hero ul.slider li div p.topline {
        margin: 0 0 0 3px;
        letter-spacing: .2rem
    }
}

#hero-content {
    font-family: geforce-light, Microsoft JhengHei, 微軟正黑體, Heiti TC, 黑體-繁, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
}

@media screen and (max-width:39.9375em) {
    #hero-content {
        font-family: geforce-light, Microsoft JhengHei, 微軟正黑體, Heiti TC, 黑體-繁, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    }
}

#tos {
    border-top: 1px solid #333;
}



.progress {
    display: inline-block;
    padding: .78em;
    font-size: 1rem;
}

h2.geforce-white {
    font-size: 40px;
    font-family: geforce-light;
    color: white;
    font-weight: normal;
    padding: 0 0 50px 0;
}

#prize {
    padding: 0 0 0;
}

.prize-item-title {
    text-align: center;
    font-family: geforce-light;
    font-size: 20px;
}

@media screen and (max-width: 1024px) and (min-width: 40em) {
    #prize-item-1, #prize-item-2 {
        margin-bottom: 35px;
    }
}

.pageblock-inner {
    border-top: 1px solid #555;
    padding-top: 80px;
}

#intro-section {
    padding-top: 0;
}

#wtb {
    padding-top: 0;
}

#prize-item-5 {
    margin-bottom: 80px;
}

.hero-reg {
    font-size: .5em;
    top: 0.1vw;
    position: absolute;
}

@media screen and (max-width: 1439px) and (min-width: 40em) {
    .hero-reg {
        font-size: 1.5vw;
        top: -0.6vw;
        position: absolute;
    }
}

@media screen and (max-width: 640px) {
    .hero-reg {
        font-size: .5em;
        top: 3.1vw;
        position: absolute;
    }
}