/* 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, ../../../../../Library/Ruby/Gems/2.0.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, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../Library/Ruby/Gems/2.0.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, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../Library/Ruby/Gems/2.0.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, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../Library/Ruby/Gems/2.0.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;
}

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on January 21, 2016 */
@font-face {
  font-family: 'proxima';
  src: url("../fonts/mark_simonson_-_proxima_nova_regular-webfont.eot");
  src: url("../fonts/mark_simonson_-_proxima_nova_regular-webfont.eot#iefix") format("embedded-opentype"), url("../fonts/mark_simonson_-_proxima_nova_regular-webfont.woff2") format("woff2"), url("../fonts/mark_simonson_-_proxima_nova_regular-webfont.woff") format("woff"), url("../fonts/mark_simonson_-_proxima_nova_regular-webfont.ttf") format("truetype"), url("../fonts/mark_simonson_-_proxima_nova_regular-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'proxima_nova_rgbold';
  src: url("../fonts/proximanova-bold-webfont.eot");
  src: url("../fonts/proximanova-bold-webfont.eot#iefix") format("embedded-opentype"), url("../fonts/proximanova-bold-webfont.woff") format("woff2"), url("../fonts/proximanova-bold-webfont.woff") format("woff"), url("../fonts/proximanova-bold-webfont.ttf") format("truetype"), url("../fonts/proximanova-bold-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 36, ../sass/screen.scss */
* {
  Box-sizing: Border-box;
}

/* line 38, ../sass/screen.scss */
body {
  font-family: proxima;
  background: url(../images/bg.jpg) no-repeat #31c1db;
  padding-bottom: 140px;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}

/* line 46, ../sass/screen.scss */
header {
  background: #303266;
  height: 68px;
}

/* line 51, ../sass/screen.scss */
.question {
  text-align: center;
  padding: 50px 0px;
  text-transform: uppercase;
  font-family: 'proxima_nova_rgbold';
}
/* line 57, ../sass/screen.scss */
.question h2 {
  font-size: 60px;
  color: #303266;
  width: 70%;
  margin: 0 auto;
  font-weight: bold;
  line-height: 55px;
  margin-top: 10px;
}
/* line 67, ../sass/screen.scss */
.question span {
  font-size: 30px;
  color: #303266;
}

/* line 73, ../sass/screen.scss */
.content {
  background: #fff;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 5px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 5px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 5px;
  max-width: 900px;
  width: 80%;
  padding: 40px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
/* line 83, ../sass/screen.scss */
.content.nopad {
  padding: 5px 5px 30px 5px;
}

/* line 88, ../sass/screen.scss */
.progress {
  background: #ebebeb;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 5px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 5px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 5px;
  max-width: 900px;
  width: 80%;
  padding: 20px;
  margin: 0 auto;
  text-align: center;
  color: #333462;
}
/* line 98, ../sass/screen.scss */
.progress h3 {
  margin-bottom: 20px;
}

/* line 103, ../sass/screen.scss */
h3 {
  color: #333462;
  font-size: 28px;
}

/* line 108, ../sass/screen.scss */
h2 {
  color: #333462;
  font-size: 28px;
  margin-bottom: 30px;
}

/* line 114, ../sass/screen.scss */
.cta {
  background: #31c1db;
  color: #fff;
  padding: 20px 35px;
  display: inline-block;
  border-radius: 4px;
  margin-top: 20px;
  text-transform: uppercase;
  font-weight: 300;
  text-decoration: none;
}

/* line 127, ../sass/screen.scss */
.answer .cta {
  padding: 15px 5px;
  font-size: 15px;
  width: 100%;
}

/* line 133, ../sass/screen.scss */
.cent {
  text-align: center;
}

/* line 137, ../sass/screen.scss */
.answer {
  float: left;
  width: 20%;
  padding: 5px;
}
/* line 142, ../sass/screen.scss */
.answer img {
  max-width: 100%;
  border: 3px solid #31c1db;
  height: 115px;
}
/* line 148, ../sass/screen.scss */
.answer.answer_result {
  width: 25%;
}
/* line 151, ../sass/screen.scss */
.answer.answer_result img {
  height: 130px;
  width: 100% !important;
}

/* line 158, ../sass/screen.scss */
.bar {
  height: 20px;
  width: 100%;
  position: relative;
  background: #ccc;
  margin-top: 10px;
}
/* line 165, ../sass/screen.scss */
.bar .prog {
  background: #31c1db;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
}

/* line 174, ../sass/screen.scss */
.final_image {
  max-width: 100%;
}

/* line 178, ../sass/screen.scss */
.final_copy {
  padding: 30px;
}

/* line 182, ../sass/screen.scss */
.socials {
  padding: 30px;
}
/* line 184, ../sass/screen.scss */
.socials a {
  font-size: 60px;
  margin: 10px;
  color: #303265;
}

/* line 191, ../sass/screen.scss */
.container {
  background: #fff;
  padding-top: 300px;
  margin-top: -280px;
}

/* line 197, ../sass/screen.scss */
.col {
  max-width: 800px;
  width: 80%;
  margin: 0 auto;
}

/* line 202, ../sass/screen.scss */
.g {
  background: #ebebeb;
  padding: 40px;
}

/* line 207, ../sass/screen.scss */
.destination {
  border-bottom: 1px solid #222;
  padding: 40px;
}
/* line 212, ../sass/screen.scss */
.destination.alt .flag_copy {
  text-align: right;
  padding-right: 30px !important;
  padding-left: 0px;
}
/* line 216, ../sass/screen.scss */
.destination.alt .flag_copy h2 {
  text-align: right;
}

/* line 223, ../sass/screen.scss */
.flag_area {
  padding: 30px 0px;
}
/* line 226, ../sass/screen.scss */
.flag_area .flag {
  float: left;
  width: 33%;
}
/* line 229, ../sass/screen.scss */
.flag_area .flag img {
  max-width: 100%;
}
/* line 233, ../sass/screen.scss */
.flag_area .flag_copy {
  width: 66%;
  float: left;
  padding-left: 30px;
}
/* line 237, ../sass/screen.scss */
.flag_area .flag_copy h2 {
  text-align: left;
}

/* line 243, ../sass/screen.scss */
[data-set] {
  display: none;
}

/* line 247, ../sass/screen.scss */
p {
  font-size: 17px;
  color: #2f2f65;
  line-height: 22px;
  margin-bottom: 30px;
}
/* line 253, ../sass/screen.scss */
p.lead {
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
}

/* line 260, ../sass/screen.scss */
.body_results {
  padding-bottom: 0px;
}

/* line 264, ../sass/screen.scss */
header div {
  line-height: 65px;
  color: #31c1db;
  width: 50%;
  float: right;
  text-align: right;
  padding-right: 30px;
}
/* line 272, ../sass/screen.scss */
header div h1 {
  display: inline;
}
/* line 276, ../sass/screen.scss */
header div a {
  color: #fff;
  margin-left: 0px;
}

/* line 282, ../sass/screen.scss */
.logo {
  margin-top: 8px;
  margin-left: 30px;
}

/* line 287, ../sass/screen.scss */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

/* line 295, ../sass/screen.scss */
.clearfix {
  display: inline-block;
}

/* start commented backslash hack \*/
/* line 297, ../sass/screen.scss */
* html .clearfix {
  height: 1%;
}

/* line 298, ../sass/screen.scss */
.clearfix {
  display: block;
}

/* close commented backslash hack */
/* line 301, ../sass/screen.scss */
.answers .answer {
  -moz-transform: rotate(-1deg);
  -ms-transform: rotate(-1deg);
  -webkit-transform: rotate(-1deg);
  transform: rotate(-1deg);
}
/* line 303, ../sass/screen.scss */
.answers .answer:nth-child(2) {
  -moz-transform: rotate(1deg);
  -ms-transform: rotate(1deg);
  -webkit-transform: rotate(1deg);
  transform: rotate(1deg);
}
/* line 306, ../sass/screen.scss */
.answers .answer:nth-child(4) {
  -moz-transform: rotate(1deg);
  -ms-transform: rotate(1deg);
  -webkit-transform: rotate(1deg);
  transform: rotate(1deg);
}

@media (max-width: 768px) {
  /* line 311, ../sass/screen.scss */
  header div {
    line-height: 25px;
    color: #31c1db;
    width: 60%;
    float: right;
    text-align: right;
    padding-right: 30px;
    margin-top: 9px;
  }

  /* line 320, ../sass/screen.scss */
  header div h1 {
    display: block;
    font-size: 12px;
  }

  /* line 325, ../sass/screen.scss */
  .question h2 {
    font-size: 37px;
    color: #303266;
    width: 70%;
    margin: 0 auto;
    font-weight: bold;
    line-height: 35px;
    margin-top: 10px;
  }

  /* line 335, ../sass/screen.scss */
  .content {
    background: #fff;
    -moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 5px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 5px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 5px;
    max-width: 900px;
    width: 80%;
    padding: 20px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }

  /* line 348, ../sass/screen.scss */
  .answer {
    width: 100%;
  }

  /* line 351, ../sass/screen.scss */
  .answer img {
    width: 100%;
    height: auto;
  }

  /* line 355, ../sass/screen.scss */
  .answer.answer_result {
    width: 100%;
  }

  /* line 358, ../sass/screen.scss */
  .flag_area .flag_copy {
    float: none;
    width: 100%;
    padding-left: 0px;
    text-align: left !important;
  }

  /* line 364, ../sass/screen.scss */
  .flag_area .flag {
    float: left;
    width: 33%;
    margin-right: 30px;
    margin-bottom: 30px;
  }

  /* line 371, ../sass/screen.scss */
  .destination.alt .flag_copy h2 {
    text-align: left !important;
  }

  /* line 374, ../sass/screen.scss */
  .question h2 {
    font-size: 37px;
    color: #303266;
    width: 70%;
    margin: 0 auto;
    font-weight: bold;
    line-height: 35px;
    margin-top: 10px;
    margin-bottom: 40px;
  }
}
/* line 386, ../sass/screen.scss */
.popup {
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  display: none;
  z-index: 99;
}

/* line 397, ../sass/screen.scss */
.popup_inner {
  width: 500px;
  max-width: 80%;
  margin: 0 auto;
  margin-top: 50px;
  background: #fff;
  padding: 40px;
  text-align: center;
}

/* line 407, ../sass/screen.scss */
input[type="text"] {
  width: 100%;
  line-height: 30px;
  padding: 5px;
  color: #222;
  font-size: 20px;
}

/* line 414, ../sass/screen.scss */
input[type="submit"] {
  float: left;
  border: 0 none;
  line-height: 30px;
  background: #31c1db;
  color: #fff;
  padding: 5px 30px;
  font-size: 20px;
  margin-top: 10px;
}