/*
Theme Name: Testing
Author: Ryan King
Author URI: www.ryantking.com
Description: A Wordpress theme designed for FRC Team 303: The TEST Team
Text Domain: testing
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Variables and Mixins
 *   2.1 - Imports
 *   2.2 - Variables
 *   2.3 - Mixins
 * 3.0 - Repeatable Patterns
 * 4.0 - Basic Structure
 * 5.0 - Header
 * 5.0 - Navigation
 * 6.0 - Content
 *   6.1 - Front Page
 *   6.2 - Coming Soon
 * 7.0 - Footer
 * 7.0 - Media Queries
 * -----------------------------------------------------------------------------
 */
/**
 * 1.0 Reset
 * ----------------------------------------------------------------------------
 */
/**
 * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
 * Richard Clark (http://richclarkdesign.com)
 * http://cssreset.com
 */
@import url(http://fonts.googleapis.com/css?family=Average+Sans|Fjalla+One);
/* line 40, ../scss/style.scss */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
  vertical-align: baseline;
}

/* line 61, ../scss/style.scss */
body {
  line-height: 1;
}

/* line 65, ../scss/style.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 70, ../scss/style.scss */
nav ul {
  list-style: none;
}

/* line 74, ../scss/style.scss */
blockquote, q {
  quotes: none;
}

/* line 78, ../scss/style.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 84, ../scss/style.scss */
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
/* line 93, ../scss/style.scss */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
/* line 100, ../scss/style.scss */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/* line 107, ../scss/style.scss */
del {
  text-decoration: line-through;
}

/* line 111, ../scss/style.scss */
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

/* line 115, ../scss/style.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
/* line 121, ../scss/style.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

/* line 130, ../scss/style.scss */
input, select {
  vertical-align: middle;
}

/**
 * 2.0 Imports, Variables, and Mixins
 * 2.1 Imports
 * ----------------------------------------------------------------------------
 */
/**
 * 2.2 Variables
 * ----------------------------------------------------------------------------
 */
/* Shades of Teal */
/* TEST Pattern Colors*/
/* Font Stacks */
/* Foundation Variables */
/**
 * 2.3 Mixins
 * ----------------------------------------------------------------------------
 */
/* Mixin for styling header text*/
/**
 * 3.0 Basic Structure
 * ----------------------------------------------------------------------------
 */
/* line 200, ../scss/style.scss */
body.home div#page {
  padding-top: 5em;
}

/* line 204, ../scss/style.scss */
img.size-full,
img.size-large,
.wp-post-image,
.post-thumbnail img {
  height: auto;
  max-width: 100%;
}

/* Make sure embeds and iframes fit their containers */
/* line 214, ../scss/style.scss */
embed,
iframe,
object,
video {
  margin-bottom: 24px;
  max-width: 100%;
}

/* line 222, ../scss/style.scss */
p > embed,
p > iframe,
p > object,
span > embed,
span > iframe,
span > object {
  margin-bottom: 0;
}

/* Alignment */
/* line 233, ../scss/style.scss */
.alignleft {
  float: left;
}

/* line 237, ../scss/style.scss */
.alignright {
  float: right;
}

/* line 241, ../scss/style.scss */
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 247, ../scss/style.scss */
.wp-caption {
  margin-bottom: 24px;
}

/* line 251, ../scss/style.scss */
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0;
}

/* line 256, ../scss/style.scss */
.wp-caption {
  color: #767676;
}

/* line 260, ../scss/style.scss */
.wp-caption-text {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  font-style: italic;
  line-height: 1.5;
  margin: 9px 0;
}

/* line 270, ../scss/style.scss */
div.wp-caption .wp-caption-text {
  padding-right: 10px;
}

/* line 274, ../scss/style.scss */
div.wp-caption.alignright img[class*="wp-image-"],
div.wp-caption.alignright .wp-caption-text {
  padding-left: 10px;
  padding-right: 0;
}

/* Clearing floats */
/* line 282, ../scss/style.scss */
.footer-sidebar:before,
.footer-sidebar:after,
.hentry:before,
.hentry:after,
.gallery:before,
.gallery:after,
.slider-direction-nav:before,
.slider-direction-nav:after,
.contributor-info:before,
.contributor-info:after,
.search-box:before,
.search-box:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
  content: "";
  display: table;
}

/* line 302, ../scss/style.scss */
.footer-sidebar:after,
.hentry:after,
.gallery:after,
.slider-direction-nav:after,
.contributor-info:after,
.search-box:after,
[class*="content"]:after,
[class*="site"]:after {
  clear: both;
}

/**
 * 4.0 Repeatable Paterns
 * ----------------------------------------------------------------------------
 */
/* line 319, ../scss/style.scss */
sub, sup {
  /* Specified in % so that the sup/sup is the
     right size relative to the surrounding text */
  font-size: 75%;
  /* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0;
  /* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;
  /* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline;
}

/* line 337, ../scss/style.scss */
sup {
  /* Move the superscripted text up */
  top: -0.5em;
}

/* line 342, ../scss/style.scss */
sub {
  /* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}

/* line 348, ../scss/style.scss */
hr.blank-hr {
  border: none;
  height: 1.5em;
  margin: 0;
}

/* line 354, ../scss/style.scss */
.fl {
  float: left;
}

/* line 358, ../scss/style.scss */
.fr {
  float: right;
}

/**
 * 4.0 Navigation
 * 4.1 Main Navigation
 * ----------------------------------------------------------------------------
 */
/* line 369, ../scss/style.scss */
nav#main-nav div.menu-main-menu-container {
  padding: 2em 0;
  height: 100%;
}
/* line 373, ../scss/style.scss */
nav#main-nav div.menu-main-menu-container ul {
  text-align: right;
}
/* line 376, ../scss/style.scss */
nav#main-nav div.menu-main-menu-container ul li {
  margin-left: 2em;
  display: inline-block;
}
/* line 380, ../scss/style.scss */
nav#main-nav div.menu-main-menu-container ul li a {
  font: 400 1em/1.5em "Average Sans", Futura, "Trebuchet MS", Arial, sans-serif;
  text-decoration: none;
  margin-bottom: 0;
  color: white;
  text-align: right;
}
/* line 383, ../scss/style.scss */
nav#main-nav div.menu-main-menu-container ul li a:hover {
  color: #323232;
}
/* line 388, ../scss/style.scss */
nav#main-nav div.menu-main-menu-container ul li:first-child {
  margin-left: 0;
}

/* line 396, ../scss/style.scss */
div#fp-sub-nav {
  background: #323232;
}
/* line 399, ../scss/style.scss */
div#fp-sub-nav .slicknav_menu {
  background-color: #323232;
  padding: 0;
  min-height: 4em;
  display: none;
}
/* line 405, ../scss/style.scss */
div#fp-sub-nav .slicknav_menu p.slicknav_txt {
  color: white;
  font: 400 1em/1.5em "Fjalla One", Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", sans serif;
  text-decoration: none;
  text-align: center;
  margin-bottom: 0;
  line-height: 4em;
  float: left;
  width: calc(100% - 8em);
  margin-left: 4em;
}
/* line 413, ../scss/style.scss */
div#fp-sub-nav .slicknav_menu a.slicknav_btn {
  margin: 1em 1em 0 0;
  padding: 0;
  background: none;
  height: 2em;
}
/* line 419, ../scss/style.scss */
div#fp-sub-nav .slicknav_menu a.slicknav_btn span.slicknav_icon {
  float: right;
  transform-origin: top right;
  transform: scale(2.5, 2.5);
}
/* line 424, ../scss/style.scss */
div#fp-sub-nav .slicknav_menu a.slicknav_btn span.slicknav_icon span {
  border-radius: 0.1em;
}
/* line 430, ../scss/style.scss */
div#fp-sub-nav .slicknav_menu ul {
  margin-top: 3em;
}
/* line 434, ../scss/style.scss */
div#fp-sub-nav .slicknav_menu ul li a {
  font: 400 1em/1.5em "Average Sans", Futura, "Trebuchet MS", Arial, sans-serif;
  text-decoration: none;
  margin-bottom: 0;
  color: white;
  text-align: center;
  margin: 0;
  padding: 0.5em;
  border-radius: 0;
}
/* line 440, ../scss/style.scss */
div#fp-sub-nav .slicknav_menu ul li a:hover {
  color: white;
}
/* line 445, ../scss/style.scss */
div#fp-sub-nav .slicknav_menu ul li:nth-child(1) a:hover {
  background-color: #858585;
}
/* line 449, ../scss/style.scss */
div#fp-sub-nav .slicknav_menu ul li:nth-child(2) a:hover {
  background-color: #c0b701;
}
/* line 453, ../scss/style.scss */
div#fp-sub-nav .slicknav_menu ul li:nth-child(3) a:hover {
  background-color: #00b0e2;
}
/* line 457, ../scss/style.scss */
div#fp-sub-nav .slicknav_menu ul li:nth-child(4) a:hover {
  background-color: #00c102;
}
/* line 461, ../scss/style.scss */
div#fp-sub-nav .slicknav_menu ul li:nth-child(5) a:hover {
  background-color: #d000d2;
}
/* line 465, ../scss/style.scss */
div#fp-sub-nav .slicknav_menu ul li:nth-child(6) a:hover {
  background-color: #dc0002;
}
/* line 469, ../scss/style.scss */
div#fp-sub-nav .slicknav_menu ul li:nth-child(7) a:hover {
  background-color: #0000cc;
}
/* line 473, ../scss/style.scss */
div#fp-sub-nav .slicknav_menu ul li:nth-child(8) a:hover {
  background-color: #0d7e7c;
}
/* line 480, ../scss/style.scss */
div#fp-sub-nav ul#fp-sub-nav-mobile {
  display: none;
  height: 100%;
}
/* line 485, ../scss/style.scss */
div#fp-sub-nav dl {
  text-align: center;
  height: 100%;
}
/* line 489, ../scss/style.scss */
div#fp-sub-nav dl dd {
  display: inline-block;
  height: 100%;
  margin-left: -0.25em;
  margin-bottom: 0;
}
/* line 495, ../scss/style.scss */
div#fp-sub-nav dl dd a {
  display: block;
  color: white;
  font: 400 1em/1.5em "Fjalla One", Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", sans serif;
  text-decoration: none;
  text-align: center;
  margin-bottom: 0;
  padding: 1.25em;
  height: 4em;
}
/* line 503, ../scss/style.scss */
div#fp-sub-nav dl dd:nth-child(1).active a {
  background-color: #858585;
  border-bottom: solid 0.375em #5f5f5f;
}
/* line 507, ../scss/style.scss */
div#fp-sub-nav dl dd:nth-child(1).active a:hover {
  color: white;
}
/* line 512, ../scss/style.scss */
div#fp-sub-nav dl dd:nth-child(1) a:hover {
  color: #858585;
}
/* line 518, ../scss/style.scss */
div#fp-sub-nav dl dd:nth-child(2).active a {
  background-color: #c0b701;
  border-bottom: solid 0.375em #746e01;
}
/* line 522, ../scss/style.scss */
div#fp-sub-nav dl dd:nth-child(2).active a:hover {
  color: white;
}
/* line 527, ../scss/style.scss */
div#fp-sub-nav dl dd:nth-child(2) a:hover {
  color: #c0b701;
}
/* line 533, ../scss/style.scss */
div#fp-sub-nav dl dd:nth-child(3).active a {
  background-color: #00b0e2;
  border-bottom: solid 0.375em #007496;
}
/* line 537, ../scss/style.scss */
div#fp-sub-nav dl dd:nth-child(3).active a:hover {
  color: white;
}
/* line 542, ../scss/style.scss */
div#fp-sub-nav dl dd:nth-child(3) a:hover {
  color: #00b0e2;
}
/* line 548, ../scss/style.scss */
div#fp-sub-nav dl dd:nth-child(4).active a {
  background-color: #00c102;
  border-bottom: solid 0.375em #007501;
}
/* line 552, ../scss/style.scss */
div#fp-sub-nav dl dd:nth-child(4).active a:hover {
  color: white;
}
/* line 557, ../scss/style.scss */
div#fp-sub-nav dl dd:nth-child(4) a:hover {
  color: #00c102;
}
/* line 563, ../scss/style.scss */
div#fp-sub-nav dl dd:nth-child(5).active a {
  background-color: #d000d2;
  border-bottom: solid 0.375em #840085;
}
/* line 567, ../scss/style.scss */
div#fp-sub-nav dl dd:nth-child(5).active a:hover {
  color: white;
}
/* line 572, ../scss/style.scss */
div#fp-sub-nav dl dd:nth-child(5) a:hover {
  color: #d000d2;
}
/* line 578, ../scss/style.scss */
div#fp-sub-nav dl dd:nth-child(6).active a {
  background-color: #dc0002;
  border-bottom: solid 0.375em #900001;
}
/* line 582, ../scss/style.scss */
div#fp-sub-nav dl dd:nth-child(6).active a:hover {
  color: white;
}
/* line 587, ../scss/style.scss */
div#fp-sub-nav dl dd:nth-child(6) a:hover {
  color: #dc0002;
}
/* line 593, ../scss/style.scss */
div#fp-sub-nav dl dd:nth-child(7).active a {
  background-color: #0000cc;
  border-bottom: solid 0.375em navy;
}
/* line 597, ../scss/style.scss */
div#fp-sub-nav dl dd:nth-child(7).active a:hover {
  color: white;
}
/* line 602, ../scss/style.scss */
div#fp-sub-nav dl dd:nth-child(7) a:hover {
  color: #0000cc;
}

/**
 * 5.0 Header
 * ----------------------------------------------------------------------------
 */
/* line 615, ../scss/style.scss */
header.site-header {
  width: 100%;
  height: 5em;
  background: #0d7e7c;
  position: fixed;
  z-index: 10;
}
/* line 622, ../scss/style.scss */
header.site-header a#logo-container {
  margin: 1em auto;
  display: inline-block;
}
/* line 626, ../scss/style.scss */
header.site-header a#logo-container img {
  display: inline-block;
  height: 3em;
}

/**
 * 6.0 Content
 * 6.1 Main
 * ----------------------------------------------------------------------------
 */
/* line 640, ../scss/style.scss */
body.category div.main-content, body.blog div.main-content, body.search div.main-content {
  box-sizing: border-box;
  padding-top: 7em;
  margin-bottom: 2em;
}
/* line 645, ../scss/style.scss */
body.category div.main-content input#main-search, body.blog div.main-content input#main-search, body.search div.main-content input#main-search {
  width: 100%;
  box-shadow: none;
  border: none;
  border-bottom: solid 0.1875em #0d7e7c;
  border-right: solid 0.1875em #0d7e7c;
  outline: 0;
  padding-right: 2em;
  background: url("images/search-icon.svg") 99% center/auto 80% no-repeat;
  font: 400 1.5em/1.5em "Average Sans", Futura, "Trebuchet MS", Arial, sans-serif;
  text-decoration: none;
  margin-bottom: 1em;
  color: black;
  text-align: right;
}
/* line 656, ../scss/style.scss */
body.category div.main-content input#main-search:focus, body.category div.main-content input#main-search:active, body.blog div.main-content input#main-search:focus, body.blog div.main-content input#main-search:active, body.search div.main-content input#main-search:focus, body.search div.main-content input#main-search:active {
  background-color: none;
  outline: 0;
}
/* line 663, ../scss/style.scss */
body.category article, body.blog article, body.search article {
  width: 100%;
  border-bottom: solid 0.25em #0d7e7c;
  padding: 1em 0;
  margin-bottom: 2em;
}
/* line 670, ../scss/style.scss */
body.category article header h1.entry-title, body.blog article header h1.entry-title, body.search article header h1.entry-title {
  color: #0d7e7c;
  font: 400 2em/1.5em "Fjalla One", Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", sans serif;
  text-decoration: none;
  text-align: left;
  margin-bottom: 0.5em;
}
/* line 675, ../scss/style.scss */
body.category article span.cat-links, body.blog article span.cat-links, body.search article span.cat-links {
  color: dimgray;
  font: 400 1em/1.5em "Fjalla One", Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", sans serif;
  text-decoration: none;
  text-align: left;
  margin-bottom: 1em;
}
/* line 679, ../scss/style.scss */
body.category article p, body.blog article p, body.search article p {
  font: 400 1em/1.5em "Average Sans", Futura, "Trebuchet MS", Arial, sans-serif;
  text-decoration: none;
  margin-bottom: 0;
  color: black;
  text-align: left;
}

/**
 * 6.2 Front Page
 * ----------------------------------------------------------------------------
 */
/* line 690, ../scss/style.scss */
body.home {
  overflow: hidden;
}
/* line 693, ../scss/style.scss */
body.home div#loader {
  width: 100%;
  height: 100vh;
  background-color: #0d7e7c;
  position: fixed;
  z-index: 1000;
}
/* line 700, ../scss/style.scss */
body.home div#loader hgroup {
  width: 100%;
  text-align: center;
  margin-top: calc(50% - 7em);
}
/* line 705, ../scss/style.scss */
body.home div#loader hgroup h1 {
  color: white;
  font: 400 2em/1.5em "Fjalla One", Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", sans serif;
  text-decoration: none;
  text-align: center;
  margin-bottom: 0.5em;
}
/* line 709, ../scss/style.scss */
body.home div#loader hgroup h2 {
  font: 400 2em/1.5em "Average Sans", Futura, "Trebuchet MS", Arial, sans-serif;
  text-decoration: none;
  margin-bottom: 0;
  color: white;
  text-align: center;
}
/* line 715, ../scss/style.scss */
body.home a#to-top-button {
  display: block;
  position: fixed;
  width: 4em;
  height: 4em;
  bottom: 1em;
  right: 4em;
  z-index: 80;
  opacity: 0.6;
  transition: none;
  -moz-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
  background-color: transparent;
  padding: 0;
}
/* line 729, ../scss/style.scss */
body.home a#to-top-button p {
  font: 400 2em/1.5em "Average Sans", Futura, "Trebuchet MS", Arial, sans-serif;
  text-decoration: none;
  margin-bottom: 0;
  color: white;
  text-align: center;
  background-color: #0d7e7c;
  line-height: 2em;
  height: 100%;
  width: 100%;
}
/* line 737, ../scss/style.scss */
body.home a#to-top-button:hover {
  opacity: 1;
}
/* line 742, ../scss/style.scss */
body.home div#fp-content {
  background-color: #0d7e7c;
  width: 100%;
  min-height: calc(100vh - 9em);
  position: relative;
  padding: 2em 0;
  overflow: hidden;
}
/* line 751, ../scss/style.scss */
body.home div#fp-content hgroup.fp-info h1.site-title {
  color: white;
  font: 400 2em/1.5em "Fjalla One", Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", sans serif;
  text-decoration: none;
  text-align: right;
  margin-bottom: 0;
}
/* line 755, ../scss/style.scss */
body.home div#fp-content hgroup.fp-info h2.site-description {
  font: 400 1.5em/1.5em "Average Sans", Futura, "Trebuchet MS", Arial, sans-serif;
  text-decoration: none;
  margin-bottom: 0;
  color: white;
  text-align: right;
}
/* line 760, ../scss/style.scss */
body.home div#fp-content div.row {
  height: calc(100% - 4em);
}
/* line 764, ../scss/style.scss */
body.home div#fp-content div.columns {
  height: calc(100% - 4em);
}
/* line 768, ../scss/style.scss */
body.home div#fp-content div#tv-container {
  max-width: 100%;
  height: 65vh;
  background: url("images/slider/tv-base.png") center top/contain no-repeat;
  position: relative;
}
/* line 774, ../scss/style.scss */
body.home div#fp-content div#tv-container img#tv-static {
  position: absolute;
  top: 0;
  opacity: 0.1;
  z-index: 2;
}
/* line 781, ../scss/style.scss */
body.home div#fp-content div#tv-container img#tv-glare {
  position: absolute;
  top: 0;
  z-index: 3;
}
/* line 787, ../scss/style.scss */
body.home div#fp-content div#tv-container img#tv-image {
  position: absolute;
  top: 0;
  z-index: 1;
}
/* line 795, ../scss/style.scss */
body.home section.fp-section {
  min-height: 100vh;
  position: relative;
}
/* line 799, ../scss/style.scss */
body.home section.fp-section header {
  height: 16em;
  width: 100%;
  margin-bottom: 2em;
  text-align: center;
}
/* line 805, ../scss/style.scss */
body.home section.fp-section header h1.section-header {
  color: white;
  font: 400 2em/1.5em "Fjalla One", Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", sans serif;
  text-decoration: none;
  text-align: center;
  margin-bottom: 0;
  line-height: 8em;
}
/* line 811, ../scss/style.scss */
body.home section.fp-section h2 {
  color: black;
  font: 400 1.8em/1.5em "Fjalla One", Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", sans serif;
  text-decoration: none;
  text-align: center;
  margin-bottom: 1em;
}
/* line 815, ../scss/style.scss */
body.home section.fp-section h3 {
  color: black;
  font: 400 1.5em/1.5em "Fjalla One", Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", sans serif;
  text-decoration: none;
  text-align: center;
  margin-bottom: 1em;
}
/* line 819, ../scss/style.scss */
body.home section.fp-section h4 {
  color: black;
  font: 400 1.2em/1.5em "Fjalla One", Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", sans serif;
  text-decoration: none;
  text-align: center;
  margin-bottom: 1em;
}
/* line 823, ../scss/style.scss */
body.home section.fp-section h5 {
  color: black;
  font: 400 1em/1.5em "Fjalla One", Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", sans serif;
  text-decoration: none;
  text-align: center;
  margin-bottom: 1em;
}
/* line 827, ../scss/style.scss */
body.home section.fp-section p, body.home section.fp-section dd, body.home section.fp-section dt {
  font: 400 1em/1.5em "Average Sans", Futura, "Trebuchet MS", Arial, sans-serif;
  text-decoration: none;
  margin-bottom: 1em;
  color: black;
  text-align: left;
}
/* line 831, ../scss/style.scss */
body.home section.fp-section a {
  font: 400 1em/1.5em "Average Sans", Futura, "Trebuchet MS", Arial, sans-serif;
  text-decoration: none;
  margin-bottom: 0;
  color: black;
  text-align: left;
  -moz-transition: color 300ms;
  -o-transition: color 300ms;
  -webkit-transition: color 300ms;
  transition: color 300ms;
}
/* line 836, ../scss/style.scss */
body.home section.fp-section .button {
  font: 400 1em/1.5em "Average Sans", Futura, "Trebuchet MS", Arial, sans-serif;
  text-decoration: none;
  margin-bottom: 0;
  color: white;
  text-align: center;
}
/* line 840, ../scss/style.scss */
body.home section.fp-section dl.accordion {
  margin-bottom: 1.5em;
}
/* line 844, ../scss/style.scss */
body.home section.fp-section dl.accordion dd a {
  color: black;
  font: 400 1em/1.5em "Fjalla One", Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", sans serif;
  text-decoration: none;
  text-align: center;
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: solid 0.25em black;
  transition: none;
}
/* line 850, ../scss/style.scss */
body.home section.fp-section dl.accordion dd a:hover {
  color: black;
}
/* line 855, ../scss/style.scss */
body.home section.fp-section dl.accordion dd.active a {
  color: white;
  background-color: black;
}
/* line 862, ../scss/style.scss */
body.home section.fp-section ul li a {
  transition: none;
}
/* line 866, ../scss/style.scss */
body.home section.fp-section#WhoAreWe {
  background: url("images/whoarewe-bg.jpg") center center/cover fixed;
  min-height: 0;
  height: calc(100vh - 4em);
}
/* line 871, ../scss/style.scss */
body.home section.fp-section#WhoAreWe .row {
  height: 100%;
  position: relative;
}
/* line 875, ../scss/style.scss */
body.home section.fp-section#WhoAreWe .row .columns {
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  top: 50%;
  transform: translateY(calc(-50% - 0.75em));
  padding-top: 1em;
}
/* line 884, ../scss/style.scss */
body.home section.fp-section#WhoAreWe h2 {
  color: #858585;
}
/* line 888, ../scss/style.scss */
body.home section.fp-section#WhoAreWe p {
  color: white;
}
/* line 894, ../scss/style.scss */
body.home section.fp-section#FIRST .columns {
  text-align: center;
}
/* line 896, ../scss/style.scss */
body.home section.fp-section#FIRST header {
  background: url(images/fp-headers/First-header.jpg) center center/cover fixed;
}
/* line 900, ../scss/style.scss */
body.home section.fp-section#FIRST img {
  width: 75%;
}
/* line 904, ../scss/style.scss */
body.home section.fp-section#FIRST h2, body.home section.fp-section#FIRST dt {
  color: #c0b701;
}
/* line 908, ../scss/style.scss */
body.home section.fp-section#FIRST a.button {
  background-color: #c0b701;
  border-bottom: solid 0.5em #746e01;
  transition: none;
}
/* line 913, ../scss/style.scss */
body.home section.fp-section#FIRST a.button:hover {
  background: radial-gradient(#fef310, #c0b701);
}
/* line 920, ../scss/style.scss */
body.home section.fp-section#Sponsors header {
  background: url(images/fp-headers/sponsors-header.jpg) center 30%/cover fixed;
}
/* line 924, ../scss/style.scss */
body.home section.fp-section#Sponsors h2 {
  color: #00b0e2;
}
/* line 928, ../scss/style.scss */
body.home section.fp-section#Sponsors img {
  padding: 8%;
  background: -webkit-radial-gradient(white, white, #cecfcd);
  background: -o-radial-gradient(white, white, #cecfcd);
  background: -moz-radial-gradient(white, white, #cecfcd);
  background: radial-gradient(#ffffff, #ffffff, #cecfcd);
  border: solid 0.0625em #b5b7b4;
  border-radius: 0.2em;
  width: 100%;
}
/* line 939, ../scss/style.scss */
body.home section.fp-section#Sponsors li {
  text-align: center;
}
/* line 943, ../scss/style.scss */
body.home section.fp-section#Sponsors a {
  color: #00b0e2;
  text-align: center;
  -moz-transition: color 300ms;
  -o-transition: color 300ms;
  -webkit-transition: color 300ms;
  transition: color 300ms;
}
/* line 948, ../scss/style.scss */
body.home section.fp-section#Sponsors a:hover {
  color: #007496;
}
/* line 953, ../scss/style.scss */
body.home section.fp-section#Sponsors p {
  text-align: center;
  color: black;
}
/* line 960, ../scss/style.scss */
body.home section.fp-section#History header {
  background: url(images/fp-headers/history-header.jpg) center 30%/cover;
  background-attachment: fixed;
}
/* line 965, ../scss/style.scss */
body.home section.fp-section#History h2, body.home section.fp-section#History h3 {
  color: #00c102;
}
/* line 969, ../scss/style.scss */
body.home section.fp-section#History .columns img.story-image {
  width: 40%;
  border-radius: 0.2em;
}
/* line 974, ../scss/style.scss */
body.home section.fp-section#History img.alignleft {
  margin: 0 1em 1em 0;
}
/* line 978, ../scss/style.scss */
body.home section.fp-section#History img.alignright {
  margin: 0 0 1em 1em;
}
/* line 982, ../scss/style.scss */
body.home section.fp-section#History ul {
  margin-bottom: 2em;
}
/* line 985, ../scss/style.scss */
body.home section.fp-section#History ul li {
  text-align: center;
}
/* line 988, ../scss/style.scss */
body.home section.fp-section#History ul li img {
  width: 100%;
  border-radius: 0.2em;
}
/* line 993, ../scss/style.scss */
body.home section.fp-section#History ul li a {
  display: block;
  font: 400 1em/1.5em "Average Sans", Futura, "Trebuchet MS", Arial, sans-serif;
  text-decoration: none;
  margin-bottom: 0;
  color: #00c102;
  text-align: center;
  width: 100%;
  padding: 0.125em;
  -moz-transition: #00c102 300ms;
  -o-transition: #00c102 300ms;
  -webkit-transition: #00c102 300ms;
  transition: #00c102 300ms;
}
/* line 1000, ../scss/style.scss */
body.home section.fp-section#History ul li a:hover {
  color: #007501;
}
/* line 1009, ../scss/style.scss */
body.home section.fp-section#Organization header {
  background: url(images/fp-headers/organization-header.jpg) center 30%/cover;
  background-attachment: fixed;
}
/* line 1014, ../scss/style.scss */
body.home section.fp-section#Organization h2, body.home section.fp-section#Organization h3, body.home section.fp-section#Organization h4 {
  color: #d000d2;
}
/* line 1017, ../scss/style.scss */
body.home section.fp-section#Organization dt {
  color: #d000d2;
}
/* line 1021, ../scss/style.scss */
body.home section.fp-section#Organization ul {
  display: inline-block;
  text-align: center;
}
/* line 1026, ../scss/style.scss */
body.home section.fp-section#Organization ul li a {
  font: 400 1em/1.5em "Average Sans", Futura, "Trebuchet MS", Arial, sans-serif;
  text-decoration: none;
  margin-bottom: 0;
  color: white;
  text-align: center;
  background: rgba(208, 0, 210, 0.6);
  border-bottom: solid 0.5em rgba(132, 0, 133, 0.6);
}
/* line 1032, ../scss/style.scss */
body.home section.fp-section#Organization ul li.active a, body.home section.fp-section#Organization ul li a:hover {
  background: #d000d2;
  border-bottom: solid 0.5em #840085;
}
/* line 1037, ../scss/style.scss */
body.home section.fp-section#Organization ul li:first-child a {
  border-radius: 0.2em 0 0 0.2em;
}
/* line 1041, ../scss/style.scss */
body.home section.fp-section#Organization ul li:last-child a {
  border-radius: 0 0.2em 0.2em 0;
}
/* line 1047, ../scss/style.scss */
body.home section.fp-section#Organization div.tabs {
  text-align: center;
}
/* line 1051, ../scss/style.scss */
body.home section.fp-section#Organization table {
  display: table;
  width: 100%;
  text-align: center;
}
/* line 1056, ../scss/style.scss */
body.home section.fp-section#Organization table thead th {
  background: #d000d2;
  border-bottom: solid 0.5em #840085;
  font: 400 1em/1.5em "Average Sans", Futura, "Trebuchet MS", Arial, sans-serif;
  text-decoration: none;
  margin-bottom: 0;
  color: white;
  text-align: center;
  padding: 0.5em 2em;
}
/* line 1062, ../scss/style.scss */
body.home section.fp-section#Organization table thead th:first-child {
  border-radius: 0.2em 0 0 0.2em;
}
/* line 1066, ../scss/style.scss */
body.home section.fp-section#Organization table thead th:last-child {
  border-radius: 0 0.2em 0.2em 0;
}
/* line 1071, ../scss/style.scss */
body.home section.fp-section#Organization table tr {
  background: none;
}
/* line 1074, ../scss/style.scss */
body.home section.fp-section#Organization table tr td {
  font: 400 1em/1.5em "Average Sans", Futura, "Trebuchet MS", Arial, sans-serif;
  text-decoration: none;
  margin-bottom: 0;
  color: black;
  text-align: center;
  padding: 0.5em 2em;
}
/* line 1081, ../scss/style.scss */
body.home section.fp-section#Organization .button {
  background: #d000d2;
  font: 400 1em/1.5em "Average Sans", Futura, "Trebuchet MS", Arial, sans-serif;
  text-decoration: none;
  margin-bottom: 0;
  color: white;
  text-align: center;
  border-bottom: solid 0.5em #6b006c;
  transition: none;
}
/* line 1087, ../scss/style.scss */
body.home section.fp-section#Organization .button:hover {
  background: radial-gradient(#fd20ff, #d000d2);
}
/* line 1092, ../scss/style.scss */
body.home section.fp-section#Organization .row:last-child .columns {
  text-align: center;
}
/* line 1098, ../scss/style.scss */
body.home section.fp-section#Calendar header {
  background: url(images/fp-headers/events-header.jpg) center 30%/cover;
  background-attachment: fixed;
}
/* line 1103, ../scss/style.scss */
body.home section.fp-section#Calendar .tabs {
  width: 100%;
}
/* line 1106, ../scss/style.scss */
body.home section.fp-section#Calendar .tabs li.tab-title {
  width: 25%;
}
/* line 1109, ../scss/style.scss */
body.home section.fp-section#Calendar .tabs li.tab-title a {
  font: 400 1em/1.5em "Average Sans", Futura, "Trebuchet MS", Arial, sans-serif;
  text-decoration: none;
  margin-bottom: 0;
  color: white;
  text-align: center;
  height: 100%;
  width: 100%;
  background-color: rgba(220, 0, 2, 0.6);
  border-bottom: solid 0.5em rgba(144, 0, 1, 0.6);
}
/* line 1117, ../scss/style.scss */
body.home section.fp-section#Calendar .tabs li.tab-title.active a, body.home section.fp-section#Calendar .tabs li.tab-title a:hover {
  color: white;
  background-color: #dc0002;
  border-bottom: solid 0.5em #900001;
}
/* line 1123, ../scss/style.scss */
body.home section.fp-section#Calendar .tabs li.tab-title:first-child a {
  border-radius: 0.2em 0 0 0.2em;
}
/* line 1127, ../scss/style.scss */
body.home section.fp-section#Calendar .tabs li.tab-title:last-child a {
  border-radius: 0 0.2em 0.2em 0;
}
/* line 1134, ../scss/style.scss */
body.home section.fp-section#Calendar .tabs-content h2 {
  color: white;
  font: 400 1.6em/1.5em "Fjalla One", Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", sans serif;
  text-decoration: none;
  text-align: center;
  margin-bottom: 2em;
  color: #dc0002;
  margin-bottom: 1em;
  text-align: center;
}
/* line 1141, ../scss/style.scss */
body.home section.fp-section#Calendar .tabs-content .calendar-list {
  width: 100%;
}
/* line 1145, ../scss/style.scss */
body.home section.fp-section#Calendar .tabs-content .calendar {
  width: 100%;
}
/* line 1152, ../scss/style.scss */
body.home section.fp-section#Contact header {
  background: url(images/fp-headers/contact-header.jpg) center 30%/cover;
  background-attachment: fixed;
}
/* line 1157, ../scss/style.scss */
body.home section.fp-section#Contact h2, body.home section.fp-section#Contact h3, body.home section.fp-section#Contact h5 {
  color: #0000cc;
}
/* line 1161, ../scss/style.scss */
body.home section.fp-section#Contact h5 {
  margin-bottom: 0;
  text-align: left;
}
/* line 1166, ../scss/style.scss */
body.home section.fp-section#Contact div#email-us {
  margin-bottom: 2em;
}
/* line 1170, ../scss/style.scss */
body.home section.fp-section#Contact div#email-us form#email-us textarea#message {
  resize: none;
}
/* line 1175, ../scss/style.scss */
body.home section.fp-section#Contact div#email-us input, body.home section.fp-section#Contact div#email-us label {
  font: 400 1em/1.5em "Average Sans", Futura, "Trebuchet MS", Arial, sans-serif;
  text-decoration: none;
  margin-bottom: 0;
  color: black;
  text-align: left;
}
/* line 1179, ../scss/style.scss */
body.home section.fp-section#Contact div#email-us input.button {
  font: 400 1em/1.5em "Average Sans", Futura, "Trebuchet MS", Arial, sans-serif;
  text-decoration: none;
  margin-bottom: 0;
  color: white;
  text-align: center;
  background: #0000cc;
  border-bottom: solid 0.5em navy;
  transition: none;
}
/* line 1185, ../scss/style.scss */
body.home section.fp-section#Contact div#email-us input.button:hover {
  background: radial-gradient(#1a1aff, #0000cc);
}
/* line 1190, ../scss/style.scss */
body.home section.fp-section#Contact div#email-us div.wpcf7-response-output {
  margin: 0;
  padding: 0;
  border: none;
}
/* line 1196, ../scss/style.scss */
body.home section.fp-section#Contact div#email-us div.alert-box {
  margin: 0;
}
/* line 1199, ../scss/style.scss */
body.home section.fp-section#Contact div#email-us div.alert-box a {
  font-size: 2em;
  padding: 0;
  line-height: 1em;
  margin-right: 1em;
}
/* line 1209, ../scss/style.scss */
body.home section.fp-section#Contact div#contact-info .contact-label {
  font: 400 1em/1.5em "Average Sans", Futura, "Trebuchet MS", Arial, sans-serif;
  text-decoration: none;
  margin-bottom: 0;
  color: #0000cc;
  text-align: right;
}
/* line 1214, ../scss/style.scss */
body.home section.fp-section#Contact div#contact-info .social-icon path.color-path {
  fill: #0000cc;
  -moz-transition: fill 300ms;
  -o-transition: fill 300ms;
  -webkit-transition: fill 300ms;
  transition: fill 300ms;
}
/* line 1220, ../scss/style.scss */
body.home section.fp-section#Contact div#contact-info .social-icon a:hover path.color-path {
  fill: #000066;
}
/* line 1228, ../scss/style.scss */
body.home section.fp-section:last-of-type {
  min-height: calc(100% - 9em);
}
/* line 1234, ../scss/style.scss */
body.home div.reveal-modal h2.modal-header {
  display: inline-block;
  width: 100%;
  text-align: center;
  color: white;
  font: 400 1.6em/1.5em "Fjalla One", Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", sans serif;
  text-decoration: none;
  text-align: center;
  margin-bottom: 2em;
  margin-bottom: 1em;
  color: #00c102;
}
/* line 1243, ../scss/style.scss */
body.home div.reveal-modal img.robot-image {
  display: inline-block;
  height: 16em;
  margin-right: 2em;
}
/* line 1249, ../scss/style.scss */
body.home div.reveal-modal img.game-image {
  display: inline-block;
  height: 16em;
  margin-right: 2em;
}
/* line 1255, ../scss/style.scss */
body.home div.reveal-modal div.season-info {
  display: inline-block;
  vertical-align: top;
}
/* line 1260, ../scss/style.scss */
body.home div.reveal-modal div.season-info div.si-row div.si-header {
  display: inline-block;
  width: 8em;
  font: 400 1em/1.5em "Average Sans", Futura, "Trebuchet MS", Arial, sans-serif;
  text-decoration: none;
  margin-bottom: 0;
  color: #00c102;
  text-align: right;
  margin-right: 1em;
  vertical-align: top;
}
/* line 1268, ../scss/style.scss */
body.home div.reveal-modal div.season-info div.si-row div.si-content {
  display: inline-block;
  font: 300 1em/1.5em "lato";
}
/* line 1275, ../scss/style.scss */
body.home div.reveal-modal div.season-info dd a {
  border-radius: 0.2em;
  background: rgba(0, 193, 2, 0.6);
  border-bottom: solid 0.5em rgba(0, 117, 1, 0.6);
  font: 400 1em/1.5em "Average Sans", Futura, "Trebuchet MS", Arial, sans-serif;
  text-decoration: none;
  margin-bottom: 0.5em;
  color: white;
  text-align: center;
}
/* line 1281, ../scss/style.scss */
body.home div.reveal-modal div.season-info dd a:hover {
  background: #00c102;
}
/* line 1286, ../scss/style.scss */
body.home div.reveal-modal div.season-info dd.active a {
  background: #00c102;
  border-bottom: solid 0.5em #007501;
}
/* line 1297, ../scss/style.scss */
body.home div.reveal-modal .button {
  background-color: #00c102;
  border-bottom: solid 0.5em #007501;
  font: 400 1em/1.5em "Average Sans", Futura, "Trebuchet MS", Arial, sans-serif;
  text-decoration: none;
  margin-bottom: 0;
  color: white;
  text-align: center;
  transition: none;
}
/* line 1303, ../scss/style.scss */
body.home div.reveal-modal .button:hover {
  background: radial-gradient(#0fff11, #00c102);
}

/**
 * 7.0 Footer
 * 7.2 Main Footer
 * ----------------------------------------------------------------------------
 */
/* line 1315, ../scss/style.scss */
footer#main-footer {
  position: relative;
  width: 100%;
  height: 32em;
  border: solid 0.5em #0d7e7c;
  background: #0d7e7c url("images/footer-image.jpg") center center/cover no-repeat;
  text-align: center;
}
/* line 1323, ../scss/style.scss */
footer#main-footer h1 a {
  font: 400 2em/1.5em "Average Sans", Futura, "Trebuchet MS", Arial, sans-serif;
  text-decoration: none;
  margin-bottom: 0em;
  color: white;
  text-align: center;
  font-weight: 700;
}
/* line 1327, ../scss/style.scss */
footer#main-footer h1 a:hover {
  color: black;
}
/* line 1332, ../scss/style.scss */
footer#main-footer h1 {
  margin-bottom: 1em;
}
/* line 1336, ../scss/style.scss */
footer#main-footer h2 {
  display: inline-block;
  font: 400 1.5em/1.5em "Average Sans", Futura, "Trebuchet MS", Arial, sans-serif;
  text-decoration: none;
  margin-bottom: 0;
  color: white;
  text-align: center;
  font-weight: 400;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 0 1em;
  margin-top: 8em;
}
/* line 1345, ../scss/style.scss */
footer#main-footer p#copyright {
  font: 400 1em/1.5em "Average Sans", Futura, "Trebuchet MS", Arial, sans-serif;
  text-decoration: none;
  margin-bottom: 0;
  color: white;
  text-align: left;
}
/* line 1349, ../scss/style.scss */
footer#main-footer ul.inline-list li a {
  font: 400 1em/1.5em "Average Sans", Futura, "Trebuchet MS", Arial, sans-serif;
  text-decoration: none;
  margin-bottom: 0;
  color: white;
  text-align: right;
  font-weight: 500;
}
/* line 1353, ../scss/style.scss */
footer#main-footer ul.inline-list li a:hover {
  color: black;
}
/* line 1358, ../scss/style.scss */
footer#main-footer div.footer-teal {
  padding-top: 1.5em;
  width: 100%;
  background-color: #0d7e7c;
  height: 8em;
  position: absolute;
  bottom: 0;
}

/**
 * 7.1 Front Page Footer
 * ----------------------------------------------------------------------------
 */
/* line 1373, ../scss/style.scss */
footer#fp-footer {
  height: 5em;
  padding: 1.75em 0;
  background-color: #323232;
}
/* line 1378, ../scss/style.scss */
footer#fp-footer p {
  font: 400 1em 0 white center/1.5em "Average Sans", Futura, "Trebuchet MS", Arial, sans-serif;
  text-decoration: none;
  margin-bottom: 0;
  color: black;
  text-align: left;
  color: white;
}
/* line 1382, ../scss/style.scss */
footer#fp-footer p#ryan-brand {
  text-align: right;
}
/* line 1386, ../scss/style.scss */
footer#fp-footer p a {
  font-weight: 700;
  color: white;
}
/* line 1390, ../scss/style.scss */
footer#fp-footer p a:hover {
  color: #0d7e7c;
}

/**
 * 5.0 Media Queries
 * ----------------------------------------------------------------------------
 */
/* Define mobile styles */
@media only screen and (max-width: 40em) {
  /* line 1406, ../scss/style.scss */
  body.home div#page {
    padding-top: 0 !important;
  }

  /* line 1410, ../scss/style.scss */
  header.site-header {
    height: 8em;
    position: static;
  }
  /* line 1414, ../scss/style.scss */
  header.site-header div.small-12 {
    text-align: center;
  }
  /* line 1418, ../scss/style.scss */
  header.site-header nav#main-nav div.menu-main-menu-container {
    padding: 0;
    margin-bottom: 2em;
  }
  /* line 1422, ../scss/style.scss */
  header.site-header nav#main-nav div.menu-main-menu-container ul {
    height: 1.5em;
    text-align: justify;
  }
  /* line 1426, ../scss/style.scss */
  header.site-header nav#main-nav div.menu-main-menu-container ul li {
    margin-left: 0;
  }
  /* line 1433, ../scss/style.scss */
  header.site-header nav#main-nav div.menu-main-menu-container ul:after {
    content: '';
    display: inline-block;
    width: 100%;
    text-align: justify;
  }

  /* line 1443, ../scss/style.scss */
  div#fp-content div.columns {
    height: auto !important;
  }
  /* line 1446, ../scss/style.scss */
  div#fp-content div.columns hgroup, div#fp-content div.columns #tv-container {
    position: static !important;
    transform: none !important;
    margin: 1em 0;
  }
  /* line 1451, ../scss/style.scss */
  div#fp-content div.columns hgroup h1, div#fp-content div.columns #tv-container h1 {
    text-align: center !important;
    font-size: 1.5em !important;
  }
  /* line 1456, ../scss/style.scss */
  div#fp-content div.columns hgroup h2, div#fp-content div.columns #tv-container h2 {
    text-align: center !important;
    font-size: 1.2em !important;
  }
  /* line 1462, ../scss/style.scss */
  div#fp-content div.columns #tv-container {
    height: 18em !important;
    margin: 0 auto;
  }

  /* line 1468, ../scss/style.scss */
  a#to-top-button {
    display: none !important;
  }

  /* line 1473, ../scss/style.scss */
  div#fp-sub-nav div.row {
    display: none;
  }
  /* line 1477, ../scss/style.scss */
  div#fp-sub-nav .slicknav_menu {
    display: block;
  }

  /* line 1482, ../scss/style.scss */
  #fp-content {
    min-height: calc(100vh - 12em) !important;
  }
  /* line 1483, ../scss/style.scss */
  #fp-content hgroup {
    margin-top: 0 !important;
  }

  /* line 1491, ../scss/style.scss */
  section.fp-section#WhoAreWe {
    height: auto !important;
    min-height: calc(100vh - 4em) !important;
  }
  /* line 1495, ../scss/style.scss */
  section.fp-section#WhoAreWe .row {
    height: auto !important;
    padding: 2em !important;
  }
  /* line 1499, ../scss/style.scss */
  section.fp-section#WhoAreWe .row .columns {
    height: auto !important;
    position: static !important;
    transform: none !important;
  }
  /* line 1508, ../scss/style.scss */
  section.fp-section#FIRST img {
    width: 40% !important;
    margin-bottom: 1em;
  }
  /* line 1515, ../scss/style.scss */
  section.fp-section#History img.story-image {
    width: 100% !important;
  }
  /* line 1521, ../scss/style.scss */
  section.fp-section#Organization table {
    border: solid 0.125em #d000d2;
    border-radius: 0.2em !important;
    padding: 2em !important;
  }
  /* line 1526, ../scss/style.scss */
  section.fp-section#Organization table thead {
    display: none;
  }
  /* line 1530, ../scss/style.scss */
  section.fp-section#Organization table tr {
    border-top: solid 0.125em #d000d2;
    border-bottom: solid 0.125em #d000d2;
  }
  /* line 1534, ../scss/style.scss */
  section.fp-section#Organization table tr:first-child {
    border-top: none;
  }
  /* line 1538, ../scss/style.scss */
  section.fp-section#Organization table tr:last-child {
    border-bottom: none;
  }
  /* line 1543, ../scss/style.scss */
  section.fp-section#Organization table td {
    display: block;
    padding: 0 1em !important;
    text-align: left !important;
  }
  /* line 1548, ../scss/style.scss */
  section.fp-section#Organization table td:first-child {
    padding-top: 0.5em !important;
  }
  /* line 1552, ../scss/style.scss */
  section.fp-section#Organization table td:last-child {
    padding-bottom: 0.5em !important;
  }
  /* line 1556, ../scss/style.scss */
  section.fp-section#Organization table td:before {
    content: attr(data-th) ": ";
    width: 6em;
    height: 100%;
    margin-right: 1em;
    display: inline-block;
    font: 400 1em/1.5em "Average Sans", Futura, "Trebuchet MS", Arial, sans-serif;
    text-decoration: none;
    margin-bottom: 0;
    color: #d000d2;
    text-align: right;
  }

  /* line 1570, ../scss/style.scss */
  div.reveal-modal img.robot-image {
    height: auto !important;
    max-width: 40% !important;
    margin-right: 1em !important;
    margin-bottom: 2em !important;
  }
  /* line 1577, ../scss/style.scss */
  div.reveal-modal img.game-image {
    height: auto !important;
    max-width: 40% !important;
    margin-right: 0 !important;
    margin-bottom: 2em !important;
  }

  /* line 1585, ../scss/style.scss */
  footer#fp-footer {
    height: auto;
  }
  /* line 1588, ../scss/style.scss */
  footer#fp-footer p {
    text-align: center !important;
  }
}
/* max-width 640px, mobile-only styles, use when QAing mobile issues */
@media only screen and (min-width: 40.063em) {
  /* line 1598, ../scss/style.scss */
  div.reveal-modal img.robot-image {
    height: auto !important;
    max-width: 40% !important;
    margin-right: 1em !important;
    margin-bottom: 2em !important;
  }
  /* line 1605, ../scss/style.scss */
  div.reveal-modal img.game-image {
    height: auto !important;
    max-width: 40% !important;
    margin-right: 0 !important;
    margin-bottom: 2em !important;
  }
}
/* Custom Styles done outside of scss */
/* Calendar Page */
.team303-calendar iframe {
	height:600px;
	width: 100%;
	max-width: 100%;
}
/* min-width 641px, medium screens */
/* min-width 641px and max-width 1024px, use when QAing tablet-only issues */
/* min-width 1025px, large screens */
/* min-width 1025px and max-width 1440px, use when QAing large screen-only issues */
/* min-width 1441px, xlarge screens */
/* min-width 1441px and max-width 1920px, use when QAing xlarge screen-only issues */
/* min-width 1921px, xxlarge screens */
