﻿/* resets */
/* resets */
body {
  margin: 0;
  padding: 0;
}
.preventFOUC {
  display: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
  font-weight: normal;
  margin: 0;
}
a img {
  border: 0;
}
a {
  color: #32b2e6;
  text-decoration: none;
  outline: none;
}
a:hover {
  color: #1283b1;
}
ul,
ol {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
/* Globals */
p {
  color: #464646;
}
a.btn,
.btn,
button.btn {
  border: none;
  padding: 15px 50px 15px 25px;
  border-radius: 5px;
  background-color: #ebebeb;
  -webkit-box-shadow: 2px 2px 1px #d2d2d2;
  -moz-box-shadow: 2px 2px 1px #d2d2d2;
  box-shadow: 2px 2px 1px #d2d2d2;
  color: #ffffff;
  font-family: 'Pompiere', sans-serif;
  font-size: 1.7em;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
}
a.btn:hover,
.btn:hover,
button.btn:hover {
  background-color: #464646;
}
.btn.no-arrow {
  padding: 10px 35px;
}
a.btn.red {
  background-color: #f05414;
  -webkit-box-shadow: 2px 2px 1px #c4420d;
  -moz-box-shadow: 2px 2px 1px #c4420d;
  box-shadow: 2px 2px 1px #c4420d;
  color: #ffffff;
}
a.btn.red:hover {
  background-color: #ff8c00;
  -webkit-box-shadow: 2px 2px 1px #cc7000;
  -moz-box-shadow: 2px 2px 1px #cc7000;
  box-shadow: 2px 2px 1px #cc7000;
}
.btn .go_arrow {
  background: transparent url('../images/bgs/btn_arrow.png') no-repeat;
  height: 36px;
  width: 25px;
  display: block;
  float: right;
  position: absolute;
  right: 15px;
  top: 14px;
}
.titlebar {
  background-color: #32b2e6;
  color: #ffffff;
  height: 70px;
  margin-bottom: 20px;
}
.titlebar h3 {
  font-size: 1.5em;
  margin: 20px 30px;
  float: left;
  font-size: 1.9em;
  text-shadow: 2px 2px 1px #959595;
}
.padded_row {
  padding: 70px 0;
  color: #ffffff;
}
.padded_row p {
  color: #ffffff;
}
.padded_row p a {
  color: #ffffff;
}
.padded_row p a:hover {
  color: #ebebeb;
}
.photo-left {
  float: left;
  margin-right: 20px;
}
.photo-right {
  float: right;
  margin-left: 20px;
}
.circle_photo {
  border-radius: 49%;
}
.animal_column {
  content: " ";
  height: 1px;
}
.pipeLeft {
  border-left: 1px solid;
  margin-left: 5px;
  padding-left: 5px;
}
.centered {
  margin: 0 auto;
}
/* Forms */
select {
  background-image: -moz-linear-gradient(center bottom, rgba(88, 92, 102, 0.1) 0%, rgba(234, 234, 235, 0.1) 100%);
  border: 1px solid #BABBBE;
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.04), 0 1px 0 1px #ffffff inset;
  color: #575757;
  font-size: 14px;
  font-weight: bold;
  height: 30px;
  margin-bottom: 20px;
  padding: 5px;
  width: 100%;
}
.customSelect {
  /* This is the default class that is used */

  /* Put whatever custom styles you want here */

  padding: 10px 20px;
  background: #ff8c00 url(../images/bgs/selectArrow.png) no-repeat center right;
  margin-bottom: 20px;
  font-family: 'Pompiere', sans-serif;
  font-size: 1.6em;
  color: #ffffff;
  border-radius: 8px;
}
.customSelect.customSelectHover {
  /* Styles for when the select box is hovered */

  background-color: #f05414;
  cursor: pointer;
}
.customSelect.customSelectOpen {
  /* Styles for when the select box is open */

}
.customSelect.customSelectFocus {
  /* Styles for when the select box is in focus */

}
.customSelect.customSelectDisabledOption {
  /* Styles for when the selected item is a disabled one */

}
.customSelect.customSelectDisabled {
  /* Styles for when the select box itself is disabled */

}
.customSelectInner {
  /* You can style the inner box too */

}
/* Font Sizes */
/* Set body to font-size of 100%. 1em equals 16px  to convert px to em use the formula (font px size / 16) = #.#####em  */
/* 1em of line-height = font-size */
/* 1em margin = font-size  */
/* example (3em H1 = 48px, 1em of line-height = 48px, .25em of bottom margin = 12px)*/
@font-face {
  font-family: 'Boogaloo';
  src: url('../fonts/Boogaloo-Regular.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Pompiere';
  src: url('../fonts/Pompiere-Regular.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans';
  src: url('../fonts/open-sans/OpenSans-Regular.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans';
  src: url('../fonts/open-sans/OpenSans-Light.ttf');
  font-weight: 300;
  font-style: normal;
}
body {
  font-size: 100%;
  font-family: 'OpenSans', arial, sans-serif;
  font-weight: 300;
}
h1 {
  font-size: 3.2em;
  line-height: 1em;
  /* 48 / 48 */

  margin-bottom: .25em;
  /* 12 / 48 */

  font-family: 'Boogaloo', sans-serif;
}
#body.home h1 {
  font-size: 1.625em;
  /* 26 / 16 */

  line-height: 1.2em;
  /* 48 / 26 */

  margin-bottom: .4615em;
  /* 12 / 26 */

  font-family: 'Boogaloo', sans-serif;
}
h2 {
  font-size: 2.25em;
  /* 36 / 16 */

  line-height: 1.333333333333333em;
  /* 48 / 36 */

  margin-bottom: .33333333333333em;
  /* 12 / 36 */

  font-family: 'Boogaloo', sans-serif;
  color: #ffffff;
  text-shadow: 2px 2px 1px #959595;
}
h3 {
  font-size: 1.5em;
  /* 24 / 16 */

  line-height: 1em;
  /* 24 / 24 */

  margin-bottom: .5em;
  /* 12 / 24 */

  font-family: 'Boogaloo', sans-serif !important;
}
.titlebar h3 {
  font-size: 1.5em;
  /* 24 / 16 */

  line-height: 1em;
  /* 24 / 24 */

  margin-bottom: .5em;
  /* 12 / 24 */

  font-family: 'Boogaloo', sans-serif !important;
}
h4 {
  font-size: 1.3125em;
  /* 21 / 16 */

  line-height: 1.142857142857143em;
  /* 24 / 21 */

  margin-bottom: .57142857142857em;
  /* 12 / 21 */

  font-family: 'Boogaloo', sans-serif;
}
h5 {
  font-size: 1.125em;
  /* 18 / 16 */

  line-height: 1.333333333333333em;
  /* 24 / 18 */

  margin-bottom: .666666666666667em;
  /* 12 / 18 */

  font-family: 'Boogaloo', sans-serif;
}
h6 {
  font-size: 1em;
  /* 16 / 16 */

  line-height: 1.5em;
  /* 24 / 16 */

  margin-bottom: .75em;
  /* 12 / 16 */

  font-family: 'Boogaloo', sans-serif;
}
p {
  font-size: 1em;
  /* 16 / 16 */

  line-height: 1.5em;
  /* 24 / 16 */

  margin-bottom: .75em;
  /* 12 / 16 */

}
/* styles */
#supernav {
  background: #32b2e6;
  color: #fff;
  padding: 5px 0 0;
}
#supernav .logo {
  padding: 10px 20px 0;
  float: right;
}
#supernav .logo.active {
  background-color: #ffffff;
}
#supernav .subLogos {
  text-align: right;
}
/* Header */
#header {
  margin: 20px auto;
}
ul#nav {
  float: right;
  font-family: 'Pompiere', sans-serif;
  font-size: 1.7em;
  margin-top: 13px;
}
ul#nav li {
  display: inline;
}
ul#nav li a {
  padding: 0 0 0 12px;
  color: #e2306c;
}
ul#nav li a:hover {
  color: #32b2e6;
}
ul#nav li a.first {
  padding-left: 0;
}
/* TIMELINE AND ACTIVITY PROMO */
#interactive_block {
  background: transparent url('../images/bgs/mouseprints.gif') no-repeat 45% 20px;
}
#interactive_block .btn {
  background-color: #ffc72c;
  -webkit-box-shadow: 2px 2px 1px #ffc72c 2px 1px #d2d2d2;
  -moz-box-shadow: 2px 2px 1px #ffc72c 2px 1px #d2d2d2;
  box-shadow: 2px 2px 1px #ffc72c 2px 1px #d2d2d2;
  float: right;
  cursor: pointer;
}
#interactive_block .btn:hover {
  background-color: #ff8c00;
  -webkit-box-shadow: 2px 2px 1px #ff8c00 2px 1px #d2d2d2;
  -moz-box-shadow: 2px 2px 1px #ff8c00 2px 1px #d2d2d2;
  box-shadow: 2px 2px 1px #ff8c00 2px 1px #d2d2d2;
}
#timeline form {
  margin-bottom: 20px;
}
#interactive_block #resources {
  position: relative !important;
}
#interactive_block #resources #frog_image {
  position: relative !important;
  width: 270px !important;
  left: -70px !important;
  top: 20px !important;
}
#interactive_block #resources .resource_interior {
  position: relative !important;
  background: #32b2e6 url('../images/bgs/spotlight.jpg') no-repeat 0 0 !important;
  height: 230px !important;
  margin-bottom: 20px !important;
  width : 430px;
}
#interactive_block #resources h3 {
  bottom: 0 !important;
  color: #ffffff !important;
  left: 210px !important;
  position: relative !important;
  top: -130px !important;
  width: 215px !important;
  font-size: 1.9em !important;
  text-shadow: 2px 1px 0 #959595 !important;
}
#resources #activity_button {
  float: left !important;
  background: url("../images/bgs/gears.png") repeat-x -10px -20px #65b629 !important;
  -webkit-box-shadow: 2px 1px 1px #4e8c20 !important;
  -moz-box-shadow: 2px 1px 1px #4e8c20 !important;
  box-shadow: 2px 1px 1px #4e8c20 !important;
}
#resources #activity_button:hover {
  background-color: #59a124 !important;
}
#resources #resource_button {
  float: right !important;
  background: #ffc72c url('../images/bgs/starburst.png') no-repeat -30px center !important;
  position: relative !important;
}
#resources #resource_button:hover {
  background-color: #ff8c00;
  background-position: -250px center;
}
/* Homepage Styles */
/* Banner styles */
#banner {
  /*	background-image:url('../images/bgs/left-molecule.png'), url('../images/bgs/right-molecule.png');
	background-position:left center, right top;
	background-color:@darkBlue;
	background-repeat:no-repeat; */

  background: #0061b4 url('../images/bgs/banner-bg.png') no-repeat center center;
  color: #ffffff;
  height: 615px;
  width: 100%;
}
#carousel {
  position: relative;
}
.circles {
  border-radius: 49%;
}
.small_circle {
  height: 130px;
  width: 131px;
  background: url('../images/bgs/circles.png') no-repeat top left;
  position: absolute;
  text-shadow: 2px 2px 1px #959595;
  z-index: 100;
}
.small_circle#featMove {
  top: 230px;
  left: 6px;
  z-index: 1000;
}
.small_circle#topMove {
  left: 765px;
  top: 19px;
}
.small_circle#midMove {
  left: 824px;
  top: 230px;
}
.small_circle#bottomMove {
  left: 762px;
  top: 447px;
}
.small_circle.caring_circle {
  background-position: left -2px;
}
.small_circle.helping_circle {
  background-position: left -134px;
}
.small_circle.advancing_circle {
  background-position: left -266px;
}
.small_circle.joining_circle {
  background-position: left -399px;
}
.small_circle a {
  color: #ffffff;
  font-family: 'boogaloo', sans-serif;
  font-size: 1.7em;
  padding: 50px 0;
  position: absolute;
  text-align: center;
  width: 130px;
}
.content_circle {
  background: transparent url('../images/bgs/swirls.png') no-repeat center top;
  /*	background: #f5cc2d url('../images/bgs/swirls.png') no-repeat center left;
*/
  height: 630px;
  width: 630px;
  position: absolute;
  left: 160px;
  top: -10px;
}
.content_circle#content_circle_advancing {
  background-position: center -1300px;
}
.content_circle#content_circle_helping {
  background-position: center -650px;
}
.content_circle#content_circle_joining {
  background-position: center -1960px;
}
.circle_content {
  width: 340px;
  position: absolute;
  top: 165px;
  left: 50px;
}
.content_circle h3 {
  font-size: 3.5em;
  line-height: .9em;
  margin-bottom: .2em;
  position: relative;
  z-index: 1000;
  text-shadow: 3px 2px 1px #ff8c00;
}
.content_circle p {
  color: #333;
  text-shadow: 1px 1px 2px #ffffff;
  width: 270px;
  font-size: .9em;
  position: relative;
  z-index: 1000;
}
.circle_content_graphic {
  /*   background: url("../images/bgs/circle-graphic.png") no-repeat scroll right top transparent;
*/
  height: 555px;
  left: 157px;
  position: absolute;
  top: -110px;
  width: 410px;
  z-index: 1;
}
/* Lower homepage */
#pink_content {
  background: #e15582 url('../images/bgs/pink_bg.jpg') no-repeat center top;
  color: #ffffff;
}
#pink_content h3 {
  font-size: 3.0em;
  text-align: center;
}
#orange_content {
  background: #f05414 url('../images/bgs/dna.png') no-repeat center top;
  color: #ffffff;
  margin-top: 15px;
}
#orange_content h3 {
  font-size: 3.0em;
  text-align: center;
}
/* General Interiors */
.withSidebar .below_banner {
  background: url('../images/bgs/sidebar_helix.png') repeat-y top left;
}
.withSidebar #interior_content #banner {
  margin: 0;
}
#advancing #interior_content > .container,
#careers #interior_content > .container {
  background: none;
}
#advancing table {
  width: 100%;
  color: #ffffff;
  margin: 20px 0;
}
#advancing table th {
  padding: 10px;
  font-family: 'Boogaloo', sans-serif;
  font-size: 1.6em;
  font-weight: normal;
}
#advancing table .year {
  background-color: #32b2e6;
  text-align: center;
  width: 5%;
}
#advancing table .scientist {
  background-color: #ffc72c;
  text-align: left;
  width: 15%;
}
#advancing table .animals {
  background-color: #e2306c;
  text-align: left;
  width: 20%;
}
#advancing table .contributions {
  background-color: #65b629;
  text-align: left;
  width: 60%;
}
#advancing table tr td {
  padding: 20px;
  font-size: .9em;
}
#advancing #interior_content form {
  margin: 0 0 35px;
  float: left;
}
#advancing .mouse_table {
  background: transparent url(../images/animals/mouse_table.png) no-repeat 0 0;
  width: 180px;
  height: 131px;
  position: absolute;
  bottom: -32px;
  right: 20px;
}
#advancing #table_description {
  position: relative;
}
#advancing #table_description p {
  font-size: 0.75em;
  line-height: 1.8em;
}
#interior_content #banner {
  height: auto;
  padding: 45px 0;
  margin-bottom: 35px;
}
#interior_content #banner h1 {
  text-align: center;
}
#interior_content #sidebar {
  padding: 30px 0;
  height: 100%;
}
#interior_content #sidebar .col2 {
  margin-left: 20px;
  margin-right: 0;
}
#interior_content #sidebar .columns,
#interior_content #sidebar.columns {
  margin-right: 0 !important;
}
#interior_content #sidebar h2 {
  text-shadow: 2px 2px 1px #e2306c;
  margin-left: 20px;
  margin-bottom: 0px;
}
ul#sidebar_nav {
  padding: 10px 0;
  float: left;
}
#interior_content #sidebar #sidebar_nav li {
  float: left;
  width: 100%;
}
#interior_content #sidebar #sidebar_nav li a {
  font-size: 1.5em;
  color: #464646;
  color:white;
  font-weight:bold;
  text-shadow: 1px 1px 1px #e2306c;
  font-family: 'Pompiere', 'OpenSans', sans-serif;
  padding: 10px 0 10px 20px;
  float: left;
  clear: both;
  width: 80%;
}
#interior_content #sidebar #sidebar_nav li a:hover,
#interior_content #sidebar #sidebar_nav li:hover,
#interior_content #sidebar #sidebar_nav li a.active {
  background-color: #ffffff;
  color: #464646;
  text-shadow:none;
}
#interior_content #main_content {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #ffffff;
}
#interior_content #main_content h3 {
  color: #32b2e6;
  font-size: 1.8em;
}
#interior_content #main_content p {
  font-size: 0.9em;
  line-height: 1.6em;
}
#interior_content #interactive_block {
  background: #ebebeb no-repeat 45% 20px !important;
}
/* Careers*/
.career_general {
  color: #ffffff;
  padding: 30px 0;
  margin: 10px 0;
}
.career_general p,
.career_general a {
  color: #ffffff;
  font-size: .9em;
}
.career_general h4 {
  font-size: 1.7em;
  font-family: 'boogaloo', sans-serif;
}
.career_pink {
  background: #e2306c;
}
.career_red {
  background: #f05414;
}
.career_green {
  background: #65b629;
}
#careers .career_selectors {
  margin-bottom: 35px;
}
#careers h5 {
  font-size: 1.4em;
  color: #32b2e6;
  line-height: 1.2em;
  padding-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
}
#careers h5 .largerFont {
  font-size: 1.6em;
}
#career_selectors .selector {
  float: left;
}
.career_selectors .reset {
  background: transparent url(../images/bgs/reset.png) no-repeat 0 0;
  color: #32b2e6;
  float: left;
  font-size: 0.6em;
  padding-left: 20px;
  text-transform: uppercase;
  line-height: 1.6em;
}
#career_selectors .selector a {
  background: url(../images/bgs/interests.png) no-repeat bottom left;
  width: 100px;
  height: 130px;
  display: block;
  margin-right: 5px;
  margin-bottom: 10px;
  position: relative;
}
#career_selectors .selector a:hover,
#career_selectors .selector a.active {
  background-position: top left;
}
#career_selectors .selector a#chemistry {
  background-position: -105px bottom;
}
#career_selectors .selector a#chemistry:hover,
#career_selectors .selector a#chemistry.active {
  background-position: -105px top;
}
#career_selectors .selector a#games {
  background-position: -210px bottom;
}
#career_selectors .selector a#games:hover,
#career_selectors .selector a#games.active {
  background-position: -210px top;
}
#career_selectors .selector a#history {
  background-position: -315px bottom;
}
#career_selectors .selector a#history:hover,
#career_selectors .selector a#history.active {
  background-position: -315px top;
}
#career_selectors .selector a#math {
  background-position: -420px bottom;
}
#career_selectors .selector a#math:hover,
#career_selectors .selector a#math.active {
  background-position: -420px top;
}
#career_selectors .selector a#physics {
  background-position: -525px bottom;
}
#career_selectors .selector a#physics:hover,
#career_selectors .selector a#physics.active {
  background-position: -525px top;
}
#career_selectors .selector a#literature {
  background-position: -630px bottom;
}
#career_selectors .selector a#literature:hover,
#career_selectors .selector a#literature.active {
  background-position: -630px top;
}
#career_selectors a.active span.checked {
  display: block;
  background: transparent url(../images/bgs/checked.png) no-repeat 0 0;
  position: absolute;
  top: -20px;
  right: -5px;
  height: 33px;
  width: 35px;
}
/* Footer */
#redundant_nav {
  background-color: #32b2e6;
  margin: 100px 0 30px;
}
ul#nav-footer {
  font-family: 'Pompiere', sans-serif;
  font-size: 1.6em;
  margin: 14px 0;
}
ul#nav-footer li {
  display: inline;
}
ul#nav-footer li a {
  color: #ffffff;
  padding: 0 15px;
}
#footer_nav_animal {
  position: absolute;
  left: 0;
  bottom: 0;
}
#footer #facebook_paw {
  float: left;
  height: 60px;
  margin-top: 0;
  width: 65px;
}
#footer #whyville_logo {
  float: left;
  height: 58px;
  margin: 0 0 0 20px;
  width: 117px;
  position: relative;
}
#footer #whyville_logo img {
  position: absolute;
  bottom: -8px;
}
#footer_info {
  color: #555;
  font-size: .8em;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
#footer_info #footer_logo {
  width: 195px;
}
#footer p {
  margin-bottom: 20px;
}
#copyright {
  color: #bbb;
  margin-bottom: 20px;
}
#copyright p {
  font-size: .7em;
}
#footer .app-link{
	
	padding-left:10px;
}
#footer .app-link p{
	font-style:italic;
	font-weight:bold;
	margin-bottom:0;
}
#footer .app-link img{
	width:60%;
}
/* other styles */
.clear {
  clear: both;
}
/* RESPONSIVE */
/* Table of Contents
==================================================
	#Base 1200 Grid
    #Base 960 Grid
    #Tablet (Portrait)
    #Mobile (Portrait)
    #Mobile (Landscape)
    #Clearing */
/* Base Grid */
@media only screen and (min-width: 968px) and (max-width: 1227px) {
  
}
/* Tablet */
@media only screen and (min-width: 760px) and (max-width: 960px) {
  .small_circle#bottomMove {
    left: 574px;
    top: 374px;
  }
  .small_circle#midMove {
    left: 620px;
    top: 215px;
  }
  .small_circle#topMove {
    top: 60px;
    left: 577px;
  }
  .small_circle#featMove {
    left: 20px;
    top: 215px;
  }
  
  #banner {
    height: 500px;
  }
  #banner_circles {
    top: -40px;
  }
  .content_circle {
    background: url(../images/bgs/mobileSwirls.png) no-repeat scroll center top transparent;
    height: 405px;
    width: 405px;
    top: 80px;
    left: 175px;
  }
  #content_circle_helping.content_circle {
    background-position: center -412px;
  }
  #content_circle_advancing.content_circle {
    background-position: center -822px;
  }
  #content_circle_joining.content_circle {
    background-position: center -1242px;
  }
  .content_circle h3 {
    font-size: 2.5em;
  }
  .circle_content {
    left: 75px;
    top: 70px;
    width: 270px;
  }
  .circle_content_graphic {
    display: none;
  }
  .btn.no-arrow {
    padding: 10px 20px;
  }
  ul#nav {
    font-size: 1.5em;
		margin-top: 6px;
  }
  a#logo img {
    width: 230px;
  }
  .titlebar h3 {
    font-size: 1.5em;
    margin: 10px 20px;
  }
  .titlebar {
    height: 50px;
  }
  #interactive_block #resources #frog_image {
    width: 200px !important;
  }
  #interactive_block #resources h3 {
    font-size: 1.6em !important;
    left: 135px !important;
    position: relative !important;
    top: -105px !important;
    width: 165px !important; 
  }
  #interactive_block #resources .resource_interior {
    height: 200px !important;
  }
  #footer_info .col15 {
    display: none;
  }
  ul#nav-footer li a {
    padding: 0 10px;
  }
  #footer_nav_animal {
    display: none;
  }
  .container .columns.animal_column {
    display: none;
  }
  #footer #whyville_logo,
  #footer #whyville_logo img {
    width: 95px;
  }
  #redundant_nav {
    margin: 40px 0 30px;
  }
  #advancing #table_description p {
    width: 500px;
  }
  #interactive_block #resources .resource_interior{
    position: relative !important;
    background: #32b2e6 url(../images/bgs/spotlight.jpg) no-repeat 0 0 !important;
    height: 230px !important;
    margin-bottom: 20px !important;
    width: 338px;
  }
 #resources #resource_button {
  float: right !important;
  background: #ffc72c url('../images/bgs/starburst.png') no-repeat -30px center !important;
  position: relative !important;
  left: -17px !important;
  top: -3px !important;
}
}
/*  #Mobile (Portrait)
================================================== */
@media only screen and (max-width: 759px) {
  a#logo {
    width: 420px;
    float: left;
    text-align: center;
  }
  #advancing .mouse_table {
    display: none;
  }
  #footer_info .col15 {
    display: none;
  }
  ul#nav-footer {
    display: none;
  }
  .container .columns.animal_column {
    display: none;
  }
  #footer_nav_animal {
    display: none;
  }
  #redundant_nav .col14 {
    display: none;
  }
  #redundant_nav .col6 {
    margin-bottom: 0;
  }
  .mobile_nav {
    display: none;
  }
  .mobile_nav a {
    color: #ffffff;
    font-family: 'Pompiere', sans-serif;
    font-size: 1.7em;
    width: 380px;
    padding: 20px;
    float: left;
    background-color: #f05414;
    margin-top: 2px;
    position: relative;
  }
  .mobile_nav li.with_subs ul.sub {
    display: none;
  }
  .mobile_nav li.with_subs ul li a {
    background-color: #ff8c00;
  }
  .nav_open {
    display: block;
  }
  .nav_open a {
    color: #ffffff;
    font-family: 'Pompiere', sans-serif;
    font-size: 1.7em;
    width: 380px;
    padding: 20px;
    float: left;
    background-color: #f05414;
    position: relative;
    text-transform: uppercase;
  }
  .nav_arrow {
    background: transparent url(../images/bgs/bigArrows.png) no-repeat bottom left;
    width: 40px;
    height: 40px;
    display: block;
    top: 15px;
    right: 15px;
    position: absolute;
  }
  .active .nav_arrow,
  .start .nav_arrow {
    background-position: top left;
  }
  #homepage #banner {
    display: none;
  }
  #interior_content #banner {
    background-position: 100px center ;
    padding: 20px 0;
  }
  #interior_content #banner h1 {
    font-size: 2em;
  }
  #banner_mobile {
    display: block;
  }
  #banner_mobile .bannerm_list li {
    margin-bottom: 10px;
    float: left;
  }
  #banner_mobile .bannerm_list li.start .sub {
    display: block;
  }
  .bannerm_list li > a {
    width: 380px;
    color: #ffffff;
    float: left;
    padding: 10px 20px;
    background-color: #ffc72c;
    margin-bottom: 2px;
    font-size: 2.2em;
    font-family: 'Boogaloo', sans-serif;
    text-align: center;
    position: relative;
    text-transform: uppercase;
  }
  .bannerm_list .sub {
    padding: 20px;
    background-color: #ffc72c;
    float: left;
    width: 380px;
    margin-bottom: 2px;
    text-align: center;
  }
  .bannerm_list .sub p {
    text-align: left;
  }
  .bannerm_list .caring_banner {
    background: #ffc72c;
  }
  .bannerm_list .advancing_banner {
    background: #8864ff;
  }
  .bannerm_list .joining_banner {
    background: #f05414;
  }
  .bannerm_list .helping_banner {
    background: #ff8c00;
  }
  #interactive_block {
    background: none;
  }
  .photo-left,
  .photo-right {
    clear: both;
    width: 100%;
  }
  #sidebar {
    display: none;
  }
  #careers h5 br {
    display: none;
  }
  #careers h5 .largerFont {
    font-size: inherit;
  }
  #advancing_table {
    display: none;
  }
  .advance_mobile {
    display: block;
    padding: 30px 20px;
    color: #ffffff;
    float: left;
    margin-bottom: 10px;
  }
  .advance_mobile p {
    color: #ffffff;
    margin-bottom: 30px;
  }
  .advance_mobile h3 {
    font-size: 1.8em;
    margin-bottom: 5px;
  }
  .advance1 {
    background-color: #32b2e6;
  }
  .advance2 {
    background-color: #ffc72c;
  }
  .advance3 {
    background-color: #e2306c;
  }
  .advance4 {
    background-color: #65b629;
  }
  #interactive_block #resources .resource_interior{
    position: relative !important;
    background: #32b2e6 url(../images/bgs/spotlight.jpg) no-repeat 0 0 !important;
    height: 230px !important;
    margin-bottom: 20px !important;
    width: 338px;
  }
 #resources #resource_button {
  float: right !important;
  background: #ffc72c url('../images/bgs/starburst.png') no-repeat -30px center !important;
  position: relative !important;
  left: -17px !important;
  top: -3px !important;
}
}
/* #Mobile (Landscape)
================================================== */
@media only screen and (max-width: 479px) {
  a#logo {
    width: 300px;
    float: left;
    text-align: center;
  }
  .bannerm_list li > a {
    width: 300px;
  }
  .bannerm_list .sub,
  .bannerm_list li > a {
    width: 260px;
  }
  .nav_open a,
  .mobile_nav a {
    width: 260px;
  }
  .titlebar {
    height: 60px;
  }
  .titlebar h3 {
    font-size: 1.5em;
    margin: 15px 30px;
  }
  #interactive_block #resources #frog_image {
    left: 20px !important;
    top: 90px !important;
    width: 250px !important;
  }
  #interactive_block #resources h3 {
    font-size: 1.6em !important;
    left: 40px !important;
    text-align: center !important;
    top: -170px !important;
  }
  #interactive_block .btn {
    padding: 10px 15px;
    margin-top: 30px;
  }
  .btn .go_arrow {
    display: none;
  }
  .withSidebar .below_banner {
    background: none;
  }
  a#logo img {
    width: 290px;
  }
  #interior_content #banner {
    background-position: left center ;
    padding: 15px 0;
  }
	#footer .app-link img{
		width:100%;
	}
    #resources #resource_button {
  float: right !important;
  background: #ffc72c url('../images/bgs/starburst.png') no-repeat -30px center !important;
  position: relative !important;
}
}

/* This beautiful CSS-File has been crafted with LESS (lesscss.org) and compiled by simpLESS (wearekiss.com/simpless) */

/*Classe for Activties
body[Attributes Style] {
    background-color: rgb(0, 149, 238);
    background-image: url("/Frontend/images/games/bg_00.gif");
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
}
*/

.bg02 {
    background-color: #D84479;
    background-image: url(/Frontend/images/games/bg_02.jpg);
    background-repeat: no-repeat;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 14px;
    padding-left: 14px;
}

.bg01 {
	background-color: #C3D844;
	background-image: url(/Frontend/images/games/bg_01.jpg);
	background-repeat: no-repeat;
}

.bg_01 {
	background-color: #C3D844;
	background-image: url(/Frontend/images/games/bg_01.jpg);
	background-repeat: no-repeat;
	width: 712px;
				
}
			
.SubSection {
    color: #E2306C;
    font-size: 12pt;
    margin-left: 0px;
    font-weight: bold;
}
	

