@charset "UTF-8";
/* line 19, ../../sass/calacademy/page-web-store-down.scss */
.page-web-store-down #page {
  background-image: linear-gradient(#ffffff, #accde7, #1e77bd, #1e77bd, #1e77bd, #1e77bd);
  overflow: hidden;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 19, ../../sass/calacademy/page-web-store-down.scss */
  .page-web-store-down #page {
    background-image: linear-gradient(#ffffff, #accde7, #1e77bd, #1e77bd, #1e77bd, #1e77bd, #1e77bd, #1e77bd);
  }
}
@media only screen and (min-width: 2000px) {
  /* line 19, ../../sass/calacademy/page-web-store-down.scss */
  .page-web-store-down #page {
    background-image: linear-gradient(#ffffff, #accde7, #1e77bd, #1e77bd, #1e77bd, #1e77bd, #1e77bd);
  }
}
/* line 30, ../../sass/calacademy/page-web-store-down.scss */
.page-web-store-down #content {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 392, ../../sass/calacademy/_mixins.scss */
.page-web-store-down #content .panel-col-first,
.page-web-store-down #content .right-rail {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 397, ../../sass/calacademy/_mixins.scss */
.page-web-store-down #content .panel-col-first {
  padding-right: 20px;
  width: 75%;
}
/* line 402, ../../sass/calacademy/_mixins.scss */
.page-web-store-down #content .right-rail {
  width: 25%;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  /* line 408, ../../sass/calacademy/_mixins.scss */
  .page-web-store-down #content .panel-col-first, .page-web-store-down #content .panel-col-first .inside {
    width: 541px;
  }
  /* line 413, ../../sass/calacademy/_mixins.scss */
  .page-web-store-down #content .right-rail {
    margin-left: 20px;
    width: 167px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 420, ../../sass/calacademy/_mixins.scss */
  .page-web-store-down #content .panel-col-first,
  .page-web-store-down #content .right-rail {
    padding-right: 0;
    width: 100%;
  }
}
/* line 37, ../../sass/calacademy/page-web-store-down.scss */
.page-web-store-down #content .web-store-down-form-wrapper {
  max-width: 590px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-top: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  /* line 37, ../../sass/calacademy/page-web-store-down.scss */
  .page-web-store-down #content .web-store-down-form-wrapper {
    padding-top: 0;
    margin-top: -40px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 37, ../../sass/calacademy/page-web-store-down.scss */
  .page-web-store-down #content .web-store-down-form-wrapper {
    padding-top: 0;
    margin-top: -100px;
  }
}
/* line 71, ../../sass/calacademy/_mixins.scss */
.page-web-store-down #content .web-store-down-form-wrapper form input,
.page-web-store-down #content .web-store-down-form-wrapper form textarea,
.page-web-store-down #content .web-store-down-form-wrapper form select {
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-family: 'Whitney A', 'Whitney B', Helvetica, Arial, sans-serif;
  padding: 8px;
  border: 1px solid #e6e6e6;
  background-color: transparent;
  color: #575757;
}
/* line 76, ../../sass/calacademy/_mixins.scss */
.page-web-store-down #content .web-store-down-form-wrapper form input[type="checkbox"],
.page-web-store-down #content .web-store-down-form-wrapper form textarea[type="checkbox"],
.page-web-store-down #content .web-store-down-form-wrapper form select[type="checkbox"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 15px;
  height: 15px;
  margin-right: 10px;
  border: 1px solid #999999;
  background-color: #ffffff;
}
/* line 85, ../../sass/calacademy/_mixins.scss */
.page-web-store-down #content .web-store-down-form-wrapper form input[type="checkbox"]:checked,
.page-web-store-down #content .web-store-down-form-wrapper form textarea[type="checkbox"]:checked,
.page-web-store-down #content .web-store-down-form-wrapper form select[type="checkbox"]:checked {
  background-color: #186aa8;
  position: relative;
}
/* line 89, ../../sass/calacademy/_mixins.scss */
.page-web-store-down #content .web-store-down-form-wrapper form input[type="checkbox"]:checked:after,
.page-web-store-down #content .web-store-down-form-wrapper form textarea[type="checkbox"]:checked:after,
.page-web-store-down #content .web-store-down-form-wrapper form select[type="checkbox"]:checked:after {
  content: '✓';
  position: absolute;
  color: #ffffff;
  font-size: 90%;
  top: 0;
  left: 3px;
}
/* line 98, ../../sass/calacademy/_mixins.scss */
.touch .page-web-store-down #content .web-store-down-form-wrapper form input[type="checkbox"]:checked:after, .touch
.page-web-store-down #content .web-store-down-form-wrapper form textarea[type="checkbox"]:checked:after, .touch
.page-web-store-down #content .web-store-down-form-wrapper form select[type="checkbox"]:checked:after {
  font-size: 100%;
  top: -4px;
  left: 0;
}
/* line 107, ../../sass/calacademy/_mixins.scss */
.page-web-store-down #content .web-store-down-form-wrapper form input[type="radio"],
.page-web-store-down #content .web-store-down-form-wrapper form textarea[type="radio"],
.page-web-store-down #content .web-store-down-form-wrapper form select[type="radio"] {
  -moz-appearance: radio;
  -webkit-appearance: radio;
}
/* line 120, ../../sass/calacademy/_mixins.scss */
.page-web-store-down #content .web-store-down-form-wrapper form input[type="text"],
.page-web-store-down #content .web-store-down-form-wrapper form input[type="search"],
.page-web-store-down #content .web-store-down-form-wrapper form input[type="email"],
.page-web-store-down #content .web-store-down-form-wrapper form input[type="password"],
.page-web-store-down #content .web-store-down-form-wrapper form textarea {
  line-height: 1.2em;
  padding-top: 10px;
  padding-bottom: 10px;
}
/* line 130, ../../sass/calacademy/_mixins.scss */
.page-web-store-down #content .web-store-down-form-wrapper form select {
  font-family: 'Whitney A', 'Whitney B', Helvetica, Arial, sans-serif;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none;
  text-indent: 0.01px;
  text-overflow: '';
  cursor: hand;
  cursor: pointer;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  min-width: 175px;
  padding-right: 40px;
  background-image: url("/sites/all/themes/calacademy_zen/images/select-arrow-blue.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-color: #ffffff;
  border: 1px solid #e6e6e6;
}
/* line 432, ../../sass/calacademy/_mixins.scss */
.page-web-store-down #content .web-store-down-form-wrapper form select::-ms-expand {
  display: none;
}
/* line 705, ../../sass/calacademy/_mixins.scss */
.page-web-store-down #content .web-store-down-form-wrapper form select::-moz-focus-inner {
  border: 0;
}
/* line 709, ../../sass/calacademy/_mixins.scss */
.page-web-store-down #content .web-store-down-form-wrapper form select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  /* line 861, ../../sass/calacademy/_mixins.scss */
  .page-web-store-down #content .web-store-down-form-wrapper form select {
    background-image: url("/sites/all/themes/calacademy_zen/images/select-arrow-blue@2x.png");
  }
}
@media only screen and (min-width: 0) {
  /* line 881, ../../sass/calacademy/_mixins.scss */
  .page-web-store-down #content .web-store-down-form-wrapper form select {
    -moz-background-size: 32px 9px;
    -o-background-size: 32px 9px;
    -webkit-background-size: 32px 9px;
    background-size: 32px 9px;
  }
}
/* line 464, ../../sass/calacademy/_mixins.scss */
.lt-ie10 .page-web-store-down #content .web-store-down-form-wrapper form select {
  background-image: none !important;
  padding-right: 8px;
}
/* line 471, ../../sass/calacademy/_mixins.scss */
.page-web-store-down #content .web-store-down-form-wrapper form select:focus {
  border: 1px solid #186aa8;
  -moz-box-shadow: rgba(24, 106, 168, 0.6) 0 0 5px;
  -webkit-box-shadow: rgba(24, 106, 168, 0.6) 0 0 5px;
  box-shadow: rgba(24, 106, 168, 0.6) 0 0 5px;
}
/* line 140, ../../sass/calacademy/_mixins.scss */
.page-web-store-down #content .web-store-down-form-wrapper form input[type="text"]:focus,
.page-web-store-down #content .web-store-down-form-wrapper form input[type="search"]:focus,
.page-web-store-down #content .web-store-down-form-wrapper form input[type="email"]:focus,
.page-web-store-down #content .web-store-down-form-wrapper form input[type="password"]:focus,
.page-web-store-down #content .web-store-down-form-wrapper form textarea:focus,
.page-web-store-down #content .web-store-down-form-wrapper form select:focus {
  border: 1px solid #186aa8;
  -moz-box-shadow: rgba(24, 106, 168, 0.6) 0 0 5px;
  -webkit-box-shadow: rgba(24, 106, 168, 0.6) 0 0 5px;
  box-shadow: rgba(24, 106, 168, 0.6) 0 0 5px;
}
/* line 54, ../../sass/calacademy/page-web-store-down.scss */
.page-web-store-down #content .web-store-down-form-wrapper form #t,
.page-web-store-down #content .web-store-down-form-wrapper form #submit {
  height: 45px;
  float: left;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
}
/* line 63, ../../sass/calacademy/page-web-store-down.scss */
.page-web-store-down #content .web-store-down-form-wrapper form #t {
  width: 100%;
  width: -moz-calc(100% - 100px - 10px);
  width: -ms-calc(100% - 100px - 10px);
  width: -o-calc(100% - 100px - 10px);
  width: -webkit-calc(100% - 100px - 10px);
  width: calc(100% - 100px - 10px);
}
/* line 66, ../../sass/calacademy/page-web-store-down.scss */
.page-web-store-down #content .web-store-down-form-wrapper form #submit {
  float: none;
  width: 100px;
  margin-left: 10px;
  border: 0;
  color: #ffffff;
  font-weight: 600;
  background-color: #f27134;
}
/* line 74, ../../sass/calacademy/page-web-store-down.scss */
.page-web-store-down #content .web-store-down-form-wrapper form #submit:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 80, ../../sass/calacademy/page-web-store-down.scss */
  .page-web-store-down #content .web-store-down-form-wrapper form #t {
    width: 100%;
    width: -moz-calc(100% - 45px);
    width: -ms-calc(100% - 45px);
    width: -o-calc(100% - 45px);
    width: -webkit-calc(100% - 45px);
    width: calc(100% - 45px);
    border-right: 0;
  }
  /* line 83, ../../sass/calacademy/page-web-store-down.scss */
  .page-web-store-down #content .web-store-down-form-wrapper form #t:focus {
    border-right: 1px solid #186aa8;
  }
  /* line 87, ../../sass/calacademy/page-web-store-down.scss */
  .page-web-store-down #content .web-store-down-form-wrapper form #submit {
    width: 45px;
    margin-left: 0;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -999px;
    overflow: hidden;
    background-image: url("/sites/all/themes/calacademy_zen/images/magnifying-glass.png");
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 320px) and (max-width: 767px) and (-moz-min-device-pixel-ratio: 1.5), only screen and (min-width: 320px) and (max-width: 767px) and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-width: 320px) and (max-width: 767px) and (min-device-pixel-ratio: 1.5), only screen and (min-width: 320px) and (max-width: 767px) and (min-resolution: 144dpi), only screen and (min-width: 320px) and (max-width: 767px) and (min-resolution: 1.5dppx) {
  /* line 861, ../../sass/calacademy/_mixins.scss */
  .page-web-store-down #content .web-store-down-form-wrapper form #submit {
    background-image: url("/sites/all/themes/calacademy_zen/images/magnifying-glass@2x.png");
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 0) {
  /* line 881, ../../sass/calacademy/_mixins.scss */
  .page-web-store-down #content .web-store-down-form-wrapper form #submit {
    -moz-background-size: 15px 15px;
    -o-background-size: 15px 15px;
    -webkit-background-size: 15px 15px;
    background-size: 15px 15px;
  }
}

/* line 104, ../../sass/calacademy/page-web-store-down.scss */
.page-web-store-down #header h1.title {
  display: none !important;
}
/* line 109, ../../sass/calacademy/page-web-store-down.scss */
.page-web-store-down #web-store-down-pane-h2 {
  max-width: 590px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 590px !important;
}
/* line 114, ../../sass/calacademy/page-web-store-down.scss */
.page-web-store-down #web-store-down-pane-h2 h2 {
  font-weight: 600;
  font-size: 50px;
  margin: 0;
  padding: 0;
  line-height: 1;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 114, ../../sass/calacademy/page-web-store-down.scss */
  .page-web-store-down #web-store-down-pane-h2 h2 {
    font-size: 36px;
  }
}
/* line 126, ../../sass/calacademy/page-web-store-down.scss */
.page-web-store-down #web-store-down-pane-h3 {
  max-width: 590px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-bottom: 40px !important;
}
/* line 131, ../../sass/calacademy/page-web-store-down.scss */
.page-web-store-down #web-store-down-pane-h3 h3 {
  padding: 0;
  margin: 0;
  font-weight: 300;
  font-size: 107px;
  line-height: 107px;
  transform: scale(1, 1.12);
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 131, ../../sass/calacademy/page-web-store-down.scss */
  .page-web-store-down #web-store-down-pane-h3 h3 {
    font-size: 70px;
    line-height: 70px;
  }
}
/* line 145, ../../sass/calacademy/page-web-store-down.scss */
.page-web-store-down #web-store-down-pane-body {
  max-width: 590px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 40px !important;
  margin-bottom: 270px;
}
@media only screen and (min-width: 2000px) {
  /* line 145, ../../sass/calacademy/page-web-store-down.scss */
  .page-web-store-down #web-store-down-pane-body {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 145, ../../sass/calacademy/page-web-store-down.scss */
  .page-web-store-down #web-store-down-pane-body {
    margin-top: 30px !important;
    margin-bottom: 290px;
  }
}
@media only screen and (min-width: 3100px) {
  /* line 145, ../../sass/calacademy/page-web-store-down.scss */
  .page-web-store-down #web-store-down-pane-body {
    margin-bottom: 20px;
  }
}
/* line 163, ../../sass/calacademy/page-web-store-down.scss */
.page-web-store-down #web-store-down-pane-body .field-name-body .field-item p {
  color: #000 !important;
  font-size: 20px;
  line-height: 28px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 163, ../../sass/calacademy/page-web-store-down.scss */
  .page-web-store-down #web-store-down-pane-body .field-name-body .field-item p {
    font-size: 16px;
    line-height: 20px;
  }
}
/* line 172, ../../sass/calacademy/page-web-store-down.scss */
.page-web-store-down #web-store-down-pane-body .field-name-body .field-item p .no-wrap {
  white-space: nowrap;
}
/* line 181, ../../sass/calacademy/page-web-store-down.scss */
.page-web-store-down #web-store-down-pane-links {
  width: 100% !important;
  overflow: hidden;
  margin-left: auto !important;
  margin-right: auto !important;
  width: 590px !important;
  overflow: hidden;
}
/* line 184, ../../sass/calacademy/page-web-store-down.scss */
.page-web-store-down #web-store-down-pane-links .field-name-field-right-rail-item-displ-titl {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: white;
  padding-bottom: 10px;
}
/* line 196, ../../sass/calacademy/page-web-store-down.scss */
.page-web-store-down #web-store-down-pane-links .node-right-rail-subnav h2 {
  display: none;
}
/* line 199, ../../sass/calacademy/page-web-store-down.scss */
.page-web-store-down #web-store-down-pane-links .node-right-rail-subnav a {
  color: white !important;
  background-image: url("/sites/all/themes/calacademy_zen/images/arrow-right-white-trans.svg") !important;
}
/* line 202, ../../sass/calacademy/page-web-store-down.scss */
.page-web-store-down #web-store-down-pane-links .node-right-rail-subnav a.active {
  color: #ffffff;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}
/* line 208, ../../sass/calacademy/page-web-store-down.scss */
.page-web-store-down #web-store-down-pane-links .node-right-rail-subnav .field-type-link-field .field-items {
  width: 590px;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  /* line 208, ../../sass/calacademy/page-web-store-down.scss */
  .page-web-store-down #web-store-down-pane-links .node-right-rail-subnav .field-type-link-field .field-items {
    width: 590px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 208, ../../sass/calacademy/page-web-store-down.scss */
  .page-web-store-down #web-store-down-pane-links .node-right-rail-subnav .field-type-link-field .field-items {
    width: 50%;
  }
}
/* line 217, ../../sass/calacademy/page-web-store-down.scss */
.page-web-store-down #web-store-down-pane-links .node-right-rail-subnav .field-type-link-field .field-items:after {
  display: table;
  clear: both;
}
/* line 221, ../../sass/calacademy/page-web-store-down.scss */
.page-web-store-down #web-store-down-pane-links .node-right-rail-subnav .field-type-link-field .field-item {
  float: left;
  width: 50%;
  margin-bottom: 8px !important;
  padding-bottom: 0 !important;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 221, ../../sass/calacademy/page-web-store-down.scss */
  .page-web-store-down #web-store-down-pane-links .node-right-rail-subnav .field-type-link-field .field-item {
    width: 100%;
    margin-bottom: 10px !important;
    padding-bottom: 12px !important;
  }
}
/* line 236, ../../sass/calacademy/page-web-store-down.scss */
.page-web-store-down .panel-pane {
  border-top: none !important;
}
/* line 241, ../../sass/calacademy/page-web-store-down.scss */
.page-web-store-down #claude-silhouette-pane {
  position: relative;
  z-index: 99;
  top: -270px;
}
/* line 246, ../../sass/calacademy/page-web-store-down.scss */
.page-web-store-down #claude-silhouette-pane img {
  position: absolute;
  left: -10%;
  width: 756px;
  min-width: 756px;
  max-width: 756px;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  /* line 246, ../../sass/calacademy/page-web-store-down.scss */
  .page-web-store-down #claude-silhouette-pane img {
    width: 590px;
    min-width: 590px;
    max-width: 590px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 246, ../../sass/calacademy/page-web-store-down.scss */
  .page-web-store-down #claude-silhouette-pane img {
    width: 430px;
    min-width: 430px;
    max-width: 430px;
    left: -44%;
  }
}
@media only screen and (min-width: 1100px) {
  /* line 246, ../../sass/calacademy/page-web-store-down.scss */
  .page-web-store-down #claude-silhouette-pane img {
    left: -20%;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 246, ../../sass/calacademy/page-web-store-down.scss */
  .page-web-store-down #claude-silhouette-pane img {
    left: -25%;
  }
}
@media only screen and (min-width: 1300px) {
  /* line 246, ../../sass/calacademy/page-web-store-down.scss */
  .page-web-store-down #claude-silhouette-pane img {
    left: -30%;
  }
}
@media only screen and (min-width: 1500px) {
  /* line 246, ../../sass/calacademy/page-web-store-down.scss */
  .page-web-store-down #claude-silhouette-pane img {
    left: -44%;
  }
}
@media only screen and (min-width: 1700px) {
  /* line 246, ../../sass/calacademy/page-web-store-down.scss */
  .page-web-store-down #claude-silhouette-pane img {
    left: -54%;
  }
}
@media only screen and (min-width: 2000px) {
  /* line 246, ../../sass/calacademy/page-web-store-down.scss */
  .page-web-store-down #claude-silhouette-pane img {
    left: -70%;
  }
}
@media only screen and (min-width: 2300px) {
  /* line 246, ../../sass/calacademy/page-web-store-down.scss */
  .page-web-store-down #claude-silhouette-pane img {
    left: -90%;
  }
}
@media only screen and (min-width: 2700px) {
  /* line 246, ../../sass/calacademy/page-web-store-down.scss */
  .page-web-store-down #claude-silhouette-pane img {
    left: -111%;
  }
}
@media only screen and (min-width: 3100px) {
  /* line 246, ../../sass/calacademy/page-web-store-down.scss */
  .page-web-store-down #claude-silhouette-pane img {
    left: -150%;
  }
}
@media only screen and (min-width: 3500px) {
  /* line 246, ../../sass/calacademy/page-web-store-down.scss */
  .page-web-store-down #claude-silhouette-pane img {
    left: -180%;
  }
}
