/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300|Oswald);
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 720px; } }
  @media (min-width: 992px) {
    .container {
      width: 940px; } }
  @media (min-width: 1366px) {
    .container {
      width: 1248px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: 0;
  margin-right: 0; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1366px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1365px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1365px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1365px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1365px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1366px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1366px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1366px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1366px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1365px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1366px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

/*
   Custom Additions
*/
img {
  max-width: 100%;
  height: auto; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-right {
  text-align: right; }

@media (max-width: 767px) {
  .text-left-xs {
    text-align: left; }
  .text-center-xs {
    text-align: center; }
  .text-right-xs {
    text-align: right; } }

@media (max-width: 991px) {
  .text-left-sm {
    text-align: left; }
  .text-center-sm {
    text-align: center; }
  .text-right-sm {
    text-align: right; } }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.like-table {
  display: table;
  width: 100%;
  height: 100%; }

.like-cell {
  display: table-cell;
  width: 100%;
  height: 100%; }
  .like-cell.v-top {
    vertical-align: top; }
  .like-cell.v-middle {
    vertical-align: middle; }
  .like-cell.v-bottom {
    vertical-align: bottom; }

.col-xs-5th,
.col-sm-5th,
.col-md-5th,
.col-lg-5th {
  position: relative;
  min-height: 1px;
  padding-right: 0;
  padding-left: 0; }

.col-xs-5th {
  width: 20%;
  float: left; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, input, textarea, p, blockquote, th, td, figure, figcaption {
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

fieldset, img {
  border: 0; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

ol, ul {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

q:before, q:after {
  content: ''; }

abbr, acronym {
  border: 0; }

img {
  border: 0;
  max-width: 100%;
  height: auto; }

input {
  vertical-align: middle; }

.clear:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

a {
  text-decoration: none; }

body {
  font-family: "Open Sans", sans-serif;
  letter-spacing: -1; }

nav p {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.1; }

h1 {
  position: absolute;
  top: 20px;
  left: 60px;
  color: #FFF; }

h2 {
  margin: 0 0 15px;
  width: 100%;
  display: block;
  font-size: 1.1rem; }

h1, h2, h3 {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase; }

p {
  margin-bottom: 15px; }

p.quote {
  font-size: 3rem; }
  @media screen and (max-width: 768px) {
    p.quote {
      font-size: 1.8rem; } }
  @media screen and (min-width: 769px) {
    p.quote {
      width: 35%;
      margin: 0 32.5%; } }

a.block, input[type=submit].block {
  display: block;
  width: 100%;
  background: #FFF;
  color: #262b31;
  padding: 17px;
  margin: 0 0 20px; }

a.button {
  padding: 20px;
  background: #262b31;
  color: #000;
  text-transform: uppercase; }

nav {
  display: block;
  position: absolute;
  height: 100vh;
  width: 37px;
  top: 0;
  left: 0;
  background: #ed176d;
  z-index: 5;
  border-right: 2px solid #FFF; }
  nav.open {
    width: 190px; }
    nav.open li {
      width: 180px; }
    nav.open p {
      display: inline-block; }

nav ul {
  margin-top: 80px;
  padding: 0 20px 0 10px; }
  nav ul li {
    display: block;
    height: 10vh;
    text-align: left;
    position: relative;
    width: 40px;
    min-height: 60px; }
    nav ul li a {
      color: #FFF; }
      nav ul li a img {
        float: left;
        width: 40px;
        height: auto;
        display: inline-block; }
      nav ul li a p {
        display: none;
        float: left;
        padding: 10px 0 10px 20px;
        font-weight: bold; }

.menu {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6;
  display: block;
  width: 30px;
  height: 30px;
  background: url(/assets/menu.png) center center/30px 30px no-repeat;
  z-index: 999;
  cursor: pointer;
  margin: 20px;
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: -webkit-transform .2s ease-in-out;
  -o-transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out; }

.menu.open {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: -webkit-transform .2s ease-in-out;
  -o-transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out; }

.back {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 15px);
  z-index: 3;
  display: block;
  width: 30px;
  height: 30px;
  background: url(/assets/back.png) center center/30px 30px no-repeat;
  z-index: 999;
  cursor: pointer;
  margin: 20px;
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: -webkit-transform .2s ease-in-out;
  -o-transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out; }

.back.active {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: -webkit-transform .2s ease-in-out;
  -o-transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out; }

header {
  width: 100%;
  padding: 10px 20px 0;
  text-align: right; }

/*form{width:100%; text-align:left; box-sizing: border-box; margin-bottom:100px;
	input[type=text]{width:97.5%; margin-right:2.5%}
	input[type=email]{width:97.5%; margin-left:2.5%}
	input, textarea{padding:10px 20px; border:2px solid #CCC;  margin-bottom:20px; }

	textarea{width:100%; height:250px;}
}*/
label {
  width: 100%;
  padding: 10px;
  display: block; }

select {
  width: 100%; }

form .field2, form .field3 {
  display: none; }

/*inputs*/
.profile-pic {
  text-align: center;
  margin: 0 auto 15px;
  max-width: 120px;
  max-height: 100px;
  display: block; }

.file-upload {
  display: none; }

.photo {
  width: 100%;
  border: 2px dashed #CCC;
  padding: 5px 0;
  border-bottom: none; }

/*buttons*/
form .action-button {
  min-width: 100px;
  font-weight: bold;
  border: 0 none;
  color: #262b31;
  border-radius: 1px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px; }
  form .action-button:hover, form .action-button:focus {
    -webkit-box-shadow: 0 0 0 2px white, 0 0 0 3px #ed176d;
    box-shadow: 0 0 0 2px white, 0 0 0 3px #ed176d; }

/*progressbar*/
#progressbar {
  position: absolute;
  bottom: 20px;
  margin-bottom: 30px;
  overflow: hidden;
  counter-reset: step;
  /*CSS counters to number the steps*/ }
  #progressbar li {
    list-style-type: none;
    text-transform: uppercase;
    font-size: 10px;
    width: 15px;
    float: left;
    position: relative; }

#progressbar li:before {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  font-size: 10px;
  color: #333;
  background: #CCC;
  border-radius: 50%;
  margin: 0 auto 5px auto; }

/*progressbar connectors*/
#progressbar li:after {
  content: '';
  width: 100%;
  height: 2px;
  background: white;
  position: absolute;
  left: -50%;
  top: 9px;
  z-index: -1;
  /*put it behind the numbers*/ }

#progressbar li:first-child:after {
  content: none;
  /*connector not needed before the first step*/ }

#progressbar li.active:before, #progressbar li.active:after {
  background: #ed176d;
  color: white; }

.lightblock {
  background: #FFF;
  color: #262b31;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-radius: 2px;
  border: 3px solid #e8f3fa; }

input[type="radio"].block {
  display: none; }

select, fieldset input[type="radio"] + label, fieldset input[type="date"], input[type=text], textarea, a.block, .upload-button, input[type=submit].block {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  color: #262b31;
  display: block;
  text-align: center;
  width: 100%;
  background: #FFF;
  border-radius: 2px;
  border: 3px solid #e8f3fa;
  font-size: 1rem;
  padding: 10px 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 10px; }
  select:focus, select:hover, fieldset input[type="radio"] + label:focus, fieldset input[type="radio"] + label:hover, fieldset input[type="date"]:focus, fieldset input[type="date"]:hover, input[type=text]:focus, input[type=text]:hover, textarea:focus, textarea:hover, a.block:focus, a.block:hover, .upload-button:focus, .upload-button:hover, input[type=submit].block:focus, input[type=submit].block:hover {
    border-color: #ed176d; }
  select:-webkit-input-placeholder, fieldset input[type="radio"] + label:-webkit-input-placeholder, fieldset input[type="date"]:-webkit-input-placeholder, input[type=text]:-webkit-input-placeholder, textarea:-webkit-input-placeholder, a.block:-webkit-input-placeholder, .upload-button:-webkit-input-placeholder, input[type=submit].block:-webkit-input-placeholder {
    font-size: 8rem; }

input[type=text]#recipient, input[type=text]#support_email {
  width: 55%;
  display: inline-block;
  float: left;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  color: #262b31;
  background: #FFF;
  border-radius: 2px;
  border: 3px solid #e8f3fa;
  font-size: 1rem;
  padding: 10px 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 10px; }

input[type=text]#recipient + label, input[type=text]#support_email + label {
  font-family: "Oswald", sans-serif;
  width: 45%;
  display: inline-block;
  float: left;
  font-size: 1rem;
  padding: 10px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 10px;
  text-align: left; }

input[type=radio].block.impact + label, a.block.impact {
  background: #ed176d;
  color: #FFF; }

select#day, select#month, select#year {
  width: 33%;
  display: inline-block; }

input[type=button], input[type=submit] {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-size: 1.2rem;
  position: relative; }

input[type=button].previous, input[type=button].next {
  white-space: nowrap;
  display: inline-block; }

textarea {
  min-height: 130px;
  text-transform: none; }

select option {
  width: 100%;
  display: block;
  text-align: center;
  padding: 15px;
  font-size: 1rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #e5e5e5; }

.rating, .improvement, .experience {
  direction: rtl;
  font-size: 34px;
  display: block;
  margin: auto;
  width: 100%;
  text-align: center; }

.rating input, .improvement input, .experience input {
  opacity: 0;
  position: relative;
  left: -25px;
  z-index: 2;
  cursor: pointer; }

.rating i:before, .improvement i:before, .experience i:before {
  color: #CCC;
  display: block; }

.rating i, .experience i {
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-left: -15px; }

.rating input:hover + i:before, .rating input:hover + i ~ i:before, .rating input:checked + i:before, .rating input:checked + i ~ i:before {
  color: #ed176d; }

.improvement input:hover + i:before, .improvement input:checked + i:before, .experience input:hover + i:before, .experience input:checked + i:before {
  color: #ed176d; }

#wrapper {
  position: relative;
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  max-width: 660px;
  background: url(../assets/background.jpg) center/cover no-repeat; }

body {
  text-align: center;
  color: #000; }

@-webkit-keyframes slideInFromBottom {
  0% {
    -webkit-transition-delay: 2s;
    transition-delay: 2s;
    -webkit-transform: translateY(200%);
    transform: translateY(200%); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes slideInFromBottom {
  0% {
    -webkit-transition-delay: 2s;
    -o-transition-delay: 2s;
    transition-delay: 2s;
    -webkit-transform: translateY(200%);
    transform: translateY(200%); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

img.logoslide {
  /* This section calls the slideInFromLeft animation we defined above */
  -webkit-animation: 1s ease-out 0s 1 slideInFromBottom;
  animation: 1s ease-out 0s 1 slideInFromBottom; }

.cancelled, .requested, .rescheduled, .confirm-cancellation, .yes-today, .no-today, .jotform, .rentstatement {
  display: none; }

.jotform {
  height: calc(100vh - 80px); }

main {
  width: calc(100% - 75px);
  margin: 10px 20px 20px 55px;
  background: #262b31;
  height: calc(100vh - 80px);
  border: 2px solid #e8f3fa;
  overflow: hidden;
  padding: 20px;
  color: #FFF; }

img {
  max-width: 100%; }

div {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.overlay {
  background: #FFF;
  width: calc(100% - 80px);
  margin: 40px;
  height: calc(100vh - 80px);
  position: fixed;
  z-index: 2;
  top: 0; }
  @media screen and (max-width: 1024px) {
    .overlay {
      margin: 20px;
      width: calc(100% - 40px);
      height: calc(100vh - 40px); } }
  .overlay img {
    max-width: 400px;
    margin: 0 auto 10vh; }
    @media screen and (max-width: 1024px) {
      .overlay img {
        width: 100%;
        padding: 0 10px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; } }
  .overlay h2 {
    margin-bottom: 10vh; }

.table {
  display: table;
  height: calc(100vh - 120px);
  width: 100%;
  max-width: 100%; }

.table-cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  text-align: center; }

#popout {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
  top: 0; }
  #popout form {
    max-width: 100%;
    width: 800px;
    color: #000;
    background: #FFF;
    margin: 25vh auto;
    padding: 60px;
    height: 50vh;
    min-height: 550px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    #popout form a.exit {
      width: 20px;
      display: block;
      height: 20px;
      background: url(../close.png);
      position: relative;
      top: -30px;
      right: 0;
      float: right;
      background-position-x: 0%;
      background-position-y: 0%;
      background-size: 20px;
      cursor: pointer;
      background-position: right top; }
      @media screen and (max-width: 1024px) {
        #popout form a.exit {
          top: -10px; } }
    @media screen and (max-width: 1024px) {
      #popout form {
        margin: 20px 0;
        padding: 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        max-width: calc(100% - 40px);
        -webkit-box-shadow: 0 0 40px;
        box-shadow: 0 0 40px;
        width: 100%; } }
    #popout form input, #popout form textarea {
      width: 100%;
      padding: 20px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      margin-bottom: 20px; }
    #popout form label {
      float: left;
      padding-bottom: 5px; }
    #popout form input[type=submit] {
      width: 150px;
      padding: 20px;
      background: #262b31;
      border: none;
      text-transform: uppercase; }

.site-wrap {
  width: 100%;
  height: 100vh; }

.hero {
  width: 100%;
  height: 100vh; }

.hero.video {
  height: auto; }

.hero.video video {
  position: relative;
  width: 100%; }
  @media screen and (max-width: 1024px) {
    .hero.video video {
      position: relative;
      top: 30vh; } }

p.notice {
  font-size: .8rem; }

#ios-popup {
  display: block;
  position: absolute;
  z-index: 9999;
  bottom: 0;
  background: #FFF;
  width: 100%;
  text-align: center;
  padding: 10px; }
  #ios-popup p {
    display: inline;
    line-height: 35px;
    font-size: 0.8rem; }
  #ios-popup img {
    max-width: 22px;
    display: inline; }

#site_notice {
  display: none;
  border: 2px solid #FFF;
  width: 70%;
  position: absolute;
  top: -2px;
  right: -2px;
  z-index: 9999;
  background: rgba(218, 2, 2, 0.9);
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-bottom-left-radius: 20px; }
  #site_notice p {
    padding: 10px 5px 0;
    color: #FFF;
    font-size: .8rem; }
    #site_notice p a {
      font-weight: bold;
      color: #FFF; }
  #site_notice button {
    padding: 3px 5px;
    margin-bottom: 10px;
    color: #FFF;
    background: #262b31;
    border: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: .8rem; }

iframe {
  margin: -20px;
  width: calc(100% + 40px);
  height: calc(100% + 40px); }
