/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@import url("https://fonts.googleapis.com/css?family=Poppins:400,600,700");
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;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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;
}

figure {
  margin: 1em 40px;
}

hr {
  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"] {
  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;
  box-sizing: content-box;
}

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -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-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}
a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 760px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 980px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1180px;
  }
}

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

.row {
  margin-left: -20px;
  margin-right: -20px;
}
.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: 20px;
  padding-right: 20px;
}

.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.3333333333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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.3333333333%;
  }

  .col-sm-2 {
    width: 16.6666666667%;
  }

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

  .col-sm-4 {
    width: 33.3333333333%;
  }

  .col-sm-5 {
    width: 41.6666666667%;
  }

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

  .col-sm-7 {
    width: 58.3333333333%;
  }

  .col-sm-8 {
    width: 66.6666666667%;
  }

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

  .col-sm-10 {
    width: 83.3333333333%;
  }

  .col-sm-11 {
    width: 91.6666666667%;
  }

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

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

  .col-sm-pull-1 {
    right: 8.3333333333%;
  }

  .col-sm-pull-2 {
    right: 16.6666666667%;
  }

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

  .col-sm-pull-4 {
    right: 33.3333333333%;
  }

  .col-sm-pull-5 {
    right: 41.6666666667%;
  }

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

  .col-sm-pull-7 {
    right: 58.3333333333%;
  }

  .col-sm-pull-8 {
    right: 66.6666666667%;
  }

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

  .col-sm-pull-10 {
    right: 83.3333333333%;
  }

  .col-sm-pull-11 {
    right: 91.6666666667%;
  }

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

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

  .col-sm-push-1 {
    left: 8.3333333333%;
  }

  .col-sm-push-2 {
    left: 16.6666666667%;
  }

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

  .col-sm-push-4 {
    left: 33.3333333333%;
  }

  .col-sm-push-5 {
    left: 41.6666666667%;
  }

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

  .col-sm-push-7 {
    left: 58.3333333333%;
  }

  .col-sm-push-8 {
    left: 66.6666666667%;
  }

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

  .col-sm-push-10 {
    left: 83.3333333333%;
  }

  .col-sm-push-11 {
    left: 91.6666666667%;
  }

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

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

  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }

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

  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }

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

  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }

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

  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }

  .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.3333333333%;
  }

  .col-md-2 {
    width: 16.6666666667%;
  }

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

  .col-md-4 {
    width: 33.3333333333%;
  }

  .col-md-5 {
    width: 41.6666666667%;
  }

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

  .col-md-7 {
    width: 58.3333333333%;
  }

  .col-md-8 {
    width: 66.6666666667%;
  }

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

  .col-md-10 {
    width: 83.3333333333%;
  }

  .col-md-11 {
    width: 91.6666666667%;
  }

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

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

  .col-md-pull-1 {
    right: 8.3333333333%;
  }

  .col-md-pull-2 {
    right: 16.6666666667%;
  }

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

  .col-md-pull-4 {
    right: 33.3333333333%;
  }

  .col-md-pull-5 {
    right: 41.6666666667%;
  }

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

  .col-md-pull-7 {
    right: 58.3333333333%;
  }

  .col-md-pull-8 {
    right: 66.6666666667%;
  }

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

  .col-md-pull-10 {
    right: 83.3333333333%;
  }

  .col-md-pull-11 {
    right: 91.6666666667%;
  }

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

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

  .col-md-push-1 {
    left: 8.3333333333%;
  }

  .col-md-push-2 {
    left: 16.6666666667%;
  }

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

  .col-md-push-4 {
    left: 33.3333333333%;
  }

  .col-md-push-5 {
    left: 41.6666666667%;
  }

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

  .col-md-push-7 {
    left: 58.3333333333%;
  }

  .col-md-push-8 {
    left: 66.6666666667%;
  }

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

  .col-md-push-10 {
    left: 83.3333333333%;
  }

  .col-md-push-11 {
    left: 91.6666666667%;
  }

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

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

  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }

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

  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }

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

  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }

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

  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .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.3333333333%;
  }

  .col-lg-2 {
    width: 16.6666666667%;
  }

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

  .col-lg-4 {
    width: 33.3333333333%;
  }

  .col-lg-5 {
    width: 41.6666666667%;
  }

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

  .col-lg-7 {
    width: 58.3333333333%;
  }

  .col-lg-8 {
    width: 66.6666666667%;
  }

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

  .col-lg-10 {
    width: 83.3333333333%;
  }

  .col-lg-11 {
    width: 91.6666666667%;
  }

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

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

  .col-lg-pull-1 {
    right: 8.3333333333%;
  }

  .col-lg-pull-2 {
    right: 16.6666666667%;
  }

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

  .col-lg-pull-4 {
    right: 33.3333333333%;
  }

  .col-lg-pull-5 {
    right: 41.6666666667%;
  }

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

  .col-lg-pull-7 {
    right: 58.3333333333%;
  }

  .col-lg-pull-8 {
    right: 66.6666666667%;
  }

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

  .col-lg-pull-10 {
    right: 83.3333333333%;
  }

  .col-lg-pull-11 {
    right: 91.6666666667%;
  }

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

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

  .col-lg-push-1 {
    left: 8.3333333333%;
  }

  .col-lg-push-2 {
    left: 16.6666666667%;
  }

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

  .col-lg-push-4 {
    left: 33.3333333333%;
  }

  .col-lg-push-5 {
    left: 41.6666666667%;
  }

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

  .col-lg-push-7 {
    left: 58.3333333333%;
  }

  .col-lg-push-8 {
    left: 66.6666666667%;
  }

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

  .col-lg-push-10 {
    left: 83.3333333333%;
  }

  .col-lg-push-11 {
    left: 91.6666666667%;
  }

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

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

  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }

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

  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }

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

  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }

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

  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before, .nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-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: 1199px) {
  .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: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

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

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

@media (min-width: 1200px) {
  .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: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

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

@media (min-width: 1200px) {
  .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: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .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;
  }
}
@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@-moz-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
html, body {
  overflow-x: hidden !important;
}

body {
  font-family: "Poppins", sans-serif;
  background-color: #FFF;
  color: #4D4D4D;
}

button:focus,
input:focus,
select:focus {
  outline: none;
}

strong {
  font-weight: bold;
}

a {
  color: #0067FF;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.container-fluid-no-padding {
  padding-left: 0;
  padding-right: 0;
}

.primary {
  color: #0067FF;
}

.green {
  color: #009F15;
}

.red {
  color: #E60000;
}

.twitter-color {
  color: #1DA1F3;
}

.facebook-color {
  color: #3B5999;
}

.instagram-color {
  color: #E56969;
}

.youtube-color {
  color: #1DA1F3;
}

.to_upper_case {
  text-transform: uppercase;
}

.col-no-pl {
  padding-left: 0;
}

.col-no-pr {
  padding-right: 0;
}

@media only screen and (min-width: 768px) {
  .container {
    width: 740px;
  }
}
@media only screen and (min-width: 992px) {
  .container {
    width: 980px;
  }

  .col-md-2_5 {
    width: 20%;
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    width: 1180px;
  }
}
@media only screen and (min-width: 1440px) {
  .col-xlg-2 {
    width: 16.6666666667%;
  }

  .col-xlg-4 {
    width: 33.3333333333%;
  }

  .col-xlg-8 {
    width: 66.6666666667%;
  }

  .col-xlg-10 {
    width: 83.3333333333%;
  }

  .col-xlg-push-2 {
    left: 16.6666666667%;
  }

  .hidden-xlg {
    display: none !important;
  }
}
.fr {
  float: right;
}

.tal {
  text-align: left;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

@media only screen and (min-width: 1px) {
  h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    font-weight: bold;
  }
  h1 i, h2 i, h3 i, h4 i, h5 i, h6 i, p i {
    font-weight: normal;
  }

  h1 {
    font-size: 30px;
    line-height: 42px;
  }

  h2 {
    font-size: 20px;
    line-height: 30px;
  }

  h3 {
    font-size: 18px;
    line-height: 28px;
  }

  p {
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1200px) {
  h1 {
    font-size: 50px;
    line-height: 72px;
  }

  h2 {
    font-size: 30px;
    line-height: 42px;
  }

  h3 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 1px) {
  .form-group {
    margin-top: 20px;
  }
  .form-group .avatar {
    float: left;
    width: 60px;
    height: 60px;
    margin-top: 20px;
    margin-right: 15px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background: #F1F1F1;
  }
  .form-group .avatar + .field_wrapper {
    float: left;
    width: calc(100% - 75px);
  }
  .form-group.field-hidden {
    margin-bottom: 0;
  }
  .form-group:focus {
    border-color: rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 8px #0067FF;
  }
  .form-group .btn_container button {
    margin-right: 10px;
  }
  .form-group .field_wrapper {
    position: relative;
  }
  .form-group .field_wrapper .control-label {
    display: block;
    margin-bottom: 5px;
    margin-left: 10px;
    color: #A2A2A2;
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
  }
  .form-group .field_wrapper .field-info {
    display: block;
    margin-bottom: 5px;
    margin-left: 10px;
    color: #4D4D4D;
    font-size: 14px;
    line-height: 14px;
  }
  .form-group .field_wrapper .field_icon {
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
    top: 60px;
    display: none;
    width: 30px;
    padding: 0;
    font-size: 30px;
  }

  form .row:first-of-type .col:first-child .form-group {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .form-group .avatar {
    width: 80px;
    height: 80px;
    margin-top: 20px;
    margin-right: 15px;
  }
  .form-group .avatar + .field_wrapper {
    width: calc(100% - 100px);
  }

  form .row:first-of-type .col:first-child .form-group,
  form .row:first-of-type .col:first-child + .col-sm-6 .form-group,
  form .row:first-of-type .col:first-child + .col-sm-4 .form-group, form .row:first-of-type .col:first-child + .col-sm-4 + .col-sm-4 .form-group {
    margin-top: 0;
  }
}
@media only screen and (min-width: 992px) {
  form .row:first-of-type .col:first-child .form-group,
  form .row:first-of-type .col:first-child + .col-md-3 .form-group,
  form .row:first-of-type .col:first-child + .col-md-4 .form-group,
  form .row:first-of-type .col:first-child + .col-md-6 .form-group {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1200px) {
  form .row:first-of-type .col:first-child .form-group,
  form .row:first-of-type .col:first-child + .col-lg-3 .form-group,
  form .row:first-of-type .col:first-child + .col-lg-2 .form-group,
  form .row:first-of-type .col:first-child + .col-lg-2 + .col-lg-2 .form-group,
  form .row:first-of-type .col:first-child + .col-lg-3 + .col-lg-2 .form-group,
  form .row:first-of-type .col:first-child + .col-lg-3 + .col-lg-2 + .col-lg-2 .form-group,
  form .row:first-of-type .col:first-child + .col-lg-3 + .col-lg-2 + .col-lg-2 + .col-lg-3 .form-group,
  form .row:first-of-type .col:first-child + .col-lg-3 + .col-lg-3 .form-group,
  form .row:first-of-type .col:first-child + .col-lg-3 + .col-lg-3 + .col-lg-3 .form-group {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1px) {
  input {
    width: 100%;
    height: 60px;
    padding: 0 20px;
    border: 1px #CFCFCF solid;
    outline: none;
    background-color: transparent;
    color: #4D4D4D;
    line-height: 60px;
    text-align: left;
  }
  input.no-border {
    border: none;
  }
  input.input-same-height-cta {
    height: 42px;
  }

  input[type="file"] {
    padding-top: 19px;
    padding-bottom: 19px;
    line-height: 10px;
  }

  input::placeholder {
    color: #A2A2A2;
    opacity: 1;
  }

  input:-ms-input-placeholder {
    color: #A2A2A2;
  }

  input::-ms-input-placeholder {
    color: #A2A2A2;
  }

  .field-date_with_reset,
  .field-date,
  .field-text,
  .field-email,
  .field-password,
  .field-radio,
  .field-select,
  .field-file {
    text-align: left;
  }
  .field-date_with_reset label,
  .field-date label,
  .field-text label,
  .field-email label,
  .field-password label,
  .field-radio label,
  .field-select label,
  .field-file label {
    display: inline-block;
    margin-bottom: 5px;
    padding-left: 10px;
    color: #A2A2A2;
    font-weight: bold;
  }
}
@media only screen and (min-width: 768px) {
  input {
    height: 80px;
    font-size: 16px;
    line-height: 80px;
  }
  input.input-same-height-cta {
    height: 42px;
  }

  input[type="file"] {
    padding-top: 29px;
    padding-bottom: 29px;
  }
}
@media only screen and (min-width: 1px) {
  input[type="submit"],
  button[type="submit"] {
    min-width: 160px;
  }

  .field-submit {
    margin: 10px 0;
    text-align: center;
  }

  form .row .col:first-child .field-submit {
    margin-top: 0;
  }
  form .row .col:last-child .field-submit {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .field-submit {
    margin: 20px 0;
  }
}
.radio {
  position: relative;
  display: inline-block;
  min-width: 22px;
  min-height: 22px;
  margin: 0 10px;
  line-height: 41px;
}
.radio:first-child {
  margin: 0;
}
.radio input {
  position: absolute;
  top: 9px;
  left: 0;
  width: 22px;
  height: 22px;
  opacity: 0;
}
.radio input + span {
  position: relative;
  top: 9px;
  float: left;
  width: 22px;
  height: 22px;
  border: 1px #CFCFCF solid;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.radio input:checked + span:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-color: #0067FF;
}
.radio .label {
  float: left;
  margin-left: 10px;
  font-size: 16px;
}

.field-radio .field_wrapper {
  line-height: 0;
}

@media only screen and (min-width: 768px) {
  .radio .label {
    margin-left: 15px;
  }
}
.checkbox {
  position: relative;
  top: 6px;
  display: inline-block;
  min-width: 22px;
  min-height: 22px;
  margin: 0 10px;
  line-height: 41px;
}
.checkbox:first-child {
  margin: 0;
}
.checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 22px;
  height: 22px;
  opacity: 0;
}
.checkbox input + span {
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  border: 1px #CFCFCF solid;
}
.checkbox input:checked + span:before {
  content: '';
  position: absolute;
  left: 3px;
  top: 5px;
  width: 15px;
  height: 7px;
  border-left: 3px #0067FF solid;
  border-bottom: 3px #0067FF solid;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.checkbox_wrapper {
  display: inline-block;
  width: 100%;
  text-align: left;
}
.checkbox_wrapper .label {
  display: inline-block;
  margin-left: 10px;
  font-size: 14px;
  line-height: 18px;
}
.checkbox_wrapper .label a {
  color: #0067FF;
  text-decoration: none;
}
.checkbox_wrapper .label a:hover {
  color: #0067FF;
}

.privacy_label .checkbox_wrapper .checkbox {
  top: 0;
  float: left;
}
.privacy_label .checkbox_wrapper .label {
  width: calc(100% - 40px);
}

.field-checkbox {
  margin: 15px 0;
}
.field-checkbox .field_wrapper {
  line-height: 1;
  text-align: left;
}
.field-checkbox .field_wrapper .control-label {
  display: block;
  margin-bottom: 10px;
}
.field-checkbox.valign.no_label {
  margin: 35px 0 0;
}
.field-checkbox.valign .field_wrapper {
  line-height: 60px;
}
.field-checkbox.tac_align .field_wrapper .checkbox_wrapper {
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .checkbox .label {
    margin-left: 15px;
  }

  .field-checkbox.valign .field_wrapper {
    line-height: 80px;
  }
}
@media only screen and (min-width: 1px) {
  .help-block.error {
    display: inline-block;
    margin-top: 5px;
    padding-left: 20px;
    color: #E60000;
  }
}
@media only screen and (min-width: 1px) {
  textarea {
    width: 100%;
    height: 150px;
    resize: none;
    padding: 10px;
    border: 1px #CFCFCF solid;
  }
  textarea:focus {
    outline: none;
  }

  .terms_conditions_text,
  .privacy_text {
    width: 100%;
    padding: 10px;
    font-size: 10px;
  }
  .terms_conditions_text ~ .form-group,
  .privacy_text ~ .form-group {
    opacity: .5;
  }
  .terms_conditions_text.scrolled ~ .form-group,
  .privacy_text.scrolled ~ .form-group {
    opacity: 1;
  }
}
@media only screen and (min-width: 1px) {
  .radio-card {
    display: inline-block;
    width: 100%;
    padding: 20px;
    border: 1px #CFCFCF solid;
  }
  .radio-card .form-group {
    margin-top: 0;
  }
  .radio-card .form-group label {
    padding-left: 0;
  }
  .radio-card .form-group label .label {
    max-width: calc(100% - 40px);
    line-height: 20px;
  }
  .radio-card.active, .radio-card:active, .radio-card:focus {
    border-color: #0067FF;
  }
  .radio-card h3, .radio-card small {
    margin-left: 30px;
  }
  .radio-card h3 {
    margin-bottom: 5px;
  }
  .radio-card small {
    display: block;
    font-size: 12px;
  }
  .radio-card .cta {
    margin-top: 20px;
    margin-left: 30px;
  }
  .radio-card.single-subscription {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .radio-card {
    padding: 20px 30px;
  }
  .radio-card h3, .radio-card small {
    margin-left: 35px;
  }
}
@media only screen and (min-width: 768px) {
  .radio-card {
    height: 160px;
  }
  .radio-card .cta {
    margin-top: 15px;
  }
}
@media only screen and (min-width: 1px) {
  .three-bars-button {
    position: relative;
    display: block;
    width: 40px;
    height: 30px;
    margin-top: 25px;
    padding: 0;
    border: none;
    cursor: pointer;
    z-index: 100;
    font-size: 0;
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -appearance: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: none;
    border-radius: none;
  }
  .three-bars-button:focus {
    outline: none;
  }
  .three-bars-button span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 4px;
    background-color: #0067FF;
    -webkit-transition: background 0s ease 0.3s;
    -moz-transition: background 0s ease 0.3s;
    -ms-transition: background 0s ease 0.3s;
    -o-transition: background 0s ease 0.3s;
    transition: background 0s ease 0.3s;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .three-bars-button span:before, .three-bars-button span:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #0067FF;
    -webkit-transition-duration: 0.3s, 0.3s;
    -moz-transition-duration: 0.3s, 0.3s;
    -ms-transition-duration: 0.3s, 0.3s;
    -o-transition-duration: 0.3s, 0.3s;
    transition-duration: 0.3s, 0.3s;
    -webkit-transition-delay: 0.3s, 0s;
    transition-delay: 0.3s, 0s;
  }
  .three-bars-button span:before {
    top: -11px;
    -webkit-transition-property: "top, transform";
    -moz-transition-property: "top, transform";
    -ms-transition-property: "top, transform";
    -o-transition-property: "top, transform";
    transition-property: "top, transform";
  }
  .three-bars-button span:after {
    bottom: -11px;
    -webkit-transition-property: "bottom, transform";
    -moz-transition-property: "bottom, transform";
    -ms-transition-property: "bottom, transform";
    -o-transition-property: "bottom, transform";
    transition-property: "bottom, transform";
  }
  .three-bars-button.active::after {
    opacity: 0;
    transition: opacity 0s;
  }
  .three-bars-button.active span {
    background-color: transparent;
    -webkit-transition-delay: 0s, 0.3s;
    transition-delay: 0s, 0.3s;
  }
  .three-bars-button.active span:before, .three-bars-button.active span:after {
    background: #0067FF;
    -webkit-transition-delay: 0s, 0.3s;
    transition-delay: 0s, 0.3s;
  }
  .three-bars-button.active span:before {
    top: 0;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .three-bars-button.active span:after {
    bottom: 0;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
@media only screen and (min-width: 768px) {
  .three-bars-button {
    width: 50px;
    height: 50px;
    margin-top: 35px;
    margin-right: 20px;
  }
  .three-bars-button span:before {
    top: -15px;
  }
  .three-bars-button span:after {
    bottom: -15px;
  }
}
@media only screen and (min-width: 1px) {
  .card.product-card {
    position: relative;
    height: 450px;
    padding: 30px;
    background-size: cover;
    background-position: center;
  }
  .card.product-card:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#00000000',GradientType=0 );
  }
  .card.product-card h3 {
    position: absolute;
    z-index: 15;
    margin-bottom: 35px;
    color: #FFF;
  }
  .card.product-card p {
    position: absolute;
    top: 100px;
    z-index: 15;
    width: calc(100% - 60px);
    color: #FFF;
  }
  .card.product-card .cta {
    position: absolute;
    bottom: 30px;
    left: 30px;
    z-index: 15;
  }
  .card.product-card.active-brand {
    background-image: url(/assets/media/img/product-active-brand.jpg);
  }
  .card.product-card.social-finder {
    background-image: url(/assets/media/img/product-social-finder.jpg);
  }
  .card.product-card.social-performance {
    background-image: url(/assets/media/img/product-social-performance.jpg);
  }
  .card.product-card.total-wall {
    background-image: url(/assets/media/img/product-total-wall.jpg);
  }
  .card.product-card.photostream {
    background-image: url(/assets/media/img/product-photostream.jpg);
  }
  .card.product-card.social-wall {
    background-image: url(/assets/media/img/product-social-wall.jpg);
  }
}
.border-grey-light {
  border: 1px solid lightgrey;
}

.cover-bck-image {
  min-height: 180px;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
}

@media only screen and (min-width: 1px) {
  .cta {
    display: inline-block;
    height: 42px;
    padding: 0 20px;
    border: none;
    background-color: #0067FF;
    color: #FFF;
    font-size: 12px;
    line-height: 44px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .cta:hover, .cta:focus, .cta:active {
    color: #FFF;
    text-decoration: none;
    background-color: #0052cc;
    outline: none;
  }
  .cta.orange {
    background-color: #FF7B00;
  }
  .cta.orange:hover {
    background-color: #cc6200;
  }
  .cta.green {
    background-color: #009F15;
  }
  .cta.green:hover {
    background-color: #006c0e;
  }
  .cta.with-icon {
    text-indent: -5px;
  }
  .cta.with-icon i {
    position: relative;
    top: -1px;
    margin-right: 10px;
    font-size: 16px;
    vertical-align: middle;
  }
  .cta.cta-primary {
    min-width: 160px;
    text-align: center;
  }
  .cta.cta-secondary {
    width: 100%;
    height: auto;
    padding: 0;
    background-color: transparent;
    color: #4D4D4D;
    font-weight: bold;
    line-height: 18px;
    text-align: center;
  }
  .cta.cta-secondary:hover, .cta.cta-secondary:focus, .cta.cta-secondary:active {
    background-color: transparent;
  }
  .cta.cta-secondary.active {
    color: #0067FF;
  }
  .cta[disabled], .cta.disabled {
    opacity: .5;
  }
  .cta[disabled]:hover, .cta[disabled]:focus, .cta[disabled]:active, .cta.disabled:hover, .cta.disabled:focus, .cta.disabled:active {
    background-color: #0067FF;
  }
  .cta[disabled].green:hover, .cta[disabled].green:focus, .cta[disabled].green:active, .cta.disabled.green:hover, .cta.disabled.green:focus, .cta.disabled.green:active {
    background-color: #009F15;
  }
  .cta[disabled].orange:hover, .cta[disabled].orange:focus, .cta[disabled].orange:active, .cta.disabled.orange:hover, .cta.disabled.orange:focus, .cta.disabled.orange:active {
    background-color: #FF7B00;
  }

  .cta_container {
    line-height: 80px;
    text-align: center;
  }
  .cta_container.no_label {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .cta_container {
    height: 80px;
    margin-top: 40px;
    line-height: 80px;
  }
}
@media only screen and (min-width: 1px) {
  .plans-container.mb_20 {
    margin-bottom: 20px;
  }
  .plans-container h1.title {
    margin-bottom: 20px;
    padding: 80px 0;
    background-image: url(/assets/media/img/piani-xs.jpg);
    background-repeat: no-repeat;
    color: #0067FF;
    text-align: center;
  }
  .plans-container.with-bg h1.title {
    color: #FFF;
  }
  .plans-container .nav-tabs {
    border-bottom: none;
  }
  .plans-container .nav-tabs li {
    width: 100%;
    margin-bottom: 0;
  }
  .plans-container .nav-tabs li a {
    width: 100%;
    height: 100%;
    border: 1px #CFCFCF solid;
    border-top: none;
    border-radius: 0;
    background-color: #F8F8F8;
    color: #4D4D4D;
  }
  .plans-container .nav-tabs li a p {
    margin-top: 20px;
    font-size: 12px;
    line-height: 20px;
  }
  .plans-container .nav-tabs li:first-child a {
    border-top: 1px #CFCFCF solid;
  }
  .plans-container .nav-tabs li.active a,
  .plans-container .nav-tabs li.active a:focus,
  .plans-container .nav-tabs li.active a:hover {
    background-color: #0067FF;
    border-color: #0067FF;
    color: #FFF;
  }
  .plans-container .nav-tabs.partners li a p {
    margin-top: 10px;
  }

  .plan-description {
    margin-top: 20px;
    padding-top: 30px;
    border-top: 1px #CFCFCF solid;
    border-bottom: 1px #CFCFCF solid;
    background-color: #FFF;
  }
  .plan-description h2 {
    margin-bottom: 20px;
    color: #0067FF;
  }
  .plan-description .plan_type {
    margin: 10px 0;
  }
  .plan-description .plan_type .field-radio {
    text-align: center;
  }
  .plan-description .plan_type .field-radio label {
    margin-bottom: 0;
  }
  .plan-description .radio-card {
    overflow: hidden;
    margin-top: 20px;
  }
  .plan-description .plan-details {
    list-style-type: disc;
    margin: 20px 0 0 25px;
    padding-left: 20px;
    font-size: 14px;
    line-height: 24px;
  }
  .plan-description .cta_container {
    height: auto;
    margin-top: 0;
    padding: 30px 0;
    line-height: 1;
    text-align: right;
  }
  .plan-description .cta_container .cta {
    margin-top: 30px;
  }
  .plan-description .cta_container .cta:first-child {
    margin-top: 0;
  }
  .plan-description.payment {
    margin: 20px 0;
    padding: 20px;
    border-left: 1px #CFCFCF solid;
    border-right: 1px #CFCFCF solid;
  }
  .plan-description.payment .plan_type {
    margin: 20px 0 0;
  }
  .plan-description.payment .payment-field {
    margin: 20px 0 0;
  }
  .plan-description.payment .StripeElement {
    width: 100%;
    height: 60px;
    padding: 20px;
    border: 1px #CFCFCF solid;
    outline: none;
    background-color: transparent;
    color: #4D4D4D;
    line-height: 60px;
    text-align: left;
  }
  .plan-description.payment #card-errors {
    color: #E60000;
  }
  .plan-description.payment .cta_container {
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .plans-container.with-bg {
    background-image: url(/assets/media/img/piani.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
  .plans-container h1.title {
    padding: 80px 0 20px;
    background-image: none;
  }
  .plans-container .nav-tabs {
    border-bottom: none;
  }
  .plans-container .nav-tabs li {
    width: 33.3333%;
  }
  .plans-container .nav-tabs li a {
    border: none;
    border-top: 1px #CFCFCF solid;
    border-right: 1px #CFCFCF solid;
  }
  .plans-container .nav-tabs li.active a {
    border-bottom: none;
  }
  .plans-container .nav-tabs li:first-child a {
    border-left: 1px #CFCFCF solid;
  }
  .plans-container .nav-tabs.partners li {
    width: 25%;
  }
  .plans-container .nav-tabs.partners li a p {
    margin-top: 20px;
  }

  .plan-description {
    margin-top: 0;
    padding-left: 40px;
    padding-right: 40px;
    border-left: 1px #CFCFCF solid;
    border-right: 1px #CFCFCF solid;
  }
  .plan-description .plan_type {
    margin: 20px 0 0;
  }
  .plan-description .radio-card {
    margin-top: 40px;
  }
  .plan-description .cta_container .cta {
    margin: 0 0 0 15px;
  }
  .plan-description .cta_container .cta:first-child {
    margin-left: 0;
  }
  .plan-description.payment .radio-card {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .plans-container .nav-tabs li a {
    padding: 20px;
  }

  .plan-description {
    padding-bottom: 40px;
  }
  .plan-description h2 {
    margin-bottom: 0;
  }
  .plan-description p {
    margin-top: 40px;
  }
  .plan-description .cta_container {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .plans-container .nav-tabs li {
    position: relative;
    width: 16.6666%;
    height: 170px;
  }
  .plans-container .nav-tabs li a {
    position: absolute;
    bottom: 0;
    height: 90%;
  }
  .plans-container .nav-tabs li a h3 {
    font-size: 18px;
    line-height: 28px;
  }
  .plans-container .nav-tabs li.active a {
    height: 100%;
  }
}
@media only screen and (min-width: 1px) {
  .alert {
    position: relative;
    width: 100%;
    margin: 20px auto;
    padding: 20px;
    border: none;
    color: #FFF;
    font-size: 16px;
    line-height: 16px;
  }
  .alert.alert-dismissible .close {
    position: absolute;
    top: 50%;
    right: 15px;
    display: block;
    height: 30px;
    margin-top: -15px;
    padding: 0;
    border: none;
    background: none;
    font-size: 30px;
    line-height: 36px;
  }
  .alert.alert-danger {
    background-color: rgba(230, 0, 0, 0.5);
  }
  .alert.alert-success {
    color: #3C763D;
  }
}
@media only screen and (min-width: 1px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 80px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    border-bottom: 1px solid #F2F2F2;
    background-color: #FFF;
  }
  header .logo {
    font-size: 14px;
    font-weight: bold;
    line-height: 80px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  header .logo i {
    font-weight: normal;
  }
  header .logo:active, header .logo:focus, header .logo:hover {
    color: #0052cc;
    text-decoration: none;
    outline: none;
  }
}
@media only screen and (min-width: 768px) {
  header {
    height: 120px;
  }
  header .logo {
    margin-left: 20px;
    font-size: 24px;
    line-height: 120px;
  }
}
@media only screen and (min-width: 992px) {
  header .login_link {
    margin-right: 35px;
    color: #4D4D4D;
    line-height: 120px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  header .login_link:active, header .login_link:focus, header .login_link:hover {
    color: #0052cc;
    text-decoration: none;
    outline: none;
  }
}
@media only screen and (min-width: 1px) {
  .menu {
    position: fixed;
    top: 50px;
    left: -100%;
    z-index: 50;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
  }
  .menu.slide-in {
    left: 0;
  }
  .menu nav {
    position: relative;
    padding: 0;
    height: calc(100vh - 50px);
    overflow: auto;
  }
  .menu nav ul {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80%;
    text-align: center;
  }
  .menu nav ul li a {
    display: block;
    padding: 18px 0;
    color: #4D4D4D;
    font-size: 14px;
    line-height: 14px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .menu nav ul li a:focus, .menu nav ul li a:active, .menu nav ul li a:hover {
    color: #0067FF;
    text-decoration: none;
    outline: none;
  }
  .menu nav ul li:first-child a {
    padding-top: 0;
  }
  .menu nav ul li:last-child a {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .menu {
    top: 120px;
  }
  .menu nav {
    height: calc(100vh - 120px);
  }
  .menu nav ul li a {
    padding: 20px 0;
    font-size: 28px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 992px) {
  .menu {
    position: relative;
    top: auto;
    left: auto;
    z-index: auto;
    float: left;
    width: 50%;
    padding-left: 0;
    padding-right: 0;
  }
  .menu nav {
    height: 120px;
  }
  .menu nav ul {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    transform: none;
  }
  .menu nav ul li {
    display: inline-block;
    margin: 0 15px;
  }
  .menu nav ul li a {
    display: inline;
    font-size: 14px;
    line-height: 120px;
  }
}
@media only screen and (min-width: 1px) {
  footer {
    padding: 20px 0;
    background-color: #0067FF;
    color: #FFF;
  }
  footer .col {
    margin-top: 20px;
  }
  footer .col:first-child {
    margin-top: 0;
  }
  footer .col h3, footer .col p {
    margin-bottom: 20px;
  }
  footer .col h3:last-child, footer .col p:last-child {
    margin-bottom: 0;
  }
  footer .col p {
    overflow: hidden;
    text-overflow: ellipsis;
  }
  footer .col p a {
    color: #FFF;
  }
  footer .col ul li a {
    color: #FFF;
    font-weight: bold;
    line-height: 28px;
  }
}
@media only screen and (min-width: 768px) {
  footer {
    padding: 40px 20px;
  }
  footer .col {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 992px) {
  footer .col {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1px) {
  .home-page {
    padding-top: 80px;
  }
  .home-page .cover {
    position: relative;
    width: 100%;
    height: 80vh;
    padding: 0 15px;
    background-image: url(/assets/media/img/cover-xs.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .home-page .cover .container {
    position: relative;
    height: 100%;
  }
  .home-page .cover h1 {
    position: absolute;
    left: 10px;
    bottom: 20px;
    max-width: 170px;
    color: #FFF;
    font-weight: bold;
  }
  .home-page .cover h1 i {
    font-weight: normal;
  }
  .home-page .cover .discover_more {
    position: absolute;
    right: -50px;
    bottom: 50px;
    padding: 0 20px;
    width: 150px;
    height: 50px;
    background-color: #0067FF;
    color: #FFF;
    font-size: 10px;
    font-weight: bold;
    line-height: 50px;
    text-align: center;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .home-page .cover .discover_more img {
    width: 30px;
    margin-left: 10px;
  }
  .home-page .cover .discover_more:hover {
    text-decoration: none;
    background-color: #0052cc;
  }
  .home-page .content {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .home-page .focus {
    margin: 20px 0;
  }
  .home-page .focus .focus-point {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
  }
  .home-page .focus .focus-point img {
    width: 80px;
  }
  .home-page .focus .focus-point h3 {
    margin: 30px 0 15px;
  }
  .home-page .people-container .description {
    background-image: url(/assets/media/img/home-people-xs.jpg);
    background-size: cover;
  }
  .home-page .people-container .description h3 {
    padding: 80px 20px 20px;
    color: #FFF;
    text-align: center;
  }
  .home-page .people-container .focus {
    padding-left: 20px;
    padding-right: 20px;
  }
  .home-page .product-container h1 {
    margin: 20px 0 40px;
    text-align: center;
  }
  .home-page .product-container .product-card {
    margin-bottom: 20px;
  }
  .home-page .faqs {
    padding: 20px;
  }
  .home-page .faqs h1 {
    margin: 20px 0 40px;
    color: #0067FF;
  }
  .home-page .faqs .faq {
    margin-top: 20px;
  }
  .home-page .faqs .faq h2 {
    margin: 20px 0;
    color: #0067FF;
  }
  .home-page .faqs .faq p {
    margin-bottom: 20px;
  }
  .home-page .faqs .faq p:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .home-page {
    padding-top: 120px;
  }
  .home-page .cover {
    height: 334px;
    padding: 0;
    background-image: url(/assets/media/img/cover-sm.jpg);
  }
  .home-page .cover h1 {
    left: 50px;
    bottom: 50px;
    max-width: 100%;
  }
  .home-page .content {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .home-page .focus {
    margin: 50px 0;
  }
  .home-page .people-container {
    background-image: url(/assets/media/img/home-people-sm.jpg);
    background-size: cover;
    background-position: 90%;
    padding-bottom: 50px;
  }
  .home-page .people-container .description {
    background: none;
  }
  .home-page .people-container .description h3 {
    padding: 80px 50px 20px;
  }
  .home-page .people-container .focus {
    margin-bottom: 0;
  }
  .home-page .people-container .focus-point h3, .home-page .people-container .focus-point p {
    color: #FFF;
  }
  .home-page .product-container {
    width: 740px;
  }
  .home-page .product-container h1 {
    margin: 40px 0;
  }
  .home-page .product-container .product-card {
    margin-bottom: 40px;
  }
  .home-page .faqs {
    padding: 30px 20px;
  }
  .home-page .faqs h1 {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 992px) {
  .home-page .cover {
    height: 445px;
    background-image: url(/assets/media/img/cover-md.jpg);
  }
  .home-page .cover h1 {
    left: 50px;
  }
  .home-page .cover .discover_more {
    right: -70px;
    bottom: 70px;
    width: 190px;
    font-size: 14px;
    line-height: 48px;
  }
  .home-page .cover .discover_more img {
    width: 40px;
    margin-left: 10px;
  }
  .home-page .content {
    width: 80%;
    margin: 0 auto;
  }
  .home-page .people-container {
    background-image: url(/assets/media/img/home-people-md.jpg);
    background-position: center top;
  }
  .home-page .people-container .description {
    padding-left: 80px;
    padding-right: 80px;
  }
  .home-page .people-container .description h3 {
    padding: 80px 100px 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .home-page .cover {
    height: calc(100vh - 120px);
    background-image: url(/assets/media/img/cover.jpg);
  }
  .home-page .cover h1 {
    left: 50px;
  }
  .home-page .cover .discover_more {
    right: -85px;
    bottom: 85px;
    width: 270px;
    height: 100px;
    font-size: 20px;
    line-height: 100px;
  }
  .home-page .cover .discover_more img {
    width: 50px;
    margin-left: 15px;
  }
  .home-page .content {
    width: 80%;
    margin: 0 auto;
  }
  .home-page .people-container {
    background-image: url(/assets/media/img/home-people-md.jpg);
    background-position: center top;
  }
  .home-page .people-container .description {
    padding-left: 80px;
    padding-right: 80px;
  }
  .home-page .people-container .description h3 {
    padding: 80px 100px 20px;
  }
  .home-page .product-container {
    width: 1110px;
  }
  .home-page .product-container h1 {
    margin: 70px 0;
  }
  .home-page .faqs {
    padding: 50px 20px;
  }
}
@media only screen and (min-width: 1px) {
  .login-page {
    padding-top: 80px;
  }
  .login-page .left_area {
    padding: 20px;
    background-image: url(/assets/media/img/piani-xs.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #FFF;
  }
  .login-page .left_area .centered {
    position: relative;
    z-index: 20;
  }
  .login-page .left_area:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.5)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
  }
  .login-page .left_area p {
    margin-top: 20px;
  }
  .login-page .right_area {
    overflow: scroll;
    padding: 20px;
    text-align: center;
  }
  .login-page .right_area h2 {
    margin-bottom: 20px;
    color: #0067FF;
  }
  .login-page .right_area .or {
    position: relative;
    margin: 20px 0;
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
  }
  .login-page .right_area .or span {
    position: relative;
    z-index: 10;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #FFF;
    color: #A2A2A2;
  }
  .login-page .right_area .or:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #D8D8D8;
  }
  .login-page .right_area .bottom_ctas {
    margin-top: 40px;
    color: #A2A2A2;
    font-weight: bold;
  }
  .login-page .right_area .bottom_ctas a {
    color: #A2A2A2;
    text-decoration: underline;
  }
}
@media only screen and (min-width: 768px) {
  .login-page {
    padding-top: 120px;
    height: 100vh;
  }
  .login-page .left_area {
    padding: 30px;
    background-image: url(/assets/media/img/piani-sm.jpg);
  }
  .login-page .left_area .centered {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: calc(100% - 60px);
    max-width: 440px;
  }
  .login-page .row,
  .login-page .col {
    height: 100%;
  }
  .login-page .right_area {
    padding: 30px;
  }
  .login-page .right_area h2 {
    margin-bottom: 30px;
  }
  .login-page .right_area .or {
    margin: 30px 0;
  }
}
@media only screen and (min-width: 992px) {
  .login-page .right_area .or {
    width: 70%;
    margin: 30px auto;
  }
  .login-page .right_area form {
    width: 70%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1px) {
  .register-page {
    padding-top: 80px;
  }
  .register-page .left_area {
    padding: 20px;
    background-image: url(/assets/media/img/piani-xs.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #FFF;
  }
  .register-page .left_area .centered {
    position: relative;
    z-index: 20;
  }
  .register-page .left_area:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.5)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
  }
  .register-page .left_area p {
    margin-top: 20px;
  }
  .register-page .right_area {
    overflow: scroll;
    padding: 20px;
    text-align: center;
  }
  .register-page .right_area h2 {
    margin-bottom: 20px;
    color: #0067FF;
  }
  .register-page .right_area #form-group-type {
    text-align: center;
  }
  .register-page .right_area #form-group-type .field_wrapper label {
    margin-bottom: 0;
  }
  .register-page .right_area .bottom_ctas {
    margin-top: 40px;
    color: #A2A2A2;
    font-weight: bold;
  }
  .register-page .right_area .bottom_ctas a {
    color: #A2A2A2;
    text-decoration: underline;
  }
}
@media only screen and (min-width: 768px) {
  .register-page {
    padding-top: 120px;
    height: 100vh;
  }
  .register-page .left_area {
    padding: 30px;
    background-image: url(/assets/media/img/piani-sm.jpg);
  }
  .register-page .left_area .centered {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: calc(100% - 60px);
    max-width: 440px;
  }
  .register-page .row,
  .register-page .col {
    height: 100%;
  }
  .register-page .right_area {
    padding: 30px;
  }
  .register-page .right_area h2 {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .register-page .right_area form {
    width: 100%;
    margin: 0 auto;
  }
}
