/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 5, ../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 22, ../sass/screen.scss */
body {
  font-family: "montserrat";
  padding-top: 76px;
}

/* line 27, ../sass/screen.scss */
.header {
  padding: 10px;
  border-bottom: 2px #eeeeee solid;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: white;
  box-sizing: border-box;
  z-index: 10;
}
/* line 37, ../sass/screen.scss */
.header h1 {
  color: #ff2a7f;
  text-transform: uppercase;
  font-size: 1.4em;
  font-weight: bold;
}
/* line 43, ../sass/screen.scss */
.header h1 img {
  max-width: 50px;
  vertical-align: middle;
  padding-right: 10px;
}
/* line 48, ../sass/screen.scss */
.header h1 a {
  text-decoration: none;
  color: inherit;
}
/* line 55, ../sass/screen.scss */
.header .nav {
  display: none;
  position: fixed;
  top: 78px;
  right: 0;
  z-index: 5;
  background: #2ad4ff;
  width: 200px;
}
/* line 64, ../sass/screen.scss */
.header .nav a {
  color: white;
  padding: 20px;
  display: block;
  text-decoration: none;
}
/* line 70, ../sass/screen.scss */
.header .nav a:hover {
  background: #ff2a7f;
}

/* line 79, ../sass/screen.scss */
.csstransforms .header .nav {
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  display: block;
  -moz-transition: -moz-transform 0.2s;
  -o-transition: -o-transform 0.2s;
  -webkit-transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
}

/* line 87, ../sass/screen.scss */
#show-menu-button {
  float: right;
  width: 50px;
  height: 50px;
  overflow: hidden;
  display: block;
  position: absolute;
  right: 0;
  top: 10px;
  background: white url("../img/hamburger.png") center center no-repeat;
  border: none;
  background-size: 20px;
  text-indent: 999999px;
  white-space: nowrap;
}

/* line 103, ../sass/screen.scss */
.show-menu .header .nav {
  display: block;
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

/* line 108, ../sass/screen.scss */
.main-content {
  padding: 20px;
  padding-bottom: 100px;
  margin: 0 auto;
}
/* line 113, ../sass/screen.scss */
.main-content p {
  margin-bottom: 20px;
  line-height: 1.5;
  color: #808080;
}
/* line 119, ../sass/screen.scss */
.main-content .h1, .main-content .h1-subheading strong {
  color: #ff2a7f;
  border-bottom: 2px #ffdd55 solid;
  padding-bottom: 3px;
  display: block;
  margin-bottom: 20px;
  font-size: 1.2em;
}
/* line 128, ../sass/screen.scss */
.main-content .h1-subheading {
  margin-bottom: 20px;
}
/* line 129, ../sass/screen.scss */
.main-content .h1-subheading strong {
  margin-bottom: 3px;
}
/* line 133, ../sass/screen.scss */
.main-content .h1-subheading span {
  font-size: 0.8em;
}

/* line 146, ../sass/screen.scss */
.home-content {
  font-family: 'Open Sans', sans-serif;
  padding: 0;
}
/* line 149, ../sass/screen.scss */
.home-content section {
  padding: 30px;
  background: #5A9BD5;
  position: relative;
  color: white;
  min-height: 360px;
}
/* line 156, ../sass/screen.scss */
.home-content section.main-section {
  background: transparent url("../img/home-image-mobile.jpg") center bottom no-repeat;
  background-size: cover;
}
/* line 160, ../sass/screen.scss */
.home-content section.main-section p {
  padding-top: 80px;
  font-size: 65px;
}
/* line 165, ../sass/screen.scss */
.home-content section.main-section .btn {
  width: 70%;
  max-width: 400px;
}
/* line 170, ../sass/screen.scss */
.home-content section > p {
  color: white;
  font-size: 2em;
}
/* line 174, ../sass/screen.scss */
.home-content section > p em {
  text-transform: uppercase;
  color: #ffff00;
}
/* line 181, ../sass/screen.scss */
.home-content .number {
  color: white;
  font-size: 120px;
  font-weight: normal;
  position: absolute;
  top: 30px;
  left: 0;
  z-index: 1;
  font-style: italic;
  font-family: 'Tinos', sans-serif;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}
/* line 195, ../sass/screen.scss */
.home-content h2 {
  font-size: 72px;
  position: relative;
  z-index: 2;
  color: black;
  font-weight: 500;
  padding: 20px 0;
  font-style: italic;
  margin-bottom: 24px;
  font-family: 'Raleway', sans-serif;
}
/* line 208, ../sass/screen.scss */
.home-content .video-container {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
/* line 214, ../sass/screen.scss */
.home-content .video-container iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
}
/* line 223, ../sass/screen.scss */
.home-content .home-image {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 100px;
}
/* line 230, ../sass/screen.scss */
.home-content .btn {
  padding: 20px;
}
/* line 239, ../sass/screen.scss */
.home-content .tutorial figure {
  display: block;
  margin-bottom: 30px;
}
/* line 244, ../sass/screen.scss */
.home-content .tutorial figcaption {
  margin-bottom: 6px;
}
/* line 249, ../sass/screen.scss */
.home-content .tutorial img {
  max-width: 100%;
  display: block;
}
/* line 256, ../sass/screen.scss */
.home-content .testimonials li {
  padding: 20px;
  font-family: arial;
  max-width: 300px;
}
/* line 262, ../sass/screen.scss */
.home-content .testimonials cite {
  display: block;
  text-align: right;
  margin-top: 10px;
  font-style: italic;
}

/* line 278, ../sass/screen.scss */
.page-content h1 {
  color: #ff2a7f;
  font-size: 2.5em;
  font-weight: bold;
  margin-top: 40px;
  line-height: 1.25;
  margin-bottom: 20px;
}
/* line 287, ../sass/screen.scss */
.page-content h2 {
  font-size: 2em;
  color: #2ad4ff;
  margin-bottom: 20px;
  line-height: 1.2;
}

/* line 299, ../sass/screen.scss */
.standard-form label {
  color: #808080;
  margin-bottom: 4px;
  display: block;
}
/* line 305, ../sass/screen.scss */
.standard-form label.checkbox-container input {
  display: inline-block;
  width: auto;
}
/* line 312, ../sass/screen.scss */
.standard-form input {
  width: 100%;
  box-sizing: border-box;
  border: #2ad4ff 2px solid;
  padding: 10px;
  margin-bottom: 20px;
}

/* line 323, ../sass/screen.scss */
.btn {
  border: none;
  background: #2ad4ff;
  color: white;
  font-weight: bold;
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  margin-bottom: 20px;
  text-decoration: none;
}
/* line 339, ../sass/screen.scss */
.btn.btn-pink {
  background: #ff2a7f;
}

/* line 345, ../sass/screen.scss */
.search-container {
  border: 1px #2ad4ff solid;
  position: relative;
  overflow: hidden;
  padding-right: 70px;
  box-sizing: border-box;
}
/* line 352, ../sass/screen.scss */
.search-container input[type="text"] {
  border: none;
  width: 100%;
  display: block;
  float: left;
  padding: 10px 0;
  padding-left: 10px;
}
/* line 363, ../sass/screen.scss */
.search-container .search-button {
  width: 60px;
  position: absolute;
  top: 0;
  right: 0;
  background: #2ad4ff;
  color: white;
  font-family: "montserrat";
  border: none;
  padding: 10px 0;
}

/* line 376, ../sass/screen.scss */
.auto-complete {
  margin-bottom: 10px;
}
/* line 378, ../sass/screen.scss */
.auto-complete div {
  display: none;
  border: 1px #2ad4ff solid;
  color: #808080;
  padding: 10px;
  cursor: pointer;
}
/* line 384, ../sass/screen.scss */
.auto-complete div:hover {
  color: #ff2a7f;
}

/* line 390, ../sass/screen.scss */
.main-content .text-muted {
  font-size: 0.8em;
  color: #cccccc;
}

/* line 395, ../sass/screen.scss */
.past-search {
  text-decoration: none;
}
/* line 397, ../sass/screen.scss */
.past-search h3 {
  background: #2ad4ff;
  color: white;
  padding: 10px;
}
/* line 403, ../sass/screen.scss */
.past-search p {
  color: #ff2a7f;
  font-size: 0.8em;
}

/* line 414, ../sass/screen.scss */
.search-result {
  text-decoration: none;
  display: block;
  overflow: hidden;
  margin-bottom: 40px;
  text-decoration: none;
  color: black;
  border: 1px #dddddd solid;
  border-radius: 10px;
}
/* line 424, ../sass/screen.scss */
.search-result p {
  padding: 10px;
  overflow: hidden;
}
/* line 429, ../sass/screen.scss */
.search-result h3 {
  background: #2ad4ff;
  color: white;
  padding: 10px;
  margin-bottom: 10px;
  background-position: 0px bottom;
  background-repeat: no-repeat;
  background-size: 40px;
  padding-left: 40px;
}
/* line 440, ../sass/screen.scss */
.search-result.source-twitter {
  border-color: #1DA1F3;
}
/* line 442, ../sass/screen.scss */
.search-result.source-twitter h3 {
  background-color: #1DA1F3;
  background-image: url("../img/social-icons/twitter-bird.svg");
}
/* line 448, ../sass/screen.scss */
.search-result.source-facebook {
  border-color: #3B5998;
}
/* line 451, ../sass/screen.scss */
.search-result.source-facebook h3 {
  background-color: #3B5998;
  background-image: url("../img/social-icons/facebook.svg");
}
/* line 457, ../sass/screen.scss */
.search-result.source-instagram {
  border-color: #e95950;
}
/* line 460, ../sass/screen.scss */
.search-result.source-instagram h3 {
  background-color: #e95950;
  background-image: url("../img/social-icons/instagram.png");
}
/* line 467, ../sass/screen.scss */
.search-result img {
  display: block;
  max-width: 100%;
  margin: 10px auto;
}

/* line 475, ../sass/screen.scss */
.year-marker {
  text-align: center;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 10px;
}
/* line 482, ../sass/screen.scss */
.year-marker span {
  display: inline-block;
  padding: 10px;
  position: relative;
  color: #ff2a7f;
}
/* line 487, ../sass/screen.scss */
.year-marker span:before, .year-marker span:after {
  content: " ";
  width: 500px;
  background: #ffdd55;
  height: 2px;
  margin-top: -1px;
  position: absolute;
  top: 50%;
}
/* line 498, ../sass/screen.scss */
.year-marker span:before {
  left: 100%;
}
/* line 501, ../sass/screen.scss */
.year-marker span:after {
  right: 100%;
}

/* line 507, ../sass/screen.scss */
.loading-gif {
  display: block;
  width: 64px;
  margin: 20px auto;
}

/* line 513, ../sass/screen.scss */
.warning {
  background: #ff2a7f url("../img/warning.png") 10px center no-repeat;
  background-size: 28px;
  color: white;
  padding: 10px;
  display: block;
  width: 100%;
  margin: 40px 0;
  text-decoration: none;
  box-sizing: border-box;
  padding-left: 60px;
}

/* line 527, ../sass/screen.scss */
.search-form-container, .standard-form-container {
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 20px;
}

/* line 536, ../sass/screen.scss */
.setting {
  padding: 20px 0;
  padding-left: 60px;
  background-size: 40px;
  background-repeat: no-repeat;
  background-position: left center;
  text-decoration: none;
  color: #cbcbcb;
}
/* line 546, ../sass/screen.scss */
.setting a {
  text-decoration: none;
  color: inherit;
}

/* line 553, ../sass/screen.scss */
.facebook-setting {
  background-size: 16px;
  background-position: 8px center;
  background-image: url("../img/social-icons/facebook-inactive.png");
}
/* line 556, ../sass/screen.scss */
.facebook-setting a:hover {
  color: #3B5998;
}
/* line 560, ../sass/screen.scss */
.facebook-setting.set {
  color: #3B5998;
  background-image: url("../img/social-icons/facebook-active.png");
}

/* line 566, ../sass/screen.scss */
.twitter-setting {
  background-image: url("../img/social-icons/twitter-inactive.png");
}
/* line 569, ../sass/screen.scss */
.twitter-setting.set {
  color: #1DA1F3;
  background-image: url("../img/social-icons/twitter-active.png");
}

/* line 577, ../sass/screen.scss */
.instagram-setting {
  background-image: url("../img/social-icons/instagram-inactive.png");
}
/* line 578, ../sass/screen.scss */
.instagram-setting a:hover {
  color: #e95950;
}
/* line 582, ../sass/screen.scss */
.instagram-setting.set {
  color: #e95950;
  background-image: url("../img/social-icons/instagram-active.png");
}

@media (min-width: 920px) {
  /* line 597, ../sass/screen.scss */
  .main-content.home-content {
    padding-top: 0;
  }

  /* line 601, ../sass/screen.scss */
  .home-content {
    position: relative;
    padding-top: 0;
  }
  /* line 607, ../sass/screen.scss */
  .home-content h2 {
    float: left;
    margin-right: 20px;
  }
  /* line 613, ../sass/screen.scss */
  .home-content section {
    overflow: visible;
    max-width: 840px;
    margin: 0 auto;
    padding-bottom: 20px;
    position: relative;
  }
  /* line 622, ../sass/screen.scss */
  .home-content section:before, .home-content section:after {
    box-shadow: -24px 0 24px -24px inset;
    color: rgba(0, 0, 0, 0.8);
    content: " ";
    height: 100%;
    left: -24px;
    position: absolute;
    top: 0;
    width: 24px;
  }
  /* line 633, ../sass/screen.scss */
  .home-content section:after {
    right: -24px;
    left: auto;
    box-shadow: 24px 0 24px -24px inset;
  }
  /* line 638, ../sass/screen.scss */
  .home-content section.main-section {
    max-width: none;
    position: relative;
    padding-bottom: 100px;
  }
  /* line 642, ../sass/screen.scss */
  .home-content section.main-section p {
    max-width: 920px;
  }
  /* line 645, ../sass/screen.scss */
  .home-content section.main-section .number {
    position: absolute;
    left: 0;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  /* line 652, ../sass/screen.scss */
  .home-content section.main-section .btn {
    display: inline-block;
    max-width: 440px;
    margin-left: 300px;
    display: block;
  }
  /* line 659, ../sass/screen.scss */
  .home-content section.main-section .btn-blue {
    margin-left: 300px;
    margin-right: 20px;
  }
  /* line 667, ../sass/screen.scss */
  .home-content p {
    display: block;
    margin-left: 300px;
    margin-top: 20px;
  }
  /* line 674, ../sass/screen.scss */
  .home-content .testimonials li {
    float: left;
    width: 50%;
  }
  /* line 681, ../sass/screen.scss */
  .home-content .tutorial figure {
    clear: both;
  }
  /* line 686, ../sass/screen.scss */
  .home-content .tutorial figcaption {
    width: 45%;
    margin-right: 20px;
    display: inline-block;
    text-align: right;
    vertical-align: top;
    line-height: 1.2;
  }
  /* line 695, ../sass/screen.scss */
  .home-content .tutorial a, .home-content .tutorial img {
    width: 50%;
    display: inline-block;
  }
  /* line 702, ../sass/screen.scss */
  .home-content .about-section p {
    margin-left: 230px;
  }
  /* line 708, ../sass/screen.scss */
  .home-content .testimonial-section p {
    margin-left: 430px;
  }

  /* line 805, ../sass/screen.scss */
  .result-list {
    margin: 0 auto;
  }

  /* line 809, ../sass/screen.scss */
  .page-content {
    max-width: 800px;
  }

  /* line 813, ../sass/screen.scss */
  .about-image {
    float: left;
    display: block;
    margin-top: 50px;
  }

  /* line 819, ../sass/screen.scss */
  .right-col {
    margin-left: 240px;
  }

  /* line 825, ../sass/screen.scss */
  .search-result {
    width: 48%;
    text-align: left;
    vertical-align: text-top;
    display: block;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 10px;
    width: 236px;
    background: white;
  }
  /* line 840, ../sass/screen.scss */
  .search-result h3 {
    margin-bottom: 0;
    font-size: 0.7em;
    text-align: right;
    padding-top: 6px;
    padding-bottom: 6px;
    background-size: 20px;
    background-position: 10px bottom;
  }

  /* line 854, ../sass/screen.scss */
  .year-marker {
    width: 100%;
  }

  /* line 861, ../sass/screen.scss */
  .main-content {
    background: white;
    overflow: hidden;
    padding-top: 40px;
  }
  /* line 865, ../sass/screen.scss */
  .main-content .h1, .main-content .h1-subheading {
    text-transform: uppercase;
    font-size: 1.5em;
    border: none;
  }
  /* line 869, ../sass/screen.scss */
  .main-content .h1 strong, .main-content .h1-subheading strong {
    border: none;
  }
}
