@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,400,600);
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,400,600);
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,700);
html {
  -webkit-font-smoothing: antialiased;
}

body {
  color: #2E3131;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 1.3;
  font-weight: normal;
  font-style: normal;
  margin: 0;
  padding: 0;
}

ul li {
  margin: 0 0 10px 0;
}

h4 {
  font-family: 'Roboto Slab';
  font-size: 19px;
  font-weight: normal;
  color: #26b4bd;
  margin: 0 0 10px 0;
}

p {
  margin: 0 0 12px 0;
}

a {
  color: #26b4bd;
  cursor: pointer;
}

img {
  display: block;
  border: none;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}

/* ACTIVE SEARCH */
/* bumf */
#outer-wrapper {
  position: relative;
  width: 100%;
  z-index: 1;
}

#holdall {
  overflow: hidden;
  background: #FFF;
}

#header {
  margin: 0 0 20px 0;
}

#logo {
  width: 20%;
}

#header-right {
  width: 80%;
}

#header-tel {
  font-family: 'Roboto Slab', serif;
  font-size: 18px;
  color: #26b4bd;
  margin: 2.7% 25px 0 0;
}

#social {
  width: 32%;
  margin: 2.7% 0;
}

#social .social a {
  position: relative;
  display: block;
}

#social .social a:hover .main {
  visibility: hidden;
}

#social .social a:hover .overlay {
  display: block;
}

#social .social + .social {
  margin: 0 0 0 6.6%;
}

#social .pinterest {
  width: 9%;
}

#social .twitter {
  width: 9%;
  padding-top: 4px;
}

#social .facebook {
  width: 4%;
}

#social .youtube {
  width: 9%;
}

#social .linkedin {
  width: 9%;
}

#social .google {
  width: 10%;
}

#social .instagram {
  width: 10%;
}

#nav {
  text-align: right;
  font-size: 16px;
  font-weight: bold;
}

#nav ul {
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
}

#nav ul li {
  margin: 0;
  padding: 0;
  display: inline-block;
  *display: inline;
  zoom: 1;
}

#nav ul li + li {
  margin: 0 0 0 3%;
}

#nav ul li a {
  text-decoration: none;
  color: #2E3131;
}

#nav ul li.active a, #nav ul li:hover a {
  color: #26b4bd;
}

#mobile-nav {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  width: 300px;
  background: #2b2b2b;
  z-index: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

#mobile-nav ul {
  margin: 10% 0;
  padding: 0;
}

#mobile-nav ul li {
  margin: 0;
  padding: 0;
}

#mobile-nav ul li a {
  display: block;
  font-size: 18px;
  padding: 5% 0 5% 20%;
  border-bottom: 1px solid #666666;
  color: #d9d9d9;
  text-decoration: none;
}

#mobile-nav ul li a:hover {
  color: #FFF;
}

.mobile-nav-icon {
  display: none;
  width: auto;
  height: 35px;
  cursor: pointer;
}

#share-icon {
  margin: 0 20px;
}

#social-mobile-nav {
  width: 60%;
  margin: 0 0 0 18%;
}

#social-mobile-nav .social {
  margin: 0 12% 11% 0;
}

#social-mobile-nav .social.last {
  margin-right: 0;
}

#social-mobile-nav .pinterest {
  width: 13%;
}

#social-mobile-nav .twitter {
  width: 18%;
}

#social-mobile-nav .facebook {
  width: 6%;
}

#social-mobile-nav .instagram {
  width: 16%;
}

#social-mobile-nav .youtube {
  width: 14%;
}

#social-mobile-nav .linkedin {
  width: 14%;
}

#social-mobile-nav .google {
  width: 16%;
}

#mobile-social-dropdown {
  display: none;
  overflow: hidden;
  position: relative;
  background: #f5f5f5;
  padding: 4% 0;
  width: 100%;
}

#mobile-social-dropdown .social + .social {
  margin: 0 0 0 7%;
}

#mobile-social-dropdown .pinterest {
  width: 10.454545454545454545454545454545%;
}

#mobile-social-dropdown .twitter {
  width: 13.181818181818181818181818181818%;
}

#mobile-social-dropdown .facebook {
  width: 4.5454545454545454545454545454545%;
}

#mobile-social-dropdown .youtube {
  width: 11.818181818181818181818181818182%;
}

#mobile-social-dropdown .linkedin {
  width: 10.909090909090909090909090909091%;
}

#mobile-social-dropdown .google {
  width: 11.818181818181818181818181818182%;
}

#nav-icon {
  line-height: 17px;
  float: right;
  cursor: pointer;
}

.nav-icon-text {
  display: none;
  line-height: 35px;
  margin: 0 15px 0 0;
}

#footer {
  background: #2E3131;
  padding: 0 0 5% 0;
}

#footer .section {
  padding-top: 5%;
}

#footer .footer-col {
  width: 28%;
  margin: 0 8% 0 0;
}

#footer .footer-col.last {
  margin-right: 0;
}

#footer .footer-col {
  font-size: 14px;
  color: #FFF;
}

#footer .footer-col p {
  margin: 0 0 40px 0;
}

#social-footer {
  width: 93%;
}

#social-footer .social + .social {
  margin: 0 0 0 6.6%;
}

#social-footer .social a {
  position: relative;
  display: block;
}

#social-footer .social a:hover .main {
  visibility: hidden;
}

#social-footer .social a:hover .overlay {
  display: block;
}

#social-footer .pinterest {
  width: 9%;
}

#social-footer .twitter {
  width: 9%;
  padding-top: 4px;
}

#social-footer .facebook {
  width: 4%;
}

#social-footer .youtube {
  width: 9%;
}

#social-footer .linkedin {
  width: 9%;
}

#social-footer .google {
  width: 10%;
}

#social-footer .instagram {
  width: 10%;
}

/* classes */
.fl {
  float: left;
}

.fr {
  float: right;
}

.cb {
  clear: both;
}

.section {
  position: relative;
  overflow: hidden;
  padding: 2% 0 0 0;
  min-height: 400px;
}

.content {
  position: relative;
  overflow: hidden;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 10px;
}

.inner-content {
  overflow: hidden;
  position: relative;
  padding: 0 7.5%;
}

.button {
  display: inline-block;
  height: 37px;
  line-height: 37px;
  color: #FFF;
  padding: 0 38px 0 20px;
  font-size: 15px;
  text-decoration: none;
  border-radius: 5px;
  *display: inline;
  zoom: 1;
}

.button.right {
  background: url(/library/images/website/button-right.png) no-repeat center right #26b4bd;
}

.button.right:hover {
  background: url(/library/images/website/button-right-hover_26b4bd.png) no-repeat center right #DEDEDE;
  color: #26b4bd;
}

.overlay {
  position: absolute;
  top: 0;
  display: none;
  z-index: 5;
}

/* christmas 2015 */
@media screen and (min-width: 730px) and (max-width: 860px) {
  #nav {
    display: none;
  }
  .mobile-nav-icon {
    display: block;
  }
  .nav-icon-text {
    display: block;
  }
  #share-icon, #phone-icon {
    display: none;
  }
  #social {
    display: none;
  }
  #header-tel {
    margin: 0 25px 0 0;
    line-height: 35px;
  }
  /** Created by panel **/
}

@media screen and (min-width: 640px) and (max-width: 730px) {
  #nav {
    display: none;
  }
  .mobile-nav-icon {
    display: block;
  }
  .nav-icon-text {
    display: block;
  }
  #share-icon, #phone-icon {
    display: none;
  }
  .section {
    min-height: 300px;
  }
  #social {
    display: none;
  }
  #header-tel {
    margin: 0 25px 0 0;
    line-height: 35px;
  }
  /** Created by panel **/
}

@media screen and (max-width: 640px) {
  #logo {
    width: 35%;
  }
  #header-right {
    width: 61%;
  }
  #nav {
    display: none;
  }
  .mobile-nav-icon {
    width: 15%;
    height: auto;
  }
  .nav-icon-text {
    display: none;
  }
  #nav-icon, #share-icon, #phone-icon {
    display: block;
  }
  #mobile-nav {
    display: none;
    width: 60%;
  }
  #footer .footer-col {
    width: 100%;
    float: none;
    margin: 0 0 10% 0;
  }
  #social, #header-tel {
    display: none;
  }
  #footer {
    padding: 0 0 80px 0;
  }
  .section {
    padding: 10% 0;
    min-height: 0;
  }
  /** Created by panel **/
}

@media screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .button.right {
    background-image: url(/library/images/website/hi-res/button-right.png);
    background-size: 27px 13px;
  }
  .button.right:hover {
    background-image: url(/library/images/website/hi-res/button-right-hover_26b4bd.png);
  }
}

/** Global **/
img {
  width: auto;
  max-width: 100%;
}

.text--white {
  color: white;
}

* {
  box-sizing: border-box;
}

/** Panels **/
.panel {
  width: 100%;
  padding-top: 2em;
  padding-bottom: 2em;
  background-color: #f5f5f5;
}

.panel h3 {
  font-weight: normal;
}

.panel--teal {
  background-color: #26b4bd;
}

.panel--teal a {
  color: #ffffff;
}

.panel__container {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.panel__container.introduction {
  max-width: 780px;
  line-height: 1.55;
}

.masthead {
  position: relative;
  height: 0;
  padding-bottom: 38.4%;
}

.masthead .masthead__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.introduction,
.panel--submission {
  padding-top: 1em;
  padding-bottom: 2em;
}

.introduction h1, .introduction p,
.panel--submission h1,
.panel--submission p {
  font-family: 'Roboto Slab';
  text-align: center;
  margin-bottom: 1.5rem;
}

.introduction h1,
.panel--submission h1 {
  font-size: 1.625rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
}

.introduction p,
.panel--submission p {
  font-size: 1.1rem;
}

.panel--submission {
  padding-top: 3em;
  padding-bottom: 3em;
}

.question {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

/** Form inputs **/
.question__guess,
.question__image,
.form__group {
  width: 96%;
  max-width: 600px;
  margin-top: 2em;
  margin-left: auto;
  margin-right: auto;
}

.question__guess span,
.question__image span,
.form__group span {
  display: inline-block;
  max-width: 80%;
}

.question__image {
  max-width: 100%;
}

.question__answer {
  width: 96%;
  max-width: 500px;
  text-align: center;
  color: #2E3131;
  font-family: 'Roboto Slab';
  margin-top: 2em;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  font-size: 1.1rem;
}

.panel--teal .question__answer {
  color: white;
}

.form__input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  font-size: 1.25rem;
  color: #26b4bd;
  padding-left: 1em;
  border: 1px solid #bababa;
  background-color: white;
  border-radius: 0;
}

.form__input:focus {
  outline: 2px solid #1d8c93;
}

.form__checkbox {
  vertical-align: top;
}

.button--submit {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  font-size: 1.25rem;
  border: none;
  border-radius: 0;
  outline: none;
  cursor: pointer;
  background-color: white;
  color: #26b4bd;
  transition: background-color 0.2s linear, color 0.2s linear;
}

.button--submit:hover {
  color: white;
  background-color: #1d8c93;
}

.button--submit:active {
  background-color: #bababa;
  color: #26b4bd;
}

.form__message {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

.form__message h3 {
  font-family: 'Roboto Slab';
  font-size: 26px;
  font-size: 1.625rem;
  text-align: center;
  color: white;
}

/**
 * Validation
 */
.help.is-danger {
  color: red;
}

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