/*
Theme Name: RECF
xTheme URI: http://www.roboticseducation.org/
Description: Custom theme for Robotics Education & Competition Foundation.
Version: 1.1.30
Author: Robotics Education & Competition Foundation
Author URI: http://www.roboticseducation.org/
*/
@media (max-width: 767px) {
  img {
    height: auto;
    max-width: 100%; } }

/* CSS Document */
/* added Boxed class, RHT, Nov 27, 2013 */
.boxed {
  font-size: large;
  font-weight: bold;
  border: 10px solid red;
  padding: 10px 20px; }

/* added picture wrap classes, RHT, July 29 2013 */
img.alignright {
  float: right;
  margin: 0 0 1em 1em; }
  @media (max-width: 767px) {
    img.alignright {
      max-width: 50%; } }

img.alignleft {
  float: left;
  margin: 0 1em 1em 0; }
  @media (max-width: 767px) {
    img.alignleft {
      max-width: 50%; } }

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.alignright {
  float: right; }

.alignleft {
  float: left; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

/* end added picture wrap classes */
/* general style start*/
/* line 90, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
* {
  padding: 0;
  margin: 0; }

/* line 91, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
body {
  color: #1e1e1e;
  background-color: #efefef;
  font-size: 13px;
  line-height: 18px;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; }

/* line 92, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
img {
  border: medium none; }

/* changed text-decoration:none to text-decoration:underline RHT 13Aug1 color was 386b9d  #1C86EE*/
/* line 95, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
a {
  text-decoration: none;
  color: #1C86EE;
  background-color: inherit; }

/* line 96, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
a:hover {
  text-decoration: underline;
  color: #0d3d6c;
  background-color: inherit; }

/* line 98, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
ul {
  list-style-type: none; }

/* modified line-height value. was set to "0" RHT 13Aug1 */
/* line 100, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.spacer {
  clear: both;
  font-size: 0;
  line-height: 1.3; }

/* line 101, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.floatleft {
  float: left;
  width: auto; }

/* line 102, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.floatright {
  float: right;
  width: auto; }

/* line 103, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.nobg {
  background: none !important; }

/* line 104, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.noMargin {
  margin-right: 0 !important; }

/* line 105, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.nobdr {
  border: 0 !important; }

/* line 106, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.widthFull {
  width: 100% !important; }

/* line 107, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
input, select {
  text-decoration: none; }

/* line 108, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
input:focus, textarea:focus, select:focus {
  outline: none; }

/* line 109, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
textarea {
  resize: none;
  overflow: auto; }

/* line 110, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.center {
  display: block;
  margin: 0 auto 10px; }

/* line 111, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.container {
  width: 990px;
  margin: 0 auto; }
  @media (max-width: 991px) {
    /* line 111, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
    .container {
      width: 100%; } }
  @media (max-width: 767px) {
    /* line 111, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
    .container {
      margin-left: auto;
      margin-right: auto;
      width: 94%; } }

/*-----non system font----------*/
@font-face {
  font-family: 'bankgothicregular';
  src: url("fonts/bankgothic-regular-webfont.eot");
  src: url("fonts/bankgothic-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/bankgothic-regular-webfont.woff") format("woff"), url("fonts/bankgothic-regular-webfont.ttf") format("truetype"), url("fonts/bankgothic-regular-webfont.svg#bankgothicregular") format("svg");
  font-weight: normal;
  font-style: normal; }

/*-----/non system font----------*/
/*header section start*/
/* line 137, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
#header {
  height: 172px; 
background-color:white;
border-bottom:2px solid #3E71AB;}
  @media (max-width: 991px) {
    /* line 137, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
    #header {
      background: white;
      height: auto;
      margin-top: 54px; } }
  @media (max-width: 767px) {
    /* line 137, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
    #header {
      margin-top: 55px; } }

/* line 148, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
#header .header-top {
  height: 136px;
  clear: both; }
  @media (min-width: 768px) and (max-width: 991px) {
    /* line 148, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
    #header .header-top {
      height: auto; } }

/* line 154, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
#header .logo {
  text-decoration: none !important;
  float: left;
  padding-top: 10px; }

/* line 156, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
#header .logo strong {
  position: absolute;
  top: -999em;
  left: -999em;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -999em;
  overflow: hidden; }

/* line 157, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
h1.logo {
  margin: 0 25px 0 0;
  padding: 0 !important; }
  @media (max-width: 991px) {
    /* line 160, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
    h1.logo img {
      height: auto;
      margin-left: 15px;
      margin-top: 0;
      max-width: 100px; } }
  @media (max-width: 767px) {
    /* line 157, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
    h1.logo {
      width: 20%; }
      /* line 169, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
      h1.logo img {
        max-width: 60px;
        margin-right: 13px;
        margin-left: 3px; } }

/* line 177, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
h2.slogan {
  float: left;
  color: #999999;
  font-size: 18px;
  line-height: 20px;
  font-style: italic;
  font-weight: normal;
  width: 472px;
  padding-top: 40px; }
  @media (max-width: 991px) {
    /* line 177, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
    h2.slogan {
      padding-top: 20px;
      width: 291px; }
      /* line 182, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
      h2.slogan .site-description {
        display: block;
        font-size: 16px;
        padding-top: 4px; }
        /* line 186, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
        h2.slogan .site-description br {
          display: none; } }
  @media (max-width: 767px) {
    /* line 177, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
    h2.slogan {
      font-size: 14px;
      line-height: 130%;
      padding-top: 6px;
      width: 71%; }
      /* line 196, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
      h2.slogan .site-description {
        font-size: 11px;
        white-space: nowrap; } }

.header-right {
  width: 276px;
  float: right;
  padding: 40px 0 0; }
  @media (max-width: 991px) {
    .header-right {
      margin-right: 15px;
      padding-top: 20px; } }
  @media (max-width: 767px) {
    .header-right {
      clear: both;
      float: none;
      padding-top: 10px;
      width: auto; } }

.search-events {
  float: right;
  width: 276px;
  height: 41px;
  display: block;
  background: #3E71AB url(images/Globe-Icon.png) no-repeat 215px top;
  border-radius:7px;
  text-align: center;
  color: white;
  font-weight: bold;
  line-height: 19px;
  padding: 5px 0;
  margin-bottom: 12px; }
  @media (max-width: 767px) {
    .search-events {
      float: none;
      margin: 0 auto 12px; } }

.search-events:hover {
  background: #3E71AB url(images/Globe-icon-mo.png) no-repeat 215px top;
  text-decoration:none; color:white;
  }

.search-bg {
  width: 272px;
  height: 28px;
  border: 2px solid #3E71AB;
  border-radius: 7px;
  float: left; }
  @media (max-width: 767px) {
    .search-bg {
      float: none;
      margin: 0 auto; } }

.search-bg input[type="text"] {
  width: 235px;
  height: 28px;
  padding: 0 5px;
  color: #3E71AB;
  font-size: 11px;
  background:none !important;
  line-height: 27px;
  border: 0;
  float: left; }

#searchsubmit {
  background: url(images/Magnifying-Glass.png) 0 2px no-repeat !important;
}

#searchsubmit:hover {
  background: url(images/Magnifying-Glass-mo.png) 0 2px no-repeat !important;
}

.search-submit {
  border: 0;
  cursor: pointer;
  width: 27px;
  height: 22px;
  float: right; }
  @media (max-width: 767px) {
    .search-submit {
      float: none; } }

/*top navigation start*/
.main-nav {
  z-index: 999999;
  position: relative; }
  @media (max-width: 991px) {
    .main-nav {
      display: none; } }

.main-nav ul {
  margin: 0 auto;
  z-index: 999999; }

.main-nav ul li {
  float: left;
  background: url(images/nav-sep2.png) no-repeat 100% 50%;
  position: relative; }

  .main-nav ul li:last-child { background:none; }

.main-nav ul li a {
  font-weight: bold;
  color: #3E71AB;
  line-height: 42px;
  /*padding:0 14px;*/
  padding: 0 10px;
  display: inline-block;
  height: 42px; }

.main-nav ul li a:hover, .main-nav ul li.select a {
  color: #3E71AB; }

/*nav dropdown start*/
.sub-menu {
  display: none;
  position: relative;
  top: 0;
  left: 0;
  margin: 0; }

.main-nav ul ul {
  display: none;
  list-style: none;
  position: absolute;
  padding: 0;
  left: 0;
  top: 36px;
  min-width: 271px; }

.main-nav ul ul li {
  float: none;
  margin: 0;
  background:#4C8CCC;
  border-bottom:1px solid white;
  width: 248px;
  padding: 0 5px; }

.main-nav ul ul.sub-menu li:last-child {
  background:#4C8CCC; }

.main-nav ul ul a {
  white-space: nowrap;
  font-size: 12px;
  font-weight: normal;
  color: white;
  border-bottom:1px solid white;
  line-height: 26px;
  height: auto; }

  .main-nav ul ul a:last-child {
    border-bottom:none;
  }

.main-nav ul li:hover ul {
  left: 0; }

.main-nav ul ul li a.last {
  background: none; }

/*.main-nav ul li:hover a{ color:#01adeb;}*/
.main-nav ul li:hover ul a {
  color: white;
  display: block;
  font-size: 12px; }

/* line 266, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.main-nav ul li:hover ul li a:hover {
  color: white; }

  .main-nav ul li:hover ul li a {
    color:white;
  }

/* line 267, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.main-nav ul li:hover ul {
  left: 0; }

/*header section end*/
/*big slider start*/
/* line 272, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
#big-slider {
  height: 406px;
  background: url(images/banner-bg.png) repeat-x 0 0; }
  @media (max-width: 991px) {
    /* line 272, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
    #big-slider {
      height: 312px; } }
  @media (max-width: 767px) {
    /* line 272, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
    #big-slider {
      height: auto; } }

/* line 282, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.big-slider-inner {
  width: 990px;
  margin: 0 auto;
  border-bottom: 4px solid #134084;
  padding-top: 12px;
  height: 390px; }
  @media (max-width: 991px) {
    /* line 282, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
    .big-slider-inner {
      height: 279px;
      width: 710px; } }
  @media (max-width: 767px) {
    /* line 282, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
    .big-slider-inner {
      height: auto;
      padding-top: 0;
      width: 100%; } }

/* line 299, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.slide-show {
  margin: 0px;
  padding: 0px;
  height: 390px;
  width: 100%;
  overflow: hidden; }
  @media (max-width: 991px) {
    /* line 299, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
    .slide-show {
      height: 284px; } }
  @media (max-width: 767px) {
    /* line 299, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
    .slide-show {
      height: auto; } }

/* line 312, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.slide-show li {
  list-style: none;
  height: 390px;
  padding: 0;
  position: relative; }
  @media (max-width: 767px) {
    /* line 312, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
    .slide-show li {
      height: auto; } }

/* line 322, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.slider-content {
  position: absolute;
  left: 625px;
  top: 28px; }

/* line 323, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.slider-content h2 {
  font-size: 36px;
  line-height: 39px;
  font-family: 'bankgothicregular';
  color: #333333;
  padding-bottom: 50px;
  margin-top: -4px; }

/* line 324, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.slider-content p {
  width: 320px;
  margin-bottom: 20px; }

/* line 325, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.slider-content .learn-more {
  background: url(images/learn-more-bg.png) no-repeat 0 0;
  width: 183px;
  height: 54px;
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 50px;
  text-align: center; }

/* line 326, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.slider-content .learn-more:hover {
  background-position: 0 100%; }

/* line 327, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.slide-show .bx-wrapper {
  margin: 0 auto; }

/* line 329, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.big-slider-inner .bx-next, .big-slider-inner .bx-prev, .big-slider-inner .bx-auto {
  display: none; }

/* line 331, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.big-slider-inner .bx-pager {
  position: absolute;
  z-index: 120;
  text-align: center;
  bottom: 0;
  left: 430px;
  overflow: hidden;
  background: url(images/control-bg.png) no-repeat 0 0;
  width: 113px;
  height: 14px;
  padding: 10px 0 0 38px; }
  @media (max-width: 767px) {
    /* line 331, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
    .big-slider-inner .bx-pager {
      display: none; } }

/* line 337, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.big-slider-inner .bx-pager a {
  text-indent: -9999px;
  display: block;
  text-decoration: none;
  float: left;
  border: 0px;
  overflow: hidden;
  outline: 0px;
  height: 10px;
  margin: 0px 10px 0px 0px;
  width: 11px;
  background: url(images/control-dot.png) no-repeat 0 0; }

/* line 338, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.big-slider-inner .bx-pager .pager-active, .big-slider-inner .bx-pager a:hover {
  background-position: 0 -10px; }

/* line 339, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.big-slider-inner .bx-wrapper {
  height: 390px; }
  @media (max-width: 991px) {
    /* line 339, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
    .big-slider-inner .bx-wrapper {
      height: 280px; } }
  @media (max-width: 767px) {
    /* line 339, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
    .big-slider-inner .bx-wrapper {
      height: auto; } }

/*big slider end*/
/*body part start*/
/* line 352, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
#body-part {
  background: url(images/body-shadow.png) no-repeat 50% 0; }
  @media (max-width: 767px) {
    /* line 352, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
    #body-part {
      background: none; } }

/* line 358, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
#body-part-2 {
  background-color: #efefef;
  padding: 22px 0 0 0; }
  @media (max-width: 767px) {
    /* line 358, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
    #body-part-2 {
      padding-bottom: 1px; } }

/* line 364, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.body-base {
  background-color: #fff;
  min-height: 644px; }

/* line 365, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.top-link-section {
  background: url(images/shadow-bg.png) no-repeat 50% 100%;
  height: 83px;
  padding: 16px 0 0 22px;
  clear: both; }
  @media (max-width: 767px) {
    /* line 365, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
    .top-link-section {
      height: auto;
      padding-left: 0;
      padding-bottom: 10px;
      text-align: center; } }

/* line 374, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.blue-box {
  background: url(images/blue-button.png) no-repeat 0 0;
  width: 231px;
  height: 70px;
  float: left;
  margin-right: 9px; }

/* line 375, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.blue-box:hover {
  background-position: 0 100%; }

/* line 376, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.blue-box a {
  display: block;
  width: 187px;
  height: 55px;
  color: #fff;
  padding: 15px 27px 0 17px; }

/* line 377, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.blue-box a span {
  float: left;
  width: 150px;
  cursor: pointer;
  font-size: 16px;
  line-height: 18px;
  font-weight: bold; }

/* line 378, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.blue-box a img {
  float: right;
  vertical-align: middle; }

/* line 380, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
#body-part .body-left {
  width: 650px;
  padding: 20px 0 10px 24px;
  float: left; }
  @media (max-width: 767px) {
    /* line 380, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
    #body-part .body-left {
      float: none;
      margin-left: 3%;
      padding-left: 0;
      width: 94%; } }

/* line 389, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.news-block {
  background: url(images/news-bg-top.png) no-repeat 100% 0;
  width: 355px;
  float: left; }
  @media (max-width: 991px) {
    /* line 389, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
    .news-block {
      width: 274px; } }
  @media (max-width: 767px) {
    /* line 389, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
    .news-block {
      background: none;
      float: none;
      width: 100%; } }

/* line 400, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.news-inside {
  background: url(images/news-bg-bot.png) no-repeat 100% 100%;
  padding-bottom: 12px !important; }
  @media (max-width: 767px) {
    /* line 400, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
    .news-inside {
      background: none; } }

/* line 406, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.news-inside h2 {
  color: #386b9d;
  font-size: 20px;
  line-height: 26px;
  font-weight: normal; }

/* line 407, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.news-list {
  padding-top: 27px;
  width: 334px; }
  @media (max-width: 991px) {
    /* line 407, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
    .news-list {
      width: 254px; } }
  @media (max-width: 767px) {
    /* line 407, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
    .news-list {
      width: 100%; } }

/* line 416, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.news-list li {
  margin-bottom: 10px; }

/* line 417, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.news-list li h3 {
  color: #333333;
  font-weight: normal;
  font-size: 13px;
  margin-bottom: 8px; }

/* line 418, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.news-list li p {
  font-size: 13px;
  line-height: 15px;
  padding-bottom: 8px; }

/* line 419, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.news-list li p.date {
  font-size: 11px;
  line-height: 13px;
  color: #134084;
  padding: 0; }

/* line 420, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.news-list li .read-more {
  height: 13px;
  width: 61px;
  display: block;
  float: right;
  font-size: 11px;
  line-height: 13px;
  background: url(images/read-more-bullet.png) no-repeat 0 0;
  padding: 0 0 0 18px;
  color: #134084;
  font-weight: bold; }

/* line 421, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.news-list li .read-more:hover {
  background-position: 0 100%; }

/* line 423, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.link-panel {
  float: left;
  padding: 2px 0 0 18px;
  width: 276px; }
  @media (max-width: 991px) {
    /* line 423, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
    .link-panel {
      width: 196px; } }
  @media (max-width: 767px) {
    /* line 423, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
    .link-panel {
      float: none;
      padding-left: 0;
      width: 100%; } }

/* line 434, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.link-panel h3 {
  color: #386b9d;
  font-size: 16px;
  line-height: 22px;
  font-weight: bold; }

/* line 435, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.link-panel ul {
  padding: 8px 0; }

/* line 436, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.link-panel ul li {
  background: url(images/arrow.png) no-repeat 0 2px;
  padding: 0 0 0 22px;
  margin-bottom: 7px; }

/* line 437, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.link-panel ul li a:hover {
  text-decoration: underline; }

/* line 438, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.link-panel ul.media-links {
  padding: 0; }

/* line 439, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.link-panel ul.media-links li {
  background: none;
  padding: 0;
  margin: 0 4px 0 0;
  float: left; }

/* line 441, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
#body-part .body-right {
  float: right;
  padding: 15px 15px 0 0;
  width: 300px; }
  @media (max-width: 991px) {
    /* line 441, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
    #body-part .body-right {
      width: 60px; } }
  @media (max-width: 767px) {
    /* line 441, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
    #body-part .body-right {
      clear: both;
      float: none;
      margin-left: 2%;
      padding-left: 0;
      padding-top: 20px;
      width: 96%; } }

/*sponsor panel start*/
/* line 456, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.sponsors-box {
  width: 270px;
  height: 332px;
  padding: 10px;
  background: url(images/sponsor-box-bg.png) no-repeat 0 0;
  float: right; }
  @media (max-width: 991px) {
    /* line 456, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
    .sponsors-box {
      background: none;
      border: 1px solid #999;
      width: 190px; } }
  @media (max-width: 767px) {
    /* line 456, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
    .sponsors-box {
      float: none;
      display: block !important;
      height: auto;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 20px; } }

/* line 472, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.sponsors-box h3 {
  color: #ee3528;
  font-size: 16px;
  line-height: 38px;
  text-align: center;
  border-bottom: 1px solid #dddddd;
  height: 38px; }

/* line 474, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.sponsors {
  margin: 0px;
  padding: 0px;
  height: 290px;
  width: 100%;
  overflow: hidden; }

/* line 475, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.sponsors li {
  list-style: none;
  height: 260px;
  text-align: center; }

/* line 476, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.sponsors .bx-wrapper {
  margin: 0 auto; }

/* line 477, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.sponsors li img {
  height: auto; }

/* line 480, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.sponsors-box .bx-next, .sponsors-box .bx-prev, .sponsors-box .bx-auto {
  display: none; }

/* line 482, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.sponsors-box .bx-pager {
  position: absolute;
  z-index: 120;
  text-align: center;
  bottom: 17px;
  left: 97px;
  height: 10px;
  overflow: hidden; }

/* line 487, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.sponsors-box .bx-pager a {
  text-indent: -9999px;
  display: block;
  text-decoration: none;
  float: left;
  border: 0px;
  overflow: hidden;
  outline: 0px;
  height: 10px;
  margin: 0px 10px 0px 0px;
  width: 11px;
  background: url(images/control-dot.png) no-repeat 0 0; }

/* line 488, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.sponsors-box .bx-pager .pager-active, .sponsors-box .bx-pager a:hover {
  background-position: 0 -10px; }

/* line 489, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.sponsors-box .bx-wrapper {
  height: 290px; }

/*sponsor panel end*/
/* line 492, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.bottom-box {
  background: url(images/bottom-box-bg.gif) repeat-x 0 0;
  padding: 15px 0 10px 28px; }
  @media (max-width: 991px) {
    /* line 492, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
    .bottom-box {
      padding-bottom: 20px; } }
  @media (max-width: 767px) {
    /* line 492, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
    .bottom-box {
      margin-top: 10px;
      padding-left: 0;
      padding-top: 20px; } }

/* line 503, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.ie7 .bottom-box {
  padding-top: 7px; }

@media (max-width: 767px) {
  /* line 505, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
  .bottom-box ul {
    text-align: center; } }

/* line 509, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.bottom-box ul li {
  background: url(images/image-base.png) no-repeat 0 0;
  width: 200px;
  height: 110px;
  padding: 10px;
  margin-right: 17px;
  float: left;
  position: relative; }
  @media (max-width: 991px) {
    .bottom-box ul li {
      background: none;
      height: 77px;
      width: 140px; }
      .bottom-box ul li img {
        height: auto; } }
  @media (max-width: 767px) {
    .bottom-box ul li {
      background: url(images/image-base.png) no-repeat 0 0;
      display: inline-block;
      float: none;
      height: auto;
      margin-right: 0;
      width: 200px; }
      .bottom-box ul li img {
        margin-bottom: 14px; } }

.bottom-box ul li span {
  position: absolute;
  background: url(images/transparent-black.png) repeat;
  font-weight: bold;
  font-size: 13px;
  line-height: 25px;
  white-space: nowrap;
  overflow: hidden;
  padding: 0 9px;
  color: #fff;
  left: 10px;
  bottom: 10px;
  width: 182px;
  height: 25px;
  cursor: pointer; }

.bottom-box ul li:hover span {
  color: #90f1ff; }

.bottom-curve {
  background: url(images/rounded-bottom.png) no-repeat 0 0;
  height: 7px;
  width: 990px;
  display: block;
  margin-bottom: 16px; }
  @media (max-width: 991px) {
    .bottom-curve {
      display: none; } }

/*body part end*/
/*footer part start*/
#footer {
  clear:both;
  background: #3E71AB;
  border-top:5px solid #9DB7D4;
  padding: 27px 0 20px 0;
  overflow: hidden; }
  @media (max-width: 991px) {
    #footer {
      padding-left: 15px;
      padding-right: 15px; } }

.footer-inner {
  width: 950px;
  margin: 0 auto; }
  @media (max-width: 991px) {
    .footer-inner {
      width: 100%; } }

.footer-inner h2 {
  color: white;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 6px; }

.address-block {
  float: left;
  width: 420px; }
  @media (max-width: 991px) {
    .address-block {
      width: 260px; } }

.address-block p {
  color:white;
  font-size: 12px;
  line-height: 20px; }

.address-block p.email, .address-block p.email a {
  color: #9DB7D4; }

.address-block p.email a:hover {
  text-decoration: underline; }

.address-block p.copy {
  font-size: 11px;
  line-height: 13px;
  padding-top: 100px; }
  @media (max-width: 991px) {
    .address-block p.copy {
      padding-top: 30px; } }
  @media (max-width: 767px) {
    .address-block p.copy {
      padding-top: 16px; } }

.address-block p.copy a {
  color: #666666; }

.address-block p.copy a:hover {
  text-decoration: underline; }

.footer-list {
  float: left;
  width: 264px; }
  @media (max-width: 991px) {
    .footer-list {
      width: 224px; } }
  @media (max-width: 767px) {
    .footer-list {
      float: left;
      margin: 0 auto 20px;
      padding-right: 2%;
      width: 48%; } }

.footer-list li {
  font-size: 12px;
  line-height: 20px; }

.footer-list li a {
  color: #9DB7D4;
}
.footer-list li a:hover {
  color: white; }

/*footer part end*/
/*inner page*/
.inner-page {
  background: url(images/inner-header.png) no-repeat 0 0 #fff;
  background-size:contain;
  padding: 12px 0 48px;
  position: relative; }

@media (min-width: 768px) and (max-width: 991px) {
  #body-part-2 .container {
    width: 95%; } }

#body-part-2 .body-left {
  width: 684px;
  padding: 0 0 0 26px;
  float: left; }
  @media (max-width: 991px) {
    #body-part-2 .body-left {
      width: 60%; } }
  @media (max-width: 767px) {
    #body-part-2 .body-left {
      float: none;
      padding-left: 0;
      width: 100%; } }

#body-part-2 .body-left .left-content {
  padding-left: 12px;
  padding-bottom: 22px; }
  @media (max-width: 991px) {
    #body-part-2 .body-left .left-content {
      padding-left: 0; } }
  @media (max-width: 767px) {
    #body-part-2 .body-left .left-content {
      padding-left: 0; } }

.inner-top {
  height: 60px;
  margin-bottom: 24px; }

  @media (max-width: 767px) {
    .inner-top {
  background: url(images/inner-header.png) no-repeat 0 0 #3E71AB;
  background-size:contain;
  padding: 12px 14px;
  position: relative;
  border-radius:7px 7px 0 0;
 }
}

.inner-top h2 {
  color: white;
  font-weight: bold;
  font-size: 24px;
  line-height: 34px; }
  @media (max-width: 767px) {
    .inner-top h2 {
      line-height: 110%;
      margin-bottom: 0.4em; } }

/* start*/
@media (min-width: 768px) and (max-width: 991px) {
  .breadcrumb {
    margin-top: 3px; } }

@media (max-width: 767px) {
  .breadcrumb {
    margin-bottom: 0.5em; } }

.breadcrumb li {
  float: left;
  color: #fff;
  font-size: 11px;
  line-height: 13px;
  margin-right: 3px; }

/* line 656, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.breadcrumb li a {
  background: url(images/breadcrumb-arrow.png) no-repeat 100% 50%;
  color: #fff;
  padding-right: 10px; }

/* line 657, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.breadcrumb li a:hover {
  text-decoration: underline; }

/*breadcrumb end*/
/* line 660, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
#body-part-2 .body-left h3 {
  color: #17538e;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  padding-bottom: 7px; }

/* line 661, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
#body-part-2 .body-left p {
  padding-bottom: 15px;
  font-size: 13px;
  line-height: 18px; }

/* line 663, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
#body-part-2 ul.link {
  padding-bottom: 42px; }
  @media (max-width: 767px) {
    /* line 663, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
    #body-part-2 ul.link {
      margin-top: 12px;
      padding-bottom: 10px; } }

/* line 670, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
#body-part-2 ul.link li {
  float: left;
  background: url(images/link-sep.gif) no-repeat 100% 3px;
  padding: 0px !important; }

/* line 671, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
#body-part-2 ul.link li a {
  padding: 0 6px;
  color: #17538e;
  font-size: 13px; }

/* line 672, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
#body-part-2 ul.link li a:hover {
  text-decoration: underline; }

/* line 673, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
#body-part-2 ul.link li.first a {
  padding-left: 0px !important; }

/* line 675, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
#body-part-2 .body-right {
  width: 230px;
  float: right;
  padding-right: 15px; }
  @media (max-width: 991px) {
    /* line 675, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
    #body-part-2 .body-right {
      padding-right: 3%;
      width: 31%; } }
  @media (max-width: 767px) {
    /* line 675, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
    #body-part-2 .body-right {
      clear: both;
      float: none;
      padding-right: 0;
      padding-top: 20px;
      width: 100%; } }

/*sponsor panel start*/
/* line 691, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.sponsors-box2 {
  width: 214px;
  height: 332px;
  padding: 5px;
  margin-bottom: 12px;
  background: url(images/sponsor-box-bg2.png) no-repeat 0 0;
  float: right;
  margin-top: 65px; }
  @media (max-width: 767px) {
    /* line 691, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
    .sponsors-box2 {
      float: none;
      height: auto;
      margin-top: 0; } }

/* line 699, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.ie7 .sponsors-box2 {
  margin-bottom: 2px; }

/* line 700, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.sponsors-box3 {
  float: right;
  width: 204px;
  height: 136px;
  background: url(images/image-base-2.png) no-repeat 0 0;
  padding: 10px; }
  @media (max-width: 767px) {
    /* line 700, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
    .sponsors-box3 {
      float: none;
      margin-bottom: 20px; } }

/* line 707, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.ie7 .sponsors-box3 {
  margin-bottom: 2px; }

/* line 708, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.sponsors-box2 h3 {
  color: #ee3528;
  font-size: 14px;
  line-height: 38px;
  text-align: center;
  border-bottom: 1px solid #dddddd;
  height: 38px; }

/* line 710, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.sponsors2 {
  margin: 0px;
  padding: 0px;
  height: 290px;
  width: 100%;
  overflow: hidden; }

/* line 711, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.sponsors2 li {
  list-style: none;
  height: 236px;
  padding: 0;
  padding: 24px 0 0 0;
  text-align: center; }

/* line 712, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.sponsors2 .bx-wrapper {
  margin: 0 auto; }

/* line 714, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.sponsors-box2 .bx-next, .sponsors-box2 .bx-prev, .sponsors-box2 .bx-auto {
  display: none; }

/* line 716, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.sponsors-box2 .bx-pager {
  position: absolute;
  z-index: 120;
  text-align: center;
  bottom: 18px;
  left: 27px;
  height: 10px;
  overflow: hidden; }

/* line 717, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.sponsors-box2 .bx-pager a {
  text-indent: -9999px;
  display: block;
  text-decoration: none;
  float: left;
  border: 0px;
  overflow: hidden;
  outline: 0px;
  height: 10px;
  margin: 0px 10px 0px 0px;
  width: 11px;
  background: url(images/control-dot.png) no-repeat 0 0; }

/* line 718, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.sponsors-box2 .bx-pager .pager-active, .sponsors-box2 .bx-pager a:hover {
  background-position: 0 -10px; }

/* line 719, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.sponsors-box2 .bx-wrapper {
  height: 290px; }

/*sponsor panel end*/
/* line 722, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.full-section {
  width: 937px;
  padding: 0 0 22px 38px;
  overflow: hidden;
  position: relative; }
  @media (min-width: 768px) {
    /* line 722, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
    .full-section {
      padding-left: 3%;
      width: 95%; } }
  @media (max-width: 767px) {
    /* line 722, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
    .full-section {
      padding-left: 0;
      width: 100%; } }

/* line 733, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.full-section h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 13px;
  line-height: 19px;
  color: #333333; }

/* line 734, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.full-section p {
  padding-bottom: 8px; }

/* line 735, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.full-section h4 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 13px;
  line-height: 17px;
  margin-bottom: 10px;
  color: #333333; }

/* line 736, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.full-section h5 {
  color: #17538e;
  font-weight: normal;
  font-size: 13px;
  line-height: 18px; }

/* line 738, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.full-section h3.blue {
  color: #17538E;
  margin-bottom: 5px; }

/* line 740, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.full-section-container {
  width: 672px;
  float: left; }

/* line 741, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.full-content {
  width: 100%;
  overflow: hidden;
  margin-bottom: 6px; }

/* line 742, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.full-section h2, .full-section-container h2 {
  color: #17538e;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  padding-bottom: 4px;
  margin-top: 10px; }

/* line 743, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.full-section h3.italics {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 15px;
  line-height: 19px;
  color: #56a1d5;
  font-style: italic;
  margin-bottom: 10px; }

/* line 744, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.full-section-container h3 {
  color: #333333;
  font-weight: bold;
  font-size: 13px; }

/* line 745, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.full-section h3.staff {
  color: #2a2a2a;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  padding-bottom: 4px;
  margin-top: 10px; }

/* line 747, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.full-section-container p {
  padding-bottom: 18px; }

/* line 748, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.full-section-container p a {
  text-decoration: underline; }

/* line 749, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.full-section .right-image {
  float: right;
  width: 204px;
  height: 136px;
  background: url(images/image-base-2.png) no-repeat 0 0;
  padding: 10px; }

/* line 751, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.special-link {
  margin: 28px 0 32px !important;
  overflow: hidden;
  padding: 0 !important; }
  @media (max-width: 767px) {
    /* line 751, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
    .special-link {
      margin-bottom: 10px !important; } }

/* line 757, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.special-link li {
  height: 44px;
  border-bottom: 1px solid #cccccc;
  margin-right: 20px !important;
  padding: 10px 0 10px 9px !important;
  color: #333333;
  font-size: 13px;
  line-height: 44px !important;
  font-weight: bold;
  width: 304px;
  float: left !important;
  background: none !important; }

/* line 758, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.special-link li.second {
  width: 330px;
  margin-right: 0 !important; }

/* line 759, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.special-link li a {
  text-decoration: underline;
  color: #17538e; }

/* line 760, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.special-link li a:hover {
  text-decoration: none; }

/* line 761, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.special-link li img {
  float: left; }

/* line 763, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.full-section-container ul {
  padding: 0 0 0 23px;
  margin: 12px 0 26px; }

/* line 764, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.full-section-container ul li {
  background: url(images/arrow.png) no-repeat 0 1px;
  padding: 0 0 0 26px;
  margin-bottom: 12px;
  line-height: 15px; }

/* line 765, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.full-section-container ul li a {
  text-decoration: underline; }

/* line 767, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.full-section-container ul li a.no-link {
  text-decoration: none;
  color: #666666; }

/* line 769, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.media-links-container {
  padding: 37px 0 0;
  background: url(images/shadow-bg.png) no-repeat 50% 0;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0; }

/* line 770, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.media-links-container ul.media-links {
  float: right;
  padding: 0 10px 0 0; }

/* line 771, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.media-links-container ul.media-links li {
  background: none;
  padding: 0;
  margin: 0 4px 0 0;
  float: left; }

/* line 773, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.small-list {
  float: left;
  width: 328px;
  margin-right: 16px; }

/* line 774, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.small-list.last {
  margin-right: 0; }

/* line 776, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.contact-box {
  width: 450px;
  margin-right: 37px;
  float: left; }
  @media (max-width: 767px) {
    /* line 776, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
    .contact-box {
      float: none;
      margin-right: 0;
      width: 100%; } }

/* line 784, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.contact-box ul {
  padding: 0 0 0 23px;
  margin: 12px 0 26px; }

/* line 785, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.contact-box ul li {
  background: url(images/arrow.png) no-repeat 0 1px;
  padding: 0 0 0 26px;
  margin-bottom: 12px;
  line-height: 15px; }

/* line 786, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.contact-box ul li a {
  text-decoration: underline; }

/* line 788, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.wpcf7-form label {
  width: 139px;
  height: 25px;
  float: left;
  margin-bottom: 10px; }

/* line 789, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.wpcf7-form input[type="text"] {
  float: left;
  border: 1px solid #236cb1;
  padding: 4px;
  width: 165px;
  height: 15px;
  font-size: 13px;
  line-height: 15px;
  color: #333333;
  margin-bottom: 10px; }

/* line 790, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.wpcf7-form select {
  float: left;
  border: 1px solid #236cb1;
  width: 175px;
  height: 25px;
  font-size: 13px;
  line-height: 25px;
  color: #333333; }

/* line 791, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.wpcf7-form textarea {
  float: left;
  border: 1px solid #236cb1;
  width: 300px;
  height: 90px;
  font-size: 13px;
  line-height: 17px;
  font-family: Arial, Helvetica, sans-serif;
  color: #333333;
  padding: 4px; }

/* line 792, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.capcha {
  width: 150px;
  height: 42px;
  float: left;
  margin-bottom: 10px; }

/* line 793, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.wpcf7-form input[type="submit"] {
  background: url(images/submit.png) no-repeat 0 0;
  border: 0;
  width: 118px;
  height: 38px;
  float: left;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  padding-bottom: 3px;
  cursor: pointer; }

/* line 794, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.contact-form input[type="submit"]:hover {
  background-position: 0 100%; }

/* line 795, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.wpcf7-form p br {
  display: none; }

/* line 797, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.staff-image {
  background: url(images/staff-bg.png) no-repeat 0 0;
  width: 120px;
  height: 136px;
  padding: 11px;
  float: left;
  margin-top: 8px; }
  @media (max-width: 767px) {
    /* line 797, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
    .staff-image {
      margin-right: 10px; } }

/* line 803, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.staff-details {
  width: 780px;
  float: left;
  padding: 3px 0 0 0;
  float: right; }
  @media (min-width: 768px) {
    /* line 803, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
    .staff-details {
      width: 77%; } }
  @media (max-width: 767px) {
    /* line 803, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
    .staff-details {
      float: none;
      width: 100%; } }

/* line 814, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.image-right {
  float: right;
  width: auto;
  padding: 0 0 10px 20px; }

/* line 815, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.image-left {
  float: left;
  width: auto;
  padding: 0 20px 10px 0; }

/* line 817, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.short-by {
  /*position:absolute; top:0; right:0; width:auto;*/
  float: right;
  margin-bottom: 15px;
  clear: both; }
  @media (max-width: 767px) {
    /* line 817, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
    .short-by {
      float: none;
      margin-top: 10px; } }

/* line 824, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.short-by select {
  float: left;
  border: 1px solid #236cb1;
  width: 260px;
  height: 25px;
  font-size: 13px;
  line-height: 25px;
  color: #333333; }

/*programme date table start*/
/* line 827, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.programme-dates {
  border: 1px solid #797979;
  margin-bottom: 18px; }

/* line 828, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.programme-dates th, .programme-dates td {
  padding: 0 5px;
  border: solid #797979;
  border-width: 0 1px 1px 0; }

/* line 829, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.programme-dates th {
  background-color: #999999;
  color: #fff;
  height: 30px; }

/* line 830, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.programme-dates td {
  background-color: #fff;
  color: #333;
  height: 24px; }

/* line 831, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.programme-dates tr.even td {
  background-color: #e4e4e4; }

/*programme date table end*/
/*pagination start*/
/* line 835, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.pagination {
  float: right; }

/* line 836, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.pagination ul li {
  float: left;
  margin-right: 4px; }

/* line 837, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.pagination ul li a {
  text-decoration: underline; }

/* line 838, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.pagination ul li.first a, .pagination ul li.last a, .pagination ul li a:hover {
  text-decoration: none;
  color: #333; }

/*pagination end*/
/*right box*/
/* line 842, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.right-box {
  margin-bottom: 30px;
  padding-top: 65px; }
  @media (max-width: 767px) {
    /* line 842, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
    .right-box {
      margin: 0 auto 30px;
      padding-top: 0;
      width: 214px; } }

/* line 849, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.right-box-top {
  background: url(images/right-box-top.png) no-repeat 0 0;
  width: 224px;
  height: 5px;
  display: block; }

/* line 850, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.right-box-bottom {
  background: url(images/right-box-bottom.png) no-repeat 0 0;
  width: 224px;
  height: 5px;
  display: block; }

/* line 851, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.right-box-middle {
  background: url(images/right-box-middle.png) repeat-y 0 0;
  width: 214px;
  overflow: hidden;
  padding: 0 5px; }

/* .right-box-middle{ background:url(images/right-box-middle.png) repeat-y 0 0; width:214px; overflow:hidden; padding:5 5px; } */
/* FRED new content above here. Old content in comment above */
/* line 854, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.right-box-middle h3 {
  border-bottom: 1px solid #DDDDDD;
  color: #EE3528;
  font-size: 14px;
  height: 38px;
  line-height: 38px;
  padding-left: 12px; }

/* line 855, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.right-box-middle ul {
  padding: 12px; }

/* line 856, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.right-box-middle li {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 15px; }

/* line 857, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.right-box-middle li a:hover {
  text-decoration: underline; }

/* line 858, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.right-box-middle p {
  padding: 10px;
  font-size: 10px; }

/* line 861, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.video-box {
  padding: 0 5px 10px;
  width: 214px; }
  @media (max-width: 767px) {
    /* line 861, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
    .video-box {
      margin: 0 auto;
      padding: 0 5px 20px 15px; } }

/* line 868, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.youtube-video {
  margin-bottom: 6px;
  width: 214px;
  height: 166px; }

/* line 875, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
ul.blue-arrow {
  padding: 10px 0; }

/* line 876, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
ul.blue-arrow li {
  margin-bottom: 10px !important;
  background: url(images/blue-arrow.png) no-repeat 0 3px !important;
  padding: 0 0 0 8px !important;
  font-size: 13px;
  line-height: 15px !important; }

/* line 878, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.sponsor-box {
  padding: 20px 0;
  overflow: hidden;
  display: block; }

/* line 879, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.sponsor-box ul li {
  background: url(images/image-base.png) no-repeat 0 0;
  width: 200px;
  height: 110px;
  padding: 10px;
  margin: 0 13px 13px 0;
  float: left; }

/* line 881, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
ul.link-scholarship {
  padding-bottom: 20px;
  overflow: hidden; }

/* line 882, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
ul.link-scholarship li {
  float: left;
  background: url(images/link-sep.gif) no-repeat 100% 3px !important;
  padding: 0 6px !important;
  color: #000000;
  font-weight: bold;
  font-size: 13px; }

/* line 884, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.news-section {
  margin-bottom: 20px;
  padding-bottom: 10px;
  overflow: hidden;
  border-bottom: 1px dashed #a8b2ba; }

/* 13.11.2012*/
/* line 887, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.main-nav ul.menu li:last-child {
  border-radius:0 0 7px 7px;
  /*removes the border from the last one*/ }

/* 14.11.2012 */
/* line 892, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
div.mid-menu-div ul.top-link-section li {
  background: url(images/blue-button.png) no-repeat 0 0;
  width: 231px;
  height: 70px;
  float: left;
  margin-right: 9px; }
  @media (max-width: 991px) {
    /* line 892, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
    div.mid-menu-div ul.top-link-section li {
      border-radius: 6px;
      width: 23.5%; }
      /* line 897, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
      div.mid-menu-div ul.top-link-section li img {
        height: auto;
        max-width: 16%; } }
  @media (max-width: 767px) {
    /* line 892, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
    div.mid-menu-div ul.top-link-section li {
      border-radius: 0;
      display: inline-block;
      float: none;
      margin-right: 0;
      width: 231px; }
      /* line 909, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
      div.mid-menu-div ul.top-link-section li img {
        display: block; } }

/* line 914, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
div.mid-menu-div ul.top-link-section li:hover {
  background-position: 0 100%; }

/* line 915, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
div.mid-menu-div ul.top-link-section li a {
  display: block;
  width: 187px;
  height: 55px;
  color: #fff;
  padding: 15px 27px 0 17px; }
  @media (min-width: 768px) and (max-width: 991px) {
    /* line 915, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
    div.mid-menu-div ul.top-link-section li a {
      padding-left: 12px;
      padding-right: 16px; } }
  @media (max-width: 991px) {
    /* line 915, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
    div.mid-menu-div ul.top-link-section li a {
      width: auto; } }

/* line 924, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
div.mid-menu-div ul.top-link-section li a span {
  float: left;
  width: 150px;
  cursor: pointer;
  font-size: 16px;
  line-height: 18px;
  font-weight: bold; }
  @media (min-width: 768px) and (max-width: 991px) {
    /* line 924, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
    div.mid-menu-div ul.top-link-section li a span {
      font-size: 13px;
      line-height: 140%;
      margin-right: 3%;
      width: 81%; } }

/* line 933, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
div.mid-menu-div ul.top-link-section li a img {
  float: right;
  vertical-align: middle; }

/* line 934, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.full-section-container ul.sponsor-bottom-link-section li a {
  text-decoration: none;
  color: #666666;
  font-weight: bold; }

/********************************************************************/
/* line 937, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.video-box-margin {
  margin-bottom: 10px; }

/* line 938, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.online-logo {
  width: 224px;
  height: 28px;
  display: block; }

/* 17.11.2012 */
/* line 941, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.left-content h2 {
  color: #17538e;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  padding-bottom: 4px;
  margin-top: 10px; }

/* line 942, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.child-content h3 {
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 13px !important;
  line-height: 19px !important;
  color: #333333 !important;
  padding-bottom: 0 !important; }

/* line 943, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.child-content p {
  padding-bottom: 8px !important; }

/* line 944, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.sidebar-vrc img {
  margin: 10px 5px 10px; }

/* line 945, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.left-content ul li {
  background: url(images/arrow.png) no-repeat 0 1px;
  padding: 0 0 0 26px;
  margin-bottom: 12px;
  line-height: 15px; }

/* 20.11.2012 */
/* line 947, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.inline-video-box {
  padding: 0 5px 10px;
  width: 214px;
  margin-left: 55px; }

/* line 948, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.news {
  color: #386b9d;
  font-size: 16px;
  line-height: 22px;
  font-weight: bold; }

/* line 949, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.vol-box-right {
  padding-top: 0 !important; }

/********************** 28nov2012*********************/
/* line 952, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
ul.bluearrow {
  padding: 10px 0; }

/* line 953, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.left-content ul.bluearrow li {
  margin-bottom: 10px !important;
  background: url(images/blue-arrow.png) no-repeat 0 3px !important;
  padding: 0 0 0 8px !important;
  font-size: 13px;
  line-height: 18px !important; }

/******************** 29 nov 2012********************/
/* line 955, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.full-section-hof {
  width: 937px;
  padding: 0 0 0 38px;
  overflow: hidden;
  position: relative; }

/* line 956, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.full-section-hof h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 13px;
  line-height: 19px;
  color: #333333; }

/* line 957, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.full-section-hof p {
  padding-bottom: 8px; }

/* line 958, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.full-section-hof h3.blue {
  color: #17538E;
  margin-bottom: 5px; }

/* line 960, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.full-section-container-hof {
  width: 672px;
  float: left; }

/* line 961, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.full-content-hof {
  width: 100%;
  overflow: hidden;
  margin-bottom: 6px; }

/* line 962, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.full-section-hof h2, .full-section-container-hof h2 {
  color: #17538e;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  padding-bottom: 4px;
  margin-top: 10px; }

/* line 963, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.full-section-hof h3.italics {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 15px;
  line-height: 19px;
  color: #56a1d5;
  font-style: italic;
  margin-bottom: 10px; }

/* line 964, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.full-section-container-hof h3 {
  color: #333333;
  font-weight: bold;
  font-size: 13px; }

/* line 965, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.full-section-hof h3.staff {
  color: #2a2a2a;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  padding-bottom: 4px;
  margin-top: 10px; }

/* line 967, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.full-section-container-hof p {
  padding-bottom: 18px; }

/* line 968, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.full-section-container-hof p a {
  text-decoration: underline; }

/* line 969, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.full-section-hof .right-image {
  float: right;
  width: 204px;
  height: 136px;
  background: url(images/image-base-2.png) no-repeat 0 0;
  padding: 10px;
  margin-top: 4px; }

/* line 972, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.scholarship_row {
  clear: both;
  border-bottom: 2px solid #ccc;
  padding: 10px;
  margin: 0;
  display: block; }
  @media (max-width: 767px) {
    /* line 972, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
    .scholarship_row {
      padding: 0 0 10px 0; } }

/* line 982, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.scholarship_details {
  width: 625px;
  padding: 3px 0 0 0;
  float: right; }
  @media (max-width: 767px) {
    /* line 982, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
    .scholarship_details {
      float: none;
      width: 100%; } }

/* line 991, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.scholarship_details p {
  clear: both;
  margin: 10px 0; }

/* line 995, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.scholarship_details h2 {
  width: 80%;
  float: left; }
  @media (max-width: 767px) {
    /* line 995, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
    .scholarship_details h2 {
      float: none;
      width: 100%; } }

/* line 1003, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.scholarship_details h3 {
  text-align: right;
  margin: 10px 6px;
  font-size: 1.4em;
  width: 17%;
  float: right;
  color: #17538e; }
  @media (max-width: 767px) {
    /* line 1003, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
    .scholarship_details h3 {
      float: none;
      width: 100%;
      margin-left: 0;
      text-align: left; } }

/* line 1017, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.scholarship_row .wp-post-image {
  float: left;
  display: block;
  padding: 10px;
  margin: 10px; }
  @media (max-width: 767px) {
    /* line 1017, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
    .scholarship_row .wp-post-image {
      float: none;
      margin-left: 0;
      margin-bottom: 0;
      padding-left: 0; } }

/* line 1029, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.scholarship_footer {
  border-top: 1px dotted #ccc;
  padding-top: 5px; }

/* line 1033, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.scholarship_location {
  width: 48%;
  float: left; }

/* line 1036, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.scholarship_contact {
  width: 48%;
  text-align: right;
  float: right; }

/* line 1041, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
#scholarship_header {
  margin: 10px 0;
  border-bottom: 2px solid #ccc;
  text-align: center;
  font-size: 1.5em;
  padding-bottom: 8px; }

/* line 1049, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
#scholarship_top {
  border-bottom: 2px solid #ccc; }

/* line 1052, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
#scholarship_desc {
  width: 65%;
  float: left; }
  @media (max-width: 767px) {
    /* line 1052, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
    #scholarship_desc {
      float: none;
      width: 100%; } }

/* line 1059, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
#scholarship_filter {
  width: 32%;
  float: right; }
  @media (max-width: 767px) {
    /* line 1059, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
    #scholarship_filter {
      float: none;
      width: 100%; } }

/* line 1066, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
#noscholarship {
  font-size: 1.5em;
  text-align: center;
  margin: 40px 0; }

/* added by Jeff Brock, October 2013 */
/* -------------------------------------------------------------- 
   Hall of Fame
-------------------------------------------------------------- */
/* -------------------------------------------------------------- 
   Basic selectors
-------------------------------------------------------------- */
/* line 1080, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
img {
  display: block;
  max-width: 100%; }

/* -------------------------------------------------------------- 
   Common styles
-------------------------------------------------------------- */
/*.wf-loading body {
    visibility: hidden;
}	
*/
/* line 1094, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

/* line 1099, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.cf:after {
  clear: both; }

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
/* line 1107, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.cf {
  *zoom: 1; }

/* line 1110, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.full-width {
  float: none;
  width: 100%; }

/* line 1114, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.one-half {
  float: left;
  width: 50%; }
  @media (max-width: 767px) {
    /* line 1114, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
    .one-half {
      float: none;
      width: 100%; } }

/* line 1122, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.one-third {
  float: left;
  width: 33.3333%; }
  @media (max-width: 767px) {
    /* line 1122, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
    .one-third {
      float: none;
      width: 100%; } }

/* line 1130, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.two-third {
  float: left;
  width: 66.6666%; }
  @media (max-width: 767px) {
    /* line 1130, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
    .two-third {
      float: none;
      width: 100%; } }

/* line 1141, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.hof {
  font-family: "Goudy Old Style Regular", 'Times New Roman', Times, serif, serif;
  font-size: 16px;
  /*	font-size-adjust: 0.404; 
*/
  font-weight: normal;
  font-style: normal;
  padding: 0 26px 26px; }

/* line 1150, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.hof strong,
.hof a {
  font-family: "Goudy Old Style Bold", 'Times New Roman', Times, serif, serif;
  /*	font-size-adjust: 0.408; 
*/
  font-weight: bold;
  font-style: normal; }

/* line 1156, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.hof a {
  border-bottom: 1px solid #174f80; }

/* line 1159, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.hof.hall a:hover {
  border-bottom: 1px solid #174f80;
  color: #174f80;
  text-decoration: none; }

/* line 1164, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.hof em {
  font-family: "Goudy Old Style Italic", 'Times New Roman', Times, serif, serif;
  /*	font-size-adjust: 0.398; 
*/
  font-weight: normal;
  font-style: italic; }

/* line 1170, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.hof h1 {
  font-family: "Goudy Old Style Extra Bold", 'Times New Roman', Times, serif, serif;
  font-size: 40px;
  /*	font-size-adjust: 0.42; 
*/
  font-weight: 800;
  font-style: normal;
  line-height: 130%; }

/* line 1178, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.hof p {
  margin-bottom: 1em; }

/* line 1181, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
body.single-hof_hall .media-links-container {
  position: relative; }

/* Header
-------------------------------------------------------------- */
/* line 1188, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.hall-header {
  border-bottom: 1px solid #377BAB;
  margin-bottom: 18px;
  padding-bottom: 14px;
  position: relative; }

/* line 1194, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.hof-header {
  border-bottom: 1px solid #377BAB;
  padding-bottom: 18px;
  margin-bottom: 16px; }

/* Logo
-------------------------------------------------------------- */
@media (max-width: 767px) {
  /* line 1203, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
  #logo-hof {
    margin-bottom: 16px; }
    /* line 1205, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
    #logo-hof img {
      margin: 0 auto; } }

/* line 1210, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.hof.hall #logo-hof {
  float: left;
  width: 40%; }
  @media (max-width: 767px) {
    /* line 1210, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
    .hof.hall #logo-hof {
      margin-bottom: 14px; } }

/* line 1217, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.hof.hall #logo-hof img {
  height: auto;
  width: 250px; }

/* Search
-------------------------------------------------------------- */
/* line 1225, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.search-halls-container.home > .inner {
  border: 4px solid #B3B3B3;
  border-radius: 12px;
  height: 177px;
  overflow: hidden;
  position: relative; }

/* line 1232, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
#search-halls {
  float: right;
  margin-top: 10px;
  margin-right: 14px; }

/* line 1237, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
#search-halls form {
  float: right; }

/* line 1240, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
#search-halls input[type=text] {
  background-color: #E6E6E6;
  border: 1px solid #333333;
  font-family: "Goudy Old Style Italic", 'Times New Roman', Times, serif, serif;
  /*	font-size-adjust: 0.398; 
*/
  font-style: italic;
  font-size: 20px;
  height: 31px;
  padding: 0 4px;
  width: 209px; }

/* line 1251, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
#search-halls select {
  border: 1px solid black;
  font-family: "Goudy Old Style Regular", 'Times New Roman', Times, serif, serif;
  /*	font-size-adjust: 0.404; 
*/
  font-weight: normal;
  font-size: 18px;
  height: 31px;
  width: 166px; }

/* line 1260, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
#searchsubmit-hof {
  background: #377BAB url("images/background-search-button.png") no-repeat right center;
  border: 1px solid #333333;
  border-radius: 6px;
  color: #ffffff;
  cursor: pointer;
  font-size: 23px;
  height: 31px;
  line-height: 31px;
  font-family: "Goudy Old Style Extra Bold", 'Times New Roman', Times, serif, serif;
  /*	font-size-adjust: 0.42; 
*/
  font-weight: 800;
  font-style: normal;
  padding-right: 35px;
  padding-left: 10px; }

/* line 1276, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.hof.hall #search-halls {
  margin-top: 0; }

/* line 1279, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.hof.hall .view-complete-list {
  background: none;
  bottom: auto;
  top: 50px; }

/* line 1284, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.hof.hall .view-complete-list a {
  border-color: #1C86EE;
  color: #1C86EE; }

/* line 1288, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.hof.hall .view-complete-list a:hover {
  border-color: black;
  color: black; }

/* line 1292, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.search-heading {
  margin-bottom: 1em; }

/* line 1295, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.search-heading h2 {
  float: left; }

/* line 1298, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.search-heading .expand {
  float: right; }

/* View member list
-------------------------------------------------------------- */
/* line 1304, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.view-complete-list {
  background: rgba(255, 255, 255, 0.7);
  bottom: 0;
  height: 31px;
  line-height: 28px;
  position: absolute;
  text-align: right;
  width: 100%; }

/* line 1313, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.view-complete-list a {
  background-color: transparent;
  border-bottom: 1px solid black;
  color: black;
  font-size: 18px;
  font-family: "Goudy Old Style Bold", 'Times New Roman', Times, serif, serif;
  /*	font-size-adjust: 0.408; 
*/
  font-weight: bold;
  margin-right: 16px; }

/* line 1323, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.view-complete-list a:hover {
  text-decoration: none; }

/* Hall Homepage
-------------------------------------------------------------- */
/* line 1330, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.hof-content .entry a {
  border-color: #1C86EE; }

/* line 1333, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.hof-content .entry a:hover {
  border-color: #0d3d6c !important;
  color: #0d3d6c;
  text-decoration: none; }

/* line 1338, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.hof-column.intro .one-half {
  float: right; }
  @media (max-width: 767px) {
    /* line 1338, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
    .hof-column.intro .one-half {
      float: none; } }

/* line 1344, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.full-width .hall-card-wrapper {
  float: left;
  width: 33.3333%; }
  @media (max-width: 767px) {
    /* line 1344, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
    .full-width .hall-card-wrapper {
      float: none;
      width: 100%; } }

/* line 1352, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.hall-card-wrapper {
  color: #000000;
  font-size: 18px;
  height: 277px;
  line-height: 120%;
  margin-bottom: 26px;
  text-align: center; }
  @media (max-width: 767px) {
    /* line 1352, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
    .hall-card-wrapper {
      height: auto; } }

/* line 1363, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.hall-card {
  background-color: #a7a9ac;
  border-radius: 6px;
  height: 100%;
  margin-right: 10px;
  padding: 4px; }
  @media (max-width: 767px) {
    /* line 1363, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
    .hall-card {
      margin-right: 0; } }

/* line 1374, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.last .hall-card,
.hall-card.last {
  margin-right: 0;
  margin-left: 10px; }
  @media (max-width: 767px) {
    /* line 1374, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
    .last .hall-card,
    .hall-card.last {
      margin-left: 0; } }

/* line 1381, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.full-width .hall-card.middle {
  margin-right: 5px;
  margin-left: 5px; }
  @media (max-width: 767px) {
    /* line 1381, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
    .full-width .hall-card.middle {
      margin-left: 0;
      margin-right: 0; } }

/* line 1389, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.hall-card h2 {
  font-size: 18px;
  margin-bottom: 10px; }

/* line 1393, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.hall-card h2 a {
  border-bottom: 1px solid #1C86EE;
  font-family: "Goudy Old Style Extra Bold", 'Times New Roman', Times, serif;
  /*	font-size-adjust: 0.42; 
*/
  font-style: normal;
  font-weight: 800; }

/* line 1400, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.hall-card h2 a:hover {
  text-decoration: none;
  border-color: black; }

/* line 1404, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.hall-card .hall-icon {
  float: none;
  margin: 8px auto;
  width: 210px; }

/* line 1409, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.hall-card .hall-icon a {
  border: none;
  display: block; }

/* line 1413, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.hall-card .hall-icon img {
  height: auto;
  float: none; }

/* line 1417, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.hall-card > .inner {
  background-color: #E6F5FC;
  border: 3px solid #4d505b;
  border-radius: 6px;
  height: 263px;
  padding: 4px; }
  @media (max-width: 767px) {
    /* line 1417, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
    .hall-card > .inner {
      height: auto;
      padding-bottom: 14px; } }

/* line 1428, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.hall-card .hall-summary {
  padding: 0 20px; }

/* line 1431, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.hof-column .entry {
  padding: 0 7px; }

/* Hall Description
-------------------------------------------------------------- */
/* line 1438, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.hall-page-expanded {
  display: none; }

/* line 1441, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.hall-page-description {
  float: left;
  width: 55%; }

/* line 1445, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.hall-page-description p {
  font-size: 22px;
  font-family: "Goudy Old Style Bold", 'Times New Roman', Times, serif, serif;
  /*	font-size-adjust: 0.408; 
*/
  font-weight: bold;
  font-style: normal;
  line-height: 125%; }
  @media (max-width: 767px) {
    /* line 1445, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
    .hall-page-description p {
      font-size: 18px;
      font-family: "Goudy Old Style Regular", 'Times New Roman', Times, serif, serif;
      font-weight: normal; } }

/* line 1458, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.hall-icon {
  float: left;
  margin-top: 6px;
  width: 45%; }

/* line 1463, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.hall-icon img {
  float: right; }

/* Sorting
-------------------------------------------------------------- */
/* line 1470, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.hall-member-sorting {
  border-top: 1px solid #377BAB;
  border-bottom: 1px solid #377BAB;
  line-height: 40px;
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    /* line 1470, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
    .hall-member-sorting {
      margin-bottom: 20px;
      margin-top: 14px; } }

/* line 1480, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
body.search .hall-member-sorting {
  border-top: none;
  margin-top: -18px; }

/* line 1484, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
#sort-by li {
  float: left;
  margin-right: 20px; }

/* line 1488, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
body.search #sort-by li a {
  color: #1C86EE; }

/* line 1491, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
body.search .hall-member-sorting {
  margin-bottom: 0; }

/* line 1495, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
body.search #sort-by li a.selected,
#sort-by li a.selected {
  border-bottom: none;
  color: black;
  font-family: "Goudy Old Style Bold", 'Times New Roman', Times, serif, serif;
  /*	font-size-adjust: 0.408; 
*/
  font-weight: bold; }

/* line 1502, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
#sort-by li a.selected:hover {
  cursor: default; }

/* line 1505, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.sort-options {
  float: left; }

/* line 1509, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.sort-options p,
.sort-options ul {
  float: left; }

/* line 1512, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.sort-options p {
  font-family: "Goudy Old Style Italic", 'Times New Roman', Times, serif, serif;
  /*	font-size-adjust: 0.398; 
*/
  font-style: italic;
  font-size: 18px;
  line-height: 37px;
  margin-bottom: 0;
  margin-right: 24px; }

/* line 1521, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.expand {
  float: right; }

/* line 1525, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
body.search #sort-by a,
body.search a.expand-all {
  border-bottom-color: #1C86EE; }

/* line 1528, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
body.search #sort-by a:hover {
  border-bottom-color: #174f80; }

/* Filtering
-------------------------------------------------------------- */
/* line 1535, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.hall-member-filtering {
  border-bottom: 1px solid #377BAB;
  /*	line-height: 40px;	
*/
  margin-bottom: 40px;
  margin-top: 2px; }

/* line 1541, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.hall-member-filtering .title {
  float: left;
  width: 75px; }

/* line 1545, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.hall-member-filtering .title p {
  font-family: "Goudy Old Style Italic", 'Times New Roman', Times, serif, serif;
  font-style: italic;
  font-size: 18px;
  line-height: 37px;
  margin-bottom: 0;
  margin-right: 0; }

/* line 1553, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.filter-options ul {
  float: left;
  width: 782px; }

/* line 1557, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.filter-options ul li {
  float: left;
  margin-bottom: 4px;
  margin-right: 20px; }

/* line 1562, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
body.search .hof.hall #filter-options li a {
  color: #1C86EE; }

/* line 1565, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.filter-options ul li a.selected {
  border-bottom: none;
  color: black;
  font-family: "Goudy Old Style Bold", 'Times New Roman', Times, serif, serif;
  font-weight: bold; }

/* line 1571, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.filter-options ul li a.selected:hover {
  cursor: default; }

/* line 1574, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.filter-options {
  float: left;
  padding: 10px 0 0;
  width: 862px; }

/* line 1580, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.filter-options p,
.filter-options ul {
  float: left; }

/* line 1583, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.filter-options p {
  font-family: "Goudy Old Style Italic", 'Times New Roman', Times, serif, serif;
  font-style: italic;
  font-size: 18px;
  line-height: 37px;
  margin-bottom: 0;
  margin-right: 24px; }

/* line 1591, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.filter-options .subtitle {
  float: left;
  font-family: "Goudy Old Style Italic", 'Times New Roman', Times, serif, serif;
  font-style: italic;
  font-weight: normal;
  text-transform: uppercase;
  width: 65px; }

/* line 1600, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
body.search a.expand-all,
body.search .filter-options ul a {
  color: #1C86EE;
  border-bottom-color: #1C86EE; }

/* line 1604, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
body.search .filter-options ul a:hover {
  border-bottom-color: #174f80; }

/* line 1608, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
body.search .filter-options ul a.selected,
body.search .filter-options a.all.selected {
  border-bottom: none;
  color: black; }

/* line 1612, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.filter-option {
  margin-bottom: 10px; }

/* Member
-------------------------------------------------------------- */
/* line 1619, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.member {
  background-color: #a7a9ac;
  border-radius: 6px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 4px; }

/* line 1626, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.member.horizontal {
  /*    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);	
*/ }

/* line 1633, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.member:hover {
  cursor: pointer; }

/* line 1636, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.member-card {
  background-color: #E6F5FC;
  border: 3px solid #4d505b;
  border-radius: 6px;
  float: left;
  padding: 3px 2px 3px 3px;
  position: relative;
  width: 205px; }

/* line 1645, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.member-card img {
  height: 300px;
  max-width: 100%; }

/* line 1649, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.member.horizontal .member-card {
  width: 301px;
  width: 283px; }

/* line 1653, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.member.horizontal .member-card img {
  height: 214px;
  width: 300px; }

/* line 1657, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.member .magnify {
  background: url(images/background-magnifying-glass.png) no-repeat;
  background-size: cover;
  bottom: 12px;
  height: 24px;
  left: 12px;
  position: absolute;
  width: 24px; }

/* line 1666, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.member.without-photo .magnify {
  background-image: url(images/background-magnifying-glass-no-photo.png); }

/* line 1669, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.member .magnify.close {
  background-image: url(images/background-close.png); }

/* line 1672, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.member.without-photo .magnify.close {
  background-image: url(images/background-close-no-photo.png); }

/* line 1675, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.member_division {
  margin-top: -0.5em;
  margin-bottom: 0.75em; }

/* line 1679, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.member-info {
  bottom: 14px;
  color: #245D98;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  width: 100%; }

/* line 1687, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.member-info p {
  margin-bottom: 0;
  padding: 0 10px; }

/* line 1691, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.member-info .member-hall {
  font-size: 12px; }

/* line 1695, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.member-info .member-first-name,
.member-info .member-last-name {
  display: block; }

/* line 1698, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.member-info .member-first-name {
  font-family: "Goudy Old Style Bold", 'Times New Roman', Times, serif;
  /*	font-size-adjust: 0.408; 
*/
  font-weight: bold;
  font-style: normal; }

/* line 1704, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.member-info .member-last-name {
  color: #245D98;
  font-family: "Goudy Old Style Extra Bold", 'Times New Roman', Times, serif;
  /*	font-size-adjust: 0.42; 
*/
  font-weight: 800;
  font-style: normal;
  font-size: 18px; }

/* line 1712, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.member-text {
  background-color: #E6F5FC;
  border-radius: 6px;
  display: none;
  float: left;
  font-size: 15px;
  height: 310px;
  margin-left: 4px;
  margin-top: 1px;
  /*	overflow: hidden;
*/
  width: 708px; }

/* line 1724, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.member.horizontal .member-text {
  height: 224px;
  width: 630px; }

/* line 1728, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.member.horizontal .stats {
  border-bottom: none; }

/* line 1731, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.member.horizontal .teams {
  width: 131px; }

/* line 1734, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.member-text > .inner {
  /*	overflow: hidden;
*/
  padding: 7px 14px 7px 14px;
  margin-bottom: 12px; }

/* line 1739, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.member-text .summary {
  border-bottom: 1px solid #4d505b;
  margin-bottom: 6px; }

/* line 1743, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.member-text h2 {
  font-family: "Goudy Old Style Extra Bold", 'Times New Roman', Times, serif, serif;
  /*	font-size-adjust: 0.42; 
*/
  font-weight: 800;
  font-style: normal;
  font-size: 24px;
  line-height: 110%;
  margin-bottom: 6px; }

/* line 1752, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.member-text h2 .member-hall {
  background-repeat: no-repeat;
  background-position: left 4px;
  background-size: 20px auto !important;
  padding-left: 25px; }

/* line 1760, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.world-champions .member-text h2 .member-hall,
.world-champions .member-text h2 .member-award,
.world-champions .member-text h2 .member-division {
  padding-left: 0;
  padding-right: 25px;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 20px auto !important; }

/* line 1767, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.world-champions .member-text h2 .member-award {
  padding-right: 20px; }

/* line 1770, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.world-champions .member-text h2 .member-division {
  padding-right: 20px;
  white-space: nowrap; }

/* line 1774, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.world-champions .member-text h2 .member-year {
  padding-left: 6px; }

/* line 1777, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.team-number {
  float: left;
  width: 50px; }

/* line 1781, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.team-school {
  float: left;
  width: 341px; }

/* line 1785, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.row {
  margin-top: 6px; }

/* line 1788, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.world-champions .member-text .text.location {
  width: 191px;
  margin-right: 0; }

/* line 1792, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.world-champions .member-text .subtext.location {
  width: 100%; }

/* line 1795, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.member-text .header {
  margin-bottom: 6px; }

/* line 1798, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.member-text .header h3 {
  background-color: #194C67;
  color: white;
  display: inline-block;
  font-family: "Goudy Old Style Italic", 'Times New Roman', Times, serif, serif;
  /*	font-size-adjust: 0.398; 
*/
  font-style: italic;
  font-size: 16px;
  font-weight: normal;
  padding: 2px 6px;
  text-transform: uppercase; }

/* line 1810, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.member-last-name {
  text-transform: uppercase; }

/* line 1813, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.powers {
  /*	overflow-y: scroll;	
*/ }

/* line 1816, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.large {
  width: 930px; }

/* line 1819, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.stats {
  border-bottom: 1px solid #4d505b;
  margin-bottom: 10px;
  padding-bottom: 4px; }

/* line 1824, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.powers {
  float: left;
  width: 50%; }

/* line 1828, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.wisdom {
  float: left;
  width: 50%; }

/* line 1832, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.teams {
  float: left;
  width: 209px; }

/* line 1836, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.member.horizontal.world-champions .teams {
  width: 231px; }

/* line 1839, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.website {
  float: left;
  width: 80%; }

/* line 1843, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.website a {
  border-bottom: none; }

/* line 1846, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.website .subheader {
  border-bottom: none; }

/* line 1849, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.partner-of-the-year .member-text .header h3 {
  float: left;
  margin-right: 8px; }

/* line 1853, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.partner-of-the-year .stats {
  margin-bottom: 0; }

/* line 1856, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.organization {
  float: left;
  width: 188px; }

/* line 1860, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.location {
  float: left;
  width: 153px; }

/* line 1864, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.year {
  float: left;
  width: 100px; }

/* line 1868, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.world-champions .year {
  display: none; }

/* line 1871, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.title {
  float: left;
  width: 406px; }

/* line 1875, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.subheader {
  border-bottom: 1px solid #b3b3b3;
  font-family: "Goudy Old Style Italic", 'Times New Roman', Times, serif, serif;
  /*	font-size-adjust: 0.398; 
*/
  font-style: italic;
  margin-bottom: 4px;
  padding-bottom: 3px; }

/* line 1884, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.stats .subheader,
.stats .subtext {
  /*	margin-right: 10px;
*/ }

/* line 1887, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.member-text .text {
  line-height: 110%;
  margin-right: 10px; }

/* line 1891, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.member-text .text .item {
  margin-bottom: 3px; }

/* line 1894, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.member-text .text.year {
  margin-right: 0; }

/* Isotope filtering
-------------------------------------------------------------- */
/* line 1901, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.isotope-item {
  z-index: 2; }

/* line 1905, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1; }

/* Isotope CSS3 transitions
-------------------------------------------------------------- */
/* line 1913, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s; }

/* line 1921, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.isotope {
  -webkit-transition-property: height, width;
  transition-property: height, width; }

/* line 1929, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity; }
  @media (max-width: 767px) {
    /* line 1929, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
    .isotope .isotope-item {
      max-width: 100%; } }

/* Disabling Isotope CSS3 transitions
-------------------------------------------------------------- */
/* line 1945, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  transition-duration: 0s; }

/* Single member page
-------------------------------------------------------------- */
/* line 1956, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.mobile-only {
  display: none; }

/* line 1959, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.hof.single-member .member {
  margin-right: 0; }

/* line 1962, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.hof.single-member .member:hover {
  cursor: default; }

/* line 1965, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.hof.single-member .member-text {
  display: block; }

/* line 1968, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.hof.single-member .member .magnify {
  display: none; }

/* line 1971, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.hof.single-member .hall-page-description p {
  font-size: 16px; }

/* line 1974, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.hof.single-member .hall-page-intro {
  margin-top: 16px; }

/* line 1977, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.hof.single-member .hall-icon {
  float: right; }

/* line 1980, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.menu-top_menu-container select {
  display: none; }

/* Volunteering sidebar
-------------------------------------------------------------- */
/* line 1987, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.sidebar-vrc .text {
  padding: 0 5px 10px; }

/* line 1990, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.sidebar-vrc img {
  margin-left: 0;
  margin-bottom: 10px; }

/* line 1994, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.right-box-middle.sidebar-vrc p {
  font-size: 12px; }

/* Seasonal announcement
-------------------------------------------------------------- */
.seasonal-announcement {
  background: url(images/body-shadow.png) no-repeat 50% 0; }

.seasonal-announcement > .inner {
  font-size: 16px;
  margin: 0 auto;
  padding: 24px 0;
  text-align: center;
  width: 990px; }

.seasonal-announcement h2 {
  color: #000000;
  margin-bottom: 16px; }

.seasonal-announcement p {
  color: #000000;
  line-height: 140%;
  padding: 0 100px; }

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
  .mobile-only {
    display: block; }

  #search-halls,
  .view-complete-list,
  .media-links-container,
  .hall-page-description h1,
  .mobile-hidden,
  .member-text .summary,
  .bottom-curve,
  #menu-top_menu {
    display: none; }

  #header,
  .inner-page,
  #body-part-2 {
    background: #ffffff; }

  .hall-header {
    border-bottom: none; }

  #header {
    height: auto; }

  h1.logo {
    margin-right: 5%;
    width: 20%; }

  h1.logo img {
    height: auto; }

  #body-part-2 {
    padding-top: 14px; }

  .hof {
    padding: 0 12px; }

  .hof.hall #logo-hof,
  .hall-page-description,
  .hall-icon,
  .teams,
  .powers,
  .wisdom,
  .organization,
  .location,
  .year,
  .member.horizontal .teams,
  .title,
  .member-award,
  .member-division,
  .team-number,
  .team-school {
    width: 100%; }

  .hof.hall #logo-hof img {
    height: auto;
    margin: 0 auto;
    width: auto; }

  .body-base {
    min-height: 0; }

  .hall-header {
    margin-bottom: 0; }

  .member-name {
    margin-bottom: 12px;
    text-align: center; }

  .member-name h2 {
    line-height: 120%; }

  .hof h1 {
    font-size: 28px;
    line-height: 120%;
    margin-bottom: 6px; }

  .inner-page {
    padding: 3px 0 3px 5px; } 
}
  @media only screen and (max-width: 767px) and (max-width: 991px) {
    .inner-page {
      background-size: contain; } }

@media only screen and (max-width: 767px) {
  .hall-icon img {
    height: auto; }

  .member-text,
  .member.horizontal .member-text {
    font-size: 16px;
    height: auto;
    margin: 0 2% 4px;
    width: 96%; }

  .member-text .text,
  .stats .subheader,
  .stats .subtext {
    margin-right: 0; }

  .stats {
    border-bottom: none; }

  .powers {
    margin-bottom: 10px; }

  .member-text .text {
    padding-bottom: 24px; }

  .member-text > .inner {
    padding: 7px 7px 7px 7px; }
  .member-text .text,
  .member-text .text .item {
    margin-bottom: 9px; }

  .member-card,
  .member.horizontal .member-card {
    margin: 0 auto 8px;
    padding: 3px 2px 3px 3px;
    position: relative;
    width: 96%; }
  /* line 2151, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
  .member-card img {
    height: auto;
    width: 100%; }
  /* line 2155, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
  #header .header-top {
    height: auto; }
  /* line 2158, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
  #header {
    border-bottom: 5px solid #134084;
    padding-bottom: 10px; }
  /* line 2162, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
  .main-nav {
    float: right;
    margin-top: -25px;
    width: 65%; }
  /* line 2167, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
  .menu-top_menu-container select {
    display: block;
    max-width: 96%; }
  /* line 2171, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
  .hof.single-member .hall-page-intro {
    margin-top: 0; }
  /* line 2174, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
  .hof.single-member .hall-icon {
    margin-bottom: 12px; }
  /* line 2177, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
  .hof.single-member .hall-page-description p {
    font-family: "Goudy Old Style Regular", 'Times New Roman', Times, serif, serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 110%; }
  /* line 2183, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
  .footer-inner {
    margin: 0 auto;
    width: 94%; }
  /* line 2187, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
  .address-block {
    float: none;
    font-weight: normal;
    margin: 0 3% 20px;
    width: 94%; }
  /* line 2194, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
  .full-website {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 12px; }
  /* line 2200, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
  .full-website a {
    text-decoration: underline; }
  /* line 2204, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
  .address-block h2,
  .address-block p {
    color: white;
    font-size: 14px; }
  /* line 2208, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
  .address-block h2 {
    font-weight: normal;
    margin-bottom: 0; } }

/* line 2216, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.video-container {
  margin-bottom: 1.5em;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

/* line 2227, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* line 2234, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
#team-grants-dropdown {
  margin-bottom: 2em; }

/* line 2239, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.single-post h3.italics {
  color: #56a1d5 !important;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 15px;
  line-height: 19px;
  color: #56a1d5;
  font-style: italic;
  margin-bottom: 10px;
  text-align: center; }

/* line 2251, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/style.scss */
.single-post .body-left .left-content h2 {
  text-align: center; }

/* line 1, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/core.scss */
.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  padding: 0.438em 0.625em 0.438em 0.625em;
  line-height: 1.125em;
  cursor: pointer; }
  /* line 9, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/core.scss */
  .slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 0.188em; }

/* line 13, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/core.scss */
.slicknav_menu {
  *zoom: 1; }
  /* line 15, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/core.scss */
  .slicknav_menu .slicknav_menutxt {
    display: block;
    line-height: 1.188em;
    float: left; }
  /* line 20, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/core.scss */
  .slicknav_menu .slicknav_icon {
    float: left;
    margin: 0.188em 0 0 0.438em; }
  /* line 24, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/core.scss */
  .slicknav_menu .slicknav_no-text {
    margin: 0; }
  /* line 27, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/core.scss */
  .slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 1.125em;
    height: 0.125em;
    border-radius: 1px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }
  /* line 38, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/core.scss */
  .slicknav_menu:before {
    content: " ";
    display: table; }
  /* line 42, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/core.scss */
  .slicknav_menu:after {
    content: " ";
    display: table;
    clear: both; }

/* line 48, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/core.scss */
.slicknav_nav {
  clear: both; }
  /* line 50, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/core.scss */
  .slicknav_nav ul {
    display: block; }
  /* line 53, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/core.scss */
  .slicknav_nav li {
    display: block; }
  /* line 56, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/core.scss */
  .slicknav_nav .slicknav_arrow {
    font-size: 0.8em;
    margin: 0 0 0 0.4em; }
  /* line 60, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/core.scss */
  .slicknav_nav .slicknav_item {
    cursor: pointer; }
    /* line 62, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/core.scss */
    .slicknav_nav .slicknav_item a {
      display: inline; }
  /* line 66, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/core.scss */
  .slicknav_nav .slicknav_row {
    display: block; }
  /* line 69, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/core.scss */
  .slicknav_nav a {
    display: block; }
  /* line 72, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/core.scss */
  .slicknav_nav .slicknav_parent-link a {
    display: inline; }

/* line 76, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/core.scss */
.slicknav_brand {
  float: left; }

/* line 1, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/core.scss */
.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  padding: 0.438em 0.625em 0.438em 0.625em;
  line-height: 1.125em;
  cursor: pointer; }
  /* line 9, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/core.scss */
  .slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 0.188em; }

/* line 13, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/core.scss */
.slicknav_menu {
  *zoom: 1; }
  /* line 15, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/core.scss */
  .slicknav_menu .slicknav_menutxt {
    display: block;
    line-height: 1.188em;
    float: left; }
  /* line 20, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/core.scss */
  .slicknav_menu .slicknav_icon {
    float: left;
    margin: 0.188em 0 0 0.438em; }
  /* line 24, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/core.scss */
  .slicknav_menu .slicknav_no-text {
    margin: 0; }
  /* line 27, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/core.scss */
  .slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 1.125em;
    height: 0.125em;
    border-radius: 1px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }
  /* line 38, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/core.scss */
  .slicknav_menu:before {
    content: " ";
    display: table; }
  /* line 42, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/core.scss */
  .slicknav_menu:after {
    content: " ";
    display: table;
    clear: both; }

/* line 48, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/core.scss */
.slicknav_nav {
  clear: both; }
  /* line 50, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/core.scss */
  .slicknav_nav ul {
    display: block; }
  /* line 53, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/core.scss */
  .slicknav_nav li {
    display: block; }
  /* line 56, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/core.scss */
  .slicknav_nav .slicknav_arrow {
    font-size: 0.8em;
    margin: 0 0 0 0.4em; }
  /* line 60, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/core.scss */
  .slicknav_nav .slicknav_item {
    cursor: pointer; }
    /* line 62, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/core.scss */
    .slicknav_nav .slicknav_item a {
      display: inline; }
  /* line 66, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/core.scss */
  .slicknav_nav .slicknav_row {
    display: block; }
  /* line 69, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/core.scss */
  .slicknav_nav a {
    display: block; }
  /* line 72, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/core.scss */
  .slicknav_nav .slicknav_parent-link a {
    display: inline; }

/* line 76, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/core.scss */
.slicknav_brand {
  float: left; }

/* line 10, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/theme.scss */
.slicknav_menu {
  font-size: 16px;
  box-sizing: border-box;
  background: #1F66A8;
  padding: 5px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9;
  overflow-y: scroll; }
  /* line 20, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/theme.scss */
  .slicknav_menu * {
    box-sizing: border-box; }
  /* line 23, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/theme.scss */
  .slicknav_menu .slicknav_menutxt {
    color: #fff;
    font-weight: bold;
    text-shadow: 0 1px 3px #000; }
  /* line 28, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/theme.scss */
  .slicknav_menu .slicknav_icon-bar {
    background-color: #fff; }
  @media (min-width: 992px) {
    /* line 10, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/theme.scss */
    .slicknav_menu {
      display: none; } }

/* line 35, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/theme.scss */
.slicknav_btn {
  margin: 5px 5px 6px;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  border-radius: 4px;
  background-color: #222; }

/* line 44, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/theme.scss */
.slicknav_nav {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 0.875em;
  list-style: none;
  max-height: 320px;
  overflow: hidden;
  overflow-y: scroll; }
  @media (min-width: 768px) and (max-width: 991px) {
    /* line 44, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/theme.scss */
    .slicknav_nav {
      max-height: 600px; } }
  @media (min-width: 340px) and (max-width: 767px) and (orientation: landscape) {
    /* line 44, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/theme.scss */
    .slicknav_nav {
      max-height: 200px; } }
  /* line 60, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/theme.scss */
  .slicknav_nav::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 8px; }
  /* line 64, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/theme.scss */
  .slicknav_nav::-webkit-scrollbar-track {
    background-color: rgba(57, 57, 57, 0.6);
    border-radius: 8px; }
  /* line 68, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/theme.scss */
  .slicknav_nav::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: rgba(156, 156, 156, 0.6); }
  /* line 72, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/theme.scss */
  .slicknav_nav ul {
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0 0 0 20px; }
  /* line 78, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/theme.scss */
  .slicknav_nav .slicknav_row {
    padding: 5px 10px;
    margin: 2px 5px; }
    /* line 81, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/theme.scss */
    .slicknav_nav .slicknav_row:hover {
      border-radius: 6px;
      background: #ccc;
      color: #fff; }
  /* line 89, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/theme.scss */
  .slicknav_nav a {
    padding: 5px 10px;
    margin: 2px 5px;
    text-decoration: none;
    color: #fff; }
    /* line 94, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/theme.scss */
    .slicknav_nav a:hover {
      border-radius: 6px;
      background: #ccc;
      color: #222; }
  /* line 102, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/theme.scss */
  .slicknav_nav .slicknav_txtnode {
    margin-left: 15px; }
  /* line 105, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/theme.scss */
  .slicknav_nav .slicknav_item a {
    padding: 0;
    margin: 0; }
  /* line 109, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/theme.scss */
  .slicknav_nav .slicknav_parent-link a {
    padding: 0;
    margin: 0; }

/* line 114, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/theme.scss */
.slicknav_brand {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  padding: 7px 12px;
  height: 44px; }

/* line 10, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/theme.scss */
.slicknav_menu {
  font-size: 16px;
  box-sizing: border-box;
  background: #1F66A8;
  padding: 5px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9;
  overflow-y: scroll; }
  /* line 20, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/theme.scss */
  .slicknav_menu * {
    box-sizing: border-box; }
  /* line 23, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/theme.scss */
  .slicknav_menu .slicknav_menutxt {
    color: #fff;
    font-weight: bold;
    text-shadow: 0 1px 3px #000; }
  /* line 28, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/theme.scss */
  .slicknav_menu .slicknav_icon-bar {
    background-color: #fff; }
  @media (min-width: 992px) {
    /* line 10, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/theme.scss */
    .slicknav_menu {
      display: none; } }

/* line 35, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/theme.scss */
.slicknav_btn {
  margin: 5px 5px 6px;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  border-radius: 4px;
  background-color: #222; }

/* line 44, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/theme.scss */
.slicknav_nav {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 0.875em;
  list-style: none;
  max-height: 320px;
  overflow: hidden;
  overflow-y: scroll; }
  @media (min-width: 768px) and (max-width: 991px) {
    /* line 44, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/theme.scss */
    .slicknav_nav {
      max-height: 600px; } }
  @media (min-width: 340px) and (max-width: 767px) and (orientation: landscape) {
    /* line 44, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/theme.scss */
    .slicknav_nav {
      max-height: 200px; } }
  /* line 60, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/theme.scss */
  .slicknav_nav::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 8px; }
  /* line 64, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/theme.scss */
  .slicknav_nav::-webkit-scrollbar-track {
    background-color: rgba(57, 57, 57, 0.6);
    border-radius: 8px; }
  /* line 68, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/theme.scss */
  .slicknav_nav::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: rgba(156, 156, 156, 0.6); }
  /* line 72, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/theme.scss */
  .slicknav_nav ul {
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0 0 0 20px; }
  /* line 78, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/theme.scss */
  .slicknav_nav .slicknav_row {
    padding: 5px 10px;
    margin: 2px 5px; }
    /* line 81, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/theme.scss */
    .slicknav_nav .slicknav_row:hover {
      border-radius: 6px;
      background: #ccc;
      color: #fff; }
  /* line 89, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/theme.scss */
  .slicknav_nav a {
    padding: 5px 10px;
    margin: 2px 5px;
    text-decoration: none;
    color: #fff; }
    /* line 94, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/theme.scss */
    .slicknav_nav a:hover {
      border-radius: 6px;
      background: #ccc;
      color: #222; }
  /* line 102, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/theme.scss */
  .slicknav_nav .slicknav_txtnode {
    margin-left: 15px; }
  /* line 105, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/theme.scss */
  .slicknav_nav .slicknav_item a {
    padding: 0;
    margin: 0; }
  /* line 109, /Users/Jeff1/Dropbox/Sites/roboticseducation.org/recf.pdev01.innovationfirst.net/wp-content/themes/recfoundation/inc/scss/theme.scss */
  .slicknav_nav .slicknav_parent-link a {
    padding: 0;
    margin: 0; }

.slicknav_brand {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  padding: 7px 12px;
  height: 44px; }

.otw-button {
  background-image:none;
  text-shadow:none;
}
.otw-button:hover {
  color:#6d6d6d;
  background-image:none;
  text-shadow:none;
}
.otw-button:active {
  color:#6d6d6d;
  background-image:none;
  text-shadow:none;
}
.otw-red, .otw-red:hover {
  background-color:#DA262E;
}
.otw-blue, .otw-blue:hover {
  background-color:#0077c8;
}
.otw-black, .otw-black:hover {
  background-color:#1c1c1c;
}

.sp_search_reset {
  width:65px;
}

div.body-base.mid-menu-div {  position:relative; }

@media only screen and (min-width: 481px) and (max-width: 768px) {
	.hide-med {
		display:none;
	}

	.show-med {
		display:block;
	}
}

@media screen and (min-width: 481px) {
    .hide-small {
        display:block;
    }
}

@media screen and (min-width: 481px) {
    .show-small {
        display:none;
    }
}

@media screen and (min-width: 769px) {
	.hide-med {
		display:block;
	}

	.show-med {
		display:none;
	}
}

@media screen and (max-width: 480px) {
	.hide-med {
		display:block;
	}

	.show-med {
		display:none;
	}
}

@media screen and (max-width: 480px) {
    .hide-small {
        display:none;
    }
}

@media screen and (max-width: 480px) {
    .show-small {
        display:block;
    }
}

h1 { line-height:normal; }

#ais-wrapper { width:990px; margin:0 auto; }
