/*
  Theme Name: CC
  Theme URI: http://concord.org
  Description: Simple theme for Concord Consortium Sites
  Version: 1.0
  Author: Ethan McElroy, based on Blank HTML5 theme by Todd Motto (@toddmotto)
  Author URI: http://concord.org/about/staff/ethan-mcelroy
  Tags:

*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  -webkit-font-smoothing:antialiased;
  font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
  }
html, body { height: auto; min-height: 100%; }
a { color: #0093b0; }
body {
  background: #fff;
  color: #444;
  font: 95% lato, arial, helvetica, sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
  }
br.clear { clear: both; }
dd, dt, li, p { line-height: 160% !important; }
em { font-style: italic; }
h1 {
  color: #e16a3e;
  font: 500 2em museo-sans, georgia, times, 'times new roman', serif;
  line-height: 120%;
  padding: .65em 0 0;
  text-align: left;
  }
body.home h1 { padding-bottom: 0; }
h1 span { font: 100 1.125em museo-sans, arial, helvetica, sans-serif; }
h2 { clear: both !important; color: #313131; font: 700 1.5em museo-slab, georgia, times, 'times new roman', serif; margin-bottom: 1em; }
h3 { color: #0093b0; font: 1.25em museo-slab, georgia, times, 'times new roman', serif; margin-bottom: 1em; }
h4 { color: #0093b0; font: 500 1.1em museo-slab, georgia, times, 'times new roman', serif; margin-bottom: 1em; }
sub { font-size: .8em; vertical-align: sub; }
strong { font-weight: bold; }
.orange { color: #eb8723; }
.green { color: #659633; }
.red { color: #d15a2e; }
.button, .galogin a {
  background: #e16a40;
  border: none;
  color: #fff;
  cursor: pointer;
  display: block;
  font-family: museo-slab;
  font-size: 1em;
  margin: 1.25em 0;
  padding: .625em 1.25em;
  text-align: center;
  text-decoration: none;
  }
  .button:hover { background: #f4b626; }
  /* button:active, .button:active { box-shadow:  0 2px 0 #eb8723; } */
section { overflow: visible; }
article div .left {
  float: left;
  margin-bottom: 1em;
  width: 21.25em;
  }
article div .right {
  float: right;
  margin-top: -1em;
  width: 32.25em;
  }
section article div button { float: left; margin-right: 1em; }
ol, ul { margin-left: 1.1em; }

p.tagline {
  color: #75a643;
  font: 300 1.15em museo-sans, arial, helvetica, sans-serif;
  margin: 0 0 1.15em;
  }
  p.tagline a { color: #fff; text-decoration: none; }
p.copyright {
  clear: both;
  padding-top: 3em;
  text-align: left;
  }
#skrollr-body {
  position: relative;
  padding-top: 5.25em;
  }
#content-wrapper {
  height: auto;
  margin: 0 auto 2em;
  min-height: 100%;
  position: relative;
  width: 60em;
  }

table.for-educators { width: 100%; }
.for-educators { margin-bottom: 2em; }
.for-educators th, .for-educators td { border-right: solid 6px #fff; padding: 1em; width: 33.3333333%; }
.for-educators th { background: #6fc6da; color: #fff; font-weight: bold; }
.for-educators td { background: #eee; }
.for-educators td li { margin-bottom: .25em; }

body.for-educators h2 { clear: none !important; }
#got-data { background: #6fc6da; clear: right; color: #fff !important; float: right; margin: 0 0 20px 30px; padding: 20px; width: 28%; }
#got-data a, #got-data h2 { color: #fff; }
#who-uses-codap { background: #eee; clear: right; float: right; margin-bottom: 350px; margin-left: 30px; padding: 20px; width: 28%;}
#got-data h2, #got-data p, #who-uses-codap h2, #who-uses-codap p { font-size: 14px; }
#who-uses-codap li { font-size: 14px; margin-bottom: 0; }

/* HEADER
-----------------------------------------------------*/
header {
  background: #fff;
  height: 5em;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 20;
  }
  header .wrapper {
    height: 5em;
    margin: 0 auto;
    position: relative;
    width: 60em;
    }
  header .logo img {
    height: auto;
    left: 0;
    margin-top: -26px;
    position: absolute;
    top: 50%;
    width: 120px;
    }

/* INTRO (1ST SCREEN)
-----------------------------------------------------*/
#introduction {
  background: #fff;
  color: #3f3f3f;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 1;
  }
  #introduction div.wrapper {
    margin: 0 auto;
    min-height: 100%;
    position: relative;
    width: 60em;
    }
  #introduction p.tagline {
    font-size: 1.125em;
    margin: 1.5em 0;
    text-align: left;
    }
  #introduction img { float: right; height: auto; margin: 2em 0 0 1em; width: 38.33333333333334em; }
  #fathom-demo { height: auto !important; width: auto !important; }
  #introduction p { font: 1.1em lato, arial, helvetica, sans-serif; margin-top: 1.5em; width: 19.16666666666667em; }
  #introduction .action { margin: 2.3em auto 0; padding: 1.5% 2%; }
  #scroll-indicator { color: #0093b0; margin-top: .85em; text-align: center; width: 100%; }

/* FEATURES (2ND SCREEN)
-----------------------------------------------------*/
#features {
  background: #fff;
  background-size: cover;
  height: auto;
  margin: 0 auto;
  min-height: 30em;
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 1;
  }
  #features div.wrapper {
    margin: 0 auto;
    height: 100%;
    padding: 2em 0;
    position: relative;
    width: 60em;
    }
  #features h2#standards-heading { clear: both; margin-top: 3em; }
  #features img { height: auto; margin: 2em 0; width: 100%; }
  #features p { font-size: 1.1em; }
  #features ul.highlights { height: auto; margin: 0 0 2em; min-height: 70em; }
  #features ul.highlights li {
    height: auto;
    list-style: none;
    margin: 3em 0 8em;
    min-height: 30em;
    padding: 0;
    position: relative;
    width: 100%;
    }
  #features ul.highlights li:last-child { margin-bottom: 0; min-height: 25em; }
  #features ul.highlights li img { height: auto; margin: 0; width: 100%; }
  #features ul.highlights li div {
    height: 200px;
    margin: 0 0 3em 0;
    position: absolute;
    right: -100%;
    top: 0;
    width: 64%;
    }
  #features ul.highlights li:nth-child(2) div { left: -100%; margin: 0 0 3em 0; right: auto; }
  #features ul.highlights li h3 { margin-bottom: 1em; width: 34%; }
  #features ul.highlights li:nth-child(2) h3 { float: right; }
  #features ul.highlights li p { width: 34%; }
  #features ul.highlights li:nth-child(2) p { clear: right; float: right; }
  #features .example { clear: both; height: auto; margin-top: 3em; min-height: 400px; }
  #features .example img { clear: right; float: right; height: auto; margin: 0 0 0 1em; width: 38.33333333333334em; }

  #features ul.standards { margin-left: 0; width: 35em; }
  #features ul.standards li { list-style: none; margin-left: 0; }
  #features ul.standards li h3 { margin-bottom: 0; margin-left: 0; }
  #features #ccss-logo { display: block; float: right; height: auto; margin: 0 0 0 3em; position: relative; width: 20em; }

/* RESOURCES (3RD SCREEN)
-----------------------------------------------------*/
#resources {
  background: #6ec4d6;
  color: #fff;
  height: auto;
  margin-top: -26px;
  margin-bottom: 0;
  min-height: 25em;
  padding: 4% 0;
  position: relative;
  z-index: 1;
  }
  #resources a { color: #fff; }
  #resources div.wrapper {
    height: auto;
    margin: 0 auto;
    min-height: 100%;
    position: relative;
    width: 60em;
    }
  #resources div.item {
    float: left;
    margin: 2%;
    padding: 0 10px;
    width: 29%;
    }
  #resources div.item li { margin: 0; }
  #resources div.wrapper div:first-child { margin-left: 0; padding-left: 0; width: 31%; }
  #resources div.wrapper div:last-child { margin-right: 0; padding-right: 0; width: 31%; }
  #resources h2 { color: #fff; }
  #resources h3 { color: #fff; margin-bottom: .25em; }
  #resources p, #resources li { font-size: 1.1em; }

  #resources-action { background: transparent; color: #fff; font-size: 1.1em; margin-top: -4em; padding-top: 1%; position: relative; width: 60em; z-index: 1; }
  #resources-action a { color: #fff; }

#awards {
  height: auto;
  margin-bottom: 0;
  min-height: 30em;
  padding: 4% 0;
  position: relative;
  z-index: 1;
  }
  #awards div.wrapper {
    height: auto;
    margin: 0 auto;
    min-height: 100%;
    position: relative;
    width: 60em;
    }
  #awards img {
    float: right;
    height: auto;
    margin: -4em 0 0 3em;
    width: 18em;
    }
  #awards p { font-size: 1.5em; }

/* DOWNLOAD (5TH SCREEN)
-----------------------------------------------------*/
#download {
  background: #fff;
  bottom: 7.5em;
  height: auto;
  margin: 0 auto;
  min-height: 30em;
  padding: 0;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 0;
  }
  #download div.wrapper {
    background: #f9eec1;
    border-radius: .5em;
    margin: 1em auto 0;
    height: 100%;
    padding: 1.25em 0;
    position: relative;
    width: 60em;
    }
  #download a.button, .action a.button {
    font-size: 1.5em;
    margin: .5em auto;
    width: 45%;
    }
  /* #download a.button:active, .action a.button:active { margin: .75em auto 0; } */
  #download .requirements { color: #777; font-size: .9em !important; margin-bottom: 2em; }
  #download blockquote {
    color: #f4b626;
    font-family: museo-slab, georgia, times, 'times new roman', serif;
    font-size: 1em;
    font-style: italic;
    margin: 0 auto;
    text-align: left;
    width: 74%;
    }
  #download blockquote p { line-height: 140% !important; }
  #download blockquote span {
    display: block;
    font: .8em museo-sans, arial, helvetica, sans-serif;
    margin-top: .25em;
    text-align: right;
    }
  #download h2 { color: #75a643; font-size: 2em; margin-bottom: 0; }
  #download p { font-size: 1.5em; margin-bottom: .5em; }
  #awards-img { display: none; }
  #questions { margin-top: 0; text-align: center; }



/* SITEWIDE STYLES
-----------------------------------------------------*/
.action {
  background: #f9eec1;
  border-radius: .5em;
  clear: both;
  margin: 3em auto;
  padding: 2%;
  text-align: center;
  width: 100%;
  }
  div.action { padding: 2% 2% 1%; }
  .action h2 { margin-bottom: 0; }
  .action a.button { width: 45%; }
  .action .requirements { color: #777; display: block; font-size: .9em !important; margin: 1em 0 0; }

main { min-height: 600px; margin-top: -5px; }
main dl, main p, main ul { margin-bottom: 1.5em; }
main dt { font-weight: bold; margin-top: 1.5em; }
main li { margin: 0 0 1em 1em; }

div.grid-box {
  background: #eee;
  border-radius: .5em;
  float: left;
  margin: 1%;
  min-height: 13em;
  padding: 2%;
  width: 31.325%;
  }
div.grid-box h4 a { text-decoration: none; }
div.grid-box img { height: auto; width: 100%; }
div.grid-box a.grid-button {
  background: #6ec4d6;
  color: #fff;
  margin: 0;
  padding: .45em .75em;
  text-align: center;
  text-decoration: none;
  border-radius: 8px;
  }
div.grid-box a.grid-button:hover { background: #0093b0; }
#grid.activity-modules div.grid-box img {
  float: right;
  margin: 5px 0 0 5px;
  width: 50%;
  }
div.grid-box li { margin: 0 0 -2px; }
div.grid-box p { margin-bottom: 1em; }

.activity-module-cover { float: right !important; height: auto; margin: 5px 0 0 10px !important; width: 198px; }

/* DOWNLOAD PAGE
-----------------------------------------------------*/
body.download .col {
  width: 60%;
  }
#buy-fathom {
  float: left;
  margin: .5em auto 2em;
  padding: 1em 0;
  }
#try-fathom {
  background: #ffe3af;
  border-radius: 12px;
  float: right;
  margin: .5em auto 2em;
  padding: 1em;
  width: 35%;
  }
body.download h3 { clear: both; padding-top: 2em; }
body.download .col h2 { margin-bottom: .5em; }
body.download .col p { margin-bottom: 0; }
body.download p.button-link { text-align: center; }
#try-fathom p.button-link { float: none; width: 100%; }
body.download p.button-link.right { float: right; margin-top: 0; }
body.download p.button-link a {
  font-size: 1.2em;
  line-height: 80%;
  margin-bottom: .35em;
  padding: .625em .5em;
  }
body.download p.button-link a#trial {
  /* background: #ccc;
  box-shadow:  0 6px 0 #777;
  color: #555; */
  font-size: 1.2em;
  line-height: 80%;
  margin: 1.25em auto .35em;
  width: 85%;
  }
/* body.download p.button-link a:active { margin: 1.45em 0 0; } */
body.download p.button-link a#trial:hover { background: #f4b626; color: #fff; box-shadow:  0 6px 0 #eb8723; }
/* body.download p.button-link a#trial:active { box-shadow:  0 2px 0 #eb8723; color: #fff; margin-top: 1.45em; } */
body.download span.os { font-size: .6em; }
body.download span.note { font-size: .8em; text-transform: uppercase; }

/* SEARCH PAGE
-----------------------------------------------------*/
main form.search { margin-top: 2em; }
  main form.search .search-input {
    font-size: 1.2em !important;
    padding: .5em !important;
    width: 50% !important;
    }
  main form.search .search-submit {
    box-shadow: 0 4px 0 #e16a3e;
    display: inline;
    margin: 1.25em 0 0 .25em;
    padding: .25em 1.25em;
    }
body.search-results h1 { margin-bottom: 1em; }
body.search-results h2 { font-size: 1em; margin-bottom: 0; }
body.search-results .date, body.search-results .author, body.search-results .comments { display: none; }

/* SIDEBAR
-----------------------------------------------------*/
.sidebar {
  background: #eee;
  border-radius: .5em;
  color: #0093b0;
  margin: 2em 0 0 0;
  padding: 2%;
  }
.sidebar a { text-decoration: none; }
.sidebar a[href^="mailto:"] { border-bottom: dotted 1px #0093b0; }
.sidebar h2 { color: #0093b0; font-size: 1.25em; margin-bottom: .5em; }
.sidebar li { border-bottom: solid 1px #ccc; font-size: .9em; list-style: none; padding: .5em 0; }
.sidebar li:last-child { border-bottom: none; }
.sidebar ul { margin-left: 0; }

/* FOOTER
-----------------------------------------------------*/
footer {
  background: #a3dde7;
  clear: both;
  color: #0093b0;
  height: 7.5em;
  width: 100%;
  }
body.home footer { bottom: 0; position: fixed; z-index: 0; }
  #footer-wrapper {
    margin: 0 auto;
    padding-top: 3em;
    position: relative;
    width: 60em;
    }
  footer a {
    color: #0093b0;
    text-decoration: none;
    }
  footer a.social { border-bottom: none; }
  footer h2 {
    color: #0093b0;
    font-size: .9em;
    margin-bottom: 1em;
    }
  footer img {
    margin-right: .5em;
    opacity: .9;
    }
  footer li, footer p {
    font-size: .8em;
    margin-bottom: 1em;
    padding: 0;
    }

  #cc-link {
    display: block;
    font-size: .7em !important;
    height: auto;
    margin-top: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 60%;
    width: 120px;
    }
    #cc-link img { display: block; height: auto; margin: .25em 0; width: 100%; }
    #cc-link:before { color: #0093b0; content: "a product of"; display: block; margin: -1.5em 0 0 .85em; padding-bottom: .25em; text-align: center; }
#up {
  background: url(img/css/up.png) no-repeat;
  bottom: .35em;
  display: none;
  height: 35px;
  overflow: hidden;
  position: fixed;
  right: 1em;
  text-indent: 100%;
  white-space: nowrap;
  width: 35px;
  z-index: 100;
  }

#nav-toggle { background: url(img/css/nav-toggle.png) no-repeat; background-size: 100% 100%; cursor: pointer; display: none; height: 2em; top: 1.45em; opacity: .7; position: absolute; right: 5%; width: 2em; z-index: 1000; }
#nav-toggle:hover { opacity: 1; }

.st {
  border-top: solid 2px #f30;
  left: -5%;
  position: absolute;
  top: 50%;
  width: 120%;
  z-index: 10;
  -ms-transform: rotate(-9deg);
  -webkit-transform: rotate(-9deg);
  transform: rotate(-9deg);
  }

/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
 /*   *zoom:1; */
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {
  h1 { padding: 0 0 .25em; }
  .float-right { height: auto; margin: 1em auto; width: 100%; }
  header { position: absolute; }
  header .wrapper { padding: 0 4%; width: 92%; }
  header .logo img { margin-left: 1.5%; }
  header nav { background: #e86f2f; display: none; height: 100%; left: 100%; margin-top: 3.6em; position: fixed; top: 0; width: 100%; z-index: 900; }
  header nav a { border-bottom: solid 1px #fff; color: #fff; display: block; padding: .5em; text-decoration: none; }
  header nav ul { margin: 0; padding: 0; }
  header nav li { font-size: 1.75em; list-style: none; margin: 0; padding: 0; }
  #nav-toggle { cursor: pointer; display: block; position: absolute; }
  nav#breadcrumb { display: none; }
  #content-wrapper { padding: 2.75%; width: 94.5%; }
  section article { width: 100%; }
  body.home article.page { padding-bottom: 0; }
  .action a.button, #download a.button { width: 90%; }
  div.grid-box { clear: both !important; float: none; margin: 1% 0; width: 96%; }
  /* HOME PAGE
  -----------------------------------------------------*/
  #home-banner {
    background: #0592af;
    color: #fff;
    height: auto;
    margin: 0 0 1em;
    padding: 3em 2em 2em;
    width: 100%;
    }
    #home-banner h1 {
      color: #fff;
      font: 900 2em museo-slab, lato, verdana, sans-serif;
      margin: 0 auto;
      width: 100%;
      }
      #home-banner h1 br { display: none; }
      #home-banner a.button {
        display: block;
        font: 500 1 museo-sans, lato, verdana, arial, helvetica, sans-serif;
        margin-right: 0;
        max-width: 100%;
        }
      #home-banner h1 span {
        display: block;
        }
    #home-banner p {
      font-size: 1.25em;
      font-weight: 100;
      margin: .5em auto;
      width: 100%;
      }
  #headline {
    font: 700 1.5em museo-sans, verdana, arial, helvetica, sans-serif;
    margin: 1em auto;
    text-align: center;
    width: 100%;
    }
  .col {
    display: block;
    overflow: hidden;
    vertical-align: top;
    }
  .three-col {
    margin: 2em 0;
    text-align: center;
    width: 100%;
    }
    .three-col a {
      font: 500 1.25em museo, verdana, arial, helvetica, sans-serif;
      text-decoration: none;
      }
    .three-col img { display: block; height: auto; margin: 0 auto; width: 50%; }
  img.screenshot {
    clear: both;
    display: block;
    height: auto;
    margin: 1em auto;
    width: 100%;
    }

#drag-and-drop {
  background: #fff;
  height: auto;
  }

#education img {
  clear: both;
  display: block;
  height: auto;
  margin: 1em auto;
  width: 70%;
  }


  /* SHOWCASE VIDEO
  -----------------------------------------------------*/
  .blue-bar {
    height: auto;
    margin: 0;
    padding-bottom: 2em;
    position: relative;
    width: 100%;
    }
    .blue-bar div.section-wrap {
      height: 100%;
      margin: 0 auto;
      overflow: visible;
      position: relative;
      width: 100%;
      }
  #showcase-video h2 { margin-top: 2em; }
  #showcase-video p {
    margin: 1em auto 0;
    }
  #showcase-video #codap-video {
    background: transparent;
    height: 180px !important;
    margin: 5em auto;
    padding: 0;
    width: 320px !important;
    }
  #showcase-video .vjs-default-skin.vjs-big-play-centered, #showcase-video .vjs-big-play-button {
      font-size: 3em !important;
      height: 2.6em !important;
      margin-top: -1.4000000000000001em !important;
      margin-left: -2.1em !important;
      width: 4em !important;
      }
    #showcase-video .video-js .vjs-big-play-button:before {
      font-size: 2em !important;
      top: .25em !important;
      }

  #showcase-video p { font-size: 1.1em; }
  .blue-bar div.section-wrap:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em; /* Adjusts for spacing */
    }

  .gray-bar {
    clear: both;
    height: auto;
    margin: 0 0 2em;
    padding: 2em 0;
    position: relative;
    width: 100%;
    }
    .gray-bar div.section-wrap {
      height: 100%;
      margin: 0 auto;
      overflow: visible;
      position: relative;
      width: 100%;
      }
    .gray-bar h2 img { clear: both; }

  body.for-developers h3 {
    background: url(img/checkbox.png) no-repeat;
    background-size: 24px 20px;
    padding: 0 0 0 30px;
    }

  #introduction div.wrapper { width: 100%; }
  #introduction img { float: none; margin: 2em 0 5em; width: 100%; }
  #introduction .video { margin-bottom: 2em; }
  #introduction p { width: 100%; }
  #scroll-indicator { display: none; }
  #features div.wrapper { width: 100%; }
  #features ul.highlights li { margin: 0; }
  #features ul.highlights li:last-child { margin-bottom: 0; min-height: 25em; }
  #features ul.highlights li img { height: auto; margin: 0; width: 100%; }
  #features ul.highlights li div { height: auto; position: relative; right: auto; top: auto; width: 100%; }
  #features ul.highlights li:nth-child(2) div { left: auto; right: auto; }
  #features ul.highlights li h3 { width: 100%; }
  #features ul.highlights li:nth-child(2) h3 { float: none; }
  #features ul.highlights li p { width: 100%; }
  #features ul.highlights li:nth-child(2) p { clear: both; float: none; }
  #features #ccss-logo { float: none; margin: 2em auto; }
  #resources div.wrapper, #resources div.wrapper .item { float: none; height: auto; width: 100%; }
  #resources div.wrapper h2 { margin-left: 5%; }
  #resources-action { color: #3f3f3f; margin-top: 0; position: relative; width: 100%; }
  #resources-action a { color: #0093b0; }
  #download { bottom: auto; position: relative; }
  #download div.wrapper { width: 100%; }
  footer { height: auto; min-height: 12em; }
  footer .col { clear: both; display: block; width: 100%; }
  footer .col li { list-style: none; }
  footer .col ul {
    margin-right: 0;
    margin-left: 0;
    }

  body.home footer { position: relative !important; z-index: 1; }
  #footer-wrapper { padding: 3em 4%; width: 92%; }
  #footer-wrapper p { text-align: center; }
  #footer-wrapper #cc-link { margin: 4em auto 0; position: relative; right: auto; top: 0; }
  #buy-fathom { float: none; width: 100%; }
  #try-fathom { float: none; width: 100%; }
  body.download p.button-link{ width: 100%; }
  body.download p.button-link.right { float: none; }
}
@media only screen and (min-width:480px) {
  .float-right { float: right; margin: 3px 0 0 1em; width: 300px; }
}
@media only screen and (min-width:768px) {
  h1 { padding: 0 0 .25em; }
  header { border-bottom: solid 1px #ddd; position: fixed; }
  header .wrapper { padding: 0 4%; width: 92%; }
  header .logo img { margin-left: 0; }
header nav {
  background: transparent;
  display: block;
  height: auto;
  left: auto;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 4%;
  top: 1.4em;
  width: 30.75em;
  }
  header nav ul {
    margin: 0 auto;
    }
    header nav li {
      color: #fff;
      float: left;
      font-size: 1em;
      list-style: none;
      margin: 0 .5em;
      }
      header nav li a {
        border-bottom: none;
        color: #0093b0;
        display: block;
        padding: .3125em .675em .375em;
        text-decoration: none;
        }
      header nav li.current-menu-item a {
        background: #0093b0;
        color: #daf9f6;
        }
      header nav li.try-codap a {
        background: #fff;
        border: solid 1px #0093b0;
        color: #0093b0;
        cursor: pointer;
        display: block;
        margin: 0;
        padding: .3125em .625em;
        text-align: center;
        text-decoration: none;
        }
        header nav li.buy-link a:hover { background: #f4b626; box-shadow: 0 3px 0 #eb8723; }
        /* header nav li.buy-link a:active { box-shadow: 0 1px 0 #eb8723; margin-top: 2px; } */

nav#breadcrumb { height: auto; margin: 1em 0; min-height: 1em; width: 100%; }
nav#breadcrumb .trail-browse { display: none; }
nav#breadcrumb a { text-decoration: none; }
#nav-toggle { cursor: pointer; display: none; }

/* HOME PAGE
-----------------------------------------------------*/
#home-banner {
  background: url(img/css/codap-banner.jpg) no-repeat center center;
  background-size: contain;
  height: 400px;
  margin: 0 -100% 1em;
  padding: 3em 2em 0;
  width: 300%;
  }
  #home-banner h1 { font-size: 3em; width: 960px; }
  #home-banner h1 br { display: inline; }
  #home-banner a.button { display: inline-block; font-size: .8em; margin-right: .5em; max-width: 250px; }
  #home-banner p { font-size: 1.5em; width: 960px; }
  #headline { width: 25.5em; }
  .col { display: inline-block; }
  .three-col { margin: 1%; width: 31%; }
  .three-col:nth-child(2) { width: 32%; }
  .three-col img { width: 80%; }
  img.screenshot { clear: right; float: right; margin: 3px 0 2em 1em; width: 600px; }

  #drag-and-drop {
    background: url(img/drag-and-drop.gif) no-repeat right top;
    background-size: 915px 469px;
    height: 550px;
    }
    #drag-and-drop h2 {
      margin-top: 2em;
      }
    #drag-and-drop p {
      margin-right: 645.6px;
      }

  #education img {
    clear: right;
    float: right;
    height: auto;
    margin: 3px 0 0 1em;
    width: 200px;
    }

    /* SHOWCASE VIDEO
    -----------------------------------------------------*/
    .blue-bar {
      background: #a3dde7;
      height: auto;
      margin: 3em -100% 1em;
      overflow: visible;
      padding-bottom: 5em;
      position: relative;
      width: 300%;
      }
      .blue-bar div.section-wrap {
        height: 100%;
        margin: 0 auto;
        overflow: visible;
        position: relative;
        width: 920px;
        }
    #showcase-video, #showcase-video div.section-wrap {
      min-height: 550px;
      }
    #showcase-video h2 { margin-top: 2em; }
    #showcase-video p {
      margin: 1em auto 0;
      width: 800px;
      }
    #showcase-video p img {
      clear: both;
      display: block;
      height: auto;
      margin: .5em auto 0 auto;
      width: 200px;
      }
    #showcase-video #codap-video {
      background: transparent;
      height: 478.5px !important;
      margin: 5em auto 0;
      padding: 0;
      width: 850px !important;
      }
    #showcase-video .vjs-default-skin.vjs-big-play-centered, #showcase-video .vjs-big-play-button {
        font-size: 3em !important;
        height: 2.6em !important;
        margin-top: -1.4000000000000001em !important;
        margin-left: -2.1em !important;
        width: 4em !important;
        }
      #showcase-video .video-js .vjs-big-play-button:before {
        font-size: 2em !important;
        top: .25em !important;
        }

    #showcase-video p { font-size: 1.1em; }
    .blue-bar div.section-wrap:before {
      content: '';
      display: inline-block;
      height: 100%;
      vertical-align: middle;
      margin-right: -0.25em; /* Adjusts for spacing */
      }
    .blue-bar div.section-wrap div.center {
      bottom: 0;
      left: 0;
      margin: auto !important;
      position: absolute;
      right: 0;
      top: 0;
      width: 960px;
      }
      .blue-bar div.section-wrap.left {
        float: left;
        margin-bottom: 20px;
        width: 340px;
        }
      .blue-bar div.section-wrap.right {
        float: right;
        margin-top: -20px;
        width: 340px;
        }

    .gray-bar {
      background: #eee;
      clear: both;
      height: auto;
      margin: 0 -100% 2em;
      min-height: 525px;
      overflow: visible;
      padding: 2em 0;
      position: relative;
      width: 300%;
      }
      .gray-bar div.section-wrap {
        height: 100%;
        min-height: 400px;
        margin: 0 auto;
        overflow: visible;
        position: relative;
        width: 960px;
        }
      .gray-bar h2 { margin-left: 1em; }
      .gray-bar h2 img { clear: none; margin-right: 1em; }
      .gray-bar p { margin-left: 1.5em; }

  #content-wrapper { padding: 2% 4% 4%; width: 92%; }
  section article { width: 100%; }
  .action a.button { width: 45%; }
  div.grid-box { clear: none !important; float: left; margin: 1%; width: 47%; }
  #grid div.grid-box:nth-child(3),
  #grid div.grid-box:nth-child(6),
  #grid div.grid-box:nth-child(9),
  #grid div.grid-box:nth-child(12) { clear: left !important; }
  body.bbpress main { float: left; width: 66.6666667%; }
  main { float: none; width: 100%; }
  .sidebar { float: right; margin: 2em 0 0 1%; width: 27.3333333%; }
  #introduction div.wrapper { width: 100%; }
  #introduction img { float: right; margin: 2em 0 0; width: 60%; }
  #introduction .video { margin-bottom: 2em; }
  #introduction p { width: 38%; }
  #scroll-indicator { display: block; }
  #features ul.highlights li {
    height: auto;
    list-style: none;
    margin: 3em 0 8em;
    min-height: 30em;
    padding: 0;
    position: relative;
    width: 100%;
    }
  #features ul.highlights li:last-child { margin-bottom: 0; min-height: 25em; }
  #features ul.highlights li img { height: auto; margin: 0; width: 100%; }
  #features ul.highlights li div {
    height: 200px;
    margin: 0 0 3em 0;
    position: absolute;
    right: -100%;
    top: 0;
    width: 64%;
    }
  #features ul.highlights li:nth-child(2) div { left: -100%; margin: 0 0 3em 0; right: auto; }
  #features ul.highlights li h3 { width: 34%; }
  #features ul.highlights li:nth-child(2) h3 { float: right; }
  #features ul.highlights li p { width: 34%; }
  #features ul.highlights li:nth-child(2) p { clear: right; float: right; }
  #features #ccss-logo { float: right; margin: 0 0 0 3em; }
  #download { position: relative; }
  footer, body.home footer { position: relative; min-height: 20em; }
  footer .col {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    }
  footer .col:nth-child(3) {
    margin-left: 1%;
    }
  footer .col li {
    margin: 0 0 .5em 0;
    }
  footer .col ul {
    float: left;
    }
  #resources {
    height: auto;
    margin-top: -26px;
    margin-bottom: 0;
    min-height: 26em;
    padding: 4% 0;
    position: relative;
    width: 100%;
    z-index: 1;
    }
  #resources div.wrapper {
    height: auto;
    margin: 0 auto;
    min-height: 100%;
    padding-right: 2%;
    padding-left: 2%;
    position: relative;
    width: 96%;
    }
  #resources div.wrapper div.item {
    clear: none;
    float: left;
    margin: 2%;
    padding: 0 10px;
    width: 29% !important;
    }
  #resources div.wrapper div:nth-child(2) { margin-left: 0; padding-left: 0; width: 30%; }
  #resources div.wrapper div:nth-child(4) { margin-right: 0; padding-right: 0; width: 30%; }
  #resources div.wrapper h2 { margin-left: 0; }
  #download { bottom: auto; }
  #download div.wrapper { margin-bottom: 5em; width: 100%; }
  body.download p.button-link { float: left; width: 45%; }
  body.download p.button-link.right { float: right; }
  #footer-wrapper  p { text-align: left; }
  #footer-wrapper #cc-link { margin: -3em 0 0; position: absolute; right: 0; top: 60%; }
}

@media only screen and (min-width:1024px) {
  h1 { padding: .75em 0 .25em; }
  header .wrapper { padding: 0; width: 60em; }
  header .logo img { margin-left: 0; }
  header nav { right: 0; }
  #content-wrapper { padding: 0; width: 60em; }
  section article { width: 100% !important; }
  .action a.button, #download a.button { width: 45%; }
  div.grid-box { clear: none !important; float: left; margin: 1%; width: 31.325%; }
  main #grid div.grid-box:nth-child(3),
  main #grid div.grid-box:nth-child(6),
  main #grid div.grid-box:nth-child(9),
  main #grid div.grid-box:nth-child(12) { clear: none !important; }
  #grid div.grid-box:nth-child(4),
  #grid div.grid-box:nth-child(7),
  #grid div.grid-box:nth-child(10),
  #grid div.grid-box:nth-child(13) { clear: left !important; }
  #introduction div.wrapper { width: 60em; }
  #introduction img { float: right; margin: 2em 0 0 1em; width: 38.33333333333334em; }
  #introduction p { width: 19.16666666666667em; }
  #features div.wrapper { width: 60em; }
  #resources div.wrapper { margin: 0 auto; padding: 0; width: 60em; }
  #resources-action { background: transparent; color: #fff; font-size: 1.1em; margin-top: -4em; padding-top: 1%; position: relative; width: 60em; z-index: 1; }
  #resources-action a { color: #fff; }
  #download { bottom: 11.5em; position: fixed; }
  #download div.wrapper { margin-bottom: .5em; width: 60em; }
  #buy-fathom { float: left; width: 60%; }
  #try-fathom { float: right; width: 35%; }
  #footer-wrapper { padding: 3em 0 0; width: 60em; }
  #footer-wrapper #cc-link { margin: 0; position: absolute; right: 0; top: 25%; }
}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
     only screen and (min-resolution:144dpi) {

}

@media only screen and (max-height: 695px) {
  body.home article.page { padding-bottom: 0; }
  #download { bottom: auto; position: relative; z-index: 1; }
  body.home footer { bottom: auto; position: relative; z-index: 1; }
}

@media only screen and (max-width: 959px) {
}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
  background:#04A4CC;
  color:#FFF;
  text-shadow:none;
}
::-webkit-selection {
  background:#04A4CC;
  color:#FFF;
  text-shadow:none;
}
::-moz-selection {
  background:#04A4CC;
  color:#FFF;
  text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
  margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display:block;
  margin:5px auto 5px auto;
}
.alignright {
  float:right;
  margin:5px 0 20px 20px;
}
.alignleft {
  float:left;
  margin:5px 20px 20px 0;
}
a img.alignright {
  float:right;
  margin:5px 0 20px 20px;
}
a img.alignnone {
  margin:5px 20px 20px 0;
}
a img.alignleft {
  float:left;
  margin:5px 20px 20px 0;
}
a img.aligncenter {
  display:block;
  margin-left:auto;
  margin-right:auto;
}
.wp-caption {
  background:#FFF;
  border:1px solid #F0F0F0;
  max-width:96%;
  padding:5px 3px 10px;
  text-align:center;
}
.wp-caption.alignnone {
  margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin:5px 20px 20px 0;
}
.wp-caption.alignright {
  margin:5px 0 20px 20px;
}
.wp-caption img {
  border:0 none;
  height:auto;
  margin:0;
  max-width:98.5%;
  padding:0;
  width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
  font-size:11px;
  line-height:17px;
  margin:0;
  padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

.post-edit-link {
  display: block;
  margin: 2em 0;
  text-align: center;
  }

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
  * { background:transparent !important; color:#000 !important; box-shadow:none !important; text-shadow:none !important; }
  a, a:visited { text-decoration:underline; }
  a[href]:after { content:" (" attr(href) ")"; }
  abbr[title]:after { content:" (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content:""; }
  pre,blockquote { border:1px solid #999; page-break-inside:avoid; }
  thead { display:table-header-group; }
  tr,img { page-break-inside:avoid; }
  img { max-width:100% !important; }
  @page { margin:0.5cm; }
  p, h2, h3 { orphans:3; widows:3; }
  h2, h3 { page-break-after:avoid; }
}

/*-------------------------------------*\
  bbPRESS
\*-------------------------------------*/
body.bbpress main a { text-decoration: none; }
body.bbpress .button, body.bbpress .galogin a { font-size: 1em; }
#bbp_search_submit { box-shadow: none; display: inline-block; }
#bbp_search { padding: .5em; }
#bbpress-forums div.bbp-search-form { clear: right; }
#bbpress-forums div.bbp-topic-tags { clear: both; }
.bbp-forum-header a.bbp-forum-permalink, .bbp-topic-header a.bbp-topic-permalink, .bbp-reply-header a.bbp-reply-permalink, span.bbp-admin-links a { color: #0093b0 !important; }
#subscription-toggle, #bbpvotes-toggle { display: block; float: right; }
#bbpress-forums p.bbp-topic-meta img.avatar, #bbpress-forums ul.bbp-reply-revision-log img.avatar, #bbpress-forums ul.bbp-topic-revision-log img.avatar, #bbpress-forums div.bbp-template-notice img.avatar, #bbpress-forums .widget_display_topics img.avatar, #bbpress-forums .widget_display_replies img.avatar { margin-top: 3px; margin-bottom:0; vertical-align: top; }
.sidebar .bbp-login-form input[type=text],
.sidebar .bbp-login-form input[type=password],
.sidebar .bbp-login-form button[type=submit] { width: 100%; }
.sidebar .fa-lock:before { display: none !important; }
.bbp-username, .bbp-password, .bbp-remember-me, #user-submit, #bbp_forums_widget-2 { display: none; }
.bbp-submit-wrapper .galogin a, .bbp-submit-wrapper .oneall_social_login a { margin: 0 0 1.25em; }
.bbp-submit-wrapper { width: 100%; }
.bbp-submit-wrapper .oneall_social_login_label { text-align: left; }
.oneall_social_login_providers { height: 45px; overflow: hidden; }
.wp-social-login-connect-with { display: none; }
.wp-social-login-provider-list { padding: 0; }
.galogin a, .wp-social-login-provider-google, #mo_oauth_widget-2 a.oauthloginbutton {
  background: url(img/log-in-with-google.png) no-repeat 0 0 !important;
  background-size: 191px 46px !important;
  border: none !important;
  display: block !important;
  height: 60px !important;
  overflow: hidden !important;
  padding: 0 !important;
  text-indent: 100% !important;
  white-space: nowrap !important;
  width: 100% !important;
  }
.wp-social-login-provider-google img {
  display: none !important;
  }
