html, button, input, select, textarea {
  color: #222;
  font-family: 'Open Sans', sans-serif; }

html {
  max-width: 100%;
  overflow-x: hidden; }

body {
  position: relative;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  overflow: hidden;
  height: 100%; }

a {
  color: #ee6456;
  text-decoration: none; }
  a:visited {
    color: #be5044; }
  a:hover {
    text-decoration: underline;
    color: #e12917; }

p, hr {
  margin: 0; }

::selection {
  background: #ee6456;
  color: #ffffff; }

::-moz-selection {
  background: #ee6456;
  color: #ffffff; }

button:focus {
  outline: none; }

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
img.round {
  border-radius: 50%; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

.border-image {
  border: 1px solid #cccccc; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

ul {
  list-style-type: square; }

pre {
  background: #1d1f21;
  color: #fff;
  padding: 10px; }

code {
  font-size: 0.8em; }

h1 {
  font-size: 1.8em;
  text-align: center;
  font-weight: 900;
  margin: 20px;
  line-height: 1.2; }

h2 {
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1.2;
  margin: 30px 0 6px 0;
  color: #000000; }
  h2:visited {
    color: #be5044; }

.p-font-style, ul, p, address, .form-field label {
  font-weight: 500;
  font-size: 1em;
  color: #777777;
  line-height: 1.8em; }

p {
  margin: 5px 0 20px 0; }

iframe {
  width: 98%;
  margin: 20px auto; }

hr.style-six {
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  width: 90%;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 10px; }

.app-bar {
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out; }

.menu {
  z-index: 1;
  position: fixed;
  top: 0px;
  width: 230px;
  height: 100%;
  color: #fefefe;
  background-color: #1d2939;
  -webkit-transform: translate(-230px, 0);
  transform: translate(-230px, 0); }
  .menu ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: block; }
  .menu li {
    border-color: white;
    border-width: 1px;
    border-bottom-style: solid; }
  .menu ul li a {
    display: block;
    padding: 0 20px;
    line-height: 60px;
    text-decoration: none;
    color: white; }
    .menu ul li a:hover {
      background-color: rgba(255, 255, 255, 0.2); }
  @media (min-width: 606px) {
    .menu {
      float: right;
      position: relative;
      height: 50px;
      width: 100%;
      transform: translate(0, 0);
      transition: none;
      box-sizing: border-box; }
      .menu ul li a {
        line-height: 50px; }
      .menu ul {
        display: flex;
        justify-content: flex-end;
        flex-direction: row; }
        .menu ul li {
          border-width: 0px; }
          .menu ul li a {
            color: #D8D8D8; }
            .menu ul li a:hover {
              color: #fff;
              background-color: transparent; } }

@media (min-width: 606px) {
  .menuWidth {
    width: 606px;
    margin: 0 auto; } }
@media (min-width: 950px) {
  .menuWidth {
    width: 650px;
    padding: 0 350px 0 40px;
    margin: 0 auto; } }

.menu-open {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0); }

.menu .homeButton {
  visibility: hidden; }
  @media (min-width: 606px) {
    .menu .homeButton {
      visibility: visible; } }

header, #menuButton button {
  background-color: #1d2939; }

header {
  width: 100%;
  height: 60px;
  box-sizing: border-box;
  color: white; }
  @media (min-width: 606px) {
    header {
      visibility: hidden;
      display: none; } }

.homeButton {
  float: right;
  height: 60px;
  padding-top: 5px;
  padding-right: 20px;
  box-sizing: border-box; }
  @media (min-width: 606px) {
    .homeButton {
      float: left; } }

#menuButton button {
  float: left;
  padding: 0;
  margin: 0;
  border: none;
  height: 60px;
  width: 60px; }
@media (min-width: 606px) {
  #menuButton {
    display: none; } }

.container {
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  padding-bottom: 30px;
  min-height: 100%; }
  .container:img {
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    display: block; }
  .container:p {
    font-size: 1em; }
  @media (min-width: 606px) {
    .container {
      margin: 0 auto;
      margin-top: 50px; } }

.container-open {
  -webkit-transform: translate(230px, 0);
  transform: translate(230px, 0); }

.container-title {
  margin-bottom: 30px; }

.container-title h1 {
  margin-bottom: 10px; }

.logo {
  text-align: right; }

#logoImage {
  width: 60%;
  max-width: 250px; }

blockquote {
  font-style: normal;
  font-weight: 300;
  background: #f9f9f9;
  padding: 0.5em 10px;
  margin: 1.5em 10px;
  border-left: 10px solid #1CAF9A; }
  blockquote:before {
    color: #ccc;
    /*content: open-quote;*/
    font-size: 2em;
    line-height: 0.1em;
    vertical-align: -0.3em; }
  blockquote:p {
    display: inline; }

address {
  font-style: normal; }

/*
 * Single Question page
 */
.q-title {
  margin: 30px auto; }
  .q-title h1 {
    margin: 10px; }
  @media (min-width: 606px) {
    .q-title {
      margin: 0 0 30px 0;
      text-align: left;
      max-width: 606px; } }

.q {
  margin: 15px; }
  .q figure {
    text-align: center;
    max-width: 100%; }
  .q textarea {
    height: 330px; }
  .q h2 {
    margin-bottom: 5px; }
  @media (min-width: 606px) {
    .q {
      width: 606px;
      margin: 0 auto;
      padding-top: 30px; }
      .q h1 {
        text-align: left;
        margin-left: 0;
        margin-top: 0; } }
  @media (min-width: 850px) {
    .q {
      max-width: 850px; } }
  @media (min-width: 950px) {
    .q {
      width: 650px;
      background-color: #fff;
      padding: 40px 350px 40px 40px; } }

.q-video {
  padding: 10px 0; }
  .q-video iframe {
    max-width: 100%; }

.q-text {
  line-height: 1.6em; }
  @media (min-width: 950px) {
    .q-text {
      margin-right: 0; } }

@media (min-width: 606px) {
  .sq-container h1 {
    text-align: left;
    font-size: 1.5em;
    padding-top: 10px; } }

.sq-title h2:hover::after {
  content: none; }

.q-author {
  font-size: .8em;
  text-align: center; }
  @media (min-width: 606px) {
    .q-author {
      text-align: left; } }

/*
 * Footer 
 */
footer {
  text-align: center;
  padding: 20px 0;
  color: #000;
  font-size: .8em;
  border-top: 1px solid #cccccc; }
  footer p {
    margin: 0; }

/*
 * Styles for start page
 */
.first-teaser {
  background-position: center;
  background-color: #1CAF9A;
  padding: 20px;
  color: white;
  text-align: center; }
  .first-teaser img {
    display: block;
    margin-right: auto;
    margin-left: auto; }
  .first-teaser h1 {
    margin: 0 20px 20px 0;
    font-weight: bold;
    color: #ffffff;
    text-align: center; }
  .first-teaser p {
    margin-bottom: 30px;
    color: #fff; }
  @media (min-width: 606px) {
    .first-teaser h1 {
      margin: 0 auto;
      margin-bottom: 20px;
      width: 500px; }
    .first-teaser p {
      margin: 0 auto;
      margin-bottom: 25px;
      width: 500px; } }
  @media (min-width: 850px) {
    .first-teaser {
      margin-bottom: 50px;
      padding-bottom: 50px; } }

.teaser {
  text-align: left;
  margin: 0 0; }
  .teaser img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 80%;
    padding-top: 10px; }
  @media (min-width: 400px) {
    .teaser {
      text-align: center; }
      .teaser h1 {
        margin: 0 0 10px 0;
        text-align: center; } }
  @media (min-width: 606px) {
    .teaser h1 {
      margin-top: 5px; } }
  @media (min-width: 850px) {
    .teaser {
      display: flex;
      justify-content: flex-start;
      flex-direction: row;
      align-items: center;
      width: 850px;
      text-align: left;
      margin: 0 auto; }
      .teaser h1 {
        text-align: left;
        margin-top: 0;
        margin-bottom: 10px; }
      .teaser:first-child {
        margin: 0 auto;
        margin-top: 40px;
        width: 100%; }
        .teaser:first-child h1 {
          text-align: center; } }
  @media (min-width: 950px) {
    .teaser {
      width: 950px; } }
  @media (min-width: 1400px) {
    .teaser {
      width: 1200px; } }

.teaser-text {
  padding: 0 20px;
  margin: 0 auto;
  margin-bottom: 50px;
  max-width: 500px; }
  @media (min-width: 850px) {
    .teaser-text {
      width: 50%;
      margin-right: 20px;
      padding: 0;
      padding-left: 30px; }
      .teaser-text:first-child {
        margin: 0 auto;
        padding: 0;
        width: 80%; } }

@media (min-width: 850px) {
  .teaser:nth-of-type(3) .teaser-image, .teaser:nth-of-type(7) .teaser-image {
    order: 2;
    background-color: transparent; } }

.teaser-image {
  height: 200px;
  align-self: center; }
  @media (min-width: 606px) {
    .teaser-image {
      background-color: transparent; } }
  @media (min-width: 850px) {
    .teaser-image {
      width: 50%;
      padding-bottom: 0;
      background-color: transparent; } }

.scroller, .scrollerup {
  text-align: center; }
  @media (min-width: 400px) {
    .scroller, .scrollerup {
      display: none; } }

.button-success {
  color: white;
  background: #ee6456;
  /* this is a green */ }

#teaser2 img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  width: 80%;
  border-radius: 150px; }

/*
 * Styles for question page
 */
.sq {
  display: flex;
  flex-direction: column;
  text-align: left;
  max-width: 850px;
  margin: 0 auto;
  margin-bottom: 10px;
  border: 1px solid #eee;
  padding: 2px; }
  .sq p {
    margin-top: 20px; }
  .sq .sq-title a:hover {
    text-decoration: none; }
  .sq h1 {
    text-align: left;
    font-size: 1.5em;
    margin: 0;
    margin-bottom: 8px;
    margin-top: 20px; }
  .sq h2 {
    color: #ee6456;
    font-weight: 700; }
    .sq h2:hover {
      color: #1CAF9A; }
  .sq img {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 90%; }
  @media (min-width: 606px) {
    .sq {
      display: flex;
      flex-direction: row;
      text-align: left;
      margin-bottom: 30px; } }

.sq-image {
  text-align: center;
  padding-top: 10px; }
  @media (min-width: 606px) {
    .sq-image {
      align-self: center;
      padding-right: 40px;
      padding-top: 0;
      width: 25%; } }

.sq-author {
  padding: 0;
  font-size: 0.8em; }
  .sq-author p {
    margin: 0; }

.sq-teaser p {
  margin-top: 10px; }

.sq-content {
  margin: 0 10px; }
  @media (min-width: 606px) {
    .sq-content {
      width: 75%;
      margin: 0; }
      .sq-content hr {
        display: none; } }

/*
 * Styles for About Us Page
 */
.au-authors {
  text-align: center; }
  .au-authors h2 {
    font-weight: normal;
    font-size: 2em; }
  .au-authors img {
    max-width: 60%; }
  @media (min-width: 400px) {
    .au-authors img {
      max-width: 100%; } }

.au-author-single {
  display: flex;
  flex-direction: column;
  margin: 15px;
  margin-top: 30px; }
  .au-author-single h3 {
    font-weight: normal;
    font-size: 1.7em;
    text-align: center;
    margin: 10px 0 0 0; }
  @media (min-width: 606px) {
    .au-author-single {
      display: flex;
      flex-direction: row;
      text-align: left;
      max-width: 850px;
      margin: 0 auto; } }

@media (min-width: 606px) {
  .au-author-img {
    padding: 20px 0 20px 20px;
    width: 30%;
    position: relative; }
    .au-author-img img {
      position: absolute;
      top: 50%;
      height: 10em;
      margin-top: -5em; } }

.au-author-info p {
  text-align: left; }
  .au-author-info p:standout {
    text-align: center;
    margin: 3px 0 10px 0;
    color: #000; }
@media (min-width: 606px) {
  .au-author-info {
    padding: 20px 20px 20px 0;
    width: 70%;
    text-align: left; }
    .au-author-info h3, .au-author-info p.standout {
      text-align: left; }
    .au-author-info p {
      text-align: left; } }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Forms 
 */
.form-field {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start; }
  .form-field label {
    padding-bottom: 5px; }
    .form-field label:after {
      content: "*";
      color: red; }
  .form-field input {
    padding: 5px; }
  .form-field textarea {
    padding: 5px; }
  @media (min-width: 606px) {
    .form-field {
      flex-direction: row; }
      .form-field label {
        width: 30%; }
      .form-field input {
        width: 50%; }
      .form-field textarea {
        width: 50%; }
      .form-field button {
        margin-left: 30%; } }

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden; }

.visible {
  visibility: visible; }

/**
 * Clearfix helper
 * Used to contain floats: h5bp.com/q
 */
.clearfix::before, .clearfix::after {
  content: "";
  display: table; }

.clearfix::after {
  clear: both; }
