@charset "UTF-8";
/*
 * Web Starter Kit
 *
 * Multi-screen layout styles for your page. Brought to you by the
 * Web Starter Kit team.
 *
 */
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300italic,400,400italic,600");
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300italic,400,400italic,600");
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 {
  -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; }

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;
    -webkit-box-shadow: none !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;
  box-sizing: border-box; }

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

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

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

a {
  color: #1ba1b6;
  text-decoration: none; }
  a:hover, a:focus {
    color: #116673;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    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 {
  -webkit-border-radius: 30px;
          border-radius: 30px; }

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

.img-circle {
  -webkit-border-radius: 50%;
          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; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 36px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px; } }

small,
.small {
  font-size: 85%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

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

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

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

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

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #1ba1b6; }

a.text-primary:hover,
a.text-primary:focus {
  color: #147a8a; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #1ba1b6; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #147a8a; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 10px 15px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333333;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #1ba1b6; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: -4px; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #777777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: ""; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.media {
  margin-top: 15px; }
  .media:first-child {
    margin-top: 0; }

.media,
.media-body {
  zoom: 1;
  overflow: hidden; }

.media-body {
  width: 10000px; }

.media-object {
  display: block; }
  .media-object.img-thumbnail {
    max-width: none; }

.media-right,
.media > .pull-right {
  padding-left: 10px; }

.media-left,
.media > .pull-left {
  padding-right: 10px; }

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }
  .panel-body:before, .panel-body:after {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  -webkit-border-top-right-radius: 3px;
          border-top-right-radius: 3px;
  -webkit-border-top-left-radius: 3px;
          border-top-left-radius: 3px; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }
  .panel-title > a,
  .panel-title > small,
  .panel-title > .small,
  .panel-title > small > a,
  .panel-title > .small > a {
    color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-bottom-right-radius: 3px;
          border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
          border-bottom-left-radius: 3px; }

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    -webkit-border-radius: 0;
            border-radius: 0; }
  .panel > .list-group:first-child .list-group-item:first-child,
  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    -webkit-border-top-right-radius: 3px;
            border-top-right-radius: 3px;
    -webkit-border-top-left-radius: 3px;
            border-top-left-radius: 3px; }
  .panel > .list-group:last-child .list-group-item:last-child,
  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    -webkit-border-bottom-right-radius: 3px;
            border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
            border-bottom-left-radius: 3px; }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  -webkit-border-top-right-radius: 0;
          border-top-right-radius: 0;
  -webkit-border-top-left-radius: 0;
          border-top-left-radius: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0; }
  .panel > .table caption,
  .panel > .table-responsive > .table caption,
  .panel > .panel-collapse > .table caption {
    padding-left: 15px;
    padding-right: 15px; }

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  -webkit-border-top-right-radius: 3px;
          border-top-right-radius: 3px;
  -webkit-border-top-left-radius: 3px;
          border-top-left-radius: 3px; }
  .panel > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    -webkit-border-top-left-radius: 3px;
            border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
            border-top-right-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
      -webkit-border-top-left-radius: 3px;
              border-top-left-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
      -webkit-border-top-right-radius: 3px;
              border-top-right-radius: 3px; }

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  -webkit-border-bottom-right-radius: 3px;
          border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
          border-bottom-left-radius: 3px; }
  .panel > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    -webkit-border-bottom-left-radius: 3px;
            border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
            border-bottom-right-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
      -webkit-border-bottom-left-radius: 3px;
              border-bottom-left-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
      -webkit-border-bottom-right-radius: 3px;
              border-bottom-right-radius: 3px; }

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }

.panel-group {
  margin-bottom: 20px; }
  .panel-group .panel {
    margin-bottom: 0;
    -webkit-border-radius: 4px;
            border-radius: 4px; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
      border-top: 1px solid #ddd; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }
  .panel-default > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #ddd; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ddd; }
    .panel-default > .panel-heading .badge {
      color: #f5f5f5;
      background-color: #333333; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
  border-color: #1ba1b6; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #1ba1b6;
    border-color: #1ba1b6; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #1ba1b6; }
    .panel-primary > .panel-heading .badge {
      color: #1ba1b6;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #1ba1b6; }

.panel-success {
  border-color: #d6e9c6; }
  .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #d6e9c6; }
    .panel-success > .panel-heading .badge {
      color: #dff0d8;
      background-color: #3c763d; }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }
  .panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #bce8f1; }
    .panel-info > .panel-heading .badge {
      color: #d9edf7;
      background-color: #31708f; }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }
  .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #faebcc; }
    .panel-warning > .panel-heading .badge {
      color: #fcf8e3;
      background-color: #8a6d3b; }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }
  .panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ebccd1; }
    .panel-danger > .panel-heading .badge {
      color: #f2dede;
      background-color: #a94442; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  -webkit-border-radius: 4px;
          border-radius: 4px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 30px;
          border-radius: 30px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 29px 29px 0 0;
          border-radius: 29px 29px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }
  .popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff; }

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25); }
  .popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff; }

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }
  .popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff; }

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25); }
  .popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px; }

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

.btn-default:not(.note-btn) {
  padding: 0;
  border: 0;
  -webkit-border-radius: 0;
          border-radius: 0;
  background: none;
  display: block; }
  .btn-default:not(.note-btn):hover, .btn-default:not(.note-btn):focus, .btn-default:not(.note-btn):active {
    background: none; }

.caret {
  border: none; }

/*
 * Visual Style Guide styles
 * Remove if you prefer to use a CSS library, like Bootstrap
 */
.company-li {
  padding: 10px;
  max-width: 800px;
  display: block;
  margin: 15px auto;
  text-decoration: none;
  color: #333;
  border: 1px solid #eee;
  -webkit-box-shadow: 0 0 1.25em 0 rgba(176, 176, 176, 0.17);
          box-shadow: 0 0 1.25em 0 rgba(176, 176, 176, 0.17); }
  .company-li:hover {
    background-color: #eee;
    text-decoration: none;
    color: #333; }

.company-li__img {
  float: left;
  width: 50px;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }
  @media (min-width: 480px) {
    .company-li__img {
      width: 110px;
      height: 110px; } }

.company-li__header {
  font-size: 20px;
  font-weight: 600;
  color: #1ba1b6; }
  @media (min-width: 480px) {
    .company-li__header {
      margin-bottom: 10px; } }

.company-li__body {
  margin-left: 60px;
  text-align: left; }
  @media (min-width: 480px) {
    .company-li__body {
      margin-left: 130px; } }

@media (min-width: 480px) {
  .company-li__body__child {
    margin-bottom: 10px; } }

.ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #333;
  padding-bottom: 50px; }

.li {
  position: relative;
  display: block;
  padding: 15px 10px;
  font-size: 14px; }
  .li:first-child {
    border-top: none; }

.li--hire {
  border: 1px solid;
  border-color: #e5e6e9 #dfe0e4 #d0d1d5;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  position: relative;
  display: block;
  margin: 10px auto;
  padding: 15px 2px;
  background-color: white;
  min-height: 80px;
  max-width: 800px; }

.li--normal {
  display: block;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #eee;
  text-align: center;
  padding: 20px;
  font-size: 15px; }

.li--normal__icon {
  width: 30px;
  height: 50px;
  font-size: 35px;
  float: left;
  color: black;
  margin-right: 10px; }

.li__img {
  width: 50px;
  height: 50px;
  float: left;
  margin-right: 10px; }

.li__img--smaller {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  float: left; }

.li__header {
  display: block;
  margin-left: 60px;
  font-size: 1em;
  color: gray;
  font-weight: bold;
  margin-right: 0; }

.li__header__small {
  color: gray;
  font-size: 12px; }

.li__subheader {
  color: #555;
  margin-left: 60px;
  margin-right: 0; }

.li__body {
  color: #555;
  margin-right: 0;
  margin-left: 60px;
  white-space: nowrap;
  overflow: hidden; }

.li__body2 {
  color: #555;
  margin-right: 0;
  margin-left: 60px;
  overflow: hidden; }

.li__chat {
  white-space: pre-wrap;
  overflow: hidden;
  min-height: 18px;
  color: #555;
  margin-right: 0;
  margin-left: 40px;
  background-color: #eee;
  padding: 10px;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  font-size: 1.2em; }

.li__chat.me {
  background-color: #daf7fb; }

.li__chat.pending {
  opacity: 0.5; }

.btn-primary {
  background-color: #1ba1b6;
  color: #fafafa;
  border: 0; }

.share__referalPrice {
  font-size: 1.2em;
  margin: 10px; }

.li--notification {
  border-bottom: 1px solid #eee;
  background-color: white;
  margin: 0;
  padding: 10px; }
  .li--notification:hover {
    background-color: #eee; }

.lazyload-placeholder {
  width: 0;
  display: inline; }

/*

  Navigation bar

*/
.bar.opened, .showMenu.opened {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s; }

.bar {
  opacity: 0.95;
  display: block;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  height: 55px;
  z-index: 5;
  font-size: 15px; }

.bar--secondary {
  background-color: #1ba1b6;
  color: white; }

.steps-container {
  background-color: #F4F4F4;
  width: 100%;
  position: relative;
  padding: 45px 0; }

.steps {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2; }

.steps .step {
  position: relative;
  text-align: center; }

.steps .step.active span.count {
  color: #FFF;
  background-color: #4C77FD; }

.steps .step span.count {
  font-size: 16px;
  display: table;
  text-align: center;
  vertical-align: middle;
  margin: 0 auto;
  margin-bottom: 14px;
  background: #FFF;
  color: #4C77FD;
  height: 36px;
  width: 36px;
  line-height: 36px;
  -webkit-border-radius: 36px;
          border-radius: 36px; }

.steps .step span.stepLbl {
  font-size: 14px;
  display: table;
  text-align: center;
  width: 100%;
  color: #4C77FD; }

.steps .step .linkage-after {
  right: -50%;
  width: 100%; }

.steps .step .linkage-before, .steps .step .linkage-after {
  border-top: 1px solid #FFF;
  content: "";
  margin: 0 auto;
  position: absolute;
  top: 33px;
  z-index: -1; }

.bar__header {
  font-size: 18px;
  top: 13px;
  color: #fff;
  text-align: left;
  margin-left: 55px;
  float: left;
  line-height: 77px;
  font-weight: 600;
  text-transform: uppercase; }
  .bar__header:hover {
    text-decoration: none;
    color: #FFFFFF; }

.bar__header__icon {
  font-size: 40px;
  margin: 0 10px;
  line-height: 30px; }

.menu-icon {
  background-color: transparent;
  width: 19px;
  height: 14px;
  z-index: 1000;
  transition: -webkit-transform 550ms cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: -webkit-transform 550ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 550ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 550ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 550ms cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
      transform: rotate(0); }

.menu-icon .barLine {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #000;
  -webkit-transition: all 550ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 550ms cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
  background-color: #fff; }
  .menu-icon .barLine.top {
    top: 0;
    margin-top: -1px; }
  .menu-icon .barLine.middle {
    top: 50%;
    margin-top: -1px; }
  .menu-icon .barLine.bottom {
    bottom: 0;
    margin-bottom: -2px; }

.showMenu .menu-icon {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
      transform: rotate(-180deg); }
  .showMenu .menu-icon .barLine.top {
    top: 50%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
  .showMenu .menu-icon .barLine.middle {
    opacity: 0; }
  .showMenu .menu-icon .barLine.bottom {
    bottom: 50%;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); }

.bar__hamburger {
  padding: 26px 20px;
  text-align: center;
  cursor: pointer;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  border: none; }
  .bar__hamburger .menu-text {
    position: absolute;
    top: 0;
    left: 35px;
    color: #FFFFFF;
    font-weight: 600;
    padding: 20px 15px 18px 22px; }

.bar__logo {
  top: 0;
  text-align: center;
  cursor: pointer;
  position: absolute;
  font-size: 40px;
  line-height: 45px;
  left: 40px;
  width: 55px;
  height: 55px;
  z-index: 1;
  border: none;
  padding: 0; }
  @media (min-width: 480px) {
    .bar__logo {
      left: 0; } }

.showMenu #nav {
  max-height: 1000px;
  -webkit-transform: perspective(400) rotate3d(0, 0, 0, 0); }

#nav {
  border-right: 1px solid #ddd;
  background-color: white;
  z-index: 4;
  position: fixed;
  left: 0;
  width: 200px;
  top: 66px;
  height: 100%;
  color: #444;
  padding-top: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-height: 0;
  overflow: hidden;
  -webkit-transform: perspective(400) rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 50% 0;
  -webkit-transition: 350ms;
  transition: 350ms;
  overflow-y: auto; }
  #nav .nav__li__icon {
    font-size: 16px; }
  #nav hr {
    border-color: #4C77FD;
    border-style: solid;
    margin: 0; }

.nav__ul {
  padding: 0; }

.showMenu .nav__li {
  -webkit-animation: fade_right 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) both;
          animation: fade_right 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) both; }
  .showMenu .nav__li:nth-child(1) {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s; }
  .showMenu .nav__li:nth-child(2) {
    -webkit-animation-delay: 0.22s;
            animation-delay: 0.22s; }
  .showMenu .nav__li:nth-child(3) {
    -webkit-animation-delay: 0.24s;
            animation-delay: 0.24s; }
  .showMenu .nav__li:nth-child(4) {
    -webkit-animation-delay: 0.26s;
            animation-delay: 0.26s; }
  .showMenu .nav__li:nth-child(5) {
    -webkit-animation-delay: 0.28s;
            animation-delay: 0.28s; }
  .showMenu .nav__li:nth-child(6) {
    -webkit-animation-delay: 0.30s;
            animation-delay: 0.30s; }
  .showMenu .nav__li:nth-child(7) {
    -webkit-animation-delay: 0.32s;
            animation-delay: 0.32s; }
  .showMenu .nav__li:nth-child(8) {
    -webkit-animation-delay: 0.34s;
            animation-delay: 0.34s; }
  .showMenu .nav__li:nth-child(9) {
    -webkit-animation-delay: 0.36s;
            animation-delay: 0.36s; }
  .showMenu .nav__li:nth-child(10) {
    -webkit-animation-delay: 0.38s;
            animation-delay: 0.38s; }
  .showMenu .nav__li:nth-child(11) {
    -webkit-animation-delay: 0.40s;
            animation-delay: 0.40s; }
  .showMenu .nav__li:nth-child(12) {
    -webkit-animation-delay: 0.42s;
            animation-delay: 0.42s; }

.nav__li {
  opacity: 1;
  display: block;
  padding: 5px 10px;
  white-space: nowrap;
  overflow: hidden;
  /* "overflow" value must be different from "visible" */
  text-overflow: ellipsis;
  font-weight: 400;
  border-bottom: 1px solid #F4F4F4;
  color: #777; }
  .nav__li:hover {
    background-color: whitesmoke; }
  .nav__li.active {
    background-color: #f2f2f2;
    -webkit-border-radius: 2px;
            border-radius: 2px;
    color: #555;
    cursor: default;
    font-weight: 500; }
    .nav__li.active:hover {
      background-color: #f2f2f2; }

.nav__li--btn {
  margin: auto;
  width: 140px;
  display: block; }

.nav__li__img {
  width: 20px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin-right: 20px;
  display: inline-block; }

.navdrawer-container hr {
  color: #4C77FD;
  background-color: #4C77FD; }

.nav__li__text {
  color: #333;
  font-size: 15px;
  line-height: 30px;
  display: inline-block;
  vertical-align: top; }

.nav__li__profile {
  display: inline-block;
  white-space: nowrap;
  width: 140px;
  height: 100%; }

.nav__li__settings {
  vertical-align: bottom;
  font-size: 30px;
  line-height: 25px !important;
  height: 100%; }

.nav__li__icon {
  font-size: 20px;
  margin-top: 5px;
  float: left;
  margin-right: 10px;
  color: #4C77FD;
  min-width: 30px; }

.nav__logo {
  color: #00acc1;
  display: block;
  margin: 10px;
  margin-bottom: 20px;
  font-size: 20px; }

.nav__logo__icon {
  display: block;
  text-align: center;
  font-size: 70px;
  margin-top: 20px;
  line-height: 50px; }

.nav__logo__text {
  font-size: 14px;
  text-align: center; }

.body {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.openedContent {
  display: none;
  /* overflow: hidden; */ }

.menu-chat-unread {
  position: absolute;
  right: 15px;
  top: -10px;
  color: white;
  width: 30px;
  height: 30px;
  background-color: #1a748a;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  -webkit-border-radius: 50%;
          border-radius: 50%; }

@media only screen and (min-width: 900px) {
  .showMenu #nav {
    -webkit-transform: translate(200px, 0);
        -ms-transform: translate(200px, 0);
            transform: translate(200px, 0); }
  #nav {
    background-color: #fafafa;
    left: -200px;
    width: 200px;
    padding-left: 10px;
    padding-right: 10px; }
  .nav__li {
    padding: 5px 10px; }
  .nav__li__text {
    font-size: 13px;
    line-height: 30px;
    display: inline-block;
    vertical-align: top; }
  .nav__li {
    -webkit-transition: background-color 0.3s cubic-bezier(0, 0, 0.2, 1);
    transition: background-color 0.3s cubic-bezier(0, 0, 0.2, 1); }
  .menu-text {
    font-size: 15px; }
  .menu-item {
    margin-top: 30px;
    margin-bottom: 10px;
    width: 200px;
    height: 180px; }
  .showMenu .nav__li {
    -webkit-animation: none;
            animation: none;
    opacity: 1; } }

@media screen and (max-width: 500px) {
  .logo_text_small_screens {
    visibility: hidden; } }

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga'; }

.single-job-offer {
  padding: 15px;
  padding-right: 0;
  background-color: #FFF;
  display: block;
  overflow: hidden;
  -webkit-box-shadow: 1.4px 1.4px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 1.4px 1.4px 2px rgba(0, 0, 0, 0.05); }
  .single-job-offer .link-to-offer {
    display: block; }
    .single-job-offer .link-to-offer:hover {
      text-decoration: none; }
  .single-job-offer .offer-img {
    float: left;
    width: 120px;
    height: 120px;
    margin-right: 45px; }
    @media screen and (max-width: 460px) {
      .single-job-offer .offer-img {
        float: none;
        display: block;
        margin: 0 auto; } }
  .single-job-offer .job-offer-header {
    float: left;
    min-width: 300px; }
    @media screen and (max-width: 460px) {
      .single-job-offer .job-offer-header {
        min-width: initial;
        width: 100%; } }
    .single-job-offer .job-offer-header .position {
      margin-top: 8px;
      color: #2c2c2c;
      font-size: 18px;
      font-weight: 600; }
    .single-job-offer .job-offer-header .company-name {
      color: #8f8f8f;
      font-size: 15px;
      font-weight: 300;
      margin-bottom: 39px; }
    .single-job-offer .job-offer-header .company-pitchline {
      color: #8f8f8f;
      font-size: 15px;
      font-weight: 300; }
      @media screen and (max-width: 460px) {
        .single-job-offer .job-offer-header .company-pitchline {
          margin-top: 65px; } }
  .single-job-offer .job-offer-description {
    position: absolute;
    right: 0;
    top: 37%;
    width: 430px; }
    @media screen and (max-width: 580px) {
      .single-job-offer .job-offer-description {
        top: 20%;
        width: 50%; } }
    @media screen and (max-width: 460px) {
      .single-job-offer .job-offer-description {
        top: 65px;
        width: 100%;
        margin-top: 5px;
        right: 0; } }
    .single-job-offer .job-offer-description .job-type {
      margin-right: 0; }
    .single-job-offer .job-offer-description .location, .single-job-offer .job-offer-description .job-type {
      margin-right: 10px;
      display: inline-block;
      color: #8f8f8f;
      font-size: 15px;
      font-weight: 300;
      min-width: 200px;
      max-width: 200px; }
      .single-job-offer .job-offer-description .location img, .single-job-offer .job-offer-description .job-type img {
        margin-right: 5px;
        vertical-align: top; }

.card1__upvote {
  cursor: pointer; }
  .card1__upvote:hover {
    color: #1ba1b6; }

.card1__upvote__sub {
  position: absolute;
  top: 30px;
  right: 20px; }
  .card1__upvote__sub:hover {
    color: #f9f9f9; }

.card__button1 {
  width: 100%;
  display: inline-block;
  color: gray;
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  font-size: 20px; }

.card__button1__txt {
  display: inline-block;
  font-size: 14px;
  margin-left: 5px; }

.card__main2 {
  margin: 0;
  margin-top: 55px;
  padding: 0; }

.card__li__header {
  font-weight: 500;
  color: gray;
  font-size: 18px;
  margin-bottom: 5px;
  line-height: 22px; }

.card__li__icon {
  display: inline-block;
  color: #1ba1b6;
  font-weight: normal;
  margin-right: 5px; }

.card__swiper {
  width: 100%; }

.card__subli {
  border-bottom: 1px solid #FAFAFA;
  padding: 10px 0; }
  .card__subli:first-child {
    padding-top: 5px; }
  .card__subli:last-child {
    border-bottom: none; }

/**
    Specific for startups
**/
.job_description_content {
  color: #2c2c2c;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px; }
  .job_description_content.border-top {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #f4f4f4; }
  .job_description_content .job_list {
    margin-top: 25px;
    padding-left: 25px; }
    .job_description_content .job_list li {
      font-size: 16px;
      font-weight: 400;
      line-height: 30px;
      color: #2c2c2c; }
      .job_description_content .job_list li:before {
        content: "\f105";
        /* FontAwesome Unicode */
        color: #4c77fd;
        font-family: FontAwesome;
        display: inline-block;
        margin-left: -1.3em;
        /* same as padding-left set on li */
        width: 1.3em;
        /* same as padding-left set on li */ }

.title-text {
  padding-bottom: 10;
  margin-bottom: 15px;
  margin-top: 40px; }

.about-company {
  color: #2c2c2c;
  font-size: 18px;
  font-weight: 400; }

.company-name {
  color: #4c77fd;
  font-size: 18px;
  font-weight: 400;
  display: block; }

.company-info .company-info-header {
  display: block;
  color: #8f8f8f;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 2px; }

.company-info .company-info-text {
  color: #8f8f8f;
  font-size: 28px;
  font-weight: 300; }

.admins a:hover {
  text-decoration: none; }

.admins .admin-img {
  width: 120px; }

.admins .admin-name {
  display: block;
  color: #2c2c2c;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px; }

.admins .admin-position {
  color: #8f8f8f;
  font-size: 15px;
  font-weight: 300; }

.text-block {
  vertical-align: middle;
  height: 225px;
  text-align: center;
  margin-top: 20px;
  color: #fff; }

.footer {
  border-bottom: 1px solid #fff; }

.card--job__title {
  color: #1ba1b6;
  font-weight: 600;
  text-align: center; }

.card--job__title > header {
  color: #1ba1b6;
  font-weight: 600;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 10px;
  background: inherit;
  background-attachment: fixed;
  overflow: hidden; }

.card--job__title > header::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  width: 200%;
  height: 200%;
  background: inherit;
  background-attachment: fixed; }

.card--profile__icons {
  text-align: center;
  font-weight: 500;
  font-size: 1.0em;
  margin-bottom: 10px;
  text-align: center;
  line-height: 2; }

.card--job__title__icon {
  text-align: center;
  width: 30px;
  height: 40px;
  margin-right: 10px;
  font-size: 30px; }

.card--job__company {
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 1.2em; }

.card--job__applied {
  text-align: center;
  color: #8cb78c;
  font-size: 12px; }

/**
    Specific for profiles
**/
.profile-circle {
  display: block;
  width: 130px;
  height: 130px;
  -webkit-border-radius: 250px;
          border-radius: 250px;
  line-height: 105px;
  color: black;
  background-color: white;
  margin: auto;
  margin-top: 55px;
  text-align: center;
  font-size: 9px;
  -webkit-transition: -webkit-filter 500ms linear;
  transition: -webkit-filter 500ms linear;
  transition: filter 500ms linear;
  transition: filter 500ms linear, -webkit-filter 500ms linear; }
  .profile-circle:hover {
    -webkit-filter: brightness(30%);
            filter: brightness(30%); }
    .profile-circle:hover + .opacity-startup-view {
      opacity: 1; }

.opacity-startup-view {
  display: inline-block;
  position: absolute;
  left: 46.7%;
  top: 110px;
  font-size: 16px;
  font-weight: 600;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  text-transform: uppercase; }

.start-circle {
  display: block;
  width: 120px;
  height: 120px;
  -webkit-border-radius: 250px;
          border-radius: 250px;
  line-height: 105px;
  color: #fff;
  margin: auto;
  margin-top: 55px;
  text-align: center;
  font-size: 9px; }

.profile-text {
  text-align: center;
  font-size: 9px;
  color: #fff; }

.logo-block {
  margin: auto; }

@media only screen and (min-width: 600px) {
  .card__swiper {
    width: 500px; }
  .card__main2 {
    margin-top: 2px;
    -webkit-border-radius: 2px;
            border-radius: 2px; } }

@media only screen and (max-width: 500px) {
  .card__main2 {
    margin-top: 10px; }
  .btn-lg {
    height: 30px;
    font-size: 15px;
    padding-top: 5px; } }

.swiper-media-btn-prev {
  left: 0;
  right: auto; }

.swiper-media-btn-next {
  left: auto;
  right: 0; }

.responsive-row {
  display: inline-block;
  width: 100%; }

.filters-sidebar {
  max-width: 285px;
  padding: 15px;
  background-color: #FFF;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.12);
          box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.12);
  margin-bottom: 20px; }
  @media screen and (min-width: 992px) {
    .filters-sidebar:last-child {
      margin-bottom: 0; } }
  @media screen and (max-width: 991px) {
    .filters-sidebar {
      width: 100%;
      max-width: 100%; }
      .filters-sidebar .responsive-row {
        width: 31%; } }
  @media screen and (max-width: 700px) {
    .filters-sidebar .responsive-row {
      width: 47%; } }
  .filters-sidebar .filters-header {
    color: #2c2c2c;
    font-size: 18px;
    font-weight: 400; }
  .filters-sidebar label {
    font-size: 15px !important;
    font-weight: 400;
    color: #2c2c2c;
    -webkit-transition: color 0.3s;
    transition: color 0.3s; }
    .filters-sidebar label.active {
      color: #4c77fd; }
  .filters-sidebar [type="checkbox"].filled-in:checked + label:after {
    background-color: #4c77fd;
    border: 2px solid #4c77fd; }

.thread__main {
  padding: 0 15px;
  z-index: 1;
  overflow: auto;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 0px;
  bottom: 100px; }

.thread__announcement {
  font-weight: bold;
  color: #333;
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px; }

.thread__announcement__msg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 0; }

.thread__announcement__symbol {
  -webkit-border-radius: 50%;
          border-radius: 50%;
  width: 30px;
  height: 30px;
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #4C77FD; }

.thread__addfriend {
  background-color: #1ba1b6;
  color: white;
  -webkit-box-shadow: 0px 1px 2px #777;
          box-shadow: 0px 1px 2px #777;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0;
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 5px;
  line-height: 40px;
  z-index: 2; }

/*
    Internal link to job or profile
*/
.thread__capture {
  border: 1px solid #ccc;
  display: block;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  padding: 10px;
  overflow: hidden;
  margin: 10px 0; }

.thread__capture__header {
  margin-left: 60px;
  color: #1ba1b6;
  font-weight: bold; }

.thread__capture__body {
  margin-left: 60px;
  font-size: 10px; }

.thread__capture__img {
  width: 50px;
  height: 50px;
  font-size: 50px;
  float: left;
  color: #1ba1b6;
  text-align: center; }

.thread__seen {
  font-size: 10px;
  margin-top: 4px;
  color: #4C77FD; }
  .thread__seen .fa {
    margin-right: 2px; }

/*
Header

*/
.header--thread-private {
  right: 60px;
  overflow: hidden;
  padding: 15px 0;
  display: inline-block;
  font-size: 14px;
  line-height: 30px; }

.header--thread-job {
  position: absolute;
  left: 0;
  right: 60px;
  overflow: hidden;
  top: 0;
  font-size: 14px;
  line-height: 20px; }

.thread__header__name {
  white-space: nowrap;
  font-weight: bold; }

.thread__header__subject {
  white-space: nowrap;
  font-size: 11px; }

.threadscreen-info {
  top: 55px;
  position: absolute;
  text-align: center;
  padding: 10px;
  width: 100%;
  background-color: white; }

/*
    Footer

*/
.thread__footer {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: white;
  border-top: 1px solid #ccc;
  padding: 0;
  width: 100%;
  position: absolute;
  min-height: 60px;
  bottom: 0;
  z-index: 2; }

.thread__footer__attach__icon {
  width: 100%;
  height: 100%; }

.thread__footer__input {
  outline: none;
  resize: none;
  background-color: white;
  top: 0;
  left: 0;
  width: 100%;
  position: relative;
  padding: 0;
  max-height: 90px;
  min-height: 40px;
  padding: 0 10px;
  padding-top: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  border: none;
  font-size: 15px; }
  .thread__footer__input::-webkit-input-placeholder {
    text-align: left; }

@media only screen and (min-width: 768px) {
  .thread__footer__attach {
    width: 50px;
    height: 50px;
    right: 70px; }
  .thread__footer {
    min-height: 60px; }
  .thread__footer__attach__icon {
    height: 90%;
    width: 90%; }
  .thread__footer__submit {
    width: 60px;
    font-size: 50px;
    line-height: 50px; }
  .thread__footer__input {
    padding-top: 10px; } }

.label {
  font-size: 16px;
  color: #8cb78c; }

/*
.form-group{
    position: relative;
    font-size: 13px;
    color: black;
    margin: 25px 0;
}
*/
.input {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  margin: 10px auto;
  padding: 10px;
  -webkit-font-smoothing: antialiased;
  font-family: "Helvetica Neue", Helvetica, sans-serif; }

.textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  min-height: 55px;
  margin: 10px auto;
  padding: 10px;
  -webkit-font-smoothing: antialiased;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  line-height: 17px; }

.radio-label {
  margin-left: 7px;
  margin-right: 25px; }

input[type="radio"] {
  height: 1.875rem;
  width: 1.875rem;
  margin-top: 0;
  margin-right: -1.875rem;
  margin-bottom: -1.875rem;
  margin-left: 0; }

.uploader-img {
  max-width: 100%;
  margin-bottom: 10px; }

.form-error {
  font-size: 12px;
  color: red;
  clear: both;
  float: left; }

.required {
  border: 1px solid red; }

.form__li {
  padding: 15px 0;
  color: #777;
  font-size: 14px; }
  .form__li:first-child {
    border: none !important; }

/*
 Tags
*/
.form__tags {
  margin: -6px;
  margin-bottom: 20px; }

.form__tag {
  display: inline-block;
  list-style-type: none;
  font-size: 13px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  margin: 6px;
  background-color: #4C77FD; }

.form__tag__text {
  padding: 6px;
  color: #FFF;
  display: inline-block; }

.form__tag__delete {
  background-color: #FFF;
  display: inline-block;
  cursor: pointer;
  color: #4C77FD;
  margin: 4px;
  width: 18px;
  height: 18px;
  text-align: center;
  -webkit-border-radius: 100%;
          border-radius: 100%; }

.form__tag__input {
  display: inline-block;
  list-style-type: none;
  background-color: white;
  color: #555;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  border: 1px solid #cccccc; }

.react-autosuggest__container {
  position: relative; }

.react-autosuggest__input {
  width: 240px;
  height: 30px;
  padding: 10px 20px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 16px;
  border: 1px solid #aaa;
  -webkit-border-radius: 4px;
          border-radius: 4px; }

.react-autosuggest__input:focus {
  outline: none; }

.react-autosuggest__container--open .react-autosuggest__input {
  -webkit-border-bottom-left-radius: 0;
          border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
          border-bottom-right-radius: 0; }

.react-autosuggest__suggestions-container {
  position: absolute;
  top: 30px;
  width: 100%;
  min-width: 240px;
  margin: 0;
  padding: 0;
  list-style-type: none;
  border: 1px solid #eee;
  background-color: #fff;
  font-weight: 300;
  font-size: 12px;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  z-index: 2; }

.react-autosuggest__suggestion {
  cursor: pointer;
  padding: 10px 20px; }

.react-autosuggest__suggestion--focused {
  background-color: #eee; }

.loader {
  display: inline-block;
  margin: 10px;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 4px solid #4C77FD;
  border-right: 4px solid #4C77FD;
  border-bottom: 4px solid #4C77FD;
  border-left: 4px solid transparent;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear; }
  .loader.white-loader {
    border-top: 4px solid #FFF;
    border-right: 4px solid #FFF;
    border-bottom: 4px solid #FFF; }

.loader,
.loader:after {
  -webkit-border-radius: 50%;
          border-radius: 50%;
  width: 2em;
  height: 2em; }

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.screen {
  min-height: 100%;
  padding-top: 70px;
  background-color: #f4f4f4; }

.screen1 {
  width: 100%;
  min-height: 100%;
  background-color: #f4f4f4; }

.screen-welcome {
  min-height: 100%;
  padding: 0 0 70px;
  background-color: #1ba1b6;
  background: -webkit-linear-gradient(15deg, #2ab6cb 30%, #2bb58d 100%);
  background: linear-gradient(75deg, #2ab6cb 30%, #2bb58d 100%);
  color: white; }

.welcome-window {
  border: 1px solid #999;
  padding: 40px 30px;
  background-color: white;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  -webkit-box-shadow: 0 6px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 0 6px 6px rgba(0, 0, 0, 0.3);
  color: #333; }

.showMenu .menu__overlay {
  position: fixed;
  z-index: 4;
  background-color: rgba(0, 0, 0, 0.5);
  left: 0;
  right: 0;
  height: 100%; }

.overlay {
  position: fixed;
  z-index: 200;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%; }

.popup {
  text-align: center;
  position: fixed;
  top: 10%;
  display: block;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 200;
  width: 200px;
  background-color: white;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  -webkit-box-shadow: 2px 2px 2px gray;
          box-shadow: 2px 2px 2px gray;
  left: 50%;
  margin-left: -100px; }

@media only screen and (min-width: 600px) {
  .menu__overlay {
    display: none; }
  .screen--sub {
    z-index: 1 !important;
    top: 80px !important;
    border: 1px solid #eee; }
  .screen--chat {
    z-index: 1 !important;
    top: 80px !important; }
  .screen--thread {
    top: 55px !important;
    bottom: 0 !important;
    height: auto !important;
    min-height: 0 !important; }
  .overlay--bigscreen {
    left: 0;
    top: 0;
    position: fixed;
    z-index: 200;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%; } }

.hideIfMobile {
  display: none; }

@media only screen and (min-width: 768px) {
  .hideIfMobile {
    display: inline-block; } }

.li--ad {
  border: 0;
  margin: 20px 0; }

.ad--company {
  margin: 10px;
  width: 50px;
  height: 50px;
  border: 1px solid #ccc; }

.ad__header {
  text-align: center;
  font-size: 2.0em;
  margin-bottom: 20px;
  margin-bottom: 20px; }

.ad__header1 {
  font-size: 1.4em; }

.ad__fimg {
  float: left;
  width: 40px;
  margin: 10px; }

.ad__rtext {
  margin-left: 70px; }

.btn--full {
  width: 100%;
  font-size: 18px;
  margin: 5px 0;
  margin-bottom: 7px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.btn--large {
  font-size: 17px;
  padding: 10px 15px;
  -webkit-border-radius: 2px;
          border-radius: 2px; }

.btn-thin {
  color: #4F79F4;
  font-weight: bold;
  opacity: .7;
  cursor: pointer;
  text-align: center;
  padding: 10px;
  border: 1px solid #4C77FD;
  -webkit-border-radius: 2px;
          border-radius: 2px; }
  .btn-thin:hover {
    text-decoration: underline; }
  .btn-thin:hover, .btn-thin:focus {
    opacity: 1; }
  .btn-thin[disabled] {
    opacity: .5;
    color: #4F79F4; }

.btn-attachments-upload {
  background-color: #4C77FD;
  padding: 4px 10px;
  text-align: center;
  width: 100%;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  color: #FFF;
  border: 0;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  outline: none; }

.btn--default {
  background-color: white;
  border: 1px solid #ccc !important;
  color: #333 !important; }

.btn--fb {
  display: inline-block;
  padding: 10px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  width: 250px;
  max-width: 100%;
  color: white !important;
  background-color: #3b5997 !important;
  -webkit-border-radius: 2px;
          border-radius: 2px; }

.btn--linkedin {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  padding: 10px;
  text-align: center;
  width: 250px;
  max-width: 100%;
  color: white !important;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  background-color: #0087bf !important; }

.btn-password-reset {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  padding: 10px;
  text-align: center;
  width: 250px;
  max-width: 100%;
  border: 0;
  outline: 0;
  color: white !important;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  background-color: #4C77FD !important; }

.btn--twitter {
  color: white !important;
  background-color: #4099FF !important; }

.btn--share {
  font-size: 1.2em;
  padding: 10px 20px;
  margin: 10px auto;
  width: 250px;
  display: block; }

.btn--more {
  background-color: #eee;
  border: 1px solid #ccc;
  max-width: 500px;
  color: #777 !important;
  width: 100%;
  display: block;
  margin: auto; }

.btn--center {
  display: block;
  margin: auto; }

@media only screen and (min-width: 600px) {
  .btn--large {
    font-size: 20px;
    padding: 10px 30px; } }

.iframe__swiper-container {
  /* Specify Swiper's Size: */
  height: 100%;
  width: 100%; }

.iframe__swiper-wrapper {
  position: relative;
  height: 100%; }

.iframe__swiper-slide {
  /* Specify Slides's Size: */
  color: black;
  cursor: pointer;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 95%;
  max-width: 300px;
  position: relative;
  background-color: white;
  -webkit-box-shadow: 0 0 1.25em 0 rgba(176, 176, 176, 0.4);
          box-shadow: 0 0 1.25em 0 rgba(176, 176, 176, 0.4);
  text-align: center; }
  .iframe__swiper-slide:hover {
    text-decoration: none;
    color: #333; }

.iframe__swiper-slide__img {
  width: 100%; }

.iframe__swiper-slide__header {
  max-width: 360px;
  width: 100%;
  padding: 10px;
  color: white;
  font-size: 1.2em;
  font-weight: 500; }

.iframe__register {
  z-index: 1;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  color: #2ab6cb; }

.iframe__swiper__next {
  content: '';
  position: absolute;
  right: -15px;
  top: 38%;
  background: url("images/arrow.svg") no-repeat center center;
  background-color: rgba(0, 0, 0, 0.4);
  width: 12px;
  height: 70px;
  padding: 25px;
  display: block;
  z-index: 1;
  border: 1px solid #888787; }
  .iframe__swiper__next:hover {
    width: 70px;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out; }

.iframe__swiper__prev {
  content: '';
  position: absolute;
  left: -15px;
  top: 38%;
  background: url("images/arrow.svg") no-repeat center center;
  background-color: rgba(0, 0, 0, 0.4);
  display: block;
  width: 12px;
  height: 70px;
  padding: 25px;
  z-index: 1;
  border: 1px solid #888787;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
      transform: scaleX(-1);
  -webkit-filter: FlipH;
          filter: FlipH;
  -ms-filter: "FlipH"; }
  .iframe__swiper__prev:hover {
    width: 70px;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out; }

.iframe-root .swiper-slide__body .swiper-slide__img-wrapper {
  height: 200px; }

.iframe__panel {
  vertical-align: middle;
  width: 100%;
  font-size: 30px;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 1;
  color: #2ab6cb;
  opacity: 1;
  padding: 10px 0; }
  @media screen and (max-width: 600px) {
    .iframe__panel {
      font-size: 16px; } }

.iframe-sm-logo {
  opacity: .8;
  cursor: pointer;
  color: #4C77FD;
  -webkit-transition: color .2s;
  transition: color .2s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .iframe-sm-logo:hover {
    opacity: 1; }

.module > header {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 10px;
  background: inherit;
  background-attachment: fixed;
  overflow: hidden; }

.module > header::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  width: 200%;
  height: 200%;
  background: inherit;
  background-attachment: fixed;
  -webkit-filter: blur(4px);
  filter: blur(4px); }

.module > header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25); }

.module > header > h3 {
  margin: 0;
  color: white;
  position: relative;
  z-index: 1; }

.module > header > h4 {
  margin: 0;
  color: white;
  position: relative;
  z-index: 1; }

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

@media only screen and (min-width: 768px) {
  .iframe__swiper__next {
    width: 20px;
    height: 100px;
    padding: 30px;
    top: 32%; }
  .iframe__swiper__prev {
    width: 30px;
    height: 100px;
    padding: 30px;
    top: 32%; } }

.round {
  -webkit-border-radius: 50%;
          border-radius: 50%; }

.bold {
  font-weight: bold; }

.center {
  text-align: center; }

.float-right {
  float: right; }

.social {
  margin: 5px;
  display: inline-block; }

/* Essential FileDrop zone element configuration: */
.fd-zone {
  position: relative;
  overflow: hidden;
  /* The following are not required but create a pretty box: */ }

/* Hides <input type="file"> while simulating "Browse" button: */
.fd-file {
  opacity: 0;
  font-size: 118px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
  padding: 0;
  margin: 0;
  cursor: pointer;
  filter: alpha(opacity=0);
  font-family: sans-serif; }

/* Provides visible feedback when user drags a file over the drop zone: */
.fd-zone.over {
  border-color: maroon;
  background: #eee; }

html,
body {
  -webkit-font-smoothing: antialiased; }

body.open {
  overflow: hidden; }

.promote-layer {
  /*
    This may promote the layer to a composited
    layer.

    Replace with will-change when available

    #perfmatters
    */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

#root {
  height: 100%; }

.full-address {
  color: #8f8f8f;
  font-size: 15px;
  font-weight: 300;
  position: relative; }
  .full-address .fa {
    position: absolute;
    top: 1px; }
  .full-address .address-wrapper {
    padding-left: 15px; }

.alert-startupmatcher {
  border: 1px solid #ddd;
  background-color: rgba(0, 0, 0, 0.75);
  margin: 0 auto;
  max-width: 420px;
  font-size: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  border: 0;
  color: #FFF;
  font-weight: bold;
  padding: 10px; }
  .alert-startupmatcher > span {
    margin-top: 10px; }

.social__box {
  text-align: center;
  padding: 10px;
  border: 1px solid #ccc;
  background-color: white;
  display: inline-block;
  margin: 10px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  height: 140px;
  width: 80px;
  vertical-align: middle;
  font-size: 12px; }

.social__icon {
  max-height: 40px;
  margin-bottom: 10px;
  vertical-align: middle; }

.social__text {
  font-weight: bold;
  color: gray; }

.social1__box {
  text-align: left;
  display: block;
  white-space: nowrap;
  padding: 2px 8px;
  margin: 3px 0;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  vertical-align: middle;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  -webkit-transition: background-color .2s;
  transition: background-color .2s; }
  .social1__box:hover {
    background-color: #F2F2F2; }

.share-text {
  color: #8f8f8f;
  font-size: 15px;
  font-weight: 300;
  display: inline-block;
  margin-left: 20px;
  vertical-align: middle;
  margin-bottom: 5px;
  margin-top: 5px; }

.social1__icon {
  max-height: 25px;
  vertical-align: middle;
  -webkit-border-radius: 2px;
          border-radius: 2px; }

.dropdown-menu > li > a.active {
  background-color: #eee; }

.materialize-red {
  background-color: #e51c23 !important; }

.materialize-red-text {
  color: #e51c23 !important; }

.materialize-red.lighten-5 {
  background-color: #fdeaeb !important; }

.materialize-red-text.text-lighten-5 {
  color: #fdeaeb !important; }

.materialize-red.lighten-4 {
  background-color: #f8c1c3 !important; }

.materialize-red-text.text-lighten-4 {
  color: #f8c1c3 !important; }

.materialize-red.lighten-3 {
  background-color: #f3989b !important; }

.materialize-red-text.text-lighten-3 {
  color: #f3989b !important; }

.materialize-red.lighten-2 {
  background-color: #ee6e73 !important; }

.materialize-red-text.text-lighten-2 {
  color: #ee6e73 !important; }

.materialize-red.lighten-1 {
  background-color: #ea454b !important; }

.materialize-red-text.text-lighten-1 {
  color: #ea454b !important; }

.materialize-red.darken-1 {
  background-color: #d0181e !important; }

.materialize-red-text.text-darken-1 {
  color: #d0181e !important; }

.materialize-red.darken-2 {
  background-color: #b9151b !important; }

.materialize-red-text.text-darken-2 {
  color: #b9151b !important; }

.materialize-red.darken-3 {
  background-color: #a21318 !important; }

.materialize-red-text.text-darken-3 {
  color: #a21318 !important; }

.materialize-red.darken-4 {
  background-color: #8b1014 !important; }

.materialize-red-text.text-darken-4 {
  color: #8b1014 !important; }

.red {
  background-color: #F44336 !important; }

.red-text {
  color: #F44336 !important; }

.red.lighten-5 {
  background-color: #FFEBEE !important; }

.red-text.text-lighten-5 {
  color: #FFEBEE !important; }

.red.lighten-4 {
  background-color: #FFCDD2 !important; }

.red-text.text-lighten-4 {
  color: #FFCDD2 !important; }

.red.lighten-3 {
  background-color: #EF9A9A !important; }

.red-text.text-lighten-3 {
  color: #EF9A9A !important; }

.red.lighten-2 {
  background-color: #E57373 !important; }

.red-text.text-lighten-2 {
  color: #E57373 !important; }

.red.lighten-1 {
  background-color: #EF5350 !important; }

.red-text.text-lighten-1 {
  color: #EF5350 !important; }

.red.darken-1 {
  background-color: #E53935 !important; }

.red-text.text-darken-1 {
  color: #E53935 !important; }

.red.darken-2 {
  background-color: #D32F2F !important; }

.red-text.text-darken-2 {
  color: #D32F2F !important; }

.red.darken-3 {
  background-color: #C62828 !important; }

.red-text.text-darken-3 {
  color: #C62828 !important; }

.red.darken-4 {
  background-color: #B71C1C !important; }

.red-text.text-darken-4 {
  color: #B71C1C !important; }

.red.accent-1 {
  background-color: #FF8A80 !important; }

.red-text.text-accent-1 {
  color: #FF8A80 !important; }

.red.accent-2 {
  background-color: #FF5252 !important; }

.red-text.text-accent-2 {
  color: #FF5252 !important; }

.red.accent-3 {
  background-color: #FF1744 !important; }

.red-text.text-accent-3 {
  color: #FF1744 !important; }

.red.accent-4 {
  background-color: #D50000 !important; }

.red-text.text-accent-4 {
  color: #D50000 !important; }

.pink {
  background-color: #e91e63 !important; }

.pink-text {
  color: #e91e63 !important; }

.pink.lighten-5 {
  background-color: #fce4ec !important; }

.pink-text.text-lighten-5 {
  color: #fce4ec !important; }

.pink.lighten-4 {
  background-color: #f8bbd0 !important; }

.pink-text.text-lighten-4 {
  color: #f8bbd0 !important; }

.pink.lighten-3 {
  background-color: #f48fb1 !important; }

.pink-text.text-lighten-3 {
  color: #f48fb1 !important; }

.pink.lighten-2 {
  background-color: #f06292 !important; }

.pink-text.text-lighten-2 {
  color: #f06292 !important; }

.pink.lighten-1 {
  background-color: #ec407a !important; }

.pink-text.text-lighten-1 {
  color: #ec407a !important; }

.pink.darken-1 {
  background-color: #d81b60 !important; }

.pink-text.text-darken-1 {
  color: #d81b60 !important; }

.pink.darken-2 {
  background-color: #c2185b !important; }

.pink-text.text-darken-2 {
  color: #c2185b !important; }

.pink.darken-3 {
  background-color: #ad1457 !important; }

.pink-text.text-darken-3 {
  color: #ad1457 !important; }

.pink.darken-4 {
  background-color: #880e4f !important; }

.pink-text.text-darken-4 {
  color: #880e4f !important; }

.pink.accent-1 {
  background-color: #ff80ab !important; }

.pink-text.text-accent-1 {
  color: #ff80ab !important; }

.pink.accent-2 {
  background-color: #ff4081 !important; }

.pink-text.text-accent-2 {
  color: #ff4081 !important; }

.pink.accent-3 {
  background-color: #f50057 !important; }

.pink-text.text-accent-3 {
  color: #f50057 !important; }

.pink.accent-4 {
  background-color: #c51162 !important; }

.pink-text.text-accent-4 {
  color: #c51162 !important; }

.purple {
  background-color: #9c27b0 !important; }

.purple-text {
  color: #9c27b0 !important; }

.purple.lighten-5 {
  background-color: #f3e5f5 !important; }

.purple-text.text-lighten-5 {
  color: #f3e5f5 !important; }

.purple.lighten-4 {
  background-color: #e1bee7 !important; }

.purple-text.text-lighten-4 {
  color: #e1bee7 !important; }

.purple.lighten-3 {
  background-color: #ce93d8 !important; }

.purple-text.text-lighten-3 {
  color: #ce93d8 !important; }

.purple.lighten-2 {
  background-color: #ba68c8 !important; }

.purple-text.text-lighten-2 {
  color: #ba68c8 !important; }

.purple.lighten-1 {
  background-color: #ab47bc !important; }

.purple-text.text-lighten-1 {
  color: #ab47bc !important; }

.purple.darken-1 {
  background-color: #8e24aa !important; }

.purple-text.text-darken-1 {
  color: #8e24aa !important; }

.purple.darken-2 {
  background-color: #7b1fa2 !important; }

.purple-text.text-darken-2 {
  color: #7b1fa2 !important; }

.purple.darken-3 {
  background-color: #6a1b9a !important; }

.purple-text.text-darken-3 {
  color: #6a1b9a !important; }

.purple.darken-4 {
  background-color: #4a148c !important; }

.purple-text.text-darken-4 {
  color: #4a148c !important; }

.purple.accent-1 {
  background-color: #ea80fc !important; }

.purple-text.text-accent-1 {
  color: #ea80fc !important; }

.purple.accent-2 {
  background-color: #e040fb !important; }

.purple-text.text-accent-2 {
  color: #e040fb !important; }

.purple.accent-3 {
  background-color: #d500f9 !important; }

.purple-text.text-accent-3 {
  color: #d500f9 !important; }

.purple.accent-4 {
  background-color: #aa00ff !important; }

.purple-text.text-accent-4 {
  color: #aa00ff !important; }

.deep-purple {
  background-color: #673ab7 !important; }

.deep-purple-text {
  color: #673ab7 !important; }

.deep-purple.lighten-5 {
  background-color: #ede7f6 !important; }

.deep-purple-text.text-lighten-5 {
  color: #ede7f6 !important; }

.deep-purple.lighten-4 {
  background-color: #d1c4e9 !important; }

.deep-purple-text.text-lighten-4 {
  color: #d1c4e9 !important; }

.deep-purple.lighten-3 {
  background-color: #b39ddb !important; }

.deep-purple-text.text-lighten-3 {
  color: #b39ddb !important; }

.deep-purple.lighten-2 {
  background-color: #9575cd !important; }

.deep-purple-text.text-lighten-2 {
  color: #9575cd !important; }

.deep-purple.lighten-1 {
  background-color: #7e57c2 !important; }

.deep-purple-text.text-lighten-1 {
  color: #7e57c2 !important; }

.deep-purple.darken-1 {
  background-color: #5e35b1 !important; }

.deep-purple-text.text-darken-1 {
  color: #5e35b1 !important; }

.deep-purple.darken-2 {
  background-color: #512da8 !important; }

.deep-purple-text.text-darken-2 {
  color: #512da8 !important; }

.deep-purple.darken-3 {
  background-color: #4527a0 !important; }

.deep-purple-text.text-darken-3 {
  color: #4527a0 !important; }

.deep-purple.darken-4 {
  background-color: #311b92 !important; }

.deep-purple-text.text-darken-4 {
  color: #311b92 !important; }

.deep-purple.accent-1 {
  background-color: #b388ff !important; }

.deep-purple-text.text-accent-1 {
  color: #b388ff !important; }

.deep-purple.accent-2 {
  background-color: #7c4dff !important; }

.deep-purple-text.text-accent-2 {
  color: #7c4dff !important; }

.deep-purple.accent-3 {
  background-color: #651fff !important; }

.deep-purple-text.text-accent-3 {
  color: #651fff !important; }

.deep-purple.accent-4 {
  background-color: #6200ea !important; }

.deep-purple-text.text-accent-4 {
  color: #6200ea !important; }

.indigo {
  background-color: #3f51b5 !important; }

.indigo-text {
  color: #3f51b5 !important; }

.indigo.lighten-5 {
  background-color: #e8eaf6 !important; }

.indigo-text.text-lighten-5 {
  color: #e8eaf6 !important; }

.indigo.lighten-4 {
  background-color: #c5cae9 !important; }

.indigo-text.text-lighten-4 {
  color: #c5cae9 !important; }

.indigo.lighten-3 {
  background-color: #9fa8da !important; }

.indigo-text.text-lighten-3 {
  color: #9fa8da !important; }

.indigo.lighten-2 {
  background-color: #7986cb !important; }

.indigo-text.text-lighten-2 {
  color: #7986cb !important; }

.indigo.lighten-1 {
  background-color: #5c6bc0 !important; }

.indigo-text.text-lighten-1 {
  color: #5c6bc0 !important; }

.indigo.darken-1 {
  background-color: #3949ab !important; }

.indigo-text.text-darken-1 {
  color: #3949ab !important; }

.indigo.darken-2 {
  background-color: #303f9f !important; }

.indigo-text.text-darken-2 {
  color: #303f9f !important; }

.indigo.darken-3 {
  background-color: #283593 !important; }

.indigo-text.text-darken-3 {
  color: #283593 !important; }

.indigo.darken-4 {
  background-color: #1a237e !important; }

.indigo-text.text-darken-4 {
  color: #1a237e !important; }

.indigo.accent-1 {
  background-color: #8c9eff !important; }

.indigo-text.text-accent-1 {
  color: #8c9eff !important; }

.indigo.accent-2 {
  background-color: #536dfe !important; }

.indigo-text.text-accent-2 {
  color: #536dfe !important; }

.indigo.accent-3 {
  background-color: #3d5afe !important; }

.indigo-text.text-accent-3 {
  color: #3d5afe !important; }

.indigo.accent-4 {
  background-color: #304ffe !important; }

.indigo-text.text-accent-4 {
  color: #304ffe !important; }

.blue {
  background-color: #2196F3 !important; }

.blue-text {
  color: #2196F3 !important; }

.blue.lighten-5 {
  background-color: #E3F2FD !important; }

.blue-text.text-lighten-5 {
  color: #E3F2FD !important; }

.blue.lighten-4 {
  background-color: #BBDEFB !important; }

.blue-text.text-lighten-4 {
  color: #BBDEFB !important; }

.blue.lighten-3 {
  background-color: #90CAF9 !important; }

.blue-text.text-lighten-3 {
  color: #90CAF9 !important; }

.blue.lighten-2 {
  background-color: #64B5F6 !important; }

.blue-text.text-lighten-2 {
  color: #64B5F6 !important; }

.blue.lighten-1 {
  background-color: #42A5F5 !important; }

.blue-text.text-lighten-1 {
  color: #42A5F5 !important; }

.blue.darken-1 {
  background-color: #1E88E5 !important; }

.blue-text.text-darken-1 {
  color: #1E88E5 !important; }

.blue.darken-2 {
  background-color: #1976D2 !important; }

.blue-text.text-darken-2 {
  color: #1976D2 !important; }

.blue.darken-3 {
  background-color: #1565C0 !important; }

.blue-text.text-darken-3 {
  color: #1565C0 !important; }

.blue.darken-4 {
  background-color: #0D47A1 !important; }

.blue-text.text-darken-4 {
  color: #0D47A1 !important; }

.blue.accent-1 {
  background-color: #82B1FF !important; }

.blue-text.text-accent-1 {
  color: #82B1FF !important; }

.blue.accent-2 {
  background-color: #448AFF !important; }

.blue-text.text-accent-2 {
  color: #448AFF !important; }

.blue.accent-3 {
  background-color: #2979FF !important; }

.blue-text.text-accent-3 {
  color: #2979FF !important; }

.blue.accent-4 {
  background-color: #2962FF !important; }

.blue-text.text-accent-4 {
  color: #2962FF !important; }

.light-blue {
  background-color: #03a9f4 !important; }

.light-blue-text {
  color: #03a9f4 !important; }

.light-blue.lighten-5 {
  background-color: #e1f5fe !important; }

.light-blue-text.text-lighten-5 {
  color: #e1f5fe !important; }

.light-blue.lighten-4 {
  background-color: #b3e5fc !important; }

.light-blue-text.text-lighten-4 {
  color: #b3e5fc !important; }

.light-blue.lighten-3 {
  background-color: #81d4fa !important; }

.light-blue-text.text-lighten-3 {
  color: #81d4fa !important; }

.light-blue.lighten-2 {
  background-color: #4fc3f7 !important; }

.light-blue-text.text-lighten-2 {
  color: #4fc3f7 !important; }

.light-blue.lighten-1 {
  background-color: #29b6f6 !important; }

.light-blue-text.text-lighten-1 {
  color: #29b6f6 !important; }

.light-blue.darken-1 {
  background-color: #039be5 !important; }

.light-blue-text.text-darken-1 {
  color: #039be5 !important; }

.light-blue.darken-2 {
  background-color: #0288d1 !important; }

.light-blue-text.text-darken-2 {
  color: #0288d1 !important; }

.light-blue.darken-3 {
  background-color: #0277bd !important; }

.light-blue-text.text-darken-3 {
  color: #0277bd !important; }

.light-blue.darken-4 {
  background-color: #01579b !important; }

.light-blue-text.text-darken-4 {
  color: #01579b !important; }

.light-blue.accent-1 {
  background-color: #80d8ff !important; }

.light-blue-text.text-accent-1 {
  color: #80d8ff !important; }

.light-blue.accent-2 {
  background-color: #40c4ff !important; }

.light-blue-text.text-accent-2 {
  color: #40c4ff !important; }

.light-blue.accent-3 {
  background-color: #00b0ff !important; }

.light-blue-text.text-accent-3 {
  color: #00b0ff !important; }

.light-blue.accent-4 {
  background-color: #0091ea !important; }

.light-blue-text.text-accent-4 {
  color: #0091ea !important; }

.cyan {
  background-color: #00bcd4 !important; }

.cyan-text {
  color: #00bcd4 !important; }

.cyan.lighten-5 {
  background-color: #e0f7fa !important; }

.cyan-text.text-lighten-5 {
  color: #e0f7fa !important; }

.cyan.lighten-4 {
  background-color: #b2ebf2 !important; }

.cyan-text.text-lighten-4 {
  color: #b2ebf2 !important; }

.cyan.lighten-3 {
  background-color: #80deea !important; }

.cyan-text.text-lighten-3 {
  color: #80deea !important; }

.cyan.lighten-2 {
  background-color: #4dd0e1 !important; }

.cyan-text.text-lighten-2 {
  color: #4dd0e1 !important; }

.cyan.lighten-1 {
  background-color: #26c6da !important; }

.cyan-text.text-lighten-1 {
  color: #26c6da !important; }

.cyan.darken-1 {
  background-color: #00acc1 !important; }

.cyan-text.text-darken-1 {
  color: #00acc1 !important; }

.cyan.darken-2 {
  background-color: #0097a7 !important; }

.cyan-text.text-darken-2 {
  color: #0097a7 !important; }

.cyan.darken-3 {
  background-color: #00838f !important; }

.cyan-text.text-darken-3 {
  color: #00838f !important; }

.cyan.darken-4 {
  background-color: #006064 !important; }

.cyan-text.text-darken-4 {
  color: #006064 !important; }

.cyan.accent-1 {
  background-color: #84ffff !important; }

.cyan-text.text-accent-1 {
  color: #84ffff !important; }

.cyan.accent-2 {
  background-color: #18ffff !important; }

.cyan-text.text-accent-2 {
  color: #18ffff !important; }

.cyan.accent-3 {
  background-color: #00e5ff !important; }

.cyan-text.text-accent-3 {
  color: #00e5ff !important; }

.cyan.accent-4 {
  background-color: #00b8d4 !important; }

.cyan-text.text-accent-4 {
  color: #00b8d4 !important; }

.teal {
  background-color: #009688 !important; }

.teal-text {
  color: #009688 !important; }

.teal.lighten-5 {
  background-color: #e0f2f1 !important; }

.teal-text.text-lighten-5 {
  color: #e0f2f1 !important; }

.teal.lighten-4 {
  background-color: #b2dfdb !important; }

.teal-text.text-lighten-4 {
  color: #b2dfdb !important; }

.teal.lighten-3 {
  background-color: #80cbc4 !important; }

.teal-text.text-lighten-3 {
  color: #80cbc4 !important; }

.teal.lighten-2 {
  background-color: #4db6ac !important; }

.teal-text.text-lighten-2 {
  color: #4db6ac !important; }

.teal.lighten-1 {
  background-color: #26a69a !important; }

.teal-text.text-lighten-1 {
  color: #26a69a !important; }

.teal.darken-1 {
  background-color: #00897b !important; }

.teal-text.text-darken-1 {
  color: #00897b !important; }

.teal.darken-2 {
  background-color: #00796b !important; }

.teal-text.text-darken-2 {
  color: #00796b !important; }

.teal.darken-3 {
  background-color: #00695c !important; }

.teal-text.text-darken-3 {
  color: #00695c !important; }

.teal.darken-4 {
  background-color: #004d40 !important; }

.teal-text.text-darken-4 {
  color: #004d40 !important; }

.teal.accent-1 {
  background-color: #a7ffeb !important; }

.teal-text.text-accent-1 {
  color: #a7ffeb !important; }

.teal.accent-2 {
  background-color: #64ffda !important; }

.teal-text.text-accent-2 {
  color: #64ffda !important; }

.teal.accent-3 {
  background-color: #1de9b6 !important; }

.teal-text.text-accent-3 {
  color: #1de9b6 !important; }

.teal.accent-4 {
  background-color: #00bfa5 !important; }

.teal-text.text-accent-4 {
  color: #00bfa5 !important; }

.green {
  background-color: #4CAF50 !important; }

.green-text {
  color: #4CAF50 !important; }

.green.lighten-5 {
  background-color: #E8F5E9 !important; }

.green-text.text-lighten-5 {
  color: #E8F5E9 !important; }

.green.lighten-4 {
  background-color: #C8E6C9 !important; }

.green-text.text-lighten-4 {
  color: #C8E6C9 !important; }

.green.lighten-3 {
  background-color: #A5D6A7 !important; }

.green-text.text-lighten-3 {
  color: #A5D6A7 !important; }

.green.lighten-2 {
  background-color: #81C784 !important; }

.green-text.text-lighten-2 {
  color: #81C784 !important; }

.green.lighten-1 {
  background-color: #66BB6A !important; }

.green-text.text-lighten-1 {
  color: #66BB6A !important; }

.green.darken-1 {
  background-color: #43A047 !important; }

.green-text.text-darken-1 {
  color: #43A047 !important; }

.green.darken-2 {
  background-color: #388E3C !important; }

.green-text.text-darken-2 {
  color: #388E3C !important; }

.green.darken-3 {
  background-color: #2E7D32 !important; }

.green-text.text-darken-3 {
  color: #2E7D32 !important; }

.green.darken-4 {
  background-color: #1B5E20 !important; }

.green-text.text-darken-4 {
  color: #1B5E20 !important; }

.green.accent-1 {
  background-color: #B9F6CA !important; }

.green-text.text-accent-1 {
  color: #B9F6CA !important; }

.green.accent-2 {
  background-color: #69F0AE !important; }

.green-text.text-accent-2 {
  color: #69F0AE !important; }

.green.accent-3 {
  background-color: #00E676 !important; }

.green-text.text-accent-3 {
  color: #00E676 !important; }

.green.accent-4 {
  background-color: #00C853 !important; }

.green-text.text-accent-4 {
  color: #00C853 !important; }

.light-green {
  background-color: #8bc34a !important; }

.light-green-text {
  color: #8bc34a !important; }

.light-green.lighten-5 {
  background-color: #f1f8e9 !important; }

.light-green-text.text-lighten-5 {
  color: #f1f8e9 !important; }

.light-green.lighten-4 {
  background-color: #dcedc8 !important; }

.light-green-text.text-lighten-4 {
  color: #dcedc8 !important; }

.light-green.lighten-3 {
  background-color: #c5e1a5 !important; }

.light-green-text.text-lighten-3 {
  color: #c5e1a5 !important; }

.light-green.lighten-2 {
  background-color: #aed581 !important; }

.light-green-text.text-lighten-2 {
  color: #aed581 !important; }

.light-green.lighten-1 {
  background-color: #9ccc65 !important; }

.light-green-text.text-lighten-1 {
  color: #9ccc65 !important; }

.light-green.darken-1 {
  background-color: #7cb342 !important; }

.light-green-text.text-darken-1 {
  color: #7cb342 !important; }

.light-green.darken-2 {
  background-color: #689f38 !important; }

.light-green-text.text-darken-2 {
  color: #689f38 !important; }

.light-green.darken-3 {
  background-color: #558b2f !important; }

.light-green-text.text-darken-3 {
  color: #558b2f !important; }

.light-green.darken-4 {
  background-color: #33691e !important; }

.light-green-text.text-darken-4 {
  color: #33691e !important; }

.light-green.accent-1 {
  background-color: #ccff90 !important; }

.light-green-text.text-accent-1 {
  color: #ccff90 !important; }

.light-green.accent-2 {
  background-color: #b2ff59 !important; }

.light-green-text.text-accent-2 {
  color: #b2ff59 !important; }

.light-green.accent-3 {
  background-color: #76ff03 !important; }

.light-green-text.text-accent-3 {
  color: #76ff03 !important; }

.light-green.accent-4 {
  background-color: #64dd17 !important; }

.light-green-text.text-accent-4 {
  color: #64dd17 !important; }

.lime {
  background-color: #cddc39 !important; }

.lime-text {
  color: #cddc39 !important; }

.lime.lighten-5 {
  background-color: #f9fbe7 !important; }

.lime-text.text-lighten-5 {
  color: #f9fbe7 !important; }

.lime.lighten-4 {
  background-color: #f0f4c3 !important; }

.lime-text.text-lighten-4 {
  color: #f0f4c3 !important; }

.lime.lighten-3 {
  background-color: #e6ee9c !important; }

.lime-text.text-lighten-3 {
  color: #e6ee9c !important; }

.lime.lighten-2 {
  background-color: #dce775 !important; }

.lime-text.text-lighten-2 {
  color: #dce775 !important; }

.lime.lighten-1 {
  background-color: #d4e157 !important; }

.lime-text.text-lighten-1 {
  color: #d4e157 !important; }

.lime.darken-1 {
  background-color: #c0ca33 !important; }

.lime-text.text-darken-1 {
  color: #c0ca33 !important; }

.lime.darken-2 {
  background-color: #afb42b !important; }

.lime-text.text-darken-2 {
  color: #afb42b !important; }

.lime.darken-3 {
  background-color: #9e9d24 !important; }

.lime-text.text-darken-3 {
  color: #9e9d24 !important; }

.lime.darken-4 {
  background-color: #827717 !important; }

.lime-text.text-darken-4 {
  color: #827717 !important; }

.lime.accent-1 {
  background-color: #f4ff81 !important; }

.lime-text.text-accent-1 {
  color: #f4ff81 !important; }

.lime.accent-2 {
  background-color: #eeff41 !important; }

.lime-text.text-accent-2 {
  color: #eeff41 !important; }

.lime.accent-3 {
  background-color: #c6ff00 !important; }

.lime-text.text-accent-3 {
  color: #c6ff00 !important; }

.lime.accent-4 {
  background-color: #aeea00 !important; }

.lime-text.text-accent-4 {
  color: #aeea00 !important; }

.yellow {
  background-color: #ffeb3b !important; }

.yellow-text {
  color: #ffeb3b !important; }

.yellow.lighten-5 {
  background-color: #fffde7 !important; }

.yellow-text.text-lighten-5 {
  color: #fffde7 !important; }

.yellow.lighten-4 {
  background-color: #fff9c4 !important; }

.yellow-text.text-lighten-4 {
  color: #fff9c4 !important; }

.yellow.lighten-3 {
  background-color: #fff59d !important; }

.yellow-text.text-lighten-3 {
  color: #fff59d !important; }

.yellow.lighten-2 {
  background-color: #fff176 !important; }

.yellow-text.text-lighten-2 {
  color: #fff176 !important; }

.yellow.lighten-1 {
  background-color: #ffee58 !important; }

.yellow-text.text-lighten-1 {
  color: #ffee58 !important; }

.yellow.darken-1 {
  background-color: #fdd835 !important; }

.yellow-text.text-darken-1 {
  color: #fdd835 !important; }

.yellow.darken-2 {
  background-color: #fbc02d !important; }

.yellow-text.text-darken-2 {
  color: #fbc02d !important; }

.yellow.darken-3 {
  background-color: #f9a825 !important; }

.yellow-text.text-darken-3 {
  color: #f9a825 !important; }

.yellow.darken-4 {
  background-color: #f57f17 !important; }

.yellow-text.text-darken-4 {
  color: #f57f17 !important; }

.yellow.accent-1 {
  background-color: #ffff8d !important; }

.yellow-text.text-accent-1 {
  color: #ffff8d !important; }

.yellow.accent-2 {
  background-color: #ffff00 !important; }

.yellow-text.text-accent-2 {
  color: #ffff00 !important; }

.yellow.accent-3 {
  background-color: #ffea00 !important; }

.yellow-text.text-accent-3 {
  color: #ffea00 !important; }

.yellow.accent-4 {
  background-color: #ffd600 !important; }

.yellow-text.text-accent-4 {
  color: #ffd600 !important; }

.amber {
  background-color: #ffc107 !important; }

.amber-text {
  color: #ffc107 !important; }

.amber.lighten-5 {
  background-color: #fff8e1 !important; }

.amber-text.text-lighten-5 {
  color: #fff8e1 !important; }

.amber.lighten-4 {
  background-color: #ffecb3 !important; }

.amber-text.text-lighten-4 {
  color: #ffecb3 !important; }

.amber.lighten-3 {
  background-color: #ffe082 !important; }

.amber-text.text-lighten-3 {
  color: #ffe082 !important; }

.amber.lighten-2 {
  background-color: #ffd54f !important; }

.amber-text.text-lighten-2 {
  color: #ffd54f !important; }

.amber.lighten-1 {
  background-color: #ffca28 !important; }

.amber-text.text-lighten-1 {
  color: #ffca28 !important; }

.amber.darken-1 {
  background-color: #ffb300 !important; }

.amber-text.text-darken-1 {
  color: #ffb300 !important; }

.amber.darken-2 {
  background-color: #ffa000 !important; }

.amber-text.text-darken-2 {
  color: #ffa000 !important; }

.amber.darken-3 {
  background-color: #ff8f00 !important; }

.amber-text.text-darken-3 {
  color: #ff8f00 !important; }

.amber.darken-4 {
  background-color: #ff6f00 !important; }

.amber-text.text-darken-4 {
  color: #ff6f00 !important; }

.amber.accent-1 {
  background-color: #ffe57f !important; }

.amber-text.text-accent-1 {
  color: #ffe57f !important; }

.amber.accent-2 {
  background-color: #ffd740 !important; }

.amber-text.text-accent-2 {
  color: #ffd740 !important; }

.amber.accent-3 {
  background-color: #ffc400 !important; }

.amber-text.text-accent-3 {
  color: #ffc400 !important; }

.amber.accent-4 {
  background-color: #ffab00 !important; }

.amber-text.text-accent-4 {
  color: #ffab00 !important; }

.orange {
  background-color: #ff9800 !important; }

.orange-text {
  color: #ff9800 !important; }

.orange.lighten-5 {
  background-color: #fff3e0 !important; }

.orange-text.text-lighten-5 {
  color: #fff3e0 !important; }

.orange.lighten-4 {
  background-color: #ffe0b2 !important; }

.orange-text.text-lighten-4 {
  color: #ffe0b2 !important; }

.orange.lighten-3 {
  background-color: #ffcc80 !important; }

.orange-text.text-lighten-3 {
  color: #ffcc80 !important; }

.orange.lighten-2 {
  background-color: #ffb74d !important; }

.orange-text.text-lighten-2 {
  color: #ffb74d !important; }

.orange.lighten-1 {
  background-color: #ffa726 !important; }

.orange-text.text-lighten-1 {
  color: #ffa726 !important; }

.orange.darken-1 {
  background-color: #fb8c00 !important; }

.orange-text.text-darken-1 {
  color: #fb8c00 !important; }

.orange.darken-2 {
  background-color: #f57c00 !important; }

.orange-text.text-darken-2 {
  color: #f57c00 !important; }

.orange.darken-3 {
  background-color: #ef6c00 !important; }

.orange-text.text-darken-3 {
  color: #ef6c00 !important; }

.orange.darken-4 {
  background-color: #e65100 !important; }

.orange-text.text-darken-4 {
  color: #e65100 !important; }

.orange.accent-1 {
  background-color: #ffd180 !important; }

.orange-text.text-accent-1 {
  color: #ffd180 !important; }

.orange.accent-2 {
  background-color: #ffab40 !important; }

.orange-text.text-accent-2 {
  color: #ffab40 !important; }

.orange.accent-3 {
  background-color: #ff9100 !important; }

.orange-text.text-accent-3 {
  color: #ff9100 !important; }

.orange.accent-4 {
  background-color: #ff6d00 !important; }

.orange-text.text-accent-4 {
  color: #ff6d00 !important; }

.deep-orange {
  background-color: #ff5722 !important; }

.deep-orange-text {
  color: #ff5722 !important; }

.deep-orange.lighten-5 {
  background-color: #fbe9e7 !important; }

.deep-orange-text.text-lighten-5 {
  color: #fbe9e7 !important; }

.deep-orange.lighten-4 {
  background-color: #ffccbc !important; }

.deep-orange-text.text-lighten-4 {
  color: #ffccbc !important; }

.deep-orange.lighten-3 {
  background-color: #ffab91 !important; }

.deep-orange-text.text-lighten-3 {
  color: #ffab91 !important; }

.deep-orange.lighten-2 {
  background-color: #ff8a65 !important; }

.deep-orange-text.text-lighten-2 {
  color: #ff8a65 !important; }

.deep-orange.lighten-1 {
  background-color: #ff7043 !important; }

.deep-orange-text.text-lighten-1 {
  color: #ff7043 !important; }

.deep-orange.darken-1 {
  background-color: #f4511e !important; }

.deep-orange-text.text-darken-1 {
  color: #f4511e !important; }

.deep-orange.darken-2 {
  background-color: #e64a19 !important; }

.deep-orange-text.text-darken-2 {
  color: #e64a19 !important; }

.deep-orange.darken-3 {
  background-color: #d84315 !important; }

.deep-orange-text.text-darken-3 {
  color: #d84315 !important; }

.deep-orange.darken-4 {
  background-color: #bf360c !important; }

.deep-orange-text.text-darken-4 {
  color: #bf360c !important; }

.deep-orange.accent-1 {
  background-color: #ff9e80 !important; }

.deep-orange-text.text-accent-1 {
  color: #ff9e80 !important; }

.deep-orange.accent-2 {
  background-color: #ff6e40 !important; }

.deep-orange-text.text-accent-2 {
  color: #ff6e40 !important; }

.deep-orange.accent-3 {
  background-color: #ff3d00 !important; }

.deep-orange-text.text-accent-3 {
  color: #ff3d00 !important; }

.deep-orange.accent-4 {
  background-color: #dd2c00 !important; }

.deep-orange-text.text-accent-4 {
  color: #dd2c00 !important; }

.brown {
  background-color: #795548 !important; }

.brown-text {
  color: #795548 !important; }

.brown.lighten-5 {
  background-color: #efebe9 !important; }

.brown-text.text-lighten-5 {
  color: #efebe9 !important; }

.brown.lighten-4 {
  background-color: #d7ccc8 !important; }

.brown-text.text-lighten-4 {
  color: #d7ccc8 !important; }

.brown.lighten-3 {
  background-color: #bcaaa4 !important; }

.brown-text.text-lighten-3 {
  color: #bcaaa4 !important; }

.brown.lighten-2 {
  background-color: #a1887f !important; }

.brown-text.text-lighten-2 {
  color: #a1887f !important; }

.brown.lighten-1 {
  background-color: #8d6e63 !important; }

.brown-text.text-lighten-1 {
  color: #8d6e63 !important; }

.brown.darken-1 {
  background-color: #6d4c41 !important; }

.brown-text.text-darken-1 {
  color: #6d4c41 !important; }

.brown.darken-2 {
  background-color: #5d4037 !important; }

.brown-text.text-darken-2 {
  color: #5d4037 !important; }

.brown.darken-3 {
  background-color: #4e342e !important; }

.brown-text.text-darken-3 {
  color: #4e342e !important; }

.brown.darken-4 {
  background-color: #3e2723 !important; }

.brown-text.text-darken-4 {
  color: #3e2723 !important; }

.blue-grey {
  background-color: #607d8b !important; }

.blue-grey-text {
  color: #607d8b !important; }

.blue-grey.lighten-5 {
  background-color: #eceff1 !important; }

.blue-grey-text.text-lighten-5 {
  color: #eceff1 !important; }

.blue-grey.lighten-4 {
  background-color: #cfd8dc !important; }

.blue-grey-text.text-lighten-4 {
  color: #cfd8dc !important; }

.blue-grey.lighten-3 {
  background-color: #b0bec5 !important; }

.blue-grey-text.text-lighten-3 {
  color: #b0bec5 !important; }

.blue-grey.lighten-2 {
  background-color: #90a4ae !important; }

.blue-grey-text.text-lighten-2 {
  color: #90a4ae !important; }

.blue-grey.lighten-1 {
  background-color: #78909c !important; }

.blue-grey-text.text-lighten-1 {
  color: #78909c !important; }

.blue-grey.darken-1 {
  background-color: #546e7a !important; }

.blue-grey-text.text-darken-1 {
  color: #546e7a !important; }

.blue-grey.darken-2 {
  background-color: #455a64 !important; }

.blue-grey-text.text-darken-2 {
  color: #455a64 !important; }

.blue-grey.darken-3 {
  background-color: #37474f !important; }

.blue-grey-text.text-darken-3 {
  color: #37474f !important; }

.blue-grey.darken-4 {
  background-color: #263238 !important; }

.blue-grey-text.text-darken-4 {
  color: #263238 !important; }

.grey {
  background-color: #9e9e9e !important; }

.grey-text {
  color: #9e9e9e !important; }

.grey.lighten-5 {
  background-color: #fafafa !important; }

.grey-text.text-lighten-5 {
  color: #fafafa !important; }

.grey.lighten-4 {
  background-color: #f5f5f5 !important; }

.grey-text.text-lighten-4 {
  color: #f5f5f5 !important; }

.grey.lighten-3 {
  background-color: #eeeeee !important; }

.grey-text.text-lighten-3 {
  color: #eeeeee !important; }

.grey.lighten-2 {
  background-color: #e0e0e0 !important; }

.grey-text.text-lighten-2 {
  color: #e0e0e0 !important; }

.grey.lighten-1 {
  background-color: #bdbdbd !important; }

.grey-text.text-lighten-1 {
  color: #bdbdbd !important; }

.grey.darken-1 {
  background-color: #757575 !important; }

.grey-text.text-darken-1 {
  color: #757575 !important; }

.grey.darken-2 {
  background-color: #616161 !important; }

.grey-text.text-darken-2 {
  color: #616161 !important; }

.grey.darken-3 {
  background-color: #424242 !important; }

.grey-text.text-darken-3 {
  color: #424242 !important; }

.grey.darken-4 {
  background-color: #212121 !important; }

.grey-text.text-darken-4 {
  color: #212121 !important; }

.shades.black {
  background-color: #000000 !important; }

.shades-text.text-black {
  color: #000000 !important; }

.shades.white {
  background-color: #FFFFFF !important; }

.shades-text.text-white {
  color: #FFFFFF !important; }

.shades.transparent {
  background-color: transparent !important; }

.shades-text.text-transparent {
  color: transparent !important; }

.black {
  background-color: #000000 !important; }

.black-text {
  color: #000000 !important; }

.white {
  background-color: #FFFFFF !important; }

.white-text {
  color: #FFFFFF !important; }

.transparent {
  background-color: transparent !important; }

.transparent-text {
  color: transparent !important; }

/* ==========================================================================
   Materialize variables
   ========================================================================== */
/**
 * Table of Contents:
 *
 *  1. Colors
 *  2. Badges
 *  3. Buttons
 *  4. Cards
 *  5. Collapsible
 *  6. Chips
 *  7. Date Picker
 *  8. Dropdown
 *  10. Forms
 *  11. Global
 *  12. Grid
 *  13. Navigation Bar
 *  14. Side Navigation
 *  15. Photo Slider
 *  16. Spinners | Loaders
 *  17. Tabs
 *  18. Tables
 *  19. Toasts
 *  20. Typography
 *  21. Footer
 *  22. Flow Text
 *  23. Collections
 *  24. Progress Bar
 */
/* 1. Colors
   ========================================================================== */
/* 2. Badges
   ========================================================================== */
/* 3. Buttons
   ========================================================================== */
/* 4. Cards
   ========================================================================== */
/* 5. Collapsible
   ========================================================================== */
/* 6. Chips
   ========================================================================== */
/* 7. Date Picker
   ========================================================================== */
/* 8. Dropdown
   ========================================================================== */
/* 9. Fonts
   ========================================================================== */
/* 10. Forms
   ========================================================================== */
/* 11. Global
   ========================================================================== */
/* 12. Grid
   ========================================================================== */
/* 13. Navigation Bar
   ========================================================================== */
/* 14. Side Navigation
   ========================================================================== */
/* 15. Photo Slider
   ========================================================================== */
/* 16. Spinners | Loaders
   ========================================================================== */
/* 17. Tabs
   ========================================================================== */
/* 18. Tables
   ========================================================================== */
/* 19. Toasts
   ========================================================================== */
/* 20. Typography
   ========================================================================== */
/* 21. Footer
   ========================================================================== */
/* 22. Flow Text
   ========================================================================== */
/* 23. Collections
   ========================================================================== */
/* 24. Progress Bar
   ========================================================================== */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

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

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

ul {
  list-style-type: none; }
  ul.browser-default {
    list-style-type: initial; }

a {
  color: #1ba1b6;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent; }

.valign-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .valign-wrapper .valign {
    display: block; }

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

.clearfix {
  clear: both; }

.z-depth-0 {
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

.z-depth-1 {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }

.z-depth-1-half {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.z-depth-2 {
  -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

.z-depth-3 {
  -webkit-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19); }

.z-depth-4 {
  -webkit-box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
          box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21); }

.z-depth-5 {
  -webkit-box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
          box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22); }

.hoverable {
  -webkit-transition: -webkit-box-shadow .25s;
  transition: -webkit-box-shadow .25s;
  transition: box-shadow .25s;
  transition: box-shadow .25s, -webkit-box-shadow .25s;
  -webkit-box-shadow: 0;
          box-shadow: 0; }

.hoverable:hover {
  -webkit-transition: -webkit-box-shadow .25s;
  transition: -webkit-box-shadow .25s;
  transition: box-shadow .25s;
  transition: box-shadow .25s, -webkit-box-shadow .25s;
  -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

.divider {
  height: 1px;
  overflow: hidden;
  background-color: #e0e0e0; }

blockquote {
  margin: 20px 0;
  padding-left: 1.5rem;
  border-left: 5px solid #4C77FD; }

i {
  line-height: inherit; }
  i.left {
    float: left;
    margin-right: 15px; }
  i.right {
    float: right;
    margin-left: 15px; }
  i.tiny {
    font-size: 1rem; }
  i.small {
    font-size: 2rem; }
  i.medium {
    font-size: 4rem; }
  i.large {
    font-size: 6rem; }

img.responsive-img,
video.responsive-video {
  max-width: 100%;
  height: auto; }

.pagination li {
  display: inline-block;
  font-size: 1.2rem;
  padding: 0 10px;
  line-height: 30px;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  text-align: center; }
  .pagination li a {
    color: #444; }
  .pagination li.active a {
    color: #fff; }
  .pagination li.active {
    background-color: #4C77FD; }
  .pagination li.disabled a {
    cursor: default;
    color: #999; }
  .pagination li i {
    font-size: 2.2rem;
    vertical-align: middle; }

.pagination li.pages ul li {
  display: inline-block;
  float: none; }

@media only screen and (max-width: 992px) {
  .pagination {
    width: 100%; }
    .pagination li.prev,
    .pagination li.next {
      width: 10%; }
    .pagination li.pages {
      width: 80%;
      overflow: hidden;
      white-space: nowrap; } }

.breadcrumb {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7); }
  .breadcrumb i,
  .breadcrumb [class^="mdi-"], .breadcrumb [class*="mdi-"],
  .breadcrumb i.material-icons {
    display: inline-block;
    float: left;
    font-size: 24px; }
  .breadcrumb:before {
    content: '\E5CC';
    color: rgba(255, 255, 255, 0.7);
    vertical-align: top;
    display: inline-block;
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 25px;
    margin: 0 10px 0 8px;
    -webkit-font-smoothing: antialiased; }
  .breadcrumb:first-child:before {
    display: none; }
  .breadcrumb:last-child {
    color: #fff; }

.parallax-container {
  position: relative;
  overflow: hidden;
  height: 500px; }

.parallax {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1; }
  .parallax img {
    display: none;
    position: absolute;
    left: 50%;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }

.pin-top, .pin-bottom {
  position: relative; }

.pinned {
  position: fixed !important; }

/*********************
  Transition Classes
**********************/
ul.staggered-list li {
  opacity: 0; }

.fade-in {
  opacity: 0;
  -webkit-transform-origin: 0 50%;
      -ms-transform-origin: 0 50%;
          transform-origin: 0 50%; }

/*********************
  Media Query Classes
**********************/
@media only screen and (max-width: 600px) {
  .hide-on-small-only, .hide-on-small-and-down {
    display: none !important; } }

@media only screen and (max-width: 992px) {
  .hide-on-med-and-down {
    display: none !important; } }

@media only screen and (min-width: 601px) {
  .hide-on-med-and-up {
    display: none !important; } }

@media only screen and (min-width: 600px) and (max-width: 992px) {
  .hide-on-med-only {
    display: none !important; } }

@media only screen and (min-width: 993px) {
  .hide-on-large-only {
    display: none !important; } }

@media only screen and (min-width: 993px) {
  .show-on-large {
    display: block !important; } }

@media only screen and (min-width: 600px) and (max-width: 992px) {
  .show-on-medium {
    display: block !important; } }

@media only screen and (max-width: 600px) {
  .show-on-small {
    display: block !important; } }

@media only screen and (min-width: 601px) {
  .show-on-medium-and-up {
    display: block !important; } }

@media only screen and (max-width: 992px) {
  .show-on-medium-and-down {
    display: block !important; } }

@media only screen and (max-width: 600px) {
  .center-on-small-only {
    text-align: center; } }

footer.page-footer {
  margin-top: 20px;
  padding-top: 20px;
  background-color: #4C77FD; }
  footer.page-footer .footer-copyright {
    overflow: hidden;
    height: 50px;
    line-height: 50px;
    color: rgba(255, 255, 255, 0.8);
    background-color: rgba(51, 51, 51, 0.08); }

table, th, td {
  border: none; }

table {
  width: 100%;
  display: table; }
  table.bordered > thead > tr,
  table.bordered > tbody > tr {
    border-bottom: 1px solid #ddd; }
  table.striped > tbody > tr:nth-child(odd) {
    background-color: #f2f2f2; }
  table.striped > tbody > tr > td {
    -webkit-border-radius: 0;
            border-radius: 0; }
  table.highlight > tbody > tr {
    -webkit-transition: background-color .25s ease;
    transition: background-color .25s ease; }
    table.highlight > tbody > tr:hover {
      background-color: #f2f2f2; }
  table.centered thead tr th, table.centered tbody tr td {
    text-align: center; }

thead {
  border-bottom: 1px solid #ddd; }

td, th {
  padding: 15px 5px;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  -webkit-border-radius: 2px;
          border-radius: 2px; }

@media only screen and (max-width: 992px) {
  table.responsive-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    display: block;
    position: relative;
    /* sort out borders */ }
    table.responsive-table td:empty:before {
      content: '\00a0'; }
    table.responsive-table th,
    table.responsive-table td {
      margin: 0;
      vertical-align: top; }
    table.responsive-table th {
      text-align: left; }
    table.responsive-table thead {
      display: block;
      float: left; }
      table.responsive-table thead tr {
        display: block;
        padding: 0 10px 0 0; }
        table.responsive-table thead tr th::before {
          content: "\00a0"; }
    table.responsive-table tbody {
      display: block;
      width: auto;
      position: relative;
      overflow-x: auto;
      white-space: nowrap; }
      table.responsive-table tbody tr {
        display: inline-block;
        vertical-align: top; }
    table.responsive-table th {
      display: block;
      text-align: right; }
    table.responsive-table td {
      display: block;
      min-height: 1.25em;
      text-align: left; }
    table.responsive-table tr {
      padding: 0 10px; }
    table.responsive-table thead {
      border: 0;
      border-right: 1px solid #ddd; }
    table.responsive-table.bordered th {
      border-bottom: 0;
      border-left: 0; }
    table.responsive-table.bordered td {
      border-left: 0;
      border-right: 0;
      border-bottom: 0; }
    table.responsive-table.bordered tr {
      border: 0; }
    table.responsive-table.bordered tbody tr {
      border-right: 1px solid #ddd; } }

.collection {
  margin: 0.5rem 0 1rem 0;
  border: 1px solid #e0e0e0;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  overflow: hidden;
  position: relative; }
  .collection .collection-item {
    background-color: #fff;
    line-height: 1.5rem;
    padding: 10px 20px;
    margin: 0;
    border-bottom: 1px solid #e0e0e0; }
    .collection .collection-item.avatar {
      min-height: 84px;
      padding-left: 72px;
      position: relative; }
      .collection .collection-item.avatar .circle {
        position: absolute;
        width: 42px;
        height: 42px;
        overflow: hidden;
        left: 15px;
        display: inline-block;
        vertical-align: middle; }
      .collection .collection-item.avatar i.circle {
        font-size: 18px;
        line-height: 42px;
        color: #fff;
        background-color: #999;
        text-align: center; }
      .collection .collection-item.avatar .title {
        font-size: 16px; }
      .collection .collection-item.avatar p {
        margin: 0; }
      .collection .collection-item.avatar .secondary-content {
        position: absolute;
        top: 16px;
        right: 16px; }
    .collection .collection-item:last-child {
      border-bottom: none; }
    .collection .collection-item.active {
      background-color: #26a69a;
      color: #eafaf9; }
      .collection .collection-item.active .secondary-content {
        color: #fff; }
  .collection a.collection-item {
    display: block;
    -webkit-transition: .25s;
    transition: .25s;
    color: #26a69a; }
    .collection a.collection-item:not(.active):hover {
      background-color: #ddd; }
  .collection.with-header .collection-header {
    background-color: #fff;
    border-bottom: 1px solid #e0e0e0;
    padding: 10px 20px; }
  .collection.with-header .collection-item {
    padding-left: 30px; }
  .collection.with-header .collection-item.avatar {
    padding-left: 72px; }

.secondary-content {
  float: right;
  color: #26a69a; }

.collapsible .collection {
  margin: 0;
  border: none; }

span.badge {
  min-width: 3rem;
  padding: 0 6px;
  text-align: center;
  font-size: 1rem;
  line-height: inherit;
  color: #757575;
  position: absolute;
  right: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  span.badge.new {
    font-weight: 300;
    font-size: 0.8rem;
    color: #fff;
    background-color: #26a69a;
    -webkit-border-radius: 2px;
            border-radius: 2px; }
  span.badge.new:after {
    content: " new"; }

nav ul a span.badge {
  position: static;
  margin-left: 4px;
  line-height: 0; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; }
  .video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.progress {
  position: relative;
  height: 4px;
  display: block;
  width: 100%;
  background-color: white;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  margin: 0.5rem 0 1rem 0;
  overflow: hidden; }
  .progress .determinate {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #fff;
    -webkit-transition: width .3s linear;
    transition: width .3s linear; }
  .progress .indeterminate {
    background-color: #fff; }
    .progress .indeterminate:before {
      content: '';
      position: absolute;
      background-color: inherit;
      top: 0;
      left: 0;
      bottom: 0;
      will-change: left, right;
      -webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
              animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite; }
    .progress .indeterminate:after {
      content: '';
      position: absolute;
      background-color: inherit;
      top: 0;
      left: 0;
      bottom: 0;
      will-change: left, right;
      -webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
              animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
      -webkit-animation-delay: 1.15s;
              animation-delay: 1.15s; }

@-webkit-keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%; }
  60% {
    left: 100%;
    right: -90%; }
  100% {
    left: 100%;
    right: -90%; } }

@keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%; }
  60% {
    left: 100%;
    right: -90%; }
  100% {
    left: 100%;
    right: -90%; } }

@-webkit-keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%; }
  60% {
    left: 107%;
    right: -8%; }
  100% {
    left: 107%;
    right: -8%; } }

@keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%; }
  60% {
    left: 107%;
    right: -8%; }
  100% {
    left: 107%;
    right: -8%; } }

/*******************
  Utility Classes
*******************/
.hide {
  display: none !important; }

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

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

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

.left {
  float: left !important; }

.right {
  float: right !important; }

.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

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

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

.truncate {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.no-padding {
  padding: 0 !important; }

/* This is needed for some mobile phones to display the Google Icon font properly */
.material-icons {
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga'; }

.container {
  margin: 0 auto;
  max-width: 1280px;
  width: 90%; }

@media only screen and (min-width: 601px) {
  .container {
    width: 90%; } }

@media only screen and (min-width: 993px) {
  .container {
    width: 75%; } }

.container .row {
  margin-left: -10px;
  margin-right: -10px; }

.section {
  padding-top: 1rem;
  padding-bottom: 1rem; }
  .section.no-pad {
    padding: 0; }
  .section.no-pad-bot {
    padding-bottom: 0; }
  .section.no-pad-top {
    padding-top: 0; }

.row {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px; }
  .row:after {
    content: "";
    display: table;
    clear: both; }
  .row .col {
    float: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px; }
    .row .col[class*="push-"], .row .col[class*="pull-"] {
      position: relative; }
    .row .col.s1 {
      width: 8.33333%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s2 {
      width: 16.66667%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s3 {
      width: 25%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s4 {
      width: 33.33333%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s5 {
      width: 41.66667%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s6 {
      width: 50%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s7 {
      width: 58.33333%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s8 {
      width: 66.66667%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s9 {
      width: 75%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s10 {
      width: 83.33333%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s11 {
      width: 91.66667%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s12 {
      width: 100%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.offset-s1 {
      margin-left: 8.33333%; }
    .row .col.pull-s1 {
      right: 8.33333%; }
    .row .col.push-s1 {
      left: 8.33333%; }
    .row .col.offset-s2 {
      margin-left: 16.66667%; }
    .row .col.pull-s2 {
      right: 16.66667%; }
    .row .col.push-s2 {
      left: 16.66667%; }
    .row .col.offset-s3 {
      margin-left: 25%; }
    .row .col.pull-s3 {
      right: 25%; }
    .row .col.push-s3 {
      left: 25%; }
    .row .col.offset-s4 {
      margin-left: 33.33333%; }
    .row .col.pull-s4 {
      right: 33.33333%; }
    .row .col.push-s4 {
      left: 33.33333%; }
    .row .col.offset-s5 {
      margin-left: 41.66667%; }
    .row .col.pull-s5 {
      right: 41.66667%; }
    .row .col.push-s5 {
      left: 41.66667%; }
    .row .col.offset-s6 {
      margin-left: 50%; }
    .row .col.pull-s6 {
      right: 50%; }
    .row .col.push-s6 {
      left: 50%; }
    .row .col.offset-s7 {
      margin-left: 58.33333%; }
    .row .col.pull-s7 {
      right: 58.33333%; }
    .row .col.push-s7 {
      left: 58.33333%; }
    .row .col.offset-s8 {
      margin-left: 66.66667%; }
    .row .col.pull-s8 {
      right: 66.66667%; }
    .row .col.push-s8 {
      left: 66.66667%; }
    .row .col.offset-s9 {
      margin-left: 75%; }
    .row .col.pull-s9 {
      right: 75%; }
    .row .col.push-s9 {
      left: 75%; }
    .row .col.offset-s10 {
      margin-left: 83.33333%; }
    .row .col.pull-s10 {
      right: 83.33333%; }
    .row .col.push-s10 {
      left: 83.33333%; }
    .row .col.offset-s11 {
      margin-left: 91.66667%; }
    .row .col.pull-s11 {
      right: 91.66667%; }
    .row .col.push-s11 {
      left: 91.66667%; }
    .row .col.offset-s12 {
      margin-left: 100%; }
    .row .col.pull-s12 {
      right: 100%; }
    .row .col.push-s12 {
      left: 100%; }
    @media only screen and (min-width: 601px) {
      .row .col.m1 {
        width: 8.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m2 {
        width: 16.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m3 {
        width: 25%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m4 {
        width: 33.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m5 {
        width: 41.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m6 {
        width: 50%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m7 {
        width: 58.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m8 {
        width: 66.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m9 {
        width: 75%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m10 {
        width: 83.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m11 {
        width: 91.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m12 {
        width: 100%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.offset-m1 {
        margin-left: 8.33333%; }
      .row .col.pull-m1 {
        right: 8.33333%; }
      .row .col.push-m1 {
        left: 8.33333%; }
      .row .col.offset-m2 {
        margin-left: 16.66667%; }
      .row .col.pull-m2 {
        right: 16.66667%; }
      .row .col.push-m2 {
        left: 16.66667%; }
      .row .col.offset-m3 {
        margin-left: 25%; }
      .row .col.pull-m3 {
        right: 25%; }
      .row .col.push-m3 {
        left: 25%; }
      .row .col.offset-m4 {
        margin-left: 33.33333%; }
      .row .col.pull-m4 {
        right: 33.33333%; }
      .row .col.push-m4 {
        left: 33.33333%; }
      .row .col.offset-m5 {
        margin-left: 41.66667%; }
      .row .col.pull-m5 {
        right: 41.66667%; }
      .row .col.push-m5 {
        left: 41.66667%; }
      .row .col.offset-m6 {
        margin-left: 50%; }
      .row .col.pull-m6 {
        right: 50%; }
      .row .col.push-m6 {
        left: 50%; }
      .row .col.offset-m7 {
        margin-left: 58.33333%; }
      .row .col.pull-m7 {
        right: 58.33333%; }
      .row .col.push-m7 {
        left: 58.33333%; }
      .row .col.offset-m8 {
        margin-left: 66.66667%; }
      .row .col.pull-m8 {
        right: 66.66667%; }
      .row .col.push-m8 {
        left: 66.66667%; }
      .row .col.offset-m9 {
        margin-left: 75%; }
      .row .col.pull-m9 {
        right: 75%; }
      .row .col.push-m9 {
        left: 75%; }
      .row .col.offset-m10 {
        margin-left: 83.33333%; }
      .row .col.pull-m10 {
        right: 83.33333%; }
      .row .col.push-m10 {
        left: 83.33333%; }
      .row .col.offset-m11 {
        margin-left: 91.66667%; }
      .row .col.pull-m11 {
        right: 91.66667%; }
      .row .col.push-m11 {
        left: 91.66667%; }
      .row .col.offset-m12 {
        margin-left: 100%; }
      .row .col.pull-m12 {
        right: 100%; }
      .row .col.push-m12 {
        left: 100%; } }
    @media only screen and (min-width: 993px) {
      .row .col.l1 {
        width: 8.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l2 {
        width: 16.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l3 {
        width: 25%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l4 {
        width: 33.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l5 {
        width: 41.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l6 {
        width: 50%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l7 {
        width: 58.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l8 {
        width: 66.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l9 {
        width: 75%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l10 {
        width: 83.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l11 {
        width: 91.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l12 {
        width: 100%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.offset-l1 {
        margin-left: 8.33333%; }
      .row .col.pull-l1 {
        right: 8.33333%; }
      .row .col.push-l1 {
        left: 8.33333%; }
      .row .col.offset-l2 {
        margin-left: 16.66667%; }
      .row .col.pull-l2 {
        right: 16.66667%; }
      .row .col.push-l2 {
        left: 16.66667%; }
      .row .col.offset-l3 {
        margin-left: 25%; }
      .row .col.pull-l3 {
        right: 25%; }
      .row .col.push-l3 {
        left: 25%; }
      .row .col.offset-l4 {
        margin-left: 33.33333%; }
      .row .col.pull-l4 {
        right: 33.33333%; }
      .row .col.push-l4 {
        left: 33.33333%; }
      .row .col.offset-l5 {
        margin-left: 41.66667%; }
      .row .col.pull-l5 {
        right: 41.66667%; }
      .row .col.push-l5 {
        left: 41.66667%; }
      .row .col.offset-l6 {
        margin-left: 50%; }
      .row .col.pull-l6 {
        right: 50%; }
      .row .col.push-l6 {
        left: 50%; }
      .row .col.offset-l7 {
        margin-left: 58.33333%; }
      .row .col.pull-l7 {
        right: 58.33333%; }
      .row .col.push-l7 {
        left: 58.33333%; }
      .row .col.offset-l8 {
        margin-left: 66.66667%; }
      .row .col.pull-l8 {
        right: 66.66667%; }
      .row .col.push-l8 {
        left: 66.66667%; }
      .row .col.offset-l9 {
        margin-left: 75%; }
      .row .col.pull-l9 {
        right: 75%; }
      .row .col.push-l9 {
        left: 75%; }
      .row .col.offset-l10 {
        margin-left: 83.33333%; }
      .row .col.pull-l10 {
        right: 83.33333%; }
      .row .col.push-l10 {
        left: 83.33333%; }
      .row .col.offset-l11 {
        margin-left: 91.66667%; }
      .row .col.pull-l11 {
        right: 91.66667%; }
      .row .col.push-l11 {
        left: 91.66667%; }
      .row .col.offset-l12 {
        margin-left: 100%; }
      .row .col.pull-l12 {
        right: 100%; }
      .row .col.push-l12 {
        left: 100%; } }

@font-face {
  font-family: "Roboto";
  src: local(Roboto Thin), url("../fonts/roboto/Roboto-Thin.eot");
  src: url("../fonts/roboto/Roboto-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/Roboto-Thin.woff2") format("woff2"), url("../fonts/roboto/Roboto-Thin.woff") format("woff"), url("../fonts/roboto/Roboto-Thin.ttf") format("truetype");
  font-weight: 200; }

@font-face {
  font-family: "Roboto";
  src: local(Roboto Light), url("../fonts/roboto/Roboto-Light.eot");
  src: url("../fonts/roboto/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/Roboto-Light.woff2") format("woff2"), url("../fonts/roboto/Roboto-Light.woff") format("woff"), url("../fonts/roboto/Roboto-Light.ttf") format("truetype");
  font-weight: 300; }

@font-face {
  font-family: "Roboto";
  src: local(Roboto Regular), url("../fonts/roboto/Roboto-Regular.eot");
  src: url("../fonts/roboto/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/Roboto-Regular.woff2") format("woff2"), url("../fonts/roboto/Roboto-Regular.woff") format("woff"), url("../fonts/roboto/Roboto-Regular.ttf") format("truetype");
  font-weight: 400; }

@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto/Roboto-Medium.eot");
  src: url("../fonts/roboto/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/Roboto-Medium.woff2") format("woff2"), url("../fonts/roboto/Roboto-Medium.woff") format("woff"), url("../fonts/roboto/Roboto-Medium.ttf") format("truetype");
  font-weight: 500; }

@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto/Roboto-Bold.eot");
  src: url("../fonts/roboto/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/Roboto-Bold.woff2") format("woff2"), url("../fonts/roboto/Roboto-Bold.woff") format("woff"), url("../fonts/roboto/Roboto-Bold.ttf") format("truetype");
  font-weight: 700; }

a {
  text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  line-height: 1.1; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit; }

h1 {
  font-size: 4.2rem;
  line-height: 110%;
  margin: 2.1rem 0 1.68rem 0; }

h2 {
  font-size: 3.56rem;
  line-height: 110%;
  margin: 1.78rem 0 1.424rem 0; }

h3 {
  font-size: 2.92rem;
  line-height: 110%;
  margin: 1.46rem 0 1.168rem 0; }

h4 {
  font-size: 2.28rem;
  line-height: 110%;
  margin: 1.14rem 0 0.912rem 0; }

h5 {
  font-size: 1.64rem;
  line-height: 110%;
  margin: 0.82rem 0 0.656rem 0; }

h6 {
  font-size: 1rem;
  line-height: 110%;
  margin: 0.5rem 0 0.4rem 0; }

em {
  font-style: italic; }

strong {
  font-weight: 500; }

small {
  font-size: 75%; }

.light, footer.page-footer .footer-copyright {
  font-weight: 300; }

.thin {
  font-weight: 200; }

.flow-text {
  font-weight: 300; }
  @media only screen and (min-width: 360px) {
    .flow-text {
      font-size: 1.2rem; } }
  @media only screen and (min-width: 390px) {
    .flow-text {
      font-size: 1.224rem; } }
  @media only screen and (min-width: 420px) {
    .flow-text {
      font-size: 1.248rem; } }
  @media only screen and (min-width: 450px) {
    .flow-text {
      font-size: 1.272rem; } }
  @media only screen and (min-width: 480px) {
    .flow-text {
      font-size: 1.296rem; } }
  @media only screen and (min-width: 510px) {
    .flow-text {
      font-size: 1.32rem; } }
  @media only screen and (min-width: 540px) {
    .flow-text {
      font-size: 1.344rem; } }
  @media only screen and (min-width: 570px) {
    .flow-text {
      font-size: 1.368rem; } }
  @media only screen and (min-width: 600px) {
    .flow-text {
      font-size: 1.392rem; } }
  @media only screen and (min-width: 630px) {
    .flow-text {
      font-size: 1.416rem; } }
  @media only screen and (min-width: 660px) {
    .flow-text {
      font-size: 1.44rem; } }
  @media only screen and (min-width: 690px) {
    .flow-text {
      font-size: 1.464rem; } }
  @media only screen and (min-width: 720px) {
    .flow-text {
      font-size: 1.488rem; } }
  @media only screen and (min-width: 750px) {
    .flow-text {
      font-size: 1.512rem; } }
  @media only screen and (min-width: 780px) {
    .flow-text {
      font-size: 1.536rem; } }
  @media only screen and (min-width: 810px) {
    .flow-text {
      font-size: 1.56rem; } }
  @media only screen and (min-width: 840px) {
    .flow-text {
      font-size: 1.584rem; } }
  @media only screen and (min-width: 870px) {
    .flow-text {
      font-size: 1.608rem; } }
  @media only screen and (min-width: 900px) {
    .flow-text {
      font-size: 1.632rem; } }
  @media only screen and (min-width: 930px) {
    .flow-text {
      font-size: 1.656rem; } }
  @media only screen and (min-width: 960px) {
    .flow-text {
      font-size: 1.68rem; } }
  @media only screen and (max-width: 360px) {
    .flow-text {
      font-size: 1.2rem; } }

.tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  height: 48px;
  background-color: #fff;
  margin: 0 auto;
  width: 100%;
  white-space: nowrap; }
  .tabs .tab {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: block;
    float: left;
    text-align: center;
    line-height: 48px;
    height: 48px;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    text-overflow: ellipsis;
    overflow: hidden;
    letter-spacing: .8px;
    width: 15%;
    min-width: 80px; }
    .tabs .tab a {
      color: #4C77FD;
      display: block;
      width: 100%;
      height: 100%;
      text-overflow: ellipsis;
      overflow: hidden;
      -webkit-transition: color .28s ease;
      transition: color .28s ease; }
      .tabs .tab a:hover {
        color: #b1c4fe; }
    .tabs .tab.disabled a {
      color: #b1c4fe;
      cursor: default; }
  .tabs .indicator {
    position: absolute;
    bottom: 0;
    height: 2px;
    background-color: #98b0fe;
    will-change: left, right; }

.material-tooltip {
  padding: 10px 8px;
  font-size: 1rem;
  z-index: 2000;
  background-color: transparent;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  color: #fff;
  min-height: 36px;
  line-height: 120%;
  opacity: 0;
  display: none;
  position: absolute;
  text-align: center;
  max-width: -webkit-calc(100% - 4px);
  max-width: calc(100% - 4px);
  overflow: hidden;
  left: 0;
  top: 0;
  pointer-events: none;
  will-change: top, left; }

.backdrop {
  position: absolute;
  opacity: 0;
  display: none;
  height: 7px;
  width: 14px;
  -webkit-border-radius: 0 0 14px 14px;
          border-radius: 0 0 14px 14px;
  background-color: #323232;
  z-index: -1;
  -webkit-transform-origin: 50% 10%;
      -ms-transform-origin: 50% 10%;
          transform-origin: 50% 10%;
  will-change: transform, opacity; }

.chip {
  display: inline-block;
  height: 32px;
  font-size: 13px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
  line-height: 32px;
  padding: 0 12px;
  -webkit-border-radius: 16px;
          border-radius: 16px;
  background-color: #e4e4e4; }
  .chip img {
    float: left;
    margin: 0 8px 0 -12px;
    height: 32px;
    width: 32px;
    -webkit-border-radius: 50%;
            border-radius: 50%; }
  .chip i.material-icons {
    cursor: pointer;
    float: right;
    font-size: 16px;
    line-height: 32px;
    padding-left: 8px; }

.materialboxed {
  display: block;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  position: relative;
  -webkit-transition: opacity .4s;
  transition: opacity .4s; }
  .materialboxed:hover {
    will-change: left, top, width, height; }
    .materialboxed:hover:not(.active) {
      opacity: .8; }

.materialboxed.active {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

#materialbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #292929;
  z-index: 1000;
  will-change: opacity; }

.materialbox-caption {
  position: fixed;
  display: none;
  color: #fff;
  line-height: 50px;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 0% 15%;
  height: 50px;
  z-index: 1000;
  -webkit-font-smoothing: antialiased; }

/***************
    Nav List
***************/
.table-of-contents.fixed {
  position: fixed; }

.table-of-contents li {
  padding: 2px 0; }

.table-of-contents a {
  display: inline-block;
  font-weight: 300;
  color: #757575;
  padding-left: 20px;
  height: 1.5rem;
  line-height: 1.5rem;
  letter-spacing: .4;
  display: inline-block; }
  .table-of-contents a:hover {
    color: #a8a8a8;
    padding-left: 19px;
    border-left: 1px solid #ea4a4f; }
  .table-of-contents a.active {
    font-weight: 500;
    padding-left: 18px;
    border-left: 2px solid #ea4a4f; }

/*
    @license
    Copyright (c) 2014 The Polymer Project Authors. All rights reserved.
    This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
    The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
    The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
    Code distributed by Google as part of the polymer project is also
    subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
 */
/**************************/
/* STYLES FOR THE SPINNER */
/**************************/
/*
 * Constants:
 *      STROKEWIDTH = 3px
 *      ARCSIZE     = 270 degrees (amount of circle the arc takes up)
 *      ARCTIME     = 1333ms (time it takes to expand and contract arc)
 *      ARCSTARTROT = 216 degrees (how much the start location of the arc
 *                                should rotate each time, 216 gives us a
 *                                5 pointed star shape (it's 360/5 * 3).
 *                                For a 7 pointed star, we might do
 *                                360/7 * 3 = 154.286)
 *      CONTAINERWIDTH = 28px
 *      SHRINK_TIME = 400ms
 */
.preloader-wrapper {
  display: inline-block;
  position: relative;
  width: 48px;
  height: 48px; }
  .preloader-wrapper.small {
    width: 36px;
    height: 36px; }
  .preloader-wrapper.big {
    width: 64px;
    height: 64px; }
  .preloader-wrapper.active {
    /* duration: 360 * ARCTIME / (ARCSTARTROT + (360-ARCSIZE)) */
    -webkit-animation: container-rotate 1568ms linear infinite;
    animation: container-rotate 1568ms linear infinite; }

@-webkit-keyframes container-rotate {
  to {
    -webkit-transform: rotate(360deg); } }

@keyframes container-rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.spinner-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-color: #26a69a; }

.spinner-blue,
.spinner-blue-only {
  border-color: #4285f4; }

.spinner-red,
.spinner-red-only {
  border-color: #db4437; }

.spinner-yellow,
.spinner-yellow-only {
  border-color: #f4b400; }

.spinner-green,
.spinner-green-only {
  border-color: #0f9d58; }

/**
 * IMPORTANT NOTE ABOUT CSS ANIMATION PROPERTIES (keanulee):
 *
 * iOS Safari (tested on iOS 8.1) does not handle animation-delay very well - it doesn't
 * guarantee that the animation will start _exactly_ after that value. So we avoid using
 * animation-delay and instead set custom keyframes for each color (as redundant as it
 * seems).
 *
 * We write out each animation in full (instead of separating animation-name,
 * animation-duration, etc.) because under the polyfill, Safari does not recognize those
 * specific properties properly, treats them as -webkit-animation, and overrides the
 * other animation rules. See https://github.com/Polymer/platform/issues/53.
 */
.active .spinner-layer.spinner-blue {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

.active .spinner-layer.spinner-red {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

.active .spinner-layer.spinner-yellow {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

.active .spinner-layer.spinner-green {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

.active .spinner-layer,
.active .spinner-layer.spinner-blue-only,
.active .spinner-layer.spinner-red-only,
.active .spinner-layer.spinner-yellow-only,
.active .spinner-layer.spinner-green-only {
  /* durations: 4 * ARCTIME */
  opacity: 1;
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

@-webkit-keyframes fill-unfill-rotate {
  12.5% {
    -webkit-transform: rotate(135deg); }
  /* 0.5 * ARCSIZE */
  25% {
    -webkit-transform: rotate(270deg); }
  /* 1   * ARCSIZE */
  37.5% {
    -webkit-transform: rotate(405deg); }
  /* 1.5 * ARCSIZE */
  50% {
    -webkit-transform: rotate(540deg); }
  /* 2   * ARCSIZE */
  62.5% {
    -webkit-transform: rotate(675deg); }
  /* 2.5 * ARCSIZE */
  75% {
    -webkit-transform: rotate(810deg); }
  /* 3   * ARCSIZE */
  87.5% {
    -webkit-transform: rotate(945deg); }
  /* 3.5 * ARCSIZE */
  to {
    -webkit-transform: rotate(1080deg); }
  /* 4   * ARCSIZE */ }

@keyframes fill-unfill-rotate {
  12.5% {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg); }
  /* 0.5 * ARCSIZE */
  25% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg); }
  /* 1   * ARCSIZE */
  37.5% {
    -webkit-transform: rotate(405deg);
            transform: rotate(405deg); }
  /* 1.5 * ARCSIZE */
  50% {
    -webkit-transform: rotate(540deg);
            transform: rotate(540deg); }
  /* 2   * ARCSIZE */
  62.5% {
    -webkit-transform: rotate(675deg);
            transform: rotate(675deg); }
  /* 2.5 * ARCSIZE */
  75% {
    -webkit-transform: rotate(810deg);
            transform: rotate(810deg); }
  /* 3   * ARCSIZE */
  87.5% {
    -webkit-transform: rotate(945deg);
            transform: rotate(945deg); }
  /* 3.5 * ARCSIZE */
  to {
    -webkit-transform: rotate(1080deg);
            transform: rotate(1080deg); }
  /* 4   * ARCSIZE */ }

@-webkit-keyframes blue-fade-in-out {
  from {
    opacity: 1; }
  25% {
    opacity: 1; }
  26% {
    opacity: 0; }
  89% {
    opacity: 0; }
  90% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@keyframes blue-fade-in-out {
  from {
    opacity: 1; }
  25% {
    opacity: 1; }
  26% {
    opacity: 0; }
  89% {
    opacity: 0; }
  90% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@-webkit-keyframes red-fade-in-out {
  from {
    opacity: 0; }
  15% {
    opacity: 0; }
  25% {
    opacity: 1; }
  50% {
    opacity: 1; }
  51% {
    opacity: 0; } }

@keyframes red-fade-in-out {
  from {
    opacity: 0; }
  15% {
    opacity: 0; }
  25% {
    opacity: 1; }
  50% {
    opacity: 1; }
  51% {
    opacity: 0; } }

@-webkit-keyframes yellow-fade-in-out {
  from {
    opacity: 0; }
  40% {
    opacity: 0; }
  50% {
    opacity: 1; }
  75% {
    opacity: 1; }
  76% {
    opacity: 0; } }

@keyframes yellow-fade-in-out {
  from {
    opacity: 0; }
  40% {
    opacity: 0; }
  50% {
    opacity: 1; }
  75% {
    opacity: 1; }
  76% {
    opacity: 0; } }

@-webkit-keyframes green-fade-in-out {
  from {
    opacity: 0; }
  65% {
    opacity: 0; }
  75% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes green-fade-in-out {
  from {
    opacity: 0; }
  65% {
    opacity: 0; }
  75% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/**
 * Patch the gap that appear between the two adjacent div.circle-clipper while the
 * spinner is rotating (appears on Chrome 38, Safari 7.1, and IE 11).
 */
.gap-patch {
  position: absolute;
  top: 0;
  left: 45%;
  width: 10%;
  height: 100%;
  overflow: hidden;
  border-color: inherit; }

.gap-patch .circle {
  width: 1000%;
  left: -450%; }

.circle-clipper {
  display: inline-block;
  position: relative;
  width: 50%;
  height: 100%;
  overflow: hidden;
  border-color: inherit; }
  .circle-clipper .circle {
    width: 200%;
    height: 100%;
    border-width: 3px;
    /* STROKEWIDTH */
    border-style: solid;
    border-color: inherit;
    border-bottom-color: transparent !important;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    -webkit-animation: none;
    animation: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0; }
  .circle-clipper.left .circle {
    left: 0;
    border-right-color: transparent !important;
    -webkit-transform: rotate(129deg);
    -ms-transform: rotate(129deg);
        transform: rotate(129deg); }
  .circle-clipper.right .circle {
    left: -100%;
    border-left-color: transparent !important;
    -webkit-transform: rotate(-129deg);
    -ms-transform: rotate(-129deg);
        transform: rotate(-129deg); }

.active .circle-clipper.left .circle {
  /* duration: ARCTIME */
  -webkit-animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

.active .circle-clipper.right .circle {
  /* duration: ARCTIME */
  -webkit-animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

@-webkit-keyframes left-spin {
  from {
    -webkit-transform: rotate(130deg); }
  50% {
    -webkit-transform: rotate(-5deg); }
  to {
    -webkit-transform: rotate(130deg); } }

@keyframes left-spin {
  from {
    -webkit-transform: rotate(130deg);
            transform: rotate(130deg); }
  50% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg); }
  to {
    -webkit-transform: rotate(130deg);
            transform: rotate(130deg); } }

@-webkit-keyframes right-spin {
  from {
    -webkit-transform: rotate(-130deg); }
  50% {
    -webkit-transform: rotate(5deg); }
  to {
    -webkit-transform: rotate(-130deg); } }

@keyframes right-spin {
  from {
    -webkit-transform: rotate(-130deg);
            transform: rotate(-130deg); }
  50% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg); }
  to {
    -webkit-transform: rotate(-130deg);
            transform: rotate(-130deg); } }

#spinnerContainer.cooldown {
  /* duration: SHRINK_TIME */
  -webkit-animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1);
  animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1); }

@-webkit-keyframes fade-out {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fade-out {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

/**
 * Swiper 3.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: February 7, 2016
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative; }

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -ms-grid-row-align: flex-start;
      align-items: flex-start;
  -webkit-transition-property: -webkit-transform,height;
  -webkit-transition-property: height,-webkit-transform;
  transition-property: height,-webkit-transform;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform; }

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%; }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  background: #000;
  opacity: .2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px; }

.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5); }

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff; }

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000; }

.swiper-container-3d {
  -webkit-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent); }

.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200px; }

.swiper-container-cube, .swiper-container-flip {
  overflow: visible; }

.swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-scrollbar {
  -webkit-border-radius: 10px;
          border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 10px;
          border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
      transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

/*
clear child float (pika-lendar), using the famous micro clearfix hack
http://nicolasgallagher.com/micro-clearfix-hack/
*/
.pika-single:before,
.pika-single:after {
  content: " ";
  display: table; }

.pika-single:after {
  clear: both; }

.pika-single {
  *zoom: 1; }

.pika-single.is-hidden {
  display: none; }

.pika-single.is-bound {
  position: absolute;
  -webkit-box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
          box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5); }

.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px; }

.pika-title {
  position: relative;
  text-align: center; }

.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff; }

.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  filter: alpha(opacity=0);
  opacity: 0; }

.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  /* hide text using text-indent trick, using width value (it's enough) */
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: .5;
  *position: absolute;
  *top: 0; }

.pika-prev:hover,
.pika-next:hover {
  opacity: 1; }

.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
  *left: 0; }

.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
  *right: 0; }

.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: .2; }

.pika-select {
  display: inline-block;
  *display: inline; }

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0; }

.pika-table th,
.pika-table td {
  width: 14.285714285714286%;
  padding: 0; }

.pika-table th {
  color: #999;
  font-size: 12px;
  line-height: 25px;
  font-weight: bold;
  text-align: center; }

.pika-button {
  cursor: pointer;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5; }

.pika-week {
  font-size: 11px;
  color: #999; }

.is-today .pika-button {
  color: #33aaff;
  font-weight: bold; }

.is-selected .pika-button {
  color: #fff;
  font-weight: bold;
  background: #33aaff;
  -webkit-box-shadow: inset 0 1px 3px #178fe5;
          box-shadow: inset 0 1px 3px #178fe5;
  -webkit-border-radius: 3px;
          border-radius: 3px; }

.is-inrange .pika-button {
  background: #D5E9F7; }

.is-startrange .pika-button {
  color: #fff;
  background: #6CB31D;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-border-radius: 3px;
          border-radius: 3px; }

.is-endrange .pika-button {
  color: #fff;
  background: #33aaff;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-border-radius: 3px;
          border-radius: 3px; }

.is-disabled .pika-button,
.is-outside-current-month .pika-button {
  pointer-events: none;
  cursor: default;
  color: #999;
  opacity: .3; }

.pika-button:hover {
  color: #fff;
  background: #ff8000;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-border-radius: 3px;
          border-radius: 3px; }

/* styling for abbr */
.pika-table abbr {
  border-bottom: none;
  cursor: help; }

/* Common, default styles for the notification box */
.s-alert-box,
.s-alert-box * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.s-alert-box {
  position: fixed;
  background: rgba(42, 45, 50, 0.85);
  padding: 22px;
  line-height: 1.4;
  z-index: 1000;
  pointer-events: none;
  color: rgba(250, 251, 255, 0.95);
  font-size: 100%;
  font-family: 'Helvetica Neue', 'Segoe UI', Helvetica, Arial, sans-serif;
  max-width: 300px;
  -webkit-transition: top .4s, bottom .4s;
  transition: top .4s, bottom .4s; }

.s-alert-box.s-alert-show {
  pointer-events: auto; }

.s-alert-box a {
  color: inherit;
  opacity: 0.7;
  font-weight: 700; }

.s-alert-box a:hover,
.s-alert-box a:focus {
  opacity: 1; }

.s-alert-box p {
  margin: 0; }

.s-alert-box.s-alert-show,
.s-alert-box.s-alert-visible {
  pointer-events: auto; }

.s-alert-close {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 4px;
  top: 4px;
  overflow: hidden;
  text-indent: 100%;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.s-alert-close:hover,
.s-alert-close:focus {
  outline: none; }

.s-alert-close::before,
.s-alert-close::after {
  content: '';
  position: absolute;
  width: 3px;
  height: 60%;
  top: 50%;
  left: 50%;
  background: #fff; }

.s-alert-close:hover::before,
.s-alert-close:hover::after {
  background: #fff; }

.s-alert-close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
      transform: translate(-50%, -50%) rotate(45deg); }

.s-alert-close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
      transform: translate(-50%, -50%) rotate(-45deg); }

/* positions */
.s-alert-bottom-left {
  top: auto;
  right: auto;
  bottom: 30px;
  left: 30px; }

.s-alert-top-left {
  top: 30px;
  right: auto;
  bottom: auto;
  left: 30px; }

.s-alert-top-right {
  top: 30px;
  right: 30px;
  bottom: auto;
  left: auto; }

.s-alert-bottom-right {
  /*default*/
  top: auto;
  right: 30px;
  bottom: 30px;
  left: auto; }

.s-alert-bottom {
  width: 100%;
  max-width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  top: auto; }

.s-alert-top {
  width: 100%;
  max-width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto; }

/* conditions */
.s-alert-info {
  background: #00A2D3;
  color: #fff; }

.s-alert-success {
  background: #27AE60;
  color: #fff; }

.s-alert-warning {
  background: #F1C40F;
  color: #fff; }

.s-alert-error {
  background: #E74C3C;
  color: #fff; }

[class^="s-alert-effect-"].s-alert-hide,
[class*=" s-alert-effect-"].s-alert-hide {
  -webkit-animation-direction: reverse;
  animation-direction: reverse; }

/* height measurement helper */
.s-alert-box-height {
  visibility: hidden;
  position: fixed; }

/* Bouncy Flip adapted from animate.css by Dan Eden: http://daneden.github.io/animate.css/ */
.s-alert-bottom-left.s-alert-effect-bouncyflip,
.s-alert-bottom-right.s-alert-effect-bouncyflip,
.s-alert-bottom.s-alert-effect-bouncyflip {
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
      transform-origin: 50% 100%; }

.s-alert-top-left.s-alert-effect-bouncyflip,
.s-alert-top-right.s-alert-effect-bouncyflip .s-alert-top.s-alert-effect-bouncyflip {
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
      transform-origin: 50% 0%; }

.s-alert-effect-bouncyflip p {
  padding: 0.5em 0.8em 0.5em 0.8em; }

.s-alert-effect-bouncyflip .s-alert-close::after,
.s-alert-effect-bouncyflip .s-alert-close::before {
  background: #fff; }

.s-alert-effect-bouncyflip .s-alert-close:hover::after,
.s-alert-effect-bouncyflip .s-alert-close:hover::before {
  background: #fff; }

.s-alert-top-left.s-alert-effect-bouncyflip.s-alert-hide,
.s-alert-top-right.s-alert-effect-bouncyflip.s-alert-hide,
.s-alert-top-left.s-alert-effect-bouncyflip.s-alert-show,
.s-alert-top-right.s-alert-effect-bouncyflip.s-alert-show,
.s-alert-top.s-alert-effect-bouncyflip.s-alert-hide,
.s-alert-top.s-alert-effect-bouncyflip.s-alert-show {
  -webkit-animation-name: flipInXTop;
  animation-name: flipInXTop;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s; }

.s-alert-bottom-left.s-alert-effect-bouncyflip.s-alert-hide,
.s-alert-bottom-right.s-alert-effect-bouncyflip.s-alert-hide,
.s-alert-bottom-left.s-alert-effect-bouncyflip.s-alert-show,
.s-alert-bottom-right.s-alert-effect-bouncyflip.s-alert-show,
.s-alert-bottom.s-alert-effect-bouncyflip.s-alert-show,
.s-alert-bottom.s-alert-effect-bouncyflip.s-alert-hide {
  -webkit-animation-name: flipInXBottom;
  animation-name: flipInXBottom;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s; }

@-webkit-keyframes flipInXTop {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -90deg);
    -webkit-transition-timing-function: ease-in; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 20deg);
    -webkit-transition-timing-function: ease-out; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -10deg);
    -webkit-transition-timing-function: ease-in;
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 5deg);
    -webkit-transition-timing-function: ease-out; }
  100% {
    -webkit-transform: perspective(400px); } }

@keyframes flipInXTop {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 20deg);
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -10deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 5deg);
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@-webkit-keyframes flipInXBottom {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-out; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    -webkit-transition-timing-function: ease-in;
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    -webkit-transition-timing-function: ease-out; }
  100% {
    -webkit-transform: perspective(400px); } }

@keyframes flipInXBottom {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.s-alert-top-right.s-alert-effect-bouncyflip.s-alert-hide,
.s-alert-top-left.s-alert-effect-bouncyflip.s-alert-hide,
.s-alert-top.s-alert-effect-bouncyflip.s-alert-hide {
  -webkit-animation-name: flipInXSimpleTop;
  animation-name: flipInXSimpleTop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s; }

.s-alert-bottom-right.s-alert-effect-bouncyflip.s-alert-hide,
.s-alert-bottom-left.s-alert-effect-bouncyflip.s-alert-hide,
.s-alert-bottom.s-alert-effect-bouncyflip.s-alert-hide {
  -webkit-animation-name: flipInXSimpleBottom;
  animation-name: flipInXSimpleBottom;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s; }

@-webkit-keyframes flipInXSimpleTop {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -90deg);
    -webkit-transition-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px); } }

@keyframes flipInXSimpleTop {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@-webkit-keyframes flipInXSimpleBottom {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px); } }

@keyframes flipInXSimpleBottom {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@media screen and (max-width: 25em) {
  .s-alert-attached {
    left: 30px;
    max-width: none;
    right: 30px; } }

/* stackslide (top, bottom - full width) */
.s-alert-effect-stackslide .s-alert-close {
  background: transparent; }

.s-alert-effect-stackslide .s-alert-close::before,
.s-alert-effect-stackslide .s-alert-close::after {
  background: #fff; }

.s-alert-effect-stackslide p {
  padding: 0 1.5em;
  display: inline-block; }

.s-alert-effect-stackslide .s-alert-close::before,
.s-alert-effect-stackslide .s-alert-close::after {
  width: 2px;
  background: #fff; }

.s-alert-effect-stackslide .s-alert-close:hover::before,
.s-alert-effect-stackslide .s-alert-close:hover::after {
  background: #fff; }

.s-alert-top-left.s-alert-effect-stackslide.s-alert-show,
.s-alert-top-right.s-alert-effect-stackslide.s-alert-show,
.s-alert-top-left.s-alert-effect-stackslide.s-alert-hide,
.s-alert-top-right.s-alert-effect-stackslide.s-alert-hide,
.s-alert-top.s-alert-effect-stackslide.s-alert-show,
.s-alert-top.s-alert-effect-stackslide.s-alert-hide {
  -webkit-animation-name: animSlideTop;
  animation-name: animSlideTop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s; }

@-webkit-keyframes animSlideTop {
  0% {
    -webkit-transform: translate3d(0, -100%, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0); } }

@keyframes animSlideTop {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.s-alert-bottom-left.s-alert-effect-stackslide.s-alert-show,
.s-alert-bottom-right.s-alert-effect-stackslide.s-alert-show,
.s-alert-bottom-left.s-alert-effect-stackslide.s-alert-hide,
.s-alert-bottom-right.s-alert-effect-stackslide.s-alert-hide,
.s-alert-bottom.s-alert-effect-stackslide.s-alert-show,
.s-alert-bottom.s-alert-effect-stackslide.s-alert-hide {
  -webkit-animation-name: animSlideBottom;
  animation-name: animSlideBottom;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s; }

@-webkit-keyframes animSlideBottom {
  0% {
    -webkit-transform: translate3d(0, 100%, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0); } }

@keyframes animSlideBottom {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.flex-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.flex-shrink0 {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.white-section {
  position: relative;
  background-color: #FFF !important;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.12);
          box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.12);
  padding: 15px; }
  .white-section.on-dashboard {
    margin-bottom: 30px; }

.actions {
  position: absolute;
  top: 100%;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }
  .actions .dropdown-sm.open button {
    margin-bottom: 0; }
  .actions .dropdown-sm > div > button {
    padding: 0;
    min-width: 0;
    width: 40px;
    height: 30px;
    line-height: 1;
    -webkit-border-radius: 0 0 2px 2px;
            border-radius: 0 0 2px 2px;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.12);
            box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.12); }
    .actions .dropdown-sm > div > button .fa {
      line-height: 1;
      color: #FFF;
      margin-right: 0; }
  .actions .dropdown-sm .dropdown-sm-menu {
    left: initial;
    right: 0;
    top: initial;
    bottom: -webkit-calc(100% + 4px);
    bottom: calc(100% + 4px);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15); }
  .actions .action {
    margin-right: 6px; }
    @media only screen and (min-width: 601px) {
      .actions .action:first-child {
        width: 130px; } }
    .actions .action > a {
      width: 100%; }
    .actions .action button {
      width: 100%; }
    @media only screen and (max-width: 600px) {
      .actions .action {
        width: 90px; }
        .actions .action button {
          padding: 2px 10px; } }
    .actions .action button {
      height: 30px;
      line-height: 1;
      font-family: ProximaNova;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-border-radius: 0 0 2px 2px;
              border-radius: 0 0 2px 2px; }
      .actions .action button .fa {
        line-height: 1;
        margin-top: -1px;
        margin-right: 6px;
        display: block;
        float: left; }
  .actions > a {
    margin-bottom: 10px; }
    .actions > a button {
      width: 100%; }
    .actions > a:last-child {
      margin-bottom: 0; }
  .actions > a.thin {
    color: #4F79F4;
    font-weight: bold;
    opacity: .7;
    cursor: pointer;
    text-align: center;
    padding: 10px;
    border: 1px solid #4C77FD;
    -webkit-border-radius: 2px;
            border-radius: 2px; }
    .actions > a.thin:hover {
      text-decoration: underline; }
    .actions > a.thin:hover, .actions > a.thin:focus {
      opacity: 1; }
    .actions > a.thin[disabled] {
      opacity: .5;
      color: #4F79F4; }

.screen {
  padding-top: 40px !important; }

.search-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media only screen and (max-width: 600px) {
    .search-header {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      .search-header .search-counter {
        text-align: center;
        display: block;
        margin-bottom: 10px; }
      .search-header button {
        display: block;
        width: 100%;
        margin-top: 10px; }
      .search-header .text-and-btn {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 100%; }
        .search-header .text-and-btn a {
          width: 100%; } }
  .search-header .text-and-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .search-header .pre-btn-text {
    font-size: 18px;
    color: #212121;
    margin-right: 15px;
    text-align: right;
    white-space: nowrap; }
  .search-header .search-counter {
    color: #2c2c2c;
    font-size: 32px;
    font-weight: 400;
    line-height: 1.15; }

.search-top {
  background-color: white;
  padding: 6px 20px; }
  .search-top .input-field label {
    font-weight: 400; }
    .search-top .input-field label.active {
      color: #9e9e9e !important; }
  .search-top button {
    margin-top: 16px; }
  @media screen and (max-width: 991px) {
    .search-top button {
      width: 100%;
      margin-bottom: 15px; } }
  .search-top .row {
    margin-bottom: 0; }

.location-rwd {
  padding: 0; }
  @media screen and (min-width: 1541px) {
    .location-rwd {
      width: 285px; } }
  @media screen and (max-width: 1540px) {
    .location-rwd {
      width: 100%; } }
  .location-rwd .styled-select {
    width: 100%;
    padding: 10px;
    cursor: pointer; }
    .location-rwd .styled-select:before {
      right: 25px;
      top: 20px; }
  .location-rwd .dropdown-search {
    width: 100%; }
  .location-rwd .dropdown-input {
    margin: 0; }
  .location-rwd input:not([type]):focus:not([readonly]) {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-width: 2px; }
  .location-rwd .open > .dropdown-menu {
    width: 100%;
    -webkit-border-radius: 0;
            border-radius: 0;
    background-color: white;
    -webkit-box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.1);
            box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.1);
    padding: 0; }

.styled-select {
  overflow: hidden;
  position: relative;
  text-align: left;
  padding: 0 10px;
  width: 245px;
  margin: 0 5px;
  color: #2c2c2c;
  font-size: 18px;
  font-weight: 400; }
  .styled-select:focus, .styled-select:hover {
    color: #4c77fd !important;
    text-decoration: none; }
  .styled-select select {
    outline: none;
    cursor: pointer;
    background: transparent;
    width: 140px;
    border: 0;
    -webkit-border-radius: 0;
            border-radius: 0;
    height: 34px;
    -webkit-appearance: none; }
  .styled-select::before {
    position: absolute;
    z-index: 1;
    right: 10px;
    top: 40%;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: ''; }

.location-autocomplete-dropdown {
  position: absolute;
  top: 100%;
  margin-top: -2rem;
  width: 100%; }

.location-autocomplete-dropdown-menu {
  margin-top: 0;
  padding-top: 0;
  -webkit-border-radius: 0 0 2px 2px;
          border-radius: 0 0 2px 2px;
  width: 100%;
  cursor: pointer; }

.search-dropdown {
  margin-top: -45px;
  outline: none !important;
  font-size: 0.8em;
  width: 255px;
  overflow: hidden; }
  .search-dropdown li a {
    border-bottom: 1px solid #f4f4f4;
    cursor: pointer;
    color: #8f8f8f;
    font-size: 15px;
    font-weight: 400; }
  .search-dropdown li:last-child a {
    border-bottom: none; }

.dropdown-input {
  font-size: 1.6rem;
  padding: 12px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border-bottom: 1px solid #f4f4f4; }
  .dropdown-input:focus {
    border-bottom: 1px solid #f4f4f4 !important; }

@media only screen and (max-width: 450px) {
  .styled-select {
    width: 100%;
    margin: 0 5px; }
    .styled-select:first-child {
      margin-left: 5px; }
    .styled-select select {
      background: transparent;
      width: 100%; }
  .dropdown-search {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; } }

.sm-datepicker .pika-single {
  position: absolute !important;
  border: 1px solid #EEE;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.12);
          box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.12); }

.sm-datepicker .pika-lendar {
  margin: 0; }

.sm-datepicker .pika-title {
  background-color: #F9FAFC; }
  .sm-datepicker .pika-title .pika-label {
    background-color: #F9FAFC;
    text-transform: uppercase;
    font-weight: normal;
    font-family: Helvetica; }
    .sm-datepicker .pika-title .pika-label:first-child {
      margin-right: 20px; }

.sm-datepicker .pika-button {
  color: #444; }

.sm-datepicker .is-selected .pika-button {
  color: #FFF; }

.sm-datepicker .pika-table thead abbr {
  text-transform: uppercase;
  font-size: 11px;
  color: #333; }

.sm-datepicker .pika-table tbody td {
  padding: 4px; }
  .sm-datepicker .pika-table tbody td button {
    background-color: transparent;
    text-align: center;
    padding: 2px; }
    .sm-datepicker .pika-table tbody td button:hover {
      background-color: #7496fd; }
  .sm-datepicker .pika-table tbody td.is-selected button {
    background-color: #4C77FD; }
  .sm-datepicker .pika-table tbody td.is-outside-current-month {
    opacity: .4; }

.main_footer {
  background-color: #2b2b2f; }
  .main_footer .footer_header {
    font-style: normal;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 60px; }
    .main_footer .footer_header.partnership {
      margin-bottom: 10px;
      text-align: right; }
  @media only screen and (max-width: 739px) {
    .main_footer .footer-partnership-img {
      max-width: 250px; }
    .main_footer .fpi-wrapper {
      text-align: right; } }
  .main_footer .footer_copyright {
    font-style: normal;
    background-color: #202022;
    height: 50px;
    line-height: 50px;
    color: #4a4a51;
    font-size: 14px;
    font-weight: 300;
    overflow: hidden; }
  .main_footer img:hover {
    opacity: 0.5; }
  .main_footer .footer_list {
    margin-bottom: 20px;
    padding-left: 0; }
    .main_footer .footer_list li {
      list-style-type: none;
      line-height: 25px; }
      .main_footer .footer_list li a {
        color: white;
        font-style: normal;
        font-size: 14px;
        font-weight: 300; }
        .main_footer .footer_list li a:hover {
          text-decoration: none; }
  .main_footer .socials-list {
    overflow: hidden;
    text-align: right; }
    .main_footer .socials-list li {
      display: inline-block;
      margin-left: 10px; }
      .main_footer .socials-list li a {
        width: 24px;
        height: 24px;
        padding: 0px;
        color: #FFFFFF;
        line-height: 30px;
        text-align: center;
        font-size: 14px; }

#navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  z-index: 200;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-transition: all .5s;
  transition: all .5s;
  height: 66px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #000; }
  #navbar .navbar-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  #navbar .navbar-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 66px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  #navbar .topbar__text-btn {
    border: none;
    background: transparent !important;
    color: white;
    font-size: 16px;
    position: relative;
    vertical-align: middle;
    margin-left: 25px;
    text-transform: uppercase;
    white-space: nowrap;
    text-decoration: none !important; }
    #navbar .topbar__text-btn.promo {
      margin-left: 0;
      padding-left: 40px;
      padding: 1px 5px; }
    #navbar .topbar__text-btn:hover {
      text-decoration: none;
      background: transparent;
      color: #fefefe; }
    #navbar .topbar__text-btn.active {
      color: #eee; }
    @media only screen and (max-width: 992px) {
      #navbar .topbar__text-btn {
        margin-left: 13px;
        font-size: 15px; } }
  #navbar .dropdown-content {
    -webkit-box-shadow: 1.4px 1.4px 2px rgba(0, 0, 0, 0.05) !important;
            box-shadow: 1.4px 1.4px 2px rgba(0, 0, 0, 0.05) !important;
    min-width: 220px !important; }
    #navbar .dropdown-content li {
      border-bottom: 1px solid #f4f4f4; }
      #navbar .dropdown-content li:last-child {
        border: none; }
      #navbar .dropdown-content li a {
        color: #8f8f8f;
        font-size: 15px;
        font-weight: 400;
        line-height: 25px; }
        #navbar .dropdown-content li a img {
          margin-right: 10px;
          padding-bottom: 5px; }
        #navbar .dropdown-content li a:hover {
          text-decoration: none; }
  #navbar .marker {
    position: absolute;
    height: 1px;
    bottom: 0;
    background: #FFF;
    -webkit-transition: all .5s;
    transition: all .5s; }
  #navbar .navbar-brand {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase; }
    #navbar .navbar-brand:focus, #navbar .navbar-brand:hover {
      color: #FFF;
      text-decoration: none; }
  #navbar .login-register-buttons {
    color: #FFF;
    margin-right: 40px; }
    #navbar .login-register-buttons .fa {
      margin-right: 6px; }
    @media only screen and (min-width: 740px) and (max-width: 850px) {
      #navbar .login-register-buttons {
        margin-right: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; }
        #navbar .login-register-buttons span:first-child {
          margin-bottom: 5px; } }
    @media only screen and (max-width: 739px) {
      #navbar .login-register-buttons {
        position: absolute;
        right: 0;
        margin-right: 10px;
        top: 23px; } }
  #navbar .fake-space {
    height: 55px;
    display: block; }
  #navbar .navbar-profile-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    @media only screen and (max-width: 739px) {
      #navbar .navbar-profile-section {
        right: 0;
        position: absolute;
        top: 14px; } }
  #navbar .profile-section-img {
    vertical-align: middle;
    color: white;
    height: 25px;
    position: relative; }
  #navbar .profile-section-caret {
    font-size: 14px;
    line-height: 20px;
    margin-left: 6px;
    margin-top: 0; }
  #navbar .profile-section-btn {
    color: #FFF;
    border: none;
    background-color: transparent;
    font-size: 20px;
    padding: 5px 8px;
    -webkit-border-radius: 2px;
            border-radius: 2px;
    margin-right: 3px;
    position: relative;
    -webkit-transition: background-color .1s;
    transition: background-color .1s;
    cursor: pointer; }
    #navbar .profile-section-btn:hover {
      background: rgba(0, 0, 0, 0.1);
      color: #fefefe; }
  #navbar .profile-section-badge {
    color: #FFF;
    background-color: #F52834;
    position: absolute !important;
    height: 16px;
    font-size: 12px;
    padding: 0 4px;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    font-weight: bold;
    text-align: center;
    z-index: 1;
    right: 0;
    top: 0; }
  #navbar .dropdown-menu {
    min-width: 200px;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-border-radius: 0;
            border-radius: 0;
    -webkit-transform: translateY(13px);
        -ms-transform: translateY(13px);
            transform: translateY(13px); }
    #navbar .dropdown-menu li {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      border-bottom: 1px solid #F4F4F4;
      position: relative;
      margin-top: 0; }
      #navbar .dropdown-menu li.separating {
        border-bottom: 1px solid #4C77FD; }
      #navbar .dropdown-menu li:hover {
        background-color: #f5f5f5; }
      #navbar .dropdown-menu li a {
        color: #333;
        font-size: 15px;
        font-weight: 400;
        padding: 9px 15px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        width: 100%; }
        #navbar .dropdown-menu li a.active {
          background-color: #FAFAFA;
          color: #4C77FD; }
      #navbar .dropdown-menu li .img-container {
        display: inline-block;
        min-width: 24px;
        text-align: left;
        margin-top: -2px; }
        #navbar .dropdown-menu li .img-container .fa {
          vertical-align: middle;
          color: #4C77FD; }
    #navbar .dropdown-menu > li:last-child {
      border-bottom: none; }

.intro {
  color: #ffffff;
  text-align: center;
  padding: 50px 0 0px;
  background-image: url("images/sm_background.jpg"); }
  .intro .intro-small-header {
    font-family: 'ProximaNova', sans-serif;
    font-weight: 400;
    font-size: 18px; }
  .intro .intro-big-header {
    font-family: 'ProximaNova', sans-serif;
    font-size: 45px;
    font-weight: 600;
    text-align: center;
    line-height: 1.25; }
    @media only screen and (max-width: 600px) {
      .intro .intro-big-header {
        font-size: 30px;
        margin-bottom: 25px; } }
  .intro .typing-effect-element {
    font-size: 45px;
    line-height: 35px;
    height: 55px;
    margin-bottom: 25px;
    position: relative; }
  .intro .typing-effect-container {
    font-size: 45px;
    line-height: 35px;
    height: 55px;
    margin-bottom: 25px;
    position: relative; }
  .intro .create-button {
    font-family: 'ProximaNova', sans-serif;
    padding: 10px 35px;
    background-color: #ffffff;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    font-size: 18px;
    font-weight: 600;
    border: none;
    color: #4C77FD;
    margin: 15px 0 30px; }
    .intro .create-button a {
      color: #4c77fd; }
  .intro .intro-footer .intro-partnership {
    opacity: 0.4;
    font-size: 15px;
    font-weight: 400;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding-bottom: 12px;
    margin-bottom: 0px; }

.find-job-section {
  margin-top: 55px;
  overflow: auto;
  position: relative; }
  .find-job-section .job-header {
    color: #4c77fd;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 5px; }
  .find-job-section .content {
    color: #8f8f8f;
    font-size: 18px;
    font-weight: 300;
    line-height: 20px; }
  .find-job-section .button-wrapper {
    margin-top: 25px; }
    .find-job-section .button-wrapper button {
      text-transform: uppercase; }
    @media only screen and (max-width: 600px) {
      .find-job-section .button-wrapper button {
        width: 100%; } }
  @media only screen and (max-width: 600px) {
    .find-job-section {
      margin-top: 30px; }
      .find-job-section .job-header {
        font-size: 22px;
        line-height: 1.2;
        margin-bottom: 15px; }
      .find-job-section .content {
        font-size: 16px;
        font-weight: 300;
        line-height: 1.2; } }

.splash-grey-section {
  background-color: #F9FAFC;
  width: 100%;
  padding-bottom: 60px;
  margin-top: -20px; }

.blue-button {
  border: none;
  background-color: #4c77fd;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  padding: 15px 45px;
  color: #ffffff !important;
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: .3s;
  transition: .3s; }
  .blue-button.search {
    padding: 15px 35px;
    float: right; }
    @media screen and (max-width: 991px) {
      .blue-button.search {
        display: block;
        margin: 0 auto;
        float: none; } }
  .blue-button.browse {
    padding: 15px 25px; }
  .blue-button:hover, .blue-button:focus {
    background-color: #3a67f3;
    color: #ffffff; }
  .blue-button a {
    color: inherit;
    display: block; }
    .blue-button a:hover {
      text-decoration: none; }

.transparent-button {
  background-color: transparent;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  padding: 14px 31px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: .5s;
  transition: .5s;
  border: 1px solid #f4f4f4; }
  .transparent-button:hover, .transparent-button:focus {
    background: rgba(255, 255, 255, 0.2);
    text-decoration: none;
    color: #ffffff; }
  .transparent-button a {
    color: inherit;
    display: block; }
    .transparent-button a:hover, .transparent-button a:focus {
      text-decoration: none; }

.looking-job {
  padding: 10px 20px 20px 20px;
  border: 2px solid #4c77fd;
  -webkit-border-radius: 3px 4px 4px 3px;
          border-radius: 3px 4px 4px 3px;
  color: #4c77fd; }
  @media only screen and (max-width: 992px) {
    .looking-job {
      margin-bottom: 20px; } }
  .looking-job .header {
    font-size: 35px;
    margin: 0;
    font-weight: 600; }
  .looking-job .content {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 73px; }
    @media screen and (max-width: 550px) {
      .looking-job .content {
        margin-bottom: 35px; } }
  .looking-job .create-profile-button {
    padding: 13px 25px;
    background-color: #4c77fd;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    border: none;
    -webkit-transition: .3s;
    transition: .3s;
    text-transform: uppercase; }
    .looking-job .create-profile-button:hover, .looking-job .create-profile-button:focus {
      background-color: #3a67f3; }
    .looking-job .create-profile-button a {
      text-decoration: none;
      color: inherit; }
  @media only screen and (max-width: 600px) {
    .looking-job .header {
      font-size: 22px;
      margin-bottom: 10px; }
    .looking-job .content {
      font-size: 16px; } }

.startups-list .single-startup {
  padding: 7px 15px;
  margin-bottom: 20px; }
  .startups-list .single-startup img {
    display: block;
    max-width: 100%;
    margin: 0 auto; }

.startups-list .create-startup {
  margin-top: 25px; }

.splash__lheader {
  font-size: 20px;
  float: left;
  border-bottom: 1px solid #5b5b5b; }

.splash__main {
  position: relative;
  width: 100%;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.splash__privacy {
  color: white !important;
  margin-top: 10px;
  display: block; }

.splash__main--primary {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
  background: -webkit-linear-gradient(15deg, #2ab6cb 30%, #2bb58d 100%);
  background: linear-gradient(75deg, #2ab6cb 30%, #2bb58d 100%);
  background: url("images/header.svg"), -webkit-linear-gradient(75deg, #2ab6cb 30%, #2bb58d 100%);
  background: url("images/header.svg"), -ms-linear-gradient(75deg, #2ab6cb 30%, #2bb58d 100%);
  overflow: hidden;
  -webkit-box-shadow: 2px 0 4px #333;
          box-shadow: 2px 0 4px #333;
  z-index: 1; }

.splash__main--default {
  background-color: white;
  border: 1px solid #ccc; }

.splash__phone {
  display: none; }

.splash__text {
  color: #333; }

#climb-header {
  position: absolute;
  left: 5%;
  color: white;
  top: 5px; }

#climb-logo {
  float: left;
  font-size: 40px;
  display: inline-block; }

#climb-header-text {
  display: inline-block;
  margin-left: 10px;
  letter-spacing: 1px;
  margin-top: 10px;
  font-size: 20px;
  line-height: 20px;
  text-align: center; }

.splash__top {
  height: 55px;
  position: fixed;
  z-index: 5;
  width: 100%;
  padding: 0 5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 0; }

.splash__login {
  float: right;
  color: white !important;
  margin-right: 20px;
  margin-top: 10px;
  font-size: 16px;
  font-weight: bold;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  padding: 5px; }

.splash__cta {
  margin-top: 20px;
  -webkit-border-radius: 30px;
          border-radius: 30px;
  padding: 12px 50px;
  -webkit-box-shadow: none;
          box-shadow: none; }

.fb-login {
  height: 30px;
  margin-right: 10px; }

#climb-byline {
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
  font-size: 1.2em; }

.modal-login-footer {
  padding: 10px;
  margin: 30px -40px -10px;
  background-color: #fafbfc;
  text-align: center;
  -webkit-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px; }
  .modal-login-footer span {
    color: #4c77fd;
    font-size: 16px;
    font-weight: 400; }
    .modal-login-footer span:hover {
      text-decoration: none;
      color: #4c77fd; }

.splash-profile {
  margin: 0 -5px 10px;
  cursor: pointer; }
  .splash-profile:hover .splash-profile-hover-box {
    opacity: 1; }
  .splash-profile .splash-profile-img-wrapper {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 5px; }
    .splash-profile .splash-profile-img-wrapper .img-dummy {
      float: left;
      width: 100%;
      margin-top: 100%; }
    .splash-profile .splash-profile-img-wrapper .splash-profile-img {
      position: absolute;
      top: 0;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 100%;
      background-position: center;
      background-size: cover; }
  .splash-profile .splash-profile-info {
    min-height: 40px; }
  .splash-profile .splash-profile-hover-box {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    -webkit-transition: opacity .2s;
    transition: opacity .2s; }
  .splash-profile .splash-profile-title {
    color: #2c2c2c;
    font-size: 14px;
    font-weight: 600;
    margin: 0; }
  .splash-profile .splash-profile-name {
    color: #595959;
    font-size: 13px;
    font-weight: 400;
    margin: 0; }

.swiper-container {
  /* Specify Swiper's Size: */
  width: 100%;
  overflow: hidden; }

.swiper-pagination {
  left: 0;
  right: 0;
  margin-top: 40px;
  height: 1px;
  background-color: #DDD; }

.sm-swiper-pagination-bar {
  width: 20%;
  height: 3px;
  margin-top: -1px;
  background-color: #4C77FD;
  position: relative;
  -webkit-transition: left .2s;
  transition: left .2s; }

.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: -30px; }

.swiper-pagination-bullet {
  height: 13px;
  width: 13px;
  background-color: white;
  border: 1px solid #ccc;
  opacity: 1;
  left: 50%;
  margin: 0 5px; }

.swiper-pagination-bullet-active {
  background: #4c77fd;
  border: none; }

.swiper-slide {
  /* Specify Slides's Size: */
  background-color: #FFF;
  color: #333;
  cursor: pointer;
  border: 1px solid #dfdfdf;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  min-height: 280px;
  position: relative; }
  .swiper-slide:hover {
    text-decoration: none;
    color: #333; }

.swiper-slide__body .company-title {
  color: #242424;
  font-size: 18px;
  font-weight: 600;
  margin: 12px 0 0 0; }

.swiper-slide__body .company-name {
  color: #8f8f8f;
  font-size: 15px;
  font-weight: 300; }

.swiper-slide__body .swiper-slide__img-wrapper {
  position: relative;
  height: 230px;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .swiper-slide__body .swiper-slide__img-wrapper .swiper-slide-img-logo {
    width: 130px;
    height: 130px;
    background-position: center;
    background-size: cover;
    -webkit-border-radius: 50%;
            border-radius: 50%; }

.swiper-slide__body span.location, .swiper-slide__body span.job-type {
  color: #8f8f8f;
  font-size: 15px;
  font-weight: 300; }
  .swiper-slide__body span.location .fa, .swiper-slide__body span.job-type .fa {
    vertical-align: middle;
    margin-right: 5px;
    color: #4C77FD; }

.swiper-slide__body .img-hover {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7); }
  .swiper-slide__body .img-hover button {
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    text-transform: uppercase;
    left: 50%; }
  .swiper-slide__body .img-hover:hover {
    opacity: 1; }

.swiper-slide__img {
  width: 100%; }

.iframe {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  overflow: hidden; }

.swiper-slide__header {
  max-width: 360px;
  width: 100%;
  padding: 10px;
  color: #777;
  font-size: 1.2em;
  font-weight: 500; }

.swiper-slide-active {
  /* Specific active slide styling: */ }

.swiper-slide-visible {
  /* Specific visible slide styling: */ }

.swiper__next {
  content: '';
  position: absolute;
  right: -20px;
  top: 38%;
  background: url("images/arrow.svg") no-repeat center center;
  background-color: rgba(0, 0, 0, 0.4);
  width: 12px;
  height: 50px;
  padding: 25px;
  display: block;
  z-index: 1;
  border: 1px solid #888787; }
  .swiper__next:hover {
    width: 70px;
    -webkit-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out; }

.swiper__prev {
  content: '';
  position: absolute;
  left: -20px;
  top: 38%;
  background: url("images/arrow.svg") no-repeat center center;
  background-color: rgba(0, 0, 0, 0.4);
  display: block;
  width: 12px;
  height: 50px;
  padding: 25px;
  z-index: 1;
  border: 1px solid #888787;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
      transform: scaleX(-1);
  -webkit-filter: FlipH;
          filter: FlipH;
  -ms-filter: "FlipH"; }
  .swiper__prev:hover {
    width: 70px;
    -webkit-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out; }

.swiper__next-media {
  content: '';
  position: absolute;
  right: 0;
  top: 38%;
  background: url("images/arrow.svg") no-repeat center center;
  background-color: rgba(0, 0, 0, 0.4);
  width: 12px;
  height: 70px;
  padding: 17px;
  display: block;
  z-index: 1;
  border: 1px solid #888787; }
  .swiper__next-media:hover {
    width: 40px;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out; }

.swiper__prev-media {
  content: '';
  position: absolute;
  left: 0;
  top: 38%;
  background: url("images/arrow.svg") no-repeat center center;
  background-color: rgba(0, 0, 0, 0.4);
  display: block;
  width: 12px;
  height: 70px;
  padding: 17px;
  z-index: 1;
  border: 1px solid #888787;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
      transform: scaleX(-1);
  -webkit-filter: FlipH;
          filter: FlipH;
  -ms-filter: "FlipH"; }
  .swiper__prev-media:hover {
    width: 40px;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out; }

.swiper-slide__cta {
  position: absolute;
  left: 50%;
  bottom: 10px;
  margin-left: -70px;
  padding: 7px 14px;
  background-color: #45c7fa;
  color: white;
  font-weight: 500;
  font-size: 18px;
  -webkit-border-radius: 2px;
          border-radius: 2px; }

.icon {
  text-decoration: none; }

.icon:before {
  display: inline-block;
  font-family: FontAwesome;
  font-size: 1.25em;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon > .label {
  display: none; }

.grunder_logo {
  padding: 4px 0;
  display: block;
  font-style: italic;
  text-align: center;
  text-decoration: none; }
  .grunder_logo:hover {
    text-decoration: none; }
  .grunder_logo h4 {
    color: #686868;
    margin: 0;
    padding: 0; }

.grunder_logo_footer {
  text-decoration: none;
  position: relative;
  font-style: italic;
  color: #ccc;
  font-size: 18px;
  z-index: 1;
  overflow: hidden;
  text-align: center; }

.grunder_logo_footer:before {
  margin-left: -50%;
  text-align: right; }

ul.icons {
  position: relative;
  background: rgba(128, 128, 128, 0.05);
  -webkit-border-radius: 4em;
          border-radius: 4em;
  display: inline-block;
  padding: 0.35em 0.75em 0.35em 0.75em;
  font-size: 1.25em;
  cursor: default; }

ul.icons li {
  display: inline-block; }

ul.icons li a {
  display: inline-block;
  background: none;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  text-align: center;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  border: 0;
  color: inherit; }

ul.icons li a:hover {
  color: #59A89E; }

.wrapper {
  margin: 5px 0 4em 0;
  padding: 0; }

.wrappercir {
  margin: 0 0 0em 0;
  padding: 0 2em 0 2em; }

.imglogo {
  background: url("images/logo2.png") no-repeat center center;
  background-size: contain; }

.wrappernum {
  display: inline-block;
  text-align: center;
  margin: 65px; }

.wrapper-startups {
  margin: 5px 0 2em 0;
  padding: 0 0 2em 0; }

.wrapper_show {
  margin: 60px 0 20em 0;
  padding: 0 0 2em 0; }

.wrapper_footer {
  margin: 0px 0 0em 0; }

.banner {
  min-height: 350px;
  padding: 1px;
  color: #fff;
  font-style: italic; }

.text-decor {
  line-height: 1.5; }

.circlenum {
  color: #fff;
  font-weight: 700;
  font-size: 36px;
  -webkit-border-radius: 75px;
          border-radius: 75px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 100px;
  height: 80px;
  color: #C2C2C2; }

.center-numbers {
  text-align: center;
  padding-top: 2px; }

.center-block {
  float: none !important; }

.splash__howto {
  width: 100%;
  margin-bottom: 20px; }

.square {
  width: 800px;
  height: 400px;
  content: '';
  position: absolute;
  background-color: #000;
  font-size: 30px;
  display: block;
  padding: 30px;
  z-index: 1;
  border: 1px solid #888787;
  -webkit-border-radius: 0%;
          border-radius: 0%;
  opacity: 0.8;
  margin-left: 1900px;
  margin-top: -200px; }
  .square:hover {
    background-color: #2bb58d; }

@media only screen and (min-width: 768px) {
  .splash__howto {
    width: 50%; }
  .swiper__next {
    width: 20px;
    height: 100px;
    padding: 30px;
    top: 32%; }
  .swiper__prev {
    width: 30px;
    height: 100px;
    padding: 30px;
    top: 32%; }
  .swiper__next-media {
    width: 20px;
    height: 100px;
    padding: 30px;
    top: 32%; }
  .swiper__prev-media {
    width: 30px;
    height: 100px;
    padding: 30px;
    top: 32%; }
  #climb-bread {
    display: block;
    font-size: 1.4em; }
  #climb-byline {
    font-size: 1.8em;
    font-weight: 400;
    margin-bottom: 20px; } }

@media only screen and (min-width: 1024px) {
  #climb-byline, #climb-bread {
    width: auto; }
  #climb-bread {
    display: block;
    font-size: 1.4em; }
  .splash__phone {
    opacity: 0.3;
    max-width: 600px;
    margin: auto;
    display: block;
    z-index: 1;
    position: absolute;
    right: 0;
    top: 0px; }
  #climb-login-wrapper {
    text-align: left; } }

.splash__steps {
  width: 100%;
  margin: 0 auto;
  margin-top: 20px;
  position: relative;
  z-index: 2; }

.splash__steps .step {
  vertical-align: top;
  position: relative;
  text-align: center; }

.splash__steps .step span.count {
  font-size: 16px;
  display: table;
  text-align: center;
  vertical-align: middle;
  margin: 0 auto;
  margin-bottom: 14px;
  background: white;
  height: 28px;
  width: 28px;
  line-height: 28px;
  -webkit-border-radius: 28px;
          border-radius: 28px; }

.splash__steps .step span.stepLbl {
  font-size: 10px;
  display: table;
  text-align: center;
  width: 100%;
  color: white; }
  @media only screen and (min-width: 480px) {
    .splash__steps .step span.stepLbl {
      font-size: 14px; } }

.splash__steps .step .linkage-after {
  right: -45%;
  width: 100%; }

.splash__steps .step .linkage-before, .splash__steps .step .linkage-after {
  border-top: 1px solid white;
  content: "";
  margin: 0 auto;
  position: absolute;
  top: 14px;
  z-index: -1; }

.splash__steps {
  max-width: 680px;
  margin: 30px auto; }

.splash__circle__text {
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .splash__circle__text:hover {
    position: relative;
    -webkit-transform: scale(1.25);
        -ms-transform: scale(1.25);
            transform: scale(1.25);
    z-index: 3;
    color: #000; }

.circle-text {
  height: 70px;
  width: 70px;
  text-align: center;
  vertical-align: middle;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border: 3px solid #C0C0C0;
  font-style: italic;
  line-height: 72px;
  background-color: #333333;
  margin: auto;
  color: #fff;
  display: block; }
  .circle-text:hover {
    color: #fff;
    text-decoration: none; }

@font-face {
  font-family: 'ProximaNova';
  src: url("fonts/Mark Simonson - Proxima Nova Semibold.eot");
  src: local("☺"), url("fonts/Mark Simonson - Proxima Nova Semibold.woff") format("woff"), url("fonts/Mark Simonson - Proxima Nova Semibold.ttf") format("truetype"), url("fonts/Mark Simonson - Proxima Nova Semibold.svg") format("svg");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'ProximaNova';
  src: url("fonts/Mark Simonson - Proxima Nova Regular.eot");
  src: local("☺"), url("fonts/Mark Simonson - Proxima Nova Regular.woff") format("woff"), url("fonts/Mark Simonson - Proxima Nova Regular.ttf") format("truetype"), url("fonts/Mark Simonson - Proxima Nova Regular.svg") format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'ProximaNova';
  src: url("fonts/Mark Simonson - Proxima Nova Light.eot");
  src: local("☺"), url("fonts/Mark Simonson - Proxima Nova Light.woff") format("woff"), url("fonts/Mark Simonson - Proxima Nova Light.ttf") format("truetype"), url("fonts/Mark Simonson - Proxima Nova Light.svg") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'ProximaNova';
  src: url("fonts/ProximaNova-Extrabld.eot");
  src: local("☺"), url("fonts/ProximaNova-Extrabld.woff") format("woff"), url("fonts/ProximaNova-Extrabld.ttf") format("truetype"), url("fonts/ProximaNova-Extrabld.svg") format("svg");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: 'ProximaNova';
  src: url("fonts/ProximaNova-Semibold.eot");
  src: local("☺"), url("fonts/ProximaNova-Semibold.woff") format("woff"), url("fonts/ProximaNova-Semibold.ttf") format("truetype"), url("fonts/ProximaNova-Semibold.svg") format("svg");
  font-weight: 600;
  font-style: normal; }

.custom-input {
  border-bottom: 2px solid #4c77fd !important; }

.no-margin-bottom {
  margin-bottom: 0; }

.search-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .search-card .search-card-image {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center; }
  .search-card .flex-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .search-card .flex-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .search-card .align-start {
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start; }
  .search-card .align-end {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end; }
  .search-card .fill {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }

div .startup-form-dropdown-item {
  font-size: 16px; }

ul .startup-form-dropdown-item {
  padding: 1rem; }
  ul .startup-form-dropdown-item.disabled {
    pointer-events: none;
    background-color: #CCC;
    color: #333; }

.company-form .select-dropdown li.disabled {
  color: #2c2c2c;
  font-size: 18px;
  font-weight: 400; }
  .company-form .select-dropdown li.disabled > span {
    color: inherit; }

.company-form .dropdown-content li {
  font-size: 15px;
  color: #2c2c2c; }
  .company-form .dropdown-content li > span {
    color: inherit; }
  .company-form .dropdown-content li:hover {
    background-color: #fafafa;
    font-weight: 600; }
    .company-form .dropdown-content li:hover > span {
      color: #4c77fd; }

.img-info {
  font-size: 15px;
  font-weight: 300;
  color: #8f8f8f; }
  .img-info a {
    color: #4C77FD; }

.design-display {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .design-display .design-display-header {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #2c2c2c;
    font-size: 18px;
    font-weight: 400; }
  .design-display .design-display-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 15px;
    font-weight: 300;
    color: #8f8f8f; }
  .design-display .design-display-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
            align-self: stretch; }
  .design-display .design-display-img {
    height: 120px;
    width: 120px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-left: 30px;
    overflow: hidden; }
    .design-display .design-display-img.design-large-img {
      width: auto; }
    .design-display .design-display-img img {
      height: 100%; }
  .design-display .fd-zone {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-bottom: 10px; }
  .design-display .design-text-helper {
    margin-top: 15px; }
  @media only screen and (max-width: 600px) {
    .design-display .design-display-body {
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
          -ms-flex-align: stretch;
                  -ms-grid-row-align: stretch;
              align-items: stretch; }
    .design-display .fd-zone button {
      width: 100%;
      margin-bottom: 10px; }
    .design-display .design-display-info {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
    .design-display .design-display-img {
      margin-left: 0; }
    .design-display .design-text-helper {
      margin-top: 0;
      margin-bottom: 15px;
      text-align: center; } }

.industry-checkboxes .responsive-row {
  display: inline-block;
  width: 50%; }
  .industry-checkboxes .responsive-row [type="checkbox"].filled-in:checked + label:after {
    background-color: #4c77fd;
    border: 2px solid #4c77fd; }
  .industry-checkboxes .responsive-row label:hover .fa {
    opacity: 1; }
  @media only screen and (max-width: 600px) {
    .industry-checkboxes .responsive-row {
      width: 100%; } }

.industry-checkboxes input:checked ~ span .fa {
  opacity: 1; }

.industry-checkboxes .fa {
  opacity: 0;
  min-width: 28px;
  text-align: center;
  -webkit-transition: opacity .2s;
  transition: opacity .2s; }

.startup-header .startup-wrapper {
  vertical-align: middle;
  height: 225px;
  text-align: center;
  margin-top: 60px;
  color: #fff; }

.startup-header .startup-header-circle-image {
  width: 150px;
  height: 150px;
  -webkit-border-radius: 100%;
          border-radius: 100%; }

.startup-header .startup-name {
  margin: 10px 0;
  font-size: 30px;
  font-weight: 600; }

.startup-header .startup-pitchline {
  font-size: 18px;
  font-weight: 600; }

.startup-header .startup-link {
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF; }

.startup-header .startup-nav {
  text-align: center;
  background-color: white;
  height: 65px;
  line-height: 65px; }
  .startup-header .startup-nav li {
    display: inline-block;
    color: #2c2c2c;
    font-size: 18px;
    font-weight: 600;
    margin: 0 15px; }

.startup-feature-img {
  height: 400px;
  width: 100%;
  background-size: cover;
  background-position: center; }

.startup-location-img {
  position: relative;
  height: 400px;
  width: 100%;
  background-size: cover;
  background-position: center; }

.startup-full-address {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.8); }
  .startup-full-address .startup-full-address-text {
    display: inline-block;
    color: #595959; }
  .startup-full-address .fa {
    color: #4C77FD;
    vertical-align: top;
    margin-right: 5px;
    margin-top: 2px; }

.job-offers-table {
  width: 100%; }
  .job-offers-table .min-cell {
    width: 1px; }
  .job-offers-table tr {
    border-bottom: 1px solid #adadad; }
  .job-offers-table .job-title {
    color: #2c2c2c;
    font-size: 18px;
    font-weight: 600; }
  .job-offers-table .job-time, .job-offers-table .job-location {
    color: #7f7f7f;
    font-size: 15px;
    font-weight: 300; }
  @media only screen and (max-width: 600px) {
    .job-offers-table {
      display: block; }
      .job-offers-table .min-cell {
        width: 100%; }
      .job-offers-table tr {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 10px 0; }
      .job-offers-table td {
        padding: 4px 10px; }
      .job-offers-table button {
        width: 100%; } }

.team .team-header {
  text-align: center;
  font-size: 26px;
  margin-top: 50px;
  margin-bottom: 20px; }

.team .single-person {
  margin: 0 15px; }
  .team .single-person .admin-img {
    width: 100%; }
  .team .single-person .admin-name {
    color: #2c2c2c;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0; }
  .team .single-person .admin-position {
    color: #7f7f7f;
    font-size: 14px;
    font-weight: 300; }

.industry-item {
  margin-top: 10px;
  margin-left: 5px; }
  .industry-item .fa {
    min-width: 24px;
    margin-right: 5px;
    color: #4C77FD;
    text-align: center; }

.mystartups-page {
  background-size: cover;
  background-repeat: no-repeat;
  color: #FFFFFF;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 30px; }
  .mystartups-page .startup-rocket {
    display: block;
    margin: 0 auto;
    margin-bottom: 25px; }
  .mystartups-page .create-startup-header {
    font-size: 36px;
    font-weight: 400; }
  .mystartups-page .create-startup-smaller-header {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 30px; }
  .mystartups-page .feature-list-element {
    background-color: #FFFFFF;
    max-height: 300px;
    padding: 30px 15px;
    text-align: center;
    min-height: 300px;
    position: relative; }
    @media (max-width: 739px) {
      .mystartups-page .feature-list-element {
        min-height: 0; } }
    .mystartups-page .feature-list-element:after {
      content: '';
      position: absolute;
      top: 20px;
      bottom: 20px;
      width: 1px;
      right: 0;
      background-color: #ececec; }
    .mystartups-page .feature-list-element:last-child:after {
      content: none; }
    .mystartups-page .feature-list-element .list-header {
      color: #242424;
      font-size: 15px;
      font-weight: 400;
      margin-bottom: 40px; }
      @media screen and (max-width: 966px) {
        .mystartups-page .feature-list-element .list-header {
          margin-bottom: 10px; } }
    .mystartups-page .feature-list-element .list-desc {
      color: #8f8f8f;
      font-size: 15px;
      font-weight: 400;
      line-height: 30px;
      margin-bottom: 20px; }
    .mystartups-page .feature-list-element .list-link {
      color: #4c77fd;
      font-size: 16px;
      font-weight: 600; }
  @media screen and (max-width: 927px) {
    .mystartups-page {
      padding-top: 20px;
      min-height: none;
      max-height: none; } }
  @media screen and (max-width: 1440px) {
    .mystartups-page {
      height: 100%; } }

.subscription-table {
  width: 100%;
  font-family: Helvetica; }
  .subscription-table .subs-head-row th {
    font-weight: 300;
    width: 25%; }
  .subscription-table .subs-most-popular {
    background-color: #4C77FD;
    color: #FFF;
    -webkit-border-radius: 3px 3px 0 0;
            border-radius: 3px 3px 0 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    font-weight: 400;
    padding: 1px 0; }
  .subscription-table .subs-icon {
    padding: 20px 0;
    text-align: center;
    vertical-align: middle;
    border-left: 1px solid #EEE;
    border-right: 1px solid #EEE;
    border-top: 1px solid #EEE; }
    .subscription-table .subs-icon:first-of-type {
      -webkit-border-top-left-radius: 2px;
              border-top-left-radius: 2px; }
  .subscription-table .subs-title {
    padding-bottom: 2px;
    font-size: 20px;
    text-align: center;
    line-height: 1.1;
    border-left: 1px solid #EEE;
    border-right: 1px solid #EEE; }
  .subscription-table .subs-desc {
    color: #595959;
    text-align: center;
    border-left: 1px solid #EEE;
    border-right: 1px solid #EEE; }
  .subscription-table .subs-price {
    text-align: center;
    font-size: 32px;
    color: #4C77FD;
    line-height: 1.1;
    padding-top: 20px;
    border-left: 1px solid #EEE;
    border-right: 1px solid #EEE; }
    .subscription-table .subs-price.free {
      color: #595959; }
    .subscription-table .subs-price .dollar {
      font-size: 20px;
      position: relative;
      top: -10px; }
    .subscription-table .subs-price .price-premium {
      display: inline-block; }
    .subscription-table .subs-price .price-premium-percentage {
      display: inline-block; }
    .subscription-table .subs-price .price-premium-text {
      display: inline-block;
      font-size: 13px;
      font-weight: 400;
      line-height: 1;
      text-align: left;
      margin-left: 2px; }
  .subscription-table .subs-price-desc {
    text-align: center;
    color: #595959;
    padding-bottom: 20px;
    border-left: 1px solid #EEE;
    border-right: 1px solid #EEE; }
  .subscription-table .feature-row {
    border-bottom: 1px solid #EEE; }
  .subscription-table .feature-name {
    padding: 10px;
    font-family: Helvetica;
    border-right: 1px solid #EEE;
    white-space: nowrap; }
  .subscription-table .feature-info-icon {
    display: inline-block;
    margin-left: 10px;
    cursor: pointer; }
  .subscription-table .feature-check {
    border-right: 1px solid #EEE;
    text-align: center; }
    .subscription-table .feature-check .fa-check {
      color: #4C77FD; }
    .subscription-table .feature-check .fa-times {
      color: #C7CFE3; }
  .subscription-table .subscription-select-cell {
    border-left: 1px solid #EEE;
    border-right: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
    text-align: center;
    padding: 10px; }
  .subscription-table .subscription-select {
    padding: 8px 15px;
    color: #4C77FD;
    border: 1px solid #4C77FD;
    background-color: transparent;
    -webkit-border-radius: 2px;
            border-radius: 2px;
    display: inline-block;
    cursor: pointer; }
  .subscription-table .subscription-selected {
    color: #FFF;
    background-color: #4C77FD; }

.my-profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px; }
  .my-profile.on-dashboard {
    cursor: default; }
  .my-profile .my-profile-img-wrapper {
    height: 110px;
    width: 110px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
    .my-profile .my-profile-img-wrapper img {
      height: 110px;
      width: 110px;
      -webkit-align-self: center;
          -ms-flex-item-align: center;
              align-self: center; }
  .my-profile .profile-half-one, .my-profile .profile-half-two {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 50%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative; }
  .my-profile .profile-half-two {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .my-profile .profile-top-info {
    width: 75%; }
  .my-profile .profile-body {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 5px 0 30px; }
    .my-profile .profile-body .profile-marks {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-left: auto; }
    .my-profile .profile-body .profile-name {
      color: #2c2c2c;
      font-size: 18px;
      margin: 0;
      font-weight: 600; }
    .my-profile .profile-body .profile-position {
      color: #595959;
      margin: 0;
      font-size: 14px;
      font-weight: 300; }
      .my-profile .profile-body .profile-position .fa {
        margin-right: 5px;
        color: #4C77FD; }
    .my-profile .profile-body .profile-location {
      color: #595959;
      font-size: 14px;
      font-weight: 300; }
      .my-profile .profile-body .profile-location .fa {
        margin-right: 5px;
        color: #4C77FD; }
    .my-profile .profile-body .sm-tags {
      -webkit-align-self: flex-start;
          -ms-flex-item-align: start;
              align-self: flex-start;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
                  -ms-grid-row-align: flex-start;
              align-items: flex-start;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
  @media only screen and (max-width: 600px) {
    .my-profile .profile-half-one, .my-profile .profile-half-two {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      height: auto;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      position: relative; }
    .my-profile .profile-half-two {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
    .my-profile .profile-body {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 0 5px 0 15px; }
      .my-profile .profile-body .profile-marks {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-left: auto; }
      .my-profile .profile-body .profile-name {
        color: #2c2c2c;
        font-size: 18px;
        margin: 0;
        font-weight: 600; }
      .my-profile .profile-body .profile-position {
        color: #595959;
        margin: 0;
        font-size: 14px;
        font-weight: 300; }
        .my-profile .profile-body .profile-position .fa {
          margin-right: 5px;
          color: #4C77FD; }
      .my-profile .profile-body .profile-location {
        margin-left: 0;
        margin-top: 10px;
        color: #595959;
        font-size: 14px;
        font-weight: 300; }
        .my-profile .profile-body .profile-location .fa {
          margin-right: 5px;
          color: #4C77FD; }
      .my-profile .profile-body .sm-tags {
        -webkit-align-self: flex-start;
            -ms-flex-item-align: start;
                align-self: flex-start;
        margin-top: auto; } }

.dashboard .dashboard-section-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
  margin-top: 50px; }

.dashboard .list-title {
  color: #4C77FD;
  font-size: 18px;
  font-weight: 600;
  margin-left: 15px;
  margin-right: 15px; }
  .dashboard .list-title .fa {
    min-width: 20px;
    text-align: left;
    margin-right: 7px; }

.dashboard .no-jobs {
  padding: 15px 10px;
  background-color: #FFFFFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .dashboard .no-jobs p {
    display: inline-block;
    color: #2c2c2c;
    font-size: 18px;
    font-weight: 600; }
  @media only screen and (max-width: 600px) {
    .dashboard .no-jobs {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
          -ms-flex-align: stretch;
                  -ms-grid-row-align: stretch;
              align-items: stretch; }
      .dashboard .no-jobs button {
        width: 100%; } }

.dashboard .form-section.settings {
  padding: 0; }
  .dashboard .form-section.settings .headers-wrapper {
    padding: 15px 30px;
    margin-bottom: 25px; }

.dashboard .section-header {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 25px; }

.dashboard-startup-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  padding: 10px; }
  .dashboard-startup-card.on-dashboard {
    cursor: default; }
  .dashboard-startup-card:not(.on-dashboard):hover {
    background-color: #FBFBFB; }
  .dashboard-startup-card .startup-img-wrapper {
    position: relative;
    width: 110px;
    height: 110px;
    overflow: hidden;
    text-align: center;
    margin-right: 0;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
  .dashboard-startup-card .startup-imgs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .dashboard-startup-card .startup-img {
    display: inline-block;
    height: 110px;
    width: 110px;
    background-position: center;
    background-size: cover; }
  .dashboard-startup-card .startup-background-img {
    position: absolute;
    top: 0;
    left: 0;
    height: 150px;
    width: 100%;
    background-position: center;
    background-size: cover; }
  .dashboard-startup-card .startup-half-one {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    min-height: 50%;
    min-width: 0; }
  .dashboard-startup-card .startup-half-two {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    min-height: 50%; }
  .dashboard-startup-card .startup-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 5px 0 30px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    min-width: 0; }
    .dashboard-startup-card .startup-body .startup-name {
      color: #2c2c2c;
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 0;
      line-height: 1.15;
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    .dashboard-startup-card .startup-body .startup-text {
      color: #595959;
      font-size: 14px;
      font-weight: 300;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      white-space: nowrap; }
    .dashboard-startup-card .startup-body .startup-location {
      margin-left: auto;
      min-width: 35%;
      color: #595959;
      font-weight: 300;
      margin-bottom: 8px; }
      .dashboard-startup-card .startup-body .startup-location .fa {
        margin-right: 5px;
        color: #4C77FD; }
    .dashboard-startup-card .startup-body .startup-industries {
      -webkit-align-self: flex-end;
          -ms-flex-item-align: end;
              align-self: flex-end;
      color: #595959;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      margin-top: 8px; }
      .dashboard-startup-card .startup-body .startup-industries .startup-industry {
        width: 30px;
        height: 30px;
        -webkit-border-radius: 100%;
                border-radius: 100%;
        font-size: 14px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        background-color: #4C77FD;
        color: #FFF;
        margin-left: 5px; }
        .dashboard-startup-card .startup-body .startup-industries .startup-industry:first-child {
          margin-left: 0; }
        .dashboard-startup-card .startup-body .startup-industries .startup-industry .fa {
          color: #FFF; }
  @media only screen and (max-width: 600px) {
    .dashboard-startup-card {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      .dashboard-startup-card .startup-img-wrapper {
        position: relative;
        width: 100%;
        height: 150px;
        overflow: hidden;
        text-align: center;
        margin-bottom: 10px;
        margin-right: 0;
        -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
                flex-shrink: 0; }
      .dashboard-startup-card .startup-imgs {
        width: 100%;
        height: 150px;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                    -ms-grid-row-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; }
      .dashboard-startup-card .startup-img {
        position: relative;
        height: 110px;
        width: 110px;
        background-position: center;
        background-size: cover;
        -webkit-border-radius: 50%;
                border-radius: 50%; }
      .dashboard-startup-card .startup-half-one {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        position: relative; }
      .dashboard-startup-card .startup-half-two {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        position: relative; }
      .dashboard-startup-card .startup-body {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding: 0 5px;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; }
        .dashboard-startup-card .startup-body .startup-name {
          color: #2c2c2c;
          font-size: 18px;
          font-weight: 600;
          margin-bottom: 5px;
          text-overflow: none;
          overflow: auto;
          white-space: normal; }
        .dashboard-startup-card .startup-body .startup-text {
          color: #595959;
          font-size: 14px;
          font-weight: 300;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: normal; }
        .dashboard-startup-card .startup-body .startup-location {
          margin-left: 0;
          margin-top: 10px;
          margin-bottom: 0;
          -webkit-align-self: flex-start;
              -ms-flex-item-align: start;
                  align-self: flex-start; }
          .dashboard-startup-card .startup-body .startup-location .fa {
            margin-right: 5px;
            color: #4C77FD; }
        .dashboard-startup-card .startup-body .startup-industries {
          -webkit-align-self: flex-end;
              -ms-flex-item-align: end;
                  align-self: flex-end;
          margin-top: 10px;
          color: #595959;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex; }
          .dashboard-startup-card .startup-body .startup-industries .startup-industry {
            width: 30px;
            height: 30px;
            -webkit-border-radius: 100%;
                    border-radius: 100%;
            font-size: 14px;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
                -ms-flex-pack: center;
                    justify-content: center;
            background-color: #4C77FD;
            color: #FFF;
            margin-left: 5px; }
            .dashboard-startup-card .startup-body .startup-industries .startup-industry:first-child {
              margin-left: 0; }
            .dashboard-startup-card .startup-body .startup-industries .startup-industry .fa {
              color: #FFF; } }

.dashboard-job-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: background-color .3s;
  transition: background-color .3s; }
  .dashboard-job-card:not(.on-dashboard):hover {
    background-color: #FBFBFB; }
  .dashboard-job-card .offer-img-wrapper {
    position: relative;
    width: 110px;
    height: 110px;
    overflow: hidden;
    text-align: center;
    margin: -5px;
    margin-right: 0;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
  .dashboard-job-card .offer-imgs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%; }
  .dashboard-job-card .offer-img {
    display: inline-block;
    height: 110px;
    width: 110px;
    background-position: center;
    background-size: cover; }
  .dashboard-job-card .offer-background-img {
    position: absolute;
    top: 0;
    left: 0;
    height: 150px;
    width: 100%;
    background-position: center;
    background-size: cover; }
  .dashboard-job-card .job-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 15px 0 30px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .dashboard-job-card .job-offer-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    @media screen and (max-width: 460px) {
      .dashboard-job-card .job-offer-top {
        min-width: initial;
        width: 100%; } }
    .dashboard-job-card .job-offer-top .position {
      color: #2c2c2c;
      font-size: 16px;
      font-weight: 600;
      line-height: 1.25;
      max-height: 44px;
      overflow: hidden; }
    .dashboard-job-card .job-offer-top .company-name {
      color: #595959;
      font-size: 14px;
      font-weight: 300; }
    .dashboard-job-card .job-offer-top .location-job-type-wrapper {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 50%; }
    .dashboard-job-card .job-offer-top .location {
      color: #595959;
      margin: 0;
      font-size: 14px;
      font-weight: 300;
      padding: 0 15px 0 0;
      white-space: nowrap;
      width: 50%; }
      .dashboard-job-card .job-offer-top .location .location-text {
        display: inline-block;
        white-space: normal; }
      .dashboard-job-card .job-offer-top .location .fa {
        color: #4C77FD;
        margin-right: 5px;
        vertical-align: top;
        margin-top: 2px; }
    .dashboard-job-card .job-offer-top .job-type {
      color: #595959;
      margin: 0;
      font-size: 14px;
      font-weight: 300;
      padding: 0 0 0 15px;
      white-space: nowrap;
      width: 50%; }
      .dashboard-job-card .job-offer-top .job-type .job-type-text {
        display: inline-block;
        white-space: normal; }
      .dashboard-job-card .job-offer-top .job-type .fa {
        color: #4C77FD;
        margin-right: 5px;
        vertical-align: top;
        margin-top: 2px; }
  .dashboard-job-card .job-title-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding-right: 30px;
    width: 50%; }
  .dashboard-job-card .company-pitchline {
    color: #595959;
    font-size: 14px;
    font-weight: 300; }
  .dashboard-job-card .job-offer-description {
    position: absolute;
    right: 0;
    top: 37%;
    width: 430px; }
    @media screen and (max-width: 580px) {
      .dashboard-job-card .job-offer-description {
        top: 20%;
        width: 50%; } }
    @media screen and (max-width: 460px) {
      .dashboard-job-card .job-offer-description {
        top: 65px;
        width: 100%;
        margin-top: 5px;
        right: 0; } }
  @media only screen and (max-width: 600px) {
    .dashboard-job-card {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      .dashboard-job-card .offer-img-wrapper {
        width: -webkit-calc(100% + 10px);
        width: calc(100% + 10px);
        margin: -5px;
        margin-bottom: 15px;
        -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
                flex-shrink: 0;
        height: 150px;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                    -ms-grid-row-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; }
      .dashboard-job-card .offer-img {
        z-index: 1;
        -webkit-border-radius: 50%;
                border-radius: 50%; }
      .dashboard-job-card .job-body {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 0; }
      .dashboard-job-card .job-offer-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
    @media only screen and (max-width: 600px) and (max-width: 460px) {
      .dashboard-job-card .job-offer-top {
        min-width: initial;
        width: 100%; } }
  @media only screen and (max-width: 600px) {
        .dashboard-job-card .job-offer-top .position {
          color: #2c2c2c;
          font-size: 16px;
          font-weight: 600;
          line-height: 1.25;
          max-height: 44px;
          overflow: hidden; }
        .dashboard-job-card .job-offer-top .company-name {
          color: #595959;
          font-size: 14px;
          font-weight: 300; }
        .dashboard-job-card .job-offer-top .location-job-type-wrapper {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          width: 100%;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          margin: 10px 0; }
        .dashboard-job-card .job-offer-top .location {
          color: #595959;
          margin-top: 5px;
          font-size: 14px;
          font-weight: 300;
          padding: 0 0 0 0;
          white-space: nowrap;
          width: 50%; }
          .dashboard-job-card .job-offer-top .location .location-text {
            display: inline-block;
            white-space: normal; }
          .dashboard-job-card .job-offer-top .location img {
            margin-top: 2px;
            vertical-align: top;
            margin-right: 5px; }
        .dashboard-job-card .job-offer-top .job-type {
          color: #595959;
          margin-top: 5px;
          font-size: 14px;
          font-weight: 300;
          padding: 0 0 0 0;
          white-space: nowrap;
          width: 50%; }
          .dashboard-job-card .job-offer-top .job-type .job-type-text {
            display: inline-block;
            white-space: normal; }
          .dashboard-job-card .job-offer-top .job-type img {
            margin-top: -2px;
            margin-right: 5px; }
      .dashboard-job-card .job-title-wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        padding-right: 30px;
        width: 100%; }
      .dashboard-job-card .company-pitchline {
        color: #595959;
        font-size: 14px;
        font-weight: 300; }
      .dashboard-job-card .job-offer-description {
        position: absolute;
        right: 0;
        top: 37%;
        width: 430px; } }
    @media only screen and (max-width: 600px) and (max-width: 580px) {
      .dashboard-job-card .job-offer-description {
        top: 20%;
        width: 50%; } }
    @media only screen and (max-width: 600px) and (max-width: 460px) {
      .dashboard-job-card .job-offer-description {
        top: 65px;
        width: 100%;
        margin-top: 5px;
        right: 0; } }

.main__message {
  color: #555;
  margin-top: 30%;
  text-align: center;
  margin-left: 10%;
  overflow: hidden;
  width: 80%;
  font-size: 18px; }

.main__message__header {
  font-weight: bold; }

.main__message__icon {
  font-size: 100px;
  margin-bottom: 20px; }

.form-section {
  background-color: white;
  -webkit-box-shadow: 1.4px 1.4px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 1.4px 1.4px 2px rgba(0, 0, 0, 0.05);
  padding: 30px 50px;
  margin-bottom: 50px; }
  .form-section.last {
    margin-bottom: 20px; }
  .form-section .headers-wrapper {
    border-bottom: 1px solid #f9f9f9;
    margin-bottom: 15px; }
  .form-section .main-header {
    color: #2c2c2c;
    font-size: 36px;
    font-weight: 400;
    line-height: 1.25;
    margin: 0 0 20px 0; }
  .form-section .small-header {
    color: #2c2c2c;
    font-size: 22px;
    font-weight: 400;
    display: block;
    line-height: 20px;
    margin-bottom: 5px; }
  .form-section .small-header-helper {
    color: #8f8f8f;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 0; }
  @media only screen and (max-width: 992px) {
    .form-section {
      padding: 30px 30px; } }
  @media only screen and (max-width: 600px) {
    .form-section {
      padding: 20px 20px; } }
  @media only screen and (max-width: 600px) {
    .form-section .main-header {
      font-size: 22px; }
    .form-section .small-header {
      font-size: 18px; } }

.completed-job .job-completed-header {
  color: #2c2c2c;
  font-size: 36px;
  font-weight: 400;
  line-height: 70px;
  text-align: center; }

.completed-job .helper-header {
  color: #2c2c2c;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  margin: 15px 0; }

.completed-job .link-to-job {
  display: block;
  width: 100%;
  padding: 15px; }

.completed-job .referals-text {
  color: #7f7f7f;
  font-size: 15px;
  font-weight: 300; }

.completed-job .socials {
  margin: 40px 0; }

.completed-job .blue-button {
  display: inline-block; }

.completed-job .done {
  margin: 40px 0; }

.social-box {
  display: inline-block; }
  .social-box .social-text {
    color: #7f7f7f;
    font-size: 15px;
    font-weight: 300;
    display: inline-block;
    margin: 0 10px; }
  .social-box .social-icon {
    max-width: 20px;
    display: inline-block; }
  .social-box .done {
    padding: 20px; }

.socials-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .socials-horizontal .social1__box {
    display: inline-block;
    margin-left: 10px; }
    .socials-horizontal .social1__box:first-child {
      margin-left: 0; }
    .socials-horizontal .social1__box .share-text {
      margin-left: 8px; }
  @media only screen and (max-width: 992px) {
    .socials-horizontal {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
                  -ms-grid-row-align: center;
              align-items: center; }
      .socials-horizontal .social1__box {
        margin-left: 0;
        width: 180px;
        text-align: left; } }

.work-display {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 15px;
  margin-top: 15px;
  border-bottom: 1px solid #F2F2F2; }
  .work-display .work-display-info {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .work-display .fa {
    color: #4C77FD;
    margin-right: 5px;
    width: 20px;
    text-align: center; }
  .work-display .work-display-title {
    font-weight: bold; }
  .work-display .work-display-company {
    margin-top: 2px;
    color: #595959; }
  .work-display .work-display-time {
    margin-top: 2px;
    color: #595959; }
  .work-display .work-display-description {
    white-space: pre-wrap;
    margin-top: 6px;
    line-height: 1.5;
    color: #595959; }
  .work-display .work-display-actions {
    color: #4C77FD;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center; }
  .work-display .work-display-action {
    margin-left: 15px;
    opacity: .6;
    -webkit-transition: opacity .2s;
    transition: opacity .2s; }
    .work-display .work-display-action:hover {
      opacity: 1; }
    .work-display .work-display-action:first-child {
      margin-left: 0; }
  @media only screen and (max-width: 992px) {
    .work-display {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      .work-display .work-display-actions {
        -webkit-align-self: flex-end;
            -ms-flex-item-align: end;
                align-self: flex-end; } }

.education-display {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 15px;
  margin-top: 15px;
  border-bottom: 1px solid #F2F2F2; }
  .education-display .education-display-info {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .education-display .fa {
    color: #4C77FD;
    margin-right: 5px;
    width: 20px;
    text-align: center; }
  .education-display .education-display-title {
    font-weight: bold; }
  .education-display .education-display-company {
    margin-top: 2px;
    color: #595959; }
  .education-display .education-display-time {
    margin-top: 2px;
    color: #595959; }
  .education-display .education-display-description {
    white-space: pre-wrap;
    margin-top: 6px;
    line-height: 1.5;
    color: #595959; }
  .education-display .education-display-actions {
    color: #4C77FD;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center; }
  .education-display .education-display-action {
    margin-left: 15px;
    opacity: .6;
    -webkit-transition: opacity .2s;
    transition: opacity .2s; }
    .education-display .education-display-action:hover {
      opacity: 1; }
    .education-display .education-display-action:first-child {
      margin-left: 0; }
  @media only screen and (max-width: 992px) {
    .education-display {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      .education-display .education-display-actions {
        -webkit-align-self: flex-end;
            -ms-flex-item-align: end;
                align-self: flex-end; } }

.attachments-list {
  padding: 10px 0; }
  .attachments-list .attachments-item {
    padding: 5px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .attachments-list .operation {
    color: #4C77FD;
    opacity: .6;
    margin-left: 15px; }
    .attachments-list .operation:hover {
      opacity: 1; }
  .attachments-list .attachments-name-input {
    padding: 4px;
    border: 1px solid #EEE; }
    .attachments-list .attachments-name-input:hover, .attachments-list .attachments-name-input:focus {
      border: 1px solid #4C77FD; }
  .attachments-list .attachments-edit-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 10px 0; }

.item-card-look .card-header {
  position: relative;
  display: block;
  padding: 50px 20px;
  width: 100%;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  .item-card-look .card-header:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.4); }

.item-card-look .card-header-info {
  position: relative; }

.item-card-look .card-header-image {
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='path_relative_to_the_HTML_file', sizingMethod='scale')";
  width: 125px;
  height: 125px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin: 0 auto 20px;
  display: block; }
  .item-card-look .card-header-image img {
    -webkit-border-radius: 50%;
            border-radius: 50%;
    width: 100%;
    height: 100%; }
  .item-card-look .card-header-image:hover .card-header-image-overlay {
    opacity: 1; }

.item-card-look .card-header-image-overlay {
  pointer-events: none;
  opacity: 0;
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 15px;
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0.5);
  color: #FFF;
  -webkit-transition: opacity .2s;
  transition: opacity .2s; }

.item-card-look .card-header-primary-text {
  text-align: center;
  font-weight: 600;
  font-size: 3rem;
  margin-bottom: 2px;
  color: #FFF; }

.item-card-look .card-header-secondary-text {
  text-align: center;
  font-weight: 600;
  font-size: 1.8rem;
  margin-bottom: 4px;
  color: #FFF; }
  .item-card-look .card-header-secondary-text.smaller {
    font-size: 1.4rem; }
  .item-card-look .card-header-secondary-text a {
    color: #FFF; }
    .item-card-look .card-header-secondary-text a:hover {
      color: #4C77FD; }

.item-card-look .card-header-buttons {
  margin-top: 30px;
  margin-bottom: 0; }

.item-card-look .card-body {
  background-color: #f4f4f4;
  padding: 30px 0; }

.item-card-look .card-body-header {
  width: -webkit-calc(100% + 30px);
  width: calc(100% + 30px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 35px 10px;
  margin: 0 -15px;
  border-bottom: 1px solid #EEE; }

.item-card-look .body-header-title {
  font-size: 18px; }

.item-card-look .body-header-options {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.item-card-look .body-header-option {
  margin-left: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #595959;
  cursor: default; }
  .item-card-look .body-header-option .option-text {
    font-size: 12px; }
  .item-card-look .body-header-option.option-clickable {
    cursor: pointer; }
    .item-card-look .body-header-option.option-clickable .fa {
      opacity: .5; }
    .item-card-look .body-header-option.option-clickable:hover .fa {
      opacity: 1; }
  .item-card-look .body-header-option.voted-up .fa {
    opacity: .8;
    color: #4C77FD; }
  .item-card-look .body-header-option.voted-up:hover .fa {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  .item-card-look .body-header-option .fa {
    font-size: 32px;
    color: #c5c5c5;
    margin-bottom: 4px;
    -webkit-transition: opacity .2s, -webkit-transform .2s;
    transition: opacity .2s, -webkit-transform .2s;
    transition: transform .2s, opacity .2s;
    transition: transform .2s, opacity .2s, -webkit-transform .2s; }

.item-card-look .body-content-blue-well {
  background-color: #f3f9ff;
  padding: 40px 0 40px 0;
  margin: -1px -15px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around; }
  .item-card-look .body-content-blue-well .well-item {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-left: 1px solid #E8E8E8;
    width: 33.33%; }
    .item-card-look .body-content-blue-well .well-item:first-child {
      border-left: 0; }
  @media only screen and (max-width: 600px) {
    .item-card-look .body-content-blue-well {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
                  -ms-grid-row-align: center;
              align-items: center;
      padding: 10px 0; }
      .item-card-look .body-content-blue-well .well-item {
        border-left: 0;
        border-top: 1px solid #E8E8E8;
        padding: 15px 0;
        width: 100%; }
        .item-card-look .body-content-blue-well .well-item:first-child {
          border-top: 0; } }
  .item-card-look .body-content-blue-well .well-item-img {
    height: 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .item-card-look .body-content-blue-well .well-item-img .fa {
      font-size: 50px;
      color: #4C77FD;
      margin-bottom: 10px; }
  .item-card-look .body-content-blue-well p {
    color: #7f7f7f;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.05;
    margin-bottom: 0; }
  .item-card-look .body-content-blue-well span {
    display: block;
    color: #2c2c2c;
    font-size: 22px;
    font-weight: 400;
    text-transform: uppercase; }

.item-card-look .body-content-left {
  padding: 30px; }

.item-card-look .body-content-right {
  padding: 30px; }

.item-card-look .body-content-bottom {
  padding: 0 30px; }

.item-card-look .content-separator {
  height: 1px;
  width: 100%;
  background-color: #EEE;
  margin: 20px 0; }

.item-card-look .content-group {
  margin-bottom: 30px; }

.item-card-look .content-description strong {
  font-weight: 600; }

.item-card-look .content-description ul {
  list-style: disc; }
  .item-card-look .content-description ul li {
    list-style: disc;
    margin-left: 20px; }

.item-card-look .content-description ol {
  list-style: decimal; }
  .item-card-look .content-description ol li {
    list-style: decimal; }

.item-card-look .group-header {
  font-weight: 500;
  color: #333333;
  font-size: 18px;
  margin-bottom: 5px;
  line-height: 22px; }

.item-card-look .small-header {
  color: #2C2C2C;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 4px; }

.item-card-look .small-information {
  color: #595959;
  font-size: 15px;
  font-weight: 300; }
  .item-card-look .small-information:last-child {
    margin-bottom: 25px; }

.item-card-look .content-well {
  padding: 15px 20px;
  text-align: center;
  background-color: #f4f4f4;
  -webkit-border-radius: 2px;
          border-radius: 2px; }
  .item-card-look .content-well button {
    width: 100%;
    padding: 2px 0;
    text-align: center; }

.item-card-look .content-well-part {
  margin-bottom: 15px; }
  .item-card-look .content-well-part:last-child {
    margin-bottom: 0; }

.item-card-look .content-well-small-text {
  color: #2c2c2c;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0; }

.item-card-look .content-well-big-text {
  color: #2c2c2c;
  font-size: 24px;
  font-weight: 600; }

.item-card-look .card-small-map-wrapper {
  position: relative;
  width: 100%;
  height: 150px;
  overflow: hidden;
  margin-bottom: 10px; }

.item-card-look .card-small-map {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 150px; }

.item-card-look .card-small-map-title {
  font-weight: 500; }

.sm-tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .sm-tags .sm-tag {
    cursor: pointer;
    display: inline-block;
    list-style-type: none;
    background-color: #f4f4f4;
    -webkit-border-radius: 2px 1px 1px 2px;
            border-radius: 2px 1px 1px 2px;
    padding: 2px 6px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 2px 5px;
    margin-left: 0;
    text-transform: uppercase;
    color: #8f8f8f;
    font-size: 10px;
    font-weight: 400;
    color: #4c77fd;
    -webkit-transition: all .3s;
    transition: all .3s; }
    .sm-tags .sm-tag a {
      color: inherit;
      text-decoration: inherit; }
    .sm-tags .sm-tag:hover {
      background-color: #4c77fd;
      color: #FFFFFF; }

.dropdown-sm {
  display: inline-block; }
  .dropdown-sm.open > button {
    padding-bottom: 6px;
    margin-bottom: -4px;
    -webkit-border-bottom-left-radius: 0;
            border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
            border-bottom-right-radius: 0; }
  .dropdown-sm .dropdown-sm-menu {
    -webkit-border-radius: 0;
            border-radius: 0;
    padding: 0;
    margin-top: 4px;
    border: 0; }
    .dropdown-sm .dropdown-sm-menu > li {
      border-bottom: 1px solid #CCC; }
      .dropdown-sm .dropdown-sm-menu > li:last-child {
        border-bottom: 0; }
      .dropdown-sm .dropdown-sm-menu > li > a {
        padding: 10px; }
      .dropdown-sm .dropdown-sm-menu > li > .a {
        padding: 10px;
        display: block; }
        .dropdown-sm .dropdown-sm-menu > li > .a:hover {
          background-color: #f5f5f5; }
    .dropdown-sm .dropdown-sm-menu .fa {
      color: #4C77FD;
      min-width: 20px;
      text-align: right;
      margin-right: 10px; }

.error404 {
  position: relative;
  text-align: center;
  min-height: 100%; }
  .error404 .error404-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .error404 .error404-image {
    margin-top: 50px; }
  .error404 .error404-rocket {
    display: inline-block;
    vertical-align: middle;
    height: 128px; }
  .error404 .error404-fire {
    display: inline-block;
    vertical-align: middle;
    height: 58px; }
  .error404 .error404-header {
    font-size: 20px;
    color: #333;
    margin-top: 20px;
    text-transform: uppercase;
    font-weight: bold; }
  .error404 .error404-number {
    font-size: 80px;
    line-height: 1.05;
    color: #333;
    margin-top: 60px; }
  .error404 .error404-message {
    font-size: 20px;
    margin-bottom: 40px; }

.iframe-root .iframe-header {
  width: 100%;
  height: 30px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background: #4C77FD;
  padding-left: 20px;
  text-align: center; }
  .iframe-root .iframe-header span {
    color: #fff;
    line-height: 30px;
    font-size: 15px; }
  .iframe-root .iframe-header img {
    height: 30px; }
    .iframe-root .iframe-header img:first-child {
      float: left; }
  .iframe-root .iframe-header a {
    float: right; }

.iframe-root .iframe-body {
  border: 1px solid #4C77FD;
  border-top: 0px;
  padding: 16px 20px 20px 20px;
  background: #f6f6f6; }
  .iframe-root .iframe-body .iframe__panel {
    padding: 0;
    margin-bottom: 12px; }
    .iframe-root .iframe-body .iframe__panel .iframe-sm-logo {
      font-size: 20px;
      color: #4c77fd;
      opacity: 1; }
      .iframe-root .iframe-body .iframe__panel .iframe-sm-logo:hover {
        opacity: .7; }
      .iframe-root .iframe-body .iframe__panel .iframe-sm-logo img:first-child {
        margin: -5px 7px 0 0; }
      .iframe-root .iframe-body .iframe__panel .iframe-sm-logo strong {
        font-weight: bolder; }
    .iframe-root .iframe-body .iframe__panel button {
      text-transform: uppercase;
      font-size: 13px;
      font-weight: 600;
      letter-spacing: -1px;
      width: 125px;
      padding: 2px 15px; }
  .iframe-root .iframe-body .swiper-button {
    width: 35px;
    height: 35px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 0;
    text-align: center;
    opacity: 1; }
    .iframe-root .iframe-body .swiper-button .fa {
      color: #fff;
      font-size: 25px;
      display: inline;
      position: static;
      line-height: 35px; }
    .iframe-root .iframe-body .swiper-button:hover {
      opacity: .7; }
    .iframe-root .iframe-body .swiper-button.swiper-button-prev {
      left: -15px; }
    .iframe-root .iframe-body .swiper-button.swiper-button-next {
      right: -15px; }

.dropdown-checkboxes .dc-toggle {
  overflow: hidden;
  position: relative;
  text-align: left;
  padding: 10px;
  color: #2c2c2c;
  font-size: 18px;
  font-weight: 400; }
  .dropdown-checkboxes .dc-toggle:focus, .dropdown-checkboxes .dc-toggle:hover {
    color: #4c77fd !important;
    text-decoration: none; }
  .dropdown-checkboxes .dc-toggle select {
    outline: none;
    cursor: pointer;
    background: transparent;
    width: 140px;
    border: 0;
    -webkit-border-radius: 0;
            border-radius: 0;
    height: 34px;
    -webkit-appearance: none; }
  .dropdown-checkboxes .dc-toggle:before {
    content: '';
    position: absolute;
    z-index: 1;
    right: 20px;
    top: 20px;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: ''; }

.dropdown-checkboxes .dc-dropdown {
  margin-top: -45px;
  padding: 0;
  -webkit-border-radius: 0;
          border-radius: 0;
  min-width: 100%;
  z-index: 100; }
  .dropdown-checkboxes .dc-dropdown .dc-selected {
    padding: 0 20px 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #4C77FD; }
  .dropdown-checkboxes .dc-dropdown .dc-selected-item:first-child {
    margin-top: 0; }
  .dropdown-checkboxes .dc-dropdown .dc-selected-item-delete {
    margin-right: 8px; }

.dropdown-checkboxes .dc-filter-input-wrapper > div {
  margin-left: 0;
  padding-top: 0; }

.dropdown-checkboxes .dc-filter-input-wrapper input {
  padding-left: 40px;
  padding-right: 20px;
  padding-bottom: 12px;
  padding-top: 12px; }

.dropdown-checkboxes .dc-filter-input-wrapper label {
  margin-left: 40px;
  top: 14px; }

.dropdown-checkboxes .dc-filter-input-wrapper .material-icons {
  left: 8px;
  top: -2px; }

.dropdown-checkboxes .dc-checkboxes {
  padding: 0 20px 15px; }

.dropdown-checkboxes .dc-checkbox {
  color: #111;
  -webkit-transition: color .2s;
  transition: color .2s;
  cursor: pointer;
  margin-bottom: 4px; }
  .dropdown-checkboxes .dc-checkbox:hover {
    color: #4C77FD; }
    .dropdown-checkboxes .dc-checkbox:hover .dc-checkbox-icon {
      opacity: 1; }

.dropdown-checkboxes .dc-checkbox-icon {
  opacity: .2;
  display: inline-block;
  margin-right: 6px;
  -webkit-transition: opacity .2s;
  transition: opacity .2s; }

.dropdown-checkboxes .dc-selected {
  color: #4C77FD;
  padding: 0 15px; }

.dropdown-checkboxes .dc-selected-item {
  margin-bottom: 5px;
  cursor: pointer;
  white-space: nowrap;
  -webkit-transition: color .2s;
  transition: color .2s; }
  .dropdown-checkboxes .dc-selected-item:hover {
    color: red; }
  .dropdown-checkboxes .dc-selected-item:first-child {
    margin-top: 15px; }

.dropdown-checkboxes .dc-selected-item-delete {
  margin-right: 6px;
  display: inline-block; }

.dropdown-checkboxes .dc-selected-item-label {
  display: inline-block; }

.right-popup {
  position: fixed;
  top: 66px;
  bottom: 0;
  background-color: white;
  z-index: 160;
  right: -600px;
  width: 350px;
  border-left: 1px solid #dadee2;
  -webkit-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.08);
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  visibility: hidden; }
  .right-popup.visible {
    visibility: visible;
    right: 0; }
  @media (max-width: 739px) {
    .right-popup {
      z-index: 100;
      top: 66px;
      width: 100%;
      bottom: 0; } }
  .right-popup .rp-inside-wrapper {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .right-popup .rp-items-wrapper {
    overflow: auto; }
  .right-popup .rp-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 15px;
    background-color: white;
    border-bottom: 1px solid #CCC;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
    .right-popup .rp-header.thread-header {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 0;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
          -ms-flex-align: stretch;
                  -ms-grid-row-align: stretch;
              align-items: stretch; }
  .right-popup .rp-header-back {
    cursor: pointer;
    color: #111;
    margin: 8px 0;
    vertical-align: middle;
    display: inline-block;
    opacity: .3;
    -webkit-transition: opacity .2s, color .2s;
    transition: opacity .2s, color .2s; }
    .right-popup .rp-header-back:hover {
      color: #4C77FD;
      opacity: 1; }
  .right-popup .rp-header-close {
    cursor: pointer;
    color: #111;
    margin-right: 8px;
    vertical-align: middle;
    display: inline-block;
    opacity: .3;
    -webkit-transition: opacity .2s, color .2s;
    transition: opacity .2s, color .2s; }
    .right-popup .rp-header-close:hover {
      color: #4C77FD;
      opacity: 1; }
  .right-popup .rp-header-title {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: bold;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .right-popup .rp-header-text {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: bold;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .right-popup .rp-header-job-title {
    font-size: 13px;
    margin-top: 4px;
    font-weight: 400;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .right-popup .rp-header-options {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 15px; }
    .right-popup .rp-header-options .fa {
      margin-right: 6px; }
  .right-popup .rp-header-option {
    cursor: pointer; }
  .right-popup .rp-header-person {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-top: 1px solid #CCC;
    min-height: 50px;
    padding: 8px 15px; }
  .right-popup .rp-header-person-options {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 6px; }
    .right-popup .rp-header-person-options a {
      margin-left: 20px; }
    .right-popup .rp-header-person-options .fa {
      cursor: pointer; }
      .right-popup .rp-header-person-options .fa:hover {
        color: #4C77FD; }
  .right-popup .option-delete {
    color: #F52834; }
  .right-popup .right-popup-item {
    padding: 15px;
    background-color: #FFF;
    cursor: pointer;
    -webkit-transition: background-color .2s;
    transition: background-color .2s;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #EEE; }
    .right-popup .right-popup-item:hover {
      background-color: #F9FAFC; }
  .right-popup .rp-item-image {
    width: 40px;
    height: 40px;
    background-size: cover;
    background-position: center;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
  .right-popup .rp-item-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 15px;
    min-width: 0; }
  .right-popup .rp-item-title {
    font-size: 14px;
    font-weight: 600; }
  .right-popup .rp-item-text {
    font-size: 12px;
    color: #555;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .right-popup .rp-conversation-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    max-height: 100vh;
    background-color: #F9FAFC; }
  .right-popup .rp-conversation {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    overflow: auto; }
  .right-popup .rp-conversation-msgs {
    padding: 25px 0 15px 0; }
  .right-popup .rpc-message {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 15px 10px; }
    .right-popup .rpc-message > a {
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0; }
  .right-popup .rpc-message-me + .rpc-message-you, .right-popup .rpc-message-you + .rpc-message-me {
    margin-top: 25px; }
  .right-popup .rpc-message-you + .rpc-message-you > a, .right-popup .rpc-message-me + .rpc-message-me > a {
    pointer-events: none; }
  .right-popup .rpc-message-you + .rpc-message-you .rpc-message-avatar, .right-popup .rpc-message-me + .rpc-message-me .rpc-message-avatar {
    opacity: 0;
    pointer-events: none; }
  .right-popup .rpc-message-you + .rpc-message-you .rpc-message-person-name, .right-popup .rpc-message-me + .rpc-message-me .rpc-message-person-name {
    opacity: 0;
    pointer-events: none; }
  .right-popup .rpc-message-me {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
    .right-popup .rpc-message-me .rpc-message-wrapper {
      background-color: #E6EEFB; }
    .right-popup .rpc-message-me .rpc-message-avatar {
      margin: 0 0 0 10px; }
  .right-popup .rpc-message-wrapper {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    background-color: #FFF;
    padding: 6px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 2px;
            border-radius: 2px;
    min-width: 0;
    word-wrap: break-word; }
  .right-popup .rpc-message-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .right-popup .rpc-message-time {
    font-size: 10px;
    color: #595959; }
  .right-popup .rpc-message-text {
    white-space: pre-wrap; }
  .right-popup .rpc-message-avatar {
    height: 35px;
    width: 35px;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
    background-size: cover;
    background-position: center;
    margin: 0 10px 0 0;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
  .right-popup .rp-conversation-footer {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    border-top: 1px solid #CCC;
    background-color: #FFF; }
  .right-popup .rpc-btn-join-video {
    display: block;
    width: 100%;
    margin-top: 10px;
    cursor: pointer;
    padding: 4px 10px;
    text-align: center;
    background-color: #4C77FD;
    border: 0;
    outline: none;
    color: #FFF;
    -webkit-border-radius: 2px;
            border-radius: 2px; }
    .right-popup .rpc-btn-join-video:hover {
      background-color: #3364fd; }
    .right-popup .rpc-btn-join-video .fa {
      margin-right: 6px; }
  .right-popup .conversation-footer-btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .right-popup .conversation-btn-send {
    background-color: #4C77FD;
    padding: 4px 10px;
    border: 0;
    color: #FFF; }
    .right-popup .conversation-btn-send .fa {
      margin-right: 6px; }
  .right-popup .conversation-btn-upload {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    background-color: #FFF;
    padding: 4px 8px;
    border: 0;
    border-top: 1px solid #CCC;
    text-align: left; }
    .right-popup .conversation-btn-upload .fa {
      margin-right: 6px; }
  .right-popup .conversation-input {
    width: 100%;
    resize: none;
    border: 0;
    outline: none;
    padding: 4px 10px;
    min-height: 46px; }

.login-register-modal .login-register-header {
  font-size: 32px;
  color: #333;
  margin: 10px 0 0;
  text-align: center; }

.login-register-modal .login-register-or {
  margin: 10px 0;
  color: #4C77FD;
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
  text-align: center; }

.login-register-modal .reset-password-link {
  color: #4C77FD;
  text-align: center; }

.login-register-modal .agreement-text a {
  color: #4C77FD; }
  .login-register-modal .agreement-text a:hover {
    text-decoration: underline; }

.login-register-modal .reset-password-message {
  color: #4C77FD;
  margin: 10px 0;
  text-align: center; }

.success-template {
  position: relative;
  text-align: center;
  min-height: 100%;
  padding: 0 50px 50px; }
  .success-template .success-template-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: .4; }
  .success-template .success-template-image {
    margin-top: 50px; }
  .success-template .success-template-rocket {
    display: inline-block;
    vertical-align: middle;
    height: 128px; }
  .success-template .success-template-fire {
    display: inline-block;
    vertical-align: middle;
    height: 58px; }
  .success-template .success-template-header {
    font-size: 20px;
    color: #333;
    margin-top: 20px;
    text-transform: uppercase;
    font-weight: bold; }
  .success-template .success-template-number {
    font-size: 50px;
    line-height: 1.05;
    color: #333;
    margin-top: 60px;
    margin-bottom: 20px; }
  .success-template .success-template-message {
    font-size: 20px;
    margin-bottom: 20px; }
    .success-template .success-template-message a {
      color: #4C77FD;
      opacity: .9; }
      .success-template .success-template-message a:hover {
        opacity: 1; }
  @media only screen and (max-width: 600px) {
    .success-template .success-template-background img:nth-child(n+7) {
      display: none; }
    .success-template .success-template-number {
      font-size: 24px;
      margin-bottom: 5px; }
    .success-template .success-template-message {
      font-size: 16px;
      margin-bottom: 15px; } }

.premium-recruitment-view .premium-topbox {
  padding: 40px 80px;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#865ffb), color-stop(87%, #4a89fd), to(#4194fe));
  background: -webkit-linear-gradient(left, #865ffb 0%, #4a89fd 87%, #4194fe 100%);
  background: linear-gradient(to right, #865ffb 0%, #4a89fd 87%, #4194fe 100%);
  color: #FFF;
  width: 85%;
  margin: -100px auto 30px;
  -webkit-border-radius: 4px;
          border-radius: 4px; }

.premium-recruitment-view .premium-topbox-header {
  font-size: 28px; }

.premium-recruitment-view .premium-topbox-text {
  font-size: 14px;
  margin: 15px 0 25px; }

.premium-recruitment-view .premium-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .premium-recruitment-view .premium-form div {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-right: 15px; }

.premium-recruitment-view .premium-received-message {
  color: #FFF;
  text-align: center;
  font-size: 20px;
  margin: 15px 0 0; }

.premium-recruitment-view .prs-section {
  margin: 20px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 85%; }
  .premium-recruitment-view .prs-section.altered .prs-info {
    text-align: right;
    margin-right: 0;
    margin-left: 50px; }

.premium-recruitment-view .prs-img {
  height: 300px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }

.premium-recruitment-view .prs-info {
  text-align: left;
  margin-right: 50px; }

.premium-recruitment-view .prs-header {
  font-size: 32px; }

.premium-recruitment-view .prs-separator {
  width: 30px;
  display: inline-block;
  background-color: #4C77FD;
  margin: 10px 0;
  height: 2px; }

.premium-recruitment-view .prs-text {
  font-size: 16px;
  line-height: 2;
  font-weight: 300; }

@media only screen and (max-width: 600px) {
  .premium-recruitment-view .premium-topbox {
    padding: 20px;
    width: -webkit-calc(100% + 30px);
    width: calc(100% + 30px);
    margin-left: -15px;
    -webkit-border-bottom-left-radius: 0;
            border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
            border-bottom-right-radius: 0; }
  .premium-recruitment-view .premium-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
                -ms-grid-row-align: stretch;
            align-items: stretch; }
    .premium-recruitment-view .premium-form div {
      margin-right: 0; }
  .premium-recruitment-view .prs-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: 95%; }
    .premium-recruitment-view .prs-section.altered {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      .premium-recruitment-view .prs-section.altered .prs-info {
        text-align: center;
        margin-right: 0;
        margin-left: 0; }
    .premium-recruitment-view .prs-section .prs-info {
      text-align: center;
      margin-right: 0;
      margin-left: 0; }
    .premium-recruitment-view .prs-section .prs-img {
      margin-bottom: 30px;
      max-width: 70%;
      height: auto; } }

.startup-admin-me {
  color: #4C77FD;
  font-weight: bold;
  font-size: 20px;
  margin: 30px 0 15px;
  margin-left: 15px; }

.members-list {
  width: auto; }
  .members-list td {
    padding: 2px 10px; }

.equity-percentage {
  line-height: 85px;
  font-size: 20px; }

.radio-align {
  visibility: hidden; }

.note-editor ul, .note-editor ol, .content-description ul, .content-description ol {
  display: block;
  padding-left: 10px; }

.note-editor ul, .content-description ul {
  list-style-type: disc;
  list-style-position: inside; }

.note-editor ol, .content-description ol {
  list-style-type: decimal;
  list-style-position: inside; }

.note-editor ul ul, .note-editor ol ul, .content-description ul ul, .content-description ol ul {
  list-style-type: circle;
  list-style-position: inside;
  margin-left: 15px; }

.note-editor ol ol, .note-editor ul ol, .content-description ol ol, .content-description ul ol {
  list-style-type: lower-latin;
  list-style-position: inside; }

.note-editor ol li, .note-editor ul li, .content-description ol li, .content-description ul li {
  list-style: inherit !important;
  margin-left: 15px; }

.note-editor .note-recent-color, .content-description .note-recent-color {
  background: none !important; }

.preview-modal {
  width: 100%;
  height: 100%; }

.card-header:hover .change-cover, .card-header:hover .change-title {
  visibility: visible; }

.card-header .card-header-image:hover .change-profile {
  visibility: visible; }

.card-header .change-cover {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 175px;
  height: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  line-height: 35px;
  text-align: left;
  font-size: 14px;
  cursor: pointer;
  visibility: hidden; }
  .card-header .change-cover:hover {
    background-color: #4C77FD; }
  .card-header .change-cover .fa {
    margin: 0 9px; }

.card-header .change-profile {
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  width: 100%;
  line-height: 125px;
  background-color: rgba(0, 0, 0, 0.3);
  visibility: hidden;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-size: 14px;
  cursor: pointer; }

.card-header .change-title {
  width: 95px;
  height: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  line-height: 35px;
  text-align: left;
  margin: 0 auto;
  visibility: hidden;
  font-size: 14px;
  cursor: pointer; }
  .card-header .change-title:hover {
    background-color: #4C77FD; }
  .card-header .change-title .fa {
    margin: 0 9px; }

.card-header .inline-form {
  position: absolute;
  bottom: -40px;
  background-color: #edf1fd;
  margin: 0 auto;
  padding: 10px;
  left: 0;
  right: 0;
  max-width: 600px;
  -webkit-border-radius: 3px;
  border-radius: 3px; }
  .card-header .inline-form .fa-close {
    margin-right: 10px; }

.card-header .inline-label {
  max-width: 600px;
  margin: 0 auto; }
  .card-header .inline-label input, .card-header .inline-label span, .card-header .inline-label label {
    color: #fff; }
  .card-header .inline-label input {
    border-color: rgba(255, 255, 255, 0.5); }

.card-header .inline-cancel, .card-body .inline-cancel {
  background: #dddddd;
  color: #8f8f8f; }

.card-body .attachments-hover-btn, .card-body .desription-hover-btn, .card-body .location-hover-btn, .card-body .tags-hover-btn, .card-body .roles-hover-btn, .card-body .age-hover-btn {
  visibility: hidden; }

.card-body .age-hover:hover .age-hover-btn {
  visibility: visible; }

.card-body .location-hover:hover .location-hover-btn {
  visibility: visible; }

.card-body .roles-hover:hover .roles-hover-btn {
  visibility: visible; }

.card-body .tags-hover:hover .tags-hover-btn {
  visibility: visible; }

.card-body .work-inline-form, .card-body .education-inline-form {
  display: none; }

.card-body .education-inline-form .education-display-actions {
  min-width: 140px; }

.card-body .education-hover:hover .education-inline-form {
  display: block; }
  .card-body .education-hover:hover .education-inline-form .education-display {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }

.card-body .education-hover:hover .education-display {
  display: none; }

.card-body .work-hover:hover .work-inline-form {
  display: block; }
  .card-body .work-hover:hover .work-inline-form .work-display {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }

.card-body .work-hover:hover .work-display {
  display: none; }

.card-body .education-hover:hover .education-hover-btn {
  visibility: visible; }

.card-body .attachments-hover:hover .attachments-hover-btn {
  visibility: visible; }

.card-body .desription-hover:hover .desription-hover-btn {
  visibility: visible; }

.card-body .change-description {
  height: 35px;
  padding: 5px 13px 5px 5px;
  background-color: #edf1fd;
  color: #000;
  margin-left: 10px;
  font-size: 14px;
  cursor: pointer; }
  .card-body .change-description:hover {
    background-color: #4C77FD;
    color: #fff; }
  .card-body .change-description + .content-description {
    margin-top: 20px; }
  .card-body .change-description .fa {
    margin: 0 9px; }

.card-body .change-location {
  padding: 5px 2px;
  background-color: #edf1fd;
  color: #000;
  display: block;
  width: 130px;
  margin: 10px 0;
  font-size: 14px;
  cursor: pointer; }
  .card-body .change-location:hover {
    background-color: #4C77FD;
    color: #fff; }
  .card-body .change-location .fa {
    margin: 0 9px; }

.card-body .inline-roles .inline-error {
  color: red; }

.card-body .tags-container {
  width: 100%; }

.card-body .btn-attachments-upload {
  width: 119px;
  line-height: 33px;
  height: 41px; }

.card-body .inline-attachments {
  background: #edf1fd;
  padding: 30px;
  -webkit-border-radius: 3px;
  border-radius: 3px; }

.card-body .fa-file {
  margin-right: 5px; }

.card-body .change-description + .content-group, .card-body .inline-attachments + .content-group {
  margin-top: 20px; }

body {
  font-family: "ProximaNova", sans-serif;
  font-weight: 400; }

li {
  list-style: none; }

input {
  outline: none;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none; }

input:invalid {
  -webkit-box-shadow: none;
          box-shadow: none; }

@media only screen and (max-width: 600px) {
  .responsive-buttons {
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
    .responsive-buttons button, .responsive-buttons a {
      width: 100%;
      margin-left: 0;
      margin-right: 0; }
    .responsive-buttons a {
      display: inline-block;
      margin-top: 10px; }
    .responsive-buttons > a:first-child {
      margin-top: 0; } }

@media only screen and (max-width: 600px) {
  .isDesktop {
    display: none !important; } }

@media only screen and (min-width: 601px) {
  .isMobile {
    display: none !important; } }

@media only screen and (max-width: 739px) {
  .isDesktopMenu {
    display: none !important; } }

@media only screen and (min-width: 740px) {
  .isMobileMenu {
    display: none !important; } }

.inbox-settings {
  position: relative; }
  .inbox-settings .settings-button {
    cursor: pointer; }
    .inbox-settings .settings-button:hover {
      color: #4C77FD; }
  .inbox-settings .settings-panel {
    position: absolute;
    top: -webkit-calc(100% + 4px);
    top: calc(100% + 4px);
    right: 0;
    background-color: #FFF;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15); }
    .inbox-settings .settings-panel .settings-panel-header {
      padding: 5px;
      background-color: #4C77FD;
      color: #FFF;
      -webkit-border-radius: 4px 4px 0 0;
              border-radius: 4px 4px 0 0; }
    .inbox-settings .settings-panel .settings-panel-body {
      padding: 10px 5px;
      -webkit-border-radius: 0 0 4px 4px;
              border-radius: 0 0 4px 4px; }
    .inbox-settings .settings-panel label:last-child {
      margin-bottom: 0; }
    .inbox-settings .settings-panel label span {
      white-space: nowrap; }

.control-label {
  margin-bottom: 10px; }

.job-applied-wrapper {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  height: 100px;
  width: 100px; }

.job-applied {
  position: absolute;
  display: block;
  background-color: #4C77FD;
  padding: 52px 40px 8px;
  font-size: 14px;
  left: -60px;
  top: -22px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  color: #FFF; }
  .job-applied .fa {
    margin-right: 5px; }

.selected-count {
  color: #FFF;
  padding: 2px 8px;
  margin-left: 5px;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  background-color: #4C77FD; }

.sm-form-label {
  font-size: 16px;
  color: #212121;
  font-weight: 500; }

.form-submit-response-error {
  margin-bottom: 6px;
  color: #F52834; }

.form-submit-errors-tooltip-wrapper {
  position: relative;
  display: inline-block;
  max-width: 100%; }
  .form-submit-errors-tooltip-wrapper .form-submit-errors-tooltip {
    position: absolute;
    z-index: 40;
    min-width: -webkit-calc(100% + 20px);
    min-width: calc(100% + 20px);
    right: 0;
    bottom: -webkit-calc(100% + 10px);
    bottom: calc(100% + 10px);
    padding: 5px 10px;
    background-color: #F52834;
    -webkit-border-radius: 2px;
            border-radius: 2px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    cursor: pointer; }
  .form-submit-errors-tooltip-wrapper .errors-tooltip-header {
    padding: 6px 0;
    color: #FFF;
    font-weight: bold;
    font-size: 16px;
    text-align: left;
    white-space: nowrap; }
  .form-submit-errors-tooltip-wrapper .errors-tooltip-error {
    white-space: nowrap;
    padding: 2px 0;
    text-align: left;
    color: #FFF; }
  .form-submit-errors-tooltip-wrapper:hover .form-submit-errors-tooltip {
    opacity: 1;
    visibility: visible; }

.main-wrapper {
  padding-top: 66px; }

.mr5 {
  margin-right: 5px; }

.mr10 {
  margin-right: 10px; }

.mr15 {
  margin-right: 15px; }

.mr20 {
  margin-right: 20px; }

.mt10 {
  margin-top: 10px; }

.mtm5 {
  margin-top: -5px; }

.mtm10 {
  margin-top: -10px; }

.mtm15 {
  margin-top: -15px; }

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

@media only screen and (max-width: 600px) {
  .small-mtm10 {
    margin-top: -10px; }
  .small-mt15 {
    margin-top: 15px; } }

.btn-scroll-up {
  font-size: 40px;
  color: #666;
  opacity: 0.5; }
  .btn-scroll-up:hover {
    opacity: 0.8;
    color: #666; }

a {
  text-decoration: none;
  outline: none;
  color: #000; }
  a:hover, a:focus, a:active {
    text-decoration: none;
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: inherit; }
  a:hover {
    color: #4C77FD; }

.truncate {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.default-background {
  background-color: #F4F4F4;
  padding-top: 50px;
  padding-bottom: 50px; }

.swiper-button {
  background-color: #4C77FD;
  color: #FFF;
  background-image: none;
  padding: 40px 20px;
  opacity: .6;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease; }
  .swiper-button:hover {
    opacity: 1; }
  .swiper-button .fa {
    font-size: 60px;
    position: absolute;
    top: 10px; }

.swiper-button-prev {
  left: 0;
  -webkit-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0; }
  .swiper-button-prev .fa {
    left: 7px; }

.swiper-button-next {
  right: 0;
  -webkit-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px; }
  .swiper-button-next .fa {
    left: 11px; }

.right {
  float: right; }

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

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

.no-margin-bottom {
  margin-bottom: 0; }

.typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite; }

@keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.startuplab #navbar {
  background: #ff3c3d; }

.startuplab .theme__button___1iKuo {
  background-color: #ff3c3d; }

.startuplab .theme__inputElement___27dyY {
  border-color: #ff3c3d; }

.startuplab .dashboard-job-card .job-offer-top .location .fa {
  color: #ff3c3d; }

.startuplab .dashboard-job-card .job-offer-top .job-type .fa {
  color: #ff3c3d; }

.startuplab .navbar-brand {
  padding: 0;
  margin: 0; }

.img_startuplab {
  height: 30px;
  display: block; }

.poweredby {
  font-size: 10px; }

.white_bg {
  background-color: #fff; }

.sm_logo {
  width: 170px; }

.item-card-look .body-content-blue-well span {
  font-size: 14px; }

.body-content-blue-well {
  padding: 10px 0 10px 0 !important; }

.body_nxt2 {
  overflow: auto !important; }

.body_nxt {
  overflow: auto !important; }

.thread__announcement__text {
  color: #4C77FD;
  text-align: center;
  display: block; }

.thread_icon {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.thread_text_2 {
  margin-top: 10px;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  text-align: center; }

#navbar .topbar__text-btn {
  font-size: 12px;
  font-weight: 700 !important;
  font-family: ProximaNova; }

.moreDropdown > .dropdown {
  padding: 0px !important;
  margin-left: 10px; }

.moreDropdown .dropdown, .moreDropdown .dropdown #profile-dropdown {
  font-size: 12px;
  font-weight: 700;
  font-family: ProximaNova;
  padding-top: 2px;
  padding-left: 9px;
  padding-right: 0px; }

#navbar .dropdown-menu {
  margin-left: -60px !important; }

.moreDropdown .dropdown-menu {
  margin-bottom: 10px; }

.dropdown-menu::before {
  border-bottom: 9px solid rgba(0, 0, 0, 0.2);
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  content: "";
  display: inline-block;
  left: 86px;
  position: absolute;
  top: -8px; }

.dropdown-menu::after {
  border-bottom: 8px solid #FFFFFF;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  content: "";
  display: inline-block;
  left: 86px;
  position: absolute;
  top: -7px; }

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff; } }

@media (max-width: 767px) {
  .iframe__panelJobs {
    display: block !important;
    text-align: center; }
  .iframe-sm-logoJobs {
    display: none; } }

.iframe__panelJobs .theme__button___1iKuo {
  background-color: #6DD8BB !important;
  border: solid 0.5px gray; }
