@charset "UTF-8";
/*
Theme Name:         GAMEDEVS REDUX
Theme URI:          http://
Description:        A beautiful and fun theme for any game studio, creative agency, startup or just your personal website.
Version:            2.0.0
Author:             Joao Alberto
Author URI:         http://jalberto.blacksheepz.org
Images:             All photos used for placement purposes on the screenshots are from Big Buck Bunny & Elephants Dream, licensed under CC-BY (http://creativecommons.org/licenses/by/3.0/) - Blender Foundation | www.blender.org
                    Team Section Photos from Big Buck Bunny licensed under CC-BY (http://creativecommons.org/licenses/by/3.0/) - William Maanders;
*/
/*------------------------------------------------------------------------------
  TABLE OF CONTENTS ------------------------------------------------------------
--------------------------------------------------------------------------------
  0) FOUNDATION & FRAMEWORK BASIC STYLES
  1) BASIC STYLES
  2) HEADER
  3) FRONTPAGE SLIDER
  4) MAIN CONTENT
  5) FRONTPAGE STYLES
    5.1) ABOUT US SUMMARY
    5.2) FEATURED GAMES
    5.3) SIDEBAR
  6) TWITTER FEED
  7) FOOTER
  8) GAMES PAGE
    8.1) GAMES SINGLE PAGE
  9) BLOG
  10) TEAM
  11) FORMS
  12) CONTACT FORM
  13) STYLE GUIDE PAGE
  14) RESPONSIVE TABLES
--------------------------------------------------------------------------------
------------------------------------------------------------------------------*/
/*--------------------------------
  0) FOUNDATION & FRAMEWORK BASIC STYLES
--------------------------------*/
/*
 MIXINS & HELPERS
*/
/*--------------------------------
  COLOURS
--------------------------------*/
/* line 12, ../scss/_mixins.scss */
.lime {
    color: #2d2d2d /*#8346be;*/
}
.subHeading{

    font-weight: 900;

}
/* line 16, ../scss/_mixins.scss */
.dark-purple {
    color: #231a1e;
}
©
/*--------------------------------
  FONTS
--------------------------------*/
/* line 23, ../scss/_mixins.scss */
.bannerdiv{
   position: relative;
}
/* line 27, ../scss/_mixins.scss */
body p a, footer.main-footer p, .accordion-title {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-style: normal;
}
#main-header #main-nav ul li a, #home-slider .cta-text p {
    font-family: 'Bitter', serif;
    font-weight: 700;
    font-style: normal;
}
.platforms.champ ul.inline-list.social-icons {
    margin-top: 35px;
}

/* line 24, ../scss/_mixins.scss */
.lime-button, .gd-button, #home-slider .cta-button, .notebook .blog-entries .entry .date, .details-link a, .pagination, .blog-entries .blog-entry .article-date p, .blog-pagination p a, .close-button {
    font-family: 'Luckiest Guy', cursive;
    font-weight: 400;
    font-style: normal;
}

/* line 26, ../scss/_mixins.scss */
#home-slider .cta-button span {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
}
.store-icons{
    display: block !important;
    position: absolute;
     top: 32%;
    padding: 0px 15px;
    width: 100%;
}
.skill_game_text {
margin-left:10%;
}

.iconswh{
    width: 148px;
    height:44px;
}
.platforms.store-icons.king {
    margin-bottom: -4px;
}
.appleimg {
    background: url(../images/icons/icon-apple.png) top center no-repeat;
}
.gplay {
    background: url(../images/icons/icon-gplay.png) top center no-repeat;
}
.amazon {
    background: url(../images/icons/icon-amazon.png) top center no-repeat;
}

.contactSection.columns [type="text"],
.contactSection.columns textarea{
 color: #fff !important;
}
.right{
    text-align: right;
}
.right li{
    text-align: left;
}
.storeicon-txt.pre-register {
    color: #691cb4 !important;
}

.captca {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.captca [type='text']:focus{
    border: solid 1px rgba(52, 52, 52, 0.71);
}

.social-icons-rt {
display: inline-block;
}
.social-icons-rt ul {
    display: flex;
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0;
}

.social-icons-rt ul li img {
width:40px;
height:auto;
}

.social-icons-rt li {
margin-right: 15px;
}

.contactForm ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.6);
}
.contactForm::-moz-placeholder { /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.06);
}
.contactForm:-ms-input-placeholder { /* IE 10+ */
  color: rgba(255, 255, 255, 0.06);
}
.contactForm:-moz-placeholder { /* Firefox 18- */
  color: rgba(255, 255, 255, 0.06);
}

/*.store-icons .inline-list.available-platforms li,
.store-icons-p .inline-list.available-platforms li{
  display: block !important;
}*/
.store-icons-p {
    display: block !important;
    position: absolute;
    top: 100px;
    padding: 0px 15px;
}
/*.store-icons .inline-list.available-platforms li:last-child img,
.store-icons-p .inline-list.available-platforms li:last-child img{
    width: 148px;
}*/
p.storeicon-txt {
    margin: 0px;
    color: #fff;
    font-family: 'bebas_neuebold';
    letter-spacing: 1px;
    font-size: 20px;
}
.platforms.store-icons.campion{
    margin-bottom: -4px;
}

/* Float Shadow */
.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  /* move the element up by 5px */
}
.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}

/* line 28, ../scss/_mixins.scss */
.notebook .blog-entries .entry .article-preview a.link {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-style: italic;
}

/*--------------------------------
  TOOLS
--------------------------------*/
/* line 150, ../scss/_mixins.scss */
.image-replacement {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

/* line 152, ../scss/_mixins.scss */
span.amp {
    font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
    font-style: italic;
}

/* line 154, ../scss/_mixins.scss */
.thumbnail {
    width: 100%;
}

/* line 158, ../scss/_mixins.scss */
.valign-middle {
    display: table;
    height: rem-calc(375);
}

/* line 164, ../scss/_mixins.scss */
.valign-middle .columns {
    display: table-cell;
    vertical-align: middle;
}

/* line 169, ../scss/_mixins.scss */
.valign-middle .columns,
.valign-middle [class*="column"] + [class*="column"]:last-child {
    float: none;
}

/* line 174, ../scss/_mixins.scss */
#home-slider .slick-slide, .inner-slider .slick-slide {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

/* line 186, ../scss/_mixins.scss */
.inline-list {
    margin: 0;
    text-align: left;
}
/* line 189, ../scss/_mixins.scss */
.inline-list li {
    display: inline-block;
}

/* line 194, ../scss/_mixins.scss */
.centered-list {
    text-align: center;
}
/* line 196, ../scss/_mixins.scss */
.centered-list li {
    display: inline-block;
}

/* line 210, ../scss/_mixins.scss */
.lime-button, .gd-button, #home-slider .cta-button {
    background: #c5db3b;
    /* Old browsers */
    background: -moz-linear-gradient(top, #8346be 0%,  #6a1eb4 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,  #6a1eb4), color-stop(100%, #8ab52d));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #8346be 0%,  #6a1eb4 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #8346be 0%,  #6a1eb4 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #8346be 0%,  #6a1eb4 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #8346be 0%,  #6a1eb4 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8346be', endColorstr=' #6a1eb4',GradientType=0 );
    /* IE6-9 */
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1) ;
    -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1) ;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1) ;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15);
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: rem-calc(25);
    border-top: 1px solid #8346be;
    border-left: 1px solid  #6a1eb4;
    border-right: 1px solid  #6a1eb4;
    border-bottom: 1px solid  #6a1eb4;
}
/* line 224, ../scss/_mixins.scss */
.lime-button:hover, .gd-button:hover, #home-slider .cta-button:hover {
    background: #8346be;
    /* Old browsers */
    background: -moz-linear-gradient(top, #8346be 0%,  #6a1eb4 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,  #6a1eb4), color-stop(100%,  #6a1eb4));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #8346be 0%,  #6a1eb4 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #8346be 0%,  #6a1eb4 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #8346be 0%,  #6a1eb4 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #8346be 0%,  #6a1eb4 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8346be', endColorstr=' #6a1eb4',GradientType=0 );
    /* IE6-9 */
}
/* line 227, ../scss/_mixins.scss */
.lime-button:active, .gd-button:active, #home-slider .cta-button:active, .lime-button:focus, .gd-button:focus, #home-slider .cta-button:focus {
    background: #8346be;
    /* Old browsers */
    background: -moz-linear-gradient(top, #8346be 0%,  #6a1eb4 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8346be), color-stop(100%,  #6a1eb4));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #8346be 0%,  #6a1eb4 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #8346be 0%,  #6a1eb4 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #8346be 0%,  #6a1eb4 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #8346be 0%,  #6a1eb4 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8346be', endColorstr=' #6a1eb4',GradientType=0 );
    /* IE6-9 */
}

/* line 232, ../scss/_mixins.scss */
.lime-button {
    padding: 10px 35px;
    font-size: 30px !important;
}

/* line 238, ../scss/_mixins.scss */
a.lime-button:hover, a.lime-button:active, a.lime-button:focus {
    color: #fff;
}

/* line 243, ../scss/_mixins.scss */
.white {
    color: #fff;
    line-height: inherit;
}

/*
 FOUNDATION SETTINGS
*/
/*
 FOUNDATION MAIN
*/
/**
 * Foundation for Sites by ZURB
 * Version 6.2.0
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*
 MOTION UI
*/
/* line 22, ../../foundation/bower_components/motion-ui/src/util/_transition.scss */
.slide-in-down.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: translateY(-100%);
    transition-property: transform, opacity;
    backface-visibility: hidden;
}
/* line 34, ../../foundation/bower_components/motion-ui/src/util/_transition.scss */
.slide-in-down.mui-enter.mui-enter-active {
    transform: translateY(0);
}

/* line 22, ../../foundation/bower_components/motion-ui/src/util/_transition.scss */
.slide-in-left.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: translateX(-100%);
    transition-property: transform, opacity;
    backface-visibility: hidden;
}
/* line 34, ../../foundation/bower_components/motion-ui/src/util/_transition.scss */
.slide-in-left.mui-enter.mui-enter-active {
    transform: translateX(0);
}

/* line 22, ../../foundation/bower_components/motion-ui/src/util/_transition.scss */
.slide-in-up.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: translateY(100%);
    transition-property: transform, opacity;
    backface-visibility: hidden;
}
/* line 34, ../../foundation/bower_components/motion-ui/src/util/_transition.scss */
.slide-in-up.mui-enter.mui-enter-active {
    transform: translateY(0);
}

/* line 22, ../../foundation/bower_components/motion-ui/src/util/_transition.scss */
.slide-in-right.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: translateX(100%);
    transition-property: transform, opacity;
    backface-visibility: hidden;
}
/* line 34, ../../foundation/bower_components/motion-ui/src/util/_transition.scss */
.slide-in-right.mui-enter.mui-enter-active {
    transform: translateX(0);
}

/* line 22, ../../foundation/bower_components/motion-ui/src/util/_transition.scss */
.slide-out-down.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: translateY(0);
    transition-property: transform, opacity;
    backface-visibility: hidden;
}
/* line 34, ../../foundation/bower_components/motion-ui/src/util/_transition.scss */
.slide-out-down.mui-leave.mui-leave-active {
    transform: translateY(100%);
}

/* line 22, ../../foundation/bower_components/motion-ui/src/util/_transition.scss */
.slide-out-right.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: translateX(0);
    transition-property: transform, opacity;
    backface-visibility: hidden;
}
/* line 34, ../../foundation/bower_components/motion-ui/src/util/_transition.scss */
.slide-out-right.mui-leave.mui-leave-active {
    transform: translateX(100%);
}

/* line 22, ../../foundation/bower_components/motion-ui/src/util/_transition.scss */
.slide-out-up.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: translateY(0);
    transition-property: transform, opacity;
    backface-visibility: hidden;
}
/* line 34, ../../foundation/bower_components/motion-ui/src/util/_transition.scss */
.slide-out-up.mui-leave.mui-leave-active {
    transform: translateY(-100%);
}

/* line 22, ../../foundation/bower_components/motion-ui/src/util/_transition.scss */
.slide-out-left.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: translateX(0);
    transition-property: transform, opacity;
    backface-visibility: hidden;
}
/* line 34, ../../foundation/bower_components/motion-ui/src/util/_transition.scss */
.slide-out-left.mui-leave.mui-leave-active {
    transform: translateX(-100%);
}

/* line 22, ../../foundation/bower_components/motion-ui/src/util/_transition.scss */
.fade-in.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    opacity: 0;
    transition-property: opacity;
}
/* line 34, ../../foundation/bower_components/motion-ui/src/util/_transition.scss */
.fade-in.mui-enter.mui-enter-active {
    opacity: 1;
}

/* line 22, ../../foundation/bower_components/motion-ui/src/util/_transition.scss */
.fade-out.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    opacity: 1;
    transition-property: opacity;
}
/* line 34, ../../foundation/bower_components/motion-ui/src/util/_transition.scss */
.fade-out.mui-leave.mui-leave-active {
    opacity: 0;
}

/* line 22, ../../foundation/bower_components/motion-ui/src/util/_transition.scss */
.hinge-in-from-top.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: perspective(2000px) rotateX(-90deg);
    transform-origin: top;
    transition-property: transform, opacity;
    opacity: 0;
}
/* line 34, ../../foundation/bower_components/motion-ui/src/util/_transition.scss */
.hinge-in-from-top.mui-enter.mui-enter-active {
    transform: perspective(2000px) rotate(0deg);
    opacity: 1;
}

/* line 22, ../../foundation/bower_components/motion-ui/src/util/_transition.scss */
.hinge-in-from-right.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: perspective(2000px) rotateY(-90deg);
    transform-origin: right;
    transition-property: transform, opacity;
    opacity: 0;
}
/* line 34, ../../foundation/bower_components/motion-ui/src/util/_transition.scss */
.hinge-in-from-right.mui-enter.mui-enter-active {
    transform: perspective(2000px) rotate(0deg);
    opacity: 1;
}

/* line 22, ../../foundation/bower_components/motion-ui/src/util/_transition.scss */
.hinge-in-from-bottom.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: perspective(2000px) rotateX(90deg);
    transform-origin: bottom;
    transition-property: transform, opacity;
    opacity: 0;
}
/* line 34, ../../foundation/bower_components/motion-ui/src/util/_transition.scss */
.hinge-in-from-bottom.mui-enter.mui-enter-active {
    transform: perspective(2000px) rotate(0deg);
    opacity: 1;
}

/* line 22, ../../foundation/bower_components/motion-ui/src/util/_transition.scss */
.hinge-in-from-left.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: perspective(2000px) rotateY(90deg);
    transform-origin: left;
    transition-property: transform, opacity;
    opacity: 0;
}
/* line 34, ../../foundation/bower_components/motion-ui/src/util/_transition.scss */
.hinge-in-from-left.mui-enter.mui-enter-active {
    transform: perspective(2000px) rotate(0deg);
    opacity: 1;
}

/* line 22, ../../foundation/bower_components/motion-ui/src/util/_transition.scss */
.hinge-in-from-middle-x.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: perspective(2000px) rotateX(-90deg);
    transform-origin: center;
    transition-property: transform, opacity;
    opacity: 0;
}
/* line 34, ../../foundation/bower_components/motion-ui/src/util/_transition.scss */
.hinge-in-from-middle-x.mui-enter.mui-enter-active {
    transform: perspective(2000px) rotate(0deg);
    opacity: 1;
}

/* line 22, ../../foundation/bower_components/motion-ui/src/util/_transition.scss */
.hinge-in-from-middle-y.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: perspective(2000px) rotateY(-90deg);
    transform-origin: center;
    transition-property: transform, opacity;
    opacity: 0;
}
/* line 34, ../../foundation/bower_components/motion-ui/src/util/_transition.scss */
.hinge-in-from-middle-y.mui-enter.mui-enter-active {
    transform: perspective(2000px) rotate(0deg);
    opacity: 1;
}

/* line 22, ../../foundation/bower_components/motion-ui/src/util/_transition.scss */
.hinge-out-from-top.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: perspective(2000px) rotate(0deg);
    transform-origin: top;
    transition-property: transform, opacity;
    opacity: 1;
}
/* line 34, ../../foundation/bower_components/motion-ui/src/util/_transition.scss */
.hinge-out-from-top.mui-leave.mui-leave-active {
    transform: perspective(2000px) rotateX(-90deg);
    opacity: 0;
}

/* line 22, ../../foundation/bower_components/motion-ui/src/util/_transition.scss */
.hinge-out-from-right.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: perspective(2000px) rotate(0deg);
    transform-origin: right;
    transition-property: transform, opacity;
    opacity: 1;
}
/* line 34, ../../foundation/bower_components/motion-ui/src/util/_transition.scss */
.hinge-out-from-right.mui-leave.mui-leave-active {
    transform: perspective(2000px) rotateY(-90deg);
    opacity: 0;
}

/* line 22, ../../foundation/bower_components/motion-ui/src/util/_transition.scss */
.hinge-out-from-bottom.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: perspective(2000px) rotate(0deg);
    transform-origin: bottom;
    transition-property: transform, opacity;
    opacity: 1;
}
/* line 34, ../../foundation/bower_components/motion-ui/src/util/_transition.scss */
.hinge-out-from-bottom.mui-leave.mui-leave-active {
    transform: perspective(2000px) rotateX(90deg);
    opacity: 0;
}

/* line 22, ../../foundation/bower_components/motion-ui/src/util/_transition.scss */
.hinge-out-from-left.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: perspective(2000px) rotate(0deg);
    transform-origin: left;
    transition-property: transform, opacity;
    opacity: 1;
}
/* line 34, ../../foundation/bower_components/motion-ui/src/util/_transition.scss */
.hinge-out-from-left.mui-leave.mui-leave-active {
    transform: perspective(2000px) rotateY(90deg);
    opacity: 0;
}

/* line 22, ../../foundation/bower_components/motion-ui/src/util/_transition.scss */
.hinge-out-from-middle-x.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: perspective(2000px) rotate(0deg);
    transform-origin: center;
    transition-property: transform, opacity;
    opacity: 1;
}
/* line 34, ../../foundation/bower_components/motion-ui/src/util/_transition.scss */
.hinge-out-from-middle-x.mui-leave.mui-leave-active {
    transform: perspective(2000px) rotateX(-90deg);
    opacity: 0;
}

/* line 22, ../../foundation/bower_components/motion-ui/src/util/_transition.scss */
.hinge-out-from-middle-y.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: perspective(2000px) rotate(0deg);
    transform-origin: center;
    transition-property: transform, opacity;
    opacity: 1;
}
/* line 34, ../../foundation/bower_components/motion-ui/src/util/_transition.scss */
.hinge-out-from-middle-y.mui-leave.mui-leave-active {
    transform: perspective(2000px) rotateY(-90deg);
    opacity: 0;
}

/* line 22, ../../foundation/bower_components/motion-ui/src/util/_transition.scss */
.scale-in-up.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: scale(0.5);
    transition-property: transform, opacity;
    opacity: 0;
}
/* line 34, ../../foundation/bower_components/motion-ui/src/util/_transition.scss */
.scale-in-up.mui-enter.mui-enter-active {
    transform: scale(1);
    opacity: 1;
}

/* line 22, ../../foundation/bower_components/motion-ui/src/util/_transition.scss */
.scale-in-down.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: scale(1.5);
    transition-property: transform, opacity;
    opacity: 0;
}
/* line 34, ../../foundation/bower_components/motion-ui/src/util/_transition.scss */
.scale-in-down.mui-enter.mui-enter-active {
    transform: scale(1);
    opacity: 1;
}

/* line 22, ../../foundation/bower_components/motion-ui/src/util/_transition.scss */
.scale-out-up.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: scale(1);
    transition-property: transform, opacity;
    opacity: 1;
}
/* line 34, ../../foundation/bower_components/motion-ui/src/util/_transition.scss */
.scale-out-up.mui-leave.mui-leave-active {
    transform: scale(1.5);
    opacity: 0;
}

/* line 22, ../../foundation/bower_components/motion-ui/src/util/_transition.scss */
.scale-out-down.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: scale(1);
    transition-property: transform, opacity;
    opacity: 1;
}
/* line 34, ../../foundation/bower_components/motion-ui/src/util/_transition.scss */
.scale-out-down.mui-leave.mui-leave-active {
    transform: scale(0.5);
    opacity: 0;
}

/* line 22, ../../foundation/bower_components/motion-ui/src/util/_transition.scss */
.spin-in.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: rotate(-0.75turn);
    transition-property: transform, opacity;
    opacity: 0;
}
/* line 34, ../../foundation/bower_components/motion-ui/src/util/_transition.scss */
.spin-in.mui-enter.mui-enter-active {
    transform: rotate(0);
    opacity: 1;
}

/* line 22, ../../foundation/bower_components/motion-ui/src/util/_transition.scss */
.spin-out.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: rotate(0);
    transition-property: transform, opacity;
    opacity: 1;
}
/* line 34, ../../foundation/bower_components/motion-ui/src/util/_transition.scss */
.spin-out.mui-leave.mui-leave-active {
    transform: rotate(0.75turn);
    opacity: 0;
}

/* line 22, ../../foundation/bower_components/motion-ui/src/util/_transition.scss */
.spin-in-ccw.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: rotate(0.75turn);
    transition-property: transform, opacity;
    opacity: 0;
}
/* line 34, ../../foundation/bower_components/motion-ui/src/util/_transition.scss */
.spin-in-ccw.mui-enter.mui-enter-active {
    transform: rotate(0);
    opacity: 1;
}

/* line 22, ../../foundation/bower_components/motion-ui/src/util/_transition.scss */
.spin-out-ccw.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: rotate(0);
    transition-property: transform, opacity;
    opacity: 1;
}
/* line 34, ../../foundation/bower_components/motion-ui/src/util/_transition.scss */
.spin-out-ccw.mui-leave.mui-leave-active {
    transform: rotate(-0.75turn);
    opacity: 0;
}

/* line 56, ../../foundation/bower_components/motion-ui/src/_classes.scss */
.slow {
    transition-duration: 750ms !important;
}

/* line 56, ../../foundation/bower_components/motion-ui/src/_classes.scss */
.fast {
    transition-duration: 250ms !important;
}

/* line 62, ../../foundation/bower_components/motion-ui/src/_classes.scss */
.linear {
    transition-timing-function: linear !important;
}

/* line 62, ../../foundation/bower_components/motion-ui/src/_classes.scss */
.ease {
    transition-timing-function: ease !important;
}

/* line 62, ../../foundation/bower_components/motion-ui/src/_classes.scss */
.ease-in {
    transition-timing-function: ease-in !important;
}

/* line 62, ../../foundation/bower_components/motion-ui/src/_classes.scss */
.ease-out {
    transition-timing-function: ease-out !important;
}

/* line 62, ../../foundation/bower_components/motion-ui/src/_classes.scss */
.ease-in-out {
    transition-timing-function: ease-in-out !important;
}

/* line 62, ../../foundation/bower_components/motion-ui/src/_classes.scss */
.bounce-in {
    transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

/* line 62, ../../foundation/bower_components/motion-ui/src/_classes.scss */
.bounce-out {
    transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

/* line 62, ../../foundation/bower_components/motion-ui/src/_classes.scss */
.bounce-in-out {
    transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

/* line 68, ../../foundation/bower_components/motion-ui/src/_classes.scss */
.short-delay {
    transition-delay: 300ms !important;
}

/* line 68, ../../foundation/bower_components/motion-ui/src/_classes.scss */
.long-delay {
    transition-delay: 700ms !important;
}

/* line 76, ../../foundation/bower_components/motion-ui/src/_classes.scss */
.shake {
    animation-name: shake-7;
}
@keyframes shake-7 {
    0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
        transform: translateX(7%);
    }
    5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
        transform: translateX(-7%);
    }
}
/* line 77, ../../foundation/bower_components/motion-ui/src/_classes.scss */
.spin-cw {
    animation-name: spin-cw-1turn;
}
@keyframes spin-cw-1turn {
    0% {
        transform: rotate(-1turn);
    }
    100% {
        transform: rotate(0);
    }
}
/* line 78, ../../foundation/bower_components/motion-ui/src/_classes.scss */
.spin-ccw {
    animation-name: spin-cw-1turn;
}
@keyframes spin-cw-1turn {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(1turn);
    }
}
/* line 79, ../../foundation/bower_components/motion-ui/src/_classes.scss */
.wiggle {
    animation-name: wiggle-7deg;
}
@keyframes wiggle-7deg {
    40%, 50%, 60% {
        transform: rotate(7deg);
    }
    35%, 45%, 55%, 65% {
        transform: rotate(-7deg);
    }
    0%, 30%, 70%, 100% {
        transform: rotate(0);
    }
}
/* line 81, ../../foundation/bower_components/motion-ui/src/_classes.scss */
.shake,
.spin-cw,
.spin-ccw,
.wiggle {
    animation-duration: 500ms;
}

/* line 90, ../../foundation/bower_components/motion-ui/src/_classes.scss */
.infinite {
    animation-iteration-count: infinite;
}

/* line 94, ../../foundation/bower_components/motion-ui/src/_classes.scss */
.slow {
    animation-duration: 750ms !important;
}

/* line 94, ../../foundation/bower_components/motion-ui/src/_classes.scss */
.fast {
    animation-duration: 250ms !important;
}

/* line 100, ../../foundation/bower_components/motion-ui/src/_classes.scss */
.linear {
    animation-timing-function: linear !important;
}

/* line 100, ../../foundation/bower_components/motion-ui/src/_classes.scss */
.ease {
    animation-timing-function: ease !important;
}

/* line 100, ../../foundation/bower_components/motion-ui/src/_classes.scss */
.ease-in {
    animation-timing-function: ease-in !important;
}

/* line 100, ../../foundation/bower_components/motion-ui/src/_classes.scss */
.ease-out {
    animation-timing-function: ease-out !important;
}

/* line 100, ../../foundation/bower_components/motion-ui/src/_classes.scss */
.ease-in-out {
    animation-timing-function: ease-in-out !important;
}

/* line 100, ../../foundation/bower_components/motion-ui/src/_classes.scss */
.bounce-in {
    animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

/* line 100, ../../foundation/bower_components/motion-ui/src/_classes.scss */
.bounce-out {
    animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

/* line 100, ../../foundation/bower_components/motion-ui/src/_classes.scss */
.bounce-in-out {
    animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

/* line 106, ../../foundation/bower_components/motion-ui/src/_classes.scss */
.short-delay {
    animation-delay: 300ms !important;
}

/* line 106, ../../foundation/bower_components/motion-ui/src/_classes.scss */
.long-delay {
    animation-delay: 700ms !important;
}

/*
 FOUNDATION COMPONENTS
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
/* line 220, ../../foundation/bower_components/foundation-sites/scss/_global.scss */
html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}
@font-face {
    font-family: 'bebas_neuebold';
    src: url('fonts/bebasneue_bold-webfont.eot');
    src: url('fonts/bebasneue_bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/bebasneue_bold-webfont.woff') format('woff'),
        url('fonts/bebasneue_bold-webfont.ttf') format('truetype'),
        url('fonts/bebasneue_bold-webfont.svg#bebas_neuebold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'game_sans_serif_regular';
    src: url('fonts/game_sans_serif_7-webfont.eot');
    src: url('fonts/game_sans_serif_7-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/game_sans_serif_7-webfont.woff') format('woff'),
        url('fonts/game_sans_serif_7-webfont.ttf') format('truetype'),
        url('fonts/game_sans_serif_7-webfont.svg#game_sans_serif_7regular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Roboto';
    src: url('Roboto-LightItalic.eot');
    src: url('Roboto-LightItalic.eot?#iefix') format('embedded-opentype'),
        url('Roboto-LightItalic.woff') format('woff'),
        url('Roboto-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto-Regular';
    src: url('fonts/Roboto-Regular.eot');
    src: url('fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Roboto-Regular.woff') format('woff'),
        url('fonts/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('Roboto-ThinItalic.eot');
    src: url('Roboto-ThinItalic.eot?#iefix') format('embedded-opentype'),
        url('Roboto-ThinItalic.woff') format('woff'),
        url('Roboto-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url('Roboto-Black.eot');
    src: url('Roboto-Black.eot?#iefix') format('embedded-opentype'),
        url('Roboto-Black.woff') format('woff'),
        url('Roboto-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('Roboto-Light.eot');
    src: url('Roboto-Light.eot?#iefix') format('embedded-opentype'),
        url('Roboto-Light.woff') format('woff'),
        url('Roboto-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('Roboto-BlackItalic.eot');
    src: url('Roboto-BlackItalic.eot?#iefix') format('embedded-opentype'),
        url('Roboto-BlackItalic.woff') format('woff'),
        url('Roboto-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url('Roboto-MediumItalic.eot');
    src: url('Roboto-MediumItalic.eot?#iefix') format('embedded-opentype'),
        url('Roboto-MediumItalic.woff') format('woff'),
        url('Roboto-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url('Roboto-Thin.eot');
    src: url('Roboto-Thin.eot?#iefix') format('embedded-opentype'),
        url('Roboto-Thin.woff') format('woff'),
        url('Roboto-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('Roboto-BoldItalic.eot');
    src: url('Roboto-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('Roboto-BoldItalic.woff') format('woff'),
        url('Roboto-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url('Roboto-Italic.eot');
    src: url('Roboto-Italic.eot?#iefix') format('embedded-opentype'),
        url('Roboto-Italic.woff') format('woff'),
        url('Roboto-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url('Roboto-Bold.eot');
    src: url('Roboto-Bold.eot?#iefix') format('embedded-opentype'),
        url('Roboto-Bold.woff') format('woff'),
        url('Roboto-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Medium.eot');
    src: url('fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/Roboto-Medium.woff') format('woff'),
        url('fonts/Roboto-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}


/**
 * Remove default margin.
 */
/* line 230, ../../foundation/bower_components/foundation-sites/scss/_global.scss */
body {
    margin: 0;
    transition: all 0.1s ease-in;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
/* line 244, ../../foundation/bower_components/foundation-sites/scss/_global.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
/* line 265, ../../foundation/bower_components/foundation-sites/scss/_global.scss */
audio,
canvas,
progress,
video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 278, ../../foundation/bower_components/foundation-sites/scss/_global.scss */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
/* line 288, ../../foundation/bower_components/foundation-sites/scss/_global.scss */
[hidden],
template {
    display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 300, ../../foundation/bower_components/foundation-sites/scss/_global.scss */
a {
    background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
/* line 309, ../../foundation/bower_components/foundation-sites/scss/_global.scss */
a:active,
a:hover {
    outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/* line 321, ../../foundation/bower_components/foundation-sites/scss/_global.scss */
abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 329, ../../foundation/bower_components/foundation-sites/scss/_global.scss */
b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 338, ../../foundation/bower_components/foundation-sites/scss/_global.scss */
dfn {
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 347, ../../foundation/bower_components/foundation-sites/scss/_global.scss */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 356, ../../foundation/bower_components/foundation-sites/scss/_global.scss */
mark {
    background: #ff0;
    color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 365, ../../foundation/bower_components/foundation-sites/scss/_global.scss */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 373, ../../foundation/bower_components/foundation-sites/scss/_global.scss */
sub,
sup {
    font-size: 40%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

/* line 381, ../../foundation/bower_components/foundation-sites/scss/_global.scss */
sup {
    top: -1.25em;
}

/* line 385, ../../foundation/bower_components/foundation-sites/scss/_global.scss */
sub {
    bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 396, ../../foundation/bower_components/foundation-sites/scss/_global.scss */
img {
    border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 404, ../../foundation/bower_components/foundation-sites/scss/_global.scss */
svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 415, ../../foundation/bower_components/foundation-sites/scss/_global.scss */
figure {
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 423, ../../foundation/bower_components/foundation-sites/scss/_global.scss */
hr {
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 432, ../../foundation/bower_components/foundation-sites/scss/_global.scss */
pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 440, ../../foundation/bower_components/foundation-sites/scss/_global.scss */
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
/* line 463, ../../foundation/bower_components/foundation-sites/scss/_global.scss */
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/* line 477, ../../foundation/bower_components/foundation-sites/scss/_global.scss */
button {
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
/* line 488, ../../foundation/bower_components/foundation-sites/scss/_global.scss */
button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 501, ../../foundation/bower_components/foundation-sites/scss/_global.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 513, ../../foundation/bower_components/foundation-sites/scss/_global.scss */
button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 522, ../../foundation/bower_components/foundation-sites/scss/_global.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input:focus, textarea:focus, keygen:focus, select:focus {
    outline-offset: 0px;
}

:focus {
    outline: none;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 533, ../../foundation/bower_components/foundation-sites/scss/_global.scss */
input {
    line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 545, ../../foundation/bower_components/foundation-sites/scss/_global.scss */
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/* line 557, ../../foundation/bower_components/foundation-sites/scss/_global.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
/* line 567, ../../foundation/bower_components/foundation-sites/scss/_global.scss */
input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    box-sizing: content-box;
    /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/* line 578, ../../foundation/bower_components/foundation-sites/scss/_global.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
 */
/* fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
} */
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 599, ../../foundation/bower_components/foundation-sites/scss/_global.scss */
legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 608, ../../foundation/bower_components/foundation-sites/scss/_global.scss */
textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
/* line 617, ../../foundation/bower_components/foundation-sites/scss/_global.scss */
optgroup {
    font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 628, ../../foundation/bower_components/foundation-sites/scss/_global.scss */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* line 633, ../../foundation/bower_components/foundation-sites/scss/_global.scss */
td,
th {
    padding: 0;
}

/* line 120, ../../foundation/bower_components/foundation-sites/scss/_global.scss */
.foundation-mq {
    font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

/* line 124, ../../foundation/bower_components/foundation-sites/scss/_global.scss */
html {
    font-size: 15px;
    box-sizing: border-box;
}

/* line 130, ../../foundation/bower_components/foundation-sites/scss/_global.scss */
*,
*:before,
*:after {
    box-sizing: inherit;
}

/* line 137, ../../foundation/bower_components/foundation-sites/scss/_global.scss */
body {
    padding: 0;
    margin: 0;
    font-family: 'Roboto-Regular';
    font-weight: 400;
    line-height: 1.5;
    color: #5b5b5b;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* line 152, ../../foundation/bower_components/foundation-sites/scss/_global.scss */
img {
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
    display: inline-block;
    vertical-align: middle;
}

/* line 164, ../../foundation/bower_components/foundation-sites/scss/_global.scss */
textarea {
    height: auto;
    min-height: 50px;
    border-radius: 0;
}

/* line 171, ../../foundation/bower_components/foundation-sites/scss/_global.scss */
select {
    width: 100%;
    border-radius: 0;
}
select option{
    color: rgba(255, 255, 255, 0.6);
}
/* line 181, ../../foundation/bower_components/foundation-sites/scss/_global.scss */
#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
    max-width: none !important;
}

/* line 189, ../../foundation/bower_components/foundation-sites/scss/_global.scss */
button {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    padding: 0;
    border: 0;
    border-radius: 0;
    line-height: 1;
}

/* line 200, ../../foundation/bower_components/foundation-sites/scss/_global.scss */
.is-visible {
    display: block !important;
}

/* line 204, ../../foundation/bower_components/foundation-sites/scss/_global.scss */
.is-hidden {
    display: none !important;
}

/* line 26, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
.row {
    max-width: 78.66667rem;
    margin-left: auto;
    margin-right: auto;
}
/* line 138, ../../foundation/bower_components/foundation-sites/scss/util/_mixins.scss */
.row::before, .row::after {
    content: ' ';
    display: table;
    flex-basis: 0;
    order: 1;
}
/* line 146, ../../foundation/bower_components/foundation-sites/scss/util/_mixins.scss */
.row::after {
    clear: both;
}
/* line 31, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
.row.collapse > .column, .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0;
}
/* line 37, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
.row .row {
    margin-left: -0.66667rem;
    margin-right: -0.66667rem;
}
@media screen and (min-width: 40em) {
    /* line 37, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
    .row .row {
        margin-left: -1rem;
        margin-right: -1rem;
    }
}
/* line 40, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
.row .row.collapse {
    margin-left: 0;
    margin-right: 0;
}
/* line 47, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
.row.expanded {
    max-width: none;
}
/* line 50, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
.row.expanded .row {
    margin-left: auto;
    margin-right: auto;
}

/* line 58, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
.column, .columns {
    width: 100%;
    float: left;
    padding-left: 0.66667rem;
    padding-right: 0.66667rem;
}
@media screen and (min-width: 40em) {
    /* line 58, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
    .column, .columns {
        padding-left: 1rem;
        padding-right: 1rem;
    }

}
/* line 82, ../../foundation/bower_components/foundation-sites/scss/grid/_column.scss */
.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    /*float: right;*/
}
/* line 46, ../../foundation/bower_components/foundation-sites/scss/grid/_position.scss */
.column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left;
}

/* line 70, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
.column.row.row, .row.row.columns {
    float: none;
}
/* line 74, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
.row .column.row.row, .row .row.row.columns {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
}

/* line 85, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-1 {
    width: 6.25%;
}

/* line 91, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-push-1 {
    position: relative;
    left: 6.25%;
}

/* line 95, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-pull-1 {
    position: relative;
    left: -6.25%;
}

/* line 103, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-offset-0 {
    margin-left: 0%;
}

/* line 85, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-2 {
    width: 12.5%;
}

/* line 91, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-push-2 {
    position: relative;
    left: 12.5%;
}

/* line 95, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-pull-2 {
    position: relative;
    left: -12.5%;
}

/* line 103, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-offset-1 {
    margin-left: 6.25%;
}

/* line 85, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-3 {
    width: 18.75%;
}

/* line 91, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-push-3 {
    position: relative;
    left: 18.75%;
}

/* line 95, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-pull-3 {
    position: relative;
    left: -18.75%;
}

/* line 103, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-offset-2 {
    margin-left: 12.5%;
}

/* line 85, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-4 {
    width: 25%;
}

/* line 91, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-push-4 {
    position: relative;
    left: 25%;
}

/* line 95, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-pull-4 {
    position: relative;
    left: -25%;
}

/* line 103, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-offset-3 {
    margin-left: 18.75%;
}

/* line 85, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-5 {
    width: 31.25%;
}

/* line 91, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-push-5 {
    position: relative;
    left: 31.25%;
}

/* line 95, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-pull-5 {
    position: relative;
    left: -31.25%;
}

/* line 103, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-offset-4 {
    margin-left: 25%;
}

/* line 85, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-6 {
    width: 37.5%;
}

/* line 91, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-push-6 {
    position: relative;
    left: 37.5%;
}

/* line 95, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-pull-6 {
    position: relative;
    left: -37.5%;
}

/* line 103, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-offset-5 {
    margin-left: 31.25%;
}

/* line 85, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-7 {
    width: 43.75%;
}

/* line 91, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-push-7 {
    position: relative;
    left: 43.75%;
}

/* line 95, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-pull-7 {
    position: relative;
    left: -43.75%;
}

/* line 103, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-offset-6 {
    margin-left: 37.5%;
}

/* line 85, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-8 {
    width: 50%;
}

/* line 91, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-push-8 {
    position: relative;
    left: 50%;
}

/* line 95, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-pull-8 {
    position: relative;
    left: -50%;
}

/* line 103, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-offset-7 {
    margin-left: 43.75%;
}

/* line 85, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-9 {
    width: 56.25%;
}

/* line 91, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-push-9 {
    position: relative;
    left: 56.25%;
}

/* line 95, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-pull-9 {
    position: relative;
    left: -56.25%;
}

/* line 103, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-offset-8 {
    margin-left: 50%;
}

/* line 85, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-10 {
    width: 62.5%;
}

/* line 91, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-push-10 {
    position: relative;
    left: 62.5%;
}

/* line 95, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-pull-10 {
    position: relative;
    left: -62.5%;
}

/* line 103, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-offset-9 {
    margin-left: 56.25%;
}

/* line 85, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-11 {
    width: 68.75%;
}

/* line 91, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-push-11 {
    position: relative;
    left: 68.75%;
}

/* line 95, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-pull-11 {
    position: relative;
    left: -68.75%;
}

/* line 103, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-offset-10 {
    margin-left: 62.5%;
}

/* line 85, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-12 {
    width: 75%;
}

/* line 91, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-push-12 {
    position: relative;
    left: 75%;
}

/* line 95, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-pull-12 {
    position: relative;
    left: -75%;
}

/* line 103, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-offset-11 {
    margin-left: 68.75%;
}

/* line 85, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-13 {
    width: 81.25%;
}

/* line 91, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-push-13 {
    position: relative;
    left: 81.25%;
}

/* line 95, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-pull-13 {
    position: relative;
    left: -81.25%;
}

/* line 103, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-offset-12 {
    margin-left: 75%;
}

/* line 85, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-14 {
    width: 87.5%;
}

/* line 91, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-push-14 {
    position: relative;
    left: 87.5%;
}

/* line 95, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-pull-14 {
    position: relative;
    left: -87.5%;
}

/* line 103, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-offset-13 {
    margin-left: 81.25%;
}

/* line 85, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-15 {
    width: 93.75%;
}

/* line 91, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-push-15 {
    position: relative;
    left: 93.75%;
}

/* line 95, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-pull-15 {
    position: relative;
    left: -93.75%;
}

/* line 103, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-offset-14 {
    margin-left: 87.5%;
}

/* line 85, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-16 {
    width: 100%;
}

/* line 103, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-offset-15 {
    margin-left: 93.75%;
}

/* line 17, ../../foundation/bower_components/foundation-sites/scss/grid/_layout.scss */
.small-up-1 > .column, .small-up-1 > .columns {
    width: 100%;
    float: left;
}
/* line 21, ../../foundation/bower_components/foundation-sites/scss/grid/_layout.scss */
.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
    clear: none;
}
/* line 25, ../../foundation/bower_components/foundation-sites/scss/grid/_layout.scss */
.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
}
/* line 29, ../../foundation/bower_components/foundation-sites/scss/grid/_layout.scss */
.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
    float: left;
}

/* line 17, ../../foundation/bower_components/foundation-sites/scss/grid/_layout.scss */
.small-up-2 > .column, .small-up-2 > .columns {
    width: 50%;
    float: left;
}
/* line 21, ../../foundation/bower_components/foundation-sites/scss/grid/_layout.scss */
.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
    clear: none;
}
/* line 25, ../../foundation/bower_components/foundation-sites/scss/grid/_layout.scss */
.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
}
/* line 29, ../../foundation/bower_components/foundation-sites/scss/grid/_layout.scss */
.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
    float: left;
}

/* line 17, ../../foundation/bower_components/foundation-sites/scss/grid/_layout.scss */
.small-up-3 > .column, .small-up-3 > .columns {
    width: 33.33333%;
    float: left;
}
/* line 21, ../../foundation/bower_components/foundation-sites/scss/grid/_layout.scss */
.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
    clear: none;
}
/* line 25, ../../foundation/bower_components/foundation-sites/scss/grid/_layout.scss */
.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
}
/* line 29, ../../foundation/bower_components/foundation-sites/scss/grid/_layout.scss */
.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
    float: left;
}

/* line 17, ../../foundation/bower_components/foundation-sites/scss/grid/_layout.scss */
.small-up-4 > .column, .small-up-4 > .columns {
    width: 25%;
    float: left;
}
/* line 21, ../../foundation/bower_components/foundation-sites/scss/grid/_layout.scss */
.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
    clear: none;
}
/* line 25, ../../foundation/bower_components/foundation-sites/scss/grid/_layout.scss */
.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
}
/* line 29, ../../foundation/bower_components/foundation-sites/scss/grid/_layout.scss */
.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
    float: left;
}

/* line 17, ../../foundation/bower_components/foundation-sites/scss/grid/_layout.scss */
.small-up-5 > .column, .small-up-5 > .columns {
    width: 20%;
    float: left;
}
/* line 21, ../../foundation/bower_components/foundation-sites/scss/grid/_layout.scss */
.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
    clear: none;
}
/* line 25, ../../foundation/bower_components/foundation-sites/scss/grid/_layout.scss */
.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
}
/* line 29, ../../foundation/bower_components/foundation-sites/scss/grid/_layout.scss */
.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
    float: left;
}

/* line 17, ../../foundation/bower_components/foundation-sites/scss/grid/_layout.scss */
.small-up-6 > .column, .small-up-6 > .columns {
    width: 16.66667%;
    float: left;
}
/* line 21, ../../foundation/bower_components/foundation-sites/scss/grid/_layout.scss */
.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
    clear: none;
}
/* line 25, ../../foundation/bower_components/foundation-sites/scss/grid/_layout.scss */
.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
}
/* line 29, ../../foundation/bower_components/foundation-sites/scss/grid/_layout.scss */
.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
    float: left;
}

/* line 117, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-collapse > .column, .small-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
}
/* line 119, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-collapse .row {
    margin-left: 0;
    margin-right: 0;
}

/* line 128, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-uncollapse > .column, .small-uncollapse > .columns {
    padding-left: 0.66667rem;
    padding-right: 0.66667rem;
}

/* line 132, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

/* line 137, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-uncentered,
.small-push-0,
.small-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
}

@media screen and (min-width: 40em) {

    /* line 85, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
    .medium-1 {
        width: 6.25%;
    }

    /* line 91, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
    .medium-push-1 {
        position: relative;
        left: 6.25%;
    }

    /* line 95, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
    .medium-pull-1 {
        position: relative;
        left: -6.25%;
    }

    /* line 103, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
    .medium-offset-0 {
        margin-left: 0%;
    }

    /* line 85, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
    .medium-2 {
        width: 12.5%;
    }

    /* line 91, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
    .medium-push-2 {
        position: relative;
        left: 12.5%;
    }

    /* line 95, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
    .medium-pull-2 {
        position: relative;
        left: -12.5%;
    }

    /* line 103, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
    .medium-offset-1 {
        margin-left: 6.25%;
    }

    /* line 85, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
    .medium-3 {
        width: 18.75%;
    }

    /* line 91, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
    .medium-push-3 {
        position: relative;
        left: 18.75%;
    }

    /* line 95, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
    .medium-pull-3 {
        position: relative;
        left: -18.75%;
    }

    /* line 103, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
    .medium-offset-2 {
        margin-left: 12.5%;
    }

    /* line 85, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
    .medium-4 {
        width: 25%;
    }

    /* line 91, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
    .medium-push-4 {
        position: relative;
        left: 25%;
    }

    /* line 95, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
    .medium-pull-4 {
        position: relative;
        left: -25%;
    }

    /* line 103, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
    .medium-offset-3 {
        margin-left: 18.75%;
    }

    /* line 85, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
    .medium-5 {
        width: 31.25%;
    }

    /* line 91, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
    .medium-push-5 {
        position: relative;
        left: 31.25%;
    }

    /* line 95, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
    .medium-pull-5 {
        position: relative;
        left: -31.25%;
    }

    /* line 103, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
    .medium-offset-4 {
        margin-left: 25%;
    }

    /* line 85, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
    .medium-6 {
        width: 37.5%;
    }

    /* line 91, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
    .medium-push-6 {
        position: relative;
        left: 37.5%;
    }

    /* line 95, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
    .medium-pull-6 {
        position: relative;
        left: -37.5%;
    }

    /* line 103, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
    .medium-offset-5 {
        margin-left: 31.25%;
    }

    /* line 85, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
    .medium-7 {
        width: 43.75%;
    }

    /* line 91, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
    .medium-push-7 {
        position: relative;
        left: 43.75%;
    }

    /* line 95, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
    .medium-pull-7 {
        position: relative;
        left: -43.75%;
    }

    /* line 103, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
    .medium-offset-6 {
        margin-left: 37.5%;
    }

    /* line 85, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
    .medium-8 {
        width: 50%;
    }

    /* line 91, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
    .medium-push-8 {
        position: relative;
        left: 50%;
    }

    /* line 95, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
    .medium-pull-8 {
        position: relative;
        left: -50%;
    }

    /* line 103, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
    .medium-offset-7 {
        margin-left: 43.75%;
    }

    /* line 85, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
    .medium-9 {
        width: 56.25%;
    }

    /* line 91, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
    .medium-push-9 {
        position: relative;
        left: 56.25%;
    }

    /* line 95, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
    .medium-pull-9 {
        position: relative;
        left: -56.25%;
    }

    /* line 103, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
    .medium-offset-8 {
        margin-left: 50%;
    }

    /* line 85, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
    .medium-10 {
        width: 62.5%;
    }

    /* line 91, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
    .medium-push-10 {
        position: relative;
        left: 62.5%;
    }

    /* line 95, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
    .medium-pull-10 {
        position: relative;
        left: -62.5%;
    }

    /* line 103, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
    .medium-offset-9 {
        margin-left: 56.25%;
    }

    /* line 85, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
    .medium-11 {
        width: 68.75%;
    }

    /* line 91, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
    .medium-push-11 {
        position: relative;
        left: 68.75%;
    }

    /* line 95, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
    .medium-pull-11 {
        position: relative;
        left: -68.75%;
    }

    /* line 103, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
    .medium-offset-10 {
        margin-left: 62.5%;
    }

    /* line 85, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
    .medium-12 {
        width: 75%;
    }

    /* line 91, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
    .medium-push-12 {
        position: relative;
        left: 75%;
    }

    /* line 95, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
    .medium-pull-12 {
        position: relative;
        left: -75%;
    }

    /* line 103, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
    .medium-offset-11 {
        margin-left: 68.75%;
    }

    /* line 85, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
    .medium-13 {
        width: 81.25%;
    }

    /* line 91, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
    .medium-push-13 {
        position: relative;
        left: 81.25%;
    }

    /* line 95, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
    .medium-pull-13 {
        position: relative;
        left: -81.25%;
    }

    /* line 103, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
    .medium-offset-12 {
        margin-left: 75%;
    }

    /* line 85, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
    .medium-14 {
        width: 87.5%;
    }

    /* line 91, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
    .medium-push-14 {
        position: relative;
        left: 87.5%;
    }

    /* line 95, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
    .medium-pull-14 {
        position: relative;
        left: -87.5%;
    }

    /* line 103, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
    .medium-offset-13 {
        margin-left: 81.25%;
    }

    /* line 85, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
    .medium-15 {
        width: 93.75%;
    }

    /* line 91, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
    .medium-push-15 {
        position: relative;
        left: 93.75%;
    }

    /* line 95, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
    .medium-pull-15 {
        position: relative;
        left: -93.75%;
    }

    /* line 103, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
    .medium-offset-14 {
        margin-left: 87.5%;
    }

    /* line 85, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
    .medium-16 {
        width: 100%;
    }

    /* line 103, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
    .medium-offset-15 {
        margin-left: 93.75%;
    }

    /* line 17, ../../foundation/bower_components/foundation-sites/scss/grid/_layout.scss */
    .medium-up-1 > .column, .medium-up-1 > .columns {
        width: 100%;
        float: left;
    }
    /* line 21, ../../foundation/bower_components/foundation-sites/scss/grid/_layout.scss */
    .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
        clear: none;
    }
    /* line 25, ../../foundation/bower_components/foundation-sites/scss/grid/_layout.scss */
    .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
        clear: both;
    }
    /* line 29, ../../foundation/bower_components/foundation-sites/scss/grid/_layout.scss */
    .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
        float: left;
    }

    /* line 17, ../../foundation/bower_components/foundation-sites/scss/grid/_layout.scss */
    .medium-up-2 > .column, .medium-up-2 > .columns {
        width: 50%;
        float: left;
    }
    /* line 21, ../../foundation/bower_components/foundation-sites/scss/grid/_layout.scss */
    .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
        clear: none;
    }
    /* line 25, ../../foundation/bower_components/foundation-sites/scss/grid/_layout.scss */
    .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
        clear: both;
    }
    /* line 29, ../../foundation/bower_components/foundation-sites/scss/grid/_layout.scss */
    .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
        float: left;
    }

    /* line 17, ../../foundation/bower_components/foundation-sites/scss/grid/_layout.scss */
    .medium-up-3 > .column, .medium-up-3 > .columns {
        width: 33.33333%;
        float: left;
    }
    /* line 21, ../../foundation/bower_components/foundation-sites/scss/grid/_layout.scss */
    .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
        clear: none;
    }
    /* line 25, ../../foundation/bower_components/foundation-sites/scss/grid/_layout.scss */
    .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
        clear: both;
    }
    /* line 29, ../../foundation/bower_components/foundation-sites/scss/grid/_layout.scss */
    .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
        float: left;
    }

    /* line 17, ../../foundation/bower_components/foundation-sites/scss/grid/_layout.scss */
    .medium-up-4 > .column, .medium-up-4 > .columns {
        width: 25%;
        float: left;
    }
    /* line 21, ../../foundation/bower_components/foundation-sites/scss/grid/_layout.scss */
    .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
        clear: none;
    }
    /* line 25, ../../foundation/bower_components/foundation-sites/scss/grid/_layout.scss */
    .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
        clear: both;
    }
    /* line 29, ../../foundation/bower_components/foundation-sites/scss/grid/_layout.scss */
    .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
        float: left;
    }

    /* line 17, ../../foundation/bower_components/foundation-sites/scss/grid/_layout.scss */
    .medium-up-5 > .column, .medium-up-5 > .columns {
        width: 20%;
        float: left;
    }
    /* line 21, ../../foundation/bower_components/foundation-sites/scss/grid/_layout.scss */
    .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
        clear: none;
    }
    /* line 25, ../../foundation/bower_components/foundation-sites/scss/grid/_layout.scss */
    .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
        clear: both;
    }
    /* line 29, ../../foundation/bower_components/foundation-sites/scss/grid/_layout.scss */
    .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
        float: left;
    }

    /* line 17, ../../foundation/bower_components/foundation-sites/scss/grid/_layout.scss */
    .medium-up-6 > .column, .medium-up-6 > .columns {
        width: 16.66667%;
        float: left;
    }
    /* line 21, ../../foundation/bower_components/foundation-sites/scss/grid/_layout.scss */
    .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
        clear: none;
    }
    /* line 25, ../../foundation/bower_components/foundation-sites/scss/grid/_layout.scss */
    .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
        clear: both;
    }
    /* line 29, ../../foundation/bower_components/foundation-sites/scss/grid/_layout.scss */
    .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
        float: left;
    }

    /* line 117, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
    .medium-collapse > .column, .medium-collapse > .columns {
        padding-left: 0;
        padding-right: 0;
    }
    /* line 119, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
    .medium-collapse .row {
        margin-left: 0;
        margin-right: 0;
    }

    /* line 128, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
    .medium-uncollapse > .column, .medium-uncollapse > .columns {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    /* line 132, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
    .medium-centered {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }

    /* line 137, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
    .medium-uncentered,
    .medium-push-0,
    .medium-pull-0 {
        position: static;
        margin-left: 0;
        margin-right: 0;
        float: left;
    }
}
@media screen and (min-width: 64em) {

    /* line 85, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
    .large-1 {
        width: 6.25%;
    }

    /* line 91, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
    .large-push-1 {
        position: relative;
        left: 6.25%;
    }

    /* line 95, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
    .large-pull-1 {
        position: relative;
        left: -6.25%;
    }

    /* line 103, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
    .large-offset-0 {
        margin-left: 0%;
    }

    /* line 85, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
    .large-2 {
        width: 12.5%;
    }

    /* line 91, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
    .large-push-2 {
        position: relative;
        left: 12.5%;
    }

    /* line 95, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
    .large-pull-2 {
        position: relative;
        left: -12.5%;
    }

    /* line 103, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
    .large-offset-1 {
        margin-left: 6.25%;
    }

    /* line 85, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
    .large-3 {
        width: 18.75%;
    }

    /* line 91, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
    .large-push-3 {
        position: relative;
        left: 18.75%;
    }

    /* line 95, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
    .large-pull-3 {
        position: relative;
        left: -18.75%;
    }

    /* line 103, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
    .large-offset-2 {
        margin-left: 12.5%;
    }

    /* line 85, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
    .large-4 {
        width: 25%;
    }

    /* line 91, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
    .large-push-4 {
        position: relative;
        left: 25%;
    }

    /* line 95, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
    .large-pull-4 {
        position: relative;
        left: -25%;
    }

    /* line 103, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
    .large-offset-3 {
        margin-left: 18.75%;
    }

    /* line 85, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
    .large-5 {
        width: 31.25%;
    }

    /* line 91, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
    .large-push-5 {
        position: relative;
        left: 31.25%;
    }

    /* line 95, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
    .large-pull-5 {
        position: relative;
        left: -31.25%;
    }

    /* line 103, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
    .large-offset-4 {
        margin-left: 25%;
    }

    /* line 85, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
    .large-6 {
        width: 37.5%;
    }

    /* line 91, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
    .large-push-6 {
        position: relative;
        left: 37.5%;
    }

    /* line 95, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
    .large-pull-6 {
        position: relative;
        left: -37.5%;
    }

    /* line 103, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
    .large-offset-5 {
        margin-left: 31.25%;
    }

    /* line 85, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
    .large-7 {
        width: 43.75%;
    }

    /* line 91, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
    .large-push-7 {
        position: relative;
        left: 43.75%;
    }

    /* line 95, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
    .large-pull-7 {
        position: relative;
        left: -43.75%;
    }

    /* line 103, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
    .large-offset-6 {
        margin-left: 37.5%;
    }

    /* line 85, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
    .large-8 {
        width: 50%;
    }

    /* line 91, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
    .large-push-8 {
        position: relative;
        left: 50%;
    }

    /* line 95, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
    .large-pull-8 {
        position: relative;
        left: -50%;
    }

    /* line 103, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
    .large-offset-7 {
        margin-left: 43.75%;
    }

    /* line 85, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
    .large-9 {
        width: 56.25%;
    }

    /* line 91, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
    .large-push-9 {
        position: relative;
        left: 56.25%;
    }

    /* line 95, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
    .large-pull-9 {
        position: relative;
        left: -56.25%;
    }

    /* line 103, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
    .large-offset-8 {
        margin-left: 50%;
    }

    /* line 85, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
    .large-10 {
        width: 62.5%;
    }

    /* line 91, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
    .large-push-10 {
        position: relative;
        left: 62.5%;
    }

    /* line 95, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
    .large-pull-10 {
        position: relative;
        left: -62.5%;
    }

    /* line 103, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
    .large-offset-9 {
        margin-left: 56.25%;
    }

    /* line 85, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
    .large-11 {
        width: 68.75%;
    }

    /* line 91, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
    .large-push-11 {
        position: relative;
        left: 68.75%;
    }

    /* line 95, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
    .large-pull-11 {
        position: relative;
        left: -68.75%;
    }

    /* line 103, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
    .large-offset-10 {
        margin-left: 62.5%;
    }

    /* line 85, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
    .large-12 {
        width: 75%;
    }

    /* line 91, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
    .large-push-12 {
        position: relative;
        left: 75%;
    }

    /* line 95, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
    .large-pull-12 {
        position: relative;
        left: -75%;
    }

    /* line 103, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
    .large-offset-11 {
        margin-left: 68.75%;
    }

    /* line 85, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
    .large-13 {
        width: 81.25%;
    }

    /* line 91, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
    .large-push-13 {
        position: relative;
        left: 81.25%;
    }

    /* line 95, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
    .large-pull-13 {
        position: relative;
        left: -81.25%;
    }

    /* line 103, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
    .large-offset-12 {
        margin-left: 75%;
    }

    /* line 85, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
    .large-14 {
        width: 87.5%;
    }

    /* line 91, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
    .large-push-14 {
        position: relative;
        left: 87.5%;
    }

    /* line 95, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
    .large-pull-14 {
        position: relative;
        left: -87.5%;
    }

    /* line 103, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
    .large-offset-13 {
        margin-left: 81.25%;
    }

    /* line 85, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
    .large-15 {
        width: 93.75%;
    }

    /* line 91, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
    .large-push-15 {
        position: relative;
        left: 93.75%;
    }

    /* line 95, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
    .large-pull-15 {
        position: relative;
        left: -93.75%;
    }

    /* line 103, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
    .large-offset-14 {
        margin-left: 87.5%;
    }

    /* line 85, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
    .large-16 {
        width: 100%;
    }

    /* line 103, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
    .large-offset-15 {
        margin-left: 93.75%;
    }

    /* line 17, ../../foundation/bower_components/foundation-sites/scss/grid/_layout.scss */
    .large-up-1 > .column, .large-up-1 > .columns {
        width: 100%;
        float: left;
    }
    /* line 21, ../../foundation/bower_components/foundation-sites/scss/grid/_layout.scss */
    .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
        clear: none;
    }
    /* line 25, ../../foundation/bower_components/foundation-sites/scss/grid/_layout.scss */
    .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
        clear: both;
    }
    /* line 29, ../../foundation/bower_components/foundation-sites/scss/grid/_layout.scss */
    .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
        float: left;
    }

    /* line 17, ../../foundation/bower_components/foundation-sites/scss/grid/_layout.scss */
    .large-up-2 > .column, .large-up-2 > .columns {
        width: 50%;
        float: left;
    }
    /* line 21, ../../foundation/bower_components/foundation-sites/scss/grid/_layout.scss */
    .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
        clear: none;
    }
    /* line 25, ../../foundation/bower_components/foundation-sites/scss/grid/_layout.scss */
    .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
        clear: both;
    }
    /* line 29, ../../foundation/bower_components/foundation-sites/scss/grid/_layout.scss */
    .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
        float: left;
    }

    /* line 17, ../../foundation/bower_components/foundation-sites/scss/grid/_layout.scss */
    .large-up-3 > .column, .large-up-3 > .columns {
        width: 33.33333%;
        float: left;
    }
    /* line 21, ../../foundation/bower_components/foundation-sites/scss/grid/_layout.scss */
    .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
        clear: none;
    }
    /* line 25, ../../foundation/bower_components/foundation-sites/scss/grid/_layout.scss */
    .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
        clear: both;
    }
    /* line 29, ../../foundation/bower_components/foundation-sites/scss/grid/_layout.scss */
    .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
        float: left;
    }

    /* line 17, ../../foundation/bower_components/foundation-sites/scss/grid/_layout.scss */
    .large-up-4 > .column, .large-up-4 > .columns {
        width: 25%;
        float: left;
    }
    /* line 21, ../../foundation/bower_components/foundation-sites/scss/grid/_layout.scss */
    .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
        clear: none;
    }
    /* line 25, ../../foundation/bower_components/foundation-sites/scss/grid/_layout.scss */
    .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
        clear: both;
    }
    /* line 29, ../../foundation/bower_components/foundation-sites/scss/grid/_layout.scss */
    .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
        float: left;
    }

    /* line 17, ../../foundation/bower_components/foundation-sites/scss/grid/_layout.scss */
    .large-up-5 > .column, .large-up-5 > .columns {
        width: 20%;
        float: left;
    }
    /* line 21, ../../foundation/bower_components/foundation-sites/scss/grid/_layout.scss */
    .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
        clear: none;
    }
    /* line 25, ../../foundation/bower_components/foundation-sites/scss/grid/_layout.scss */
    .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
        clear: both;
    }
    /* line 29, ../../foundation/bower_components/foundation-sites/scss/grid/_layout.scss */
    .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
        float: left;
    }

    /* line 17, ../../foundation/bower_components/foundation-sites/scss/grid/_layout.scss */
    .large-up-6 > .column, .large-up-6 > .columns {
        width: 16.66667%;
        float: left;
    }
    /* line 21, ../../foundation/bower_components/foundation-sites/scss/grid/_layout.scss */
    .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
        clear: none;
    }
    /* line 25, ../../foundation/bower_components/foundation-sites/scss/grid/_layout.scss */
    .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
        clear: both;
    }
    /* line 29, ../../foundation/bower_components/foundation-sites/scss/grid/_layout.scss */
    .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
        float: left;
    }

    /* line 117, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
    .large-collapse > .column, .large-collapse > .columns {
        padding-left: 0;
        padding-right: 0;
    }
    /* line 119, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
    .large-collapse .row {
        margin-left: 0;
        margin-right: 0;
    }

    /* line 128, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
    .large-uncollapse > .column, .large-uncollapse > .columns {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    /* line 132, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
    .large-centered {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }

    /* line 137, ../../foundation/bower_components/foundation-sites/scss/grid/_classes.scss */
    .large-uncentered,
    .large-push-0,
    .large-pull-0 {
        position: static;
        margin-left: 0;
        margin-right: 0;
        float: left;
    }
}
/* line 232, ../../foundation/bower_components/foundation-sites/scss/typography/_base.scss */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

/* line 256, ../../foundation/bower_components/foundation-sites/scss/typography/_base.scss */
p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 1rem;
    text-rendering: optimizeLegibility;
}

/* line 264, ../../foundation/bower_components/foundation-sites/scss/typography/_base.scss */
em,
i {
    font-style: italic;
    line-height: inherit;
}

/* line 271, ../../foundation/bower_components/foundation-sites/scss/typography/_base.scss */
strong,
b {
    font-weight: 700;
    line-height: inherit;
}

/* line 278, ../../foundation/bower_components/foundation-sites/scss/typography/_base.scss */
small {
    font-size: 70%;
    line-height: inherit;
}

/* line 284, ../../foundation/bower_components/foundation-sites/scss/typography/_base.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Luckiest Guy", cursive;
    font-weight: 400;
    font-style: normal;
    color: #2d2d2d;
    text-rendering: optimizeLegibility;
    margin-top: 0;
    margin-bottom: 0.5rem;
    line-height: 1.4;
}
/* line 299, ../../foundation/bower_components/foundation-sites/scss/typography/_base.scss */
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    color: #231a1e;
    line-height: 0;
}

/* line 309, ../../foundation/bower_components/foundation-sites/scss/typography/_base.scss */
h1 {
    font-size: 1.6rem;
}

/* line 309, ../../foundation/bower_components/foundation-sites/scss/typography/_base.scss */
h2 {
    font-size: 1.33333rem;
}

/* line 309, ../../foundation/bower_components/foundation-sites/scss/typography/_base.scss */
h3 {
    font-size: 1.26667rem;
}

/* line 309, ../../foundation/bower_components/foundation-sites/scss/typography/_base.scss */
h4 {
    font-size: 1.2rem;
}

/* line 309, ../../foundation/bower_components/foundation-sites/scss/typography/_base.scss */
h5 {
    font-size: 1.13333rem;
}

/* line 309, ../../foundation/bower_components/foundation-sites/scss/typography/_base.scss */
h6 {
    font-size: 1.06667rem;
}

@media screen and (min-width: 40em) {
    /* line 309, ../../foundation/bower_components/foundation-sites/scss/typography/_base.scss */
    h1 {
        font-size: 3.2rem;
    }

    /* line 309, ../../foundation/bower_components/foundation-sites/scss/typography/_base.scss */
    h2 {
        font-size: 2.46667rem;
    }

    /* line 309, ../../foundation/bower_components/foundation-sites/scss/typography/_base.scss */
    h3 {
        font-size: 2.13333rem;
    }

    /* line 309, ../../foundation/bower_components/foundation-sites/scss/typography/_base.scss */
    h4 {
        font-size: 1.66667rem;
    }

    /* line 309, ../../foundation/bower_components/foundation-sites/scss/typography/_base.scss */
    h5 {
        font-size: 24px
            /* font-size: 1.33333rem;*/
    }

    /* line 309, ../../foundation/bower_components/foundation-sites/scss/typography/_base.scss */
    h6 {
        font-size: 1.26667rem;
    }
}
/* line 317, ../../foundation/bower_components/foundation-sites/scss/typography/_base.scss */
/*a {
    color: #c5db3b;
    text-decoration: none;
    line-height: inherit;
    cursor: pointer;
}*/
/* line 323, ../../foundation/bower_components/foundation-sites/scss/typography/_base.scss */
a:hover, a:focus {
    color: #8346be;
}
/* line 331, ../../foundation/bower_components/foundation-sites/scss/typography/_base.scss */
a img {
    border: 0;
}

/* line 337, ../../foundation/bower_components/foundation-sites/scss/typography/_base.scss */
hr {
    max-width: 78.66667rem;
    height: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 2px solid #231a1e;
    border-left: 0;
    margin: 1.33333rem auto;
    clear: both;
}

/* line 349, ../../foundation/bower_components/foundation-sites/scss/typography/_base.scss */
ul,
ol,
dl {
    line-height: 1.6;
    margin-bottom: 1rem;
    list-style-position: outside;
}

/* line 358, ../../foundation/bower_components/foundation-sites/scss/typography/_base.scss */
li {
    font-size: inherit;
}

/* line 363, ../../foundation/bower_components/foundation-sites/scss/typography/_base.scss */
ul {
    list-style-type: disc;
    margin-left: 1.25rem;
}

/* line 369, ../../foundation/bower_components/foundation-sites/scss/typography/_base.scss */
ol {
    margin-left: 1.25rem;
}

/* line 375, ../../foundation/bower_components/foundation-sites/scss/typography/_base.scss */
ul ul, ol ul, ul ol, ol ol {
    margin-left: 1.25rem;
    margin-bottom: 0;
}

/* line 382, ../../foundation/bower_components/foundation-sites/scss/typography/_base.scss */
dl {
    margin-bottom: 1rem;
}
/* line 385, ../../foundation/bower_components/foundation-sites/scss/typography/_base.scss */
dl dt {
    margin-bottom: 0.3rem;
    font-weight: 700;
}

/* line 392, ../../foundation/bower_components/foundation-sites/scss/typography/_base.scss */
blockquote {
    margin: 0 0 1rem;
    padding: 0.6rem 1.33333rem 0 1.26667rem;
    border-left: 1px solid #cacaca;
}
/* line 397, ../../foundation/bower_components/foundation-sites/scss/typography/_base.scss */
blockquote, blockquote p {
    line-height: 1.6;
    color: #8a8a8a;
}

/* line 404, ../../foundation/bower_components/foundation-sites/scss/typography/_base.scss */
cite {
    display: block;
    font-size: 0.86667rem;
    color: #8a8a8a;
}
/* line 409, ../../foundation/bower_components/foundation-sites/scss/typography/_base.scss */
cite:before {
    content: '\2014 \0020';
}

/* line 415, ../../foundation/bower_components/foundation-sites/scss/typography/_base.scss */
abbr {
    color: #fff;
    cursor: help;
    border-bottom: 1px dotted #0a0a0a;
}

/* line 422, ../../foundation/bower_components/foundation-sites/scss/typography/_base.scss */
code {
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    font-weight: 400;
    color: #231a1e;
    background-color: #e6e6e6;
    border: 1px solid #cacaca;
    padding: 0.13333rem 0.33333rem 0.06667rem;
}

/* line 432, ../../foundation/bower_components/foundation-sites/scss/typography/_base.scss */
kbd {
    padding: 0.13333rem 0.26667rem 0;
    margin: 0;
    background-color: #e6e6e6;
    color: #0a0a0a;
    font-family: Consolas, "Liberation Mono", Courier, monospace;
}

/* line 48, ../../foundation/bower_components/foundation-sites/scss/typography/_helpers.scss */
.subheader {
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
    font-weight: 400;
    line-height: 1.4;
    color: #8a8a8a;
}

/* line 57, ../../foundation/bower_components/foundation-sites/scss/typography/_helpers.scss */
.lead {
    font-size: 18.75px;
    line-height: 1.6;
}

/* line 63, ../../foundation/bower_components/foundation-sites/scss/typography/_helpers.scss */
.stat {
    font-size: 2.5rem;
    line-height: 1;
}
/* line 67, ../../foundation/bower_components/foundation-sites/scss/typography/_helpers.scss */
p + .stat {
    margin-top: -1rem;
}

/* line 73, ../../foundation/bower_components/foundation-sites/scss/typography/_helpers.scss */
.no-bullet {
    margin-left: 0;
    list-style: none;
}

/* line 15, ../../foundation/bower_components/foundation-sites/scss/typography/_alignment.scss */
.text-left {
    text-align: left;
}

/* line 15, ../../foundation/bower_components/foundation-sites/scss/typography/_alignment.scss */
.text-right {
    text-align: right;
}

/* line 15, ../../foundation/bower_components/foundation-sites/scss/typography/_alignment.scss */
.text-center {
    text-align: center;
}

/* line 15, ../../foundation/bower_components/foundation-sites/scss/typography/_alignment.scss */
.text-justify {
    text-align: justify;
}

@media screen and (min-width: 40em) {
    /* line 10, ../../foundation/bower_components/foundation-sites/scss/typography/_alignment.scss */
    .medium-text-left {
        text-align: left;
    }

    /* line 10, ../../foundation/bower_components/foundation-sites/scss/typography/_alignment.scss */
    .medium-text-right {
        text-align: right;
    }

    /* line 10, ../../foundation/bower_components/foundation-sites/scss/typography/_alignment.scss */
    .medium-text-center {
        text-align: center;
    }

    /* line 10, ../../foundation/bower_components/foundation-sites/scss/typography/_alignment.scss */
    .medium-text-justify {
        text-align: justify;
    }
}
@media screen and (min-width: 64em) {
    /* line 10, ../../foundation/bower_components/foundation-sites/scss/typography/_alignment.scss */
    .large-text-left {
        text-align: left;
    }

    /* line 10, ../../foundation/bower_components/foundation-sites/scss/typography/_alignment.scss */
    .large-text-right {
        text-align: right;
    }

    /* line 10, ../../foundation/bower_components/foundation-sites/scss/typography/_alignment.scss */
    .large-text-center {
        text-align: center;
    }

    /* line 10, ../../foundation/bower_components/foundation-sites/scss/typography/_alignment.scss */
    .large-text-justify {
        text-align: justify;
    }
}
/* line 13, ../../foundation/bower_components/foundation-sites/scss/typography/_print.scss */
.show-for-print {
    display: none !important;
}

@media print {
    /* line 16, ../../foundation/bower_components/foundation-sites/scss/typography/_print.scss */
    * {
        background: transparent !important;
        color: black !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    /* line 26, ../../foundation/bower_components/foundation-sites/scss/typography/_print.scss */
    .show-for-print {
        display: block !important;
    }

    /* line 27, ../../foundation/bower_components/foundation-sites/scss/typography/_print.scss */
    .hide-for-print {
        display: none !important;
    }

    /* line 29, ../../foundation/bower_components/foundation-sites/scss/typography/_print.scss */
    table.show-for-print {
        display: table !important;
    }

    /* line 30, ../../foundation/bower_components/foundation-sites/scss/typography/_print.scss */
    thead.show-for-print {
        display: table-header-group !important;
    }

    /* line 31, ../../foundation/bower_components/foundation-sites/scss/typography/_print.scss */
    tbody.show-for-print {
        display: table-row-group !important;
    }

    /* line 32, ../../foundation/bower_components/foundation-sites/scss/typography/_print.scss */
    tr.show-for-print {
        display: table-row !important;
    }

    /* line 33, ../../foundation/bower_components/foundation-sites/scss/typography/_print.scss */
    td.show-for-print {
        display: table-cell !important;
    }

    /* line 34, ../../foundation/bower_components/foundation-sites/scss/typography/_print.scss */
    th.show-for-print {
        display: table-cell !important;
    }

    /* line 37, ../../foundation/bower_components/foundation-sites/scss/typography/_print.scss */
    a,
    a:visited {
        text-decoration: underline;
    }

    /* line 39, ../../foundation/bower_components/foundation-sites/scss/typography/_print.scss */
    a[href]:after {
        content: " (" attr(href) ")";
    }

    /* line 42, ../../foundation/bower_components/foundation-sites/scss/typography/_print.scss */
    .ir a:after,
    a[href^='javascript:']:after,
    a[href^='#']:after {
        content: '';
    }

    /* line 47, ../../foundation/bower_components/foundation-sites/scss/typography/_print.scss */
    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /* line 50, ../../foundation/bower_components/foundation-sites/scss/typography/_print.scss */
    pre,
    blockquote {
        border: 1px solid #8a8a8a;
        page-break-inside: avoid;
    }

    /* line 57, ../../foundation/bower_components/foundation-sites/scss/typography/_print.scss */
    thead {
        display: table-header-group;
    }

    /* line 59, ../../foundation/bower_components/foundation-sites/scss/typography/_print.scss */
    tr,
    img {
        page-break-inside: avoid;
    }

    /* line 62, ../../foundation/bower_components/foundation-sites/scss/typography/_print.scss */
    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }
    /* line 66, ../../foundation/bower_components/foundation-sites/scss/typography/_print.scss */
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    /* line 74, ../../foundation/bower_components/foundation-sites/scss/typography/_print.scss */
    h2,
    h3 {
        page-break-after: avoid;
    }
}
/* line 193, ../../foundation/bower_components/foundation-sites/scss/components/_button.scss */
.button {
    display: inline-block;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    -webkit-appearance: none;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 3px;
    padding: 0.7em 1em;
    margin: 0 0 1rem 0;
    font-size: 0.9rem;
    background-color: #c5db3b;
    color: #fff;
}
/* line 167, ../../foundation/bower_components/foundation-sites/scss/util/_mixins.scss */
[data-whatinput='mouse'] .button {
    outline: 0;
}
/* line 112, ../../foundation/bower_components/foundation-sites/scss/components/_button.scss */
.button:hover, .button:focus {
    background-color: #b1c825;
    color: #fff;
}
/* line 198, ../../foundation/bower_components/foundation-sites/scss/components/_button.scss */
.button.tiny {
    font-size: 0.6rem;
}
/* line 198, ../../foundation/bower_components/foundation-sites/scss/components/_button.scss */
.button.small {
    font-size: 0.75rem;
}
/* line 198, ../../foundation/bower_components/foundation-sites/scss/components/_button.scss */
.button.large {
    font-size: 1.25rem;
}
/* line 200, ../../foundation/bower_components/foundation-sites/scss/components/_button.scss */
.button.expanded {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}
/* line 205, ../../foundation/bower_components/foundation-sites/scss/components/_button.scss */
.button.primary {
    background-color: #c5db3b;
    color: #fff;
}
/* line 112, ../../foundation/bower_components/foundation-sites/scss/components/_button.scss */
.button.primary:hover, .button.primary:focus {
    background-color: #a7bc23;
    color: #fff;
}
/* line 205, ../../foundation/bower_components/foundation-sites/scss/components/_button.scss */
.button.secondary {
    background-color: #231a1e;
    color: #fff;
}
/* line 112, ../../foundation/bower_components/foundation-sites/scss/components/_button.scss */
.button.secondary:hover, .button.secondary:focus {
    background-color: #1c1518;
    color: #fff;
}
/* line 205, ../../foundation/bower_components/foundation-sites/scss/components/_button.scss */
.button.success {
    background-color: #83c657;
    color: #fff;
}
/* line 112, ../../foundation/bower_components/foundation-sites/scss/components/_button.scss */
.button.success:hover, .button.success:focus {
    background-color: #66aa3a;
    color: #fff;
}
/* line 205, ../../foundation/bower_components/foundation-sites/scss/components/_button.scss */
.button.warning {
    background-color: #F8BE38;
    color: #fff;
}
/* line 112, ../../foundation/bower_components/foundation-sites/scss/components/_button.scss */
.button.warning:hover, .button.warning:focus {
    background-color: #eba608;
    color: #fff;
}
/* line 205, ../../foundation/bower_components/foundation-sites/scss/components/_button.scss */
.button.alert {
    background-color: #e74c48;
    color: #fff;
}
/* line 112, ../../foundation/bower_components/foundation-sites/scss/components/_button.scss */
.button.alert:hover, .button.alert:focus {
    background-color: #d6211c;
    color: #fff;
}
/* line 222, ../../foundation/bower_components/foundation-sites/scss/components/_button.scss */
.button.hollow {
    border: 1px solid #c5db3b;
    color: #c5db3b;
}
/* line 120, ../../foundation/bower_components/foundation-sites/scss/components/_button.scss */
.button.hollow, .button.hollow:hover, .button.hollow:focus {
    background-color: transparent;
}
/* line 132, ../../foundation/bower_components/foundation-sites/scss/components/_button.scss */
.button.hollow:hover, .button.hollow:focus {
    border-color: #687516;
    color: #687516;
}
/* line 227, ../../foundation/bower_components/foundation-sites/scss/components/_button.scss */
.button.hollow.primary {
    border: 1px solid #c5db3b;
    color: #c5db3b;
}
/* line 132, ../../foundation/bower_components/foundation-sites/scss/components/_button.scss */
.button.hollow.primary:hover, .button.hollow.primary:focus {
    border-color: #687516;
    color: #687516;
}
/* line 227, ../../foundation/bower_components/foundation-sites/scss/components/_button.scss */
.button.hollow.secondary {
    border: 1px solid #231a1e;
    color: #231a1e;
}
/* line 132, ../../foundation/bower_components/foundation-sites/scss/components/_button.scss */
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
    border-color: #120d0f;
    color: #120d0f;
}
/* line 227, ../../foundation/bower_components/foundation-sites/scss/components/_button.scss */
.button.hollow.success {
    border: 1px solid #83c657;
    color: #83c657;
}
/* line 132, ../../foundation/bower_components/foundation-sites/scss/components/_button.scss */
.button.hollow.success:hover, .button.hollow.success:focus {
    border-color: #406a24;
    color: #406a24;
}
/* line 227, ../../foundation/bower_components/foundation-sites/scss/components/_button.scss */
.button.hollow.warning {
    border: 1px solid #F8BE38;
    color: #F8BE38;
}
/* line 132, ../../foundation/bower_components/foundation-sites/scss/components/_button.scss */
.button.hollow.warning:hover, .button.hollow.warning:focus {
    border-color: #936805;
    color: #936805;
}
/* line 227, ../../foundation/bower_components/foundation-sites/scss/components/_button.scss */
.button.hollow.alert {
    border: 1px solid #e74c48;
    color: #e74c48;
}
/* line 132, ../../foundation/bower_components/foundation-sites/scss/components/_button.scss */
.button.hollow.alert:hover, .button.hollow.alert:focus {
    border-color: #861412;
    color: #861412;
}
/* line 235, ../../foundation/bower_components/foundation-sites/scss/components/_button.scss */
.button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed;
    pointer-events: none;
}
/* line 154, ../../foundation/bower_components/foundation-sites/scss/components/_button.scss */
.button.dropdown::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    border-color: #fff transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: relative;
    top: 0.4em;
    float: right;
    margin-left: 1em;
    display: inline-block;
}
/* line 252, ../../foundation/bower_components/foundation-sites/scss/components/_button.scss */
.button.arrow-only::after {
    margin-left: 0;
    float: none;
    top: -0.1em;
}

/* line 106, ../../foundation/bower_components/foundation-sites/scss/forms/_text.scss */
[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 2.53333rem;
    padding: 0.53333rem;
    margin: 0 0 1.06667rem;
    font-family: inherit;
    font-size: 1rem;
    color: rgba(255,255,255,0.6);
    background-color: #5d5765;
    border: solid 2px rgba(52, 52, 52, 0.71);
    box-shadow: inset 0 0 0 rgba(10, 10, 10, 0);
    border-radius: 0;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
}
/* line 92, ../../foundation/bower_components/foundation-sites/scss/forms/_text.scss */
[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
textarea:focus {
    background-color: #5d5765;
    border: solid 2px rgba(52, 52, 52, 0.71);
    outline: none;
    box-shadow: 0 0 5px rgba(239, 239, 239, 0.13);
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

/* line 114, ../../foundation/bower_components/foundation-sites/scss/forms/_text.scss */
textarea {
    max-width: 100%;
}
/* line 117, ../../foundation/bower_components/foundation-sites/scss/forms/_text.scss */
textarea[rows] {
    height: auto;
}

/* line 125, ../../foundation/bower_components/foundation-sites/scss/forms/_text.scss */
/*input::placeholder,
textarea::placeholder {
    color: rgb(255, 255, 255);
}*/
/* line 130, ../../foundation/bower_components/foundation-sites/scss/forms/_text.scss */
input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
    background-color: #231a1e;
    cursor: default;
}

/* line 138, ../../foundation/bower_components/foundation-sites/scss/forms/_text.scss */
[type='submit'],
[type='button'] {
    border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
}

/* line 147, ../../foundation/bower_components/foundation-sites/scss/forms/_text.scss */
input[type='search'] {
    box-sizing: border-box;
}

/* line 10, ../../foundation/bower_components/foundation-sites/scss/forms/_checkbox.scss */
[type='file'],
[type='checkbox'],
[type='radio'] {
    margin: 0 0 1.06667rem;
    border: 0px;
    width: 3%;
    height: 1em;
}

/* line 17, ../../foundation/bower_components/foundation-sites/scss/forms/_checkbox.scss */
[type='checkbox'] + label,
[type='radio'] + label {
    display: inline-block;
    margin-left: 0.53333rem;
    margin-right: 1.06667rem;
    margin-bottom: 0;
    vertical-align: baseline;
}

/* line 27, ../../foundation/bower_components/foundation-sites/scss/forms/_checkbox.scss */
label > [type='checkbox'],
label > [type='radio'] {
    margin-right: -0.46667rem;
}

/* line 33, ../../foundation/bower_components/foundation-sites/scss/forms/_checkbox.scss */
[type='file'] {
    width: 100%;
}

/* line 41, ../../foundation/bower_components/foundation-sites/scss/forms/_label.scss */
label {
    display: block;
    margin: 0;
    font-size: 0.93333rem;
    font-weight: 400;
    line-height: 1.8;
    color: #fff;
}
/* line 44, ../../foundation/bower_components/foundation-sites/scss/forms/_label.scss */
label.middle {
    margin: 0 0 1.06667rem;
    padding: 0.6rem 0;
}

/* line 22, ../../foundation/bower_components/foundation-sites/scss/forms/_help-text.scss */
.help-text {
    margin-top: -0.53333rem;
    font-size: 0.86667rem;
    font-style: italic;
    color: #fff;
}

/* line 27, ../../foundation/bower_components/foundation-sites/scss/forms/_input-group.scss */
.input-group {
    display: table;
    width: 100%;
    margin-bottom: 1.06667rem;
}
/* line 36, ../../foundation/bower_components/foundation-sites/scss/forms/_input-group.scss */
.input-group > :first-child {
    border-radius: 0 0 0 0;
}
/* line 41, ../../foundation/bower_components/foundation-sites/scss/forms/_input-group.scss */
.input-group > :last-child > * {
    border-radius: 0 0 0 0;
}

/* line 47, ../../foundation/bower_components/foundation-sites/scss/forms/_input-group.scss */
.input-group-label, .input-group-field, .input-group-button {
    margin: 0;
    display: table-cell;
    vertical-align: middle;
}

/* line 56, ../../foundation/bower_components/foundation-sites/scss/forms/_input-group.scss */
.input-group-label {
    text-align: center;
    padding: 0 1rem;
    background: #e6e6e6;
    color: #0a0a0a;
    border: 1px solid #cacaca;
    white-space: nowrap;
    width: 1%;
    height: 100%;
}
/* line 76, ../../foundation/bower_components/foundation-sites/scss/forms/_input-group.scss */
.input-group-label:first-child {
    border-right: 0;
}
/* line 80, ../../foundation/bower_components/foundation-sites/scss/forms/_input-group.scss */
.input-group-label:last-child {
    border-left: 0;
}

/* line 86, ../../foundation/bower_components/foundation-sites/scss/forms/_input-group.scss */
.input-group-field {
    border-radius: 0;
    height: 2.6rem;
}

/* line 101, ../../foundation/bower_components/foundation-sites/scss/forms/_input-group.scss */
.input-group-button {
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    height: 100%;
    width: 1%;
}
/* line 115, ../../foundation/bower_components/foundation-sites/scss/forms/_input-group.scss */
.input-group-button a,
.input-group-button input,
.input-group-button button {
    margin: 0;
}

/* line 124, ../../foundation/bower_components/foundation-sites/scss/forms/_input-group.scss */
.input-group .input-group-button {
    display: table-cell;
}

/* line 40, ../../foundation/bower_components/foundation-sites/scss/forms/_fieldset.scss */
fieldset {
    border: 0;
    padding: 0;
    margin: 0;
}

/* line 46, ../../foundation/bower_components/foundation-sites/scss/forms/_fieldset.scss */
legend {
    margin-bottom: 0.53333rem;
    max-width: 100%;
}

/* line 51, ../../foundation/bower_components/foundation-sites/scss/forms/_fieldset.scss */
.fieldset {
    border: 1px solid #cacaca;
    padding: 1.33333rem;
    margin: 1.2rem 0;
}
/* line 30, ../../foundation/bower_components/foundation-sites/scss/forms/_fieldset.scss */
.fieldset legend {
    background: #302429;
    padding: 0 0.2rem;
    margin: 0;
    margin-left: -0.2rem;
}

/* line 62, ../../foundation/bower_components/foundation-sites/scss/forms/_select.scss */
select {
    height: 2.53333rem;
    padding: 0.53333rem;
    border: 1px solid #171114;
    margin: 0 0 1.06667rem;
    font-size: 1rem;
    font-family: inherit;
    line-height: normal;
    color: rgba(255,255,255,0.6);
    background-color: #5d5765;
    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%28255, 255, 255%29"></polygon></svg>');
    background-size: 9px 6px;
    background-position: right center;
    background-origin: content-box;
    background-repeat: no-repeat;
}
@media screen and (min-width: 0\0) {
    /* line 62, ../../foundation/bower_components/foundation-sites/scss/forms/_select.scss */
    select {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAMBJREFUeNrEllsOhCAMRVszC9IlzU7KCmVHTJsoMWYMUtpyv9BgbuXQB5ZSdgBYYY4ycgBivk8KYFsQMfMiTTBP4o3nUzCKzOabLJbLy2/g31evGkAginR4/ZegKH5qX3bJCscA3t0x3kgO5tQFyhhFf50xRqFLbyMUNJQzgyjGS/wgCpvKqkRBpuWrE4V9d+1E4dPUXqIg107SQOE/2DRQxMwTDygIInVDET9T3lCoj/6j/VCmGjZOl2lKpZ8AAwDQP7zIimDGFQAAAABJRU5ErkJggg==");
    }
}
/* line 46, ../../foundation/bower_components/foundation-sites/scss/forms/_select.scss */
select:disabled {
    background-color: #231a1e;
    cursor: default;
}
/* line 52, ../../foundation/bower_components/foundation-sites/scss/forms/_select.scss */
select::-ms-expand {
    display: none;
}
/* line 56, ../../foundation/bower_components/foundation-sites/scss/forms/_select.scss */
select[multiple] {
    height: auto;
}

/* line 45, ../../foundation/bower_components/foundation-sites/scss/forms/_error.scss */
.is-invalid-input:not(:focus) {
    background-color: rgba(231, 76, 72, 0.1);
    border-color: #e74c48;
}

/* line 71, ../../foundation/bower_components/foundation-sites/scss/forms/_error.scss */
.is-invalid-label {
    color: #e74c48;
}

/* line 77, ../../foundation/bower_components/foundation-sites/scss/forms/_error.scss */
.form-error {
    display: none;
    margin-top: -0.53333rem;
    margin-bottom: 1.06667rem;
    font-size: 0.8rem;
    font-weight: 700;
    color: #e74c48;
}
/* line 80, ../../foundation/bower_components/foundation-sites/scss/forms/_error.scss */
.form-error.is-visible {
    display: block;
}

/* line 43, ../../foundation/bower_components/foundation-sites/scss/forms/_range.scss */
input[type="range"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    display: block;
    width: 100%;
    height: auto;
    cursor: pointer;
    margin-top: 0.45rem;
    margin-bottom: 0.45rem;
    border: 0;
    line-height: 1;
}
/* line 61, ../../foundation/bower_components/foundation-sites/scss/forms/_range.scss */
input[type="range"]:focus {
    outline: 0;
}
/* line 65, ../../foundation/bower_components/foundation-sites/scss/forms/_range.scss */
input[type="range"][disabled] {
    opacity: 0.25;
}
/* line 70, ../../foundation/bower_components/foundation-sites/scss/forms/_range.scss */
input[type="range"]::-webkit-slider-runnable-track {
    height: 0.5rem;
    background: #e6e6e6;
}
/* line 75, ../../foundation/bower_components/foundation-sites/scss/forms/_range.scss */
input[type="range"]::-webkit-slider-handle {
    -webkit-appearance: none;
    background: #c5db3b;
    width: 1.4rem;
    height: 1.4rem;
    margin-top: -0.45rem;
}
/* line 88, ../../foundation/bower_components/foundation-sites/scss/forms/_range.scss */
input[type="range"]::-moz-range-track {
    -moz-appearance: none;
    height: 0.5rem;
    background: #e6e6e6;
}
/* line 94, ../../foundation/bower_components/foundation-sites/scss/forms/_range.scss */
input[type="range"]::-moz-range-thumb {
    -moz-appearance: none;
    background: #c5db3b;
    width: 1.4rem;
    height: 1.4rem;
    margin-top: -0.45rem;
}
/* line 107, ../../foundation/bower_components/foundation-sites/scss/forms/_range.scss */
input[type="range"]::-ms-track {
    height: 0.5rem;
    background: #e6e6e6;
    color: transparent;
    border: 0;
    overflow: visible;
    border-top: 0.45rem solid #302429;
    border-bottom: 0.45rem solid #302429;
}
/* line 117, ../../foundation/bower_components/foundation-sites/scss/forms/_range.scss */
input[type="range"]::-ms-thumb {
    background: #c5db3b;
    width: 1.4rem;
    height: 1.4rem;
    border: 0;
}
/* line 128, ../../foundation/bower_components/foundation-sites/scss/forms/_range.scss */
input[type="range"]::-ms-fill-lower {
    background: #cacaca;
}
/* line 132, ../../foundation/bower_components/foundation-sites/scss/forms/_range.scss */
input[type="range"]::-ms-fill-upper {
    background: #e6e6e6;
}
/* line 137, ../../foundation/bower_components/foundation-sites/scss/forms/_range.scss */
output {
    line-height: 1.4rem;
    vertical-align: middle;
    margin-left: 0.5em;
}

/* line 94, ../../foundation/bower_components/foundation-sites/scss/components/_accordion.scss */
.accordion {
    list-style-type: none;
    background: #231a1e;
    border: 1px solid #1b1417;
    border-bottom: 0;
    border-radius: 0;
    margin-left: 0;
}

/* line 102, ../../foundation/bower_components/foundation-sites/scss/components/_accordion.scss */
.accordion-title {
    display: block;
    padding: 1.25rem 1rem;
    line-height: 1;
    font-size: 0.8rem;
    color: #fff;
    position: relative;
    border-bottom: 1px solid #1b1417;
}
/* line 65, ../../foundation/bower_components/foundation-sites/scss/components/_accordion.scss */
.accordion-title:hover, .accordion-title:focus {
    background-color: #302429;
}
/* line 71, ../../foundation/bower_components/foundation-sites/scss/components/_accordion.scss */
.accordion-title::before {
    content: '+';
    position: absolute;
    right: 1rem;
    top: 50%;
    margin-top: -0.5rem;
}
/* line 79, ../../foundation/bower_components/foundation-sites/scss/components/_accordion.scss */
.is-active > .accordion-title::before {
    content: '–';
}

/* line 106, ../../foundation/bower_components/foundation-sites/scss/components/_accordion.scss */
.accordion-content {
    padding: 1rem;
    display: none;
    border-bottom: 1px solid #1b1417;
    background-color: #231a1e;
}

/* line 40, ../../foundation/bower_components/foundation-sites/scss/components/_badge.scss */
.badge {
    display: inline-block;
    padding: 0.3em;
    min-width: 2.1em;
    font-size: 0.6rem;
    text-align: center;
    border-radius: 50%;
    background: #c5db3b;
    color: #fff;
}
/* line 48, ../../foundation/bower_components/foundation-sites/scss/components/_badge.scss */
.badge.secondary {
    background: #231a1e;
    color: #fff;
}
/* line 48, ../../foundation/bower_components/foundation-sites/scss/components/_badge.scss */
.badge.success {
    background: #83c657;
    color: #fff;
}
/* line 48, ../../foundation/bower_components/foundation-sites/scss/components/_badge.scss */
.badge.warning {
    background: #F8BE38;
    color: #fff;
}
/* line 48, ../../foundation/bower_components/foundation-sites/scss/components/_badge.scss */
.badge.alert {
    background: #e74c48;
    color: #fff;
}

/* line 87, ../../foundation/bower_components/foundation-sites/scss/components/_breadcrumbs.scss */
.breadcrumbs {
    list-style: none;
    margin: 0 0 1rem 0;
}
/* line 138, ../../foundation/bower_components/foundation-sites/scss/util/_mixins.scss */
.breadcrumbs::before, .breadcrumbs::after {
    content: ' ';
    display: table;
    flex-basis: 0;
    order: 1;
}
/* line 146, ../../foundation/bower_components/foundation-sites/scss/util/_mixins.scss */
.breadcrumbs::after {
    clear: both;
}
/* line 48, ../../foundation/bower_components/foundation-sites/scss/components/_breadcrumbs.scss */
.breadcrumbs li {
    float: left;
    color: #0a0a0a;
    font-size: 0.73333rem;
    cursor: default;
    text-transform: uppercase;
}
/* line 62, ../../foundation/bower_components/foundation-sites/scss/components/_breadcrumbs.scss */
.breadcrumbs li:not(:last-child)::after {
    color: #cacaca;
    content: "/";
    margin: 0 0.75rem;
    position: relative;
    top: 1px;
    opacity: 1;
}
/* line 77, ../../foundation/bower_components/foundation-sites/scss/components/_breadcrumbs.scss */
.breadcrumbs a {
    color: #c5db3b;
}
/* line 80, ../../foundation/bower_components/foundation-sites/scss/components/_breadcrumbs.scss */
.breadcrumbs a:hover {
    text-decoration: underline;
}
/* line 90, ../../foundation/bower_components/foundation-sites/scss/components/_breadcrumbs.scss */
.breadcrumbs .disabled {
    color: #cacaca;
}

/* line 88, ../../foundation/bower_components/foundation-sites/scss/components/_callout.scss */
.callout {
    margin: 0 0 1rem 0;
    padding: 1rem;
    border: 1px solid #231a1e;
    border-radius: 0;
    position: relative;
    color: #fff;
    background-color: #3d2d34;
}
/* line 55, ../../foundation/bower_components/foundation-sites/scss/components/_callout.scss */
.callout > :first-child {
    margin-top: 0;
}
/* line 59, ../../foundation/bower_components/foundation-sites/scss/components/_callout.scss */
.callout > :last-child {
    margin-bottom: 0;
}
/* line 92, ../../foundation/bower_components/foundation-sites/scss/components/_callout.scss */
.callout.primary {
    background-color: #cbdf4f;
}
/* line 92, ../../foundation/bower_components/foundation-sites/scss/components/_callout.scss */
.callout.secondary {
    background-color: #3d2d34;
}
/* line 92, ../../foundation/bower_components/foundation-sites/scss/components/_callout.scss */
.callout.success {
    background-color: #8fcc68;
}
/* line 92, ../../foundation/bower_components/foundation-sites/scss/components/_callout.scss */
.callout.warning {
    background-color: #f9c54c;
}
/* line 92, ../../foundation/bower_components/foundation-sites/scss/components/_callout.scss */
.callout.alert {
    background-color: #e95e5a;
}
/* line 97, ../../foundation/bower_components/foundation-sites/scss/components/_callout.scss */
.callout.small {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem;
}
/* line 101, ../../foundation/bower_components/foundation-sites/scss/components/_callout.scss */
.callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem;
}

/* line 58, ../../foundation/bower_components/foundation-sites/scss/components/_close-button.scss */
.close-button {
    position: absolute;
    color: #8a8a8a;
    right: 1rem;
    top: 0.5rem;
    font-size: 2em;
    line-height: 1;
    cursor: pointer;
}
/* line 167, ../../foundation/bower_components/foundation-sites/scss/util/_mixins.scss */
[data-whatinput='mouse'] .close-button {
    outline: 0;
}
/* line 51, ../../foundation/bower_components/foundation-sites/scss/components/_close-button.scss */
.close-button:hover, .close-button:focus {
    color: #0a0a0a;
}

/* line 225, ../../foundation/bower_components/foundation-sites/scss/components/_menu.scss */
.menu {
    margin: 0;
    list-style-type: none;
}
/* line 46, ../../foundation/bower_components/foundation-sites/scss/components/_menu.scss */
.menu > li {
    display: table-cell;
    vertical-align: middle;
}
/* line 167, ../../foundation/bower_components/foundation-sites/scss/util/_mixins.scss */
[data-whatinput='mouse'] .menu > li {
    outline: 0;
}
/* line 59, ../../foundation/bower_components/foundation-sites/scss/components/_menu.scss */
.menu > li > a {
    display: block;
    padding: 0.7rem 1rem;
    line-height: 1;
}
/* line 66, ../../foundation/bower_components/foundation-sites/scss/components/_menu.scss */
.menu input,
.menu a,
.menu button {
    margin-bottom: 0;
}
/* line 161, ../../foundation/bower_components/foundation-sites/scss/components/_menu.scss */
.menu > li > a img,
.menu > li > a i {
    vertical-align: middle;
}
/* line 166, ../../foundation/bower_components/foundation-sites/scss/components/_menu.scss */
.menu > li > a i + span,
.menu > li > a img + span {
    vertical-align: middle;
}
/* line 180, ../../foundation/bower_components/foundation-sites/scss/components/_menu.scss */
.menu > li > a img,
.menu > li > a i {
    margin-right: 0.25rem;
    display: inline-block;
}
/* line 100, ../../foundation/bower_components/foundation-sites/scss/components/_menu.scss */
.menu > li {
    display: table-cell;
}
/* line 120, ../../foundation/bower_components/foundation-sites/scss/components/_menu.scss */
.menu.vertical > li {
    display: block;
}
@media screen and (min-width: 40em) {
    /* line 100, ../../foundation/bower_components/foundation-sites/scss/components/_menu.scss */
    .menu.medium-horizontal > li {
        display: table-cell;
    }
    /* line 120, ../../foundation/bower_components/foundation-sites/scss/components/_menu.scss */
    .menu.medium-vertical > li {
        display: block;
    }
}
@media screen and (min-width: 64em) {
    /* line 100, ../../foundation/bower_components/foundation-sites/scss/components/_menu.scss */
    .menu.large-horizontal > li {
        display: table-cell;
    }
    /* line 120, ../../foundation/bower_components/foundation-sites/scss/components/_menu.scss */
    .menu.large-vertical > li {
        display: block;
    }
}
/* line 132, ../../foundation/bower_components/foundation-sites/scss/components/_menu.scss */
.menu.simple li {
    line-height: 1;
    display: inline-block;
    margin-right: 1rem;
}
/* line 138, ../../foundation/bower_components/foundation-sites/scss/components/_menu.scss */
.menu.simple a {
    padding: 0;
}
/* line 138, ../../foundation/bower_components/foundation-sites/scss/util/_mixins.scss */
.menu.align-right::before, .menu.align-right::after {
    content: ' ';
    display: table;
    flex-basis: 0;
    order: 1;
}
/* line 146, ../../foundation/bower_components/foundation-sites/scss/util/_mixins.scss */
.menu.align-right::after {
    clear: both;
}
/* line 263, ../../foundation/bower_components/foundation-sites/scss/components/_menu.scss */
.menu.align-right > li {
    float: right;
}
/* line 270, ../../foundation/bower_components/foundation-sites/scss/components/_menu.scss */
.menu.expanded {
    width: 100%;
    display: table;
    table-layout: fixed;
}
/* line 273, ../../foundation/bower_components/foundation-sites/scss/components/_menu.scss */
.menu.expanded > li:first-child:last-child {
    width: 100%;
}
/* line 191, ../../foundation/bower_components/foundation-sites/scss/components/_menu.scss */
.menu.icon-top > li > a {
    text-align: center;
}
/* line 199, ../../foundation/bower_components/foundation-sites/scss/components/_menu.scss */
.menu.icon-top > li > a img,
.menu.icon-top > li > a i {
    display: block;
    margin: 0 auto 0.25rem;
}
/* line 284, ../../foundation/bower_components/foundation-sites/scss/components/_menu.scss */
.menu.nested {
    margin-left: 1rem;
}
/* line 289, ../../foundation/bower_components/foundation-sites/scss/components/_menu.scss */
.menu .active > a {
    color: #fff;
    background: #c5db3b;
}

/* line 295, ../../foundation/bower_components/foundation-sites/scss/components/_menu.scss */
.menu-text {
    font-weight: bold;
    color: inherit;
    line-height: 1;
    padding-top: 0;
    padding-bottom: 0;
    padding: 0.7rem 1rem;
}

/* line 300, ../../foundation/bower_components/foundation-sites/scss/components/_menu.scss */
.menu-centered {
    text-align: center;
}
/* line 303, ../../foundation/bower_components/foundation-sites/scss/components/_menu.scss */
.menu-centered > .menu {
    display: inline-block;
}

/* line 309, ../../foundation/bower_components/foundation-sites/scss/components/_menu.scss */
.no-js [data-responsive-menu] ul {
    display: none;
}

/* line 2, ../../foundation/bower_components/foundation-sites/scss/components/_menu-icon.scss */
.menu-icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    width: 20px;
    height: 16px;
}
/* line 79, ../../foundation/bower_components/foundation-sites/scss/util/_mixins.scss */
.menu-icon::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    top: 0;
    left: 0;
    box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
}
/* line 105, ../../foundation/bower_components/foundation-sites/scss/util/_mixins.scss */
.menu-icon:hover::after {
    background: #cacaca;
    box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
}

/* line 6, ../../foundation/bower_components/foundation-sites/scss/components/_menu-icon.scss */
.menu-icon.dark {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    width: 20px;
    height: 16px;
}
/* line 79, ../../foundation/bower_components/foundation-sites/scss/util/_mixins.scss */
.menu-icon.dark::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #0a0a0a;
    top: 0;
    left: 0;
    box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
}
/* line 105, ../../foundation/bower_components/foundation-sites/scss/util/_mixins.scss */
.menu-icon.dark:hover::after {
    background: #8a8a8a;
    box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
}

/* line 27, ../../foundation/bower_components/foundation-sites/scss/components/_drilldown.scss */
.is-drilldown {
    position: relative;
    overflow: hidden;
}
/* line 31, ../../foundation/bower_components/foundation-sites/scss/components/_drilldown.scss */
.is-drilldown li {
    display: block !important;
}

/* line 37, ../../foundation/bower_components/foundation-sites/scss/components/_drilldown.scss */
.is-drilldown-submenu {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: -1;
    height: 100%;
    width: 100%;
    background: #fff;
    transition: transform 0.15s linear;
}
/* line 47, ../../foundation/bower_components/foundation-sites/scss/components/_drilldown.scss */
.is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    transform: translateX(-100%);
}
/* line 53, ../../foundation/bower_components/foundation-sites/scss/components/_drilldown.scss */
.is-drilldown-submenu.is-closing {
    transform: translateX(100%);
}

/* line 59, ../../foundation/bower_components/foundation-sites/scss/components/_drilldown.scss */
.is-drilldown-submenu-parent > a {
    position: relative;
}
/* line 62, ../../foundation/bower_components/foundation-sites/scss/components/_drilldown.scss */
.is-drilldown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: transparent transparent transparent #c5db3b;
    border-left-style: solid;
    border-right-width: 0;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem;
}

/* line 71, ../../foundation/bower_components/foundation-sites/scss/components/_drilldown.scss */
.js-drilldown-back > a::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: transparent #c5db3b transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
    border-left-width: 0;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.75rem;
}

/* line 56, ../../foundation/bower_components/foundation-sites/scss/components/_dropdown.scss */
.dropdown-pane {
    background-color: #302429;
    border: 1px solid #cacaca;
    border-radius: 0;
    display: block;
    font-size: 1rem;
    padding: 1rem;
    position: absolute;
    visibility: hidden;
    width: 300px;
    z-index: 10;
}
/* line 50, ../../foundation/bower_components/foundation-sites/scss/components/_dropdown.scss */
.dropdown-pane.is-open {
    visibility: visible;
}

/* line 61, ../../foundation/bower_components/foundation-sites/scss/components/_dropdown.scss */
.dropdown-pane.tiny {
    width: 100px;
}

/* line 61, ../../foundation/bower_components/foundation-sites/scss/components/_dropdown.scss */
.dropdown-pane.small {
    width: 200px;
}

/* line 61, ../../foundation/bower_components/foundation-sites/scss/components/_dropdown.scss */
.dropdown-pane.large {
    width: 400px;
}

/* line 52, ../../foundation/bower_components/foundation-sites/scss/components/_dropdown-menu.scss */
.dropdown.menu > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%;
}
/* line 60, ../../foundation/bower_components/foundation-sites/scss/components/_dropdown-menu.scss */
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%;
}
/* line 68, ../../foundation/bower_components/foundation-sites/scss/components/_dropdown-menu.scss */
.dropdown.menu > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative;
}
/* line 73, ../../foundation/bower_components/foundation-sites/scss/components/_dropdown-menu.scss */
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #c5db3b transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px;
}
/* line 167, ../../foundation/bower_components/foundation-sites/scss/util/_mixins.scss */
[data-whatinput='mouse'] .dropdown.menu a {
    outline: 0;
}
/* line 118, ../../foundation/bower_components/foundation-sites/scss/components/_dropdown-menu.scss */
.no-js .dropdown.menu ul {
    display: none;
}
/* line 82, ../../foundation/bower_components/foundation-sites/scss/components/_dropdown-menu.scss */
.dropdown.menu.vertical > li .is-dropdown-submenu {
    top: 0;
}
/* line 87, ../../foundation/bower_components/foundation-sites/scss/components/_dropdown-menu.scss */
.dropdown.menu.vertical > li.opens-left .is-dropdown-submenu {
    left: auto;
    right: 100%;
}
/* line 94, ../../foundation/bower_components/foundation-sites/scss/components/_dropdown-menu.scss */
.dropdown.menu.vertical > li.opens-right .is-dropdown-submenu {
    right: auto;
    left: 100%;
}
/* line 35, ../../foundation/bower_components/foundation-sites/scss/components/_dropdown-menu.scss */
.dropdown.menu.vertical > li > a::after {
    right: 14px;
    margin-top: -3px;
}
/* line 40, ../../foundation/bower_components/foundation-sites/scss/components/_dropdown-menu.scss */
.dropdown.menu.vertical > li.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #c5db3b transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
}
/* line 44, ../../foundation/bower_components/foundation-sites/scss/components/_dropdown-menu.scss */
.dropdown.menu.vertical > li.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #c5db3b;
    border-left-style: solid;
    border-right-width: 0;
}
@media screen and (min-width: 40em) {
    /* line 52, ../../foundation/bower_components/foundation-sites/scss/components/_dropdown-menu.scss */
    .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
        left: auto;
        right: 0;
        top: 100%;
    }
    /* line 60, ../../foundation/bower_components/foundation-sites/scss/components/_dropdown-menu.scss */
    .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
        right: auto;
        left: 0;
        top: 100%;
    }
    /* line 68, ../../foundation/bower_components/foundation-sites/scss/components/_dropdown-menu.scss */
    .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
        padding-right: 1.5rem;
        position: relative;
    }
    /* line 73, ../../foundation/bower_components/foundation-sites/scss/components/_dropdown-menu.scss */
    .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border: inset 5px;
        border-color: #c5db3b transparent transparent;
        border-top-style: solid;
        border-bottom-width: 0;
        right: 5px;
        margin-top: -2px;
    }
    /* line 82, ../../foundation/bower_components/foundation-sites/scss/components/_dropdown-menu.scss */
    .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
        top: 0;
    }
    /* line 87, ../../foundation/bower_components/foundation-sites/scss/components/_dropdown-menu.scss */
    .dropdown.menu.medium-vertical > li.opens-left .is-dropdown-submenu {
        left: auto;
        right: 100%;
    }
    /* line 94, ../../foundation/bower_components/foundation-sites/scss/components/_dropdown-menu.scss */
    .dropdown.menu.medium-vertical > li.opens-right .is-dropdown-submenu {
        right: auto;
        left: 100%;
    }
    /* line 35, ../../foundation/bower_components/foundation-sites/scss/components/_dropdown-menu.scss */
    .dropdown.menu.medium-vertical > li > a::after {
        right: 14px;
        margin-top: -3px;
    }
    /* line 40, ../../foundation/bower_components/foundation-sites/scss/components/_dropdown-menu.scss */
    .dropdown.menu.medium-vertical > li.opens-left > a::after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border: inset 5px;
        border-color: transparent #c5db3b transparent transparent;
        border-right-style: solid;
        border-left-width: 0;
    }
    /* line 44, ../../foundation/bower_components/foundation-sites/scss/components/_dropdown-menu.scss */
    .dropdown.menu.medium-vertical > li.opens-right > a::after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border: inset 5px;
        border-color: transparent transparent transparent #c5db3b;
        border-left-style: solid;
        border-right-width: 0;
    }
}
@media screen and (min-width: 64em) {
    /* line 52, ../../foundation/bower_components/foundation-sites/scss/components/_dropdown-menu.scss */
    .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
        left: auto;
        right: 0;
        top: 100%;
    }
    /* line 60, ../../foundation/bower_components/foundation-sites/scss/components/_dropdown-menu.scss */
    .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
        right: auto;
        left: 0;
        top: 100%;
    }
    /* line 68, ../../foundation/bower_components/foundation-sites/scss/components/_dropdown-menu.scss */
    .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
        padding-right: 1.5rem;
        position: relative;
    }
    /* line 73, ../../foundation/bower_components/foundation-sites/scss/components/_dropdown-menu.scss */
    .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border: inset 5px;
        border-color: #c5db3b transparent transparent;
        border-top-style: solid;
        border-bottom-width: 0;
        right: 5px;
        margin-top: -2px;
    }
    /* line 82, ../../foundation/bower_components/foundation-sites/scss/components/_dropdown-menu.scss */
    .dropdown.menu.large-vertical > li .is-dropdown-submenu {
        top: 0;
    }
    /* line 87, ../../foundation/bower_components/foundation-sites/scss/components/_dropdown-menu.scss */
    .dropdown.menu.large-vertical > li.opens-left .is-dropdown-submenu {
        left: auto;
        right: 100%;
    }
    /* line 94, ../../foundation/bower_components/foundation-sites/scss/components/_dropdown-menu.scss */
    .dropdown.menu.large-vertical > li.opens-right .is-dropdown-submenu {
        right: auto;
        left: 100%;
    }
    /* line 35, ../../foundation/bower_components/foundation-sites/scss/components/_dropdown-menu.scss */
    .dropdown.menu.large-vertical > li > a::after {
        right: 14px;
        margin-top: -3px;
    }
    /* line 40, ../../foundation/bower_components/foundation-sites/scss/components/_dropdown-menu.scss */
    .dropdown.menu.large-vertical > li.opens-left > a::after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border: inset 5px;
        border-color: transparent #c5db3b transparent transparent;
        border-right-style: solid;
        border-left-width: 0;
    }
    /* line 44, ../../foundation/bower_components/foundation-sites/scss/components/_dropdown-menu.scss */
    .dropdown.menu.large-vertical > li.opens-right > a::after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border: inset 5px;
        border-color: transparent transparent transparent #c5db3b;
        border-left-style: solid;
        border-right-width: 0;
    }
}
/* line 141, ../../foundation/bower_components/foundation-sites/scss/components/_dropdown-menu.scss */
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
    top: 100%;
    left: auto;
    right: 0;
}

/* line 149, ../../foundation/bower_components/foundation-sites/scss/components/_dropdown-menu.scss */
.is-dropdown-menu.vertical {
    width: 100px;
}
/* line 152, ../../foundation/bower_components/foundation-sites/scss/components/_dropdown-menu.scss */
.is-dropdown-menu.vertical.align-right {
    float: right;
}

/* line 157, ../../foundation/bower_components/foundation-sites/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu-parent {
    position: relative;
}
/* line 160, ../../foundation/bower_components/foundation-sites/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu-parent a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -2px;
}
/* line 167, ../../foundation/bower_components/foundation-sites/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu-parent.opens-inner .is-dropdown-submenu {
    top: 100%;
}
/* line 171, ../../foundation/bower_components/foundation-sites/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu-parent.opens-left .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%;
}

/* line 178, ../../foundation/bower_components/foundation-sites/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 200px;
    z-index: 1;
    background: #fff;
    border: 1px solid #cacaca;
}
/* line 35, ../../foundation/bower_components/foundation-sites/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
    right: 14px;
    margin-top: -3px;
}
/* line 40, ../../foundation/bower_components/foundation-sites/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #c5db3b transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
}
/* line 44, ../../foundation/bower_components/foundation-sites/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #c5db3b;
    border-left-style: solid;
    border-right-width: 0;
}
/* line 195, ../../foundation/bower_components/foundation-sites/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px;
}
/* line 200, ../../foundation/bower_components/foundation-sites/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu > li {
    width: 100%;
}
/* line 206, ../../foundation/bower_components/foundation-sites/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu:not(.js-dropdown-nohover) > .is-dropdown-submenu-parent:hover > .is-dropdown-submenu, .is-dropdown-submenu.js-dropdown-active {
    display: block;
}

/* line 52, ../../foundation/bower_components/foundation-sites/scss/components/_flex-video.scss */
.flex-video {
    position: relative;
    height: 0;
    padding-bottom: 75%;
    margin-bottom: 1.06667rem;
    overflow: hidden;
}
/* line 39, ../../foundation/bower_components/foundation-sites/scss/components/_flex-video.scss */
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* line 55, ../../foundation/bower_components/foundation-sites/scss/components/_flex-video.scss */
.flex-video.widescreen {
    padding-bottom: 56.25%;
}
/* line 59, ../../foundation/bower_components/foundation-sites/scss/components/_flex-video.scss */
.flex-video.vimeo {
    padding-top: 0;
}

/* line 41, ../../foundation/bower_components/foundation-sites/scss/components/_label.scss */
.label {
    display: inline-block;
    padding: 0.33333rem 0.5rem;
    font-size: 0.8rem;
    line-height: 1;
    white-space: nowrap;
    cursor: default;
    border-radius: 0;
    background: #c5db3b;
    color: #fff;
}
/* line 49, ../../foundation/bower_components/foundation-sites/scss/components/_label.scss */
.label.secondary {
    background: #231a1e;
    color: #fff;
}
/* line 49, ../../foundation/bower_components/foundation-sites/scss/components/_label.scss */
.label.success {
    background: #83c657;
    color: #fff;
}
/* line 49, ../../foundation/bower_components/foundation-sites/scss/components/_label.scss */
.label.warning {
    background: #F8BE38;
    color: #fff;
}
/* line 49, ../../foundation/bower_components/foundation-sites/scss/components/_label.scss */
.label.alert {
    background: #e74c48;
    color: #fff;
}

/* line 70, ../../foundation/bower_components/foundation-sites/scss/components/_media-object.scss */
.media-object {
    margin-bottom: 1rem;
    display: block;
}
/* line 73, ../../foundation/bower_components/foundation-sites/scss/components/_media-object.scss */
.media-object img {
    max-width: none;
}
@media screen and (max-width: 39.9375em) {
    /* line 83, ../../foundation/bower_components/foundation-sites/scss/components/_media-object.scss */
    .media-object.stack-for-small .media-object-section {
        padding: 0;
        padding-bottom: 1rem;
        display: block;
    }
    /* line 64, ../../foundation/bower_components/foundation-sites/scss/components/_media-object.scss */
    .media-object.stack-for-small .media-object-section img {
        width: 100%;
    }
}

/* line 90, ../../foundation/bower_components/foundation-sites/scss/components/_media-object.scss */
.media-object-section {
    display: table-cell;
    vertical-align: top;
}
/* line 42, ../../foundation/bower_components/foundation-sites/scss/components/_media-object.scss */
.media-object-section:first-child {
    padding-right: 1rem;
}
/* line 46, ../../foundation/bower_components/foundation-sites/scss/components/_media-object.scss */
.media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 1rem;
}
/* line 100, ../../foundation/bower_components/foundation-sites/scss/components/_media-object.scss */
.media-object-section.middle {
    vertical-align: middle;
}
/* line 101, ../../foundation/bower_components/foundation-sites/scss/components/_media-object.scss */
.media-object-section.bottom {
    vertical-align: bottom;
}

/* line 46, ../../foundation/bower_components/foundation-sites/scss/components/_off-canvas.scss */
html,
body {
    height: 100%;
    transition: all 0.1s ease-in;
    background-color: #efeff0;
}

/* line 51, ../../foundation/bower_components/foundation-sites/scss/components/_off-canvas.scss */
.off-canvas-wrapper {
    width: 100%;
    overflow-x: hidden;
    position: relative;
    backface-visibility: hidden;
    -webkit-overflow-scrolling: auto;
}

/* line 59, ../../foundation/bower_components/foundation-sites/scss/components/_off-canvas.scss */
.off-canvas-wrapper-inner {
    position: relative;
    width: 100%;
    transition: transform 0.5s ease;
}
/* line 138, ../../foundation/bower_components/foundation-sites/scss/util/_mixins.scss */
.off-canvas-wrapper-inner::before, .off-canvas-wrapper-inner::after {
    content: ' ';
    display: table;
    flex-basis: 0;
    order: 1;
}
/* line 146, ../../foundation/bower_components/foundation-sites/scss/util/_mixins.scss */
.off-canvas-wrapper-inner::after {
    clear: both;
}

/* line 67, ../../foundation/bower_components/foundation-sites/scss/components/_off-canvas.scss */
.off-canvas-content,
.off-canvas-content {
    min-height: 100%;
    background: #302429;
    transition: transform 0.5s ease;
    backface-visibility: hidden;
    z-index: 1;
    padding-bottom: 0.1px;
    box-shadow: 0 0 10px rgba(10, 10, 10, 0.5);
}

/* line 82, ../../foundation/bower_components/foundation-sites/scss/components/_off-canvas.scss */
.js-off-canvas-exit {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.25);
    cursor: pointer;
    transition: background 0.5s ease;
}

/* line 156, ../../foundation/bower_components/foundation-sites/scss/components/_off-canvas.scss */
.off-canvas {
    position: absolute;
    background: #e6e6e6;
    z-index: -1;
    max-height: 100%;
    overflow-y: auto;
    transform: translateX(0);
}
/* line 167, ../../foundation/bower_components/foundation-sites/scss/util/_mixins.scss */
[data-whatinput='mouse'] .off-canvas {
    outline: 0;
}
/* line 159, ../../foundation/bower_components/foundation-sites/scss/components/_off-canvas.scss */
.off-canvas.position-left {
    left: -250px;
    top: 0;
    width: 250px;
}
/* line 124, ../../foundation/bower_components/foundation-sites/scss/components/_off-canvas.scss */
.is-open-left {
    transform: translateX(250px);
}
/* line 160, ../../foundation/bower_components/foundation-sites/scss/components/_off-canvas.scss */
.off-canvas.position-right {
    right: -250px;
    top: 0;
    width: 250px;
}
/* line 124, ../../foundation/bower_components/foundation-sites/scss/components/_off-canvas.scss */
.is-open-right {
    transform: translateX(-250px);
}

@media screen and (min-width: 40em) {
    /* line 167, ../../foundation/bower_components/foundation-sites/scss/components/_off-canvas.scss */
    .position-left.reveal-for-medium {
        left: 0;
        z-index: auto;
        position: fixed;
    }
    /* line 147, ../../foundation/bower_components/foundation-sites/scss/components/_off-canvas.scss */
    .position-left.reveal-for-medium ~ .off-canvas-content {
        margin-left: 250px;
    }

    /* line 171, ../../foundation/bower_components/foundation-sites/scss/components/_off-canvas.scss */
    .position-right.reveal-for-medium {
        right: 0;
        z-index: auto;
        position: fixed;
    }
    /* line 147, ../../foundation/bower_components/foundation-sites/scss/components/_off-canvas.scss */
    .position-right.reveal-for-medium ~ .off-canvas-content {
        margin-right: 250px;
    }
}
@media screen and (min-width: 64em) {
    /* line 167, ../../foundation/bower_components/foundation-sites/scss/components/_off-canvas.scss */
    .position-left.reveal-for-large {
        left: 0;
        z-index: auto;
        position: fixed;
    }
    /* line 147, ../../foundation/bower_components/foundation-sites/scss/components/_off-canvas.scss */
    .position-left.reveal-for-large ~ .off-canvas-content {
        margin-left: 250px;
    }

    /* line 171, ../../foundation/bower_components/foundation-sites/scss/components/_off-canvas.scss */
    .position-right.reveal-for-large {
        right: 0;
        z-index: auto;
        position: fixed;
    }
    /* line 147, ../../foundation/bower_components/foundation-sites/scss/components/_off-canvas.scss */
    .position-right.reveal-for-large ~ .off-canvas-content {
        margin-right: 250px;
    }
}
/* line 131, ../../foundation/bower_components/foundation-sites/scss/components/_pagination.scss */
.pagination {
    margin-left: 0;
    margin-bottom: 1rem;
}
/* line 138, ../../foundation/bower_components/foundation-sites/scss/util/_mixins.scss */
.pagination::before, .pagination::after {
    content: ' ';
    display: table;
    flex-basis: 0;
    order: 1;
}
/* line 146, ../../foundation/bower_components/foundation-sites/scss/util/_mixins.scss */
.pagination::after {
    clear: both;
}
/* line 68, ../../foundation/bower_components/foundation-sites/scss/components/_pagination.scss */
.pagination li {
    font-size: 1.2rem;
    margin-right: 0.33333rem;
    border-radius: 0;
    display: none;
}
/* line 79, ../../foundation/bower_components/foundation-sites/scss/components/_pagination.scss */
.pagination li:last-child, .pagination li:first-child {
    display: inline-block;
}
@media screen and (min-width: 40em) {
    /* line 68, ../../foundation/bower_components/foundation-sites/scss/components/_pagination.scss */
    .pagination li {
        display: inline-block;
    }
}
/* line 91, ../../foundation/bower_components/foundation-sites/scss/components/_pagination.scss */
.pagination a,
.pagination button {
    color: #0a0a0a;
    display: block;
    padding: 0.2rem 0.66667rem;
    border-radius: 0;
}
/* line 98, ../../foundation/bower_components/foundation-sites/scss/components/_pagination.scss */
.pagination a:hover,
.pagination button:hover {
    background: rgba(255, 255, 255, 0);
}
/* line 134, ../../foundation/bower_components/foundation-sites/scss/components/_pagination.scss */
.pagination .current {
    padding: 0.2rem 0.66667rem;
    background: #8346be;
    color: #fff;
    cursor: default;
}
/* line 138, ../../foundation/bower_components/foundation-sites/scss/components/_pagination.scss */
.pagination .disabled {
    padding: 0.2rem 0.66667rem;
    color: #cacaca;
    cursor: default;
}
/* line 118, ../../foundation/bower_components/foundation-sites/scss/components/_pagination.scss */
.pagination .disabled:hover {
    background: transparent;
}
/* line 142, ../../foundation/bower_components/foundation-sites/scss/components/_pagination.scss */
.pagination .ellipsis::after {
    content: '\2026';
    padding: 0.2rem 0.66667rem;
    color: #fff;
}

/* line 148, ../../foundation/bower_components/foundation-sites/scss/components/_pagination.scss */
.pagination-previous a::before,
.pagination-previous.disabled::before {
    content: '\00ab';
    display: inline-block;
    margin-right: 0.5rem;
}

/* line 155, ../../foundation/bower_components/foundation-sites/scss/components/_pagination.scss */
.pagination-next a::after,
.pagination-next.disabled::after {
    content: '\00bb';
    display: inline-block;
    margin-left: 0.5rem;
}

/* line 43, ../../foundation/bower_components/foundation-sites/scss/components/_progress-bar.scss */
.progress {
    background-color: #cacaca;
    height: 1rem;
    margin-bottom: 1rem;
    border-radius: 0;
}
/* line 48, ../../foundation/bower_components/foundation-sites/scss/components/_progress-bar.scss */
.progress.primary .progress-meter {
    background-color: #c5db3b;
}
/* line 48, ../../foundation/bower_components/foundation-sites/scss/components/_progress-bar.scss */
.progress.secondary .progress-meter {
    background-color: #231a1e;
}
/* line 48, ../../foundation/bower_components/foundation-sites/scss/components/_progress-bar.scss */
.progress.success .progress-meter {
    background-color: #83c657;
}
/* line 48, ../../foundation/bower_components/foundation-sites/scss/components/_progress-bar.scss */
.progress.warning .progress-meter {
    background-color: #F8BE38;
}
/* line 48, ../../foundation/bower_components/foundation-sites/scss/components/_progress-bar.scss */
.progress.alert .progress-meter {
    background-color: #e74c48;
}

/* line 56, ../../foundation/bower_components/foundation-sites/scss/components/_progress-bar.scss */
.progress-meter {
    position: relative;
    display: block;
    width: 0%;
    height: 100%;
    background-color: #c5db3b;
}

/* line 61, ../../foundation/bower_components/foundation-sites/scss/components/_progress-bar.scss */
.progress-meter-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    margin: 0;
    font-size: 0.75rem;
    font-weight: bold;
    color: #fff;
    white-space: nowrap;
}

/* line 30, ../../foundation/bower_components/foundation-sites/scss/forms/_progress.scss */
progress {
    -webkit-appearance: none;
    -moz-appearance: none;
    display: block;
    width: 100%;
    height: 1rem;
    margin-bottom: 1rem;
    border-radius: 0;
    background: #cacaca;
    border: 0;
}
/* line 46, ../../foundation/bower_components/foundation-sites/scss/forms/_progress.scss */
progress::-webkit-progress-bar {
    background: #cacaca;
    border-radius: 0;
}
/* line 54, ../../foundation/bower_components/foundation-sites/scss/forms/_progress.scss */
progress::-webkit-progress-value {
    background: #c5db3b;
    border-radius: 0;
}
/* line 62, ../../foundation/bower_components/foundation-sites/scss/forms/_progress.scss */
progress::-moz-progress-bar {
    background: #c5db3b;
    border-radius: 0;
}
/* line 71, ../../foundation/bower_components/foundation-sites/scss/forms/_progress.scss */
progress.primary {
    color: #c5db3b;
}
/* line 75, ../../foundation/bower_components/foundation-sites/scss/forms/_progress.scss */
progress.primary::-webkit-progress-value {
    background: #c5db3b;
}
/* line 79, ../../foundation/bower_components/foundation-sites/scss/forms/_progress.scss */
progress.primary::-moz-progress-bar {
    background: #c5db3b;
}
/* line 71, ../../foundation/bower_components/foundation-sites/scss/forms/_progress.scss */
progress.secondary {
    color: #231a1e;
}
/* line 75, ../../foundation/bower_components/foundation-sites/scss/forms/_progress.scss */
progress.secondary::-webkit-progress-value {
    background: #231a1e;
}
/* line 79, ../../foundation/bower_components/foundation-sites/scss/forms/_progress.scss */
progress.secondary::-moz-progress-bar {
    background: #231a1e;
}
/* line 71, ../../foundation/bower_components/foundation-sites/scss/forms/_progress.scss */
progress.success {
    color: #83c657;
}
/* line 75, ../../foundation/bower_components/foundation-sites/scss/forms/_progress.scss */
progress.success::-webkit-progress-value {
    background: #83c657;
}
/* line 79, ../../foundation/bower_components/foundation-sites/scss/forms/_progress.scss */
progress.success::-moz-progress-bar {
    background: #83c657;
}
/* line 71, ../../foundation/bower_components/foundation-sites/scss/forms/_progress.scss */
progress.warning {
    color: #F8BE38;
}
/* line 75, ../../foundation/bower_components/foundation-sites/scss/forms/_progress.scss */
progress.warning::-webkit-progress-value {
    background: #F8BE38;
}
/* line 79, ../../foundation/bower_components/foundation-sites/scss/forms/_progress.scss */
progress.warning::-moz-progress-bar {
    background: #F8BE38;
}
/* line 71, ../../foundation/bower_components/foundation-sites/scss/forms/_progress.scss */
progress.alert {
    color: #e74c48;
}
/* line 75, ../../foundation/bower_components/foundation-sites/scss/forms/_progress.scss */
progress.alert::-webkit-progress-value {
    background: #e74c48;
}
/* line 79, ../../foundation/bower_components/foundation-sites/scss/forms/_progress.scss */
progress.alert::-moz-progress-bar {
    background: #e74c48;
}

/* line 34, ../../foundation/bower_components/foundation-sites/scss/forms/_meter.scss */
meter {
    -webkit-appearance: none;
    -moz-appearance: none;
    display: block;
    width: 100%;
    height: 1rem;
    margin-bottom: 1rem;
    background: #cacaca;
    border: 0;
}
/* line 51, ../../foundation/bower_components/foundation-sites/scss/forms/_meter.scss */
meter::-webkit-meter-bar {
    background: #cacaca;
}
/* line 65, ../../foundation/bower_components/foundation-sites/scss/forms/_meter.scss */
meter::-webkit-meter-optimum-value {
    background: #83c657;
}
/* line 73, ../../foundation/bower_components/foundation-sites/scss/forms/_meter.scss */
meter::-webkit-meter-suboptimum-value {
    background: #F8BE38;
}
/* line 81, ../../foundation/bower_components/foundation-sites/scss/forms/_meter.scss */
meter::-webkit-meter-even-less-good-value {
    background: #e74c48;
}
/* line 89, ../../foundation/bower_components/foundation-sites/scss/forms/_meter.scss */
meter::-moz-meter-bar {
    background: #c5db3b;
}
/* line 97, ../../foundation/bower_components/foundation-sites/scss/forms/_meter.scss */
meter:-moz-meter-optimum::-moz-meter-bar {
    background: #83c657;
}
/* line 101, ../../foundation/bower_components/foundation-sites/scss/forms/_meter.scss */
meter:-moz-meter-sub-optimum::-moz-meter-bar {
    background: #F8BE38;
}
/* line 105, ../../foundation/bower_components/foundation-sites/scss/forms/_meter.scss */
meter:-moz-meter-sub-sub-optimum::-moz-meter-bar {
    background: #e74c48;
}

/* line 102, ../../foundation/bower_components/foundation-sites/scss/components/_slider.scss */
.slider {
    position: relative;
    height: 0.5rem;
    margin-top: 1.25rem;
    margin-bottom: 2.25rem;
    background-color: #e6e6e6;
    cursor: pointer;
    user-select: none;
    touch-action: none;
}

/* line 107, ../../foundation/bower_components/foundation-sites/scss/components/_slider.scss */
.slider-fill {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    max-width: 100%;
    height: 0.5rem;
    background-color: #cacaca;
    transition: all 0.2s ease-in-out;
}
/* line 43, ../../foundation/bower_components/foundation-sites/scss/components/_slider.scss */
.slider-fill.is-dragging {
    transition: all 0s linear;
}

/* line 112, ../../foundation/bower_components/foundation-sites/scss/components/_slider.scss */
.slider-handle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 0;
    z-index: 1;
    display: inline-block;
    width: 1.4rem;
    height: 1.4rem;
    background-color: #c5db3b;
    transition: all 0.2s ease-in-out;
    touch-action: manipulation;
    border-radius: 0;
}
/* line 167, ../../foundation/bower_components/foundation-sites/scss/util/_mixins.scss */
[data-whatinput='mouse'] .slider-handle {
    outline: 0;
}
/* line 63, ../../foundation/bower_components/foundation-sites/scss/components/_slider.scss */
.slider-handle:hover {
    background-color: #b1c825;
}
/* line 67, ../../foundation/bower_components/foundation-sites/scss/components/_slider.scss */
.slider-handle.is-dragging {
    transition: all 0s linear;
}

/* line 117, ../../foundation/bower_components/foundation-sites/scss/components/_slider.scss */
.slider.disabled,
.slider[disabled] {
    opacity: 0.25;
    cursor: not-allowed;
}

/* line 123, ../../foundation/bower_components/foundation-sites/scss/components/_slider.scss */
.slider.vertical {
    display: inline-block;
    width: 0.5rem;
    height: 12.5rem;
    margin: 0 1.25rem;
    transform: scale(1, -1);
}
/* line 84, ../../foundation/bower_components/foundation-sites/scss/components/_slider.scss */
.slider.vertical .slider-fill {
    top: 0;
    width: 0.5rem;
    max-height: 100%;
}
/* line 90, ../../foundation/bower_components/foundation-sites/scss/components/_slider.scss */
.slider.vertical .slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1.4rem;
    height: 1.4rem;
    transform: translateX(-50%);
}

/* line 6, ../../foundation/bower_components/foundation-sites/scss/components/_sticky.scss */
.sticky-container {
    position: relative;
}

/* line 10, ../../foundation/bower_components/foundation-sites/scss/components/_sticky.scss */
.sticky {
    position: absolute;
    z-index: 0;
    transform: translate3d(0, 0, 0);
}

/* line 16, ../../foundation/bower_components/foundation-sites/scss/components/_sticky.scss */
.sticky.is-stuck {
    position: fixed;
    z-index: 5;
}
/* line 20, ../../foundation/bower_components/foundation-sites/scss/components/_sticky.scss */
.sticky.is-stuck.is-at-top {
    top: 0;
}
/* line 24, ../../foundation/bower_components/foundation-sites/scss/components/_sticky.scss */
.sticky.is-stuck.is-at-bottom {
    bottom: 0;
}

/* line 29, ../../foundation/bower_components/foundation-sites/scss/components/_sticky.scss */
.sticky.is-anchored {
    position: absolute;
    left: auto;
    right: auto;
}
/* line 34, ../../foundation/bower_components/foundation-sites/scss/components/_sticky.scss */
.sticky.is-anchored.is-at-bottom {
    bottom: 0;
}

/* line 112, ../../foundation/bower_components/foundation-sites/scss/components/_reveal.scss */
body.is-reveal-open {
    overflow: hidden;
}

/* line 117, ../../foundation/bower_components/foundation-sites/scss/components/_reveal.scss */
.reveal-overlay {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1005;
    background-color: rgba(10, 10, 10, 0.45);
    overflow-y: scroll;
}

/* line 122, ../../foundation/bower_components/foundation-sites/scss/components/_reveal.scss */
.reveal {
    display: none;
    z-index: 1006;
    padding: 1rem;
    border: 2px solid #1C1518;
    background-color: #302429;
    border-radius: 0;
    position: relative;
    top: 100px;
    margin-left: auto;
    margin-right: auto;
    overflow-y: auto;
}
/* line 167, ../../foundation/bower_components/foundation-sites/scss/util/_mixins.scss */
[data-whatinput='mouse'] .reveal {
    outline: 0;
}
@media screen and (min-width: 40em) {
    /* line 122, ../../foundation/bower_components/foundation-sites/scss/components/_reveal.scss */
    .reveal {
        min-height: 0;
    }
}
/* line 70, ../../foundation/bower_components/foundation-sites/scss/components/_reveal.scss */
.reveal .column, .reveal .columns,
.reveal .columns {
    min-width: 0;
}
/* line 76, ../../foundation/bower_components/foundation-sites/scss/components/_reveal.scss */
.reveal > :last-child {
    margin-bottom: 0;
}
@media screen and (min-width: 40em) {
    /* line 122, ../../foundation/bower_components/foundation-sites/scss/components/_reveal.scss */
    .reveal {
        width: 600px;
        max-width: 78.66667rem;
    }
}
@media screen and (min-width: 40em) {
    /* line 134, ../../foundation/bower_components/foundation-sites/scss/components/_reveal.scss */
    .reveal .reveal {
        left: auto;
        right: auto;
        margin: 0 auto;
    }
}
/* line 142, ../../foundation/bower_components/foundation-sites/scss/components/_reveal.scss */
.reveal.collapse {
    padding: 0;
}
@media screen and (min-width: 40em) {
    /* line 147, ../../foundation/bower_components/foundation-sites/scss/components/_reveal.scss */
    .reveal.tiny {
        width: 30%;
        max-width: 78.66667rem;
    }
}
@media screen and (min-width: 40em) {
    /* line 148, ../../foundation/bower_components/foundation-sites/scss/components/_reveal.scss */
    .reveal.small {
        width: 50%;
        max-width: 78.66667rem;
    }
}
@media screen and (min-width: 40em) {
    /* line 149, ../../foundation/bower_components/foundation-sites/scss/components/_reveal.scss */
    .reveal.large {
        width: 90%;
        max-width: 78.66667rem;
    }
}
/* line 152, ../../foundation/bower_components/foundation-sites/scss/components/_reveal.scss */
.reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    max-width: none;
    margin-left: 0;
    border: 0;
}
@media screen and (max-width: 39.9375em) {
    /* line 122, ../../foundation/bower_components/foundation-sites/scss/components/_reveal.scss */
    .reveal {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        height: 100vh;
        min-height: 100vh;
        max-width: none;
        margin-left: 0;
        border: 0;
    }
}
/* line 160, ../../foundation/bower_components/foundation-sites/scss/components/_reveal.scss */
.reveal.without-overlay {
    position: fixed;
}

/* line 189, ../../foundation/bower_components/foundation-sites/scss/components/_switch.scss */
.switch {
    margin-bottom: 1rem;
    outline: 0;
    position: relative;
    user-select: none;
    color: #fff;
    font-weight: bold;
    font-size: 0.93333rem;
}

/* line 194, ../../foundation/bower_components/foundation-sites/scss/components/_switch.scss */
.switch-input {
    opacity: 0;
    position: absolute;
}

/* line 199, ../../foundation/bower_components/foundation-sites/scss/components/_switch.scss */
.switch-paddle {
    background: #cacaca;
    cursor: pointer;
    display: block;
    position: relative;
    width: 4rem;
    height: 2rem;
    transition: all 0.25s ease-out;
    border-radius: 0;
    color: inherit;
    font-weight: inherit;
}
/* line 96, ../../foundation/bower_components/foundation-sites/scss/components/_switch.scss */
input + .switch-paddle {
    margin: 0;
}
/* line 101, ../../foundation/bower_components/foundation-sites/scss/components/_switch.scss */
.switch-paddle::after {
    background: #fff;
    content: '';
    display: block;
    position: absolute;
    height: 1.5rem;
    left: 0.25rem;
    top: 0.25rem;
    width: 1.5rem;
    transition: all 0.25s ease-out;
    transform: translate3d(0, 0, 0);
    border-radius: 0;
}
/* line 116, ../../foundation/bower_components/foundation-sites/scss/components/_switch.scss */
input:checked ~ .switch-paddle {
    background: #c5db3b;
}
/* line 119, ../../foundation/bower_components/foundation-sites/scss/components/_switch.scss */
input:checked ~ .switch-paddle::after {
    left: 2.25rem;
}
/* line 167, ../../foundation/bower_components/foundation-sites/scss/util/_mixins.scss */
[data-whatinput='mouse'] input:focus ~ .switch-paddle {
    outline: 0;
}

/* line 204, ../../foundation/bower_components/foundation-sites/scss/components/_switch.scss */
.switch-active, .switch-inactive {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

/* line 209, ../../foundation/bower_components/foundation-sites/scss/components/_switch.scss */
.switch-active {
    left: 8%;
    display: none;
}
/* line 141, ../../foundation/bower_components/foundation-sites/scss/components/_switch.scss */
input:checked + label > .switch-active {
    display: block;
}

/* line 215, ../../foundation/bower_components/foundation-sites/scss/components/_switch.scss */
.switch-inactive {
    right: 15%;
}
/* line 150, ../../foundation/bower_components/foundation-sites/scss/components/_switch.scss */
input:checked + label > .switch-inactive {
    display: none;
}

/* line 171, ../../foundation/bower_components/foundation-sites/scss/components/_switch.scss */
.switch.tiny .switch-paddle {
    width: 3rem;
    height: 1.5rem;
    font-size: 0.66667rem;
}
/* line 177, ../../foundation/bower_components/foundation-sites/scss/components/_switch.scss */
.switch.tiny .switch-paddle::after {
    width: 1rem;
    height: 1rem;
}
/* line 182, ../../foundation/bower_components/foundation-sites/scss/components/_switch.scss */
.switch.tiny input:checked ~ .switch-paddle:after {
    left: 1.75rem;
}

/* line 171, ../../foundation/bower_components/foundation-sites/scss/components/_switch.scss */
.switch.small .switch-paddle {
    width: 3.5rem;
    height: 1.75rem;
    font-size: 0.8rem;
}
/* line 177, ../../foundation/bower_components/foundation-sites/scss/components/_switch.scss */
.switch.small .switch-paddle::after {
    width: 1.25rem;
    height: 1.25rem;
}
/* line 182, ../../foundation/bower_components/foundation-sites/scss/components/_switch.scss */
.switch.small input:checked ~ .switch-paddle:after {
    left: 2rem;
}

/* line 171, ../../foundation/bower_components/foundation-sites/scss/components/_switch.scss */
.switch.large .switch-paddle {
    width: 5rem;
    height: 2.5rem;
    font-size: 1.06667rem;
}
/* line 177, ../../foundation/bower_components/foundation-sites/scss/components/_switch.scss */
.switch.large .switch-paddle::after {
    width: 2rem;
    height: 2rem;
}
/* line 182, ../../foundation/bower_components/foundation-sites/scss/components/_switch.scss */
.switch.large input:checked ~ .switch-paddle:after {
    left: 2.75rem;
}

/* line 209, ../../foundation/bower_components/foundation-sites/scss/components/_table.scss */
table {
    width: 100%;
    margin-bottom: 1rem;
    border-radius: 0;
}
/* line 64, ../../foundation/bower_components/foundation-sites/scss/components/_table.scss */
thead,
tbody,
tfoot {
    border: 1px solid #231a1e;
    background-color: #302429;
}

/* line 72, ../../foundation/bower_components/foundation-sites/scss/components/_table.scss */
caption {
    font-weight: 700;
    padding: 0.53333rem 0.66667rem 0.66667rem;
}

/* line 78, ../../foundation/bower_components/foundation-sites/scss/components/_table.scss */
thead,
tfoot {
    background: #36292e;
    color: #fff;
}
/* line 84, ../../foundation/bower_components/foundation-sites/scss/components/_table.scss */
thead tr,
tfoot tr {
    background: transparent;
}
/* line 89, ../../foundation/bower_components/foundation-sites/scss/components/_table.scss */
thead th,
thead td,
tfoot th,
tfoot td {
    padding: 0.53333rem 0.66667rem 0.66667rem;
    font-weight: 700;
    text-align: left;
}

/* line 102, ../../foundation/bower_components/foundation-sites/scss/components/_table.scss */
tbody tr:nth-child(even) {
    background-color: #3c2d33;
}
/* line 115, ../../foundation/bower_components/foundation-sites/scss/components/_table.scss */
tbody th,
tbody td {
    padding: 0.53333rem 0.66667rem 0.66667rem;
}

@media screen and (max-width: 63.9375em) {
    /* yesGnome logo*/

    /* line 188, ../../foundation/bower_components/foundation-sites/scss/components/_table.scss */
    table.stack thead {
        display: none;
    }
    /* line 193, ../../foundation/bower_components/foundation-sites/scss/components/_table.scss */
    table.stack tfoot {
        display: none;
    }
    /* line 197, ../../foundation/bower_components/foundation-sites/scss/components/_table.scss */
    table.stack tr,
    table.stack th,
    table.stack td {
        display: block;
    }
    /* line 203, ../../foundation/bower_components/foundation-sites/scss/components/_table.scss */
    table.stack td {
        border-top: 0;
    }
}

/* line 219, ../../foundation/bower_components/foundation-sites/scss/components/_table.scss */
table.scroll {
    display: block;
    width: 100%;
    overflow-x: auto;
}

/* line 153, ../../foundation/bower_components/foundation-sites/scss/components/_table.scss */
table.hover tr:hover {
    background-color: #2a2024;
}
/* line 159, ../../foundation/bower_components/foundation-sites/scss/components/_table.scss */
table.hover tr:nth-of-type(even):hover {
    background-color: #1c1518;
}

/* line 227, ../../foundation/bower_components/foundation-sites/scss/components/_table.scss */
.table-scroll {
    overflow-x: auto;
}
/* line 230, ../../foundation/bower_components/foundation-sites/scss/components/_table.scss */
.table-scroll table {
    width: auto;
}

/* line 116, ../../foundation/bower_components/foundation-sites/scss/components/_tabs.scss */
.tabs {
    margin: 0;
    list-style-type: none;
    background: #302429;
    border: 1px solid #231a1e;
}
/* line 138, ../../foundation/bower_components/foundation-sites/scss/util/_mixins.scss */
.tabs::before, .tabs::after {
    content: ' ';
    display: table;
    flex-basis: 0;
    order: 1;
}
/* line 146, ../../foundation/bower_components/foundation-sites/scss/util/_mixins.scss */
.tabs::after {
    clear: both;
}

/* line 63, ../../foundation/bower_components/foundation-sites/scss/components/_tabs.scss */
.tabs.vertical > li {
    width: auto;
    float: none;
    display: block;
}

/* line 127, ../../foundation/bower_components/foundation-sites/scss/components/_tabs.scss */
.tabs.simple > li > a {
    padding: 0;
}
/* line 130, ../../foundation/bower_components/foundation-sites/scss/components/_tabs.scss */
.tabs.simple > li > a:hover {
    background: transparent;
}

/* line 137, ../../foundation/bower_components/foundation-sites/scss/components/_tabs.scss */
.tabs.primary {
    background: #c5db3b;
}
/* line 140, ../../foundation/bower_components/foundation-sites/scss/components/_tabs.scss */
.tabs.primary > li > a {
    color: #fff;
}
/* line 143, ../../foundation/bower_components/foundation-sites/scss/components/_tabs.scss */
.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
    background: #c2d92f;
}

/* line 150, ../../foundation/bower_components/foundation-sites/scss/components/_tabs.scss */
.tabs-title {
    float: left;
}
/* line 74, ../../foundation/bower_components/foundation-sites/scss/components/_tabs.scss */
.tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    line-height: 1;
    font-size: 0.93333rem;
}
/* line 80, ../../foundation/bower_components/foundation-sites/scss/components/_tabs.scss */
.tabs-title > a:hover {
    background: #231a1e;
}
/* line 84, ../../foundation/bower_components/foundation-sites/scss/components/_tabs.scss */
.tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
    background: #231a1e;
}

/* line 154, ../../foundation/bower_components/foundation-sites/scss/components/_tabs.scss */
.tabs-content {
    background: #302429;
    transition: all 0.5s ease;
    border: 1px solid #231a1e;
    border-top: 0;
}

/* line 158, ../../foundation/bower_components/foundation-sites/scss/components/_tabs.scss */
.tabs-content.vertical {
    border: 1px solid #231a1e;
    border-left: 0;
}

/* line 162, ../../foundation/bower_components/foundation-sites/scss/components/_tabs.scss */
.tabs-panel {
    display: none;
    padding: 1rem;
}
/* line 110, ../../foundation/bower_components/foundation-sites/scss/components/_tabs.scss */
.tabs-panel.is-active {
    display: block;
}

/* line 51, ../../foundation/bower_components/foundation-sites/scss/components/_thumbnail.scss */
.thumbnail {
    /*  border: solid 5px #5b5b5b;*/
    box-shadow: 0 4px 0 0 rgba(10, 10, 10, 0.2);
    display: inline-block;
    line-height: 0;
    max-width: 100%;
    transition: box-shadow 200ms ease-out;
    border-radius: 0;
    margin-bottom: 1rem;
    box-shadow: 0px 4px 10px 0 rgba(0, 0, 0, 0.75);
}
/* line 44, ../../foundation/bower_components/foundation-sites/scss/components/_thumbnail.scss */
.thumbnail:hover, .thumbnail:focus {
    box-shadow: 0 0 5px 0 rgba(197, 219, 59, 0.5);
}

/* line 38, ../../foundation/bower_components/foundation-sites/scss/components/_title-bar.scss */
.title-bar {
    background: #0a0a0a;
    color: #fff;
    padding: 0.5rem;
}
/* line 138, ../../foundation/bower_components/foundation-sites/scss/util/_mixins.scss */
.title-bar::before, .title-bar::after {
    content: ' ';
    display: table;
    flex-basis: 0;
    order: 1;
}
/* line 146, ../../foundation/bower_components/foundation-sites/scss/util/_mixins.scss */
.title-bar::after {
    clear: both;
}
/* line 52, ../../foundation/bower_components/foundation-sites/scss/components/_title-bar.scss */
.title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.5rem;
}

/* line 70, ../../foundation/bower_components/foundation-sites/scss/components/_title-bar.scss */
.title-bar-left {
    float: left;
}

/* line 74, ../../foundation/bower_components/foundation-sites/scss/components/_title-bar.scss */
.title-bar-right {
    float: right;
    text-align: right;
}

/* line 80, ../../foundation/bower_components/foundation-sites/scss/components/_title-bar.scss */
.title-bar-title {
    font-weight: bold;
    vertical-align: middle;
    display: inline-block;
}

/* line 86, ../../foundation/bower_components/foundation-sites/scss/components/_title-bar.scss */
.menu-icon.dark {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    width: 20px;
    height: 16px;
}
/* line 79, ../../foundation/bower_components/foundation-sites/scss/util/_mixins.scss */
.menu-icon.dark::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #0a0a0a;
    top: 0;
    left: 0;
    box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
}
/* line 105, ../../foundation/bower_components/foundation-sites/scss/util/_mixins.scss */
.menu-icon.dark:hover::after {
    background: #8a8a8a;
    box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
}

/* line 97, ../../foundation/bower_components/foundation-sites/scss/components/_tooltip.scss */
.has-tip {
    border-bottom: dotted 1px #8a8a8a;
    font-weight: 700;
    position: relative;
    display: inline-block;
    cursor: help;
}

/* line 101, ../../foundation/bower_components/foundation-sites/scss/components/_tooltip.scss */
.tooltip {
    background-color: #0a0a0a;
    color: #fff;
    font-size: 70%;
    padding: 0.75rem;
    position: absolute;
    z-index: 10;
    top: calc(100% + 0.6495rem);
    max-width: 10rem !important;
    border-radius: 0;
}
/* line 64, ../../foundation/bower_components/foundation-sites/scss/components/_tooltip.scss */
.tooltip::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent transparent #0a0a0a;
    border-bottom-style: solid;
    border-top-width: 0;
    bottom: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
/* line 72, ../../foundation/bower_components/foundation-sites/scss/components/_tooltip.scss */
.tooltip.top::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: #0a0a0a transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    top: 100%;
    bottom: auto;
}
/* line 78, ../../foundation/bower_components/foundation-sites/scss/components/_tooltip.scss */
.tooltip.left::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent transparent transparent #0a0a0a;
    border-left-style: solid;
    border-right-width: 0;
    bottom: auto;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
}
/* line 86, ../../foundation/bower_components/foundation-sites/scss/components/_tooltip.scss */
.tooltip.right::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent #0a0a0a transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
    bottom: auto;
    left: auto;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
}

/* line 119, ../../foundation/bower_components/foundation-sites/scss/components/_top-bar.scss */
.top-bar {
    padding: 0.5rem;
}
/* line 138, ../../foundation/bower_components/foundation-sites/scss/util/_mixins.scss */
.top-bar::before, .top-bar::after {
    content: ' ';
    display: table;
    flex-basis: 0;
    order: 1;
}
/* line 146, ../../foundation/bower_components/foundation-sites/scss/util/_mixins.scss */
.top-bar::after {
    clear: both;
}
/* line 47, ../../foundation/bower_components/foundation-sites/scss/components/_top-bar.scss */
.top-bar,
.top-bar ul {
    background-color: #e6e6e6;
}
/* line 60, ../../foundation/bower_components/foundation-sites/scss/components/_top-bar.scss */
.top-bar input {
    width: 200px;
    margin-right: 1rem;
}
/* line 66, ../../foundation/bower_components/foundation-sites/scss/components/_top-bar.scss */
.top-bar .input-group-field {
    width: 100%;
    margin-right: 0;
}
/* line 72, ../../foundation/bower_components/foundation-sites/scss/components/_top-bar.scss */
.top-bar input.button {
    width: auto;
}

.rightSpace{margin-right: 40px!important;}


@media screen and (max-width: 39.9375em) {
    /* line 91, ../../foundation/bower_components/foundation-sites/scss/components/_top-bar.scss */
    .stacked-for-small .top-bar-left,
    .stacked-for-small .top-bar-right {
        width: 100%;
    }
}

@media screen and (max-width: 63.9375em) {
    /* line 91, ../../foundation/bower_components/foundation-sites/scss/components/_top-bar.scss */
    .stacked-for-medium .top-bar-left,
    .stacked-for-medium .top-bar-right {
        width: 100%;
    }
}

@media screen and (max-width: 74.9375em) {
    /* line 91, ../../foundation/bower_components/foundation-sites/scss/components/_top-bar.scss */
    .stacked-for-large .top-bar-left,
    .stacked-for-large .top-bar-right {
        width: 100%;
    }
}

/* line 91, ../../foundation/bower_components/foundation-sites/scss/components/_top-bar.scss */
.top-bar-left,
.top-bar-right {
    width: 100%;
}

@media screen and (min-width: 40em) {
    /* line 110, ../../foundation/bower_components/foundation-sites/scss/components/_top-bar.scss */
    .top-bar-left,
    .top-bar-right {
        width: auto;
    }
}
/* line 152, ../../foundation/bower_components/foundation-sites/scss/components/_top-bar.scss */
.top-bar-title {
    float: left;
    margin-right: 1rem;
}

/* line 158, ../../foundation/bower_components/foundation-sites/scss/components/_top-bar.scss */
.top-bar-left {
    float: left;
}

/* line 162, ../../foundation/bower_components/foundation-sites/scss/components/_top-bar.scss */
.top-bar-right {
    float: right;
}

/* line 61, ../../foundation/bower_components/foundation-sites/scss/components/_visibility.scss */
.hide {
    display: none !important;
}

/* line 65, ../../foundation/bower_components/foundation-sites/scss/components/_visibility.scss */
.invisible {
    visibility: hidden;
}

@media screen and (max-width: 39.9375em) {
    /* line 81, ../../foundation/bower_components/foundation-sites/scss/components/_visibility.scss */
    .hide-for-small-only {
        display: none !important;
    }
}

@media screen and (max-width: 0em), screen and (min-width: 40em) {
    /* line 85, ../../foundation/bower_components/foundation-sites/scss/components/_visibility.scss */
    .show-for-small-only {
        display: none !important;
    }
}

@media screen and (min-width: 40em) {
    /* line 72, ../../foundation/bower_components/foundation-sites/scss/components/_visibility.scss */
    .hide-for-medium {
        display: none !important;
    }
}

@media screen and (max-width: 39.9375em) {
    /* line 76, ../../foundation/bower_components/foundation-sites/scss/components/_visibility.scss */
    .show-for-medium {
        display: none !important;
    }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    /* line 81, ../../foundation/bower_components/foundation-sites/scss/components/_visibility.scss */
    .hide-for-medium-only {
        display: none !important;
    }
}

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
    /* line 85, ../../foundation/bower_components/foundation-sites/scss/components/_visibility.scss */
    .show-for-medium-only {
        display: none !important;
    }
}

@media screen and (min-width: 64em) {
    /* line 72, ../../foundation/bower_components/foundation-sites/scss/components/_visibility.scss */
    .hide-for-large {
        display: none !important;
    }
}

@media screen and (max-width: 63.9375em) {
    /* line 76, ../../foundation/bower_components/foundation-sites/scss/components/_visibility.scss */
    .show-for-large {
        display: none !important;
    }
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
    /* line 81, ../../foundation/bower_components/foundation-sites/scss/components/_visibility.scss */
    .hide-for-large-only {
        display: none !important;
    }
}

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
    /* line 85, ../../foundation/bower_components/foundation-sites/scss/components/_visibility.scss */
    .show-for-large-only {
        display: none !important;
    }
}

/* line 92, ../../foundation/bower_components/foundation-sites/scss/components/_visibility.scss */
.show-for-sr,
.show-on-focus {
    position: absolute !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}

/* line 99, ../../foundation/bower_components/foundation-sites/scss/components/_visibility.scss */
.show-on-focus:active, .show-on-focus:focus {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
}

/* line 106, ../../foundation/bower_components/foundation-sites/scss/components/_visibility.scss */
.show-for-landscape,
.hide-for-portrait {
    display: block !important;
}
@media screen and (orientation: landscape) {
    /* line 106, ../../foundation/bower_components/foundation-sites/scss/components/_visibility.scss */
    .show-for-landscape,
    .hide-for-portrait {
        display: block !important;
    }
}
@media screen and (orientation: portrait) {
    /* line 106, ../../foundation/bower_components/foundation-sites/scss/components/_visibility.scss */
    .show-for-landscape,
    .hide-for-portrait {
        display: none !important;
    }
}

/* line 119, ../../foundation/bower_components/foundation-sites/scss/components/_visibility.scss */
.hide-for-landscape,
.show-for-portrait {
    display: none !important;
}
@media screen and (orientation: landscape) {
    /* line 119, ../../foundation/bower_components/foundation-sites/scss/components/_visibility.scss */
    .hide-for-landscape,
    .show-for-portrait {
        display: none !important;
    }
}
@media screen and (orientation: portrait) {
    /* line 119, ../../foundation/bower_components/foundation-sites/scss/components/_visibility.scss */
    .hide-for-landscape,
    .show-for-portrait {
        display: block !important;
    }
}

/* line 10, ../../foundation/bower_components/foundation-sites/scss/components/_float.scss */
.float-left {
    float: left !important;
}

/* line 14, ../../foundation/bower_components/foundation-sites/scss/components/_float.scss */
.float-right {
    float: right !important;
}

/* line 18, ../../foundation/bower_components/foundation-sites/scss/components/_float.scss */
.float-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* line 138, ../../foundation/bower_components/foundation-sites/scss/util/_mixins.scss */
.clearfix::before, .clearfix::after {
    content: ' ';
    display: table;
    flex-basis: 0;
    order: 1;
}
/* line 146, ../../foundation/bower_components/foundation-sites/scss/util/_mixins.scss */
.clearfix::after {
    clear: both;
}

/*--------------------------------
  1) BASIC STYLES
--------------------------------*/
/* line 4, ../scss/_app-styles.scss */
::-moz-selection {
    background: #c5db3b;
    color: #302429;
    text-shadow: none;
}

/* line 5, ../scss/_app-styles.scss */
/*::selection {
  background: #c5db3b;
  color: #302429;
  text-shadow: none;
}*/

/*/* line 7, ../scss/_app-styles.scss */
::-webkit-input-placeholder {
    color: rgba(255, 255, 255,0.06);
    font-size: 0.73333rem;
}

/* line 8, ../scss/_app-styles.scss */
:-moz-placeholder {
    color: rgb(255, 255, 255);
    font-size: 0.73333rem;
}

/* line 9, ../scss/_app-styles.scss */
::-moz-placeholder {
    color: rgb(255, 255, 255);
    font-size: 0.73333rem;
}

/* line 10, ../scss/_app-styles.scss */
:-ms-input-placeholder {
    color: rgb(255, 255, 255);
    font-size: 0.73333rem;
}*/

/* line 13, ../scss/_app-styles.scss */
body a {
    color:#FFF;
}
/* line 15, ../scss/_app-styles.scss */
body a:hover, body a:active, body a:focus {
    color: #8346be;
}
/* line 20, ../scss/_app-styles.scss */
body p a {
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -ms-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
}


@media screen and (min-width: 64em) {
    /* line 40, ../scss/_app-styles.scss */
    .hide-for-large {
        display: none;
    }
}

/*--------------------------------
  2) HEADER
--------------------------------*/
/* line 49, ../scss/_app-styles.scss */
#main-header {
    /*  background: url(../images/backgrounds/bg-menu.png) repeat-x center top;*/
    background-color: rgba(13 18 43 0);
    z-index: 1001;
    height: 6.33333rem;
    margin-top: 1.66667rem;
    position: relative;

}
/* line 55, ../scss/_app-styles.scss */
#main-header .logo {
    /* width: 250px;
     height: 75px;*/
    margin-top: 11px;


}
@media screen and (min-width: 64em) {
    /* line 55, ../scss/_app-styles.scss */
    #main-header .logo {
        /* width: 310px;
         height: 80px;*/

    }
}
/* line 63, ../scss/_app-styles.scss */
#main-header #main-nav ul.main-menu {
    text-align: right;
}
@media screen and (min-width: 64em) {
    /* line 63, ../scss/_app-styles.scss */
    #main-header #main-nav ul.main-menu {
        margin: 20px 0px;
    }
}
/* line 68, ../scss/_app-styles.scss */
#main-header #main-nav ul.main-menu li {
    display: inline-block;
    margin-right: 2.66667rem;
}
/* line 71, ../scss/_app-styles.scss */
#main-header #main-nav ul.main-menu li:last-child {
    margin-right: 0;
}
/* line 76, ../scss/_app-styles.scss */
#main-header #main-nav ul.mobile-menu {
    text-align: center;
    margin: 0;
}
/* line 81, ../scss/_app-styles.scss */
#main-header #main-nav ul li a {
    font-size: 1.2rem;
    text-transform: uppercase;
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -ms-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
        color: #fff;
    text-decoration: none;
}
/* line 86, ../scss/_app-styles.scss */
#main-header #main-nav ul li a:hover, #main-header #main-nav ul li a:active  {
    color: #8346be;
}

/* line 1, ../scss/_mobile-menu.scss */
.mobile-menu {
    display: none;
}

@media screen and (max-width: 63.9375em) {
    /* line 6, ../scss/_mobile-menu.scss */
    .main-menu {
        display: none;
    }

    /* line 9, ../scss/_mobile-menu.scss */
    .mobile-menu {
        display: block;
        width: 100%;
        float: left;
        margin: 0 !important;
    }
}
/* line 17, ../scss/_mobile-menu.scss */
.slicknav_btn {
    position: absolute;
    right: 14px;
    top: 26px;
    padding: 0;
}

/* line 24, ../scss/_mobile-menu.scss */
.slicknav_nav {
    width: 100%;
    list-style-type: none;
    text-align: center;
    float: right;
    text-transform: uppercase;
    position: absolute;
    top: 75px;
    left: 0;
    background: #1e122b;
    margin-left: 0;
    padding: 2rem 0;
}
/* line 37, ../scss/_mobile-menu.scss */
.slicknav_nav li {
    display: block;
    padding: 0.66667rem 0;
}

/* line 43, ../scss/_mobile-menu.scss */
.slicknav_menu {
    background: transparent;
    padding: 0;
}

/* line 48, ../scss/_mobile-menu.scss */
.slicknav_menu .slicknav_icon {
    display: none;
}

/* line 52, ../scss/_mobile-menu.scss */
.slicknav_btn {
    background-color: transparent;
    border-radius: 0;
    margin: 0;
    text-decoration: none;
    text-shadow: 0 none;
}

/*--------------------------------
  3) FRONTPAGE SLIDER
--------------------------------*/
/* Slider */
/* line 2, ../scss/_slider.scss */
.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

/* line 23, ../scss/_slider.scss */
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

/* line 33, ../scss/_slider.scss */
.slick-list:focus {
    outline: none;
}

/* line 37, ../scss/_slider.scss */
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

/* line 43, ../scss/_slider.scss */
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/* line 53, ../scss/_slider.scss */
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

/* line 61, ../scss/_slider.scss */
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

/* line 68, ../scss/_slider.scss */
.slick-track:after {
    clear: both;
}

/* line 72, ../scss/_slider.scss */
.slick-loading .slick-track {
    visibility: hidden;
}

/* line 77, ../scss/_slider.scss */
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

/* line 85, ../scss/_slider.scss */
[dir='rtl'] .slick-slide {
    float: right;
}

/* line 89, ../scss/_slider.scss */
.slick-slide img {
    display: block;
}

/* line 93, ../scss/_slider.scss */
.slick-slide.slick-loading img {
    display: none;
}

/* line 97, ../scss/_slider.scss */
.slick-slide.dragging img {
    pointer-events: none;
}

/* line 101, ../scss/_slider.scss */
.slick-initialized .slick-slide {
    display: block;
}

/* line 105, ../scss/_slider.scss */
.slick-loading .slick-slide {
    visibility: hidden;
}

/* line 109, ../scss/_slider.scss */
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

/* line 117, ../scss/_slider.scss */
.slick-arrow.slick-hidden {
    display: none;
}

/* line 102, ../scss/_app-styles.scss */
#home-slider {
    position: relative;
    top: -120px;
    width: 100%;
    z-index: 500;
}
/* line 107, ../scss/_app-styles.scss */
#home-slider .slick-slide {
    min-height: 575px;
    /*background-position: bottom center !important;
    background-repeat: no-repeat !important;*/

}
/* line 116, ../scss/_app-styles.scss */
#home-slider .slick-list {
    width: 100% !important;
}
/* line 119, ../scss/_app-styles.scss */
#home-slider .cta-text {
    position: absolute;
    top: 350px;
    width: 100%;
}
/* line 123, ../scss/_app-styles.scss */
#home-slider .cta-text p {
    font-size: 2.33333rem;
    color: #fff;
    margin-bottom: 0.33333rem;
    line-height: 3.33333rem;
}
/* line 129, ../scss/_app-styles.scss */
#home-slider .cta-text p span {
    background: url(../images/backgrounds/lettering-bg.png);
    padding: 0 0.66667rem;
    text-transform: uppercase;
    line-height: 2.33333rem;
}
/* line 137, ../scss/_app-styles.scss */
#home-slider .cta-button {
    text-align: left;
    font-size: 2.33333rem;
    padding: 0.66667rem 1.66667rem;
    margin-top: 1rem;
}
/* line 143, ../scss/_app-styles.scss */
#home-slider .cta-button span {
    display: block;
    font-size: 0.73333rem;
    color: #57711c;
    text-transform: none;
    text-shadow: none;
    margin-top: 0.33333rem;
}

/* line 155, ../scss/_app-styles.scss */
.inner-slider {
    position: relative;
    top: -120px;
    width: 100%;
    z-index: 500;
}
/* line 160, ../scss/_app-styles.scss */
.inner-slider .slick-slide {
    min-height: 520px;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}
/* line 169, ../scss/_app-styles.scss */
.inner-slider .slick-list {
    width: 100% !important;
}

/*--------------------------------
  4) MAIN CONTENT
--------------------------------*/
/* line 177, ../scss/_app-styles.scss */

/*.content-top {
  background: url(../images/backgrounds/bg-body-top.png) repeat-x center top;
  height: 52px;
  margin-top: -140px;
  position: relative;
  z-index: 1000;
}
*/

.content-top {
    /* background: url(../images/backgrounds/bg-body-top.png) repeat-x center top; */
    box-shadow: 0px 3px 15px 0 rgba(0, 0, 0, 0.4);
    height: 20px;
    margin-top: -140px;
    position: relative;
    z-index: 1000;
    margin-bottom: 40px;
    z-index: 9;
}

/* line 185, ../scss/_app-styles.scss */
.big-sep {
    /*  background: url(../images/backgrounds/big-sep.png) repeat-x top left;
      height: 8px;*/
    margin: 1.66667rem 0;
}
.contactContent{
    font-size: 16px;
    text-align: justify;
    /* padding-left: 20px;*/
    width: 70%;
}
/* line 191, ../scss/_app-styles.scss */
#main-content {
    //background: #2d1b40 url(../images/backgrounds/bg-body.jpg) repeat-y center top;
   // padding-bottom: 6.66667rem;
     padding-bottom: 9rem;
    background-color: #efeff0;
}

/*--------------------------------
  5) FRONTPAGE
--------------------------------*/
/*
 5.1) ABOUT US SUMMARY
*/
/* line 201, ../scss/_app-styles.scss */
.about-us-summary p {
    /*  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.55);*/
    color:#5b5b5b;
}
@media screen and (min-width: 64em) {
    /* line 201, ../scss/_app-styles.scss */
    /*  .about-us-summary p {
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2;
        -webkit-column-gap: 35px;
        -moz-column-gap: 35px;
        column-gap: 35px;
      }*/
}

/* line 214, ../scss/_app-styles.scss */
a.read-more {
    color: #d6614f;
    display: block;
    margin-top: 1rem;
    text-transform: uppercase;
    text-align: left;
    font-size: 0.86667rem;
}
@media screen and (min-width: 64em) {
    /* line 214, ../scss/_app-styles.scss */
    a.read-more {
        text-align: right;
    }
}
@media screen and (min-width: 64em) {
    /* line 214, ../scss/_app-styles.scss */
    a.read-more {
        text-align: right;
    }
}
/* line 224, ../scss/_app-styles.scss */
a.read-more:hover, a.read-more:active, a.read-more:focus {
    opacity: 0.9;
    filter: alpha(opactiy=90);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    -khtml-opacity: 0.9;
    -moz-opacity: 0.9;
}

/*
 5.2) FEATURED GAMES
*/
/* line 233, ../scss/_app-styles.scss */
#featured-games article {
    margin: 1.66667rem 0 2.33333rem;
}
/* line 235, ../scss/_app-styles.scss */
#featured-games article p {
    font-size: 16px;
    color:#5b5b5b
}
/* line 238, ../scss/_app-styles.scss */
#featured-games article .image-container {
    position: relative;
}
/* line 240, ../scss/_app-styles.scss */
#featured-games article .image-container a.arrow-link {
    position: absolute;
    bottom: 15px;
    right: 0px;
}

/*
 5.3) SIDEBAR VIDEO and LIVE FEED
*/
.videoSection1{
    margin-top: 25px;  
}
.videoSection2{
    margin-top: 20px;
}


/*
 5.3) SIDEBAR
*/
/* line 252, ../scss/_app-styles.scss */
.notebook {
    margin-top: 3.33333rem;
}
/* line 254, ../scss/_app-styles.scss */
.notebook header {
    background: url(../images/backgrounds/aside-header.png) top left;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    border-bottom: 1px solid #c0c0c0;
}
/* line 258, ../scss/_app-styles.scss */
.notebook header .title {
    color: #302429;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    padding: 0.46667rem 0 0.46667rem 1.33333rem;
    margin: 0;
}
/* line 265, ../scss/_app-styles.scss */
.notebook .notebook-pattern {
    background: #fff url(../images/backgrounds/notepad-pattern.jpg) top left;
    padding: 1.33333rem 2rem 2.66667rem;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    -webkit-box-shadow: 0px 3px 7px 0 rgba(0, 0, 0, 0.25) ;
    -moz-box-shadow: 0px 3px 7px 0 rgba(0, 0, 0, 0.25) ;
    box-shadow: 0px 3px 7px 0 rgba(0, 0, 0, 0.25) ;
    border-bottom: 3px solid #cacaca;
}
/* line 274, ../scss/_app-styles.scss */
.notebook .blog-entries .entry {
    padding: 1rem 0;
}
/* line 276, ../scss/_app-styles.scss */
.notebook .blog-entries .entry .date {
    float: left;
    color: #c5db3b;
    font-size: 1.2rem;
    text-align: center;
}
/* line 282, ../scss/_app-styles.scss */
.notebook .blog-entries .entry .date p {
    margin-bottom: 0;
}
/* line 285, ../scss/_app-styles.scss */
.notebook .blog-entries .entry .date span {
    font-size: 2rem;
    line-height: 1.66667rem;
}
@media screen and (min-width: 64em) {
    /* line 290, ../scss/_app-styles.scss */
    .notebook .blog-entries .entry .article-preview {
        padding-left: 0.66667rem;
    }
}
/* line 294, ../scss/_app-styles.scss */
.notebook .blog-entries .entry .article-preview h6 {
    margin-bottom: 0;
}
/* line 296, ../scss/_app-styles.scss */
.notebook .blog-entries .entry .article-preview h6 a {
    color: #d6614f;
}
/* line 300, ../scss/_app-styles.scss */
.notebook .blog-entries .entry .article-preview p {
    color: #302429;
    margin-bottom: 0;
}
/* line 304, ../scss/_app-styles.scss */
.notebook .blog-entries .entry .article-preview a.link {
    color: #d6614f;
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -ms-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
    font-size: 0.86667rem;
}
/* line 309, ../scss/_app-styles.scss */
.notebook .blog-entries .entry .article-preview a.link:hover, .notebook .blog-entries .entry .article-preview a.link:active, .notebook .blog-entries .entry .article-preview a.link:focus {
    opacity: 0.8;
    filter: alpha(opactiy=80);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    -khtml-opacity: 0.8;
    -moz-opacity: 0.8;
}

/*--------------------------------
  6) TWITTER FEED
--------------------------------*/
/* line 321, ../scss/_app-styles.scss */
.twitter-feed {
    margin-top: 3rem;
}
/* line 323, ../scss/_app-styles.scss */
.twitter-feed .icon-container {
    width: 10%;
    float: left;
    margin-right: 12px;

}
/* line 326, ../scss/_app-styles.scss */
.twitter-feed .icon-container svg {
    fill: #2d2d2d;
}
/* line 330, ../scss/_app-styles.scss */
.twitter-feed .triangle-container {
    width: 5%;
    float: left;
}
/* line 333, ../scss/_app-styles.scss */
.twitter-feed .triangle-container .triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 21px 21px 0;
    border-color: transparent #fcfcfc transparent transparent;
    float: right;
}
/* line 342, ../scss/_app-styles.scss */
.twitter-feed .iframe-container {
    background: #fcfcfc;
    -webkit-box-shadow: 0px 4px 10px 0 rgba(0, 0, 0, 0.75) ;
    -moz-box-shadow: 0px 4px 10px 0 rgba(0, 0, 0, 0.75) ;
    box-shadow: 0px 4px 10px 0 rgba(0, 0, 0, 0.75) ;
    -moz-border-radius: 0 5px 5px 5px;
    -webkit-border-radius: 0 5px 5px 5px;
    border-radius: 0 5px 5px 5px;
    width: 85%;
    float: left;
}
/* line 349, ../scss/_app-styles.scss */
.twitter-feed iframe {
    width: 100% !important;
}
.iframe-container a{
    color: #2d2d2d;
}
/*--------------------------------
  7) FOOTER
--------------------------------*/
/* line 357, ../scss/_app-styles.scss */
footer.main-footer {
    background: #1e122b url(../images/backgrounds/bg-footer-fill.png) repeat-x center top;


    padding: 2rem 0 1rem;
    /*
      background: #1e122b url(../images/backgrounds/bg-footer-fill.png) repeat-x center top;
  
    margin-top: 6.66667rem;*/
}
/* line 361, ../scss/_app-styles.scss */
footer.main-footer p {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.6);
}
/* line 365, ../scss/_app-styles.scss */
footer.main-footer p.copyright {
    margin: 0;
    vertical-align: middle;

    text-align: center;
}
.footerImg img{
    width: 185px;
    /* height: 32px;*/
    margin-top: -8px;
}
@media screen and (min-width: 40em) {
    /* line 365, ../scss/_app-styles.scss */
    footer.main-footer p.copyright {
        text-align: right;
    }
}

@media screen and (max-width: 39.9375em) {
    /* line 377, ../scss/_app-styles.scss */
    .social-icons {
        /*    text-align: center;*/
        margin-bottom: 0.66667rem;
    }
}
/* line 382, ../scss/_app-styles.scss */
.social-icons li {
    margin-right: 0.33333rem;
}
/* line 384, ../scss/_app-styles.scss */
.social-icons li:last-child {
    margin-right: 0;
}
/* line 387, ../scss/_app-styles.scss */
.social-icons li svg {
    /*  fill: #fff;*/
    -webkit-filter: drop-shadow(0px 1px 0px rgba(255, 255, 255, 0.1));
    filter: drop-shadow(0px 1px 0px rgba(255, 255, 255, 0.1));
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -ms-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
}
/* line 392, ../scss/_app-styles.scss */
.social-icons li svg:hover, .social-icons li svg:active, .social-icons li svg:focus {
    -webkit-filter: drop-shadow(0px 1px 3px rgba(255, 255, 255, 0.1));
    filter: drop-shadow(0px 1px 3px rgba(255, 255, 255, 0.1));
}

@media screen and (max-width: 39.9375em) {
    /* line 400, ../scss/_app-styles.scss */
    .footer-logo {
        display: block;
        margin: 0 auto 0.33333rem;
    }
}

/*--------------------------------
  8) GAMES PAGE
--------------------------------*/
/*	LiteBox v1.3, Copyright 2014, Joe Mottershaw, https://github.com/joemottershaw/
//	=============================================================================== */
/*	Table of Contents
//	==================================================
//		#Default


/*	#Default
//	================================================== */
/* line 12, ../scss/_litebox.scss */
.litebox-overlay,
.litebox-overlay > * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* line 19, ../scss/_litebox.scss */
.litebox-overlay {
    display: none;
    width: 100%;
    min-width: 280px;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

@-webkit-keyframes liteboxLoader {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@-moz-keyframes liteboxLoader {
    0% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
    }
}
@-ms-keyframes liteboxLoader {
    0% {
        -ms-transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(360deg);
    }
}
@-o-keyframes liteboxLoader {
    0% {
        -o-transform: rotate(0deg);
    }
    100% {
        -o-transform: rotate(360deg);
    }
}
@keyframes liteboxLoader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/* line 55, ../scss/_litebox.scss */
.litebox-overlay .litebox-loader {
    position: absolute;
    width: 40px;
    height: 40px;
    left: 20px;
    top: 20px;
    border: 3px solid #111;
    border-right-color: #fff;
    border-radius: 50%;
    -webkit-animation: liteboxLoader 1s linear infinite;
    -moz-animation: liteboxLoader 1s linear infinite;
    -ms-animation: liteboxLoader 1s linear infinite;
    -o-animation: liteboxLoader 1s linear infinite;
    animation: liteboxLoader 1s linear infinite;
}

/* line 71, ../scss/_litebox.scss */
.litebox-overlay .litebox-text {
    width: 100%;
    padding: 0 15px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 12px;
    line-height: 50px;
    position: absolute;
    bottom: 0;
    z-index: 2;
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

/* line 96, ../scss/_litebox.scss */
.litebox-overlay .litebox-text.active {
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    opacity: 1;
}

/* line 105, ../scss/_litebox.scss */
.litebox-overlay .litebox-close {
    width: 40px;
    height: 40px;
    background: url("../images/icons/litebox-close.png") no-repeat center;
    opacity: .7;
    position: absolute;
    top: 20px;
    right: 20px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

/* line 120, ../scss/_litebox.scss */
.litebox-overlay .litebox-close:hover {
    opacity: 1;
    cursor: pointer;
}

/* line 125, ../scss/_litebox.scss */
.litebox-overlay .litebox-nav {
    display: none;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    opacity: .2;
    position: absolute;
    top: 50%;
    z-index: 9999999;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

/* line 141, ../scss/_litebox.scss */
.litebox-overlay .litebox-nav:hover {
    opacity: .5;
    cursor: pointer;
}

/* line 146, ../scss/_litebox.scss */
.litebox-overlay .litebox-prev {
    background: url("../images/icons/litebox-prev.png") no-repeat center;
    left: 20px;
}

/* line 151, ../scss/_litebox.scss */
.litebox-overlay .litebox-next {
    background: url("../images/icons/litebox-next.png") no-repeat center;
    right: 20px;
}

/* line 156, ../scss/_litebox.scss */
.litebox-overlay .litebox-container {
    position: absolute;
    top: 10%;
    right: 10%;
    bottom: 10%;
    left: 10%;
    overflow: hidden;
}

/* line 165, ../scss/_litebox.scss */
.litebox-overlay .litebox-container.litebox-scroll {
    overflow-y: auto;
}

/* line 167, ../scss/_litebox.scss */
.litebox-overlay img,
.litebox-overlay iframe {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    vertical-align: middle;
    overflow-x: hidden;
}

/* line 177, ../scss/_litebox.scss */
.litebox-overlay iframe {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 999999;
}

/* line 184, ../scss/_litebox.scss */
.litebox-overlay .litebox-inline-html {
    width: 100%;
    padding: 20px;
    background: #FFF;
    line-height: normal;
    overflow-x: hidden;
    line-height: normal !important;
    position: absolute;
}

/* line 194, ../scss/_litebox.scss */
.litebox-overlay .litebox-error {
    width: 100%;
    height: 100%;
    color: #FFF;
    text-align: center;
    line-height: inherit;
}

/* line 202, ../scss/_litebox.scss */
.litebox-overlay .litebox-error span {
    background: rgba(0, 0, 0, 0.9);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 20px;
    color: #FFF;
    text-shadow: 1px 1px 0 #000;
    line-height: normal;
}

@media only screen and (max-width: 479px) {
    /* line 214, ../scss/_litebox.scss */
    .litebox-overlay .litebox-close {
        display: none;
    }
}
/* line 412, ../scss/_app-styles.scss */
.game-presentation {
    margin-top: 1.33333rem;
}

/* line 416, ../scss/_app-styles.scss */
.thumbnails {
    margin-top: 0.33333rem;
}
/* line 418, ../scss/_app-styles.scss */
.thumbnails .game-gallery {
    margin-right: 0;
    width: auto;
}
@media screen and (min-width: 64em) {
    /* line 418, ../scss/_app-styles.scss */
    .thumbnails .game-gallery {
        margin-right: 40px;
        /*margin-right: 1.13333rem;*/
    }
}
/* line 424, ../scss/_app-styles.scss */
.thumbnails .game-gallery img {
    width: 120px;
    /*height: 120px;*/
}
/* line 428, ../scss/_app-styles.scss */
.thumbnails .game-gallery:last-of-type {
    margin-right: 0;
}

/* line 434, ../scss/_app-styles.scss */
.game-description {
    margin-bottom: 1.66667rem;
}

/* line 438, ../scss/_app-styles.scss */
/*.available-platforms {
  margin-top: 1.33333rem;
}*/
/* line 440, ../scss/_app-styles.scss */
.available-platforms li {
    margin-right: 0.66667rem;
}
/* line 442, ../scss/_app-styles.scss */
.available-platforms li:last-child {
    margin-right: 0;
}
/* line 445, ../scss/_app-styles.scss */
.available-platforms li a {
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -ms-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
}
/* line 447, ../scss/_app-styles.scss */
.available-platforms li a:hover, .available-platforms li a:active, .available-platforms li a:focus {
    opacity: 0.85;
    filter: alpha(opactiy=85);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
    -khtml-opacity: 0.85;
    -moz-opacity: 0.85;
}
.platforms{
    margin-bottom: -11px;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.platforms.gamesDetail{
    float: right;
}
/* line 455, ../scss/_app-styles.scss */
.details-link a {
    background: url("../images/backgrounds/btn-large.png") no-repeat top left;
    display: inline-block;
    font-size: 1.86667rem;
    line-height: 1.73333rem;
    text-transform: uppercase;
    padding: 1.6rem 4rem 1.26667rem 3.33333rem;
    margin-top: 0px;
    font-family:'bebas_neuebold';

}
/* line 464, ../scss/_app-styles.scss */
.details-link a:hover, .details-link a:active, .details-link a:focus {
    color: #fff;
}

/* line 470, ../scss/_app-styles.scss */
.pagination {
    text-align: center;
    margin: 4rem 0 0;
}
/* line 474, ../scss/_app-styles.scss */
.pagination li {
    border: 2px solid #251C20;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    text-transform: uppercase;
}
/* line 478, ../scss/_app-styles.scss */
.pagination li.current, .pagination li.disabled {
    padding: 0.66667rem 1.66667rem;
}
/* line 482, ../scss/_app-styles.scss */
.pagination li.current {
    border: 0 none;
}
/* line 485, ../scss/_app-styles.scss */
.pagination li.ellipsis {
    border: 0 none;
    color: #fff;
}
/* line 489, ../scss/_app-styles.scss */
.pagination li a {
    padding: 0.66667rem 1.66667rem;
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -ms-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
    color: #fff;
}
/* line 493, ../scss/_app-styles.scss */
.pagination li a:hover, .pagination li a:active, .pagination li a:focus {
    color: #8346be;
}

/*--------------------------------
  8.1) GAMES SINGLE PAGE
--------------------------------*/
/* line 503, ../scss/_app-styles.scss */
.detailed-description {
    margin-bottom: 1rem;
}

/*--------------------------------
  9) BLOG
--------------------------------*/
@media screen and (min-width: 40em) {

    /* line 513, ../scss/_app-styles.scss */
    .blog-entries .blog-entry .article-date div {
        background-color: #231a1e;
        border: 1px solid #171114;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        -webkit-box-shadow: 0px 1px 0px 0 rgba(251, 251, 251, 0.06) ;
        -moz-box-shadow: 0px 1px 0px 0 rgba(251, 251, 251, 0.06) ;
        box-shadow: 0px 1px 0px 0 rgba(251, 251, 251, 0.06) ;
        margin-top: 0.66667rem;
    }
}
/* line 524, ../scss/_app-styles.scss */
.blog-entries .blog-entry .article-date p {
    color: #d6614f;
    font-size: 1.2rem;
    text-transform: uppercase;
    margin: 0;
}
@media screen and (min-width: 40em) {
    /* line 524, ../scss/_app-styles.scss */
    .blog-entries .blog-entry .article-date p {
        line-height: 1.66667rem;
        text-align: center;
        padding: 0.66667rem;
        color: #c5db3b;
        font-size: 1.6rem;
    }
}
@media screen and (min-width: 40em) {
    /* line 537, ../scss/_app-styles.scss */
    .blog-entries .blog-entry .article-date p span.day {
        font-size: 2.4rem;
        line-height: 2.33333rem;
        color: #c5db3b;
    }
}
@media screen and (min-width: 40em) {

    /* line 545, ../scss/_app-styles.scss */
    .blog-entries .blog-entry .article-date p span.year {
        color: #d6614f;
        font-size: 1.13333rem;
    }
}
/* line 558, ../scss/_app-styles.scss */
.blog-entries aside .hide-for-large {
    margin-top: 0.66667rem;
    margin-bottom: 2rem;
}
@media screen and (min-width: 64em) {
    .footerHire {right: 4%!important;}
    /* line 557, ../scss/_app-styles.scss */
    .blog-entries aside {
        margin-top: 0;
    }
}
/* line 565, ../scss/_app-styles.scss */
.blog-entries aside ul li a {
    color: #302429;
}
/* line 567, ../scss/_app-styles.scss */
.blog-entries aside ul li a:hover, .blog-entries aside ul li a:active, .blog-entries aside ul li a:focus {
    color: #c5db3b;
}

/* line 575, ../scss/_app-styles.scss */
.blog-pagination p a {
    text-transform: uppercase;
    font-size: 1.73333rem;
    color: #271d21;
}
/* line 580, ../scss/_app-styles.scss */
.blog-pagination p a:hover, .blog-pagination p a:active, .blog-pagination p a:focus {
    color: #c5db3b;
}

/*--------------------------------
  10) TEAM
--------------------------------*/
/* line 589, ../scss/_app-styles.scss */
.team {
    margin-top: 3.33333rem;
}
/* line 591, ../scss/_app-styles.scss */
.team .column.team-member, .team .team-member.columns {
    text-align: center;
    margin-bottom: 2.33333rem;
}
/* line 594, ../scss/_app-styles.scss */
.team .column.team-member div.photo, .team .team-member.columns div.photo {
    background: url("../images/backgrounds/team-bg.png") no-repeat top center;
    padding: 0.66667rem 0;
    margin-bottom: 1rem;
}
/* line 598, ../scss/_app-styles.scss */
.team .column.team-member div.photo img, .team .team-member.columns div.photo img {
    display: block;
    margin: 0 auto;
}
/* line 603, ../scss/_app-styles.scss */
.team .column.team-member h5, .team .team-member.columns h5 {
    margin-bottom: 0;
    padding: 0 3.33333rem;
}
/* line 607, ../scss/_app-styles.scss */
.team .column.team-member p, .team .team-member.columns p {
    font-size: 0.86667rem;
    margin-bottom: 0;
}
/* line 611, ../scss/_app-styles.scss */
.team .column.team-member ul, .team .team-member.columns ul {
    margin-top: 0.66667rem;
}
/* line 613, ../scss/_app-styles.scss */
.team .column.team-member ul svg, .team .team-member.columns ul svg {
    fill: #191315;
}

/*--------------------------------
  11) FORMS
--------------------------------*/
/* line 623, ../scss/_app-styles.scss */
[type="text"], [type="password"], [type="date"], [type="datetime"], [type="datetime-local"],
[type="month"], [type="week"], [type="email"], [type="number"], [type="search"], [type="tel"],
[type="time"], [type="url"], [type="color"], textarea, select {
    height: 3.26667rem;
    padding: 0.66667rem 1rem;
    margin-bottom: 1.33333rem;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 1px 0px 0 rgba(251, 251, 251, 0.06) ;
    -moz-box-shadow: 0px 1px 0px 0 rgba(251, 251, 251, 0.06) ;
    box-shadow: 0px 1px 0px 0 rgba(251, 251, 251, 0.06) ;
}

/* line 633, ../scss/_app-styles.scss */
[type="submit"], [type="button"] {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

/*--------------------------------
  12) CONTACT FORM
--------------------------------*/
/* line 640, ../scss/_app-styles.scss */
#ajax-contact-form {
    margin-top: 1.33333rem;
}
/* line 643, ../scss/_app-styles.scss */
#ajax-contact-form button {
    float: right;
}

/* line 648, ../scss/_app-styles.scss */
.notification_error {
    color: #FF0000;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.25);
}

/* line 649, ../scss/_app-styles.scss */
.notification_ok {
    color: #3b6e00;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.25);
}

/* line 648, ../scss/_app-styles.scss */
.notification_wait {
    color: #000;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.25);
}

/* line 651, ../scss/_app-styles.scss */
.addresses {
    margin-top: 1.33333rem;
}
/* line 653, ../scss/_app-styles.scss */
.addresses .column, .addresses .columns {
    margin-bottom: 1.66667rem;
}

/* line 657, ../scss/_app-styles.scss */
address {
    font-style: normal;
}

/*--------------------------------
  13) STYLE GUIDE PAGE
--------------------------------*/
/* line 664, ../scss/_app-styles.scss */
.kitchen-sink {
    margin-top: 2.33333rem;
    margin-bottom: 3.66667rem;
}

/* line 669, ../scss/_app-styles.scss */
.accordion {
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}

/* line 675, ../scss/_app-styles.scss */
.accordion-item.is-active .accordion-title {
    background: #302429;
    color: #c5db3b;
}

/* line 682, ../scss/_app-styles.scss */
.accordion-title {
    font-size: 1.06667rem;
}

/* line 687, ../scss/_app-styles.scss */
.close-button {
    color: #fff;
    font-size: 2.33333rem;
}
/* line 691, ../scss/_app-styles.scss */
.close-button:hover, .close-button:active, .close-button:focus {
    color: #c5db3b;
}

/*--------------------------------
  14) RESPONSIVE TABLES
--------------------------------*/
/* line 1, ../scss/_responsive-tables.scss */
table th {
    font-weight: bold;
}

/* line 2, ../scss/_responsive-tables.scss */
table td, table th {
    padding: 9px 10px;
    text-align: left;
}

/* Mobile */
@media only screen and (max-width: 767px) {

    /* line 7, ../scss/_responsive-tables.scss */
    table.responsive {
        margin-bottom: 0;
    }

    /* line 9, ../scss/_responsive-tables.scss */
    .pinned {
        position: absolute;
        left: 0;
        top: 0;
        background: rgba(255, 255, 255, 0);
        width: 35%;
        overflow: hidden;
        overflow-x: scroll;
        border-right: none;
        border-left: none;
    }

    /* line 10, ../scss/_responsive-tables.scss */
    .pinned table {
        border-right: none;
        border-left: none;
        width: 100%;
    }

    /* line 11, ../scss/_responsive-tables.scss */
    .pinned table th, .pinned table td {
        white-space: nowrap;
    }

    /* line 12, ../scss/_responsive-tables.scss */
    .pinned td:last-child {
        border-bottom: 0;
    }

    /* line 14, ../scss/_responsive-tables.scss */
    div.table-wrapper {
        position: relative;
        margin: 20px 0;
        overflow: hidden;
        border-right: none;
    }

    /* line 15, ../scss/_responsive-tables.scss */
    div.table-wrapper div.scrollable {
        margin-left: 35%;
    }

    /* line 16, ../scss/_responsive-tables.scss */
    div.table-wrapper div.scrollable {
        overflow: scroll;
        overflow-y: hidden;
    }

    /* line 18, ../scss/_responsive-tables.scss */
    table.responsive td, table.responsive th {
        position: relative;
        white-space: nowrap;
        overflow: hidden;
    }

    /* line 19, ../scss/_responsive-tables.scss */
    table.responsive th:first-child, table.responsive td:first-child, table.responsive td:first-child, table.responsive.pinned td {
        display: none;
    }
}
.clear{clear: both;}


.displayHide{display:none}
/* line 25, ../scss/_app-styles.scss */
body h1, body h2, body h3, body h4, body h5, body h6 {
    font-family: 'bebas_neuebold';
    text-transform: uppercase;
}
/* line 27, ../scss/_app-styles.scss */
body h1 a, body h2 a, body h3 a, body h4 a, body h5 a, body h6 a {
    font-family: 'bebas_neuebold';
    color: #2d2d2d;
}
/* line 29, ../scss/_app-styles.scss */
body h1 a:hover, body h1 a:active, body h1 a:focus, body h2 a:hover, body h2 a:active, body h2 a:focus, body h3 a:hover, body h3 a:active, body h3 a:focus, body h4 a:hover, body h4 a:active, body h4 a:focus, body h5 a:hover, body h5 a:active, body h5 a:focus, body h6 a:hover, body h6 a:active, body h6 a:focus {
    font-family: 'bebas_neuebold';
    color: #2d2d2d;
}
.lime-button, .gd-button, #home-slider .cta-button{font-family: 'bebas_neuebold';}

.videoSection1, 
.videoSection2{
    /*    border: solid 5px #fff;*/
    box-shadow: 0px 4px 10px 0 rgba(0, 0, 0, 0.65);
    width: 300px;
    height: 200px;
    float: left;
}

.videoSection1:hover,
.videoSection2:hover,
.videoSection1:focus,
.videoSection2:focus{
    box-shadow: 0 0 5px 0 rgba(197, 219, 59, 0.5) 
}

.main-menu a{font-family: 'bebas_neuebold'!important; font-size: 30px!important; color:#fff;}
footer, footer p, footer a{font-size:14px!important;    color: #dbcfe7!important;}
.game-description{    margin-top: -11px;}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff; font-size:16px!important;

}
::-moz-placeholder { /* Firefox 19+ */
    color: #fff; font-size:16px!important;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #fff; font-size:16px!important;
}
:-moz-placeholder { /* Firefox 18- */
    color: #fff; font-size:16px!important;
}

textarea{resize: none;}
.conditions,.termsofServices{text-align: justify;}
.conditions ul,.conditions ol{ margin-left:45px;}
.conditions ul li,.termsofServices ul li{margin-bottom:15px}
.termsofServices ul{margin-left:45px;}
footer .medium-6 a{opacity:0.6}
/*footer .medium-6 a:hover{color:#2d2d2d!important}*/

.conditions strong,.termsofServices strong{color:#2d2d2d;    font-size: 18px;}
.conditions a{
    color: #8346be;
}


.bgImg{
    background-color: #fff;
    background-image: url(./../images/backgrounds/bg-contact.png),url(./../images/backgrounds/jake.png);
    background-position: 85% 110% , 82% 90px;
    background-repeat: no-repeat;
    max-width: 78.66667rem;
    margin: 0 auto;
}
@media screen and (max-width: 935px){
    .contactSection{
        width:100%;  
    }
    .bgImg{
        background: transparent;
    }
}
@media screen and (min-width: 936px){
    .contactSection{
        width:70%;  
    }
}

.asideWidth{
    width:300px;
}
#featured-games .large-11{
    width:70.25%;
}
#contactUs .title{
    /* margin-left: 20px;*/
}
.about-us-summary h2,
#games .title,
#contactUs .title{
    /*font-size: 45px;*/
}
#games,
#contactUs{
    margin-top:0px;
    -webkit-transform: translateZ( 0 );
    transform: translateZ( 0 );
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

a[ id= "contactUs" ]:target ~ .row#contactUs {
    -webkit-transform: translateY( -1000px );
    transform: translateY( -1000px );
}


.menuFixed{ background: #1e122b; position: fixed;  width: 100%; top:0px;  animation-name:topAnimation;  animation-duration:1s; display:block!important;


            -webkit-transition: all ease-out 0.2s;
            -moz-transition: all ease-out 0.2s;
            -o-transition: all ease-out 0.2s;
            transition: all ease-out 0.2s;
                z-index: 10000000;

}

.main-menu li.active a{color: #8346be;}



@keyframes topAnimation{
    from{ opacity:0.1 }
    to{top:0px; opacity:0.9}
}


.Footer                
{
    background:#efeff0 url(../images/footer.png);
    background-repeat:repeat-x;
    height: 200px;
    text-align:left;
    text-align: center; clear:both; position:relative;

}



.footer_in
{

    position:relative;
    height:200px;
    margin:0 auto;
    background:url(../images/footerBg.png) top center;
    padding-top: 30px;

}

.Footer_forum                
{
    background-image:url(../images/footerBg.png);
    background-repeat:repeat-x;
    height: 70px;
    text-align:left;
    text-align: center; clear:both; position:relative;
}

.footer_in_forum
{
    width:1000px;position:relative;
    height:70px;
    margin:0 auto;
    background-image:url(../images/footer.png)
}

.footer_left
{
    width:440px;
    float:left;
}
.footer_links
{
    width:440px;
    float:left;
    height:auto;
    padding-bottom:15px;
}
.footer_links ul
{
    list-style:none;
    margin-top:18px;
}
.footer_links ul li
{
    float:left;
}


.footer_links ul li a
{
    font:bold 14px  Arial, Verdana, Helvetica, sans-serif;
    padding:0 0px 0 0; 
    text-decoration:none; 
    color:#bf7246;
    margin-right:20px;
}
.footer1
{
    font:bold 14px  Arial, Verdana, Helvetica, sans-serif;
    text-decoration:none; 
    color:#bf7246;
    list-style:none;
    font-weight:normal; 
}

.footer_right
{
    float:right;
    width:500px;
}
li.footer
{font:normal 14px Arial, Helvetica, sans-serif;
 padding:60px 0 0 0;
 list-style:none;
 text-decoration:none;
 color:#8c5433;
 margin-left:20px;
}
p.footerright
{	font-family: Arial, Helvetica, sans-serif;
  color:#8c5433;
  font-weight:normal;
  font-size:13px;
  margin:6px 10px 4px 25px;
  text-align:justify;
  line-height: 14px;
}

.Footer b, .footerright a {
    color: #B86E44; text-decoration: underline
}

.Footer h4 {
    font-family: Arial, Helvetica, sans-serif;
    color: #b86e44;
    font-weight: bold;
    font-size: 13px;
    margin: 20px 10px 4px 25px;
    text-align: justify;
}
.copy_right {
    float: left;
    margin: 10px 0 0 46px;
    text-align: center;
}/*
.footerHire {
    position: absolute;
    top: -170px;
    z-index: 999;
    right: 15%;
}*/

.footerHire {
    position: absolute;
    bottom:176px;
    z-index: 999;
    right: 0%;
    background: url(../images/hire.png) no-repeat;
    height: 197px;
    display: block;
    width: 310px;
    background-size: 100%;

}

.aboutYesGnome p{
    font-family: Arial, Helvetica, sans-serif;
    color: #8c5433;
    font-weight: normal;
    font-size: 13px;
    margin: 6px 10px 4px 0px;
    text-align: justify;
}

.aboutYesGnome h2 {
    font-family: Arial, Helvetica, sans-serif;
    color: #b86e44;
    font-weight: bold;
    font-size: 13px!important;
    margin: 0px 10px 4px 0px;
    text-align: justify;
}



.inline-list li{    margin-bottom: 13px;}
.title {margin: 20px 0px;}




.slider_zero{background:url('../images/placeholders/carrom_pool-champs.png') top center no-repeat;   }
.slider_one{background: url('../images/placeholders/Skill-Games_new.jpg') top center no-repeat;     }
.slider_two{background: url('../images/placeholders/slider_1.jpg') top center no-repeat;    }
.slider_three{background:url('../images/placeholders/kingsman-large-banner.png') top center no-repeat;   }
.slider_four{background: url('../images/placeholders/slider_4.png') top center no-repeat;     }

/**
.slider_three{background:url('../images/placeholders/Pool-Slide.jpg') top center no-repeat;   }
.slider_four{background: url('../images/placeholders/Skill-Games-Slide.jpg') top center no-repeat;     }
.slider_zero{background:url('../images/placeholders/kingsman-large-banner.png') top center no-repeat;   }
.slider_one{background: url('../images/placeholders/slider_4.png') top center no-repeat;     }
.slider_two{background: url('../images/placeholders/slider_1.jpg') top center no-repeat;    }
**/
/*.slider_two{background: url('../images/placeholders/slider_3.png') top center no-repeat;    }
.slider_three{background: url('../images/placeholders/slider_2.png') top center no-repeat;    }*/

.inner_slider_one{background: url('../images/placeholders/slider_4.png') top center no-repeat;     }
.inner_slider_two{background: url('../images/placeholders/slider_1.jpg') top center no-repeat;     }
/*.inner_slider_three{background: url('../images/placeholders/slider_2.png') top center no-repeat; background-size: 200%!important;    }*/


h2{font-size: 45px;}

@media only screen and (min-width:300px) and (max-width:479px){
    h2{font-size: 30px!important;}
    #home-slider .slick-slide { min-height: 400px;}
    .slicknav_btn { right: 15px;  top: 13px;}
    #main-header .row{margin-top: -22px;}
    #sticky .row { margin-top: -22px;}
    .menuFixed img,.slicknav_menutxt img{     width: 35px; }
    #main-header .logo {    width: 180px;}
    .menuFixed{    top: 0px; height: 60px;     padding-top: 16px;}
    /*   .slicknav_menu img { margin-top: -8px;  width: 30px;}
     .slicknav_menu img{ margin-top: -8px;}
    .slicknav_btn { position: absolute;  right: 4px;  top: 17px; padding: 0;}*/

    .platforms  .available-platforms{    margin-top: 9px; }
    .platforms.Star.trek  .available-platforms{    margin-top: 4px; }
    .platforms li{ width: 45%;     margin-bottom: 10px;}
    .thumbnails .game-gallery{margin: 15px 13px; }
    #games, #contactUs{    margin-top: 0px;}
    .asideWidth{    margin-right: 22px;}
    .footerHire {top: -105px!important; background-size: 60%;      height: 137px;  }

    /*.Footer img{  margin-left: 60%;}*/
    
    .copy_right{ margin: 0px;}
    p.footerright {line-height: 22px;  }
    .iframe-container{    margin-bottom: 50px;}
    /*#home-slider .slick-slide {  min-height: 150px;   margin-top: 20px; }*/
    .slider_one{background: url('../images/placeholders/Skill-Games_new.jpg') top center no-repeat;     }
    .inner_slider_one{background: url('../images/placeholders/inner-slider-mobile.png') top center no-repeat;     }
    .Footer{background: url('../images/mobile-footerBg.png') top center no-repeat!important; height: auto!important; padding-bottom: 15px;}
    .Footer .contactSection {padding: 15px 15px 0px 15px;}
    .footerLogo{  width: 100%; text-align: center; clear: both;}
    .footer_in{ height: auto; padding-top: 12px; background: none;     }
      .Footer h2,.Footer p{ text-align: center}
}

@media only screen and (min-width:480px) and (max-width:567px){
    h2{font-size: 30px!important;}
    #home-slider .slick-slide { min-height: 400px;}
    #main-header{ margin-top: 0px;}
    .menuFixed{    height: 90px;}
    .asideWidth{     width: 100%; padding-left: 15px;}
   
    .thumbnails .game-gallery img { width: 80px;   height: 80px;}
    .thumbnails .game-gallery { margin: 0px 1%; width: auto;}
    #games, #contactUs{    margin-top: 0px;}
   
   

    p.footerright { line-height: 22px; width: 280px; margin: 0 auto;}
    .videoSection1, .videoSection2{    margin: 15px auto;}
    .iframe-container{    margin-bottom: 50px;}
    /* #home-slider .slick-slide {  min-height:220px; margin-top: 20px; }*/
    .slicknav_menu img { margin-top: -8px;  width: 30px;}
    #main-header .logo {  margin-top: 20px;  width: 150px;}
    .slider_one{background: url('../images/placeholders/slider1Mobile.png') top center no-repeat;     }
    .inner_slider_one{background: url('../images/placeholders/inner-slider-mobile.png') top center no-repeat;     }
    
    .Footer{background: url('../images/mobile-footerBg.png') top center no-repeat!important; height: auto!important; padding-bottom: 15px;}
    .Footer .contactSection {padding: 15px 15px 0px 15px;}
        .footerLogo{       width: 100%; margin: 10px 0px;}
    .footer_in{ height: auto; padding-top: 12px; background: none;     }
    .footerHire {top: -140px;  background-size: 80%; height: 170px; left: 20px;}
    .Footer h2,.Footer p{ text-align: center}
    .copy_right{ margin: 0px; width: 100%; clear: both}

}

@media only screen and (min-width:568px) and (max-width:666px){
    h2{font-size: 30px!important;}
    #home-slider .slick-slide { min-height: 400px;}
    #main-header{ margin-top: 0px;}
   /* .menuFixed{    height: 90px;}*/
    .asideWidth{     width: 100%; padding-left: 15px;}
    .thumbnails .game-gallery img { width: 90px;   height: 90px;}
    .thumbnails .game-gallery { margin: 0px 1.5%; width: auto;}
    #games, #contactUs{    margin-top: 0px;}
  
   
    .videoSection1, .videoSection2{    margin: 15px auto;}
    .iframe-container{    margin-bottom: 50px;}
    /*#home-slider .slick-slide { min-height:220px; margin-top: 20px;}*/
    .slicknav_menu img { margin-top: -8px;  width: 35px;}
    #main-header .logo {  margin-top: 10px;  width: 180px;}
    .menuFixed{    top: 0px; height: 60px;     padding-top: 16px;}
    .slider_one{background: url('../images/placeholders/slider1Mobile.png') top center no-repeat;     }
    .inner_slider_one{background: url('../images/placeholders/inner-slider-mobile.png') top center no-repeat;     }
 .menuFixed .logo {  margin-top: -10px!important;  }


        .Footer{background: url('../images/mobile-footerBg.png') top center no-repeat!important; height: auto!important; padding-bottom: 15px;}
    .Footer .contactSection {padding: 15px 15px 0px 15px;}
        .footerLogo{       width: 100%; margin: 10px 0px;}
    .footer_in{ height: auto; padding-top: 12px; background: none;     }
    .footerHire {top: -140px;  background-size: 80%; height: 170px; left: 20px;}
    .Footer h2,.Footer p{ text-align: center}
    .copy_right{ margin: 0px; width: 100%; clear: both}

}

@media only screen and (min-width:667px) and (max-width:735px){
    h2{font-size: 30px!important;}
    #home-slider .slick-slide { min-height: 400px;}
    #main-header{ margin-top: 0px;}
    .menuFixed{    height: 60px;}
    .asideWidth{     width: 100%; padding-left: 15px;}
    .thumbnails .game-gallery img { width: 100px;   height: 100px;}
    .thumbnails .game-gallery { margin: 0px 2%; width: auto;}
    #games, #contactUs{    margin-top: 0px;}
  

    .videoSection1, .videoSection2 { margin: 15px 40px 15px 0px;  width: 278px; float: left;}
    .title {  margin: 20px 0px; clear: both;}
    /*#home-slider .slick-slide {   min-height:290px;  margin-top: 20px; }#main-header .logo {  margin-top: 20px;  width: 180px;} .slicknav_menu img { margin-top: -8px;  width: 35px;}*/
    .menuFixed img,.slicknav_menutxt img{     width: 35px; }
    #main-header .logo {    width: 180px;     margin-top: 6px;}
    .slicknav_btn { right: 15px;top: 13px;}
    .slider_one{background: url('../images/placeholders/slider1Mobile.png') top center no-repeat;     }
    .inner_slider_one{background: url('../images/placeholders/inner-slider-mobile.png') top center no-repeat;     }
    

        .Footer{background: url('../images/mobile-footerBg.png') top center no-repeat!important; height: auto!important; padding-bottom: 15px;}
    .Footer .contactSection {padding: 15px 15px 0px 15px;}
        .footerLogo{       width: 100%; margin: 10px 0px;}
    .footer_in{ height: auto; padding-top: 12px; background: none;     }
    .footerHire {top: -140px;  background-size: 80%; height: 170px; left: 20px;}
    .Footer h2,.Footer p{ text-align: center}
    .copy_right{ margin: 0px; width: 100%; clear: both}
    
}

@media only screen and (min-width:736px) and (max-width:767px){
    h2{font-size: 30px!important;}
    #main-header{ margin-top: 0px;}
    #home-slider .slick-slide { min-height: 400px;}
    .menuFixed{    height: 60px;}
    .asideWidth{     width: 100%; padding-left: 15px;}
    .footerHire {bottom: 68px; background-size: 80%; height: 170px; left: 20px;}
    .thumbnails .game-gallery { margin: 0px 1%; width: auto;}
    #games, #contactUs{    margin-top: 0px;}
    .videoSection1, .videoSection2 {  margin: 15px 40px 15px 0px; width: 278px; float: left;}
    .slick-list{    height: 330px!important; }
    .slider_one, .slider_two{ background-size: 200%!important;}
    .title {  margin: 20px 0px; clear: both;}
    /*#home-slider .slick-slide {  min-height:310px;  margin-top: 20px; }*/
    .iframe-container{ margin-bottom: 50px;}
    .slider_one{background: url('../images/placeholders/slider1Mobile.png') top center no-repeat;     }
    .inner_slider_one{background: url('../images/placeholders/inner-slider-mobile.png') top center no-repeat;     }
    .menuFixed img,.slicknav_menutxt img{     width: 35px; }
    #main-header .logo {    width: 180px;     margin-top: 6px;}
    .slicknav_btn { right: 15px; top: 13px;}
    
    

        .Footer{background: url('../images/mobile-footerBg.png') top center no-repeat!important; height: auto!important; padding-bottom: 15px;}
    .Footer .contactSection {padding: 15px 15px 0px 15px;}
        .footerLogo{       width: 100%; margin: 10px 0px;}
    .footer_in{ height: auto; padding-top: 12px; background: none;     }
    .footerHire {top: -140px;  background-size: 80%; height: 170px; left: 20px;}
    .Footer h2,.Footer p{ text-align: center}
    .copy_right{ margin: 0px; width: 100%; clear: both}
}

@media only screen and (min-width:768px) and (max-width:1023px){
    #home-slider .slick-slide { min-height: 400px;}
    #main-header{ margin-top: 0px;}
    .menuFixed{    height: 65px;}
    .asideWidth{     width: 100%; padding-left: 15px;}
    .thumbnails .game-gallery { margin: 0px 1.5%; width: auto;}
    #games, #contactUs{    margin-top: 0px;}
    .bottom{padding: 16px 85px;}
    .Footer img{  margin-left: 15px;}
    .footer_in { height: auto;  padding-top: 30px; width: 80%; margin: 0 auto; background: none;  }
    .copy_right{ margin: 0px;}
    p.footerright { line-height: 22px; width: 280px;}
    .videoSection1, .videoSection2 { margin: 15px 40px 15px 0px;  width: 278px; float: left;}
    .twitter-feed{clear: both;}
    /* #home-slider .slick-slide {   min-height:360px;  margin-top: 20px;}*/
    .iframe-container{ margin-bottom: 50px;}
    .slider_one{background: url('../images/placeholders/slider1Mobile.png') top center no-repeat;     }
    
    
    .Footer{background: url('../images/mobile-footerBg.png') top center no-repeat!important; height: auto!important; padding-bottom: 15px;}
 .footerHire {top: -140px;  background-size: 80%; height: 170px; left: 20px;}
 
   
    

}

@media only screen and (min-width:1024px) and (max-width:1280px){
    #main-header{ margin-top: 0px;}
    #sticky{ padding-top:0px; padding-right: 15px;}
    .thumbnails .game-gallery {  margin-right: 14px; }
    .footerHire {top: -150px; right: 0px!important; background-size: 87%;}
    .footer_in{    padding-left: 10%;}
    .videoSection1 ,.videoSection2,.videoSection1 iframe,.videoSection2 iframe{ width: 280px;}
    .slider_one{background: url('../images/placeholders/Skill-Games_new.jpg') top center no-repeat;     }
    .store-icons,.store-icons-p{
    left: 10px;
}
}
/*@media only screen and (min-width:1281px) and (max-width:1340px){
    .store-icons,.store-icons-p {
    left: 5%;
}
}
@media only screen and (min-width:1340px) and (max-width:1440px){
    .store-icons,.store-icons-p {
    left: 8vw;
}
}*/
/*@media only screen and (min-width:1441px) and (max-width:2000px){
    .store-icons,.store-icons-p {
    left: 16vw;
}
}*/
@media only screen and (min-width:2001px) and (max-width:5600px){
    .desktop{
        display: none !important;
    }
    .slider_one,.slider_two{
        height: 700px !important;

    }
}

.captcha
{
    width:60px;
    background-image:url(../images/cat.png);
    font-size:20px;
    border: 1px solid;
    user-select: none;
}
.games-cls {
font-size:30px;
color:#FFFFFF;
padding-right:15px;
}

.tag-cls {
text-decoration: none;
color:#FE214E;
}
.storeicon-txt {
    font-size: 50px!important;
    color: #FFFFFF !important;
}
.register{
    color: #fff !important;
}
.color
{
    color:#FF0000;
}
.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
@media only screen and (min-width:320px) and (max-width:767px){
  .store-icons,
  .store-icons-p{
        display: none !important;
    }
    .platforms.store-icons li,
    .platforms.store-icons-p li{
        width: 28%;
        margin-bottom: 10px;
    }
    .platforms ul.inline-list.social-icons.cp-ch li{
        margin-bottom: 0px;
    }
    .store-icons {
        padding: 0px;
    }
    .platforms.store-icons li   .storeicon-txt ,
    .platforms.store-icons-p li   .storeicon-txt
    {
        font-size: 12px !important;
    }

    .storeicon-txt {
        font-size: 19px !important;
    }
    .platforms.champ ul.inline-list.social-icons {
        margin-top: -28px;
    }
    .platforms ul.inline-list.social-icons.cp-ch{
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .platforms.Star{
       margin-bottom: 0px;
    }
    .platforms.Star.available-platforms {
    margin-top: -18px !important;
}
    .platforms.champ {
        margin-bottom: 10px;
    }
    .platforms.Star.trek li img{
        height: 37.5px;
    }
    .err-desktop{
        display: none;
    }
    .err-mobile{
       display: block;
    }
    .title {
        margin: 0px 0px;
    }
}
@media only screen and (min-width:768px) and (max-width:2500px) {
    .err-desktop{
        display: block;
    }
    .err-mobile{
        display: none;
    }
}
@media only screen and (min-width:768px) and (max-width:1024px) {
    .desktop{
        display: block !important;
    }
    .tab{
        display: none !important;
    }
    .amazon.iconswh.pos{
          position: relative;
          top: 30px;
     }


}
@media only screen and (min-width:768px) and (max-width:1023px) {
    #main-header .logo {
        width: 180px;
        margin-top: 6px;
    }
    .menuFixed img, .slicknav_menutxt img {
        width: 35px;
    }
    .slicknav_btn {
        right: 15px;
        top: 13px;
    }
    .platforms.store-icons li   .storeicon-txt ,
    .platforms.store-icons-p li   .storeicon-txt,
     .storeicon-txt
    {
        font-size: 19px !important;
    }
    .small-4.large-4.columns.desktop {
        padding-left: 53px;
        padding-right: 0px;
    }
    .platforms.store-icons .inline-list li img {
        margin-bottom: 13px;
        width: 120px;
        height: 44px;
    }
    .platforms.store-icons.campion {
        margin-bottom: -8px;
    }
      .platforms.store-icons.king {
        margin-bottom: -7px;
    }
    

    .platforms.store-icons {
        margin-bottom: -14px;
    }
    .appleimg {
        background: url(../images/icons/icon-apple-m.png) top center no-repeat;
    }
    .gplay {
        background: url(../images/icons/icon-gplay-m.png) top center no-repeat;
    }
    .amazon {
        background: url(../images/icons/icon-amazon-m.png) top center no-repeat;
    }
    .iconswh {
        width: 120px;
        height: 35px;
    }

}
@media only screen and (min-width:1025px) and (max-width:2500px) {
    .desktop{
        display: none !important;
    }
}
.os{
    color: #5d5765;
    font-size: 16px;
    font-family: 'Roboto-Regular';
    font-weight: 600;
}
