/* @import 'layout'; */
body {
  font-family: sans-serif;
  margin: 0;
  padding: 0;
  color: #7E8AA2;
  overflow-x: hidden;
  background: -webkit-linear-gradient(white, #FFF5F2);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(white, #FFF5F2);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(white, #FFF5F2);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(white, #FFF5F2);
  /* Standard syntax */ }

#page-wrap {
  overflow-x: hidden; }

.border-ctr {
  border-top: 1px solid #7E8AA2;
  border-bottom: 1px solid #7E8AA2;
  background-color: rgba(0, 0, 0, 0.03); }

.bg-primary {
  background-color: white; }

hr {
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.5);
  margin: 15px 0px; }

button {
  border: none;
  font-size: 0.8em;
  background-color: #FD9983;
  color: rgba(0, 0, 0, 0.5);
  padding: 7px 10px;
  text-align: left;
  margin-left: 0;
  margin-right: 0; }

button:focus {
  outline: none; }

button:hover {
  cursor: pointer;
  background-color: #D67E6D; }

button:disabled {
  opacity: 0.3; }

form .form-group {
  padding: 5px; }

form .form-group label {
  display: block;
  padding: 5px 0px;
  font-size: 0.9em; }

form .form-group input {
  width: 215px;
  font-size: 10pt;
  border: none;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 5px 7px; }

form .form-group input:focus {
  outline: none;
  background-color: rgba(0, 0, 0, 0.15); }

form .form-group select {
  border: none;
  border-radius: 0px;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 15px 7px;
  height: 22px; }

form .form-group select:focus {
  outline: none;
  background-color: rgba(0, 0, 0, 0.15); }

form .form-group textarea {
  border: none;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 5px 7px;
  height: 300px;
  overflow-y: scroll; }

form .form-group textarea:focus {
  outline: none;
  background-color: rgba(0, 0, 0, 0.15); }

table tr {
  background-color: rgba(0, 0, 0, 0.05); }

table tr:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.15); }

table th {
  font-weight: normal;
  padding: 5px 12px;
  background-color: rgba(0, 0, 0, 0.3);
  color: white; }

table td {
  font-weight: normal;
  padding: 5px 12px; }

.btn-red {
  background-color: #FF6F69; }

.btn-green {
  background-color: green; }

.btn-blue {
  background-color: blue; }

.btn-small {
  font-size: 0.5em !important; }

.img-circle {
  height: 100px;
  border-radius: 100%; }

.txt-center {
  text-align: center; }

h1 {
  font-size: 2.5em; }

h2 {
  font-size: 1.5em; }

h3 {
  font-size: 1.3em; }

h4 {
  font-size: 1.1em; }

h5 {
  font-size: 0.9em; }

h6 {
  font-size: 0.8em; }

p {
  font-size: 1em; }

.lead {
  font-size: 1.3em; }

.note {
  font-size: 0.6em; }

.padded-ctr {
  padding: 40px 10%; }

.split-ctr {
  width: 100%; }

.split-ctr div {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 5px);
  box-sizing: border-box;
  padding-right: 30px; }

#main #hero {
  background-color: #FFF5F2;
  color: #7E8AA2;
  padding-bottom: 0; }

#main #hero h1 {
  font-weight: normal;
  font-size: 3.5em;
  letter-spacing: -2px;
  margin-bottom: 0;
  border-bottom: 5px solid #7E8AA2; }

#main #hero #hero-img {
  position: relative;
  top: 5px;
  left: 45%;
  margin-top: -50px; }

#main #sub-hero {
  background: -webkit-linear-gradient(#E5E8EC, #E5E8EC, white);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#E5E8EC, #E5E8EC, white);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#E5E8EC, #E5E8EC, white);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(#E5E8EC, #E5E8EC, white);
  /* Standard syntax */
  padding-top: 0; }

#main #sub-hero #hero-img-rev {
  -webkit-transform: rotate(180deg) scaleX(-1);
  /* Chrome and other webkit browsers */
  -moz-transform: rotate(180deg) scaleX(-1);
  /* FF */
  -o-transform: rotate(180deg) scaleX(-1);
  /* Opera */
  -ms-transform: rotate(180deg) scaleX(-1);
  /* IE9 */
  transform: rotate(180deg) scaleX(-1);
  /* W3C compliant browsers */
  opacity: 0.3;
  position: relative;
  top: -1px;
  left: 45%; }

#main #explain {
  margin-top: -80px; }

#main #stories #all {
  display: inline-block;
  width: 100%; }

#main #stories #all .project {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  transition: 0.25s;
  box-sizing: border-box;
  padding: 0 25px 10px; }

#main #stories #all .story {
  display: inline-block;
  transition: opacity 0.25s;
  background-color: #7E8AA2;
  padding: 7px 10px;
  color: white;
  margin: 0px 7px 14px 7px;
  border: none; }

#main #stories #all .story:hover {
  background-color: #4C5361; }

#main #stories #all #sub {
  display: none;
  width: 0;
  transition: width 0.25s;
  padding: 25px;
  box-sizing: border-box; }

#main #view {
  display: block;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 100%;
  z-index: 999;
  transition: all 0.40s;
  box-sizing: border-box;
  color: #FF6F69;
  background-color: #eee;
  overflow-y: scroll; }

#view-return {
  cursor: pointer;
  float: right;
  color: #bbb; }

#view-return:hover {
  color: #aaa; }

#main #view #view-playfull {
  visibility: hidden; }

#main #view #view-snippets-list button {
  margin: 3px; }

#main #view #viewwrap {
  margin: 0 20px;
  padding: 20px;
  background-color: white;
  border-radius: 10px; }

#main #view #view-title {
  color: #4c5361;
  margin: 30px 20px 20px; }

#main #view #view-audiotext {
  color: #7D4C41;
  margin-top: 0; }

#view-snippets {
  padding: 0 20px; }
  #view-snippets h6 {
    margin: 10px 0;
    font-weight: bold;
    color: #4c5361; }

#view-proj {
  font-weight: bold; }

#view-text {
  font-family: serif;
  padding: 0 20px 0 20px;
  color: #4c5361;
  font-weight: 400;
  font-style: normal;
  font-size: 21px;
  line-height: 1.58;
  letter-spacing: -.003em; }

#view-playpause,
#view-script button,
#view-playfull {
  border-radius: 3px; }

#main #view #view-audioprogress {
  width: 100%;
  height: 3px;
  background-color: #7D4C41;
  border-top: 6px solid white;
  border-bottom: 6px solid white;
  margin-bottom: 14px;
  position: relative;
  cursor: pointer; }
  #main #view #view-audioprogress #view-emptydragimg {
    position: absolute;
    height: 0;
    width: 0; }
  #main #view #view-audioprogress #view-audioprogresscompleted {
    width: 0;
    height: 100%;
    left: 0;
    background-color: #FF6F69;
    position: absolute;
    transition: width .05s; }
  #main #view #view-audioprogress #view-audioscrubber-live {
    width: 11px;
    height: 11px;
    border-radius: 100%;
    background-color: #FF6F69;
    position: absolute;
    margin-top: -4px;
    margin-left: -5px;
    transition: margin-left .05s; }
  #main #view #view-audioprogress #view-audioscrubbertime-hover {
    width: 45px;
    height: 15px;
    background-color: #FF6F69;
    position: absolute;
    margin-top: -30px;
    display: none;
    color: white;
    text-align: center;
    font-size: .3em;
    font-weight: bold;
    border-radius: 2px;
    padding: 4px 5px 0 5px; }
  #main #view #view-audioprogress #view-audioscrubber-hover {
    width: 3px;
    height: 15px;
    background-color: pink;
    position: absolute;
    margin-top: -6px;
    display: none; }
  #main #view #view-audioprogress #view-audioprogresstotal {
    width: 45px;
    height: 15px;
    background-color: transparent;
    position: absolute;
    right: 0;
    color: #7D4C41;
    text-align: center;
    font-size: .3em;
    font-weight: bold;
    border-radius: 2px;
    padding: 7px 5px 0 5px; }

#login #error {
  background-color: #FF6F69;
  color: white;
  width: calc(100% - 40px);
  margin: 20px;
  margin-bottom: 0px;
  padding: 5px 25px;
  box-sizing: border-box; }

#admin #admin-dash {
  padding: 35px; }

#admin #admin-dash #update,
#admin #admin-dash #snippet-update {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  height: 100%;
  width: 0px;
  box-sizing: border-box;
  overflow-x: hidden;
  transition: width 0.25s; }

#admin #admin-dash #update {
  background-color: #FF6F69; }

#admin #admin-dash #update .form-group input,
#admin #admin-dash #update .form-group textarea,
#admin #admin-dash #update .form-group select,
#admin #admin-dash #snippet-update .form-group input {
  width: 400px; }

#admin #admin-dash #snippet-update {
  background-color: #FFCC5C; }

#admin #admin-dash #table {
  width: 100%; }

#admin #admin-dash #table #proj-btns,
#admin #admin-dash #table #proj-table {
  padding: 20px; }

#admin #admin-dash #table #proj-btns .proj-btn {
  display: inline-block;
  margin: 5px; }

#admin #admin-dash #table #proj-table {
  padding-top: 0px; }

#footer {
  padding: 15px; }

#footer #copy,
#footer #admin-btn {
  display: inline-block;
  vertical-align: middle; }

#footer #admin-btn {
  margin-left: 10px; }

@media screen and (max-width: 900px) {
  #main #hero h1 {
    font-size: 2.5em; }

  #main .split-ctr div {
    display: block;
    width: 100%; }

  #main #stories #all .project {
    display: block;
    width: 100%;
    padding: 0px; }

  #main #stories #all #sub {
    display: block;
    width: 100%;
    padding: 0px; }

  #main #stories #all .story {
    display: block;
    margin: 7px 0px;
    width: 100%; }

  #admin #admin-dash {
    padding: 0px; } }

/*# sourceMappingURL=app-1494812671.css.map */
