/* line 2, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.join, .thanks, .payment {
  font-family: 'OpenSans';
}
/* line 3, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.join main, .thanks main, .payment main {
  padding-bottom: 20vh !important;
  min-height: 550px;
}
/* line 7, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.join input[type=submit], .thanks input[type=submit], .payment input[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-webkit-appearance: none;
  -moz-webkit-appearance: none;
  -ms-webkit-appearance: none;
  -o-webkit-appearance: none;
  webkit-appearance: none;
}
/* line 17, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.join section .row, .thanks section .row, .payment section .row {
  padding: 2em 0;
}
/* line 21, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.join .join-note, .thanks .join-note, .payment .join-note {
  padding-left: 2em;
  font-family: "Playfair Display", serif;
}
/* line 23, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.join .join-note p, .thanks .join-note p, .payment .join-note p {
  font-family: "Open Sans", sans-serif;
  font-weight: lighter;
}
/* line 30, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.join h3, .thanks h3, .payment h3 {
  margin-top: 0;
  margin-bottom: 1em;
  font-weight: 400;
  font-size: 2em;
}
/* line 36, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.join p.pay-note, .thanks p.pay-note, .payment p.pay-note {
  color: #373F51;
  padding-top: 1em;
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .5px;
}
/* line 45, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.join .reg-form, .thanks .reg-form, .payment .reg-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
/* line 46, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.join .reg-form span, .thanks .reg-form span, .payment .reg-form span {
  display: none;
}
/* line 49, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.join .reg-form label, .thanks .reg-form label, .payment .reg-form label {
  color: #777777;
  font-size: 14px;
}
/* line 57, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.join .reg-form input, .thanks .reg-form input, .payment .reg-form input {
  margin-top: 0 !important;
}
/* line 60, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.join .reg-form .header-bar-cta, .thanks .reg-form .header-bar-cta, .payment .reg-form .header-bar-cta {
  padding-top: 1em;
}
/* line 64, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.join .success_field, .thanks .success_field, .payment .success_field {
  font-family: "OpenSans";
  font-weight: 700;
  color: #4bb543;
  text-align: center;
}
/* line 70, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.join .code-form, .thanks .code-form, .payment .code-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2em;
  /*justify-content: center;
  */
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
/* line 71, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.join .code-form .error_field, .thanks .code-form .error_field, .payment .code-form .error_field {
  color: rgba(255, 0, 0, 0.49);
}
/* line 80, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.join .code-form input, .thanks .code-form input, .payment .code-form input {
  margin-top: 0 !important;
  /*background-color: #1e8bc3;*/
}
/* line 85, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.join .code-form input::-webkit-input-placeholder, .thanks .code-form input::-webkit-input-placeholder, .payment .code-form input::-webkit-input-placeholder {
  text-align: center;
}
.join .code-form input::-moz-placeholder, .thanks .code-form input::-moz-placeholder, .payment .code-form input::-moz-placeholder {
  text-align: center;
}
.join .code-form input:-ms-input-placeholder, .thanks .code-form input:-ms-input-placeholder, .payment .code-form input:-ms-input-placeholder {
  text-align: center;
}
.join .code-form input::placeholder, .thanks .code-form input::placeholder, .payment .code-form input::placeholder {
  text-align: center;
}
/* line 88, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.join .code-form .code_submit, .thanks .code-form .code_submit, .payment .code-form .code_submit {
  background: #1e8bc3;
}
/* line 91, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.join .code-form .header-bar-cta, .thanks .code-form .header-bar-cta, .payment .code-form .header-bar-cta {
  padding-top: 1em;
}
/* line 95, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.join .code-title, .thanks .code-title, .payment .code-title {
  float: none;
}
/* line 98, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.join .pay-form, .thanks .pay-form, .payment .pay-form {
  padding-top: 10px;
}
/* line 101, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.join .pay-form input, .thanks .pay-form input, .payment .pay-form input {
  -webkit-transition: background-color 0.5s ease;
          transition: background-color 0.5s ease;
  font-family: 'OpenSans';
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  width: 100%;
  height: 60px;
  border: 1px solid #1e8bc3;
  color: #1e8bc3;
  border-radius: 2px;
  background-color: transparent;
  margin-top: 2em;
}
/* line 114, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.join .pay-form input .invalid, .thanks .pay-form input .invalid, .payment .pay-form input .invalid {
  background-color: #D0021B !important;
}
/* line 117, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.join .pay-form input:hover, .join .pay-form input:focus, .thanks .pay-form input:hover, .thanks .pay-form input:focus, .payment .pay-form input:hover, .payment .pay-form input:focus {
  -webkit-transition: background-color 0.5s ease-in-out;
          transition: background-color 0.5s ease-in-out;
  background-color: #1e8bc3;
  color: white;
}
/* line 126, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.join .register-form, .thanks .register-form, .payment .register-form {
  width: 100%;
}
/* line 127, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.join .register-form span, .thanks .register-form span, .payment .register-form span {
  display: none;
  color: red;
}
/* line 132, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.join .register-form button, .thanks .register-form button, .payment .register-form button {
  -webkit-transition: background-color 0.5s ease;
          transition: background-color 0.5s ease;
  font-family: 'OpenSans';
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  width: 100%;
  height: 60px;
  border: 1px solid #1e8bc3;
  color: #1e8bc3;
  border-radius: 2px;
  background-color: transparent;
  margin-top: 2em;
}
/* line 145, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.join .register-form button:hover, .join .register-form button:focus, .thanks .register-form button:hover, .thanks .register-form button:focus, .payment .register-form button:hover, .payment .register-form button:focus {
  -webkit-transition: background-color 0.5s ease-in-out;
          transition: background-color 0.5s ease-in-out;
  background-color: #1e8bc3;
  color: white;
}
/* line 151, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.join .register-form .input-container, .thanks .register-form .input-container, .payment .register-form .input-container {
  position: relative;
  margin-bottom: 5%;
}
/* line 155, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.join .register-form .input-container input.btn.btn-primary, .thanks .register-form .input-container input.btn.btn-primary, .payment .register-form .input-container input.btn.btn-primary {
  background: #1e8bc3;
  opacity: 1;
  color: #f4f4f4;
  top: 2em;
  text-transform: uppercase;
  font-weight: 700;
}
/* line 162, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.join .register-form .input-container input.btn.btn-primary:hover, .join .register-form .input-container input.btn.btn-primary:focus, .thanks .register-form .input-container input.btn.btn-primary:hover, .thanks .register-form .input-container input.btn.btn-primary:focus, .payment .register-form .input-container input.btn.btn-primary:hover, .payment .register-form .input-container input.btn.btn-primary:focus {
  -webkit-transition: background-color 0.5s ease-in-out;
          transition: background-color 0.5s ease-in-out;
  background-color: #58a4cc;
  color: white;
}
/* line 168, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.join .register-form .input-container input, .thanks .register-form .input-container input, .payment .register-form .input-container input {
  font-family: 'OpenSans';
  outline: none;
  z-index: 1;
  position: relative;
  background: #eaeaea;
  opacity: .5;
  width: 100%;
  height: 60px;
  border: 1px solid #eaeaea;
  border-radius: 2px;
  color: #212121;
  font-size: 20px;
  font-weight: 400;
}
/* line 183, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.join .register-form .input-container input:hover, .join .register-form .input-container input:focus, .thanks .register-form .input-container input:hover, .thanks .register-form .input-container input:focus, .payment .register-form .input-container input:hover, .payment .register-form .input-container input:focus {
  opacity: 1;
}

/* line 192, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.input-container-code {
  position: relative;
  margin-bottom: 5%;
}
/* line 196, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.input-container-code input {
  font-family: 'OpenSans';
  outline: none;
  z-index: 1;
  position: relative;
  background: #eaeaea;
  opacity: .5;
  width: 100%;
  height: 60px;
  border: 1px solid #eaeaea;
  border-radius: 2px;
  color: #212121;
  font-size: 24px;
  font-weight: 400;
}
/* line 210, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.input-container-code input:hover, .input-container-code input:focus {
  opacity: 1;
}
/* line 214, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.input-container-code input[type="submit"] {
  font-family: 'OpenSans';
  outline: none;
  z-index: 1;
  position: relative;
  background: #1e8bc3;
  opacity: 1.0;
  width: 100%;
  height: 60px;
  border: 1px solid #1e8bc3;
  border-radius: 2px;
  color: #f4f4f4;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}
/* line 229, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.input-container-code input[type="submit"]:hover, .input-container-code input[type="submit"]:focus {
  -webkit-transition: background-color 0.25s ease-in-out;
          transition: background-color 0.25s ease-in-out;
  background-color: #58a4cc;
}

/* line 238, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.row {
  width: 960px;
  margin: 0 auto;
  -webkit-transition: width 150ms linear;
          transition: width 150ms linear;
}

/* line 242, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.row:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* line 248, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.row .col1 {
  width: 60px;
  float: left;
  margin: 10px;
}

/* line 252, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.row .col1.ctr {
  width: 80px;
  margin: 0;
}

/* line 255, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.row .push1[class*='col'] {
  margin-left: 90px !important;
}

/* line 257, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.row .col2 {
  width: 140px;
  float: left;
  margin: 10px;
}

/* line 261, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.row .col2.ctr {
  width: 160px;
  margin: 0;
}

/* line 264, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.row .push2[class*='col'] {
  margin-left: 170px !important;
}

/* line 266, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.row .col3 {
  width: 220px;
  float: left;
  margin: 10px;
}

/* line 270, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.row .col3.ctr {
  width: 240px;
  margin: 0;
}

/* line 273, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.row .push3[class*='col'] {
  margin-left: 250px !important;
}

/* line 275, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.row .col4 {
  width: 300px;
  float: left;
  margin: 10px;
}

/* line 279, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.row .col4.ctr {
  width: 320px;
  margin: 0;
}

/* line 282, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.row .push4[class*='col'] {
  margin-left: 330px !important;
}

/* line 284, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.row .col5 {
  width: 380px;
  float: left;
  margin: 10px;
}

/* line 288, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.row .col5.ctr {
  width: 400px;
  margin: 0;
}

/* line 291, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.row .push5[class*='col'] {
  margin-left: 410px !important;
}

/* line 293, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.row .col6 {
  width: 460px;
  float: left;
  margin: 10px;
}

/* line 297, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.row .col6.ctr {
  width: 480px;
  margin: 0;
}

/* line 300, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.row .push6[class*='col'] {
  margin-left: 490px !important;
}

/* line 302, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.row .col7 {
  width: 540px;
  float: left;
  margin: 10px;
}

/* line 306, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.row .col7.ctr {
  width: 560px;
  margin: 0;
}

/* line 309, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.row .push7[class*='col'] {
  margin-left: 570px !important;
}

/* line 311, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.row .col8 {
  width: 620px;
  float: left;
  margin: 10px;
}

/* line 315, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.row .col8.ctr {
  width: 640px;
  margin: 0;
}

/* line 318, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.row .push8[class*='col'] {
  margin-left: 650px !important;
}

/* line 320, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.row .col9 {
  width: 700px;
  float: left;
  margin: 10px;
}

/* line 324, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.row .col9.ctr {
  width: 720px;
  margin: 0;
}

/* line 327, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.row .push9[class*='col'] {
  margin-left: 730px !important;
}

/* line 329, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.row .col10 {
  width: 780px;
  float: left;
  margin: 10px;
}

/* line 333, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.row .col10.ctr {
  width: 800px;
  margin: 0;
}

/* line 336, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.row .push10[class*='col'] {
  margin-left: 810px !important;
}

/* line 338, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.row .col11 {
  width: 860px;
  float: left;
  margin: 10px;
}

/* line 342, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.row .col11.ctr {
  width: 880px;
  margin: 0;
}

/* line 345, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.row .push11[class*='col'] {
  margin-left: 890px !important;
}

/* line 347, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.row .col12 {
  width: 940px;
  float: left;
  margin: 10px;
}

/* line 351, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.row .col12.ctr {
  width: 960px;
  margin: 0;
}

/* line 354, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.row .push12[class*='col'] {
  margin-left: 970px !important;
}

@media only screen and (max-width: 639px) {
  /* line 358, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .row {
    width: 100%;
  }

  /* line 360, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .row .col1 {
    width: 97%;
    margin: 1.5%;
  }

  /* line 363, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .row .col1.ctr {
    width: 100%;
    margin: 0;
  }

  /* line 366, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .row .push1[class*='col'] {
    margin-left: 1.5% !important;
  }

  /* line 368, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .row .col2 {
    width: 97%;
    margin: 1.5%;
  }

  /* line 371, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .row .col2.ctr {
    width: 100%;
    margin: 0;
  }

  /* line 374, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .row .push2[class*='col'] {
    margin-left: 1.5% !important;
  }

  /* line 376, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .row .col3 {
    width: 97%;
    margin: 1.5%;
  }

  /* line 379, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .row .col3.ctr {
    width: 100%;
    margin: 0;
  }

  /* line 382, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .row .push3[class*='col'] {
    margin-left: 1.5% !important;
  }

  /* line 384, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .row .col4 {
    width: 97%;
    margin: 1.5%;
  }

  /* line 387, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .row .col4.ctr {
    width: 100%;
    margin: 0;
  }

  /* line 390, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .row .push4[class*='col'] {
    margin-left: 1.5% !important;
  }

  /* line 392, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .row .col5 {
    width: 97%;
    margin: 1.5%;
  }

  /* line 395, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .row .col5.ctr {
    width: 100%;
    margin: 0;
  }

  /* line 398, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .row .push5[class*='col'] {
    margin-left: 1.5% !important;
  }

  /* line 400, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .row .col6 {
    width: 97%;
    margin: 1.5%;
  }

  /* line 403, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .row .col6.ctr {
    width: 100%;
    margin: 0;
  }

  /* line 406, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .row .push6[class*='col'] {
    margin-left: 1.5% !important;
  }

  /* line 408, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .row .col7 {
    width: 97%;
    margin: 1.5%;
  }

  /* line 411, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .row .col7.ctr {
    width: 100%;
    margin: 0;
  }

  /* line 414, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .row .push7[class*='col'] {
    margin-left: 1.5% !important;
  }

  /* line 416, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .row .col8 {
    width: 97%;
    margin: 1.5%;
  }

  /* line 419, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .row .col8.ctr {
    width: 100%;
    margin: 0;
  }

  /* line 422, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .row .push8[class*='col'] {
    margin-left: 1.5% !important;
  }

  /* line 424, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .row .col9 {
    width: 97%;
    margin: 1.5%;
  }

  /* line 427, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .row .col9.ctr {
    width: 100%;
    margin: 0;
  }

  /* line 430, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .row .push9[class*='col'] {
    margin-left: 1.5% !important;
  }

  /* line 432, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .row .col10 {
    width: 97%;
    margin: 1.5%;
  }

  /* line 435, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .row .col10.ctr {
    width: 100%;
    margin: 0;
  }

  /* line 438, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .row .push10[class*='col'] {
    margin-left: 1.5% !important;
  }

  /* line 440, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .row .col11 {
    width: 97%;
    margin: 1.5%;
  }

  /* line 443, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .row .col11.ctr {
    width: 100%;
    margin: 0;
  }

  /* line 446, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .row .push11[class*='col'] {
    margin-left: 1.5% !important;
  }

  /* line 448, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .row .col12 {
    width: 97%;
    margin: 1.5%;
  }

  /* line 451, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .row .col12.ctr {
    width: 100%;
    margin: 0;
  }

  /* line 454, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .row .push12[class*='col'] {
    margin-left: 1.5% !important;
  }

  /* line 456, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .row.clp8 .col1 {
    width: 9.5%;
  }

  /* line 458, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .row.clp8 .col2 {
    width: 22%;
  }

  /* line 460, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .row.clp8 .col3, .row.clp8 .col4 {
    width: 47%;
  }
}
@media only screen and (min-width: 640px) and (max-width: 959px) {
  /* line 464, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .row {
    width: 640px;
  }

  /* line 466, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .row .col1 {
    width: 40px;
    margin: 6.6666666667px;
  }

  /* line 469, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .row .col1.ctr {
    width: 53.3333333333px;
    margin: 0;
  }

  /* line 472, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .row .push1[class*='col'] {
    margin-left: 60px !important;
  }

  /* line 474, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .row .col2 {
    width: 93.3333333333px;
    margin: 6.6666666667px;
  }

  /* line 477, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .row .col2.ctr {
    width: 106.666666667px;
    margin: 0;
  }

  /* line 480, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .row .push2[class*='col'] {
    margin-left: 113.333333333px !important;
  }

  /* line 482, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .row .col3 {
    width: 146.666666667px;
    margin: 6.6666666667px;
  }

  /* line 485, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .row .col3.ctr {
    width: 160px;
    margin: 0;
  }

  /* line 488, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .row .push3[class*='col'] {
    margin-left: 166.666666667px !important;
  }

  /* line 490, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .row .col4 {
    width: 200px;
    margin: 6.6666666667px;
  }

  /* line 493, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .row .col4.ctr {
    width: 213.333333333px;
    margin: 0;
  }

  /* line 496, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .row .push4[class*='col'] {
    margin-left: 220px !important;
  }

  /* line 498, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .row .col5 {
    width: 253.333333333px;
    margin: 6.6666666667px;
  }

  /* line 501, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .row .col5.ctr {
    width: 266.666666667px;
    margin: 0;
  }

  /* line 504, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .row .push5[class*='col'] {
    margin-left: 273.333333333px !important;
  }

  /* line 506, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .row .col6 {
    width: 306.666666667px;
    margin: 6.6666666667px;
  }

  /* line 509, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .row .col6.ctr {
    width: 320px;
    margin: 0;
  }

  /* line 512, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .row .push6[class*='col'] {
    margin-left: 326.666666667px !important;
  }

  /* line 514, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .row .col7 {
    width: 360px;
    margin: 6.6666666667px;
  }

  /* line 517, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .row .col7.ctr {
    width: 373.333333333px;
    margin: 0;
  }

  /* line 520, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .row .push7[class*='col'] {
    margin-left: 380px !important;
  }

  /* line 522, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .row .col8 {
    width: 413.333333333px;
    margin: 6.6666666667px;
  }

  /* line 525, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .row .col8.ctr {
    width: 426.666666667px;
    margin: 0;
  }

  /* line 528, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .row .push8[class*='col'] {
    margin-left: 433.333333333px !important;
  }

  /* line 530, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .row .col9 {
    width: 466.666666667px;
    margin: 6.6666666667px;
  }

  /* line 533, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .row .col9.ctr {
    width: 480px;
    margin: 0;
  }

  /* line 536, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .row .push9[class*='col'] {
    margin-left: 486.666666667px !important;
  }

  /* line 538, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .row .col10 {
    width: 520px;
    margin: 6.6666666667px;
  }

  /* line 541, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .row .col10.ctr {
    width: 533.333333333px;
    margin: 0;
  }

  /* line 544, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .row .push10[class*='col'] {
    margin-left: 540px !important;
  }

  /* line 546, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .row .col11 {
    width: 573.333333333px;
    margin: 6.6666666667px;
  }

  /* line 549, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .row .col11.ctr {
    width: 586.666666667px;
    margin: 0;
  }

  /* line 552, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .row .push11[class*='col'] {
    margin-left: 593.333333333px !important;
  }

  /* line 554, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .row .col12 {
    width: 626.666666667px;
    margin: 6.6666666667px;
  }

  /* line 557, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .row .col12.ctr {
    width: 640px;
    margin: 0;
  }

  /* line 560, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .row .push12[class*='col'] {
    margin-left: 646.666666667px !important;
  }
}
@media only screen and (min-width: 1280px) {
  /* line 564, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .row {
    width: 1280px;
  }

  /* line 566, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .row .col1 {
    width: 80px;
    margin: 13.3333333333px;
  }

  /* line 569, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .row .col1.ctr {
    width: 106.666666667px;
    margin: 0;
  }

  /* line 572, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .row .push1[class*='col'] {
    margin-left: 120px !important;
  }

  /* line 574, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .row .col2 {
    width: 186.666666667px;
    margin: 13.3333333333px;
  }

  /* line 577, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .row .col2.ctr {
    width: 213.333333333px;
    margin: 0;
  }

  /* line 580, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .row .push2[class*='col'] {
    margin-left: 226.666666667px !important;
  }

  /* line 582, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .row .col3 {
    width: 293.333333333px;
    margin: 13.3333333333px;
  }

  /* line 585, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .row .col3.ctr {
    width: 320px;
    margin: 0;
  }

  /* line 588, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .row .push3[class*='col'] {
    margin-left: 333.333333333px !important;
  }

  /* line 590, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .row .col4 {
    width: 400px;
    margin: 13.3333333333px;
  }

  /* line 593, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .row .col4.ctr {
    width: 426.666666667px;
    margin: 0;
  }

  /* line 596, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .row .push4[class*='col'] {
    margin-left: 440px !important;
  }

  /* line 598, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .row .col5 {
    width: 506.666666667px;
    margin: 13.3333333333px;
  }

  /* line 601, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .row .col5.ctr {
    width: 533.333333333px;
    margin: 0;
  }

  /* line 604, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .row .push5[class*='col'] {
    margin-left: 546.666666667px !important;
  }

  /* line 606, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .row .col6 {
    width: 613.333333333px;
    margin: 13.3333333333px;
  }

  /* line 609, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .row .col6.ctr {
    width: 640px;
    margin: 0;
  }

  /* line 612, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .row .push6[class*='col'] {
    margin-left: 653.333333333px !important;
  }

  /* line 614, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .row .col7 {
    width: 720px;
    margin: 13.3333333333px;
  }

  /* line 617, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .row .col7.ctr {
    width: 746.666666667px;
    margin: 0;
  }

  /* line 620, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .row .push7[class*='col'] {
    margin-left: 760px !important;
  }

  /* line 622, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .row .col8 {
    width: 826.666666667px;
    margin: 13.3333333333px;
  }

  /* line 625, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .row .col8.ctr {
    width: 853.333333333px;
    margin: 0;
  }

  /* line 628, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .row .push8[class*='col'] {
    margin-left: 866.666666667px !important;
  }

  /* line 630, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .row .col9 {
    width: 933.333333333px;
    margin: 13.3333333333px;
  }

  /* line 633, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .row .col9.ctr {
    width: 960px;
    margin: 0;
  }

  /* line 636, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .row .push9[class*='col'] {
    margin-left: 973.333333333px !important;
  }

  /* line 638, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .row .col10 {
    width: 1040px;
    margin: 13.3333333333px;
  }

  /* line 641, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .row .col10.ctr {
    width: 1066.66666667px;
    margin: 0;
  }

  /* line 644, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .row .push10[class*='col'] {
    margin-left: 1080px !important;
  }

  /* line 646, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .row .col11 {
    width: 1146.66666667px;
    margin: 13.3333333333px;
  }

  /* line 649, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .row .col11.ctr {
    width: 1173.33333333px;
    margin: 0;
  }

  /* line 652, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .row .push11[class*='col'] {
    margin-left: 1186.66666667px !important;
  }

  /* line 654, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .row .col12 {
    width: 1253.33333333px;
    margin: 13.3333333333px;
  }

  /* line 657, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .row .col12.ctr {
    width: 1280px;
    margin: 0;
  }

  /* line 660, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .row .push12[class*='col'] {
    margin-left: 1293.33333333px !important;
  }

  /* line 662, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .row.exp16 .col1 {
    width: 53.3333333333px;
  }

  /* line 664, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .row.exp16 .col2 {
    width: 133.333333333px;
  }

  /* line 666, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .row.exp16 .col3, .row.exp16 .col4 {
    width: 293.333333333px;
  }
}
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
/* line 685, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
/* line 695, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 698, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
body {
  line-height: 1;
}

/* line 701, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
ol, ul {
  list-style: none;
}

/* line 704, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
blockquote, q {
  quotes: none;
}

/* line 708, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 712, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 716, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
* {
  box-sizing: border-box;
}

/* line 719, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
label {
  color: #555555;
  font-size: 12px;
}

/* line 723, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
input, textarea {
  background: none;
  border-radius: 0;
  color: #222222;
  display: block;
  border: none;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 18px;
  padding: 0;
  margin: 0;
}

/* line 734, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
input[type="text"], input[type="email"], input[type="tel"], input[type="password"], textarea {
  background-color: transparent;
  border: 1px solid black;
  padding: 8px 6px;
  -webkit-transition: 100ms all ease-out;
          transition: 100ms all ease-out;
  -webkit-appearance: none;
  width: 100%;
}

/* line 741, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="password"]:focus, textarea:focus {
  border: 1px solid blue;
  color: #333333;
  outline: none;
}

/* line 746, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #444444;
}

/* line 749, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #444444;
}

/* line 752, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #444444;
}

/* line 755, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  color: #aaaaaa;
}

/* line 758, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
input:focus::-ms-input-placeholder, textarea:focus::-ms-input-placeholder {
  color: #aaaaaa;
}

/* line 761, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  color: #aaaaaa;
}

/* line 764, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.social-button {
  content: "";
  display: inline-block;
  padding: 0;
  width: 1em;
  height: 1em;
  font-size: 1em;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-color: gray;
  padding: 1em;
  border-radius: .2em;
}

/* line 780, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.social-button span {
  display: none;
}

/* line 783, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.social-facebook {
  background-size: auto 60%;
  background-color: #4d68a1;
  background-image: url("img/icons/facebook.png");
}

/* line 788, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.social-twitter {
  background-size: auto 45%;
  background-color: #54aced;
  background-image: url("img/icons/twitter.png");
}

/* This stylesheet generated by Transfonter (http://transfonter.org) */
@font-face {
  font-family: 'OpenSans';
  src: url("OpenSans/OpenSans-Bold.eot");
  src: url("OpenSans/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), url("OpenSans/OpenSans-Bold.woff") format("woff"), url("OpenSans/OpenSans-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSans';
  src: url("OpenSans/OpenSans-BoldItalic.eot");
  src: url("OpenSans/OpenSans-BoldItalic.eot?#iefix") format("embedded-opentype"), url("OpenSans/OpenSans-BoldItalic.woff") format("woff"), url("OpenSans/OpenSans-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'OpenSans';
  src: url("OpenSans/OpenSansLight-Italic.eot");
  src: url("OpenSans/OpenSansLight-Italic.eot?#iefix") format("embedded-opentype"), url("OpenSans/OpenSansLight-Italic.woff") format("woff"), url("OpenSans/OpenSansLight-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'OpenSans';
  src: url("OpenSans/OpenSans-Light.eot");
  src: url("OpenSans/OpenSans-Light.eot?#iefix") format("embedded-opentype"), url("OpenSans/OpenSans-Light.woff") format("woff"), url("OpenSans/OpenSans-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/* This stylesheet generated by Transfonter (http://transfonter.org) */
@font-face {
  font-family: 'TisaOffc';
  src: url("TisaOffc/TisaOffc-BoldItalic.eot");
  src: url("TisaOffc/TisaOffc-BoldItalic.eot?#iefix") format("embedded-opentype"), url("TisaOffc/TisaOffc-BoldItalic.woff") format("woff"), url("TisaOffc/TisaOffc-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'TisaOffc';
  src: url("TisaOffc/TisaOffc-Italic.eot");
  src: url("TisaOffc/TisaOffc-Italic.eot?#iefix") format("embedded-opentype"), url("TisaOffc/TisaOffc-Italic.woff") format("woff"), url("TisaOffc/TisaOffc-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'TisaOffc';
  src: url("TisaOffc/TisaOffc-Bold.eot");
  src: url("TisaOffc/TisaOffc-Bold.eot?#iefix") format("embedded-opentype"), url("TisaOffc/TisaOffc-Bold.woff") format("woff"), url("TisaOffc/TisaOffc-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'TisaOffc';
  src: url("TisaOffc/TisaOffc.eot");
  src: url("TisaOffc/TisaOffc.eot?#iefix") format("embedded-opentype"), url("TisaOffc/TisaOffc.woff") format("woff"), url("TisaOffc/TisaOffc.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/* line 851, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-family: "OpenSans", sans-serif;
  color: #777;
  font-size: 16px;
  line-height: 1.4em;
}

/* line 860, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
a {
  color: #1e8bc3;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: opacity 0.15s ease-in-out;
          transition: opacity 0.15s ease-in-out;
}

/* line 865, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
a:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.8;
}

/* line 870, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
strong {
  font-weight: bold;
}

/* line 873, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
em {
  font-style: italic;
}

/* line 876, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: "TisaOffc", serif;
  line-height: 1.25em;
  float: left;
  width: 100%;
}

/* line 881, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: normal;
}

/* line 884, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
h3 {
  font-family: "TisaOffc", serif;
  font-weight: bold;
  font-size: 1.5em;
  margin-top: 1.3em;
  margin-bottom: 1.3em;
  position: relative;
  color: #262c38;
}

/* line 892, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
h3:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -.45em;
  width: .65em;
}

/* line 901, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
h6 {
  font-family: "OpenSans", sans-serif;
  margin-top: 1.3em;
  margin-bottom: 1.3em;
  font-weight: bold;
}

/* line 907, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
p {
  margin-bottom: .75em;
  line-height: 1.4em;
}

/* line 911, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
ul, ol {
  padding-left: 2em;
  margin-bottom: 1.3em;
}

/* line 915, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
ul {
  list-style-type: disc;
}

/* line 918, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
ol {
  list-style-type: decimal;
}

/* line 921, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
li {
  margin-bottom: .5em;
}

@media (min-width: 640px) {
  /* line 925, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  body {
    font-size: 18px;
  }

  /* line 927, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  h3 {
    font-size: 1.5em;
  }
}
@media (min-width: 960px) {
  /* line 931, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  body {
    font-size: 24px;
  }

  /* line 933, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.35em;
  }

  /* line 935, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  h3 {
    font-size: 1em;
    margin-top: 2.3em;
  }

  /* line 938, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  p {
    margin-bottom: 1.25em;
  }
}
/* line 941, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.row {
  clear: both;
}

@media (max-width: 639px) {
  /* line 945, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .row {
    width: 90%;
  }
}
/* line 948, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
body {
  background-color: #262c38;
}

/* line 951, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
header, main, footer {
  float: left;
  width: 100%;
}

/* line 955, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
main {
  background-color: #fff;
  padding-bottom: 3em;
}

@media (min-width: 960px) {
  /* line 959, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  main {
    padding-bottom: 6em;
  }
}
/* line 962, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
img {
  max-width: 100%;
}

/* line 965, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
section {
  position: relative;
}

/* line 968, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
ul.row {
  padding-left: 0;
  list-style-type: none;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

/* line 973, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
ul.row li[class*="col"] {
  margin-bottom: 1em;
}

/* line 975, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
ul.row li {
  text-align: left;
}

@media (min-width: 640px) {
  /* line 978, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  ul.row li {
    text-align: left;
  }
}
/* line 981, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

@media (min-width: 640px) {
  /* line 987, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .watch {
    opacity: 0;
  }
}
/* line 990, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.seen {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
          transition: opacity 0.3s ease-in-out;
}

/* line 994, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
header {
  background-color: #373f51 !important;
}

/* line 997, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.call-to-action {
  overflow: hidden;
  background-color: #373f51;
  background-image: url("img/style/bg-banner.png");
  color: #fff;
  padding: 3em 0;
  text-align: center;
  background-size: cover;
}

/* line 1006, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
header > .row,
.call-to-action > .row {
  position: relative;
}

/* line 1009, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
header a,
.call-to-action a {
  color: #fff;
}

/* line 1012, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
header h2,
.call-to-action h2 {
  color: #f4f4f4;
  padding-bottom: 1em;
  font-size: 24px;
  margin-bottom: 1.5em;
}

/* line 1018, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
header .phone-screenshot,
.call-to-action .phone-screenshot {
  text-align: center;
}

/* line 1021, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
header .phone-screenshot img,
.call-to-action .phone-screenshot img {
  width: 320px;
}

@media (min-width: 480px) {
  /* line 1025, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  header h2,
  .call-to-action h2 {
    color: #f4f4f4;
    padding-bottom: 1em;
    font-size: 32px;
  }
}
@media (min-width: 640px) {
  /* line 1031, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  header,
  .call-to-action {
    text-align: left;
  }

  /* line 1034, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  header h2,
  .call-to-action h2 {
    margin-bottom: 1em;
    max-width: 320px;
  }

  /* line 1038, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  header .phone-screenshot.col5,
  .call-to-action .phone-screenshot.col5 {
    text-align: right;
    float: right;
  }

  /* line 1042, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  header .phone-screenshot.col5 img,
  .call-to-action .phone-screenshot.col5 img {
    width: 420px;
  }
}
@media (min-width: 960px) {
  /* line 1046, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  header h2,
  .call-to-action h2 {
    font-size: 48px;
    max-width: 100%;
  }
}
@media (min-width: 1280px) {
  /* line 1051, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  header h2,
  .call-to-action h2 {
    font-size: 64px;
    line-height: 1.3em;
  }
}
/* line 1055, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
header {
  /*margin-bottom: -7%; */
}

/* line 1058, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
header h1 {
  margin-top: .5em;
  float: left;
  width: auto;
}

/* line 1063, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
header #header-bar {
  /*        z-index: 101;
      width: 1438px;
      position: fixed;
      top: 0px;*/
  position: relative;
  z-index: 10;
}

/* line 1071, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
header .header-bar-content {
  background-color: transparent;
  text-align: left;
  -webkit-transition: background-color 0.3s ease-in-out;
          transition: background-color 0.3s ease-in-out;
}

/* line 1075, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
header .header-bar-cta {
  float: right;
}

/* line 1077, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
header .header-bar-cta .download-button {
  font-size: 3em;
  margin: 0;
  display: block;
  opacity: 0;
}

/* line 1082, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
header .is-sticky #header-bar .download-button {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
          transition: opacity 0.3s ease-in-out;
}

/* line 1085, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
header .is-sticky #header-bar .download-button:hover {
  opacity: .9;
  -webkit-transition: opacity 0.15s ease-in-out;
          transition: opacity 0.15s ease-in-out;
}

/* line 1088, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
header .is-sticky #header-bar .header-bar-content {
  background-color: rgba(38, 44, 56, 0.9);
  -webkit-transition: background-color 0.3s ease-in-out;
          transition: background-color 0.3s ease-in-out;
}

/* line 1091, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
header #header-description {
  padding-top: .5em;
}

/* line 1093, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
header .Discors-logo {
  display: inline-block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 3.5em;
  height: 1em;
  font-size: 2.25em;
  background-image: url("img/Discors/Discors-logo.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@media (min-width: 640px) {
  /* line 1106, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  header .header-content {
    margin-top: -4em;
  }

  /* line 1108, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  header #header-description {
    padding-top: 6.5em;
  }
}
@media (min-width: 1280px) {
  /* line 1111, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  header #header-description {
    padding-top: 7em;
  }
}
/* line 1114, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
main:before {
  content: " ";
  float: right;
  display: block;
  width: 100%;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  background: #262c38;
}

/* line 1127, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.call-to-action {
  padding-top: 0;
}

/* line 1129, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.call-to-action .row {
  padding-top: .5em;
}

/* line 1131, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.call-to-action:before {
  content: " ";
  display: block;
  width: 100%;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  padding-top: 10%;
}

@media (min-width: 640px) {
  /* line 1142, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .call-to-action .row {
    padding-top: 0;
  }

  /* line 1144, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .call-to-action h2 {
    margin-top: 3.5em;
  }
}
@media (min-width: 960px) {
  /* line 1147, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .call-to-action h2 {
    margin-top: 2.5em;
  }
}
/* line 1150, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
header h2, header .phone-screenshot, header .download {
  opacity: 0;
}

/* line 1153, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
header .seen {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
          transition: opacity 0.3s ease-in-out;
}

/* line 1157, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
body.touch header .header-bar-content {
  -webkit-transition: background-color 0.3s ease-in-out;
          transition: background-color 0.3s ease-in-out;
}

/* line 1160, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
body.touch header .is-sticky #header-bar .download-button {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out 0.75s;
          transition: opacity 0.3s ease-in-out 0.75s;
}

/* line 1163, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
body.touch header .is-sticky #header-bar .download-button:hover {
  opacity: .7;
  -webkit-transition: opacity 0.15s ease-in-out;
          transition: opacity 0.15s ease-in-out;
}

/* line 1167, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
body.touch header .is-sticky #header-bar .header-bar-content {
  background-color: rgba(38, 44, 56, 0.9);
  -webkit-transition: background-color 0.3s ease-in-out;
          transition: background-color 0.3s ease-in-out;
}

/* line 1171, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
footer {
  background-color: #262c38;
  color: #fff;
  font-size: 16px;
  padding: 2em 0;
  text-align: center;
}

/* line 1177, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
footer nav {
  margin-bottom: 2em;
}

/* line 1179, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
footer nav a {
  text-transform: uppercase;
  display: block;
  margin-bottom: .5em;
}

/* line 1183, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
footer a {
  color: #fff;
}

/* line 1185, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
footer .nav-footer-social {
  position: relative;
  top: .5em;
  text-indent: -.75em;
}

/* line 1189, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
footer .nav-footer-social a {
  margin: 0 0.75em;
}

@media (min-width: 640px) {
  /* line 1192, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  footer {
    text-align: left;
  }

  /* line 1194, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  footer nav {
    float: left;
    margin-bottom: 1em;
    text-indent: -.5em;
  }

  /* line 1198, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  footer nav a {
    display: inline-block;
    padding: 0.5em 1.25em;
    margin-bottom: 0;
  }

  /* line 1202, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  footer .nav-footer-social {
    float: right;
    text-indent: 0;
  }
}
/* line 1206, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.app-demo {
  position: relative;
  padding-bottom: -10px;
}

/* line 1211, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.app-demo .frame,
.app-demo .shadow,
.app-demo .shell {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}

/* line 1217, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.app-demo .frame {
  height: 712px;
  width: 376px;
  padding: 107px 0 0;
  position: relative;
  z-index: 3;
}

/* line 1223, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.app-demo .shell {
  height: 885px;
  width: 435px;
  background: url("img/_resources/iphone-frame.svg") top left no-repeat;
  background-size: 100%;
  z-index: 2;
}

/* line 1229, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.app-demo .shadow {
  box-shadow: 0 35px 70px rgba(0, 0, 0, 0.4);
  border-radius: 60px;
  height: 884px;
  width: 425px;
}

/* line 1234, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.app-demo iframe {
  float: left;
  position: relative;
  z-index: 2;
  height: 667px;
  width: 375px;
}

@media (max-width: 414px) {
  /* line 1241, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .app-demo {
    margin-top: -120px !important;
    left: auto;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
        transform: scale(0.7);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
        transform-origin: center;
  }
}
@media (min-width: 768px) and (max-width: 968px) {
  /* line 1249, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .app-demo {
    left: -40px;
  }
}
@media (min-width: 414px) {
  /* line 1252, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .app-demo {
    padding-bottom: 175px;
  }
}
/* line 1255, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.ipad-screenshot {
  position: relative;
  float: right;
  width: 337px;
  padding: 38px 10px 100px 66px;
  min-height: 600px;
}

/* line 1262, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.ipad-screenshot .frame,
.ipad-screenshot .shadow {
  position: absolute;
  top: 0;
  left: 0;
}

/* line 1266, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.ipad-screenshot .content {
  background-color: rgba(55, 63, 81, 0.5);
  background-image: url("img/_resources/ipad2.jpg");
  background-position: top left;
  background-repeat: no-repeat;
  height: 480px;
  width: 527px;
  position: relative;
  margin: 0;
  z-index: 3;
}

/* line 1276, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.ipad-screenshot .frame {
  background-image: url("img/_resources/ipad-frame.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  height: 556px;
  width: 436px;
  z-index: 2;
}

/* line 1284, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.ipad-screenshot .shadow {
  box-shadow: 0 35px 70px rgba(0, 0, 0, 0.4);
  border-radius: 60px 0 0 60px;
  height: 548px;
  width: 436px;
  z-index: 1;
}

@media (min-width: 540px) {
  /* line 1291, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .ipad-screenshot {
    width: 435px;
  }
}
@media (min-width: 640px) {
  /* line 1294, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .ipad-screenshot {
    position: absolute;
    right: 0;
    top: 150px;
  }
}
@media (min-width: 850px) {
  /* line 1299, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .ipad-screenshot {
    padding: 38px 10px 100px 88px;
    width: 576px;
    height: 814px;
    right: -50px;
    margin-top: 1em;
  }

  /* line 1305, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .ipad-screenshot .content {
    height: 636px;
    width: 491px;
  }

  /* line 1309, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .ipad-screenshot .frame,
  .ipad-screenshot .shadow {
    height: 712px;
    width: 592px;
  }
}
@media (min-width: 960px) and (max-width: 1170px) {
  /* line 1313, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .ipad-screenshot {
    right: -140px;
  }
}
@media (min-width: 1171px) {
  /* line 1316, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .ipad-screenshot {
    right: 0;
  }
}
/* line 1319, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.card {
  padding: 20px;
  border-radius: 2px;
  width: 100%;
  background: #ffffff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  margin-top: 24px;
  display: table;
  text-align: left;
  font-family: "OpenSans", sans-serif;
}

/* line 1330, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.card .headline {
  font-family: "TisaOffc", serif;
  font-size: 24px;
  line-height: 1.263;
  color: #333333;
  margin-bottom: 1.25rem;
  min-height: 60px;
}

/* line 1338, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.card .photo,
.card .byline {
  display: table-cell;
  vertical-align: middle;
}

/* line 1341, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.card .photo {
  width: 45px;
  vertical-align: top;
}

/* line 1344, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.card .photo img {
  vertical-align: top;
  display: block;
  border-radius: 100%;
  height: 45px;
  width: 45px;
}

/* line 1350, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.card .byline {
  font-size: 15px;
  line-height: 1.6em;
  color: #212121;
  padding-left: 20px;
}

/* line 1355, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.card .name {
  font-weight: 600;
  text-transform: uppercase;
}

/* line 1359, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.fade-transition {
  -webkit-transition: all 680ms ease-out;
          transition: all 680ms ease-out;
  opacity: 1;
}

/* line 1363, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.fade-enter, .fade-leave {
  opacity: 0;
}

/* line 1366, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.download-ios {
  display: block;
  margin: 0 auto;
  width: 2.4em;
  height: 1em;
  font-size: 4.2em;
  text-indent: 100%;
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  background-color: #262c38;
  background-image: url("img/download-iOS_alpha.png");
  background-size: 75%;
  background-position: center;
  background-repeat: no-repeat;
}

@media (min-width: 640px) {
  /* line 1382, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .download-ios {
    display: inline-block;
  }
}
/* line 1385, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.download-android {
  display: block;
  margin: 0 auto;
  width: 2.4em;
  height: 1em;
  font-size: 4.2em;
  text-indent: 100%;
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  background-color: #262c38;
  background-image: url("img/download-android_alpha.png");
  background-size: 75%;
  background-position: center;
  background-repeat: no-repeat;
}

@media (min-width: 640px) {
  /* line 1401, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .download-android {
    display: inline-block;
  }
}
/* line 1404, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.news-viewer {
  position: relative;
  overflow: hidden;
  height: 580px;
}

/* line 1409, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.news-viewer:before,
.news-viewer:after {
  content: "";
  position: absolute;
  height: 180px;
  width: 100%;
  left: 0;
  z-index: 3;
  -webkit-transition: all 600ms ease-out 700ms;
          transition: all 600ms ease-out 700ms;
  pointer-events: none;
}

/* line 1418, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.news-viewer:before {
  top: 0;
  background-image: -webkit-linear-gradient(top, white, rgba(255, 255, 255, 0));
  background-image: linear-gradient(to bottom, white, rgba(255, 255, 255, 0));
}

/* line 1421, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.news-viewer:after {
  bottom: 0;
  background-image: -webkit-linear-gradient(bottom, white, rgba(255, 255, 255, 0));
  background-image: linear-gradient(to top, white, rgba(255, 255, 255, 0));
}

/* line 1424, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.news-viewer .story-container {
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-transition: all 600ms cubic-bezier(0.35, 0, 0.23, 1);
          transition: all 600ms cubic-bezier(0.35, 0, 0.23, 1);
  -webkit-backface-visibility: hidden;
}

/* line 1430, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.news-viewer .story {
  background-size: cover !important;
  list-style: none;
  color: #fff;
  padding: 20px;
  position: relative;
  min-height: 180px;
  max-width: 380px;
  margin-bottom: 0;
  margin-right: auto;
  margin-left: auto;
  opacity: 0.6;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 600ms ease-out;
          transition: all 600ms ease-out;
}

/* line 1447, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.news-viewer .story + .story {
  margin-top: 20px;
}

/* line 1449, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.news-viewer .story:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top, rgba(245, 245, 245, 0.14) 0%, rgba(0, 0, 0, 0.31) 27%, rgba(0, 0, 0, 0.81) 100%, black 65%);
  background: linear-gradient(to bottom, rgba(245, 245, 245, 0.14) 0%, rgba(0, 0, 0, 0.31) 27%, rgba(0, 0, 0, 0.81) 100%, black 65%);
}

/* line 1458, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.news-viewer .story.-active {
  opacity: 1;
}

/* line 1461, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.news-viewer .story.-above,
.news-viewer .story.-below {
  cursor: pointer;
}

/* line 1463, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.news-viewer .content {
  position: absolute;
  width: 100%;
  padding: 20px;
  margin: auto;
  bottom: 0;
  left: 0;
  z-index: 2;
}

/* line 1472, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.news-viewer .small-tag,
.news-viewer .headline {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 1477, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.news-viewer .small-tag {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.6em;
  letter-spacing: 1px;
  margin: 0;
}

/* line 1484, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.news-viewer .headline {
  font-family: "TisaOffc", serif;
  font-size: 22px;
  line-height: 1.263em;
  margin: 5px 0 0;
}

/* line 1490, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.insights-viewer {
  position: relative;
  min-height: 370px;
}

/* line 1493, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.insights-viewer .insight-container {
  min-height: 250px;
  padding: 0;
  position: relative;
}

/* line 1497, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.insights-viewer .insight {
  margin: 0;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translate3d(0, 40px, 0) scale(0.9);
  transform: translate3d(0, 40px, 0) scale(0.9);
}

/* line 1508, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.insights-viewer .insight.-active,
.insights-viewer .insight.-ondeck,
.insights-viewer .insight.-inthehole {
  pointer-events: auto;
  -webkit-transition: all 600ms cubic-bezier(0.35, 0, 0.23, 1);
          transition: all 600ms cubic-bezier(0.35, 0, 0.23, 1);
}

/* line 1511, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.insights-viewer .insight.-onbase {
  -webkit-transition: none;
          transition: none;
}

/* line 1513, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.insights-viewer .insight.-active {
  opacity: 1;
  z-index: 4;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 1518, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.insights-viewer .insight.-ondeck {
  opacity: 1;
  z-index: 3;
  -webkit-transform: translate3d(0, 20px, 0) scale(0.95);
  transform: translate3d(0, 20px, 0) scale(0.95);
}

/* line 1523, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.insights-viewer .insight.-inthehole {
  opacity: 0.5;
  z-index: 2;
}

@media (min-width: 768px) {
  /* line 1527, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .insights-viewer .insight {
    max-width: 430px;
  }
}
@media (min-width: 1280px) {
  /* line 1530, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .insights-viewer {
    min-height: 800px;
  }
}
@media (min-width: 1280px) {
  /* line 1533, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .insights-viewer .insight-container {
    margin: 0 0 150px 75px;
  }
}
/* line 1536, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.topics-viewer {
  padding-bottom: 100px !important;
  position: relative;
  min-height: 440px;
}

/* line 1540, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.topics-viewer .spinner {
  margin-left: -65px;
}

/* line 1542, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.topics-viewer .topics-wrap {
  background-color: #f4f4f4;
  position: relative;
}

/* line 1545, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.topics-viewer .topics-wrap:before {
  content: "";
  width: 100%;
  height: 50px;
  background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0), #f4f4f4);
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0), #f4f4f4);
  position: absolute;
  bottom: -50px;
  left: 0;
  pointer-events: none;
}

/* line 1554, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.topics-viewer .topics-wrap:after {
  content: "";
  width: 100%;
  height: 200px;
  background-image: -webkit-linear-gradient(top, rgba(244, 244, 244, 0), #f4f4f4);
  background-image: linear-gradient(to bottom, rgba(244, 244, 244, 0), #f4f4f4);
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
}

/* line 1563, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.topics-viewer .heading {
  width: 100%;
  background-color: #49536b;
  color: #ffffff;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  padding: 14px;
  letter-spacing: 1px;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  /* line 1575, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .topics-viewer {
    min-height: 600px;
  }

  /* line 1578, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .topics-viewer .topics-wrap,
  .topics-viewer .topics-wrap:before {
    max-width: 430px;
  }
}
/* line 1581, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.topic-container {
  height: 360px;
  padding: 0 10px;
  margin: 0;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

/* line 1588, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.topic-container .topic {
  margin: 20px 0;
}

/* line 1590, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.topic-container .topic:first-child {
  margin-top: 10px;
}

/* line 1593, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.spinner {
  margin: 100px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -25px;
}

/* line 1605, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.spinner > div {
  background-color: #1e8bc3;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

/* line 1613, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

/* line 1617, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

/* line 1621, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

/* line 1625, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  /* line 1630, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
  }

  /* line 1632, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  20% {
    -webkit-transform: scaleY(1);
  }
}

@keyframes sk-stretchdelay {
  /* line 1636, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }

  /* line 1639, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}

/* line 1643, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
#page-home header {
  margin-bottom: -3%;
  padding: 1.5em 0;
}

/* line 1646, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
#page-home header .appstore-cta {
  display: none;
}

@media (min-width: 640px) {
  /* line 1649, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  #page-home header {
    margin-bottom: -20%;
  }

  /* line 1651, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  #page-home header .appstore-cta {
    display: block;
  }
}
@media (min-width: 1440px) {
  /* line 1654, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  #page-home header {
    margin-bottom: -20%;
  }
}
/* line 1657, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
#page-home main {
  padding-bottom: 0;
}

@media (min-width: 640px) {
  /* line 1661, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .call-to-action h2 {
    margin-top: 3.5em;
  }
}
/* line 1664, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.highlight {
  padding-left: 10%;
  padding-right: 10%;
  position: relative;
  padding: 0em 0;
}

/* line 1669, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.highlight h3 {
  margin-top: 0;
}

/* line 1671, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.highlight .section-img {
  margin-top: 1em;
}

/* line 1673, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.highlight:nth-child(2n) {
  background-color: #eaeaea;
}

/* line 1675, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.highlight:nth-child(2n):before {
  content: " ";
  display: block;
  width: 100%;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  padding-top: 6.4%;
  background-image: url("img/style/shape-triangle_downright-white-short.svg");
  position: absolute;
  top: 0;
}

/* line 1686, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.highlight:nth-child(2n+3):before {
  content: " ";
  display: block;
  width: 100%;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  padding-top: 6.4%;
  background-image: url("img/style/shape-triangle_upleft-white-short.svg");
  position: absolute;
  bottom: 100%;
}

@media (min-width: 640px) {
  /* line 1701, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .highlight .section-description {
    padding: 9em 0;
  }

  /* line 1703, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .highlight .section-img {
    margin-top: 0;
  }

  /* line 1705, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .highlight:nth-child(odd) .section-description {
    float: right;
  }

  /* line 1707, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .highlight:nth-child(odd) .section-img {
    float: left;
  }
}
@media only screen and (min-width: 640px) and (max-width: 959px) {
  /* line 1710, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .highlight .row {
    width: 100%;
    margin: 0px !important;
  }

  /* line 1713, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .highlight .col10.push1 {
    margin-left: 0px !important;
  }

  /* line 1715, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .highlight .col10 {
    width: 100% !important;
    padding: 0 1em;
  }

  /* line 1718, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .highlight .section-description {
    width: 51% !important;
  }

  /* line 1720, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .highlight .section-img {
    width: 45% !important;
    margin: 0 !important;
  }
}
@media (min-width: 640px) {
  /* line 1725, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  #highlight-news .section-description {
    padding: 9em 0 0;
  }

  /* line 1727, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  #highlight-news .section-img {
    padding-top: 0em;
  }
}
@media (min-width: 960px) {
  /* line 1731, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  #highlight-news .section-description {
    padding-top: 4em;
  }

  /* line 1733, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  #highlight-news .section-img {
    padding-top: 0;
  }
}
@media (min-width: 1280px) {
  /* line 1737, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  #highlight-news .section-description {
    padding-top: 5em;
  }

  /* line 1739, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  #highlight-news .section-img {
    padding-top: 0;
    padding-bottom: 4em;
  }
}
@media (min-width: 640px) {
  /* line 1744, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  #highlight-insights .section-img {
    padding-top: 6em;
  }
}
@media (min-width: 960px) {
  /* line 1748, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  #highlight-insights .section-description {
    padding: 8em 0;
  }

  /* line 1750, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  #highlight-insights .section-img {
    padding: 8em 0;
  }
}
@media (min-width: 1280px) {
  /* line 1754, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  #highlight-insights .section-description {
    padding-top: 10em;
    padding-bottom: 8em;
  }

  /* line 1757, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  #highlight-insights .section-img {
    padding-top: 10em;
  }
}
@media (min-width: 640px) {
  /* line 1761, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  #highlight-topics .section-description {
    padding: 6em 0 6em;
  }

  /* line 1763, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  #highlight-topics .section-img {
    padding-top: 4em;
  }
}
@media only screen and (min-width: 640px) and (max-width: 959px) {
  /* line 1767, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  #highlight-topics .section-description {
    padding: 10em 0 6em;
  }
}
@media (min-width: 1280px) {
  /* line 1771, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  #highlight-topics .section-description {
    padding-top: 10em;
  }
}
/* line 1774, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.call-to-action.ipad {
  padding-top: 2em;
  padding-bottom: 0;
}

/* line 1777, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.call-to-action.ipad h1 {
  font-family: "Playfair Display", serif;
  font-size: 2.5em;
}

/* line 1781, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.call-to-action.ipad h2 {
  font-family: "OpenSans", sans-serif;
  font-size: 1em;
  margin: 2em 0 1em;
  font-weight: bold;
}

@media (min-width: 640px) {
  /* line 1789, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .call-to-action.ipad {
    padding-bottom: 200px;
  }
}
/* line 1792, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
#page-about-us header h1, h3, h5 {
  font-family: "Playfair Display", serif;
  margin-bottom: 2em;
}

/* line 1796, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
#page-about-us header h1 {
  font-size: 2em;
  color: #ffffff;
  padding-bottom: 1em;
}

/* line 1814, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
#page-about-us #mission {
  background-color: #eaeaea;
}

/* line 1816, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
#page-about-us #mission .row {
  padding-top: 4em;
  padding-bottom: 5em;
}

/* line 1819, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
#page-about-us #mission h3 {
  margin-top: 0;
}

/* line 1821, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
#page-about-us #mission:after {
  content: " ";
  display: block;
  width: 100%;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  padding-top: 6.4%;
  background-image: url("img/style/shape-traingle-upright-white-short.svg");
}

@media (min-width: 640px) {
  /* line 1831, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  #page-about-us #mission .wrapper {
    margin: 0 auto;
  }
}
/* line 1835, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
#page-about-us .grid-people .section-title, #page-about-us .grid-contact .section-title {
  margin-bottom: .75em;
}

@media (min-width: 640px) and (max-width: 959px) {
  /* line 1839, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  #page-about-us .grid-people .col3:nth-child(1), #page-about-us .grid-contact .col3:nth-child(1) {
    width: 100%;
  }

  /* line 1841, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  #page-about-us .grid-people .col3, #page-about-us .grid-contact .col3 {
    width: 200px;
  }
}
@media (min-width: 960px) {
  /* line 1845, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  #page-about-us .grid-people .row, #page-about-us .grid-contact .row {
    margin-top: 4.4em;
  }

  /* line 1847, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  #page-about-us .grid-people .section-title, #page-about-us .grid-contact .section-title {
    margin-top: 0;
    position: relative;
    top: -.5em;
  }
}
/* line 1852, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
#page-about-us .person {
  position: relative;
}

/* line 1855, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
#page-about-us .person-img {
  clear: both;
  background-color: #373f51;
  float: left;
  width: 100%;
}

/* line 1860, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
#page-about-us .person-img img {
  float: left;
  width: 100%;
  opacity: .5;
}

/* line 1865, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
#page-about-us .person-description {
  clear: both;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: 1;
  color: #fff;
  padding: .75em;
}

/* line 1875, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
#page-about-us .person-name {
  margin: 0;
  font-size: 1.5em;
  margin-bottom: .25em;
  line-height: 1.15em;
}

/* line 1881, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
#page-about-us .person-title {
  margin: 0;
  text-transform: uppercase;
  font-size: .75em;
}

@media (min-width: 640px) {
  /* line 1887, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  #page-about-us .person-name {
    font-size: 1.25em;
  }

  /* line 1889, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  #page-about-us .person-title {
    font-size: .65em;
  }
}
@media (min-width: 960px) {
  /* line 1893, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  #page-about-us .person-name {
    font-size: 1em;
  }

  /* line 1895, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  #page-about-us .person-title {
    font-size: .5em;
  }
}
/* line 1898, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
#page-about-us .grid-contact .contact-option {
  background-color: #eaeaea;
  padding: 1em;
}

/* line 1901, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
#page-about-us .grid-contact .contact-option img {
  display: block;
  margin: 40px auto;
}

@media (min-width: 640px) {
  /* line 1905, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  #page-about-us .grid-contact .contact-option {
    /*width: 47.9% !important; */
  }
}
@media (min-width: 960px) {
  /* line 1909, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  #page-about-us .grid-contact .contact-option {
    /*width: 35.4% !important; */
  }
}
/* line 1912, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.row2 {
  margin-top: 0 !important;
}

/* line 1915, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
#page-privacy_policy header h1, h1, h2, h3 {
  font-family: "Playfair Display", serif;
}

/* line 1919, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
h2.seen {
  margin: 2em 0;
}

/* line 1923, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.pay-header {
  z-index: 2;
  -webkit-transform: translate(0, 5.5em);
      -ms-transform: translate(0, 5.5em);
          transform: translate(0, 5.5em);
  -webkit-transition: all .5s ease;
          transition: all .5s ease;
}
/* line 1927, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.pay-header.header-slide {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

/* line 1931, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.payment-header {
  font-family: "OpenSans";
  text-align: center;
}

/* line 1935, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.form-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /*background-color: #EEE;*/
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
          flex-direction: column;
  border: 1em solid #fff;
  box-sizing: border-box;
  position: relative;
}
/* line 1954, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.form-container .submit-payment {
  background-color: #1e8bc3;
  border-radius: 2%;
  font-family: 'OpenSans';
  border: 2px solid #1e8bc3;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10% 20%;
  color: #f4f4f4;
}

@media (max-width: 476px) {
  /* line 1966, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
  .form-container {
    border: none;
  }
}
/* line 1971, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.cardinfo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
          justify-content: space-around;
}

/* line 1979, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.bg-illustration {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}

/* line 1985, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.bg-illustration svg {
  width: 100%;
}

/* line 1988, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 1;
  padding: 20px;
  box-sizing: border-box;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.75);
  text-align: center;
}

/* line 2000, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.blocker:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
}

/* line 2007, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.blocker.behind {
  background-color: transparent;
}

/* line 2010, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.modal {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  max-width: 500px;
  box-sizing: border-box;
  width: 90%;
  background: #fff;
  padding: 15px 30px;
  border-radius: 8px;
  -o-box-shadow: 0 0 10px #000;
  -ms-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
  text-align: left;
}

/* line 2033, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.modal a.close-modal {
  position: absolute;
  top: -12.5px;
  right: -12.5px;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background: url("data:image/png;base64,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") no-repeat 0 0;
}

/* line 2044, /Users/akber/discors-apps/discors/app/assets/stylesheets/pages.scss */
.modal-spinner {
  display: none;
  width: 64px;
  height: 64px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-right: -32px;
  margin-top: -32px;
  background: url("data:image/gif;base64,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") #111111 no-repeat center center;
  border-radius: 8px;
}
